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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-VariableFont_wght.ttf") format("ttf");
}
@font-face {
  font-family: "NunitoSans";
  src: url("/fonts/NunitoSans.ttf") format("ttf");
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter.ttf") format("ttf");
}
@font-face {
  font-family: "Circe";
  src: url("/fonts/Circe-Bold.ttf") format("ttf");
}
@font-face {
  font-family: "MPLUS1";
  src: url("/fonts/MPLUS1-Medium.ttf") format("ttf");
}
.container {
  width: 1186px;
  margin: 0 auto;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 53px;
}

.header__left-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 79px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo__text {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
}

.logo__primary-text {
  color: #ffba6e;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  align-items: center;
  gap: 64px;
}

.header__menu-item a {
  font-family: "MPLUS1", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_call-btn{
    color: #40AB91;
    font-family: "MPLUS1", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding: 12px 32px;
    background: #FFFFFF;
    border-radius: 64px;
    border: 2px solid #40ab91;
    line-height: 24px; /* 150% */
    cursor: pointer;
    text-decoration: none;
}

.header__phone-img {
  margin-right: 12px;
  width: 24px;
  height: 24px;
}

.header__phone-text {
  font-family: "NunitoSans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
}

.mob_menu {
  display: none;
}

.mobile_menu-wrap {
  right: -300%;
  transition: right 0.5s ease-in-out;
}

.mobile_menu-wrap.isActive{
    right: 0%;
}

.menu_call_btn{
    margin-top: 30px;
}

.menu_call_btn a {
    background: #40AB91;
    border-radius: 64px;
    padding: 12px;
    color: #FFFFFF!important;
}

.open {
  display: block !important;
}

.main__section {
/*  background-image: url("../img/Group3.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 874px;
  width: 100%;*/
  background-image: url("../img/Frame.png");
  background-color: #40AB91;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  height: 765px;
}

/* OLD */
.main__screen-content{
    display: grid;
    height: 100%;
    align-items: center;
}

.main__screen-content--wrap {
  padding-top: 0px;
}

.main__screen-content--title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 46px;
  color: #ffffff;
  max-width: 554px;
}

.main__screen-content--description-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  margin-top: 60px;
  margin-bottom: 135px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main__screen-content--rectangle {
  margin-right: 30px;
  width: 70px;
  height: 4px;
  background: #FFBA6E;
}

.main__screen-content--description {
  font-family: "Inter", sans-serif;
  margin-top: 66px;
  color: #ffffff;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  letter-spacing: 0.5px;
  width: 400px;
}

.main__screen-btn {
  font-family: "NunitoSans", sans-serif;
  border-radius: 8px;
  background-color: #FFBA6E;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 21px 30px;
  text-decoration: none;
}

/* / OLD MAIN SCREEN  */



/* NEW */

.main_screen-wrap{
  display: flex;
  gap: 84px;
  align-items: center;
  margin-top: 107px;
}

.main_screen-content{
  display: grid;
  grid-row-gap: 31px;
}

.main_screen-text{
  color: #FFF;
  font-family: "MPLUS1", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 114.286% */
  letter-spacing: -1.4px;
}

.main_screen-svg{
  position: relative;
  top: -263px;
  left: -12px;
}

.main_screen-description{
  color: #FFF;
  font-family: "MPLUS1", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  display: block;
  width: 498px;
}

.main_screen-btn{
  color: #FFF;
  font-family: "MPLUS1", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  border-radius: 64px;
  background: #FFBA6E;
  padding: 16px 32px;
  border: none;
  width: 243px;
  cursor: pointer;
}

.main__section-card{
  position: absolute;
  right: 8%;
  top: 28%;
}

.help__section {
  margin-top: 121px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 95px;
}

.help__section-img {
  width: 605px;
  height: 717px;
}

.help__section-content {
  width: 514px;
}

.help__section-title {
  font-family: "Inter", sans-serif;
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 47px; /* 146.875% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.help__section-text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  letter-spacing: 0.5px;
  margin-top: 31px;
}

.help__section-btn {
  border-radius: 8px;
  background: #40AB91;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  width: auto;
  cursor: pointer;
  padding: 21px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  font-family: "NunitoSans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}

.calculator__section {
  margin-top: 159px;
}

.calculator__section_bg {
  width: 605px;
  height: 670px;
  background: #40AB91;
  position: absolute;
  right: 0;
  z-index: -1;
}

.calculator__section-title {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 47px; /* 146.875% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-top: 49px;
}

.calculator__section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  width: 1170px;
  margin: 0 auto;
  padding: 64px 140px 52px 140px;
  border-radius: 24px 184px 24px 24px;
  background: #FFFFFF;
  margin-top: 45px;
  -webkit-box-shadow: 0px 5px 0px 0px #FFBA6E inset, 0px 6px 5px 0px rgba(0, 0, 0, 0.04), 0px 12px 20px 0px rgba(0, 0, 0, 0.04), 0px 12px 12px 0px rgba(0, 0, 0, 0.04), 0px 12px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 0px 0px #FFBA6E inset, 0px 6px 5px 0px rgba(0, 0, 0, 0.04), 0px 12px 20px 0px rgba(0, 0, 0, 0.04), 0px 12px 12px 0px rgba(0, 0, 0, 0.04), 0px 12px 12px 0px rgba(0, 0, 0, 0.1);
}

.calculator__section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 536px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calculator__section-main--block {
  width: 536px;
  border-radius: 4px;
  border: 1px solid #E7E8EA;
  padding: 25px;
  margin-top: 20px;
}

.calculator__section-header--title {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 127.273% */
}

.calculator__section-header--steps {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
}

.calculator__section-subheader {
  color: rgba(0, 0, 0, 0.54);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.calculator__section-sum {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
}

#calc_sum {
  margin-top: 5.5px;
}

.calculator__section-range {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 25.5px;
}

#radius,
#radius-2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 18px;
  border: none;
  border-radius: 4px;
  overflow: hidden;
}

#radius::-webkit-slider-thumb,
#radius-2::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 3px solid #FFBA6E;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  margin-top: -7px;
  -webkit-box-shadow: calc(-100vmax - 16px) 0 0 100vmax #FFBA6E;
          box-shadow: calc(-100vmax - 16px) 0 0 100vmax #FFBA6E;
  -webkit-clip-path: polygon(100% 0, 2px 0, 0 7px, -100vmax 7px, -100vmax 11px, 0 11px, 2px 100%, 100% 100%);
          clip-path: polygon(100% 0, 2px 0, 0 7px, -100vmax 7px, -100vmax 11px, 0 11px, 2px 100%, 100% 100%);
}

#radius::-moz-range-thumb,
#radius-2::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #FFBA6E;
  border: 0px solid #FFBA6E;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  margin-top: -7px;
}

#radius::-webkit-slider-runnable-track,
#radius-2::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 4px;
  border: 0px solid #EAECEE;
  -webkit-box-shadow: 0px 0px 0px #EAECEE;
          box-shadow: 0px 0px 0px #EAECEE;
  background: #EAECEE;
}

.calculator__section-range--labels {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.calculator__section-range--label {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
}

.calc_main-block {
  max-width: 700px;
}

.calculator__section-range--labels_date {
  width: 60%;
}

.calculator__section-term--wrap {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 68px;
}

.calculator__section-date {
  margin-top: 11.5px;
}

.calculator__section-credit--term {
  width: 40%;
}

.calc_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
}

.calc_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  margin-top: 51px;
}

.calc_btns button {
  border-radius: 8px;
  background: #40AB91;
  padding: 9px 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 125% */
  letter-spacing: 0.5px;
}

.calc__result_block {
  width: 20%;
  /*border: 1px solid #E7E8EA;*/
  border-radius: 4px;
  padding: 25px;
}

.set{
  background: #FFBA6E!important;
}

#totalSum {
  margin-top: 12px;
}

.problems{
    margin-top: 130px;
    display: none;
}

.problems_wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 43px;
    gap: 10px;
}

.problem_title{
    margin-bottom: 10px;
    display: flex;
    gap: 3px;
    align-items: center;
}

.problem_title img{
    width: 45px;
    fill: #40AB91;
}

.chart_btn {
  background: #FFBA6E;
  font-size: 14px;
  padding: 16px 24px;
  border: none;
  cursor: pointer;
}

.get_credit_btn {
  font-size: 14px;
  border: none;
  padding: 16px 24px;
  cursor: pointer;
}

.coop .wait_title{
    padding-top: 50px;
}

@media screen and (max-width: 1660px) {
    .schedule-content{
        overflow-x: scroll;
    }
}

@media screen and (max-width: 1440px) {
  .calculator__section-wrap {
    width: 70%;
  }
}
.calculator__section-payment {
  width: 209px;
}

.calc_target {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  border: 1px solid #ECF1F7;
  background: #ECF1F7;
  padding: 5px 16px;
  width: 100%;
  margin-bottom: 21px;
  color: rgba(0, 0, 0, 0.54);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"> <path d="M1.70704 0.292919C1.51844 0.110761 1.26584 0.00996641 1.00364 0.0122448C0.741443 0.0145233 0.490631 0.119692 0.305223 0.3051C0.119815 0.490508 0.0146453 0.741321 0.0123669 1.00352C0.0100885 1.26571 0.110883 1.51832 0.293041 1.70692L4.58704 6.00092C5.36804 6.78192 6.63004 6.78392 7.41304 6.00092L11.707 1.70692C11.8892 1.51832 11.99 1.26571 11.9877 1.00352C11.9854 0.741321 11.8803 0.490508 11.6949 0.3051C11.5095 0.119692 11.2586 0.0145233 10.9964 0.0122448C10.7342 0.00996641 10.4816 0.110761 10.293 0.292919L6.00004 4.58592L1.70704 0.292919Z" fill="black" fill-opacity="0.4"/> </svg>');
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 50%;
}

.credit_description span {
  font-weight: 900;
}

.calculator__contact_fio_wrap {
  background: #ECF1F7;
  border-radius: 8px;
  border: 1px solid #ECF1F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 21px;
}

.calculator__contact_fio_input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0.54);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  width: 70%;
  margin: 9px auto 9px 16px;
}

.calculator__contact_fio_label {
  padding: 2px 8px;
  border-radius: 20px;
  background: #40AB91;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 9px 16px 9px auto;
}

.calc__fields_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-top: 22px;
}

.calc_field {
  color: rgba(0, 0, 0, 0.54);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  padding: 9px 16px;
  border-radius: 8px;
  border: 1px solid #ECF1F7;
  background: #ECF1F7;
  width: 100%;
}

.calc__footer {
  margin-top: 33px;
}

.calc__footer hr {
  margin-bottom: 24px;
  border: 1px solid #EAECEE;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.calc__footer-content--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calc__footer-text {
  width: 189px;
  color: rgba(0, 0, 0, 0.4);
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
}

.calc__footer-link {
  color: #336FEE;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  text-decoration: none;
}

.calc__footer_btn {
  margin-top: 0;
  padding: 21px 30px;
}

.calc__res_title {
  margin-top: 32px;
}

.calc_res__progress_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

.calc_res_bar__current {
  height: 8px;
  width: 5%;
  background: #40AB91;
  border-radius: 4px 0px 0px 4px;
}

.calc_res_bar__plus {
  width: 55%;
  height: 8px;
  background: rgba(0, 185, 45, 0.24);
}

.calc_res_bar__place {
  height: 8px;
  width: 45%;
  border-radius: 0px 4px 5px 0px;
  background: #F6F7F8;
}

.calc__plus_label {
  margin-top: 8px;
}

.steps__title {
  margin-top: 130px;
  margin-bottom: 40px;
}

.steps__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 47px;
}

.step {
  border-radius: 10px 60px 10px 10px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 23px 39px;
  /* height: 227px; */
}

.step_num {
  color: #FFFFFF;
  font-family: "Arial", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px; /* 93.75% */
  margin-bottom: 27px;
}

.step_num-black {
  color: #161616 !important;
}

.step_title {
  color: #FFFFFF;
  font-family: "Circe", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 118.182% */
  margin-bottom: 69px;
}

.step_title-gray {
  /*margin-bottom: 15px;*/
}

.step_description {
  /* display: none; */
  opacity: 0;
  color: #F5F5F5;
  font-family: "Arial", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
  max-width: 209px;
}

.step__gray:hover + .step_description{
  display: block!important;
}

.step_done {
  background-color: #40AB91;
  padding: 11px 10px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: end;
      justify-self: end;
}

.step__white {
  border: 2px solid #C1C1C1;
  background-color: #FFFFFF;
}

.step__gray {
  background-color: #4C504B;
}

.step__violet {
  background-color: #3F3445;
}

.step__green {
  background-color: #40AB91;
}

.step__orange {
  background-color: #FFBA6E;
}

.steps_btn {
  width: 277px;
  text-transform: uppercase;
}

.wait {
  margin-top: 130px;
  /* padding-bottom: 98px; */
}

.wait_title-wrap{
  display: flex;
  justify-content: space-between;
  padding-top: 98px;
  padding-bottom: 43px;
  align-items: end;
}

.wait_btn{
  padding: 16px 32px;
  border-radius: 64px;
  border: none;
  text-transform: none;

  color: #FFF;
  font-family: "MPLUS1", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  background-color: #40AB91;
  cursor: pointer;
}

.wait .wait_title::before{
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background-color: #FFBA6E;
  margin-top: 10px;
  margin-right: 22px;
}

.wait_title {
  color: #ffffff;
  font-family: "MPLUS1", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 47px; /* 146.875% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.wait .wait_title {
  color: #40AB91;
  display: flex;
}

.wait_title span {
  color: #000;
}

.wait_table-raw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wait_table-header--item {
  background: #F1F3F6;
  min-width: 230px;
  height: 54px;
  
  color: #000;
  font-family: "MPLUS1", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;

  display: flex;
  align-items: center;
  justify-content: center;
}

.wait_table-header--item:first-child{
  border-left: 1.5px solid #ADB2B1;
}

.wait_table-header--item {
  border-right: 1.5px solid #ADB2B1;
  border-top: 1.5px solid #ADB2B1;
  border-bottom: 1.5px solid #ADB2B1;
}

.stage_table-item{
  display: grid !important;
  justify-content: start!important;
}

.stage_text{
  max-width: 158px;
  padding-left: 7px;
}

.wait_table-item {
  background: #FFF;
  min-width: 230px;
  height: 104px;

  color: #000;
  font-family: "MPLUS1", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

/*  padding: 10px 21px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.wait_table-raw .wait_table-item:first-child{
  border-left: 1.5px solid #ADB2B1;
}

.wait_table-item{
  border-right: 1.5px solid #ADB2B1;
}

.wait_table-raw .wait_table-item {
  border-bottom: 1.5px solid #ADB2B1;
}

.wait_stage-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  /* margin-top: 35px; */
  padding-left: 7px;
}

.wait_stage-item {
  width: 40px;
  height: 9px;
  border-radius: 100px;
}

.wait_table-terms-item{
  justify-content: start !important;
}

.wait_terms{
  padding-left: 10px;
}

.wait_terms-item{
  display: flex;
  gap: 11px;
}

.wait_terms-item:not(:last-child) {
  margin-bottom: 8px;
}

.wait_terms-title {
  color: #000;
  font-family: "MPLUS1", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.wait_terms-value {
  color: #000;
  font-family: "MPLUS1", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.programs_header {
  padding-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.programs_title {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 47px; /* 146.875% */
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 130px;
  margin-bottom: 40px;
}

.programs_selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}

.programs_selector-item {
  color: #A0A0A0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 47px; /* 235% */
  letter-spacing: 1.5px;
  text-decoration-line: underline;
  cursor: pointer;
}

.programs_selector .active {
  color: #40AB91;
}

.programs_wrap {
  margin-top: 40px;
  gap: 23px;
  display: none;
}

.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.program {
  padding-bottom: 130px;
  width: 375px;
}

.program_body{
  min-height: 545px;
}

.program_wrap{
min-height: 821px;
}

.program_header {
  border-radius: 20px 50px 20px 20px;
  border: 1px solid #9A9A9A;
  background: #F2F2F2;
  padding: 28px 26px;
  min-height: 290px;
}

.program_title {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 133.333% */
}

.program_bid {
  color: #40AB91;
  font-family: "Inter", sans-serif;
  font-size: 37.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px; /* 120% */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.program_bid_old {
  color: #757575;
  font-family: "Inter", sans-serif;
  font-size: 21.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 162.791% */
  text-decoration-line: line-through;
}

.program_terms {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
}

.program_term_title {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 22.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 155.556% */
}

.program_term {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

.program_term:before {
  content: "";
  border-radius: 9999px;
  background: #52A516;
  display: inline-block;
  margin-right: 10px;
  width: 7.5px;
  height: 7.5px;
  margin-bottom: 3.75px;
}

.program_body {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 40px;
  border-right: 1px solid #9A9A9A;
  border-left: 1px solid #9A9A9A;
  border-bottom: 1px solid #9A9A9A;
  border-radius: 0 0px 20px 20px;
  position: relative;
  top: -17px;
  padding: 35px 26px 26px 26px;
}

.program_item {
  display: -ms-grid;
  display: grid;
}

.program_item-title {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}

.program_item-price {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
}

.program_item-subtitle {
  color: #757575;
  font-family: "Inter", sans-serif;
  font-size: 17.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 142.857% */
}

.program_item-insurance {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 133.333% */
  margin-top: 11px;
  margin-bottom: 10px;
}

.program_btn {
  margin-top: 26px;
  margin: 0 auto;
}

.coop {
  background: #40AB91;
  padding-bottom: 97px;
}

.coop_wrap {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 25px;
}

.coop_item {
  border-radius: 10px 30px 10px 10px;
  border: 1px solid #D9D9D9;
  background: var(--COLOR-Grey_0, #FBFCFD);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(1, 165, 163, 0.15);
          box-shadow: 0px 0px 40px 0px rgba(1, 165, 163, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.coop_item img{
  width: 60%;
}

.history {
  margin-bottom: 130px;
}

.history_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 118px;
}

.history_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.history_btn svg {
  padding: 24px;
  border-radius: 64px;
  background: #F2F4F8;
}

.history_slider_wrap {
  padding: 44px 29px;
  border-radius: 20px 50px 20px 20px;
  border: 1px solid #9A9A9A;
  background: #FFF;
  min-height: 200px;
}

.history_slider_wrap{
    color: #10273D;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 152.632% */
}

.history_text {
  color: #10273D;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 152.632% */
}

.history_author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.history_author {
  color: #10273D;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  margin-top: 70px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.history_author img{
    width: 40px;
    border-radius: 100%;
}

.history_job {
  color: rgba(16, 39, 61, 0.5);
  font-family: "Inter", sans-serif;
  font-size: 13.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.84px; /* 118.209% */
  letter-spacing: 0.288px;
}

footer {
  background: #40AB91;
  padding-top: 50px;
}

footer .logo__text {
  color: #ffffff;
}

.footer-wrap{
    display: flex;
    justify-content: space-between;
}

.footer_header-wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    
    padding-top: 39px;
    padding-bottom: 35px;
}

.footer-wrap ul li{
    margin-bottom: 14px;
    font-family: "MPLUS1", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #ffffff;
}

.footer-wrap ul li a{
    text-decoration: none;
    color: #ffffff;
}

.footer_info li{
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social li a{
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social li a{
    text-decoration: underline!important;
}

.footer-bot{
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    padding-bottom: 40px;
}

.footer-bot span{
    font-family: "MPLUS1", sans-serif;
    color: rgba(211, 211, 211, 0.64);
}

.footer_tel{
    display: flex;
    align-items: center;
    
    font-size: 20px;
    font-family: "MPLUS1", sans-serif;
    color: #ffffff!important;
    text-decoration: none;
    gap: 10px;
}

.footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
}

.footer_menu-item a {
  color: #10273D;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 105.882% */
  letter-spacing: 0.18px;
  text-decoration: none;
}

.footer_menu-item {
  cursor: pointer;
  color: #10273D;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 105.882% */
  letter-spacing: 0.18px;
  text-decoration: none;
}

.footer_text {
  color: #10273D;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 100% */
}

.footer_text span {
  color: #40AB91;
}

.footer_content p {
  color: rgba(16, 39, 61, 0.5);
  font-family: "Inter", sans-serif;
  font-size: 13.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 134.328% */
  letter-spacing: 0.288px;
  width: 700px;
}

.footer_content p:not(:last-child) {
  margin-bottom: 33px;
}

.copyright {
  color: #10273D;
  font-family: "Inter", sans-serif;
  font-size: 13.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.84px; /* 118.209% */
  letter-spacing: 0.288px;
}

.copyright span {
  font-weight: 700;
}

@media screen and (max-width: 1250px) {
  .container {
    width: 1120px;
  }

  .main__section-card{
    width: 500px;
  }

  .wait_table-header--item {
    width: 180px;
  }
  .wait_table-item {
    width: 180px;
  }
  .programs_header{
      margin-top: 70px;
  }
  .programs_title {
    margin-top: 0;
  }
  
  .history{
      margin-top: 70px;
  }
}
@media screen and (max-width: 1215px) {
  .container {
    width: 90%;
  }
  .step {
    padding: 23px;
  }
  .wait_table{
      overflow-x: scroll;
  }
  .footer_content p {
    width: 100%;
  }
  
  .footer-hr{
      width: 100%!important;
  }
}
@media screen and (max-width: 1120px) {
  .main__section{
    height: 100%;
  }

  .main_screen-wrap{
    display: grid;
  }

  .main__section-card{
    position: relative;
    top: 0;
    right: 0;
  }

  .main_screen-svg{
    top: -733px;
  }
}
@media screen and (max-width: 970px) {
  .help__section {
    display: -ms-grid;
    display: grid;
  }
  .help__section-img {
    width: auto;
    margin: 0 auto;
  }
  .help__section-content {
    margin: 0 auto;
  }
  .steps__wrap {
    display: -ms-grid;
    display: grid;
  }
  .step {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .programs_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .footer_header-wrap{
      flex-direction: column;
  }
  
  .footer-description{
      flex-direction: column;
  }
}
@media screen and (max-width: 955px) {
  .header__phone-text {
    color: #ffffff;
  }
  .calculator__section-main--block {
    width: 100%;
  }
  .calculator__section-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 64px 90px 52px 90px;
  }
  .coop_wrap {
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .calc__result_block {
    width: 100%;
  }
  .wait_title-wrap{
      flex-direction: column;
      align-items: normal;
  }
  .history_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .step_description{
      opacity: 1;
      max-width: none;
      font-size: 18px;
  }
  
  .swiper {
    width: 100%;
  }
  
  .problems_wrap{
    flex-direction: column;
    gap: 48px;
  }
  
  .footer-wrap , .footer-bot{
      flex-direction: column;
  }
  
  .footer_info{
      margin-top: 30px;
  }
  
  .footer_tel{
      margin-top: 20px;
  }
  
  .footer-bot{
      line-height: 1.5;
  }
}
@media screen and (max-width: 801px) {
  .menu {
    display: none;
  }
  .header__phone {
    display: none;
  }
  .programs_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mob_menu {
    display: block;
    color: #FFFFFF;
  }
  
  .footer-links{
      grid-template-columns: repeat(2, 1fr)!important;
  }
}
.mobile_menu-wrap {
  position: fixed;
  width: 80%;
  height: 100vh;
  background: #FFFFFF;
  z-index: 9999;
  top: 0;
}

#close_menu {
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  text-decoration: none;
  font-size: 20px;
}

.mobile_menu-wrap nav {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  height: 100%;
}

.mobile_menu_list {
  display: -ms-grid;
  display: grid;
}

.mobile__menu-item {
  text-align: start;
}

.mob_menu_logo{
    margin-bottom: 30px;
}

.mobile_menu_list{
    margin-top: 40px;
    margin-left: 20px;
}

.mobile__menu-item a {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 0.5px;
  text-decoration: none;
}

@media screen and (max-width: 769px) {
 
  .wait_table {
    overflow-x: scroll;
  }
  .wait_table-header--item {
    min-width: 180px;
    width: 180px;
    text-align: center;
  }
  .wait_table-item {
    min-width: 180px;
    width: 180px;
  }
  .footer_header-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .footer_header-wrap:not(:last-child) {
    margin-bottom: 50px;
  }
  .footer_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calc_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .calc_btns {
    margin-top: 15px;
  }
}
@media screen and (max-width: 725px) {
  .main_screen-svg{
    top: -845px;
  }
  .main_screen-btn{
    margin-bottom: 113px;
  }
  .main__section-card{
    top: -130px;
  }
}
@media screen and (max-width: 700px) {
  .calculator__section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
  }
  .calculator__section-wrap {
    padding: 64px 90px 52px 40px;
  }
  
  .main__screen-content--description{
      font-size: 18px;
      line-height: 1;
  }
}

@media screen and (max-width: 632px) {
  .calculator__section-title{
    color: #FFF;
  }
  
  .main_screen{
      margin-top: 70px;
  }
  
  .main_screen-wrap{
      margin-top: 0;
  }
  
  .main__section{
      background-position: 60% 200%!important;
      height: 942px!important;
  }
  
  .steps .steps__title{
      color: #000;
  }
  
  .main__section-card{
      top: -145px;
  }
  
  .main_screen-svg{
      left: -4px;
      top: -854px;
      width: 55%;
  }
}

@media screen and (max-width: 600px) {
  .help__section-img {
    width: 100%;
    height: 100%;
  }
  .calculator__section-wrap {
    width: 65%;
  }
  .help__section-content {
    width: auto;
  }
  .coop_wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .wait_title {
    font-size: 24px;
  }
  .programs_selector {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  .request #close{
      right: 10%!important;
  }
}

@media screen and (max-width: 540px){
  .main_screen-text{
    font-size: 40px;
  }
  .main__section-card{
    width: 100%;
  }
  .main_screen-description{
    width: auto;
  }
}

@media screen and (max-width: 500px){
    .footer-bottom-links{
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (max-width: 468px){
    .main__screen-content--description{
        width: 100%;
    }
    
    .calc_btns{
        flex-direction: column!important;
    }
}

@media screen and (max-width: 425px){
  .main_screen-svg {
    top: -774px;
    width: 47%;
    left: -10px
  }
}

@media screen and (max-width: 390px){
  .main_screen-svg{
    top: -758px;
    width: 50%;
    left: -9px;
  }
  .request .req-title{
    margin-top: 37px;
    font-size: 27px;
  }
}

@media screen and (max-width: 375px){
  .main_screen-svg{
    top: -773px;
    width: 48%;
  }
}

.request{
    min-width: 540px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.request .req-title{
    font-size: 28px;
    line-height: 38px;
    letter_spacing: -0.01em;
    text-transform: none;
}

.req_row h5{
  font-size: 18px;
  margin-bottom: 10px;
}

.req_row label{
  font-size: 18px;
}

@media screen and (max-width: 375px) {
  .calculator__section-term--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .program{
      width: 100%;
  }
  .calculator__section-credit--term {
    width: 100%;
  }
  .calc__footer-content--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .main__screen-content--title {
    margin-bottom: 40px;
  }
  .request .req-title{
      font-size: 18px;
      line-height: 24px;
  }
  
  .request .req-title br{
      display: none;
  }
  
  .request #submitForm{
      padding: 10px;
  }
  
  .quiz_call{
      left: -10px !important;
  }
}
@media screen and (max-width: 340px) {
  .wait_title {
    font-size: 20px;
  }
  .steps_btn {
    width: auto;
  }
  .calc__footer-content--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .calculator__section-wrap {
    padding: 50px 65px 20px 20px;
  }
}
.request {
  position: fixed;
  top: 0;
  background: #FFFFFF;
  padding: 50px;
  height: 100%;
  z-index: 999999999;
  /* display: none; */
  
  left: -100%;
  transition: left 0.5s ease-in-out;
}

.req-title span {
  color: #FFBA6E;
}

.request #close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  cursor: pointer;
}

.request #close svg{
    width: 25px;
}

.req_row {
  font-size: 12px;
  font-family: "Inter", sans-serif;
}

.isActive {
  display: block;
}

.schedule{
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  display: none;
}

#scheduleClose{
    border: none;
    background: none;
    position: relative;
    z-index: 9999;
    top: 0;
    left: 97%;
}

#scheduleClose svg{
    width: 25px;
}

.schedule-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  border-radius: 20px;
}

.schedule-content table{
  margin-top: 25px;
  width: 100%;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 1.5px;
}

.schedule-content table tr th{
  background: #C9FFF2;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  border: 2px solid #D1D1D1;
}

.schedule-content table tr{
  margin: 0;
  padding: 0;
  text-align: center;
}

.schedule-content table tr td{
  padding: 10px;
  border: 2px solid #D1D1D1;
}

.thx{
  position: fixed; /* Stay in place */
  z-index: 99999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  display: none;
}

.thx-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
  border-radius: 20px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.policy{
  position: fixed; /* Stay in place */
  z-index: 99999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  display: none;
}

.policy-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
  border-radius: 20px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#quiz.open{
  display: grid !important;
}

#quiz{
  position: fixed; /* Stay in place */
  z-index: 99999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  overflow: hidden;
/*  display: grid;*/
  justify-content: center;
  align-items: center;
  display: none;
}

.quiz-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 100%; /* Could be more or less, depending on screen size */
  border-radius: 20px;
  text-align: center;
  min-height: 650px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  display: grid;
}

.quiz-wrap {
  align-self: flex-start;
}

.quiz-slide{
  margin-top: 30px;
  display: none;
}

.quiz-slide.active{
  display: block;
}

.quiz-slide ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  margin-top: 10px;
}

.quiz-slide ul li{
  padding: 12px 16px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  font-family: "Nunito Sans", sans-serif;
  cursor: pointer;
}

.quiz-slide ul li:before{
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #D9D9D9;
    display: inline-block;
    position: relative;
    top: 8%;
    right: 10px;
}

.quiz_region{
    grid-template-areas: 
            "a b"
            "d d";
}

.quiz_region li:nth-child(1){
    grid-area: a;
}

.quiz_region li:nth-child(2){
    grid-area: b;
}

.quiz_region li:nth-child(3){
    grid-area: d;
}

.quiz-footer{
  border-top: 1px solid #e6e6e6;
  padding: 26px 30px 30px 30px;
  align-self: flex-end;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.quiz-percent{
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 1.5px;
  justify-self: start;
  margin-bottom: 8px;
}

.quiz-percent-done{
  color: #FFBA6E;
}

.quiz-progress{
  background-color: #FFBA6E;
  height: 6px;
  width: 0;
}

.quiz-footer-left{
  width: 100%;
  display: grid;
}

.quiz-progress_wrap{
  width: 100%;
  height: 6px;
  background-color: #D9D9D9;
}

.quiz-btns{
  width: 25%;
  display: flex;
  gap: 10px;
}

.quiz_btn-prev{
  cursor: pointer;
    border-radius: 8px;
    background: #40AB91;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "NunitoSans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}

.quiz_btn-next{
  cursor: pointer;
    border-radius: 8px;
    background: #FFBA6E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 12px;
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "NunitoSans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    color: #FFFFFF;
}

.quiz_btn-next svg{
  width: 25px;
}

.quiz_btn-wrap{
  display: flex;
  justify-content: center;
}

.quiz_btn-wrap button{
  cursor: pointer;
}

.quiz_form{
  width: 80%;
  margin: 0 auto;
}

#quiz-close{
    position: relative;
    left: 100%;
    top: 400%;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    cursor: pointer;
}

#quiz-close svg{
  width: 25px;
}

.open-policy{
    display: block!important;
}

#thx-close{
    position: relative;
    left: 50%;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    cursor: pointer;
}

/*#tableHFitstItem{
    border-radius: 10px 0px 0px 0px;
}

#tableHLastItem{
    border-radius: 0px 60px 0px 0px;
}*/

/*.wait_table-raw:last-child .wait_table-item:first-child{
    border-radius: 0px 0px 0px 10px;
}

.wait_table-raw:last-child .wait_table-item:last-child{
    border-radius: 0px 0px 10px 0px;
}*/

.footer-links{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 21px;
}

.footer_header{
    display: flex;
}

.footer-hr{
    width: 1200px;
    height: 1px;
    background: #E2E2E2;
}

.footer-description{
    margin-top: 24px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
}

.footer-description p{
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.footer-bottom-links {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.footer-bottom-links span{
    cursor: pointer;
    
    color: #10273D;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.18px;
    text-decoration: none;
}

@media screen and (max-width: 600px){
  .quiz-content{
    height: 100%;
    padding: 0;
  }

  #quiz-close{
    left: 90%;
    top: 4%;
  }
  
  .request{
      left: -200%;
      padding: 10px;
  }
  
  .req-form{
      width: 90%;
  }
}

@media screen and (max-width: 650px){
  .quiz-footer{
    min-height: 100%;
  }
  #quiz{
    margin: 0;
  }
  .quiz-content{
    margin: 0;
  }
}

@media screen and (max-width: 530px){
    #quiz-close{
        top: 57%!important;
    }
}

@media screen and (max-width: 510px){
    .quiz_call{
        width: 60%!important;
    }
}

@media screen and (max-width: 480px){
    .request{
        left: -300%;
    }
    .quiz-slide ul{
      grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 440px){
    .req-form{
        width: 70%;
    }
    
    .request #close{
        right: 28% !important;
    }
}

@media screen and (max-width: 375px){
    .req-form{
        width: 50%;
    }
    
    .req-title{
        width: 60%;
    }
    
    .request #close{
        right: 42%!important;
    }
    
    .request .req-title{
        margin-top: 40px;
    }
}

@media screen and (max-width: 400px){
  .quiz-footer{
    flex-direction: column;
    min-height: auto;
  }
}

@media screen and (max-width: 809px){
  .quiz-content{
    min-height: auto;
  }
}

.open {
  display: block;
  left: 0; /* Измените значение свойства left, чтобы элемент выезжал слева */
}

.quiz_call{
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  display: flex;
  left: 20px;
/*  background-color: #FFBA6E;*/
background-color: #40AB91;
  border-radius: 25px;
  padding: 10px 20px;
  color: #FFFFFF;
  align-items: center;
  justify-content: space-between;
  width: 360px;
  max-height: 60px;
  border: 2px solid #FFBA6E;
  z-index: 999;
}

.quiz_call-icon{
  width: 25px;
  height: 60px;
  display: flex;
}

.quiz_call_content{
  display: grid;
  font-family: "Inter", sans-serif;
}

.quiz_call_content-title{
  font-size: 15px;
  margin-bottom: 10px;
}

.quiz_call_content_text{
  font-size: 14px;
}

.quiz_call_x{
  font-family: "Inter", sans-serif;
}


.blob {
	box-shadow: 0 0 0 0 rgba(255, 186, 110);
	transform: scale(1);
	animation: pulse 3s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
	}

	70% {
		transform: scale(0.9);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

.req-form a{
  text-transform: none;
}

@media screen and (max-height: 930px){
    #quiz-close{
        top:500%;
    }
}