body,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
.banner,
.banner_img,
.section {
    margin: auto;
}
.btn,
.steps_bar {
    position: relative;
}

.btn,
.section,
.section_wrapper,
.steps_item {
    box-sizing: border-box;
}
.steps_btn,
.steps_field select,
body {
    font-family: Montserrat, sans-serif;
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/montserrat-v31-latin-regular.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/montserrat-v31-latin-500.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/montserrat-v31-latin-700.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/montserrat-v31-latin-800.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/montserrat-v31-latin-900.woff2") format("woff2");
}
body {
    padding: 0;
    text-align: center;
}
.btn {
    cursor: pointer;
    transition: 0.3s;
}
.btn,
button,
label {
    -webkit-tap-highlight-color: transparent;
}
a {
    text-decoration: none;
    color: inherit;
}
.section_wrapper {
    padding-right: 16px;
    padding-left: 16px;
}
.section_wrapper-blur {
    filter: blur(3px);
}
.section {
    max-width: 760px;
}
.header_wrapper {
    padding-top: 17px;
    padding-bottom: 12px;
    background: linear-gradient(108deg, #24528f, #386eb7, #24528f, #386eb7, #24528f);
    background-size: 200% 100%;
    animation: 6s ease-in-out infinite gradient-shift;
}
.header {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.header h1 {
    font-weight: 700;
    font-size: 14px;
    color: #d4deee;
}
.header_discount {
    text-align: center;
    /* padding: 5px; */
    font-weight: bold;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: white;
  }
.banner_wrapper {
    padding-top: 25px;
    padding-bottom: 20px;
    background: white;
/*    border-top: 1px solid #cdcbcb;*/
/*    border-bottom: 1px solid #d1d1d1;*/
}
.banner a {
    display: inline-block;
}
.banner_props {
  display: flex;
  font-size: 14px;
  justify-content: center;
  margin-top: 15px;
  font-weight: 500;
}
.banner_item {
  margin: 0 5px;
  display: flex;
  align-items: center;
}
.banner_item svg {
  margin: 0 3px;
}
.banner_img {
    display: inline-block;
    max-width: 400px;
    width: 100%;
    object-fit: cover;
    height: auto;
    border-radius: 9px;
    box-shadow: 1px 1px 5px #b9b9b9ab;
    cursor: pointer;
  margin-top: 23px;
}
.quiz_wrapper {
    padding-bottom: 1px;
}
.banner_heading {
  color: #1e2533;
  font-size: 19px;
  line-height: 29.7px;
  font-weight: 500;
}
.banner_heading strong {
    font-weight: 800;
  text-decoration: underline;
}
.banner_heading {
  margin-bottom: 15px;
}
.btn_before {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 11px;
  margin-top: 5px;
  /* color: #2c5ea0; */
  font-weight: 600;
  padding: 0 10px;
}
.btn_before span {
  text-decoration: underline;
}
.quiz_title {
    color: #1e2533;
    font-weight: 900;
    font-size: 21px;
    line-height: 29.7px;
}
.quiz_descr {
    color: #000;
}
.quiz_descr-1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 21.5px;
    margin: 17px 0 14px;
}
.quiz_descr-2 {
    margin-top: 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.5px;
}
.animate-pendulum {
    animation: pendulum .5s ease-in-out infinite
}

@keyframes pendulum {
    0%,100% {
        transform: translate(0)
    }

    25% {
        transform: translate(-2px)
    }

    75% {
        transform: translate(2px)
    }
}
.bounce {
  animation: bounce 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-8px);}
	60% {transform: translateY(-4px);}
}
.steps_container {
    background: #fff;
    border: 1px solid #3a6399;
    box-shadow: 0 0 0 0 #ebebeb;
    /* box-shadow: 0 3px 12px rgb(0 0 0 / 19%); 
    outline: 2px solid #3a6399;
    border-top-width: 2px;
    margin: 25px 0 30px;
    padding: 30px 20px 34px;
    border-radius: 10px;
}
.steps_bar {
    margin-top: 0;
    margin-bottom: 6px;
    height: 8px;
    width: 100%;
    border-radius: 5px;
    background: #eeece7;
    overflow: hidden
}
.steps_bar span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #2d804a;
    transition: width 0.6s ease-in-out;
    background: linear-gradient(108deg, #2d804a, #3bb466, #2d804a, #3bb466, #2d804a);
    background-size: 200% 100%;
    animation: 6s ease-in-out infinite gradient-shift;
}
.steps_top {
    display: flex;
    align-items: end;
    justify-content: end;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 17px;
}
.steps_question {
    font-size: 20px;
    font-weight: 900;
    color: #1e2533;
    line-height: 24.5px;
}
.steps_descr {
/*    color: #5f6675;*/
    font-size: 15px;
    margin-top: 9px;
    line-height: 21px;
}
.steps_item {
    padding: 20px 0 0;
    display: none;
}
.steps_item-active {
    display: block;
}
.steps_box {
    margin-top: 16px;
}
.steps_field select,
.steps_radio__btn {
    user-select: none;
    box-sizing: border-box;
    font-size: 16px;
    padding: 16px 8px;
    font-weight: 500;
    color: #1e2533;
    border-radius: 12px;
    border: 3px solid #e7e5df;
    width: calc(33.3% - 10px);
    min-height: 57px;
    height: 57px;
    background-color: #fff;
    transition-duration: 0.15s;
    box-shadow: 0 0 0 0 transparent;
    cursor: pointer;
}
.steps_field select {
    width: 100%;
    background: #fff;
}
.steps_field select:active,
.steps_field select:focus {
    outline: 0;
    background: #f4f8f6;
    border-color: #2d804a;
}
.steps_radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.steps_radio:checked + .steps_radio__btn {
    background-color: #f4f8f6;
    border-color: #2d804a;
    box-shadow:
        0 4px 6px -1px rgb(0 0 0 / 0.1),
        0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.steps_field {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 11px;
    margin-bottom: 21px;
}
.steps_bottom,
.steps_btn {
    align-items: center;
    display: flex;
}
.steps_btn {
    border: 1px solid #c4dbcc;
    border-radius: 12px;
    background-color: #2b8b4e;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    padding: 16px 20px;
    color: #fff;
    justify-content: center;
    gap: 5px;
    transform: scale(1);
    transition:
        transform 0.1s,
        background-color 0.1s;
    outline: 0;
}
.steps_btn img {
    margin-top: 2px;
}
.steps_btn[disabled] {
    background-color: #b2d2bd;
}
.steps_item-active:not([step="1"]) .steps_btn[disabled] {
    animation: 0.2s linear gray-btn;
}
@keyframes gray-btn {
    0% {
        background-color: #2b8b4e;
    }
    100% {
        background-color: #b2d2bd;
    }
}
.steps_btn:not([disabled]):active {
    transform: scale(0.97);
}

@keyframes scale-sm {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.035);
    }
}
.quiz_label {
  color: #555;
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 24px;
}
.steps_bottom {
    margin: 16px 0 0;
    font-size: 11px;
    justify-content: center;
    gap: 8px;
}
.steps_bottom span {
    display: flex;
    align-items: center;
    gap: 4px;
}
.footer {
    font-size: 11px;
    margin-top: 14px;
    padding-top: 32px;
    border-top: 1px solid #e7e4de;
    padding-bottom: 59px;
    color: #4d5462;
    line-height: 15px;
}
.footer > :first-child {
    margin-top: 0;
}
.footer a {
    text-decoration: underline;
    display: inline-block;
    margin: 0 5px;
}
.steps_item[step="2"] .steps_field {
    flex-direction: column;
}
.steps_item[step="2"] .steps_radio__btn {
    width: 100%;
}
.modal_wrapper,
.callModal_wrapper {
    z-index: 5;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgb(30 37 51 / 46%);
    display: none;
}
.modal_wrapper-active,
.callModal_wrapper-active {
    display: flex !important;
}
.callModal .modal_title {
  font-size: 23px;
}
.callModal .modal_label {
  margin-top: 5px;
}
.modal {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 40px 20px 31px;
    font-weight: 500;
}
.modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    right: 18px;
    top: 15px;
    padding: 5px;
  cursor: pointer;
}
.modal_close::after,
.modal_close::before {
    position: absolute;
    content: "";
    width: 27px;
    height: 3px;
    border-radius: 5px;
    background: #6e748a;
}
.modal_close::before {
    transform: rotate(-45deg);
    left: 3px;
    top: 15px;
}
.modal_close::after {
    transform: rotate(45deg);
    left: 3px;
    top: 15px;
}
.modal_title {
    color: #1e2533;
    font-size: 26px;
    font-weight: 900;
    margin-top: 15px;
}
.modal_subtitle {
    color: #1e2533;
    font-size: 17px;
    font-weight: 700;
    margin: 10px 0 15px;
}
.modal_circle {
    width: 50px;
    height: 50px;
    margin: auto;
    background: #ecf4ee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.modal_btn,
.modal_btn::after {
    border-radius: 12px;
    width: 100%;
}
.modal_label {
    font-size: 11px;
    font-weight: 500;
    margin-top: 6px;
    letter-spacing: -0.2px;
}
.modal_descr {
    font-size: 14px;
    font-weight: 500;
}
.modal_btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    line-height: 23px;
    position: relative;
    z-index: 2;
}
.modal_btn {
    padding: 24px 20px;
    background: #2b8b4e;
    color: #fff;
    display: inline-block;
    margin: 10px auto 16px;
    font-weight: 700;
    font-size: 17px;
}
.modal_btn-scale {
    animation: 0.4s ease-in scale-sm;
}
.modal_btn::after {
    content: "";
    animation: 2s linear infinite pulse-glow;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}
@keyframes pulse-glow {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(129, 191, 96, 0);
    }
    50% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(47, 154, 86, 0.3);
    }
}
.modal_hint {
    color: #e68484;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 17px;
    gap: 8px;
}
.modal_hint img {
    margin-top: 1px;
    transform: scale(1);
    animation: 2s linear infinite scale-flow;
}
@keyframes scale-flow {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}
.modal_btn img {
    animation: 1.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite both shake;
}
@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}
.gradient-urgent-animated {
    background: linear-gradient(108deg, #24528f, #386eb7, #24528f, #386eb7, #24528f);
    background-size: 200% 100%;
    animation: 6s ease-in-out infinite gradient-shift;
}
@keyframes gradient-shift {
    0%,
    100% {
        background-position: 0 50%;
    }
    30% {
        background-position: 100% 50%;
    }
    70% {
        background-position: -30% 50%;
    }
}
@keyframes pulse {
    50% {
        opacity: 0.7;
    }
}
.animate-pulse {
    animation: 2s cubic-bezier(0.4, 0, 0.6, 1) infinite pulse;
}
.animate-pulse {
    animation: 2s cubic-bezier(0.4, 0, 0.6, 1) infinite pulse;
}
.steps_radio:checked + .steps_radio__btn {
    animation: cardConfirm .35s ease-out
}

@keyframes cardConfirm {
    0% {
        transform: scale(1)
    }

    40% {
        transform: scale(.96)
    }
    100% {
        transform: scale(1)
    }
}