@charset "UTF-8";
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #757575;
  background: transparent;
  font: 16px/1.5 ObjectSans, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: flex;
}

.gm-style img {
  max-width: none;
}

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none;
  }
}
html,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

button {
  transition: all 0.3s ease;
  background-color: transparent;
  outline: none;
  appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

ul {
  list-style: none;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  color: inherit;
  font-weight: 700;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  height: 100%;
}
body.overflow {
  overflow: hidden;
}

.swiper-container-initialized {
  height: 100%;
}

.swiper-slide {
  height: auto;
}
.swiper-slide > * {
  height: 100%;
}

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  background: linear-gradient(to bottom right, rgba(78, 39, 118, 0.2) 3%, rgba(66, 37, 111, 0.2) 5%, rgba(38, 32, 93, 0) 29%, rgba(0, 19, 48, 0) 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, rgba(78, 39, 118, 0.2) 3%, rgba(66, 37, 111, 0.2) 5%, rgba(38, 32, 93, 0) 29%, rgba(0, 19, 48, 0) 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, rgba(78, 39, 118, 0.2) 3%, rgba(66, 37, 111, 0.2) 5%, rgba(38, 32, 93, 0) 29%, rgba(0, 19, 48, 0) 50%) top left/50% 50% no-repeat, linear-gradient(to top right, rgba(78, 39, 118, 0.2) 3%, rgba(66, 37, 111, 0.2) 5%, rgba(38, 32, 93, 0) 29%, rgba(0, 19, 48, 0) 50%) top right/50% 50% no-repeat, radial-gradient(503.9% 100% at 50% 0%, #57287A 0%, #41256E 18.74%, #171D55 48.42%, #00153B 60.94%, #001330 100%);
}

main {
  flex: 1;
}

.container {
  margin: 0 auto;
  width: 100%;
  min-height: calc(100vh - 60px);
}

.home-btn-block {
  left: 0;
  display: flex;
  align-items: center
}
.home-btn-block.home-btn-block-mobile {
  bottom: 0;
}
.home-btn-block.home-btn-block-desktop {
  display: none;
}

@media (min-width: 576px) {
  .container {
    height: 100%;
    min-height: none;
  }
}
@media (min-width: 992px) {
  .container {
    padding: 0 1.6rem;
  }
  .home-btn-block.home-btn-block-mobile {
    display: none;
  }
  .home-btn-block.home-btn-block-desktop {
    display: flex;
  }
}
.container.container-sm {
  max-width: 111.4rem;
}
.container.container-md {
  max-width: 113.5rem;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  appearance: none;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
  font-family: ObjectSans, Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus {
  border-color: #000;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=number].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
  border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  font-family: ObjectSans, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input[type=number] {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
input[type=number] input::-webkit-outer-spin-button,
input[type=number] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] input[type=number] {
  -moz-appearance: textfield;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

.form__group {
  display: flex;
  flex-direction: column;
}
.form__group.hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
  min-height: 0;
  margin-bottom: 0;
}
.form__group.has-error .form__error-text {
  opacity: 1;
  margin-top: 0;
}
.form__group.has-error .form__input {
  border: 2px solid #DC3545;
}
.form__group .form__error-text {
  color: #DC3545;
  opacity: 0;
  margin-top: 0;
}

@font-face {
  font-family: "Bakbak One";
  src: url("../fonts/BakbakOne-Regular.woff2") format("woff2"), url("../fonts/BakbakOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/DMSans-Regular.woff2") format("woff2"), url("../fonts/DMSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Text";
  src: url("../fonts/SFUIText-Semibold.woff2") format("woff2"), url("../fonts/SFUIText-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1024px) {
  .header {
    justify-content: space-between;
  }
}
.header .container {
  padding: 0 16px;
  min-height: auto;
}
.header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
}
@media (min-width: 1024px) {
  .header .header-wrap {
    height: 52px;
  }
}
.header .logo img {
  max-width: 164px;
}
@media (min-width: 576px) {
  .header .logo img {
    max-width: 200px;
  }
}
.header .logo-primary img {
  max-width: 74px;
}
.header .nav {
  position: fixed;
  z-index: 1000;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .header .nav {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: transparent;
  }
}
.header .nav.active {
  right: 0;
}
.header .nav.active .nav-list {
  text-align: center;
}
.header .nav .logo-active {
  display: block;
}
@media (min-width: 1024px) {
  .header .nav .logo-active {
    display: none;
  }
}
.header .nav-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1024px) {
  .header .nav-list {
    flex-direction: row;
  }
}
.header .nav-list a {
  position: relative;
}
.header .nav-list a:after {
  content: "";
  background-color: #333333;
  position: absolute;
  width: 80%;
  left: -50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  opacity: 0;
}
.header .nav-list a:hover:after {
  opacity: 1;
  transition: all 0.3s ease;
  left: 50%;
}
.header .nav-list a.active {
  font-weight: 600;
}
.header .nav-list a.active:after {
  opacity: 1;
  left: 50%;
}
.header .burger {
  position: relative;
  top: 50%;
  z-index: 1001;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .header .burger {
    display: none;
  }
}
.header .burger.active {
  margin-left: auto;
}
.header .burger.active span {
  transition: all 0.3s ease;
  transform: rotate(45deg);
  margin-top: 0.8rem;
}
.header .burger.active span:before {
  transition: all 0.3s ease;
  transform: translateX(20rem);
  opacity: 0;
}
.header .burger.active span:after {
  transition: all 0.3s ease;
  transform: rotate(-90deg);
  opacity: 1;
}
.header .burger span {
  width: 2rem;
  height: 0.2rem;
  background-color: #000000;
  display: block;
  position: relative;
  transform: translateY(0.8rem);
  border-radius: 1rem;
  transition: all 0.3s ease;
}
.header .burger span:before {
  background-color: #000000;
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.2rem;
  transform: translateY(-0.8rem);
  border-radius: 1rem;
  transition: all 0.3s ease;
}
.header .burger span:after {
  background-color: #000000;
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.2rem;
  transform: translateY(0.8rem);
  border-radius: 1rem;
  transition: all 0.3s ease;
}

.full-height {
  min-height: calc(100vh - 60px);
}
@media (min-width: 768px) { /* регуляция высоты экрана 576 */
  .full-height {
    height: calc(100vh - 60px);
    min-height: none;
  }
}
@media (min-width: 1200px) {
  .full-height {
    height: 93.58vh;
    padding-bottom: 2.01vw;
  }
}

.upload-section.dropped-section .dashed-content {
  border: none;
  padding: 0;
}
.upload-section.dropped-section-qr .uploaded-photo {
  opacity: 0.1;
}
.upload-section.dropped-section-qr .photo-section {
  background: transparent;
}
.upload-section .form {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  min-height: calc(100vh - 170px);
}
@media (min-width: 992px) {
  .upload-section .form {
    justify-content: center;
    flex-direction: row;
    gap: 9px;
  }
}
@media (min-width: 1200px) {
  .upload-section .form {
    gap: 0.67vw;
  }
}
.upload-section .content {
  padding: 0 16px 24px 16px;
  border-radius: 32px;
  border-radius: 16px 16px 16px 16px;
  width: 100%;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

@media (max-height: 1130px) {
  .upload-section .content {
    height: 52.144vh;
  }
}
@media (min-width: 992px) {
  .upload-section .content {
    width: 65.2765185857%;
    height: 100%;
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 16px;
  }
}
.upload-section .dashed-content {
  border-radius: 16px 16px 16px 16px;
  height: 100%;
  position: relative;
  padding: 10px;
  z-index: 0;
  border: 1px dashed rgba(241, 234, 50, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1 0 auto;
}
.upload-section .dashed-content .tooltip-block {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
.upload-section .dashed-content .tooltip-block .tooltip-wrap {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.upload-section .dashed-content .tooltip-block.active .label-repeat-upload-file-btn {
  transform: rotate(-45deg);
}
.upload-section .dashed-content .tooltip-block.active .tooltip {
  display: block;
}
.upload-section .dashed-content .tooltip {
  display: block;
  padding: 38px 28px;
  border-radius: 32px;
  background: linear-gradient(to bottom right, rgba(78, 39, 118, 0.2) 3%, rgba(66, 37, 111, 0.2) 5%, rgba(38, 32, 93, 0) 29%, rgba(0, 19, 48, 0) 50%) bottom right/50% 50% no-repeat, linear-gradient(to bottom left, rgba(78, 39, 118, 0.2) 3%, rgba(66, 37, 111, 0.2) 5%, rgba(38, 32, 93, 0) 29%, rgba(0, 19, 48, 0) 50%) bottom left/50% 50% no-repeat, linear-gradient(to top left, rgba(78, 39, 118, 0.2) 3%, rgba(66, 37, 111, 0.2) 5%, rgba(38, 32, 93, 0) 29%, rgba(0, 19, 48, 0) 50%) top left/50% 50% no-repeat, linear-gradient(to top right, rgba(78, 39, 118, 0.2) 3%, rgba(66, 37, 111, 0.2) 5%, rgba(38, 32, 93, 0) 29%, rgba(0, 19, 48, 0) 50%) top right/50% 50% no-repeat, radial-gradient(503.9% 100% at 50% 0%, #57287A 0%, #41256E 18.74%, #171D55 48.42%, #00153B 60.94%, #001330 100%);
  box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.1), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}
@media (min-width: 576px) {
  .upload-section .dashed-content .tooltip {
    padding: 48px;
  }
}
.upload-section .dashed-content .tooltip .snap {
  min-width: 183px;
}

.snap2{
  min-width: 69px;
}
@media (min-width: 576px) {
  .upload-section .dashed-content .tooltip .snap {
    min-width: 283px;
  }
}

@media (min-width: 576px) {
  .snap2 {
    min-width: 72px;
  }
}
.upload-section .dashed-content .label-repeat-upload-file-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #F1EA32;
  border-radius: 100%;
  cursor: pointer;
}
.upload-section .dashed-content .tooltip {
  display: none;
}
.upload-section .dashed-content .save_button {
  width: 48px;
  height: 48px;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: #F7F7F7;
  border-radius: 100%;
  cursor: pointer;
}
.upload-section .dashed-content .home-btn {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-btn {
  cursor: pointer;
}
.upload-section .buttons-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: #FFFFFF;
  text-align: center;
  font-family: "Bakbak One";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 200% */
  letter-spacing: -0.132px;
  text-transform: uppercase;
}
.upload-section .buttons-block .snap {
  min-width: 283px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 17px;
  color: #FFF;
  font-family: "Bakbak One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  border-radius: 8px;
  background: radial-gradient(82.9% 108.72% at 18.73% 2.71%, #6C9DF7 0%, rgba(110, 154, 246, 0.54) 45.86%, rgba(112, 150, 245, 0) 100%), radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35) 64.65%, rgba(167, 99, 238, 0) 100%), radial-gradient(89.75% 98.89% at 0% 100%, #60ADA8 0%, rgba(35, 166, 117, 0) 100%), radial-gradient(65.83% 48.99% at 94.01% 2.82%, #F5781F 0%, rgba(240, 109, 42, 0) 100%), radial-gradient(116.92% 54.28% at 96.22% 76.14%, #FCA92B 0%, rgba(252, 169, 43, 0) 100%), radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35) 64.65%, rgba(167, 99, 238, 0) 100%), #FFF;
}

.snap2 {
  min-width: 79px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px;
  color: #FFF;
  font-family: "Bakbak One";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  border-radius: 100px;
  background: radial-gradient(82.9% 108.72% at 18.73% 2.71%, #6C9DF7 0%, rgba(110, 154, 246, 0.54) 45.86%, rgba(112, 150, 245, 0) 100%), radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35) 64.65%, rgba(167, 99, 238, 0) 100%), radial-gradient(89.75% 98.89% at 0% 100%, #60ADA8 0%, rgba(35, 166, 117, 0) 100%), radial-gradient(65.83% 48.99% at 94.01% 2.82%, #F5781F 0%, rgba(240, 109, 42, 0) 100%), radial-gradient(116.92% 54.28% at 96.22% 76.14%, #FCA92B 0%, rgba(252, 169, 43, 0) 100%), radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35) 64.65%, rgba(167, 99, 238, 0) 100%), #FFF;
}
.upload-section .buttons-block .snap:hover {
  background: radial-gradient(82.9% 108.72% at 18.73% 2.71%, rgba(112, 150, 245, 0) 0%, rgba(110, 154, 246, 0.54) 45.86%, #6C9DF7 100%), radial-gradient(54.43% 117.25% at 50% 50%, rgba(167, 99, 238, 0) 0%, rgba(169, 99, 235, 0.35) 64.65%, #AD62E5 100%), radial-gradient(89.75% 98.89% at 0% 100%, rgba(35, 166, 117, 0) 0%, #60ADA8 100%), radial-gradient(65.83% 48.99% at 94.01% 2.82%, rgba(240, 109, 42, 0) 0%, #F5781F 100%), radial-gradient(116.92% 54.28% at 96.22% 76.14%, rgba(252, 169, 43, 0) 0%, #FCA92B 100%), radial-gradient(54.43% 117.25% at 50% 50%, rgba(167, 99, 238, 0) 0%, rgba(169, 99, 235, 0.35) 64.65%, #AD62E5 100%);
}
.snap2:hover {
  background: radial-gradient(82.9% 108.72% at 18.73% 2.71%, rgba(112, 150, 245, 0) 0%, rgba(110, 154, 246, 0.54) 45.86%, #6C9DF7 100%), radial-gradient(54.43% 117.25% at 50% 50%, rgba(167, 99, 238, 0) 0%, rgba(169, 99, 235, 0.35) 64.65%, #AD62E5 100%), radial-gradient(89.75% 98.89% at 0% 100%, rgba(35, 166, 117, 0) 0%, #60ADA8 100%), radial-gradient(65.83% 48.99% at 94.01% 2.82%, rgba(240, 109, 42, 0) 0%, #F5781F 100%), radial-gradient(116.92% 54.28% at 96.22% 76.14%, rgba(252, 169, 43, 0) 0%, #FCA92B 100%), radial-gradient(54.43% 117.25% at 50% 50%, rgba(167, 99, 238, 0) 0%, rgba(169, 99, 235, 0.35) 64.65%, #AD62E5 100%);
}
.upload-section .file-file-btn {
  font-size: 14px;
}
.upload-section .file-file-btn:hover {
  text-decoration: underline;
}
.upload-section .input-btn {
  display: none;
}
.upload-section .legals {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  text-align: center;
  color: #FFF;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-image: radial-gradient(82.9% 108.72% at 18.73% 2.71%, #6C9DF7 0%, rgba(110, 154, 246, 0.54) 45.86%, rgba(112, 150, 245, 0) 100%), radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35) 64.65%, rgba(167, 99, 238, 0) 100%), radial-gradient(89.75% 98.89% at 0% 100%, #60ADA8 0%, rgba(35, 166, 117, 0) 100%), radial-gradient(65.83% 48.99% at 94.01% 2.82%, #F5781F 0%, rgba(240, 109, 42, 0) 100%), radial-gradient(116.92% 54.28% at 96.22% 76.14%, #FCA92B 0%, rgba(252, 169, 43, 0) 100%), radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35) 64.65%, rgba(167, 99, 238, 0) 100%);
}
.upload-section .legals a {
  cursor: pointer;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-image: radial-gradient(82.9% 108.72% at 18.73% 2.71%, #6C9DF7 0%, rgba(110, 154, 246, 0.54) 45.86%, rgba(112, 150, 245, 0) 100%), radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35) 64.65%, rgba(167, 99, 238, 0) 100%), radial-gradient(89.75% 98.89% at 0% 100%, #60ADA8 0%, rgba(35, 166, 117, 0) 100%), radial-gradient(65.83% 48.99% at 94.01% 2.82%, #F5781F 0%, rgba(240, 109, 42, 0) 100%), radial-gradient(116.92% 54.28% at 96.22% 76.14%, #FCA92B 0%, rgba(252, 169, 43, 0) 100%), radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35) 64.65%, rgba(167, 99, 238, 0) 100%);
}
.upload-section .legals a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px; /* Толщина подчеркивания */
  background: radial-gradient(82.9% 108.72% at 18.73% 2.71%, #6C9DF7 0%, rgba(110, 154, 246, 0.54) 45.86%, rgba(112, 150, 245, 0) 100%), radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35) 64.65%, rgba(167, 99, 238, 0) 100%), radial-gradient(89.75% 98.89% at 0% 100%, #60ADA8 0%, rgba(35, 166, 117, 0) 100%), radial-gradient(65.83% 48.99% at 94.01% 2.82%, #F5781F 0%, rgba(240, 109, 42, 0) 100%), radial-gradient(116.92% 54.28% at 96.22% 76.14%, #FCA92B 0%, rgba(252, 169, 43, 0) 100%), radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35) 64.65%, rgba(167, 99, 238, 0) 100%);
}
.upload-section .legals a:hover::after {
  background: transparent;
}
.upload-section .sidebar {
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
/*  max-height: 368px;*/
}
@media (min-width: 992px) {
  .upload-section .sidebar {
    width: 33.8782924614%;
    height: 100%;
    border-radius: 32px;
    max-height: none;
  }
}
@media (min-width: 1200px) {
  .upload-section .sidebar {
    width: 373px;
  }
}
.upload-section .sidebar-title {
  font-family: "Bakbak One";
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #FFF;
  padding-bottom: 16px;
  font-size: 20px;
}
.upload-section .filters-wrap {
  overflow: scroll;
}
@media (min-width: 992px) {
  .upload-section .filters-wrap {
    height: 57.621vw;
  }
}
.upload-section .sidebar-filters {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: 1fr;
  gap: 8px;
  overflow-y: auto;
  grid-auto-flow: column;
}
@media (min-width: 992px) {
  .upload-section .sidebar-filters {
    grid-template-columns: repeat(4, 1fr);
    overflow-y: auto;
    max-height: 94.327176781%;
    height: auto;
    grid-auto-flow: row;
  }
}
.upload-section .filter-card {
  border-radius: 8px;
  overflow: hidden;
  width: 93.25px;
  height: 145px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .upload-section .filter-card {
    width: auto;
  }
}
@media (min-width: 992px) {
  .upload-section .filter-card {
    border-radius: 8px;
   
  }
}
@media (min-width: 1200px) {
  .upload-section .filter-card {
    border-radius: 13px;
  }
}
.upload-section .filter-card:hover {
  opacity: 0.8;
}
.upload-section .filter-card .filter-input {
  display: none;
}
.upload-section .filter-card .filter-label,
.upload-section .filter-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.upload-section .filter-card .filter-label img {
  display: flex;
}
.upload-section .photo-section {
  /*flex: 1 0 auto;*/
  display: flex;
  flex-direction: column;
  max-width: 650px;
  height: 100%;
  border-radius: 37px;
  padding: 1px;
  margin: auto;
  position: relative;
  background: radial-gradient(82.9% 108.72% at 18.73% 2.71%, #6C9DF7 0%, rgba(79, 81, 85, 0.54) 45.86%, rgba(112, 150, 245, 0) 100%), radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35) 64.65%, rgba(167, 99, 238, 0) 100%), radial-gradient(89.75% 98.89% at 0% 100%, #60ADA8 0%, rgba(35, 166, 117, 0) 100%), radial-gradient(65.83% 48.99% at 94.01% 2.82%, #F5781F 0%, rgba(240, 109, 42, 0) 100%), radial-gradient(116.92% 54.28% at 96.22% 76.14%, #FCA92B 0%, rgba(252, 169, 43, 0) 100%), radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35) 64.65%, rgba(167, 99, 238, 0) 100%);
}
@media (min-width: 992px) {
  .upload-section .photo-section {
    max-width: 548px;
  }
}
.upload-section .photo-section.continue-block {
  max-width: 520px;
}
@media (min-width: 992px) {
  .upload-section .photo-section.continue-block {
    max-width: 440px;
  }
}
.upload-section .photo-section .photo-section-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 1 0 auto;
  position: relative;
  height: 100%;
}

.upload-section .photo-section .photo-section-inner .image-overlay {
  position: absolute;
  border-radius: 37px;
  background: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
}
.upload-section .photo-section .photo-section-inner .image-overlay.active {
  opacity: 1;
}
.upload-section .photo-section img.uploaded-photo {
  border-radius: 37px;
  display: flex;
  height: 88%;
  object-fit: cover;
  flex: 1 0 auto;
}
.upload-section .photo-section .countdown {
  position: absolute;
  text-align: center;
  font-family: "Bakbak One";
  font-size: 200px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -6px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-image: radial-gradient(82.9% 108.72% at 18.73% 2.71%, #6C9DF7 0%, rgba(110, 154, 246, 0.54) 45.86%, rgba(112, 150, 245, 0) 100%), radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35) 64.65%, rgba(167, 99, 238, 0) 100%), radial-gradient(89.75% 98.89% at 0% 100%, #60ADA8 0%, rgba(35, 166, 117, 0) 100%), radial-gradient(65.83% 48.99% at 94.01% 2.82%, #F5781F 0%, rgba(240, 109, 42, 0) 100%), radial-gradient(116.92% 54.28% at 96.22% 76.14%, #FCA92B 0%, rgba(252, 169, 43, 0) 100%), radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35) 64.65%, rgba(167, 99, 238, 0) 100%);
}
.upload-section .photo-section .qr-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-section .photo-section .qr-overlay .qr-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.upload-section .photo-section .qr-overlay .qr-image {
  max-width: 75px;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .upload-section .photo-section .qr-overlay .qr-image {
    max-width: 150px;
  }
}
.upload-section .photo-section .qr-overlay h1 {
  padding: 8px 0 14px;
}
@media (min-width: 992px) {
  .upload-section .photo-section .qr-overlay h1 {
    padding: 16px 0 64px;
  }
}
.upload-section .photo-section .qr-overlay .notify {
  color: #FFF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
@media (min-width: 992px) {
  .upload-section .photo-section .qr-overlay .notify {
    bottom: 48px;
  }
}

.upload-section .photo-section .qr-overlay .btn-qr {
  border-radius: 48px;
  background: radial-gradient(white,white);
  padding: 12px 24px;
  color: #FFF;
  font-family: "Bakbak One";
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  min-width: 86px;
}

.photo-section {
  padding-bottom: 40px;
}
.photo-section.pb-desktop {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .photo-section,
  .photo-section.pb-desktop {
    padding-bottom: 43px;
  }
}
.photo-section .container {
  padding: 0 16px;
}
.photo-section .container .container-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 945px;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .photo-section .container .container-inner {
    flex-direction: row;
    justify-content: end;
    gap: 48px;
  }
}
.photo-section .container .container-inner.container-inner-sm {
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.photo-section h1 {
  color: #FFF;
  text-align: center;
  font-family: "Bakbak One";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 28px */
  text-transform: capitalize;
  padding: 14px 0 15px;
}
.photo-section.photo-section-swap {
  max-height: 735px;
  max-width: 550px !important;
}

@media (min-width: 992px) {
  .photo-section h1 {
    padding: 10px 0;
    font-size: 28px;
  }
}

.photo-section .best-results {
  display: flex;
  align-items: center;
  padding-bottom: 32px;
  gap: 16px;
}
@media (min-width: 992px) {
  .photo-section .best-results {
    max-width: 212px;
    width: 100%;
    flex-direction: column;
    align-items: start;
    padding-bottom: 0;
  }
}
.photo-section .best-results .lamp {
  width: 56px;
  height: 56px;
  flex: 1 0 auto;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .photo-section .best-results .lamp {
    width: 72px;
    height: 72px;
  }
}
.photo-section .best-results .text {
  color: #FFF;
  font-family: "DM Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 992px) {
  .photo-section .best-results .text {
    font-size: 24px;
    letter-spacing: -0.72px;
  }
}
.photo-section .photo-section {
  max-width: 650px;
  height: 100%;
  border-radius: 37px;
  padding: 1px;
  margin: auto;
  background: radial-gradient(82.9% 108.72% at 18.73% 2.71%, #6C9DF7 0%, rgba(79, 81, 85, 0.54) 45.86%, rgba(112, 150, 245, 0) 100%), radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35) 64.65%, rgba(167, 99, 238, 0) 100%), radial-gradient(89.75% 98.89% at 0% 100%, #60ADA8 0%, rgba(35, 166, 117, 0) 100%), radial-gradient(65.83% 48.99% at 94.01% 2.82%, #F5781F 0%, rgba(240, 109, 42, 0) 100%), radial-gradient(116.92% 54.28% at 96.22% 76.14%, #FCA92B 0%, rgba(252, 169, 43, 0) 100%), radial-gradient(54.43% 117.25% at 50% 50%, #AD62E5 0%, rgba(169, 99, 235, 0.35) 64.65%, rgba(167, 99, 238, 0) 100%);
}
@media (min-width: 992px) {
  .photo-section .photo-section {
    max-width: 448px;
  }
}
.photo-section .photo-section.continue-block {
  max-width: 520px;
}
@media (min-width: 992px) {
  .photo-section .photo-section.continue-block {
    max-width: 440px;
  }
}
.photo-section .photo-section .photo-section-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.photo-section .photo-section .photo-section-inner .image-overlay {
  position: absolute;
  border-radius: 37px;
  background: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
}
.photo-section .photo-section .photo-section-inner .image-overlay.active {
  opacity: 1;
}
.photo-section .photo-section img {
  border-radius: 37px;
  display: flex;
  height: 100%;
  object-fit: cover;
}
.photo-section .photo-section .countdown {
  position: absolute;
  text-align: center;
  font-family: "Bakbak One";
  font-size: 200px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -6px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-image: radial-gradient(white, white);
}
.photo-section .state-icon {
  width: 90px;
  height: 90px;
  margin-top: 48px;
}
.photo-section .state-icon img {
  width: 90px;
  height: 90px;
  margin-top: 0;
}

.photo-section .buttons {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
}

.photo-section-swap-start {
  width: 100%;
}
@media (max-width: 576px) {
  .photo-section-swap-start {
    height: auto;
  }
}
@media (max-width: 768px) {
  .photo-section .buttons {
  flex: 1 0 auto;
  }

  .photo-section-swap-start {
    flex: 1 0 auto;
  }
  .photo-section .buttons {
    height: auto;
  }
}
@media (min-width: 992px) {
  .photo-section .buttons {
    flex-direction: row;
  }
  .photo-section .buttons {
    gap: 52px;
  }
}
.photo-section .btn {
  width: 56px;
  height: 56px;
  flex: 1 0 auto;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-section .btn.btn-white {
  background: #FFF;
}
.photo-section .btn.btn-yellow {
  background: #FFF;
}
.photo-section .redo,
.photo-section .confirm {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.photo-section .redo.is-desktop,
.photo-section .confirm.is-desktop {
  display: none;
}
@media (min-width: 992px) {
  .photo-section .redo.is-desktop,
  .photo-section .confirm.is-desktop {
    display: flex;
  }
}
.photo-section .mobile-buttons {
  display: flex;
  gap: 88px;
}
@media (min-width: 992px) {
  .photo-section .mobile-buttons {
    display: none;
  }
}

.noscroll {
  overflow: hidden;
}

.overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.4);
  transition: opacity 0.5s ease;
}
.overlay.active {
  z-index: 9;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -3;
  width: 270px;
  opacity: 0;
  transition: opacity 0.5s ease;
  max-height: 420px;
  overflow-y: auto;
}
.popup.active {
  opacity: 1;
  z-index: 99;
  transform: translate(-50%, -45%);
  transition: opacity 0.5s ease;
}
.popup__wrap {
  border-radius: 14px;
  background: rgba(179, 179, 179, 0.82);
  background-blend-mode: color-dodge, normal;
  backdrop-filter: blur(40px);
  color: #000;
  text-align: center;
  font-family: "SF Text";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.408px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.popup__wrap .text-wrap {
  padding: 19px 31px 17px;
}
.popup__wrap .buttons {
  display: flex;
  width: 100%;
  border-top: 0.333px solid rgba(60, 60, 67, 0.36);
}
.popup__wrap .buttons .btn {
  display: block;
  min-height: 44px;
  width: 50%;
  color: #007AFF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "SF Text";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.4px;
}
.popup__wrap .buttons .btn.btn-primary {
  border-right: 0.333px solid rgba(60, 60, 67, 0.36);
}
.popup__close {
  position: absolute;
  right: 39px;
  top: 13px;
  z-index: 999;
}
@media (min-width: 768px) {
  .popup__close {
    right: 49px;
    top: 23px;
  }
}

.popup__close:before, .popup__close:after {
  position: absolute;
  left: 0;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #333;
}
.popup__close:before {
  transform: rotate(45deg);
}
.popup__close:after {
  transform: rotate(-45deg);
}

