/* VARS
 * * -------------------------------------------------- */

/* MIXINS
 * * -------------------------------------------------- */

/* Common */

/* Font-face */

.hero {
  padding-top: 11rem;
  position: relative;
  height: 70.6rem;
  overflow: hidden;
  color: #000C43;
  color: var(--color-text-secondary);
}

.hero__container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__content {
  font-size: 1.4rem;
  width: 50%;
}

.hero__content ul {
  margin-left: 2rem;
}

.hero__content ul li + li {
  margin-top: 1.4rem;
}

.hero__title {
  margin-bottom: 2rem;
}

.hero__description {
  font-size: 2rem;
}

.hero__heading {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
}

.hero__link {
  margin-top: 3.4rem;
}

.hero__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-25%);
      -ms-transform: translateX(-25%);
          transform: translateX(-25%);
}

.hero_background {
  background-color: #F5F7FB;
  background-color: var(--color-section-light);
}

.hero_over-next + .section {
  margin-top: -26rem;
  position: relative;
}

.slider_services .swiper-slide {
  max-width: 33.6rem;
}

.slider_services .swiper-slide .service__description {
  font-size: 2.2rem;
}

.services {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 5rem 3.2rem;
}

.services > * {
  min-width: 1px;
  min-height: 1px;
}

.service {
  display: block;
}

.service__image {
  background-color: #0044C7;
  border-radius: 0.3rem;
  overflow: hidden;
  margin-bottom: 3rem;
}

.service img {
  width: 100%;
  opacity: 0.85;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.service__title {
  margin-bottom: 2rem;
  max-width: none;
}

.service__description {
  font-size: 1.7rem;
  line-height: 1.3;
}

.service:hover img {
  opacity: 1;
}

.advantages {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 3.2rem;
}

.advantages > * {
  min-width: 1px;
  min-height: 1px;
}

.advantage__image {
  background-color: #F5F7FB;
  background-color: var(--color-section-light);
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  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;
}

.advantage__description {
  margin-top: 3.2rem;
  font-size: 1.7rem;
  line-height: 1.2;
}

.section_promo {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.promo > * {
  min-width: 1px;
  min-height: 1px;
}

.promo__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.promo__image img {
  display: block;
  width: 100%;
}

.promo_wide .promo__content {
  padding: 10rem 4rem 10rem 0;
  padding: var(--section-padding) var(--container-gap) var(--section-padding) 0;
}

.promo_default {
  overflow: hidden;
  border-radius: 0.3rem;
  color: #fff;
  color: var(--color-white);
  background-color: #010F50;
  background-color: var(--color-primary);
}

.promo_default .promo__content {
  padding: 8.5rem 6.4rem;
  background-image: url("../img/content/promo-default-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.highlight {
  text-align: center;
}

.highlight__image {
  width: 16rem;
  margin: 0 auto 6rem;
  border-radius: 50%;
  overflow: hidden;
}

.highlight__title {
  max-width: none;
  margin-bottom: 0;
}

.highlight__subtitle {
  max-width: none;
  opacity: 0.4;
}

.highlight__description {
  max-width: 71rem;
  font-size: 2.2rem;
  line-height: 1.3;
  margin: 3rem auto 0;
}

.highlight__description a {
  color: #0084F8;
}

.highlight__blockquote {
  border: 0;
  max-width: 71rem;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 1.3;
  font-style: italic;
  padding: 0 0 7rem;
  position: relative;
}

.highlight__blockquote .icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.4;
  fill: #000C43;
  fill: var(--color-text-secondary);
}

.highlight__link {
  margin-top: 5rem;
}

.posts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5rem 3.2rem;
}

.posts > * {
  min-width: 1px;
  min-height: 1px;
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.3;
}

.post__tag {
  position: absolute;
  top: 30px;
  left: 30px;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.5);
}

.post__image {
  overflow: hidden;
  border-radius: 0.3rem;
  margin-bottom: 3.2rem;
  position: relative;
}

.post__image img {
  width: 100%;
}

.post__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.post__footer {
  margin-top: 1.5rem;
}

.post__title {
  max-width: none;
  position: absolute;
  bottom: 5px;
  bottom: 5px;
  left: 30px;
  color: #fff;
}

.post__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #020202;
  opacity: 0.4;
}

.post__meta > * {
  min-width: 1px;
  min-height: 1px;
}

.post__meta div:not(:last-child) {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 0.05rem solid currentColor;
}

.main {
  padding-top: 0;
}

.hero {
  height: 96.6rem;
  padding-bottom: 26rem;
  background-image: url("../img/hero-lines.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.hero__image {
  bottom: -2rem;
}

.hero__note {
  position: absolute;
  right: 0;
  bottom: 9rem;
  font-size: 1.4rem;
  text-transform: uppercase;
}

.hero__blockquote {
  position: absolute;
  text-align: center;
  font-size: 3.3rem;
  line-height: 1;
  right: 0;
  top: 5.6rem;
}

.hero__blockquote .icon {
  margin-bottom: 3rem;
  fill: currentColor;
}

.hero__blockquote span {
  display: block;
}

.section_boss {
  padding-bottom: calc(10rem + 35rem);
  padding-bottom: calc(var(--section-padding) + 35rem);
}

.section_boss + .section_promo {
  margin-top: -35rem;
  position: relative;
}

.section_advantages h3,
.section_advantages .h3 {
  text-align: center;
}

@media (min-width: 768px) {
  .hero__blockquote span:nth-child(1) {
    -webkit-transform: translateX(2rem);
        -ms-transform: translateX(2rem);
            transform: translateX(2rem);
  }

  .hero__blockquote span:nth-child(2) {
    -webkit-transform: translateX(-4rem);
        -ms-transform: translateX(-4rem);
            transform: translateX(-4rem);
  }

  .hero__blockquote span:nth-child(3) {
    -webkit-transform: translateX(1.2rem);
        -ms-transform: translateX(1.2rem);
            transform: translateX(1.2rem);
  }

  .hero__blockquote span:nth-child(4) {
    -webkit-transform: translateX(1.7rem);
        -ms-transform: translateX(1.7rem);
            transform: translateX(1.7rem);
  }
}

@media (min-width: 1201px) {
  .promo__content,
  .promo__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .promo__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .promo__content h2,
  .promo__content .h2 {
    max-width: none;
  }

  .promo__image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .promo_wide .promo__image {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 50vw;
  }
}

@media (max-width: 1340px) {
  .hero__note {
    right: 4rem;
    right: var(--container-gap);
  }

  .hero__blockquote {
    right: 4rem;
    right: var(--container-gap);
  }
}

@media (max-width: 1200px) {
  .hero__container {
    padding-top: 7rem;
    display: block;
  }

  .hero__content {
    width: 100%;
  }

  .hero__image {
    right: 0;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .slider_services .swiper-slide {
    max-width: 32rem;
  }

  .services {
    grid-gap: 5rem 2rem;
  }

  .service__image {
    margin-bottom: 2.5rem;
  }

  .advantage__description {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }

  .promo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .promo__image {
    width: 100%;
  }

  .promo_wide .promo__content {
    padding: 10rem 0;
    padding: var(--section-padding) 0;
  }

  .promo_wide .promo__image {
    width: calc(100% + 4rem * 2);
    width: calc(100% + var(--container-gap) * 2);
    margin-left: calc(4rem * -1);
    margin-left: calc(var(--container-gap) * -1);
    margin-right: calc(4rem * -1);
    margin-right: calc(var(--container-gap) * -1);
  }

  .promo_default .promo__content {
    padding: 5rem;
  }

  .highlight__blockquote {
    font-size: 2rem;
    font-weight: 400;
  }

  .posts {
    grid-gap: 5rem 2rem;
  }

  .hero {
    height: 85rem;
    padding-bottom: 0;
    background-color: transparent;
  }

  .hero + .section {
    margin-top: 0 !important;
  }

  .hero__image {
    bottom: 0;
    max-width: 55rem;
  }

  .hero__note {
    left: calc(4rem + 25.5rem);
    left: calc(var(--container-gap) + 25.5rem);
    right: auto;
    top: 7rem;
    bottom: auto;
    font-size: 1.2rem;
    opacity: 0.6;
    max-width: 5rem;
  }

  .hero__blockquote {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    max-width: 30rem;
    margin-top: 7rem;
  }
}

@media (max-width: 1150px) {
  .hero {
    padding-top: 9.7rem;
  }

  .hero__description {
    font-size: 1.8rem;
  }

  .hero_over-next + .section {
    margin-top: -34rem;
  }
}

@media (max-width: 900px) {
  .post {
    font-size: 1.4rem;
  }

  .post__title {
    font-size: 2.7rem;
    margin-bottom: 1rem;
  }

  .post__meta {
    font-size: 1.3rem;
  }
}

@media (max-width: 850px) {
  .services {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .hero__image {
    right: -4rem;
  }
}

@media (max-width: 767px) {
  .hero {
    padding-top: 7.9rem;
  }

  .hero__description {
    font-size: 1.6rem;
  }

  .slider_services .swiper-slide {
    max-width: 24rem;
  }

  .slider_services .swiper-slide .service__description {
    font-size: 1.8rem;
  }

  .service__image {
    margin-bottom: 2rem;
  }

  .service__description {
    font-size: 1.5rem;
  }

  .advantages {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .advantage {
    text-align: center;
  }

  .advantage__image {
    margin: 0 auto;
  }

  .promo_default .promo__content {
    padding: 5rem 2rem;
  }

  .promo_consult .promo__content {
    margin-top: 2.8rem;
  }

  .promo_consult .promo__content .promo__footer {
    margin-top: 2rem;
  }

  .highlight__image {
    margin-bottom: 3.5rem;
  }

  .highlight__description {
    font-size: 1.9rem;
  }

  .highlight__blockquote {
    font-size: 1.5rem;
  }

  .highlight__link {
    margin-top: 3.5rem;
  }

  .posts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
  }

  .post__image {
    margin-bottom: 2.6rem;
  }

  .post__title {
    font-size: 4rem;
    font-size: var(--header-text-font-size-3);
  }

  .hero__image {
    max-width: 70%;
    right: 0;
  }

  .hero__note {
    top: 3rem;
    left: 4rem;
    left: var(--container-gap);
    max-width: none;
  }

  .hero__blockquote {
    font-size: 2.1rem;
    position: absolute;
    right: 4rem;
    right: var(--container-gap);
    bottom: 30%;
    z-index: 1;
  }

  .hero__blockquote span {
    text-align: right;
  }
}

@media (max-width: 700px) {
  .hero_over-next + .section {
    margin-top: -16rem;
  }
}

@media (max-width: 600px) {
  .highlight__image {
    margin-bottom: 2rem;
  }
}

@media (max-width: 500px) {
  .services {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero__image {
    right: auto;
    left: 0;
    max-width: 28rem;
  }

  .hero__blockquote {
    bottom: 20%;
  }
}

@media (max-width: 400px) {
  .advantages {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .promo_consult {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .promo_consult .promo__content,
  .promo_consult .promo__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .promo_consult .promo__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}