@charset "UTF-8";
@import url("../fonts/Arsenal/Arsenal.2e6a991271e7.css");
:root {
  --default_color: 241, 156, 187;
  --default_additional_color: 120, 209, 106;
  --broker-color: var(--default_color);
}

html {
  font-family: var(--admin-font, "Arsenal"), sans-serif;
  color: #1A1F25;
  background-color: #FEF9FB;
}

body[data-steps] {
  height: 100%;
}
body[data-steps=account] {
  height: auto;
}

a {
  color: #1A1F25;
}

input {
  font-family: var(--admin-font, "Arsenal"), sans-serif;
  font-style: normal;
}

body.scroll-off {
  overflow: hidden;
}

.section {
  position: relative;
  padding: 18px 0;
  width: 100%;
}
@media (min-width: 768px) {
  .section {
    padding: 23px 0;
  }
}
@media (min-width: 1200px) {
  .section {
    padding: 43px 0;
  }
}
@media (min-width: 1440px) {
  .section {
    padding: 53px 0;
  }
}
.section--color:not(.header) {
  margin: 18px 0;
  background-color: #FFFFFF;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .section--color:not(.header) {
    margin: 23px 0;
  }
}
@media (min-width: 1200px) {
  .section--color:not(.header) {
    margin: 0;
    background-color: unset;
    border-radius: unset;
  }
}
@media (min-width: 1200px) {
  .section--color:not(.header) .wrapper {
    padding: 50px 32px;
    background-color: #FFFFFF;
    border-radius: 24px;
  }
}
@media (min-width: 1440px) {
  .section--color:not(.header) .wrapper {
    padding: 50px 30px;
  }
}

#container,
.container {
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1430px;
}
@media (min-width: 768px) {
  #container,
  .container {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  #container,
  .container {
    padding: 0 50px;
  }
}
@media (min-width: 1440px) {
  #container,
  .container {
    padding: 0 15px;
  }
}

.section__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 26px;
  line-height: 126%;
  text-align: center;
}
@media (min-width: 768px) {
  .section__title {
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .section__title {
    margin-bottom: 30px;
    font-size: 36px;
  }
}

.mobile {
  display: block;
}
@media (min-width: 1200px) {
  .mobile {
    display: none;
  }
}

.desctop {
  display: none;
}
@media (min-width: 1200px) {
  .desctop {
    display: block;
  }
}

.flex {
  display: flex;
}

.hidden {
  display: none !important;
}

.duration {
  transition-duration: 0.3s;
}

.btn {
  padding: 16px 24px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--admin-font, "Arsenal"), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  background: linear-gradient(90deg, #E16B96 0%, #F19CBB 100%);
  border-radius: 100px;
  text-align: center;
  outline: none;
  color: #ffffff;
  cursor: pointer;
}
.btn:active {
  background: #e0608f;
}
.btn:disabled {
  opacity: 0.5;
}
.btn:disabled:active {
  background: linear-gradient(90deg, #E16B96 0%, #F19CBB 100%);
}

.captcha {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.g-recaptcha {
  margin-bottom: 10px;
  transform: scale(0.8);
}
@media (min-width: 480px) {
  .g-recaptcha {
    transform: scale(0.9);
  }
}
.g-recaptcha div,
.g-recaptcha iframe {
  width: 100% !important;
}

.error,
.success {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}

.error {
  color: #F06D6D;
}

.success {
  color: #45BB0D;
}

/* input[type='range'] */
input[type=range] {
  -webkit-appearance: none;
  position: absolute;
  left: 18px;
  right: 0;
  bottom: 38px;
  width: 100%;
  display: block;
  background: #DAE5EF;
  background: linear-gradient(to right, #F19CBB 0%, #F19CBB 50%, rgba(2, 96, 232, 0.0392156863) 50%, rgba(2, 96, 232, 0.0392156863) 100%);
  height: 2px;
  z-index: 10;
  width: calc(100% - 35px);
}

input.w-30[type=range] {
  background: linear-gradient(to right, #F19CBB 0%, #F19CBB 30%, rgba(2, 96, 232, 0.0392156863) 30%, rgba(2, 96, 232, 0.0392156863) 100%);
}

input.w-14[type=range] {
  background: linear-gradient(to right, #F19CBB 0%, #F19CBB 34%, rgba(2, 96, 232, 0.0392156863) 34%, rgba(2, 96, 232, 0.0392156863) 100%);
}

input.w-0[type=range] {
  background: linear-gradient(to right, #F19CBB 0%, #F19CBB 0%, rgba(2, 96, 232, 0.0392156863) 0%, rgba(2, 96, 232, 0.0392156863) 100%);
}

/* thumb */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 46px;
  height: 46px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='18' fill='%23F19CBB'/%3E%3Ccircle cx='24' cy='24' r='21' stroke='%23F19CBB' stroke-opacity='0.2' stroke-width='6'/%3E%3Ccircle cx='24' cy='24' r='8' fill='white'/%3E%3C/svg%3E%0A") no-repeat center center/contain;
  border: none;
  border-radius: 23px;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  width: 46px;
  height: 46px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='18' fill='%23F19CBB'/%3E%3Ccircle cx='24' cy='24' r='21' stroke='%23F19CBB' stroke-opacity='0.2' stroke-width='6'/%3E%3Ccircle cx='24' cy='24' r='8' fill='white'/%3E%3C/svg%3E%0A") no-repeat center center/contain;
  border: none;
  border-radius: 23px;
}

input[type=range]::-ms-range-thumb {
  -webkit-appearance: none;
  width: 46px;
  height: 46px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='18' fill='%23F19CBB'/%3E%3Ccircle cx='24' cy='24' r='21' stroke='%23F19CBB' stroke-opacity='0.2' stroke-width='6'/%3E%3Ccircle cx='24' cy='24' r='8' fill='white'/%3E%3C/svg%3E%0A") no-repeat center center/contain;
  border: none;
  border-radius: 23px;
}

/* progress */
input[type=range]::range-progress {
  background-color: #9EE175;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-range-progress,
input[type=range]::-moz-range-progress,
input[type=range]::-ms-range-progress {
  background-color: #9EE175;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-moz-range-track,
input[type=range]::-ms-fill-lower {
  background-color: #9EE175;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-fill-lower,
input[type=range]::-moz-fill-lower,
input[type=range]::-ms-fill-lower {
  background-color: #9EE175;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-fill-lower,
input[type=range]::-moz-fill-lower,
input[type=range]::-ms-fill-upper {
  background-color: #DAE5EF;
  height: 4px;
  border-radius: 2px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.header {
  background-color: #fff;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media (min-width: 1440px) {
  .header-logo {
    max-width: 200px;
  }
}
.header-submenu__btn {
  border-radius: 100px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #E16B96 0%, #F19CBB 100%);
}
.header-submenu__btn--login {
  background: linear-gradient(90deg, #E16B96 0%, #F19CBB 100%);
}
.header-submenu__btn--unsubscribe {
  color: #F19CBB;
  background: transparent;
  border: 1px solid #F19CBB;
}
.header__contacts-phone {
  font-weight: bold;
  align-items: center;
}
.header__contacts-phone::before {
  content: "";
  margin-right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/header/call.99a16df62205.svg") no-repeat center center/contain;
}
.header__contacts-text {
  display: none;
}

.main .container {
  padding: 0;
}
@media (min-width: 768px) {
  .main .container {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .main .container {
    padding: 0 50px;
  }
}
@media (min-width: 1440px) {
  .main .container {
    padding: 0 15px;
  }
}
.main__wrapper {
  background: #FCE2EB;
  border-radius: 24px;
  padding: 16px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .main__wrapper {
    padding: 32px 32px 0 32px;
    display: flex;
    gap: 16px;
  }
}
@media (min-width: 1280px) {
  .main__wrapper {
    padding: 40px 40px 0 40px;
  }
}
@media (min-width: 1400px) {
  .main__wrapper {
    padding: 60px 60px 0 60px;
  }
}
.main__top {
  position: relative;
  overflow: hidden;
  display: flex;
}
@media (max-width: 374px) {
  .main__top {
    padding: 0 16px;
  }
}
@media (min-width: 375px) {
  .main__top {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .main__top {
    width: 100%;
    justify-content: unset;
  }
}
@media (min-width: 1280px) {
  .main__top {
    align-items: center;
  }
}
.main-image {
  display: flex;
  position: relative;
  width: 105px;
  z-index: 4;
}
@media (min-width: 412px) {
  .main-image {
    width: 131px;
  }
}
@media (min-width: 768px) {
  .main-image {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto auto -5px;
    width: 250px;
  }
}
@media (min-width: 992px) {
  .main-image {
    width: 333px;
  }
}
@media (min-width: 1280px) {
  .main-image {
    width: 430px;
  }
}
.main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.main__description {
  position: relative;
  z-index: 5;
}
@media (max-width: 374px) {
  .main__description {
    flex: 1 1 0;
  }
}
.main__description-title {
  max-width: 145px;
  font-weight: 600;
  font-size: 22px;
  line-height: 126%;
}
@media (min-width: 375px) {
  .main__description-title {
    font-size: 24px;
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .main__description-title {
    max-width: unset;
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .main__description-title {
    max-width: unset;
    font-size: 54px;
  }
}
@media (min-width: 1280px) {
  .main__description-title {
    font-size: 54px;
  }
}
@media (min-width: 1400px) {
  .main__description-title {
    font-size: 64px;
  }
}
.main__description-title br {
  display: none;
}
@media (min-width: 360px) {
  .main__description-title br {
    display: block;
  }
}

.calc {
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .calc {
    min-width: 370px;
    max-width: 412px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1280px) {
  .calc {
    margin-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .calc {
    margin-bottom: 60px;
  }
}
.calc__top {
  padding: 16px 16px 0;
}
.calc__form {
  background-color: #FFFFFF;
  border-radius: 24px;
}
.calc__item:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 360px) {
  .calc__item:not(:last-child) {
    margin-bottom: 15px;
  }
}
.calc__item-sum, .calc__item-days {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(225, 107, 150, 0.0392156863);
  background: rgba(225, 107, 150, 0.0392156863);
}
.calc__item-sum {
  padding: 0 20px;
}
.calc__item-days {
  padding: 18px 18px 36px 18px;
  justify-content: space-between;
}
.calc__item-value {
  padding: 18px 18px 36px 18px;
  width: 100%;
  background: transparent;
  text-align: center;
}
.calc__item-increment, .calc__item-decrement {
  display: block;
  min-width: 24px;
  height: 24px;
}
.calc__item-increment img, .calc__item-decrement img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.calc__item-value, .calc__item-span {
  font-size: 19px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .calc__item-value, .calc__item-span {
    font-size: 26px;
  }
}
.calc__item-span {
  width: 145px;
  text-align: center;
}
.calc__item-input {
  position: relative;
}
.calc__fromto {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.calc__fromto-span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 11px;
  color: rgba(13, 12, 33, 0.5);
}
@media (min-width: 1200px) {
  .calc__fromto-span {
    font-size: 14px;
    line-height: 14px;
  }
}
.calc .--mob-none {
  display: none;
}
@media (min-width: 992px) {
  .calc .--mob-none {
    display: block;
  }
}
.calc__bottom {
  padding: 12px 16px;
}
@media (min-width: 768px) {
  .calc__bottom {
    padding: 16px;
  }
}
.calc__btn {
  margin-bottom: 20px;
}
.calc__checkbox {
  display: flex;
  align-items: center;
}
.calc__checkbox label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.calc__checkbox-description {
  display: flex;
  align-items: center;
  justify-content: center;
}
.calc__checkbox-input {
  opacity: 0;
  position: absolute;
  left: -1000px;
}
.calc__checkbox-input:checked ~ .calc__checkbox-mark:after {
  opacity: 1;
}
.calc__checkbox-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}
.calc__checkbox-text span {
  color: #F19CBB;
  text-decoration: underline;
}
.calc__checkbox-mark {
  position: relative;
  margin-right: 10px;
  min-width: 18px;
  height: 18px;
  background: rgba(2, 96, 232, 0.0392156863);
  border-radius: 100px;
  border: 1px solid #78D16A;
}
.calc__checkbox-mark::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/check.2514205b996d.svg") no-repeat center center/cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.calc__checkbox-error {
  text-align: center;
  margin-bottom: 16px;
}
.calc__checkbox--mb-16 {
  margin-bottom: 16px;
}
.calc__bottom-text {
  color: #A4A5A8;
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
}

.issuance {
  overflow: hidden;
}
.issuance .swiper {
  pointer-events: none;
}
@media (min-width: 992px) {
  .issuance .swiper {
    overflow: visible;
  }
}
.issuance .swiper-wrapper {
  height: 400px;
}
@media (min-width: 992px) {
  .issuance .swiper-wrapper {
    height: unset;
  }
}
@media (min-width: 1200px) {
  .issuance .swiper-slide {
    width: fit-content;
    min-width: 362px;
  }
}
.issuance__slide {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-sizing: border-box;
}
.issuance__bio-name {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
}
.issuance__bio-sum, .issuance__bio-percent {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.issuance__bio-sum {
  margin-bottom: 4px;
}
.issuance__result {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-align: end;
}
.issuance__result-time {
  color: #A4A5A8;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
}
.issuance__result-status {
  margin-top: auto;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.issuance__result-status::before {
  content: "";
  margin-right: 10px;
  display: block;
  width: 20px;
  height: 20px;
}
.issuance__result-status.--processing {
  color: #E16B96;
  background: url("../images/issuance/processing.ac623fe1c895.svg") no-repeat;
}
.issuance__result-status.--ok {
  color: #78D16A;
  background: url("../images/issuance/ok.2d5cb490f372.svg") no-repeat;
}
.issuance__result-status.--error {
  color: #F06D6D;
  background: url("../images/issuance/error.e05b09fe9dca.svg") no-repeat;
}

.probability .container {
  padding: 0;
}
@media (min-width: 1200px) {
  .probability .container {
    padding: 0 50px;
  }
}
@media (min-width: 1440px) {
  .probability .container {
    padding: 0 15px;
  }
}
.probability__wrapper {
  display: grid;
  gap: 6px;
}
@media (min-width: 768px) {
  .probability__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.probability__item {
  padding: 16px;
  background-color: #FFFFFF;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .probability__item {
    padding: 32px;
  }
}
@media (min-width: 768px) {
  .probability__item:first-child {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .probability__info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  .probability__info {
    gap: 32px;
  }
}
.probability__img {
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .probability__img {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .probability__img {
    margin: unset;
    display: block;
  }
}
.probability__img img {
  width: 100%;
  max-width: 340px;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .probability__description {
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .probability__description-title {
    max-width: 400px;
    text-align: start;
  }
}
.probability__description-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}
@media (min-width: 768px) {
  .probability__description-subtitle {
    text-align: start;
  }
}
.probability__phone {
  cursor: pointer;
}
.probability__phone-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.probability__phone-btn {
  padding: 13px 14px;
  border-radius: 10px;
}
.probability__phone .probability__point {
  margin-bottom: 8px;
}
.probability__point {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.probability__input {
  margin-right: 10px;
  padding: 12px 22px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(2, 96, 232, 0.0392156863);
  background: rgba(2, 96, 232, 0.0392156863);
}
.probability__input span {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.probability__input span::before {
  content: "";
  margin-right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/probability/flag.a55b046903bd.svg") no-repeat center center/contain;
}
.probability__input span::after {
  content: "20%";
  margin-left: auto;
  padding: 6px;
  display: block;
  background-color: #78D16A;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  border-radius: 6px;
}
.probability__login {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .probability__login {
    display: block;
  }
}
.probability__login .probability__point {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .probability__login .probability__point {
    margin: 0 0 8px;
  }
}
@media (min-width: 1200px) {
  .probability__login::after {
    content: "";
    display: block;
    background: url("../images/probability/bg-image.f0195d01f8a6.png") no-repeat center center/contain;
    width: 301px;
    height: 308px;
    position: absolute;
    bottom: 0;
    right: 10px;
  }
}
@media (min-width: 1440px) {
  .probability__login::after {
    right: 20px;
  }
}
.probability__btn {
  margin: unset;
  width: fit-content;
}

.methods__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .methods__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .methods__wrapper {
    gap: 32px;
  }
}
.methods__item-link {
  color: #F19CBB;
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 768px) {
  .methods__description {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .methods__description {
    grid-column: span 2;
    display: block;
  }
}
@media (min-width: 768px) {
  .methods__description-title {
    max-width: 400px;
    text-align: start;
  }
}
@media (min-width: 1200px) {
  .methods__description-title {
    margin: 0 auto;
  }
}
.methods__contract {
  padding: 16px;
  border-radius: 24px;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .methods__contract {
    padding: 32px;
  }
}
.methods__contract-title {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}
.methods__contract-input {
  margin-bottom: 16px;
}
.methods__contract-input input {
  width: 100%;
  height: 52px;
  border-radius: 10px;
  border: 1px solid rgba(2, 96, 232, 0.0392156863);
  background: rgba(2, 96, 232, 0.0392156863);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
@media (min-width: 768px) {
  .methods__contract-btn {
    margin: unset;
    width: fit-content;
  }
}
.methods__response {
  margin-bottom: 16px;
}
.methods__response-check {
  display: none;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.methods__response-check::before {
  content: "";
  margin-right: 16px;
  display: block;
  width: 21px;
  height: 21px;
  background: url("../images/load-icon.038b644987c4.svg") no-repeat center center/contain;
  animation: rotation 1s infinite linear;
}
.methods__response-check.--active {
  display: flex;
}
.methods__response-error {
  display: none;
  color: #F06D6D;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
.methods__response-error.--active {
  display: block;
}
@media (min-width: 768px) {
  .methods__info {
    grid-column: span 2;
  }
}
@media (min-width: 1200px) {
  .methods__info {
    grid-column: auto;
  }
}
.methods__info-card {
  display: none;
}
.methods__info-card.--active {
  display: block;
}
.methods__info-card ol {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 38px;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 140%;
}
.methods__info-card li {
  position: relative;
  margin-bottom: 16px;
}
.methods__info-card li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -38px;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: #78D16A;
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  border-radius: 6px;
}
.methods__tabs {
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.methods__tabs-item {
  padding: 16px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  cursor: pointer;
  border-bottom: 2px solid rgba(2, 96, 232, 0.0392156863);
}
.methods__tabs-item.--active {
  color: #E16B96;
  border-bottom: 2px solid #F19CBB;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .control__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  .control__wrapper {
    gap: 32px;
  }
}
.control__description {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .control__description {
    margin-bottom: unset;
    flex-basis: 49%;
  }
}
@media (min-width: 768px) {
  .control__description-title {
    max-width: 400px;
    text-align: start;
  }
}
.control__description-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}
@media (min-width: 768px) {
  .control__description-subtitle {
    text-align: start;
  }
}
.control__feedback-text {
  position: relative;
  margin-bottom: 16px;
}
.control__feedback-blur {
  filter: blur(1px);
}
.control__feedback-title {
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
}
@media (min-width: 768px) {
  .control__feedback-btn {
    width: fit-content;
  }
}
.control__input {
  min-height: 130px;
  border-radius: 10px;
  border: 1px solid rgba(2, 96, 232, 0.04);
  background: rgba(2, 96, 232, 0.04);
}
.control__lock {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
}
.control__lock-img {
  margin: 0 auto 12px;
  width: 18px;
  height: 21px;
}
.control__lock-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.control__lock-text {
  margin: 0 auto;
  max-width: 310px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
}

.faq__btn {
  margin: initial;
  max-width: 100%;
  box-shadow: none;
}
@media (min-width: 768px) {
  .faq__btn {
    max-width: 175px;
  }
}
.faq-accordion__item {
  padding: 16px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .faq-accordion__item {
    padding: 32px;
    border-radius: 24px;
  }
}
.faq-accordion__item:not(:last-child) {
  margin-bottom: 10px;
}
.faq-accordion__item.active .faq-accordion__item-content {
  max-height: 500px;
}
.faq-accordion__item.active .faq-accordion__item-plus::after {
  transform: rotate(0deg) translate(-50%, -50%);
}
.faq-accordion__item-title {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  cursor: pointer;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .faq-accordion__item-title {
    font-size: 20px;
  }
}
.faq-accordion__item-plus {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
}
.faq-accordion__item-plus::before, .faq-accordion__item-plus::after {
  content: "";
  display: block;
  width: 18px;
  min-height: 2px;
  background-color: #F19CBB;
  border-radius: 25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-accordion__item-plus::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faq-accordion__item-plus::after {
  transform: rotate(-90deg) translate(1px, -9px);
  transition-duration: 0.3s;
}
.faq-accordion__item-content {
  overflow: hidden;
  max-height: 0;
}
.faq-accordion__item-content p {
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0;
}

.category__wrapper {
  padding: 50px 32px;
  background-color: #fff;
  border-radius: 24px;
}
.category__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: center;
}
@media (min-width: 992px) {
  .category__cards {
    gap: 10px;
  }
}
.category__cards-item {
  padding: 12px 16px;
  width: fit-content;
  border-radius: 100px;
  border: 1px solid #F19CBB;
  color: #1A1F25;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
}

#ourPartners {
  margin-top: unset !important;
  padding: 40px 0 !important;
  font-family: var(--admin-font, "Arsenal"), sans-serif !important;
}
#ourPartners .offer-title {
  display: none !important;
}
#ourPartners .items-offers .item {
  padding: 40px 20px 20px !important;
  border: unset !important;
  background: #FFFFFF;
}
#ourPartners .items-offers .item .btn {
  background: linear-gradient(90deg, #E16B96 0%, #F19CBB 100%) !important;
  box-shadow: 0px 6px 12px 0px rgba(241, 156, 187, 0.4) !important;
  font-size: 20px !important;
}
#ourPartners .items-offers .item .btn:active {
  background: #e0608f;
}
#ourPartners .items-offers .item .btn:hover {
  box-shadow: unset !important;
}
#ourPartners .offer-label {
  padding: 6px;
  background: #F06D6D !important;
}

.description {
  margin-top: 0;
}
.description__wrapper {
  line-height: 1.4;
}
.description__wrapper ul {
  list-style: inherit;
  list-style-position: inside;
}
.description h5 {
  text-align: left;
  margin: 16px 0;
  font-weight: 600;
  font-size: 26px;
  line-height: 126%;
}
@media (min-width: 1200px) {
  .description h5 {
    margin: 22px 0;
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .description h5 {
    font-size: 36px;
  }
}
.description p {
  padding: 10px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.description p a {
  color: #F19CBB;
}

.list p {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}
.list ul {
  margin-top: 0;
}
.list ul li {
  padding-left: 20px;
  position: relative;
  list-style: none;
  margin-bottom: 5px;
}
.list ul li::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  overflow: hidden;
  background-color: #F19CBB;
}
.list ul li, .list ul a {
  color: #F19CBB;
  font-size: 14px;
  line-height: 1.2;
}
.list ul a {
  text-decoration: underline;
}

.footer {
  background-color: #1A1F25;
  border-radius: 24px 24px 0px 0px;
}
.footer__contacts-item {
  color: #fff;
}
.footer__nav-item {
  color: #fff;
  font-weight: 400;
}
.footer__links-item {
  border-radius: 100px;
  text-transform: uppercase;
}
.footer__links-item.--login {
  background: linear-gradient(90deg, #E16B96 0%, #F19CBB 100%);
}
.footer__links-item.--unsubscribe {
  color: #fff;
  background-color: transparent;
  border: 1px solid #F19CBB;
}
.footer__owner-text,
.footer__owner a {
  color: #fff;
}
.footer__copyright-text {
  color: #8C8F92;
}

body[data-steps] {
  height: auto;
}

#ombudsman.ombudsman .ombudsman__wrapper {
  align-items: unset;
}
#ombudsman.ombudsman .ombudsman__statement-title {
  text-align: left;
}
#ombudsman.ombudsman .ombudsman__description {
  position: relative;
}
@media (min-width: 768px) {
  #ombudsman.ombudsman .ombudsman__description {
    margin-top: 16px;
  }
}
#ombudsman.ombudsman .ombudsman__description-img {
  display: none;
}
#ombudsman.ombudsman .ombudsman__description-title {
  max-width: 230px;
  font-size: 22px;
  text-align: left;
}
@media (min-width: 360px) {
  #ombudsman.ombudsman .ombudsman__description-title {
    max-width: 280px;
  }
}
@media (min-width: 992px) {
  #ombudsman.ombudsman .ombudsman__description-title {
    max-width: 410px;
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  #ombudsman.ombudsman .ombudsman__description-title {
    font-size: 36px;
  }
}
#ombudsman.ombudsman .ombudsman__list-item::after {
  display: none;
}
#ombudsman.ombudsman .ombudsman__list-item::before {
  color: #F19CBB;
}
#ombudsman.ombudsman .ombudsman__list-item span.--green {
  color: #F19CBB;
}
#ombudsman.ombudsman .ombudsman__form-btn:enabled {
  background-color: #E16B96;
}
#ombudsman.ombudsman .ombudsman__form-item {
  border-bottom: none;
}
#ombudsman.ombudsman .ombudsman__form-input {
  padding: 15px 22px;
  border-radius: 100px;
  border: 1px solid rgba(225, 107, 150, 0.04);
  background: rgba(225, 107, 150, 0.04);
}
#ombudsman.ombudsman .ombudsman__form-input--textarea {
  border-radius: 10px;
}
#ombudsman.ombudsman .ombudsman__phone {
  position: relative;
}
#ombudsman.ombudsman .ombudsman__phone-code {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
#ombudsman.ombudsman .ombudsman__checkbox-link {
  color: #F19CBB;
}
#ombudsman.ombudsman .ombudsman__checkbox-mark {
  border-radius: 50%;
  border: 1px solid #78D16A;
}
#ombudsman.ombudsman .ombudsman__checkbox-mark::after {
  background-color: #78D16A;
  background-size: contain;
}

.offers {
  position: relative;
}
.offers__top {
  padding: 46px 0 0;
}
@media (min-width: 1200px) {
  .offers__top {
    padding: 86px 0 0;
  }
}
.offers__top-title {
  margin: 0 auto 40px;
  max-width: 800px;
  font-size: 22px;
  font-weight: 600;
  line-height: 126%;
  text-align: center;
}
@media (min-width: 1200px) {
  .offers__top-title {
    margin: 0 auto 50px;
    max-width: 1000px;
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .offers__top-title {
    font-size: 36px;
  }
}
.offers__top-title span {
  color: #F06D6D;
}
.offers__top .offers-cards {
  display: block;
}
.offers__top .offers-cards__item {
  margin: 0 auto;
  max-width: 400px;
  background: #FFFFFF;
}
@media (min-width: 1200px) {
  .offers__top .offers-cards__item {
    margin: unset;
    max-width: unset;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .offers__top .offers-cards__item-logo, .offers__top .offers-cards__item-sum, .offers__top .offers-cards__item-btn,
  .offers__top .offers-cards__item .offers-cards__list {
    margin: unset;
  }
  .offers__top .offers-cards__item .offers-cards__list-point {
    padding: 4px 12px;
  }
  .offers__top .offers-cards__item .offers-cards__list-point:not(:last-child) {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .offers__top .offers-cards__item .offers-cards__item-btn {
    max-width: fit-content;
  }
}
.offers__content {
  padding: 46px 0;
}
@media (min-width: 992px) {
  .offers__content {
    padding: 86px 0;
  }
}
.offers__content-title {
  margin-bottom: 30px;
  max-width: 1100px;
  font-weight: 600;
  font-size: 18px;
  line-height: 126%;
  text-align: center;
}
@media (min-width: 1200px) {
  .offers__content-title {
    margin: 0 auto 50px;
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .offers__content-title {
    font-size: 32px;
  }
}
.offers__timer {
  margin: 0 0 16px;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .offers__timer {
    margin: 0 0 32px;
  }
}
.offers__timer-wrapper {
  margin: 0 auto;
  padding: 8px 16px;
  width: fit-content;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  border-radius: 10px;
  background: #F06D6D;
}
.offers__timer-img {
  display: flex;
  margin-right: 6px;
}
.offers__timer-img img {
  width: 18px;
  height: 18px;
}
.offers__timer-box {
  display: flex;
  align-items: center;
}
.offers__timer-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
.offers__timer-item.timer__minutes, .offers__timer-item.timer__seconds {
  min-width: 26px;
  text-align: center;
}
.offers-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, auto);
  gap: 16px;
}
@media (min-width: 768px) {
  .offers-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .offers-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.offers-cards__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 26px 16px;
  background: #FFFFFF;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .offers-cards__item {
    padding: 32px;
  }
}
.offers-cards__item-logo {
  margin: 0 auto 10px;
  max-width: 210px;
  height: 50px;
}
.offers-cards__item-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.offers-cards__item-sum {
  margin: auto 0 10px;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  font-weight: 600;
  font-size: 26px;
  line-height: 140%;
}
.offers-cards__item-sum small {
  font-size: 18px;
}
.offers-cards__list {
  margin-bottom: 8px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.offers-cards__list-point {
  padding: 6px 0;
  background-color: rgba(225, 107, 150, 0.0392156863);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  border-radius: 6px;
}
.offers-cards__list-point span b {
  font-weight: 400;
  color: #F19CBB;
}

.ping3 {
  background: #FCE2EB;
}
.ping3__item-plate {
  background: #F06D6D;
}
.ping3__item-btn {
  background: linear-gradient(90deg, #E16B96 0%, #F19CBB 100%);
}

body[data-steps=unsubscribe] .form {
  height: auto;
  padding: 40px 0;
}
@media (min-width: 992px) {
  body[data-steps=unsubscribe] .form {
    padding: 40px 0 0;
  }
}

.form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 100px);
}
.form.section {
  height: unset;
  margin-top: unset;
}
.form.section .form__fields {
  max-width: 720px;
}
.form.--bg-unset {
  background-color: unset;
}
@media (min-width: 768px) {
  .form__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.form__buttons-btn {
  margin: 0 auto;
  display: block;
  max-width: 300px;
}
@media (min-width: 768px) {
  .form__buttons-btn {
    margin: unset;
    max-width: unset;
    width: 190px;
  }
}
@media (min-width: 768px) {
  .form__buttons-btn:not(:last-child) {
    margin-right: 16px;
  }
}
.form__buttons-btn--continue, .form__buttons-btn--code, .form__buttons-btn.--code {
  margin: 16px auto 0;
  padding: 16px;
  color: #F19CBB;
  background: transparent;
  box-shadow: unset;
  text-align: center;
  border: 1px solid #F19CBB;
  cursor: pointer;
}
@media (min-width: 768px) {
  .form__buttons-btn--continue, .form__buttons-btn--code, .form__buttons-btn.--code {
    margin: unset;
  }
}
.form__buttons-btn--continue:active, .form__buttons-btn--code:active, .form__buttons-btn.--code:active {
  background: #FFFFFF;
}
.form__confirm-img {
  margin: 0 auto 16px;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .form__confirm-img {
    margin: 0 auto 32px;
    width: 63px;
    height: 63px;
  }
}
@media (min-width: 1440px) {
  .form__confirm-img {
    width: 78px;
    height: 78px;
  }
}
.form__confirm-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form__loading-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .form__loading-title {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.form__title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 26px;
  line-height: 126%;
  text-align: center;
}
@media (min-width: 1200px) {
  .form__title {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .form__title {
    font-size: 42px;
  }
}
.form__subtitle {
  margin-bottom: 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}
@media (min-width: 1200px) {
  .form__subtitle {
    margin-bottom: 32px;
    font-size: 16px;
  }
}
.form__subtitle span#phone-mask {
  white-space: nowrap;
}
.form__fields {
  padding: 16px;
  width: 100%;
  max-width: 720px;
  border-radius: 24px;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .form__fields {
    padding: 32px;
  }
}
.form__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form__item:not(:last-child) {
  margin-bottom: 15px;
}
.form__input {
  position: relative;
  padding: 16px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: rgba(225, 107, 150, 0.0392156863);
  border-radius: 100px;
}
@media (min-width: 360px) {
  .form__input {
    padding: 16px;
  }
}
.form__input-country {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
@media (min-width: 360px) {
  .form__input-country {
    width: 24px;
    height: 24px;
  }
}
.form__input-country img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form__input-number {
  margin-right: 10px;
  position: relative;
  top: 2px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
@media (min-width: 360px) {
  .form__input-number {
    font-size: 22px;
  }
}
.form__input.--phone {
  padding-left: 46px;
}
.form__input input {
  position: relative;
  top: 1px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  background: unset;
}
@media (min-width: 360px) {
  .form__input input {
    font-size: 22px;
  }
}
.form__input--code, .form__input.--code {
  position: relative;
  padding: 10px 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: rgba(225, 107, 150, 0.0392156863);
  border-radius: 100px;
}
.form__input--code input, .form__input.--code input {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  background: unset;
  max-width: 200px;
  text-align: center;
  letter-spacing: 0.5em;
}
.form__input--code input:not(:focus):invalid, .form__input.--code input:not(:focus):invalid {
  color: #F06D6D;
}
.form__input--code input:not(:focus):valid, .form__input.--code input:not(:focus):valid {
  color: #45BB0D;
}
.form__checkbox.--patronymic input {
  min-width: 20px;
  height: 20px;
}
.form__checkbox.--patronymic span {
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}
.form__resend-text {
  display: none;
  text-align: center;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
}
.form__resend-text.--active {
  display: block;
}
.form__resend-btn {
  display: none;
  margin: 0 auto;
  width: fit-content;
  background-color: unset;
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: #F19CBB;
  text-decoration: underline;
}
.form__resend-btn:active {
  color: #e0608f;
}
.form__resend-btn.--active {
  display: block;
}
.form__error, .form__status {
  margin: 10px auto 0;
  max-width: 200px;
  text-align: center;
}
@media (min-width: 360px) {
  .form__error, .form__status {
    max-width: 280px;
  }
}
@media (min-width: 992px) {
  .form__error, .form__status {
    max-width: 320px;
  }
}
.form__status {
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
}
.form__complete-img {
  margin: 0 auto 16px;
  display: block;
  width: 48px;
  height: 48px;
}
@media (min-width: 1200px) {
  .form__complete-img {
    margin: 0 auto 32px;
    width: 63px;
    height: 63px;
  }
}
@media (min-width: 1440px) {
  .form__complete-img {
    width: 78px;
    height: 78px;
  }
}

.popup__description p {
  color: #1A1F25;
}
.popup__description a {
  color: #F19CBB;
}

.contacts .container {
  padding: 0;
}
@media (min-width: 1200px) {
  .contacts .container {
    padding: 0 50px;
  }
}
@media (min-width: 1440px) {
  .contacts .container {
    padding: 0 15px;
  }
}
.contacts__wrapper {
  margin: 0 auto;
  max-width: 730px;
}
.contacts__wrapper:not(:last-child) {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .contacts__wrapper:not(:last-child) {
    margin-bottom: 46px;
  }
}
@media (min-width: 1200px) {
  .contacts__wrapper:not(:last-child) {
    margin-bottom: 86px;
  }
}
@media (min-width: 1440px) {
  .contacts__wrapper:not(:last-child) {
    margin-bottom: 106px;
  }
}
.contacts__wrapper.--disabled {
  filter: blur(1px);
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.contacts__wrapper .form__subtitle {
  max-width: 100%;
  color: #1A1F25;
  text-align: center;
}
.contacts__wrapper.--hidden {
  animation: collapseOff 2s linear forwards;
}
.contacts__subscribe {
  background: unset;
}
.contacts__relative {
  position: relative;
}
.contacts__fields {
  padding: 16px;
  background-color: #FFFFFF;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .contacts__fields {
    padding: 32px;
  }
}
.contacts__fields-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contacts__fields-wrapper:not(:last-child) {
  margin-bottom: 15px;
}
.contacts__fields-wrapper .contacts__item {
  width: 100%;
}
.contacts__fields-wrapper .contacts__item:not(:last-child) {
  margin-right: 20px;
  margin-bottom: unset;
}
.contacts__load {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(241, 240, 246, 0.5);
  backdrop-filter: blur(2px);
  animation: blurOff 1s linear forwards;
  animation-delay: 3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contacts__load-icon {
  flex-shrink: 0;
  width: 208px;
  height: 208px;
  position: relative;
}
.contacts__load-icon-img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.contacts__load-icon-img.--start {
  transform-origin: 50% 50%;
  animation: blurIcon 3s linear infinite;
}
.contacts__load-icon-img.--finish {
  opacity: 0;
  animation: blurIconOk 0.5s linear forwards;
  animation-delay: 3s;
}
.contacts__load-text {
  color: #0D0C21;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
  max-width: 310px;
}
.contacts__item:not(:last-child) {
  margin-bottom: 16px;
}
.contacts__item.--margin {
  margin-bottom: 20px;
}
.contacts__item-label {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
.contacts__item-label span {
  color: #F06D6D;
}
.contacts__checkbox {
  margin-top: 5px;
  /* Checked */
}
.contacts__checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contacts__checkbox input[type=checkbox] {
  display: none;
}
.contacts__checkbox label input[type=checkbox]:checked + .contacts__checkbox-check::before {
  background: url("../images/check.2514205b996d.svg") no-repeat center center/contain;
}
.contacts__checkbox-check {
  position: relative;
  margin-right: 10px;
  min-width: 18px;
  height: 18px;
  background: rgba(2, 96, 232, 0.0392156863);
  border-radius: 5px;
  border: 1px solid #78D16A;
}
.contacts__checkbox-check::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contacts__input {
  position: relative;
  padding: 15px 20px;
  border-radius: 10px;
  background: rgba(225, 107, 150, 0.0392156863);
}
.contacts__input input {
  padding-right: 30px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  background-color: transparent;
}
@media (min-width: 360px) {
  .contacts__input input {
    font-size: 20px;
  }
}
.contacts__input input:disabled {
  background: unset;
}
.contacts__input input#id_phone:not(:focus):valid ~ .contacts__input-icon {
  background: url("../images/contacts/check.413be624bd4c.svg") no-repeat center center/contain;
}
.contacts__input input.--valid:not(:focus):valid ~ .contacts__input-icon {
  background: url("../images/contacts/check.413be624bd4c.svg") no-repeat center center/contain;
}
.contacts__input input.--uppercase {
  text-transform: uppercase;
}
.contacts__input input[type=radio] {
  display: none;
}
.contacts__input--phone {
  display: flex;
  align-items: center;
}
.contacts__input--radio {
  padding: 0;
  /* Checked */
}
.contacts__input--radio label {
  position: relative;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  user-select: none;
  cursor: pointer;
}
@media (min-width: 360px) {
  .contacts__input--radio label {
    font-size: 22px;
  }
}
.contacts__input--radio label:before {
  content: "";
  margin-right: 10px;
  display: block;
  min-width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #F19CBB;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
}
.contacts__input--radio input[type=radio]:checked + label:before {
  border: 5px solid #F19CBB;
}
.contacts__input-country {
  margin-right: 10px;
  min-width: 20px;
  height: 20px;
}
@media (min-width: 360px) {
  .contacts__input-country {
    min-width: 24px;
    height: 24px;
  }
}
.contacts__input-country img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contacts__input-number {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 360px) {
  .contacts__input-number {
    font-size: 22px;
  }
}
.contacts__input-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.contacts__error {
  margin-top: 5px;
}
.contacts__btn {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .contacts__btn {
    width: fit-content;
  }
}
.contacts__attention {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.contacts__attention::before {
  content: "";
  margin-right: 10px;
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/schedule/attention.019dbba3519b.svg") no-repeat center center/contain;
}

@keyframes collapseOff {
  0% {
    opacity: 1;
  }
  100% {
    filter: blur(1px);
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
  }
}
@keyframes blurOff {
  100% {
    visibility: hidden;
  }
}
@keyframes blurIcon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
@keyframes blurIconOk {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.card__sum #cardPrice {
  color: #F19CBB;
}
.card__frame {
  margin: 0 auto;
  max-width: 500px;
}
.card__submit {
  background: #FFFFFF;
}
.card__submit-item input {
  background: rgba(225, 107, 150, 0.0392156863);
}
.card__submit .hosted-field {
  background: #F1F5F9;
}
.card__submit .hosted-field iframe {
  background: #F1F5F9;
}
.card__label {
  font-size: 12px;
  line-height: 100%;
}
@media (min-width: 768px) {
  .card__label {
    font-size: 14px;
  }
}
.card__label span {
  font-size: 13px;
}
.card__brands {
  filter: grayscale(100%);
}
.card__btn {
  background: #F19CBB;
}
.card__not-card {
  color: #F19CBB;
}

.unsubscribe__offers .offers-cards__item {
  background: #FFFFFF;
}

.receiving {
  padding: 36px 0;
}
@media (min-width: 768px) {
  .receiving {
    padding: 46px 0;
  }
}
@media (min-width: 1200px) {
  .receiving {
    padding: 86px 0;
  }
}
@media (min-width: 1440px) {
  .receiving {
    padding: 106px 0;
  }
}
.receiving .container {
  padding: 0;
}
@media (min-width: 1200px) {
  .receiving .container {
    padding: 0 50px;
  }
}
@media (min-width: 1440px) {
  .receiving .container {
    padding: 0 15px;
  }
}
.receiving__title {
  margin: 0 auto 16px;
  max-width: 400px;
}
@media (min-width: 768px) {
  .receiving__title {
    margin: 0 auto 32px;
    max-width: 630px;
  }
}
.receiving__wrapper {
  margin: 0 auto;
  padding: 16px;
  max-width: 400px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  background: #FFFFFF;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .receiving__wrapper {
    padding: 32px;
    max-width: 630px;
  }
}
.receiving__item {
  display: block;
}
.receiving__item.--disabled {
  filter: blur(1px);
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.receiving__item-label {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
}
.receiving__point {
  padding: 8px 18px;
  display: flex;
  align-items: center;
  background: rgba(225, 107, 150, 0.0392156863);
  border-radius: 10px;
}
.receiving__point-img {
  margin-right: 12px;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.receiving__point-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
.receiving__point-btn {
  position: relative;
  margin: unset;
  margin-left: auto;
  padding: 0;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  box-shadow: 0px 6px 12px 0px rgba(225, 107, 150, 0.4);
}
.receiving__point-btn::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/receiving/arrow.f4b1c9d80a24.svg") no-repeat center center/contain;
}

.uniform__btn, .uniform__submit-change,
.uniform .field-item {
  border-radius: 50px;
}
.uniform__submit-change {
  color: rgb(var(--broker-color));
}

.load-image {
  /* Анимация для линии */
}
.load-image svg {
  margin: 0 auto;
  display: block;
  width: 288px;
}
@media (min-width: 430px) {
  .load-image svg {
    width: 400px;
  }
}
.load-image__line {
  stroke-dasharray: 1000; /* Длина линии */
  stroke-dashoffset: 1000; /* Начальное значение - скрыто */
  animation: draw-line 23s linear forwards; /* Анимация рисования линии */
}
.load-image__percent {
  position: absolute;
  left: 50%;
  top: 33%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.load-image__percent p {
  font-weight: 600;
  font-size: 40px;
  line-height: 126%;
}
@media (min-width: 375px) {
  .load-image__percent p {
    font-size: 50px;
  }
}
@media (min-width: 480px) {
  .load-image__percent p {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .load-image__percent p {
    font-size: 80px;
  }
}

/* Анимация для линии */
@keyframes draw-line {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes reverse-rotation {
  100% {
    transform-origin: bottom center;
    transform: rotate(-180deg);
  }
}
.load-status {
  margin: 20px auto 0;
}
@media (min-width: 992px) {
  .load-status {
    margin: 40px auto 0;
  }
}
.load-status__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.load-status__item:not(:last-child) {
  margin-bottom: 16px;
}
.load-status__item:nth-child(2) .--load {
  animation: circle-load 1.5s linear infinite, fadeOut 13s linear alternate forwards;
}
.load-status__item:nth-child(2) .--check {
  animation: fadeIn 13s linear alternate;
}
.load-status__item:nth-child(3) .--load {
  animation: circle-load 1.5s linear infinite, fadeOut 20s linear alternate forwards;
}
.load-status__item:nth-child(3) .--check {
  animation: fadeIn 20s linear alternate;
}
.load-status__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
@media (min-width: 1200px) {
  .load-status__item-text {
    font-size: 16px;
  }
}
.load-status__item-img {
  position: relative;
  margin-left: 30px;
  width: 21px;
  height: 21px;
}
.load-status__img {
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 1s linear;
  width: 21px;
  height: 21px;
}
.load-status__img.--load {
  animation: circle-load 1.5s linear infinite, fadeOut 6s linear alternate forwards;
}
.load-status__img.--check {
  animation: fadeIn 6s linear alternate;
}

@keyframes circle-load {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(369deg);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
