*, *::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: #3C424F; }

h2 {
  font-size: 36px;
  font-weight: 600; }

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px; }

.header a {
  color: #fff; }
.header__contacts-wrapper {
  background-color: #3464E0;
  color: #fff; }
.header__main-wrapper {
  background: #F3F5FF;
  padding: 18px 0; }
.header__contacts {
  display: flex;
  padding: 16px 0;
  gap: 53px; }
  .header__contacts-elem {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px; }
    .header__contacts-elem span {
      font-weight: 600; }
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.header__logo {
  gap: 5px;
  display: flex;
  align-items: center; }
  .header__logo img {
    max-width: 40px; }
  .header__logo-name {
    color: #3464E0;
    font-size: 24px;
    font-weight: 800;
    line-height: 70%; }
    .header__logo-name small {
      font-size: 17px; }
.header__menu {
  font-size: 16px;
  font-weight: 500; }
  .header__menu a {
    color: #333; }
  .header__menu ul {
    display: flex;
    gap: 30px; }
.header__switch-button {
  display: none; }

.introduction {
  padding: 144px 0 136px;
  background-image: url(../../assets/images/introduction-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  .introduction__info {
    max-width: 565px; }
    .introduction__info-title {
      font-size: 48px;
      font-weight: 700;
      line-height: 72px;
      margin-bottom: 20px; }
    .introduction__info-text {
      margin-bottom: 50px;
      font-size: 20px;
      line-height: 32px; }
      .introduction__info-text span {
        color: #3464E0;
        font-size: 24px;
        font-weight: 600;
        display: block;
        margin-bottom: 15px; }
    .introduction__info-phone {
      padding: 11px 0;
      text-align-last: center;
      border: 1px solid transparent;
      background: #3464E0;
      font-size: 27px;
      color: #fff;
      width: 200px;
      height: 57px;
      display: block; }
      .introduction__info-phone:hover {
        background-color: transparent;
        border-color: #3464E0;
        color: #3464E0; }

.advantages {
  background-color: #F3F5FF;
  padding: 50px 0; }
  .advantages__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center; }
    .advantages__list-item {
      display: flex;
      align-items: center;
      gap: 20px; }
      .advantages__list-item__icon {
        width: 60px;
        height: 60px; }
      .advantages__list-item__info {
        max-width: 274px; }
        .advantages__list-item__info h3 {
          color: #3C424F;
          font-size: 20px;
          font-weight: 600;
          line-height: 28px;
          margin-bottom: 10px; }
        .advantages__list-item__info p {
          font-size: 16px;
          font-weight: 400;
          line-height: 25px;
          color: #686B77; }

.about {
  padding: 100px 0; }
  .about__title {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600; }
  .about__text {
    color: #696E7B;
    margin-bottom: 100px; }
  .about__bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .about__bottom-group {
      max-width: 459px; }
      .about__bottom-group__heading {
        color: #3464E0;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px; }
      .about__bottom-group__title {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 20px; }
  .about .about__bottom-group__image {
    display: none; }

.contact-us {
  color: #fff;
  background: #3464E0;
  padding: 81px 0; }
  .contact-us.with-bg-img {
    padding: 60px 0 55px;
    background-image: url(../../assets/images/contact-us-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .contact-us.with-bg-img .contact-us__info-title {
      margin-bottom: 0;
      max-width: 635px; }
  .contact-us__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px; }
  .contact-us__info-title {
    margin-bottom: 20px; }
  .contact-us__info-text {
    font-size: 20px;
    font-weight: 400; }
  .contact-us__phone {
    display: block;
    padding: 15px 0;
    width: 191px;
    color: #3C424F;
    text-align: center;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 600;
    background: #fff; }
    .contact-us__phone:hover {
      background: transparent;
      border-color: #fff;
      color: #fff; }

.team {
  padding: 100px 0 0; }
  .team__title {
    color: #3C424F;
    text-align: center;
    margin-bottom: 20px; }
  .team__text {
    color: #696E7B;
    text-align: center;
    margin-bottom: 40px; }
  .team__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px; }
    .team__list-member {
      background-color: rgba(243, 245, 255, 0.9);
      position: relative; }
      .team__list-member__info {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 27px 0;
        background: rgba(243, 245, 255, 0.9); }
      .team__list-member__name {
        color: #3C424F;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 5px; }
      .team__list-member__position {
        color: #696E7B;
        text-align: center;
        font-size: 16px;
        line-height: 25px; }

.feedback {
  padding: 100px 10px 0 10px;
  overflow: hidden; }
  .feedback .slick-track {
    display: flex !important;
    justify-content: space-between !important;
    gap: 90px; }
  .feedback .slick-slide {
    width: 569px !important;
    text-align: center; }
  .feedback .slick-dots {
    bottom: -40px; }
  .feedback .slick-dots li button:before {
    width: 10px;
    height: 10px;
    background-color: #E2E2E2;
    border-radius: 50%;
    font-size: 0; }
  .feedback .slick-dots li.slick-active button:before {
    background-color: #3464E0;
    border-radius: 50%;
    font-size: 0; }
  .feedback__title {
    margin-bottom: 20px;
    text-align: center; }
  .feedback__text {
    max-width: 565px;
    margin: 0 auto 60px;
    text-align: center;
    color: #686B77; }
  .feedback__slider-item {
    max-width: 569px;
    width: 100%;
    text-align-last: center; }
    .feedback__slider-item__image {
      display: block;
      margin: 0 auto 40px; }
    .feedback__slider-item__text {
      margin-bottom: 20px;
      color: #686B77; }
    .feedback__slider-item__user {
      text-align-last: center; }
      .feedback__slider-item__user h3 {
        font-size: 14px;
        font-weight: 600;
        line-height: 24px; }
      .feedback__slider-item__user p {
        color: #A7A7A7;
        font-size: 12px;
        font-weight: 600;
        line-height: 24px; }

.service {
  padding: 100px 0 0; }
  .service__title {
    margin-bottom: 40px;
    text-align: center; }
  .service__list {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .service__list-item {
      text-align: center;
      max-width: 350px;
      width: 100%;
      padding: 40px 23px 62px;
      background: #F3F5FF; }
      .service__list-item__icon {
        margin-bottom: 60px; }
      .service__list-item__name {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 16px; }
      .service__list-item__description {
        color: #686B77;
        font-size: 16px;
        line-height: 25px; }
  .service__button-container {
    display: none;
    justify-content: center; }
  .service__button {
    background: #3464E0;
    border: none;
    padding: 11px 20px;
    cursor: pointer;
    margin-top: 30px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    width: 125px; }

.price {
  padding: 45px 0 50px; }
  .price__title {
    margin-bottom: 20px;
    text-align: center;
    color: #17224D;
    font-size: 24px;
    font-weight: 600; }
  .price__text {
    color: #5A5A5A;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 30px; }
  .price__list-item {
    display: flex;
    justify-content: space-between;
    padding: 18px 30px;
    color: #0B0B0B;
    font-size: 20px; }
    .price__list-item__price {
      font-weight: 500; }
    .price__list-item.odd {
      background-color: #F5F7F9; }

.faq {
  padding: 50px 0 100px; }
  .faq__title {
    margin-bottom: 30px;
    text-align: center;
    color: #17224D;
    font-size: 24px;
    font-weight: 600; }
  .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");
          border-radius: 50%;
          position: absolute;
          left: 30px;
          top: 30px; }
        .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: 0 15px 0 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-color: #062F89;
  background-image: url(../../assets/images/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 30px 0 43px; }
.footer a {
  color: #fff; }
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between; }
  .footer__inner-logo {
    max-width: 416px; }
    .footer__inner-logo .footer__logo-anchor {
      gap: 5px;
      display: flex;
      align-items: center;
      margin-bottom: 24px; }
      .footer__inner-logo .footer__logo-anchor img {
        max-width: 40px; }
      .footer__inner-logo .footer__logo-anchor__name {
        color: #fff;
        font-size: 24px;
        font-weight: 800;
        line-height: 70%; }
        .footer__inner-logo .footer__logo-anchor__name small {
          font-size: 17px; }
    .footer__inner-logo__phone {
      margin-bottom: 15px; }
    .footer__inner-logo__phone, .footer__inner-logo__email {
      display: flex;
      align-items: center;
      gap: 10px; }
  .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: 1600px) {
  .introduction {
    background-size: cover; } }
@media (max-width: 1080px) {
  .header__inner {
    gap: 15px; }
  .header__menu ul {
    gap: 15px; }
  .header__phone {
    padding: 8px 17px; }

  .introduction {
    background-position: -377px; }

  .faq__list {
    gap: 10px;
    flex-direction: column; }
    .faq__list-column {
      max-width: unset; }
  .faq .faq__list-elem__question h3 {
    max-width: 570px; } }
@media (max-width: 950px) {
  .header__phone {
    display: none; }

  .about__text {
    margin-bottom: 50px; }
  .about__bottom-image {
    margin-bottom: 20px; }
  .about__bottom-group {
    max-width: unset; } }
@media (max-width: 900px) {
  .header__menu ul {
    display: none;
    position: absolute;
    padding: 50px 0 63px;
    background-color: #fff;
    top: 125px;
    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: #3464E0; }
      .header__menu.opened ul li {
        margin: 0 0 10px 0;
        padding: 10px 0; }
        .header__menu.opened ul li a {
          color: #fff; }
  .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: #3464E0;
      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); } }
@media (max-width: 780px) {
  .header__contacts {
    gap: 10px; }

  .introduction {
    background-position: -545px;
    background-image: url(../../assets/images/introduction-filled-bg.png); }

  .contact-us.with-bg-img .contact-us__inner {
    display: block; }
    .contact-us.with-bg-img .contact-us__inner .contact-us__info-title {
      margin-bottom: 28px; }

  .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: 600px) {
  .header__contacts {
    display: none; }
    .header__contacts.opened {
      display: flex;
      flex-wrap: wrap;
      background-color: #3464E0;
      top: 313px;
      position: absolute;
      left: 0;
      right: 0;
      justify-content: center;
      gap: 30px; }
  .header__menu ul {
    top: 76px;
    padding: 30px 0 10px; }

  .about__bottom-image {
    display: none; }
  .about__bottom-group__image {
    display: block;
    width: 100%;
    margin-top: 20px; }

  .feedback .slick-track {
    gap: 10px; }
  .feedback__slider-item {
    text-align: center; } }
@media (max-width: 480px) {
  h2 {
    font-size: 24px; }

  p {
    font-size: 16px; }

  .header__contacts.opened {
    gap: 15px; }

  .introduction {
    background-image: url(../../assets/images/introduciton-mobile-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 84px 0; }
    .introduction__info-title {
      color: #3464E0;
      font-size: 32px;
      margin-bottom: 15px;
      line-height: normal; }
    .introduction__info-text {
      font-size: 16px;
      margin-bottom: 30px; }
      .introduction__info-text span {
        font-size: 16px; }
    .introduction__info-phone {
      font-size: 16px;
      height: unset;
      width: 157px; }

  .advantages {
    padding: 23px 0 28px; }

  .about {
    padding: 50px 0; }
    .about__title {
      font-size: 24px; }
    .about__bottom-group__title {
      font-size: 24px; }
    .about .about__bottom-group__image {
      display: block; }

  .service {
    padding: 50px 0 25px; }
    .service__title {
      margin-bottom: 20px; }
    .service__list {
      gap: 15px; }
      .service__list-item {
        max-width: unset;
        padding: 30px 17px 19px 17px;
        display: none; }
        .service__list-item.opened {
          display: block; }
        .service__list-item__icon {
          margin-bottom: 30px; }
        .service__list-item__name {
          margin-bottom: 15px; }
    .service__button-container {
      display: flex; }

  .price {
    padding: 25px 0; }
    .price__list-item {
      padding: 15px;
      font-size: 16px; }

  .contact-us {
    padding: 25px 0 16px; }
    .contact-us__info-title {
      font-size: 24px;
      margin-bottom: 15px; }
    .contact-us__info-text {
      font-size: 16px; }
    .contact-us.with-bg-img {
      padding: 20px 0; }

  .team {
    overflow: hidden; }
    .team .slick-slide {
      height: 400px; }
    .team .slick-dots {
      bottom: -40px; }
    .team .slick-dots li button:before {
      width: 10px;
      height: 10px;
      background-color: #797979;
      border-radius: 50%;
      font-size: 0; }
    .team .slick-dots li.slick-active button:before {
      background-color: #3464E0;
      border: none;
      border-radius: 50%;
      font-size: 0; }
    .team__list-member__avatar {
      margin: 0 auto; }

  .feedback__text {
    margin-bottom: 32px; }

  .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; } }
@media (max-width: 360px) {
  .team .slick-slide {
    height: 350px; }
  .team__list-member__avatar {
    margin-left: 0;
    width: 300px; } }
