*,
*:hover,
*:focus {
  outline: none;
}
[onclick]:not([disabled]) {
  cursor: pointer;
}
html {
  font-size: round(to-zero, 4.5vw, 1px);
  min-height: 100vh;
}
@media (orientation: landscape) {
  html {
    font-size: 2vw;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
body {
  background-color: #fff;
  color: #282828;
  display: flex;
  flex-direction: column;
  font-family: 'Montserrat';
  height: 100%;
  line-height: 1.2;
  min-height: 100vh;
  width: 100%;
}
body.overflow {
  overflow: hidden;
}
img,
svg,
video {
  max-height: 100%;
  max-width: 100%;
}
img[data-picture='user'] {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
}
header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}
main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 2.5rem;
  overflow: hidden;
  padding: 1.25rem 0 3.5rem;
}
@media (min-width: 992px) {
  main {
    gap: 5rem;
  }
}
footer {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.container {
  margin: 0 auto;
  max-width: 1340px;
  padding: 0 1rem;
  width: 100%;
}
h1,
h2,
h3 {
  font-family: 'Unbounded';
  margin-bottom: 0;
  text-transform: uppercase;
}
.button {
  border: none;
  border-radius: 1rem;
  font-weight: 600;
  display: inline-block;
  line-height: 1.1;
  padding: 1rem 1.5rem;
  position: relative;
  text-align: center;
  transition: 0.4s ease-in-out;
  -webkit-appearance: button;
}
.button:hover {
  text-decoration: none;
}
.button__red-opacity,
.button__navy-opacity,
.button__white-opacity {
  backdrop-filter: blur(0);
  mask: linear-gradient(#fff 0 0) text, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  text-decoration: none;
  -webkit-mask: linear-gradient(#fff 0 0) text, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
}
.button__red-opacity:hover,
.button__navy-opacity:hover,
.button__white-opacity:hover {
  text-decoration: none;
}
.button__red-opacity,
.button__navy-opacity {
  color: #fff;
}
.button__white-opacity {
  background-color: #fff;
  box-shadow: 0 0 0 2px #fff inset;
  color: #22147d;
}
.button__white-opacity:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.button__navy-opacity,
.button__red-opacity {
  max-width: 25rem;
  width: 100%;
}
.button__navy-white,
.button__red-white {
  color: #22147d;
}
.button__navy-white:hover,
.button__red-white:hover {
  color: #fff;
}
.button__navy-opacity,
.button__navy-white {
  background-color: #22147d;
  box-shadow: 0 0 0 2px #22147d inset;
  color: #fff;
}
.button__navy-opacity:hover,
.button__navy-white:hover {
  background-color: rgba(34, 20, 125, 0.75);
}
.button__red-opacity,
.button__red-white {
  background-color: #ff466f;
  box-shadow: 0 0 0 2px #ff466f inset;
}
.button__red-opacity:hover,
.button__red-white:hover {
  background-color: rgba(255, 70, 111, 0.75);
}
.logo {
  align-items: center;
  display: inline-flex;
  height: 100%;
  gap: 0.75rem;
}
.logo svg {
  height: 100%;
  width: auto;
}
.header {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 0;
  position: relative;
  z-index: 10;
}
.header-logo {
  align-items: center;
  flex-shrink: 0;
  display: flex;
  height: 2.5rem;
  gap: inherit;
}
@media (min-width: 992px) {
  .header-logo {
    height: 3.25rem;
  }
}
.header-menu {
  background-color: #fff;
  min-height: 100dvh;
  position: absolute;
  right: 101vw;
  top: 0;
  transition: 0.4s ease-in-out;
  width: 100vw;
  z-index: -1;
}
@media (min-width: 992px) {
  .header-menu {
    align-items: center;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    min-height: unset;
    position: unset;
    right: unset;
    width: auto;
  }
}
.header-menu.active {
  right: -1rem;
}
.header-menu ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .header-menu ul {
    flex-direction: row;
    gap: 3rem;
    padding: 0;
  }
}
.header-menu ul li {
  padding: 0.25rem 0;
}
.header-menu ul li a {
  color: #000;
  font-weight: 600;
  line-height: 1.25;
  transition: 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .header-menu ul li a {
    font-weight: 500;
  }
}
.header-menu ul li a:hover {
  color: #4580ff;
  text-decoration: none;
}
.header-personal {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  gap: 1rem;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .header-personal {
    flex-grow: 0;
  }
}
.header-personal a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #22147d;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
  transition: 0.4s ease-in-out;
}
.header-personal a:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .header-personal a {
    border-radius: 1rem;
    color: #fff;
    height: inherit;
  }
}
@media (min-width: 992px) {
  .header-personal a:not(.header-exit) {
    background-color: #ff466f;
    border: none;
    padding: 1rem 1.5rem;
  }
  .header-personal a:not(.header-exit):hover {
    background-color: #22147d;
  }
}
@media (min-width: 992px) {
  .header-personal a:not(.header-exit) svg {
    display: none;
  }
}
.header-personal a svg [fill] {
  fill: #22147d;
}
.header-personal a span {
  display: none;
}
@media (min-width: 992px) {
  .header-personal a span {
    display: inline-block;
  }
}
.header-button {
  display: flex;
}
@media (min-width: 992px) {
  .header-button {
    display: none;
  }
}
.header-button button {
  align-items: center;
  background-color: #fff;
  border: 1px solid #22147d;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  padding: 0.5rem 1.25rem;
}
.header-button button.active div:before,
.header-button button.active div:after {
  opacity: 1;
}
.header-button button.active span {
  opacity: 0;
}
.header-button button > div {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 1.25rem;
  justify-content: space-around;
  overflow: hidden;
  position: relative;
  width: 1.25rem;
}
.header-button button > div:before,
.header-button button > div:after {
  background-color: #000;
  content: '';
  height: 2px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.header-button button > div:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-button button > div:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-button button span {
  background-color: #000;
  height: 2px;
  width: 100%;
}
.main-top {
  color: #fff;
  display: grid;
  gap: 0.75rem;
  grid-auto-flow: dense;
}
@media (min-width: 992px) {
  .main-top {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto repeat(2, 1fr);
  }
}
.main-top > * {
  border-radius: 1.25rem;
  min-width: 0;
  overflow: hidden;
}
.main-top__text {
  background-color: #ff466f;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: space-between;
  padding: 1rem;
}
@media (min-width: 992px) {
  .main-top__text {
    gap: 4.5rem;
    grid-row: 1/3;
    padding: 2rem;
  }
}
.main-top__date {
  align-items: center;
  display: flex;
  font-family: 'Unbounded';
  gap: 0.75rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .main-top__date {
    font-size: 1.5rem;
  }
}
.main-top__date svg {
  height: 1.5rem;
  width: 1.5rem;
}
@media (min-width: 992px) {
  .main-top__date svg {
    height: 2rem;
    width: 2rem;
  }
}
.main-top__subject {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  gap: 1.5rem;
}
.main-top__subject h1 {
  font-size: 1.25rem;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .main-top__subject h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .main-top__subject > div {
    font-size: 1.5rem;
  }
}
.main-top__button .button {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .main-top__button .button {
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
  }
}
.main-top__logotypes {
  display: grid;
  gap: inherit;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 992px) {
  .main-top__logotypes {
    grid-row: 3/4;
  }
}
.main-top__logotypes > * {
  min-width: 0;
}
.main-top__logo {
  align-items: center;
  border-radius: inherit;
  display: flex;
  justify-content: center;
  padding: 1rem 1.25rem;
}
.main-top__logo svg {
  max-width: 16rem;
}
.main-top__slogan {
  background-color: #22147d;
  display: flex;
  flex-direction: column;
  font-family: 'Unbounded';
  font-size: 1.5rem;
  font-weight: 600;
  gap: 0.25rem;
  line-height: 1.25;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .main-top__slogan {
    font-size: 2.5rem;
    grid-row: 1/2;
  }
}
.main-top__slogan > div {
  padding: 1rem;
}
@media (min-width: 992px) {
  .main-top__slogan > div {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .main-top__slogan img {
    margin-top: -2rem;
  }
}
.main-top__picture {
  position: relative;
}
@media (min-width: 992px) {
  .main-top__picture {
    grid-row: 2/4;
  }
}
@media (min-width: 992px) {
  .main-top__picture img {
    bottom: 0;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.main-top__picture video {
  bottom: 0;
  height: auto;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: 0;
  top: 0;
}
.main-desc {
  color: #fff;
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 992px) {
  .main-desc {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-desc > * {
  border-radius: 1.25rem;
  min-width: 0;
  overflow: hidden;
}
.main-desc__text {
  background-color: #22147d;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .main-desc__text {
    gap: 3.5rem;
    padding: 2rem;
  }
}
.main-desc__subject {
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .main-desc__subject {
    font-size: 1.5rem;
  }
}
.main-desc__values {
  display: flex;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .main-desc__values {
    gap: 3rem;
  }
}
.main-desc__value {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .main-desc__value {
    gap: 0.5rem;
  }
}
.main-desc__value > span {
  font-family: 'Unbounded';
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  .main-desc__value > span {
    font-size: 4rem;
  }
}
.main-desc__value > small {
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .main-desc__value > small {
    font-size: 1.5rem;
  }
}
.main-desc__button .button {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .main-desc__button .button {
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
  }
}
.main-desc__picture {
  display: none;
  gap: inherit;
  grid-auto-flow: dense;
}
@media (min-width: 992px) {
  .main-desc__picture {
    display: grid;
    grid-template: repeat(2, 1fr) / repeat(2, 1fr);
  }
}
.main-desc__picture > * {
  border-radius: inherit;
  min-width: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .main-desc__picture > * {
    position: relative;
  }
}
@media (min-width: 992px) {
  .main-desc__picture img {
    bottom: 0;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.main-desc__picture > div:first-child {
  grid-column: 1/3;
}
.main-waiting {
  background-color: #ff466f;
  border-radius: 1.25rem;
  overflow: hidden;
  padding-bottom: 3.5rem;
  padding-top: 3rem;
}
@media (min-width: 992px) {
  .main-waiting {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.main-waiting__grid {
  display: grid;
  gap: 2.5rem;
  grid-auto-flow: dense;
  position: relative;
}
@media (min-width: 992px) {
  .main-waiting__grid {
    grid-template-columns: 1fr auto;
  }
}
.main-waiting__grid > * {
  min-width: 0;
}
.main-waiting__grid > [data-arrows] {
  display: none;
}
@media (min-width: 992px) {
  .main-waiting__grid > [data-arrows] {
    display: flex;
  }
}
.main-waiting h2 {
  align-content: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .main-waiting h2 {
    font-size: 2.5rem;
  }
}
.main-waiting__list {
  margin: 0 -0.25rem;
}
@media (min-width: 992px) {
  .main-waiting__list {
    grid-column: 1/3;
    margin-left: -0.5rem;
  }
}
@media (min-width: 992px) {
  .main-waiting__list > [data-arrows] {
    display: none;
  }
}
.main-waiting__list .swiper {
  overflow: visible!important;
}
.main-waiting__list .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  max-width: 17.5rem;
  padding: 0 0.25rem;
}
@media (min-width: 992px) {
  .main-waiting__list .swiper-slide {
    max-width: 25rem;
    padding-left: 0.5rem;
  }
}
.main-waiting__item {
  background-color: #fff;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main-waiting__item--picture {
  border-radius: inherit;
  overflow: hidden;
}
.main-waiting__item--name {
  font-family: 'Unbounded';
  font-size: 0.75rem;
  font-weight: 500;
  padding: 1rem 0.5rem;
}
@media (min-width: 992px) {
  .main-waiting__item--name {
    font-size: 1.25rem;
    padding: 1.25rem;
  }
}
.main-waiting__arrows {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
@media (min-width: 992px) {
  .main-waiting__arrows {
    position: static;
  }
}
.main-waiting__arrows button:hover:before {
  background-color: #4580ff !important;
}
.main-waiting__arrows button:before {
  background-color: #ff466f !important;
}
@media (min-width: 992px) {
  .main-waiting__arrows button:before {
    background-color: rgba(255, 255, 255, 0.2) !important;
  }
}
.main-how {
  background-color: #22147d;
  border-radius: 1.25rem;
  overflow: hidden;
  padding-bottom: 3.5rem;
  padding-top: 3rem;
}
@media (min-width: 992px) {
  .main-how {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.main-how__grid {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .main-how__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-how__grid > * {
  min-width: 0;
}
.main-how h2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .main-how h2 {
    font-size: 2.5rem;
    grid-column: 1/3;
  }
}
.main-how__list {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) {
  .main-how__list {
    gap: 2rem;
  }
}
.main-how__item {
  column-gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  position: relative;
  row-gap: 0.25rem;
}
@media (min-width: 992px) {
  .main-how__item {
    column-gap: 1.5rem;
    row-gap: 0.5rem;
  }
}
.main-how__item:not(:last-child) .main-how__num:before {
  background-color: #fff;
  content: '';
  height: calc(100% + 0.25rem);
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 50%;
  width: 4px;
  z-index: -1;
}
@media (min-width: 992px) {
  .main-how__item:not(:last-child) .main-how__num:before {
    height: calc(100% + 3rem);
  }
}
.main-how__item--name {
  background-color: #fff;
  border-radius: 5rem;
  color: #22147d;
  font-size: 0.75em;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
}
@media (min-width: 992px) {
  .main-how__item--name {
    font-size: 1rem;
    padding: 1rem 1.25rem;
  }
}
.main-how__item--desc {
  color: #fff;
  font-size: 0.5rem;
}
@media (min-width: 992px) {
  .main-how__item--desc {
    font-size: 0.75rem;
  }
}
.main-how__num {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 1;
  position: relative;
  z-index: 5;
}
.main-how__num > div:not(:empty) {
  align-content: center;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.1);
  color: #22147d;
  font-size: 0.5rem;
  font-weight: 600;
  min-width: 1rem;
}
@media (min-width: 992px) {
  .main-how__num > div:not(:empty) {
    box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.1);
    font-size: 1.25rem;
    min-height: 2rem;
  }
}
.main-how__picture {
  gap: 0.75rem;
  display: none;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 992px) {
  .main-how__picture {
    display: grid;
  }
}
.main-how__picture > div {
  border-radius: 1.25rem;
  overflow: hidden;
}
.main-how__picture > div:nth-child(3n + 1) {
  grid-column: span 2;
}
.main-how__picture img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
}
.main-review {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.main-review h2 {
  background-color: #ff466f;
  border-radius: 1.25rem;
  color: #fff;
  font-size: 1.5rem;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .main-review h2 {
    font-size: 2.5rem;
    padding: 2rem 2.5rem;
  }
}
.main-review__list {
  margin: 0 -0.25rem;
  position: relative;
}
@media (min-width: 992px) {
  .main-review__list {
    margin: 0 -0.75rem;
  }
}
.main-review__list .swiper {
  overflow: visible!important;
}
.main-review__list .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  max-width: calc(100% / 3);
  padding: 0 0.25rem;
}
@media (min-width: 992px) {
  .main-review__list .swiper-slide {
    max-width: 25%;
    padding: 0 0.75rem;
  }
}
.main-review__item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .main-review__item {
    gap: 1rem;
  }
}
.main-review__item--video {
  aspect-ratio: 1/1;
  border: 1px dashed #ff9472;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  padding: 1px;
  position: relative;
  transition: 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .main-review__item--video {
    border-width: 2px;
    padding: 0.75rem;
  }
}
.main-review__item--video.paused > .video-play,
.main-review__item--video.playing > .video-play {
  bottom: 0;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 992px) {
  .main-review__item--video.paused > .video-play,
  .main-review__item--video.playing > .video-play {
    opacity: 0.2;
    transform: scale(150%);
  }
}
@media (min-width: 992px) {
  .main-review__item--video.paused > .video-play:hover,
  .main-review__item--video.playing > .video-play:hover {
    opacity: 0.8;
  }
}
.main-review__item--video.paused > .video-play:before,
.main-review__item--video.playing > .video-play:before {
  aspect-ratio: 1/1;
  content: '';
  left: 50%;
  max-width: 2rem;
  position: absolute;
  top: 50%;
  transition: 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 100%;
}
.main-review__item--video.paused > .video-play:before {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #fff;
  border-style: solid;
  border-width: 1.25rem 0 1.25rem 2rem;
}
.main-review__item--video.playing {
  padding: 0;
}
.main-review__item--video.playing > .video-play:before {
  background-image: linear-gradient(to right, #fff 0.5rem, rgba(255, 255, 255, 0) 0.5rem, rgba(255, 255, 255, 0) 1.5rem, #fff 1.5rem);
  border-color: rgba(255, 255, 255, 0);
}
.main-review__item--video img,
.main-review__item--video video {
  border-radius: 50%;
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
  width: auto;
}
.main-review__item--video video::-webkit-media-controls-panel {
  display: none !important;
}
.main-review__item--author {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  gap: 0.75rem;
  justify-content: center;
  padding: 0 0.5rem;
  pointer-events: all;
  text-align: center;
}
@media (min-width: 992px) {
  .main-review__item--author {
    font-size: 1.25rem;
    padding: 0;
  }
}
.main-review__item--author img {
  border: 1px solid #fff;
  border-radius: 50%;
  display: none;
  height: 3rem;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  width: 3rem;
}
@media (min-width: 992px) {
  .main-review__item--author img {
    display: block;
  }
}
.main-review__arrows {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  left: -0.75rem;
  position: absolute;
  right: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.main-review__arrows button:hover:before {
  background-color: #4580ff !important;
}
.main-review__arrows button:before {
  background-color: #ff466f !important;
}
.main-where {
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 992px) {
  .main-where {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-where__text {
  background-color: #ff466f;
  border-radius: 1.25rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  justify-content: space-between;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .main-where__text {
    padding: 2rem;
  }
}
.main-where h2 {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .main-where h2 {
    font-size: 2.5rem;
  }
}
.main-where__logo {
  max-width: 13.75rem;
}
.main-where__desc {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.main-where__title {
  font-family: 'Unbounded';
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .main-where__title {
    font-size: 2rem;
  }
}
.main-where__subtitle {
  font-weight: 600;
}
@media (min-width: 992px) {
  .main-where__subtitle {
    font-size: 1.5rem;
  }
}
.main-where__picture {
  border-radius: 1.25rem;
  display: none;
  overflow: hidden;
}
@media (min-width: 992px) {
  .main-where__picture {
    display: block;
  }
}
.main-siting {
  color: #fff;
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 992px) {
  .main-siting {
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-siting > * {
  min-width: 0;
}
.main-siting__nav {
  background-color: #22147d;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: space-between;
  padding: 1rem;
}
@media (min-width: 992px) {
  .main-siting__nav {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .main-siting__nav h2 {
    font-size: 2.5rem;
  }
}
.main-siting__nav ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-siting__nav ul li {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5rem;
  display: flex;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  transition: 0.4s ease-in-out;
}
.main-siting__nav ul li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.main-siting__nav ul li.active {
  background-color: #fff;
  color: #22147d;
}
.main-siting__nav ul li.active svg [fill] {
  fill: #22147d;
}
.main-siting__nav ul li.active svg [stroke] {
  stroke: #22147d;
}
.main-siting__nav ul li svg {
  flex-shrink: 0;
  height: 1.25rem;
  width: 1.25rem;
}
.main-siting__picture {
  background-color: #ff466f;
  border-radius: 1.25rem;
}
.main-siting__items {
  border-radius: 1.25rem;
  display: flex;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .main-siting__items {
    grid-column: 1/3;
  }
}
.main-siting__item {
  display: grid;
  flex: 1 0 100%;
  gap: 1.25rem;
  grid-template-rows: 1fr 0.75fr;
  transition: 0.4s ease-in-out;
  width: 100%;
}
@media (min-width: 992px) {
  .main-siting__item {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: unset;
  }
}
.main-siting__item > * {
  border-radius: 1.25rem;
  min-width: 0;
  overflow: hidden;
}
.main-siting__item--text {
  background-color: #ff466f;
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .main-siting__item--text {
    padding: 2rem;
  }
}
.main-siting__item--text ul {
  display: flex;
  flex-direction: column;
  font-family: 'Golos';
  font-size: 1.25rem;
  gap: 1em;
  margin: 0;
  margin-left: -1em;
}
.main-siting__item--picture img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
}
.main-banner {
  background-position: right center;
  background-size: cover;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .main-banner {
    background-image: url('../images/main-banner.jpg');
    padding: 1.25rem;
  }
}
.main-banner__text {
  background-blend-mode: screen;
  background-color: #ff466f;
  background-size: cover;
  border-radius: 1.25rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1rem;
}
@media (min-width: 992px) {
  .main-banner__text {
    max-width: 30rem;
  }
}
.main-banner__text h2 {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .main-banner__text h2 {
    font-size: 2rem;
  }
}
.main-banner__desc {
  font-weight: 600;
}
@media (min-width: 992px) {
  .main-banner__desc {
    font-size: 1.5rem;
    margin-bottom: 5rem;
  }
}
.main-partner {
  display: grid;
  gap: 2.5rem;
  grid-auto-flow: dense;
}
@media (min-width: 992px) {
  .main-partner {
    grid-template-columns: 1fr auto;
  }
}
.main-partner > * {
  min-width: 0;
}
.main-partner h2 {
  align-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .main-partner h2 {
    grid-column: 1/3;
    font-size: 2.5rem;
  }
}
.main-partner__filter {
  align-content: center;
}
.main-partner__filter ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-partner__filter ul li {
  border-radius: 3rem;
  box-shadow: 0 0 0 1px #22147d inset;
  color: #22147d;
  font-family: 'Golos';
  letter-spacing: 0.02em;
  padding: 0.75rem 1.25rem;
  transition: 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .main-partner__filter ul li {
    font-size: 1.25rem;
  }
}
.main-partner__filter ul li:hover {
  background-color: #22147d;
  color: #fff;
}
.main-partner__filter ul li.active {
  background-color: #ff466f;
  box-shadow: none;
  color: #fff;
  pointer-events: none;
}
@media (min-width: 992px) {
  .main-partner__filter {
    grid-column: 1/2;
  }
}
.main-partner__list {
  margin: 0 -0.25rem;
  position: relative;
}
@media (min-width: 992px) {
  .main-partner__list {
    grid-column: 1/3;
    margin-left: -0.5rem;
  }
}
.main-partner__list > [data-arrows] {
  display: flex;
}
@media (min-width: 992px) {
  .main-partner__list > [data-arrows] {
    display: none;
  }
}
.main-partner__list .swiper {
  overflow: visible!important;
}
.main-partner__list .swiper-slide {
  display: flex;
  height: auto;
  max-width: 7.75rem;
  padding: 0 0.25rem;
}
@media (min-width: 992px) {
  .main-partner__list .swiper-slide {
    max-width: 17.5rem;
    padding-left: 0.5rem;
  }
}
.main-partner__list .swiper-slide[data-slider=hide] {
  display: none;
}
.main-partner__item {
  background-color: #f1f2f6;
  border-radius: 1.25rem;
  box-shadow: 0 0 0 2px #f1f2f6 inset;
  padding: 1rem;
  position: relative;
}
.main-partner__item:hover {
  background-color: rgba(241, 242, 246, 0.75);
}
.main-partner__item a {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.main-partner__arrows {
  align-items: center;
  display: none;
  gap: 1rem;
  justify-content: space-between;
  left: -0.75rem;
  position: absolute;
  right: -0.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (min-width: 992px) {
  .main-partner__arrows {
    display: flex;
    position: static;
    transform: none;
  }
}
.main-partner__arrows button:hover:before {
  background-color: #4580ff !important;
}
.main-partner__arrows button:before {
  background-color: #ff466f !important;
}
.main-question {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.main-question h2 {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .main-question h2 {
    font-size: 2.5rem;
  }
}
.main-question__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.main-question__item {
  border: 1px solid #f5f5f5;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.75rem;
  transition: 0.4s ease-in-out;
}
@media (min-width: 992px) {
  .main-question__item {
    padding: 1.5rem;
  }
}
.main-question__item.active {
  border-color: #22147d;
}
.main-question__item--name {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width: 992px) {
  .main-question__item--name {
    font-size: 1.5rem;
  }
}
.main-question__item--name button {
  align-items: center;
  background-color: #f5f5f5;
  border: none;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 2.5rem;
  justify-content: center;
  padding: 0;
  position: relative;
  transition: 0.4s ease-in-out;
  width: 2.5rem;
}
.main-question__item--name button:hover {
  background-color: rgba(69, 128, 255, 0.25);
}
.main-question__item--name button.active {
  background-color: #22147d;
}
.main-question__item--name button.active:before {
  background-color: #fff;
}
.main-question__item--name button.active:after {
  background-color: rgba(255, 255, 255, 0);
}
.main-question__item--name button:before,
.main-question__item--name button:after {
  background-color: #22147d;
  border-radius: 1rem;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  transition: 0.4s ease-in-out;
  transform: translate(-50%, -50%);
}
.main-question__item--name button:before {
  height: 2px;
  width: 1rem;
}
.main-question__item--name button:after {
  height: 1rem;
  width: 2px;
}
.main-question__item--title {
  font-family: 'Unbounded';
}
.main-question__item--answer {
  display: none;
}
.shift {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.shift h2 {
  background-color: #22147d;
  border-radius: 1.25rem;
  color: #fff;
  font-size: 1.5rem;
  padding: 2rem 1rem;
}
@media (min-width: 992px) {
  .shift h2 {
    font-size: 2.5rem;
    padding: 2rem 2.5rem;
  }
}
.shift__header {
  color: #fff;
  display: none;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .shift__header {
    display: block;
  }
}
.shift__header > div {
  background-color: #fff;
  border-radius: 0.75rem;
  column-gap: 1px;
  display: grid;
  grid-template-columns: 1fr 4.5fr;
  overflow: hidden;
}
.shift__header--item {
  background-color: #ff466f;
  padding: 1.25rem 1.5rem;
}
.shift__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .shift__list {
    gap: 0;
  }
}
.shift__items {
  display: grid;
  margin-top: -1.5rem;
}
@media (min-width: 992px) {
  .shift__items {
    grid-auto-rows: 1fr;
    margin-top: 0;
  }
}
.shift__item {
  display: grid;
  gap: 0.75rem;
  grid-auto-flow: dense;
  padding: 1.5rem 0;
}
@media (min-width: 992px) {
  .shift__item {
    column-gap: 1px;
    grid-template-columns: 1fr 4.5fr;
  }
}
.shift__item > * {
  min-width: 0;
}
.shift__item:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}
.shift__item--date {
  border: 1px solid #ebebeb;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  font-family: 'Unbounded';
  gap: 1.5rem;
  overflow: hidden;
  padding: 1.25rem 1rem;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .shift__item--date {
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
  }
}
.shift__item--date.passed:before {
  background-color: #ff466f;
  color: #fff;
  content: 'Регистрация завершена';
  left: 50%;
  padding: 1rem 5rem;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-30deg);
  width: 125%;
}
@media (min-width: 992px) {
  .shift__item--date.passed:before {
    padding: 1rem 2.5rem;
    width: 150%;
  }
}
.shift__item--placeholder {
  font-size: 0.75rem;
}
.shift__item--arrival,
.shift__item--registration {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.shift__item--registration {
  color: #FF0C02;
}
.shift__item--value {
  font-weight: 600;
}
@media (min-width: 992px) {
  .shift__item--value {
    font-size: 1.25rem;
  }
}
.shift__item--list {
  display: grid;
  gap: inherit;
}
@media (min-width: 992px) {
  .shift__item--list {
    gap: 0.75rem;
    grid-column: 2/3;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0.75rem;
  }
}
.shift__item--list > div {
  border: 1px solid #ebebeb;
  border-radius: 0.75rem;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  padding: 1.25rem 1rem;
}
@media (min-width: 992px) {
  .shift__item--list > div {
    padding: 2rem;
  }
}
.shift__item--list > div:first-child {
  background-color: #d55cf8;
}
.shift__item--list > div:first-child button.active:before {
  border-color: #d55cf8;
}
.shift__item--list > div:last-child {
  background-color: #00d4c9;
}
.shift__item--list > div:last-child button.active:before {
  border-color: #00d4c9;
}
.shift__item--text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 1.5rem;
}
.shift__item--title {
  font-family: 'Unbounded';
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .shift__item--title {
    font-size: 1.5rem;
  }
}
.shift__item [data-hide] {
  display: none;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .shift__item [data-hide] {
    display: block;
    height: inherit;
  }
}
.shift__item [data-hide].active {
  display: block;
}
.shift__item [data-hide] > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.shift__item--preview {
  font-weight: 400;
}
.shift__item--detail {
  font-style: italic;
  font-weight: 500;
}
.shift__item--button span {
  color: #22147d;
  font-style: italic;
  font-weight: 500;
}
@media (min-width: 992px) {
  .shift__item--js {
    display: none;
  }
}
.shift__item--js button {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  height: 1.5rem;
  position: relative;
  transition: 0.4s ease-in-out;
  width: 1.5rem;
}
.shift__item--js button:before {
  align-items: center;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: '';
  display: flex;
  justify-content: center;
  left: 50%;
  padding: 0.125rem;
  position: absolute;
  top: 47.5%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.4s ease-in-out;
}
.shift__item--js button.active {
  background-color: #fff;
  transform: rotate(0.5turn);
}
footer {
  background-color: #22147d;
  color: #fff;
}
.footer {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 2rem;
  padding-top: 2.5rem;
}
.footer-logo {
  align-items: center;
  flex-shrink: 0;
  display: flex;
  gap: 1rem;
}
@media (min-width: 992px) {
  .footer-logo {
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .footer-logo .logo {
    height: 4.5rem;
  }
}
.footer-logo .logo-one {
  border: 2px solid #fff;
  border-radius: 50%;
}
.footer-logo .logo-two {
  height: 2.25rem;
}
@media (min-width: 992px) {
  .footer-logo .logo-two {
    height: 2.75rem;
  }
}
.footer-logo .logo svg [fill='#221F1E']:not([fill-rule='evenodd']) {
  fill: #fff;
}
.footer-links {
  display: grid;
  gap: 2rem;
}
@media (min-width: 992px) {
  .footer-links {
    grid-template-columns: 1fr 2fr;
  }
}
.footer-docs {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
.footer-docs ul {
  flex-direction: column;
}
.footer-docs ul a {
  font-weight: 700;
}
.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer-contacts__list {
  display: grid;
  gap: 2rem;
}
@media (min-width: 992px) {
  .footer-contacts__list {
    grid-template-columns: 1fr auto;
  }
}
.footer-contacts__list > div {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 992px) {
  .footer-contacts__list > div {
    flex-wrap: wrap;
  }
}
.footer-contacts__title {
  font-family: 'Golos';
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
}
.footer h2 {
  font-weight: 400;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul li a {
  align-items: center;
  color: #fff;
  display: inline-flex;
  flex-wrap: nowrap;
  font-family: 'Golos';
  gap: 0.75rem;
}
.footer ul li a:hover {
  color: #4580ff;
}
.footer ul li a:hover svg [fill='white'],
.footer ul li a:hover svg [fill='#fff'],
.footer ul li a:hover svg [fill='#ffffff'] {
  fill: #4580ff;
}
.footer ul li a svg {
  flex-shrink: 0;
}
.footer ul li a span:empty {
  display: none;
}
.footer hr {
  margin: 0;
  padding: 0;
}
.footer-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .footer-menu ul {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-menu ul li a {
  color: #fff;
  font-weight: 500;
}
.profile {
  margin: 0.75rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 992px) {
  .profile {
    gap: 2rem;
  }
}
.profile-header {
  align-items: center;
  background-color: #22147d;
  border-radius: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  padding: 1rem;
}
@media (min-width: 992px) or (orientation: landscape) {
  .profile-header {
    justify-content: space-between;
    padding: 2rem;
  }
}
.profile-header__user {
  align-items: center;
  color: #fff;
  column-gap: 1rem;
  display: flex;
  font-size: 1.25rem;
  font-weight: 600;
}
.profile-header__user--picture {
  border-radius: 50%;
  border: 1px solid #fff;
  flex-shrink: 0;
  height: 3rem;
  overflow: hidden;
  width: 3rem;
}
.profile-header__user--picture img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
}
.profile-header__user a {
  color: inherit;
}
.profile-about {
  background-color: #ff466f;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
@media (min-width: 992px) or (orientation: landscape) {
  .profile-about {
    flex-direction: row;
    gap: 2rem;
    padding: 2rem;
  }
}
.profile-about__picture {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
.profile-about__picture > div {
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 10rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .profile-about__picture > div {
    height: 12.5rem;
  }
}
.profile-about__picture img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  object-position: center;
}
.profile-about__info {
  color: #fff;
  flex-grow: 1;
  font-family: 'Unbounded';
  display: flex;
  flex-direction: column;
  font-weight: 600;
  gap: 1rem;
  justify-content: space-between;
  text-transform: uppercase;
}
.profile-about__name {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .profile-about__name {
    font-size: 2.25rem;
  }
}
.profile-about__age {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .profile-about__age {
    font-size: 2rem;
  }
}
.profile-about__status span {
  border-radius: 1rem;
  color: #fff;
  display: inline-block;
  padding: 1rem 1.5rem;
}
.profile-about__status span.default {
  background-color: #22147d;
}
.profile-about__status span.submitted {
  background-color: #01b2e0;
}
.profile-about__status span.consideration {
  background-color: #701487;
}
.profile-about__status span.approved {
  background-color: #abc704;
}
.profile-about__status span.reserve {
  background-color: #fd7d32;
}
.profile-about__status span.rejected {
  background-color: red;
}
.profile-info,
.profile-questionnaire,
.profile-shift,
.profile-portfolio,
.profile-bid {
  background-color: #f5f5f5;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
@media (min-width: 992px) or (orientation: landscape) {
  .profile-info,
  .profile-questionnaire,
  .profile-shift,
  .profile-portfolio,
  .profile-bid {
    gap: 2rem;
    padding: 2rem;
  }
}
.profile-info__title,
.profile-questionnaire__title,
.profile-shift__title,
.profile-portfolio__title,
.profile-bid__title {
  font-family: 'Unbounded';
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .profile-info__title,
  .profile-questionnaire__title,
  .profile-shift__title,
  .profile-portfolio__title,
  .profile-bid__title {
    font-size: 2rem;
  }
}
.profile-info__desc,
.profile-questionnaire__desc,
.profile-shift__desc,
.profile-portfolio__desc,
.profile-bid__desc {
  font-weight: 600;
}
@media (min-width: 992px) {
  .profile-info__desc,
  .profile-questionnaire__desc,
  .profile-shift__desc,
  .profile-portfolio__desc,
  .profile-bid__desc {
    font-size: 1.5rem;
  }
}
.profile-info__fields {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 992px) or (orientation: landscape) {
  .profile-info__fields {
    flex-direction: row;
  }
}
.profile .shift__item--title {
  flex-grow: 1;
}
form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
form input[type='checkbox'],
form input[type='radio'] {
  display: none;
}
form input[type='checkbox']:checked ~ [class$='--checkbox']:before,
form input[type='radio']:checked ~ [class$='--checkbox']:before,
form input[type='checkbox']:checked ~ [class$='--radio']:before,
form input[type='radio']:checked ~ [class$='--radio']:before {
  opacity: 1;
}
input[type='password'],
input[type='tel'],
input[type='text']:not(.bx-calendar-year-input),
textarea {
  border: 1px solid #ebebeb;
  border-radius: 1rem;
  padding: 1.5rem 1.25rem;
  transition: 0.4s ease-in-out;
  width: 100%;
}
textarea {
  resize: none;
}
label {
  cursor: pointer;
  width: 100%;
}
.required {
  color: #f00;
}
.popup {
  background-color: #f5f5f5;
  border-radius: 1.25rem;
  max-width: 40rem;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  width: 100%;
}
.popup-window-close-icon {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 1rem;
  cursor: pointer;
  height: 3rem;
  margin: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  z-index: 50;
}
.popup-window-close-icon:before,
.popup-window-close-icon:after {
  background-color: #000;
  border-radius: 1rem;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1.5rem;
}
.popup-window-close-icon:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-window-close-icon:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup#FormQuestionnaire,
.popup#FormPortfolio {
  max-width: 1200px;
}
.popup-video {
  font-size: 0;
  line-height: 0;
  max-width: 100vw;
}
.popup-video video {
  min-width: 100%;
}
.form {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  max-height: 90vh;
  overflow: auto;
  padding: 1rem;
  row-gap: 1.5rem;
}
@media (min-width: 992px), (min-width: 992px) and (orientation: landscape) {
  .form {
    padding: 2rem;
  }
}
.form::-webkit-scrollbar {
  width: 4px;
}
.form::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
}
.form::-webkit-scrollbar-thumb {
  background-color: #4580ff;
  width: 4px;
}
.form-title {
  font-family: 'Unbounded';
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px), (min-width: 992px) and (orientation: landscape) {
  .form-title {
    font-size: 2rem;
  }
}
.form-registration a,
.form-recovery a {
  color: #22147d;
  text-decoration: underline;
}
.form-registration a:hover,
.form-recovery a:hover {
  color: #4580ff;
}
.form-registration {
  text-align: center;
}
.form-errors {
  color: red;
  column-gap: 0.5rem;
  display: flex;
  font-size: 0.75rem;
  padding: 0;
  position: relative;
  width: 100%;
}
.form-errors:before {
  align-items: center;
  border: 2px solid red;
  border-radius: 50%;
  content: '!';
  display: flex;
  flex-shrink: 0;
  font-size: 1rem;
  height: 1.25rem;
  justify-content: center;
  width: 1.25rem;
}
.form-errors > div {
  align-content: center;
}
.form-field {
  width: 100%;
}
.form-field.checkbox,
.form-field.radio {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form-field__error {
  align-items: center;
  color: red;
  column-gap: 0.5rem;
  cursor: pointer;
  display: flex;
  font-size: 0.75rem;
  padding: 0 2.25rem;
  position: relative;
  width: 100%;
}
.form-field__error:before {
  align-items: center;
  border: 2px solid red;
  border-radius: 50%;
  content: '!';
  display: flex;
  font-size: 1rem;
  height: 1.25rem;
  justify-content: center;
  width: 1.25rem;
}
.form-field__label {
  display: flex;
  flex-direction: column;
  position: relative;
  row-gap: 0.5rem;
}
.form-field__label.checkbox,
.form-field__label.radio {
  align-items: center;
  cursor: pointer;
  column-gap: 0.75rem;
  flex-direction: row;
}
.form-field__label--checkbox,
.form-field__label--radio {
  background-color: #fff;
  border: 1px solid #ebebeb;
  flex-shrink: 0;
  height: 2rem;
  position: relative;
  width: 2rem;
}
.form-field__label--checkbox:before,
.form-field__label--radio:before {
  content: url('data:image/svg+xml,<svg width="1.75rem" height="2rem" viewBox="0 0 30 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 21L13 32C16.8431 22.4505 28.0588 2 28.0588 2" stroke="%23FF9472" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  left: 60%;
  opacity: 0;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}
.form-field__label--checkbox {
  border-radius: 4px;
}
.form-field__label--radio {
  border-radius: 50%;
}
.form-field__label--text {
  color: #000;
  font-family: 'Unbounded';
  font-size: 0.75rem;
}
.form-field__label--text a {
  color: #ff466f;
}
.form-field__label--text a:hover {
  color: #ff466f;
}
.form-field__desc {
  padding-left: 0.5rem;
}
.form-field__placeholder {
  font-weight: 600;
  padding: 0 0.5rem;
  pointer-events: none;
}
.form-field__preview {
  align-items: center;
  border: 1px solid #ebebeb;
  border-radius: 1rem;
  max-width: 15rem;
  padding: 0.5rem;
  position: relative;
}
.form-field__preview .file {
  aspect-ratio: 1/1;
  background-color: #fff;
  background-image: url('/upload/noPhoto.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.75rem;
  overflow: hidden;
}
.form-field .calendar-icon {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.form-success {
  font-size: 1.5rem;
  text-align: center;
}
.form-button {
  align-items: center;
  column-gap: 1rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  text-align: center;
  row-gap: 1.25rem;
}
.form-button button {
  font-size: 1rem;
}
#login .form-title {
  font-size: 2rem;
}
@media (min-width: 992px), (min-width: 992px) and (orientation: landscape) {
  #login .form-title {
    font-size: 4rem;
  }
}
.pass-view {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  height: 2.75rem;
  padding: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
}
.pass-view svg {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.4s ease-in-out;
}
.pass-view svg.hide {
  opacity: 0;
}
.pass-view.active svg.show {
  opacity: 0;
}
.pass-view.active svg.hide {
  opacity: 1;
}
[data-arrows] {
  pointer-events: none;
}
[data-arrows] button[data-prev],
[data-arrows] button[data-next] {
  background-color: rgba(255, 255, 255, 0);
  border: none;
  flex-shrink: 0;
  font-size: 0;
  height: 2rem;
  line-height: 0;
  padding: 0;
  pointer-events: auto;
  position: relative;
  width: 2rem;
}
@media (min-width: 992px) {
  [data-arrows] button[data-prev],
  [data-arrows] button[data-next] {
    height: 3.5rem;
    width: 3.5rem;
  }
}
[data-arrows] button[data-prev]:not([disabled]):hover:before,
[data-arrows] button[data-next]:not([disabled]):hover:before {
  background-color: #fff;
}
[data-arrows] button[data-prev]:before,
[data-arrows] button[data-next]:before,
[data-arrows] button[data-prev]:after,
[data-arrows] button[data-next]:after {
  align-items: center;
  content: '';
  display: flex;
  justify-content: center;
  position: absolute;
  transition: 0.4s ease-in-out;
}
[data-arrows] button[data-prev]:before,
[data-arrows] button[data-next]:before {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
[data-arrows] button[data-prev]:after,
[data-arrows] button[data-next]:after {
  border-color: #fff;
  border-style: solid;
  padding: 0.25rem;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
[data-arrows] button[data-prev][disabled],
[data-arrows] button[data-next][disabled] {
  opacity: 0.5;
}
[data-arrows] button[data-prev].swiper-button-lock,
[data-arrows] button[data-next].swiper-button-lock {
  display: flex;
}
[data-arrows] button[data-prev]:after {
  border-width: 0 0 2px 2px;
  left: 52.5%;
}
[data-arrows] button[data-next]:after {
  border-width: 2px 2px 0 0;
  left: 47.5%;
}
/*# sourceMappingURL=styles.css.map */