@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Ubuntu:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding: 0 30px;
}

@media (min-width: 300px) {
  .container {
    max-width: 100%;
    padding: 0 14px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 14px;
  }
}
@media (min-width: 768px) {
  .container {
    padding: 0;
    max-width: 100%;
    padding: 0 14px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1296px;
  }
}
@media (min-width: 1560px) {
  .container {
    max-width: 1296px;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
div,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  display: inline-block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select,
button {
  vertical-align: middle;
  border: none;
  background-color: transparent;
}
input:focus,
select:focus,
button:focus {
  outline: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

html {
  scroll-behavior: smooth;
}
html::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
}
html::-webkit-scrollbar-thumb {
  background: var(--22, linear-gradient(268deg, #235ab8 4.41%, #4e94ff 98.68%));
  width: 3px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  font-family: "Lato", sans-serif;
  line-height: 1;
  height: 100%;
}
body.ovhidden {
  overflow: hidden;
}
body.shadow {
  position: relative;
  overflow: hidden;
  max-height: 100%;
}
body.shadow .wrapper {
  height: 100%;
  overflow: hidden;
}
body.shadow .wrapper.show {
  display: block;
}
body.shadow::after {
  content: "";
  background: #000;
  opacity: 0.155555;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.header,
.footer {
  font-family: "Ubuntu", sans-serif;
}

.breadcrumb {
  z-index: 2;
  margin-bottom: 37px;
}
.breadcrumb .container {
  display: flex;
  align-items: center;
  grid-area: 16px;
  color: #fff;
}
.breadcrumb .container a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width:1025px) {
  .breadcrumb .container {
    font-size: 14px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 37px;
}
.pagination a {
  color: rgba(102, 102, 102, 0.5);
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 19px */
  border-bottom: 1px solid transparent;
}
.pagination a.current {
  color: #2d5ea7;
  border-bottom: 1px solid #2d5ea7;
}

.step_block {
  display: flex;
}
@media (max-width:1025px) {
  .step_block {
    flex-direction: column-reverse;
  }
}
.step_block .step_text {
  flex: 0 0 550px;
  border-radius: 4px 0 0 4px;
  background: rgba(45, 94, 167, 0.01);
  backdrop-filter: blur(12px);
  background-image: url(../images/bg-3.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px;
}
.step_block .step_text .step_text_item {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease;
}
.step_block .step_text.first_s .first_st {
  position: relative;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.step_block .step_text.second_s .second_st {
  position: relative;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.step_block .step_text.third_s .third_st {
  position: relative;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.step_block .step_text.fourth_s .fourth_st {
  position: relative;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.step_block .step_text .text_title {
  color: #fff;
  margin-bottom: 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 30px */
  text-transform: uppercase;
}
.step_block .step_text .text_text {
  color: #fff;
  margin-bottom: 130px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
}
.step_block .step_text .text_block a {
  border: 1px solid #fff;
  padding: 18px 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  transition: 0.4s all ease;
}
.step_block .step_text .text_block a:hover {
  background: #2d5ea7;
  color: #fff;
}
.step_block .step_quiz {
  flex: 1 1 auto;
  border-radius: 4px;
  background: #fff;
  padding: 24px;
}
.step_block .step_quiz .step_quiz_item {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease;
}
.step_block .step_quiz .step_quiz_item.active {
  position: relative;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.step_block .step_quiz .step_quiz_item.last {
  align-items: center;
  gap: 24px;
  color: #0e0e0e;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 44.8px */
  text-transform: uppercase;
  justify-content: center;
}
@media (max-width:1025px) {
  .step_block .step_quiz .step_quiz_item.last {
    font-size: 23px;
  }
}
@media (max-width:1025px) {
  .step_block .step_quiz .step_quiz_item.last .link {
    font-size: 13px;
  }
}
.step_block .step_quiz .step_quiz_item .link {
  color: #2d5ea7;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
@media (max-width:1025px) {
  .step_block .step_quiz .step_quiz_item .link {
    font-size: 16px;
  }
}
.step_block .step_quiz .second_step.active .progress {
  width: 20%;
}
.step_block .step_quiz .third_step.active .progress {
  width: 30%;
}
.step_block .step_quiz .fourth_step.active .progress {
  width: 40%;
}
.step_block .step_quiz .fifth_step.active .progress {
  width: 50%;
}
.step_block .step_quiz .six_step.active .progress {
  width: 60%;
}
.step_block .step_quiz .seven_step.active .progress {
  width: 75%;
}
.step_block .step_quiz .eight_step.active .progress {
  width: 88%;
}
.step_block .step_quiz .nine_step.active .progress {
  width: 90%;
}
.step_block .step_quiz .ten_step.active .progress {
  width: 90%;
}
.step_block .step_quiz .step_quiz_item_order {
  color: #2d5ea7;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  text-transform: uppercase;
}
.step_block .step_quiz .step_quiz_item_title {
  color: #0e0e0e;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  text-transform: uppercase;
  margin-bottom: 28px;
}
.step_block .step_quiz .progress_wrapper {
  width: 100%;
  height: 8px;
  background: rgba(102, 102, 102, 0.2);
  margin-bottom: 34px;
}
.step_block .step_quiz .progress_wrapper div {
  height: 100%;
  width: 10%;
  background: #2d5ea7;
}
.step_block .step_quiz .questions {
  width: 100%;
}
.step_block .step_quiz .item_question {
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  margin-bottom: 24px;
}
.step_block .step_quiz .questions_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.step_block .step_quiz .questions_wrapper.fd {
  flex-direction: column;
}
.step_block .step_quiz .questions_wrapper.fd div {
  width: 100%;
}
.step_block .step_quiz .questions_wrapper.inputs div {
  border: none;
}
.step_block .step_quiz .questions_wrapper.inputs input,
.step_block .step_quiz .questions_wrapper.inputs select {
  width: 100%;
}
@media (max-width:1025px) {
  .step_block .step_quiz .questions_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.step_block .step_quiz .questions_wrapper .questions_item {
  flex: 0 0 calc(50% - 12px);
  border: 1px solid #e5e7ea;
  background: #fff;
  padding: 12px;
}
@media (max-width:1025px) {
  .step_block .step_quiz .questions_wrapper .questions_item {
    width: 100%;
  }
}
.step_block .step_quiz .questions_wrapper .questions_item.checked {
  background: #2d5ea7;
  color: #fff;
}
.step_block .step_quiz .questions_wrapper .questions_item.checked .checkbox_wrapper {
  color: #fff;
}
.step_block .step_quiz .quiz_button {
  display: flex;
  align-items: center;
  margin-top: 25px;
  gap: 14px;
  width: 100%;
  flex: 1 1 auto;
  align-items: flex-end;
}
@media (max-width:1025px) {
  .step_block .step_quiz .quiz_button {
    flex-direction: column;
    text-align: center;
    align-items: flex-end;
  }
}
.step_block .step_quiz .quiz_button .button-blue,
.step_block .step_quiz .quiz_button .button-blue-outline {
  padding: 20px 0;
  flex: 0 0 calc(50% - 12px);
}
.step_block .step_quiz .quiz_button .link {
  flex: 0 0 calc(50% - 12px);
  color: #2d5ea7;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 25.2px */
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
@media (max-width:1025px) {
  .step_block .step_quiz .quiz_button .link {
    font-size: 14px;
  }
}

.page__title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width:1025px) {
  .page__title {
    font-size: 26px;
  }
}
.page__title.title_result {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1310px) {
  .page__title.title_result {
    flex-direction: column;
    text-align: start;
    gap: 24px;
  }
}
.page__title.title_result .date {
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
}
.page__title.title_result .date span {
  border-bottom: 1px solid #fff;
}
@media (max-width:1025px) {
  .page__title.title_result .date {
    text-align: start;
  }
}

.bg-red {
  z-index: 1;
}
.bg-red::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  opacity: 0.5;
  background: #ce1313;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.section__title {
  color: #0e0e0e;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 41.6px */
  text-transform: uppercase;
}
@media (max-width:1025px) {
  .section__title {
    font-size: 26px;
  }
}

.subtitle {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  max-width: 1100px;
}
@media (max-width:1025px) {
  .subtitle {
    font-size: 14px;
  }
}

.input-common,
.select-common {
  background: #f6f6f6;
  color: #0e0e0e;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  padding: 18px;
  border-bottom: 1px solid transparent;
}
.input-common::placeholder,
.select-common::placeholder {
  color: rgba(102, 102, 102, 0.7);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
}
.input-common:focus, .input-common:active,
.select-common:focus,
.select-common:active {
  border-bottom: 1px solid #2d5ea7;
}

.select-common {
  color: rgba(102, 102, 102, 0.7);
  appearance: none;
}
.select-common.selected {
  color: #0e0e0e;
}

.button-blue {
  color: #fff;
  text-align: center;
  background: #2d5ea7;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all ease;
  cursor: pointer;
}
.button-blue:active {
  background: #2d5ea7;
}
.button-blue:hover {
  background: #5899fb;
}

.button-blue-outline {
  border: 1px solid #2d5ea7;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  width: 100%;
  color: #2d5ea7;
  text-align: center;
  transition: 0.4s all ease;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  cursor: pointer;
}
.button-blue-outline path {
  transition: 0.4s all ease;
}
.button-blue-outline:hover {
  background: #2d5ea7;
  color: #fff;
}
.button-blue-outline:hover path {
  fill: #fff;
}

.button-red {
  background: #ce1313;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  padding: 18px 42px;
  transition: 0.4s all ease;
}
.button-red:hover {
  background: #fc5454;
}

.button-red-outline {
  border: 1px solid #ce1313;
  background: #fff;
  color: #ce1313;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
  transition: 0.4s all ease;
  padding: 18px 42px;
}
.button-red-outline:hover {
  background-color: #ce1313;
  color: #fff;
}

.titleHome {
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width:1025px) {
  .titleHome {
    font-size: 20px;
  }
}

.header {
  position: relative;
}
.header .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header .bg-img.result img {
  height: 280%;
}
.header .bg-img.oferta {
  height: 55%;
}
.header .bg-img img {
  width: 100%;
  height: 200%;
}
.header .header_top {
  padding: 29px 0 19px;
  border-bottom: 1px solid rgb(144, 164, 194);
  margin-bottom: 64px;
  z-index: 2;
}
@media (max-width:1025px) {
  .header .header_top {
    margin-bottom: 48px;
  }
}
.header .header_top .header_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header_top .header_nav .header_logo {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.header .header_top .header_nav .header_logo a {
  font-weight: 700;
  color: #fff;
}
@media (max-width:1025px) {
  .header .header_top .header_nav .header_logo a img {
    width: 38px;
  }
}
@media (max-width:1025px) {
  .header .header_top .header_nav .header_logo {
    font-size: 12px;
  }
}
.header .header_top .header_nav .header_contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
  text-align: right;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  gap: 8px;
}
@media (max-width:1025px) {
  .header .header_top .header_nav .header_contacts {
    font-size: 12px;
  }
}
.header .header_top .header_nav .header_contacts a {
  color: #fff;
  text-align: right;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  border-bottom: 1px solid #fff;
}
@media (max-width:1025px) {
  .header .header_top .header_nav .header_contacts a {
    font-size: 12px;
  }
}
.header .header_bottom {
  z-index: 2;
}

.wrapper {
  overflow: hidden;
}
.wrapper.empty .section-steps {
  padding-top: 72px;
}
.wrapper.empty .section-nodolgov {
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 50px;
}
.wrapper.empty .section-results,
.wrapper.empty .section-info {
  display: none;
}
.wrapper.empty .header .bg-img.result img {
  height: 150%;
}

.main {
  background: #f4f6f8;
}
.main .section-nodolgov {
  display: none;
}
.main .row.oferta {
  line-height: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main.oferta {
  padding: 30px 0;
}
.main section {
  margin-bottom: 74px;
}
.main .section-search {
  margin-top: 36px;
  z-index: 2;
}
@media (max-width:1025px) {
  .main .section-search > .container {
    padding: 0;
    max-width: 100%;
  }
}
.main .section-search .search_inner {
  background: #fff;
  padding: 36px 24px 24px;
}
@media (max-width:1025px) {
  .main .section-search .search_inner {
    padding: 36px 14px;
  }
}
.main .section-search .search_inner .tab_header {
  padding: 4px;
  border-radius: 4px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width:1025px) {
  .main .section-search .search_inner .tab_header {
    flex-direction: column;
    margin-bottom: 0;
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
  }
  .main .section-search .search_inner .tab_header.active {
    background: #fff;
  }
  .main .section-search .search_inner .tab_header.active .tab_toggler {
    position: relative;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
.main .section-search .search_inner .tab_header .tab_toggler {
  color: rgba(102, 102, 102, 0.8);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
  background: transparent;
  padding: 12px;
  flex: 1 1 auto;
  transition: 0.4s all ease;
}
.main .section-search .search_inner .tab_header .tab_toggler:hover, .main .section-search .search_inner .tab_header .tab_toggler.active {
  color: #2d5ea7;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  text-transform: uppercase;
  border-bottom: 4px solid #2d5ea7;
  background: #fff;
}
@media (max-width:1025px) {
  .main .section-search .search_inner .tab_header .tab_toggler:hover, .main .section-search .search_inner .tab_header .tab_toggler.active {
    color: rgba(102, 102, 102, 0.7);
    font-weight: 400;
    line-height: 100%;
  }
}
@media (max-width:1025px) {
  .main .section-search .search_inner .tab_header .tab_toggler {
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all ease;
    width: 100%;
    text-align: left;
    color: rgba(102, 102, 102, 0.7);
    font-weight: 400;
    line-height: 100%;
  }
  .main .section-search .search_inner .tab_header .tab_toggler.active {
    position: relative;
    height: auto;
    border: none;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    width: 100%;
    text-align: left;
  }
}
.main .section-search .search_inner .tab_body {
  padding-top: 32px;
  border-top: 1px solid #f4f6f8;
}
.main .section-search .search_inner .tab_body form {
  margin-bottom: 32px;
}
.main .section-search .search_inner .tab_body .tab_item {
  transition: 0.4s all ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.main .section-search .search_inner .tab_body .tab_item.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  display: block;
}
.main .section-search .search_inner .tab_body .tab_item_inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width:1025px) {
  .main .section-search .search_inner .tab_body .tab_item_inner {
    flex-direction: column;
    gap: 24px;
  }
}
.main .section-search .search_inner .tab_body .tab_item_inner input,
.main .section-search .search_inner .tab_body .tab_item_inner select,
.main .section-search .search_inner .tab_body .tab_item_inner a {
  flex: 0 0 calc(25% - 12px);
  width: 100%;
}
@media (max-width:1025px) {
  .main .section-search .search_inner .tab_body .tab_item_inner input,
  .main .section-search .search_inner .tab_body .tab_item_inner select,
  .main .section-search .search_inner .tab_body .tab_item_inner a {
    flex: 0 0 100%;
  }
}
@media (max-width:1025px) {
  .main .section-search .search_inner .tab_body .tab_item_inner .button-blue {
    padding: 18px 0;
  }
}
.main .section-search .search_inner .tab_body .tab_item_inner.ip input {
  flex: 1 1 auto;
  margin-right: 16px;
}
@media (max-width: 1310px) {
  .main .section-search .search_inner .tab_body .tab_item_inner.ip input {
    margin-right: 8px;
  }
}
.main .section-search .search_inner .tab_body .search_text {
  border-radius: 4px;
  background: #f4f6f8;
  padding: 24px;
}
@media (max-width:1025px) {
  .main .section-search .search_inner .tab_body .search_text {
    padding: 36px 14px;
  }
}
.main .section-search .search_inner .tab_body .search_text .text_title {
  color: #0e0e0e;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (max-width:1025px) {
  .main .section-search .search_inner .tab_body .search_text .text_title {
    font-size: 16px;
  }
}
.main .section-search .search_inner .tab_body .search_text .text_content {
  color: #0e0e0e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  margin-bottom: 12px;
}
@media (max-width:1025px) {
  .main .section-search .search_inner .tab_body .search_text .text_content {
    font-size: 14px;
  }
}
.main .section-search .search_inner .tab_body .search_text .read_more {
  color: #2d5ea7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  border-bottom: 1px solid #2d5ea7;
  margin-top: 6px;
}
.main .section-reasons .section__title {
  margin-bottom: 14px;
}
.main .section-reasons .reason_subtitle {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  margin-bottom: 36px;
}
@media (max-width:1025px) {
  .main .section-reasons .reason_subtitle {
    margin-bottom: 26px;
  }
}
.main .section-reasons .reasons_block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .section-reasons .reasons_block .reason_item_wrapper {
  flex: 0 0 calc(50% - 12px);
}
@media (max-width:1025px) {
  .main .section-reasons .reasons_block .reason_item_wrapper {
    flex: 0 0 100%;
  }
}
.main .section-reasons .reasons_block .reason_item_wrapper .reason_item {
  border-radius: 4px;
  border-bottom: 4px solid #2d5ea7;
  background: #fff;
  padding: 24px 24px 36px;
  position: relative;
}
.main .section-reasons .reasons_block .reason_item_wrapper .reason_item::after {
  content: "";
  position: absolute;
  height: 125px;
  width: 151px;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
}
.main .section-reasons .reasons_block .reason_item_wrapper .reason_item:first-child {
  margin-bottom: 24px;
}
.main .section-reasons .reasons_block .reason_item_wrapper .reason_item:first-child::after {
  background-image: url(../images/ICO.svg);
}
.main .section-reasons .reasons_block .reason_item_wrapper .reason_item:last-child::after {
  background-image: url(../images/ICO-4.svg);
}
.main .section-reasons .reasons_block .reason_item_wrapper .reason_item .reason_item_title {
  color: #0e0e0e;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media (max-width:1025px) {
  .main .section-reasons .reasons_block .reason_item_wrapper .reason_item .reason_item_title {
    font-size: 16px;
  }
}
.main .section-reasons .reasons_block .reason_item_wrapper .reason_item .reason_item_text {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media (max-width:1025px) {
  .main .section-reasons .reasons_block .reason_item_wrapper .reason_item .reason_item_text {
    font-size: 14px;
  }
}
.main .section-reasons .reasons_block .reason_item_wrapper:last-of-type .reason_item:first-child {
  margin-bottom: 24px;
}
.main .section-reasons .reasons_block .reason_item_wrapper:last-of-type .reason_item:first-child::after {
  background-image: url(../images/ICO-2.svg);
}
.main .section-reasons .reasons_block .reason_item_wrapper:last-of-type .reason_item:last-child::after {
  background-image: url(../images/ICO-3.svg);
}
@media (max-width:1025px) {
  .main .section-benefits > .container {
    padding: 0;
    max-width: 100%;
  }
}
.main .section-benefits > .container .benefits_inner .benefits.ds {
  display: flex;
  border-radius: 4px;
  gap: 24px;
  background: #fff;
}
@media (max-width:1025px) {
  .main .section-benefits > .container .benefits_inner .benefits.ds {
    display: none;
  }
}
.main .section-benefits > .container .benefits_inner .benefits.ds .benefits_points {
  padding: 36px 0 36px 24px;
  flex: 0 0 370px;
}
.main .section-benefits > .container .benefits_inner .benefits.ds .benefits_points .section__title {
  margin-bottom: 24px;
}
.main .section-benefits > .container .benefits_inner .benefits.ds .benefits_points ul,
.main .section-benefits > .container .benefits_inner .benefits.ds .benefits_points li {
  list-style: disc;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
}
.main .section-benefits > .container .benefits_inner .benefits.ds .benefits_table {
  flex: 0 0 515px;
  padding: 36px 0;
}
.main .section-benefits > .container .benefits_inner .benefits.ds .benefits_table .table_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgb(70, 108, 165);
}
.main .section-benefits > .container .benefits_inner .benefits.ds .benefits_table .table_item:first-child .item_lable {
  color: #0e0e0e;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
}
.main .section-benefits > .container .benefits_inner .benefits.ds .benefits_table .table_item:first-child .item_data {
  color: #2d5ea7;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  text-transform: uppercase;
}
.main .section-benefits > .container .benefits_inner .benefits.ds .benefits_table .table_item .item_lable {
  color: #0e0e0e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
.main .section-benefits > .container .benefits_inner .benefits.ds .benefits_table .table_item .item_data {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
.main .section-benefits > .container .benefits_inner .benefits.ds .bankr {
  flex: 1 1 auto;
  text-align: center;
  padding: 36px 24px 36px 0;
  border-radius: 0px 4px 4px 0px;
  background: rgba(45, 94, 167, 0.01);
  backdrop-filter: blur(6px);
  background-image: url(../images/bg-3.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.main .section-benefits > .container .benefits_inner .benefits.ds .bankr .bankr_title {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid rgb(70, 108, 165);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  text-transform: uppercase;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.main .section-benefits > .container .benefits_inner .benefits.ds .bankr .bankr_item {
  color: #fff;
  border-bottom: 1px solid rgb(70, 108, 165);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.main .section-benefits > .container .benefits_inner .benefits.mb {
  display: none;
}
@media (max-width:1025px) {
  .main .section-benefits > .container .benefits_inner .benefits.mb {
    display: block;
    background-color: #fff;
    padding: 36px 0 0 0;
  }
}
.main .section-benefits > .container .benefits_inner .benefits.mb .section__title {
  padding: 0 14px;
}
.main .section-benefits > .container .benefits_inner .benefits.mb .subtitle {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  margin-bottom: 36px;
  padding: 0 14px;
}
.main .section-benefits > .container .benefits_inner .benefits.mb .benefit_item {
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .section-benefits > .container .benefits_inner .benefits.mb .benefit_item.first .benefit_title {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  text-transform: uppercase;
}
.main .section-benefits > .container .benefits_inner .benefits.mb .benefit_item.first .benefit_data {
  color: #2d5ea7;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  text-transform: uppercase;
}
.main .section-benefits > .container .benefits_inner .benefits.mb .benefit_item .benefit_title {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20.8px */
  text-transform: uppercase;
}
.main .section-benefits > .container .benefits_inner .benefits.mb .benefit_item .benefit_data {
  color: #2d5ea7;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
}
.main .section-benefits > .container .benefits_inner .benefits.mb .separate {
  color: #0e0e0e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  background: #e5e7ea;
  padding: 14px;
}
.main .section-faq {
  margin-bottom: 0;
  padding-bottom: 74px;
}
.main .section-faq .faq_inner .section__title {
  margin-bottom: 24px;
}
.main .section-faq .faq_inner .faq_subtitle {
  margin-bottom: 32px;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
.main .section-faq .faq_inner .faq_block .faq_item {
  border-radius: 4px;
  border-bottom: 4px solid #2d5ea7;
  background: #fff;
  color: #666;
  padding: 24px 14px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media (max-width:1025px) {
  .main .section-faq .faq_inner .faq_block .faq_item {
    font-size: 14px;
  }
}
.main .section-faq .faq_inner .faq_block .faq_item:not(:last-of-type) {
  margin-bottom: 24px;
}
.main .section-faq .faq_inner .faq_block .faq_item .faq_title {
  color: #0e0e0e;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width:1025px) {
  .main .section-faq .faq_inner .faq_block .faq_item .faq_title {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
.main .section-faq .faq_inner .faq_block .faq_item .faq_link {
  margin-top: 24px;
  color: #2d5ea7;
  border-bottom: 1px solid #2d5ea7;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 22.4px */
}
.main .section-results {
  z-index: 2;
  margin-top: 0;
}
.main .section-results .results_inner .results_top_inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 24px;
}
@media (max-width:1025px) {
  .main .section-results .results_inner .results_top_inputs {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main .section-results .results_inner .results_top_inputs .result_item {
  flex: 0 0 calc(33% - 12px);
}
@media (max-width:1025px) {
  .main .section-results .results_inner .results_top_inputs .result_item {
    flex: 0 0 100%;
    width: 100%;
  }
}
.main .section-results .results_inner .results_top_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width:1025px) {
  .main .section-results .results_inner .results_top_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main .section-results .results_inner .results_top_bottom .result_item {
  flex: 0 0 calc(50% - 12px);
}
@media (max-width:1025px) {
  .main .section-results .results_inner .results_top_bottom .result_item {
    flex: 0 0 100%;
    width: 100%;
  }
}
.main .section-results .results_inner .result_item {
  display: flex;
  gap: 16px;
  align-items: center;
  border-radius: 4px;
  background: #fff;
  padding: 16px 24px;
}
.main .section-results .results_inner .result_item .result_label {
  margin-bottom: 10px;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 16px */
}
.main .section-results .results_inner .result_item .result_info {
  color: #0e0e0e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
.main .section-results .results_inner .alert_block {
  border-radius: 4px;
  margin-top: 42px;
}
.main .section-results .results_inner .alert_block .alert_top {
  padding: 24px 24px 40px;
  border-radius: 4px 4px 0 0;
  background: #ce1313;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  background-image: url(../images/alert.svg);
  background-repeat: no-repeat;
  background-position: right top;
}
.main .section-results .results_inner .alert_block .alert_top .alert_title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 32px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
.main .section-results .results_inner .alert_block .alert_top .alert_text.last {
  margin-top: 35px;
}
@media (max-width:1025px) {
  .main .section-results .results_inner .alert_block .alert_top .alert_text.last {
    margin-top: 12px;
  }
}
.main .section-results .results_inner .alert_block .alert_bottom {
  padding: 24px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width:1025px) {
  .main .section-results .results_inner .alert_block .alert_bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main .section-results .results_inner .alert_block .alert_bottom .alert_buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width:1025px) {
  .main .section-results .results_inner .alert_block .alert_bottom .alert_buttons {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .main .section-results .results_inner .alert_block .alert_bottom .alert_buttons a {
    width: 100%;
    padding: 18px;
    text-align: center;
    justify-content: center;
  }
}
.main .section-results .results_inner .alert_block .alert_bottom .alert_link {
  text-align: end;
  color: #ce1313;
  text-align: right;
  font-family: "Ubuntu", sans-serif;
  text-decoration-skip-ink: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 25.2px */
  text-decoration-line: underline;
}
@media (max-width:1025px) {
  .main .section-results .results_inner .alert_block .alert_bottom .alert_link {
    width: 100%;
    text-align: center;
    margin-top: 24px;
    font-size: 14px;
  }
}
.main .section-info {
  margin-top: 72px;
}
.main .section-info .info_inner .section__title {
  margin-bottom: 35px;
}
.main .section-info .info_inner .dolgi_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}
.main .section-info .info_inner .dolgi_block .dolg_item {
  flex: 0 0 calc(33% - 12px);
  border-radius: 4px;
  background: #fff;
}
@media (max-width:1025px) {
  .main .section-info .info_inner .dolgi_block .dolg_item {
    flex: 0 0 100%;
    width: 100%;
  }
}
.main .section-info .info_inner .dolgi_block .dolg_item .dolg_header {
  border-radius: 4px;
  background: #2d5ea7;
  padding: 24px;
}
.main .section-info .info_inner .dolgi_block .dolg_item .dolg_header .dolg_title {
  color: #fff;
  margin-bottom: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
  text-transform: uppercase;
}
.main .section-info .info_inner .dolgi_block .dolg_item .dolg_header .dolg_data {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
}
.main .section-info .info_inner .dolgi_block .dolg_item .dolg_body {
  padding: 26px 0;
}
.main .section-info .info_inner .dolgi_block .dolg_item .dolg_body .dolg_body_info {
  padding: 0 24px;
  margin-bottom: 26px;
}
.main .section-info .info_inner .dolgi_block .dolg_item .dolg_body .dolg_body_info .info_label {
  color: #0e0e0e;
  margin-bottom: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
}
.main .section-info .info_inner .dolgi_block .dolg_item .dolg_body .dolg_body_info .info_text {
  color: #0e0e0e;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}
.main .section-info .info_inner .dolgi_block .dolg_item .dolg_body .dolg_body_hidden {
  max-height: 0px;
  overflow: hidden;
  transition: 0.4s all ease;
  opacity: 0;
  visibility: hidden;
}
.main .section-info .info_inner .dolgi_block .dolg_item .dolg_body .dolg_body_hidden.visible {
  overflow: visible;
  margin-bottom: 24px;
  opacity: 1;
  visibility: visible;
}
.main .section-info .info_inner .dolgi_block .dolg_item .dolg_body .more_toggler {
  padding-top: 18px;
  border-radius: 0px 0px 4px 4px;
  border-top: 1px solid rgba(102, 102, 102, 0.2);
  background: #fff;
}
.main .section-info .info_inner .dolgi_block .dolg_item .dolg_body .more_toggler .more_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  height: 100%;
  color: #2d5ea7;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 18px */
}
.main .section-steps {
  margin-bottom: 0;
  padding-bottom: 74px;
}
@media (max-width:1025px) {
  .main .section-steps {
    padding-bottom: 64px;
  }
}

.footer {
  background: #0e0e0e;
  padding: 64px 0 24px;
  color: #fff;
}
@media (max-width:1025px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer .footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width:1025px) {
  .footer .footer_top {
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    padding-bottom: 48px;
  }
}
.footer .footer_top .footer_logo_info {
  margin-bottom: 62px;
  display: flex;
  align-items: center;
  gap: 38px;
}
@media (max-width:1025px) {
  .footer .footer_top .footer_logo_info {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 14px;
    margin-bottom: 0;
  }
}
.footer .footer_top .footer_logo_info .div {
  font-size: 14px;
  font-weight: 300;
}
.footer .footer_top .footer_logo_info .div span {
  font-weight: 700;
}
.footer .footer_top .footer_logo_info .logo {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width:1025px) {
  .footer .footer_top .footer_logo_info .logo {
    border-bottom: 1px solid #272727;
    width: 100%;
    padding-bottom: 14px;
  }
}
.footer .footer_top .footer_logo_info .logo a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px; /* 107.143% */
}
.footer .footer_top .footer_contacts {
  display: flex;
  align-items: center;
  gap: 90px;
}
@media (max-width:1025px) {
  .footer .footer_top .footer_contacts {
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
  }
}
.footer .footer_top .footer_contacts .contact_item {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
}
.footer .footer_top .footer_contacts .contact_item a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 14px;
}
.footer .footer_top .footer_contacts .contact_item a span {
  border-bottom: 1px solid #fff;
}
.footer .footer_top .footer_contacts .contact_item .text {
  opacity: 0.6;
}
.footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 18.2px */
}
@media (max-width:1025px) {
  .footer .footer_bottom {
    flex-direction: column;
  }
}
.footer .footer_bottom a {
  color: #fff;
  opacity: 0.6;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
}
@media (max-width:1025px) {
  .footer .footer_bottom_wrapper {
    padding: 14px 0 24px;
    background-color: rgb(39, 39, 39);
  }
  .footer .footer_bottom_wrapper .footer_bottom {
    gap: 24px;
  }
  .footer .footer_bottom_wrapper .bottom_item:nth-of-type(2) {
    order: 3;
  }
}

.checkbox_wrapper {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
}
.checkbox_wrapper span {
  transition: 0.4s all ease;
  border-bottom: 1px solid transparent;
}
.checkbox_wrapper:hover span {
  color: rgb(45, 94, 167);
  border-bottom: 1px solid #2d5ea7;
}
.checkbox_wrapper:hover .checkmark {
  border-color: #2d5ea7;
}
.checkbox_wrapper .checkmark {
  border-color: rgb(102, 102, 102);
}

.questions_item.checked .checkbox_wrapper:hover span {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* Hide the browser's default checkbox */
.checkbox_wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #fff;
  border: 1px solid rgb(102, 102, 102);
}

/* On mouse-over, add a grey background color */
.checkbox_wrapper:hover input ~ .checkmark {
  background: #fff;
  border-color: rgb(45, 94, 167);
}

/* When the checkbox is checked, add a blue background */
.checkbox_wrapper input:checked ~ .checkmark {
  background-color: transparent;
  border-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_wrapper input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_wrapper .checkmark:after {
  left: 3px;
  top: -2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) scale(0.8);
}

.loader-modal,
.modal-quizzes,
.modal-alert {
  display: none;
}

.loader-modal.active,
.modal-quizzes.active,
.modal-alert.active {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  z-index: 9;
  color: #0e0e0e;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}
.loader-modal.active span,
.modal-quizzes.active span,
.modal-alert.active span {
  font-weight: 700;
}
@media (max-width:1025px) {
  .loader-modal.active,
  .modal-quizzes.active,
  .modal-alert.active {
    overflow-y: scroll;
    overflow-x: hidden;
    justify-content: flex-start;
    height: 120vh;
  }
}

.loader-modal.active::after,
.modal-quizzes.active::after,
.modal-alert.active::before {
  content: "";
  background: rgba(14, 14, 14, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width:1025px) {
  .loader-modal.active::after,
  .modal-quizzes.active::after,
  .modal-alert.active::before {
    content: none;
  }
}

.loader-modal.active > .container::after,
.modal-quizzes.active > .container::after,
.modal-alert.active > .container::before {
  content: none;
  background: rgba(14, 14, 14, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width:1025px) {
  .loader-modal.active > .container::after,
  .modal-quizzes.active > .container::after,
  .modal-alert.active > .container::before {
    content: "";
  }
}

.loader-modal.active::after {
  height: 120vh;
}

.loader-modal.active {
  justify-content: center;
}

.modal-content {
  position: relative;
  z-index: 9;
  border-radius: 12px;
  background: #fff;
  padding: 40px 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 415px;
}
.modal-content img {
  width: 50%;
}

.searching {
  text-align: center;
}

.modal-quizzes .step_block {
  z-index: 99;
}
@media (max-width:1025px) {
  .modal-quizzes .step_block {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.modal-alert .modal-content {
  max-width: 635px;
  padding: 24px;
}
.modal-alert .modal-content .modal-img {
  text-align: center;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: #ce1313;
  gap: 24px;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
.modal-alert .modal-content .modal-text {
  color: #5a5a5a;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  margin-bottom: 12px;
  width: 100%;
}
.modal-alert .modal-content .modal-text .bold {
  font-weight: 700;
}
.modal-alert .modal-content .list_buttons {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 24px;
  justify-content: center;
}
@media (max-width:1025px) {
  .modal-alert .modal-content .list_buttons {
    flex-direction: column;
  }
}
.modal-alert .modal-content .list_buttons .button-red {
  flex: 1 1 auto;
}
.modal-alert .modal-content .list_buttons .button-red-outline {
  padding: 18px 65px;
}
.modal-alert .modal-content .modal-alert-list li {
  position: relative;
  color: #5a5a5a;
  margin-bottom: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 23.4px */
  padding-left: 30px;
}
.modal-alert .modal-content .modal-alert-list li::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 5px;
  background-color: #ce1313;
  left: 0;
  top: 8px;
}
.modal-alert .modal-content-wrapper {
  background-color: #fff;
  top: 4px;
}
@media (max-width:1025px) {
  .modal-alert .modal-content-wrapper {
    max-width: 355px;
  }
}
.modal-alert .modal-content-wrapper > img {
  position: relative;
  top: 5px;
  width: 100%;
}/*# sourceMappingURL=index.css.map */

.is-invalid {
  border: 2px solid red; 
  background-color: #ffeeee; 
  color: red; 
}