*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all .3s; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

body {
  font-family: "Montserrat", sans-serif;
  color: #17224D; }

h2 {
  font-size: 24px;
  font-weight: 600; }

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px; }

.header {
  padding: 18px 0;
  position: relative;
  z-index: 100;
  background: rgba(6, 47, 137, 0.92);
  box-shadow: 0 23px 33px 0 rgba(0, 0, 0, 0.15); }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__logo {
    gap: 5px;
    display: flex;
    align-items: center; }
    .header__logo img {
      max-width: 40px; }
    .header__logo-name {
      line-height: 70%;
      color: #F9BF0F;
      font-size: 24px;
      font-weight: 700; }
      .header__logo-name small {
        font-size: 13px; }
  .header__menu {
    font-size: 16px;
    font-weight: 500; }
    .header__menu a {
      color: #fff; }
    .header__menu ul {
      display: flex; }
      .header__menu ul li + li {
        margin-left: 30px; }
  .header__switch-button {
    display: none; }
  .header__phone {
    padding: 11px 22px;
    color: #FFF;
    text-align: center;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: 600;
    border-radius: 20px;
    background: #F9BF0F;
    box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.1); }
    .header__phone:hover {
      background: transparent;
      border-color: #EFBB20;
      color: #EFBB20; }

/*INTRODUCTION*/
.introduction {
  background-color: #05308e;
  color: #fff; }
  .introduction__inner {
    padding: 60px 0;
    position: relative; }
    .introduction__inner-image {
      position: absolute;
      right: 0;
      top: 60px;
      z-index: 5; }
  .introduction__info {
    padding: 53px 0 70px;
    max-width: 600px;
    position: relative;
    z-index: 10; }
    .introduction__info-title {
      color: #F9BF0F;
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 15px; }
    .introduction__info-paragraph {
      margin-bottom: 15px; }
    .introduction__info-list {
      font-size: 18px;
      line-height: 135.9%;
      margin-bottom: 25px; }
      .introduction__info-list li {
        padding-left: 30px;
        position: relative; }
        .introduction__info-list li + li {
          margin-top: 10px; }
        .introduction__info-list li::before {
          content: url("../../assets/icons/check-mark.svg");
          position: absolute;
          left: 0;
          bottom: 6px; }
    .introduction__info-link {
      padding: 11px 22px;
      color: #FFF;
      text-align: center;
      border: 1px solid transparent;
      font-size: 18px;
      font-weight: 600;
      border-radius: 20px;
      background: #F9BF0F;
      box-shadow: 6px 4px 17px 0 rgba(0, 0, 0, 0.19); }
      .introduction__info-link:hover {
        background: transparent;
        border-color: #EFBB20;
        color: #EFBB20; }

/*ABOUT*/
.about {
  padding: 60px 0; }
  .about__inner {
    display: flex;
    gap: 30px; }
  .about__info {
    max-width: 635px; }
    .about__info-heading {
      color: #F9BF0F;
      margin-bottom: 10px; }
    .about__info-title {
      margin-bottom: 20px; }
    .about__info-text {
      margin-bottom: 20px; }
    .about__info-lists {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 30px;
      font-size: 18px;
      line-height: 24px; }
      .about__info-lists li + li {
        margin-top: 10px; }
  .about__image {
    width: 443px;
    height: 400px; }
  .about .about__image--laptop_and_beyond {
    display: none; }

.poster {
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
  background: #062F89;
  height: 419px;
  color: #fff; }
  .poster__info {
    max-width: 540px;
    padding: 77px 0;
    position: relative;
    z-index: 5; }
    .poster__info-title {
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 15px; }
    .poster__info-text {
      margin-bottom: 35px; }
    .poster__info-phone {
      padding: 11px 22px;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      border-radius: 20px;
      background: #F9BF0F;
      border: 1px solid transparent;
      box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.1); }
      .poster__info-phone:hover {
        color: #F9BF0F;
        border-color: #F9BF0F;
        background: transparent; }
  .poster__image {
    position: absolute;
    right: 0;
    top: 0; }
  .poster .poster__image--laptop_and_beyond {
    display: none; }

/*ADVANTAGES*/
.service {
  background-color: #fff;
  padding: 70px 0; }
  .service__heading {
    color: #F9BF0F;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 10px; }
  .service__title {
    margin-bottom: 30px; }
  .service__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px; }
    .service__list-item {
      padding: 30px 32px 23px 32px;
      border-radius: 2px;
      background: #fff;
      box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
      max-width: 350px; }
      .service__list-item__icon {
        margin-bottom: 32px; }
      .service__list-item__name {
        margin-bottom: 14px; }
  .service__button-container {
    display: none;
    justify-content: center; }
  .service__button {
    border-radius: 20px;
    background: #F9BF0F;
    box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.1);
    border: none;
    padding: 15px 42px;
    width: 190px;
    cursor: pointer;
    margin-top: 30px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 16px; }

.advantages {
  background-color: #EDF1FC;
  padding: 76px 0; }
  .advantages__inner {
    display: flex;
    justify-content: center;
    gap: 30px; }
  .advantages__info {
    max-width: 540px; }
    .advantages__info-heading {
      color: #F9BF0F;
      margin-bottom: 10px; }
    .advantages__info-title {
      margin-bottom: 30px; }
    .advantages__info-list {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 30px; }
      .advantages__info-list__item {
        padding: 30px 43px 34px 39px;
        border-radius: 2px;
        background: #fff;
        max-width: 255px; }
        .advantages__info-list__item .advantage__list-item__name {
          font-size: 18px;
          font-weight: 500;
          line-height: 27px;
          margin-bottom: 10px; }
  .advantages__image {
    width: 540px;
    height: 661px; }
  .advantages .advantages__image--laptop_and_beyond {
    display: none; }

/*QUOTE*/
.quote {
  display: flex;
  justify-content: center;
  padding: 100px 0;
  background-image: url(../../assets/images/quote-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 1440px;
  margin: 0 auto;
  color: #FFF; }
  .quote__inner {
    max-width: 691px;
    text-align: center; }
    .quote__inner-title {
      text-align: center;
      font-size: 36px;
      font-weight: 600;
      margin-bottom: 18px; }
    .quote__inner-text {
      margin-bottom: 30px; }
    .quote__inner-link {
      padding: 11px 22px;
      color: #fff;
      font-size: 18px;
      font-weight: 600;
      text-align: center;
      border-radius: 20px;
      background: #F9BF0F;
      border: 1px solid transparent;
      box-shadow: 3px 4px 15px 0 rgba(0, 0, 0, 0.1); }
      .quote__inner-link:hover {
        color: #F9BF0F;
        border-color: #F9BF0F;
        background: transparent; }

.price {
  padding: 45px 0 50px; }
  .price__title {
    text-align: center;
    margin-bottom: 20px; }
  .price__text {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 30px; }
  .price__inner {
    display: flex;
    gap: 30px; }
  .price__list {
    width: 100%; }
    .price__list-item {
      display: flex;
      justify-content: space-between;
      padding: 18px 30px;
      font-size: 20px;
      font-weight: 500; }
      .price__list-item__price {
        font-weight: 600; }
      .price__list-item.odd {
        background-color: #F5F7F9; }

.feedback {
  padding: 50px 0 0;
  overflow: hidden; }
  .feedback .slick-track {
    display: flex !important;
    justify-content: space-between !important;
    padding: 30px 0;
    gap: 24px; }
  .feedback .slick-slide {
    width: 350px !important; }
  .feedback .slick-dots {
    bottom: -40px; }
  .feedback .slick-dots li button:before {
    width: 10px;
    height: 10px;
    background-color: #797979;
    border-radius: 50%;
    font-size: 0; }
  .feedback .slick-dots li.slick-active button:before {
    background-color: #062F89;
    border: none;
    border-radius: 50%;
    font-size: 0; }
  .feedback__heading {
    color: #EFBB20;
    margin-bottom: 10px;
    text-align: center; }
  .feedback__title {
    margin-bottom: 50px;
    text-align: center; }
  .feedback__slider-item {
    min-width: 350px;
    padding: 30px 30px 60px 30px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1); }
    .feedback__slider-item__user {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 15px; }
      .feedback__slider-item__user .feedback__user-info__name {
        font-size: 14px;
        font-weight: 600;
        line-height: 24px; }
      .feedback__slider-item__user .feedback__user-info__position {
        color: #A7A7A7;
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        /* 200% */ }
    .feedback__slider-item__stars {
      margin-bottom: 25px; }

.faq {
  padding: 50px 0 100px; }
  .faq__heading {
    color: #F9BF0F;
    text-align: center;
    font-size: 18px;
    line-height: 24px; }
  .faq__title {
    margin-bottom: 30px;
    text-align: center; }
  .faq__list {
    display: flex;
    gap: 30px; }
    .faq__list-column {
      max-width: 540px;
      width: 100%; }
    .faq__list-elem {
      width: 100%;
      border-radius: 15px;
      border: 1px solid #EFEFEF;
      background-color: #F8F9FB; }
      .faq__list-elem + .faq__list-elem {
        margin-top: 10px; }
      .faq__list-elem__question {
        padding: 35px 30px 35px 84px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        position: relative;
        transition: all .3s; }
        .faq__list-elem__question h3 {
          color: #010F32;
          font-size: 20px;
          font-weight: 500;
          max-width: 293px; }
        .faq__list-elem__question:hover h3 {
          color: #062F89; }
        .faq__list-elem__question:hover button {
          border-color: #062F89; }
          .faq__list-elem__question:hover button span {
            background-color: #062F89; }
        .faq__list-elem__question::before {
          content: url("../../assets/icons/question-mark.svg");
          background-color: #FFD500;
          border-radius: 50%;
          position: absolute;
          left: 30px;
          top: 50%;
          max-width: 40px;
          max-height: 40px;
          transform: translateY(-50%); }
        .faq__list-elem__question button {
          border: 1px solid #AEBCD1;
          border-radius: 50%;
          background-color: transparent;
          width: 34px;
          height: 34px;
          cursor: pointer;
          position: relative; }
          .faq__list-elem__question button span {
            background-color: #AEBCD1;
            display: block;
            width: 15px;
            height: 1px;
            position: absolute; }
            .faq__list-elem__question button span.first-line {
              left: 9px; }
            .faq__list-elem__question button span.second-line {
              transform: rotate(90deg);
              left: 9px; }
      .faq__list-elem__answer {
        color: #010F32;
        overflow: hidden;
        height: 0;
        padding-left: 84px; }
      .faq__list-elem.opened {
        border-radius: 15px;
        border: 1px solid #EFEFEF;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
        padding-bottom: 35px;
        background-color: #fff; }
        .faq__list-elem.opened button {
          transform: rotate(-45deg);
          border-color: #062F89; }
          .faq__list-elem.opened button span {
            background-color: #062F89; }
        .faq__list-elem.opened .faq__list-elem__answer {
          height: unset; }

.footer__main {
  background: #062F89;
  color: #fff;
  padding: 30px 0 43px; }
.footer__logo {
  gap: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .footer__logo img {
    max-width: 40px; }
  .footer__logo-name {
    line-height: 70%;
    color: #fff;
    font-size: 24px;
    font-weight: 700; }
    .footer__logo-name small {
      font-size: 13px; }
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between; }
  .footer__inner-logo {
    max-width: 416px; }
    .footer__inner-logo__image {
      margin-bottom: 24px; }
    .footer__inner-logo__phone {
      margin-bottom: 15px; }
    .footer__inner-logo__phone, .footer__inner-logo__email {
      display: flex;
      align-items: center;
      gap: 10px; }
      .footer__inner-logo__phone a, .footer__inner-logo__email a {
        color: #fff; }
  .footer__inner-menu__heading {
    margin-bottom: 15px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 142.9%; }
  .footer__inner-menu__list a {
    font-size: 18px;
    color: #fff; }
  .footer__inner-menu__list li + li {
    margin-top: 10px; }
  .footer__inner-text {
    display: block;
    max-width: 475px; }
.footer__copyright {
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 4px 0; }

@media (max-width: 1080px) {
  .header__logo {
    font-size: 45px;
    line-height: 54px; }
  .header__menu ul li + li {
    margin-left: 15px; }
  .header__phone {
    padding: 8px 17px; }

  .faq__list {
    display: block; }
    .faq__list-column {
      max-width: unset; }
  .faq .faq__list-elem__question h3 {
    max-width: 570px; } }
@media (max-width: 950px) {
  .header__phone {
    display: none; }

  .about__info {
    max-width: unset; }
    .about__info-lists {
      justify-content: unset;
      gap: 30px; }
  .about__image {
    display: none; }

  .poster {
    height: unset; }
    .poster__info {
      max-width: unset; }
    .poster .poster__image--laptop_and_beyond {
      display: block;
      margin-bottom: 15px; }
    .poster__image {
      display: none; }

  .advantages__image {
    display: none; }
  .advantages__info {
    max-width: unset; }

  .feedback .slick-slide {
    width: unset !important; } }
@media (max-width: 630px) {
  .feedback .slick-slide {
    width: 100% !important; } }
@media (max-width: 780px) {
  .header__menu ul {
    display: none;
    position: absolute;
    padding: 50px 0 63px;
    background-color: #fff;
    top: 74px;
    left: 0;
    width: 100vw;
    text-align: center;
    font-size: 20px;
    line-height: 17px;
    z-index: 3; }
  .header__menu.opened {
    z-index: 10; }
    .header__menu.opened ul {
      display: block;
      background-color: #17224D; }
      .header__menu.opened ul li {
        margin: 0 0 10px 0;
        padding: 10px 0; }
  .header__switch-button {
    display: block;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    padding: 12px 10px;
    cursor: pointer; }
    .header__switch-button span {
      display: block;
      background-color: #fff;
      border-radius: 4px;
      height: 2px;
      width: 20px; }
    .header__switch-button .line1 {
      transform-origin: 0 0;
      transition: transform 0.4s ease-in-out;
      margin-bottom: 5px; }
    .header__switch-button .line2 {
      transition: transform 0.2s ease-in-out;
      margin-bottom: 5px; }
    .header__switch-button .line3 {
      transform-origin: 0 100%;
      transition: transform 0.4s ease-in-out; }
    .header__switch-button.opened {
      background-color: transparent; }
      .header__switch-button.opened .line1 {
        transform: rotate(46deg); }
      .header__switch-button.opened .line2 {
        transform: scaleY(0); }
      .header__switch-button.opened .line3 {
        transform: rotate(-47deg); }

  .price__inner {
    display: block; }
  .price__list {
    width: unset; }
    .price__list + .price__list {
      margin-top: 30px; }

  .faq .faq__list-elem__question {
    padding-left: 15px;
    padding-right: 15px; }
    .faq .faq__list-elem__question h3 {
      max-width: 350px; }
    .faq .faq__list-elem__question::before {
      display: none; }
  .faq .faq__list-elem__answer {
    padding-left: 15px; } }
@media (max-width: 480px) {
  p {
    font-size: 16px; }

  .header__logo {
    font-size: 42px; }

  .introduction {
    padding: 46px 0;
    background-image: url(../../assets/images/introduction-mobile.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .introduction__inner {
      padding: 0; }
      .introduction__inner-image {
        display: none; }
    .introduction__info {
      padding: 0; }
      .introduction__info-title {
        font-size: 32px; }
      .introduction__info-paragraph {
        margin-bottom: 20px; }
      .introduction__info-list {
        margin-bottom: 36px;
        font-size: 16px;
        font-weight: 300; }

  .about {
    padding: 50px 0; }
    .about__info-title {
      margin-bottom: 15px; }
    .about__info-lists {
      gap: 10px;
      font-size: 16px;
      font-weight: 500; }
    .about .about__image--laptop_and_beyond {
      display: block;
      margin-bottom: 20px;
      width: 100%; }

  .poster {
    padding: 31px 0 51px; }
    .poster__info {
      padding: 0; }
      .poster__info-title {
        font-size: 24px; }
      .poster__info-text {
        margin-bottom: 41px; }
    .poster .poster__image--laptop_and_beyond {
      width: 100%; }

  .service {
    padding: 50px 0; }
    .service__title {
      margin-bottom: 20px; }
    .service__list {
      gap: 15px; }
      .service__list-item {
        display: none;
        max-width: unset;
        padding: 26px 18px 26px 12px; }
        .service__list-item.opened {
          display: block; }
    .service__button-container {
      display: flex; }

  .advantages {
    padding: 30px 0 74px; }
    .advantages__info-title {
      margin-bottom: 20px; }
    .advantages__info-list {
      gap: 10px; }
      .advantages__info-list__item {
        max-width: unset;
        padding: 18px 18px 16px 18px; }
    .advantages .advantages__image--laptop_and_beyond {
      display: block;
      width: 100%;
      margin-bottom: 20px; }

  .quote {
    padding: 48px 0 60px; }
    .quote__inner-title {
      font-size: 24px; }

  .price {
    padding: 25px 0; }
    .price__list-item {
      padding: 15px;
      font-size: 16px; }

  .feedback {
    padding: 25px 0; }
    .feedback__title {
      margin-bottom: 0; }
    .feedback .slick-track {
      gap: 0; }
    .feedback .slick-slide {
      margin-right: 10px; }
    .feedback__slider-item {
      min-width: unset;
      padding: 21px 27px 24px 15px; }

  .faq {
    padding: 25px 0 50px; }
    .faq .faq__list-elem__question h3 {
      font-size: 18px;
      font-weight: 500;
      max-width: 204px; }

  .footer__main {
    padding: 20px 0 63px; }
  .footer__inner-menu {
    width: 100%; }
  .footer__inner-menu__heading {
    margin-bottom: 20px; }
  .footer__inner-menu__list li + li {
    margin-top: 15px; } }
