<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Cera CY Bold";
  src: url("./Cerabold/Fonts/6a28a1fb5b77054a12626d0c23c92aa2.eot");
  src: url("./Cerabold/Fonts/6a28a1fb5b77054a12626d0c23c92aa2.eot?#iefix") format("embedded-opentype"),
    url("./Cerabold/Fonts/6a28a1fb5b77054a12626d0c23c92aa2.woff") format("woff"),
    url("./Cerabold/Fonts/6a28a1fb5b77054a12626d0c23c92aa2.woff2") format("woff2"),
    url("./Cerabold/Fonts/6a28a1fb5b77054a12626d0c23c92aa2.ttf") format("truetype"),
    url("./Cerabold/Fonts/6a28a1fb5b77054a12626d0c23c92aa2.svg#Cera CY Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera CY";
  src: url("./Cera/Fonts/8248a53b13170a36d5ffde8d0ad07c05.eot");
  src: url("./Cera/Fonts/8248a53b13170a36d5ffde8d0ad07c05.eot?#iefix") format("embedded-opentype"),
    url("./Cera/Fonts/8248a53b13170a36d5ffde8d0ad07c05.woff") format("woff"),
    url("./Cera/Fonts/8248a53b13170a36d5ffde8d0ad07c05.woff2") format("woff2"),
    url("./Cera/Fonts/8248a53b13170a36d5ffde8d0ad07c05.ttf") format("truetype"),
    url("./Cera/Fonts/8248a53b13170a36d5ffde8d0ad07c05.svg#Cera CY") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("Lato-Bold.woff2") format("woff2"),
    url("Lato-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("Lato-Regular.woff2") format("woff2"),
    url("Lato-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.offer__btn,
.message__btn,
.card__btn {
  background: #fff;
  -webkit-box-shadow: 0px 3px 15px rgba(129, 118, 255, 0.1);
  box-shadow: 0px 3px 15px rgba(129, 118, 255, 0.1);
  padding-top: 18px;
  padding-bottom: 16px;
  -webkit-animation: bAnimInfoText 3s ease infinite;
  animation: bAnimInfoText 3s ease infinite;
}

.offer__btn:hover,
.message__btn:hover,
.card__btn:hover {
  -webkit-box-shadow: 0px 3px 20px rgba(118, 125, 255, 0.55);
  box-shadow: 0px 3px 20px rgba(118, 125, 255, 0.55);
}

.offer__btn:active,
.message__btn:active,
.card__btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.6;
}

.start__form-btn {
  border-radius: 10px;

  font-weight: 400;
  font-size: 18px;
  line-height: 83%;
  background-color: #fff;
}

.start__form-btn span {
  color: #083abd;
  font-family: Rubik;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 80%;
  /* 78.947% */
}

/* .start__form-btn:hover {
  -webkit-box-shadow: 0px 3px 15px rgba(156, 150, 255, 0.55);
  box-shadow: 0px 3px 15px rgba(156, 150, 255, 0.55);
} */
/* 
.start__form-btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: -o-linear-gradient(4.46deg, #7a72ff 0%, #7a72ff 92.19%);
  background: linear-gradient(85.54deg, #7a72ff 0%, #7a72ff 92.19%);
} */

.offer__btn,
.message__btn,
.card__btn,
.start__form-btn,
.final__btn,
.upsell__btn,
.result__btn,
.quiz__btn,
.requisites__btn {
  font-family: "Cera CY", sans-serif;
  color: #476bf0;
  font-weight: 500;
  border-radius: 6px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.offer__btn,
.message__btn,
.card__btn,
.start__form-btn,
.final__btn,
.upsell__btn {
  position: relative;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}

.offer__btn:before,
.message__btn:before,
.card__btn:before,
.start__form-btn:before,
.final__btn:before,
.upsell__btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}

.offer__btn:after,
.message__btn:after,
.card__btn:after,
.start__form-btn:after,
.final__btn:after,
.upsell__btn:after {
  content: "";
  display: block;
  width: 30px;
  height: 300px;
  margin-left: 60px;
  background: #ffffff24;
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.start__form-input,
.message__item-input,
.card__input,
.requisites__input,
.requisites__select {
  font-family: "Cera CY", sans-serif;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 19px;
}

.iti .start__form-input {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
}

.search,
.result,
.quiz,
.upsell {
  background: #fff;
  padding-bottom: 70px;
  padding-top: 160px;
}

.final__btn,
.upsell__btn,
.result__btn,
.quiz__btn,
.requisites__btn {
  font-weight: 600;
  background: -o-linear-gradient(4.46deg, #7a72ff 0%, #a39dff 92.19%);
  background: linear-gradient(85.54deg, #7a72ff 0%, #a39dff 92.19%);
  -webkit-box-shadow: 0px 3px 15px rgba(156, 150, 255, 0.25);
  box-shadow: 0px 3px 15px rgba(156, 150, 255, 0.25);
  text-transform: uppercase;
  -webkit-animation: bAnimInfoText 3s ease infinite;
  animation: bAnimInfoText 3s ease infinite;
}

.final__btn:hover,
.upsell__btn:hover,
.result__btn:hover,
.quiz__btn:hover,
.requisites__btn:hover {
  -webkit-box-shadow: 0px 3px 15px rgba(156, 150, 255, 0.55);
  box-shadow: 0px 3px 15px rgba(156, 150, 255, 0.55);
}

.final__btn:active,
.upsell__btn:active,
.result__btn:active,
.quiz__btn:active,
.requisites__btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: -o-linear-gradient(4.46deg, #7a72ff 0%, #7a72ff 92.19%);
  background: linear-gradient(85.54deg, #7a72ff 0%, #7a72ff 92.19%);
}

.final__btn,
.upsell__btn {
  line-height: 22px;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Regular.woff) format("woff"),
    url(../fonts/Gilroy-Regular.woff2) format("woff2"),
    url(../fonts/Gilroy-Regular.ttf) format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Medium.woff) format("woff"),
    url(../fonts/Gilroy-Medium.woff2) format("woff2"),
    url(../fonts/Gilroy-Medium.ttf) format("ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Semibold.woff) format("woff"),
    url(../fonts/Gilroy-Semibold.woff2) format("woff2"),
    url(../fonts/Gilroy-Semibold.ttf) format("ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Bold.woff) format("woff"),
    url(../fonts/Gilroy-Bold.woff2) format("woff2"),
    url(../fonts/Gilroy-Bold.ttf) format("ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.show {
  display: block !important;
}

body {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Cera CY Bold", sans-serif;
  color: #fff;
}

h1 {
  font-size: 60px;
  line-height: 73px;
  font-weight: 700;
}

h2 {
  font-size: 35px;
  line-height: 39px;
  font-weight: 600;
}

h3 {
  font-size: 35px;
  line-height: 41px;
  font-weight: 400;
}

h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}

h6 {
  font-size: 12px;
  font-weight: 400;
}

p {
  margin: 0;
  padding: 0;
  font-family: "SF";
  font-size: 15px;
  line-height: 21px;
  color: #808896;
  font-weight: 400;
}

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

a {
  text-decoration: none;
  display: block;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

button {
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  outline: none;
  border: none;
}

button,
button:active,
select,
button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

input {
  -webkit-appearance: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

textarea {
  resize: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.span-1 {
  color: #0b326b;
}

.span-2 {
  color: #3cb46e;
}

.span-3 {
  color: #f8be15;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fullscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.fullscreen .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #fff;
}

.header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  background: #f4f6fa;
  z-index: 100;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.025);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.025);
  min-height: 100px;
}

.header .container {
  /* height: 100px; */
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* height: 100%; */
}

.header__statuses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 410px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__status {
  width: 200px;
  height: 60px;
  background: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 6px;
}

.header__status-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.header__status-title {
  color: #bec0c2;
  font-family: "Rubik";
}

.header__status-content {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 18px;
  margin-top: 5px;
  color: #273142;
}

.header__status-quantity {
  color: #fc983d;
  -webkit-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite;
}

.header__status-sum {
  color: #3cb46e;
  -webkit-animation: blink-2 2s linear infinite;
  animation: blink-2 2s linear infinite;
}

.header__logo {
  color: #2355d7;
  font-family: "Rubik", sans-serif !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  font-style: normal;
  /* font-weight: 600; */
  line-height: 15.84px !important;
}

.header__logo .small {
  color: #2355d7;
  font-family: "Rubik";
  font-weight: 700;
  font-style: normal;
  font-size: 14.4px;
  line-height: 15.84px;
}

.offer {
  background: #fff;
  margin-top: 95px;
  position: relative;
  height: 575px;
}

.offer__container {
  position: relative;
  z-index: 10;
  height: 100%;
}

.offer__bg {
  position: absolute;
  z-index: 1;
}

.offer__bg__color {
  background: url(../images/bg-main.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* max-width: 1400px; */
  width: 100%;
  height: 100%;
  right: 50%;
  transform: translate(50%, 0);
  bottom: 0;
  /* border-radius: 20px; */
}

.offer__bg-1 {
  left: 20px;
  bottom: 15px;
}

.offer__bg-2 {
  top: -80px;
  right: 20px;
}

.offer__bg-3 {
  width: 150px;
  height: 150px;
  left: -30px;
  top: -45px;
}

.offer__bg-4 {
  width: 150px;
  height: 150px;
  right: 20px;
  bottom: 15px;
}

.offer__content {
  padding-top: 100px;
  padding-bottom: 100px;
  height: 100%;
  height: 575px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.offer__text {
  color: #fff;
  font-family: Rubik;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 36px;
}

.offer__wrap {
  position: relative;
  z-index: 11;
  height: 100%;
}

.offer__img {
  position: absolute;
  bottom: 5px;
  right: 10%;
  height: 100%;
  z-index: 10;

  max-width: 50%;
  height: auto;
}

@media (max-width: 1919px) {
  .offer__img {
    right: 0;
  }
}

.offer__btn {
  width: 100%;
  max-width: 350px;
  color: #083abd;
  font-family: Rubik;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  /* 78.947% */
  height: 60px;
  margin-bottom: 20px;
}

.offer__btn:hover {
  color: #083abd;
  font-family: Rubik;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
}

.part {
  animation-name: blinker;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1, 2, 0, 1);
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1, 2, 0, 1);
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
  opacity: 0;
}

.part-1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.part-2 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.part-3 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.part-4 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.part-5 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.part-6 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.part-7 {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.part-8 {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

@-webkit-keyframes blinker {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes blinker {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes blink {
  50% {
    color: #ff7692;
  }

  51% {
    color: #273142;
  }

  100% {
    color: #273142;
  }
}

@keyframes blink {
  50% {
    color: #ff7692;
  }

  51% {
    color: #273142;
  }

  100% {
    color: #273142;
  }
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

.requirements {
  padding-top: 50px;
  padding-bottom: 50px;
}

.requirements__items {
  margin-top: 60px;

  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 85px;
}

.requirements__item {
  width: 30%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.requirement__img {
  background-color: #f4f6fa;
  border-radius: 100%;
  height: 125px;
  width: 125px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.requirement__title {
  color: #000;
  font-family: "Rubik", sans-serif;
  font-size: 14.04px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  /* 101.111% */
  text-wrap: nowrap;
}

.requirement__text {
  color: #000;
  text-align: center;
  font-family: "Rubik";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  /* 118.3% */
}



.questions {
  padding-top: 100px;
  padding-bottom: 100px;
}

.questions__items {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.questions__item {
  background: #ffffff;
  border: 1px solid #476bf0 !important;
  border-radius: 15px;
  width: 100%;
}

.questions__item+.questions__item {
  margin-top: 20px;
}

.questions__item-text {
  margin-top: 15px !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 124% !important;
  color: #808896 !important;
}

.questions__item-content {
  margin-left: 30px;
}

.questions__item-wrap {
  padding: 23px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.questions__item-wrap:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.questions__item-img {
  object-fit: contain !important;
  width: 150px !important;
  height: 150px !important;
}

.start {
  /* height: 385px; */
  /* background: #476bf0; */
  /* background: -o-linear-gradient(2.69deg, #273142 0%, #435066 100%);
  background: linear-gradient(87.31deg, #273142 0%, #435066 100%); */
}

.start .container {
  max-width: 980px !important;
  text-align: center !important;
  padding: 50px 30px !important;

  border-radius: 20px !important;
  background: #2355d7 !important;
  box-shadow: 0px 5px 4px 0px #fc9a3f inset !important;
}

/* .start__wrap {
  background: url(../images/map.svg) no-repeat center;
  padding-top: 30px;
  padding-bottom: 70px;
} */

.start__heading {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

.start__title {
  font-weight: 700 !important;
  font-size: 40px !important;
  line-height: 97% !important;
  text-align: center !important;
  color: #000 !important;
  margin-bottom: 42px !important;
  font-family: "Cera CY Bold", sans-serif !important;
}

.start__subtitle {
  color: #fff;
  text-align: center;
  font-family: Rubik;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 33.6px */
  max-width: 590px;
}

.start__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 124%;
  text-align: center;
  color: #808896;
  max-width: 690px;
}

.start__form {
  margin-top: 70px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.start__form {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-align: normal !important;
  -ms-flex-align: normal !important;
  align-items: normal !important;
  align-items: center !important;
}

.start__form-input {
  font-weight: 400 !important;
  color: #000000 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  max-width: calc(50% - 45px) !important;
  width: 100% !important;
  /* background: #3c495f; */
  border: 1px solid #a3a5ae !important;
  border-radius: 10px !important;

  color: #fff !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  /* 140% */
  background-color: transparent !important;
}

.start__form-input::-webkit-input-placeholder {
  color: #fff;
}

.start__form-input::-moz-placeholder {
  color: #fff;
}

.start__form-input:-ms-input-placeholder {
  color: #fff;
}

.start__form-input::-ms-input-placeholder {
  color: #fff;
}

.start__form-input::placeholder {
  color: #fff;
}

.start__form-input.error::placeholder {
  color: #fff;
}

.start__form-input:hover {
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.start__form-input:focus {
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.start__form-btn {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 18px;
  padding-bottom: 15px;
  -webkit-animation: bAnimInfoText 3s ease infinite;
  animation: bAnimInfoText 3s ease infinite;
}

@-webkit-keyframes bAnimInfoText {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  5% {
    -webkit-transform: scale(1.025, 1.05);
    transform: scale(1.025, 1.05);
  }

  15% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  20% {
    -webkit-transform: scale(1.025, 1.05);
    transform: scale(1.025, 1.05);
  }

  30% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes bAnimInfoText {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  5% {
    -webkit-transform: scale(1.025, 1.05);
    transform: scale(1.025, 1.05);
  }

  15% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  20% {
    -webkit-transform: scale(1.025, 1.05);
    transform: scale(1.025, 1.05);
  }

  30% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.comments {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #2355d7;
}

.comments__text {
  padding-top: 12px;
}

.comments__items {
  margin-top: 30px;
}

.comments__part+.comments__part {
  margin-top: 10px;
}

.comments__item {
  width: 100%;
  position: relative;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.comments__item-wrap {
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.comments__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* margin-left: 20px; */
}

.comment__top {
  display: flex;
  gap: 10px;
  align-items: center;
}

.comments__item-text {
  margin-top: 7px;
}

.comments__img {
  border-radius: 50%;
  width: 31px;
  height: 31px;
  min-width: 31px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 31px;
}

.comments__img_1 {
  background-image: url(../images/comment-1.jpg);
}

.comments__img_2 {
  background-image: url(../images/comment-2.jpg);
}

.comments__img_3 {
  background-image: url(../images/comment-3.jpg);
}

.comments__img_4 {
  background-image: url(../images/comment-4.jpg);
}

.comments__img_5 {
  background-image: url(../images/comment-5.jpg);
}

.comments__img_6 {
  background-image: url(../images/comment-6.jpg);
}

.comments__img_7 {
  background-image: url(../images/comment-7.jpg);
}

.comments__img_8 {
  background-image: url(../images/comment-8.jpg);
}

.comments__img_9 {
  background-image: url(../images/comment-9.jpg);
}

/* .comments__img_10 {
  background-image: url(../images/comment-9.jpg);
}

.comments__img_11 {
  background-image: url(../images/comment-10.jpg);
}

.comments__img_12 {
  background-image: url(../images/comment-11.jpg);
}

.comments__img_13 {
  background-image: url(../images/comment-12.jpg);
}

.comments__img_14 {
  background-image: url(../images/comment-13.jpg);
}

.comments__img_15 {
  background-image: url(../images/comment-14.jpg);
}

.comments__img_16 {
  background-image: url(../images/comment-15.jpg);
}

.comments__img_17 {
  background-image: url(../images/comment-16.jpg);
}

.comments__img_18 {
  background-image: url(../images/comment-17.jpg);
}

.comments__img_19 {
  background-image: url(../images/comment-18.jpg);
}

.comments__img_20 {
  background-image: url(../images/comment-19.jpg);
}

.comments__img_21 {
  background-image: url(../images/comment-20.jpg);
}

.comments__img_22 {
  background-image: url(../images/comment-21.jpg);
}

.comments__img_23 {
  background-image: url(../images/comment-22.jpg);
}

.comments__img_24 {
  background-image: url(../images/comment-23.jpg);
}

.comments__img_25 {
  background-image: url(../images/comment-24.jpg);
}

.comments__img_26 {
  background-image: url(../images/comment-25.jpg);
}

.comments__img_27 {
  background-image: url(../images/comment-26.jpg);
}

.comments__img_28 {
  background-image: url(../images/comment-27.jpg);
}

.comments__img_29 {
  background-image: url(../images/comment-28.jpg);
}

.comments__img_30 {
  background-image: url(../images/comment-29.jpg);
}

.comments__img_31 {
  background-image: url(../images/comment-30.jpg);
}

.comments__img_32 {
  background-image: url(../images/comment-31.jpg);
}

.comments__img_33 {
  background-image: url(../images/comment-32.jpg);
}

.comments__img_34 {
  background-image: url(../images/comment-33.jpg);
}

.comments__img_35 {
  background-image: url(../images/comment-34.jpg);
}

.comments__img_36 {
  background-image: url(../images/comment-35.jpg);
}

.comments__img_37 {
  background-image: url(../images/comment-36.jpg);
}

.comments__img_38 {
  background-image: url(../images/comment-37.jpg);
}

.comments__img_39 {
  background-image: url(../images/comment-38.jpg);
} */

.comments__user {
  border-radius: 50%;
  background: #476bf0;
  border: 1px solid #f5f5f5;
  width: 80px;
  height: 80px;
  min-width: 80px;
  text-align: center;
  padding: 16px;
}

.comments__support {
  background: #fbfbfb;
  border: 1px solid #e3f0e5;
}

.comments__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 15px;
}

.comments__item-part {
  font-family: "Rubik";
  color: #bec0c2;
  font-size: 12px;
}

.comments__item-date {
  margin-left: 20px;
}

.comments__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comments__arrow {
  margin-left: 30px;
  /* width: 50px; */
  height: 65px;
}

.comments__answer-item {
  width: 825px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f4faf5;
  border: 1px solid #e3f0e5;
}

.comments__answer-title {
  color: #3a7955;
}

.comments__pagination {
  font-family: "Cera CY", sans-serif;
  font-weight: 400;
  color: #808896;
  font-size: 18px;
  text-align: center;
  margin-top: 35px;
  cursor: default;
}

.comments__pagination span {
  color: #273142;
  font-weight: 500;
}

.message {
  /* padding-top: 100px; */
  padding-bottom: 100px;
}

.message .container {
  max-width: 920px;
}

.message__form {
  margin-top: 35px;
}

.message__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.message__line-part {
  width: 100%;
  max-width: 280px;
}

.message__item-title {
  font-size: 15px;
  color: #bec0c2;
  font-weight: 400;
  font-family: "Cera CY", sans-serif;
}

.message__item {
  height: 60px;
}

.message__item-input {
  width: 100%;
  background: #fbfbfb;
  border: 1px solid #afafaf;
  color: #273142;
  padding-top: 15px;
  padding-bottom: 15px;
  /* margin-top: 9px; */

  border-radius: 10px;
  height: 60px;
}

.message__item-input::-webkit-input-placeholder {
  color: #b6b8bb;
}

.message__item-input::-moz-placeholder {
  color: #b6b8bb;
}

.message__item-input:-ms-input-placeholder {
  color: #b6b8bb;
}

.message__item-input::-ms-input-placeholder {
  color: #b6b8bb;
}

.message__item-input::placeholder {
  color: #b6b8bb;
}

.message__item-input:focus {
  border: 1px solid #d0d4da;
}

.message__item-textarea {
  height: 200px;
}

.message__text {
  margin-top: 25px;
}

.message__btn {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 25px;
}

.message__btn:hover {
  padding-left: 40px;
  padding-right: 40px;
}

.message__btn:disabled {
  cursor: default;
  opacity: 0.4;
  -webkit-animation: none;
  animation: none;
}

.message__btn:disabled:hover {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-shadow: 0px 3px 15px rgba(255, 118, 146, 0.1);
  box-shadow: 0px 3px 15px rgba(255, 118, 146, 0.1);
}

.message__btn:disabled::after {
  -webkit-animation: none;
  animation: none;
  background: transparent;
}

.message__add {
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 6px;
  background: #fbfbfb;
  border: 1px solid #476bf0;
  color: #476bf0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: "Cera CY", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.message__add:hover {
  border: 1px solid #d0d4da;
}

.message__inner {
  position: relative;
  /* margin-top: 9px; */
  max-width: 280px;
  height: 51px;
}

.message__file {
  opacity: 0;
}

.footer__top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__bottom-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__bottom-copy {
  color: #848e9c;
  font-family: "Cera CY", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.footer__links {
  margin-top: 20px;
}

.footer__link {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #fff;
  font-family: "SF";
  font-size: 14px;
}

.footer__link+.footer__link {
  margin-top: 6px;
}

.footer__link:hover {
  opacity: 0.5;
}

.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__contact+.footer__contact {
  margin-top: 20px;
}

.footer__contact-title {
  color: #888e97;
}

.footer__contact-content {
  font-family: "Cera CY", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  margin-top: 5px;
}

.footer__contact-link:hover {
  opacity: 0.5;
}

.footer__contacts-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__contacts-col_1 {
  width: 140px;
}

.footer__contacts-col_2 {
  width: 220px;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 400px;
}

.popup {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.popup__content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.popup__wrap {
  position: relative;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 500px;
  height: 240px;
  border-radius: 6px;
}

.popup__title {
  width: 400px;
  font-family: "Cera CY Bold", sans-serif;
}

.popup__text {
  margin-top: 13px;
}

.popup__btn {
  position: absolute;
  right: 15px;
  top: 15px;
  background: transparent;
}

.popup__btn:hover {
  opacity: 0.5;
}

.popup__btn-img {
  width: 25px;
  height: 25px;
}

.popup__preloader {
  margin-top: 25px;
  width: 70px;
  height: 70px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999;
  overflow: auto !important;
  opacity: 1;
  display: none;
}

.overlay.show {
  display: block;
}

.card__content {
  text-align: center;
}

.card__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card__subtitle {
  margin-top: 7px;
}

.card__form {
  margin-top: 15px;
}

.card__input {
  width: 100%;
  background: #fbfbfb;
  border: 1px solid #afafaf;
  color: #273142;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 15px;
}

.card__input::-webkit-input-placeholder {
  color: #b6b8bb;
}

.card__input::-moz-placeholder {
  color: #b6b8bb;
}

.card__input:-ms-input-placeholder {
  color: #b6b8bb;
}

.card__input::-ms-input-placeholder {
  color: #b6b8bb;
}

.card__input::placeholder {
  color: #b6b8bb;
}

.card__input:focus {
  border: 1px solid #d0d4da;
}

.card__btn {
  margin-top: 25px;
}

.fancybox-content {
  border-radius: 6px;
  padding-left: 30px;
  padding-right: 30px;
}

.search__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

.search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.02);
  border-radius: 6px;
  width: 298px;
  padding-top: 14px;
  padding-bottom: 10px;
}

.search__title {
  color: #bec0c2;
  font-family: "Cera CY Bold", sans-serif;
}

.search__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search__content p {
  font-size: 18px;
  font-family: "Cera CY", sans-serif;
  font-weight: 500;
  color: #273142;
  margin-top: 5px;
}

.search__text {
  margin-left: 5px;
}

.wait {
  background: -o-linear-gradient(2.69deg, #273142 0%, #435066 100%);
  background: linear-gradient(87.31deg, #273142 0%, #435066 100%);
  border-radius: 6px;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
}

.wait__wrap {
  background: url(../images/map.svg) no-repeat center;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 45px;
  padding-right: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wait__title {
  color: #fff;
  font-family: "Cera CY Bold", sans-serif;
}

.wait__subtitle {
  color: #fff;
  margin-top: 15px;
}

.wait__text {
  max-width: 640px;
}

.final {
  text-align: center;
}

.final__title {
  width: 410px;
  margin: 0 auto;
  font-family: "Cera CY Bold", sans-serif;
}

.final__content {
  margin-top: 20px;
}

.final__btn {
  text-transform: uppercase;
  padding-top: 18px;
  padding-bottom: 14px;
  width: 410px;
  margin: 0 auto;
  margin-top: 30px;
}

.privacy-policy__items {
  margin-top: 30px;
  margin-bottom: 30px;
}

.privacy-policy__item+.privacy-policy__item {
  margin-top: 30px;
}

.privacy-policy__item-title {
  font-size: 20px;
  line-height: 23px;
}

.privacy-policy__part {
  margin-top: 13px;
}

.privacy-policy__date {
  font-weight: 600;
  color: #273142;
}

.use-terms__text {
  margin-top: 25px;
}

.use-terms__part+.use-terms__part {
  margin-top: 20px;
}

.result__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.result__heading-img {
  margin-right: 20px;
}

.result__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.result__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 475px;
}

.result__item {
  width: 230px;
}

.result__btn {
  padding-top: 17px;
  padding-bottom: 15px;
  margin-top: 35px;
  line-height: 22px;
}

.autopay__content {
  margin-top: 30px;
}

.autopay__manager {
  margin-top: 15px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.02);
  border-radius: 6px;
}

.autopay__manager-wrap {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.autopay__manager-img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  min-width: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  background-image: url(../images/manager.jpg);
}

.autopay__manager-content {
  margin-left: 17px;
}

.autopay__manager-text {
  line-height: 19px;
}

.autopay__manager-text+.autopay__manager-text {
  margin-top: 6px;
}

.autopay__manager-text span {
  font-weight: 600;
  color: #273142;
}

.autopay__manager-text .span-2 {
  color: #3cb46e;
}

.autopay__statuses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.autopay__status {
  width: 298px;
}

.quiz__wrap {
  text-align: center;
}

.quiz__heading {
  max-width: 640px;
  margin: 0 auto;
}

.quiz__subtitle {
  margin-top: 13px;
}

.quiz__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 515px;
  margin: 0 auto;
  margin-top: 40px;
}

.quiz__btn {
  background: -o-linear-gradient(4.46deg, #7a72ff 0%, #a49eff 92.19%);
  background: linear-gradient(85.54deg, #7a72ff 0%, #a49eff 92.19%);
  -webkit-animation: none;
  animation: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  width: 250px;
  cursor: pointer;
  padding-top: 23px;
  padding-bottom: 19px;
  border: 1px solid #ffffff;
}

.quiz__btn+.quiz__btn {
  margin-top: 15px;
}

.quiz__btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.5;
  background: -o-linear-gradient(4.46deg, #7a72ff 0%, #a49eff 92.19%);
  background: linear-gradient(85.54deg, #7a72ff 0%, #a49eff 92.19%);
}

.quiz__btn:hover {
  background: -o-linear-gradient(4.46deg, #7a72ff 0%, #a49eff 92.19%);
  background: linear-gradient(85.54deg, #7a72ff 0%, #a49eff 92.19%);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.85;
}

.quiz__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.requisites__subtitle {
  margin-top: 20px;
}

.requisites__form {
  background: #fff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.02);
  border-radius: 6px;
  margin-top: 30px;
}

.requisites__form-wrap {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}

.requisites__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.requisites__input {
  background: #fbfbfb;
  border: 1px solid #afafaf;
  color: #273142;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 32.3%;
}

.requisites__input::-webkit-input-placeholder {
  color: #b6b8bb;
}

.requisites__input::-moz-placeholder {
  color: #b6b8bb;
}

.requisites__input:-ms-input-placeholder {
  color: #b6b8bb;
}

.requisites__input::-ms-input-placeholder {
  color: #b6b8bb;
}

.requisites__input::placeholder {
  color: #b6b8bb;
}

.requisites__input:focus {
  border: 1px solid #d0d4da;
}

.requisites__input:valid {
  background: #fff;
  border: 1px solid #d0d4da;
}

.requisites__select {
  border: 1px solid #afafaf;
  color: #273142;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 32.3%;
  background: #fbfbfb url(../images/arrow-down.svg) no-repeat 96%;
  cursor: pointer;
}

.requisites__select:valid {
  background: #fff url(../images/arrow-down.svg) no-repeat 96%;
  border: 1px solid #d0d4da;
}

.requisites__btn {
  padding-top: 17px;
  padding-bottom: 15px;
  margin-top: 35px;
  line-height: 22px;
  margin-top: 15px;
  width: 100%;
}

.upsell__operations {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.02);
  border-radius: 6px;
  margin-top: 30px;
}

.upsell__operations-wrap {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.upsell__operations-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
}

.upsell__operations-icon {
  background: #fff;
  border: 1px solid #f5f5f5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.upsell__operations-title {
  color: #bec0c2;
}

.upsell__operations-text {
  font-weight: 500;
  color: #273142;
  font-family: "Cera CY", sans-serif;
  font-size: 15px;
  line-height: 19px;
  margin-top: 3px;
}

.upsell__operations-text span {
  font-weight: 700;
}

.upsell__bottom {
  margin-top: 30px;
}

.upsell__bottom-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.upsell__btn {
  width: 450px;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 19px;
  padding-bottom: 15px;
}

.upsell__line {
  background: #f3f3f3;
  width: 1px;
  height: 78px;
  margin-left: 25px;
  margin-right: 25px;
}

.upsell__copy {
  font-family: "Cera CY", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #c7c7c7;
  width: 450px;
  margin-top: 13px;
}

.upsell__title {
  width: 740px;
  font-family: "Cera CY Bold", sans-serif;
}

.upsell-message {
  padding-top: 70px;
  padding-bottom: 70px;
}

.upsell-comments {
  padding-top: 0;
  padding-bottom: 0;
}

.upsell-comments__wrap {
  padding-top: 70px;
  padding-bottom: 70px;
  border-top: 1px solid #f3f3f3;
}

.upsell-conversion {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.upsell-conversion__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.upsell-conversion__title {
  color: #bec0c2;
  font-family: "Cera CY Bold", sans-serif;
}

.upsell-conversion__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Cera CY", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-top: 10px;
}

.upsell-conversion__currency-wrap {
  color: #273142;
}

.upsell-conversion__img {
  width: 44px;
  height: 44px;
  margin-top: 23px;
}

.upsell-conversion__currency {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  width: 62px;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 8px;
}

.upsell-conversion__sum {
  padding-top: 13px;
  padding-bottom: 8px;
  background: #fafafa;
  border: 1px solid #f3f3f3;
  border-radius: 4px;
  margin-left: 10px;
  width: 348px;
}

.upsell-conversion__sum-wrap {
  color: #808896;
  padding-left: 17px;
}

.upsell-item {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.02);
  border-radius: 6px;
}

.upsell-item__title {
  color: #bec0c2;
  font-family: "Cera CY Bold", sans-serif;
}

.upsell-item__content {
  font-family: "Cera CY", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-top: 5px;
  color: #273142;
}

.upsell-item__wrap {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 13px;
  padding-bottom: 10px;
}

.upsell-item__sum {
  color: #3cb46e;
  -webkit-animation: blink-2 2s linear infinite;
  animation: blink-2 2s linear infinite;
}

.upsell-item__error {
  color: #d02c41;
  -webkit-animation: blink-3 2s linear infinite;
  animation: blink-3 2s linear infinite;
}

.upsell-content {
  background: #fafafa;
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  padding: 30px;
  margin-top: 30px;
}

.upsell-content__text {
  font-size: 16px;
  line-height: 23px;
}

.upsell-content__text span {
  font-weight: 600;
  color: #273142;
}

.upsell-content__text .span-sum {
  font-size: 30px;
  color: #273142;
  font-family: "Cera CY", sans-serif;
  font-weight: 600;
}

.upsell-content__text+.upsell-content__text {
  margin-top: 15px;
}

@-webkit-keyframes blink-2 {
  50% {
    color: #3cb46e;
  }

  51% {
    color: #273142;
  }

  100% {
    color: #273142;
  }
}

@keyframes blink-2 {
  50% {
    color: #3cb46e;
  }

  51% {
    color: #273142;
  }

  100% {
    color: #273142;
  }
}

@-webkit-keyframes blink-3 {
  50% {
    color: #d02c41;
  }

  51% {
    color: #273142;
  }

  100% {
    color: #273142;
  }
}

@keyframes blink-3 {
  50% {
    color: #d02c41;
  }

  51% {
    color: #273142;
  }

  100% {
    color: #273142;
  }
}

.notification {
  position: fixed;
  bottom: -150px;
  left: 50%;
  width: 880px;
  margin-left: -440px;
  display: grid;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.notification__wrap {
  position: relative;
  background: #fff;
  border-radius: 6px;
  padding: 10px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px dashed #0b326b;
}

.notification__img {
  width: 35px;
  height: 35px;
}

.notification__text {
  font-family: "Cera CY", sans-serif;
  color: #273142;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-left: 20px;
  margin-right: 20px;
}

.notification__text span {
  color: #0b326b;
  font-size: 18px;
}

.offer__title {
  color: #fff;
  font-family: Rubik;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 630px;
  margin-bottom: 15px;
}

/* 768px - 992px */
@media screen and (max-width: 992px) {
  .container {
    width: 720px;
  }

  .header {
    position: relative;
  }

  .search,
  .result,
  .quiz,
  .upsell {
    padding-top: 70px;
  }

  .upsell-conversion__sum {
    width: 250px;
  }

  .result__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .result__items {
    margin-top: 30px;
    width: 100%;
  }

  .result__item {
    width: 49%;
  }

  .offer {
    margin-top: -35px;
  }

  .offer__bg-1 {
    width: 150px;
    height: 150px;
  }

  .offer__bg-2 {
    width: 150px;
    height: 150px;
  }

  .offer__bg-3 {
    width: 100px;
    height: 100px;
  }

  .offer__bg-4 {
    width: 100px;
    height: 100px;
  }

  .offer__title {
    font-size: 30px;
    line-height: 36px;
    font-family: "Cera CY Bold", sans-serif;
  }

  .offer__content {
    width: 350px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .start__form-input {
    width: 90% !important;
  }

  .start__form-btn {
    width: 90%;
  }

  .message__line-part {
    width: 230px;
  }

  .message__inner {
    width: 230px;
  }

  .message__file {
    width: 230px;
  }

  .comments__arrow {
    margin-left: 0;
  }

  .comments__answer-item {
    width: 650px;
  }

  .wait__wrap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .search__item {
    width: 32%;
  }

  .upsell__title {
    width: 100%;
    font-family: "Cera CY Bold", sans-serif;
  }

  .upsell__line {
    display: none;
  }

  .upsell__bottom-line {
    display: block;
  }

  .upsell__btn {
    width: 100%;
  }

  .upsell__payment {
    margin-top: 25px;
  }

  .autopay__statuses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .autopay__status {
    width: 100%;
  }

  .autopay__status+.autopay__status {
    margin-top: 15px;
  }

  .questions__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .questions__item-content {
    margin-left: 0;
    margin-top: 10px !important;
  }
}

/* 576px - 768px */
@media screen and (max-width: 768px) {
  .container {
    width: 540px;
  }


  .questions__title {
    font-family: "Cera CY Bold", sans-serif;
    color: #000;
    text-align: center;
  }

  .questions__item-title {
    font-family: "Cera CY Bold", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 109%;
    color: #476bf0;
  }

  .questions__item-text {
    font-family: "Cera CY", sans-serif;
  }

  .upsell-conversion__sum {
    width: 155px;
  }

  .requisites__subtitle {
    margin-top: 15px;
  }

  .requisites__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .requisites__input {
    width: 100%;
    margin-top: 13px;
  }

  .requisites__select {
    width: 100%;
  }

  .upsell-content {
    padding: 20px;
  }

  .upsell-content__text_sum .span-sum {
    font-size: 25px;
    margin-top: 9px;
  }

  .upsell-content__text_sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wait__wrap {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }

  .wait__img {
    margin-top: 30px;
  }

  .search__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .search__item {
    width: 100%;
  }

  .search__item+.search__item {
    margin-top: 15px;
  }

  .header {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: auto;
  }

  .header__content {
    display: block;
    text-align: center;
  }

  .header__logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header__status-content {
    font-size: 18px;
    line-height: 19px;
  }

  .header__status {
    width: 49%;
    text-align: center;
    height: 58px;
    background: #fff;
    border: none;
    height: auto;
  }

  .header__status-wrap {
    padding-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header__statuses {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f6f6f6;
  }

  .offer__content {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 100%;
  }

  .offer__title {
    font-size: 35px;
    line-height: 41px;
    font-family: "Cera CY Bold", sans-serif;
  }

  .offer__btn {
    margin: 0 auto;
    margin-top: 30px;
  }

  .offer__btn:hover {
    width: 190px;
  }

  .offer__wrap {
    padding-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .offer__bg-1 {
    width: 200px;
    height: 200px;
  }

  .offer__bg-2 {
    width: 200px;
    height: 200px;
  }

  .offer__bg-3 {
    width: 150px;
    height: 150px;
  }

  .offer__bg-4 {
    width: 150px;
    height: 150px;
  }

  .message__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .message__item+.message__item {
    margin-top: 25px;
  }

  .message__line-part {
    width: 100%;
  }

  .message__inner {
    width: 100%;
  }

  .message__btn:hover {
    padding-left: 30px;
    padding-right: 30px;
  }

  .requirements__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .requirements__item-content {
    margin-left: 0;
    margin-top: 10px;
  }

  .start {
    height: auto !important;
  }

  .start__form {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: normal !important;
    -ms-flex-align: normal !important;
    align-items: normal !important;
  }

  .start__form-input {
    max-width: 100% !important;
  }

  .start__form-btn {
    width: 100%;
    margin-top: 20px;
  }

  .comments__arrow {
    width: 40px;
    height: 40px;
  }

  .comments__answer-item {
    width: 480px;
  }

  .footer__top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__contacts {
    margin-top: 40px;
    width: 100%;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }

  .footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__links {
    margin-top: 0;
  }

  .footer__contacts-col_2 {
    width: 370px;
    margin-left: 20px;
  }

  .footer__bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .footer__bottom-copy+.footer__bottom-copy {
    margin-top: 7px;
  }
}

/* 330px - 576px */
@media screen and (max-width: 576px) {
  .container {
    width: 90%;
  }

  .questions .container {
    width: 90% !important;
    margin: 0 auto !important;
  }

  .upsell-conversion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .upsell-conversion__item {
    width: 100%;
  }

  .upsell-conversion__currency {
    width: 23%;
  }

  .upsell-conversion__sum {
    width: 75%;
    margin-left: 2%;
  }

  .upsell-conversion__img {
    margin-top: 17px;
  }

  .final__btn,
  .upsell__btn,
  .result__btn,
  .quiz__btn,
  .requisites__btn {
    font-size: 15px;
    line-height: 20px;
  }

  .upsell__btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .upsell__payment {
    max-width: 290px;
  }

  .upsell__copy {
    width: 100%;
  }

  .upsell__operations-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .upsell__operations-content {
    margin-left: 0;
    margin-top: 15px;
  }

  .quiz__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
  }

  .quiz__btn {
    font-size: 18px;
    width: 100%;
  }

  .quiz__btn+.quiz__btn {
    margin-top: 13px;
  }

  .quiz__col+.quiz__col {
    margin-top: 13px;
  }

  .quiz__title {
    font-size: 25px;
    line-height: 27px;
    font-family: "Cera CY Bold", sans-serif;
  }

  .result__heading-img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }

  .result__heading {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .result__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }

  .result__item {
    width: 100%;
  }

  .result__item+.result__item {
    margin-top: 13px;
  }

  .result__btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .upsell-content {
    padding: 15px;
  }

  .upsell-content__text {
    font-size: 15px;
    line-height: 21px;
  }

  .wait__wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .wait__title {
    font-size: 25px;
    line-height: 27px;
    font-family: "Cera CY Bold", sans-serif;
  }

  .header__content {
    display: block;
  }

  .header__logo {
    display: block;
  }

  .header__status {
    width: 100%;
  }

  .header__status+.header__status {
    margin-top: 11px;
    padding-top: 12px;
    border-top: 1px solid #f6f6f6;
  }

  .header__status-wrap {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .header__statuses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 13px;
    margin-top: 13px;
  }

  .header__status-content {
    font-size: 16px;
    line-height: 16px;
    margin-top: 0;
    margin-left: 7px;
  }

  .offer__img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .offer__content {
    text-align: left;
  }

  .offer__btn {
    margin-left: 0.001px;
  }

  .offer__bg-1 {
    display: none;
  }

  .offer__bg-4 {
    display: none;
  }

  .offer__bg-2 {
    width: 150px;
    height: 150px;
    top: -50px;
    right: -35px;
  }

  .offer__bg-3 {
    width: 120px;
    height: 120px;
  }

  h2 {
    font-size: 30px;
    line-height: 32px;
  }

  .requirements__item-wrap {
    padding: 18px;
  }

  .message__btn {
    width: 100%;
  }

  .comments__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 17px;
  }

  .comments__item-content {
    margin-left: 0;
    margin-top: 15px;
  }

  .comments__item-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    text-align: right;
    right: 17px;
    top: 14px;
  }

  .comments__item-date {
    margin-left: 0;
  }

  .comments__item-part {
    line-height: 14px;
  }

  .comments__item-part+.comments__item-part {
    margin-top: 5px;
  }

  .comments__arrow {
    display: none;
  }

  .footer__left {
    display: block;
  }

  .footer__links {
    margin-top: 30px;
  }

  .footer__contacts-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__contacts-col_1 {
    width: 100%;
  }

  .footer__contacts-col_2 {
    width: 100%;
    margin-left: 0;
    margin-top: 17px;
  }

  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__contact+.footer__contact {
    margin-top: 17px;
  }

  .footer__bottom-copy {
    line-height: 18px;
  }

  .footer__bottom-copy+.footer__bottom-copy {
    margin-top: 13px;
  }

  .fancybox-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .popup__wrap {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    height: auto;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .popup__title {
    width: auto;
    font-family: "Cera CY Bold", sans-serif;
  }

  .popup__btn-img {
    width: 20px;
    height: 20px;
  }

  .requisites__btn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .requisites__form-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .autopay__manager-wrap {
    padding: 15px;
    display: block;
  }

  .autopay__manager-content {
    margin-left: 0;
    margin-top: 15px;
  }

  .autopay__manager-text+.autopay__manager-text {
    margin-top: 5px;
  }

  .autopay__manager-img {
    width: 60px;
    height: 60px;
    background-size: 60px;
    min-width: 60px;
  }

  .final__title {
    width: 100%;
    font-family: "Cera CY Bold", sans-serif;
  }

  .final__btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .notification__text {
    font-size: 14px;
    line-height: 18px;
    margin-left: 0;
    margin-right: 0;
  }

  .notification__img {
    display: none;
  }

  .notification__wrap {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 12px;
    padding-bottom: 10px;
  }
}

.requirements__title {
  color: #000;
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 48px */
}

.requirements__item-title {
  font-family: "Cera CY Bold", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 109%;
  color: #476bf0;
}

.requirements__item-text {
  font-family: "Cera CY", sans-serif;
}

.start__text {
  font-family: "Cera CY", sans-serif;
}

.start__title {
  font-family: "Cera CY Bold", sans-serif !important;
}

.offer__text {
  font-family: "Cera CY", sans-serif;
}

.comments__item-text {
  color: #000;
  font-family: sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.73px;
  /* 131.533% */
}

.comments__item-title {
  color: #000;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.comments__text {
  font-family: "Cera CY", sans-serif;
}

.card__subtitle {
  font-family: "Cera CY", sans-serif;
}

@media (max-width: 450px) {
  .offer__btn {
    width: 100% !important;
  }
}

@media (min-width: 1080px) {
  .fancybox-content {
    max-width: 450px !important;
  }
}

.form__inputs {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  gap: 90px !important;
  margin-bottom: 50px !important;
  height: 60px !important;
}

.form__inputs-lower {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}

.form__bottom {
  display: flex;
  justify-content: center;
  width: 100%;
}

.form__checkboxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  max-width: 380px;
}

.checkbox__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  color: #afafaf;
  font-family: "Cera CY", sans-serif;
  text-align: start;
}

.start__form-btn {
  height: 60px;
  width: 100%;
  max-width: 350px;
}

#form2 .start__form-btn {
  max-width: 100%;
  margin-top: 20px;
}

label.error {
  display: none !important;
}

.message__title,
.comments__item-title,
.card__title {
  color: #000;
}

.comments__title {
  text-align: center;
  color: #fff;
  font-family: "Rubik", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
}

.message__title {
  text-align: center;
}

/* 
@media (max-width: 768px) {
  .header__statuses {
    flex-direction: column;
  }

  .header__status-wrap {
    flex-direction: row;
    width: 100%;
  }
} */

@media (max-width: 500px) {
  .header .container {
    margin: 0;
    width: 100%;
    padding: 0;
  }

  .header {
    padding: 0;
    background-color: #fff;
  }

  .header__logo {
    padding-left: 17px;
  }

  .header__statuses {
    margin: 0;
    padding: 0;
  }

  .header__status {
    padding: 0 !important;
    margin: 0 !important;
  }

  .header__status-wrap {
    padding: 9px 17px;
    border: 1px solid #e1e1e1;
  }

  .header__status-wrap:last-of-type {
    border-top: none;
  }

  .offer__bg__color {
    border-radius: 0;
  }

  .offer__wrap {
    padding-top: 42px;
  }

  .offer__title {
    font-size: 28px;
  }

  .requirements__title {
    text-align: left;
  }

  .requirements__item-wrap {
    padding: 10px;
  }

  .requirements__item-title {
    font-weight: 700;
    font-size: 21px;
    line-height: 116%;
    color: #476bf0;
    /* letter-spacing: 1px; */
  }

  .requirements__item-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #808896;
  }


}

.start__title {
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 130% !important;
  color: #fff !important;
  text-align: left !important;
}

.start__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #fff;
  text-align: left;
}

.form__inputs {
  flex-direction: column !important;
  width: 100% !important;
  gap: 15px !important;
}

.start__form-input {
  width: 100% !important;
  height: 60px !important;
}

.form__inputs-lower {
  flex-direction: column;
  width: 100%;
  gap: 15px;
}

.form__bottom {
  flex-direction: column;
}

.checkbox__text {
  color: #fff;
}

.form__bottom .start__form-btn span {
  color: #fff !important;
}

.form__bottom .start__form-btn {
  background: #fc9a3f;
  width: 100%;
  max-width: unset;
}

.message .message__line-part,
.message__inner {
  width: 100%;
  max-width: unset;
}

/* 
.start__wrap {
  padding-bottom: 50px;
} */

.comments {
  padding-top: 20px;
}

.message__btn {
  color: #fff;
  background-color: #476bf0;
}

.message__add {
  border: 1px solid #bec0c2;
  border-radius: 10px;
}

.message__title {
  text-align: left;
  max-width: 200px;
  line-height: 130%;
}

.offer__title {
  text-align: center;
}

.header__nav {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.header__link {
  color: rgba(5, 15, 44, 0.5);
  font-family: "Rubik";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header__link:hover {
  color: #2355d7;
}

.methods__desktop {
  display: flex;
  gap: 20px;
  height: 400px;
  max-width: 855px;
}

.methods__desktop .block {
  border-radius: 20px;
  background: #f4f6fa;
  padding: 25px 55px;
  padding-right: 20px;
}

.methods__desktop h3 {
  color: #083abc;
  font-family: "Rubik", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 26.4px */
}

.method1 {
  width: 50%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 33px;
}

.method1 img {
  height: 100%;
}

.methods__wrapper {
  width: calc(50% - 20px);

  display: flex;
  flex-direction: column;
  gap: 20px;
}

.method2,
.method3 {
  height: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}

.method2 img,
.method3 img {
  max-height: 100%;
  width: 145px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  align-self: flex-end;
}

.methods__title {
  color: #000;
  text-align: center;
  font-family: "Rubik";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 48px */
  margin-bottom: 45px;
}

.methods__title br {
  display: none;
}

.methods {
  margin-bottom: 45px;
}

.start {
  margin-top: 50px !important;
}

.payments__container {
  padding: 0 20px !important;
}

.payments__left,
.payments__right {
  height: 100% !important;
}

.payments__subtitle {
  color: #000 !important;
  font-family: "Rubik", sans-serif !important;
  font-size: 32px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 38px !important;
  /* 118.75% */
  margin-bottom: 11px !important;
}

.payments__text {
  color: #000 !important;
  font-family: "Rubik", sans-serif !important;
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  /* 123.529% */
  margin-bottom: 20px !important;
}

.payments__btn {
  max-width: 350px;
  display: block;
  margin: 0 auto !important;
  color: #fff !important;
  font-family: Rubik;
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  /* 78.947% */
  background-color: #fc9a3f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px !important;
  font-family: Rubik !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 11.25px !important;
}

.payments__btn::after {
  content: "";
  display: block;
  width: 30px;
  height: 300px;
  margin-left: 60px;
  background: #ffffff24;
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.comments .container {
  max-width: 820px;
}

.footer {
  background: #212429;
  padding: 50px 0;
}

.footer__container {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footer__block {}

.footer__title {
  color: #dee2e6 !important;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px;
  /* 142.222% */
  margin-bottom: 10px;
}

.footer__text {
  color: #dee2e6 !important;
  font-family: Rubik;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
  /* 142.222% */
  margin-bottom: 5px;
}

.footer__apps {
  display: flex;
  gap: 20px;
}

.footer__app {
  max-width: 135px;
}

.footer__bottom {
  display: flex;
  gap: 40px;
}

.footer__social-link {}

.footer__block.block1 {
  max-width: 230px;
}

.footer__block.block2 {
  max-width: 330px;
}

.footer__block.block3 {
  max-width: 300px;
}

@media (max-width: 1024px) {
  .header__nav {
    display: none;
  }

  .footer__top {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .footer__block {
    max-width: unset !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .offer__content {
    justify-content: flex-start;
  }

  .offer__img {
    right: 50%;
    transform: translate(50%, -1px);
  }
}

@media (max-width: 600px) {
  .requirements {
    padding: 50px 0 50px;
  }

  .requirements__title,
  .methods__title,
  .payments__title {
    color: #000 !important;
    text-align: center !important;
    font-family: "Rubik", sans-serif !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 120% !important;
    /* 28.8px */
  }

  .start__title {
    display: none !important;
  }

  .requirements__items {
    margin-top: 45px;
    gap: 15px;
  }

  .requirements__item {
    gap: 10px;
  }

  .requirement__img {
    height: 52px;
    width: 52px;
  }

  .requirement__img img {
    max-width: 85%;
    max-height: 85%;
  }

  .requirement__text {
    color: #000;
    text-align: center;
    font-family: "Rubik";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .requirement__title {
    color: #000;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 5.906px;
    /* 73.819% */
  }

  .methods__title br {
    display: block;
  }

  .methods__desktop {
    gap: 10px;
    height: 280px;
  }

  .methods__desktop .block {
    padding: 15px;
  }

  .methods__desktop h3 {
    font-size: 14px;
    text-align: center;
  }

  .methods__wrapper {
    gap: 10px;
    width: calc(50% - 10px);
  }

  .method1 {
    justify-content: start;
  }

  .method1 img {
    height: unset;
    max-height: 90%;

    width: 130%;
    object-fit: contain;
  }

  .method2,
  .method3 {
    height: calc(50% - 5px);
  }

  .method2 img {
    height: unset;
    max-height: 100%;

    width: 100%;
  }

  .method3 img {
    height: unset;
    max-height: 100%;
    width: 100%;
  }

  .container {
    width: 100%;
    padding: 0 10px;
  }

  .start {
    margin-top: 0px !important;
  }

  .start .container {
    border-radius: 0 !important;
    padding: 55px 13px 40px !important;
  }

  .start__subtitle {
    color: #fff;
    text-align: center;
    font-family: Rubik;
    font-size: 20.16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 24.192px */
  }

  .start__form-input {
    border-radius: 6px !important;
  }

  .form__inputs {
    margin-bottom: 50px !important;
  }

  .start__form-btn {
    height: 45px;
    padding: 0;
  }

  .form__bottom .start__form-btn span {
    color: #fff !important;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 11.25px;
    /* 78.947% */
  }

  .payments {
    margin: 70px 0 0px;
  }

  .payments__title {
    margin-bottom: 30px !important;
  }

  .payments__container {
    flex-direction: column;
    /* max-width: calc(100% - 20px); */
    padding: 0 10px !important;
    margin: 0 auto;
  }

  .payments__left,
  .payments__right {
    max-width: 100%;
    width: 100% !important;
    padding: 20px 35px !important;
  }

  .payments__subtitle {
    font-size: 17.677px !important;
    line-height: 20.992px !important;
    /* 118.75% */
  }

  .payments__right .payments__subtitle {
    margin-bottom: 20px !important;
  }

  .payments__subtitle {
    margin-top: 10px !important;
  }

  .payments__text {
    font-size: 14px !important;
    line-height: 11.601px !important;
    /* 123.529% */
  }

  .tpl .tpl-request-info {
    margin-bottom: 5px;
  }

  .tpl .tpl-request-progress span {
    height: 1.5px;
    border-radius: 7px;
  }

  .tpl .tpl-request-info__name,
  .tpl .tpl-request-info__price {
    font-size: 10px;

    color: #050f2c;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .tpl .tpl-request span {
    font-size: 7px;

    color: #050f2c;
    text-align: right;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    line-height: 7px;
  }

  .tpl .tpl-request {
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
  }

  .tpl .tpl-request-loader {
    height: 15px;
    width: 15px;
  }

  .payments__btn {
    max-width: calc(100% - 20px);
    height: 50px;
  }

  .comments .payments__btn {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  .offer__img {
    max-width: unset;
  }

  .header__logo {
    padding: 10px 0;
    max-width: unset;
  }

  .header__status {
    border-radius: 0;
  }

  .offer__wrap {
    padding-top: 70px;
  }

  .offer__title {
    color: #fff;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-size: 24.186px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .offer__text {
    color: #fff;
    text-align: center;
    font-family: "Rubik", sans-serif;
    font-size: 15.912px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .offer {
    height: 700px;
  }

  .comments__title {
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 28.8px */
  }

  .comments__item-wrap {
    padding: 7px 12px;
  }

  .comments__item {
    border-radius: 12px;
  }

  .comments__img {
    height: 20px;
    width: 20px;
    min-width: 20px;
    background-size: 20px;
  }

  .comments__item-title {
    font-size: 10px;
  }

  .comments__item-content {
    margin: 0;
  }

  .comments__item-text {
    /* margin: 0; */

    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 11.838px;
    /* 131.533% */
  }

  .comments {
    padding-bottom: 30px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 90px;
  }

  .footer__title {
    color: #000;
    text-align: center;
    font-family: Rubik;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.48px;
    /* 142.222% */
  }

  .footer__text {
    color: #000;
    text-align: center;
    font-family: Rubik;
    font-size: 14.4px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.48px;
    /* 142.222% */
  }

  .footer__top {
    gap: 30px;
  }

  .footer__app {
    max-width: 108px;
  }

  .footer__container {
    gap: 50px;
  }
}

.tpl-safety svg {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 6px;
  fill: #ee3f58;
  margin-top: -1px;
}

.tpl-safety {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font: 0.875rem "Lato-Medium", sans-serif !important;
  position: relative !important;
  text-align: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  margin: 0.5rem auto 0 auto !important;
  color: #fff !important;
  margin-top: 12px !important;
}










.payments__right {
  max-width: 100%;
  padding: 10px !important;
}



.tpl .tpl-request-info {
  margin-bottom: 10px;
}

.tpl .tpl-request-progress span {
  height: 4px;
  border-radius: 100px;
}

.tpl .tpl-request-info__name,
.tpl .tpl-request-info__price {
  font-size: 14px;

  color: #050f2c;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tpl .tpl-request span {
  font-size: 12px;

  color: #050f2c;
  text-align: right;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  line-height: 7px;
}

.tpl .tpl-request {
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.tpl .tpl-request-loader {
  height: 25px;
  width: 25px;
}

.tpl .tpl-request-info {
  gap: 4px;
}

.tpl-feedback-comment__likes {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font: 10px "Lato-SemiBold", sans-serif;
  color: #ff8a00;
  line-height: 1;
}

.tpl-feedback-comment__likes svg {
  width: 14px;
  height: 14px;
  fill: #ff8a00;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 4px;
}

.main__top {
  justify-content: space-between;
}

.comments__item-number {
  color: rgba(5, 15, 44, .3);
  white-space: nowrap;
  margin-left: 8px;
  position: relative;
  margin-left: 0;
  margin-top: 4px;
  font: 10px "Lato-SemiBold", sans-serif;
  font-size: 10px;
}

.striketrough {
  text-decoration: line-through !important;
  margin-top: 10px !important;
  color: #b4b4b4 !important;
}

.free,
.striketrough {
  text-transform: uppercase !important;
  font: 24px "Lato-Medium", sans-serif !important;
  font-style: italic !important;
}

.free {
  color: #fff;
}


@media (max-width: 500px) {
  .questions {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

@media screen and (max-width: 576px) {
  h2 {
    font-size: 30px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
  }
}

@media (max-width: 500px) {
  .questions__item-wrap {
    padding: 10px !important;
  }
}

@media (max-width: 500px) {
  .questions__item-title {
    font-weight: 700 !important;
    font-size: 21px !important;
    line-height: 116% !important;
    color: #476bf0 !important;
    font-family: 'Rubik' !important;
    /* letter-spacing: 1px; */
  }
}

@media (max-width: 500px) {
  .questions__item-text {
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 140% !important;
    color: #808896 !important;
    font-family: 'Rubik' !important;

  }
}</pre></body></html>