@font-face {
  font-family: "Cera Pro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cera-pro-400.woff2") format("woff2");
}
@font-face {
  font-family: "Cera Pro";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cera-pro-500.woff2") format("woff2");
}
@font-face {
  font-family: "Cera Pro";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cera-pro-700.woff2") format("woff2");
}
@font-face {
  font-family: "Cera Pro";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/cera-pro-900.woff2") format("woff2");
}
@font-face {
  font-family: "Bitter";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/bitter-600.woff2") format("woff2");
}
@font-face {
  font-family: "Bitter";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/bitter-700.woff2") format("woff2");
}
@font-face {
  font-family: "Bitter";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/bitter-900.woff2") format("woff2");
}
@keyframes show-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide-opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes running-line1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes running-line2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
  font-size: max(0.8533333333px, 0.2666666667vw);
}
@media (min-width: 1024px) {
  html {
    font-size: 0.0520833333vw;
  }
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Cera Pro", sans-serif;
  font-size: 16rem;
  line-height: 22rem;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  overflow-wrap: break-word;
  background-color: #c5144b;
}

main {
  flex-grow: 1;
  flex-shrink: 0;
}

picture {
  flex-shrink: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  height: auto;
  max-width: 100%;
}

button {
  font: inherit;
  color: inherit;
}
button:not([disabled]) {
  cursor: pointer;
}

[hidden] {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}

@media (min-width: 1024px) {
  [data-show=mobile] {
    display: none;
  }
}

[data-show=desktop] {
  display: none;
}
@media (min-width: 1024px) {
  [data-show=desktop] {
    display: block;
  }
}

.backside {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.overlay {
  scrollbar-width: none;
}
.overlay::-webkit-scrollbar {
  display: none;
}
.overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 10rem;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.overlay.show {
  opacity: 1;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  pointer-events: auto;
}

.scroll-lock {
  overflow: hidden;
}

/* stylelint-disable property-no-deprecated */
.visually-hidden:not(:focus, :active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden,
input[type=file].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
}

.btn-close {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: color;
  display: block;
  width: 30rem;
  height: 30rem;
  margin: 0;
  padding: 0;
  color: #ffffff;
  background-color: transparent;
  border: 0;
}
.btn-close svg {
  width: 100%;
  height: 100%;
  fill: currentcolor;
  stroke: currentcolor;
}
.btn-close:hover, .btn-close:focus-visible {
  color: #00ffff;
}
@media (min-width: 1024px) {
  .btn-close {
    width: 56rem;
    height: 56rem;
    background-color: #c5144b;
    border-radius: 50%;
  }
}

.btn-common {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Bitter", sans-serif;
  font-size: 18rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  color: #c5144b;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
}
.btn-common::before {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: transform;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00ffff;
  border-radius: 36rem;
  transform: translate(2rem, 2rem);
}
.btn-common .btn-common__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20rem;
  padding: 9rem 18rem;
  background-color: #ffffff;
  border-radius: 36rem;
}
.btn-common svg {
  flex-shrink: 0;
  width: 16rem;
  height: 15rem;
  fill: currentcolor;
}
.btn-common [disabled] {
  opacity: 0.5;
}
.btn-common.list::before {
  border-radius: 46rem;
  transform: translate(3rem, 3rem);
}
.btn-common.list .btn-common__content {
  padding: 11rem 23rem;
  font-size: 24rem;
  border-radius: 46rem;
}
.btn-common:not([disabled]):hover::before, .btn-common:not([disabled]):focus-visible::before {
  transform: translate(0, 0);
}
@media (min-width: 1024px) {
  .btn-common {
    font-size: 23rem;
  }
  .btn-common::before {
    border-radius: 60rem;
    transform: translate(4rem, 4rem);
  }
  .btn-common .btn-common__content {
    gap: 30rem;
    padding: 14rem 30rem 14rem 30rem;
    font-size: 32rem;
    border-radius: 60rem;
  }
  .btn-common svg {
    width: 23rem;
    height: 21rem;
  }
  .btn-common.list::before {
    border-radius: 60rem;
    transform: translate(4rem, 4rem);
  }
  .btn-common.list .btn-common__content {
    padding: 14rem 30rem;
    font-size: 32rem;
    border-radius: 60rem;
  }
}

.f-checkbox {
  position: relative;
  width: 100%;
}
.f-checkbox input {
  top: 16rem;
  left: 8rem;
}
.f-checkbox input:checked + .f-checkbox__label .f-checkbox__icon::after {
  opacity: 1;
}

.f-checkbox__label {
  display: flex;
  align-items: flex-start;
  gap: 8rem;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.f-checkbox__icon {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: border-color;
  position: relative;
  flex-shrink: 0;
  width: 16rem;
  height: 16rem;
  background-color: #ffffff;
  border: 1rem solid #e80024;
  border-radius: 5rem;
}
.f-checkbox__icon::after {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: opacity;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8rem;
  height: 8rem;
  background-color: #e80024;
  border-radius: 3rem;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.f-checkbox__text {
  font-size: 10rem;
  line-height: 12rem;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
.f-checkbox__text button,
.f-checkbox__text a {
  margin: 0;
  padding: 0;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
}
.f-checkbox__text button:hover, .f-checkbox__text button:focus-visible,
.f-checkbox__text a:hover,
.f-checkbox__text a:focus-visible {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .f-checkbox__text {
    font-size: 11rem;
    line-height: 14rem;
  }
}

.f-error {
  font-size: 12rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.f-error:empty {
  display: none;
}
@media (min-width: 1024px) {
  .f-error {
    font-size: 14rem;
  }
}

.f-field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .f-field {
    gap: 6rem;
  }
}

.f-field__label {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Cera Pro", sans-serif;
  font-size: 16rem;
  line-height: 1;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 1024px) {
  .f-field__label {
    font-size: 14rem;
    line-height: 18rem;
    font-weight: 500;
  }
}

.f-field__input {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: border-color;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 8rem 11rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 14rem;
  line-height: 18rem;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  background-color: transparent;
  border: 1rem solid rgba(255, 255, 255, 0.32);
  border-radius: 6rem;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.f-field__input::-moz-placeholder {
  font: inherit;
  color: rgba(255, 255, 255, 0.64);
}
.f-field__input::placeholder {
  font: inherit;
  color: rgba(255, 255, 255, 0.64);
}
.f-field__input:hover, .f-field__input:focus-visible {
  border-color: rgba(255, 255, 255, 0.64);
}
@media (min-width: 1024px) {
  .f-field__input {
    padding: 10rem 11rem;
    font-size: 16rem;
    line-height: 22rem;
  }
}

.f-phone {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .f-phone {
    gap: 6rem;
  }
}

.f-phone__label {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Cera Pro", sans-serif;
  font-size: 16rem;
  line-height: 1;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (min-width: 1024px) {
  .f-phone__label {
    font-size: 14rem;
    line-height: 18rem;
    font-weight: 500;
  }
}

.f-phone__wrp {
  display: flex;
  gap: 10rem;
}

.f-phone__input {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: border-color;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 8rem 11rem;
  font-family: "Cera Pro", sans-serif;
  font-size: 14rem;
  line-height: 18rem;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  background-color: transparent;
  border: 1rem solid rgba(255, 255, 255, 0.32);
  border-radius: 6rem;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.f-phone__input::-moz-placeholder {
  font: inherit;
  color: rgba(255, 255, 255, 0.64);
}
.f-phone__input::placeholder {
  font: inherit;
  color: rgba(255, 255, 255, 0.64);
}
.f-phone__input:hover, .f-phone__input:focus-visible {
  border-color: rgba(255, 255, 255, 0.64);
}
@media (min-width: 1024px) {
  .f-phone__input {
    padding: 10rem 11rem;
    font-size: 16rem;
    line-height: 22rem;
  }
}

.m-reg {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  width: 100%;
  max-width: 594rem;
  margin: auto;
  padding: 50rem 15rem 50rem 15rem;
  color: #ffffff;
  background-color: #c5144b;
  border-radius: 20rem;
}
@media (min-width: 1024px) {
  .m-reg {
    min-height: 0;
    padding: 60rem 100rem 60rem 100rem;
    border-radius: 40rem;
  }
}

.m-reg__close {
  position: absolute;
  top: 10rem;
  right: 10rem;
  z-index: 1;
}
@media (min-width: 1024px) {
  .m-reg__close {
    top: 0;
    right: 0;
    transform: translate(100%, -100%);
  }
}

.m-reg__title {
  margin: 0;
  font-size: 24rem;
  line-height: 24rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1024px) {
  .m-reg__title {
    font-size: 30rem;
    line-height: 40rem;
  }
}

.m-reg__form {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 15rem;
  width: 100%;
  max-width: 285rem;
  margin: 18rem auto 0 auto;
}
@media (min-width: 1024px) {
  .m-reg__form {
    gap: 24rem;
    max-width: none;
    margin-top: 23rem;
  }
}

.m-reg__fieldset {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-bottom: auto;
}
@media (min-width: 1024px) {
  .m-reg__fieldset {
    gap: 6rem;
  }
}

.m-reg__controls {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  width: 100%;
  max-width: 240rem;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .m-reg__controls {
    gap: 20rem;
    max-width: 394rem;
  }
}

.m-success {
  position: relative;
  width: 100%;
  max-width: 594rem;
  margin: auto;
}

.m-success__close {
  position: absolute;
  top: 10rem;
  right: 10rem;
  z-index: 1;
}
@media (min-width: 1024px) {
  .m-success__close {
    top: 0;
    right: 0;
    transform: translate(100%, -100%);
  }
}

.m-success__card {
  display: flex;
  flex-direction: column;
  gap: 13rem;
  padding: 47rem 15rem 67rem 15rem;
  color: #ffffff;
  background-color: #c5144b;
  border-radius: 20rem;
}
@media (min-width: 1024px) {
  .m-success__card {
    gap: 12rem;
    padding: 60rem 100rem;
    border-radius: 40rem;
  }
}

.m-success__title {
  margin: 0;
  font-family: "Cera Pro", sans-serif;
  font-size: 24rem;
  line-height: 30rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1024px) {
  .m-success__title {
    font-size: 30rem;
    line-height: 40rem;
  }
}

.m-success__text {
  margin: 0;
  font-size: 20rem;
  line-height: 24rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .m-success__text {
    font-size: 24rem;
    line-height: 30rem;
  }
}

.p-main {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}

.s-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20rem;
  width: 100%;
  padding: 40rem 15rem 27rem 15rem;
}
@media (min-width: 1024px) {
  .s-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    justify-content: center;
    gap: 222rem;
    padding: 60rem 60rem 36rem 60rem;
  }
}

.s-header__logo {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-property: color;
  display: block;
  flex-shrink: 0;
  width: 167rem;
  height: 23rem;
  color: #ffffff;
}
.s-header__logo svg {
  width: 100%;
  height: 100%;
  fill: currentcolor;
}
.s-header__logo[href]:hover, .s-header__logo[href]:focus-visible {
  color: #000000;
}
@media (min-width: 1024px) {
  .s-header__logo {
    width: 465rem;
    height: 64rem;
  }
}

.s-person {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.s-person__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.s-person__bg img {
  width: 100%;
}
@media (min-width: 1024px) {
  .s-person__bg {
    width: 100%;
    height: 100%;
  }
  .s-person__bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom right;
       object-position: bottom right;
  }
}

.s-person__person {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.s-person__person img {
  width: 100%;
}
@media (min-width: 1024px) {
  .s-person__person {
    width: 1120rem;
  }
}

.s-person__frontside {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 16rem 15rem 426rem 15rem;
}
@media (min-width: 1024px) {
  .s-person__frontside {
    gap: 40rem;
    padding: 290rem 60rem 100rem 60rem;
  }
}

@media (min-width: 1024px) {
  .s-person__content {
    width: 100%;
    max-width: 780rem;
  }
}

.s-person__name {
  margin: 0;
  font-family: "Bitter", sans-serif;
  font-size: 18rem;
  line-height: 22rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .s-person__name {
    font-size: 32rem;
    line-height: 38rem;
  }
}

.s-person__title {
  margin: 6rem 0 0 0;
  font-family: "Bitter", sans-serif;
  font-size: 22rem;
  line-height: 26rem;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .s-person__title {
    margin-top: 20rem;
    font-size: 60rem;
    line-height: 72rem;
    letter-spacing: 0.06em;
  }
}

.s-person__text {
  display: flex;
  flex-direction: column;
  gap: 16rem;
  margin-top: 16rem;
  font-size: 16rem;
  line-height: 19rem;
}
.s-person__text p {
  margin: 0;
}
.s-person__text ul {
  margin: 0;
  padding: 0 0 0 25rem;
}
@media (min-width: 1024px) {
  .s-person__text {
    gap: 23rem;
    margin-top: 56rem;
    font-size: 32rem;
    line-height: 38rem;
  }
  .s-person__text ul {
    padding-left: 44rem;
  }
}

.s-person__controls {
  width: 240rem;
  max-width: 100%;
  margin-top: 35rem;
}
@media (min-width: 1024px) {
  .s-person__controls {
    width: 394rem;
    margin-top: auto;
  }
}
/*# sourceMappingURL=style.css.map */
