@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800;900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
  color: inherit;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

body {
  font-family: Mulish, sans-serif;
  color: #112;
  font-size: 16px;
}

h1 {
  font-weight: 800;
  font-size: 44px;
  line-height: 115%;
}

h2 {
  font-weight: 900;
  font-size: 46px;
  line-height: 120%;
}

.wrapper {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
}

.container {
  min-width: 320px;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0 40px;
}

.button {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.2px;
  color: white;
  background-color: #2751c1;
  padding: 18px 80px 18px 40px;
  border-radius: 30px;
  position: relative;
}
.button div:after {
  content: "";
  background: url("/img/arrow_1_white.svg") 0 0 no-repeat;
  width: 24px;
  height: 13px;
  position: absolute;
  right: 40px;
  bottom: 21px;
}
.button:hover {
  box-shadow: 0 0 5px #5e7a98;
}
.button:focus {
  box-shadow: 0 0 5px #5e7a98;
}
.button:disabled {
  opacity: 0.5;
}
.button:disabled:hover {
  box-shadow: none;
}

.header {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  background-color: #d0dfeb;
}
.header__logo img {
  width: 100%;
}
.header__row {
  display: flex;
  justify-content: space-between;
  height: 100px;
  align-items: center;
  z-index: 10;
}
.header__menu {
  flex: 1 1 auto;
  z-index: 10;
}
.header__entrance {
  z-index: 10;
}

.main__gap {
  height: 60px;
}

.menu__icon {
  display: none;
}
.menu li {
  margin: 0 0 0 30px;
}
.menu__list {
  display: flex;
  justify-content: flex-end;
}
.menu__link:hover {
  color: #2751c1;
}

.entrance {
  font-size: 16px;
  font-weight: 600;
  display: block;
  color: #2751c1;
  background-color: transparent;
  border: 1px solid #2751c1;
  border-radius: 36px;
  box-shadow: 0 0 1.6px #2751c1;
  padding: 8px 24px;
  margin: 0 0 0 50px;
}
.entrance:hover {
  box-shadow: 0 0 5px #5e7a98;
}

.offer {
  background-color: #d0dfeb;
}
.offer__row {
  display: flex;
  justify-content: space-between;
  min-height: 580px;
  align-items: flex-start;
}
.offer__image {
  min-width: 669px;
  margin: -60px -80px 0 0;
}
.offer__image img {
  width: 100%;
}
.offer__text {
  margin: 90px 0 80px 0;
  z-index: 5;
}
.offer__text_highlighted {
  color: #2751c1;
}
.offer__button {
  margin: 0 0 40px 0;
  z-index: 5;
}

.for-whom__row {
  display: flex;
  justify-content: space-between;
  min-height: 280px;
  align-items: center;
  background-color: #2751c1;
  border-radius: 20px;
  overflow: hidden;
}
.for-whom__body {
  color: white;
  width: 570px;
  min-width: 570px;
  margin: 40px auto;
  padding: 0 40px 0 55px;
}
.for-whom__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 22px;
  position: relative;
}
.for-whom__title:before {
  content: "—";
  font-size: 30px;
  position: absolute;
  left: -55px;
}
.for-whom__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.dashboard {
  padding: 60px 0;
}
.dashboard__row {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.indicator {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 300px;
  height: 160px;
  overflow: hidden;
}
.indicator_time {
  background: url("/img/calend.svg") 0 0 no-repeat;
  background-size: contain;
}
.indicator_tickets {
  background: url("/img/ticket.svg") 0 0 no-repeat;
  background-size: contain;
}
.indicator_benefit {
  background: url("/img/wallet.svg") 0 0 no-repeat;
  background-size: contain;
}
.indicator__body {
  padding: 10px 0 0 10px;
  border-radius: 30px 0 0 0;
  box-shadow: 0px 0px 30px white, 0px 0px 28px white, 0px 0px 26px white, 0px 0px 24px white, 0px 0px 22px white, 0px 0px 20px white;
  background-color: white;
}
.indicator__value {
  font-weight: 800;
  font-size: 38px;
  letter-spacing: 0.5px;
}
.indicator__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}

.how {
  background-color: #d0dfeb;
  height: 574px;
  padding: 60px 0 0 0;
  margin: 0 0 80px 0;
}
.how__title {
  text-align: center;
  margin-bottom: 40px;
}
.how__video {
  text-align: center;
}
.how__video img {
  width: 100%;
  border-radius: 20px;
}

.rates {
  padding: 60px 0;
}
.rates__title {
  text-align: center;
  margin-bottom: 40px;
}

.rate {
  display: flex;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  border: 1px solid #d0dfeb;
  border-radius: 15px;
  text-align: center;
  padding: 30px;
}
.rate__icon {
  margin-bottom: 10px;
}
.rate__title {
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 10px;
}
.rate__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #5e7a98;
  margin-bottom: 24px;
}
.rate__features {
  flex: 1 1 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 13px;
}
.rate__features li {
  text-align: left;
  margin-bottom: 13px;
  padding: 0 0 0 25px;
  position: relative;
}
.rate__features li:before {
  content: "";
  background: url("/img/check_1.svg") 0 0 no-repeat;
  width: 15px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 3px;
}
.rate__price {
  font-weight: 800;
  font-size: 34px;
  color: #2751c1;
  margin-bottom: 20px;
}
.rate__price_smalltext {
  font-weight: 600;
  font-size: 20px;
}

.advantages {
  padding: 60px 0;
  background-color: #d0dfeb;
}
.advantages__title {
  text-align: center;
  margin-bottom: 40px;
}
.advantages__row {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: stretch;
}

.advantage {
  padding: 24px 30px;
  background-color: white;
  border: 1px solid #d0dfeb;
  box-shadow: 0px 15px 25px rgba(85, 100, 109, 0.08);
  border-radius: 15px;
}
.advantage details {
  max-height: 75px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.advantage details summary {
  display: block;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  padding-right: 30px;
}
.advantage details summary::marker {
  display: none;
}
.advantage details summary:after {
  content: "";
  background: url("/img/summary.svg") 0 0 no-repeat;
  width: 26px;
  height: 16px;
  right: 0;
  top: 5px;
  position: absolute;
  transition: transform 0.3s;
}
.advantage details[open] {
  max-height: 300px;
}
.advantage details[open] summary:after {
  transform: rotateZ(180deg);
}
.advantage__items {
  padding-top: 12px;
}
.advantage__items li {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #5e7a98;
  margin: 12px 0 0 30px;
  padding: 0 0 0 35px;
  position: relative;
}
.advantage__items li:before {
  content: "";
  background: url("/img/arrow_1_blue.svg") 0 0 no-repeat;
  width: 24px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 7px;
}

.feedback {
  padding: 80px 0;
}
.feedback__title {
  text-align: center;
  padding: 0 0 40px 0;
}

.contacts {
  background-color: #d0dfeb;
  padding: 60px 0;
}
.contacts__row {
  display: flex;
  min-height: 100%;
  gap: 30px;
  align-items: stretch;
}
.contacts__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.contacts__title {
  margin-bottom: 24px;
}
.contacts__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  max-width: 450px;
}
.contacts__arrow {
  flex: 1 1 auto;
  margin: 4px 0 16px 0;
  min-height: 57px;
  background: url("/img/arrow_3.svg") right top no-repeat;
}
.contacts__subtitle {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 12px;
}
.contacts__phone {
  font-weight: 800;
  font-size: 33px;
  color: #2751c1;
  margin: 14px 0;
}
.contacts__phone a:hover {
  text-decoration: underline;
}
.contacts__form {
  padding: 30px;
  width: 570px;
  flex: 0 0 570px;
  background: white;
  border: 1px solid #d0dfeb;
  box-shadow: 0px 27px 34px rgba(85, 100, 109, 0.06);
  border-radius: 15px;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.form__title {
  font-weight: 900;
  font-size: 36px;
  color: #2751c1;
}
.form__row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}
.form__input, .form__textarea {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  padding: 14px 16px;
  background: #f8fbff;
  border: 1px solid #d0dfeb;
  border-radius: 8px;
}
.form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
  color: #5e7a98;
}
.form__input::placeholder, .form__textarea::placeholder {
  color: #5e7a98;
}
.form__input {
  width: 50%;
}
.form__textarea {
  resize: none;
  width: 100%;
  height: 125px;
}
.form label {
  cursor: pointer;
}
.form__confirmation {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.form__real-checkbox {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  z-index: -10;
}
.form__custom-checkbox {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: #f8fbff;
  border: 1px solid #d0dfeb;
  border-radius: 5px;
  position: relative;
}
.form__custom-checkbox::before {
  content: "";
  width: 21px;
  height: 17px;
  background-image: url("/img/check_2.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.1s ease-in;
}
.form__real-checkbox:checked + .form__custom-checkbox::before {
  transform: translate(-50%, -50%) scale(1);
}
.form__real-checkbox:focus + .form__custom-checkbox, .form__input:focus, .form__textarea:focus {
  box-shadow: 0 0 5px #d0dfeb;
}
.form__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #5e7a98;
}

.alert {
  width: 100%;
  height: 100%;
}
.alert__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.alert__text {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  padding: 14px 16px;
  background: #f8fbff;
  border: 1px solid #d0dfeb;
  border-radius: 8px;
}
.alert__text_on-success {
  color: #2751c1;
}
.alert__text_on-error {
  color: #da1414;
}

.loader {
  background: url("/img/loader.svg") center center no-repeat;
}

.hidden {
  display: none;
}

.footer {
  background-color: #152b57;
  color: white;
}
.footer a:hover {
  color: #f7c73d;
}
.footer__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 0;
}
.footer__contacts {
  color: #d0dfeb;
}
.footer__phone {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  padding: 0 0 0 42px;
  position: relative;
}
.footer__phone::before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  background: url("/img/phone.svg") 0 0 no-repeat;
  top: -3px;
  left: 0;
}
.footer__mail {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  padding: 0 0 0 42px;
  position: relative;
}
.footer__mail::before {
  content: "";
  position: absolute;
  width: 31px;
  height: 31px;
  background: url("/img/mail.svg") 0 0 no-repeat;
  top: -3px;
  left: 0;
}
.footer__copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 40px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #5e7a98;
}

.footer-menu__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.footer__text {
  display: flex;
  gap: 20px;
}

.swiper .swiper-button-prev::after {
  content: "";
  background: url("/img/slider_arrow.svg") 0 0 no-repeat;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0;
  top: -25px;
  transform: rotate(180deg);
}
.swiper .swiper-button-next::after {
  content: "";
  background: url("/img/slider_arrow.svg") 0 0 no-repeat;
  width: 56px;
  height: 56px;
  position: absolute;
  right: 0;
  top: -25px;
}
.swiper .swiper-pagination-bullet {
  background-color: #2751c1;
}
.swiper .swiper-slide {
  height: auto;
  opacity: 0;
}
.swiper .swiper-slide-visible {
  opacity: 1;
}
.swiper-wrapper {
  justify-content: center;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 39px;
  }
  h2 {
    font-size: 40px;
  }
  .container {
    max-width: 1020px;
  }
  .main__gap {
    height: 50px;
  }
  .offer__row {
    min-height: 475px;
  }
  .offer__text {
    margin: 70px 0 60px 0;
  }
  .offer__image {
    min-width: 531px;
    margin: -40px -60px 0 0;
  }
  .dashboard {
    padding: 50px 0;
  }
  .indicator {
    width: 260px;
    height: 140px;
  }
  .indicator__value {
    font-size: 34px;
  }
  .rates {
    padding: 50px 0;
  }
  .rates__title {
    margin-bottom: 30px;
  }
  .rate {
    padding: 24px;
  }
  .advantages {
    padding: 50px 0;
  }
  .advantages__title {
    margin-bottom: 30px;
  }
  .contacts {
    padding: 50px 0;
  }
  .contacts__title {
    margin-bottom: 17px;
  }
  .footer__row {
    padding: 30px 0;
  }
}
@media (max-width: 1020px) {
  .container {
    max-width: 1020px;
    padding: 0 30px;
  }
  .offer__row {
    flex-direction: column;
    align-items: center;
    height: 625px;
  }
  .offer__body {
    text-align: center;
  }
  .offer__text {
    margin: 30px 0 40px 0;
  }
  .offer__button {
    margin-bottom: 0;
  }
  .offer__image {
    min-width: 440px;
    width: 440px;
    margin: -30px 0 0 0;
  }
  .for-whom__body {
    min-width: 0;
    margin: 40px auto;
    padding: 0 20px;
  }
  .for-whom__title:before {
    content: "";
  }
  .dashboard {
    padding: 40px 0;
  }
  .indicator {
    width: 240px;
    height: 120px;
  }
  .indicator__value {
    font-size: 32px;
  }
  .indicator__text {
    font-size: 16px;
  }
  .contacts {
    padding: 40px 0;
  }
  .swiper {
    padding: 0 80px 50px 80px;
  }
}
@media (max-width: 960px) {
  .header__menu {
    display: none;
  }
  .header__entrance {
    text-align: right;
  }
  .for-whom__image {
    min-width: 241px;
    overflow: hidden;
  }
  .for-whom__image img {
    margin-left: -80px;
  }
  .dashboard__row {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  .indicator {
    width: 300px;
  }
  .contacts__body {
    display: none;
  }
  .contacts__form {
    width: 100%;
    flex: 0 0 100%;
  }
  .footer__row {
    justify-content: center;
  }
  .footer__logo {
    display: none;
  }
  .footer__menu {
    display: none;
  }
  .footer__contacts {
    text-align: center;
  }
  .footer__phone {
    padding: 0;
  }
  .footer__phone::before {
    display: none;
  }
  .footer__mail {
    padding: 0;
  }
  .footer__mail::before {
    display: none;
  }
  .footer__copyright {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 580px) {
  .for-whom__image {
    min-width: 191px;
    overflow: hidden;
  }
  .for-whom__image img {
    margin-left: -150px;
  }
}
@media (max-width: 539px) {
  h1,
  h2 {
    font-size: 29px;
  }
  .container {
    padding: 0 20px;
  }
  .offer__row {
    height: 100%;
  }
  .offer__text {
    max-width: 440px;
  }
  .offer__text br {
    display: none;
  }
  .offer__image {
    min-width: 340px;
    width: 100%;
    max-width: 440px;
    margin: -30px -10px 10px 0;
  }
  .offer__button span {
    display: none;
  }
  .main__gap {
    display: none;
  }
  .for-whom__row {
    min-height: auto;
    align-items: center;
    background-color: #2751c1;
    border-radius: 0;
    margin: 0 -20px;
  }
  .for-whom__body {
    padding: 0 30px;
  }
  .for-whom__image {
    display: none;
  }
  .for-whom__title {
    text-align: center;
    font-size: 29px;
  }
  .for-whom__text {
    text-align: center;
    font-size: 16px;
  }
  .dashboard {
    padding: 30px 0;
  }
  .indicator {
    width: 240px;
    height: 100px;
  }
  .advantages {
    padding: 30px 0;
  }
  .advantages__title {
    margin-bottom: 20px;
  }
  .advantage {
    padding: 20px 24px;
  }
  .advantage details {
    max-height: 100px;
  }
  .advantage details summary {
    font-size: 18px;
  }
  .advantage details[open] {
    max-height: 550px;
  }
  .advantage__items {
    padding-top: 5px;
  }
  .advantage__items li {
    margin: 12px 0 0 0px;
  }
  .rates {
    padding: 30px 0;
  }
  .rates__title {
    margin-bottom: 20px;
  }
  .swiper {
    padding: 0 0 50px 0;
  }
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    display: none;
  }
  .contacts {
    padding: 30px 0;
  }
  .contacts__form {
    background: #d0dfeb;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  .form {
    align-items: center;
  }
  .form__title {
    font-size: 29px;
    color: #112;
  }
  .form__row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .form__input {
    width: 100%;
  }
  .form__input, .form__textarea, .form__custom-checkbox {
    background: white;
  }
}

/* Стили для страницы с документом */

.header-document__container {
  width: 100%;
  max-width: 1116px;
  margin: 0 auto;
  padding-top: 40px;
}

.main-document {
  width: 100%;
  max-width: 1116px;
  margin: 0 auto;
  padding-top: 48px;
  padding-bottom: 60px;
}
.main-document__title {
  font-size: 24px;
  font-weight: 800;
  line-height: 115%;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.main-document__date {
  margin-top: 17px;

  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.main-document__text {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 30px;
}

.document-section__title {
  font-size: 20px;
  line-height: 115%;
  font-weight: 700;
  color: #000000;
}
.document-section__text {
  margin-top: 20px;

  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.document-section__text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}

.document-section__text a {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: auto;
  color: #000000;
}

.document-section__text table {
  width: 100%;
  border-collapse: collapse;
}

.document-section__text table td {
  border: 1px solid #000000;
  padding: 10px;
  width: 50%;

  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}

@media (max-width: 1199px) {
  .header-document__container {
    max-width: 940px;
  }

  .main-document {
    max-width: 940px;
  }
}

@media (max-width: 991px) {
  .header-document__container {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-document {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-document__date {
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .header-document__container {
    padding-top: 20px;
    padding-left: 20px;
  }

  .main-document {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .document-section__text {
    overflow-x: auto;
  }

  .document-section__text table {
    min-width: 536px;
  }
}
