@import url(https://fonts.googleapis.com/css?family=Open+Sans:regular,500,600,700,800,italic&display=swap);

@import url(https://fonts.googleapis.com/css?family=Inter:regular,500,600,700,800,900&display=swap);

@charset "UTF-8";

@font-face {
  font-family: icons — копия;
  font-display: swap;
  src: url("../fonts/icons — копия.woff2") format("woff2"), url("../fonts/icons — копия.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

.teams__arrow::before,
.select._select-checkbox .select__option::before,
.select__value:after,
.select__title_widget::before,
[class*=_icon-]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=_icon-]:before {
  display: block;
}

._icon-arrow::before {
  content: "\e910";
}

._icon-slide-arrow::before {
  content: "\e901";
}

._icon-location::before {
  content: "\e911";
}

._icon-facebook:before {
  content: "\e902";
}

._icon-linkidin:before {
  content: "\e903";
}

._icon-instagram:before {
  content: "\e904";
}

._icon-youtube:before {
  content: "\e905";
}

._icon-globe:before {
  content: "\e908";
}

._icon-orcid:before {
  content: "\e909";
}

._icon-telegram:before {
  content: "\e914";
}

._icon-email:before {
  content: "\e912";
}

._icon-duet:before {
  content: "\e913";
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #707070;
  line-height: 1;
  font-family: "Open Sans";
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Open Sans";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

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

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  min-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;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

[class*=__container] {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 1.5625rem;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.9375rem 1.875rem;
  background-color: #04134e;
  border-radius: 0.1875rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.button._fw {
  width: 100%;
}

.checkbox {
  position: relative;
}

.checkbox:not(:last-child) {
  margin-bottom: 0.625em;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

br .checkbox__input:focus + .checkbox__label:before {
  -webkit-box-shadow: 0 0 5px #0081a7;
          box-shadow: 0 0 5px #0081a7;
}

.checkbox__input:checked + .checkbox__label:before {
  background: url("../img/aside/checked.svg") center/cover no-repeat;
}

.checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.checkbox__label:before {
  content: "";
  border-radius: 0.25rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  background-color: #D9D9D9;
}

.checkbox__text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.select {
  width: 100%;
  position: relative;
}

.select_padding .select__value {
  padding: 0;
  padding-right: 0.9375rem;
}

.select__body {
  position: relative;
}

.select__title {
  color: inherit;
  text-align: left;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  min-width: 14.0625em;
  height: 40px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

._select-open .select__title {
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  border-radius: 4px 4px 0 0;
}

.select__title_widget {
  color: #000;
  position: relative;
  min-width: auto;
  height: auto;
  border: none;
  background-color: #F3F3F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  font-size: 0.8125rem;
}

.select__title_widget::before {
  content: "\e908";
  color: #0081A7;
  padding-left: 0.3125rem;
  font-size: 0.8125rem;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 1.875rem;
  padding: 0.3125rem 0.9375rem;
  gap: 0.625rem;
}

.select__value > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__value:after {
  font-size: 0.5rem;
  content: "\e910";
  color: #717171;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  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;
}

._select-open .select__value:after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select__value_width {
  padding: 0px 0.3125rem 0px 0px;
}

.select__value_width::after {
  font-size: 0.75rem;
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}

.select__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
  min-height: 30px;
  outline: none;
  padding-left: 0.9375rem;
  border-radius: 0.3125rem;
}

.select__input:focus {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}

.select__options {
  color: #000;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top: 0;
  padding-top: 0.125rem;
  overflow: hidden;
}

.select__options_widget {
  border: none;
  padding: 0;
  border-top: 1px solid black;
  background-color: #F3F3F3;
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.select__scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #B5B5B5;
}

.select__scroll::-webkit-scrollbar-thumb {
  border-radius: 0 0 8px 0;
  background-color: #0081a7;
}

.select__scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
  background-color: #B5B5B5;
}

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 5px 15px;
  color: inherit;
}

.select__option._select-selected {
  background-color: #eee;
}

.select__option_padding {
  padding-right: 45px;
}

.select__option_center {
  padding: 3px 15px;
  font-size: 0.8125rem;
  text-align: center;
}

.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select._select-open {
  z-index: 5;
}

.select._select-checkbox .select__option {
  position: relative;
  color: #000;
  background-color: #fff;
}

.select._select-checkbox .select__option::before {
  color: #fff;
  position: absolute;
  font-size: 0.75rem;
  z-index: 5;
  width: 22px;
  height: 22px;
  top: 50%;
  right: 15px;
  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;
  border: 1px solid #000;
  border-radius: 6px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.select._select-checkbox .select__option._disabled::before {
  background-color: #979797;
}

.select._select-checkbox .select__option._dashed {
  border-bottom: 10px solid transparent;
}

.select._select-checkbox .select__option._dashed::after {
  content: "";
  position: absolute;
  width: calc(100% - 33px);
  background-color: #E9ECEF;
  height: 1px;
  bottom: -6px;
  left: 15px;
}

.select._select-checkbox ._select-selected {
  position: relative;
}

.select._select-checkbox ._select-selected::before {
  color: #fff;
  background-color: #0081a7;
}

._select-tag {
  cursor: pointer;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  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;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #eee;
  padding: 20px;
  border-radius: 20px;
}

.lock .popup__content {
  visibility: visible;
}

.popup-video-show body::after {
  opacity: 1;
}

.popup-video {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup-video_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup-video_show .popup-video__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup-video__wrapper {
  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;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup-video__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #eee;
  width: 100%;
  max-width: 900px;
  overflow: hidden;
}

.lock .popup-video__content {
  visibility: visible;
}

.popup-video__content {
  border-radius: 5px;
}

.popup-video__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.625rem;
}

.popup-video__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  text-align: center;
  padding: 0.625rem 0;
  padding-left: 2.5rem;
  padding-right: 0.625rem;
  font-weight: 700;
  color: #000;
}

.popup-video__link {
  font-size: 1.125rem;
  color: #0081a7;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  position: relative;
  line-height: 1.33;
  word-break: break-all;
}

.popup-video__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #0081a7;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.popup-video__close {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}

.popup-video__close::before,
.popup-video__close::after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background-color: #000;
  pointer-events: none;
}

.popup-video__close::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup-video__close::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup-video__body {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.25rem;
}

.popup-video__body iframe {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}

.popup__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: 1.25rem;
  padding-bottom: 1.25rem;
  border-radius: 0.3125rem;
}

.popup__content_gap {
  row-gap: 0.3125rem;
}

.popup__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.625rem;
}

.popup__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  text-align: center;
  padding-right: 0.625rem;
  font-weight: 700;
  color: #000;
}

.popup__link {
  font-size: 1.125rem;
  color: #0081a7;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  position: relative;
  line-height: 1.33;
  word-break: break-all;
}

.popup__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #0081a7;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.popup__close {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}

.popup__close::before,
.popup__close::after {
  pointer-events: none;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background-color: #000;
}

.popup__close::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup__close::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup__body {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.25rem;
}

.popup__text {
  text-align: center;
  font-size: 1.125rem;
  line-height: 137%;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__image-ibg {
  width: 100%;
  height: 100%;
  max-width: 9.375rem;
  min-height: 9.375rem;
}

.submit-form {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 25rem;
  margin: 0 auto;
  -webkit-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.submit-form_show {
  z-index: 150;
  visibility: visible;
  pointer-events: auto;
}

.submit-form_show .submit-form__content {
  visibility: visible;
  right: 0;
}

.submit-form__wrapper {
  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;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.submit-form__content {
  position: relative;
  right: -100vw;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #eee;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.submit-form__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.9375rem;
  padding-bottom: 0.9375rem;
}

.submit-form__close {
  display: none;
}

.submit-form__body {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0.9375rem;
}

.submit-form__text {
  text-align: center;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 137%;
  color: #000;
}

.submit-form__image-ibg {
  width: 100%;
  height: 100%;
  max-width: 1.875rem;
  min-height: 1.875rem;
}

.submit-form__image-ibg img {
  width: 100%;
  height: 100%;
}

.spollers_info {
  width: 100%;
}

.spollers__summary {
  cursor: pointer;
  border-radius: 0.3125rem;
  border: 0.5px solid #D1D1D1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.spollers__summary svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.5625rem;
          flex: 0 0 0.5625rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

[open] .spollers__summary {
  border-bottom: none;
  border-radius: 0.3125rem 0.3125rem 0 0;
}

[open] .spollers__summary svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.spollers__summary::marker,
.spollers__summary::-webkit-details-marker {
  display: none;
}

.spollers__summary:focus {
  outline: none;
  border: 0.5px solid #0081a7;
}

[open] .spollers__summary:focus {
  border-bottom: none;
}

.spollers__summary:focus + .spollers__content {
  border: 0.5px solid #0081a7;
  border-top: none;
}

.spollers__summary_info {
  pointer-events: none;
}

.spollers__summary_info:focus {
  border: 0.5px solid #D1D1D1;
}

.spollers__summary_info:focus + .spollers__content {
  border: 0.5px solid #D1D1D1;
  border-top: none;
}

.spollers__summary_info svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.5625rem;
          flex: 0 0 0.5625rem;
}

.spollers__title {
  font-family: "Inter";
  font-weight: 600;
  color: #131313;
}

.spollers__title_tc {
  text-align: center;
  padding: 20px 0;
}

.spollers__content {
  padding: 0.9375rem;
  padding-top: 0rem;
  border-radius: 0 0 0.375rem 0.375rem;
  border: 0.5px solid #D1D1D1;
  border-top: none;
  background-color: #fff;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.page {
  padding-top: 10.125rem;
  padding-bottom: 1.5625rem;
}

.page__container {
  display: -ms-grid;
  display: grid;
  gap: 1.5625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.page__container_none {
  max-width: none;
}

.no-webp .page__about-us{
  background: fixed content-box no-repeat url("../img/background/duet-photo.png") center/cover; }

.page__about-us {
  height: 480px;
  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;
}

.select-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3125rem;
}

.select-tags:not(:last-child) {
  margin-bottom: 0.625rem;
}

.tags-panel .select-tags {
  margin-bottom: 0;
  gap: 0.625rem;
}

.select-tags ._select-tag {
  background-color: #D1D1D1;
  border-radius: 0.125rem;
  padding: 0.3125rem;
  padding-right: 1.375rem;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Inter";
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tags-panel .select-tags ._select-tag {
  background-color: #8A92A6;
  padding: 0.4375rem;
  padding-right: 1.375rem;
}

.select-tags ._select-tag::after,
.select-tags ._select-tag::before {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 0.125rem;
  top: 50%;
  right: 0.4375rem;
  background-color: #fff;
}

.select-tags ._select-tag::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.select-tags ._select-tag::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.select-tags:empty {
  display: none;
}

.table-compaire {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  padding: 0 1.5625rem;
  padding-bottom: 1.25rem;
}

.table-compaire .header-result__container {
  padding: 0;
}

.table-compaire__item {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 1.5625rem;
     -moz-column-gap: 1.5625rem;
          column-gap: 1.5625rem;
  -ms-grid-columns: (calc(33.333vw - 55.5px))[4];
  grid-template-columns: repeat(4, calc(33.333vw - 55.5px));
}

.beta-test {
  background: #F3F3F3;
  padding: 0.625rem;
}

.beta-test__text {
  font-size: 0.625rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000;
}

.beta-test__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.beta-test__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.beta-test__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.beta-test__analytics {
  color: #000;
  font-size: 13px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  background-color: #fff;
}

.header._header-scroll {
  position: fixed;
  top: -100%;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
}

.header._header-show {
  -webkit-transition: top 0.4s ease 0s;
  transition: top 0.4s ease 0s;
  top: 0;
}

.header__container {
  min-height: 3.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__container_jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__image-ibg {
  position: relative;
}

.header__image-ibg svg path:not(path:nth-child(11)) {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__header {
  display: none;
}

.menu__list {
  text-align: center;
  position: relative;
}

.menu__logo {
  display: none;
}

.menu__item,
.menu__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu__item_visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-open .menu__item_ask.menu__item_visible {
  display: none;
}

.menu__footer {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.menu__search {
  position: absolute;
  top: 0;
  right: 7.8125rem;
}

.en .menu__search {
  right: 9.0625rem;
}

.menu__link {
  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;
  color: #000;
  padding: 0.625rem 0.3125rem;
  border-radius: 0.1875rem;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  bottom: 0;
  left: 0;
  background-color: #0081a7;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.menu__link_darkblue {
  padding: 0.625rem 0.8125rem;
  color: #fff;
  background-color: #04134e;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.menu__link_darkblue::before {
  display: none;
}

.menu__button-link {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 0 1px #9d9d9d;
          box-shadow: 0 0 0 1px #9d9d9d;
  border-radius: 3px;
  padding: 10px 0;
}

.menu__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 100%;
  text-align: center;
}

.icon-menu {
  display: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.footer {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #e9ecef;
}

.body-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 2.5rem;
  font-weight: 600;
  margin: 0 -15px;
}

.body-footer__logo-ibg {
  width: 15rem;
  height: 2.5rem;
}

.body-footer__column {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.body-footer__column_logo {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.body-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.body-footer__logo::before {
  font-size: 4.25rem;
  color: #04134e;
}

.body-footer__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 22.1875rem;
  color: #979797;
  font-size: 0.875rem;
  line-height: 1.7857142857;
}

.body-footer__text {
  color: #979797;
  font-size: 1rem;
  line-height: 1.5625;
}

.body-footer__social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
}

.body-footer__list {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
}

.body-footer__link {
  color: #00afb9;
  line-height: 1.375;
  -webkit-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  position: relative;
}

.body-footer__link::before {
  color: #04134e;
  font-size: 2.5rem;
}

.body-footer__link_underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #00afb9;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.body-footer__title {
  font-size: 1.375rem;
  line-height: 1.3636363636;
  color: #000;
  text-transform: uppercase;
}

.body-footer__title:not(:last-child) {
  margin-bottom: 0.9090909091em;
}

.city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.city__name {
  cursor: pointer;
  padding: 5px 0;
  color: black;
  font-size: 13px;
  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: 9px;
  min-width: 3vw;
  max-width: 350px;
}

.city__caption {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.city__icon svg,
.city__arrow svg {
  width: 13px;
}

.city-popup__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.city-popup__title {
  color: black;
}

.city-popup__main {
  padding: 10px;
}

.city-popup__input {
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 0.5px #979797;
          box-shadow: 0 0 0 0.5px #979797;
}

.city-popup__group {
  display: -ms-grid;
  display: grid;
  gap: 7px;
  padding-top: 7px;
}

.city-popup__list {
  padding: 8px;
  cursor: pointer;
}

.city-popup__list:hover:not(.city-popup__list_current),
.city-popup__list_current {
  -webkit-transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  color: white;
  border-radius: 5px;
}

.city-popup__list:hover:not(.city-popup__list_current) {
  background-color: #04134e;
}

.city-popup__list_current {
  background-color: #B5B5B5;
}

.city-popup__footer {
  padding-top: 20px;
  text-align: center;
  border-top: 0.5px solid rgba(0, 0, 0, 0.2117647059);
}

.skiptranslate {
  display: none !important;
}

#goog-gt-tt {
  display: none !important;
}

.analytics {
  display: none;
}

.about__title {
  font-size: 32px;
  color: #fff;
}

.about__stages,
.about__teams,
.about__history,
.about__presentation {
  padding: 45px 0;
  max-width: 1310px;
  margin: 0 auto;
}

.about__presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.history {
  background-color: #fdfdff;
}

.history__title {
  padding: 0 0 25px;
}

.history__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.history__project {
  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: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.history__text {
  color: #434343;
  line-height: 2;
}

.history__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.history__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.history__btn {
  margin-top: 1.875rem;
  border: 1px solid #04134e;
  -webkit-filter: drop-shadow(0 2px 4px rgba(58, 87, 232, 0.3));
          filter: drop-shadow(0 2px 4px rgba(58, 87, 232, 0.3));
  border-radius: 0.25rem;
  line-height: 175%;
  color: #04134e;
  padding: 0.5rem 0.9375rem;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.history__btn:hover {
  background-color: #04134e;
  color: #fff;
}

.stages {
  background-color: #fff;
}

.stages__title {
  padding: 0 0 25px;
}

.stages__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}

.stages__project {
  cursor: pointer;
  padding: 25px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  -webkit-transition: border-image 0.3s ease-in-out;
  transition: border-image 0.3s ease-in-out;
  transition: border-image 0.3s ease-in-out, -o-border-image 0.3s ease-in-out;
}

.stages__project:nth-child(2n+1) {
  -o-border-image: linear-gradient(150deg, #00afb9 25%, #fff 50%) 2/2px;
     border-image: linear-gradient(150deg, #00afb9 25%, #fff 50%) 2/2px;
}

.stages__project:nth-child(2n+2) {
  -o-border-image: linear-gradient(150deg, #fff 25%, #00afb9 50%) 2/2px;
     border-image: linear-gradient(150deg, #fff 25%, #00afb9 50%) 2/2px;
}

.stages__project:hover {
  -o-border-image: linear-gradient(#fff 0%, #00afb9 0%) 2/2px;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0%, #00afb9)) 2/2px;
     border-image: linear-gradient(#fff 0%, #00afb9 0%) 2/2px;
}

.stages__caption {
  color: #202930;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 15px;
}

.stages__text {
  color: #696969;
}

.teams__member {
  -webkit-box-shadow: 0 0 0 1px #D9D9D9;
          box-shadow: 0 0 0 1px #D9D9D9;
  position: relative;
  height: 315px;
}

.teams__wrapper {
  overflow: hidden;
  min-width: 0;
  width: clamp(13.4375rem, 100vw - 200px, 90rem);
}

.teams__arrow {
  padding: 8.93px 10px;
  color: #0081a7;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.teams__arrow::before {
  content: "\e901";
  display: block;
  -webkit-transform: translate(0, 15%);
      -ms-transform: translate(0, 15%);
          transform: translate(0, 15%);
}

.teams__arrow:hover {
  background-color: rgba(0, 129, 167, 0.05);
}

.teams__arrow:active {
  background-color: #0081a7;
  color: #fff;
}

.teams__arrow_prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.2);
}

.teams__content {
  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;
  gap: clamp(0px, -0.875rem + 2.333vw, 24px);
}

.teams__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.teams__card {
  padding: 0 clamp(0px, -0.875rem + 5.333vw, 24px) 0;
}

.teams__title {
  padding-bottom: 45px;
}

.member {
  cursor: pointer;
  width: 100%;
}

.member__comment {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  height: 62px;
  margin: 0 10px 19px;
  background-color: #fff;
  -webkit-transition: margin 0.2s ease-in-out, height 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out, height 0.2s ease-in-out;
}

.member:hover .member__comment {
  overflow: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: 0;
}

.member:hover .member__img {
  height: 75%;
}

.member__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.member__wrapper {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.member__description {
  font-size: 13px;
  color: #000;
}

.member__name {
  font-weight: bold;
}

.member__job {
  font-size: 13px;
}

.member__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.member__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.member__social {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
  padding: 12.5px 0;
  -webkit-box-shadow: 0 0 0 1px currentColor;
          box-shadow: 0 0 0 1px currentColor;
  color: #00AFB9;
  -webkit-transition: color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}

.member__social:hover {
  color: white;
  -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
  background-color: #00AFB9;
}

.subtitle {
  color: #000;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

@media (min-width: 24.6875em) {
  .popup-video__title {
    font-size: 1.375rem;
  }

  .popup__title {
    font-size: 1.375rem;
  }

  .popup__title {
    padding-left: 1.875rem;
  }
}

@media (min-width: 53.75em) {
  .header__image-ibg {
    width: 18.75rem;
  }

  .header__image-ibg {
    height: 1.6875rem;
  }
}

@media (min-width: 61.99875em) {
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.625rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: space-between;
        -ms-flex-align: space-between;
            align-items: space-between;
  }

  .menu__item_ask {
    margin-left: 2.5rem;
    display: block;
  }
}

@media (min-width: 68.75em) {
  .spollers__summary_info svg {
    display: none;
  }
}

@media (min-width: 20em) {
  .popup-video__body iframe {
    -ms-flex-preferred-size: 30.1875rem;
        flex-basis: 30.1875rem;
  }
}

@media (min-width: 62em) {
  .page {
    padding-top: 6.5625rem;
  }
}

@media screen and (max-width: 1025px) {
  .history__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .history__project {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .history__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 550px) {
  .city__name {
    width: 65vw;
  }
}

@media (max-width: 30em) {
  .page {
    padding-top: 7.5rem;
  }
}

@media screen and (max-width: 476px) {
  .select__title {
    width: 100%;
    min-width: auto;
  }
}

@media (max-width: 83.125em) {
  .table-compaire__item {
    -ms-grid-columns: (calc(50vw - 70px))[4];
    grid-template-columns: repeat(4, calc(50vw - 70px));
  }
}

@media (max-width: 68.75em) {
  .spollers__summary_info {
    pointer-events: auto;
  }
}

@media (max-width: 61.99875em) {
  .header__image-ibg .menu-open svg path:not(path:nth-child(11)) {
    fill: #fff;
  }

  .menu__logo .header__image-ibg .menu-open svg path:not(path:nth-child(11)) {
    fill: #000;
  }

  .menu-open .menu {
    overflow: auto;
    position: fixed;
    top: 0;
    padding: 20px;
    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%;
    background-color: #fff;
    opacity: 0.98;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }

  .menu-open .menu {
    left: 0;
  }

  .menu-open .menu::before {
    left: 0;
  }

  .menu__body {
    display: none;
  }

  .menu-open .menu__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .menu__header {
    display: block;
  }

  .menu-open .menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .menu__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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .menu-open .menu__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-open .menu__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .menu__search {
    top: 58%;
    -webkit-transform: translate(0px, -2px);
        -ms-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
    right: 4.375rem;
  }

  .en .menu__search {
    right: 4.375rem;
  }

  .menu__link {
    font-size: 1.125rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .menu__link_darkblue {
    background-color: #04134e;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 2.5rem;
    height: 1.5rem;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }

  .menu-open .icon-menu span,
  .menu-open .icon-menu::before,
  .menu-open .icon-menu::after {
    background-color: #000;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media (max-width: 47.99875em) {
  .table-compaire__item {
    -ms-grid-columns: (calc(100vw - 115px))[4];
    grid-template-columns: repeat(4, calc(100vw - 115px));
  }
}

@media screen and (max-width: 47.99875em) {
  .beta-test__caption {
    display: none;
  }

  .beta-test__item {
    display: none;
  }

  .beta-test__item.language {
    display: block;
  }

  .beta-test__analytics {
    display: none;
  }

  .analytics {
    display: block;
  }
}

@media (max-width: 29.99875em) {
  .submit-form {
    max-width: 15.625rem;
  }

  .submit-form__image-ibg {
    display: none;
  }

  .page__container {
    padding: 0 0.9375rem;
  }

  .table-compaire__item {
    -ms-grid-columns: (calc(100vw - 80px))[4];
    grid-template-columns: repeat(4, calc(100vw - 80px));
  }
}

@media (max-width: 0.0625em) {
  .popup-video__title {
    font-size: 1.125rem;
  }

  .popup-video__body iframe {
    -ms-flex-preferred-size: 9.375rem;
        flex-basis: 9.375rem;
  }

  .popup__title {
    font-size: 1.125rem;
  }

  .popup__title {
    padding-left: 0.3125rem;
  }

  .header__image-ibg {
    width: 11.875rem;
  }

  .header__image-ibg {
    height: 1.1875rem;
  }
}

@media (min-width: 0.0625em) and (max-width: 24.6875em) {
@supports (font-size: clamp( 1.125rem , 1.1243654822rem  +  1.0152284264vw , 1.375rem )) {
    .popup-video__title {
      font-size: clamp( 1.125rem , 1.1243654822rem  +  1.0152284264vw , 1.375rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 1.1243654822rem  +  1.0152284264vw , 1.375rem )) {
    .popup-video__title {
      font-size: calc(1.125rem + 0.25 * (100vw - 0.0625rem) / 24.625);
    }
}

@supports (font-size: clamp( 1.125rem , 1.1243654822rem  +  1.0152284264vw , 1.375rem )) {
    .popup__title {
      font-size: clamp( 1.125rem , 1.1243654822rem  +  1.0152284264vw , 1.375rem );
    }
}

@supports not (font-size: clamp( 1.125rem , 1.1243654822rem  +  1.0152284264vw , 1.375rem )) {
    .popup__title {
      font-size: calc(1.125rem + 0.25 * (100vw - 0.0625rem) / 24.625);
    }
}

@supports (padding-left: clamp( 0.3125rem , 0.308534264rem  +  6.345177665vw , 1.875rem )) {
    .popup__title {
      padding-left: clamp( 0.3125rem , 0.308534264rem  +  6.345177665vw , 1.875rem );
    }
}

@supports not (padding-left: clamp( 0.3125rem , 0.308534264rem  +  6.345177665vw , 1.875rem )) {
    .popup__title {
      padding-left: calc(0.3125rem + 1.5625 * (100vw - 0.0625rem) / 24.625);
    }
}
}

@media (min-width: 0.0625em) and (max-width: 20em) {
@supports (flex-basis: clamp( 9.375rem , 9.3097570533rem  +  104.3887147335vw , 30.1875rem )) {
    .popup-video__body iframe {
      -ms-flex-preferred-size: clamp( 9.375rem , 9.3097570533rem  +  104.3887147335vw , 30.1875rem );
          flex-basis: clamp( 9.375rem , 9.3097570533rem  +  104.3887147335vw , 30.1875rem );
    }
}

@supports not (flex-basis: clamp( 9.375rem , 9.3097570533rem  +  104.3887147335vw , 30.1875rem )) {
    .popup-video__body iframe {
      -ms-flex-preferred-size: calc(9.375rem + 20.8125 * (100vw - 0.0625rem) / 19.9375);
          flex-basis: calc(9.375rem + 20.8125 * (100vw - 0.0625rem) / 19.9375);
    }
}
}

@media (min-width: 30em) and (max-width: 62em) {
@supports (padding-top: clamp( 6.5625rem , 8.37890625rem  +  -2.9296875vw , 7.5rem )) {
    .page {
      padding-top: clamp( 6.5625rem , 8.37890625rem  +  -2.9296875vw , 7.5rem );
    }
}

@supports not (padding-top: clamp( 6.5625rem , 8.37890625rem  +  -2.9296875vw , 7.5rem )) {
    .page {
      padding-top: calc(7.5rem + -0.9375 * (100vw - 30rem) / 32);
    }
}
}

@media (min-width: 0.0625em) and (max-width: 53.75em) {
@supports (width: clamp( 11.875rem , 11.8669965076rem  +  12.8055878929vw , 18.75rem )) {
    .header__image-ibg {
      width: clamp( 11.875rem , 11.8669965076rem  +  12.8055878929vw , 18.75rem );
    }
}

@supports not (width: clamp( 11.875rem , 11.8669965076rem  +  12.8055878929vw , 18.75rem )) {
    .header__image-ibg {
      width: calc(11.875rem + 6.875 * (100vw - 0.0625rem) / 53.6875);
    }
}

@supports (height: clamp( 1.1875rem , 1.1869179278rem  +  0.9313154831vw , 1.6875rem )) {
    .header__image-ibg {
      height: clamp( 1.1875rem , 1.1869179278rem  +  0.9313154831vw , 1.6875rem );
    }
}

@supports not (height: clamp( 1.1875rem , 1.1869179278rem  +  0.9313154831vw , 1.6875rem )) {
    .header__image-ibg {
      height: calc(1.1875rem + 0.5 * (100vw - 0.0625rem) / 53.6875);
    }
}
}

@media (any-hover: hover) {
  .button:hover {
    background-color: #0081a7;
  }

  .select__option:hover {
    background: #0081A7;
    color: #fff;
  }

  .popup-video__link:hover {
    color: #04134e;
  }

  .popup-video__link:hover::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .popup__link:hover {
    color: #04134e;
  }

  .popup__link:hover::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .select-tags ._select-tag:hover {
    background-color: #97a0b6;
  }

  .menu__link:hover::before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  .menu__link_darkblue:hover {
    background-color: #0081a7;
  }

  .body-footer__link:hover {
    color: #04134e;
  }

  .body-footer__link_underline:hover::after {
    background-color: #04134e;
  }
}

.webp .page__about-us{ background: fixed content-box no-repeat url(../img/background/duet-photo.webp) center/cover; }