.container {
  max-width: 1196px;
  margin: 0 auto;
}

@media screen and (max-width: 1439px) {
  .container {
    padding: 0 82px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}

@media screen and (max-width: 1023px) {
  .container {
    padding: 0 20px;
  }
  .container_no-padding-mobile {
    padding: 0;
  }
}

@media screen and (max-width: 680px) {
  .container_no-padding-mobile {
    padding: 0;
  }
}

.page-info {
  margin: 60px auto 0;
}

.page-info_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-info__title {
  margin: 0;
  font-family: "RF Rufo";
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 65px;
  text-transform: uppercase;
  color: #2a448f;
}

.page-info__text {
  max-width: 852px;
  margin-bottom: 24px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #222838;
}

.page-info__text:first-of-type {
  margin-top: 15px;
}

.page-info__text:last-child {
  margin-bottom: 0px;
}

.page-info__button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 1439px) {
  .page-info {
    margin-top: 40px;
  }
  .page-info__title {
    font-size: 40px;
    line-height: 50px;
  }
  .page-info__text {
    max-width: 660px;
  }
  .page-info__text:first-of-type {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .page-info {
    margin-top: 35px;
  }
  .page-info__title {
    font-size: 38px;
    line-height: 42px;
  }
  .page-info__text {
    font-size: 15px;
    line-height: 24px;
  }
  .page-info__text:first-of-type {
    margin-top: 35px;
  }
}

.to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 158px;
  height: 58px;
  margin-bottom: 130px;
  outline: none;
  border: 2px solid #2a448f;
  border-radius: 5px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #2a448f;
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.to-top:hover {
  background-color: #2a448f;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .to-top {
    width: 123px;
    height: 48px;
  }
}

.contacts-button {
  padding: 17px 30px;
  outline: none;
  border: 1px solid #2a448f;
  border-radius: 5px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2a448f;
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.contacts-button:hover {
  background-color: #2a448f;
  color: #fff;
}

.contacts-button_hide-mobile {
  display: block;
}

.contacts-button_show-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .contacts-button_hide-mobile {
    display: none;
  }
  .contacts-button_show-mobile {
    display: block;
    margin-top: 35px;
  }
}

@media screen and (max-width: 450px) {
  .contacts-button_show-mobile {
    width: 100%;
  }
}

.toggle-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  overflow: hidden;
}

@media screen and (max-width: 1439px) {
  .toggle-titles {
    margin-top: 70px;
  }
}

@media screen and (max-width: 1023px) {
  .toggle-titles {
    margin-top: 64px;
  }
}

@media screen and (max-width: 767px) {
  .toggle-titles {
    margin-top: 57px;
  }
}

.toggle-titles_reduced {
  margin-top: 45px;
}

@media screen and (max-width: 1439px) {
  .toggle-titles_reduced {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .toggle-titles_reduced {
    padding-left: 20px;
  }
}

.toggle-titles__title {
  min-width: 260px;
  padding-bottom: 20px;
  text-align: center;
  font-family: "RF Rufo";
  font-weight: 600;
  font-size: 35px;
  line-height: 36px;
  text-transform: uppercase;
  color: #2a448f;
  opacity: 0.5;
  border-bottom: 3px solid #2a448f;
  cursor: pointer;
  -webkit-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
}

.toggle-titles__title_wider {
  min-width: 475px;
}

.toggle-titles__title_active {
  opacity: 1;
  border-bottom-color: #2a448f;
}

.toggle-titles__title:hover {
  opacity: 1;
}

@media screen and (max-width: 1439px) {
  .toggle-titles__title {
    min-width: 200px;
    font-size: 29px;
  }
  .toggle-titles__title_wider {
    min-width: 370px;
  }
}

@media screen and (max-width: 1023px) {
  .toggle-titles__title {
    min-width: 180px;
    font-size: 28px;
  }
  .toggle-titles__title_wider {
    min-width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .toggle-titles__title {
    min-width: 160px;
    font-size: 27px;
  }
  .toggle-titles__title_wider {
    min-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .toggle-titles__desktop {
    display: none;
  }
}
/*# sourceMappingURL=basic.css.map */