@charset "UTF-8";
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("/fonts/Raleway-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
body {
  font-family: "Raleway", sans-serif;
  background-color: #5845C3;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}
body h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  margin: 0;
}
@media screen and (max-width: 1099px) {
  body h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
body h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  margin: 0;
}
@media screen and (max-width: 1099px) {
  body h3 {
    font-size: 26px;
  }
}
body h4 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}
@media screen and (max-width: 1099px) {
  body h4 {
    font-size: 20px;
  }
}
body h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  margin: 0;
}
@media screen and (max-width: 1099px) {
  body h5 {
    font-size: 16px;
  }
}
body h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}
@media screen and (max-width: 1099px) {
  body h6 {
    font-size: 16px;
  }
}
body button {
  height: 58px;
  min-width: 160px;
  padding: 0 24px;
  border-radius: 16px;
  border: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 1099px) {
  body button {
    height: 52px;
  }
}
body .header {
  color: #fff;
  width: 100%;
  max-width: 1600px;
}
body .header_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 24px 80px;
}
@media screen and (max-width: 1170px) {
  body .header_top {
    margin: 24px;
  }
}
body .header_top_contact-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
body .header_top_contact-info a {
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 1099px) {
  body .header_top_contact-info .max-desc {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  body .header_top_contact-info .min-desc {
    display: none;
  }
}
body .header_top img {
  width: 160.43px;
}
@media screen and (max-width: 1099px) {
  body .header_top img {
    width: 104px;
  }
}
body .header_bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 80px 24px;
}
@media screen and (max-width: 1099px) {
  body .header_bottom {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    margin: 0 80px 64px;
  }
}
@media screen and (max-width: 739px) {
  body .header_bottom {
    margin: 0 70px 48px;
  }
}
@media screen and (max-width: 585px) {
  body .header_bottom {
    margin: 0 16px 48px;
  }
}
body .header_bottom_left {
  max-width: 730px;
}
body .header_bottom_left h2 {
  margin-bottom: 16px;
}
@media screen and (max-width: 1099px) {
  body .header_bottom_left h2 {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 475px) {
  body .header_bottom_left h2 {
    text-wrap: balance;
  }
}
body .header_bottom_left h5 {
  margin-bottom: 48px;
  opacity: 0.8;
}
@media screen and (max-width: 1099px) {
  body .header_bottom_left h5 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 475px) {
  body .header_bottom_left h5 {
    text-wrap: balance;
  }
}
body .header_bottom_left_button {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media screen and (max-width: 1099px) {
  body .header_bottom_left_button {
    justify-content: center;
  }
}
@media screen and (max-width: 739px) {
  body .header_bottom_left_button {
    flex-direction: column;
  }
}
body .header_bottom_left_button .info {
  background-color: #8274d2;
  color: #fff;
}
body .header_bottom_left_button .add {
  background-color: #FBDB3C;
  color: #171425;
}
body .header_bottom_right img {
  max-width: 416px;
  margin-top: -40px;
}
@media screen and (max-width: 1199px) {
  body .header_bottom_right img {
    max-width: 313px;
    margin: 0;
  }
}
@media screen and (max-width: 1099px) {
  body .header_bottom_right img {
    max-width: 272px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 739px) {
  body .header_bottom_right img {
    max-width: 152px;
  }
}
body .header {
  /** MO */
}
body .header .modal-window {
  border: none;
  border-radius: 24px;
  padding: 0;
  width: 90%;
  background: transparent;
  overflow: visible;
  text-align: start !important;
}
body .header .modal-window::backdrop {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}
body .header .modal-window[open] {
  animation: modalFade 0.3s ease-out forwards;
}
body .header .modal-window .modal-content {
  background: #fff;
  border-radius: 32px;
  position: relative;
}
body .header .modal-window .modal-content a {
  color: #4C39B5;
}
body .header .modal-window .modal-content {
  /** Модальное окно статусов */
}
body .header .modal-window .modal-content .modal-status-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .header .modal-window .modal-content .modal-status-container .status-title {
  margin-bottom: 12px;
}
body .header .modal-window .modal-content .modal-status-container .status-desc {
  margin-bottom: 32px;
  text-wrap: balance;
}
body .header .modal-window .modal-content .modal-status-container img {
  max-width: 96px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  body .header .modal-window .modal-content .modal-status-container img {
    max-width: 80px;
  }
}
body .header .modal-window .modal-content .modal-status-container .success-btn {
  background-color: #FBDB3C;
}
@media screen and (max-width: 450px) {
  body .header .modal-window .modal-content .modal-status-container .status-confirm-btn {
    width: 100%;
  }
}
body .header .modal-window .close-btn {
  z-index: 10;
  border: none;
  font-size: 32px;
  cursor: pointer;
  line-height: 1;
  flex-shrink: 0;
  width: 48px;
  min-width: auto;
  height: 48px;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 16px;
}
body .header .modal-window .modal-header {
  display: flex;
  flex-direction: row;
  align-items: start;
  padding: 32px 32px 0 32px;
  border-radius: 32px 32px 0 0;
}
body .header .modal-window .modal-header_text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 32px;
}
body .header .modal-info {
  max-width: 720px;
}
body .header .modal-info .modal-header {
  background-color: #5845C3;
  color: #fff;
}
body .header .modal-info .modal-header_text h4 {
  font-size: 24px !important;
}
@media screen and (max-width: 678px) {
  body .header .modal-info .modal-header_text h4 {
    text-wrap: balance;
  }
}
body .header .modal-info .modal-header_text h6 {
  font-size: 18px !important;
  opacity: 0.8;
}
@media screen and (max-width: 520px) {
  body .header .modal-info .modal-header_text h6 {
    font-size: 16px !important;
  }
}
body .header .modal-info .close-btn {
  color: #fff;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.1);
}
body .header .modal-info .coins-decor {
  flex-shrink: 0;
  width: 240px;
  margin: -86px 0 0 0;
}
@media screen and (max-width: 768px) {
  body .header .modal-info .coins-decor {
    width: 200px;
    margin: -66px 0 0 0;
  }
}
@media screen and (max-width: 520px) {
  body .header .modal-info .coins-decor {
    width: 100px;
    margin: 0;
    align-self: center;
  }
}
@media screen and (max-width: 375px) {
  body .header .modal-info .coins-decor {
    width: 100px;
  }
}
body .header .modal-info .modal-body {
  padding: 32px;
}
@media screen and (max-width: 520px) {
  body .header .modal-info .modal-body {
    padding: 24px;
  }
}
body .header .modal-info .modal-body .info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}
body .header .modal-info .modal-body .info-list li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 28px;
  color: rgba(23, 20, 37, 0.8);
  opacity: 0.8;
}
@media screen and (max-width: 520px) {
  body .header .modal-info .modal-body .info-list li {
    font-size: 16px;
  }
}
body .header .modal-info .modal-body .info-list li::before {
  font-size: 16px;
  content: "—";
  position: absolute;
  left: 0;
  color: #8e8e93;
}
@media screen and (max-width: 696px) {
  body .header .modal-info .modal-body .info-list li br {
    display: none;
  }
}
body .header .modal-info .modal-body .modal-call {
  background-color: #FBDB3C;
}
@media screen and (max-width: 520px) {
  body .header .modal-info .modal-body .modal-call {
    width: 100%;
    max-width: none;
  }
}
body .header .modal-form {
  max-width: 600px;
}
@media screen and (max-width: 1099px) {
  body .header .modal-form {
    max-width: 500px;
  }
}
body .header .modal-form .modal-content {
  padding: 48px;
  text-align: center;
  background-color: #EEECF9;
}
@media screen and (max-width: 1099px) {
  body .header .modal-form .modal-content {
    padding: 32px;
  }
}
@media screen and (max-width: 440px) {
  body .header .modal-form .modal-content {
    padding: 24px;
  }
}
body .header .modal-form .modal-content .modal-header {
  justify-content: center;
  padding: 0;
}
body .header .modal-form .modal-content .modal-body .input-application {
  max-width: 100%;
  margin-bottom: 16px;
}
body .header .modal-form .modal-content .modal-body .modal-call {
  width: 100%;
  background-color: #FBDB3C;
  margin-bottom: 24px;
}
body .header .modal-form .close-btn {
  background-color: transparent;
  margin: 0;
}
@media screen and (max-width: 440px) {
  body .header .modal-form .close-btn {
    top: 8px;
    right: 8px;
  }
}
body .header .modal-form .close-btn img {
  filter: brightness(0);
}
body .header .modal-form .modal-form-row {
  display: flex;
  gap: 12px;
  margin-top: 30px;
  align-items: center;
}
body .header .modal-form .input-application {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 24px;
}
body .header .modal-form .input-application input {
  height: 58px;
}
body .header .modal-form .input-application .modal-call {
  background-color: #FBDB3C;
  flex-shrink: 0;
  white-space: nowrap;
  margin-right: 20px;
}
@media screen and (max-width: 1099px) {
  body .header .modal-form .input-application .modal-call {
    margin-right: 0;
  }
}
body .header .modal-form .input-application .call:disabled {
  opacity: 0.7;
  color: #171425;
  cursor: not-allowed;
  background-color: rgba(23, 20, 37, 0.2);
}
@keyframes modalFade {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body .main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 112px;
  background-color: #fff;
  border-radius: 48px;
  padding: 80px;
  margin: 0 60px;
  max-width: 1600px;
  box-sizing: border-box;
}
@media screen and (max-width: 1500px) {
  body .main {
    padding: 64px 48px;
  }
}
@media screen and (max-width: 1170px) {
  body .main {
    margin: 0 32px;
  }
}
@media screen and (max-width: 1099px) {
  body .main {
    padding: 48px 24px;
    margin: 0 59.5px;
  }
}
@media screen and (max-width: 840px) {
  body .main {
    margin: 0;
  }
}
@media screen and (max-width: 440px) {
  body .main {
    padding: 32px 16px;
  }
}
body .main h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  margin: 0 0 64px;
  text-align: center;
}
@media screen and (max-width: 1379px) {
  body .main h2 {
    margin: 0 0 48px;
  }
}
@media screen and (max-width: 1099px) {
  body .main h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 32px;
  }
}
body .main h4 {
  color: #171425;
}
body .main h6 {
  color: rgba(23, 20, 37, 0.8);
}
body .main_education {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .main_education_stepper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 1099px) {
  body .main_education_stepper {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 739px) {
  body .main_education_stepper {
    flex-direction: column;
    gap: 24px;
  }
}
body .main_education_stepper_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 739px) {
  body .main_education_stepper_step {
    align-items: start;
    flex-direction: row;
    padding: 0;
  }
  body .main_education_stepper_step div {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 6px;
    padding-left: 16px;
  }
  body .main_education_stepper_step h4, body .main_education_stepper_step h6 {
    text-align: start;
  }
}
body .main_education_stepper_step span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: rgba(88, 69, 195, 0.1019607843);
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}
body .main_education_stepper_step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 24px;
  left: calc(50% + 34px);
  width: calc(100% - 68px);
  height: 2px;
  background-color: #ccc;
  z-index: 1;
}
@media screen and (max-width: 739px) {
  body .main_education_stepper_step:not(:last-child)::after {
    display: none;
  }
}
body .main_education_stepper_step h4 {
  margin-bottom: 8px;
}
@media screen and (max-width: 739px) {
  body .main_education_stepper_step h4 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 715px) {
  body .main_education_stepper_step h6 {
    max-width: 470px;
  }
}
body .main_education_application {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  background-color: rgba(88, 69, 195, 0.1019607843);
  border-radius: 48px;
  width: 100%;
}
@media screen and (max-width: 1099px) {
  body .main_education_application {
    flex-direction: column;
    margin-top: 283px;
  }
}
@media screen and (max-width: 580px) {
  body .main_education_application {
    flex-direction: column;
    margin-top: 216px;
  }
}
body .main_education_application img {
  margin: -50px 20px 0;
}
@media screen and (max-width: 1457px) {
  body .main_education_application img {
    margin: -50px 0 0;
  }
}
@media screen and (max-width: 1380px) {
  body .main_education_application img {
    max-width: 436px;
    margin: 46px 0 0;
  }
}
@media screen and (max-width: 1270px) {
  body .main_education_application img {
    max-width: 377px;
    margin: 38px 0 0;
  }
}
@media screen and (max-width: 1099px) {
  body .main_education_application img {
    max-width: 377px;
    margin: -283px 0 0;
  }
}
@media screen and (max-width: 580px) {
  body .main_education_application img {
    max-width: 288px;
    margin: -216px 0 0;
  }
}
body .main_education_application_inner {
  max-width: 640px;
}
@media screen and (max-width: 1099px) {
  body .main_education_application_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px;
  }
}
body .main_education_application_inner h3 {
  margin-bottom: 16px;
}
@media screen and (max-width: 1099px) {
  body .main_education_application_inner h3 {
    margin-bottom: 12px;
  }
}
body .main_education_application_inner h5 {
  margin-bottom: 32px;
}
@media screen and (max-width: 1099px) {
  body .main_education_application_inner h5 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 440px) {
  body .main_education_application_inner h5 {
    text-wrap: balance;
  }
}
body .main_education_application_inner a {
  color: #4C39B5;
}
body .main_education_application_inner h6 {
  text-wrap: balance;
  padding-right: 20px;
}
@media screen and (max-width: 1489px) {
  body .main_education_application_inner h6 {
    text-wrap: wrap;
  }
}
@media screen and (max-width: 1281px) {
  body .main_education_application_inner h6 {
    width: 455px;
  }
}
@media screen and (max-width: 1099px) {
  body .main_education_application_inner h6 {
    width: 100%;
    padding-right: 0;
  }
}
body .main_education_application_inner_request {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1099px) {
  body .main_education_application_inner_request {
    flex-direction: column;
  }
}
body .main_education_application_inner_request .call {
  background-color: #FBDB3C;
  flex-shrink: 0;
  white-space: nowrap;
  margin-right: 20px;
}
@media screen and (max-width: 1099px) {
  body .main_education_application_inner_request .call {
    margin-right: 0;
  }
}
body .main_education_application_inner_request .call:disabled {
  opacity: 0.7;
  color: #171425;
  cursor: not-allowed;
  background-color: rgba(23, 20, 37, 0.2);
}
body .main_reviews_inner {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 340px 160px 320px;
  gap: 32px;
  width: 100%;
}
@media screen and (max-width: 1379px) {
  body .main_reviews_inner {
    grid-template-rows: 280px 160px 320px;
  }
}
@media screen and (max-width: 1099px) {
  body .main_reviews_inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 16px;
  }
}
@media screen and (max-width: 739px) {
  body .main_reviews_inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
  }
}
body .main_reviews_inner h4 {
  margin-bottom: 12px;
}
body .main_reviews_inner_car, body .main_reviews_inner_rate, body .main_reviews_inner_tomsk, body .main_reviews_inner_support {
  background-color: rgba(88, 69, 195, 0.1019607843);
  padding: 32px;
  border-radius: 48px;
}
@media screen and (max-width: 1379px) {
  body .main_reviews_inner_car, body .main_reviews_inner_rate, body .main_reviews_inner_tomsk, body .main_reviews_inner_support {
    padding: 24px;
  }
}
@media screen and (max-width: 1099px) {
  body .main_reviews_inner_car, body .main_reviews_inner_rate, body .main_reviews_inner_tomsk, body .main_reviews_inner_support {
    padding: 0;
  }
}
body .main_reviews_inner_car {
  display: flex;
  flex-direction: column;
  gap: 32px;
  grid-column: 1/5;
  grid-row: 1/3;
}
@media screen and (max-width: 1379px) {
  body .main_reviews_inner_car {
    gap: 24px;
  }
}
@media screen and (max-width: 1220px) {
  body .main_reviews_inner_car {
    gap: 7px;
  }
}
@media screen and (max-width: 1099px) {
  body .main_reviews_inner_car {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    grid-column: 1/2;
    grid-row: 1/2;
    overflow: hidden;
  }
}
@media screen and (max-width: 739px) {
  body .main_reviews_inner_car {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
body .main_reviews_inner_car img {
  max-width: 320px;
  margin: 12px -32px 12px;
}
@media screen and (max-width: 1561px) {
  body .main_reviews_inner_car img {
    margin: 0 -32px 0;
  }
}
@media screen and (max-width: 1379px) {
  body .main_reviews_inner_car img {
    max-width: 280px;
    margin: 0 -24px 0;
  }
}
@media screen and (max-width: 1220px) {
  body .main_reviews_inner_car img {
    margin: -18px -24px 0;
  }
}
@media screen and (max-width: 1099px) {
  body .main_reviews_inner_car img {
    max-width: 100px;
    margin: 0 0 0 -20px;
  }
}
body .main_reviews_inner_car_text {
  text-align: center;
}
@media screen and (max-width: 1099px) {
  body .main_reviews_inner_car_text {
    text-align: start;
    padding: 24px 24px 24px 0;
  }
}
body .main_reviews_inner_tomsk {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  grid-column: 5/13;
  grid-row: 1/2;
  clip-path: inset(-100px 0px 0px 0px round 48px);
  position: relative;
}
@media screen and (max-width: 1099px) {
  body .main_reviews_inner_tomsk {
    flex-direction: row-reverse;
    justify-content: start;
    align-items: start;
    gap: 12px;
    grid-column: 1/2;
    grid-row: 2/3;
    position: unset;
    overflow: hidden;
  }
}
@media screen and (max-width: 739px) {
  body .main_reviews_inner_tomsk {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
body .main_reviews_inner_tomsk h4 {
  text-align: center;
}
@media screen and (max-width: 1099px) {
  body .main_reviews_inner_tomsk h4 {
    text-align: start;
  }
}
body .main_reviews_inner_tomsk_text {
  padding: 24px 24px 24px 0;
}
body .main_reviews_inner_tomsk h6 {
  text-align: center;
}
@media screen and (max-width: 1379px) {
  body .main_reviews_inner_tomsk h6 {
    max-width: 291px;
  }
}
@media screen and (max-width: 1150px) {
  body .main_reviews_inner_tomsk h6 {
    text-wrap: balance;
  }
}
@media screen and (max-width: 1099px) {
  body .main_reviews_inner_tomsk h6 {
    text-align: start;
    max-width: none;
    text-wrap: auto;
  }
}
body .main_reviews_inner_tomsk h6:first-of-type {
  max-width: 391px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1379px) {
  body .main_reviews_inner_tomsk h6:first-of-type {
    max-width: 291px;
  }
}
@media screen and (max-width: 1099px) {
  body .main_reviews_inner_tomsk h6:first-of-type {
    max-width: none;
  }
}
body .main_reviews_inner_tomsk img {
  max-width: 564px;
  position: absolute;
  top: -67px;
  right: -87px;
}
@media screen and (max-width: 1590px) {
  body .main_reviews_inner_tomsk img {
    right: -202px;
  }
}
@media screen and (max-width: 1379px) {
  body .main_reviews_inner_tomsk img {
    max-width: 470px;
    top: -61px;
    right: -79px;
  }
}
@media screen and (max-width: 1240px) {
  body .main_reviews_inner_tomsk img {
    right: -133px;
  }
}
@media screen and (max-width: 1099px) {
  body .main_reviews_inner_tomsk img {
    right: 0;
    top: 0;
    position: unset;
    max-width: 100px;
    margin: 12px 0 0 -20px;
  }
}
body .main_reviews_inner_rate {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  grid-column: 1/5;
  grid-row: 3/4;
  overflow: hidden;
}
@media screen and (max-width: 1220px) {
  body .main_reviews_inner_rate {
    gap: 24px;
  }
}
@media screen and (max-width: 1099px) {
  body .main_reviews_inner_rate {
    flex-direction: row-reverse;
    align-items: center;
    gap: 12px;
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 739px) {
  body .main_reviews_inner_rate {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 1640px) {
  body .main_reviews_inner_rate h6 {
    text-wrap: balance;
  }
}
@media screen and (max-width: 1099px) {
  body .main_reviews_inner_rate h6 {
    text-wrap: auto;
  }
}
body .main_reviews_inner_rate img {
  max-width: 280px;
}
@media screen and (max-width: 1379px) {
  body .main_reviews_inner_rate img {
    max-width: 220px;
  }
}
@media screen and (max-width: 1099px) {
  body .main_reviews_inner_rate img {
    max-width: 100px;
    margin: -30px 0 0 -20px;
  }
}
@media screen and (max-width: 739px) {
  body .main_reviews_inner_rate img {
    margin: 0 0 0 -20px;
  }
}
body .main_reviews_inner_rate_text {
  text-align: center;
}
@media screen and (max-width: 1099px) {
  body .main_reviews_inner_rate_text {
    text-align: start;
    padding: 24px 24px 24px 0;
  }
}
body .main_reviews_inner_2gis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #5845C3;
  border-radius: 48px;
  grid-column: 5/9;
  grid-row: 2/4;
  padding: 32px;
}
@media screen and (max-width: 1099px) {
  body .main_reviews_inner_2gis {
    grid-column: 2/3;
    grid-row: 2/4;
  }
}
@media screen and (max-width: 739px) {
  body .main_reviews_inner_2gis {
    grid-row: 5/6;
    grid-column: 1/2;
  }
}
body .main_reviews_inner_2gis_mid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .main_reviews_inner_2gis_mid .ball {
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  color: #fff;
}
body .main_reviews_inner_2gis_mid .stars {
  width: 300px;
}
@media screen and (max-width: 1379px) {
  body .main_reviews_inner_2gis_mid .stars {
    width: 239px;
  }
}
body .main_reviews_inner_2gis_mid .grade {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  opacity: 0.8;
}
body .main_reviews_inner_2gis a {
  width: 100%;
  height: 58px;
  border-radius: 16px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8274d2;
  text-decoration: none;
  color: #fff;
}
body .main_reviews_inner_support {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  grid-column: 9/13;
  grid-row: 2/4;
}
@media screen and (max-width: 1379px) {
  body .main_reviews_inner_support {
    gap: 24px;
  }
}
@media screen and (max-width: 1099px) {
  body .main_reviews_inner_support {
    flex-direction: row;
    align-items: center;
    grid-column: 2/3;
    grid-row: 1/2;
    gap: 12px;
    overflow: hidden;
  }
}
@media screen and (max-width: 739px) {
  body .main_reviews_inner_support {
    grid-row: 4/5;
    grid-column: 1/2;
  }
}
body .main_reviews_inner_support img {
  max-width: 280px;
  margin: 13px 0;
}
@media screen and (max-width: 1587px) {
  body .main_reviews_inner_support img {
    margin: 0;
  }
}
@media screen and (max-width: 1379px) {
  body .main_reviews_inner_support img {
    max-width: 220px;
    margin: 31px 42px;
  }
}
@media screen and (max-width: 1379px) {
  body .main_reviews_inner_support img {
    margin: 18px 14.67px;
  }
}
@media screen and (max-width: 1099px) {
  body .main_reviews_inner_support img {
    max-width: 100px;
    margin: 0 0 0 -20px;
  }
}
@media screen and (max-width: 1587px) {
  body .main_reviews_inner_support h6 {
    text-wrap: balance;
  }
}
@media screen and (max-width: 739px) {
  body .main_reviews_inner_support h6 {
    text-wrap: auto;
  }
}
body .main_reviews_inner_support_text {
  text-align: center;
}
@media screen and (max-width: 1099px) {
  body .main_reviews_inner_support_text {
    padding: 24px 24px 24px 0;
    text-align: start;
  }
}
body .main_questions {
  padding: 0 5px;
}
body .main_questions .accordion-item {
  border-top: 1px solid #e5e5e5;
}
body .main_questions .accordion-item:first-child {
  border-top: none;
}
body .main_questions .accordion-input {
  display: none;
}
body .main_questions .accordion-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 24px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  position: relative;
  color: #171425;
}
@media screen and (max-width: 1099px) {
  body .main_questions .accordion-label {
    font-size: 20px;
    line-height: 26px;
  }
}
body .main_questions .accordion-label::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
body .main_questions .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
body .main_questions .accordion-content-inner {
  padding-bottom: 24px;
  color: #171425;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media screen and (max-width: 1099px) {
  body .main_questions .accordion-content-inner {
    font-size: 16px;
    line-height: 22px;
  }
}
body .main_questions .accordion-content-inner a {
  color: #4C39B5;
}
body .main_questions .accordion-content-inner p {
  margin: 0 0 12px 0;
}
body .main_questions .accordion-content-inner .payment-methods {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
}
body .main_questions .accordion-content-inner .payment-methods li {
  list-style: none;
  position: relative;
  padding-left: 18px;
  margin-left: 10px;
}
body .main_questions .accordion-content-inner .payment-methods li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-weight: 100;
  font-size: 18px;
}
body .main_questions .accordion-input:checked + body .main_questions .accordion-label::after {
  transform: rotate(180deg);
}
body .main_questions .accordion-input:checked + .accordion-label + .accordion-content {
  max-height: 500px;
}
body .main_questions .accordion-input:checked + .accordion-label + .accordion-content .accordion-content-inner {
  opacity: 1;
  transform: translateY(0);
}
body .main_questions .accordion-label {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  user-select: none;
}
body .main_questions .accordion-label:focus,
body .main_questions .accordion-label:active {
  outline: none;
  background: transparent;
}
body .main_questions .accordion-input:checked + .accordion-label::after {
  transform: rotate(180deg);
}
body .main {
  /** Всплывающее окно */
}
body .main .scroll-toast {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  background-color: #5845C3;
  padding: 0 24px;
  border-radius: 24px 24px 0 0;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}
@media screen and (max-width: 768px) {
  body .main .scroll-toast {
    border-radius: 32px 32px 0 0;
  }
}
@media screen and (max-width: 580px) {
  body .main .scroll-toast {
    background-color: transparent;
  }
}
body .main .scroll-toast.show {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
body .main .scroll-toast.active {
  opacity: 1;
  transform: translateY(0);
}
body .main .scroll-toast-content {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 580px) {
  body .main .scroll-toast-content {
    display: none;
  }
}
body .main .scroll-toast-content img {
  max-width: 120px;
  margin-top: -30px;
}
body .main .scroll-toast-content p {
  color: #fff;
  padding: 19px 0;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
}
body .main .scroll-toast .toast-add {
  background-color: #FBDB3C;
  cursor: pointer;
}
@media screen and (max-width: 580px) {
  body .main .scroll-toast .toast-add {
    margin: 24px;
    width: 100%;
  }
}
body .main .scroll-toast .toast-add:hover {
  opacity: 0.9;
}
body .input-application {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 442px;
  border-radius: 16px;
  font-size: 18px;
  padding: 0 20px;
  gap: 8px;
  background-color: #fff;
  border: 2px solid transparent;
  transition: 0.2s;
  position: relative;
}
@media screen and (max-width: 1099px) {
  body .input-application {
    width: 400px;
    height: 48px;
  }
}
@media screen and (max-width: 1099px) {
  body .input-application {
    width: auto;
  }
}
body .input-application.disabled {
  opacity: 0.9;
  cursor: not-allowed;
  background-color: rgba(23, 20, 37, 0.1019607843);
}
body .input-application.disabled label, body .input-application.disabled #telephone, body .input-application.disabled #modal-phone {
  cursor: not-allowed;
}
body .input-application:focus-within {
  border: 4px solid #5E43E0;
}
body .input-application.error {
  border: 4px solid #DD3327;
}
body .input-application .error-text {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #DD3327;
  white-space: nowrap;
  display: none;
  background-color: #FAE0DF;
  border-radius: 6px;
  padding: 2px 8px;
  border: 1px solid #DD3327;
  z-index: 10;
}
body .input-application.error .error-text {
  display: block;
}
body .input-application label {
  font-weight: 500;
  line-height: 26px;
  opacity: 0.65;
  color: #171425;
  white-space: nowrap;
}
body .input-application #telephone, body .input-application #modal-phone {
  border: none;
  background-color: transparent;
  font-size: 18px;
  color: #171425;
  -moz-appearance: textfield;
  appearance: textfield;
  width: 100%;
}
body .input-application #telephone:focus, body .input-application #modal-phone:focus {
  outline: none;
}
body .input-application #telephone:disabled, body .input-application #modal-phone:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
body .input-application #telephone::-webkit-inner-spin-button,
body .input-application #modal-phone::-webkit-inner-spin-button,
body .input-application #telephone::-webkit-outer-spin-button,
body .input-application #modal-phone::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body .footer-content {
  margin: 64px 0;
}
@media screen and (max-width: 1099px) {
  body .footer-content {
    margin: 48px 0;
  }
}
body .footer-content img {
  width: 138px;
}
@media screen and (max-width: 739px) {
  body .footer-content img {
    width: 104px;
  }
}

/*# sourceMappingURL=style.css.map */
