body,
html {
  height: 100%;
}
html {
  font-size: 62.5%;
  font-family: 'Raleway', sans-serif;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 400;
  min-width: 320px;
  font-size: 1.4rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: subpixel-antialiased;
  padding: 0;
  margin: 0;
}
body div,
html div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
}
body,
button,
input,
select,
textarea {
  font-family: 'Raleway', sans-serif;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
button {
  margin: 0;
}
button:not(:disabled) {
  cursor: pointer;
}
button:disabled {
  opacity: 0.5;
}
.container {
  max-width: 144rem;
  padding-left: 3rem;
  padding-right: 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
@media print, (min-width: 1280px) {
  .container {
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}
.ht {
  margin: 0;
}
.ht--h1 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6em;
  color: #1b398c;
}
@media print, (min-width: 1280px) {
  .ht--h1 {
    font-size: 5.6rem;
  }
}
.ht--h2 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2em;
  color: #1b398c;
}
@media print, (min-width: 1280px) {
  .ht--h2 {
    font-size: 4.8rem;
  }
}
.ht--h3 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #000;
}
@media print, (min-width: 1280px) {
  .ht--h3 {
    font-weight: 600;
    font-size: 2.4rem;
  }
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.4rem 2.8rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2em;
  text-decoration: none;
  color: #fff;
  border: 0;
  background-color: #ceb7b3;
  -webkit-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 1rem;
}
@media print, (min-width: 1280px) {
  .btn {
    padding: 2rem 2.9rem;
    font-size: 1.8rem;
  }
}
.btn:hover:not(:disabled) {
  color: #fff;
}
.hidden {
  display: none;
}
.has-error {
  color: red;
}
.overflow {
  overflow: hidden;
}
.h {
  position: relative;
  z-index: 1;
  background-color: #e8ecf3;
}
.h.opened {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.h.opened .h__nav,
.h__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.h.opened .h__nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: auto;
  height: 100vh;
  padding: 10.5rem 3rem 3rem;
  background-color: #e8ecf3;
}
.h.opened .h__nav-list {
  margin: 0 auto;
  text-align: center;
}
.h.opened .h__nav-item {
  text-align: right;
}
.h__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 0 auto;
}
@media print, (min-width: 1280px) {
  .h__container {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }
}
.h__logo {
  display: block;
  z-index: 1;
  max-width: 11.3rem;
}
.advantages__header-logo img,
.h__logo img {
  width: 100%;
  height: 100%;
}
@media print, (min-width: 1280px) {
  .h__logo {
    max-width: 19.5rem;
  }
}
.h__nav {
  display: none;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, (min-width: 1280px) {
  .h__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.h__nav-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  list-style: none;
}
@media print, (min-width: 1280px) {
  .h__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.h__nav-item {
  display: block;
}
.h__nav-item:not(:last-child) {
  margin-bottom: 5rem;
}
@media print, (min-width: 1280px) {
  .h__nav-item:not(:last-child) {
    margin-right: 5.6rem;
    margin-bottom: 0;
  }
}
.h__nav-link {
  display: inline-block;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #000;
  text-decoration: none;
}
.h__nav-link:hover {
  color: #000;
  text-decoration: underline;
}
@media print, (min-width: 1280px) {
  .h__nav-link {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.8rem;
  }
}
.h__contact {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1em;
  text-decoration: none;
  color: #1b398c;
}
@media (min-width: 321px) {
  .h__contact {
    font-size: 1.4rem;
  }
}
@media print, (min-width: 1280px) {
  .h__contact {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.2em;
  }
}
.h__burger {
  z-index: 3;
  margin-top: -0.2rem;
}
@media print, (min-width: 1280px) {
  .h__burger {
    display: none;
  }
}
.burger__inner {
  position: relative;
  display: block;
  height: 0;
  width: 2.3rem;
}
.burger__line {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  height: 0.1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #ceb7b3;
}
.burger__line:first-child {
  width: 2.3rem;
  top: -0.5rem;
}
.burger__line:nth-child(2) {
  width: 2.3rem;
}
.burger__line:last-child {
  width: 2.3rem;
  top: 0.5rem;
}
.burger {
  height: 1rem;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.burger,
.burger:active .burger__line,
.burger:hover .burger__line {
  width: 2.3rem;
}
.burger.active .burger__line {
  height: 0.2rem;
  background-color: #1b398c;
}
.burger.active .burger__line:first-child {
  width: 2.3rem;
  top: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.burger.active .burger__line:nth-child(2) {
  width: 0;
}
.burger.active .burger__line:last-child {
  width: 2.3rem;
  top: 0;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.f {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 4.7rem;
  padding-bottom: 4.7rem;
  background-color: #e8ecf3;
}
@media print, (min-width: 1280px) {
  .f {
    padding-top: 7.4rem;
    padding-bottom: 9rem;
  }
}
.f__container {
  text-align: center;
}
.f__text {
  margin: 0;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.7em;
}
@media print, (min-width: 1280px) {
  .f__text {
    font-size: 2.4rem;
    line-height: 2.4em;
  }
}
.f__link {
  color: #000;
}
.f__link:hover {
  color: #1b398c;
}
.f--inverted {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 4.7rem;
  padding-bottom: 4.7rem;
  background-color: #1b398c;
  color: #fff;
}
@media print, (min-width: 1280px) {
  .f--inverted {
    padding-top: 7.4rem;
    padding-bottom: 9rem;
  }
}
.f__link--inverted {
  color: #fff;
}
.banner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.5rem;
  padding-bottom: 3rem;
  background-color: #e8ecf3;
}
@media print, (min-width: 1280px) {
  .banner {
    padding-top: 0.3rem;
    padding-bottom: 3.5rem;
  }
}
.banner__box {
  position: relative;
  z-index: 1;
}
@media print, (min-width: 1280px) {
  .banner__box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 12rem;
    padding-bottom: 11.3rem;
  }
  .banner__box--inner {
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }
}
.banner__wrp {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.2rem 2.3rem 7.9rem;
}
@media print, (min-width: 1280px) {
  .banner__wrp {
    padding: 0;
  }
}
.banner__wrp--inner {
  padding: 2.2rem 2.3rem;
}
@media print, (min-width: 1280px) {
  .banner__wrp--inner {
    padding: 0;
  }
}
.banner__text {
  position: relative;
  max-width: 67rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.8rem 2.5rem;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 1.5rem;
}
@media print, (min-width: 1280px) {
  .banner__text {
    padding: 5.4rem 5rem;
  }
}
.banner__text--inner {
  max-width: 76.6rem;
}
.banner__title {
  margin: 0;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2em;
  color: #1b398c;
}
@media print, (min-width: 1280px) {
  .banner__title {
    margin-bottom: 4.8rem;
    font-size: 5.6rem;
  }
}
.banner__descr {
  margin: 0;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.6em;
}
@media print, (min-width: 1280px) {
  .banner__descr {
    margin-bottom: 4.8rem;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
  }
}
.banner__list-title {
  margin: 0;
  margin-bottom: 1.6rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.1em;
  color: #000;
}
@media print, (min-width: 1280px) {
  .banner__list-title {
    margin-bottom: 2.8rem;
    font-size: 2.4rem;
    line-height: 1.2em;
  }
}
.banner__list {
  margin: 0;
  padding-left: 1.5rem;
}
@media print, (min-width: 1280px) {
  .banner__list {
    margin-bottom: 4.8rem;
  }
}
.banner__list-item {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.6em;
}
@media print, (min-width: 1280px) {
  .banner__list-item {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .banner__descr--pc {
    display: none;
  }
  .banner__btns {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
  }
}
.banner__btns--inner {
  display: none;
}
@media print, (min-width: 1280px) {
  .banner__btns--inner {
    display: block;
  }
}
.banner__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.2em;
}
@media print, (min-width: 1280px) {
  .banner__btn {
    width: auto;
    font-size: 1.8rem;
  }
  .banner__btn:not(:last-child) {
    margin-right: 2.4rem;
  }
  .banner__btn--consult {
    background-color: #1b398c;
  }
}
.banner__btn--consult:hover {
  background-color: #152e70;
}
.banner__btn--contact {
  display: none;
}
@media print, (min-width: 1280px) {
  .banner__btn--contact {
    display: inline-block;
  }
}
.banner__btn--contact:hover {
  background-color: #9b8e8b;
}
.banner__btn-arrow {
  display: block;
  max-width: 1.8rem;
  max-height: 0.9rem;
  color: #fff;
  margin-left: 1rem;
}
@media print, (min-width: 1280px) {
  .banner__btn-arrow {
    display: none;
  }
}
.banner__bgr,
.services::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner__bgr {
  top: 0;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 1.5rem;
  overflow: hidden;
}
@media print, (min-width: 1280px) {
  .banner__bgr {
    left: 9.9rem;
    border-radius: 3.4rem;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  }
}
.banner__bgr-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.services {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 3rem;
  background-color: #e8ecf3;
}
.services::after {
  content: '';
  display: block;
  top: 5rem;
  background-color: #1b398c;
}
@media print, (min-width: 1280px) {
  .services::after {
    top: 9rem;
  }
  .services {
    padding-bottom: 9.4rem;
  }
}
.services__container {
  position: relative;
  z-index: 1;
}
@media print, (min-width: 1280px) {
  .services__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.services__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.3rem 3rem;
  margin-bottom: 2rem;
  border-radius: 1.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
@media print, (min-width: 1280px) {
  .services__item {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    margin-bottom: 4.8rem;
  }
}
.services__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  text-decoration: none;
}
@media print, (min-width: 1280px) {
  .services__item-header {
    display: block;
    margin-bottom: 3.2rem;
  }
}
.services__item-title {
  margin-right: 1.7rem;
  color: #1b398c;
}
@media print, (min-width: 1280px) {
  .services__item-title {
    margin-right: 0;
    margin-bottom: 3.2rem;
  }
}
.services__item-ibox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.7rem;
  margin-right: 1.7rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  background-color: #ceb7b3;
}
@media print, (min-width: 1280px) {
  .services__item-ibox {
    padding: 1.2rem;
    margin-bottom: 3.2rem;
    border-radius: 1rem;
  }
}
.services__item-icon {
  max-width: 1.4rem;
  max-height: 1.4rem;
}
@media print, (min-width: 1280px) {
  .services__item-icon {
    max-width: 2.8rem;
    max-height: 2.8rem;
  }
}
.services__item-arrow {
  max-width: 1.8rem;
  max-height: 0.9rem;
  color: #1b398c;
}
@media print, (min-width: 1280px) {
  .services__item-arrow {
    display: none;
  }
}
.services__item-descr {
  margin-top: 0;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.6em;
}
@media print, (min-width: 1280px) {
  .services__item-descr {
    margin-bottom: 3.2rem;
    font-size: 1.8rem;
    line-height: 1.4em;
  }
}
.services__item-link {
  display: none;
}
@media print, (min-width: 1280px) {
  .services__item-link {
    display: inline-block;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.2em;
    color: #1b398c;
    text-decoration: none;
  }
}
.services__item-link:hover {
  color: #1b398c;
  text-decoration: underline;
}
.advantages {
  background-color: #e8ecf3;
}
.advantages__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 4rem;
}
@media print, (min-width: 1280px) {
  .advantages__container {
    padding-bottom: 11.9rem;
  }
}
.advantages__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2.5rem;
  padding-bottom: 3.6rem;
}
.advantages__header-logo {
  display: block;
  max-width: 11.3rem;
  max-height: 3.5rem;
  margin-right: 7.3rem;
}
@media print, (min-width: 1280px) {
  .advantages__header-logo {
    max-width: 19.5rem;
    max-height: 6.2rem;
  }
}
.advantages__header-tel {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2em;
  color: #1b398c;
  text-decoration: none;
}
@media (max-width: 767px) {
  .advantages__header-tel {
    display: block;
    width: 100%;
    text-align: right;
  }
}
@media print, (min-width: 1280px) {
  .advantages__header-tel {
    font-weight: 700;
    font-size: 1.8rem;
  }
}
.advantages__wrp {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.1rem 2.2rem;
}
@media print, (min-width: 1280px) {
  .advantages__wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 4.7rem 0 4.9rem;
  }
}
.advantages__text {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.8rem 2.6rem 3.1rem;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 1.5rem;
}
@media print, (min-width: 1280px) {
  .advantages__text {
    max-width: 79.8rem;
    padding: 5.7rem 9.9rem 5.7rem 4.9rem;
  }
}
.advantages__text-title {
  margin-bottom: 3rem;
}
@media print, (min-width: 1280px) {
  .advantages__text-title {
    margin-bottom: 4rem;
  }
}
.advantages__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.advantages__list-item:not(:last-child) {
  margin-bottom: 3rem;
}
@media print, (min-width: 1280px) {
  .advantages__list-item:not(:last-child) {
    margin-bottom: 4.8rem;
  }
}
.advantages__list-iheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media print, (min-width: 1280px) {
  .advantages__list-iheader {
    margin-bottom: 3.2rem;
  }
}
.advantages__list-ibox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.9rem;
}
@media print, (min-width: 1280px) {
  .advantages__list-ibox {
    margin-right: 1rem;
  }
}
.advantages__list-icon {
  max-width: 1.4rem;
  max-height: 1.4rem;
}
@media print, (min-width: 1280px) {
  .advantages__list-icon {
    max-width: 3.2rem;
    max-height: 3.2rem;
  }
}
.advantages__list-ititle {
  margin: 0;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1em;
}
@media print, (min-width: 1280px) {
  .advantages__list-ititle {
    font-size: 2.4rem;
  }
}
.advantages__list-idescr {
  margin: 0;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.6em;
}
@media print, (min-width: 1280px) {
  .advantages__list-idescr {
    font-size: 1.8rem;
    line-height: 1.4em;
  }
}
.advantages__bgr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 1.5rem;
  overflow: hidden;
}
@media print, (min-width: 1280px) {
  .advantages__bgr {
    right: 9.9rem;
    border-radius: 3.4rem;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  }
}
.advantages__bgr-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feedback {
  background-color: #1b398c;
}
.feedback__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media print, (min-width: 1280px) {
  .feedback__container {
    padding-top: 16.7rem;
    padding-bottom: 17.5rem;
  }
  .feedback__box {
    background-image: url(/img/feedback.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.feedback__title {
  margin-bottom: 4rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6em;
  color: #fff;
  text-align: center;
}
@media print, (min-width: 1280px) {
  .feedback__title {
    margin-bottom: 16rem;
    font-size: 4.8rem;
  }
}
.feedback__form {
  margin-bottom: 2.7rem;
}
@media print, (min-width: 1280px) {
  .feedback__form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 20rem;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    margin-bottom: 16rem;
  }
}
@media print, (min-width: 1600px) {
  .feedback__form {
    -webkit-column-gap: 4.5rem;
    -moz-column-gap: 4.5rem;
    column-gap: 4.5rem;
  }
}
.feedback__form-line {
  margin-bottom: 1.3rem;
}
@media print, (min-width: 1280px) {
  .feedback__form-line {
    margin-bottom: 0;
  }
}
.feedback__form-input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.2rem 2.4rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  background-color: transparent;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.3);
}
.feedback__form-input:focus {
  -webkit-box-shadow: 0 0 7px #fff;
  box-shadow: 0 0 7px #fff;
}
.feedback__form-input::-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.3);
}
.feedback__form-input::-moz-placeholder {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.3);
}
.feedback__form-input:-ms-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.3);
}
.feedback__form-input::-ms-input-placeholder {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.3);
}
.feedback__form-input::placeholder {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.2em;
  color: rgba(255, 255, 255, 0.3);
}
@media print, (min-width: 1280px) {
  .feedback__form-input {
    max-width: 27.8rem;
    padding: 3.4rem 5rem;
    border: 2px solid rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    border-radius: 1.8rem;
    font-size: 1.8rem;
  }
  .feedback__form-input:focus {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  }
  .feedback__form-input::-webkit-input-placeholder {
    font-size: 1.8rem;
  }
  .feedback__form-input::-moz-placeholder {
    font-size: 1.8rem;
  }
  .feedback__form-input:-ms-input-placeholder {
    font-size: 1.8rem;
  }
  .feedback__form-input::-ms-input-placeholder {
    font-size: 1.8rem;
  }
  .feedback__form-input::placeholder {
    font-size: 1.8rem;
  }
}
.feedback__form-btn {
  width: 100%;
  padding: 2.2rem 2.4rem;
}
@media print, (min-width: 1280px) {
  .feedback__form-btn {
    width: auto;
    padding: 3.4rem 5rem;
    margin-bottom: 3.1rem;
  }
}
.feedback__form-msg {
  width: 100%;
  margin: 0;
}
.feedback__agreed {
  margin: 0;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.6em;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}
@media print, (min-width: 1280px) {
  .feedback__agreed {
    font-size: 1.8rem;
    text-align: left;
  }
}
.feedback__agreed-link {
  color: rgba(255, 255, 255, 0.7);
}
.feedback__form-error {
  color: red;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1.5rem;
}
.team {
  position: relative;
  background-color: #e8ecf3;
}
@media print, (min-width: 1280px) {
  .team {
    background-color: #1b398c;
  }
  .team::after {
    content: '';
    display: block;
    position: absolute;
    top: 5.4rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e8ecf3;
  }
}
.team__container {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
@media print, (min-width: 1280px) {
  .team__container {
    padding-top: 0;
    padding-bottom: 12.1rem;
  }
}
.team__text {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.8rem 2.7rem;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.7em;
}
@media print, (min-width: 1280px) {
  .team__text {
    padding: 5.5rem 5.6rem;
    border-radius: 3.2rem;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    font-size: 2.4rem;
    line-height: 2.4em;
  }
}
.contact {
  background-color: #1b398c;
}
.contact__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5.1rem;
  padding-bottom: 2.3rem;
  text-align: center;
}
@media print, (min-width: 1280px) {
  .contact__container {
    padding-top: 13.9rem;
    padding-bottom: 6rem;
  }
}
.contact__text {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #fff;
}
@media print, (min-width: 1280px) {
  .contact__text {
    font-size: 4.8rem;
  }
}
.contact__title {
  margin-bottom: 2.9rem;
}
@media print, (min-width: 1280px) {
  .contact__title {
    margin-bottom: 8rem;
  }
}
.contact__list {
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
}
.contact__list-item {
  margin-bottom: 2.9rem;
  text-align: center;
}
@media print, (min-width: 1280px) {
  .contact__list-item {
    margin-bottom: 8rem;
  }
}
.contact__list-ilink,
.policy__list a {
  text-decoration: none;
}
.contact__list-ilink:hover {
  text-decoration: underline;
}
.policy {
  background-color: #e8ecf3;
}
.policy__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5rem;
}
@media print, (min-width: 1280px) {
  .policy__container {
    padding-bottom: 8rem;
  }
}
.policy__title {
  margin-bottom: 3rem;
}
@media print, (min-width: 1280px) {
  .policy__title {
    margin-bottom: 6rem;
  }
}
.policy__list {
  margin: 0;
  padding-left: 1.5rem;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.7em;
}
@media print, (min-width: 1280px) {
  .policy__list {
    font-size: 2.4rem;
    line-height: 2.4em;
  }
}
.policy__list a {
  color: #1b398c;
}
.policy__list-ititle {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.5rem;
  font-weight: 600;
}
@media print, (min-width: 1280px) {
  .policy__list-ititle {
    padding-left: 1.5rem;
  }
}
.policy__list-idescr {
  margin: 0;
}
.policy__list li {
  display: block;
  position: relative;
  counter-increment: item;
}
.policy__list li:first-child {
  counter-reset: item;
}
.policy__list li:before {
  content: counters(item, '.') '. ';
  position: absolute;
  left: 0;
  margin-left: -1.5rem;
  font-weight: 600;
}
.policy__sublist,
.policy__sublist-ititle span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.policy__sublist {
  margin-left: -1.5rem;
  padding-left: 0;
}
@media print, (min-width: 1280px) {
  .policy__sublist {
    margin-left: -3rem;
  }
}
.policy li.policy__sublist-item:before {
  margin-left: 0;
  font-weight: 300;
}
@media print, (min-width: 1280px) {
  .policy li.policy__sublist-item:before {
    margin-left: 1.5rem;
  }
}
.policy__sublist-ititle {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
}
.policy__sublist-ititle span {
  display: inline-block;
  padding-left: 3rem;
}
@media print, (min-width: 1280px) {
  .policy__sublist-ititle span {
    padding-left: 5rem;
  }
  .policy__sublist-ititle {
    padding-left: 1.5rem;
  }
}
.policy__list-idescr {
  margin-left: -1.5rem;
}
.policy__sublist {
  list-style: none;
}
.policy__dashlist {
  list-style: none;
  padding-left: 0;
  margin-left: 2rem;
}
.policy__dashlist span {
  display: inline-block;
  padding-left: 1.5rem;
}
@media print, (min-width: 1280px) {
  .policy__dashlist span {
    padding-left: 3.5rem;
  }
}
.policy__dashlist li {
  position: relative;
  display: list-item;
  margin-bottom: 0;
  margin-left: -3rem;
}
.policy__dashlist li:before {
  content: '-';
  position: absolute;
  left: 1.5rem;
  font-weight: 300;
}
.popup {
  position: fixed;
  z-index: 50;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3rem;
  background-color: #1b398c;
}
.popup--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup__win {
  position: relative;
  max-height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6rem 5rem;
  text-align: center;
  border-radius: 1.5rem;
  background-color: #f3f3f3;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  overflow-y: auto;
  font-size: 1.4rem;
}
@media print, (min-width: 1280px) {
  .popup__win {
    width: auto;
    padding: 6rem 17rem;
  }
}
.popup__win-ibox {
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media print, (min-width: 1280px) {
  .popup__win-ibox {
    width: 7.5rem;
    height: 7.5rem;
    margin-bottom: 5rem;
  }
}
.popup__win-icon {
  width: 100%;
  height: 100%;
}
.popup__title {
  margin: 0;
  margin-bottom: 6rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6em;
  color: #1b398c;
}
@media print, (min-width: 1280px) {
  .popup__title {
    margin-bottom: 10rem;
    font-size: 4.8rem;
    line-height: 1.2em;
  }
}
.popup__descr {
  margin: 0;
  margin-bottom: 6rem;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.6em;
}
@media print, (min-width: 1280px) {
  .popup__descr {
    margin-bottom: 10rem;
    font-size: 2.4rem;
    line-height: 1.2em;
  }
}
.popup__btn {
  border-radius: 1.5rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.1em;
}
@media print, (min-width: 1280px) {
  .popup__btn {
    border-radius: 1.8rem;
    font-size: 1.8rem;
    line-height: 1.2em;
  }
}
.popup__close {
  position: absolute;
  top: 0.8rem;
  right: 0.9rem;
  display: block;
  width: 3rem;
  height: 3rem;
  padding: 0.8rem;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
@media print, (min-width: 1280px) {
  .popup__close {
    top: 4rem;
    right: 4.1rem;
    width: 4rem;
    height: 4rem;
    padding: 0.6rem;
  }
}
.popup__close-icon {
  width: 100%;
  height: 100%;
}

.process {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 8.2rem;
  background-color: #e8ecf3;
}
@media print, (min-width: 1280px) {
  .process {
    padding-bottom: 14.5rem;
  }
}
.process__title {
  padding-top: 5rem;
  padding-bottom: 9rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.62em;
  text-align: center;
}
@media print, (min-width: 1280px) {
  .process__title {
    padding-top: 9rem;
    padding-bottom: 12rem;
    font-size: 4.8rem;
  }
}

.process__container {
  position: relative;
  z-index: 1;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
@media print, (min-width: 1280px) {
  .process__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 13.5rem;
    padding-right: 13.5rem;
  }
}
.process__wrap {
  position: relative;
  margin-bottom: 10.6rem;
}
.process__wrap:last-child {
  margin-bottom: 0;
}
@media print, (min-width: 1280px) {
  .process__wrap:last-child {
    margin-bottom: 10.6rem;
  }
}
.process__item {
  box-sizing: border-box;
  position: relative;
  padding: 3.1rem 4.7rem;
  border-radius: 2rem;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 7px 7px 0px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

@media print, (min-width: 1280px) {
  .process__item {
    padding: 4.9rem 3.8rem;
    height: 24rem;
    width: 36rem;
  }
}
.process__count {
  position: absolute;
  left: 50%;
  top: -42%;
  transform: translate(-50%, 0);
  color: rgba(27, 57, 140, 0.06);
  font-family: Work Sans;
  font-size: 10rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4em;
  z-index: 1;
}
@media print, (min-width: 1280px) {
  .process__count {
    font-size: 12.8rem;
    line-height: 1.4em;
    top: -45%;
  }
}
.process__item-title {
  min-width: 19rem;
  min-height: 4.5rem;
  margin-bottom: 1rem;
  color: #1b398c;
  line-height: 1.3em;
}
@media print, (min-width: 1280px) {
  .process__item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    height: 5rem;
    margin-bottom: 2.3rem;
    min-width: unset;
    min-height: unset;
  }
}
.process__item-descr {
  min-width: 19rem;
  min-height: 8.3rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.42em;
  letter-spacing: 0.28px;
}
@media print, (min-width: 1280px) {
  .process__item-descr {
    font-size: 1.6rem;
    line-height: 1.42em;
    letter-spacing: 0.32px;
    min-width: unset;
    min-height: unset;
  }
}
.process__item-ibox {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0.7rem;
  bottom: -3rem;
  height: 6.1rem;
  width: 6.1rem;
  padding: 0.4rem;
  border-radius: 50%;
  background-color: #ceb7b3;
}
@media print, (min-width: 1280px) {
  .process__item-ibox {
    right: 2.2rem;
    bottom: -3.7rem;
    height: 7.4rem;
    width: 7.4rem;
    padding: 0.5rem;
  }
}
.process__item-icon {
  width: 5.3rem;
  height: 5.3rem;
  padding: 1.4rem;
  border-radius: 50%;
  border: 1px solid white;
  background-color: #ceb7b3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
}
@media print, (min-width: 1280px) {
  .process__item-icon {
    width: 6.4rem;
    height: 6.4rem;
    padding: 1.6rem;
  }
}

.first-image {
  background-image: url(/img/1.png);
}
.second-image {
  background-image: url(/img/2.png);
}
.third-image {
  background-image: url(/img/3.png);
}
.fourth-image {
  background-image: url(/img/4.png);
}
.fifth-image {
  background-image: url(/img/5.png);
}
.sixth-image {
  background-image: url(/img/6.png);
}
