.main-page {
  padding-top: 8.125rem;
}
.back-page {
  margin-bottom: 1.375rem;
  color: var(--c-grey-2);
}
.back-page:hover {
  color: #000;
  text-decoration: none;
}
.back-page:hover a {
  text-decoration: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 100;
}
.nav-link { color: #000; }
header .navbar-logo {
  display: block;
  width: 8.375rem;
  transition: 0.3s;
}
header .navbar-logo img {
  width: 100%;
}
header .navbar-expand-lg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  height: 6.375rem;
  transition: 0.3s;
}
header .navbar-nav {
  margin: 0 auto;
}
header .navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
header .navbar-inner .nav-item {
  margin-right: 1.625rem;
}
header .navbar-inner .nav-item:last-child {
  margin-right: 0;
}
header .navbar-inner .nav-item .nav-link {
  padding: 0;
  font-size: 1.0625rem;
  line-height: 1.3;
  transition: font-size 0.3s;
}
header .navbar .profile {
  flex-shrink: 0;
  position: relative;
}
header .navbar .profile .profile-btn {
  display: block;
  position: relative;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 50%;
  transition: 0.3s;
}
header .navbar .profile .profile-btn::before,
header .navbar .profile .profile-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border-radius: 50%;
  border: 0;
}
header .navbar .profile .profile-btn::before {
  opacity: 1;
}
header .navbar .profile .profile-btn::after {
  opacity: 0;
}
header .navbar .profile .profile-btn:hover::before {
  opacity: 0;
}
header .navbar .profile .profile-btn:hover::after {
  opacity: 1;
}
header .navbar .profile .profile-btn.profile-login::before { opacity: 0; }
header .navbar .profile .profile-btn.profile-login::after { opacity: 1; }
header .profile-menu.dropdown-menu {
  margin-top: 1.6875rem;
  right: -4.25rem;
  padding: 1.25rem 1.6875rem 1.875rem;
  width: 16rem;
  background: #fff;
  border: .0625rem solid rgba(0,0,0,0.1);
  border-radius: .625rem;
}
header .profile-menu.dropdown-menu::before {
  content: '';
  position: absolute;
  top: .8125rem;
  right: 3.375rem;
  width: 3.3125rem;
  height: 3.3125rem;
  background: url('../img/angle.png') no-repeat 50%/contain;
  transform: translate(0,-100%) rotate(0deg);
}
header .profile-menu.dropdown-menu li {
  margin-bottom: .9375rem;
}
header .profile-menu.dropdown-menu li:last-child {
  margin-bottom: 0;
}
header .profile-menu.dropdown-menu li a {
  padding: 0;
  color: var(--c-grey);
  font-size: 1rem;
}
header .profile-menu.dropdown-menu li a:hover {
  text-decoration: underline;
  background: rgba(0,0,0,0);
}
header .profile-menu__mobile { display: none; }
header.hide { transform: translateY(-100%); }
header.hide::before { transform: translateY(100%); pointer-events: auto; }
header.small .navbar-expand-lg { height: 2.75rem; }
header.small .navbar-logo { width: 3.5625rem; }
header.small .navbar-inner .nav-item .nav-link { font-size: 0.875rem; }
header.small .navbar-inner .profile .profile-btn { width: 1.125rem; height: 1.125rem; }
.header--white .navbar-logo { opacity: 0; width: 0; }
header.small .navbar-logo { width: 3.5625rem; }
.header--black.small .navbar-logo { opacity: 1; width: 3.5625rem; }
header::before {
  content:'';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3.125rem;
  opacity: 0;
  transform: translateY(0);
  pointer-events: none;
}
/*.header--white .container {
  padding: 0 5rem;
}*/
.header--white .navbar-inner .nav-item .nav-link { font-size: 1.0625rem; }
.header--black .navbar-inner .nav-item .nav-link { font-size: 1.0625rem; }
.header--white .profile-btn::before { background-image: url('../img/svg/profile-w.svg'); }
.header--white .profile-btn::after { background-image: url('../img/svg/profile-w-2.svg'); }
/*.header--white .navbar-nav { margin-left: 0; }*/
.header--white .nav-link {
  color: #fff;
}
.header--black {
  background: #fff;
}
.header--black.small {
  background: #fff;
  box-shadow: 0 .25rem .25rem rgba(0,0,0,0.1);
}
.header--black .navbar-nav {
  margin: 0 auto;
}
header .profile-btn::before { background-image: url('../img/svg/profile-b.svg'); }
header .profile-btn::after { background-image: url('../img/svg/profile-p.svg'); }
.header--black .profile-btn::before { background-image: url('../img/svg/profile-b.svg'); }
.header--black .profile-btn::after { background-image: url('../img/svg/profile-p.svg'); }
.header--black .nav-link { color: #000; }
.header--black .navbar-inner .nav-item .nav-link { color: #000; }
footer {
  margin-top: 10rem;
  padding: 5rem 0 6.0625rem;
  background: #FAFAFA;
}
footer .footer__left { margin-top: -0.25rem; }
footer .footer__left .footer__logo {
  display: block;
  margin-bottom: 1.875rem;
  width: 10rem;
}
footer .footer__left .footer__logo img {
  width: 100%;
}
footer .footer__left .footer__social {
  display: flex;
  margin-bottom: 2.3125rem;
}
footer .footer__left .footer__social li {
  margin-right: 1.1875rem;
}
footer .footer__left .footer__social a {
  display: block;
  width: 2.6875rem;
  height: 2.6875rem;
  background: #fff;
  border: 0.0625rem solid #fff;
  border-radius: 50%;
}
footer .footer__left .footer__social a:hover {
  border-color: #DBDBDB;
}
footer .footer__left .footer__social a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .footer__left .footer__menu li:not(:last-child) {
  margin-bottom: .3125rem;
}
footer .footer__left .footer__menu a {
  color: var(--c-grey);
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
}
footer .footer__left .footer__menu a:hover {
  text-decoration: none;
}
footer .footer__right h4 {
  margin-bottom: 2.5rem;
  font-weight: 500;
}
footer .footer__right a {
  display: inline-block;
  margin-bottom: .3125rem;
  font-size: 1rem;
  line-height: 1.5;
}
footer .footer__right p {
  font-size: 1rem;
  line-height: 1.5;
}
.kv {
  position: relative;
  margin-bottom: 15.375rem;
  width: 100%;
  height: 100vh;
  background: linear-gradient(90deg,#F29779,#FF4053);
}
.kv .kv__circles {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 80rem;
  overflow: hidden;
  pointer-events: none;
  transform: translate(0, -50%);
  z-index: 1;
}
.kv .kv__circles img {
  object-fit: contain;
}
.kv .kv__animation--back {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80rem;
  transform: translate(-50%,-50%);
  animation: infinite kv-rotate--back 120s linear;
  animation-delay: 1s;
  z-index: 1;
}
.kv .kv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 61rem;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.kv .kv__animation--front {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80rem;
  transform: translate(-50%,-50%);
  animation: infinite kv-rotate--front 150s linear;
  animation-delay: 1s;
  z-index: 3;
}
/*.kv--taller-than-vh .kv__animation--back,
.kv--taller-than-vh .kv__title,
.kv--taller-than-vh .kv__animation--front { top: 35.5%; }*/
.kv .kv__gradients {
  position: relative;
  width: 100%;
  height: 100vh;
  background: linear-gradient(-45deg,#FF4053,#AA72FF,#04E061,#facc15);
  background-size: 400% 400%;
  animation: gradientFlow 25s ease infinite;
}
.kv .btn {
  position: absolute;
  bottom: 3.9375rem;
  left: 50%;
  padding: 0;
  width: 19.5rem;
  height: 3.3125rem;
  font-size: 1.25rem;
  transform: translate(-50%,0);
}
@keyframes kv-rotate--back {
  0% {
    transform: translate(-50%,-50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
@keyframes kv-rotate--front {
  0% {
    transform: translate(-50%,-50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.premii-text {
  margin-bottom: 15rem;
  text-align: center;
}
.premii-text h2 {
  margin-bottom: 2.5rem;
}
.steps {
  position: relative;
  margin-bottom: 18rem;
}
.steps .steps-cirle {
  position: absolute;
  left: 0;
  width: 100%;
  height: 36.4375rem;
  pointer-events: none;
  z-index: -1;
}
.steps .steps-cirle img {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 87.1875rem;
  transform: translateY(-50%);
}
.steps .cirle--green {
  top: 9.8125rem;
}
.steps .cirle--green img {
  object-position: 0% 50%;
}
.steps .cirle--purple {
  top: 43.5625rem;
}
.steps .cirle--purple img {
  object-position: 100% 50%;
}
.steps .steps__title {
  margin-bottom: 3.75rem;
  text-align: center;
}
.steps .steps__title p {
  margin-bottom: 1.5rem;
}
.steps [class^="col-"] {
  padding-bottom: 2.5rem;
}
.steps [class^="col-"]:nth-last-child(-n+3) {
  padding-bottom: 0;
}
.steps .steps__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.5rem 1.5rem 0;
  height: 22.5rem;
  background: #fff;
  box-shadow: 0 .375rem .625rem rgba(0,0,0,0.08);
  border-radius: .5rem;
}
.steps .steps__block img {
  margin-bottom: 2rem;
  width: 5rem;
}
.steps .steps__block h3 {
  margin-bottom: 1.25rem;
  height: 4.375rem;
}
.steps .steps__block--last {
  padding-top: 6.25rem;
}
.steps .steps__block--last h3 {
  margin-bottom: 2rem;
}
.nominations {
  margin-bottom: 18rem;
}
.nominations .nominations__title {
  margin-bottom: 3.375rem;
  text-align: center;
}
.nominations .nominations__title h2 {
  margin-bottom: 3.4375rem;
}
.nominations .nav-tabs {
  position: relative;
  margin-bottom: 1.625rem;
  height: 5rem;
  border: .125rem solid #000;
  border-radius: .625rem;
}
.nominations .nav-tabs .nav-item {
  flex: 1;
  position: relative;
}
.nominations .nav-tabs .nav-item.big {
  flex: 1.48;
}
.nominations .nav-tabs .nav-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: .125rem;
  height: 100%;
  background: #000;
}
.nominations .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 1.5rem;
  background: rgba(0,0,0,0);
  border: 0;
  border-radius: 0;
}
.nominations .nav-tabs .nav-link.active {
  color: #fff;
  background: #000;
}
.nominations .nav-tabs .nav-link:hover {
  color: #fff;
  background: #000;
}
.nominations .nav-tabs .nav-item:first-child .nav-link {
  border-radius: .5rem 0 0 .5rem;
}
.nominations .nav-tabs .nav-item:last-child .nav-link {
  border-radius: 0 .5rem .5rem 0;
}
.nominations .nav-tabs .nav-item.big .nav-link {
  font-size: .9375rem;
}
.nominations .nav-tabs .hint {
  position: absolute;
  top: -0.25rem;
  left: 75%;
  padding: 1.625rem .5rem;
  width: 9rem;
  background: #fff;
  border: .0625rem solid rgba(0,0,0,0.1);
  border-radius: .625rem;
  transform: translate(-50%,-100%);
  transition: 0.3s;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.nominations .nav-tabs .hint::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.6875rem;
  height: .5625rem;
  background: url('../img/svg/angle.svg') no-repeat 50% 100%/cover;
  transform: translate(-50%,100%) rotate(0deg);
  z-index: -1;
}
.nominations .nav-tabs .hint p {
  margin: 0;
  color: var(--c-grey);
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
.nominations .nav-tabs .nav-link:hover + .hint {
  opacity: 1;
}
.nominations .nominations__block {
  position: relative;
  padding: 7.125rem 5.8125rem 0;
  width: 100%;
  height: 33.375rem;
  background: #f8f8f8;
  border-radius: 0.75rem;
  overflow: hidden;
  z-index: 1;
}
.nominations .nominations__block [class$="--bg"] {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
  backdrop-filter: blur(.9375rem);
  opacity: 0.4;
  pointer-events: none;
  z-index: 1;
}
.nominations .nominations__block [class$="--head"] {
  margin-bottom: 2rem;
}
.nominations .nominations__block [class$="--head"] h4 {
  margin-bottom: 1.25rem;
}
.nominations .nominations__block [class$="--body"] h4 {
  margin-bottom: 1.5rem;
}
.nominations .nominations__block [class$="--body"] .wrap {
  display: flex;
  align-items: flex-start;
}
.nominations .nominations__block [class$="--body"] .wrap ul {
  width: 36%;
}
.nominations .nominations__block [class$="--number"] {
  position: absolute;
  bottom: -5rem;
  right: -0.8125rem;
  color: transparent;
  -webkit-background-clip: text;
  will-change: transform;
  font-size: 28.375rem;
  line-height: 1.1;
  opacity: 0.4;
  filter: blur(.9375rem);
  pointer-events: none;
  z-index: 0;
}
.nominations .tab--blue .nominations__block [class$="--bg"] {
  background: linear-gradient(0.75turn,rgba(105,214,168,0.5) 0%,rgba(61,155,255,0.65) 100%);
}
.nominations .tab--blue [class$="--number"] {
  background-image: linear-gradient(0.25turn,rgba(224,224,224,0.5) 0%,#00aaff 100%);
}
.jury {
  position: relative;
  margin-bottom: 18rem;
  overflow: hidden;
}
.jury .jury__head {
  position: relative;
  margin-bottom: 3.125rem;
  text-align: center;
}
.jury .jury__head .jury__controls {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.jury .jury__head .jury__controls .swipe-arrow {
  display: block;
  position: relative;
  margin-left: 1.75rem;
  width: 2.875rem;
  height: 2.875rem;
  background-color: var(--c-purple);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}
.jury .jury__head .jury__controls .swipe-arrow:hover {
  background-color: #AA72FF;
}
.jury .jury__head .jury__controls .swipe-prev {
  background-image: url('../img/svg/slide-prev.svg');
}
.jury .jury__head .jury__controls .swipe-next {
  background-image: url('../img/svg/slide-next.svg');
}
.jury .jury__slider .swiper-slide {
  margin-right: .8125rem;
  width: 21.0625rem;
}
.jury .jury__slider .swiper-slide:last-child {
  margin-right: 0;
}
.jury .jury__slider .swiper-slide img {
  display: block;
  margin-bottom: 1.25rem;
  width: 18.125rem;
  height: 18.125rem;
  border-radius: 50%;
  object-fit: cover;
}
.jury .jury__slider .swiper-slide h4 {
  margin-bottom: 1.6875rem;
  font-weight: 500;
}
.jury .jury__slider .swiper-slide p {
  color: var(--c-grey);
  font-size: 1rem;
}
.faq .faq__title {
  margin-bottom: 3.75rem;
  text-align: center;
}
.faq .faq__title p {
  margin-bottom: 1.5rem;
}
.faq .faq__title p span {
  text-transform: uppercase;
}
.faq .faq__block {
  position: relative;
  margin-bottom: .75rem;
  background: linear-gradient(270deg,rgba(255,199,236,0.1) 0%,rgba(167,138,229,0.1) 100%);
  border-radius: .5rem;
}
.faq .faq__block:last-child {
  margin-bottom: 0;
}
.faq .faq__block .faq__btn {
  display: flex;
  align-items: center;
  padding: 2rem 7.75rem 2rem 2rem;
  width: 100%;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.1;
  transition: 0.4s;
  cursor: pointer;
}
.faq .faq__block .faq__ico {
  position: absolute;
  top: 1.25rem;
  right: 2rem;
  width: 3.25rem;
  height: 3.25rem;
  background: #fff;
  border-radius: 50%;
  transition: 0.4s;
}
.faq .faq__block .faq__ico::before,
.faq .faq__block .faq__ico::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border-radius: 50%;
}
.faq .faq__block .faq__ico::before {
  background-image: url('../img/svg/faq-cross-b.svg');
  opacity: 1;
}
.faq .faq__block .faq__ico::after {
  background-image: url('../img/svg/faq-cross-w.svg');
  opacity: 0;
}
.faq .faq__block .faq__collapse {
  padding: 1rem 7.75rem 1.25rem 2rem;
}
.faq .faq__block .faq__collapse p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.3;
}
.faq .faq__block .faq__collapse p a { text-decoration: underline; }
.faq .faq__block .faq__collapse p a:hover { text-decoration: none; }
.faq .faq__block .faq__collapse :last-child {
  margin-bottom: 0;
}
.faq .faq__block.active .faq__btn {
  padding: 1.25rem 7.75rem 0 2rem;
}
.faq .faq__block.active .faq__ico {
  background: var(--c-purple);
  transform: rotate(45deg);
}
.faq .faq__block.active .faq__ico::before {
  opacity: 0;
}
.faq .faq__block.active .faq__ico::after {
  opacity: 1;
}
.applications [class*="__title"] {
  margin-bottom: 2.3125rem;
  max-width: 52.5rem;
}
.applications [class*="__title"] h2 {
  margin-bottom: 1.375rem;
}
.applications .btns {
  margin-bottom: 3.4375rem;
}
.applications .btns .btn {
  margin-right: 2.1875rem;
}
.applications [class*="__empty"] {
  color: var(--c-grey);
}
.applications [class*='__list'] {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: stretch;
  justify-content: flex-start;
  margin-bottom: -1.25rem;
}
.applications [class*='__list'] [class*='__block'] {
  display: flex;
  flex-direction: column;
  margin-right: 1rem;
  margin-bottom: 2rem;
  padding: 0.75rem;
  width: calc(33.33% - 0.75rem);
  background: #fff;
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.03);
  border-radius: 0.5rem;
}
.applications [class*='__list'] [class*='__block']:hover { text-decoration: none; }
.applications [class*='__list'] [class*='__block']:hover * { text-decoration: none; }
.applications [class*='__list'] [class*='__block']:nth-child(3n + 3) {
  margin-right: 0;
}
.applications [class*='__list'] [class*='__block'] .img {
  display: block;
  position: relative;
  width: 100%;
  height: 11.9375rem;
}
.applications [class*='__list'] [class*='__block'] .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.applications [class*='__list'] [class*='__block'] .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 2.25rem 0 0;
  width: 100%;
}
.applications [class*='__list'] [class*='__block'] .text__status {
  position: relative;
  margin-top: auto;
  padding: 0.625rem 0.625rem 0.625rem 2.75rem;
  text-align: left;
  background: #F5F5F5;
  border-radius: 0.5rem;
}
.applications [class*='__list'] [class*='__block'] .text__status::before {
  content: '';
  flex-shrink: 0;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border-radius: 50%;
}
.applications [class*='__list'] [class*='__block'] .text__status h3 {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
}
.applications [class*='__list'] [class*='__block'] .text__status h5 {
  margin: 0 0 0.5rem;
  color: #838382;
  font-size: 0.875rem;
  line-height: 1.3;
}
.applications [class*='__list'] [class*='__block'] .text__status a {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.3;
  text-decoration: underline;
}
.applications [class*='__list'] [class*='__block'] .text h4:nth-of-type(1) {
  margin-bottom: .5rem;
  font-weight: 500;
  font-size: 1.25rem;
}
.applications [class*='__list'] [class*='__block'] .text small {
  display: block;
  margin-bottom: 1.25rem;
  line-height: 1.2;
}
.applications [class*='__list'] [class*='__block'] .text a {
  text-decoration: underline;
}
.applications [class*='__list'] [class*='__block'] .text a:hover {
  text-decoration: none;
}
.applications [class*='__list'] [class*='__block'].moderate h3 { color: #34AADF; }
.applications [class*='__list'] [class*='__block'].false h3 { color: #FF0000; }
.applications [class*='__list'] [class*='__block'].true h3 { color: #04E061; }
.applications [class*='__list'] [class*='__block'].chernovik h3 { color: #838382; }
.applications [class*='__list'] [class*='__block'].moderate .text__status::before { background-image: url('../img/svg/form-moderation.svg'); }
.applications [class*='__list'] [class*='__block'].false .text__status::before { background-image: url('../img/svg/form-false.svg'); }
.applications [class*='__list'] [class*='__block'].true .text__status::before { background-image: url('../img/svg/form-true.svg'); }
.applications [class*='__list'] [class*='__block'].chernovik .text__status::before { background-image: url('../img/svg/form-chernovik.svg'); }
.application-form [class*='__title'] {
  margin-bottom: 3.75rem;
  max-width: 52.5rem;
}
.application-form [class*='__title'] h2 {
  margin-bottom: 2.875rem;
}
.application-form [class*='__title'] p {
  margin-bottom: 1.625rem;
}
.application-form [class*='__title'] :last-child {
  margin-bottom: 0;
}
.application-form .form h3 {
  margin-bottom: 2rem;
  font-weight: 500;
}
.form {
  width: 100%;
  max-width: 35rem;
}
.form > div:last-child {
  margin-bottom: 0 !important;
}
.form .btns {
  margin-bottom: 2rem;
}
.form .btns .btn {
  margin-right: 1.375rem;
  padding: 0 3.125rem;
  height: 3.125rem;
  font-size: 1.25rem;
}
.form-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}
.form-wrap .form-group {
  margin-bottom: 0 !important;
  width: 16.5rem;
}
.form-group {
  position: relative;
  margin-bottom: 1.875rem;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-label {
  margin-bottom: .625rem;
  font-size: 1.25rem;
  line-height: 1;
}
.form-control {
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  height: 3rem;
  font-size: 1.25rem;
  line-height: 1;
  border: .0625rem solid #DBDBDB;
  border-radius: .5rem;
}
.form-control::placeholder {
  color: var(--c-grey);
}
.form-control:focus {
  box-shadow: none;
  border-color: #000;
}
textarea.form-control.small {
  padding: .375rem 1.5rem;
  height: 3rem;
  min-height: 3rem;
  line-height: 1.5;
  overflow: hidden;
}
.form-selector .select2 {
  width: 100% !important;
}
.form-selector .select2-selection {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 2.5rem 0 1.5rem;
  height: 3rem;
  color: #000;
  font-size: 1.25rem;
  letter-spacing: -0.04em;
  text-transform: none;
  background: #fff;
  border: .0625rem solid #DBDBDB;
  border-radius: .5rem;
  transition: 0.3s;
}
.form-selector .select2-selection .select2-selection__rendered {
  padding: 0;
  color: var(--c-grey);
  line-height: 1;
}
.form-selector .select2-selection .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: .75rem;
  width: 1rem;
  height: 1rem;
  background: url('../img/svg/dropdown-arrow.svg') no-repeat 50%/contain;
  transform: translate(0,-50%) rotate(0deg);
  transition: 0.3s;
}
.form-selector .select2-selection .select2-selection__arrow b {
  display: none;
}
.form-selector .js-example-basic-single + .select2-container.select2-container--default.select2-container--open {
  top: 0 !important;
  bottom: auto !important;
  transform: translateY(0);
}
.form-selector .select2-container.select2-container--default.select2-container--open {
  top: auto !important;
  bottom: 0 !important;
  transform: translateY(100%);
  z-index: 1;
}
.form-selector .select2-results>.select2-results__options {
  max-height: 625rem;
  overflow: visible;
}
.form-selector .select2-dropdown {
  position: relative;
  bottom: .125rem;
  padding: 0;
  background: #fff;
  border: .0625rem solid #DBDBDB;
  border-top: 0;
  border-radius: 0 0 .5rem .5rem;
}
.form-selector .select2-dropdown .select2-results__option {
  display: flex;
  align-items: center;
  position: relative;
  padding: .9375rem 2.375rem .9375rem 1.5625rem;
  height: auto;
  color: #000;
  font-size: 1.25rem;
  line-height: 1;
  transition: 0.15s;
  transition-delay: 0.05s;
}
.form-selector .select2-dropdown .select2-results__option:first-child {
  display: none !important;
}
.form-selector .select2-dropdown .select2-results__option::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1.5625rem;
  width: calc(96.0625%);
  height: .0625rem;
  background: #DBDBDB;
}
.form-selector .select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  color: #fff;
  background: var(--c-purple);
}
.form-selector .select2-dropdown .select2-results__option--selected {
  color: #fff !important;
  background: var(--c-purple) !important;
}
.form-selector .select2-container--open .select2-selection__arrow {
  transform: translate(0,-50%) rotate(180deg);
}
.form-selector .select2-container--open + .placeholder {
  top: 1.5rem;
  font-weight: 300;
  font-size: 1rem;
  transform: translate(0,0);
}
.form-selector .has-value .select2-selection__rendered {
  color: #000;
}
.form-selector .has-value + .placeholder {
  top: 1.5rem;
  font-weight: 300;
  font-size: 1rem;
  transform: translate(0,0);
}
.form-hint {
  position: relative;
  margin: -0.25rem 0 1rem;
}
.form-hint [class*="__text"] {
  color: var(--c-grey);
  cursor: default;
}
.form-hint [class*="__text"] i { color: var(--c-purple); font-style: normal; cursor: pointer; }
.form-hint [class*="__bubble"] {
  position: absolute;
  top: -1rem;
  left: 0;
  padding: 1.75rem 1.5rem;
  width: 20.75rem;
  background: #fff;
  border: .0625rem solid rgba(0,0,0,0.1);
  border-radius: .625rem;
  box-shadow: 0 .3125rem .625rem rgba(0,0,0,0.15);
  transform: translate(0,-100%);
  transition: 0.3s;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.form-hint [class*="__bubble"]::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.6875rem;
  height: .5625rem;
  background: url('../img/svg/angle.svg') no-repeat 50% 100%/cover;
  transform: translate(-50%,100%) rotate(0deg);
  z-index: -1;
}
.form-hint [class*="__bubble"] small {
  margin: 0;
  color: var(--c-grey);
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
.form-hint [class*="__text"]:hover + [class*="__bubble"] {
  opacity: 1;
}
.form-radio {
  margin-bottom: .75rem;
}
.form-radio label {
  display: flex;
  align-items: center;
}
.form-radio:last-child {
  margin-bottom: 0;
}
.form-radio i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .5rem;
  width: 1.25rem;
  height: 1.25rem;
  border: .0625rem solid var(--c-purple);
  border-radius: 50%;
  cursor: pointer;
}
.form-radio i::before {
  content: '';
  width: 100%;
  height: 100%;
  background: var(--c-purple);
  border: .125rem solid #fff;
  border-radius: 50%;
  opacity: 0;
}
.form-radio p {
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}
.form-radio input:checked + i::before {
  opacity: 1;
}
.form-checkboxes {
  margin-bottom: 2.375rem;
}
.form-checkbox {
  margin-bottom: 2.375rem;
}
.form-checkboxes .form-checkbox { margin-bottom: 1rem; }
.form-checkbox label {
  display: flex;
  align-items: flex-start;
}
.form-checkbox:last-child {
  margin-bottom: 0;
}
.form-checkbox i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0.125rem;
  margin-right: .5rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: .0625rem solid var(--c-purple);
  border-radius: .25rem;
  cursor: pointer;
}
.form-checkbox i::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url('../img/svg/checkbox.svg') no-repeat 50%/contain;
  border-radius: .25rem;
  opacity: 0;
}
.form-checkbox p {
  color: var(--c-grey);
  font-size: 1rem;
  line-height: 1.3;
  cursor: pointer;
}
.form-checkbox input:checked + i {
  background: var(--c-purple);
}
.form-checkbox input:checked + i::before {
  opacity: 1;
}
.form-error-text {
  display: none;
  margin: 0.5rem 0 0;
  color: var(--c-red);
  font-size: 0.875rem;
}
.form-error .form-error-text { display: block; }
.form-eye {
  display: block;
  position: absolute;
  top: 2.5rem;
  right: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  cursor: pointer;
}
.form-eye::before,
.form-eye::after {
  content:'';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.form-eye::before { background-image: url('../img/svg/eye-close.svg'); opacity: 1; }
.form-eye::after { background-image: url('../img/svg/eye-open.svg'); opacity: 0; }
.form-view .form-eye::before { opacity: 0; }
.form-view .form-eye::after { opacity: 1; }
.form-file {
  position: relative;
  margin-bottom: 3.75rem;
}
.form-file .form-file__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.6875rem;
  height: 3.25rem;
  background: var(--c-grey-light);
  border-radius: 10rem;
  cursor: pointer;
}
.form-file .form-file__btn p {
  font-size: 1.125rem;
  line-height: 1;
}
.form-file .form-file__btn i {
  position: relative;
  margin-left: .5rem;
  width: 1.25rem;
  height: 1.25rem;
}
.form-file .form-file__btn i::before,
.form-file .form-file__btn i::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.form-file .form-file__btn i::before {
  background-image: url('../img/svg/attach-file-b.svg');
  opacity: 1;
}
.form-file .form-file__btn i::after {
  background-image: url('../img/svg/attach-file-w.svg');
  opacity: 0;
}
.form-file .form-file__btn:hover {
  background: #000;
}
.form-file .form-file__btn:hover p {
  color: #fff;
}
.form-file .form-file__btn:hover i::before {
  opacity: 0;
}
.form-file .form-file__btn:hover i::after {
  opacity: 1;
}
.form-file .form-file__list {
  margin-top: 2.625rem;
}
.form-file .form-file__list .form-file__block {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.25rem;
  width: 100%;
}
.form-file .form-file__list .form-file__block:last-child {
  margin-bottom: 0;
}
.form-file .form-file__list .form-file__block .img {
  flex-shrink: 0;
  display: block;
  position: relative;
  margin-right: 2.375rem;
  width: 11rem;
  height: 7.375rem;
  background: #ccc;
}
.form-file .form-file__list .form-file__block .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.form-file .form-file__list .form-file__block .img i {
  display: block;
  position: absolute;
  top: .625rem;
  right: .625rem;
  width: 1.875rem;
  height: 1.875rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border-radius: 50%;
  z-index: 1;
}
.form-file .form-file__list .form-file__block .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
}
.form-file .form-file__list .form-file__block .text p {
  margin-bottom: 1.25rem;
  color: var(--c-red);
}
.form-file .form-file__list .form-file__block .text a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.125rem;
  height: 2.8125rem;
  color: #000;
  font-size: 1.125rem;
  background: var(--c-grey-light);
  border-radius: 10rem;
}
.form-file .form-file__list .form-file__block .text a i {
  display: block;
  position: relative;
  top: .125rem;
  margin-left: .5rem;
  width: .625rem;
  height: .625rem;
}
.form-file .form-file__list .form-file__block .text a i::before,
.form-file .form-file__list .form-file__block .text a i::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.form-file .form-file__list .form-file__block .text a i::before {
  background-image: url('../img/svg/remove-b.svg');
  opacity: 1;
}
.form-file .form-file__list .form-file__block .text a i::after {
  background-image: url('../img/svg/remove-w.svg');
  opacity: 0;
}
.form-file .form-file__list .form-file__block .text a:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}
.form-file .form-file__list .form-file__block .text a:hover i::before {
  opacity: 0;
}
.form-file .form-file__list .form-file__block .text a:hover i::after {
  opacity: 1;
}
.form-file .form-file__list .form-file__block.true .img i {
  background-image: url('../img/svg/form-true.svg');
}
.form-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 1.25rem;
}
.form-foot p,
.form-foot a {
  margin-bottom: .5rem;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
}
.form-foot p a,
.form-foot a a {
  text-decoration: underline;
}
.form-foot p a:hover,
.form-foot a a:hover {
  text-decoration: none;
}
.form-foot a {
  text-decoration: none;
}
.form-foot a:hover {
  text-decoration: underline;
}
.form-foot :last-child {
  margin-bottom: 0;
}
.form-ico {
  display: none;
  position: absolute;
  bottom: .5rem;
  right: -1rem;
  transform: translate(100%,0);
}
.form-ico i {
  display: block;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border-radius: 50%;
}
.form-ico [class*="__bubble"] {
  position: absolute;
  top: -1rem;
  left: 50%;
  padding: 1.75rem 1.5rem;
  width: 20.75rem;
  background: #fff;
  border: .0625rem solid rgba(0,0,0,0.1);
  border-radius: .625rem;
  box-shadow: 0 .3125rem .625rem rgba(0,0,0,0.15);
  transform: translate(-50%,-100%);
  transition: 0.3s;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.form-ico [class*="__bubble"]::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1.6875rem;
  height: .5625rem;
  background: url('../img/svg/angle.svg') no-repeat 50% 100%/cover;
  transform: translate(-50%,100%) rotate(0deg);
  z-index: -1;
}
.form-ico [class*="__bubble"] small {
  margin: 0;
  color: var(--c-grey);
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
.form-ico i:hover + [class*="__bubble"] {
  opacity: 1;
}
.form-error .select2-selection {
  border-color: var(--c-red);
}
.form-error .form-control {
  border-color: var(--c-red);
}
.form-error .form-ico {
  display: block;
}
.form-error .form-ico i {
  background-image: url('../img/svg/form-false.svg');
}
.form-checked .form-ico {
  display: block;
}
.form-checked .form-ico i {
  background-image: url('../img/svg/form-true.svg');
}
.modal-backdrop {
  background: #fff;
}
.modal-backdrop.show {
  opacity: 1;
}
.modal::before,
.modal::after {
  content: '';
  position: fixed;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
.modal::before {
  top: 0;
  left: 0;
  width: 49.3125rem;
  height: 50rem;
  background-image: url('../img/modal-spot-green.png');
}
.modal::after {
  bottom: 0;
  right: 0;
  width: 49.3125rem;
  height: 43.5625rem;
  background-image: url('../img/modal-spot-purple.png');
}
.modal-dialog {
  max-width: 35rem;
}
.modal-big .modal-dialog {
  max-width: 48rem;
}
.modal-content {
  background: #fff;
  border: 0;
  border-radius: 2rem;
  box-shadow: 0 1.25rem 2.5rem rgba(0,0,0,0.03);
}
.modal-close {
  position: absolute;
  top: 1.25rem;
  right: 3.125rem;
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: url('../img/svg/close-b.svg') no-repeat 50%/contain;
  border: 0;
  z-index: 1;
  cursor: pointer;
}
.modal-body {
  padding: 4.25rem 3.25rem 5rem;
}
.modal__title {
  margin-bottom: 3rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1;
  text-align: center;
}
.modal__title-2 {
  margin-bottom: 2rem;
  font-size: 1.1875rem;
  line-height: 1.3;
  text-align: center;
}
.modal__text {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
.modal .form {
  max-width: 100%;
}
.modal .form-wrap .form-group {
  width: 19.1875rem;
}
.modal .form .btns .btn {
  margin: 0;
}
.page-404 {
  padding: 4.25rem 0 7rem;
}
.page-404 .page-404__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 35rem;
  text-align: center;
}
.page-404 .page-404__block p {
  margin-bottom: 3rem;
}
.page-404 .page-404__block h2 {
  margin-bottom: 2rem;
}
.instruction {
  padding: 5rem 0;
}
.instruction h3 {
  margin-bottom: 2.5rem;
  font-weight: 500;
}
.instruction p {
  margin-bottom: 5rem;
}
.instruction h4 {
  margin-bottom: 1rem;
}
.instruction small {
  display: block;
  line-height: 1.3;
}
.instruction img {
  display: block;
  margin: 2rem 0 3.75rem;
  width: 100%;
}
.instruction :last-child {
  margin-bottom: 0;
}
.ui-menu { z-index: 9999 !important; }
.ui-widget.ui-widget-content {
  border: 0.0625rem solid #000;
  border-radius: 0.5rem;
  overflow: hidden;
}
.ui-menu .ui-menu-item-wrapper {
  padding: 0.375rem 0.75rem;
  font: 400 1rem/1.3 "Aeroport", Arial, sans-serif;
  border: 0;
}
.ui-menu .ui-menu-item-wrapper:hover { color: #000; background: #f5f5f5; }

@media (min-width: 992px) {
  .header--white:hover { transform: translateY(0); }
}