/* ==========================================================================
   SPECIFICATION
   ========================================================================== */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2?v=3.18") format("woff2"),
    url("../fonts/Inter-Regular.woff?v=3.18") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2?v=3.18") format("woff2"),
    url("../fonts/Inter-Medium.woff?v=3.18") format("woff");
}
/* inter-600 - latin_cyrillic */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v8-latin_cyrillic-600.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/inter-v8-latin_cyrillic-600.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/inter-v8-latin_cyrillic-600.woff2") format("woff2"),
    url("../fonts/inter-v8-latin_cyrillic-600.woff") format("woff"),
    url("../fonts/inter-v8-latin_cyrillic-600.ttf") format("truetype"),
    url("../fonts/inter-v8-latin_cyrillic-600.svg#Inter") format("svg");
  /* Legacy iOS */
}
/* rubik-600 - latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/rubik-v19-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/rubik-v19-latin-600.eot?#iefix") format("embedded-opentype"),
    url("../fonts/rubik-v19-latin-600.woff2") format("woff2"),
    url("../fonts/rubik-v19-latin-600.ttf") format("truetype"),
    url("../fonts/rubik-v19-latin-600.svg#Rubik") format("svg");
  /* Legacy iOS */
}
/* rubik-700 - latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rubik-v19-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/rubik-v19-latin-700.eot?#iefix") format("embedded-opentype"),
    url("../fonts/rubik-v19-latin-700.woff2") format("woff2"),
    url("../fonts/rubik-v19-latin-700.woff") format("woff"),
    url("../fonts/rubik-v19-latin-700.ttf") format("truetype"),
    url("../fonts/rubik-v19-latin-700.svg#Rubik") format("svg");
  /* Legacy iOS */
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

html,
body {
  position: relative;
  min-height: 100%;
  background: #fdfdfd;
  -webkit-font-smoothing: antialiased;
  font-family: "Inter", "Arial", sans-serif;
}

.main {
  overflow: hidden;
  padding-top: 95px;
}
@media screen and (min-width: 768px) {
  .main {
    padding-top: 1px;
  }
}

ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
a[href] {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border-style: none;
}

picture {
  display: block;
}

/* Remove shadow from fields for WebKit browsers */
input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  appearance: none;
}

select {
  cursor: pointer;
}

textarea {
  resize: none;
}

li {
  list-style-type: none;
}

.container {
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}

h1,
.h1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #010101;
  font-family: "Rubik", "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 44px;
    line-height: 47px;
    font-weight: 700;
  }
}
@media screen and (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 57px;
    font-weight: 700;
  }
}

h2,
.h2 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #010101;
  font-family: "Rubik", "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 40px;
    line-height: 47px;
    font-weight: 600;
  }
}

.text-x {
  color: #516176;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  font-family: "Inter", "Arial", sans-serif;
}

.text-xs {
  color: #516176;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  font-family: "Inter", "Arial", sans-serif;
}

.text-s {
  color: #516176;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Inter", "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .text-s {
    font-size: 18px;
    line-height: 22px;
  }
}

.text-m {
  color: #000000;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 400;
  font-family: "Inter", "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .text-m {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
  }
}

.icon-svg {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
}

.btn {
  user-select: none;
  touch-action: manipulation;
  cursor: pointer;
}

.btn-rect {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  min-width: 160px;
  width: 100%;
  height: 48px;
  color: #ffffff;
  font-size: 18px;
  font-family: "Inter", "Arial", sans-serif;
  line-height: 32px;
  font-weight: 500;
  border-radius: 10px;
  border-color: transparent;
  border-style: solid;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  white-space: nowrap;
  padding: 10px 16px;
}
@media screen and (min-width: 768px) {
  .btn-rect {
    margin-bottom: 0;
    margin-right: 10px;
    max-width: 174px;
  }
}

.btn-rect.btn-black {
  height: 54px;
}
@media screen and (min-width: 768px) {
  .btn-rect.btn-black {
    max-width: 178px;
  }
}

@media screen and (min-width: 992px) {
  .btn-wrap .btn-rect.btn-black:first-child {
    margin-right: 16px;
  }
}

.btn__icon.btn__icon--apple,
.btn__icon.btn__icon--google {
  width: 20px;
}

.btn-blue:hover {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.2),
      rgba(255, 255, 255, 0.2)
    ),
    #0379f7;
}

.btn-blue:active,
.btn-blue:focus {
  background: #0330f7;
}

.btn__title-wrap {
  display: flex;
  flex-direction: column;
}

.btn-rect .btn__title {
  line-height: 1;
}

.btn__title.btn__title--small {
  font-size: 12px;
}

.btn-black {
  background-color: #000000;
  min-width: 200px;
}

.btn-blue {
  background-color: #0379f7;
}

.btn-red {
  background-color: #e83725;
}

.btn-white-black {
  background-color: #fdfdfd;
  color: #000000;
}

.btn-white-red {
  background-color: #fdfdfd;
  color: #e83725;
}

.btn-white-blue:active,
.btn-white-red:active,
.btn-white-blue:hover,
.btn-white-red:hover,
.btn-white-blue:focus,
.btn-white-red:focus {
  background-color: #f5f5f5;
}

.btn-blue svg {
  color: #fdfdfd;
}

.btn-white-red svg {
  color: #e83725;
}

.btn__icon {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

/* Shake custom
   ========================================================================== */
@keyframes shake-custom {
  0% {
    transform: rotateZ(0);
  }
  10% {
    transform: rotateZ(-30deg);
  }
  20% {
    transform: rotateZ(15deg);
  }
  30% {
    transform: rotateZ(-10deg);
  }
  40% {
    transform: rotateZ(7.5deg);
  }
  50% {
    transform: rotate(-6deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(-4.28571deg);
  }
  80% {
    transform: rotate(3.75deg);
  }
  90% {
    transform: rotate(-3.33333deg);
  }
  100% {
    transform: rotate(0);
  }
}
/* ==========================================================================
   HOME PAGE
   ========================================================================== */
.modal {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 10000;
  max-width: 400px;
  min-width: 260px;
  width: auto;
  box-shadow: -3px -2px 36px 1px rgba(34, 60, 80, 0.2);
  border-radius: 3px;
  text-align: left;
  font-family: "Inter", "Arial", sans-serif;
  background: #f95d51;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .modal {
    right: 20px;
  }
}

.modal.open {
  display: block;
}

.modal__text {
  padding: 10px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
  color: #fdfdfd;
  font-family: "Inter", "Arial", sans-serif;
}

.modal__icon {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

.modal__icon svg {
  width: 20px;
  height: 20px;
  color: #fdfdfd;
}

.overlay-cookies {
  display: none;
  position: fixed;
  background-color: #fdfdfd;
  bottom: 16px;
  width: calc(100% - 20px);
  height: 80px;
  z-index: 9999;
  overflow-y: auto;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .overlay-cookies {
    width: 100%;
    max-width: 540px;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .overlay-cookies {
    left: 10px;
  }
}

.overlay-cookies.open {
  display: block;
}

.overlay-cookies a {
  color: #0379f7;
  font-weight: 600;
}

.overlay-cookies.hide {
  display: none;
}

.overlay-cookies__close {
  max-width: 30px;
  width: 100%;
  height: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-cookies__img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.overlay-cookies__close img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.overlay-cookies__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.overlay-cookies__text {
  color: #516176;
  font-family: "Inter", "Arial", sans-serif;
  margin: 0 14px 0 8px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .overlay-cookies__text {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
  }
}

.overlay-cookies__content {
  width: 100%;
  height: 100%;
  padding: 10px 18px 10px 10px;
}
@media screen and (min-width: 768px) {
  .overlay-cookies__content {
    padding: 16px 22px 16px 16px;
  }
}

.overlay-modal {
  display: none;
  position: fixed;
  background-color: #fdfdfd;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow-y: auto;
  cursor: pointer;
}

.overlay-modal.show {
  display: block;
}

.overlay__box {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.overlay__wrap {
  background-color: #fff;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  cursor: default;
}

.overlay__content {
  width: 100%;
  height: 100%;
}

.overlay__close {
  position: absolute;
  top: 30px;
  right: 14px;
  cursor: pointer;
  z-index: 101;
}

.overlay__close svg {
  width: 25px;
  height: 25px;
  color: #000000;
}

.overlay__img {
  margin-bottom: 15px;
  display: inline-block;
}

.overlay__img svg {
  width: 50px;
  height: 50px;
  color: #62c584;
}

.overlay__text {
  padding: 10px;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
  color: #000000;
  font-family: "Rubik", "Arial", sans-serif;
}

.overlay-modal .grid-item__title.text-s {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

.overlay-modal .nav-item__link.text-m {
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}

.overlay-modal .grid-item__title,
.overlay-modal a.grid-item__title {
  margin-bottom: 16px;
}

.overlay-modal .grid-item:not(:last-child) {
  margin-bottom: 40px;
}

.menu-overlay__center {
  margin-bottom: 30px;
  position: relative;
  z-index: 100;
}

.menu-overlay__top {
  display: flex;
  margin-bottom: 80px;
}

.overlay-modal .nav__list.nav__list--soc .nav-item__soc-title {
  display: none;
}

.overlay-modal .nav__list.nav__list--soc {
  display: flex;
  justify-content: center;
}

.overlay-modal .nav__list.nav__list--soc .nav__item.nav-item:not(:last-child) {
  margin-right: 16px;
}

.overlay-modal .nav-item {
  justify-content: center;
  display: flex;
}

.menu-overlay__bottom {
  width: 100%;
  vertical-align: bottom;
  margin: auto 0 0;
  display: inline-block;
}

.select-wrapper.select-wrapper--overlay {
  width: 100%;
  display: block;
}

.select-wrapper--overlay .select__item span {
  width: 100%;
}

.select-wrapper--overlay .select__body {
  transform: translateY(-100%);
  border-radius: 0;
  z-index: 2;
}

.select-wrapper--overlay .select .select__overlay {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #010101;
  opacity: 0.4;
  display: none;
}

.select-wrapper--overlay .select.is-active .select__overlay {
  display: block;
}

.overlay-modal .grid-item {
  z-index: -1;
  position: relative;
}

.select-wrapper--overlay .select__header {
  border-radius: 0;
}

.select-wrapper--overlay .select__close {
  width: 20px;
  height: 20px;
}

.select-wrapper--overlay .select__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.select-wrapper--overlay .select__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}

@media screen and (max-width: 991px) {
  .row.form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .row.form {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .form .soc-list {
    justify-content: center;
  }
}

.form .soc-el:first-child {
  margin-right: 40px;
}

@media screen and (min-width: 992px) {
  .form .form__content-bottom.form__content-bottom--desk .soc-el:first-child {
    margin-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .form .form__content-bottom.form__content-bottom--mob .soc-el {
    margin-right: 40px;
  }
}

@media screen and (max-width: 991px) {
  .form .form__content-bottom.form__content-bottom--mob .soc-el:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .form .col50.col50--left {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .form .col50.col50--left {
    max-width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .form .col50.col50--left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.form__content-inner {
  max-width: 100%;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .form__content-inner {
    text-align: start;
    max-width: 50%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .form__content-inner {
    max-width: 100%;
    margin: 0;
  }
}

.form__content-bottom.form__content-bottom--desk {
  display: none;
}
@media screen and (min-width: 992px) {
  .form__content-bottom.form__content-bottom--desk {
    display: block;
  }
}

.form__content-bottom.form__content-bottom--mob {
  display: block;
  margin: 40px auto 0;
}
@media screen and (min-width: 992px) {
  .form__content-bottom.form__content-bottom--mob {
    display: none;
  }
}

.form .col50.col50--right {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .form .col50 {
    max-width: 100%;
  }
}

.form .btn-rect {
  margin-right: 0;
  margin-top: 10px;
  max-width: 100%;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .form .btn-rect {
    width: 160px;
  }
}

.form .col50.col50--right {
  justify-content: flex-start;
}

.form__content-top {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .form__content-top {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .form__content-top {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .form__content-top {
    padding-left: 0;
  }
}
.form__title {
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .form__title {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .form__content-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.form .soc-el__icon.icon-fb svg,
.form .soc-el__icon.icon-insta svg {
  color: #fdfdfd;
  width: 30px;
  height: 30px;
}

.form__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form__label {
  color: #85888c;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  font-family: "Inter", "Arial", sans-serif;
}

.form__label span {
  color: #e83725;
}

.form__input,
.form__textarea {
  color: #000000;
  border: 0 solid transparent;
  background-color: #f0f0f0;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", "Arial", sans-serif;
  width: 100%;
  outline: none;
}

.form__input.error {
  border: 1px solid #e83725;
}

.form__input {
  padding: 10px 20px;
  height: 64px;
  margin-bottom: 16px;
}

.form__textarea {
  padding: 25px 20px;
  height: 135px;
  resize: none;
  margin-bottom: 16px;
}

.invalid {
  border: 1px solid red;
}

.error {
  color: red;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.hide {
  display: none;
}

.form__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .form__btns {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.form-control,
.mdl-textfield {
  position: relative;
}

input ~ .form__label {
  top: 18px;
}

textarea ~ .form__label {
  top: 18px;
}

textarea:focus ~ .form__label,
input:focus ~ .form__label {
  left: 20px;
  opacity: 1;
  color: #0379f7;
}

textarea:valid ~ .form__label,
input:valid ~ .form__label {
  bottom: 10px;
  left: 20px;
  opacity: 1;
}

.form__textarea.invalid ~ .form__label,
.form__input.invalid ~ .form__label {
  color: #e83725;
}

input ~ .form__label.label-top {
  top: -2px;
  font-size: 11px;
}

textarea ~ .form__label.label-top {
  top: 0;
  font-size: 11px;
}

.input-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  font-family: "Inter", "Arial", sans-serif;
}

.form__label,
.floating-label {
  position: absolute;
  pointer-events: none;
  left: 34px;
  top: 30px;
  transition: 0.2s ease all;
}

/* Cluttered Magic */
textarea:focus::-webkit-input-placeholder,
textarea:valid::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder,
input:valid::-webkit-input-placeholder {
  opacity: 1;
}

textarea:focus::-moz-placeholder,
textarea:valid::-moz-placeholder,
input:focus::-moz-placeholder,
input:valid::-moz-placeholder {
  opacity: 1;
}

textarea:focus:-ms-input-placeholder,
textarea:valid:-ms-input-placeholder,
input:focus:-ms-input-placeholder,
input:valid:-ms-input-placeholder {
  opacity: 1;
}

textarea:focus:-moz-placeholder,
textarea:valid:-moz-placeholder,
input:focus:-moz-placeholder,
input:valid:-moz-placeholder {
  opacity: 1;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

textarea::-moz-placeholder,
input::-moz-placeholder,
input::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder,
input:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

textarea:-moz-placeholder,
input:-moz-placeholder,
input:-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

.footer {
  width: 100%;
}

.footer__row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .footer__row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.footer__row.footer--top {
  padding: 65px 0 50px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .footer__row.footer--top {
    padding: 220px 0 75px;
  }
}

.footer-col.footer-col--left {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .footer-col.footer-col--left {
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .footer-col.footer-col--left {
    max-width: 40%;
  }
}

.footer-col.footer-col--right {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .footer-col.footer-col--right {
    max-width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .footer-col.footer-col--right {
    max-width: 55%;
  }
}
@media screen and (min-width: 992px) {
  .footer-col.footer-col--right {
    max-width: 65%;
  }
}

.footer-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media screen and (min-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}

.grid-item {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .grid-item {
    margin: 0 auto;
    text-align: center;
  }
}

.grid-item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .grid-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.footer .nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer .nav__list {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .footer .nav__list.nav__list--soc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer .nav__list.nav__list--soc .nav-item__soc-title {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer .nav__list.nav__list--soc .nav-item__soc-title {
    display: inline-block;
  }
}

.footer__logo {
  margin-bottom: 20px;
  width: 48px;
  height: 40px;
}

.footer-col.footer-col--left .footer__link {
  font-size: 20px;
  line-height: 1.55;
  font-weight: 600;
  font-family: "Rubik", "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .footer-col.footer-col--left .footer__link {
    font-size: 26px;
    line-height: 1.55;
    font-weight: 600;
    font-family: "Rubik", "Arial", sans-serif;
  }
}

a.link-mail {
  color: #0379f7;
}

a.link-phone {
  color: #000000;
}
@media screen and (max-width: 479px) {
  a.link-phone {
    margin-bottom: 10px;
  }
}

.grid-item__title {
  margin-bottom: 30px;
  display: inline-block;
}

.footer .nav-item:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .footer .nav-item:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .footer .nav__list.nav__list--soc .nav-item {
    margin-bottom: 0;
  }
}

.footer .nav__list.nav__list--soc .nav-item .nav-item__img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .footer .nav__list.nav__list--soc .nav-item .nav-item__img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
}

.nav-item__link {
  display: flex;
  align-items: center;
  font-weight: 400;
}

.nav-item.nav-item--download .nav-item__img {
  margin-right: 8px;
  width: 16px;
}

a.nav-item__link:hover {
  color: #0379f7;
}

.footer.footer--black .footer__row.footer--top {
  padding: 80px 0 50px;
}
@media screen and (min-width: 768px) {
  .footer.footer--black .footer__row.footer--top {
    padding: 32px 0 75px;
  }
}

@media screen and (max-width: 767px) {
  .nav__list.nav__list--soc {
    margin-top: 38px;
  }
}

.footer__row.footer--bottom {
  padding: 20px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer--bottom .footer__col {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .footer--bottom .footer__col {
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .footer--bottom .footer__col {
    max-width: 35%;
  }
}

@media screen and (max-width: 479px) {
  .footer--bottom .footer__col:not(:last-child) {
    margin-bottom: 10px;
  }
}
.footer__row.footer--bottom a {
  color: #0379f7;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  font-family: "Inter", Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .footer__row.footer--bottom a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
}

.footer-col__copy {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  color: #516176;
  font-family: "Inter", "Arial", sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .grid-item__title--soc {
    display: none;
  }
}

.overlay-modal .nav__item.nav-item.nav-item--social {
  width: 40px;
  height: 40px;
}

.nav-item--social .nav-item__img {
  width: 40px;
  height: 40px;
}

.overlay-modal .nav-item__img {
  width: 40px;
  height: 40px;
}

.header {
  background: #fdfdfd;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 101;
  }
}

@media screen and (max-width: 767px) {
  .header.scroll {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
  }
}

.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fdfdfd;
  z-index: 10000;
  position: sticky;
  padding: 30px 0 24px;
}
@media screen and (min-width: 768px) {
  .header__wrap {
    padding: clamp(20px, 1vh, 32px) 0;
  }
}

.index-s1 .btn-rect:last-child {
  margin-right: 0;
}

.header__col {
  display: flex;
  align-items: center;
}

.header__col.header__col--left {
  justify-content: flex-start;
}

.header__title-mob {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  font-family: "Rubik", "Arial", sans-serif;
  display: inline-block;
  color: #000000;
  margin: 0 auto;
}

.header-logo {
  width: 48px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .header-logo {
    margin-right: 60px;
  }
}

.nav-list {
  text-align: center;
}

.header__name,
.nav.nav--desk {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__name,
  .nav.nav--desk {
    display: block;
  }
}

.menu-overlay .nav__list {
  width: 100%;
  text-align: center;
}

.nav__list.nav__list--header {
  display: flex;
}

.nav__list.nav__list--inner {
  border-bottom: 1px solid #f4f4f4;
  padding: 20px;
}

.nav.nav--desk .nav-item:not(:last-child) {
  margin-right: 40px;
}

.nav.nav--mob .nav-item__link {
  color: #000000;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  font-family: "Inter", "Arial", sans-serif;
}

.nav-item {
  position: relative;
}

@media screen and (max-width: 767px) {
  .nav-item__top.nav-item__link {
    display: flex;
    justify-content: center;
  }
}

.nav-item.nav-item--arrow {
  flex-direction: column;
}

.nav.nav--desk .nav__item.active a.nav-item__link.text-xs {
  color: #0379f7;
}

.nav.nav--desk .active.nav__item:before {
  display: block;
}

.nav.nav--desk .nav__item:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  display: none;
  width: 6px;
  height: 6px;
  background-color: #0379f7;
  border-radius: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .nav.nav--mob .nav-item {
    display: flex;
    justify-content: center;
  }
}

.nav.nav--mob .nav-item:not(:last-child) {
  margin-bottom: 10px;
}

.menu-overlay__wrap {
  display: flex;
  flex-direction: column;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 0 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  position: relative;
  margin: 0 auto;
}

.nav.nav--mob {
  transform: translateY(20%);
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  display: flex;
  justify-content: center;
}

.menu .nav.nav--mob {
  transform: translateY(0);
}

.menu-overlay__desc {
  margin-top: 60px;
  text-align: center;
}

.menu-overlay__text {
  color: #000000;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  font-family: "Inter", "Arial", sans-serif;
}

.soc-list {
  display: flex;
  margin-top: 30px;
}

.menu-overlay .soc-list {
  justify-content: center;
}

.soc-el {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .soc-el {
    width: 32px;
    height: 32px;
  }
}

.menu-overlay__wrap .soc-el {
  border-radius: 50%;
  background-color: #000000;
}

.soc-el:not(:last-child) {
  margin-right: 10px;
}

.menu-overlay__wrap a.soc-el__link {
  background-color: #000000;
}

a.soc-el__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.soc-el__icon.icon-fb svg {
  width: 30px;
  height: 30px;
}

.soc-el__icon.icon-insta svg {
  width: 20px;
  height: 20px;
}

.menu-overlay__wrap .soc-el__icon.icon-fb svg,
.menu-overlay__wrap .soc-el__icon.icon-insta svg {
  color: #fdfdfd;
}

.menu-overlay__soc.soc-list {
  justify-content: center;
}

.hamburger-menu {
  display: inline-block;
  padding: 0;
  width: 29px;
  height: 17px;
  z-index: 10002;
}
@media screen and (min-width: 768px) {
  .hamburger-menu {
    display: none;
  }
}

.bars-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 14px;
}

.bars-container,
.bar {
  cursor: pointer;
}

.bar {
  width: 100%;
  height: 2px;
  background-color: #000000;
  border-radius: 5px;
  display: block;
}

.bar.bar2 {
  width: 80%;
}

.overlap-container {
  position: relative;
  padding: 0 0 0 0;
  top: -1.3px;
}

.overlap-container .bar {
  position: absolute;
  top: 0;
}

.bar1,
.bar4 {
  transform-origin: center;
  position: relative;
}

.bars-container2 {
  position: relative;
}

.bars-container2 .bar {
  position: absolute;
  transform-origin: center;
}

.bars-container2 .bar1 {
  top: 5%;
  animation: makeCross1Backward 0.25s ease 0s 1 forwards,
    moveDownBackward 0.25s ease 0.25s 1 forwards;
}

.bars-container2 .bar2 {
  top: 50%;
  transition: opacity 0.4s ease;
}

.bars-container2 .bar3 {
  top: 95%;
  animation: makeCross2Backward 0.25s ease 0s 1 forwards,
    moveUpBackward 0.25s ease 0.25s 1 forwards;
}

.input-check2:checked + label .bar1 {
  animation: moveDown 0.25s ease 0s 1 forwards,
    makeCross1 0.25s ease 0.25s 1 forwards;
}

.input-check2:checked + label .bar3 {
  animation: moveUp 0.25s ease 0s 1 forwards,
    makeCross2 0.25s ease 0.25s 1 forwards;
}

.nav-item__title {
  position: relative;
}

.nav-item__cont {
  max-height: 0;
  overflow: hidden;
  transition: all 0.1s ease;
  opacity: 0;
  visibility: hidden;
}

.nav-item__cont.open {
  max-height: none;
  opacity: 1;
  visibility: visible;
}

.icon-arrow {
  right: -18px;
  top: 0;
  cursor: pointer;
  position: absolute;
}

.icon-arrow svg {
  width: 20px;
  height: 15px;
  transform: rotate(0deg);
  transition: all 0.2s;
}

.icon-arrow.active svg {
  transform: rotate(180deg);
}

.select-wrapper {
  width: 167px;
  display: block;
}
@media screen and (max-width: 767px) {
  .select-wrapper {
    display: none;
  }
}

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

.search-block__right-top .select {
  margin-left: 10px;
  width: 100%;
}

.select.is-active .select__body {
  display: block;
  z-index: 100;
}

.select__header {
  background: #fdfdfd;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px 0;
  width: 100%;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.select__current {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}

.select__body {
  padding: 16px 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  display: none;
  overflow: hidden;
  background: #fdfdfd;
  width: 100%;
  position: absolute;
  transform: translateY(5px);
  right: 0;
  top: 100%;
  left: 0;
  z-index: 100;
}

.select__icon {
  flex-shrink: 0;
  margin-left: 5px;
  transform: rotate(180deg);
  transition: all 0.2s;
  width: 10px;
  height: 10px;
}

.select.is-active .select__icon {
  transform: rotate(0deg);
}

.select__item {
  display: flex;
  align-items: center;
  text-align: start;
  padding: 3px 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  background-color: inherit;
  transition: all 0.2s;
  color: #516176;
}

.select__item:hover,
.select__item:active {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
}

.select__img {
  width: 32px;
  height: 25px;
  margin-right: 8px;
}

.contact-s0,
.partner-s0 {
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .contact-s0,
  .partner-s0 {
    display: none;
  }
}

.breadcrumbs-block {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.breadcrumbs-block {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}
@media screen and (min-width: 1310px) {
  .breadcrumbs-block {
    width: 30%;
    margin-bottom: 0;
  }
}

a.breadcrumbs-block__link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.breadcrumbs-block__text {
  color: #516176;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

.breadcrumbs-block__icon {
  width: 18px;
  height: 20px;
}

.breadcrumbs-block li {
  position: relative;
  margin-right: 20px;
}

.breadcrumbs-block li:not(:last-child):after {
  position: absolute;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/base/arr-r.svg");
  right: -15px;
  top: 5px;
  width: 6px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  .index-s1 .container,
  .index-s2 .container,
  .index-s3 .container,
  .index-s4 .container,
  .index-s6 .container,
  .index-s7 .container {
    padding: 0;
  }
}

.row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.row.row--reverse {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .row.row--reverse {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
}

.col50 {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .col50 {
    max-width: 49%;
  }
}

@media screen and (min-width: 1024px) {
  .index-s1 .col50.col50--right {
    max-width: 39%;
  }
}
@media screen and (min-width: 1600px) {
  .index-s1 .col50.col50--right {
    max-width: 47%;
  }
}

.col50__title {
  margin-bottom: 8px;
}

.index-s .col50__title {
  margin: 0 auto 8px;
  text-align: center;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .index-s .col50__title {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .index-s .col50__title {
    margin: 0 0 8px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .index-s .col50__title {
    max-width: 680px;
  }
}

@media screen and (min-width: 768px) {
  .index-s .index-s1 .col50__title {
    margin-bottom: 16px;
  }
}

.btn-rect.btn-black {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .btn-rect.btn-black {
    margin-bottom: 0;
  }
}

.btn-rect.btn-black:first-child {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .btn-rect.btn-black:first-child {
    margin-right: 40px;
  }
}

.overtitle {
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .index-s .overtitle {
    text-align: center;
  }
}

.btn-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .btn-wrap {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .btn-wrap {
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .index-s1 .col50__subdesc {
    margin: 0 auto;
    text-align: center;
  }
}

.index-s7 .btn-wrap,
.index-s1 .btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .index-s7 .btn-wrap,
  .index-s1 .btn-wrap {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .index-s7 .btn-wrap,
  .index-s1 .btn-wrap {
    align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .index-s7 .btn-wrap,
  .index-s1 .btn-wrap {
    flex-direction: row;
    justify-content: flex-start;
  }
}

.index-s7 .btn-wrap {
  margin-top: 24px;
}

.index-s1 .btn-wrap {
  margin-top: 32px;
}

.pb-8 {
  padding-bottom: 8px;
}

.col50.col50--right {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .index-s9 .col50.col50--right {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .p-csx-90 {
    padding: 90px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-csx-90 {
    padding: 0;
  }
}

.img-grid {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr;
  margin-top: 65px;
}
@media screen and (min-width: 480px) {
  .img-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .img-grid {
    grid-gap: 70px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1024px) {
  .img-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.img-grid__el {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-grid__el img {
  height: auto;
  max-width: 160px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .img-grid__el img {
    max-width: 200px;
  }
}

@media screen and (min-width: 768px) {
  .img-grid__el:nth-child(7) img {
    max-width: 150px;
  }
}

.index-s1 {
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .index-s1 {
    padding-bottom: 140px;
    padding-top: calc(50px + 15 * (100vw - 320px) / 1600);
  }
}
@media screen and (min-width: 1600px) {
  .index-s1 {
    padding-top: calc(100px + 40 * (100vw - 320px) / 1600);
  }
}

.index-s1.pt-100 {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .col50.col50--left {
    margin-bottom: 25px;
  }
}

.col50__img-wrap {
  height: 100%;
  width: 100%;
}

.col50__bg1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/base/bg.png");
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 677px;
}
@media screen and (max-width: 767px) {
  .col50__bg1 {
    transform: translateX(50%);
    right: 50%;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .col50__bg1 {
    max-width: 783px;
  }
}

@media screen and (min-width: 768px) {
  .row.row--reverse .col50__img-wrap .col50__img {
    left: 0;
  }
}

.col50__bg2 {
  max-height: 677px;
  width: 100%;
  height: 87vh;
  padding-top: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .col50__bg2 {
    height: 75vh;
    min-height: 360px;
    padding-top: 76.25%;
  }
}
@media screen and (min-width: 1600px) {
  .col50__bg2 {
    height: 100vh;
  }
}

.col50__bg2:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/base/bg.png");
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .col50__bg2:after {
    transform: translateX(50%);
    right: 50%;
    background-size: cover;
    margin-right: 0;
  }
}

.index-s1 .row.row--straight .col50__bg2:after {
  right: 50%;
}
@media screen and (min-width: 768px) {
  .index-s1 .row.row--straight .col50__bg2:after {
    max-width: 783px;
    right: 0;
    width: 783px;
    margin-right: -70%;
  }
}
@media screen and (min-width: 992px) {
  .index-s1 .row.row--straight .col50__bg2:after {
    margin-right: -60%;
  }
}
@media screen and (min-width: 1600px) {
  .index-s1 .row.row--straight .col50__bg2:after {
    margin-right: -35%;
  }
}

.index-s2 .row.row--reverse .col50__bg2:after {
  right: 50%;
}
@media screen and (min-width: 768px) {
  .index-s2 .row.row--reverse .col50__bg2:after {
    max-width: 679px;
    width: 679px;
    right: auto;
    margin-left: -60%;
  }
}
@media screen and (min-width: 1024px) {
  .index-s2 .row.row--reverse .col50__bg2:after {
    margin-left: -50%;
  }
}
@media screen and (min-width: 1310px) {
  .index-s2 .row.row--reverse .col50__bg2:after {
    margin-left: -40%;
  }
}
@media screen and (min-width: 1600px) {
  .index-s2 .row.row--reverse .col50__bg2:after {
    margin-left: -30%;
  }
}

.index-s3 .row.row--straight .col50__bg2:after {
  right: 0;
  transform: translateY(20px) scale(1.5);
}
@media screen and (min-width: 768px) {
  .index-s3 .row.row--straight .col50__bg2:after {
    right: 0;
    transform: rotate(276deg);
    max-width: 753px;
    width: 753px;
    margin-right: -60%;
  }
}
@media screen and (min-width: 992px) {
  .index-s3 .row.row--straight .col50__bg2:after {
    margin-right: -40%;
  }
}
@media screen and (min-width: 1600px) {
  .index-s3 .row.row--straight .col50__bg2:after {
    margin-right: -35%;
  }
}

@media screen and (max-width: 767px) {
  .index-s2 .col50.col50--left,
  .index-s3 .col50.col50--left,
  .index-s4 .col50.col50--left {
    margin-bottom: 41px;
  }
}

.index-s4 .row.row--reverse .col50__bg2:after {
  right: 0;
  transform: scale(1.6);
}
@media screen and (min-width: 768px) {
  .index-s4 .row.row--reverse .col50__bg2:after {
    transform: rotate(190deg);
    max-width: 700px;
    width: 700px;
    right: auto;
    margin-left: -70%;
  }
}
@media screen and (min-width: 992px) {
  .index-s4 .row.row--reverse .col50__bg2:after {
    margin-left: -55%;
  }
}
@media screen and (min-width: 1024px) {
  .index-s4 .row.row--reverse .col50__bg2:after {
    margin-left: -45%;
  }
}
@media screen and (min-width: 1600px) {
  .index-s4 .row.row--reverse .col50__bg2:after {
    margin-left: -30%;
  }
}

.index-s5 .row.row--straight .col50__bg2:after {
  right: 50%;
}
@media screen and (min-width: 768px) {
  .index-s5 .row.row--straight .col50__bg2:after {
    max-width: 659px;
    right: 0;
    width: 609px;
    margin-right: -30%;
  }
}
@media screen and (min-width: 1024px) {
  .index-s5 .row.row--straight .col50__bg2:after {
    width: 659px;
  }
}

.index-s6 .row.row--reverse .col50__bg2:after {
  right: 50%;
}
@media screen and (min-width: 768px) {
  .index-s6 .row.row--reverse .col50__bg2:after {
    max-width: 720px;
    width: 720px;
    right: auto;
    margin-left: -60%;
  }
}
@media screen and (min-width: 992px) {
  .index-s6 .row.row--reverse .col50__bg2:after {
    margin-left: -50%;
  }
}
@media screen and (min-width: 1024px) {
  .index-s6 .row.row--reverse .col50__bg2:after {
    margin-left: -45%;
  }
}
@media screen and (min-width: 1310px) {
  .index-s6 .row.row--reverse .col50__bg2:after {
    margin-left: -40%;
  }
}
@media screen and (min-width: 1600px) {
  .index-s6 .row.row--reverse .col50__bg2:after {
    margin-left: -30%;
  }
}

.index-s7 .row.row--straight .col50__bg2:after {
  right: 50%;
}
@media screen and (min-width: 768px) {
  .index-s7 .row.row--straight .col50__bg2:after {
    max-width: 659px;
    right: 0;
    width: 609px;
    margin-right: -30%;
  }
}
@media screen and (min-width: 992px) {
  .index-s7 .row.row--straight .col50__bg2:after {
    margin-right: -20%;
  }
}
@media screen and (min-width: 1024px) {
  .index-s7 .row.row--straight .col50__bg2:after {
    width: 659px;
    margin-right: -10%;
  }
}
@media screen and (min-width: 1310px) {
  .index-s7 .row.row--straight .col50__bg2:after {
    margin-right: 0;
  }
}

.index-s1 .col50__bg2:after {
  background-image: url("/img/base/bgr1.png");
}

.index-s2 .col50__bg2:after {
  background-image: url("/img/base/bgr2.png");
}

.index-s3 .col50__bg2:after {
  background-image: url("/img/base/bgr2.png");
}
@media screen and (min-width: 1310px) {
  .index-s3 .col50__bg2:after {
    margin-right: 0;
    height: 90%;
  }
}
@media screen and (max-width: 767px) {
  .index-s3 .col50__bg2:after {
    background-image: url("/img/base/bgr3.png");
  }
}

.index-s4 .col50__bg2:after {
  background-image: url("/img/base/bgr2.png");
}
@media screen and (max-width: 767px) {
  .index-s4 .col50__bg2:after {
    background-image: url("/img/base/bgr4.png");
  }
}

.index-s5 .col50__bg2:after {
  background-image: url("/img/base/bgr5.png");
  background-size: contain;
}

.index-s6 .col50__bg2:after {
  background-image: url("/img/base/bg6-mob.png");
}

.index-s2 {
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .index-s2 {
    padding-top: 80px;
    padding-bottom: 35px;
  }
}

.index-s3 {
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .index-s3 {
    padding-bottom: 25px;
  }
}

.index-s4 {
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .index-s4 {
    padding-bottom: 73px;
  }
}

.index-s5 {
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .index-s5 {
    padding-bottom: 73px;
  }
}

.index-s6 {
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) {
  .index-s6 {
    padding-bottom: 240px;
  }
}

.index-s5 .col50__bg2 {
  max-height: 430px;
}
@media screen and (min-width: 768px) {
  .index-s5 .col50__bg2 {
    max-width: 430px;
    margin: 0 0 0 auto;
  }
}

.col50__img-wrap .col50__img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  object-fit: contain;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .col50__img-wrap .col50__img {
    width: 100%;
    padding: 0 10px;
  }
}

.index-s1 .col50.col50--left {
  margin-bottom: 94px;
}
@media screen and (min-width: 768px) {
  .index-s1 .col50.col50--left {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .index-s1 .col50.col50--left {
    max-width: 60%;
  }
}
@media screen and (min-width: 1600px) {
  .index-s1 .col50.col50--left {
    max-width: 53%;
  }
}

@media screen and (max-width: 767px) {
  .index-s6 .col50.col50--left {
    margin-bottom: 63px;
  }
}

@media screen and (max-width: 767px) {
  .index-s .col50__desc {
    text-align: center;
    margin: 0 auto;
    padding: 0 10px;
  }
}

.index-s .col50__desc {
  max-width: 583px;
  width: 100%;
}

.index-s .index-s1 .col50__desc {
  max-width: 477px;
  width: 100%;
}

.index-s7 .col50__desc.text-s {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .index-s4 .col50.col50--right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .index-s6 .row,
  .index-s5 .row {
    flex-direction: column;
  }
}

.col50__subdesc.text-x {
  max-width: 370px;
  width: 100%;
  color: #999ca0;
}

.index-s7 {
  background: linear-gradient(
    to bottom,
    #ff4545 -4.03%,
    #ff457d 113.72%,
    #ff45b5 113.72%
  );
  padding: 80px 0 114px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .index-s7 {
    height: 100%;
    background: linear-gradient(
      93.16deg,
      #ff4545 -4.03%,
      #ff457d 113.72%,
      #ff45b5 113.72%
    );
    padding: calc(30px + 60 * (100vw - 320px) / 1600) 0;
  }
}
@media screen and (min-width: 992px) {
  .index-s7 {
    max-height: 540px;
  }
}
@media screen and (min-width: 1600px) {
  .index-s7 {
    padding: 158px 0;
  }
}

.index-s8 h1 {
  margin: 0 auto 8px;
}

.index-s8 {
  text-align: center;
  padding: 154px 0 85px;
}
@media screen and (min-width: 768px) {
  .index-s8 {
    padding: 278px 0 379px;
  }
}

.index-s8 .row-grid__desc {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .index-s8 .row-grid__desc {
    max-width: 768px;
  }
}

.index-s9 .h2,
.index-s7 .h2 {
  color: #fdfdfd;
}

@media screen and (min-width: 768px) {
  .index-s .index-s7 .col50__title {
    max-width: 555px;
  }
}

@media screen and (min-width: 768px) {
  .index-s .index-s7 .col50__desc {
    max-width: 480px;
  }
}

.index-s7 .col50__bgr2 {
  max-height: 650px;
  height: 100%;
  width: 100%;
  padding-top: 76.25%;
}
@media screen and (max-width: 767px) {
  .index-s7 .col50__bgr2 {
    padding-top: 100%;
    height: 85vh;
  }
}
@media screen and (min-width: 768px) {
  .index-s7 .col50__bgr2 {
    height: 75vh;
    min-height: 360px;
    padding-top: 76.25%;
  }
}
@media screen and (min-width: 992px) {
  .index-s7 .col50__bgr2 {
    max-height: 677px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translate(50%, -50%);
  }
}
@media screen and (min-width: 1600px) {
  .index-s7 .col50__bgr2 {
    padding-top: 115%;
  }
}

@media screen and (min-width: 768px) {
  .index-s7 .row.row--straight .col50__img-wrap .col50__img {
    right: 0;
  }
}

.index-s7 .col__bgr1 {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .index-s7 .col__bgr1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .index-s7 .col__bgr1 {
    padding-top: 76.25%;
    max-height: 650px;
    margin-right: 0;
    height: 75vh;
    min-height: 360px;
  }
}
@media screen and (min-width: 992px) {
  .index-s7 .col__bgr1 {
    max-height: 677px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translate(50%, -50%);
  }
}
@media screen and (min-width: 1600px) {
  .index-s7 .col__bgr1 {
    padding-top: 115%;
  }
}

@media screen and (max-width: 767px) {
  .index-s7 .col__bgr1 img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .index-s7 .col__bgr1 img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    height: 75%;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .index-s7 .col__bgr1 img {
    margin-right: -15%;
  }
}
@media screen and (min-width: 1310px) {
  .index-s7 .col__bgr1 img {
    height: 70%;
  }
}

.index-s9 .col__bgr1 {
  display: block;
}
@media screen and (max-width: 767px) {
  .index-s9 .col__bgr1 {
    display: none;
  }
}

.index-s7 .col__bgr1-inner {
  display: none;
}
@media screen and (max-width: 767px) {
  .index-s7 .col__bgr1-inner {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.index-s7 .col__bgr1-inner:after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/base/bgr9.png");
  display: block;
  position: absolute;
  top: 16%;
  height: 100%;
  width: 100%;
  z-index: -1;
  transform: translateX(50%) scale(1.2);
  right: 50%;
  background-size: cover;
  margin-right: 0;
}

.index-s9 .col50__img-wrap .col50__img {
  width: auto;
}
@media screen and (max-width: 767px) {
  .index-s9 .col50__img-wrap .col50__img {
    top: auto;
    position: relative;
    height: auto;
    margin: 0 auto;
    bottom: -10%;
  }
}
@media screen and (min-width: 768px) {
  .index-s9 .col50__img-wrap .col50__img {
    height: 85vh;
    max-height: 650px;
    min-height: 460px;
    position: absolute;
    bottom: 0;
    z-index: 10;
    top: auto;
    left: 43%;
  }
}
@media screen and (min-width: 992px) {
  .index-s9 .col50__img-wrap .col50__img {
    left: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .index-s9 .col50__img-wrap .col50__img {
    left: 60%;
  }
}
@media screen and (min-width: 1600px) {
  .index-s9 .col50__img-wrap .col50__img {
    left: 53%;
  }
}

@media screen and (min-width: 768px) {
  .index-s9 .col50__img-wrap .col50__img.col50__img--bg {
    margin-left: -3%;
    height: 90%;
  }
}

.partner-s a.col50__link,
.index-s a.col50__link {
  color: #0379f7;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Inter", "Arial", sans-serif;
}

.index-s a.col50__link {
  margin-top: 20px;
}

.partner-s a.col50__link {
  margin-top: 4px;
}

.index-s a.col50__link.col50__link--mob {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  padding: 40px;
}
@media screen and (min-width: 768px) {
  .index-s a.col50__link.col50__link--mob {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .index-s a.col50__link.col50__link--mob {
    margin: 0;
  }
}

.index-s a.col50__link.col50__link--desk {
  display: none;
}
@media screen and (min-width: 768px) {
  .index-s a.col50__link.col50__link--desk {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

.col50__link-img {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .col50__link-img {
    display: none;
  }
}

.col50__link img {
  margin-left: 10px;
}

.col50__link.col50__link--mob .col50__link img {
  margin-left: 13px;
}

.index-s9 .col50__desc.text-s,
.index-s9 h1,
.index-s7 .col50__desc.text-s,
.index-s7 h1 {
  color: #fdfdfd;
}

@media screen and (max-width: 479px) {
  .index-s7 h1 {
    max-width: 281px;
  }
}

.index-s8 .col50__link {
  display: none;
  margin-top: 8px;
}

.index-s9 {
  background: linear-gradient(
    to bottom,
    #0379f7 -1.01%,
    #0379f7 31.88%,
    #03c2f7 86.86%,
    rgba(3, 247, 227, 0.6) 110.55%
  );
  padding: 80px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .index-s9 {
    height: 100%;
    background: linear-gradient(
        94.86deg,
        #0379f7 -1.01%,
        #0379f7 31.88%,
        #03c2f7 86.86%,
        rgba(3, 247, 227, 0.6) 110.55%
      ),
      linear-gradient(
        93.16deg,
        #ff4545 -4.03%,
        #ff457d 36.38%,
        #ff45b5 63.57%,
        #e240d2 96.24%,
        rgba(255, 69, 125, 0) 113.72%
      );
    padding: 80px 0;
  }
}
@media screen and (min-width: 992px) {
  .index-s9 {
    max-height: 540px;
    padding: 100px 0;
  }
}
@media screen and (min-width: 1600px) {
  .index-s9 {
    padding: 158px 0;
  }
}

@media screen and (max-width: 767px) {
  .index-s9 .col50.col50--left {
    width: 100%;
    text-align: center;
  }
}

.index-s9 .btn-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .index-s9 .btn-wrap {
    align-items: center;
    margin-bottom: 40px;
  }
}

.index-s9 .btn-rect {
  margin-bottom: 0;
}

.index-s7 .col50.col50--right {
  position: relative;
}

.index-s9 .btn-rect.btn-white-blue {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .index-s9 .btn-rect.btn-white-blue {
    margin-right: 0;
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .partner-s1 .col50.col50--right,
  .index-s1 .col50.col50--right.col50--mob {
    display: none;
  }
}

.partner-s-mob,
.index-s-mob {
  display: none;
}
@media screen and (max-width: 767px) {
  .partner-s-mob,
  .index-s-mob {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .index-s9 .col50.col50--left {
    margin-bottom: 0;
  }
}

.contact-s1 {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .contact-s1 {
    padding-top: 50px;
    padding-bottom: 284px;
  }
}
@media screen and (min-width: 1310px) {
  .contact-s1 {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .contact-s1 {
    padding-top: 230px;
  }
}

.contact-s1 .btn-rect {
  margin-bottom: 0;
}

.contact-s1 .form__content-bottom.form__content-bottom--mob {
  display: block;
  max-width: 100%;
  margin: 48px auto 0;
  text-align: start;
}
@media screen and (min-width: 992px) {
  .contact-s1 .form__content-bottom.form__content-bottom--mob {
    display: none;
  }
}

.contact-s1 .form .soc-el {
  border-radius: 50%;
  background-color: #516176;
}

.contact-s1 .form .soc-el:not(:last-child) {
  margin-right: 40px;
}

.contact-s1
  .form__content-bottom.form__content-bottom--mob
  .form__content-inner {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .contact-s1
    .form__content-bottom.form__content-bottom--mob
    .form__content-inner {
    text-align: start;
  }
}

@media screen and (max-width: 767px) {
  .contact-s1
    .form__content-bottom.form__content-bottom--desk
    .form__content-inner {
    max-width: 100%;
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .contact-s1
    .form__content-bottom.form__content-bottom--desk
    .form__content-inner {
    max-width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .contact-s1
    .form__content-bottom.form__content-bottom--desk
    .form__content-inner {
    text-align: start;
  }
}

@media screen and (max-width: 991px) {
  .contact-s1
    .form__content-bottom.form__content-bottom--desk
    .form__desc.text-s {
    font-size: 14px;
  }
}

.contact-s1
  .form
  .form__content-bottom.form__content-bottom--desk
  .soc-el:not(:last-child) {
  margin-right: 16px;
}

.contact-s1 .form__content-bottom.form__content-bottom--mob .h2 {
  font-size: 16px;
  margin-top: 10px;
}

.contact-s1 .form__content-bottom.form__content-bottom--mob .soc-list {
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .contact-s1 .form__content-bottom.form__content-bottom--mob .soc-list {
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .contact-s1 .form__content-bottom.form__content-bottom--desk .soc-list {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .contact-s1 .form__content-bottom.form__content-bottom--desk .soc-list {
    margin-bottom: 0;
  }
}

.form .form__btns .btn-rect.btn-white-green {
  background-color: #fdfdfd;
  color: #00b903;
  font-weight: 600;
  display: none;
  max-width: 162px;
  margin-top: 0;
}

.form .form__btns .btn-rect.btn-black-green {
  background-color: transparent;
  color: #00b903;
  font-weight: 600;
  display: none;
  max-width: 162px;
  margin-top: 0;
}

.form .form__btns .btn-rect {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .form .form__btns .btn-rect {
    margin-top: 0;
    margin-left: 0;
  }
}

.form__btns .btn-rect.btn-transparent {
  background-color: transparent;
  color: #516176;
  font-weight: 400;
  display: none;
}

.form__btns .btn-rect.btn-transparent.visible,
.form__btns .btn-rect.btn-white-green.visible,
.form__btns .btn-rect.btn-black-green.visible {
  display: flex;
}

.form__btns .btn-rect.btn-blue.visible {
  display: none;
}

.form__btns .btn-rect.btn-blue {
  display: flex;
}

.footer.footer--black {
  background-color: #000000;
}

.footer.footer--black .nav-item__link.text-m {
  color: #fdfdfd;
}

.footer.footer--black .grid-item__title.text-s {
  color: #fdfdfd;
  opacity: 60%;
}

.partner-s1 {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .partner-s1 {
    max-height: 820px;
    height: 100%;
  }
}

.partner-s__bg1 {
  position: relative;
  overflow: hidden;
  padding-top: 40.25%;
  width: 100%;
  height: 100%;
  min-height: 700px;
  max-height: 820px;
  display: none;
}
@media screen and (min-width: 768px) {
  .partner-s__bg1 {
    display: block;
    padding-top: 40.25%;
  }
}

.partner-s__bg1 .partner-s__bg-desk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 100%;
  max-height: 820px;
}
@media screen and (max-width: 1309px) {
  .partner-s__bg1 .partner-s__bg-desk {
    object-position: clamp(90%, 5vw, 164%);
  }
}

.partner-s__bg2 {
  width: 100%;
  position: relative;
}

.partner-s__bg2 .partner-s__bg--mob {
  display: block;
  width: 100vw;
  height: calc(100vh - 170px);
  object-fit: cover;
  object-position: top;
  min-height: 550px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .partner-s__bg2 .partner-s__bg--mob {
    display: none;
  }
}

.partner-s2 .row.row--reverse {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .partner-s2 .row.row--reverse {
    flex-direction: row-reverse;
  }
}

.partner-s2 .col50__img.col50__img--440 {
  display: block;
  width: 100%;
  height: auto;
  max-width: 160px;
}
@media screen and (min-width: 768px) {
  .partner-s2 .col50__img.col50__img--440 {
    max-width: 370px;
  }
}

.partner-s1 .col50__title {
  font-size: 32px;
  line-height: 37px;
  font-weight: 600;
  color: #fdfdfd;
  font-family: "Rubik", "Arial", sans-serif;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .partner-s1 .col50__title {
    font-size: 44px;
    line-height: 47px;
    font-weight: 500;
  }
}
@media screen and (min-width: 992px) {
  .partner-s1 .col50__title {
    font-size: 48px;
    line-height: 57px;
    font-weight: 500;
  }
}

.partner-s1 .text-s {
  color: #fdfdfd;
}

.partner-s1 .btn-wrap {
  width: 100%;
  justify-content: flex-start;
}

.partner-s1 .btn-rect {
  max-width: 100%;
  width: 100%;
  margin-right: 0;
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .partner-s1 .btn-rect {
    margin-bottom: 0;
    max-width: 219px;
  }
}

.partner-s a.col50__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 258px;
  height: 48px;
}
@media screen and (min-width: 768px) {
  .partner-s a.col50__link {
    justify-content: flex-start;
  }
}

.partner-s__box {
  width: 100%;
  height: auto;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
}
@media screen and (min-width: 768px) {
  .partner-s__box {
    height: 100%;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    bottom: auto;
  }
}

.col50.col50--box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .col50.col50--box {
    max-width: 582px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .col50.col50--box {
    vertical-align: bottom;
    margin: auto 0 0;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .col50__image {
    min-height: 468px;
    max-height: 740px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 96.25%;
  }
}

@media screen and (min-width: 768px) {
  .col50__image .col50__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: contain;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .partner-s .col50.col50--right {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .partner-s .row.row--reverse .col50.col50--right {
    justify-content: center;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .partner-s .row .col50.col50--left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .partner-s .row .col50.col50--right {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
}

.list__el:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .list__el:not(:last-child) {
    margin-bottom: 18px;
  }
}

.list__el {
  position: relative;
  padding-left: 18px;
}

.list__el:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0379f7;
  border-color: transparent;
  border-style: solid;
}

.partner-s1.index-s1 {
  margin-bottom: 60px;
}

@media screen and (max-width: 479px) {
  .p-mob {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .partner-s .row.row--reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .partner-s .row {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .partner-s .col50.col50--left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.partner-s1 .col50__desc {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .partner-s1 .col50__desc {
    text-align: center;
  }
}

.partner-s2 .col50.col50--right {
  justify-content: center;
}

.partner-s2 {
  width: 100%;
  position: relative;
  margin: 160px 0 88px;
}
@media screen and (min-width: 768px) {
  .partner-s2 {
    margin: 220px 0;
  }
}

.partner-s3 {
  background-color: #0379f7;
  margin: 0 0 160px;
}
@media screen and (min-width: 768px) {
  .partner-s3 {
    background-color: #fdfdfd;
    margin: 0 0 198px;
  }
}
@media screen and (max-width: 767px) {
  .partner-s3 {
    padding: 160px 0 84px;
  }
}

.partner-s4 {
  margin: 0 0 160px;
}
@media screen and (min-width: 768px) {
  .partner-s4 {
    margin: 0 0 88px;
  }
}

.partner-s5,
.partner-s6 {
  margin: 0 0 160px;
}
@media screen and (min-width: 768px) {
  .partner-s5,
  .partner-s6 {
    margin: 0 0 88px;
  }
}

.partner-s7 {
  margin: 0 0 160px;
}
@media screen and (min-width: 768px) {
  .partner-s7 {
    margin: 0 0 192px;
  }
}

.partner-s .partner-s3 .col50__title {
  margin-bottom: 96px;
  max-width: 768px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .partner-s .partner-s3 .col50__title {
    margin: 0 auto 68px;
  }
}
@media screen and (max-width: 767px) {
  .partner-s .partner-s3 .col50__title {
    color: #fdfdfd;
  }
}

@media screen and (max-width: 767px) {
  .partner-s .partner-s3 .col50__title.h1 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
  }
}

.partner-s .col50__title {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .partner-s .col50__title {
    max-width: 100%;
    text-align: center;
  }
}

.icon-grid__el {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .icon-grid__el {
    margin-bottom: 76px;
  }
}

.icon-grid__inner {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .icon-grid__inner {
    flex-direction: column;
    align-items: center;
  }
}

.icon-grid__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000000;
  font-family: "Inter", "Arial", sans-serif;
}
@media screen and (max-width: 767px) {
  .icon-grid__title {
    color: #fdfdfd;
  }
}

.icon-grid__desc.text-s {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  max-width: 389px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .icon-grid__desc.text-s {
    opacity: 60%;
    color: #fdfdfd;
  }
}

.icon-grid__img {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .icon-grid__img {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.icon-grid__img img {
  max-width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.icon-grid {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .icon-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .icon-grid {
    max-width: 460px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .partner-s .icon-grid__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.partner-s8 {
  background-color: #000000;
  padding: 160px 0;
}
@media screen and (min-width: 768px) {
  .partner-s8 {
    padding: 80px 0;
  }
}

.partner-s8 .h2 {
  color: #fdfdfd;
}

.partner-s8 a.soc-el__link {
  background-color: #fdfdfd;
  opacity: 60%;
}

.partner-s8 .h1.form__title {
  color: #fdfdfd;
}

.partner-s8 .form__desc.text-s {
  color: #fdfdfd;
  opacity: 60%;
}

.partner-s8 .form__textarea,
.partner-s8 .form__input {
  background: rgba(153, 156, 160, 0.2);
  color: #fdfdfd;
  opacity: 80%;
}

@media screen and (max-width: 767px) {
  .contact-s .row.form,
  .partner-s .partner-s8 .row.form {
    flex-direction: column;
  }
}

.partner-s .col50.col50--left {
  margin-bottom: 0;
}

.error-s1 {
  padding: 70px 0 120px;
}
@media screen and (min-width: 768px) {
  .error-s1 {
    padding: 270px 0 390px;
  }
}

.error-s__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .error-s__wrap {
    max-width: 60%;
  }
}

.error-s__title {
  font-size: 152px;
  line-height: 0.75;
  font-weight: 600;
  color: #000000;
  font-family: "Rubik", "Arial", sans-serif;
}
@media screen and (min-width: 768px) {
  .error-s__title {
    font-size: 192px;
    line-height: 0.75;
    font-weight: 600;
  }
}

.error__subtitle {
  padding-bottom: 15px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .error__subtitle {
    padding-bottom: 75px;
  }
}

.error__img {
  max-width: 226px;
  width: 100%;
  height: 358px;
}
@media screen and (max-width: 767px) {
  .error__img {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .error__img {
    padding-bottom: 0;
    position: absolute;
    right: -90px;
    bottom: -100px;
  }
}
@media screen and (min-width: 992px) {
  .error__img {
    right: 0;
  }
}

.error-s1 .btn-rect {
  max-width: 206px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .error-s1 .btn-rect {
    max-width: 340px;
  }
}

.main.terms-s {
  overflow: visible;
}

.terms-s1 {
  padding: 24px 0 80px;
}
@media screen and (min-width: 768px) {
  .terms-s1 {
    padding: 0 0 80px;
  }
}

.h1.terms-s__title {
  letter-spacing: 0.01em;
  color: #010101;
  width: 100%;
  max-width: 360px;
  font-size: 48px;
  line-height: 57px;
  font-weight: 600;
  font-family: "Rubik", "Arial", sans-serif;
}

.terms-s .terms-s__col70 h1 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  color: #000000;
  font-family: "Rubik", "Arial", sans-serif;
  padding-bottom: 24px;
}

.terms-s .terms-s__col70 p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #516176;
  font-family: "Rubik", "Arial", sans-serif;
}

.terms-s .terms-s__col70 ol {
  counter-reset: section;
  list-style-type: none;
}

.terms-s .terms-s__col70 ol li::before {
  counter-increment: section;
  content: counters(section, ".") " ";
  color: #516176;
  margin-bottom: 8px;
  font-weight: 700;
}

.terms-s .terms-s__col70 ol > li {
  color: #516176;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
  padding-top: 24px;
}

.terms-s .terms-s__col70 ol li ol li {
  font-weight: 400;
  padding-top: 0;
}

.terms-s .terms-s__col70 ol > li ol {
  padding-top: 8px;
}

.terms-s .terms-s__col70 ul {
  padding-top: 8px;
}

.terms-s .terms-s__col70 ul > li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.terms-s .terms-s__col70 ul > li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: gray;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
}

.terms-s .terms-s__col70 div {
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #000000;
  font-family: "Rubik", "Arial", sans-serif;
  padding-top: 16px;
}

.terms-s__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #516176;
}

.terms-s__row {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .terms-s__row {
    flex-direction: row;
    justify-content: space-between;
  }
}

.terms-s__col30 {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .terms-s__col30 {
    position: sticky;
    top: 0;
    left: 0;
    width: 30%;
  }
}

.terms-s__col70 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .terms-s__col70 {
    width: 65%;
    padding-top: 160px;
  }
}

.terms-s__links.terms-s__links--desk {
  display: none;
}
@media screen and (min-width: 768px) {
  .terms-s__links.terms-s__links--desk {
    display: block;
  }
}

.terms-s__links.terms-s__links--desk .terms-s__el:not(:last-child) {
  margin-bottom: 16px;
}

.terms-s__title {
  display: none;
}
@media screen and (min-width: 768px) {
  .terms-s__title {
    display: block;
    margin-bottom: 45px;
  }
}

.terms-s__el {
  margin-left: 20px;
  position: relative;
}

.terms-s__el a.terms-s__link {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #999ca0;
  font-family: "Inter", "Arial", sans-serif;
}

.terms-s__el.active a.terms-s__link {
  color: #0379f7;
}

.active.terms-s__el:after {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: -13px;
  width: 6px;
  height: 6px;
  background-color: #0379f7;
  border-radius: 50%;
}

.select-wrapper.select-wrapper--mob {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .select-wrapper.select-wrapper--mob {
    display: none;
  }
}

.select-wrapper.select-wrapper--mob .select__item span.active {
  color: #000000;
  font-weight: 600;
}

.select-wrapper--mob .select__header {
  border: 1px solid rgba(153, 156, 160, 0.2);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 8px 9px 8px 24px;
  justify-content: space-between;
}

.select-wrapper--mob .select__current {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  color: #85888c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-wrapper--mob .select__icon {
  transform: rotate(0deg);
}

.select-wrapper--mob .select.is-active .select__icon {
  transform: rotate(180deg);
}

.select-wrapper--mob .select__item {
  font-size: 14px;
}

.select-wrapper--mob .select__item:active {
  font-weight: 500;
}

.select__item.active {
  font-weight: 600;
  color: #000000;
}

.overlay-modal .select__item.active {
  font-weight: 600;
  color: #000000;
}

/* Materials page styles */

.materials-buttons-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.materials-button {
  all: unset;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  border: 1px solid #007bff;
  border-radius: 57px;
  height: 48px;
  padding-right: 24px;
  padding-left: 24px;
  transition: all 0.3s;
}
.materials-button:hover {
  opacity: 0.8;
}
.materials-button-text {
  display: block;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #007bff;
}
.header_materials {
  border-bottom: 1px solid #eeeeee;
}
.header_materials__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fdfdfd;
  z-index: 10000;
  position: sticky;
  padding: 22px;
}
.nav-item-materials {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 95px;
  font-family: "Roboto Flex", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.nav-list-material {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  gap: 45px;
}
.footer-material {
  padding: 50px 0 0 0 !important;
  border-top: 1px solid #eeeeee;
}
.material-view-wrapper {
  align-items: center;
  justify-content: center;
  max-width: 860px;
  width: 100%;
  padding: 28px;
  word-wrap: break-word;
  margin: 0 auto;
  text-align: justify;
}
.material-view-wrapper > p {
  margin-bottom: 30px;
  width: 100%;
}
.material-view-wrapper > table {
  margin-bottom: 30px;
}
.material-view-wrapper > img {
  margin-bottom: 30px;
}
.material-view-wrapper > ol {
  margin-bottom: 30px;
}
.material-view-wrapper > ol > li {
  list-style-type: decimal;
}

.material-view-wrapper > ul {
  margin-bottom: 30px;
}
.material-view-wrapper > ul > li {
  list-style-type: disc;
}
.material-view-wrapper > figure {
  margin-bottom: 30px;
}
.material-view-wrapper > p > img {
  margin: 0 auto;
}

.material-view-wrapper > p > video {
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.material-header {
  font-family: "Roboto Flex", sans-serif;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 50px;
}
.material-view-share-button {
  display: none;
}
@media screen and (max-width: 768px) {
  .materials-button-text {
    display: none;
  }
  .header_materials__wrap {
    padding: 6px;
  }
  .materials-button {
    border: none;
    padding: 0;
  }
  .nav-item-materials {
    width: 60px;
  }
  .material-view-share-button {
    all: unset;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    margin: 28px auto;
    height: 48px;
    width: 100%;
    max-width: 500px;
    background-color: #007bff;
    border-radius: 27px;
    font-family: "Roboto Flex", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: white;
  }
}
#snackbar {
  visibility: hidden;
}
/* Copy snackbar */
@media screen and (max-width: 768px) {
  #snackbar {
    visibility: hidden;
    display: flex;
    flex-direction: row;
    width: 197px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-left: -100px;
    background-color: #dcedff;
    text-align: center;
    border-radius: 7px;
    gap: 14px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 14px;
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
  }

  #snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
}
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

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