@charset "UTF-8";
/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #005F75;
          box-shadow: 0 0 0 2px #005F75;
}
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid rgb(0, 53.5897435897, 66);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005F75;
  border: 1px solid rgb(0, 74.2948717949, 91.5);
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: rgb(0, 74.2948717949, 91.5);
  border: 1px solid rgb(0, 53.5897435897, 66);
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: rgb(170.25, 170.25, 170.25);
  border: 1px solid rgb(144.75, 144.75, 144.75);
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: rgb(242.25, 242.25, 242.25);
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid rgb(246.5, 246.5, 246.5);
  color: rgb(127.5, 127.5, 127.5);
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper-button {
  position: relative;
  font-size: 0 !important;
  height: 3.5rem !important;
  width: 3.5rem !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background-color: var(--bg-swiper-button) !important;
  z-index: 100;
  pointer-events: all;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.swiper-button:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.swiper-button:not(.swiper-button-disabled) {
  background-color: var(--color-text) !important;
  opacity: 1;
}
.swiper-button.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.swiper-button:after {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  content: "";
  background: url("../images/svg/arrow-right.svg") center center/cover no-repeat;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.swiper-button:after:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.swiper-button:hover {
  background-color: var(--color-text) !important;
}
.swiper-button--prev {
  left: -5rem;
}
.swiper-button--prev:after {
  -webkit-transform: scaleX(-1) translateX(-65%);
          transform: scaleX(-1) translateX(-65%);
}
.swiper-button--next {
  right: -5rem;
}
.swiper-button--next:after {
  -webkit-transform: translateX(65%);
          transform: translateX(65%);
}

.cases-block__navigation .swiper-button,
.blog-block__navigation .swiper-button,
.main-reviews__navigation .swiper-button {
  position: relative;
  left: auto;
  right: auto;
  margin: 0;
  pointer-events: all;
}
.cases-block__navigation .swiper-button--prev,
.blog-block__navigation .swiper-button--prev,
.main-reviews__navigation .swiper-button--prev {
  left: 0;
}
.cases-block__navigation .swiper-button--next,
.blog-block__navigation .swiper-button--next,
.main-reviews__navigation .swiper-button--next {
  right: 0;
}

:root {
  --animate-duration: 0.5s;
  --animate-delay: 0.05s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.001, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.001, 1);
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.92);
            transform: scaleY(0.92);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.92);
            transform: scaleY(0.92);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10%) scaleY(0.92);
            transform: translate(0, -10%) scaleY(0.92);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scaleY(1);
            transform: translate(0, 0) scaleY(1);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -10%) scaleY(0.92);
            transform: translate(0, -10%) scaleY(0.92);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scaleY(1);
            transform: translate(0, 0) scaleY(1);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-5%, 0);
            transform: translate(-5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-5%, 0);
            transform: translate(-5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

.fslightbox-container {
  background: var(--bg-fslightbox-container) !important;
}
.fslightbox-nav {
  top: 1.5rem !important;
}
.fslightbox-toolbar {
  height: 3rem !important;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  right: 1.5rem !important;
  background: none !important;
}
.fslightbox-toolbar-button {
  width: 3rem !important;
  background: var(--bg-elems-fslightbox) !important;
  -webkit-backdrop-filter: blur(3.75rem) !important;
          backdrop-filter: blur(3.75rem) !important;
  border-radius: 0.25rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.fslightbox-toolbar-button:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.fslightbox-toolbar-button:hover {
  background: var(--bg-hover-elems-fslightbox) !important;
}
.fslightbox-slash {
  background: var(--color-text) !important;
  margin: 0 7px !important;
  height: 14px !important;
  -webkit-transform: rotate(15deg) translateY(-1px) !important;
          transform: rotate(15deg) translateY(-1px) !important;
}
.fslightbox-slide-number-container {
  color: var(--color-text) !important;
  left: 1.5rem;
  font-family: "Golos-UI", sans-serif;
}
.fslightbox-source {
  border-radius: 0.25rem;
}
.fslightbox-svg-path {
  fill: #FFFFFF !important;
}
.fslightbox-slide-btn {
  border-radius: 50%;
  background: var(--bg-elems-fslightbox) !important;
  -webkit-backdrop-filter: blur(3.75rem) !important;
          backdrop-filter: blur(3.75rem) !important;
}
.fslightbox-slide-btn:hover {
  background: var(--bg-hover-elems-fslightbox) !important;
}
@media screen and (min-width: 1080px) {
  .fslightbox-slide-btn {
    width: 3.5rem;
    height: 3.5rem;
  }
  .fslightbox-slide-btn-container {
    padding-left: 1.5rem !important;
  }
  .fslightbox-slide-btn-container-next {
    padding-right: 1.5rem !important;
  }
}

.grecaptcha-badge {
  display: none !important;
}

.choices {
  margin-bottom: 0;
}
.choices__list[aria-expanded] {
  overflow: hidden;
}
.choices.is-open .choices__list--dropdown, .choices.is-open .choices__list[aria-expanded] {
  position: absolute;
}
.choices.is-flipped .choices__list--dropdown, .choices.is-flipped .choices__list[aria-expanded] {
  top: 4rem;
  bottom: auto;
  border-radius: 0.25rem;
}
.choices__inner {
  position: relative;
  padding: 0;
  border-radius: 0;
  min-height: 3.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0.25rem;
  background-color: transparent;
  border: 0.0625rem solid var(--border-color-input);
}
.choices.is-open .choices__inner, .choices.is-focused .choices__inner {
  border-radius: 0.25rem;
  border-color: var(--border-color-input);
}
.choices.is-open {
  height: auto;
  max-height: 20.6875rem;
}
.choices.is-open .choices__inner {
  display: block;
}
.choices.is-open .choices__inner .choices__item--selectable::after {
  -webkit-transform: scale(-1) translateY(10px);
          transform: scale(-1) translateY(10px);
}
.choices__placeholder {
  position: relative;
  opacity: 1;
  color: var(--color-input-label);
}
.choices__list {
  position: absolute;
  overflow: auto;
  width: 100%;
  height: auto;
  scrollbar-width: auto;
  scrollbar-color: auto;
}
.choices__list::-webkit-scrollbar {
  width: 4px;
  background-color: var(--alpha-10);
  border: none;
  border-radius: 32px;
}
.choices__list::-webkit-scrollbar-thumb {
  margin: 10px 0;
  width: 4px;
  background-color: var(--alpha-30);
  border-radius: 32px;
}
.choices__list--single {
  padding: 0;
}
.choices__list--single .choices__item {
  color: var(--color-input-label);
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.choices__list--single .choices__item--selectable {
  position: relative;
  height: 100%;
  color: var(--color-input-label);
  padding: 1.0625rem 1rem;
}
.choices__list--single .choices__item--selectable::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/svg/arrow-down.svg") no-repeat center center/contain;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.choices__list--single .choices__item--selectable::after:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.choices[data-type*=select-one] .choices__input {
  font-size: 0.875rem;
  padding: 0 3.125rem 0 1rem;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0;
}
.choices[data-type*=select-one]::after {
  display: none;
}
.choices__item {
  height: 3.5rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: var(--color-text);
  border-bottom: none;
}
.choices__item.is-selected {
  background: var(--alpha-10);
  border: none;
  border-radius: 0px;
  color: var(--color-text);
}
.choices__input {
  position: relative;
  height: 3.5rem;
  border-bottom: 1px solid var(--alpha-10);
}
.choices__input:after {
  display: none;
}

.choices__list--dropdown,
.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  overflow: auto;
  width: 100%;
}

.choices__list--dropdown.is-active:after {
  display: none;
}
.choices__list--dropdown.is-active .choices__placeholder {
  display: none;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  border-radius: 0.25rem;
  z-index: 10;
  border: 1px solid var(--alpha-10);
  background-color: var(--alpha-10);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
}

.choices__list--dropdown .choices__list {
  position: relative;
  height: auto;
  max-height: 17.5625rem;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  padding: 0 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background: var(--alpha-10);
  border-radius: 0px;
  color: var(--color-text);
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: var(--alpha-10);
  top: 4rem;
}

.choices__list--dropdown .choices__list,
.choices__list[aria-expanded] .choices__list {
  max-height: 17.5625rem;
  border: none;
}

@media (min-width: 768px) {
  .choices.is-open, .choices__list {
    max-height: 14rem;
  }
  .choices__list--dropdown .choices__list,
  .choices__list[aria-expanded] .choices__list {
    max-height: 10.5rem;
  }
}
@media (min-width: 1080px) {
  .choices__inner {
    min-height: 5rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .choices.is-open {
    max-height: 20.6875rem;
  }
  .choices__list--single .choices__item {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding: 1.625rem 2rem;
  }
  .choices__list--single .choices__item--selectable:after {
    width: 1.5rem;
    height: 1.5rem;
    right: 2rem;
  }
  .choices__item {
    height: 5rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .choices__input {
    height: 5rem;
  }
  .choices.is-open .choices__list--dropdown, .choices.is-open .choices__list[aria-expanded] {
    position: absolute;
    z-index: 2;
    top: 5.5rem;
  }
  .choices.is-flipped .choices__list--dropdown, .choices.is-flipped .choices__list[aria-expanded] {
    top: 5.5rem;
  }
  .choices .choices__list--dropdown .choices__item,
  .choices .choices__list[aria-expanded] .choices__item {
    padding: 1rem 2rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .choices__list--dropdown .choices__list,
  .choices__list[aria-expanded] .choices__list {
    max-height: 17.5625rem;
  }
}
html[data-theme=light] {
  --primary-background: #FFFFFF;
  --color-text: #181A1C;
  --reverse-color-text: #FFFFFF;
  --color-text-secondary: #181A1C;
  --color-menu-link-new: #006BF0;
  --color-gray: rgba(27, 42, 58, 0.5);
  --color-gray-icon: rgba(27, 42, 58, 0.3);
  --color-gray-icon2: #515B66;
  --color-gray-icon3: #515B66;
  --color-gray-icon4: #515B66;
  --bg-menu-link-new: rgba(0, 107, 240, 0.1);
  --alpha-5: rgba(27, 42, 58, 0.07);
  --alpha-10: rgba(27, 42, 58, 0.1);
  --alpha-20: rgba(27, 42, 58, 0.2);
  --alpha-30: rgba(27, 42, 58, 0.3);
  --alpha-40: rgba(27, 42, 58, 0.3);
  --alpha-50: rgba(27, 42, 58, 0.5);
  --alpha-60: rgba(27, 42, 58, 0.6);
  --alpha-80: rgba(27, 42, 58, 0.8);
  --bg-card: #F5F6F7;
  --bg-gradient-card: linear-gradient(280.29deg, #DCE1E6 0%, #F2F4F7 100%);
  --bg-footer: #FFFFFF;
  --text-gradient: linear-gradient(280.29deg, #1F2124 0%, #383D42 100%);
  --blur-color: linear-gradient(274.45deg, #414E5C 0%, #758698 100%);
  --bg-contacts-block: #006BF0;
  --bg-modal: #FFFFFF;
  --bg-header-fixed: rgba(27, 42, 58, 0.07);
  --bg-header-button: #006BF0;
  --bg-header-button-hover: #0093F0;
  --color-header-social: #006BF0;
  --footer-links-name: rgba(27, 42, 58, 0.5);
  --footer-link-hover: rgba(27, 42, 58, 0.8);
  --footer-icon-bg: #9FA9B4;
  --bg-tab-light: #FFFFFF;
  --color-tab-light: #1B2A3A;
  --border-tab-light: rgba(27, 42, 58, 0.1);
  --bg-logotype: #1B2A3A;
  --color: #FFFFFF;
  --bg-checkbox: #F5F6F7;
  --bg-checkbox-checked: #222528;
  --text-checkbox-checked: #FFFFFF;
  --border-checkbox: rgba(27, 42, 58, 0.1);
  --color-input-label: #1B2A3A;
  --border-color-input: rgba(27, 42, 58, 0.2);
  --input-icon-color: #293139;
  --bg-drop-area: rgba(255, 255, 255, 0.8);
  --bg-team-block: #F5F6F7;
  --picture-caption: rgba(255, 255, 255, 0.6);
  --bg-map-contacts-block: rgba(255, 255, 255, 0.4);
  --border-map-contacts-block: rgba(255, 255, 255, 0.8);
  --bg-intro-block: linear-gradient(280.29deg, #DCE1E6 0%, #F2F4F7 100%);
  --color-intro-text: rgba(27, 42, 58, 0.5);
  --bg-contacts-section: #006BF0;
  --gradient-contacts-block: linear-gradient(280.29deg, #DCE1E6 0%, #F2F4F7 100%);
  --bg-case-card-article: #E6EBEF;
  --bg-case-card: #E6EBEF;
  --border-case-card-article: transparent;
  --color-btn-case-article: #FFFFFF;
  --bg-btn-case-article: #1B2A3A;
  --color-btn-add: rgba(255, 255, 255, 0.3);
  --border-services-block: transparent;
  --bg-services-block: linear-gradient(280.29deg, #DCE1E6 0%, #F2F4F7 100%);
  --grad-services-block: linear-gradient(280.29deg, #DCE1E6 0%, #F2F4F7 100%);
  --bg-service-possibility: #F5F6F7;
  --bg-service-possibility-open: rgba(27, 42, 58, 0.07);
  --bg-service-possibility-close: #181A1C;
  --bg-swiper-button: #1B2A3A;
  --bg-swiper-button-hover: rgba(27, 42, 58, 0.8);
  --opacity-swiper-slide-inactive: 0.35;
  --portfolio-blur: blur(150px) opacity(0.5);
  --bg-map-link: #FFFFFF;
  --bg-project-stages-plash: #FFFFFF;
  --bg-hover-project-stages-plash: #F5F6F7;
  --bg-reviews-button: #FFFFFF;
  --bg-article-hover: #E6EBEF;
  --bg-article-logo: #FFFFFF;
  --color-border-service-stage: #CDD1D5;
  --color-marker-service-stage: #FFFFFF;
  --color-outstaff-button: #FFFFFF;
  --bg-outstaff-button-hover: rgba(27, 42, 58, 0.8);
  --bg-skills-tag: #FFFFFF;
  --bg-portfolio-link-new: #222528;
  --bg-fslightbox-container: rgba(255, 255, 255, 0.9);
  --bg-elems-fslightbox: #222528;
  --bg-hover-elems-fslightbox: rgba(27, 42, 58, 0.8);
  --bg-service-types-icon: #181A1C;
  --bg-form-line: rgba(27, 42, 58, 0.1);
  --faq-border: #31363A1A;
  --faq-item-bg: #F5F6F7;
  --faq-item-bg-opened: #FFFFFF0D;
  --faq-toggle-bg: #FFFFFF;
  --job-description-card-bg: #2A2E32;
  --job-description-border: #43464A;
}
html[data-theme=light] .swiper-button--prev:after,
html[data-theme=light] .swiper-button--next:after {
  background: url("../images/svg/arrow-right.svg") center center/cover no-repeat;
}
html[data-theme=light] .header__logo--white {
  display: none;
}
html[data-theme=light] .header__logo--colored {
  display: block;
}
html[data-theme=light] .portfolio__blur {
  opacity: 0;
}
html[data-theme=light] .service-head--design .service-head__background {
  opacity: 0.4;
}
html[data-theme=light] .intro__block,
html[data-theme=light] .page-404 {
  background-image: url("../images/block-intro-light.png");
}
html[data-theme=light] .intro__background {
  background: linear-gradient(280.29deg, #DCE1E6 0%, #F2F4F7 100%);
}
html[data-theme=light] .services-block__picture {
  background-image: url("../images/services-intro-light.webp");
}
html[data-theme=light] .service-head__background--career {
  background-image: url("../images/career-intro-light.png");
}
html[data-theme=light] .service-head__background--analytics {
  background-image: url("../images/analytics-intro-light.png");
}
html[data-theme=light] .service-head__background--b2b {
  background-image: url("../images/b2b-intro-light.png");
}
html[data-theme=light] .service-head__background--development {
  background-image: url("../images/dev-intro-light.png");
}
html[data-theme=light] .service-head__background--edtech {
  background-image: url("../images/edtech-intro-light.png");
}
html[data-theme=light] .service-head__background--outstaff {
  background-image: url("../images/outstaff-intro-light.png");
}
html[data-theme=light] .service-head__background--redesign {
  background-image: url("../images/redesign-intro-light.png");
}
html[data-theme=light] .service-head__background--support {
  background-image: url("../images/support-intro-light.png");
}
html[data-theme=light] .service-head__background--bitrix {
  background-image: url("../images/bitrix24-intro-light.png");
}
html[data-theme=light] .page-nav__button:hover, html[data-theme=light] .page-nav__button.active, html[data-theme=light] .page-nav__button:has(input:checked) {
  color: var(--reverse-color-text);
}

html {
  --primary-background: #181A1C;
  --color-text: #FFFFFF;
  --reverse-color-text: #181A1C;
  --color-text-secondary: rgba(255, 255, 255, 0.6);
  --color-menu-link-new: #00BBF0;
  --color-gray: #515B66;
  --color-gray-icon: #515B66;
  --color-gray-icon2: rgba(255, 255, 255, 0.2);
  --color-gray-icon3: rgba(255, 255, 255, 0.6);
  --color-gray-icon4: #FFFFFF;
  --bg-menu-link-new: rgba(0, 107, 240, 0.3);
  --alpha-5: rgba(255, 255, 255, 0.05);
  --alpha-10: rgba(255, 255, 255, 0.1);
  --alpha-20: rgba(255, 255, 255, 0.2);
  --alpha-30: rgba(255, 255, 255, 0.3);
  --alpha-40: rgba(255, 255, 255, 0.4);
  --alpha-50: rgba(255, 255, 255, 0.5);
  --alpha-60: rgba(255, 255, 255, 0.6);
  --alpha-80: rgba(255, 255, 255, 0.8);
  --bg-card: #222528;
  --bg-gradient-card: #222528;
  --bg-footer: #181A1C;
  --text-gradient: linear-gradient(274.45deg, #414E5C 0%, #758698 100%);
  --blur-color: #FFFFFF;
  --bg-contacts-block: linear-gradient(274.45deg, #414E5C 0%, #758698 100%);
  --bg-modal: #181A1C;
  --bg-header-fixed: rgba(22, 22, 23, 0.8);
  --bg-header-button: #F5F6F7;
  --bg-header-button-hover: #CDD1D4;
  --color-header-social: #FFFFFF;
  --footer-links-name: rgba(255, 255, 255, 0.4);
  --footer-icon-bg: #515B66;
  --footer-link-hover: rgba(255, 255, 255, 0.6);
  --bg-tab-light: #F5F6F7;
  --color-tab-light: #1B2A3A;
  --border-tab-light: transparent;
  --bg-logotype: #FFFFFF;
  --color: #1B2A3A;
  --bg-checkbox: rgba(255, 255, 255, 0.1);
  --border-checkbox: transparent;
  --bg-checkbox-checked: #F5F6F7;
  --text-checkbox-checked: #1B2A3A;
  --color-input-label: rgba(255, 255, 255, 0.3);
  --border-color-input: rgba(255, 255, 255, 0.1);
  --input-icon-color: #9FA9B4;
  --bg-drop-area: rgba(27, 42, 58, 0.8);
  --bg-team-block: #212932;
  --picture-caption: rgba(45, 45, 45, 0.3);
  --bg-map-contacts-block: rgba(94, 100, 106, 0.16);
  --border-map-contacts-block: rgba(27, 42, 58, 0.2);
  --bg-intro-block: linear-gradient(280.29deg, #1F2124 0%, #383D42 100%);
  --color-intro-text: rgba(255, 255, 255, 0.2);
  --bg-contacts-section: linear-gradient(274.45deg, #414E5C 0%, #758698 100%);
  --gradient-contacts-block: linear-gradient(280.29deg, #1F2124 0%, #383D42 100%);
  --bg-case-card-article: #181A1C;
  --bg-case-card: #293139;
  --border-case-card-article: #293139;
  --color-btn-case-article: #1B2A3A;
  --bg-btn-case-article: #F5F6F7;
  --color-btn-add: rgba(27, 42, 58, 0.3);
  --border-services-block: #212932;
  --bg-services-block: #181A1C;
  --grad-services-block: linear-gradient(180deg, #0D141C 18.9%, #0D141C 59.48%, #192028 100%);
  --bg-service-possibility: rgba(27, 42, 58, 0.3);
  --bg-service-possibility-open: rgba(27, 42, 58, 0.1);
  --bg-service-possibility-close: rgba(255, 255, 255, 0.1);
  --bg-swiper-button: rgba(255, 255, 255, 0.1);
  --bg-swiper-button-hover: rgba(255, 255, 255, 0.2);
  --opacity-swiper-slide-inactive: 0.15;
  --portfolio-blur: blur(150px);
  --bg-map-link: rgba(94, 100, 106, 0.16);
  --bg-project-stages-plash: #333A41;
  --bg-hover-project-stages-plash: #40454A;
  --bg-reviews-button: rgba(255, 255, 255, 0.2);
  --bg-article-hover: #212932;
  --bg-article-logo: #212932;
  --color-border-service-stage: #293139;
  --color-marker-service-stage: #9FA9B4;
  --color-outstaff-button: #1B2A3A;
  --bg-outstaff-button-hover: #F5F6F7;
  --bg-skills-tag: rgba(255, 255, 255, 0.1);
  --bg-portfolio-link-new: rgba(255, 255, 255, 0.2);
  --bg-fslightbox-container: rgba(0, 0, 0, 0.9);
  --bg-elems-fslightbox: rgba(255, 255, 255, 0.2);
  --bg-hover-elems-fslightbox: rgba(255, 255, 255, 0.3);
  --bg-service-types-icon: #9FA9B4;
  --bg-form-line: #333A41;
  --faq-border: #2A2E32;
  --faq-item-bg: #31363A4D;
  --faq-item-bg-opened: #31363A1A;
  --faq-toggle-bg: #FFFFFF1A;
  --job-description-card-bg: #2A2E32;
  --job-description-border: #43464A;
}
html .swiper-button--prev:after,
html .swiper-button--next:after {
  background: url("../images/svg/arrow-right-black.svg") center center/cover no-repeat;
}
html .header__logo--colored {
  display: none;
}
html .header__logo--white {
  display: block;
}
html .portfolio__blur,
html .service-head--design .service-head__background {
  opacity: 1;
}
html .portfolio__blur.is-hidden,
html .service-head--design .service-head__background.is-hidden {
  opacity: 0;
}
html .intro__block,
html .page-404 {
  background-image: url("../images/block-intro-dark.png");
}
html .intro__background {
  background: linear-gradient(280.29deg, #1F2124 0%, #383D42 100%);
}
html .services-block__picture {
  background-image: url("../images/services-intro-dark.webp");
}
html .service-head__background--career {
  background-image: url("../images/career-intro-dark.png");
}
html .service-head__background--analytics {
  background-image: url("../images/analytics-intro-dark.png");
}
html .service-head__background--b2b {
  background-image: url("../images/b2b-intro-dark.png");
}
html .service-head__background--development {
  background-image: url("../images/dev-intro-dark.png");
}
html .service-head__background--edtech {
  background-image: url("../images/edtech-intro-dark.png");
}
html .service-head__background--outstaff {
  background-image: url("../images/outstaff-intro-dark.png");
}
html .service-head__background--redesign {
  background-image: url("../images/redesign-intro-dark.png");
}
html .service-head__background--support {
  background-image: url("../images/support-intro-dark.png");
}
html .service-head__background--bitrix {
  background-image: url("../images/bitrix24-intro-dark.png");
}

@font-face {
  font-family: "Golos";
  src: url("../fonts/GolosText-Regular.eot");
  src: local("GolosText-Regular"), local("GolosText-Regular"), url("../fonts/GolosText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GolosText-Regular.woff2") format("woff2"), url("../fonts/GolosText-Regular.woff") format("woff"), url("../fonts/GolosText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos-UI";
  src: url("../fonts/Golos-UI-Regular.eot");
  src: local("Golos-UI-Regular"), local("Golos-UI-Regular"), url("../fonts/Golos-UI-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Golos-UI-Regular.woff2") format("woff2"), url("../fonts/Golos-UI-Regular.woff") format("woff"), url("../fonts/Golos-UI-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos-UI";
  src: url("../fonts/Golos-UI-Medium.eot");
  src: local("Golos-UI-Medium"), local("Golos-UI-Medium"), url("../fonts/Golos-UI-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Golos-UI-Medium.woff2") format("woff2"), url("../fonts/Golos-UI-Medium.woff") format("woff"), url("../fonts/Golos-UI-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT-Eesti-Pro-Display";
  src: url("../fonts/GT-Eesti-Pro-Display-Regular.eot");
  src: local("GT-Eesti-Pro-Display-Regular"), local("GT-Eesti-Pro-Display-Regular"), url("../fonts/GT-Eesti-Pro-Display-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GT-Eesti-Pro-Display-Regular.woff2") format("woff2"), url("../fonts/GT-Eesti-Pro-Display-Regular.woff") format("woff"), url("../fonts/GT-Eesti-Pro-Display-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:hover, *:before:hover, *:after:hover {
  outline: none;
}

html, body {
  font-family: "Golos-UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  background-color: var(--primary-background);
  color: var(--color-text);
  width: 100%;
  min-height: 100%;
  letter-spacing: -0.02em;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch !important;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}

html {
  height: 100%;
}
html.prevent-scroll {
  overflow: hidden;
}

body {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body.prevent-scroll {
  overflow: hidden;
}
body.height-auto {
  height: auto;
}

body.portfolio {
  overflow-x: visible;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

ul,
ol,
blockquote,
p {
  padding: 0;
  margin: 0;
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
ul:hover,
ol:hover,
blockquote:hover,
p:hover {
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}

a {
  text-decoration: none;
  color: var(--color-text);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
a:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
  pointer-events: none;
}

.opacity {
  opacity: 0;
}

.nowrap {
  white-space: nowrap;
}

.accent-text {
  font-family: "Golos", sans-serif;
}

.container {
  width: 100%;
  padding: 0 1rem;
}
.container--sm {
  max-width: 1312px;
}
.container--md {
  max-width: 1738px;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 1.625rem;
  }
  .container--sm {
    max-width: 1332px;
  }
  .container--md {
    max-width: 1758px;
  }
}
@media screen and (min-width: 1080px) {
  .container {
    padding: 0 4rem;
  }
  .container--sm {
    max-width: 1408px;
  }
  .container--md {
    max-width: 1834px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    padding: 0 6.25rem;
    margin: 0 auto;
  }
  .container--sm {
    max-width: 1480px;
  }
  .container--md {
    max-width: 1480px;
  }
}

.header-container {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .header-container {
    padding: 0 1.625rem;
  }
}
@media screen and (min-width: 1080px) {
  .header-container {
    padding: 0 3.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .header-container {
    margin: 0 auto;
  }
}

@media (min-width: 360px) {
  .d-none {
    display: none !important;
  }
  .d-block {
    display: block !important;
  }
  .d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
}
@media (min-width: 1080px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
}
.w-auto {
  width: auto !important;
}

.w-100 {
  width: 100% !important;
}

@media screen and (min-width: md) {
  .w-md-auto {
    width: auto !important;
  }
}
@media screen and (min-width: md) {
  .w-md-100 {
    width: 100% !important;
  }
}
@media screen and (min-width: lg) {
  .w-lg-auto {
    width: auto !important;
  }
}
@media screen and (min-width: lg) {
  .w-lg-100 {
    width: 100% !important;
  }
}
@media screen and (min-width: xl) {
  .w-xl-auto {
    width: auto !important;
  }
}
@media screen and (min-width: xl) {
  .w-xl-100 {
    width: 100% !important;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.text-main,
.text-small,
.text-big {
  font-family: "Golos", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
h1:hover,
.h1:hover,
h2:hover,
.h2:hover,
h3:hover,
.h3:hover,
h4:hover,
.h4:hover,
h5:hover,
.h5:hover,
.text-main:hover,
.text-small:hover,
.text-big:hover {
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}

h1,
.h1 {
  position: relative;
  font-size: 2.5rem;
  line-height: 3.375rem;
  letter-spacing: -0.04em;
  margin: 1.5rem 0;
  -webkit-font-feature-settings: "cv11" on, "ordn" on;
          font-feature-settings: "cv11" on, "ordn" on;
  z-index: 2;
}
h1 + .animate__animated,
.h1 + .animate__animated {
  opacity: 0;
}
@media screen and (min-width: 1080px) {
  h1,
  .h1 {
    font-size: 4rem;
    line-height: 5.125rem;
    margin: 2.5rem 0;
  }
}
@media screen and (min-width: 2560px) {
  h1,
  .h1 {
    font-size: 8rem;
    line-height: 100%;
  }
}

h2,
.h2 {
  font-size: 2rem;
  line-height: 2.75rem;
  letter-spacing: -0.04em;
  margin-top: 0;
  margin-bottom: 1rem;
  -webkit-font-feature-settings: "cv11" on, "ordn" on;
          font-feature-settings: "cv11" on, "ordn" on;
}
@media screen and (min-width: 1080px) {
  h2,
  .h2 {
    font-size: 2.5rem;
    line-height: 3.375rem;
    margin-bottom: 2rem;
  }
}

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: "cv11" on, "ordn" on;
          font-feature-settings: "cv11" on, "ordn" on;
}
@media screen and (min-width: 1080px) {
  h3,
  .h3 {
    font-size: 2rem;
    line-height: 2.75rem;
    letter-spacing: -0.04em;
  }
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: "cv11" on, "ordn" on;
          font-feature-settings: "cv11" on, "ordn" on;
}
@media screen and (min-width: 1080px) {
  h4,
  .h4 {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: "cv11" on, "ordn" on;
          font-feature-settings: "cv11" on, "ordn" on;
}
@media screen and (min-width: 1080px) {
  h5,
  .h5 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.title-big {
  font-size: 3rem;
  line-height: 3.375rem;
  letter-spacing: -0.04em;
}

.title-small {
  font-size: 1.75rem;
  line-height: 2.5rem;
  letter-spacing: -0.04em;
}

.big-accent-1 {
  font-weight: 300;
  font-size: 6rem;
  line-height: 7.25rem;
  letter-spacing: -0.08em;
}

.big-accent-2 {
  font-weight: 300;
  font-size: 5rem;
  line-height: 6.0625rem;
  letter-spacing: -0.08em;
}

.big-accent-3 {
  font-weight: 300;
  font-size: 4rem;
  line-height: 5.125rem;
  letter-spacing: -0.08em;
}

.text-big {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
@media screen and (min-width: 1080px) {
  .text-big {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

p,
.text-main {
  font-size: 1rem;
  line-height: 1.375rem;
}
@media screen and (min-width: 1080px) {
  p,
  .text-main {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

.text-small,
.text-small p {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
@media screen and (min-width: 1080px) {
  .text-small,
  .text-small p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.text-middle {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: -0.0175rem;
}
@media screen and (min-width: 1080px) {
  .text-middle {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: -0.0225rem;
  }
}

.caps {
  font-size: 0.6875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  -webkit-font-feature-settings: "ordn" on;
          font-feature-settings: "ordn" on;
}
@media screen and (min-width: 1080px) {
  .caps {
    font-size: 0.8125rem;
  }
}

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

@keyframes rot {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1px));
            transform: translateX(calc(-100% - 1px));
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1px));
            transform: translateX(calc(-100% - 1px));
  }
}
.page__section {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.page__section--full {
  border-radius: 0.25rem;
  margin-bottom: 0;
}
.page__section--full + .page__section--full {
  margin-top: 0.25rem;
}
.page__section--full + .wow .page__section--full {
  margin-top: 0.25rem;
}
.page__section--mt {
  margin-top: 1.5rem;
}
.page__section + .animate__animated {
  opacity: 0;
}
.page__title {
  position: relative;
  display: inline-block;
  margin: 0;
}
.page__title--padding-left {
  padding-right: 3.5rem;
}
.page__title + .page__subtitle {
  margin-top: 0.5rem;
}
.page__title + .animate__animated {
  opacity: 0;
}
.page__title-span {
  display: inline-block;
}
.page__title-span + .animate__animated {
  opacity: 0;
}
.page__subtitle {
  font-family: "Golos", sans-serif;
  color: var(--alpha-80);
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: "cv11" on, "ordn" on;
          font-feature-settings: "cv11" on, "ordn" on;
}
.page__subtitle + .animate__animated {
  opacity: 0;
}
@media screen and (min-width: 1080px) {
  .page__section {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .page__section--full {
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .page__section--full + .page__section--full {
    margin-top: 0.5rem;
  }
  .page__section--full + .wow .page__section--full {
    margin-top: 0.5rem;
  }
  .page__section--full .container {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .page__section--mt {
    margin-top: 2.5rem;
  }
  .page__title--padding-left {
    padding-right: 5.3125rem;
  }
  .page__title + .page__subtitle {
    margin-top: 1.5rem;
  }
  .page__subtitle {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .page__section--full .container {
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }
}

.link {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.link:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.link--color--white {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.2);
}
.link--color--white:hover, .link--color--white.link--active {
  border-color: #FFFFFF;
}
.link--color--dark {
  color: #1B2A3A;
  border-color: rgba(27, 42, 58, 0.1);
}
.link--color--dark:hover, .link--color--dark.link--active {
  border-color: #1B2A3A;
}
.link--size--sm {
  font-size: 1rem;
  line-height: 1.375rem;
}
.link--size--md {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.link--size--lg {
  font-size: 1.5rem;
  line-height: 2.125rem;
}
.link--caps {
  text-transform: uppercase;
}
@media screen and (min-width: 1080px) {
  .link {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.button {
  cursor: pointer;
  padding: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  background-color: transparent;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  text-decoration: none;
  border: none;
  border-radius: 0.25rem;
  font-family: "Golos", sans-serif;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.button:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.button__additionally {
  color: rgba(255, 255, 255, 0.3);
  padding-left: 0.5rem;
}
.button:focus:not(:focus-visible) {
  outline: none;
}
.button:focus-visible {
  outline-color: #006BF0;
  outline-offset: 0.25rem;
  outline-style: solid;
  outline-width: 0.125rem;
}
.button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.button--forward:after {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  content: "";
  -webkit-mask: url("../images/svg/arrow-right.svg") no-repeat 50% 50%;
          mask: url("../images/svg/arrow-right.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #FFFFFF;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.button--forward:hover:after {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
.button--forward:active:after, .button--forward:focus-within:after {
  -webkit-mask: url("../images/svg/loading.svg") no-repeat 50% 50%;
          mask: url("../images/svg/loading.svg") no-repeat 50% 50%;
  -webkit-animation: 1s linear 0s normal none infinite running rot;
          animation: 1s linear 0s normal none infinite running rot;
}
.button--down:after {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  content: "";
  -webkit-mask: url("../images/svg/arrow-right.svg") no-repeat 50% 50%;
          mask: url("../images/svg/arrow-right.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #FFFFFF;
  margin-left: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
}
.button--down--light::after {
  background-color: #1B2A3A;
}
.button--light {
  color: #1B2A3A;
  background-color: #F5F6F7;
}
.button--light .button__additionally {
  color: rgba(27, 42, 58, 0.2);
}
.button--light.button--forward:after {
  background-color: #1B2A3A;
}
.button--light:hover {
  background-color: #CDD1D5;
}
.button--light:disabled, .button--light.disabled {
  background-color: #F5F6F7;
}
.button--white {
  color: #1B2A3A;
  background-color: #FFFFFF;
}
.button--white .button__additionally {
  color: rgba(27, 42, 58, 0.2);
}
.button--white.button--forward:after {
  background-color: #1B2A3A;
}
.button--white:hover {
  background-color: #F5F6F7;
}
.button--white:disabled, .button--white.disabled {
  background-color: #CDD1D5;
}
.button--dark-alpha {
  background-color: rgba(27, 42, 58, 0.2);
}
.button--dark-alpha:hover {
  background-color: rgba(27, 42, 58, 0.3);
}
.button--dark-alpha:disabled, .button--dark-alpha.disabled {
  background-color: rgba(27, 42, 58, 0.3);
}
.button--white-alpha {
  background-color: rgba(255, 255, 255, 0.1);
}
.button--white-alpha:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.button--white-alpha:disabled, .button--white-alpha.disabled {
  opacity: 0.3;
}
.button--dark {
  background-color: #1B2A3A;
}
.button--dark:hover {
  background-color: #2D3C4B;
}
.button--dark:disabled, .button--dark.disabled {
  opacity: 0.3;
}
.button--blue {
  background-color: #006BF0;
}
.button--blue:hover {
  background-color: #0093F0;
}
.button--blue:disabled, .button--blue.disabled {
  opacity: 0.3;
}
.button--medium {
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding: 1.1875rem 1.5rem;
}
.button--medium.button--forward:after {
  width: 1.5rem;
  height: 1.5rem;
}
.button--big {
  font-size: 1.5rem;
  line-height: 2.125rem;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  padding: 1.4375rem 2rem;
}
.button--big.button--forward:after {
  width: 2rem;
  height: 2rem;
}
.button--close {
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  color: var(--color-text);
  padding: 0;
}
.button--close svg {
  width: 100%;
  height: 100%;
}
.button--heart:after {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  content: "";
  -webkit-mask: url("../images/svg/heart-checkmark.svg") no-repeat 50% 50%;
          mask: url("../images/svg/heart-checkmark.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #1B2A3A;
  margin-left: 2rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.button--heart:after:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.button--link:after {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  content: "";
  -webkit-mask: url("../images/svg/link-shear.svg") no-repeat 50% 50%;
          mask: url("../images/svg/link-shear.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #1B2A3A;
  margin-left: auto;
}
.button--more:after {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  content: "";
  -webkit-mask: url("../images/svg/dots-menu.svg") no-repeat 50% 50%;
          mask: url("../images/svg/dots-menu.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #FFFFFF;
  margin-left: auto;
}
.button--link-share {
  gap: 0.5rem;
}
.button--link-share:after {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  display: inline-block;
  content: "";
  -webkit-mask: url("../images/svg/link-big.svg") no-repeat 50% 50%;
          mask: url("../images/svg/link-big.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #1B2A3A;
  margin-left: auto;
}
.button--document:after {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  content: "";
  -webkit-mask: url("../images/svg/document.svg") no-repeat 50% 50%;
          mask: url("../images/svg/document.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--color-text);
  margin-left: auto;
}
.button--message:after {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  content: "";
  -webkit-mask: url("../images/svg/message.svg") no-repeat 50% 50%;
          mask: url("../images/svg/message.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #1B2A3A;
  margin-left: auto;
}
.button--download:after {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  content: "";
  -webkit-mask: url("../images/svg/download-icon.svg") no-repeat 50% 50%;
          mask: url("../images/svg/download-icon.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #FFFFFF;
  margin-left: auto;
}
.button--cases {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.5rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media screen and (min-width: 768px) {
  .button--link-share:after {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1080px) {
  .button {
    padding: 1.1875rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .button__additionally {
    padding-left: 0.75rem;
  }
  .button--forward:after {
    margin-left: 2rem !important;
  }
  .button--medium.button--forward:after {
    width: 2rem;
    height: 2rem;
  }
  .button--small {
    padding: 1rem;
  }
  .button--small.button--forward:after {
    width: 1.5rem;
    height: 1.5rem;
  }
  .button--close {
    width: 3rem;
    height: 3rem;
    padding: 0;
  }
  .button--heart:after {
    width: 2rem;
    height: 2rem;
    margin-left: 2rem;
  }
  .button--link:after, .button--more:after {
    width: 2rem;
    height: 2rem;
    margin-left: none;
  }
}

.tag {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(0.9375rem);
          backdrop-filter: blur(0.9375rem);
  border-radius: 56.25rem;
  padding: 0.125rem 0.75rem;
  font-weight: 500;
  font-size: 0.5625rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (min-width: 1080px) {
  .tag {
    font-size: 0.8125rem;
    line-height: 1.25rem;
    padding: 0.375rem 1rem;
  }
}

.plash {
  display: inline-block;
  border-radius: 56.25rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.plash:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.plash--light {
  background-color: #F5F6F7;
  color: #1B2A3A;
}
.plash--dark {
  background-color: #222528;
  color: #FFFFFF;
}
.plash--white-alpha {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
.plash--dark-blue {
  background-color: #212932;
  color: #FFFFFF;
}
.plash--dark-alpha {
  background-color: var(--alpha-20);
  color: var(--color-text);
}
@media screen and (min-width: 1080px) {
  .plash {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding: 0.375rem 1rem 0.5rem;
    white-space: unset;
  }
}

.benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefit__icon {
  width: 3rem;
  height: 3rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 1rem;
}
.benefit__text {
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .benefit__text {
    max-width: 12.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .benefit__icon {
    width: 4.5rem;
    height: 4.5rem;
    margin-bottom: 1.25rem;
  }
  .benefit__text {
    max-width: 18.75rem;
  }
}

.checkbox {
  cursor: pointer;
}
.checkbox__input {
  width: 0;
  height: 0;
  overflow: hidden;
  border: none;
  outline: none;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.checkbox__input:checked + .checkbox__text {
  background: var(--bg-checkbox-checked);
  color: var(--text-checkbox-checked);
}
.checkbox__input:disabled + .checkbox__text {
  opacity: 0.3;
}
.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: var(--color-text);
  font-size: 0.75rem;
  line-height: 1.25rem;
  background: var(--bg-checkbox);
  border: 1px solid var(--border-checkbox);
  border-radius: 56.25rem;
  padding: 0.25rem 0.75rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.checkbox__text:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.checkbox__text:hover {
  border-color: var(--color-text);
}
@media screen and (min-width: 1080px) {
  .checkbox__text {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding: 0.375rem 1rem 0.5rem;
  }
}

.cookies {
  position: absolute;
  bottom: 64px;
  width: 100%;
  color: #FFFFFF;
  background: #293139;
  border-radius: 0.25rem;
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.375rem;
  white-space: nowrap;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: all;
}
.cookies:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url("../images/svg/cookies.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 2rem;
  margin-right: 0.75rem;
}
.cookies.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.cookies__link {
  color: #FFFFFF;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
  margin-left: 0.25rem;
  -webkit-transition: 0.2s ease border-bottom-color;
  transition: 0.2s ease border-bottom-color;
}
.cookies__link:hover {
  -webkit-transition: 0.2s ease border-bottom-color;
  transition: 0.2s ease border-bottom-color;
}
.cookies__link:hover {
  border-bottom-color: transparent;
}
.cookies__button {
  height: 3rem;
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 1rem;
  padding: 0.8125rem 0.75rem;
}
@media screen and (min-width: 768px) {
  .cookies {
    width: 21.75rem;
    bottom: 0;
  }
}
@media screen and (min-width: 1080px) {
  .cookies {
    width: 24.125rem;
    height: 4rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }
  .cookies__link {
    padding-top: 0.125rem;
  }
  .cookies__button {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.button-request {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: all;
}
.button-request__btn {
  height: 3.5rem;
  padding: 1.0625rem 1rem;
}
.button-request__btn::after {
  display: none;
}
.button-request__mobile-fab {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9999;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
  pointer-events: auto;
}
@media (max-width: 767px) {
  .button-request__mobile-fab {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media screen and (min-width: 768px) {
  .button-request__btn::after {
    display: block;
  }
  .button-request__mobile-fab {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .button-request__btn {
    height: 4rem;
    padding: 1.1875rem 1.5rem 1.1875rem 1.25rem;
  }
}

.bottom-info {
  position: -webkit-sticky;
  position: sticky;
  bottom: 1.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 1.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 98;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.bottom-info.hide {
  opacity: 0;
  pointer-events: none;
  height: 0;
  font-size: 0;
  padding: 0;
}
.bottom-info.hide .cookies,
.bottom-info.hide .button-request {
  pointer-events: none;
}
@media screen and (min-width: 1080px) {
  .bottom-info {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.drop-area {
  position: fixed;
  inset: 0;
  background-color: var(--bg-drop-area);
  padding: 2rem;
  z-index: 10;
}
.drop-area__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0.0625rem dashed var(--color-text);
  border-radius: 1.25rem;
  font-family: "Golos-UI", sans-serif;
  padding: 1rem;
}
.drop-area__icon {
  display: block;
  width: 4.75rem;
  height: 4.75rem;
  -webkit-mask-image: url("../images/svg/hand-drag.svg");
          mask-image: url("../images/svg/hand-drag.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--color-text);
  margin-bottom: 1.5rem;
}
.drop-area__title {
  text-align: center;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.04em;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.drop-area__text {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: var(--color-text-secondary);
}
@media screen and (min-width: 1080px) {
  .drop-area__icon {
    width: 7rem;
    height: 7rem;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
  .drop-area__title {
    font-size: 4rem;
    line-height: 5.125rem;
    margin-bottom: 1rem;
  }
  .drop-area__text {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

.radio-button {
  width: 100%;
  height: 100%;
}
.radio-button__input {
  width: 0;
  height: 0;
  overflow: hidden;
  border: none;
  outline: none;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.radio-button__input:checked + label {
  border-color: #006BF0;
  background: rgba(0, 107, 240, 0.2);
  -webkit-box-shadow: 0px 0px 48px 0px rgba(0, 107, 240, 0.25) inset;
          box-shadow: 0px 0px 48px 0px rgba(0, 107, 240, 0.25) inset;
}
.radio-button__input:checked + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #006BF0;
}
.radio-button__input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("../images/svg/radio-mark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: 1.4375rem;
  left: 1.4375rem;
}
.radio-button__input:disabled + label:before {
  opacity: 0.3;
}
.radio-button__input:hover + label {
  border-color: #006BF0;
}
.radio-button__label {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0.25rem;
  border: 0.125rem solid rgba(255, 255, 255, 0.05);
  background: var(--bg-team-block);
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: -0.28px;
  padding: 4rem 1rem 1rem;
  cursor: pointer;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.radio-button__label:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.radio-button__label:before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-box-shadow: inset 0 0 0 0.125rem #40454A;
          box-shadow: inset 0 0 0 0.125rem #40454A;
  border-radius: 50%;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
@media screen and (min-width: 1080px) {
  .radio-button__label {
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: -0.4px;
    padding: 4.3125rem 1.25rem 1.3125rem;
  }
  .radio-button__label:before {
    left: 1.25rem;
    top: 1.3125rem;
  }
  .radio-button__input:checked + label:after {
    left: 1.6875rem;
    top: 1.6875rem;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 1.5rem;
  margin: 0.375rem 0.25rem;
}
.switch__input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch__input:checked + .switch__slider {
  background-color: #006BF0;
}
.switch__input:checked + .switch__slider:before {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
.switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #40454A;
  border-radius: 624.9375rem;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.switch__slider:before {
  position: absolute;
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  left: 0.125rem;
  bottom: 0.125rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
@media screen and (min-width: 1080px) {
  .switch {
    width: 3.25rem;
    height: 2rem;
  }
  .switch__input:checked + .switch__slider:before {
    -webkit-transform: translateX(1.25rem);
            transform: translateX(1.25rem);
  }
  .switch__slider {
    border-radius: 6249.9375rem;
  }
  .switch__slider:before {
    height: 1.75rem;
    width: 1.75rem;
  }
}

.accent-plash {
  color: #00BBF0;
  font-variant-numeric: stacked-fractions ordinal;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: -0.01625rem;
  border-radius: 56.25rem;
  background: rgba(0, 107, 240, 0.3);
  padding: 0 0.625rem;
}
@media screen and (min-width: 1080px) {
  .accent-plash {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    letter-spacing: -0.01875rem;
    padding: 0 0.75rem;
  }
}

.services-menu {
  position: relative;
}
.services-menu__list {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .services-menu:hover .services-menu__list {
    opacity: 1;
    pointer-events: all;
  }
  .services-menu__list {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -webkit-column-rule: solid 0.0625rem var(--alpha-10);
       -moz-column-rule: solid 0.0625rem var(--alpha-10);
            column-rule: solid 0.0625rem var(--alpha-10);
    width: 30.3125rem;
    padding: 1.25rem 1.5rem;
    border-radius: 0.25rem;
    background: var(--alpha-10);
    -webkit-backdrop-filter: blur(1.875rem);
            backdrop-filter: blur(1.875rem);
    list-style: none;
  }
  .services-menu__list::after {
    content: "";
    display: block;
    height: 0.5rem;
    width: 100%;
    background-color: transparent;
    position: absolute;
    top: -0.5rem;
    left: 0;
  }
  .services-menu__list:hover + .header__menu-link {
    border-color: var(--alpha-10);
  }
  .services-menu__item {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  .services-menu__item:not(:first-child) {
    margin-top: 1rem;
  }
  .services-menu__link {
    font-size: 1rem;
    letter-spacing: -0.02rem;
    color: var(--color-text);
    -webkit-transition: color ease 0.2s;
    transition: color ease 0.2s;
  }
  .services-menu__link:hover {
    -webkit-transition: color ease 0.2s;
    transition: color ease 0.2s;
  }
  .services-menu__link:hover {
    color: var(--alpha-60);
  }
}

.accordion {
  width: 100%;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  overflow: hidden;
}
.accordion:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.accordion.opened .accordion__body {
  max-height: 4000px;
}
.accordion.opened .accordion__arrow {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.accordion.opened .mobile-menu__submenu {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.accordion__header {
  position: relative;
  cursor: pointer;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.accordion__header:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.accordion__body:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.accordion__arrow {
  width: 1.875rem;
  height: 1.875rem;
  color: var(--alpha-80);
  margin-left: 0.5rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.accordion__arrow:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}

.technology-filter {
  width: 100%;
}
.technology-filter .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  row-gap: 0.5rem;
  -webkit-padding-end: 1rem;
          padding-inline-end: 1rem;
}
.technology-filter .swiper-slide {
  width: auto;
  max-width: 100%;
}
.technology-filter__item {
  position: relative;
  display: inline-block;
  max-width: 100%;
  font-family: "Golos", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  letter-spacing: -0.02rem;
  color: var(--alpha-40);
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.technology-filter__item:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.technology-filter__item.technology-filter__item--active {
  color: var(--color-text);
  cursor: default;
}
.technology-filter__item input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 1080px) {
  .technology-filter {
    position: relative;
  }
  .technology-filter .swiper-wrapper {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
    width: 100%;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
  .technology-filter::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.125rem;
    background-color: var(--alpha-10);
    z-index: 1;
  }
  .technology-filter__item {
    position: relative;
    max-width: none;
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: -0.025rem;
    color: var(--color-text);
    padding-inline: 1rem;
    -webkit-padding-after: 1rem;
            padding-block-end: 1rem;
    z-index: 2;
    overflow: visible;
    white-space: nowrap;
    text-overflow: clip;
  }
  .technology-filter__item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0.125rem;
    background-color: #006BF0;
    z-index: 3;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
  .technology-filter__item::after:hover {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
  .technology-filter__item.technology-filter__item--active::after {
    width: 100%;
  }
  .technology-filter__item:hover {
    color: var(--alpha-80);
  }
}

.categories-filter {
  position: relative;
  overflow: hidden;
  margin: 0 -16px;
  padding: 0 16px;
  --right-gradient-filter: linear-gradient(
      270deg,
      var(--reverse-color-text) -14.29%,
      rgba(13, 20, 28, 0) 57.14%
  );
  --left-gradient-filter: linear-gradient(
      90deg,
      var(--reverse-color-text) -14.29%,
      rgba(13, 20, 28, 0) 57.14%
  );
}
.categories-filter__tabs {
  overflow: visible;
  position: relative;
}
.categories-filter::after, .categories-filter::before {
  content: "";
  width: 4.125rem;
  height: 1.875rem;
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.categories-filter::after:hover, .categories-filter::before:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.categories-filter::before {
  left: -1rem;
  background: var(--left-gradient-filter);
}
.categories-filter::after {
  right: -1rem;
  background: var(--right-gradient-filter);
}
.categories-filter__item {
  position: relative;
  width: auto;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.categories-filter__item:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.categories-filter__item[hidden] {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  pointer-events: none;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.categories-filter__item input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.categories-filter__item.tabs__item {
  border: none;
}
.categories-filter__item.tabs__item:not(:last-child) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .categories-filter {
    margin: 0 -26px;
    padding: 0 26px;
  }
  .categories-filter::before {
    left: -1.625rem;
  }
  .categories-filter::after {
    right: -1.625rem;
  }
}
@media screen and (min-width: 1080px) {
  .categories-filter {
    overflow: initial;
    padding: 0;
    margin: 0;
  }
  .categories-filter::after, .categories-filter::before {
    opacity: 0;
  }
  .categories-filter__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0.5rem;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
  .categories-filter__item {
    margin-right: 0 !important;
  }
}

.breadcrumbs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--alpha-60);
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -2%;
}
.breadcrumbs__item {
  text-decoration: none;
  color: var(--alpha-60);
}
.breadcrumbs__item:hover {
  text-decoration: underline;
}
.breadcrumbs__item--current {
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -2%;
  color: var(--color-text);
}
.breadcrumbs__item--current:hover {
  text-decoration: none;
}
@media screen and (min-width: 1080px) {
  .breadcrumbs {
    margin-bottom: 1.5rem;
  }
}

.header {
  position: relative;
  height: 5rem;
  min-height: 5rem;
  z-index: 300;
  margin-left: 8px;
  margin-right: 8px;
  border-bottom: 0.0625rem solid var(--alpha-10);
}
.header--transparent {
  background-color: transparent;
}
.header__fixed {
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  opacity: 0;
  position: fixed;
  top: -64px;
  left: 0;
  right: 0;
  height: 4rem;
  border-bottom: 0.0625rem solid var(--alpha-10);
  -webkit-transition: top 0.33s ease-out, opacity 0.33s ease-out;
  transition: top 0.33s ease-out, opacity 0.33s ease-out;
}
.header__fixed::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--bg-header-fixed);
  -webkit-backdrop-filter: saturate(180%) blur(1.25rem);
          backdrop-filter: saturate(180%) blur(1.25rem);
  position: absolute;
  top: 0;
}
.header__fixed.is-active {
  top: 0;
  opacity: 1;
  z-index: 1000;
}
.header__fixed.is-active .header__menu-link {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  border-color: var(--alpha-10);
}
.header__fixed.is-active .services-menu__list {
  background-color: var(--bg-header-fixed);
  top: calc(100% + 16px);
}
.header__fixed.is-active .services-menu__list::after {
  height: 1rem;
  top: -1rem;
}
.header__fixed.is-active .services-menu__list:hover + .header__menu-link {
  border-color: var(--alpha-10);
}
.header__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}
.header__logo {
  position: relative;
  width: 6.375rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 100;
}
.header__logo-link {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.header__logo-link:hover .header__logo-icon {
  color: var(--alpha-60);
}
.header__logo-icon {
  height: 100%;
  width: 100%;
  color: var(--color-text);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.header__logo-icon:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.header__logo--mini {
  width: 2.125rem;
  --color-circle-1: #fff;
  --color-circle-2: #fff;
  --color-circle-3: #fff;
  --color-circle-4: #fff;
  --color-circle-5: #fff;
  --color-circle-6: #fff;
  --opacity-circle-1: 0.8;
  --opacity-circle-2: 0.7;
  --opacity-circle-3: 1;
  --opacity-circle-4: 0.6;
  --opacity-circle-5: 0.5;
  --opacity-circle-6: 0.9;
}
.header__logo--mini a svg path {
  -webkit-transition: fill 0.05s cubic-bezier(0.25, 0.1, 0.25, 1), fill-opacity 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: fill 0.05s cubic-bezier(0.25, 0.1, 0.25, 1), fill-opacity 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header__logo--mini a svg path:nth-child(1) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.header__logo--mini a svg path:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.header__logo--mini a svg path:nth-child(3) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.header__logo--mini a svg path:nth-child(4) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.header__logo--mini a svg path:nth-child(5) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.header__logo--mini a svg path:nth-child(6) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.header__logo--mini a:hover,
.header__logo--mini a.in-color {
  --color-hover-circle-1: #00a7f0;
  --color-hover-circle-2: #0093f0;
  --color-hover-circle-3: #00cfef;
  --color-hover-circle-4: #007ff0;
  --color-hover-circle-5: #006bf0;
  --color-hover-circle-6: #00bbf0;
  --opacity-circle-1: 1;
  --opacity-circle-2: 1;
  --opacity-circle-3: 1;
  --opacity-circle-4: 1;
  --opacity-circle-5: 1;
  --opacity-circle-6: 1;
}
.header__logo--mini a:hover svg path,
.header__logo--mini a.in-color svg path {
  -webkit-transition: fill 0.05s cubic-bezier(0.25, 0.1, 0.25, 1), fill-opacity 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: fill 0.05s cubic-bezier(0.25, 0.1, 0.25, 1), fill-opacity 0.05s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header__logo--mini a:hover svg path:nth-child(1),
.header__logo--mini a.in-color svg path:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.header__logo--mini a:hover svg path:nth-child(2),
.header__logo--mini a.in-color svg path:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.header__logo--mini a:hover svg path:nth-child(3),
.header__logo--mini a.in-color svg path:nth-child(3) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.header__logo--mini a:hover svg path:nth-child(4),
.header__logo--mini a.in-color svg path:nth-child(4) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.header__logo--mini a:hover svg path:nth-child(5),
.header__logo--mini a.in-color svg path:nth-child(5) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.header__logo--mini a:hover svg path:nth-child(6),
.header__logo--mini a.in-color svg path:nth-child(6) {
  -webkit-transition-delay: 0.07s;
          transition-delay: 0.07s;
}
.header__nav--top {
  margin-left: auto;
}
.header__nav--top .header__menu {
  display: none;
}
.header__nav--top .header__menu-link {
  height: 40px;
  padding: 0 0.625rem 0 1rem;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header__menu-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Golos-UI", sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-text);
  padding: 0.625rem 0.75rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-out 0.25s;
  transition: border-color ease-out 0.25s;
}
.header__menu-link:hover {
  -webkit-transition: border-color ease-out 0.25s;
  transition: border-color ease-out 0.25s;
}
.header__menu-link--external {
  color: var(--alpha-40);
}
.header__menu-link--external .header__menu-icon {
  margin-left: 0;
  margin-right: 0.5rem;
  margin-top: 0.125rem;
}
.header__menu-link-new {
  color: var(--color-text);
  background-color: var(--alpha-20);
  font-variant-numeric: stacked-fractions ordinal;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-transform: uppercase;
  border-radius: 56.25rem;
  padding: 0 0.5rem;
  margin-left: 0.5rem;
}
.header__menu-link:hover {
  border-color: var(--alpha-10);
}
.header__menu-icon {
  height: 1rem;
  width: 1rem;
  margin-left: 0.5rem;
}
.header__burger {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  max-width: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  color: var(--color-text);
  border: none;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  margin-left: 0rem;
  cursor: pointer;
  padding: 0;
  z-index: 100;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.header__burger:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.header__burger-icon {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.2s ease-in-out, width 0s 0.2s, height 0s 0.2s;
  transition: opacity 0.2s ease-in-out, width 0s 0.2s, height 0s 0.2s;
}
.header__burger-icon use {
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.header.is-menu-open {
  background: var(--primary-background);
  margin-left: 0;
  margin-right: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.header.is-menu-open .header__fixed.is-active {
  height: 4rem;
  background: var(--primary-background);
  border-bottom: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.header.is-menu-open .header__fixed.is-active::after {
  background: var(--primary-background);
  border-bottom: none;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.header.is-menu-open .header__inner {
  z-index: 100;
}
.header.is-menu-open .header__burger {
  width: 2.5rem;
  -ms-flex-preferred-size: 2.5rem;
      flex-basis: 2.5rem;
  background-color: transparent;
}
.header.is-menu-open .header__burger-icon {
  width: 100%;
  height: 100%;
}
.header.is-menu-open .header__fix-menu {
  padding-left: 0;
  padding-right: 0;
}
.header__toggle-theme {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 3.5rem;
  height: 2.25rem;
  color: var(--reverse-color-text);
  background-color: var(--alpha-10);
  border-radius: 624.9375rem;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1.125rem;
  margin-right: 0.875rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.header__toggle-theme:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.header__toggle-theme:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.125rem var(--alpha-20);
          box-shadow: 0 0 0 0.125rem var(--alpha-20);
}
.header__toggle-theme svg {
  width: 1.125rem;
  height: 1.125rem;
}
.header__toggle-theme-thumb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: var(--color-text);
  -webkit-box-shadow: 0 0 0 0.0625rem var(--alpha-20);
          box-shadow: 0 0 0 0.0625rem var(--alpha-20);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: background-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}
html[data-theme=dark] .header__toggle-theme-thumb {
  -webkit-transform: translateX(0.625rem);
          transform: translateX(0.625rem);
}
html[data-theme=light] .header__toggle-theme-thumb {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.header__button {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Golos", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
  color: var(--reverse-color-text);
  padding: 0.5625rem 1rem;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem;
  background-color: var(--bg-header-button);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.header__button:hover {
  background-color: var(--bg-header-button-hover);
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-left: auto;
  margin-right: 1rem;
}
.header__contacts .header__toggle-theme {
  display: none;
}
.header__contacts-links {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.header__contacts-link {
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid transparent;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.header__contacts-link:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.header__contacts-link:hover {
  border-color: var(--alpha-10);
}
.header__contacts-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  list-style: none;
}
.header__social {
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__social-link {
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: var(--alpha-60);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.header__social-link:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.header__social-link:hover {
  border-color: var(--alpha-10);
}
.header__social--wa svg {
  width: 1.5rem;
  height: 1.5rem;
}
.header__social--telegram svg {
  width: 1.5rem;
  height: 1.3125rem;
  -webkit-transform: translate(-4px, 2px);
          transform: translate(-4px, 2px);
}
.header__social--max svg {
  width: 1.4375rem;
  height: 1.375rem;
}
.header__fix-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 80px;
  display: none;
  height: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100dvh - 64px);
  background: var(--primary-background);
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 24px;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  z-index: 99;
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 768px) {
  .header__fix-menu {
    display: block;
  }
}
.header__fix-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header__fix-menu-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid var(--alpha-5);
}
.header__fix-menu-service {
  padding-top: 32px;
  padding-bottom: 24px;
  padding-right: 16px;
  padding-left: 16px;
  border-bottom: 1px solid var(--alpha-5);
}
.header__fix-menu-section {
  padding: 32px 16px 24px 16px;
  border-bottom: 1px solid var(--alpha-5);
}
.header__fix-menu-form {
  padding: 24px 16px 32px 16px;
}
.header__fix-menu-form h4 {
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -4%;
  margin: 0 0 8px 0;
}
.header__fix-menu-form p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -2%;
  color: var(--alpha-60);
  margin: 0 0 24px 0;
}
.header__fix-menu-form-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header__fix-menu-form-line .form-field {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.header__fix-menu-form-line .form-field__input {
  height: 56px;
  padding: 24px 16px 8px 16px !important;
}
.header__fix-menu-form-line .form-field__caption {
  padding-left: 16px;
}
.header__fix-menu-form-line label.form-field__label {
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0ms;
  transition: all 0ms;
}
.header__fix-menu-form-line .form-field.error label.form-field__label {
  top: 1.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__fix-menu-form-line .modal__button {
  height: 56px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -2%;
  white-space: nowrap;
}
.header__fix-menu-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header__fix-menu-socials a {
  width: 46px;
  height: 46px;
}
.header__fix-menu-socials a.header__social .header__fix-menu-socials a svg {
  width: 24px;
  height: 24px;
}
.header__fix-menu-contacts {
  padding: 24px 16px 32px 16px;
}
.header__fix-menu-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -4%;
  color: var(--alpha-50);
  margin: 0 0 20px 0;
}
.header__fix-menu-links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.header__fix-menu-links a {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -2%;
}
.header__fix-menu-links a:hover {
  color: #006bf0;
}
@media (min-width: 575px) {
  .header__fix-menu-form-line {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header__fix-menu-form-line .modal__button {
    max-width: 180px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .header__burger {
    margin-left: 0.5rem;
  }
  .header__fixed.is-active .header__menu-link {
    border-color: transparent;
  }
  .header__fixed.is-active .header__menu-link-new {
    color: var(--color-text);
    background-color: var(--alpha-10);
  }
  .header .header__toggle-theme {
    display: block;
  }
  .header__logo {
    margin-right: 0.75rem;
  }
  .header__nav {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: none;
  }
  .header__nav--top .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__nav--top .header__menu-link {
    height: auto;
    padding: 0.625rem 0.75rem;
    border-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .header__nav--top .header__menu-link:hover {
    border-color: var(--alpha-10);
  }
  .header__menu-link-new {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
    color: var(--color-menu-link-new);
    background-color: var(--bg-menu-link-new);
  }
  .header__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1rem;
  }
  .header__fix-menu-grid {
    grid-template-columns: 6fr 4fr;
  }
  .header__fix-menu-service {
    grid-area: 1/1/2/2;
    padding-top: 56px;
    padding-bottom: 40px;
    padding-right: 80px;
    padding-left: 72px;
    border-right: 1px solid var(--alpha-5);
  }
  .header__fix-menu-section {
    padding: 56px 72px 40px 80px;
    grid-area: 1/2/2/3;
  }
  .header__fix-menu-form {
    padding: 40px 35px 52px 72px;
    grid-area: 2/1/3/3;
  }
  .header__fix-menu-contacts {
    padding: 40px 72px 52px 80px;
    grid-area: 3/1/4/3;
  }
}
@media screen and (min-width: 1080px) {
  .header {
    height: 5.875rem;
    min-height: 5.875rem;
  }
  .header--mt {
    margin-top: 0.5rem;
  }
  .header__fixed {
    top: -80px;
  }
  .header__fixed.is-active {
    height: 5rem;
  }
  .header__inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .header__fix-menu {
    top: 5.875rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .header__fix-menu-grid {
    grid-template-columns: minmax(749px, 6fr) minmax(331px, 4fr);
  }
  .header__fix-menu-service {
    grid-area: 1/1/2/2;
    padding-right: 39px;
    padding-left: 56px;
  }
  .header__fix-menu-section {
    grid-area: 1/2/2/3;
  }
  .header__fix-menu-form {
    grid-area: 2/1/3/2;
    padding-right: 39px;
    padding-left: 56px;
  }
  .header__fix-menu-contacts {
    grid-area: 2/2/3/3;
  }
  .header__fix-menu-links--cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    gap: 1.5rem;
    display: block;
  }
  .header__fix-menu-links--cols li {
    margin-bottom: 1rem;
  }
  .header__logo {
    width: 7.25rem;
    margin-right: 1.75rem;
  }
  .header__logo--mini {
    width: 2.5rem;
  }
  .header__menu-link {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .header__menu-link--external {
    margin-left: 1rem;
  }
  .header__button {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .header.is-menu-open .header__fixed.is-active {
    height: 5rem;
  }
  .header__burger {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .header__contacts-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__fix-menu-service {
    padding-right: 44px;
    padding-left: 64px;
  }
  .header__fix-menu-form {
    padding-right: 44px;
    padding-left: 64px;
  }
}

.header--case {
  overflow: visible;
}
.header--case .header__fix-menu {
  display: none !important;
}
.header--case .header__burger {
  display: none;
}
.header--case .header__nav--case {
  margin-left: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: visible;
}
.header--case .header__menu--case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.header--case .header__menu--case::-webkit-scrollbar {
  display: none;
}
.header--case .header__menu-link--with-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
}
.header--case .header__menu-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: -0.125rem;
  font-size: 0.6875rem !important;
  font-weight: 500;
  line-height: 1rem;
  color: #00BBF0;
  background-color: rgba(0, 107, 240, 0.3019607843);
  border-radius: 62.4375rem;
  padding: 0.125rem 0.5rem;
  white-space: nowrap;
  height: 20px;
}
.header--case .header__menu-item--telegram {
  margin-left: 1rem;
}
.header--case .header__menu-link--vacancies {
  display: none;
}
.header--case .header__menu-link--vacancies .header__menu-link-icon {
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header--case .header__menu-link--telegram {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  color: var(--alpha-60);
}
.header--case .header__menu-link--telegram .header__menu-telegram-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: currentColor;
}
.header--case .header__menu-link--telegram:hover {
  color: var(--color-text);
}
.header--case .header__contacts--case {
  margin-left: auto;
  margin-right: 1rem;
}
.header--case .header__contacts--case .header__contacts-links,
.header--case .header__contacts--case .header__contacts-socials {
  display: none !important;
}
.header--case .header__theme-icon-button {
  width: 2rem;
  height: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  color: var(--color-text);
  cursor: default;
}
.header--case .header__theme-icon {
  width: 1.25rem;
  height: 1.25rem;
}
.header--case .header__cases-button {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 0.5625rem 1rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--alpha-10);
  background-color: transparent;
  color: var(--color-text);
  font-family: "Golos", sans-serif;
  cursor: pointer;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.header--case .header__cases-button:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.header--case .header__cases-button:hover {
  background-color: var(--alpha-10);
}
.header--case .header__button--case {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 0.5625rem 1rem;
  background-color: transparent;
  color: var(--color-text);
}
.header--case .header__button--case:hover {
  background-color: var(--alpha-10);
  color: var(--color-text);
}
.header--case .header__button--case .header__button-icon-circle {
  background: var(--color-text);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header--case .header__button--case .header__button-icon-arrow {
  stroke: var(--reverse-color-text);
}
@media screen and (min-width: 768px) {
  .header--case .header__menu-item--telegram {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .header--case .header__menu-item--telegram {
    margin-left: 2rem;
  }
}
@media (max-width: 1079px) {
  .header--case .header__theme-icon-button,
  .header--case .header__menu-item--telegram {
    display: none;
  }
  .header--case .header__menu--case {
    overflow-x: visible;
    overflow-y: visible;
  }
  .header--case .header__menu-link,
  .header--case .header__button--case,
  .header--case .header__cases-button,
  .header--case .header__contacts--case,
  .header--case .header__menu-badge {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .header--case .header__menu-link--vacancies {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.375rem;
    color: var(--alpha-60);
  }
  .header--case .header__menu-link--vacancies:hover {
    color: var(--color-text);
  }
  .header--case .header__button--case {
    padding: 0;
  }
  .header--case .header__button--case .header__button-icon-circle {
    width: 1.75rem;
    height: 1.75rem;
  }
}
@media (max-width: 767px) {
  .header--case .header__menu--case {
    display: none;
  }
  .header--case .header__button--case {
    display: none;
  }
  .header--case .header__theme-icon-button {
    display: none;
  }
  .header--case .header__cases-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .header--case .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header__logo--mini path:nth-child(1) {
  fill: var(--color-circle-1);
  fill-opacity: var(--opacity-circle-1);
}

.header__logo--mini a:hover path:nth-child(1) {
  fill: var(--color-hover-circle-1);
}

.header__logo--mini path:nth-child(2) {
  fill: var(--color-circle-2);
  fill-opacity: var(--opacity-circle-2);
}

.header__logo--mini a:hover path:nth-child(2) {
  fill: var(--color-hover-circle-2);
}

.header__logo--mini path:nth-child(3) {
  fill: var(--color-circle-3);
  fill-opacity: var(--opacity-circle-3);
}

.header__logo--mini a:hover path:nth-child(3) {
  fill: var(--color-hover-circle-3);
}

.header__logo--mini path:nth-child(4) {
  fill: var(--color-circle-4);
  fill-opacity: var(--opacity-circle-4);
}

.header__logo--mini a:hover path:nth-child(4) {
  fill: var(--color-hover-circle-4);
}

.header__logo--mini path:nth-child(5) {
  fill: var(--color-circle-5);
  fill-opacity: var(--opacity-circle-5);
}

.header__logo--mini a:hover path:nth-child(5) {
  fill: var(--color-hover-circle-5);
}

.header__logo--mini path:nth-child(6) {
  fill: var(--color-circle-6);
  fill-opacity: var(--opacity-circle-6);
}

.header__logo--mini a:hover path:nth-child(6) {
  fill: var(--color-hover-circle-6);
}

.header:has(.header__fixed.is-active) > .header__fix-menu {
  top: 4rem;
}

.footer {
  position: relative;
  background-color: var(--bg-footer);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: -0.0175rem;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__top:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__logo {
  width: 7.25rem;
  height: 2.5rem;
  margin-bottom: 1.25rem;
}
.footer__logo-link {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__logo-icon {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 0.875rem;
  padding-top: 2rem;
}
.footer__navigation {
  display: grid;
  gap: 0.875rem;
  padding-bottom: 0.875rem;
  margin-bottom: 0.875rem;
  border-bottom: 0.0625rem solid var(--alpha-10);
}
.footer__developed {
  color: var(--footer-links-name);
}
.footer__links-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.25rem;
}
.footer__links-block-name {
  color: var(--footer-links-name);
  cursor: default;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__links-block-name:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__links-block:nth-child(1) {
  padding-bottom: 0.875rem;
  border-bottom: 0.0625rem solid var(--alpha-10);
}
.footer__links-list {
  list-style: none;
}
.footer__links-item:not(:last-child) {
  margin-bottom: 0.875rem;
}
.footer__links-item-link {
  color: var(--color-text);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__links-item-link:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__links-item-link:hover {
  color: var(--footer-link-hover);
}
.footer__presentation {
  margin-bottom: 1.5rem;
}
.footer__link {
  color: var(--footer-links-name);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__link:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__link--with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: var(--color-text);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.footer__link-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
.footer__button {
  width: 100%;
}
.footer__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 1.5rem;
}
.footer--case .footer__navigation--case {
  display: grid;
  gap: 1.25rem;
}
.footer--case .footer__links-block-name {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  color: var(--alpha-40);
  font-variant-numeric: stacked-fractions;
}
.footer--case .footer__presentation-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
  width: 100%;
  height: 3.5rem;
  padding: 0 1rem;
  border-radius: 0.25rem;
  border: none;
  background-color: #31363A;
  color: var(--color-text);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  font-variant-numeric: stacked-fractions;
  text-decoration: none;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer--case .footer__presentation-button:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer--case .footer__presentation-button span {
  color: var(--alpha-30);
}
.footer--case .footer__presentation-icon {
  width: 1rem;
  height: 1rem;
  margin-left: auto;
}
.footer__partner {
  color: var(--footer-icon-bg);
  cursor: pointer;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__partner:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__partner svg {
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__partner svg:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__partner:hover {
  color: var(--alpha-40);
}
.footer__partner--agima {
  width: 4.1875rem;
  height: 2.5rem;
}
.footer__partner--arda {
  width: 3.875rem;
  height: 2.5rem;
}
.footer__accreditation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-gray);
  cursor: default;
  margin-bottom: 1.5rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__accreditation:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__accreditation svg {
  color: var(--color-gray-icon);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__accreditation svg:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__contacts {
  display: grid;
  gap: 0.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  list-style: none;
}
.footer__contact-item {
  color: var(--color-text);
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-style: normal;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__contact-item:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__contact-item:is(a):hover {
  color: var(--footer-link-hover);
}
.footer__social {
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer__social--telegram svg {
  -webkit-transform: translate(-2px, 1px);
          transform: translate(-2px, 1px);
}
.footer__social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
  background-color: var(--alpha-10);
  color: var(--color-text);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__social-link:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.footer__social-link:hover {
  background-color: var(--alpha-30);
}
.footer__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .footer__top {
    display: grid;
    grid-template-columns: 1fr 34.3%;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
    row-gap: 1.25rem;
    border-bottom: none;
    padding-bottom: 2rem;
  }
  .footer__navigation {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 0.75rem;
    grid-column: span 2;
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 0;
    border-top: 0.0625rem solid var(--alpha-10);
    border-bottom: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__contacts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__presentation {
    margin-bottom: 0;
  }
  .footer__bottom {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
  }
  .footer__partners {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 0;
    margin-left: auto;
  }
  .footer__links-block:nth-child(1) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer__link {
    margin-right: 0;
    -webkit-transition: color 0.2s, border-color 0.2s;
    transition: color 0.2s, border-color 0.2s;
  }
  .footer__link--with-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .footer__link:hover {
    color: var(--color-text);
  }
}
@media screen and (min-width: 1080px) {
  .footer {
    padding-top: 2.5rem;
  }
  .footer__top {
    padding-bottom: 0;
  }
  .footer__links-block {
    row-gap: 1.5rem;
  }
  .footer__links-item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .footer__contacts {
    gap: 1rem;
  }
  .footer__button {
    height: 3.5rem;
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 1.0625rem 1rem;
  }
  .footer__bottom {
    padding-top: 3rem;
  }
  .footer__partners {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .footer__top {
    grid-template-columns: 19rem 1fr 15.75rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__navigation {
    grid-template-columns: 22% 1fr 1fr;
    grid-column: auto;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-left: 0;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    padding-top: 0;
    border-top: none;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  background-color: var(--primary-background);
  padding-top: 104px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
}
.mobile-menu .footer__inner-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  margin-bottom: 24px;
}
.mobile-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow-y: auto;
}
.mobile-menu__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mobile-menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.mobile-menu__list {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1rem;
}
.mobile-menu__link {
  font-family: "Golos", sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding: 0;
  border: 0;
}
.mobile-menu__link .accordion__arrow {
  width: 1.625rem;
  height: 1.625rem;
}
.mobile-menu__button {
  height: 3.5rem;
  width: 100%;
}
.mobile-menu__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Golos", sans-serif;
  gap: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: -2%;
  border-bottom: 0.0625rem solid transparent;
  list-style: none;
  -webkit-transition: border-bottom-color 0 linear 0.3s;
  transition: border-bottom-color 0 linear 0.3s;
}
.mobile-menu__submenu li:first-child {
  margin-top: 1.25rem;
}
.mobile-menu__submenu li:last-child {
  margin-bottom: 1.25rem;
}
.mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu .footer__contacts {
  gap: 1rem;
}
.mobile-menu .footer__social {
  width: 2.5rem;
  height: 2.5rem;
}
.mobile-menu .footer__social svg {
  width: 1.125rem;
  height: 1.125rem;
}
.mobile-menu .footer__social-links {
  margin-top: 1rem;
}
.mobile-menu .footer__contact-item {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media screen and (min-width: 768px) {
  .mobile-menu {
    display: none;
    opacity: 0;
    right: -100%;
  }
}

.scroll-reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 24px, 0);
          transform: translate3d(0, 24px, 0);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transition-delay: var(--reveal-delay, 0ms);
          transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.scroll-reveal.is-visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
.form__subtitle {
  font-family: "Golos", sans-serif;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-bottom: 1.25rem;
  letter-spacing: -0.04em;
}
.form__checkboxes {
  margin-bottom: 1.5rem;
}
.form__checkboxes > div + div {
  margin-top: 1rem;
}
.form__checkbox {
  line-height: 1;
}
.form__checkbox input {
  width: 0;
  height: 0;
  overflow: hidden;
  border: none;
  outline: none;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.form__checkbox input + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-font-feature-settings: "cv11" on, "ordn" on;
          font-feature-settings: "cv11" on, "ordn" on;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: var(--color-text);
}
.form__checkbox input + label a {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: var(--color-text);
          text-decoration-color: var(--color-text);
  text-underline-offset: 4px;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.form__checkbox input + label a:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.form__checkbox input + label a:hover {
  -webkit-text-decoration-color: var(--color-input-label);
          text-decoration-color: var(--color-input-label);
}
.form__checkbox input + label:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  border: 2px solid #40454A;
  border-radius: 2px;
  background-image: none;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.form__checkbox input + label:before:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.form__checkbox input + label:hover:before {
  border-color: #006BF0;
}
.form__checkbox input:checked + label:before {
  border-color: transparent;
  background-color: #006BF0;
  background-image: url("../images/svg/check.svg");
  background-size: contain;
}
.form__checkbox input:checked + label:hover::before {
  background-color: #0093F0;
}
.form__checkbox input:disabled + label {
  cursor: auto;
}
.form__checkbox input:disabled + label:before {
  opacity: 0.3;
}
.form__checkbox input:disabled + label:hover:before {
  border-color: #FFFFFF;
}
.form__checkbox input:disabled {
  cursor: auto;
}
.form__checkbox input:disabled:checked + label:before {
  cursor: auto;
  opacity: 0.3;
}
.form__checkbox--privacy input + label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form__checkbox.error input + label:before {
  border-color: #C95959;
}
.form__description {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .form__checkboxes {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    gap: 1.5rem;
  }
  .form__checkboxes > div {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
}
@media screen and (min-width: 1080px) {
  .form--grid {
    display: grid;
    grid-template-columns: 1fr 24.5rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form__subtitle {
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .form__description {
    position: -webkit-sticky;
    position: sticky;
    top: 1.5rem;
    border-radius: 0.25rem;
    background: var(--bg-card);
    margin-bottom: 0;
    padding: 1.5rem;
  }
  .form__checkboxes {
    max-width: none;
    border-bottom: 0.0625rem solid var(--bg-form-line);
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
  }
  .form__checkbox:not(.form__checkbox--privacy) input + label {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .form__checkbox:not(.form__checkbox--privacy) input + label a {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .form__checkbox--privacy input + label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1440px) {
  .form__description {
    padding: 2rem;
  }
}

.form-field {
  position: relative;
}
.form-field.filled .form-field__input {
  padding: 1.5rem 1rem 0.5rem;
  color: inherit;
}
.form-field.filled .form-field__label {
  top: 0.5rem;
  font-size: 0.625rem;
  line-height: 1.125rem;
}
.form-field.error .form-field__caption {
  display: block;
}
.form-field.error .form-field__input {
  border-color: #C95959;
}
.form-field__icon {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: var(--input-icon-color);
}
.form-field__icon--file {
  -webkit-mask: url("../images/svg/clip-icon.svg") no-repeat 50% 50%;
          mask: url("../images/svg/clip-icon.svg") no-repeat 50% 50%;
}
.form-field__icon--add {
  -webkit-mask: url("../images/svg/add.svg") no-repeat 50% 50%;
          mask: url("../images/svg/add.svg") no-repeat 50% 50%;
}
.form-field__caption {
  margin-top: 0.5rem;
  padding-left: 1rem;
  font-size: 0.625rem;
  line-height: 1.125rem;
  text-align: left;
}
.form-field__caption--error {
  color: #C95959;
  display: none;
}
.form-field-file__input {
  display: none;
}
.form-field-file__input-caption {
  height: 1rem;
  display: inline-block;
  padding-right: 2rem;
}
.form-field__label {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  left: 1rem;
  top: 1rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: var(--color-input-label);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.form-field__label:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.form-field__required-label {
  color: #C95959;
  vertical-align: top;
}
.form-field__input {
  width: 100%;
  height: 3.5rem;
  display: block;
  padding: 1rem;
  background-color: transparent;
  border: 0.0625rem solid var(--border-color-input);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: var(--color-text);
  cursor: pointer;
}
.form-field__input:hover {
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
}
.form-field__input::-webkit-input-placeholder {
  display: none;
}
.form-field__input::-moz-placeholder {
  display: none;
}
.form-field__input:-ms-input-placeholder {
  display: none;
}
.form-field__input::-ms-input-placeholder {
  display: none;
}
.form-field__input::placeholder {
  display: none;
}
.form-field__input:focus {
  padding: 1.5rem 1rem 0.5rem;
  color: inherit;
}
.form-field__input:focus ~ .form-field__label {
  top: 0.5rem;
  font-size: 0.625rem;
  line-height: 1.125rem;
}
.form-field__input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.form-field__input--file {
  border-style: dashed;
  padding: 0;
}
.form-field__textarea {
  min-height: 8.75rem;
  resize: none;
}
@media screen and (min-width: 1080px) {
  .form-field.filled .form-field__input {
    padding: 2.4375rem 2rem 0.9375rem;
    color: inherit;
  }
  .form-field.filled .form-field__label {
    top: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .form-field__input {
    height: 5rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding: 1rem 2rem;
  }
  .form-field__input:focus {
    padding: 2.4375rem 2rem 0.9375rem;
    color: inherit;
  }
  .form-field__input:focus ~ .form-field__label {
    top: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .form-field__input:-webkit-autofill, .form-field__input:-webkit-autofill:hover, .form-field__input:-webkit-autofill:focus, .form-field__input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--color-text);
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: inset 0 0 100px 100px transparent;
            box-shadow: inset 0 0 100px 100px transparent;
  }
  .form-field__input--file {
    padding: 0;
  }
  .form-field__label {
    left: 2rem;
    top: 1.625rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .form-field__icon {
    top: 1.75rem;
    right: 2rem;
  }
  .form-field__caption {
    margin-top: 0.75rem;
    padding-left: 2rem;
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}

.modal {
  pointer-events: none;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  outline: 0;
  opacity: 0;
  display: none;
  overflow: hidden;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  z-index: 99990;
}
.modal:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.modal::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  z-index: 1;
}
.modal.visible {
  display: block;
  pointer-events: auto;
  opacity: 1;
}
.modal.visible::before {
  opacity: 1;
}
.modal__top-line {
  width: 100%;
  height: 1px;
  pointer-events: none;
  opacity: 0;
}
.modal__inner {
  padding: 2.5rem 0;
}
.modal__close {
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 5;
}
.modal__title {
  font-size: 2rem;
  line-height: 2.75rem;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
  padding-right: 2rem;
}
.modal__text {
  margin-bottom: 1.5rem;
}
.modal__text + .modal__text {
  margin-top: 0.5rem;
}
.modal__paragraph {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.modal__paragraph + .modal__paragraph {
  margin-top: 0.5rem;
}
.modal-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  margin: 0;
  background: var(--bg-modal);
  background-clip: padding-box;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.modal-dialog:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.modal-dialog.is-send .modal__inner {
  display: none;
}
.modal-dialog.is-send .modal-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-dialog.is-send .modal__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.modal__message {
  display: none;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Golos", sans-serif;
  padding-bottom: 1.5rem;
}
.modal__message-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.modal__message-text {
  color: var(--color-text-secondary);
  letter-spacing: -0.02em;
  margin-bottom: 3.5rem;
}
.modal__message-button {
  height: 3.5rem;
}
.modal__message-link {
  color: var(--color-text-secondary);
  border-color: var(--alpha-20);
}
.modal__message-link:hover {
  border-color: var(--color-text-secondary);
}
.modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}
.modal-content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal__form-field {
  margin-bottom: 0.75rem;
}
.modal__form-field input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 40px var(--bg-modal) inset;
  box-shadow: 0 0 0 40px var(--bg-modal) inset;
  -webkit-text-fill-color: var(--color-text);
  border-color: var(--alpha-10);
}
.modal__button {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: -0.02em;
}
.modal__button:after {
  margin-left: auto;
}
.modal__form-note {
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-top: 0.5rem;
  color: var(--alpha-30);
  text-align: center;
}
.modal__form-note-link {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: var(--alpha-30);
}
.modal__form-note-link:hover {
  border-bottom-color: var(--color-input-label);
}
.modal__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.modal--become-client .modal__close {
  display: none;
}
.modal--become-client .header--in-modal {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0rem;
  margin-right: 0rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: var(--bg-modal);
  height: 5.875rem;
  min-height: 5.875rem;
}
.modal--become-client .header--in-modal.is-active {
  padding-left: 0rem;
  padding-right: 0rem;
}
.modal--become-client .header--in-modal.is-active {
  height: 5rem;
  min-height: 5rem;
}
.modal--become-client .header--in-modal.is-active .js-header-fixed {
  height: 5rem;
}
.modal--become-client .header--in-modal .js-header-fixed {
  position: relative;
  top: 0;
  opacity: 1;
  height: 100%;
  border-bottom-color: var(--alpha-10);
}
.modal--become-client .header--in-modal .js-header-fixed::after {
  display: none;
}
.modal--become-client .header--in-modal .header__burger-icon {
  width: 100%;
  height: 100%;
}
.modal--become-client .header--in-modal .header__burger {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .modal--become-client .header--in-modal .header-container {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .modal--become-client .header--in-modal .header-container {
    padding-top: 24px;
  }
}
.modal--response-vacancy .modal__close {
  right: 1.5rem;
}
.modal--response-vacancy .modal__actions {
  padding-bottom: 0;
}
.modal--response-vacancy .modal-dialog {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .modal--response-vacancy .modal__close {
    right: 2rem;
  }
}
@media screen and (min-width: 1080px) {
  .modal--response-vacancy .modal__inner {
    max-width: 64.375rem;
  }
  .modal--response-vacancy .modal__close {
    right: 7rem;
  }
  .modal__close {
    top: 2rem;
    right: 2rem;
    z-index: 5;
  }
  .modal__inner {
    padding: 5rem 0;
  }
  .modal__title {
    font-size: 3rem;
    line-height: 3.375rem;
    margin-bottom: 1.5rem;
  }
  .modal__text {
    margin-bottom: 2rem;
  }
  .modal__paragraph {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .modal__form-field {
    margin-bottom: 1rem;
  }
  .modal__actions {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2rem;
  }
  .modal__button:after {
    width: 2rem;
    height: 2rem;
    margin-left: auto !important;
  }
  .modal__message {
    padding-bottom: 2.5rem;
  }
  .modal__message-link {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .modal__form-note {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin-top: 0;
    text-align: left;
    max-width: 15.3125rem;
  }
  .modal__form-note-link {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .modal__action {
    padding-bottom: 4rem;
  }
}

html[data-theme=dark] .modal--response-vacancy .modal-dialog {
  background: linear-gradient(280.29deg, #1F2124 0%, #383D42 100%);
}

.case-card {
  position: relative;
  height: 25rem;
  width: 100%;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFFFFF;
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.case-card--dark {
  background-color: #F5F6F7;
}
.case-card--dark .case-card__tag-block .tag, .case-card--dark .case-card__title, .case-card--dark .case-card__description, .case-card--dark .case-card__button, .case-card--dark .case-card__award {
  color: #1B2A3A;
}
.case-card--dark .case-card__tag-block .tag {
  background-color: rgba(27, 42, 58, 0.2);
}
.case-card--dark .case-card__button {
  background-color: rgba(27, 42, 58, 0.1);
}
.case-card--dark .case-card__button:hover {
  background-color: rgba(27, 42, 58, 0.3);
}
.case-card--article {
  background: var(--bg-case-card-article);
  border: 2px solid var(--border-case-card-article);
  -webkit-box-shadow: inset 0px 9px 64px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0px 9px 64px rgba(255, 255, 255, 0.1);
}
.case-card--article .tag {
  color: var(--color-text);
  background-color: var(--alpha-10);
}
.case-card--article .button {
  color: var(--color-btn-case-article);
  background-color: var(--bg-btn-case-article);
}
.case-card--article .button::after {
  background-color: var(--color-btn-case-article);
}
.case-card--article .button .button__additionally {
  color: var(--color-btn-add);
}
.case-card__background {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.case-card__background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-card__blur-image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border-radius: 0.5rem;
  -webkit-filter: blur(3.125rem);
          filter: blur(3.125rem);
  opacity: 0.4;
  z-index: -1;
}
.case-card__blur-image img {
  width: 100%;
  height: 100%;
}
.case-card__blur-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background-image: url("../images/blur-case-sm.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-filter: blur(6.25rem);
          filter: blur(6.25rem);
}
.case-card__link-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 0 !important;
  padding-top: 1rem !important;
  z-index: 3;
}
.case-card__link-block--cursor-default {
  cursor: default;
}
.case-card__shadow-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.case-card__awards {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.case-card__award {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  color: #FFFFFF;
  text-align: center;
  font-variant-numeric: stacked-fractions ordinal;
  font-family: "Golos-UI", sans-serif;
  font-size: 0.5625rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-transform: uppercase;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.case-card__award span {
  position: relative;
  z-index: 2;
}
.case-card__award:nth-child(1) {
  position: absolute;
  right: 0.5rem;
  z-index: 2;
}
.case-card__award:nth-child(2) {
  color: transparent;
}
.case-card__award::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-mask: url("../images/svg/star.svg") no-repeat 50% 50%;
          mask: url("../images/svg/star.svg") no-repeat 50% 50%;
  background-color: rgba(255, 255, 255, 0.9);
  display: inline-block;
  -webkit-mask-size: cover;
          mask-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.case-card__tag-block .tag {
  height: 1.5rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
}
.case-card__tag-block--height--auto {
  height: auto;
}
.case-card__winner {
  position: absolute;
  top: 0;
  right: 0.75rem;
  width: 1.5rem;
  height: 3.125rem;
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  font-size: 0.5625rem;
  line-height: 1.25rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  padding: 0 0.125rem 0.375rem;
  text-align: end;
  letter-spacing: 0.1px;
}
.case-card__winner:before, .case-card__winner:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
}
.case-card__winner:before {
  border-bottom: 0.75rem solid rgba(255, 255, 255, 0.2);
  border-right: 0.75rem solid transparent;
  left: 0;
}
.case-card__winner:after {
  border-bottom: 0.75rem solid rgba(255, 255, 255, 0.2);
  border-left: 0.75rem solid transparent;
  right: 0;
}
.case-card__content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 8.25rem;
  z-index: 3;
}
.case-card__title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.025rem;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.case-card__title--pr {
  padding-right: 4.5rem;
}
.case-card__description {
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: -0.015rem;
}
.case-card__blur {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  opacity: 0;
  pointer-events: none;
}
.case-card__blur:hover {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.case-card__image {
  width: 8.75rem !important;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.case-card__image--top {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
.case-card__picture {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  height: auto;
  opacity: 0;
  -webkit-transition: 0.15s opacity linear, 0.1s -webkit-transform linear;
  transition: 0.15s opacity linear, 0.1s -webkit-transform linear;
  transition: 0.15s opacity linear, 0.1s transform linear;
  transition: 0.15s opacity linear, 0.1s transform linear, 0.1s -webkit-transform linear;
}
.case-card__picture img {
  display: block;
  height: auto;
}
.case-card__picture--visible {
  opacity: 1;
}
.case-card__actions {
  position: absolute;
  bottom: 1.25rem;
  left: 1rem;
  right: 1rem;
  height: 3.5rem;
  pointer-events: none;
}
.case-card__actions-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-card__button {
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 4;
}
.case-card__button--absolute {
  position: absolute;
  bottom: 1.25rem;
  left: 1rem;
  width: calc(100% - 32px);
  height: 3.5rem;
}
.case-card__button[disabled] {
  cursor: default;
}
@media screen and (min-width: 360px) {
  .case-card {
    min-width: 245px !important;
  }
}
@media screen and (min-width: 768px) {
  .case-card {
    background-color: var(--bg-case-card);
  }
  .case-card__blur-image::after {
    display: none;
  }
  .case-card__tag-block--height--auto {
    height: 1.5rem;
  }
  .case-card__image {
    height: 6.875rem;
    position: absolute;
    bottom: 4.6875rem;
  }
  .case-card__background {
    position: absolute;
    inset: 0;
    height: 100%;
  }
  .case-card__link-block {
    padding: 1.25rem 1rem 4.75rem 1rem !important;
  }
}
@media screen and (min-width: 1080px) {
  .case-card {
    height: 28.75rem;
  }
  .case-card--dark .case-card__award:nth-child(2) {
    color: #1B2A3A;
  }
  .case-card--dark .case-card__award::after {
    background-color: rgba(27, 42, 58, 0.8) !important;
  }
  .case-card__link-block {
    padding: 2rem 1.75rem 6rem 1.75rem;
  }
  .case-card__link-block--cursor-default {
    cursor: default;
  }
  .case-card__blur-image {
    -webkit-filter: blur(4.6875rem);
            filter: blur(4.6875rem);
  }
  .case-card__tag-block--height--auto {
    height: 2rem;
  }
  .case-card__tag-block .tag {
    height: 2rem;
    margin-bottom: 1.5rem;
  }
  .case-card__winner {
    right: 1.25rem;
    width: 2rem;
    height: 4.75rem;
    font-size: 0.8125rem;
    padding: 0 0.375rem 0.5rem;
  }
  .case-card__winner:before {
    border-bottom: 0.625rem solid rgba(255, 255, 255, 0.2);
    border-right: 1rem solid transparent;
  }
  .case-card__winner:after {
    border-bottom: 0.625rem solid rgba(255, 255, 255, 0.2);
    border-left: 1rem solid transparent;
  }
  .case-card__awards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    top: 1rem;
    right: 1rem;
  }
  .case-card__award {
    height: 6rem;
    width: 6rem;
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
  .case-card__award:nth-child(1) {
    position: relative;
    right: auto;
  }
  .case-card__award:nth-child(2) {
    color: #FFFFFF;
  }
  .case-card__title--pr {
    padding-right: 10.3125rem;
  }
  .case-card__blur {
    position: absolute;
    z-index: 999;
    width: 8.875rem;
    height: 8.875rem;
    pointer-events: none;
  }
  .case-card__blur-circle {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    -webkit-filter: blur(120px);
            filter: blur(120px);
    border-radius: 56.25rem;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  .case-card__blur.is-show {
    opacity: 1;
  }
  .case-card__actions {
    bottom: 2rem;
    left: 1.75rem;
    right: 1.75rem;
    height: 4rem;
  }
  .case-card__button--absolute {
    bottom: 2rem;
  }
  .case-card__image {
    bottom: 5.9375rem;
  }
}
@media screen and (min-width: 1440px) {
  .case-card__picture--uniq {
    right: 0.9375rem;
  }
}

@media screen and (min-width: 768px) {
  .portfolio__card.case-card {
    height: 100%;
    min-height: 0;
  }
}
.portfolio__card.case-card .case-card__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.portfolio__card.case-card:not(.case-card--dark) .case-card__link-block::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
  pointer-events: none;
}
.portfolio__card.case-card .case-card__link-block {
  padding: 0 !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.portfolio__card.case-card .case-card__content {
  margin-top: auto;
  padding: 1.5rem;
  position: relative;
  z-index: 3;
}

@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .case-card .tag, .case-card__button {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
  }
  .case-card--article .tag {
    color: var(--color-text);
    background-color: var(--alpha-10);
  }
  .case-card--dark .tag {
    background-color: rgba(27, 42, 58, 0.2);
    color: #1B2A3A;
  }
  .case-card--dark__button {
    background-color: rgba(27, 42, 58, 0.5);
    color: #1B2A3A;
  }
  .case-card--dark__button:hover {
    background-color: rgba(27, 42, 58, 0.6);
  }
}
.case-intro {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.25rem;
  padding: 0.5rem 0.5rem 2.5rem;
  overflow: hidden;
}
.case-intro__wrap-image {
  margin-bottom: 1.5rem;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}
.case-intro__picture {
  display: block;
  width: 100%;
}
.case-intro__image {
  width: 100% !important;
  height: auto !important;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.7), 0px 1.25rem 1.875rem rgba(0, 0, 0, 0.3), 0px 0.625rem 3.125rem rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.7), 0px 1.25rem 1.875rem rgba(0, 0, 0, 0.3), 0px 0.625rem 3.125rem rgba(0, 0, 0, 0.2);
}
.case-intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 1.25rem;
  color: #FFFFFF;
}
.case-intro__content + .animate__animated {
  opacity: 0;
}
.case-intro--dark .case-intro__content {
  color: #0d141c;
}
.case-intro--dark .case-intro__info-name {
  color: #0d141c;
}
.case-intro__info:last-child {
  margin-bottom: 1.5rem;
}
.case-intro__info-name {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
}
.case-intro__info-text {
  font-size: 1rem;
  line-height: 1.375rem;
}
.case-intro__button {
  width: 100%;
}
.case-intro__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-top: auto;
}
.case-intro__buttons--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.case-intro__buttons a {
  width: auto;
}
@media screen and (min-width: 768px) {
  .case-intro {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    padding: 2.5rem 0;
  }
  .case-intro__wrap-image {
    position: absolute;
    max-width: 50rem;
    height: calc(100% - 3.125rem);
    width: auto;
    left: 40%;
    right: -50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-bottom: 0;
  }
  .case-intro__wrap-image__image {
    width: auto;
  }
  .case-intro__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.25rem;
            flex: 0 0 17.25rem;
    max-width: 17.25rem;
    height: 100%;
  }
  .case-intro__button {
    width: auto;
    margin-top: auto;
  }
}
@media screen and (min-width: 1080px) {
  .case-intro {
    height: 37.5rem;
    padding: 4rem 0;
  }
  .case-intro__wrap-image {
    max-width: 56.25rem;
    height: auto;
    left: 40%;
    right: -50%;
  }
  .case-intro__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22rem;
            flex: 0 0 22rem;
    max-width: 22rem;
    row-gap: 1.5rem;
  }
  .case-intro__info-text {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .case-intro {
    height: 43.75rem;
  }
  .case-intro__wrap-image {
    left: 40%;
  }
  .case-intro__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.125rem;
            flex: 0 0 22.125rem;
    max-width: 22.125rem;
  }
}

.case-info {
  padding: 2.5rem 0;
}
.case-info--stack {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: var(--bg-team-block);
}
.case-info--stack + .case-team {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0 !important;
}
.case-info--only-stack {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.case-info__block:not(:last-child) {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.case-info__name {
  color: var(--alpha-50);
  margin-bottom: 0.5rem;
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.case-info__name:hover {
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.case-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.75rem;
  -webkit-font-feature-settings: "cv11" on, "ordn" on;
          font-feature-settings: "cv11" on, "ordn" on;
}
.case-info__text {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.case-info__list {
  list-style: none;
  counter-reset: item;
}
.case-info__sub-list {
  list-style: none;
  counter-reset: item;
}
.case-info__item {
  position: relative;
  padding-left: 2rem;
}
.case-info__item:not(:last-child) {
  margin-bottom: 1rem;
}
.case-info__item:before {
  content: "";
  width: 1rem;
  height: 0.125rem;
  position: absolute;
  top: 0.625rem;
  left: 0;
  background: #515B66;
}
.case-info__item--numbered:before {
  counter-increment: item;
  content: counter(item);
  width: 1rem;
  height: 1.3125rem;
  background: transparent;
  color: #515B66;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  top: 0;
  text-align: right;
}
.case-info__sub-item {
  position: relative;
  padding-left: 3rem;
}
.case-info__sub-item:not(:last-child) {
  margin-bottom: 1rem;
}
.case-info__sub-item:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.875rem;
  left: 2rem;
  background: #515B66;
  border-radius: 50%;
}
.case-info__stack {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 0;
  -webkit-font-feature-settings: "cv11" on, "ordn" off;
          font-feature-settings: "cv11" on, "ordn" off;
}
.case-info__stack-item {
  width: auto;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0 !important;
}
.case-info__stack-item:after {
  content: ".";
  color: #515B66;
  display: inline-block;
  margin: 0 0.5rem;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.case-info__stack-item:last-child::after {
  display: none;
}
.case-info + .animate__animated {
  opacity: 0;
}
.case-info__notification {
  background-color: #222528;
  color: #FFFFFF;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-top: 0.25rem;
}
.case-info__notification-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.025rem;
  margin-bottom: 0.5rem;
}
.case-info__notification-text {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: -0.0225rem;
}
@media screen and (min-width: 768px) {
  .case-info__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .case-info__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.25rem;
            flex: 0 0 7.25rem;
    max-width: 7.25rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1080px) {
  .case-info {
    padding: 4rem 0;
  }
  .case-info__block:not(:last-child) {
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .case-info__content {
    row-gap: 1rem;
  }
  .case-info__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.5rem;
            flex: 0 0 14.5rem;
    max-width: 14.5rem;
  }
  .case-info__text {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .case-info__item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .case-info__item:before {
    top: 0.8125rem;
  }
  .case-info__item--numbered:before {
    top: 0;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .case-info__stack-item:after {
    margin: 0 0.75rem;
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
  }
  .case-info__notification {
    padding: 1.5rem;
    margin-top: 0.5rem;
  }
  .case-info__notification-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .case-info__notification-text {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .case-info__block {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .case-info__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.5rem;
            flex: 0 0 18.5rem;
    max-width: 18.5rem;
  }
}

.case-numbers {
  position: relative;
  padding: 2.5rem 0 4rem;
}
.case-numbers--border-bottom {
  padding-bottom: 2.5rem;
  padding-top: 0;
}
.case-numbers--border-bottom::after {
  content: "";
  display: block;
  width: calc(100% - 32px);
  height: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 1rem;
}
.case-numbers__list {
  display: grid;
  grid-auto-flow: row;
  row-gap: 1rem;
}
.case-numbers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case-numbers__head {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  letter-spacing: -0.04em;
  -webkit-font-feature-settings: "cv11" on, "ordn" on;
          font-feature-settings: "cv11" on, "ordn" on;
  white-space: nowrap;
}
.case-numbers__num {
  font-weight: 300;
  font-size: 4rem;
  line-height: 5.125rem;
}
.case-numbers__word {
  font-size: 2rem;
  line-height: 2.75rem;
}
.case-numbers__text {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: var(--color-text-secondary);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.case-numbers__text:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
@media screen and (min-width: 768px) {
  .case-numbers--border-bottom::after {
    width: calc(100% - 52px);
    left: 1.625rem;
  }
  .case-numbers__list {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
  .case-numbers__list--two {
    padding-left: 7.75rem;
  }
}
@media screen and (min-width: 1080px) {
  .case-numbers {
    padding: 4rem 0 5rem;
  }
  .case-numbers--border-bottom {
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
  .case-numbers--border-bottom::after {
    width: calc(100% - 128px);
    left: 4rem;
  }
  .case-numbers__list {
    row-gap: 2rem;
  }
  .case-numbers__list--two {
    padding-left: 15rem;
  }
  .case-numbers__num {
    font-size: 6rem;
    line-height: 7.25rem;
  }
  .case-numbers__word {
    font-size: 3rem;
    line-height: 3.375rem;
  }
  .case-numbers__text {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .case-numbers--border-bottom::after {
    width: 77.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .case-numbers__list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .case-numbers__list--two {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 19.5rem;
  }
}

.case-next {
  position: relative;
}
.case-next + .animate__animated {
  opacity: 0;
}
.case-next::after {
  content: "";
  width: calc(100% - 16px);
  height: 0.0625rem;
  background: var(--bg-team-block);
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  right: 0.5rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.case-next::after:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.case-next__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-bottom: 2.5rem;
}
.case-next__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1rem;
  background: #C9CDD1;
  -webkit-filter: blur(6.25rem);
          filter: blur(6.25rem);
}
.case-next__further {
  margin-bottom: 1rem;
}
.case-next__title {
  position: relative;
  font-size: 1.75rem;
  line-height: 2.5rem;
  letter-spacing: -0.04em;
  -webkit-font-feature-settings: "ordn" on, "cv11" on;
          font-feature-settings: "ordn" on, "cv11" on;
  margin-bottom: 0.5rem;
}
.case-next__title::after {
  content: "→";
  position: relative;
  right: -0.5rem;
  will-change: right;
  -webkit-transition: right 0.15s ease-out;
  transition: right 0.15s ease-out;
}
.case-next__description {
  color: var(--alpha-80);
  font-size: 1rem;
  line-height: 1.375rem;
}
.case-next:hover .case-next__title::after {
  right: -1rem;
  -webkit-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out;
}
@media screen and (min-width: 1080px) {
  .case-next__link {
    padding-bottom: 4rem;
  }
  .case-next__further {
    margin-bottom: 1.5rem;
  }
  .case-next__title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
  .case-next__description {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.case-result {
  background: #006BF0;
  color: #FFFFFF;
  padding: 2.5rem 0;
  overflow: hidden;
}
.case-result__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
}
.case-result__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 0.5rem;
}
.case-result__text {
  font-size: 1.5rem;
  line-height: 2.125rem;
  -webkit-font-feature-settings: "cv11" on, "ordn" on;
          font-feature-settings: "cv11" on, "ordn" on;
}
.case-result__list {
  display: grid;
  gap: 1rem;
  list-style: none;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
  padding: 2rem 0;
  margin: 1rem 0;
}
.case-result__list--without-border-bottom {
  border-bottom: none;
  margin-bottom: 0;
}
.case-result__list-item {
  font-size: 1.5rem;
  line-height: 2.125rem;
  -webkit-font-feature-settings: "cv11" on, "ordn" on;
          font-feature-settings: "cv11" on, "ordn" on;
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 3rem;
}
.case-result__list-item--pl0 {
  padding-left: 0;
}
.case-result__list-item--bg-top {
  background-position: left 4px;
}
.case-result__list-icon {
  list-style: none;
  counter-reset: item;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.case-result__icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
}
.case-result__icon-item img {
  margin-top: 0.5rem;
}
.case-result__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.case-result__button {
  width: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case-result__successes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin: 1rem 0;
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
.case-result__success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.case-result__success-name {
  font-size: 2.5rem;
  line-height: 3.375rem;
  letter-spacing: -0.16rem;
}
.case-result__success-text {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .case-result__successes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}
@media screen and (min-width: 1080px) {
  .case-result {
    padding: 4rem 0;
  }
  .case-result__inner {
    row-gap: 3rem;
  }
  .case-result__block {
    row-gap: 1rem;
  }
  .case-result__text, .case-result__list-item {
    font-size: 2rem;
    line-height: 2.75rem;
    letter-spacing: -0.04em;
  }
  .case-result__successes {
    margin: 2rem 0;
    padding-bottom: 2.5rem;
    gap: 4rem;
  }
  .case-result__success {
    gap: 0.75rem;
  }
  .case-result__success-name {
    font-size: 4rem;
    line-height: 5.125rem;
  }
  .case-result__success-text {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

.case-piсture {
  display: grid;
  grid-auto-flow: row;
  row-gap: 0.25rem;
  -webkit-animation-duration: 0.85s;
          animation-duration: 0.85s;
}
.case-piсture__figure {
  position: relative;
  margin: 0;
  border-radius: 0.25rem;
  overflow: hidden;
  cursor: pointer;
}
.case-piсture__image-block {
  display: block;
  height: 100%;
}
.case-piсture__picture {
  display: block;
  height: 100%;
}
.case-piсture__image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
.case-piсture__caption {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  background: var(--picture-caption);
  color: var(--color-text);
  -webkit-backdrop-filter: blur(3.75rem);
          backdrop-filter: blur(3.75rem);
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 0.625rem 1rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.case-piсture__caption:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
@media screen and (min-width: 768px) {
  .case-piсture--two {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
  .case-piсture--three {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
}
@media screen and (min-width: 1080px) {
  .case-piсture--two, .case-piсture--three {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .case-piсture__caption {
    left: 1rem;
    bottom: 1rem;
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 1rem 1.5rem;
  }
}

.case-team {
  background: var(--bg-gradient-card);
  padding: 2.5rem 0;
}
.case-team__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  row-gap: 1.5rem;
}
.case-team__post {
  display: inline-block;
  color: var(--alpha-50);
  margin-bottom: 0.5rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.case-team__post:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.case-team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.case-team__list + .case-team__post {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .case-team__inner {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1080px) {
  .case-team {
    padding: 4rem 0;
  }
  .case-team__inner {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .case-team__post {
    margin-bottom: 0.75rem;
  }
  .case-team__list {
    row-gap: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .case-team__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.case-head {
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.case-head__reward {
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  -webkit-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
}
.case-head__reward + .animate__animated {
  opacity: 0;
}
@media screen and (min-width: 1080px) {
  .case-head {
    padding-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .case-head__reward {
    width: 4.875rem;
    height: 4.875rem;
    -webkit-transform: translateY(0.375rem);
            transform: translateY(0.375rem);
  }
}

.usl-card-wrapper {
  border-radius: 0.25rem;
  background-image: url("../images/svg/circle.svg");
  width: 100%;
}
.usl-card-wrapper--tl {
  background-size: 8.125rem 8.125rem;
  background-repeat: no-repeat;
  background-position: top -5% left -5%;
}
.usl-card-wrapper--br {
  background-size: 7.8125rem 7.8125rem;
  background-repeat: no-repeat;
  background-position: bottom -5% right -5%;
}
.usl-card-wrapper--cr {
  background-size: 7.8125rem 7.8125rem;
  background-repeat: no-repeat;
  background-position: center right -5%;
}
.usl-card-wrapper--cl {
  background-size: 7.8125rem 7.8125rem;
  background-repeat: no-repeat;
  background-position: center left -5%;
}
.usl-card-wrapper--bc {
  background-size: 8.75rem 8.75rem;
  background-repeat: no-repeat;
  background-position: bottom -4.375rem right 35%;
}
.usl-card-wrapper--without-circle {
  background-image: unset;
}
.usl-card-wrapper + .animate__animated {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .usl-card-wrapper {
    margin-bottom: 0.5rem;
  }
  .usl-card-wrapper:last-child {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
}

.usl-card {
  background: var(--bg-card);
  -webkit-backdrop-filter: blur(200px);
          backdrop-filter: blur(200px);
  -webkit-box-shadow: 0px 0px 1px 0.5px rgba(255, 255, 255, 0.0509803922) inset;
          box-shadow: 0px 0px 1px 0.5px rgba(255, 255, 255, 0.0509803922) inset;
  border-radius: 0.25rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.usl-card:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.usl-card__inner {
  padding: 1.5rem 1.25rem;
}
.usl-card__title {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.usl-card__text {
  color: #9FA9B4;
  margin-bottom: 1.5rem;
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.usl-card__text:hover {
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.usl-card__text--mb--sm {
  margin-bottom: 0.75rem;
}
.usl-card__text-without-mb {
  color: #9FA9B4;
  margin: 0;
}
.usl-card__plashes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.usl-card__button {
  color: var(--reverse-color-text);
  background-color: var(--color-text);
  width: 100%;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.usl-card__button:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.usl-card__button:after {
  margin-left: auto;
  background-color: var(--reverse-color-text) !important;
}
.usl-card__button:hover {
  color: var(--reverse-color-text);
  background-color: var(--color-text);
  opacity: 0.8;
}
@media screen and (min-width: 1080px) {
  .usl-card__inner {
    padding: 2.5rem;
  }
  .usl-card__title {
    margin-bottom: 1rem;
  }
  .usl-card__text, .usl-card__plashes {
    margin-bottom: 2rem;
  }
  .usl-card__text--mb--sm {
    margin-bottom: 1.5rem;
  }
  .usl-card__button {
    width: auto;
  }
  .usl-card__button:after {
    margin-left: 0;
  }
}

.intro {
  height: calc(430px + 238 * (100vw - 320px) / 1120);
  min-height: 40.625rem;
  position: relative;
  top: -5rem;
  margin-bottom: -5rem;
  color: var(--color-text);
  font-family: "Golos", sans-serif;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  overflow: hidden;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  cursor: default;
}
.intro:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.intro__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro__background {
  position: absolute;
  background: var(--bg-intro-block);
  inset: 0;
}
.intro + .cases-section {
  margin-top: 2.5rem;
}
.intro__block {
  position: relative;
  border-radius: 0 0 0.25rem 0.25rem;
  background: linear-gradient(280.29deg, #1F2124 0%, #383D42 100%);
  background: top -212px right -308px/1400px auto no-repeat;
  -webkit-transition: background-image 0.2s ease;
  transition: background-image 0.2s ease;
}
.intro__inner {
  position: relative;
  text-align: center;
  padding-top: 8.5625rem;
  padding-bottom: 4.8125rem;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.intro__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 0.625rem;
  z-index: 2;
  font-family: "Golos", sans-serif;
  font-size: 3rem;
  line-height: 3.375rem;
}
.intro__title + .animate__animated {
  opacity: 0;
}
.intro__text {
  position: relative;
  font-family: "Golos-UI", sans-serif;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: var(--alpha-80);
  margin-bottom: 0.625rem;
  z-index: 2;
}
.intro__text span {
  display: block;
}
.intro__text + .animate__animated {
  opacity: 0;
}
.intro__stack {
  display: none;
  font-family: "Golos", sans-serif;
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: var(--alpha-40);
}
.intro__text a, .intro__stack a {
  color: inherit;
  border-bottom: 1px solid transparent;
}
.intro__text a:hover, .intro__stack a:hover {
  border-color: inherit;
}
.intro__sign {
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.intro__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.intro__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro__dynamic-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: absolute;
  width: auto;
  height: 51.4375rem;
  top: 0;
  pointer-events: none;
}
.intro__headline {
  width: 175rem;
  font-family: "GT-Eesti-Pro-Display", sans-serif;
  font-weight: 400;
  font-size: 40.5rem;
  line-height: 40.5rem;
  letter-spacing: -0.11em;
  -webkit-font-feature-settings: "calt" off;
          font-feature-settings: "calt" off;
  text-shadow: 0 1px 2px rgba(68, 68, 68, 0.15), 0 0px 32px rgba(255, 255, 255, 0.02);
  background: rgba(167, 167, 167, 0.04);
  -webkit-clip-path: url(#lockup-headline-mask-path);
          clip-path: url(#lockup-headline-mask-path);
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  opacity: 0;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  -webkit-animation: scroll 100s linear infinite;
          animation: scroll 100s linear infinite;
}
.intro__headline:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.intro__btn {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .intro__block {
    background-position: top -205px right -235px;
  }
  .intro__headline {
    width: 193.125rem;
    font-size: 45rem;
    line-height: 45rem;
  }
  .intro__text span {
    display: inline;
  }
  .intro__stack {
    display: block;
  }
}
@media screen and (min-width: 1080px) {
  .intro {
    --next-section-height: 56px;
    --header-overlap: -102px;
    min-height: 802px;
    border-radius: 0.25rem;
    top: var(--header-overlap);
    margin: 0.5rem;
    margin-bottom: -6rem;
  }
  .intro + .cases-section {
    margin-top: 5rem;
  }
  .intro__block {
    background-position: top -225px right -290px;
    background-size: 1900px auto;
  }
  .intro__inner {
    padding-top: 16.375rem;
    padding-bottom: 12.5rem;
  }
  .intro__inner::after {
    width: 26.6875rem;
    height: 33.625rem;
    top: 1.25rem;
    right: -2rem;
  }
  .intro__title {
    margin-bottom: 1.5rem;
  }
  .intro__sign {
    margin-bottom: 1.5rem;
  }
  .intro__text, .intro__stack {
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-bottom: 1.5rem;
  }
  .intro__stack {
    margin-bottom: 0;
  }
  .intro__headline {
    width: 252.5rem;
    height: 71.625rem;
    font-size: 58.4375rem;
    line-height: 58.4375rem;
  }
}
@media screen and (min-width: 1440px) {
  .intro {
    height: calc(100dvh - var(--next-section-height) + var(--header-overlap));
    min-height: 700px;
  }
  .intro__block {
    background-position: top -235px right -5px;
    background-size: 1950px auto;
  }
  .intro__title {
    font-size: 6rem;
    line-height: 100%;
  }
  .intro__headline {
    width: 303.125rem;
    font-size: 70rem;
    line-height: 70rem;
  }
}
@media screen and (min-width: 2560px) {
  .intro__title {
    margin-bottom: 2rem;
    font-size: 8rem;
    line-height: 100%;
  }
  .intro__sign {
    margin-bottom: 2rem;
  }
}

@supports ((-webkit-backdrop-filter: blur(22px)) or (backdrop-filter: blur(22px))) {
  .visually-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .intro__headline {
    -webkit-backdrop-filter: blur(22px);
            backdrop-filter: blur(22px);
    background: rgba(167, 167, 167, 0.04);
    -webkit-clip-path: url(#lockup-headline-mask-path);
            clip-path: url(#lockup-headline-mask-path);
  }
}
.benefits__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: row;
  row-gap: 1rem;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .benefits__list {
    row-gap: 1.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .benefits__list {
    padding: 2.5rem 0 4rem;
  }
}

.cases-slider {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: visible;
}
.cases-slider:not(.swiper-initialized) .cases-slider__card:not(:last-child) {
  margin-right: 0.25rem;
}
.cases-slider__card {
  width: 19.25rem;
  height: 25.125rem;
  min-width: 30%;
  -webkit-transition: opacity 0.35s ease-in-out, background-color 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
.cases-slider__card.inactive {
  background: linear-gradient(142.91deg, #517E7C 0%, #182C2A 100%) !important;
  opacity: var(--opacity-swiper-slide-inactive);
}
.cases-slider__card.inactive a {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .cases-slider__card {
    height: 23.25rem;
  }
}
@media screen and (min-width: 1080px) {
  .cases-slider:not(.swiper-initialized) .cases-slider__card:not(:last-child) {
    margin-right: 0.5rem;
  }
  .cases-slider__card {
    height: 28.75rem;
  }
}

.cases-section--padding-top {
  padding-top: 2.5rem;
}
.cases-section__title {
  margin-bottom: 1rem;
}
.cases-section__title--max-width {
  max-width: 25rem;
}
.cases-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin-bottom: 1rem;
}
.cases-section__tabs-slider {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.cases-section__tabs-slider:after {
  content: "";
  width: 4.125rem;
  height: 1.75rem;
  background: -webkit-gradient(linear, right top, left top, color-stop(-14.29%, #181A1C), color-stop(57.14%, rgba(24, 26, 28, 0)));
  background: linear-gradient(270deg, #181A1C -14.29%, rgba(24, 26, 28, 0) 57.14%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.cases-section__tabs-slider--no-gradient {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.cases-section__tabs-slider--no-gradient::after {
  display: none;
}
.cases-section__tabs-wrap {
  height: 3rem;
  border-radius: 2.4375rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0.0625rem solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.cases-section__tab {
  height: 2rem;
}
.cases-section__tab.active {
  background-color: #FFFFFF !important;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.6);
          box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.6);
  color: #1B2A3A !important;
}
.cases-section__slider {
  margin-bottom: 1rem;
}
.cases-section__navigation {
  display: none;
}
.cases-section__button {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .cases-section--padding-top {
    padding-top: 4rem;
  }
  .cases-section--big-mb {
    margin-bottom: 5.875rem;
  }
  .cases-section__tabs-wrap {
    height: 3.5rem;
  }
  .cases-section__tab {
    height: 2.5rem;
  }
  .cases-section__header--big-mb {
    margin-bottom: 2rem;
  }
  .cases-section__title {
    margin-bottom: 1.5rem;
  }
  .cases-section__title--max-width {
    max-width: 37.5rem;
    margin-bottom: 2.5rem;
  }
  .cases-section__slider {
    margin-bottom: 2rem;
  }
  .cases-section__button {
    width: auto;
  }
  .cases-section__button--big {
    font-size: 1.5rem;
    line-height: 2.125rem;
    padding: 1.4375rem 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .cases-section__slider:hover .cases-section__navigation {
    opacity: 1;
  }
  .cases-section__navigation {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    opacity: 0;
    z-index: 100;
    pointer-events: none;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
  .cases-section__navigation:hover {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
}

.cases-block {
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.cases-block__grid {
  display: grid;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.cases-block__swiper-wrapper {
  position: relative;
}
.cases-block__swiper:not(.swiper-initialized) .cases-block__grid {
  gap: 0.5rem;
}
.cases-block__swiper--mobile {
  overflow: hidden;
  margin-bottom: 1rem;
}
.cases-block__swiper--mobile .swiper-slide {
  width: 100%;
  height: auto;
}
.cases-block__item--mobile {
  min-height: 18.75rem;
  width: 100%;
}
.cases-block__navigation {
  display: none;
}
.cases-block__navigation--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 2rem);
  left: 1rem;
  right: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 10;
  pointer-events: none;
}
.cases-block__navigation--mobile .swiper-button {
  opacity: 1;
}
.cases-block__navigation--mobile .swiper-button:hover, .cases-block__navigation--mobile .swiper-button:active, .cases-block__navigation--mobile .swiper-button:focus {
  opacity: 1;
}
.cases-block__item {
  height: auto;
}
.cases-block__item:nth-child(1) {
  overflow: visible;
}
.cases-block__item:nth-child(2) .case-card__blur-image {
  display: none;
}
.cases-block__item--main {
  border-radius: 0.25rem;
  min-height: 18.75rem;
}
.cases-block__item--main:nth-child(1) {
  overflow: hidden;
}
.cases-block__item--main::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: transparent;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cases-block__item--main::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
}
.cases-block__item--main .case-card__link-block {
  padding: 1.5rem;
}
.cases-block__item--main .case-card__content {
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  padding-bottom: 0;
  z-index: 2;
}
.cases-block__item--main .case-card__title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.4px;
}
.cases-block__slide {
  display: grid;
  gap: 0.25rem;
  -webkit-transition: opacity 0.35s ease-in-out, background-color 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
.cases-block__slide:nth-child(n+2) {
  display: none;
}
.cases-block__slide.inactive .case-card {
  background: linear-gradient(142.91deg, #517E7C 0%, #182C2A 100%) !important;
  opacity: var(--opacity-swiper-slide-inactive);
}
.cases-block__slide.inactive .case-card a {
  pointer-events: none;
}
.cases-block__image {
  right: -0.9375rem;
  bottom: -0.9375rem;
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
  opacity: 1;
}
@media (max-width: 767px) {
  .cases-block__item--mobile .case-card__background {
    position: static;
    display: block;
    width: 100%;
    height: 18.75rem;
    margin-bottom: 0.75rem;
    border-radius: 0.25rem;
    overflow: hidden;
  }
  .cases-block__item--mobile .case-card__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.25rem;
    overflow: hidden;
  }
  .cases-block__item--mobile .case-card__content {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .cases-block__grid {
    margin-bottom: 2rem;
  }
  .cases-block__grid--columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .cases-block__item--1 {
    grid-column: span 2;
  }
  .cases-block__item--kpmedia img {
    scale: 1.5;
    translate: 23% -26%;
  }
  .cases-block__item--everyx img {
    scale: 1.3;
    translate: 14% 14%;
  }
  .cases-block__slide {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1080px) {
  .cases-block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .cases-block__header h2 {
    margin-bottom: 0;
  }
  .cases-block__item--main {
    width: auto;
  }
  .cases-block__item--main:nth-child(n+5) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cases-block__item--main .case-card__title {
    margin-bottom: 0.25rem;
  }
  .cases-block__item--4 {
    grid-row: span 2;
  }
  .cases-block__item--11 {
    grid-column: span 2;
  }
  .cases-block__item--all {
    background: #0077FF;
  }
  .cases-block__item--all .case-card__title {
    font-size: 3rem;
    line-height: 3.375rem;
    letter-spacing: -1.92px;
  }
  .cases-block__item--all .case-card__description {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .cases-block__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    margin-bottom: 0;
  }
  .cases-block__grid--columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }
  .cases-block__swiper {
    overflow: visible;
  }
  .cases-block__navigation {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(100% - 2rem);
    left: 1rem;
    right: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 100;
    pointer-events: none;
  }
  .cases-block__slide {
    width: 38.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .cases-block__slide:nth-child(n+2) {
    display: grid;
  }
  .cases-block__slide:nth-child(2), .cases-block__slide:nth-last-child(1) {
    width: 17.875rem;
    height: auto;
    grid-template-columns: auto;
  }
}
@media screen and (min-width: 1440px) {
  .cases-block__swiper-wrapper:hover .cases-block__navigation {
    opacity: 1;
  }
  .cases-block__navigation {
    opacity: 0;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
  .cases-block__navigation:hover {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
}

.services {
  padding-bottom: 3rem;
}
.services--small-intro .career-intro {
  padding-top: 0;
  margin-top: 0;
  background: none;
}
.services__title {
  margin-bottom: 2rem;
}
.services__block {
  display: grid;
  gap: 0.5rem;
  list-style: none;
}
.services__type--no-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0.25rem;
  background-color: var(--bg-card);
  padding: 1.25rem;
}
.services__type-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.services__type-name {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02em;
  margin: 0;
}
.services__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  border-radius: 0.25rem;
  background-color: var(--bg-card);
  padding: 1.25rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.services__link:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.services__link:hover {
  background-color: var(--alpha-20);
}
@media screen and (min-width: 768px) {
  .services__block {
    display: block;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .services__type {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  .services__type + .services__type {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .services {
    padding-bottom: 5.5rem;
  }
  .services__link {
    padding: 1.5rem;
  }
  .services__type--no-link {
    padding: 1.5rem;
  }
  .services__type-name {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .services__type-icon {
    width: 2rem;
    height: 2rem;
  }
}

.services-block {
  position: relative;
  background: var(--bg-services-block);
  margin-bottom: 2.5rem;
  border-radius: 0.25rem;
  margin-top: -0.0625rem;
  overflow: hidden;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.services-block:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.services-block__picture {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 57rem;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: background-image 0.2s ease;
  transition: background-image 0.2s ease;
}
.services-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: var(--gradient-contacts-block);
  z-index: 0;
}
.services-block__wrap {
  position: relative;
  overflow: hidden;
}
.services-block__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.5rem 0 2.5rem 0;
  z-index: 3;
}
.services-block__inner-title {
  position: relative;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.75rem;
  letter-spacing: -0.04em;
  text-align: left;
  margin: 0 0 1rem 0;
}
.services-block__inner-subtitle {
  position: relative;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  letter-spacing: -0.02em;
  text-align: left;
  color: var(--color-text-secondary);
  padding: 0;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .services-block:after {
    width: 145rem;
    height: 70.25rem;
    left: -38.375rem;
  }
  .services-block__inner {
    padding: 2.5rem 0;
  }
}
@media screen and (min-width: 1080px) {
  .services-block {
    margin-bottom: 4rem;
  }
  .services-block:after {
    width: 145.75rem;
    height: 75rem;
    left: -32.5rem;
  }
  .services-block__inner {
    padding: 2.5rem 0 5.5rem 0;
  }
  .services-block__inner-title {
    font-size: 4rem;
    font-weight: 400;
    line-height: 5.125rem;
  }
  .services-block__inner-subtitle {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.125rem;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1440px) {
  .services-block:after {
    width: 212.5rem;
    height: 100rem;
    left: -53.75rem;
  }
}

.services-cards {
  width: 100%;
}
.services-cards__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem 0;
  padding: 0 0.4375rem;
}
@media screen and (min-width: 768px) {
  .services-cards__inner {
    display: block;
    width: 100%;
    gap: 0.5rem;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .services-cards__inner::before {
    display: none;
    content: "";
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.services__background {
  position: absolute;
  width: 157.9375rem;
  left: calc(50% - 1263.335px + 699.33px);
  top: -0.75rem;
}
.services__background-headline {
  height: 41.75rem;
  font-family: "GT-Eesti-Pro-Display", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35.9375rem;
  line-height: 41.75rem;
  letter-spacing: -0.11em;
  -webkit-font-feature-settings: "calt" off;
          font-feature-settings: "calt" off;
  color: transparent;
  text-shadow: 0 0.055625rem 0.11125rem rgba(68, 68, 68, 0.15), 0 0 26.67 rgba(255, 255, 255, 0.02);
}
@media screen and (min-width: 1080px) {
  .services__background {
    top: -1.025rem;
    width: 222.75rem;
    left: calc(50% - 1782.24px + 1027.33px);
  }
  .services__background-headline {
    height: 58.875rem;
    font-size: 50.75rem;
    line-height: 58.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .services__background {
    top: -1.21875rem;
    width: 271.1875rem;
    left: calc(50% - 2169.33px + 1231.33px);
  }
  .services__background-headline {
    font-size: 61.75rem;
    line-height: 71.6875rem;
  }
}

@supports ((-webkit-backdrop-filter: blur(40px)) or (backdrop-filter: blur(40px))) {
  .visually-hidden {
    position: absolute;
    top: -624.9375rem;
    left: -624.9375rem;
  }
  .services__background-headline {
    -webkit-backdrop-filter: blur(2.5rem);
            backdrop-filter: blur(2.5rem);
    background: rgba(91, 91, 91, 0.04);
    -webkit-clip-path: url(#services-headline-mask-path);
            clip-path: url(#services-headline-mask-path);
  }
}
.stack {
  padding-bottom: 1rem;
}
.stack--mt {
  margin-top: 2.5rem;
}
.stack--no-mb {
  margin-bottom: 0;
}
.stack__title {
  margin-bottom: 1.5rem;
}
.stack__slider {
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.stack__slider .swiper-wrapper {
  -webkit-transition: -webkit-transform 5s linear;
  transition: -webkit-transform 5s linear;
  transition: transform 5s linear;
  transition: transform 5s linear, -webkit-transform 5s linear;
}
.stack__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 2.5rem;
}
.stack__slide:last-child {
  padding-right: 0;
}
.clients .stack__slider .swiper-wrapper {
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .clients .stack__slider .swiper-wrapper {
    row-gap: 2.5rem;
  }
}
.clients .stack__slider .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.stack__image {
  height: 100%;
  max-width: 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: var(--bg-logotype);
  -webkit-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}
.stack__image:hover {
  -webkit-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}
@media screen and (min-width: 1080px) {
  .stack {
    margin-top: 7rem;
  }
  .stack--mt {
    margin-top: 4rem;
  }
  .stack--no-mb {
    margin-bottom: 0;
  }
  .stack__title {
    margin-bottom: 2.5rem;
  }
  .stack__slide {
    padding-right: 4rem;
  }
}

.clients {
  background: var(--bg-gradient-card);
  border-radius: 0.25rem;
  padding: 1.5rem 0 2.5rem;
  overflow: hidden;
}
.clients--service {
  background: transparent;
  padding-top: 0;
}
.clients--service-b2b {
  padding-top: 2.75rem;
}
.clients__title {
  margin-bottom: 1.5rem;
}
.clients__description {
  margin-bottom: 1.5rem;
}
.clients__text p + p {
  margin-top: 1rem;
}
.clients__lifetime {
  border-bottom: 0.0625rem solid var(--alpha-20);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.clients__lifetime-amount {
  margin-bottom: 0.5rem;
}
.clients__slider {
  height: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .clients__slider {
    height: auto;
    min-height: 15rem;
  }
}
.clients__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.clients__list--b2b {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.5rem 0;
  row-gap: 4rem;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.clients__item {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.clients__item--british-school {
  width: 6.1875rem;
  height: 2.5625rem;
}
.clients__item--mmk {
  width: 10.75rem;
  height: 2.5625rem;
}
.clients__item--mfua {
  width: 2.75rem;
  height: 2.25rem;
}
.clients__item--samsung {
  width: 5.75rem;
  height: 0.875rem;
}
.clients__item--lukoil {
  width: 5.125rem;
  height: 1.0625rem;
}
.clients__item--ispring {
  width: 5.0625rem;
  height: 1.125rem;
}
.clients__item--central-university {
  width: 12.125rem;
  height: 2.3125rem;
}
.clients__item--british {
  width: 6.9375rem;
  height: 2.875rem;
}
.clients__item--mfua2 {
  width: 3.125rem;
  height: 2.5rem;
}
.clients__item--mfs {
  width: 4.875rem;
  height: 2.625rem;
}
.clients__item--programica {
  width: 5.9375rem;
  height: 1.25rem;
}
.clients__item--ubusiness {
  width: 3.3125rem;
  height: 2.5625rem;
}
.clients__item--mmu {
  width: 7.0625rem;
  height: 2.25rem;
}
.clients__item--chess {
  width: 1.375rem;
  height: 2.375rem;
}
.clients__item--azard {
  width: 7.3125rem;
  height: 1.375rem;
}
.clients__item--u2b {
  width: 2.625rem;
  height: 2.375rem;
}
.clients__item--samsung2 {
  width: 6.0625rem;
  height: 0.9375rem;
}
.clients__item--segezha {
  width: 6rem;
  height: 2.125rem;
}
.clients__item--auvix {
  width: 5rem;
  height: 1.125rem;
}
.clients__item--mmk2 {
  width: 7.1875rem;
  height: 1.4375rem;
}
.clients__item--clever {
  width: 4.3125rem;
  height: 2rem;
}
.clients__item--rusklimat {
  width: 8.5rem;
  height: 1.25rem;
}
.clients__item--ueg {
  width: 5.9375rem;
  height: 1.9375rem;
}
.clients__item--mkru {
  width: 5.125rem;
  height: 1.5625rem;
}
.clients__item--xerox {
  width: 6.25rem;
  height: 1.375rem;
}
.clients__item--1c {
  width: 3.3125rem;
  height: 1.5625rem;
}
.clients__item--megafon {
  width: 6.625rem;
  height: 1.1875rem;
}
.clients__item--biocad {
  width: 6.1875rem;
  height: 1.1875rem;
}
.clients__item--aif {
  width: 5.8125rem;
  height: 1.3125rem;
}
.clients__item--rosnano {
  width: 6.1875rem;
  height: 0.9375rem;
}
.clients__item--zhelezno {
  width: 10rem;
  height: 1.8125rem;
}
.clients__image {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .clients__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .clients__lifetime {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 2rem;
    position: relative;
    border-bottom: none;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .clients__lifetime:after {
    content: "";
    display: block;
    height: 4.875rem;
    width: 0.0625rem;
    background-color: var(--alpha-20);
    position: absolute;
    right: 0;
    top: 1.875rem;
  }
  .clients__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .clients__list--b2b {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .clients__item--british-school {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 6.375rem;
    height: 2.625rem;
  }
  .clients__item--mmk {
    width: 10.1875rem;
    height: 2.375rem;
  }
  .clients__item--mfua {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 2.875rem;
    height: 2.3125rem;
  }
  .clients__item--samsung {
    width: 5.8125rem;
    height: 0.9375rem;
  }
  .clients__item--lukoil {
    width: 5rem;
    height: 1rem;
  }
}
@media screen and (min-width: 1080px) {
  .clients {
    padding: 3.25rem 0 5rem;
  }
  .clients--service {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 6.25rem;
    border-radius: 0;
    border-bottom: 0.0625rem solid #293139;
    margin-bottom: 4rem;
  }
  .clients--service-b2b {
    padding-top: 4rem;
    padding-bottom: 4rem;
    border-bottom: none;
    margin-bottom: 0;
  }
  .clients__title {
    margin-bottom: 3rem;
  }
  .clients__description {
    margin-bottom: 5rem;
  }
  .clients__item--british-school {
    width: 7.875rem;
    height: 3.3125rem;
  }
  .clients__item--mmk {
    width: 12.5rem;
    height: 3rem;
  }
  .clients__item--mfua {
    width: 4.3125rem;
    height: 3.5rem;
  }
  .clients__item--samsung {
    width: 7.25rem;
    height: 1.125rem;
  }
  .clients__item--lukoil {
    width: 7rem;
    height: 1.375rem;
  }
  .clients__item--ispring {
    width: 7.75rem;
    height: 1.75rem;
  }
  .clients__item--british {
    width: 8.4375rem;
    height: 3.5rem;
  }
  .clients__item--mfua2 {
    width: 4.3125rem;
    height: 3.5rem;
  }
  .clients__item--mfs {
    width: 5.9375rem;
    height: 3.25rem;
  }
  .clients__item--programica {
    width: 9.1875rem;
    height: 1.875rem;
  }
  .clients__item--ubusiness {
    width: 4rem;
    height: 3.125rem;
  }
  .clients__item--mmu {
    width: 9.25rem;
    height: 2.9375rem;
  }
  .clients__item--chess {
    width: 2.125rem;
    height: 3.625rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .clients__item--samsung2 {
    width: 6.4375rem;
    height: 1rem;
  }
  .clients__item--segezha {
    width: 7.4375rem;
    height: 2.5625rem;
  }
  .clients__item--mmk2 {
    width: 8.75rem;
    height: 1.75rem;
  }
  .clients__item--clever {
    width: 5.625rem;
    height: 2.6875rem;
  }
  .clients__item--rusklimat {
    width: 9.25rem;
    height: 1.3125rem;
  }
  .clients__item--ueg {
    width: 8rem;
    height: 2.5625rem;
  }
  .clients__item--mkru {
    width: 7.5rem;
    height: 2.25rem;
  }
  .clients__item--xerox {
    width: 9.0625rem;
    height: 2rem;
  }
  .clients__item--1c {
    width: 4.8125rem;
    height: 2.3125rem;
  }
  .clients__item--megafon {
    width: 9.625rem;
    height: 1.6875rem;
  }
  .clients__item--biocad {
    width: 8.9375rem;
    height: 1.75rem;
  }
  .clients__item--aif {
    width: 8.375rem;
    height: 1.9375rem;
  }
  .clients__item--rosnano {
    width: 8.9375rem;
    height: 1.375rem;
  }
}
@media screen and (min-width: 1440px) {
  .clients__list--b2b {
    gap: 1.5rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .clients__item--british-school {
    width: 9rem;
    height: 3.75rem;
  }
  .clients__item--mmk {
    width: 16.0625rem;
    height: 3.75rem;
  }
  .clients__item--mfua {
    width: 4.5rem;
    height: 3.75rem;
  }
  .clients__item--samsung {
    width: 10.5rem;
    height: 1.625rem;
  }
  .clients__item--lukoil {
    width: 9.125rem;
    height: 1.875rem;
  }
  .clients__item--ispring {
    width: 9.3125rem;
    height: 2.125rem;
  }
  .clients__item--british {
    width: 11rem;
    height: 4.5625rem;
  }
  .clients__item--mfua2 {
    width: 5.625rem;
    height: 4.5625rem;
  }
  .clients__item--mfs {
    width: 7.75rem;
    height: 4.1875rem;
  }
  .clients__item--programica {
    width: 11.9375rem;
    height: 2.5rem;
  }
  .clients__item--ubusiness {
    width: 5.1875rem;
    height: 4rem;
  }
  .clients__item--mmu {
    width: 12rem;
    height: 3.875rem;
  }
  .clients__item--chess {
    width: 2.75rem;
    height: 4.6875rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.contacts {
  position: relative;
  background: var(--gradient-contacts-block);
  border-radius: 0.25rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.contacts:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.contacts + .animate__animated {
  opacity: 0;
}
.contacts:before {
  position: absolute;
  z-index: 3;
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.25rem;
  bottom: -0.0625rem;
  left: -0.0625rem;
  -webkit-box-shadow: -0.875rem 0.875rem 0 0 var(--primary-background);
          box-shadow: -0.875rem 0.875rem 0 0 var(--primary-background);
}
.contacts:after {
  position: absolute;
  z-index: 3;
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.25rem;
  bottom: -0.0625rem;
  right: -0.0625rem;
  -webkit-box-shadow: 0.875rem 0.875rem 0 0 var(--primary-background);
          box-shadow: 0.875rem 0.875rem 0 0 var(--primary-background);
}
.contacts__content {
  position: relative;
  overflow: hidden;
  color: var(--color-text);
}
.contacts__content:before {
  position: absolute;
  z-index: 3;
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.25rem;
  top: -0.0625rem;
  left: -0.0625rem;
  -webkit-box-shadow: -0.875rem -0.875rem 0 0 var(--primary-background);
          box-shadow: -0.875rem -0.875rem 0 0 var(--primary-background);
}
.contacts__content:after {
  position: absolute;
  z-index: 3;
  content: "";
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.25rem;
  top: -0.0625rem;
  right: -0.0625rem;
  -webkit-box-shadow: 0.875rem -0.875rem 0 0 var(--primary-background);
          box-shadow: 0.875rem -0.875rem 0 0 var(--primary-background);
}
.contacts--connection {
  background: var(--primary-background);
  border-radius: 0;
}
.contacts--connection:before, .contacts--connection:after {
  display: none;
}
.contacts--connection .contacts__method-name {
  color: var(--alpha-60);
}
.contacts--connection .contacts__method-link {
  color: var(--color-text);
  border-color: var(--alpha-60);
}
.contacts__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  z-index: 2;
}
.contacts__inner--connection {
  padding-top: 12.0625rem;
  background: top 56px left 16px/auto 113px no-repeat;
}
.contacts__block {
  position: relative;
  z-index: 6;
}
.contacts__block:not(:last-child) {
  margin-bottom: 1.5rem;
}
.contacts__button {
  width: 100%;
  margin-bottom: 1rem;
}
.contacts__list--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.contacts__method:not(:last-child) {
  margin-bottom: 1rem;
}
.contacts__method-name {
  display: block;
  color: var(--alpha-60);
  margin-bottom: 0.5rem;
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.contacts__method-name:hover {
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.contacts__method-link {
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.375rem;
  border-color: var(--alpha-60);
}
.contacts__method-link + .contacts__method-link {
  margin-left: 0.5rem;
}
.contacts__address {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .contacts__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 2.5rem;
  }
  .contacts__inner--connection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background-position: top 3.5rem right 2rem;
  }
  .contacts__block:not(:last-child) {
    margin-bottom: 0;
  }
  .contacts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .contacts__list--row {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
  .contacts__list--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .contacts__method:not(:last-child) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1080px) {
  .contacts__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .contacts__inner--connection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-size: auto 9.375rem;
    background-position: top 5rem right 4rem;
  }
  .contacts__content {
    background-position: top -8.75rem left 0;
  }
  .contacts__button {
    width: auto;
    font-size: 1.5rem;
    line-height: 2.125rem;
    padding: 1.4375rem 2rem;
    margin-bottom: 2rem;
  }
  .contacts__button:after {
    width: 2rem;
    height: 2rem;
  }
  .contacts__list {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
  .contacts__method-name {
    margin-bottom: 0.75rem;
  }
  .contacts__method-link {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .contacts__method-link + .contacts__method-link {
    margin-left: 1.25rem;
  }
  .contacts__method-link--big {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .contacts__address {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .contacts__content {
    background-position: top -10rem left 0;
  }
}

html[data-theme=light] .contacts__button {
  background-color: #006BF0;
  color: #FFFFFF;
}
html[data-theme=light] .contacts__button .button__additionally {
  color: rgba(255, 255, 255, 0.6);
}
html[data-theme=light] .contacts__button.button--forward:after {
  background-color: #FFFFFF;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs__item {
  width: auto;
  background: none;
  border: 1px solid transparent;
  position: relative;
  padding: 0.25rem 0.75rem;
  border-radius: 56.25rem;
  color: var(--color-text);
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: -0.015rem;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.tabs__item.active, .tabs__item:has(input:checked) {
  background-color: var(--alpha-10);
  cursor: default;
}
.tabs__item:hover {
  background-color: var(--alpha-5);
  color: var(--color-text);
}
.tabs__item--light.active {
  background-color: var(--bg-tab-light);
  color: var(--color-tab-light);
  pointer-events: none;
}
.tabs__item--light:hover {
  background-color: var(--alpha-10);
  color: inherit;
}
.tabs-content {
  position: relative;
}
.tabs-content__item {
  display: none;
  padding-bottom: 1.5rem;
}
.tabs-content__item--no-pb {
  padding-bottom: 0;
}
.tabs-content__item.active {
  display: block;
}
@media screen and (min-width: 768px) {
  .tabs__item:not(:last-child) {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .tabs__item {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: -0.0225rem;
    padding: 0.375rem 1rem 0.5rem;
  }
  .tabs-content__item {
    padding-bottom: 2.5rem;
  }
  .tabs-content__item--no-pb {
    padding-bottom: 0;
  }
}

.portfolio__header {
  position: relative;
  display: grid;
  row-gap: 1rem;
  margin-bottom: 1rem;
  z-index: 2;
}
.portfolio__cont {
  padding-top: 2.5rem;
}
.portfolio__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 1080px) {
  .portfolio__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
  }
}
.portfolio__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.portfolio__filter {
  padding-bottom: 0rem;
}
.portfolio__grid {
  list-style: none;
}
@media (max-width: 767px) {
  .portfolio__grid {
    grid-template-columns: 1fr;
  }
}
.portfolio__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-text-secondary);
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding: 0.25rem 0.75rem;
  border-radius: 56.25rem;
  -webkit-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color;
}
.portfolio__link:hover {
  -webkit-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color;
}
.portfolio__link-new {
  display: inline-block;
  color: #FFFFFF;
  background-color: var(--bg-portfolio-link-new);
  font-variant-numeric: stacked-fractions ordinal;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1rem;
  text-transform: uppercase;
  border-radius: 56.25rem;
  padding: 0 0.5rem;
  margin-left: 0.5rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.portfolio__link-new:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.portfolio__link:hover {
  background-color: var(--alpha-10);
}
.portfolio__link.active:hover {
  color: var(--color-text-secondary);
}
.portfolio__blur {
  position: absolute;
  top: -7.5rem;
  display: block;
  width: 100%;
  height: 24.375rem;
  -webkit-filter: var(--portfolio-blur);
          filter: var(--portfolio-blur);
  pointer-events: none;
}
.portfolio__blur img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio__blur.is-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.portfolio__grid {
  display: grid;
  grid-auto-flow: row;
  row-gap: 0.25rem;
}
.portfolio__card {
  position: relative;
  width: 100%;
  height: 21.3125rem;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.portfolio__card-content {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.portfolio__card + .animate__animated {
  opacity: 0;
}
.portfolio__show-more {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .portfolio__blur {
    height: 22.5rem;
  }
  .portfolio__grid {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    row-gap: 0.5rem;
    grid-auto-rows: 22.5rem;
  }
  .portfolio__grid--three-items {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 22.5rem);
    grid-auto-rows: unset;
  }
  .portfolio__grid--three-items .portfolio__card {
    grid-column: auto;
    grid-row: auto;
  }
  .portfolio__card {
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .portfolio__blur {
    height: 28.75rem;
  }
  .portfolio__header {
    row-gap: 2rem;
    margin-bottom: 2rem;
  }
  .portfolio__grid {
    gap: 0.5rem;
    grid-auto-rows: 28.75rem;
  }
  .portfolio__grid--three-items {
    grid-template-rows: repeat(1, 28.75rem);
    grid-auto-rows: unset;
  }
  .portfolio__link {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding: 0.375rem 1rem 0.5rem;
  }
  .portfolio__link-new {
    line-height: 1.25rem;
  }
  .portfolio__show-more {
    width: auto;
    font-size: 1.5rem;
    line-height: 2.125rem;
    padding: 1.4375rem 2rem;
    gap: 2rem;
    margin-top: 2rem;
  }
}

.archive + .animate__animated {
  opacity: 0;
}
.archive__header {
  display: none;
}
.archive__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
  margin-bottom: 1rem;
}
.archive__show-more {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .archive__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.25rem 1.125rem 1.125rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    border-top: 0.0625rem solid var(--bg-article-hover);
  }
  .archive__header-column {
    font-weight: 500;
    font-size: 0.6875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #9FA9B4;
  }
  .archive__header-column:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
            flex: 0 0 21%;
    max-width: 21%;
  }
  .archive__header-column:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3rem;
            flex: 0 0 3rem;
    max-width: 3rem;
  }
  .archive__header-column:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 22%;
            flex: 1 0 22%;
    max-width: 35%;
  }
  .archive__header-column:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    margin-left: auto;
  }
  .archive__header-column:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.25rem;
            flex: 0 0 4.25rem;
    max-width: 4.25rem;
    margin-left: auto;
  }
}
@media screen and (min-width: 1080px) {
  .archive__header {
    padding: 1.5rem 2rem 1.25rem;
    gap: 2.5rem;
  }
  .archive__header-column {
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
  .archive__header-column:nth-child(2), .archive__header-column:nth-child(5) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4rem;
            flex: 0 0 4rem;
    max-width: 4rem;
  }
  .archive__table {
    margin-bottom: 2rem;
  }
  .archive__show-more {
    width: auto;
  }
}

.archive-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.25rem 1rem;
  background: var(--bg-card);
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 1.375rem;
}
.archive-block__client {
  color: #9FA9B4;
  margin-right: 1rem;
}
.archive-block__year {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.75rem;
          flex: 0 0 3.75rem;
  max-width: 3.75rem;
  margin-left: auto;
  text-align: right;
  color: #515B66;
}
.archive-block__project {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.archive-block__result a {
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.375rem;
  border-color: var(--alpha-20);
}
.archive-block__result a:hover {
  border-color: var(--color-text);
}
.archive-block__case {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.375rem;
  border: none;
}
.archive-block__case-text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.archive-block__case:hover .archive-block__case-text {
  border-color: #FFFFFF;
}
.archive-block__case:after {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  content: "";
  -webkit-mask: url("../images/svg/arrow-right.svg") no-repeat 50% 50%;
          mask: url("../images/svg/arrow-right.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .archive-block {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    padding: 1.125rem;
  }
  .archive-block__client {
    color: var(--color-text);
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
            flex: 0 0 21%;
    max-width: 21%;
  }
  .archive-block__year {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3rem;
            flex: 0 0 3rem;
    max-width: 3rem;
    margin-left: 0;
    text-align: left;
    color: var(--color-text);
  }
  .archive-block__project {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 22%;
            flex: 1 0 22%;
    max-width: 35%;
  }
  .archive-block__result {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1080px) {
  .archive-block {
    padding: 1.625rem 2rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .archive-block__year {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4rem;
            flex: 0 0 4rem;
    max-width: 4rem;
  }
  .archive-block__case, .archive-block__result a {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.map {
  position: relative;
  height: 41.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.map [class*=ymaps-2][class*=-ground-pane] {
  -webkit-filter: grayscale(1) invert(90%) hue-rotate(120deg);
          filter: grayscale(1) invert(90%) hue-rotate(120deg);
}
.map [class*=ymaps-2][class*=-map-bg] {
  background: var(--bg-card);
}
.map [class*=ymaps-2][class*=-zoom__scale] {
  display: none;
}
.map [class*=ymaps-2][class*=-zoom] {
  height: 7.25rem !important;
  width: 3.5rem;
  padding: 0 0.9375rem;
}
.map [class*=ymaps-2][class*=-zoom__button] {
  padding: 1.1875rem 1.25rem;
  width: 3.5rem;
  height: 3.5rem !important;
  background: rgba(255, 255, 255, 0.1);
  border: 0.0625rem solid rgba(27, 42, 58, 0.2);
  -webkit-backdrop-filter: blur(3.75rem);
          backdrop-filter: blur(3.75rem);
  border-radius: 0.25rem;
  border: 0.0625rem solid rgba(27, 42, 58, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.map [class*=ymaps-2][class*=-zoom__plus] [class*=ymaps-2][class*=-zoom__icon] {
  background-image: url("../images/svg/plus.svg");
  background-size: 1.5rem;
  width: 1.5rem !important;
  height: 1.5rem !important;
  border: 0;
}
.map [class*=ymaps-2][class*=-zoom__minus] [class*=ymaps-2][class*=-zoom__icon] {
  background-image: url("../images/svg/minus.svg");
  background-size: 1.5rem;
  width: 1.5rem !important;
  height: 1.5rem !important;
  border: 0;
}
.map [class*=ymaps-2][class*=-controls__control] {
  display: none;
  position: absolute !important;
  inset: 20.625rem 2.5625rem auto auto !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.map__tabs {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.map__contacts {
  position: relative;
  top: 1rem;
  max-width: 22.25rem;
  padding: 1.25rem 1rem;
  background: var(--bg-map-contacts-block);
  border: 0.0625rem solid var(--border-map-contacts-block);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  border-radius: 0.25rem;
  z-index: 2;
}
.map__tabs-content {
  padding-top: 1.25rem;
}
.map__info {
  padding-bottom: 0;
}
.map__box:not(:last-child) {
  margin-bottom: 1.25rem;
}
.map__box-title {
  color: var(--alpha-40);
  margin-bottom: 0.75rem;
}
.map__box-phone {
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--color-text);
}
.map__box-address {
  font-style: normal;
  margin-bottom: 0.75rem;
}
.map__box-route {
  color: var(--alpha-80);
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.map__box-route:not(:last-child) {
  margin-bottom: 0.75rem;
}
.map__block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.map__link {
  display: block;
  width: 9.4375rem;
  background: var(--bg-map-link);
  border: 0.0625rem solid rgba(27, 42, 58, 0.2);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  border-radius: 0.25rem;
  color: #9FA9B4;
  font-family: "Golos-UI", sans-serif;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  padding: 0.25rem 0.75rem;
  margin-top: 2rem;
  z-index: 2;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.map__link:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.map__link:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (min-width: 768px) {
  .map__link {
    bottom: auto;
    left: auto;
    top: 1rem;
    right: 1.625rem;
  }
}
@media screen and (min-width: 1080px) {
  .map__contacts {
    max-width: 24.5rem;
    padding: 2rem;
  }
  .map__tabs-content {
    padding-top: 2rem;
  }
  .map__box:not(:last-child) {
    margin-bottom: 2rem;
  }
  .map__box-title {
    margin-bottom: 1rem;
  }
  .map__box-address {
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-bottom: 1rem;
  }
  .map__box-phone {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .map__box-route {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .map__link {
    width: auto;
    display: inline-block;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    right: 3.5rem;
  }
  .map [class*=ymaps-2][class*=-controls__control] {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .map__contacts {
    max-width: 25rem;
  }
  .map__link {
    right: 7.8125rem;
  }
  .map [class*=ymaps-2][class*=-controls__control] {
    inset: 20.625rem 7rem auto auto !important;
  }
}

html[data-theme=light] .map {
  position: relative;
  height: 41.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
html[data-theme=light] .map [class*=ymaps-2][class*=-ground-pane] {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.contacts-form {
  border-radius: 0.25rem;
  background: var(--bg-gradient-card);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.contacts-form:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
@media screen and (min-width: 1080px) {
  .contacts-form {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.quote-block {
  border-radius: 0.25rem;
  padding: 2.5rem 0;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.quote-block:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.quote-block--white-text {
  color: #FFFFFF;
}
.quote-block--white-text .quote-block__person-post {
  color: rgba(255, 255, 255, 0.5);
}
.quote-block--white-text .quote-block__button {
  color: #FFFFFF;
}
.quote-block--white-text .quote-block__button::after {
  background-color: #FFFFFF;
}
.quote-block__inner {
  display: grid;
  grid-template-columns: 3rem 1fr;
  grid-auto-flow: row;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
.quote-block__text {
  font-size: 1rem;
  line-height: 1.375rem;
  grid-area: 1/1/2/3;
}
.quote-block__text:before, .quote-block__text:after {
  display: none;
}
.quote-block__paragraph {
  display: block;
}
.quote-block__paragraph + .quote-block__paragraph {
  margin-top: 0.625rem;
}
.quote-block__photo {
  height: 3.5rem;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.quote-block__photo img {
  width: 100%;
  height: 100%;
}
.quote-block__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.quote-block__person-post {
  color: var(--alpha-50);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.quote-block__person-post:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.quote-block__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.quote-block__button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: var(--color-text);
}
.quote-block__button::after {
  margin-left: 24px;
}
.quote-block__button img {
  width: 0;
  height: 0;
}
@media screen and (min-width: 768px) {
  .quote-block__inner {
    grid-template-columns: 8.75rem 1fr;
    grid-column-gap: 2rem;
  }
  .quote-block__text {
    grid-area: auto;
  }
  .quote-block__photo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    height: 100%;
    grid-area: 1/1/3/2;
  }
  .quote-block__person {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .quote-block__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media screen and (min-width: 1080px) {
  .quote-block {
    padding: 4rem 0;
  }
  .quote-block__inner {
    grid-template-columns: 11.9375rem 1fr;
    grid-column-gap: 3rem;
    grid-row-gap: 1.5rem;
  }
  .quote-block__text {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .quote-block__person {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .quote-block__photo {
    border-radius: 0.25rem;
  }
}

.service-head {
  position: relative;
  margin-bottom: 2.5rem;
}
.service-head__background {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 74.0625rem;
  height: 33.125rem;
  left: -6.25rem;
  top: -10rem;
  pointer-events: none;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-head__background:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-head--b2b .service-head__background {
  left: -3.125rem;
  top: -9rem;
}
.service-head--redesign .service-head__background {
  left: -9.125rem;
}
.service-head--support .service-head__background {
  left: -8.25rem;
}
.service-head--development .service-head__background {
  left: -7.9375rem;
  top: -7.5rem;
}
.service-head--outstaff .service-head__background {
  left: -2.5rem;
  top: -10.25rem;
}
.service-head--analytics .service-head__background {
  left: -2.5rem;
  top: -13.25rem;
}
.service-head--design {
  padding-bottom: 2.5rem;
  border-bottom: 0.0625rem solid var(--alpha-10);
}
.service-head--design .service-head__background {
  background-image: url("../images/art-design.png");
  width: 38.25rem;
  height: 38.625rem;
  background-position: right top;
  left: auto;
  right: 0;
  top: -10.3125rem;
}
.service-head--career .service-head__background {
  left: 0;
  top: -12.25rem;
}
.service-head--lms .service-head__background {
  top: -8.4375rem;
}
.service-head__title, .service-head__subtitle {
  position: relative;
  z-index: 2;
}
.service-head__subtitle + .service-head__subtitle {
  margin-top: 0.5rem;
}
.service-head__background {
  position: absolute;
  width: 94.625rem;
  left: calc(50% - 757px - 126.31px);
  top: -6.5rem;
  z-index: 1;
}
.service-head__headline {
  height: 45.5rem;
  font-family: "GT-Eesti-Pro-Display", sans-serif;
  font-weight: 400;
  font-size: 39.25rem;
  line-height: 45.5rem;
  letter-spacing: -0.11em;
  -webkit-font-feature-settings: "calt" off;
          font-feature-settings: "calt" off;
  text-shadow: 0 0.97px 1.94px rgba(68, 68, 68, 0.15), 0 0 29.08px rgba(255, 255, 255, 0.02);
}
.service-head__btn {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .service-head:after {
    width: 143.75rem;
    height: 34.25rem;
    left: -38.375rem;
    top: -10.3125rem;
  }
  .service-head--support .service-head__background {
    top: -12.125rem;
  }
  .service-head--b2b .service-head__background {
    top: -10.75rem;
    left: -33rem;
  }
  .service-head--development .service-head__background {
    left: -11.625rem;
    top: -7.125rem;
  }
  .service-head--redesign .service-head__background {
    left: -8rem;
    top: -15.1875rem;
  }
  .service-head--outstaff .service-head__background {
    left: -27.25rem;
    top: -6.25rem;
  }
  .service-head--analytics .service-head__background {
    top: -12.3125rem;
  }
  .service-head--design .service-head__subtitle {
    width: 28.75rem;
  }
  .service-head--design .service-head__background {
    width: 29.25rem;
    height: 29.875rem;
  }
  .service-head--career .service-head__background {
    width: 97.75rem;
    left: 0;
    top: -10.875rem;
  }
  .service-head__background {
    width: 90.3125rem;
    left: calc(50% - 722.5px + 106.97px);
    top: -6.5rem;
  }
  .service-head__headline {
    height: 43.4375rem;
    font-size: 37.4375rem;
    line-height: 43.4375rem;
  }
  .service-head__btn {
    width: auto;
  }
}
@media screen and (min-width: 1080px) {
  .service-head {
    margin-bottom: 4rem;
  }
  .service-head:after {
    width: 128.75rem;
    height: 40.875rem;
    left: -20.5rem;
    top: -13.625rem;
  }
  .service-head--edtech .service-head__background {
    left: -22.5rem;
    top: -12.5rem;
  }
  .service-head--redesign .service-head__background {
    left: -18.5rem;
    top: -12.625rem;
  }
  .service-head--support .service-head__background {
    top: -16.625rem;
  }
  .service-head--b2b .service-head__background {
    top: -8.4375rem;
  }
  .service-head--development .service-head__background {
    left: -26.875rem;
    top: -11.3125rem;
  }
  .service-head--outstaff .service-head__background {
    left: -12.9375rem;
    top: -8.625rem;
  }
  .service-head--analytics .service-head__background {
    height: 52.1875rem;
    top: -16.0625rem;
    left: -5.25rem;
  }
  .service-head--design {
    padding-bottom: 4rem;
  }
  .service-head--design .service-head__title, .service-head--design .service-head__subtitle {
    width: 40.625rem;
  }
  .service-head--design .service-head__background {
    width: 38.25rem;
    height: 38.375rem;
  }
  .service-head--career .service-head__subtitle {
    margin-top: 1.125rem !important;
  }
  .service-head--career .service-head__background {
    width: 97.75rem;
    height: 38.5625rem;
    left: -0.5625rem;
  }
  .service-head--lms .service-head__background {
    height: 38.75rem;
    top: -10.5rem;
  }
  .service-head--bitrix .service-head__background {
    width: 112.5rem;
    left: -11.25rem;
    top: -15.3125rem;
  }
  .service-head__title {
    margin-top: 0;
    margin-bottom: 0;
  }
  .service-head__background {
    width: 123.8125rem;
    left: calc(50% - 990.5px + 147.94px);
    top: -10.125rem;
  }
  .service-head__headline {
    height: 59.5625rem;
    font-size: 51.375rem;
    line-height: 59.5625rem;
  }
  .service-head__btn {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .service-head__background {
    width: 180.5rem;
    height: 53.125rem;
    left: -32.6875rem;
    top: -15.1875rem;
  }
  .service-head--support .service-head__background {
    top: -16.1875rem;
  }
  .service-head--development .service-head__background {
    left: -41.4375rem;
    top: -18.75rem;
  }
  .service-head--b2b .service-head__background {
    width: 148.4375rem;
    top: -11.5625rem;
    right: 0;
    left: auto;
  }
  .service-head--redesign .service-head__background {
    left: -32.0625rem;
    top: -16.9375rem;
  }
  .service-head--outstaff .service-head__background {
    left: -21.25rem;
    top: -14.125rem;
  }
  .service-head--analytics .service-head__background {
    top: -26.4375rem;
  }
  .service-head--design {
    padding-bottom: 7.5rem;
    margin-bottom: 6.125rem;
  }
  .service-head--design .service-head__title {
    font-size: 6rem;
    line-height: 6.25rem;
    letter-spacing: -0.24rem;
    width: 43.75rem;
    margin-bottom: 1rem;
  }
  .service-head--design .service-head__subtitle {
    width: 40.625rem;
  }
  .service-head--design .service-head__background {
    width: 46.875rem;
    height: 65.625rem;
    top: -5.5rem;
    left: auto;
  }
  .service-head--career .service-head__background {
    left: 0;
    width: 153.5625rem;
    top: -14.6875rem;
  }
  .service-head--lms .service-head__background {
    width: 124.5rem;
    top: -16.5rem;
    left: calc(50% - 1000px);
  }
  .service-head--bitrix .service-head__background {
    width: 112.5rem;
    left: -11.25rem;
    top: -15.3125rem;
  }
  .service-head__headline {
    height: 71.6875rem;
    font-size: 61.75rem;
    line-height: 71.6875rem;
  }
  .service-head__btn {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.03rem;
    padding: 1.4375rem 2rem;
  }
}
@media (min-width: 1920px) {
  .service-head--development .service-head__background {
    left: -25rem;
  }
}

@supports ((-webkit-backdrop-filter: blur(1.5625rem)) or (backdrop-filter: blur(1.5625rem))) {
  .visually-hidden {
    position: absolute;
    top: -624.9375rem;
    left: -624.9375rem;
  }
  .service-head__headline {
    -webkit-backdrop-filter: blur(1.5625rem);
            backdrop-filter: blur(1.5625rem);
    background: rgba(167, 167, 167, 0.04);
    -webkit-clip-path: url(#service-headline-mask-path);
            clip-path: url(#service-headline-mask-path);
  }
}
.career-intro {
  position: relative;
  margin-top: -5rem;
  padding-top: 6.5rem;
  background: var(--gradient-contacts-block);
  overflow: hidden;
}
.career-intro--no-bg {
  background: transparent;
}
.career-intro--no-padding {
  padding-top: 5rem;
}
.career-intro--no-margin {
  margin-top: 0;
  padding-top: 0;
}
.career-intro--design {
  background: transparent;
}
@media screen and (min-width: 1080px) {
  .career-intro--design {
    background: url("../images/services/design-bg-intro.png") no-repeat right 64px center;
    background-size: auto 530px;
  }
  .career-intro--design::before {
    content: "";
    position: absolute;
    width: 43.75rem;
    height: 43.75rem;
    top: -34.375rem;
    right: -21.875rem;
    pointer-events: none;
    z-index: 0;
    background: #006BF0;
    -webkit-filter: blur(25rem);
            filter: blur(25rem);
  }
}
.career-intro > *:not(.career-intro__glass) {
  position: relative;
  z-index: 1;
}
.career-intro__glass {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem;
  min-width: 20rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  -webkit-box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.5rem);
  -webkit-backdrop-filter: blur(0.5rem);
  pointer-events: none;
  z-index: 0;
  isolation: isolate;
}
.career-intro__glass-text {
  font-family: "GT-Eesti-Pro-Display", sans-serif;
  font-weight: 400;
  font-size: 80vw;
  line-height: 100%;
  letter-spacing: -0.11em;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.14);
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
.career-intro__glass-text::before {
  content: "";
  position: absolute;
  inset: -2rem -3rem;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.05) 70%);
  z-index: -1;
}
.career-intro__bubble {
  position: absolute;
  border-radius: 50%;
  -webkit-filter: blur(0.0625rem);
          filter: blur(0.0625rem);
  z-index: 0;
}
.career-intro__bubble--blue {
  width: 5.625rem;
  height: 5.625rem;
  left: 46%;
  top: 34%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background: #006bf0;
  -webkit-box-shadow: 0 0 5rem rgba(0, 107, 240, 0.7);
          box-shadow: 0 0 5rem rgba(0, 107, 240, 0.7);
}
.career-intro__bubble--white {
  width: 4.375rem;
  height: 4.375rem;
  right: 35%;
  top: 40%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4.375rem rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 4.375rem rgba(255, 255, 255, 0.6);
}
.career-intro__bubble--white-two {
  width: 4.375rem;
  height: 4.375rem;
  left: 36%;
  top: 29%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4.375rem rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 4.375rem rgba(255, 255, 255, 0.6);
}
.career-intro__bubble--white-three {
  width: 4.375rem;
  height: 4.375rem;
  left: 29%;
  top: 43%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 4.375rem rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 4.375rem rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 1080px) {
  .career-intro {
    margin-top: -5.875rem;
    padding-top: 12.875rem;
  }
  .career-intro--no-padding {
    padding-top: 5.875rem;
  }
  .career-intro--no-margin {
    margin-top: 0;
    padding-top: 0;
  }
}

.service-advantage {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}
.service-advantage--bg {
  background-color: transparent;
}
.service-advantage--bg-gradient {
  background: var(--bg-gradient-card);
}
.service-advantage__header {
  display: grid;
  gap: 16px;
  margin-bottom: 2rem;
}
.service-advantage__header h2 {
  margin-bottom: 0;
}
.service-advantage__title {
  margin-bottom: 1.5rem;
}
.service-advantage__subtitle {
  color: var(--alpha-50);
  margin: 0;
}
.service-advantage__list {
  display: grid;
  grid-auto-flow: row;
  row-gap: 1.5rem;
  list-style: none;
}
.service-advantage__item {
  background-size: 3.5rem;
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 4.25rem;
}
.service-advantage__name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0.5rem;
}
.service-advantage__text {
  font-size: 1rem;
  line-height: 1.375rem;
}
.service-advantage__text--color--gray {
  color: #9FA9B4;
}
.service-advantage + .stack {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .service-advantage__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .service-advantage {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .service-advantage--pt-sm {
    padding-top: 2rem;
  }
  .service-advantage__header {
    margin-bottom: 3rem;
  }
  .service-advantage__title {
    margin-bottom: 2.5rem;
  }
  .service-advantage__subtitle {
    font-size: 1.5rem;
    line-height: 2.125rem;
    letter-spacing: -0.48px;
  }
  .service-advantage__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
  }
  .service-advantage__list--rows {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-advantage__item {
    background-size: 4.5rem;
    padding-top: 5.75rem;
  }
  .service-advantage__name {
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-bottom: 0.75rem;
  }
  .service-advantage__text {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .service-advantage + .stack {
    margin-top: 5.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .service-advantage__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-advantage__list--rows {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-advantage__list--cols {
    grid-template-columns: repeat(2, 1fr);
  }
}

.service-stages--bg {
  background-color: var(--bg-team-block);
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}
.service-stages__title {
  margin-bottom: 1.5rem;
}
.service-stages__text {
  color: var(--alpha-80);
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.03rem;
  margin-bottom: 1.5rem;
}
.service-stages__list {
  counter-reset: counter;
}
.service-stages__list--grid {
  display: grid;
  gap: 0.5rem;
}
.service-stages__item {
  position: relative;
  border-top: 0.125rem solid var(--color-border-service-stage);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.25rem;
  counter-increment: counter;
}
.service-stages__item::marker {
  font-size: 0;
}
.service-stages__item:before {
  content: counter(counter);
  position: absolute;
  top: 1.75rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background: #222528;
  border-radius: 56.25rem;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: var(--color-marker-service-stage);
}
.service-stages__item:last-child {
  padding-bottom: 0;
}
.service-stages__item--analytics {
  border: none;
  border-radius: 0.25rem;
  padding: 4.0625rem 1.25rem 1.3125rem;
  background-color: var(--alpha-5);
}
.service-stages__item--analytics:last-child {
  padding-bottom: 1.3125rem;
}
.service-stages__item--analytics::before {
  width: 1.75rem;
  height: 1.75rem;
  top: 1.3125rem;
  left: 1.25rem;
  background-color: rgba(255, 255, 255, 0.5);
  color: #333A41;
}
.service-stages__name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0.5rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-stages__name:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-stages__description {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #9FA9B4;
}
.service-stages__button-more {
  width: 100%;
  margin-top: 1.5rem;
  background: var(--bg-btn-case-article);
  color: var(--color-btn-case-article);
  margin-top: 1.5rem;
}
.service-stages__button-more .button__additionally {
  color: var(--color-btn-add);
}
.service-stages__button-more::after {
  background-color: var(--color-btn-case-article);
}
@media screen and (min-width: 768px) {
  .service-stages__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
    grid-auto-flow: row;
  }
  .service-stages__list--grid {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .service-stages {
    margin-bottom: 1rem;
  }
  .service-stages--bg {
    padding-top: 4rem;
  }
  .service-stages__title {
    margin-bottom: 2.5rem;
  }
  .service-stages__title--mb {
    margin-bottom: 1rem;
  }
  .service-stages__text {
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-bottom: 2.5rem;
  }
  .service-stages__list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .service-stages__item {
    padding-top: 2rem;
    padding-bottom: 3rem;
    padding-left: 2.75rem;
  }
  .service-stages__item:before {
    top: 2.25rem;
    left: 0;
    width: 1.75rem;
    height: 1.75rem;
  }
  .service-stages__item:last-child {
    padding-bottom: 3rem;
  }
  .service-stages__item--analytics {
    padding: 4.0625rem 1.25rem 1.3125rem;
  }
  .service-stages__item--analytics:last-child {
    padding-bottom: 1.3125rem;
  }
  .service-stages__item--analytics::before {
    top: 1.3125rem;
    left: 1.25rem;
  }
  .service-stages__name {
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-bottom: 0.75rem;
  }
  .service-stages__description {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.service-types {
  position: relative;
  z-index: 3;
}
.service-types__list {
  display: grid;
  row-gap: 0.25rem;
  grid-auto-flow: row;
  list-style: none;
}
.service-types__item {
  border-radius: 0.25rem;
  padding: 1.25rem 1rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-types__item:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-types__item + .animate__animated {
  opacity: 0;
}
.service-types__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  -webkit-font-feature-settings: "ordn" on, "cv11" on;
          font-feature-settings: "ordn" on, "cv11" on;
  margin-bottom: 1rem;
}
.service-types__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  -webkit-mask-size: 1.75rem 1.75rem;
          mask-size: 1.75rem 1.75rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left 0 center;
          mask-position: left 0 center;
  background-color: var(--bg-service-types-icon);
  padding-left: 2.1875rem;
}
.service-types__content {
  display: grid;
  row-gap: 1rem;
  margin-bottom: 1.25rem;
}
.service-types__content--grid {
  margin-bottom: 0;
}
.service-types__description {
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: -0.02em;
}
.service-types__components {
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}
.service-types__component {
  position: relative;
  font-size: 0.75rem;
  line-height: 1.25rem;
  padding-left: 1.125rem;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 0.5rem;
}
.service-types__component:before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #515B66;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.service-types__button {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--alpha-10);
  color: var(--color-text);
}
@media screen and (min-width: 768px) {
  .service-types__content {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
  .service-types__content--grid {
    grid-template-columns: auto;
  }
}
@media screen and (min-width: 1080px) {
  .service-types__list {
    row-gap: 0.5rem;
  }
  .service-types__item {
    padding: 2rem 1.75rem;
  }
  .service-types__title {
    gap: 0.75rem;
    font-size: 2rem;
    line-height: 2.75rem;
    margin-bottom: 1.5rem;
  }
  .service-types__icon {
    width: 2.5rem;
    height: 2.5rem;
    -webkit-mask-size: 2.5rem 2.5rem;
            mask-size: 2.5rem 2.5rem;
  }
  .service-types__content {
    margin-bottom: 0.75rem;
  }
  .service-types__content--grid {
    margin-bottom: 0;
  }
  .service-types__description {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .service-types__components {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .service-types__component {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 1.25rem;
  }
  .service-types__button {
    width: auto;
  }
}

.service-progress {
  position: relative;
  background: var(--bg-gradient-card);
  padding: 2.5rem 0 3.75rem 0;
  z-index: 2;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-progress:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-progress__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  row-gap: 1.5rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.service-progress__list--col, .service-progress__list--bitrix {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-progress__list--col .service-progress__item, .service-progress__list--bitrix .service-progress__item {
  max-width: none;
}
.service-progress__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 8px);
          flex: 0 1 calc(50% - 8px);
  max-width: 50%;
}
.service-progress__item--big {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
}
.service-progress__image {
  display: block;
  width: 10rem;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-bottom: 2rem;
}
.service-progress__head {
  white-space: nowrap;
  margin-bottom: 0.5rem;
}
.service-progress__num {
  font-size: 1.75rem;
  line-height: 2.5rem;
  letter-spacing: -0.04em;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-progress__num:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-progress__num--big {
  font-weight: 300;
  font-size: 5rem;
  line-height: 6.0625rem;
  letter-spacing: -0.08em;
}
.service-progress__word {
  font-size: 1.75rem;
  line-height: 2.5rem;
  letter-spacing: -0.04em;
  -webkit-font-feature-settings: "ordn" on, "cv11" on;
          font-feature-settings: "ordn" on, "cv11" on;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-progress__word:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-progress__text {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  color: var(--footer-icon-bg);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-progress__text:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-progress__text--big {
  color: var(--color-text);
}
.service-progress__text--wide {
  display: block;
  font-size: 1.75rem;
  line-height: 2.5rem;
  letter-spacing: -0.04em;
  white-space: normal;
}
.service-progress__text + .service-progress__text {
  margin-top: 0.75rem;
}
.service-progress__btn {
  width: 100%;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .service-progress {
    padding: 2.5rem 0 4rem 0;
  }
  .service-progress__list--col {
    margin-bottom: 2.25rem;
  }
  .service-progress__btn {
    width: auto;
  }
}
@media screen and (min-width: 1080px) {
  .service-progress {
    padding: 4rem 0 5rem 0;
  }
  .service-progress--career {
    margin-bottom: 4.375rem;
  }
  .service-progress__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
  .service-progress__list--col {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
    row-gap: 0.75rem;
    margin-bottom: 3.5rem;
  }
  .service-progress__list--bitrix {
    grid-template-columns: 1fr 32rem;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
    row-gap: 0;
    padding-bottom: 3rem;
  }
  .service-progress__list--bitrix .service-progress__item--big {
    grid-column: 1/2;
    grid-row: 1/span 3;
  }
  .service-progress__list--bitrix .service-progress__head {
    margin-bottom: 0.5rem;
  }
  .service-progress__list--career .service-progress__item {
    margin-top: 0;
  }
  .service-progress__list--career .service-progress__num, .service-progress__list--career .service-progress__word {
    font-weight: 300;
    font-size: 4rem;
    line-height: 5.125rem;
    letter-spacing: -0.16rem;
  }
  .service-progress__item {
    max-width: none;
    margin-top: 0rem;
  }
  .service-progress__item--big {
    grid-column: 1/span 2;
    grid-row: 1/span 2;
    max-width: none;
    margin-bottom: 0;
    margin-top: 0;
  }
  .service-progress__item--big.service-progress__item--col {
    grid-column: 1/2;
    grid-row: 1/span 3;
  }
  .service-progress__item--big + .service-progress__item {
    margin-top: 0;
  }
  .service-progress__head {
    margin-bottom: 1rem;
  }
  .service-progress__num {
    font-size: 3rem;
    line-height: 3.375rem;
  }
  .service-progress__num--big {
    font-size: 6rem;
    line-height: 7.25rem;
  }
  .service-progress__word {
    font-size: 3rem;
    line-height: 3.375rem;
  }
  .service-progress__text {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .service-progress__text--big {
    font-size: 1.5rem;
    line-height: 2.125rem;
    letter-spacing: -0.03rem;
  }
  .service-progress__text--wide {
    font-size: 2.5rem;
    line-height: 3.375rem;
    letter-spacing: -0.04em;
  }
  .service-progress__text--accent {
    font-family: "Golos", sans-serif;
    font-size: 2.5rem;
    line-height: 3.375rem;
    letter-spacing: -0.1rem;
    margin-top: 0 !important;
  }
}
@media screen and (min-width: 1440px) {
  .service-progress__list {
    grid-template-columns: 38.375rem 1fr;
    grid-auto-rows: auto;
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }
  .service-progress__list .service-progress__item--big {
    grid-column: 1;
    grid-row: 1/-1;
  }
  .service-progress__list .service-progress__item:not(.service-progress__item--big) {
    grid-column: 2;
  }
  .service-progress__list--career {
    grid-template-columns: 38.375rem 1fr;
  }
}

.service-cases--pt {
  padding-top: 2.5rem;
}
.service-cases__title {
  margin-bottom: 1.5rem;
}
.service-cases__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
  list-style: none;
  margin-bottom: 2rem;
}
.service-cases__card {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-cases__card:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-cases__link {
  display: block;
  height: 100%;
  padding: 1.25rem 1rem;
}
.service-cases__link--nda {
  cursor: default;
}
.service-cases__link--nda .service-cases__button {
  cursor: default;
}
.service-cases__image-block {
  margin-bottom: 1.5rem;
}
.service-cases__image {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  border: 0.199428px solid #070707;
  -webkit-box-shadow: 0 0 0.025rem rgba(0, 0, 0, 0.7), 0 0.5rem 0.75rem rgba(0, 0, 0, 0.3), 0 0.25rem 1.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.025rem rgba(0, 0, 0, 0.7), 0 0.5rem 0.75rem rgba(0, 0, 0, 0.3), 0 0.25rem 1.25rem rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}
.service-cases__name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-bottom: 0.5rem;
}
.service-cases__info {
  position: relative;
  height: auto;
  max-height: none;
  font-size: 1rem;
  line-height: 1.375rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
  overflow: hidden;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-cases__info:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-cases__info-text {
  margin-bottom: 0.5rem;
}
.service-cases__info-list {
  list-style-type: none;
  padding-left: 1rem;
}
.service-cases__info-item {
  position: relative;
}
.service-cases__info-item::after {
  content: "";
  display: block;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1rem;
  background: rgba(255, 255, 255, 0.8);
}
.service-cases__show-more {
  position: absolute;
  right: 0;
  bottom: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.3);
  z-index: 1;
  cursor: pointer;
  padding-left: 0.25rem;
}
.service-cases__button {
  padding: 1rem;
}
.service-cases__button--nda {
  opacity: 0.4;
}
.service-cases__btn-all {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service-cases__card {
    height: 15.8125rem;
  }
  .service-cases__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .service-cases__image-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21.875rem;
            flex: 0 0 21.875rem;
    max-width: 21.875rem;
    margin-bottom: 0;
  }
  .service-cases__content {
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .service-cases__info {
    padding-right: 2.5rem;
  }
  .service-cases__button {
    margin-top: auto;
  }
}
@media screen and (min-width: 1080px) {
  .service-cases-list {
    margin-bottom: 5.5rem;
  }
  .service-cases--pt {
    padding-top: 4rem;
  }
  .service-cases__card {
    height: 22.0625rem;
  }
  .service-cases__link {
    padding: 2rem 1.75rem;
  }
  .service-cases__image-block {
    -ms-flex-preferred-size: 29.625rem;
        flex-basis: 29.625rem;
    max-width: 29.625rem;
  }
  .service-cases__info {
    padding-right: 3.125rem;
  }
  .service-cases__name {
    font-size: 2rem;
    line-height: 2.75rem;
    letter-spacing: -0.04em;
  }
  .service-cases__info, .service-cases__info-text {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .service-cases__button {
    padding: 1.1875rem 1.5rem;
  }
  .service-cases__btn-all {
    width: auto;
    font-size: 1.5rem;
    line-height: 2.125rem;
    padding: 1.4375rem 2rem;
  }
  .service-cases__btn-all::after {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .service-cases__card {
    height: 28.75rem;
  }
  .service-cases__image-block {
    -ms-flex-preferred-size: 40.625rem;
        flex-basis: 40.625rem;
    max-width: 40.625rem;
  }
  .service-cases__info {
    padding-right: 0;
  }
}

.service-possibilities {
  overflow: hidden;
}
.service-possibilities__title, .service-possibilities__header {
  margin-bottom: 1.5rem;
}
.service-possibilities__tabs-slider {
  margin: 0;
  overflow: visible;
}
.service-possibilities__list {
  border: 0.0625rem solid var(--bg-article-hover);
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
}
.service-possibilities__list:hover {
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
}
.service-possibilities__item:not(:last-child) {
  border-bottom: 0.0625rem solid var(--bg-article-hover);
}
.service-possibilities__plash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .service-possibilities__title, .service-possibilities__header {
    margin-bottom: 2rem;
  }
}

.service-possibility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: var(--bg-service-possibility);
  padding: 1.25rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-possibility:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-possibility--pointer {
  cursor: pointer;
}
.service-possibility__name {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: -0.02em;
  color: var(--color-text);
  background-position: top 0 left 0;
  background-size: 1.75rem 1.75rem;
  background-repeat: no-repeat;
  margin-right: 1.5rem;
  padding-left: 2.25rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-possibility__name:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-possibility__close {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--alpha-10);
  border-radius: 50%;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-possibility__close:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-possibility__close::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-mask-image: url("../images//svg/plus.svg");
          mask-image: url("../images//svg/plus.svg");
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 1.5rem;
          mask-size: 1.5rem;
  background-color: var(--color-text);
}
.service-possibility__sublist {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-height: 0;
  opacity: 0;
  list-style: disc;
  padding-left: 2.75rem;
  padding-right: 3.875rem;
  margin-bottom: 0;
  margin-top: 0;
  pointer-events: none;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.service-possibility__item {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  color: var(--alpha-80);
  margin-left: 0.75rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-possibility__item:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-possibility.open {
  background: var(--bg-service-possibility-open);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-possibility.open:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-possibility.open .service-possibility__close {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.service-possibility.open .service-possibility__sublist {
  margin-bottom: 0.25rem;
  margin-top: 0.75rem;
  max-height: 100%;
  opacity: 1;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
@media screen and (min-width: 1080px) {
  .service-possibility {
    min-height: 6.5625rem;
    padding: 1.5rem 2rem;
  }
  .service-possibility__name {
    font-size: 1.5rem;
    line-height: 2.125rem;
    background-size: 2.5rem 2.5rem;
    background-position: top -3px left 0;
    padding-left: 3.5rem;
  }
  .service-possibility__close {
    width: 3.5rem;
    height: 3.5rem;
  }
  .service-possibility__sublist {
    padding-left: 3.5rem;
    padding-right: 6.125rem;
  }
  .service-possibility__item {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-left: 2rem;
    padding-left: 0.25rem;
  }
}
.service-possibility.open .service-possibility__sublist {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.service-solutions {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
  background-color: var(--bg-card);
}
.service-solutions__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2rem 0;
}
.service-solutions__section:first-child {
  padding-top: 0;
}
.service-solutions__section:last-child {
  padding-bottom: 0;
}
.service-solutions__section:not(:last-child) {
  border-bottom: 1px solid #515B66;
}
.service-solutions__subtitle {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.service-solutions__list {
  display: grid;
  grid-auto-flow: row;
  row-gap: 0.75rem;
  list-style: none;
}
.service-solutions__item {
  position: relative;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  padding-left: 2rem;
}
.service-solutions__item::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.125rem;
  background-color: #515B66;
  position: absolute;
  left: 0;
  top: 0.625rem;
}
.service-solutions__text {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 1rem;
}
.service-solutions__technologies {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.service-solutions__technology-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: var(--bg-swiper-button-hover);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
}
@media screen and (min-width: 1080px) {
  .service-solutions {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .service-solutions__section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 3rem 0;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .service-solutions__subtitle {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.75rem;
    letter-spacing: -0.04em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21.875rem;
            flex: 0 0 21.875rem;
    max-width: 21.875rem;
    margin-bottom: 0rem;
  }
  .service-solutions__item {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .service-solutions__text {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .service-solutions__technologies {
    gap: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1440px) {
  .service-solutions__subtitle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25rem;
            flex: 0 0 25rem;
    max-width: 25rem;
  }
}

.service-payment {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--color-border-service-stage);
}
.service-payment--mb {
  margin-top: 2.5rem;
}
.service-payment--no-pb {
  padding-bottom: 0;
  border-bottom: none;
}
.service-payment__title {
  margin-bottom: 1.5rem;
}
.service-payment__paragraph {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375rem;
  color: var(--alpha-80);
  margin-bottom: 0.5rem;
}
.service-payment__list {
  display: grid;
  row-gap: 1.5rem;
  list-style: none;
  margin-top: 1.5rem;
}
.service-payment__list--column .service-payment__item--line:first-child {
  border-top: none;
  padding-top: 0;
}
.service-payment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.service-payment__item-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #222528;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: var(--color-marker-service-stage);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.service-payment__item-heading {
  font-family: "Golos", sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.02em;
}
.service-payment__item-text {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  color: #9FA9B4;
}
.service-payment__item-text:not(:empty) {
  margin-top: 0.75rem;
}
.service-payment__item--line {
  border-top: 1px solid var(--color-border-service-stage);
  padding-top: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 1080px) {
  .service-payment {
    padding-bottom: 4rem;
  }
  .service-payment--mb {
    margin-top: 5.5rem;
  }
  .service-payment--no-pb {
    padding-bottom: 0;
  }
  .service-payment__paragraph {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .service-payment__list {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    margin-top: 2rem;
    row-gap: 2.5rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .service-payment__list--column {
    grid-template-columns: none;
  }
  .service-payment__item-heading {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .service-payment__item-text {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.service-develop {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--color-border-service-stage);
  border-radius: 0;
}
.service-develop--bg {
  background-color: var(--bg-card);
  border-bottom: none;
  border-radius: 0.25rem;
}
.service-develop__title {
  margin-bottom: 1.5rem;
}
.service-develop__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  list-style: none;
  gap: 1.5rem;
}
.service-develop__item {
  background-size: 3.5rem;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 4.25rem;
  text-align: center;
}
.service-develop__item--left {
  background-position: top left;
  text-align: left;
}
.service-develop__name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0.5rem;
}
.service-develop__text {
  font-size: 1rem;
  line-height: 1.375rem;
}
.service-develop__text--color--gray {
  color: #9FA9B4;
}
@media screen and (min-width: 768px) {
  .service-develop__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .service-develop {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .service-develop__title {
    margin-bottom: 2.5rem;
  }
  .service-develop__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
  }
  .service-develop__list--rows {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-develop__item {
    background-size: 4.5rem;
    padding-top: 5.75rem;
  }
  .service-develop__name {
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-bottom: 0.75rem;
  }
  .service-develop__text {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .service-develop__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-develop__list--rows {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-develop__list--rows--two {
    grid-template-columns: repeat(2, 1fr);
  }
}

.service-benefits {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}
.service-benefits__heading {
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: -0.03rem;
  margin-bottom: 1.5rem;
}
.service-benefits__list {
  display: grid;
  gap: 0.5rem;
  list-style: none;
}
.service-benefits__card {
  background-color: var(--bg-card);
  border-radius: 0.25rem;
  padding: 1rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-benefits__card:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-benefits__card:last-child {
  background-color: rgba(0, 107, 240, 0.4);
}
.service-benefits__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.service-benefits__num {
  color: #515B66;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: -0.1rem;
}
.service-benefits__image {
  display: block;
  width: 5rem;
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-benefits__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.service-benefits__name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-benefits__name:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-benefits__text {
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: -0.015rem;
}
@media screen and (min-width: 768px) {
  .service-benefits__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
  }
}
@media screen and (min-width: 1080px) {
  .service-benefits {
    padding-top: 4rem;
  }
  .service-benefits__heading {
    font-size: 2.5rem;
    line-height: 3.375rem;
    letter-spacing: -0.1rem;
    margin-bottom: 2.5rem;
  }
  .service-benefits__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .service-benefits__card {
    padding: 1.5rem;
  }
  .service-benefits__card:nth-child(1) {
    grid-column: 1/4;
    grid-row: 1/2;
  }
  .service-benefits__card:nth-child(2) {
    grid-column: 1/4;
    grid-row: 2/3;
  }
  .service-benefits__card:nth-child(3) {
    grid-column: 1/4;
    grid-row: 3/4;
  }
  .service-benefits__card:last-child {
    grid-column: 4/5;
    grid-row: 1/4;
  }
  .service-benefits__head {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    margin-bottom: 0;
  }
  .service-benefits__num {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
  .service-benefits__image {
    width: 10rem;
    height: 10rem;
  }
  .service-benefits__name {
    font-size: 1.75rem;
    line-height: 2.5rem;
    letter-spacing: -0.07rem;
  }
  .service-benefits__text {
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: -0.025rem;
    padding-right: 0.3125rem;
  }
}

.service-about {
  position: relative;
  background: var(--bg-card);
  padding: 2.5rem 0;
  overflow: hidden;
  z-index: 2;
}
.service-about::after {
  content: "";
  display: block;
  width: 27.25rem;
  height: 26.3125rem;
  border-radius: 50%;
  background: rgba(0, 156, 255, 0.1411764706);
  -webkit-filter: blur(90px);
          filter: blur(90px);
  position: absolute;
  bottom: -8.125rem;
  right: -3rem;
  pointer-events: none;
  z-index: -1;
}
.service-about__wrapper {
  display: grid;
  gap: 32px;
}
.service-about__title {
  margin-bottom: 1rem;
}
.service-about__text {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0;
}
.service-about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  aspect-ratio: 326/340;
  max-height: 21.25rem;
}
.service-about__img img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .service-about__wrapper {
    grid-template-columns: 1fr 20.375rem;
  }
  .service-about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-about__img {
    margin-top: 0;
  }
}
@media screen and (min-width: 1080px) {
  .service-about {
    padding: 3rem 0;
  }
  .service-about__wrapper {
    gap: 49px;
  }
  .service-about__title {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
  .service-about__text {
    font-size: 1.5rem;
    line-height: 2.125rem;
    letter-spacing: -0.48px;
  }
}
.service-capability {
  position: relative;
  padding: 2.5rem 0;
  overflow: hidden;
}
.service-capability__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.service-capability__title {
  margin-bottom: 0;
}
.service-capability__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.service-capability__nav-btn {
  height: 2.5rem !important;
  width: 2.5rem !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: auto;
  right: auto;
  z-index: 1;
}
.service-capability__nav-btn.swiper-button--prev::after {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.service-capability__nav-btn.swiper-button--next::after {
  -webkit-transform: none;
          transform: none;
}
.service-capability__nav-btn::after {
  background: url("../images/svg/chevron.svg") center center/24px 24px no-repeat;
}
.service-capability__slider {
  overflow: visible;
}
.service-capability__slider:not(.swiper-initialized) .service-capability__item:not(:last-child) {
  margin-right: 0.5rem;
}
.service-capability__slider-wrap {
  counter-reset: counter;
}
.service-capability__item {
  counter-increment: counter;
  width: 19rem;
  border-top: 0.125rem solid var(--color-border-service-stage);
  padding-top: 1.5rem;
  padding-left: 2.75rem;
}
.service-capability__item:before {
  content: counter(counter);
  position: absolute;
  top: 1.75rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  background: #222528;
  border-radius: 50%;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: var(--color-marker-service-stage);
}
.service-capability__item:not(.swiper-slide-visible) .service-capability__desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-capability__name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: -0.4px;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.service-capability__desc {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.32px;
  margin: 0;
  color: #9FA9B4;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.service-capability__desc:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
@media screen and (min-width: 1080px) {
  .service-capability {
    padding: 4rem 0;
  }
  .service-capability__header {
    margin-bottom: 2.5rem;
  }
  .service-capability__item {
    padding-top: 2rem;
  }
  .service-capability__item::before {
    top: 2.25rem;
  }
  .service-capability__name {
    font-size: 1.5rem;
    line-height: 2.125rem;
    letter-spacing: -0.8px;
  }
  .service-capability__desc {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: -0.36px;
  }
}

.service-educ-types {
  padding: 2.5rem 0 0;
}
.service-educ-types__title {
  text-align: center;
  margin-bottom: 2rem;
}
.service-educ-types__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.service-educ-types__tabs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.service-educ-types__tab {
  background-color: var(--alpha-10);
  color: var(--color-text);
  border: none;
  white-space: nowrap;
}
.service-educ-types__tab:not(:last-child) {
  margin-right: 0;
}
.service-educ-types__tab.active {
  background-color: var(--color-text);
  color: var(--reverse-color-text);
}
.service-educ-types__image-box {
  aspect-ratio: 720/448;
  border-radius: 0.75rem;
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-height: 448px;
  padding: 0;
  max-width: 720px;
  border: 0.0625rem solid rgba(27, 42, 58, 0.1);
}
.service-educ-types__picture {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1080px) {
  .service-educ-types {
    padding: 4rem 0 0;
  }
  .service-educ-types__title {
    margin-bottom: 2.5rem;
  }
  .service-educ-types__tabs {
    margin-bottom: 2.5rem;
  }
}

.service-competencies {
  background: var(--bg-gradient-card);
  padding: 2.5rem 0;
}
.service-competencies__title {
  margin-bottom: 1.5rem;
}
.service-competencies__list {
  list-style: none;
}
.service-competencies__item {
  display: grid;
  gap: 0.75rem;
  border-bottom: 1px solid var(--color-gray-icon2);
  padding: 1.5rem 0;
}
.service-competencies__item:first-child {
  padding-top: 0;
}
.service-competencies__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.service-competencies__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-competencies__image-wrap {
  display: block;
  width: 100%;
  max-width: 19rem;
  height: 100%;
  max-height: 5.3125rem;
  margin-bottom: 0.5rem;
}
.service-competencies__name {
  font-family: "Golos", sans-serif;
  margin: 0;
}
.service-competencies__description {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  margin: 0;
}
@media screen and (min-width: 1080px) {
  .service-competencies {
    padding: 4rem 0;
  }
  .service-competencies__title {
    margin-bottom: 3rem;
  }
  .service-competencies__item {
    grid-template-columns: 19rem 1fr;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    padding: 3rem 0;
  }
  .service-competencies__image-wrap {
    grid-row: span 2;
    margin-bottom: 0;
  }
  .service-competencies__description {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: -0.0225rem;
  }
}
@media screen and (min-width: 1440px) {
  .service-competencies__item {
    -webkit-column-gap: 7rem;
       -moz-column-gap: 7rem;
            column-gap: 7rem;
  }
}

.service-integration {
  padding-top: 3rem;
}
.service-integration__header {
  margin-bottom: 2rem;
}
.service-integration__heading {
  margin-top: 0;
  margin-bottom: 1rem;
}
.service-integration__subtitle {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  max-width: 38.5rem;
  margin: 0;
}
.service-integration__cards {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, calc(50% - 4px));
  list-style: none;
}
.service-integration__item {
  border-radius: 0.5rem;
  background-color: var(--bg-card);
  background-position: top 32px center;
  background-repeat: no-repeat;
  background-size: 4.5rem 4.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: -0.0225rem;
  padding: 7.75rem 1rem 2rem;
}
@media screen and (max-width: 400px) {
  .service-integration__cards {
    grid-template-columns: auto;
  }
}
@media screen and (min-width: 1080px) {
  .service-integration {
    padding-top: 5.5rem;
  }
  .service-integration__cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-integration__item {
    padding-inline: 1.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .service-integration__cards {
    grid-template-columns: repeat(5, 1fr);
  }
}

.privacy-policy {
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
}
.privacy-policy__title {
  margin-bottom: 1.5rem;
}
.privacy-policy__text {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1080px) {
  .privacy-policy {
    margin-bottom: 4rem;
  }
  .privacy-policy__title {
    margin-bottom: 2.5rem;
  }
  .privacy-policy__text {
    margin-bottom: 1.5rem;
  }
}

.articles__title {
  margin-bottom: 1.5rem;
}
.articles__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  gap: 0.25rem;
}
.articles__item {
  height: 15.3125rem;
  background: var(--bg-card);
  border-radius: 0.25rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.articles__item:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.articles__item:hover {
  background: var(--bg-article-hover);
}
.articles__item:hover .articles__logo {
  background-color: var(--bg-card);
}
.articles__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem 1rem;
}
.articles__name {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.articles__description {
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
.articles__logo {
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--bg-article-logo);
  border-radius: 0.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2.1875rem auto;
  margin-top: auto;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.articles__logo:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
@media screen and (min-width: 768px) {
  .articles__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1080px) {
  .articles__title {
    margin-bottom: 3rem;
  }
  .articles__item {
    height: 20rem;
  }
  .articles__link {
    padding: 2rem 1.5rem;
  }
  .articles__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .articles__name {
    max-width: 16rem;
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-bottom: 1rem;
  }
  .articles__description {
    max-width: 16rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .articles__logo {
    width: 4.5rem;
    height: 4.5rem;
    background-size: 2.8125rem auto;
  }
}
@media screen and (min-width: 1440px) {
  .articles__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.reviews {
  padding-top: 3rem;
}
.reviews__title {
  margin-bottom: 1.5rem;
}
.reviews__slider {
  overflow: visible;
}
.reviews__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  height: 100% !important;
}
.reviews__card {
  background: var(--gradient-contacts-block);
  border-radius: 0.25rem;
  padding: 1.25rem 1rem;
  opacity: 0.15;
  height: 100%;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviews__card:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.reviews__card.swiper-slide-active {
  opacity: 1;
}
.reviews__quote {
  display: block;
  margin-bottom: 1.5rem;
  cursor: default;
}
.reviews__quote::before, .reviews__quote::after {
  display: none;
}
.reviews__quote-paragraph {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 0.5rem;
}
.reviews__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 1rem;
}
.reviews__person {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.reviews__post {
  color: #9FA9B4;
}
.reviews__button {
  color: var(--color-text);
  background-color: var(--bg-reviews-button);
  gap: 0.25rem;
}
.reviews__button img {
  width: 0;
  height: 0;
}
.reviews__navigation {
  display: none;
}
@media screen and (min-width: 768px) {
  .reviews__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media screen and (min-width: 1080px) {
  .reviews {
    padding-top: 4rem;
  }
  .reviews__title {
    margin-bottom: 2.5rem;
  }
  .reviews__card {
    padding: 2.5rem 2rem;
  }
  .reviews__quote-paragraph {
    font-size: 1.5rem;
    line-height: 2.125rem;
    margin-bottom: 0.75rem;
  }
  .reviews__footer {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
  .reviews__person {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .reviews__button {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .reviews:hover .reviews__navigation {
    opacity: 1;
  }
  .reviews__navigation {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    opacity: 0;
    z-index: 100;
    pointer-events: none;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
  .reviews__navigation:hover {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
  .reviews__card::after {
    content: "»";
    font-size: 12.5rem;
    line-height: 5.125rem;
    letter-spacing: -0.04em;
    -webkit-font-feature-settings: "cv11" on, "ordn" on;
            font-feature-settings: "cv11" on, "ordn" on;
    color: rgba(49, 54, 58, 0.5019607843);
    position: absolute;
    bottom: 3.4375rem;
    right: 2rem;
  }
}

.project-stages {
  background: var(--bg-gradient-card);
  padding: 3rem 0;
  margin-bottom: 3rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.project-stages:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.project-stages--big .project-stages__block {
  width: 77rem;
}
.project-stages--lms .project-stages__block {
  width: 80.625rem;
}
.project-stages--lms .project-stages__grid {
  height: 16.75rem;
  background-size: cover;
}
.project-stages__title {
  margin-bottom: 1.5rem;
}
.project-stages__wrapper {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: var(--alpha-10) var(--alpha-10);
  scrollbar-width: thin;
  padding-bottom: 1rem;
  margin: 0 -1rem;
}
.project-stages__wrapper::-webkit-scrollbar-track {
  border-radius: 0.625rem;
  background-color: var(--alpha-10);
  margin-left: 1rem;
  margin-right: 1rem;
}
.project-stages__wrapper::-webkit-scrollbar {
  height: 0.5rem;
  border-radius: 0.625rem;
  background-color: transparent;
}
.project-stages__wrapper::-webkit-scrollbar-thumb {
  border-radius: 0.625rem;
  background-color: var(--alpha-20);
}
.project-stages__block {
  width: 57.5rem;
  padding: 0 1rem 3.125rem;
}
.project-stages__block--bitrix {
  padding-bottom: 0;
}
.project-stages__block--bitrix .project-stages__grid {
  height: 9.0625rem;
}
.project-stages__info-row {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1.5rem;
}
.project-stages__start {
  color: #9FA9B4;
  margin-right: auto;
}
.project-stages__hint {
  position: -webkit-sticky;
  position: sticky;
  right: 1rem;
  color: #515B66;
  margin-right: 8px;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.project-stages__hint:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.project-stages__middle {
  display: none;
  color: #515B66;
}
.project-stages__end {
  color: #9FA9B4;
}
.project-stages__grid {
  position: relative;
  width: 100%;
  height: 14.5rem;
  background-image: url("../images/svg/grid.svg");
  background-position: top 0 left 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.project-stages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 0.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  list-style: none;
}
.project-stages__item {
  position: relative;
}
.project-stages__item.is-active .project-stages__plash {
  background-color: #FFFFFF;
  color: #181A1C;
}
.project-stages__item.is-active .project-stages__tooltip {
  opacity: 1;
  visibility: visible;
}
.project-stages__item:first-child .project-stages__tooltip {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.project-stages__item:last-child .project-stages__plash {
  background-color: #006BF0;
  color: #FFFFFF;
}
.project-stages__item:last-child.is-active .project-stages__plash {
  background-color: #FFFFFF;
  color: #181A1C;
}
.project-stages__item--1 {
  width: 9.5625rem;
  left: 1.5625rem;
}
.project-stages__item--2 {
  width: 13.8125rem;
  left: 7rem;
}
.project-stages__item--3 {
  width: 22.0625rem;
  left: 12.1875rem;
}
.project-stages__item--4 {
  width: 30.25rem;
  left: 17.3125rem;
}
.project-stages__item--5 {
  width: 32.6875rem;
  left: 17.3125rem;
}
.project-stages__item--6 {
  width: 6.5625rem;
  left: 27.6875rem;
}
.project-stages__item--7 {
  width: 4rem;
  left: 54.75rem;
}
.project-stages__item--dev-1 {
  width: 31rem;
}
.project-stages__item--dev-2 {
  width: 38.625rem;
  left: 13rem;
}
.project-stages__item--dev-3 {
  width: 36.0625rem;
  left: 20.75rem;
}
.project-stages__item--dev-4 {
  width: 33.4375rem;
  left: 25.9375rem;
}
.project-stages__item--dev-5 {
  width: 33.4375rem;
  left: 25.9375rem;
}
.project-stages__item--dev-6 {
  width: 9.875rem;
  left: 59.5625rem;
}
.project-stages__item--dev-6 .project-stages__plash {
  background-color: #006BF0;
  color: #FFFFFF;
}
.project-stages__item--dev-6.is-active .project-stages__plash {
  background-color: #FFFFFF;
}
.project-stages__item--dev-7 {
  width: 15.4375rem;
  left: 59.5625rem;
}
.project-stages__item--dev-7 .project-stages__plash {
  background-color: #333A41 !important;
}
.project-stages__item--dev-7.is-active .project-stages__plash {
  background-color: #FFFFFF !important;
}
.project-stages__item--lms-1 {
  width: 15.9375rem;
}
.project-stages__item--lms-2 {
  width: 15.5625rem;
  left: 2.8125rem;
}
.project-stages__item--lms-3 {
  width: 19.8125rem;
  left: 5rem;
}
.project-stages__item--lms-4 {
  width: 18.9375rem;
  left: 21.5625rem;
}
.project-stages__item--lms-5 {
  width: 30.875rem;
  left: 32.5rem;
}
.project-stages__item--lms-6 {
  width: 24.125rem;
  left: 39.25rem;
}
.project-stages__item--lms-7 {
  width: 14.5rem;
  left: 48.875rem;
}
.project-stages__item--lms-8 {
  width: 11.375rem;
  left: 63.4375rem;
}
.project-stages__item--bitrix-1 {
  width: 22.125rem;
}
.project-stages__item--bitrix-2 {
  width: 17.5625rem;
  left: 22rem;
}
.project-stages__item--bitrix-3 {
  width: 17.5625rem;
  left: 39.6875rem;
}
.project-stages__item--bitrix-4 {
  width: 17.5rem;
  left: 57.4375rem;
}
.project-stages__plash {
  position: relative;
  width: 100%;
  background-color: var(--bg-project-stages-plash);
  white-space: nowrap;
  padding: 0.25rem 0.75rem;
  cursor: pointer;
  text-transform: none;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.project-stages__plash:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.project-stages__plash--cursor-default {
  cursor: default;
}
.project-stages__plash:hover {
  background-color: var(--bg-hover-project-stages-plash);
}
.project-stages__tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding: 0.5rem 0.75rem;
  background: #9FA9B4;
  border-radius: 0.25rem;
  z-index: 4;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.project-stages__tooltip:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.project-stages__tooltip--dev {
  width: 25.25rem;
}
.project-stages__tooltip:before {
  content: "";
  -webkit-mask: url("../images/svg/tip.svg") center center/contain no-repeat;
          mask: url("../images/svg/tip.svg") center center/contain no-repeat;
  background-color: #9FA9B4;
  width: 1.5625rem;
  height: 0.5rem;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.project-stages__tooltip-name {
  color: #515B66;
  white-space: nowrap;
  font-size: 0.5625rem;
  line-height: 1.25rem;
}
.project-stages__tooltip-info {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #181A1C;
  white-space: nowrap;
  margin-top: -0.125rem;
}
.project-stages__tooltip-info--wrap {
  white-space: normal;
}
.project-stages__tooltip-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .project-stages__wrapper {
    margin: 0 -1.625rem;
  }
  .project-stages__wrapper::-webkit-scrollbar-track {
    margin-left: 1.625rem;
    margin-right: 1.625rem;
  }
  .project-stages__block {
    padding: 0 1.625rem 3.125rem;
  }
  .project-stages__hint {
    right: 1.625rem;
  }
}
@media screen and (min-width: 1080px) {
  .project-stages {
    padding: 4rem 0 2rem;
    margin-bottom: 5.625rem;
  }
  .project-stages--big .project-stages__block {
    width: 82rem;
  }
  .project-stages--lms .project-stages__block {
    width: 84.25rem;
  }
  .project-stages--lms .project-stages__grid {
    height: 25.5rem;
    background-size: cover;
  }
  .project-stages__wrapper {
    padding-bottom: 1.5rem;
    margin: 0 -3.5rem;
  }
  .project-stages__wrapper::-webkit-scrollbar-track {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .project-stages__block {
    width: 77.5rem;
    padding: 0 3.5rem 3.125rem;
  }
  .project-stages__block--bitrix {
    padding-bottom: 0;
  }
  .project-stages__block--bitrix .project-stages__grid {
    height: 13.5rem;
  }
  .project-stages__hint {
    right: 3.5rem;
  }
  .project-stages__grid {
    height: 22.5rem;
  }
  .project-stages__list {
    row-gap: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .project-stages__item--1 {
    width: 13.5625rem;
    left: 2.25rem;
  }
  .project-stages__item--2 {
    width: 25.3125rem;
    left: 7.6875rem;
  }
  .project-stages__item--3 {
    width: 35.625rem;
    left: 12.875rem;
  }
  .project-stages__item--4 {
    width: 40.8125rem;
    left: 18rem;
  }
  .project-stages__item--5 {
    width: 56.3125rem;
    left: 18rem;
  }
  .project-stages__item--6 {
    width: 45.9375rem;
    left: 28.375rem;
  }
  .project-stages__item--7 {
    width: 5.1875rem;
    left: 74.875rem;
  }
  .project-stages__plash {
    padding: 0.375rem 0.75rem 0.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .project-stages__item--1 {
    left: 0rem;
  }
  .project-stages__item--2 {
    left: 5.4375rem;
  }
  .project-stages__item--3 {
    left: 10.625rem;
  }
  .project-stages__item--4 {
    left: 15.75rem;
  }
  .project-stages__item--5 {
    left: 15.75rem;
  }
  .project-stages__item--6 {
    left: 26.125rem;
  }
  .project-stages__item--7 {
    left: 72.625rem;
  }
  .project-stages__info-row--dev {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .project-stages__info-row--dev .project-stages__start {
    margin-right: 0 !important;
  }
  .project-stages__hint {
    display: none;
  }
  .project-stages__middle {
    display: block;
  }
}

.project-stages__item--dev-1,
.project-stages__item--1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: 0.3s;
          animation-direction: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.project-stages__item--dev-2,
.project-stages__item--2 {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
  -webkit-animation-direction: 0.3s;
          animation-direction: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.project-stages__item--dev-3,
.project-stages__item--3 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-direction: 0.3s;
          animation-direction: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.project-stages__item--dev-4,
.project-stages__item--4 {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  -webkit-animation-direction: 0.3s;
          animation-direction: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.project-stages__item--dev-5,
.project-stages__item--5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-direction: 0.3s;
          animation-direction: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.project-stages__item--dev-6,
.project-stages__item--6 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  -webkit-animation-direction: 0.3s;
          animation-direction: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.project-stages__item--dev-7,
.project-stages__item--7 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-direction: 0.3s;
          animation-direction: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.project-stages__item--dev-1,
.project-stages__item--1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.page-404 {
  height: 100vh;
  background-color: var(--bg-intro-block);
  background-position: center right -250px;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden !important;
}
.page-404__wrap {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 2;
  padding: 4.5rem 0;
}
.page-404__title {
  max-width: 15.625rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-404__text {
  max-width: 40.625rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: var(--color-text-secondary);
  margin-bottom: 2.5rem;
}
.page-404__link {
  margin-top: auto;
}
.page-404__headline {
  height: 100vh;
  max-height: 100vh;
  max-width: 100vw;
  position: absolute;
  left: 0;
  width: 194.75rem;
  font-family: "GT-Eesti-Pro-Display", sans-serif;
  font-weight: 400;
  font-size: 44.375rem;
  line-height: 51.4375rem;
  letter-spacing: -0.11em;
  -webkit-font-feature-settings: "calt" off;
          font-feature-settings: "calt" off;
  text-shadow: 0 1px 2px rgba(68, 68, 68, 0.15), 0 0px 32px rgba(255, 255, 255, 0.02);
  -webkit-transform: rotateZ(360deg);
          transform: rotateZ(360deg);
  will-change: transform;
  background: rgba(167, 167, 167, 0.04);
  -webkit-clip-path: url(#lockup-headline-mask-path);
          clip-path: url(#lockup-headline-mask-path);
}
@media screen and (min-width: 768px) {
  .page-404 {
    background-position: 0 right;
  }
}
@media screen and (min-width: 1080px) {
  .page-404 {
    background-position: top 0 right;
  }
  .page-404__wrap:before {
    font-size: 38.75rem;
    line-height: 100vh;
    top: 0;
  }
  .page-404__title {
    max-width: 28.125rem;
  }
  .page-404__text {
    max-width: 37.5rem;
  }
  .page-404__headline {
    width: 271.1875rem;
    height: 71.625rem;
    font-size: 61.75rem;
    line-height: 71.6875rem;
  }
}
@media screen and (min-width: 1440px) {
  .page-404 {
    background-position: center right;
  }
}
@supports ((-webkit-backdrop-filter: blur(30px)) or (backdrop-filter: blur(30px))) {
  .page-404 .visually-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .page-404 .page-404__headline {
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    background: rgba(167, 167, 167, 0.04);
    -webkit-clip-path: url(#headline-mask-path);
            clip-path: url(#headline-mask-path);
  }
}

.form-files__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form-files__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 3.5rem;
  background-color: var(--alpha-5);
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  gap: 1.5rem;
  margin-top: 0.375rem;
}
.form-files__item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: -0.02em;
}
.form-files__item-size {
  font-size: 0.625rem;
  line-height: 1.125rem;
  -webkit-font-feature-settings: "ordn" on;
          font-feature-settings: "ordn" on;
  color: var(--alpha-40);
}
.form-files__item-name {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: var(--color-text);
}
.form-files__item-delete {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../images/svg/trash-delete-bin.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form-files__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
  .form-files__item {
    width: auto;
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 1080px) {
  .form-files__item {
    height: 5rem;
    border-radius: 0.25rem;
    padding: 1rem 2rem;
    margin-top: 1rem;
  }
  .form-files__item-size {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin-bottom: 0.125rem;
  }
  .form-files__item-name {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.achievements__title {
  margin-bottom: 1.5rem;
}
.achievements__grid {
  display: grid;
  grid-auto-flow: row;
  gap: 0.25rem;
  list-style: none;
}
.achievements__card {
  position: relative;
  min-height: 14rem;
  background: var(--bg-card);
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.achievements__card--training {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.achievements__card--sites {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.achievements__card--wda, .achievements__card--wda-design {
  height: 28rem;
}
.achievements__card--design .achievements__image {
  position: absolute;
  right: 0;
}
.achievements__card--reliability .achievements__heading {
  font-size: 2.5rem;
  line-height: 3.375rem;
}
.achievements__card--reliability::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../images/design/reliability-bg.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.achievements__card-inner {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem 1rem 1rem 1.25rem;
}
.achievements__card-inner--image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.achievements__card-inner--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.achievements__heading {
  font-weight: 300;
  font-size: 4rem;
  line-height: 5.125rem;
  letter-spacing: -0.04em;
  -webkit-font-feature-settings: "cv11" on, "ordn" on;
          font-feature-settings: "cv11" on, "ordn" on;
  background: var(--text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 1.25rem;
}
.achievements__heading--small {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3.375rem;
}
.achievements__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-top: auto;
}
.achievements__text {
  color: var(--color-text);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.achievements__year {
  background: var(--text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.achievements__image {
  max-width: 100%;
  height: auto;
}
.achievements__image--wda {
  width: 14rem !important;
  height: auto !important;
}
.achievements__button {
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .achievements__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 224px);
  }
  .achievements__card--training, .achievements__card--design {
    grid-column: 1/4;
    grid-row: 1/2;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .achievements__card--web, .achievements__card--runet-rating {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .achievements__card--sites {
    grid-column: 1/2;
    grid-row: 3/4;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .achievements__card--tagline {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .achievements__card--wda, .achievements__card--wda-design {
    height: 100%;
    grid-column: 3/4;
    grid-row: 2/4;
  }
  .achievements__card--reliability {
    grid-column: 2/4;
    grid-row: 4/5;
  }
  .achievements__card--reliability .achievements__heading {
    font-size: 5rem;
    line-height: 6.0625rem;
    line-height: -0.4rem;
  }
  .achievements__image--wda {
    width: 10.25rem;
  }
}
@media screen and (min-width: 1080px) {
  .achievements--big-mb {
    margin-bottom: 5.875rem;
  }
  .achievements__title {
    margin-bottom: 3rem;
  }
  .achievements__title--mb-sm {
    margin-bottom: 2rem;
  }
  .achievements__heading {
    font-size: 5rem;
    line-height: 6.0625rem;
    letter-spacing: -0.08em;
  }
  .achievements__heading--small {
    font-size: 3rem;
    line-height: 3.375rem;
    letter-spacing: -0.04em;
  }
  .achievements__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 224px);
    gap: 0.5rem;
  }
  .achievements__card-inner {
    padding: 1.5rem 1.4375rem 1.5rem 2rem;
  }
  .achievements__card--training {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .achievements__card--web {
    grid-column: 2/4;
    grid-row: 2/3;
  }
  .achievements__card--sites {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .achievements__card--tagline {
    grid-column: 3/4;
    grid-row: 1/2;
  }
  .achievements__card--wda, .achievements__card--wda-design {
    grid-column: 4/5;
    grid-row: 1/3;
  }
  .achievements__card--design {
    grid-column: 1/3;
  }
  .achievements__card--reliability {
    grid-column: 2/5;
    grid-row: 3/4;
  }
  .achievements__card--runet-rating {
    grid-column: 2/4;
  }
}
@media screen and (min-width: 1440px) {
  .achievements__card--design .achievements__image {
    height: auto;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
  .achievements__card-link {
    position: relative;
  }
  .achievements__card-link::after {
    content: "";
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    background-image: url("../images/svg/arrow-diagram.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
  }
  .achievements__card-link:hover::after {
    opacity: 1;
  }
  .achievements__image--wda {
    width: 13.9375rem;
  }
  .achievements__blur {
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    width: 8.875rem;
    height: 8.875rem;
  }
  .achievements__blur:hover {
    -webkit-transition: opacity ease 0.3s;
    transition: opacity ease 0.3s;
  }
  .achievements__blur-circle {
    width: 100%;
    height: 100%;
    background: var(--blur-color);
    -webkit-filter: blur(120px);
            filter: blur(120px);
    border-radius: 56.25rem;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
  }
  .achievements__blur.is-show {
    opacity: 1;
  }
}

.outstaff {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  z-index: 2;
}
.outstaff::before, .outstaff::after {
  content: "";
  display: block;
  width: calc(100% - 1rem);
  height: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0.5rem;
}
.outstaff::before {
  top: 0;
}
.outstaff::after {
  bottom: 0;
}
.outstaff__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  height: 2.25rem;
  border-radius: 2.4375rem;
  border: 0.0625rem solid var(--alpha-5);
  background: var(--alpha-10);
  padding: 0.25rem;
  margin-bottom: 1.5rem;
}
.outstaff__tab-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: -0.015rem;
  padding: 0.25rem 0.75rem;
  border-radius: 56.25rem;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, box-shadow 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out;
}
.outstaff__tab-button.active {
  background-color: var(--bg-tab-light);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.6);
          box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.6);
  color: var(--color-tab-light);
}
.outstaff__button {
  width: 100%;
  background-color: var(--color-text);
  color: var(--color-outstaff-button);
}
.outstaff__button::after {
  background-color: var(--color-outstaff-button);
}
.outstaff__button:hover {
  background-color: var(--bg-outstaff-button-hover);
}
@media screen and (min-width: 1080px) {
  .outstaff {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .outstaff__header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 3.5rem;
    gap: 0.5rem;
    padding: 0.5rem;
    margin-bottom: 2.5rem;
  }
  .outstaff__tab-button {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: -0.0225rem;
    padding: 0.375rem 1rem 0.5rem 1rem;
  }
  .outstaff__button {
    width: auto;
    gap: 2rem;
  }
}

.calculator__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}
.calculator__section {
  border: none;
  margin: 0;
  padding: 0;
}
.calculator__section-name {
  font-weight: 500;
  color: #9FA9B4;
  margin-bottom: 0.75rem;
}
.calculator__section-name--total {
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.calculator__fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  gap: 0.25rem;
}
.calculator__switch-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.calculator__switch-block-text {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: -0.0175rem;
  margin-right: 0.25rem;
}
.calculator__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.calculator__total-block-name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  min-height: 1.375rem;
  color: #9FA9B4;
  margin-bottom: 0.5rem;
}
.calculator__total-price {
  font-size: 3rem;
  line-height: 3.375rem;
  letter-spacing: -0.12rem;
}
.calculator__total-price-sub {
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: -0.03rem;
}
.calculator__either {
  color: #515B66;
}
@media screen and (min-width: 768px) {
  .calculator__fields {
    grid-template-columns: repeat(3, 1fr);
  }
  .calculator__total {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1080px) {
  .calculator__form {
    row-gap: 2.5rem;
  }
  .calculator__section-name {
    margin-bottom: 1.5rem;
  }
  .calculator__fields {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5rem;
  }
  .calculator__switch-block {
    gap: 0.75rem;
  }
  .calculator__switch-block-text {
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: -0.025rem;
    margin-right: 0.5rem;
  }
  .calculator__total {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .calculator__total-block-name {
    margin-bottom: 0;
  }
  .calculator__total-price {
    font-weight: 300;
    font-size: 6rem;
    line-height: 6rem;
    letter-spacing: -0.48rem;
  }
  .calculator__total-price-sub {
    font-size: 3rem;
    line-height: 3.375rem;
    letter-spacing: -0.12rem;
  }
}
@media screen and (min-width: 1440px) {
  .calculator__total {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}

.table-block__switch-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.table-block__switch-row-text {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: -0.0175rem;
  margin-right: 0.25rem;
}
.table-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 1080px) {
  .table-block__list {
    gap: 1rem;
  }
}

.table {
  width: 100%;
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--color-border-service-stage);
  border-spacing: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.0175rem;
  overflow: hidden;
}
.table th {
  background: var(--bg-card);
  border-bottom: 0.0625rem solid var(--color-border-service-stage);
  text-align: left;
  font-weight: normal;
}
.table th:first-child {
  font-size: 1.25rem;
  letter-spacing: -0.025rem;
}
.table th:not(:last-child) {
  border-right: 0.0625rem solid var(--color-border-service-stage);
}
.table th,
.table td {
  padding: 0.75rem 1rem;
}
.table td {
  background-color: var(--primary-background);
}
.table tr {
  display: grid;
  grid-template-columns: 38% 1fr 1fr;
}
.table tr td:first-child {
  background: var(--bg-card);
}
.table tr td:not(:last-child) {
  border-right: 0.0625rem solid var(--color-border-service-stage);
}
.table tr:not(:last-child) td {
  border-bottom: 0.0625rem solid var(--color-border-service-stage);
}
@media screen and (min-width: 768px) {
  .table tbody {
    display: block;
  }
  .table tr {
    grid-template-columns: 9.6875rem repeat(4, 1fr);
  }
  .table tr:first-child {
    grid-template-columns: 9.6875rem repeat(2, 1fr);
  }
  .table tr td:first-child {
    width: auto;
  }
  .table .accent-plash {
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .table {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: -0.0225rem;
  }
  .table th:first-child {
    font-size: 1.75rem;
    letter-spacing: -0.07rem;
  }
  .table th,
  .table td {
    padding: 1.125rem 1.75rem;
  }
  .table tr {
    grid-template-columns: 13.75rem repeat(4, 1fr);
  }
  .table tr:first-child {
    grid-template-columns: 13.75rem repeat(2, 1fr);
  }
}

.design-stages--bg {
  background-color: var(--bg-article-hover);
  padding: 2.5rem 0;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.design-stages--bg:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.design-stages__subtitle {
  display: inline-block;
  color: #9FA9B4;
  margin-bottom: 0.5rem;
}
.design-stages__title {
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.design-stages__list {
  display: grid;
  gap: 0.5rem;
}
.design-stages__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.75rem;
  background-color: var(--bg-card);
  border-radius: 0.25rem;
  padding: 1.5rem;
}
.design-stages__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.75rem;
}
.design-stages__number {
  display: inline-block;
  width: 3.125rem;
  height: 3.375rem;
  text-align: left;
  font-size: 2.5rem;
  line-height: 3.375rem;
  letter-spacing: -0.05rem;
  color: #515B66;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.design-stages__icon {
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.design-stages__description {
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.design-stages__row-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}
.design-stages__name {
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin: 0;
}
.design-stages__text {
  margin: 0;
}
.design-stages__term {
  color: #515B66;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.025rem;
}
.design-stages__list-stages {
  list-style: none;
  display: grid;
  gap: 1rem;
}
.design-stages__stage {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.design-stages__stage::before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  margin-right: 1rem;
  background-color: #515B66;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .design-stages__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .design-stages__row-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
  }
}
@media screen and (min-width: 1080px) {
  .design-stages--bg {
    padding: 4rem 0;
  }
  .design-stages__card--start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .design-stages__card--start .design-stages__name {
    font-size: 1.75rem;
    line-height: 2.5rem;
    letter-spacing: -1.12px;
    margin-bottom: 0;
  }
  .design-stages__card--start .design-stages__row-head {
    margin-bottom: 1rem;
  }
  .design-stages__title {
    margin-bottom: 3rem;
    margin-top: 0;
  }
  .design-stages__icon {
    width: 11.25rem;
    height: 11.25rem;
  }
  .design-stages__name {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
  .design-stages__text {
    font-size: 1.25rem;
    line-height: 1.875rem;
    letter-spacing: -0.4px;
  }
  .design-stages__term {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .design-stages__stage {
    font-size: 1.25rem;
    line-height: 1.875rem;
    line-height: -0.025rem;
  }
}

.vacancies {
  padding-top: 2.5rem;
}
.vacancies__title {
  margin-bottom: 1.5rem;
}
.vacancies__list {
  display: grid;
  gap: 0.5rem;
}
.vacancies__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1080px) {
  .vacancies {
    padding-top: 4rem;
  }
  .vacancies--lg-mb {
    margin-bottom: 5.5rem;
  }
  .vacancies__title {
    margin-bottom: 2.5rem;
  }
}

.vacancy {
  background-color: var(--alpha-5);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0 0.0625rem 0.03125rem var(--alpha-5) inset;
          box-shadow: 0 0 0.0625rem 0.03125rem var(--alpha-5) inset;
  padding: 1.5rem 1.25rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.vacancy:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.vacancy__name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.04em;
  margin-bottom: 1rem;
  margin-top: 0;
}
.vacancy__description {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  color: #9FA9B4;
  margin-bottom: 1.5rem;
}
.vacancy__skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  list-style: none;
}
.vacancy__skills-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.0225rem;
  height: 2rem;
  background-color: var(--bg-skills-tag);
  color: var(--color-text);
  padding: 0.25rem 0.75rem;
}
.vacancy__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.vacancy__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  color: #9FA9B4;
}
.vacancy__info span:not(:last-child)::after {
  content: "|";
  padding: 0 0.8125rem;
}
@media screen and (min-width: 768px) {
  .vacancy__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 2rem;
  }
}
@media screen and (min-width: 1080px) {
  .vacancy {
    padding: 2.5rem;
  }
  .vacancy__name {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  .vacancy__description {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: -0.0225rem;
    margin-bottom: 2rem;
  }
  .vacancy__skills {
    margin-bottom: 2rem;
  }
  .vacancy__skills-tag {
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: -0.0225rem;
    height: 2.5rem;
    padding: 0.375rem 1rem;
  }
  .vacancy__btn {
    height: 4rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
    letter-spacing: -0.0225rem;
    padding: 1.1875rem 1.5rem;
  }
}

.job-card__inner {
  display: grid;
  gap: 0.5rem;
}
.job-card__column {
  display: grid;
  gap: 0.5rem;
}
.job-card__section {
  border-radius: 0.25rem;
  color: var(--color-text);
  background-color: var(--alpha-5);
  padding: 1.5rem;
}
.job-card__section--form {
  background-color: var(--alpha-10);
}
.job-card__short-info {
  display: grid;
  gap: 1.5rem;
}
.job-card__short-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.job-card__short-info-item span:nth-child(1) {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  color: var(--alpha-40);
}
.job-card__short-info-item span:nth-child(2) {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02rem;
}
.job-card__salary {
  font-size: 2rem !important;
  line-height: 2.75rem !important;
  letter-spacing: -0.08rem !important;
}
.job-card__link {
  width: 100%;
}
.job-card__title {
  font-size: 2rem;
  line-height: 2.75rem;
  letter-spacing: -0.08rem;
  margin-bottom: 1.5rem;
}
.job-card__skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-bottom: 1.5rem;
}
.job-card__skill-label {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 56.25rem;
  height: 2.5rem;
  padding: 0.375rem 1rem;
  color: var(--color-text);
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: -0.0225rem;
}
.job-card__text {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.025rem;
  margin-bottom: 1.5rem;
}
.job-card__description {
  display: grid;
  gap: 1.5rem;
}
.job-card__desc-block {
  display: grid;
  gap: 1rem;
}
.job-card__desc-name {
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: -0.03rem;
  margin: 0;
}
.job-card__desc-list {
  display: grid;
  gap: 0.4375rem;
  padding-left: 1.5rem;
}
.job-card__additional {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.025rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .job-card__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-template-columns: 15.3125rem 1fr;
  }
  .job-card__column:nth-child(1) {
    position: -webkit-sticky;
    position: sticky;
    top: 2.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .job-card__inner {
    grid-template-columns: 19rem 1fr;
  }
  .job-card__section {
    padding: 2rem;
  }
}

.recreation {
  background-color: var(--bg-card);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.recreation:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.recreation__title {
  margin-bottom: 2rem;
}
.recreation__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
.recreation__text {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: -0.0225rem;
}
.recreation__text--small {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02rem;
  color: #9FA9B4;
}
.recreation__layout {
  display: grid;
  gap: 0.5rem;
}
.recreation__picture {
  border-radius: 0.5rem;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.recreation__image {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recreation__button {
  width: 100%;
  background: var(--bg-btn-case-article);
  color: var(--color-btn-case-article);
  margin-top: 1.5rem;
}
.recreation__button .button__additionally {
  color: var(--color-btn-add);
}
.recreation__button::after {
  background-color: var(--color-btn-case-article);
}
@media screen and (min-width: 768px) {
  .recreation__layout {
    grid-template-columns: repeat(2, 1fr);
  }
  .recreation__picture:last-child {
    grid-column: span 2;
  }
}
@media screen and (min-width: 1080px) {
  .recreation {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .recreation__title {
    margin-bottom: 3rem;
  }
  .recreation__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
    margin-bottom: 4rem;
  }
  .recreation__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .recreation__text--small {
    font-size: 1rem;
    line-height: 1.375rem;
    letter-spacing: -0.02rem;
    color: #9FA9B4;
  }
  .recreation__layout {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 25rem 17.8125rem 17.8125rem;
  }
  .recreation__picture {
    aspect-ratio: auto;
  }
  .recreation__picture:nth-child(1) {
    grid-column: span 3;
  }
  .recreation__picture:nth-child(4) {
    grid-column: span 2;
  }
  .recreation__picture:nth-child(5) {
    grid-row: span 2;
  }
  .recreation__picture:nth-child(6) {
    grid-column: span 2;
  }
  .recreation__picture:last-child {
    grid-column: auto;
  }
}
@media screen and (min-width: 1440px) {
  .recreation__layout {
    grid-template-rows: 30rem 19.25rem 19.25rem;
  }
}

.peculiarities__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  width: 15.125rem;
  min-height: 15.125rem;
  background-color: var(--bg-card);
  border-radius: 0.5rem;
  padding: 2rem 1.5rem;
  -webkit-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}
.peculiarities__item:hover {
  -webkit-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}
.peculiarities__item:not(:last-child) {
  margin-right: 0.5rem;
}
.peculiarities__icon {
  display: inline-block;
  width: 4.5rem;
  height: 4.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.peculiarities__text {
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.375rem;
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.peculiarities__text:hover {
  -webkit-transition: color ease 0.2s;
  transition: color ease 0.2s;
}

.info-plash {
  background: var(--bg-gradient-card);
  border-radius: 0.25rem;
  padding: 1.5rem 0;
}
.info-plash__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.info-plash__icon {
  display: inline-block;
  width: 1.875rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: var(--color-gray-icon2);
}
.info-plash__text {
  font-size: 1.0625rem;
  line-height: 1.625rem;
}
@media screen and (min-width: 1080px) {
  .info-plash {
    padding: 2.5rem 0;
  }
  .info-plash__text {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.tech-stack {
  margin: 2.5rem 0;
}
.tech-stack__title {
  margin-bottom: 1rem;
}
.tech-stack__slider-wrapper {
  position: relative;
}
.tech-stack__slider--mobile {
  overflow: hidden;
  margin-bottom: 1rem;
}
.tech-stack__slider--mobile .swiper-slide {
  height: 15rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tech-stack__slider--mobile .tech-stack__card {
  height: 100%;
  min-height: 100%;
}
.tech-stack__grid {
  display: grid;
  list-style: none;
  gap: 0.5rem;
}
.tech-stack__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  background: var(--bg-card);
  border-radius: 4px;
  padding: 1.25rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.tech-stack__card:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.tech-stack__card:hover {
  background: #006BF0;
}
.tech-stack__name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.02em;
  background-position: right 0 top 50%;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  padding-right: 3rem;
  margin: 0;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.tech-stack__name:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.tech-stack__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  gap: 0.75rem;
}
.tech-stack__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.tech-stack__item:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.tech-stack__item span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  -webkit-mask-position: left 0 top 50%;
          mask-position: left 0 top 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--color-gray-icon4);
}
@media screen and (min-width: 768px) {
  .tech-stack__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1080px) {
  .tech-stack {
    margin: 7rem 0;
  }
  .tech-stack__title {
    margin-bottom: 2rem;
  }
  .tech-stack__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .tech-stack__card {
    padding: 1.5rem;
    gap: 4rem;
  }
}

.why-us--big-padding {
  padding-block: 3rem;
}
.why-us__title {
  font-size: 2rem;
  line-height: 2.75rem;
  letter-spacing: -0.04em;
  margin-bottom: 0.75rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.why-us__title:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.why-us__text {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
  margin-top: 0;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.why-us__text:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.why-us__grid {
  display: grid;
  gap: 0.5rem;
  list-style: none;
}
.why-us__advantage {
  border-radius: 0.25rem;
  background: var(--bg-card);
  padding: 1.25rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.why-us__advantage:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.why-us__advantage-name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.02em;
  background-position: right 0 top 0;
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  border-bottom: 0.0625rem solid var(--alpha-10);
  padding-right: 3rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
.why-us__advantage-list {
  display: grid;
  gap: 1rem;
  list-style: none;
}
.why-us__advantage-list li {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: -0.02em;
  padding-left: 1.25rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.why-us__advantage-list li:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.why-us__advantage-list li::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #515B66;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
@media screen and (min-width: 1080px) {
  .why-us--big-padding {
    padding-block: 5.5rem;
  }
  .why-us__title {
    font-size: 2.5rem;
    line-height: 3.375rem;
    margin-bottom: 1rem;
  }
  .why-us__text {
    max-width: 38.5rem;
  }
  .why-us__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .why-us__advantage {
    padding: 1.5rem;
  }
}

.discuss-task {
  margin: 7rem 0;
}
.discuss-task__title {
  font-size: 2rem;
  line-height: 2.75rem;
  letter-spacing: -0.04em;
  margin-bottom: 2rem;
}
.discuss-task__form {
  width: 100%;
}
.discuss-task__form .form-field {
  margin-bottom: 1rem;
}
.discuss-task__form .form-field__input {
  height: 5rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.discuss-task__form .form-field__input:focus {
  padding: 2.4375rem 1rem 0.9375rem;
  color: inherit;
}
.discuss-task__form .form-field__input:focus ~ .form-field__label {
  top: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.discuss-task__form .form-field__label {
  top: 1.625rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.discuss-task__form .form-field.filled .form-field__input {
  padding: 2.4375rem 1rem 0.9375rem;
  color: inherit;
}
.discuss-task__form .form-field.filled .form-field__label {
  top: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.discuss-task__form .modal__actions {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .discuss-task__triple {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}
@media screen and (min-width: 1080px) {
  .discuss-task {
    margin: 7rem 0;
  }
  .discuss-task__title {
    font-size: 2.5rem;
    line-height: 3.375rem;
    margin-bottom: 3rem;
  }
  .discuss-task__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .discuss-task__form .form-field__input:focus {
    padding: 2.4375rem 2rem 0.9375rem;
  }
  .discuss-task__form .form-field.filled .form-field__input {
    padding: 2.4375rem 2rem 0.9375rem;
  }
  .discuss-task__form .modal__actions {
    gap: 1.5rem;
  }
  .discuss-task__form .modal__actions .modal__button {
    max-width: 15.625rem;
  }
  .discuss-task__triple {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media screen and (min-width: 2560px) {
  .discuss-task__form .modal__actions {
    gap: 2rem;
  }
}

.job-description {
  padding: 3rem 0;
  background: var(--bg-card);
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.job-description__mobile {
  display: none;
}
.job-description__tabs {
  margin-bottom: 2rem;
  border-bottom: 0.125rem solid var(--alpha-10);
  padding-bottom: 0.5rem;
}
.job-description__tabs .tabs__item {
  padding: 0 1rem;
  border-radius: 0;
  background: none;
  border: none;
  position: relative;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.875rem;
}
.job-description__tabs .tabs__item.active {
  color: var(--color-text);
  cursor: default;
}
.job-description__tabs .tabs__item.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.625rem;
  height: 0.125rem;
  background: #006BF0;
}
.job-description__slider {
  overflow: visible;
}
.job-description__card {
  background: var(--job-description-card-bg);
  border-radius: 0.25rem;
  padding: 1rem;
}
.job-description__card-title {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.04em;
  font-family: "Golos", sans-serif;
  font-weight: 400;
  color: var(--color-text);
}
.job-description__card-description {
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.job-description__divider {
  height: 0.0625rem;
  background: var(--job-description-border);
  margin: 0 0 1.25rem;
}
.job-description__field {
  margin-bottom: 1rem;
}
.job-description__label {
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--alpha-40);
  margin-bottom: 0.5rem;
}
.job-description__value {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.job-description__rate {
  border-top: 0.0625rem solid var(--job-description-border);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  font-family: "Golos", sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.04em;
  color: var(--color-text);
}
.job-description__table {
  display: grid;
  row-gap: 1.25rem;
}
.job-description__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  border-bottom: 0.0625rem solid var(--alpha-10);
  padding-bottom: 1.25rem;
}
.job-description__row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.job-description__row--header {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.02em;
  font-family: "Golos", sans-serif;
  padding-bottom: 0;
  border-bottom: 0;
}
.job-description__row--header span:first-child {
  display: none;
}
.job-description__row-name {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--alpha-40);
  grid-column: span 2;
}
@media screen and (min-width: 1080px) {
  .job-description {
    padding: 7rem 0;
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .job-description__table {
    row-gap: 1rem;
  }
  .job-description__row {
    grid-template-columns: 200px repeat(2, 1fr);
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 1rem;
    font-size: 1rem;
    line-height: 1.375rem;
    padding-bottom: 1rem;
  }
  .job-description__row span {
    padding: 0.5rem 0;
  }
  .job-description__row--header {
    font-size: 1.5rem;
    line-height: 2.125rem;
    padding-bottom: 0;
  }
  .job-description__row--header span {
    padding: 0;
  }
  .job-description__row--header span:first-child {
    display: inline;
  }
  .job-description__row-name {
    font-size: 0.8125rem;
    grid-column: auto;
  }
}
@media screen and (max-width: 767px) {
  .job-description__mobile {
    display: block;
  }
  .job-description__table {
    display: none;
  }
}

.main-reviews__title {
  font-size: 2rem;
  line-height: 2.75rem;
  letter-spacing: -0.04em;
  margin-bottom: 2rem;
}
.main-reviews__slider-wrapper {
  position: relative;
}
.main-reviews__slider {
  overflow: visible;
}
.main-reviews__navigation {
  display: none;
}
.main-reviews__card {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 18.75rem;
  background: var(--bg-card);
  border-radius: 0.25rem;
  padding: 1.25rem;
  -webkit-transition: opacity 0.35s ease-in-out, background-color 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, background-color 0.35s ease-in-out;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.main-reviews__card:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.main-reviews__card.inactive {
  background: linear-gradient(142.91deg, #517E7C 0%, #182C2A 100%) !important;
  opacity: var(--opacity-swiper-slide-inactive);
}
.main-reviews__card.inactive a {
  pointer-events: none;
}
.main-reviews__logo {
  height: 1.625rem;
  width: 100%;
  margin-bottom: 1.25rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left center;
          mask-position: left center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--color-gray-icon3);
}
.main-reviews__quote {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1rem;
  cursor: default;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.main-reviews__quote:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.main-reviews__quote p {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.main-reviews__quote::before, .main-reviews__quote::after {
  display: none;
}
.main-reviews__quote-paragraph {
  margin-bottom: 0.5rem;
}
.main-reviews__footer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: auto;
  border-top: 0.0625rem solid var(--alpha-10);
  padding-top: 1rem;
}
.main-reviews__person-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-reviews__person {
  display: grid;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.main-reviews__name {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.main-reviews__name:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.main-reviews__post {
  color: var(--alpha-60);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.main-reviews__post:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.main-reviews__button {
  margin-top: 1.25rem;
  height: 2.875rem;
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.625rem 1rem;
  color: var(--color-text);
  background-color: var(--bg-reviews-button);
  gap: 0.5rem;
}
.main-reviews__button:hover {
  opacity: 0.8;
}
.main-reviews__button img {
  width: 0;
  height: 0;
}
@media screen and (min-width: 1080px) {
  .main-reviews__title {
    font-size: 2.5rem;
    line-height: 3.375rem;
    margin-bottom: 3rem;
  }
  .main-reviews__card {
    width: 25.5rem;
    padding: 1.5rem;
    opacity: 0.2;
  }
  .main-reviews__card.swiper-slide-visible {
    opacity: 1;
  }
  .main-reviews__logo {
    height: 2.3125rem;
    margin-bottom: 1.75rem;
  }
  .main-reviews__quote {
    font-size: 1rem;
    line-height: 1.375rem;
    -webkit-line-clamp: 5;
  }
  .main-reviews__quote p {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .main-reviews__person {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .main-reviews__button {
    margin-top: 1.75rem;
  }
  .main-reviews__navigation {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(100% - 2rem);
    left: 1rem;
    right: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 100;
    pointer-events: none;
  }
}
@media screen and (min-width: 1440px) {
  .main-reviews__slider-wrapper:hover .main-reviews__navigation {
    opacity: 1;
  }
  .main-reviews__navigation {
    opacity: 0;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
  .main-reviews__navigation:hover {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
}

.faq-block {
  margin: 3rem 0;
}
.faq-block__title {
  font-family: "Golos", sans-serif;
  font-size: 2rem;
  line-height: 2.75rem;
  letter-spacing: -0.04em;
  font-weight: 400;
  color: var(--color-text);
  text-align: center;
  margin: 0 0 2rem;
}
.faq-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--faq-border);
  border-radius: 4px;
  overflow: hidden;
}
.faq-block__item {
  background: var(--faq-item-bg);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.faq-block__item:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.faq-block__item:not(:last-child) {
  border-bottom: 1px solid var(--faq-border);
}
.faq-block__item.opened {
  background: var(--faq-item-bg-opened);
}
.faq-block__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  text-align: left;
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.faq-block__header:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.faq-block__question {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: var(--color-text);
}
.faq-block__toggle {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--faq-toggle-bg);
  color: var(--color-text);
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.faq-block__toggle:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.faq-block__icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
}
.faq-block__icon--plus {
  opacity: 1;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.faq-block__icon--plus:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.faq-block__icon--close {
  opacity: 0;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.faq-block__icon--close:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.faq-block__icon svg {
  width: 100%;
  height: 100%;
}
.faq-block__item.opened .faq-block__icon--plus {
  opacity: 0;
}
.faq-block__item.opened .faq-block__icon--close {
  opacity: 1;
}
.faq-block__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height ease 0.35s;
  transition: max-height ease 0.35s;
}
.faq-block__body:hover {
  -webkit-transition: max-height ease 0.35s;
  transition: max-height ease 0.35s;
}
.faq-block__item.opened .faq-block__body {
  max-height: 4000px;
}
.faq-block__answer {
  padding: 0.25rem 1.5rem 1.5rem;
}
.faq-block__answer p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color-text);
  margin: 0 0 1rem;
}
.faq-block__answer ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color-text);
  list-style: disc;
}
.faq-block__answer ul li {
  margin-bottom: 0.5rem;
}
.faq-block__answer ul li:last-child {
  margin-bottom: 0;
}
.faq-block__answer a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color-text);
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.faq-block__answer a:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.faq-block__answer a:hover {
  color: var(--color-text);
}
@media screen and (min-width: 1080px) {
  .faq-block {
    margin: 7rem 0;
  }
  .faq-block__title {
    font-size: 2.5rem;
    line-height: 3.375rem;
    margin: 0 0 2rem;
  }
  .faq-block__header {
    padding: 1.5rem 1.75rem;
  }
  .faq-block__question {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .faq-block__toggle {
    width: 3rem;
    height: 3rem;
  }
  .faq-block__answer {
    padding: 0.25rem 1.75rem 1.75rem;
  }
  .faq-block__answer p,
  .faq-block__answer ul,
  .faq-block__answer a {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .faq-block__answer ul {
    padding-left: 1.5rem;
  }
}

.digital__header {
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}
.digital__title {
  font-size: 2rem;
  line-height: 2.75rem;
  letter-spacing: -0.04em;
  margin-bottom: 0.75rem;
}
.digital__title span {
  color: #006BF0;
  text-transform: uppercase;
  padding-right: 0.3125rem;
}
.digital__text {
  font-size: 1rem;
  line-height: 1.375rem;
}
.digital__achievements .choices__inner {
  min-height: 4.125rem;
  border: 0;
  border-radius: 4px;
  z-index: 1000;
}
.digital__achievements .choices__list--single .choices__item--selectable {
  color: var(--color-text);
  background-color: var(--alpha-10);
  border-radius: 0.25rem;
  padding: 0.625rem 3rem 0.625rem 1rem;
  height: auto;
  min-height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.digital__achievements .choices__list--dropdown, .digital__achievements .choices__list[aria-expanded] {
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  -webkit-transform: translateY(-0.5rem) scaleY(0.95);
          transform: translateY(-0.5rem) scaleY(0.95);
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.digital__achievements .choices.is-open .choices__list--dropdown, .digital__achievements .choices.is-open .choices__list[aria-expanded] {
  opacity: 1;
  -webkit-transform: translateY(0) scaleY(1);
          transform: translateY(0) scaleY(1);
  z-index: 1000;
}
.digital__achievements .choices__list--dropdown .choices__item,
.digital__achievements .choices .choices__list[aria-expanded] .choices__item {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  min-height: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 0.25rem 1rem;
  overflow: visible;
  white-space: normal;
  text-overflow: initial;
}
.digital__achievements .is-open .choices__list--dropdown,
.digital__achievements .is-open .choices__list[aria-expanded] {
  top: 4.625rem;
}
.digital__list {
  display: grid;
  gap: 0.5rem;
  list-style: none;
}
.digital__card {
  display: grid;
  gap: 1rem;
  background: var(--bg-card);
  border-radius: 0.25rem;
  padding: 1rem;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.digital__card:hover {
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
.digital__card-title {
  font-size: 1.75rem;
  line-height: 2.5rem;
  letter-spacing: -0.04em;
  font-family: "Golos", sans-serif;
}
.digital__card-text {
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.digital__cooperation {
  font-family: "Golos", sans-serif;
  border-radius: 0.25rem;
  border: 1px solid var(--border-color-input);
  padding: 1.25rem 1.5rem;
  margin-top: 1.5rem;
}
.digital__lifetime-amount {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.02em;
  border-bottom: 0.0625rem solid var(--alpha-10);
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
.digital__lifetime-amount span {
  font-size: 3rem;
  line-height: 3.375rem;
  letter-spacing: -0.04em;
  padding-right: 0.375rem;
}
.digital__lifetime-text {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.02em;
}
.digital .stack {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .digital__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1080px) {
  .digital__header {
    grid-template-columns: 616px 1fr;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
  .digital__title {
    font-size: 2.5rem;
    line-height: 3.375rem;
    margin-bottom: 1rem;
  }
  .digital__achievements .choices__list--single .choices__item {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
  .digital__achievements .choices__inner {
    min-height: 3rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .digital__achievements .choices__list--single .choices__item--selectable {
    color: var(--color-text);
    background-color: var(--alpha-10);
    border-radius: 0.25rem;
    min-height: 2.9375rem;
    padding: 0 3rem 0.25rem 1rem;
  }
  .digital__achievements .choices .choices__list--single .choices__item--selectable:after {
    right: 1rem;
  }
  .digital__achievements .choices.is-open .choices__list--dropdown,
  .digital__achievements .choices.is-open .choices__list[aria-expanded] {
    top: 3.5rem;
  }
  .digital__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .digital__card {
    gap: 1.5rem;
  }
  .digital__card-title {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
  .digital__card-text {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .digital__cooperation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5rem 2rem;
    margin-top: 3rem;
  }
  .digital__lifetime-amount {
    padding-right: 1.5rem;
    margin-right: 1.5rem;
    border-right: 0.0625rem solid var(--alpha-10);
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .digital__lifetime-amount span {
    font-size: 4rem;
    line-height: 5.125rem;
  }
  .digital__lifetime-text {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media screen and (min-width: 1440px) {
  .digital__header {
    grid-template-columns: 616px 494px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.blog-block {
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  margin-top: 3rem;
}
.blog-block__slide {
  width: 18.75rem;
}
.blog-block__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.blog-block__swiper-wrapper {
  position: relative;
}
.blog-block__swiper {
  overflow: visible;
  margin-bottom: 1rem;
}
.blog-block__navigation {
  display: none;
}
.blog-block__slide {
  -webkit-transition: opacity 0.35s ease-in-out, background-color 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
.blog-block__slide.inactive {
  background: linear-gradient(142.91deg, #517E7C 0%, #182C2A 100%) !important;
  opacity: var(--opacity-swiper-slide-inactive);
}
.blog-block__slide.inactive a {
  pointer-events: none;
}
.blog-block__image {
  height: 10.625rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.blog-block__date {
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -2%;
  color: var(--alpha-60);
}
.blog-block__title {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -2%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .blog-block__swiper {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1080px) {
  .blog-block {
    margin-top: 7rem;
  }
  .blog-block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
  .blog-block__header h2 {
    margin-bottom: 0;
  }
  .blog-block__slide {
    width: 25.5rem;
  }
  .blog-block__navigation {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: calc(100% - 2rem);
    left: 1rem;
    right: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 100;
    pointer-events: none;
  }
  .blog-block__image {
    height: 13.75rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .blog-block__date {
    font-size: 14px;
    line-height: 21px;
    font-family: "Golos-UI", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -2%;
    color: var(--alpha-30);
  }
  .blog-block__title {
    font-family: "Golos", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -2%;
    color: var(--color-text);
  }
}
@media screen and (min-width: 1440px) {
  .blog-block__swiper-wrapper:hover .blog-block__navigation {
    opacity: 1;
  }
  .blog-block__navigation {
    opacity: 0;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
  .blog-block__navigation:hover {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
  }
}

.blogs-page {
  padding-bottom: 4rem;
}
.blogs-page--services {
  padding-bottom: 0;
}
.blogs-page__title {
  margin: 0;
  font-weight: 400;
  font-style: Text Regular;
  font-size: 2rem;
  line-height: 2.75rem;
  letter-spacing: -4%;
  vertical-align: bottom;
  margin-bottom: 0rem;
}
.blogs-page__swiper {
  overflow: hidden;
}
.blogs-page__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.blogs-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
.blogs-page__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  list-style: none;
}
.blogs-page__show-more {
  width: 100%;
  margin-top: 1.5rem;
}
.blogs-page__double {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.blogs-page__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  width: 100%;
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.blogs-page__back-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.blogs-page__annotation {
  background-color: var(--alpha-10);
  padding: 1.5rem;
  border-radius: 0.25rem;
  width: 100%;
  min-width: 19rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blogs-page__annotation-title {
  font-weight: 400;
  font-style: Text Regular;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -2%;
  margin-bottom: 1rem;
}
.blogs-page__annotation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.blogs-page__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .blogs-page__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.blogs-page__link {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -2%;
}
.blogs-page__divider {
  width: 100%;
  background-color: #40454A;
  height: 1px;
}
.blogs-page__image {
  width: 100%;
  height: 12.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.blogs-page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs-page__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.blogs-page__tag {
  font-family: "Golos-UI", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -2%;
  color: var(--color-text);
  padding: 0.375rem 1rem;
  border-radius: 9999px;
  background: var(--alpha-10);
}
.blogs-page__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.blogs-page__text > p:first-child {
  margin-top: 0;
}
.blogs-page__text > p + p {
  margin-top: 1rem;
}
.blogs-page__text p {
  font-weight: 400;
  font-style: Text Regular;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -2%;
  color: var(--color-text);
}
.blogs-page__text img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.blogs-page__text a {
  text-decoration: underline;
  font-weight: normal;
}
.blogs-page__text a:hover {
  font-weight: 500;
}
.blogs-page__text h2,
.blogs-page__text h3,
.blogs-page__text h4,
.blogs-page__text h5,
.blogs-page__text h6 {
  scroll-margin-top: 8rem;
}
.blogs-page__text h2 {
  font-weight: 600;
  font-style: Text Regular;
  font-size: 24px;
  line-height: 1.55556;
  letter-spacing: -0.025em;
  color: var(--color-text);
  margin: 2rem 0 1rem 0;
}
.blogs-page__text h3,
.blogs-page__text h4,
.blogs-page__text h5,
.blogs-page__text h6 {
  margin-bottom: 0.625rem;
}
.blogs-page__text strong {
  font-weight: 600;
}
.blogs-page__text em {
  font-style: italic;
}
.blogs-page__text blockquote {
  border-left: 0.25rem solid var(--border-color, #e5e7eb);
  padding-left: 1rem;
  font-style: italic;
  margin: 1rem 0;
  color: var(--color-text);
}
.blogs-page__text ul,
.blogs-page__text ol {
  margin: 1rem 0 0 0;
  padding-left: 1.5rem;
}
.blogs-page__text ul + .blogs-page__text ul,
.blogs-page__text ul + .blogs-page__text ol,
.blogs-page__text ol + .blogs-page__text ul,
.blogs-page__text ol + .blogs-page__text ol {
  margin-top: 1rem;
}
.blogs-page__text ul li,
.blogs-page__text ol li {
  margin-bottom: 1rem;
}
.blogs-page__text ol {
  padding-left: 1.5rem;
  list-style-type: decimal;
}
.blogs-page__text ul {
  padding-left: 1.5rem;
  list-style-type: disc;
}
.blogs-page__text ul ul {
  list-style-type: circle;
  margin: 0.5rem 0 0 0;
}
.blogs-page__text ul ul ul {
  list-style-type: square;
}
.blogs-page__text ol {
  list-style-type: decimal;
}
.blogs-page__text ol ol {
  list-style-type: lower-alpha;
  margin: 0.5rem 0 0 0;
}
.blogs-page__text ol ol ol {
  list-style-type: lower-roman;
}
.blogs-page__text code {
  background-color: var(--alpha-10);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-family: "Courier New", Courier, monospace;
  font-size: 16px;
  line-height: 1.4;
  word-break: break-word;
  overflow-wrap: break-word;
}
.blogs-page__text pre {
  background-color: var(--alpha-10);
  padding: 1rem;
  border-radius: 0.5rem;
  margin: 1rem 0;
  overflow-x: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.blogs-page__text pre code {
  background: none;
  padding: 0;
  border-radius: 0;
  font-family: "Courier New", Courier, monospace;
  font-size: 14px;
  line-height: 1.5;
  white-space: pre;
  word-break: normal;
  overflow-wrap: normal;
}
.blogs-page__text--small {
  font-size: 16px;
  line-height: 1.5;
}
.blogs-page__text--small p {
  font-size: 16px;
  line-height: 1.5;
  color: var(--alpha-60);
}
.blogs-page__text--small h2 {
  font-size: 20px;
  line-height: 1.55556;
  margin: 1.5rem 0 0.75rem 0;
}
.blogs-page__text--small code {
  font-size: 14px;
}
.blogs-page__text--small pre code {
  font-size: 12px;
}
.blogs-page__text-with-title_title {
  font-weight: 400;
  font-style: Text Regular;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -2%;
  margin: 0;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .blogs-page {
    padding-bottom: 2rem;
  }
  .blogs-page__annotation {
    min-width: 15.625rem;
    padding: 1rem;
  }
  .blogs-page__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .blogs-page__grid {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  .blogs-page__grid p + p {
    margin-top: 1rem;
  }
  .blogs-page__image {
    height: 20.625rem;
  }
  .blogs-page__annotation {
    min-width: 17.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .blogs-page--services {
    padding-bottom: 0;
  }
  .blogs-page__title {
    font-size: 4rem;
    line-height: 5.125rem;
    margin-bottom: 0rem;
  }
  .blogs-page__double {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.5rem;
  }
  .blogs-page__annotation {
    max-width: 19rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .blogs-page__content {
    gap: 2.5rem;
  }
  .blogs-page__text {
    color: var(--color-text);
  }
  .blogs-page__text p {
    font-size: 20px;
    line-height: 1.5;
    color: var(--color-text);
  }
  .blogs-page__text h2,
  .blogs-page__text h3,
  .blogs-page__text h4,
  .blogs-page__text h5,
  .blogs-page__text h6 {
    scroll-margin-top: 4.5rem;
  }
  .blogs-page__text h2 {
    font-size: 28px;
    line-height: 1.55556;
    margin: 2.5rem 0 1.25rem 0;
  }
  .blogs-page__text code {
    font-size: 18px;
  }
  .blogs-page__text pre code {
    font-size: 16px;
  }
  .blogs-page__text--small {
    font-size: 18px;
    line-height: 1.5;
  }
  .blogs-page__text--small p {
    font-size: 18px;
    line-height: 1.5;
  }
  .blogs-page__text--small h2 {
    font-size: 22px;
    line-height: 1.55556;
    margin: 2rem 0 1rem 0;
  }
  .blogs-page__text--small code {
    font-size: 16px;
  }
  .blogs-page__text--small pre code {
    font-size: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .blogs-page__container {
    padding-left: 0;
    padding-right: 0;
  }
  .blogs-page__list {
    gap: 132px;
    min-width: 0;
  }
  .blogs-page__list > .blogs-page__container.container {
    min-width: 0;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .blogs-page__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .blogs-page__show-more {
    width: 100%;
    margin-top: 2rem;
  }
  .blogs-page__double {
    gap: 6rem;
  }
  .blogs-page__image {
    height: 23.75rem;
  }
  .blogs-page__text-with-title_title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1rem;
  }
}

.badge {
  font-family: "Golos-UI", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -2%;
}
.badge--normal {
  padding: 4px 12px;
}
@media screen and (min-width: 1080px) {
  .badge--normal {
    padding: 6px 16px 8px 16px;
  }
}
@media screen and (min-width: 2560px) {
  .badge--normal {
    padding: 8px 21px 10px 21px;
  }
}
.badge--secondary {
  color: var(--color-text);
  border: 1px solid color-mix(in srgb, var(--color-text) 10%, transparent);
  border-radius: 900px;
}
@media screen and (min-width: 1080px) {
  .badge {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (min-width: 2560px) {
  .badge {
    font-size: 24px;
    line-height: 34.67px;
  }
}

.main-service {
  margin: 2.5rem 0;
}
.main-service__mobile {
  display: none;
  margin-top: 1.5rem;
}
.main-service__tabs {
  margin-bottom: 2rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}
.main-service__tabs::-webkit-scrollbar {
  display: none;
}
.main-service__tabs-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 0.125rem solid var(--alpha-10);
  padding-bottom: 0.5rem;
}
.main-service__tabs-inner .tabs__item {
  padding: 0 1rem;
  border-radius: 0;
  background: none;
  border: none;
  position: relative;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.875rem;
  white-space: nowrap;
}
.main-service__tabs-inner .tabs__item.active {
  color: var(--color-text);
  cursor: default;
}
.main-service__tabs-inner .tabs__item.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.625rem;
  height: 0.125rem;
  background: #006BF0;
}
.main-service__slider {
  overflow: visible;
}
@media screen and (min-width: 1080px) {
  .main-service {
    margin: 5.5rem 0;
  }
}
@media screen and (min-width: 2560px) {
  .main-service {
    margin: 7rem 0;
  }
}
.main-service__grid {
  list-style: none;
  counter-reset: items;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.main-service__grid > .why-us__advantage {
  display: inline-block;
  width: 100%;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
}
@media screen and (max-width: 767px) {
  .main-service__mobile {
    display: block;
  }
  .main-service__grid {
    display: none;
  }
}

.page-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  /* отступ под fixed header */
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 12.9375rem;
  min-width: 12.9375rem;
}
.page-nav--from-xl {
  display: none;
}
@media screen and (min-width: 1440px) {
  .page-nav--from-xl {
    display: block;
  }
}
.page-nav__select {
  display: none;
}
@media (max-width: 767px) {
  .page-nav__select {
    display: block;
    position: relative;
    z-index: 100;
  }
}
@media (max-width: 767px) {
  .page-nav {
    position: static;
    width: 100%;
    min-width: unset;
    z-index: 100;
  }
  .page-nav__list {
    display: none;
  }
}
.page-nav__list {
  list-style: none;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .page-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.125rem;
  }
}
.page-nav__item {
  width: 100%;
}
.page-nav__button {
  padding: 0.75rem 1rem;
  font-family: "Golos-UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.375rem;
  letter-spacing: -2%;
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  width: 100%;
  color: var(--color-text);
  text-align: left;
  white-space: nowrap;
  border-radius: 0.5rem;
  display: block;
}
.page-nav__button:not(.active) {
  cursor: pointer;
}
.page-nav__button:hover, .page-nav__button.active {
  background: var(--job-description-card-bg);
  color: var(--color-text);
}
.page-nav--portfolio {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 12.9375rem;
  min-width: 12.9375rem;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-nav--portfolio .page-nav__list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2px;
}
@media screen and (min-width: 1080px) {
  .page-nav--portfolio .page-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-nav--portfolio .page-nav__item {
  width: 100%;
}
.page-nav--portfolio .page-nav__item--collapsed {
  display: none;
}
.page-nav--portfolio .page-nav__button {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 16px;
  line-height: 1.375rem;
  text-align: left;
  cursor: pointer;
  display: block;
}
.page-nav--portfolio .page-nav__button:has(input:checked) {
  background: var(--job-description-card-bg);
  color: var(--color-text);
}
.page-nav--portfolio .page-nav__select {
  display: block;
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .page-nav--portfolio .page-nav__select {
    display: none;
  }
}
.page-nav--portfolio .page-nav__select-input {
  width: 100%;
  height: 3.5rem;
  padding: 1rem;
  background-color: transparent;
  border: 0.0625rem solid var(--border-color-input);
  border-radius: 0.25rem;
  font-family: "Golos-UI", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: var(--color-text);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/svg/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.5rem;
  padding-right: 3rem;
}
.page-nav--portfolio .page-nav__select-input:focus {
  outline: none;
  border-color: var(--border-color-input);
}
@media screen and (min-width: 1080px) {
  .page-nav--portfolio .page-nav__show-more {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1440px) {
  .page-nav--portfolio {
    position: -webkit-sticky;
    position: sticky;
    top: 6rem;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
    scrollbar-width: none;
  }
  .page-nav--portfolio::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 1439px) {
  .page-nav--portfolio {
    position: static;
  }
}
@media (max-width: 767px) {
  .page-nav--portfolio {
    width: 100%;
    min-width: unset;
  }
}
.page-nav__show-more {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 16px;
  line-height: 1.375rem;
  text-align: left;
  cursor: pointer;
  display: block;
  background: transparent;
  border: none;
  margin-top: 0;
  color: var(--alpha-60);
}
.page-nav__show-more:has(input:checked) {
  background: var(--job-description-card-bg);
  color: var(--color-text);
}
@media (max-width: 1079px) {
  .page-nav__show-more {
    display: none;
  }
}

.digital__achievements .choices__inner {
  border: 0;
  border-radius: 4px;
  z-index: 100;
}
.digital__achievements .choices__list--single .choices__item--selectable {
  color: var(--color-text);
  background-color: var(--alpha-10);
  border-radius: 0.25rem;
  padding: 0 3rem 0 1rem;
  min-height: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.digital__achievements .choices__list--dropdown, .digital__achievements .choices__list[aria-expanded] {
  -webkit-transform-origin: top;
          transform-origin: top;
  opacity: 0;
  -webkit-transform: translateY(-0.5rem) scaleY(0.95);
          transform: translateY(-0.5rem) scaleY(0.95);
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.digital__achievements .choices.is-open .choices__list--dropdown, .digital__achievements .choices.is-open .choices__list[aria-expanded] {
  opacity: 1;
  -webkit-transform: translateY(0) scaleY(1);
          transform: translateY(0) scaleY(1);
  z-index: 100;
}
.digital__achievements .choices__list--dropdown .choices__item,
.digital__achievements .choices .choices__list[aria-expanded] .choices__item {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  min-height: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  padding: 0.25rem 1rem;
  overflow: visible;
  white-space: normal;
  text-overflow: initial;
}
.digital__achievements .is-open .choices__list--dropdown,
.digital__achievements .is-open .choices__list[aria-expanded] {
  top: 3.125rem;
}

.pagination-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5rem;
}
.pagination-new__button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  outline: none;
  background: var(--alpha-10);
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Golos", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625rem;
  letter-spacing: -2%;
  color: var(--color-text);
  height: 3rem;
  width: 3rem;
  padding: 0.625rem 1rem;
  min-width: 3rem;
  cursor: pointer;
  border-radius: 0.25rem;
}
.pagination-new__button--width {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (max-width: 767px) {
  .pagination-new__button--width {
    width: 100%;
  }
}
.pagination-new__button:hover:not(.pagination-new__button--active) {
  background: var(--aplha-30);
}
.pagination-new__button--active {
  background: #F5F6F7;
  color: #1B2A3A;
}
.pagination-new__bullet {
  font-family: "Golos", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625rem;
  letter-spacing: -2%;
  color: var(--color-text);
  height: 3rem;
  width: 2rem;
  min-width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*# sourceMappingURL=main.css.map*/