html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  position: relative;
}

.container {
  display: block;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.header {
  position: relative;
  width: 100%;
  z-index: 11;
  background-color: #f9f9f9;
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__wrapper img {
  width: 78px;
  height: 47px;
}

.header .logo__text {
  display: contents;
  width: 180px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.header .logo__text::before {
  content: "";
  display: block;
  background-color: #e1e1e1;
  width: 47px;
  height: 1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.main {
  position: relative;
  width: 100%;
  height: calc(100vh - 88px);
  background: url(../img/back.jpg);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.main__wrapper {
  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;
  margin-top: -5vh;
}

.main__title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 66px;
  color: #690954;
  margin-bottom: 12px;
}

.main__subtitle {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 40px;
}

.main__descr {
  width: 361px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 30px;
  margin-bottom: 10px;
  font-weight: 300;
  margin-top: 100px;
}

.main__bg {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

@keyframes money {
  from {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(20px);
  }
  to {
    transform: translateY(-20px);
  }
}

.main__block {
  position: relative;
  z-index: 10;
}
.btn {
  position: relative;
  background: linear-gradient(93.02deg, #EB27EF 0%, #B850F7 100%, #B850F7 100%);
  box-shadow: 0px 0px 14px rgba(184, 80, 247, 0.55);
  border-radius: 20px;
/*  background: #690954;
  box-shadow: 0px 0px 14px rgba(80, 101, 247, 0.55);
  border-radius: 20px; */
  width: 300px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  padding: 17px;
  text-decoration: none;
}

.btn:hover {
  background: #17299e;
}

.left-arrow,
.right-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 24px;
  opacity: 0.5;
}

.right-arrow {
  left: auto;
  right: 0;
}

.btn-submit {
  padding: 30px 42px;
  width: 259px;
  line-height: 0;
}

.main__btn {
  width: 259px;
  display: inline-block;
}

.prev_submit {
  display: none;
}

.btns_inner {
  display: flex;
  flex-direction: column;
    gap: 15px;
  justify-content: center;
  align-items: center;
}

.btns_inner .checkbox-div {
max-width: 370px;
font-size: 10px;
color: rgb(0, 0, 0);
opacity: 0.4;
display: flex;
align-items: center;
gap: 6px;
}

.footer {
  background: #f9f9f9;
  padding: 40px 0;
  display: block;
  font-family: "Gilroy";
  font-weight: normal;
font-size: 9px;
line-height: 9px;
color: #000;
opacity: 0.4;
  width: 100%;
  top: 100vh;
  position: absolute;
}

.footer.active {
  display: block;
}

.arrow {
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.arrow.active {
  transform: rotate(180deg) translateX(50%);
  transition: all 0.3s;
}

.footer__wrapper {
  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;
}

.footer__condif {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #107de2;
  text-decoration: none;
}

.footer__condif:hover {
  border-bottom: 1px solid #3e87cb;
}

.footer__info {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #000000;
}

.condif {
  position: relative;
  z-index: 15;
  display: none;
  padding: 0 0 60px;
  background: #e5e5e5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.condif__block {
  max-width: 800px;
}

.condif__title {
  font-size: 25px;
  font-weight: 900;
}

.condif__subtitle {
  font-size: 18px;
  font-weight: 700;
}

.condif__link {
  color: #4593db;
  text-decoration: none;
}

.condif__link:hover {
  border-bottom: 1px solid #4593db;
}

.kwiz {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: url(../img/back.jpg) center center/cover;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-items: flex-start;
}

.prompt {
  position: absolute;
  width: 288px;
  padding: 30px 10px;
  border-radius: 30px;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, 0);
  background: #333;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.kwiz__wrapper {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #ffffff;
  box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.13);
  border-radius: 20px;
  padding: 20px;
  width: fit-content;
}

.info {
  display: flex;
  align-items: center;
  background: #fbfbfb;
  border-radius: 20px;
  padding: 10px 23px;
  margin-bottom: 25px;
}
.info img {
    width: 100px;
border-radius: 50%;
}
.info div {
  margin-left: 27px;
}

.info span:first-child {
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
  display: block;
  margin-bottom: 5px;
  color: #690954;
}

.wr {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.info span:last-child {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;

  color: #000000;
  max-width: 335px;
  display: block;
}

.kwiz__squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.kwiz__squares-item {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 12px;
}

.kwiz__squares-item-active {
  background: #690954;

  border: 0;
}

.kwiz__squares-item-focus {
  border: 1px solid #000000;
}

.kwiz__title {
  width: 364px;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #212121;
  margin-bottom: 90px;
}

.kwiz .form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.kwiz .form .name-1,
.kwiz .form .surname-1 {
  width: 370px;
  padding: 15px 3px;
  background: #FAEDFF;
  border-radius: 5px;
  border: 0;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  /* color: rgba(33, 33, 33, 0.6) */
}

html {
  font-family: "Gilroy";
  font-style: normal;
}

.title {
  font-weight: 400;
  font-size: 35px;
  line-height: 42px;
  text-transform: uppercase;
  display: block;
  max-width: 650px;
  color: #242424;
  margin-bottom: 40px;
}

.title span {
  color: #690954;
  font-weight: bold;
}

.kwiz .form .name-1 {
  margin-bottom: 14px;
  text-align: left;
  padding-left: 10px;
}

.kwiz .form .surname-1 {
  margin-bottom: 100px;
}

.kwiz .kwiz__btns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.kwiz .btn-back {
  display: none;
  background: rgba(194, 91, 97, 0.15);
  border-radius: 5px;
  border: 0;
  font-size: 20px;
  padding: 20px 40px;
  text-decoration: none;
  color: #212121;
  margin-right: 20px;
  display: none;
}

.kwiz .question {
  display: none;
}

.halva-link {
  margin: 0 auto;
  width: 161px;
  font-family: "Gilroy", sans-serif;
  display: inline-block;
  margin-top: 18px;
  color: #212121;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #212121;
  opacity: 0.8;
  transition: all 0.3s;
  cursor: pointer;
}

@media (min-width: 992px) {
  .halva-link:hover {
    transition: all 0.3s;
    opacity: 1;
  }
}

.kwiz .active {
  display: block;
}

.question-last {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.btns_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.kwiz .btn-next {
  padding: 20px 0px;
  line-height: 1;
  width: 256px;
}

.kwiz .city-1 {
  font-family: "Gilroy";
  font-style: normal;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  background: #FAEDFF;
  border: 1px solid #F0CAFF;
  border-radius: 10px;
  padding: 20px 0;
  width: 310px;
  transition: 0.5s;
}

.kwiz .city-1:hover {
  background: #c9cff1;
}

.kwiz .kwiz__radio {
  display: none;
}

.kwiz .kwiz__radio:checked + .city-1 {
  background: #690954;

  color: #fff;
}

.kwiz .kwiz__title-2 {
  margin-bottom: 30px;
}

.kwiz .select {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.kwiz .select:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 25px;
  margin-top: 25px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 13px solid #2a9441;
  pointer-events: none;
}

.kwiz .kwiz__select {
  padding-left: 100px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.kwiz .kwiz__title-3 {
  line-height: 450px;
}

.select {
  border: 0;
  color: rgba(33, 33, 33, 0.6);
}

.kwiz-thanks {
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kwiz__wrapper-thanks {
  height: fit-content;
}

.kwiz .submit {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  display: none;
}

.title__submit {
  margin: 0 auto;
}

.descr__input {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #212121;
}

.kwiz .form .name-1:last-child {
  margin-bottom: 0;
}

.submit {
  flex-direction: column;
}

.select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 374px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.select-box .options-container {
  position: absolute;
  top: 320px;
  background: #ffffff;
  color: #212121;
  max-height: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  z-index: 100;
}

.selected {
  font-family: "Gilroy";
  text-align: center;
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 24px;
  color: #909090;
  position: relative;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.select-box label {
  font-family: "Gilroy";
}

.selected::after {
  content: "";
  background: url("../img/icons/select.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 81%;
  width: 21px;
  right: 28px;
  top: 22px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.select-box .options-container.active {
  max-height: 240px;
  opacity: 1;
  overflow-y: scroll;
  margin-bottom: 12px;
}

.selected input {
  cursor: pointer;
}

.select-box .options-container::-webkit-scrollbar-thumb {
  background: #525861;
  border-radius: 0 8px 8px 0;
}

.select-box .option,
.selected {
  padding: 15px 24px;
  cursor: pointer;
}

.select-box .option:hover {
  background: #acacac;
}

.select-box label {
  cursor: pointer;
}

.select-box .option .radio {
  display: none;
}

.select-box .option {
  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;
}

.select-box .option img {
  width: 25px;
  height: auto;
}

@media (max-width: 1081px) {
  .header__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main__descr {
    width: 288px;
    margin: 0 auto;
    margin-bottom: 40px;
  }

  .main__block {
    text-align: center;
  }

  .main__subtitle {
    width: 304px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .main__bg {
    margin-top: 15px;
    width: 80%;
  }

  .main {
    padding-top: 70px;
  }
}

@media (max-width: 700px) {
  .kwiz__wrapper {
    top: 20px;
  }

  .kwiz .kwiz__title-2 {
    margin-bottom: 17px;
  }

  .kwiz .title__submit {
    margin-bottom: 32px;
  }

  .kwiz .btn-next {
    padding: 18px 0px;
    line-height: 1;
    width: 186px;
  }

  .kwiz .btn-back {
    padding: 20px 26px;
  }

  .button_block {
    -webkit-transform: translate(16%);
    transform: translate(16%);
  }

  .btn-submit {
    width: 283px;
  }
}

@media (max-width: 510px) {
  .main__title {
    font-size: 36px;
    line-height: 42px;
  }

  .main__subtitle {
    font-size: 20px;
    line-height: 23px;
  }

  .footer__condif,
  .footer__info {
    font-size: 12px;
    line-height: 14px;
  }

  .main__bg {
    display: none;
  }
  .main {
    background: url(../img/bg-m.png) top center/cover;
    align-items: flex-start;
  }
}

@media (max-width: 400px) {
  .kwiz__title {
    width: 300px;
  }

  .select-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 295px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }

  .main__btn {
    padding: 15px 25px;
  }

  .right-arrow {
    left: 26px;
  }

  .left-arrow {
    left: -26px;
  }

  .header__logo:after {
    width: 30px;
  }

  .btn-submit {
    width: 209px;
    padding: 25px 42px;
  }

  .kwiz .form .name-1,
  .kwiz .form .surname-1 {
    width: 288px;
    margin: 0 auto;
    margin-bottom: 12px;
  }

  .kwiz .select {
    margin: 0 auto;
  }

  .select .kwiz__select {
    width: 300px;
    padding-left: 55px;
    margin: 0 auto;
  }

  .button_block {
    -webkit-transform: translate(5%);
    transform: translate(5%);
  }

  .kwiz .btn-next {
    padding: 11px 0px;
  }

  .kwiz .btn-back {
    padding: 11px 26px;
  }

  .kwiz .prev_submit {
    padding: 15px 26px;
  }

  .select-box .options-container {
    position: absolute;
    top: 293px;
  }

  .title__submit {
    width: 194px;
  }

  .descr__input {
    padding-left: 4px;
  }

  .select-box .option,
  .selected {
    padding: 15px 24px;
  }

  .selected::after {
    right: 17px;
    top: 19px;
  }

  .kwiz .title__submit {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

@media (max-width: 374px) {
  .arrow {
    bottom: 15px;
  }
}

.phone-inner {
  position: relative;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}

.phone-inner .descr__input {
  display: block;
  margin-bottom: 15px;
}

.phone-promnt {
  padding: 5px;
  position: absolute;
  top: 5px;
  left: 0;
  width: 97%;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.phone-promnt.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .phone-promnt {
    font-size: 12px;
  }
}

.kwiz .form .name-1.error {
  border: 1px solid red;
}

.question-last .form {
  grid-template-columns: 1fr;
  gap: 5px;
}
@media (max-width: 480px) {
  .kwiz {
    background: url(../img/bg-m.png) center center/cover;
  }

  .title {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .kwiz__wrapper {
    margin: 0 auto;
    padding: 22px;
  }
  .kwiz .city-1 {
    width: 169px;
    font-size: 18px;
  }

  .info img {
    width: 75px;
  }
  .info span:first-child {
    font-size: 20px;
  }
  .info span:last-child {
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  .kwiz .city-1 {
    width: 149px;
    font-size: 14px;
    padding: 15px 0;
  }
  .kwiz .form {
    gap: 8px;
    width: fit-content;
    margin: 0 auto;
  }
  .kwiz__wrapper {
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
  }
}
