* {
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
}

a {
  color: #546cfd;
  text-decoration: none;
}

body {
  font-family: "Suisse Intl";
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1px;
}

p {
  margin: 0;
  letter-spacing: -0.5px;
  font-size: 20px;
  line-height: 24px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

button {
  font: inherit;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-spacing: 0;
}
table td {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
button {
  font-weight: 400;
  margin: 0;
}

h1 {
  font-size: 56px;
  line-height: 64px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }
}

h2 {
  font-size: 48px;
  line-height: 56px;
}

h3 {
  font-size: 40px;
  line-height: 48px;
}

h4 {
  font-size: 32px;
  line-height: 40px;
}

h5 {
  font-size: 24px;
  line-height: 32px;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("/assets/fonts/SuisseIntl-Book.woff") format("woff"), url("/assets/fonts/SuisseIntl-Book.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Input Sans";
  src: url("/assets/fonts/InputSansNarrow-Regular.eot"), url("/assets/fonts/InputSansNarrow-Regular.woff") format("woff"), url("/assets/fonts/InputSansNarrow-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.container {
  max-width: 1920px;
  padding-left: 80px;
  padding-right: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1023px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.button {
  line-height: 68px;
  padding: 0 24px;
  border-radius: 16px;
  border: none;
  background-color: #fff;
  font-family: "Input Sans";
  letter-spacing: -1.5px;
  cursor: pointer;
  font-size: 20px;
}
.button:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.button--secondary {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  color: white;
}
.button--secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}
.button--tertiary {
  background: #000000;
  backdrop-filter: blur(10px);
  color: white;
}
.button--tertiary:hover {
  background: rgba(0, 0, 0, 0.9);
}

.header {
  color: #ffffff;
  position: relative;
}
.header--main {
  min-height: 100vh;
}
@media (max-width: 1023px) {
  .header::before {
    display: none;
    content: "";
    padding: 120px 0 32px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1;
    backdrop-filter: blur(10px);
  }
  .menu-open .header::before {
    display: block;
  }
}
.pages .header {
  background-image: none;
  background-size: cover;
  background-color: inherit;
  background-position: center;
  color: #000000;
}
.header__video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: none;
}
.header__video video.active {
  display: block;
}
.header .container {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 80px;
  height: 100vh;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .header .container {
    padding-bottom: 64px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header .container {
    padding-bottom: 32px;
  }
}
@media (max-width: 1023px) {
  .header .container {
    padding-top: 24px;
    padding-bottom: 16px;
    max-height: none;
  }
}
.pages .header .container {
  height: auto !important;
  max-height: inherit;
  padding-bottom: 40px !important;
}
.header__logo {
  height: 40px;
  position: relative;
  z-index: 2;
}
.header__top {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .header__top {
    flex-wrap: wrap;
  }
  .menu-open .header__top {
    align-items: start;
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 24px;
    padding-bottom: 16px;
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .menu-open .header__top {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 1023px) and (min-width: 1024px) and (max-width: 1439px) {
  .menu-open .header__top {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.header__space {
  margin: auto;
}
.header__menu {
  text-decoration: none;
  line-height: 40px;
  padding: 0 12px;
  display: inline-block;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  font-size: 16px;
  border: none;
  display: none;
  margin-left: auto;
  font-size: 0;
  padding: 10px;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75 2.5H11.25V5H8.75V2.5ZM2.5 2.5H5V5H2.5V2.5ZM15 2.5H17.5V5H15V2.5ZM8.75 8.75H11.25V11.25H8.75V8.75ZM2.5 8.75H5V11.25H2.5V8.75ZM15 8.75H17.5V11.25H15V8.75ZM8.75 15H11.25V17.5H8.75V15ZM2.5 15H5V17.5H2.5V15ZM15 15H17.5V17.5H15V15Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}
.pages .header__menu {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.08);
}
.menu-open .header__menu {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
}
@media (max-width: 1023px) {
  .header__menu {
    display: flex;
    position: fixed;
    right: 16px;
    top: 24px;
    z-index: 2;
  }
  .pages .header__menu {
    background-color: rgba(0, 0, 0, 0.24);
  }
  .menu-open .header__menu {
    background-color: rgba(255, 255, 255, 0.08);
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 1.4L14.6 0L8 6.6L1.4 0L0 1.4L6.6 8L0 14.6L1.4 16L8 9.4L14.6 16L16 14.6L9.4 8L16 1.4Z' fill='white'/%3E%3C/svg%3E%0A");
  }
}
.header__nav {
  display: flex;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.header__nav .button {
  margin-top: auto;
  display: none;
  text-align: center;
}
@media (max-width: 1023px) {
  .header__nav .button {
    display: block;
  }
}
@media (max-width: 1023px) {
  .header__nav {
    display: none;
    padding-top: 60px;
    width: 100%;
    flex-direction: column;
  }
  .menu-open .header__nav {
    display: flex;
    height: calc(100% - 25px - 15px);
  }
}
.header__nav-list {
  display: flex;
  gap: 8px;
}
@media (max-width: 1023px) {
  .header__nav-list {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px;
  }
}
.header__nav-button {
  text-decoration: none;
  line-height: 40px;
  padding: 0 12px;
  display: inline-block;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  font-size: 16px;
  border: none;
}
.pages .header__nav-button {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.08);
}
.menu-open .header__nav-button {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
}
@media (max-width: 1023px) {
  .header__nav-button {
    backdrop-filter: none;
    padding-right: 42px;
    background-color: transparent !important;
  }
  .active .header__nav-button {
    color: rgba(255, 255, 255, 0.56);
  }
}
.header__nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .header__nav-item {
    background-color: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 8px;
  }
  .header__nav-item.active {
    background-color: rgba(255, 255, 255, 0.16);
  }
}
.header__nav-dropdown {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  padding-top: 8px;
}
.active .header__nav-dropdown {
  position: absolute;
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
@media (max-width: 1023px) {
  .header__nav-dropdown {
    position: static;
    opacity: 1;
    pointer-events: auto;
    padding: 0;
  }
  .active .header__nav-dropdown {
    position: static;
  }
  .header__nav-dropdown::before {
    content: "";
    position: absolute;
    right: 18px;
    top: 18px;
    width: 10px;
    height: 6px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.46967 0.46967C0.762563 0.176777 1.23744 0.176777 1.53033 0.46967L5 3.93934L8.46967 0.46967C8.76256 0.176777 9.23744 0.176777 9.53033 0.46967C9.82322 0.762563 9.82322 1.23744 9.53033 1.53033L5.53033 5.53033C5.23744 5.82322 4.76256 5.82322 4.46967 5.53033L0.46967 1.53033C0.176777 1.23744 0.176777 0.762563 0.46967 0.46967Z' fill='white'/%3E%3C/svg%3E%0A");
  }
  .active .header__nav-dropdown::before {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.46967 0.46967C4.76256 0.176777 5.23744 0.176777 5.53033 0.46967L9.53033 4.46967C9.82322 4.76256 9.82322 5.23744 9.53033 5.53033C9.23744 5.82322 8.76256 5.82322 8.46967 5.53033L5 2.06066L1.53033 5.53033C1.23744 5.82322 0.762563 5.82322 0.46967 5.53033C0.176777 5.23744 0.176777 4.76256 0.46967 4.46967L4.46967 0.46967Z' fill='white'/%3E%3C/svg%3E%0A");
  }
}
.header__nav-dropdown ul {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1023px) {
  .header__nav-dropdown ul {
    background-color: transparent;
    gap: 12px;
    display: none;
    padding-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
  }
  .active .header__nav-dropdown ul {
    display: flex;
  }
}
.header__nav-dropdown ul li {
  display: flex;
}
.header__nav-dropdown ul a {
  font-size: 14px;
  line-height: 14px;
  line-height: 16px;
  color: #000000;
  white-space: nowrap;
  padding: 12px 16px;
  flex-grow: 1;
}
.pages .header__nav-dropdown ul a {
  color: #000000;
}
@media (max-width: 1023px) {
  .header__nav-dropdown ul a {
    padding: 0;
    color: #ffffff;
  }
  .pages .header__nav-dropdown ul a {
    color: #ffffff;
  }
}
.header__nav-dropdown ul a.active, .header__nav-dropdown ul a:hover {
  color: #546cfd;
}
.header__nav-dropdown ul a.active {
  pointer-events: none;
}
.header__footer {
  margin-top: auto;
  display: flex;
  gap: 20px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header__footer {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .header__footer {
    flex-direction: column;
    gap: 40px;
  }
}
.pages .header__footer {
  display: none;
}
.header__title {
  width: 50%;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header__title {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .header__title {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .header__title h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.header__description {
  width: 50%;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header__description {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .header__description {
    width: 100%;
  }
}
.header__description p {
  color: #ffffff;
  margin: 18px 0 40px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .header__description p {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
@media (max-width: 1023px) {
  .header__description p {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.header__buttons {
  display: flex;
  gap: 24px;
}
@media (max-width: 1023px) {
  .header__buttons {
    flex-direction: column;
  }
}
.header__contacts {
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
  display: none;
}
@media (max-width: 1023px) {
  .header__contacts {
    display: flex;
  }
}
.header__contact h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 4px;
}
.menu-open .header__contact h4 {
  color: #ffffff;
}
.header__contact p {
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.56);
}

.intro {
  display: flex;
}
.intro__description {
  width: 40%;
}

.text {
  width: 34%;
  text-align: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .text {
    margin-bottom: 48px;
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .text {
    margin-bottom: 48px;
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .text {
    width: auto;
    margin-bottom: 40px;
  }
}
.text h2 {
  margin-bottom: 24px;
}
.text p {
  color: rgba(0, 0, 0, 0.56);
}

.cards {
  padding-top: 180px;
  padding-bottom: 180px;
  max-width: 1920px;
  padding-left: 80px;
  padding-right: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .cards {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .cards {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .cards {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .cards {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .cards {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .cards {
    gap: 16px;
  }
}
.cards__container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.card {
  display: flex;
  background-color: #ededf1;
  border-radius: 24px;
  position: relative;
  order: 100;
  flex-grow: 1;
  width: calc((25% - 6px) * 1);
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .card {
    width: calc((33.3333333333% - 5.3333333333px) * 1);
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .card {
    width: calc((50% - 4px) * 1);
  }
}
@media (max-width: 1023px) {
  .card {
    width: calc((100% - 0px) * 1);
  }
}
@media (min-width: 1920px) {
  .card--big {
    width: calc((25% - 6px) * 2);
  }
  .card--big h4 {
    padding: 0 80px;
  }
}
.card__link {
  display: none;
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 0;
  line-height: 0;
  width: 64px;
  height: 64px;
  background-color: #e2e2e9;
  border-radius: 50%;
  color: transparent;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 20.5L20.5 1M20.5 1H1M20.5 1V20.5' stroke='%23C6C6D2' stroke-width='2'/%3E%3C/svg%3E%0A");
}
@media (min-width: 1920px) {
  .card__link {
    display: block;
  }
}
.card__main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 48px 24px;
  text-align: center;
}
@media (max-width: 1023px) {
  .card__main {
    padding: 24px;
  }
}
.card__main h4 {
  margin-bottom: 28px;
}
@media (max-width: 1023px) {
  .card__main h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.card__main p {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: rgba(0, 0, 0, 0.56);
  margin-top: 28px;
}
.card__main footer {
  margin-top: auto;
}
@media (max-width: 1023px) {
  .card .button {
    width: 100%;
  }
}
.card__image {
  margin: auto;
  flex-grow: 1;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
}
.card:nth-child(1) .card__image {
  background-image: image-set("/assets/images/services/1.png" 1x, "/assets/images/services/1@2x.png" 2x);
}
.card:nth-child(2) .card__image {
  background-image: image-set("/assets/images/services/2.png" 1x, "/assets/images/services/2@2x.png" 2x);
}
.card:nth-child(3) .card__image {
  background-image: image-set("/assets/images/services/3.png" 1x, "/assets/images/services/3@2x.png" 2x);
}
.card:nth-child(4) .card__image {
  background-image: image-set("/assets/images/services/4.png" 1x, "/assets/images/services/4@2x.png" 2x);
}
.card:nth-child(5) .card__image {
  background-image: image-set("/assets/images/services/5.png" 1x, "/assets/images/services/5@2x.png" 2x);
}
.card:nth-child(6) .card__image {
  background-image: image-set("/assets/images/services/6.png" 1x, "/assets/images/services/6@2x.png" 2x);
}

.labels {
  margin-bottom: 64px;
}
.labels ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.labels li {
  font-size: 14px;
  line-height: 14px;
  line-height: 40px;
  padding: 0 12px;
  font-family: "Input Sans";
  color: #8c8ca6;
  background: #e2e2e9;
  border-radius: 24px;
}

.skills {
  margin-left: 64px;
  padding-left: 100px;
  display: flex;
  font-family: "Input Sans";
  flex-direction: column;
  background-image: url("/assets/images/domain-decor.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 150px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .skills {
    padding: 56px;
    padding-bottom: 200px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    order: -1;
    background-size: auto;
  }
}
@media (max-width: 1023px) {
  .skills {
    display: none;
  }
}
.skills__item {
  padding: 4px 24px;
  width: 250px;
  font-size: 14px;
  line-height: 14px;
  color: #8c8ca6;
}
.skills__item strong {
  display: flex;
  border: 1px solid #c6c6d2;
  border-radius: 27px;
  padding: 0 12px;
  line-height: 30px;
  margin-bottom: 8px;
  color: #c6c6d2;
  font-weight: 400;
}
.skills__item strong span {
  color: #8c8ca6;
}
.skills__item ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.skills__item li {
  display: flex;
  align-items: baseline;
}
.skills__item li::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  border-radius: 4px;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  background: #21c606;
}
.skills table {
  background-image: linear-gradient(to bottom, transparent, rgba(141, 141, 165, 0.5607843137), transparent);
  background-size: 1px;
  background-repeat: no-repeat;
  background-position: center;
}

.stats--first {
  grid-area: stats-first;
}
.stats--second {
  grid-area: stats-second;
}

.slogan {
  grid-area: slogan;
}

.features {
  background-color: #546cfd;
  counter-reset: section;
  padding-top: 180px;
  padding-bottom: 180px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .features {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .features {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .features {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.features p {
  color: rgba(0, 0, 0, 0.56);
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .features p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 1023px) {
  .features p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px;
  }
}
.features .container > h2 {
  color: #ffffff;
  margin-bottom: 64px;
  text-align: center;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .features .container > h2 {
    margin-bottom: 48px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .features .container > h2 {
    margin-bottom: 48px;
  }
}
@media (max-width: 1023px) {
  .features .container > h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
  }
}
.features__radio {
  display: none;
}
.features__radio[id=features-0]:checked ~ .features__labels .features__label[for=features-0] {
  background-color: rgba(255, 255, 255, 0.24);
  cursor: default;
  position: relative;
  overflow: hidden;
}
.features__radio[id=features-0]:checked ~ .features__labels .features__label[for=features-0]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #ffffff;
}
.features__radio[id=features-0]:checked ~ .features__list[data-for=features-0] {
  display: flex;
}
.features__radio[id=features-1]:checked ~ .features__labels .features__label[for=features-1] {
  background-color: rgba(255, 255, 255, 0.24);
  cursor: default;
  position: relative;
  overflow: hidden;
}
.features__radio[id=features-1]:checked ~ .features__labels .features__label[for=features-1]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #ffffff;
}
.features__radio[id=features-1]:checked ~ .features__list[data-for=features-1] {
  display: flex;
}
.features__radio[id=features-2]:checked ~ .features__labels .features__label[for=features-2] {
  background-color: rgba(255, 255, 255, 0.24);
  cursor: default;
  position: relative;
  overflow: hidden;
}
.features__radio[id=features-2]:checked ~ .features__labels .features__label[for=features-2]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #ffffff;
}
.features__radio[id=features-2]:checked ~ .features__list[data-for=features-2] {
  display: flex;
}
.features__labels {
  display: flex;
  gap: 32px;
  margin-bottom: 64px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .features__labels {
    margin-bottom: 48px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .features__labels {
    gap: 8px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1023px) {
  .features__labels {
    gap: 8px;
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.features__labels li {
  flex-grow: 1;
  width: 33%;
  display: flex;
}
@media (max-width: 1023px) {
  .features__labels li {
    width: auto;
  }
}
.features__label {
  flex-grow: 1;
  color: #ffffff;
  padding: 32px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .features__label {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px;
    padding: 24px;
  }
}
.features__label:hover {
  background-color: rgba(255, 255, 255, 0.24);
}
.features__list {
  flex-wrap: wrap;
  gap: 32px;
  display: none;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .features__list {
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .features__list {
    flex-direction: column;
    gap: 16px;
  }
}
.features__head {
  display: flex;
  counter-increment: section;
  align-items: baseline;
  margin-bottom: 18px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .features__head {
    margin-bottom: 8px;
  }
}
@media (max-width: 1023px) {
  .features__head {
    margin-bottom: 8px;
  }
}
.features__head h4 {
  display: inline-block;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .features__head h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .features__head h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.features__head::before {
  content: attr(data-index);
  font-family: "Input Sans";
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -3px;
  color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  margin-right: 16px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .features__head::before {
    font-size: 24px;
    line-height: 24px;
    margin-right: 8px;
  }
}
@media (max-width: 1023px) {
  .features__head::before {
    font-size: 24px;
    line-height: 24px;
    margin-right: 8px;
  }
}
.features__item {
  width: calc(50% - 16px);
  background-color: #fff;
  border-radius: 32px;
  padding: 56px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .features__item {
    padding: 24px;
  }
}
@media (max-width: 1023px) {
  .features__item {
    width: 100%;
    padding: 24px;
  }
}
.features__footer {
  display: flex;
  align-items: center;
  padding: 32px;
  background: #ffffff;
  border-radius: 32px;
  margin-top: 32px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .features__footer {
    padding: 24px;
    border-radius: 24px;
  }
}
@media (max-width: 1023px) {
  .features__footer {
    flex-direction: column;
  }
}
.features__footer h4 {
  margin-bottom: 8px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .features__footer h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1023px) {
  .features__footer div {
    margin-bottom: 24px;
  }
}
.features__footer button {
  margin-left: auto;
}
@media (max-width: 1023px) {
  .features__footer button {
    width: 100%;
  }
}

.feedback {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .feedback {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .feedback {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .feedback {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.feedback__content {
  background-color: #ededf1;
  display: flex;
  border-radius: 32px;
  padding: 56px;
  gap: 40px;
  align-items: center;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .feedback__content {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .feedback__content {
    flex-direction: column;
    padding: 32px 16px;
  }
}
.feedback__title {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .feedback__title {
    width: auto;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .feedback__title {
    width: auto;
    text-align: center;
  }
}
.feedback__title h2 {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .feedback__title h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
.feedback__title p {
  color: rgba(0, 0, 0, 0.56);
  width: 66.6666666667%;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .feedback__title p {
    margin: auto;
  }
}
@media (max-width: 1023px) {
  .feedback__title p {
    margin: auto;
    width: 90%;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px;
  }
}
.feedback__form {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .feedback__form {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .feedback__form {
    width: 100%;
  }
}
.feedback__form textarea,
.feedback__form input {
  font-family: "Suisse Intl";
  background: rgba(0, 0, 0, 0.04);
  border-radius: 16px;
  padding: 32px;
  border: none;
  margin-bottom: 16px;
  resize: vertical;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .feedback__form textarea,
  .feedback__form input {
    padding: 24px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.5px;
  }
}
.feedback__form textarea {
  height: 200px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .feedback__form textarea {
    height: 160px;
    margin-bottom: 32px;
  }
}
.feedback__agree {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 56px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
}

.checkbox {
  display: flex;
}
.checkbox label {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: inline-block;
  flex-shrink: 0;
}
.checkbox label:hover {
  background: rgba(0, 0, 0, 0.16);
}
.checkbox input {
  display: none;
}
.checkbox input:checked + label {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='14' viewBox='0 0 21 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.52605 5.47441L8.19241 12.1408L19.4739 0.859234' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #546cfd;
}

.footer {
  background-color: #2d2d39;
  color: #ffffff;
  padding-top: 80px;
}
.footer__contacts {
  display: flex;
  gap: 32px;
  margin-bottom: 56px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .footer__contacts {
    gap: 16px;
  }
}
@media (max-width: 1023px) {
  .footer__contacts {
    gap: 16px;
    flex-direction: column;
  }
}
.footer__contact {
  flex-grow: 1;
  background: #434356;
  border-radius: 24px;
  padding: 48px;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .footer__contact {
    padding: 32px;
  }
}
@media (max-width: 1023px) {
  .footer__contact {
    padding: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .footer__contact h3 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 1023px) {
  .footer__contact h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.footer__contact h3 a {
  color: #ffffff;
  text-decoration: none;
}
.footer__contact p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
.footer__panel {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .footer__panel {
    flex-direction: column;
    gap: 40px;
    align-items: stretch;
    margin-bottom: 56px;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__logo img {
  height: 50px;
}
.footer__buttons {
  margin-left: auto;
  display: flex;
  gap: 32px;
}
@media (max-width: 1023px) {
  .footer__buttons {
    flex-direction: column;
    margin-left: 0;
    gap: 8px;
  }
  .footer__buttons .button {
    width: 100%;
  }
}
.footer__links {
  display: flex;
  gap: 20px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 1023px) {
  .footer__links {
    flex-direction: column;
    gap: 32px;
  }
}
.footer__links h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 32px;
}
.footer__links ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__links li {
  font-size: 16px;
  line-height: 16px;
}
.footer__links a {
  line-height: 24px;
  color: rgba(255, 255, 255, 0.64);
  font-family: "Input Sans";
  text-decoration: none;
}
.footer__group {
  width: 25%;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .footer__group {
    width: 33%;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .footer__group {
    width: 33%;
  }
}
@media (max-width: 1023px) {
  .footer__group {
    width: 100%;
  }
}
.footer__bottom {
  display: flex;
  padding: 40px 0;
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.32);
}
@media (max-width: 1023px) {
  .footer__bottom {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .footer__copy {
    margin-bottom: 32px;
  }
}
.footer__user {
  margin-left: auto;
  display: flex;
  gap: 24px;
}
@media (max-width: 1023px) {
  .footer__user {
    flex-direction: column;
    margin-left: 0;
    gap: 8px;
  }
}
.footer__user a {
  text-decoration: none;
  color: inherit;
}

.contacts {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 32px;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .contacts {
    flex-direction: column;
  }
}
.contacts .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  width: 50%;
}
@media (max-width: 1023px) {
  .contacts .left {
    width: 100%;
  }
}
.contacts .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 24px;
  width: 50%;
  background-image: url("/assets/images/whiterock-contacts-image.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 50vh;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .contacts .right {
    min-width: 300px;
    background-position: top;
    height: 20vh;
  }
}
.contacts th {
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: rgba(0, 0, 0, 0.56);
}
.contacts td {
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  color: #000000;
}
.contacts td.company_title {
  font-size: 32px;
  line-height: 40px;
}
.contacts tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
}
.contacts a {
  text-decoration: none;
  color: rgb(84, 108, 253);
}

article h1 {
  font-style: normal;
  font-weight: 450;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  letter-spacing: -1px;
  color: #000000;
  margin: 60px auto 48px;
}

main {
  margin-bottom: 80px;
}

main.not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 0px;
  gap: 24px;
}
main.not-found h1 {
  font-style: normal;
  font-weight: 450;
  font-size: 72px;
  line-height: 80px;
  letter-spacing: -1px;
  color: #000000;
}
main.not-found p {
  font-style: normal;
  font-weight: 450;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -1px;
  color: rgba(0, 0, 0, 0.56);
}
main.not-found a {
  text-decoration: none;
  color: rgb(84, 108, 253);
}
main.not-found div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.lang-switcher {
  position: relative;
  width: 52px;
}
.lang-switcher a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  width: 45px;
  height: 40px;
  text-decoration: none;
  line-height: 40px;
  padding: 0 12px;
  display: inline-block;
  backdrop-filter: blur(10px);
  border-radius: 8px;
  font-size: 16px;
  border: none;
}
.lang-switcher .selector {
  position: absolute;
  top: 0;
  right: 0;
}
.lang-switcher .selector:hover li:not(:first-child) {
  display: block;
}
.lang-switcher ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
}
.lang-switcher ul a {
  border-radius: 0;
  width: 52px;
  height: 40px;
  text-align: center;
}
.lang-switcher ul a:hover {
  background: rgba(0, 0, 0, 0.08);
}
.lang-switcher ul li:first-child {
  margin-bottom: 5px;
}
.lang-switcher ul li:first-child a {
  width: 45px;
  height: 40px;
  border-radius: 8px;
}
.lang-switcher ul li:nth-child(2) a {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.lang-switcher ul li:last-child a {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.lang-switcher ul li:not(:first-child) {
  display: none;
}

.header--pages .header__nav .lang-switcher ul li:not(:first-child) a:hover {
  background: rgba(0, 0, 0, 0.04);
}

body[data-disposition=production] *[data-draft=true] {
  display: none !important;
}

body[data-disposition=rc]::after {
  content: "rc";
  position: absolute;
  top: 0;
  right: 1em;
  font-weight: 900;
  font-size: 10pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: cyan;
}

body[data-disposition=stage]::after {
  content: "stage";
  position: absolute;
  top: 0;
  right: 1em;
  font-weight: 900;
  font-size: 10pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: blue;
}

body[data-disposition=local]::after {
  content: "local";
  position: absolute;
  top: 0;
  right: 1em;
  font-weight: 900;
  font-size: 10pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: green;
}

body[data-publish-status=draft]::before {
  content: "draft";
  position: absolute;
  top: 45px;
  left: -60px;
  width: 250px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: red;
  color: white;
  display: inline-block;
  text-align: center;
  transform: rotate(-47deg);
}

*[data-draft=true]::before {
  position: absolute;
  margin-left: -0.5em;
  content: "!";
  color: red;
}

.header__nav .dropdown_wrapper {
  position: absolute;
  top: 0;
  padding-top: 48px;
  width: 75%;
  min-width: 200px;
  max-width: 500px;
}
.header__nav .dropdown_wrapper:hover .dropdown {
  display: flex;
}
.header__nav .dropdown_wrapper ul.dropdown {
  position: absolute;
  left: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-center;
  gap: 8px;
  z-index: 1000;
}

.partners {
  padding-top: 180px;
  padding-bottom: 180px;
  max-width: 1920px;
  padding-left: 80px;
  padding-right: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .partners {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .partners {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .partners {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .partners {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .partners {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .partners {
    gap: 32px;
  }
}
.partners__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-items: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 64px 0 64px 0;
  gap: 64px;
}
.partners h2 {
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 56px;
}
.partners .partner {
  display: flex;
  align-items: center;
  max-width: 200px;
  filter: opacity(0.5) grayscale(1);
}
.partners .partner:hover {
  filter: none;
}

.content {
  padding-bottom: 56px;
}
.content h1, .content h2, .content h3, .content h4, .content h5 {
  font-style: normal;
  font-weight: 450;
  letter-spacing: -1px;
  margin: 32px 0 16px;
}
.content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a {
  color: inherit;
  cursor: default;
}
.content h2 {
  font-size: 40px;
  line-height: 48px;
}
.content h3 {
  font-size: 32px;
  line-height: 40px;
}
.content h4 {
  font-size: 24px;
  line-height: 32px;
}
.content p, .content ul {
  font-style: normal;
  font-weight: 450;
  letter-spacing: -1px;
  margin-top: 8px;
  text-align: justify;
  font-size: 20px;
  line-height: 24px;
}
.content ul {
  list-style: square;
}
.content ul li {
  padding: 5px;
  margin-left: 48px;
}

.not-found {
  margin: auto;
  margin-top: 102px;
  margin-bottom: 143px;
}
@media (max-width: 1023px) {
  .not-found {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.not-found__image {
  max-width: 864px;
  margin: auto;
}
.not-found__image img {
  width: 100%;
}
.not-found__text {
  margin-top: 24px;
  text-align: center;
  width: 50%;
  margin: auto;
}
@media (max-width: 1023px) {
  .not-found__text {
    width: 75%;
  }
}
.not-found__text h2 {
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 1023px) {
  .not-found__text h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
.not-found__text p {
  color: rgba(0, 0, 0, 0.56);
}

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