@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,regular,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Nunito Sans", sans-serif;
  background-color: #F7F7F7;
}

body.active {
  overflow: hidden;
}

img {
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
}

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

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
button {
  border: none;
  font-family: inherit;
  font-size: inherit;
}

input:focus,
button:focus {
  outline: none;
}

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

._container {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0px 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

._container-big {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0px 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.consult {
  padding: 60px 0px;
}
.consult__container {
  border-radius: 20px;
  background-color: #003057;
  padding: 40px;
}
@media (max-width: 528px) {
  .consult__container {
    text-align: center;
  }
}
@media (max-width: 528px) {
  .consult__container {
    padding: 20px;
  }
}
.consult__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .consult__title {
    font-size: 36px;
  }
}
@media (max-width: 528px) {
  .consult__title {
    font-size: 25px;
  }
}
.consult__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 528px) {
  .consult__text {
    font-size: 16px;
  }
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button__text {
  border-radius: 5px;
  background-color: #887E72;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  padding: 15px;
}
@media (max-width: 528px) {
  .button__text {
    width: 100%;
  }
}
.button__line {
  height: 37px;
  width: 4px;
  background-color: #887E72;
}
.button__icon {
  border-radius: 5px;
  background-color: #887E72;
  padding: 12px;
  margin-left: -2px;
}
.button__icon img {
  margin-top: 6px;
}

.brands {
  padding: 60px 0px;
}
.brands__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
  padding: 30px 0px;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  overflow-x: auto;
}
.brands img {
  mix-blend-mode: multiply;
}

.tasks {
  padding: 60px 0px;
}
@media (max-width: 528px) {
  .tasks {
    padding: 30px 0px;
  }
}
.tasks__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 130%;
  text-align: center;
  color: #03014a;
  margin-bottom: 60px;
}
@media (max-width: 528px) {
  .tasks__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.tasks__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tasks__item {
  position: relative;
  border-radius: 15px;
  background-color: #fff;
  padding: 20px;
  max-width: 286px;
}
.tasks__number {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
.tasks__number::before {
  content: "";
  border-radius: 0 0 15px 0;
  width: 60px;
  height: 60px;
  background-color: #f7f7f7;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: -1;
}
.tasks__number-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  background-color: #03014a;
}
.tasks__image {
  text-align: right;
  margin-bottom: 20px;
}
.tasks__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: #003057;
}

.base {
  padding: 60px 0px;
}
@media (max-width: 528px) {
  .base {
    padding: 30px 0px;
  }
}
.base__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .base__info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 528px) {
  .base__info {
    margin-bottom: 30px;
  }
}
.base__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  color: #03014a;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .base__title {
    text-align: center;
    font-size: 32px;
  }
}
@media (max-width: 528px) {
  .base__title {
    font-weight: 500;
    font-size: 30px;
  }
}
.base__subtext {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #000;
}
@media (max-width: 768px) {
  .base__subtext {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 528px) {
  .base__subtext {
    font-size: 16px;
  }
}
.base__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .base__button {
    display: none;
  }
}
.base__button-text {
  border-radius: 5px;
  background-color: #03014a;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  padding: 15px;
}
.base__line {
  height: 37px;
  width: 4px;
  background-color: #03014a;
}
.base__button-mobile {
  display: none;
}
@media (max-width: 768px) {
  .base__button-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.base__arrow {
  border-radius: 5px;
  background-color: #03014a;
  padding: 10px;
  margin-left: -2px;
}
.base__arrow img {
  margin-top: 6px;
}
.base__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.base__item {
  max-width: 390px;
}

.item-base__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}
.item-base__number {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #fff;
  width: 46px;
  height: 36px;
  border-radius: 100%;
  background-color: #03014a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item-base__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #003057;
}
@media (max-width: 528px) {
  .item-base__title {
    font-size: 18px;
  }
}
.item-base__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
@media (max-width: 528px) {
  .item-base__content {
    margin-left: 20px;
  }
}
.item-base__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}
.item-base__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #03014a;
}

.footer {
  padding: 60px 0px;
}
.footer__content {
  border-radius: 20px;
  background-color: #fff;
  padding: 40px;
  margin-bottom: 20px;
}
@media (max-width: 528px) {
  .footer__content {
    padding: 20px;
  }
}
.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.footer__logo {
  margin-bottom: 30px;
}
.footer__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #887e72;
  max-width: 320px;
}
.footer__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #65617c;
  margin-bottom: 20px;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  max-width: 270px;
}
.footer__list:not(:last-child) {
  margin-bottom: 30px;
}
.footer__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #03014a;
}
@media (max-width: 528px) {
  .footer__link {
    font-weight: 400;
  }
}
.footer__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.footer__email {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #003057;
}
@media (max-width: 528px) {
  .footer__email {
    font-size: 18px;
  }
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 528px) {
  .footer__socials {
    gap: 5px;
  }
}

.bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .bottom-footer {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.bottom-footer__copy {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #656565;
}
@media (max-width: 768px) {
  .bottom-footer__copy {
    margin-bottom: 20px;
  }
}
.bottom-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 150px;
}
@media (max-width: 768px) {
  .bottom-footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.bottom-footer__link {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #656565;
}

.header {
  position: relative;
  z-index: 100;
  padding: 10px;
  background-color: #F7F7F7;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 1025px) {
  .header__nav {
    display: none;
  }
}
@media (max-width: 1025px) {
  .header__logo img {
    max-width: 150px;
    width: 100%;
  }
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.header__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.header__link {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #03014a;
}
.header__arrow {
  height: 5px;
}
.header__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.header__language-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  color: #03014a;
}
.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 1025px) {
  .header__info {
    display: none;
  }
}
.header__insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header__insta-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #887e72;
}
.header__button {
  border: 1px solid #003057;
  border-radius: 5px;
  background-color: #003057;
  padding: 12px 20px;
}
.header__button-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}

.info-mobile {
  display: none;
}
@media (max-width: 1025px) {
  .info-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
.info-mobile__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #003057;
  border-radius: 5px;
  background: #003057;
}
.info-mobile__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #003057;
  border-radius: 5px;
}

.info-mobile__burger.active svg:first-child {
  display: none;
}

.info-mobile__burger.active svg:last-child {
  display: block;
}

.info-mobile__burger svg:first-child {
  display: block;
}

.info-mobile__burger svg:last-child {
  display: none;
}

.header-mobile {
  position: fixed;
  height: 100vh;
  background-color: #fff;
  width: 100%;
  padding: 0px 30px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 98;
}
.header-mobile__list {
  text-align: center;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.header-mobile__link {
  color: #03014a;
  font-weight: 600;
  font-size: 18px;
}
.header-mobile__insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px 0px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.header-mobile__insta-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  vertical-align: middle;
  text-decoration: none;
  color: #887e72;
}
.header-mobile__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  vertical-align: middle;
  height: 42px;
  padding: 0 20px;
  border: 1px solid #003057;
  background: #003057;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
.header-mobile__button-link {
  background: #003057;
  color: #fff;
}

.header-mobile.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-header {
  position: fixed;
  height: 100vh;
  width: 100%;
  display: none;
  z-index: 99;
  padding-top: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F7F7F7;
  overflow-y: auto;
}

.nav-header.active {
  display: block;
}

.nav-header .blocks-service {
  background-color: #F7F7F7;
  padding: 0px;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .nav-header .blocks-service {
    padding-left: 0;
  }
}

.nav-header .services__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav-header .services__tabs::before {
  display: none;
}

.nav-header .services__tab {
  width: 100%;
  -webkit-transform: skew(0, 0) translate(0);
          transform: skew(0, 0) translate(0);
  white-space: nowrap;
}

.nav-header .services__tab-content {
  width: 100%;
  padding: 0px;
}

.nav-header .services__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .nav-header .services__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: scroll;
  }
}

.rates {
  padding: 60px 0px;
}
@media (max-width: 768px) {
  .rates {
    padding: 30px 0px;
  }
}
.rates__container {
  max-width: 1400px;
}
.rates__uptitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .rates__uptitle {
    margin-bottom: 10px;
  }
}
.rates__uptitle-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 267%;
  text-align: center;
  color: #003057;
}
@media (max-width: 768px) {
  .rates__uptitle-text {
    margin-bottom: 18px;
  }
}
.rates__circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #003057;
}
.rates__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 130%;
  text-align: center;
  color: #03014a;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .rates__title {
    font-size: 28px;
  }
}
.rates__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 112px;
}
@media (max-width: 768px) {
  .rates__info {
    margin-bottom: 80px;
  }
}
.rates__rating {
  font-weight: 700;
  font-size: 32px;
  line-height: 172%;
  text-align: center;
  color: #003057;
}
.rates__item {
  width: 308px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  padding: 0px 20px 20px 20px;
  height: 100%;
}
.rates__image {
  margin-bottom: 15px;
}
.rates__name {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #000;
  margin-bottom: 2px;
}
.rates__main {
  margin-top: -30px;
}
.rates__date {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #8a8a8a;
  margin-bottom: 15px;
}
.rates__icons {
  margin-bottom: 10px;
}
.rates__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 145%;
  text-align: center;
  color: #000;
}
.rates__more {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
  color: #000;
  margin-top: 7px;
}

.swiper-slide {
  height: auto;
}

.swiper {
  overflow-y: visible !important;
  overflow-x: clip !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.swiper-button-prev {
  background: url("../images/icons/slider-prev.svg") 0 0 no-repeat !important;
}
.swiper-button-prev::after {
  content: "";
}

.swiper-button-next {
  background: url("../images/icons/slider-next.svg") 0 0 no-repeat !important;
}
.swiper-button-next::after {
  content: "";
}

.contacts {
  padding: 60px 0px;
}
.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
}
@media (max-width: 768px) {
  .contacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px;
    background-color: #003057;
    border-radius: 20px;
  }
}
@media (max-width: 528px) {
  .contacts__container {
    padding: 20px;
  }
}
.contacts__content {
  width: 100%;
  border-radius: 20px;
  padding: 30px;
  background-color: #003057;
  max-width: 400px;
}
@media (max-width: 768px) {
  .contacts__content {
    padding: 0px;
    background-color: transparent;
    max-width: none;
  }
}
.contacts__input {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 18px;
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  width: 100%;
  margin-bottom: 36px;
}
.contacts__input::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.contacts__input::-moz-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.contacts__input:-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.contacts__input::-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.contacts__input::placeholder {
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.contacts__textarea {
  margin-bottom: 36px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 18px;
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.contacts__textarea::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.contacts__textarea::-moz-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.contacts__textarea:-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.contacts__textarea::-ms-input-placeholder {
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.contacts__textarea::placeholder {
  font-weight: 500;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.contacts__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contacts__radios {
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.contacts__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.contacts__radio-circle {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.2);
}
.contacts__radio-option {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
}

.info-contacts {
  border-radius: 20px;
  padding: 40px;
  background-color: #003057;
}
@media (max-width: 768px) {
  .info-contacts {
    padding: 0px;
    background-color: transparent;
    text-align: center;
  }
}
.info-contacts__uptext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .info-contacts__uptext {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}
.info-contacts__uptext-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 267%;
  color: #fff;
}
@media (max-width: 528px) {
  .info-contacts__uptext-text {
    font-size: 18px;
  }
}
.info-contacts__circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}
.info-contacts__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
}
.info-contacts__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 17px;
  max-width: 783px;
}
@media (max-width: 528px) {
  .info-contacts__title {
    font-size: 26px;
  }
}

@media (max-width: 528px) {
  .contacts__button .button__text {
    display: inline-block;
    text-align: center;
  }
}
.home {
  padding: 30px 0px 60px;
}
.home__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
}
@media (max-width: 1025px) {
  .home__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.home__content {
  max-width: 777px;
}
.home__info {
  border-radius: 0 20px 20px 0;
  padding: 30px;
  background-color: #003057;
  margin-bottom: 80px;
}
@media (max-width: 1025px) {
  .home__info {
    margin-bottom: 0px;
    border-radius: 0px 0px 20px 20px;
  }
}
@media (max-width: 528px) {
  .home__info {
    padding: 20px;
    text-align: center;
  }
}
.home__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 11px;
}
@media (max-width: 528px) {
  .home__title {
    font-size: 24px;
  }
}
.home__text {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  max-width: 500px;
  margin-bottom: 45px;
}
@media (max-width: 528px) {
  .home__text {
    font-size: 16px;
  }
}
.home__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__button-text {
  border-radius: 5px;
  background-color: #887E72;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  line-height: 100%;
  color: #fff;
  padding: 15px;
}
@media (max-width: 1025px) {
  .home__brand img {
    width: 100%;
  }
}
.home__line {
  height: 37px;
  width: 4px;
  background-color: #887E72;
}
.home__icon {
  border-radius: 5px;
  background-color: #887E72;
  padding: 10px;
  margin-left: -2px;
}
.home__icon img {
  margin-top: 6px;
}
.home__brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1025px) {
  .home__brands {
    display: none;
  }
}
@media (max-width: 528px) {
  .home__brands {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 30px;
  }
}
.home__brands-mobile {
  display: none;
}
@media (max-width: 1025px) {
  .home__brands-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home__subtext {
  font-weight: 600;
  font-size: 16px;
  color: #03014a;
  max-width: 332px;
}
.home__names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media (max-width: 1025px) {
  .home__image img {
    width: 100%;
  }
}

.about {
  padding: 60px 0px;
}
.about__uptitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .about__uptitle {
    margin-bottom: 10px;
  }
}
.about__uptitle-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 267%;
  text-align: center;
  color: #003057;
}
@media (max-width: 768px) {
  .about__uptitle-text {
    font-size: 20px;
  }
}
@media (max-width: 528px) {
  .about__uptitle-text {
    font-size: 18px;
  }
}
.about__circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #003057;
}
.about__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 130%;
  margin: 0 auto 66px auto;
  text-align: center;
  color: #03014a;
  margin-bottom: 60px;
  max-width: 995px;
}
@media (max-width: 768px) {
  .about__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 528px) {
  .about__title {
    font-size: 22px;
  }
}
.about__image {
  padding: 30px;
  background-color: #003057;
}
.about__image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 406px;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1025px) {
  .about__image {
    border-radius: 0px 0px 20px 20px;
  }
}
@media (max-width: 528px) {
  .about__image {
    padding: 20px;
  }
}

.info-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 52px;
}
@media (max-width: 1025px) {
  .info-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.info-about__content {
  padding: 40px;
  border-radius: 0 20px 0 0;
  background-color: #003057;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1025px) {
  .info-about__content {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 768px) {
  .info-about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 528px) {
  .info-about__content {
    padding: 20px;
    gap: 15px;
  }
}
.info-about__item {
  max-width: 200px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.info-about__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 40px;
}
.info-about__number {
  font-weight: 700;
  font-size: 52px;
  line-height: 100%;
  text-align: center;
  color: #887e72;
}

.small {
  font-size: 24px;
}

.about-desc {
  max-width: 454px;
}
@media (max-width: 1025px) {
  .about-desc {
    margin: 0 auto;
  }
}
.about-desc__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .about-desc__text {
    margin-bottom: 30px;
  }
}
.about-desc__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services {
  padding: 60px 0px;
}
@media (max-width: 528px) {
  .services {
    padding: 30px 0px;
  }
}
.services__uptitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 528px) {
  .services__uptitle {
    margin-bottom: 0px;
  }
}
.services__uptitle-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 267%;
  text-align: center;
  color: #003057;
}
@media (max-width: 528px) {
  .services__uptitle-text {
    font-size: 20px;
  }
}
.services__number {
  font-size: 16px;
  color: #887e72;
  font-weight: 600;
}
.services__circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #003057;
}
.services__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 130%;
  text-align: center;
  color: #03014a;
  margin-bottom: 60px;
}
@media (max-width: 528px) {
  .services__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.services__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.services__tabs::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  height: 120px;
  -webkit-transform: skew(0deg);
          transform: skew(0deg);
  width: 40px;
}
@media (max-width: 768px) {
  .services__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services__tabs::before {
    display: none;
  }
}
.services__tab-content {
  display: none;
}
.services__tab {
  padding: 20px 100px;
  border: 1px solid #d9d9d9;
  -webkit-transform: skew(20deg, 0deg) translateX(20px);
          transform: skew(20deg, 0deg) translateX(20px);
}
@media (max-width: 768px) {
  .services__tab {
    -webkit-transform: skew(0, 0deg) translateX(0);
            transform: skew(0, 0deg) translateX(0);
    max-width: 300px;
    padding: 20px;
  }
}
.services__tab-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #65617c;
}

.blocks-service {
  padding: 80px 60px;
  background-color: #fff;
}
@media (max-width: 528px) {
  .blocks-service {
    padding: 20px;
  }
}
.blocks-service__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media (max-width: 528px) {
  .blocks-service__main {
    gap: 20px;
  }
}
.blocks-service__item {
  padding: 15px 0px 15px 0px;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blocks-service__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #03014a;
}

.active-title {
  background-color: #fff;
  border: 1px solid #fff;
}

.active-tab {
  display: block;
}

.show {
  padding-top: 35px;
}
.show__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.show__info {
  max-width: 746px;
}
.show__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  color: #03014a;
  margin-bottom: 55px;
}
@media (max-width: 528px) {
  .show__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.show__content {
  border-radius: 20px;
  padding: 30px;
  background-color: #003057;
  max-width: 500px;
}
@media (max-width: 1145px) {
  .show__content {
    display: none;
  }
}
.show__image {
  max-width: 766px;
}
.show__image img {
  width: 100%;
}
.show__text {
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #fff;
  margin-bottom: 40px;
}

.mobile__button {
  display: none;
}
@media (max-width: 528px) {
  .mobile__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 15px;
    margin-top: 20px;
  }
}

.texts {
  padding: 30px 0px 60px;
}
.texts__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #03014a;
  margin-bottom: 17px;
  max-width: 725px;
}
.texts__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 734px;
}
.texts__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: #03014a;
  margin-bottom: 20px;
  max-width: 818px;
}
.texts__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #003057;
}
.texts__block {
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 20px;
  max-width: 746px;
  margin-bottom: 30px;
}
.texts__button {
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #62a375;
  padding: 15px 30px;
  display: inline-block;
}

.bold {
  font-weight: 900;
}

.info-texts {
  padding: 32px;
  border-radius: 10px;
  background-color: #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 746px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .info-texts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
.info-texts::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  top: -41px;
  right: -116px;
  border-radius: 50%;
  background-color: #003057;
}
@media (max-width: 528px) {
  .info-texts::before {
    top: 138px;
    right: -210px;
  }
}
.info-texts__text {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #003057;
  max-width: 274px;
}
@media (max-width: 528px) {
  .info-texts__text {
    font-size: 20px;
  }
}
.info-texts__brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  z-index: 1;
}
.info-texts__brands img {
  width: 100%;
}

.no-mb {
  margin-bottom: 0px;
}

.table-texts {
  margin-bottom: 30px;
  max-width: 746px;
}
.table-texts__item {
  background-color: #fff;
  padding: 28px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.table-texts__name {
  width: 75px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #0f2d58;
}
.table-texts__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #65617c;
}

.blue-table {
  background-color: #003057;
}

.blue-table .table-texts__name {
  color: #fff;
}

.blue-table .table-texts__text {
  color: #fff;
}

.text-main {
  text-align: center;
}

.gray {
  background-color: #f0f0f0;
}

.ml {
  margin-left: 20px;
}

.light {
  color: #003057;
}

.mb {
  margin-bottom: 20px;
}

.format {
  padding: 60px 0px;
}
@media (max-width: 528px) {
  .format {
    padding: 30px 0px;
  }
}
.format__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 120%;
  text-align: center;
  color: #03014a;
  margin-bottom: 56px;
}
@media (max-width: 528px) {
  .format__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.format__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.format__item {
  max-width: 282px;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 30px;
  background-color: #fff;
  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;
}
@media (max-width: 768px) {
  .format__item {
    max-width: none;
    width: 100%;
  }
}
@media (max-width: 528px) {
  .format__item {
    padding: 20px;
  }
}
.format__desc {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  background-color: #003057;
  margin-bottom: 20px;
  display: inline;
}
@media (max-width: 768px) {
  .format__desc {
    max-width: 240px;
  }
}
.format__price {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #003057;
}
@media (max-width: 528px) {
  .format__price {
    font-size: 36px;
  }
}
.format__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #03014a;
  margin-bottom: 40px;
}
.format__button {
  display: inline-block;
  max-width: 170px;
  border-radius: 5px;
  padding: 14px 30px;
  background-color: #887e72;
}
.format__button-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}

.item-big {
  max-width: 376px;
}
@media (max-width: 768px) {
  .item-big {
    max-width: none;
    width: 100%;
  }
}

.item-blue {
  background-color: #003057;
}

.item-blue .format__desc {
  background-color: #fff;
  color: #003057;
}

.item-blue .format__price {
  color: #fff;
}

.item-blue .format__text {
  color: #fff;
}

.text-small {
  font-size: 20px;
}

@media (max-width: 528px) {
  .button__text {
    font-size: 12px;
  }
}

.navigation__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.navigation__link {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  color: #03014a;
}
.navigation__current {
  color: #887e72;
}