@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  border: none;
}

body {
  font-family: 'Lato', sans-serif;
}

button {
  cursor: pointer;
}

.form-button:hover {
  background-color: #305CE2;
}

.form-button:active {
  background-color: #002B87;
}

.container {
  margin: 0 auto;
  max-width: 1008px;
  width: 100%;
}

@media (max-width: 1279px) {
  .container {
    max-width: calc(100% - 128px);
  }
}

@media (max-width: 480px) {
  .container {
    max-width: calc(100% - 32px);
  }
}

.section__title {
  display: flex;
  text-align: center;
  justify-content: center;
}

.section__title h2 {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #0B1F33;
}

.header {
  background-color: #fff;
}

.header__wrapper {
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1279px) {
  .header__wrapper {
    max-width: calc(100% - 128px);
  }
}

@media (max-width: 480px) {
  .header__wrapper {
    max-width: calc(100% - 32px);
  }
}

.header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  position: relative;
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logo-text {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 900;
  margin-right: 24px;
}

.header__logo-text_red {
  color: #EE2F53;
}

.header__logo-text_blue {
  color: #0066B3;
}

.header__city {
  min-height: 48px;
  display: flex;
  align-items: center;
}

@media (max-width: 599px) {
  .header__city {
    min-height: auto;
    display: none;
  }
}

.header__city_mobile {
  display: none;
}

@media (max-width: 599px) {
  .header__city_mobile {
    display: flex;
    margin-bottom: 32px;
  }
}

.header__city:hover .header__search {
  /* display: block; */
}

.header__city-text-block {
  display: flex;
}

.header__city-text-icon {
  margin-right: 10px;
}

.header__city-text {
  color: #0D4CD3;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}

.header__search {
  display: block !important;


}

@media (min-width: 599px) {
  .header__search {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    min-width: 95%;
    width: 100%;
    height: 100%;

    z-index: 2;
    padding-top: 27px;
  }
  .header__search:hover {
    /* display: block; */


  }
}

.header__search-container {
  padding: 0 10px;
  width: 100%;
}

.header__search-wrapper {
  padding: 40px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 1px 4px #E3EBFC, 0px 24px 48px rgba(230, 235, 245, 0.4);
  border-radius: 10px;
}

.header__search-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 11px;
  color: #191302;
}

.header__search-input-city {
  height: 52px;
  max-width: 320px;
  width: 100%;
  background: #F5F7FA;
  border: 2px solid rgba(13, 76, 211, 0.6);
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 45px;
  background: url(/image/icon/loupe.svg) no-repeat 95%;
  background-size: 20px 30px;
}

.header__search-city-block {
  display: grid;
  grid-template: 17px/repeat(4, calc(25% - 5px));
  grid-gap: 5px;
  margin-top: 15px;
}

@media (max-width: 1000px) {
  .header__search-city-block {
    grid-template: 17px/repeat(3, calc(100% / 3));
  }
}

@media (max-width: 599px) {
  .header__search-city-block {
    grid-template: none;
    display: block;
  }
}

.header__search-city-block.not-active::before {
  content: 'Ничего не найдено';
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.header__search-city-item {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
}

.header__search-city-item.active {
  color: #b13e1b;
}

@media (max-width: 599px) {
  .header__search-city-item {
    display: block;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 13px;
  }
  .header__search-city-item.hide {
    display: none;
  }
}

.header__search-city-item.hide {
  display: none;
}

.header__contacts {
  display: flex;
  align-items: center;
}

.header__contacts_mobile {
  display: none;
}

@media (max-width: 1023px) {
  .header__contacts {
    display: none;
  }
  .header__contacts_mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.header__phone {
  color: #0D4CD3;
  max-width: 210px;
}

.header__phone-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0D4CD3;
}

.header__consultation-button {
  width: 221px;
  height: 36px;
  background-color: #E4ECFD;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0D4CD3;
  margin-left: 24px;
}

@media (max-width: 1023px) {
  .header__consultation-button {
    margin-top: 32px;
    margin-left: 0;
  }
}

.header__menu-button {
  display: none;
}

@media (max-width: 1023px) {
  .header__menu-button {
    display: block;
  }
}

.header__menu-button.active .header__menu-open {
  display: none;
}

.header__menu-button.active .header__menu-close {
  display: block;
}

.header__menu-open {
  display: block;
}

.header__menu-close {
  display: none;
}

.header__menu-popup {
  display: none;
  padding: 44px 0;
}

.header__menu-popup.active {
  display: flex;
}

.header__menu-popup.search .header__phone-mobile {
  display: none;
}

.header__menu-popup.search .header__consultation-mobile {
  display: none;
}

.header__menu-popup.search .header__search-mobile {
  display: flex;
  flex-direction: column;
}

@media (max-width: 599px) {
  .header__menu-popup {
    padding: 32px 0 44px;
  }
}

.main__page {
  background: linear-gradient(262.98deg, #DBE7FF 6.71%, #E6F9FF 93.11%);
}

.main__wrapper {
    display: flex;
    justify-content: space-between;
    padding: 68px 0;
    flex-wrap: nowrap;
}

@media (max-width: 1023px) {
  .main__wrapper {
    padding: 56px 0;
  }
}

@media (max-width: 767px) {
  .main__wrapper {
    padding: 32px 0;
  }
}

.main__info {
  font-weight: 700;
}

.main__info-title {
  max-width: 450px;
  margin-bottom: 16px;
}

.main__info-title h1 {
  font-size: 32px;
  line-height: 40px;
}

.main__info-text {
  max-width: 490px;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 32px;
  color: #0B1F33;
  opacity: 0.5;
}

.main__info-list :first-child {
  margin-top: 0;
}

.main__info-item {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.main__info-item img {
  margin-right: 20px;
}

.main__info-item span {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0B1F33;
}

.main__contact {
  padding: 32px;
  background-color: #fff;
  box-shadow: 0px 1px 4px #E3EBFC, 0px 24px 48px rgba(230, 235, 245, 0.4);
  border-radius: 12px;
  max-width: 384px;
  width: 100%;
  align-self: flex-start;
}

@media (max-width: 1100px) {
  .main__contact {
    max-width: 100%;
    margin-top: 24px;
  }
}

.main__contact-title-block {
  margin-bottom: 24px;
}

.main__contact-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #0D4CD3;
}

.main__contact-title_red {
  color: #EE2F53;
}

.main__contact-field {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}

.main__contact-field.error:before {
  content: 'Номер введен не верно';
  position: absolute;
  top: 100%;
  color: red;
}

.main__contact-input {
  background-color: #F5F7FA;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.main__contact-input::placeholder {
  letter-spacing: 1px;
}

.main__contact-submit {
  margin-bottom: 24px;
}

.main__contact-submit-button {
  width: 100%;
  background: #0D4CD3;
  border-radius: 8px;
  color: #F5F7FA;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 56px;
}

.main__contact-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0D4CD3;
}

.guarantee__wrapper {
  padding: 80px 0;
}

@media (max-width: 1023px) {
  .guarantee__wrapper {
    padding: 56px 0;
  }
}

@media (max-width: 767px) {
  .guarantee__wrapper {
    padding: 32px 0;
  }
}

.guarantee__title-block {
  margin-bottom: 32px;
}

.guarantee__title-block h2 {
  max-width: 450px;
}

.guarantee__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.guarantee__item {
  display: flex;
  max-width: 48%;
  width: 100%;
  min-height: 100%;
  margin-bottom: 24px;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 4px #E3EBFC, 0px 24px 48px rgba(230, 235, 245, 0.4);
  border-radius: 12px;
  padding: 24px;
}

@media (max-width: 992px) {
  .guarantee__item {
    max-width: 100%;
  }
}

.guarantee__item-image {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.guarantee__item-title {
  color: #0B1F33;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}

.guarantee__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0B1F33;
}

.treaty {
  background-color: #FAFCFF;
}

.treaty__wrapper {
  padding: 80px 0;
}

@media (max-width: 1023px) {
  .treaty__wrapper {
    padding: 56px 0;
  }
}

@media (max-width: 767px) {
  .treaty__wrapper {
    padding: 32px 0;
  }
}

.treaty__title-block {
  margin-bottom: 27px;
}

.treaty__title-block h2 {
  max-width: 575px;
}

.treaty__info {
  position: relative;
}

.treaty__info :first-child .treaty__info-nubmer::after {
  display: none;
}

.treaty__info-item {
  display: flex;
  flex-direction: flex-start;
  margin-bottom: 24px;
  align-items: center;
}

@media (max-width: 767px) {
  .treaty__info-item {
    min-height: 40px;
  }
}

@media (max-width: 375px) {
  .treaty__info-item {
    min-height: 57px;
  }
}

.treaty__info-nubmer {
  min-width: 40px;
  min-height: 40px;
  border: 3px solid #4D83FA;
  border-radius: 50%;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4D83FA;
  margin-right: 20px;
  position: relative;
}

.treaty__info-nubmer:after {
  content: '';
  position: absolute;
  width: 2px;
  bottom: calc(100% + 3px);
  transform: rotate(-180deg);
  min-height: 24px;
  background: linear-gradient(180deg, #4D83FA 0%, rgba(77, 131, 250, 0) 100%);
}

@media (max-width: 375px) {
  .treaty__info-nubmer:after {
    min-height: 41px;
  }
}

.treaty__info-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.treaty__info-image-wrapper {
  position: absolute;
  top: 0;
  right: -88px;
}

@media (max-width: 1279px) {
  .treaty__info-image-wrapper {
    display: none;
  }
}

.quiz {
  background-color: #fff;
}

.quiz__wrapper {
  padding: 80px 0;
}

@media (max-width: 1023px) {
  .quiz__wrapper {
    padding: 56px 0;
  }
}

@media (max-width: 767px) {
  .quiz__wrapper {
    padding: 32px 0;
  }
}

.quiz .hide {
  display: none;
}

.quiz__title-block {
  margin-bottom: 27px;
}

.quiz__title-block h2 {
  max-width: 790px;
}

.quiz__list-title {
  margin-bottom: 52px;
  text-align: center;
}

.quiz__list-title span {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #0D4CD3;
  text-align: center;
}

.quiz__list {
  display: none;
}

.quiz__list.active {
  display: block;
}

.quiz__list-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.quiz__item {
  display: flex;
  max-width: 48%;
  width: 100%;
  align-items: center;
  margin-bottom: 24px;
  box-shadow: 0px 1px 4px #E3EBFC, 0px 24px 48px rgba(230, 235, 245, 0.4);
  border-radius: 12px;
  padding: 27px;
  cursor: pointer;
}

.quiz__item.active .quiz__circle::after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background-color: #0D4CD3;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .quiz__item {
    max-width: 100%;
  }
}

.quiz__circle {
  min-width: 33px;
  min-height: 33px;
  border: 3px solid #0D4CD3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 27px;
}

.quiz__text {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0B1F33;
}

.quiz__list-page-number {
  display: flex;
  justify-content: center;
  color: #0B1F33;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin-top: 8px;
}

.quiz__list-page-next {
  display: flex;
  justify-content: flex-end;
}

.quiz__button {
  width: 288px;
  height: 56px;
  background: #0D4CD3;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #F5F7FA;
  margin-top: 32px;
  cursor: pointer;
}

@media (max-width: 992px) {
  .quiz__button {
    width: 100%;
  }
}

.quiz__form {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .quiz__form {
    flex-wrap: wrap;
    padding: 32px 0;
  }
}

.quiz__form.hide {
  display: none;
}

.quiz__info {
  font-weight: 700;
}

.quiz__info-title {
  max-width: 476px;
  margin-bottom: 46px;
}

.quiz__info-title h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #0B1F33;
}

.quiz__info-title span {
  color: #0d4cd3;
}

.quiz__info-text {
  max-width: 490px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0B1F33;
}

.quiz__info-text :first-child {
  margin-bottom: 24px;
}

.quiz__info-list :first-child {
  margin-top: 0;
}

.quiz__info-item {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.quiz__info-item::before {
  content: '?';
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #4D83FA;
  color: #4D83FA;
  font-weight: 700;
  font-size: 18px;
  margin-right: 24px;
}

.quiz__info-item span {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0B1F33;
}

.quiz__contact {
  padding: 32px;
  background-color: #fff;
  box-shadow: 0px 1px 4px #E3EBFC, 0px 24px 48px rgba(230, 235, 245, 0.4);
  border-radius: 12px;
  max-width: 384px;
  width: 100%;
  align-self: flex-start;
  margin-left: 32px;
}

@media (max-width: 767px) {
  .quiz__contact {
    max-width: 100%;
    margin-top: 24px;
    margin-left: 0;
  }
}

.quiz__contact-title-block {
  margin-bottom: 24px;
}

.quiz__contact-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #0B1F33;
}

.quiz__contact-title_red {
  color: #EE2F53;
}

.quiz__name-field {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}

.quiz__name-field.error:before {
  content: 'Слишком короткое имя';
  position: absolute;
  top: 100%;
  color: red;
}

.quiz__name-input {
  background-color: #F5F7FA;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.quiz__name-input::placeholder {
  letter-spacing: 1px;
}

.quiz__contact-field {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}

.quiz__contact-field.error:before {
  content: 'Номер введен не верно';
  position: absolute;
  top: 100%;
  color: red;
}

.quiz__contact-input {
  background-color: #F5F7FA;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.quiz__contact-input::placeholder {
  letter-spacing: 1px;
}

.quiz__contact-submit {
  margin-bottom: 24px;
}

.quiz__contact-submit-button {
  width: 100%;
  background: #0D4CD3;
  border-radius: 8px;
  color: #F5F7FA;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  min-height: 80px;
  padding: 16px;
}

.quiz__contact-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #66727F;
}

.quiz__contact-text a {
  color: #4D83FA;
}

.bankruptcy {
  background-color: #FAFCFF;
}

.bankruptcy__wrapper {
  padding: 80px 0 85px;
}

@media (max-width: 1023px) {
  .bankruptcy__wrapper {
    padding: 56px 0;
  }
}

@media (max-width: 767px) {
  .bankruptcy__wrapper {
    padding: 32px 0;
  }
}

.bankruptcy__title-block {
  margin-bottom: 27px;
}

.bankruptcy__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .bankruptcy__info {
    flex-wrap: wrap;
  }
}

.bankruptcy__documents {
  display: none;
  margin-right: 24px;
}

.bankruptcy__documents.active {
  display: block;
}

@media (max-width: 767px) {
  .bankruptcy__documents {
    order: 1;
    margin-right: 0;
  }
}

.bankruptcy__documents-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  color: #0B1F33;
}

.bankruptcy__documents-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0B1F33;
}

.bankruptcy__documents-item {
  margin-left: 25px;
}

.bankruptcy__variant {
  min-width: 280px;
  max-width: 280px;
}

@media (max-width: 767px) {
  .bankruptcy__variant {
    width: 100%;
    min-width: none;
    max-width: 100%;
    margin-bottom: 24px;
    order: 0;
  }
}

.bankruptcy__variant-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0B1F33;
}

.bankruptcy__variant-list :last-child {
  margin-bottom: 0;
}

.bankruptcy__variant-text {
  margin-bottom: 9px;
}

.bankruptcy__variant-text a:visited {
  font-weight: 700;
}

.bankruptcy__variant-button {
  font-weight: 400;
  background-color: inherit;
  font-size: 16px;
  line-height: 24px;
  color: #0D4CD3;
  text-decoration: underline;
  text-align: left;
}

.bankruptcy__variant-button.active {
  font-weight: 700 !important;
}

.bankruptcy__variant-button:hover {
  font-weight: 700 !important;
}

.chances {
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 992px) {
  .chances .container {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .chances .container {
    max-width: calc(100% - 32px);
  }
}

.chances__wrapper {
  padding: 80px 0;
}

@media (max-width: 1023px) {
  .chances__wrapper {
    padding: 56px 0;
  }
}

@media (max-width: 767px) {
  .chances__wrapper {
    padding: 32px 0;
  }
}

.chances__title-block {
  margin-bottom: 32px;
}

.chances__title-block h2 {
  max-width: 800px;
}

@media (max-width: 992px) {
  .chances__title-block h2 {
    max-width: calc(100% - 128px);
  }
}

@media (max-width: 480px) {
  .chances__title-block h2 {
    max-width: 100%;
  }
}

.chances__info {
  overflow: hidden;
  padding: 5px;
  margin: -5px;
}

@media (max-width: 992px) {
  .chances__info {
    padding: 5px 64px;
  }
}

@media (max-width: 480px) {
  .chances__info {
    padding: 5px;
  }
}

.chances__info-item {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 1px 4px #E3EBFC, 0px 24px 48px rgba(230, 235, 245, 0.4);
  border-radius: 12px;
}

.chances__info-item-img {
  display: flex;
  justify-content: center;
}

.chances__info-link a {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  display: inline;
  border-bottom: 1px solid #0D4CD3;
  color: #0D4CD3;
}

.chances__info-article {
  margin-bottom: 8px;
}

.chances__info-title {
  margin-bottom: 24px;
}

.chances__info-subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #0B1F33;
  margin-bottom: 16px;
}

.chances__info-before {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #0B1F33;
  margin-bottom: 16px;
}

.chances__info-after {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #0B1F33;
  margin-bottom: 16px;
}

.chances__info-button-block {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.chances__info-button {
  background-color: #0D4CD3;
  border-radius: 8px;
  max-width: 288px;
  width: 100%;
  height: 56px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #F5F7FA;
  cursor: pointer;
}

.chances__info-button:hover {
  background-color: #305CE2;
}

@media (max-width: 480px) {
  .chances__info-button {
    max-width: 100%;
  }
}

.chances__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  user-select: none;
}

.chances__arrow-prev {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.chances__page-counter {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chances__arrow-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.questions {
  background-color: #FAFCFF;
}

.questions__wrapper {
  padding: 80px 0;
}

@media (max-width: 1023px) {
  .questions__wrapper {
    padding: 56px 0;
  }
}

@media (max-width: 767px) {
  .questions__wrapper {
    padding: 32px 0;
  }
}

.questions__title-block {
  text-align: left;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
}

.questions__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.questions__list :last-child {
  margin-bottom: 0;
}

.questions__item {
  user-select: none;
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 24px;
  box-shadow: 0px 1px 4px #E3EBFC, 0px 24px 48px rgba(230, 235, 245, 0.4);
  border-radius: 12px;
  margin-bottom: 16px;
  cursor: pointer;
}

.questions__item.active .questions__item-text-block {
  display: block;
}

.questions__item.active .questions__item-button {
  padding-top: 2px;
  transform: rotate(180deg);
}

.questions__item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.questions__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0B1F33;
}

.questions__item-button {
  margin-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: #E4ECFD;
  border-radius: 50%;
  padding-top: 1px;
}

.questions__item-text-block {
  display: none;
  margin-top: 24px;
}

.questions__item-text {
  color: #66727F;
}

.questions__item-text ul {
  padding-left: 30px;
}

.reviews {
  background-color: #fff;
  overflow: hidden;
}

@media (max-width: 992px) {
  .reviews .container {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .reviews .container {
    max-width: calc(100% - 32px);
  }
}

.reviews__wrapper {
  padding: 80px 35px;
}

@media (max-width: 1023px) {
  .reviews__wrapper {
    padding: 56px 0;
  }
}

@media (max-width: 767px) {
  .reviews__wrapper {
    padding: 32px 0;
  }
}

.reviews__title-block {
  margin-bottom: 32px;
}

.reviews__title-block h2 {
  max-width: 800px;
}

@media (max-width: 992px) {
  .reviews__title-block h2 {
    max-width: calc(100% - 128px);
  }
}

@media (max-width: 480px) {
  .reviews__title-block h2 {
    max-width: 100%;
  }
}

.reviews__info {
  overflow: hidden;
  padding: 5px;
  margin: -5px;
}

@media (max-width: 992px) {
  .reviews__info {
    padding: 5px 64px;
  }
}

@media (max-width: 480px) {
  .reviews__info {
    padding: 5px;
  }
}

.reviews__info-item {
  padding: 24px 24px 37px 24px;
  background-color: #fff;
  box-shadow: 0px 1px 4px #E3EBFC, 0px 24px 48px rgba(230, 235, 245, 0.4);
  border-radius: 12px;
  height: auto;
}

.reviews__info-link a {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  display: inline;
  border-bottom: 1px solid #0D4CD3;
  color: #0D4CD3;
}

.reviews__info-article {
  margin-bottom: 24px;
}

.reviews__info-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #0B1F33;
  margin-bottom: 24px;
}

.reviews__comment {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.reviews__info-subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #0B1F33;
  margin-bottom: 16px;
}

.reviews__info-before {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #0B1F33;
  margin-bottom: 24px;
}

.reviews__arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  user-select: none;
}

.reviews__arrow-prev {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.reviews__page-counter {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews__arrow-next {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.last-questions {
  background-color: #fff;
}

.last-questions__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 68px 0;
}

@media (max-width: 1023px) {
  .last-questions__wrapper {
    padding: 56px 0;
  }
}

@media (max-width: 767px) {
  .last-questions__wrapper {
    flex-wrap: wrap;
    padding: 32px 0;
  }
}

.last-questions__info {
  font-weight: 700;
}

.last-questions__info-title {
  max-width: 285px;
  margin-bottom: 16px;
}

.last-questions__info-title h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

.last-questions__info-text {
  max-width: 490px;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 32px;
  color: #0B1F33;
  opacity: 0.5;
}

.last-questions__info-list :first-child {
  margin-top: 0;
}

.last-questions__info-item {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.last-questions__info-item::before {
  content: '?';
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #4D83FA;
  color: #4D83FA;
  font-weight: 700;
  font-size: 18px;
  margin-right: 24px;
}

.last-questions__info-item span {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0B1F33;
}

.last-questions__contact {
  padding: 32px;
  background-color: #fff;
  box-shadow: 0px 1px 4px #E3EBFC, 0px 24px 48px rgba(230, 235, 245, 0.4);
  border-radius: 12px;
  max-width: 384px;
  width: 100%;
  align-self: flex-start;
  margin-left: 32px;
}

@media (max-width: 767px) {
  .last-questions__contact {
    max-width: 100%;
    margin-top: 24px;
    margin-left: 0;
  }
}

.last-questions__contact-title-block {
  margin-bottom: 24px;
}

.last-questions__contact-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #0B1F33;
}

.last-questions__contact-title_red {
  color: #EE2F53;
}

.last-questions__name-field {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}

.last-questions__name-field.error:before {
  content: 'Слишком короткое имя';
  position: absolute;
  top: 100%;
  color: red;
}

.last-questions__name-input {
  background-color: #F5F7FA;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.last-questions__name-input::placeholder {
  letter-spacing: 1px;
}

.last-questions__contact-field {
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}

.last-questions__contact-field.error:before {
  content: 'Номер введен не верно';
  position: absolute;
  top: 100%;
  color: red;
}

.last-questions__contact-input {
  background-color: #F5F7FA;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.last-questions__contact-input::placeholder {
  letter-spacing: 1px;
}

.last-questions__contact-submit {
  margin-bottom: 24px;
}

.last-questions__contact-submit-button {
  width: 100%;
  background: #0D4CD3;
  border-radius: 8px;
  color: #F5F7FA;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  min-height: 80px;
  padding: 16px;
}

.last-questions__contact-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #66727F;
}

.last-questions__contact-text a {
  color: #4D83FA;
}

.footer {
  background-color: #EFF5F9;
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .footer__wrapper {
    flex-wrap: wrap;
  }
}

.footer__contacts {
  padding: 64px 75px 52px;
}

@media (max-width: 767px) {
  .footer__contacts {
    padding: 56px 12px 32px;
  }
}

.footer__logo {
  margin-bottom: 24px;
}

.footer__logo-text {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 900;
  margin-right: 24px;
}

.footer__logo-text_red {
  color: #EE2F53;
}

.footer__logo-text_blue {
  color: #0066B3;
}

.footer__adress {
  margin-bottom: 24px;
}

.footer__adress-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0B1F33;
  margin-bottom: 12px;
}

.footer__adress-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #66727F;
}

.footer__phone {
  margin-bottom: 24px;
}

.footer__phone-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0B1F33;
  margin-bottom: 12px;
}

.footer__phone-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #66727F;
}

.footer__email-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #0B1F33;
  margin-bottom: 12px;
}

.footer__map {
  width: 774px;
  min-height: 100%;
}

.footer__need-help {
    position:fixed;
    bottom:50px;
    right:50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    width:70px;
    height:70px;
    border-radius:50%;
    z-index:999;
    animation: hoverWave 1s linear infinite; /* Анимация волны */
}

.footer__need-help > img {
    width:70px;
    height:70px;
}

@keyframes hoverWave {
    0%, 100% {
        box-shadow: 0 8px 10px rgba(54, 179, 126, 0.3), 0 0 0 0 rgba(54, 179, 126, 0.2);
    }
    40% {
        box-shadow: 0 8px 10px rgba(54, 179, 126, 0.3), 0 0 0 15px rgba(54, 179, 126, 0.2);
    }
    80% {
        box-shadow: 0 8px 10px rgba(54, 179, 126, 0.3), 0 0 0 30px rgba(54, 179, 126, 0);
    }
}

@media (max-width: 599px) {
  .footer__map {
    min-height: 100%;
    height: 400px;
  }
}

.popup,
.popup2 {
  display: none;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  height: 100%;
  align-items: center;
  position: fixed;
  padding: 0 10px;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.2);
}

.popup.active,
.popup2.active {
  display: flex;
  overflow: hidden;
}

.popup__container {
  background: linear-gradient(262.98deg, #DBE7FF 6.71%, #E6F9FF 93.11%);
  margin: 0 auto;
  max-width: 1366px;
  padding: 80px 10px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 100%;
}

@media (max-width: 767px) {
  .popup__container {
    padding: 20px 10px;
  }
}

.popup__wrapper {
  display: flex;
  max-width: 591px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  padding-bottom: 15px;
}

.popup__close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 18px;
}

.popup__title-block {
  margin-bottom: 16px;
}

.popup__title {
  font-size: 32px;
  line-height: 40px;
  color: #EE2F53;
}

@media (max-width: 374px) {
  .popup__title {
    font-size: 26px;
    line-height: 32px;
  }
}

.popup__content {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #0B1F33;
  text-align: center;
  margin-bottom: 32px;
}

@media (max-width: 374px) {
  .popup__content {
    font-size: 19px;
    line-height: 26px;
  }
}

.popup__phone-block {
  max-width: 100%;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 1px 4px #E3EBFC, 0px 24px 48px rgba(230, 235, 245, 0.4);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 10px;
  margin-bottom: 32px;
}

@media (max-width: 374px) {
  .popup__phone-block {
    padding: 15px 10px;
  }
}

.popup__phone-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #0B1F33;
  margin-bottom: 10px;
}

.popup__phone-number {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #0D4CD3;
}

.popup__footer {
  text-align: center;
}

.popup__footer-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #0B1F33;
}

.popup__footer-text_blue {
  color: #779ee9;
}

.popup-form {
  display: none;
  justify-content: center;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.2);
}

.popup-form.active {
  display: flex;
}

.popup-form__container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.popup-form__wrapper {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px #E3EBFC, 0px 24px 48px rgba(230, 235, 245, 0.4);
  border-radius: 12px;
  padding: 40px;
  position: relative;
}

@media (max-width: 767px) {
  .popup-form__wrapper {
    padding: 24px;
  }
}

.popup-form__close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 18px;
}

.popup-form__contact-title-block {
  margin-bottom: 15px;
}

.popup-form__contact-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.popup-form__contact-subtitle-block {
  margin-bottom: 15px;
}

.popup-form__contact-subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.popup-form__name-field {
  margin-bottom: 24px;
  position: relative;
}

.popup-form__name-field.error:before {
  content: 'Слишком короткое имя';
  position: absolute;
  top: 100%;
  color: red;
}

.popup-form__name-input {
  background-color: #F5F7FA;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border:1px solid #0B1F331A;
}

.popup-form__contact-field {
  margin-bottom: 24px;
  position: relative;
}

.popup-form__contact-field.error:before {
  content: 'Номер введен не верно';
  position: absolute;
  top: 100%;
  color: red;
}

.popup-form__contact-input {
  background-color: #F5F7FA;
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border:1px solid #0B1F331A;
}

.popup-form__comment-field {
  margin-bottom: 24px;
  position: relative;
}

.popup-form__comment-field.error:before {
  content: 'Слишком короткий комментарий';
  position: absolute;
  top: 100%;
  color: red;
}

.popup-form__comment-input {
  background-color: #F5F7FA;
  border-radius: 8px;
  padding: 10px 16px;
  resize: none;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  min-height: 92px;
  line-height: 24px;
  border:1px solid #0B1F331A;
}

.popup-form__contact-submit {
  margin-bottom: 20px;
}

.popup-form__contact-submit-button {
  width: 100%;
  background: #0D4CD3;
  border-radius: 8px;
  color: #F5F7FA;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  height: 50px;
}

.popup-form__contact-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0D4CD3;
}

.headerAfter_phone {
    display: none;
}

@media (max-width: 1024px) {
    .headerAfter_phone {
        display: flex;
        justify-content: center;
        background: linear-gradient(262.98deg, #DBE7FF 6.71%, #E6F9FF 93.11%);
        padding-top: 2%;
        margin-bottom: -4%;
        align-items: center;
    }

    .headerAfter_text {
        width: 43%;
    }

    .headerAfter_phoneBlock {
        padding: 10px 10px 10px 10px;
        background: white;
        width: 43%;
        border-radius: 10px;
        text-align: center;
    }

    .headerAfter_phoneBlock img {
        margin-right: 5%;
    }

    .headerAfter_phoneBlock a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        font-size: 24px;
        align-items: center;
    }
}

@media (max-width: 565px) {
    .headerAfter_phoneBlock {
        width: 50%;
    }

    .headerAfter_text {
        width: 100%;
        text-align: center;
    }

    .headerAfter_phone {
        flex-direction: column-reverse;
    }
}

@media (max-width: 487px) {
    .headerAfter_phoneBlock {
        width: 65%;
    }
}

@media (max-width: 400px) {
    .headerAfter_phoneBlock {
        width: 80%;
    }
}

@media (max-width: 350px) {
    .headerAfter_phoneBlock {
        width: 95%;
    }
}

@media (max-width: 1024px) and (min-width: 565px) {
    .headerAfter_phoneBlock {
        display: none;
    }

    .headerAfter_block {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
    }

    .headerAfter_text {
        width: 100%;
        margin: 3%;
        text-align: center;
    }

    .headerAfter_block .headerAfter_phoneBlock {
        display: block;
        margin: 0!important;
    }

    .headerAfter_phone {
        display: flex;
        justify-content: center;
        background: linear-gradient(262.98deg, #DBE7FF 6.71%, #E6F9FF 93.11%);
        padding-top: 2%;
        margin-bottom: -4%;
        align-items: center;
        flex-direction: column-reverse;
    }
}

@media (max-width: 564px) {
    .headerAfter_phoneBlock {
        display: block;
    }

    .headerAfter_block {
        display: none;
    }
}

.chances__info-button {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.notification_mob {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    font-family: 'Lato', sans-serif;
    padding: 10px 0;
    background: red;
    color: white;
}

.notification_h1 {
    font-size: 24px;
    font-weight: bolder;
    padding: 10px 0;
}

.notification_mob p {
    text-align: center;
}

.button_notification {
    background: white;
    padding: 6px 17px;
    margin-top: 15px;
    border-radius: 5px;
}

.button_notification a {
    color: black;
    font-weight: bolder;
}


 /* Новые города */
 .newCityBlock {left: -2000%; transition: .7s !important; position: absolute; opacity: 0; width: 0px;}
 .activeNewCity {
    background: #ffffff;
    position: absolute !important;
    top: 0;

    left: 0;
    opacity: 1;
    transition: .7s !important;
    min-width: 100%;
    width: 100%;
    z-index: 214748364800;
    min-height: 100%;
    min-height: 100%;


 }

 .newCityBlock__head {width: 100%; overflow: hidden; padding: 0; margin: 0;}
  .newCityBlock__head span{
    float: right;
    width: 25px;
    height: 25px;
    font-size: 2em;
    margin: 10px 20px;
    cursor: pointer;

  }

  .newCityBlock__title {
    font-famuly: Lato, Arial;
    padding: 20px 40px;
    font-size: 1.2em;
    color: #000;
  }

    newCityBlock > hr {
      height: 1px;
      color: #000;
      background-color: #000;
      border: 0;
      padding: 15px 0px;
      display: block;
    }

    .newCityBlock__search {
      border-bottom: 1px solid #999;
      /* border-radius: 4px; */
      margin: 10px 40px 20px 40px;
      padding: 10px 0px;
    }

    .newCityBlock__search img {float: left; margin-right: 5px;}
    .newCityBlock__search input::placeholder {
      color: #B3BAC9;
    }
    .newCityBlock__search input {
      font-size: 1.1em;
      border: 0px;
      width: calc(100% - 30px);
    }

    .newCityBlock__search input:first-letter {
      text-transform: uppercase;
    }

    .newCityBlock__firstcity {padding: 0 40px;}
        .newCityBlock__firstcity ul {list-style: none;}
        .newCityBlock__firstcity ul li {display: inline-block;}
        .lastchild:after {content: normal !important;}
        /* .newCityBlock__firstcity ul li:after { content: '\2022'; }  */
        .newCityBlock__firstcity ul li a {display: inline-block; margin: 0 10px; color: #000;}
        .newCityBlock__firstcity ul li a:hover {text-decoration: underline;}


        .newCityBlock__cities {
          padding: 40px;
          display: flex;
          min-height: 100%;
        }

  @media (max-width: 565px) {
    .newCityBlock__cities {
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;

      }
  }

  @media (max-width: 1024px) and (min-width: 565px) {
    .newCityBlock__cities {
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;

      }
  }

  @media (min-width: 1024px) {
    .newCityBlock__cities {
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
      }
  }



  .searchResult {
    flex-basis: 30%;
    display: none;
  }
    .cities__Item {
      min-width: 40% !important;
      margin: 20px !important;
      flex-grow: 1;
    }

    @media (max-width: 565px) {
      .cities__Item { min-width: 100% !important; margin: 20px !important; flex-grow: 0;}
      .newCityBlock__firstcity {display: none !important;}
    }

    @media (max-width: 1024px) and (min-width: 565px) {
      .cities__Item { min-width: 25% !important; margin: 20px !important; flex-grow: 0;}
      .newCityBlock__firstcity {display: none !important;}
    }

    @media (min-width: 1024px) {
      .cities__Item { min-width: 10% !important; margin: 20px !important; flex-grow: 1;}
    }

    .cities__Item span {
      display: block;
      font-size: 1.2em;
      font-weight: 800;
      margin-bottom: 15px;
      color: #000;
    }

    .cities__Item ul {list-style: none; margin-bottom: 40px;}
    .cities__Item ul li {display: block;}
        .cities__Item ul li a {display: block; color: #000; margin-bottom: 3px;}
        .cities__Item ul li a:hover {text-decoration: underline;}


    .CityShow {display: block !important;}
    .cityHide {display: none !important;}
    .text_title-block {
        margin: 30px 0;
        justify-content: flex-start;
    }
    section.text p {
        margin-bottom: 10px;
    }
    section.text ul, section.text ol {
        margin-bottom: 10px;
        padding: 0 30px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    section.text h2 {
        font-size: 26px;
        margin: auto;
    }
    section.text h3 {
        font-size: 20px;
    }
    .header_v2 {
        position: relative;
        z-index: 2;
    }
    .header_v2_phone {
        max-width: 100%;
    }
    .header_v2_phone span {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        gap: 20px;
    }
    .header__main_v2 {
        border-bottom: 1px solid #0B1F331A;
    }
    .header_v2_menu {
        display: flex;
        flex-direction: row;
        gap: 25px;
    }
    .header_v2_menu a {
        color: #0B1F33;
        transition: all .3s ease;
    }
    .header_v2_menu a:hover {
        color: #0D4CD3;
    }
    .marquiz-widget {
        position: relative;
        z-index: 2;
    }
    .active-burger {
        transition: all .3s ease;
        height: 100vh;
        max-height: 100vh;
        position: relative;
    }
    .header__menu-popup.active {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .burger_nav_menu {
        display: flex;
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }
    .burger_nav_menu a {
        color: #0B1F33;
        font-size: 16px;
        transition: all .3s ease;
    }
    .burger_nav_menu a:hover {
        color: #0D4CD3;
    }
    .burger_footer .header__phone.header__phone-mobile {
        display: flex;
        color: #0B1F33;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .burger_footer {
        position: absolute;
        bottom: 80px;
    }
    @media (max-width: 1023px) {
        .header_v2_menu, .header__main_v2 {
            display: none;
        }
        .header_v2 .header__contacts_mobile {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .header__phone.header__phone-mobile {
            text-align: center;
        }
    }

    .banner_plate {
        background: #fff;
        padding: 16px 24px;
        cursor: pointer;
        display: flex;
        gap: 10px;
        border-radius: 8px;
        box-shadow: 0px 12px 32.3px 0px #1565D833;
        margin-top: 32px;
        width: calc(100% - 32px);
    }

    .banner_plate span {
        line-height: 28px;
        font-weight: 700;
        font-size: 20px;
    }

    @media (max-width: 1100px) {
        .main__wrapper {
            flex-wrap: nowrap;
            flex-direction: column;
        }

        .banner_plate {
            width: 100%;
            margin-bottom: 40px;
        }

        .banner_plate span {
            font-size: 18px;
        }
    }

    @media (max-width: 480px) {
        .banner_plate span {
            font-size: 14px;
        }
    }
