/*** font ***/
@font-face {
  font-family: 'Rubik-Regular';
  src: url("../fonts/Rubik/Rubik-Regular.ttf");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Rubik-Italic';
  src: url("../fonts/Rubik/Rubik-Italic.ttf");
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: 'Rubik-Medium';
  src: url("../fonts/Rubik/Rubik-Medium.ttf");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: 'Rubik-Bold';
  src: url("../fonts/Rubik/Rubik-Bold.ttf");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Bold.ttf");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Regular.ttf");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'SourceSansPro-Light';
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Light.ttf");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: 'SourceSansPro-italic';
  src: url("../fonts/Source-Sans-Pro/SourceSansPro-Italic.ttf");
  font-style: italic;
  font-weight: 400; }

/*** font ***/
.banner-main .banner-img-container img {
  max-width: 429px;
  height: auto; }

/*** WHAT WE DO SECTION ***/
.what-we-do {
  padding-top: 140px;
  padding-bottom: 65px; }
  .what-we-do .subtitle-what-we-do {
    font-family: "SourceSansPro-Regular";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    color: #515151;
    margin-bottom: 40px; }
  .what-we-do .cart-link .what-we-do-cart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #F6FCFE;
    padding: 22px 32px;
    transition: background 0.2s ease;
    position: relative;
    margin-bottom: 30px; }
    .what-we-do .cart-link .what-we-do-cart .icon-cart img {
      height: 50px;
      width: 54px; }
    .what-we-do .cart-link .what-we-do-cart p {
      font-family: "SourceSansPro-Regular";
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      line-height: 160%;
      text-transform: uppercase;
      color: #515151;
      margin: 0 22px;
      transition: 0.2s linear; }
  .what-we-do .cart-link:hover .what-we-do-cart {
    background: #E4F6FC; }
    .what-we-do .cart-link:hover .what-we-do-cart:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 3px;
      background: #2CAAF2;
      left: 0; }
    .what-we-do .cart-link:hover .what-we-do-cart p {
      font-weight: bold;
      color: #183D85; }
  .what-we-do .info-text-wwd {
    margin-top: 50px;
    font-family: "SourceSansPro-Light";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #515151;
    margin-bottom: 0; }
  .what-we-do .mobile-slide-btn {
    padding-bottom: 12px; }
  .what-we-do .pagination-btn {
    display: inline-block;
    width: 31px;
    height: 5px;
    background: #C5E8FB;
    margin: 5px 7.5px; }
  .what-we-do .pagination-btn.active {
    background: #2CAAF2; }

/*** WHAT WE DO SECTION ***/
/*** TECHNOLOGIES SECTION ***/
.technologies-section {
  padding-top: 117px;
  padding-bottom: 72px; }
  .technologies-section .technologies-info-block {
    margin-top: 65px; }
    .technologies-section .technologies-info-block .technologies-cart-title {
      font-family: "Rubik-Medium";
      font-style: normal;
      font-weight: 500;
      font-size: 18px;
      line-height: 137%;
      text-transform: uppercase;
      color: #515151;
      margin-bottom: 15px; }
    .technologies-section .technologies-info-block .technologies-cart-img-container {
      margin-bottom: 30px; }
      .technologies-section .technologies-info-block .technologies-cart-img-container img {
        display: block;
        max-width: 170px;
        width: 100%;
        height: 145px;
        margin-left: 0; }
    .technologies-section .technologies-info-block .technologies-cart-text-content article {
      font-family: "SourceSansPro-Regular";
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 160%;
      color: #515151; }

/*** TECHNOLOGIES SECTION ***/
/*** TESTIMONIALS SECTION ***/
.testimonials-section {
  padding-top: 120px;
  padding-bottom: 65px; }
  .testimonials-section .section-subtitle {
    margin-bottom: 50px; }
  .testimonials-section .testimonials-card {
    width: 100%;
    max-width: 350px;
    margin-top: 65px;
    margin-left: 15px;
    margin-right: 15px; }
    .testimonials-section .testimonials-card .testimonials-card-content {
      position: relative; }
      .testimonials-section .testimonials-card .testimonials-card-content .testimonials-card-avatar-container {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0 31px;
        position: absolute;
        top: -65px;
        z-index: 1; }
        .testimonials-section .testimonials-card .testimonials-card-content .testimonials-card-avatar-container img {
          border-radius: 50%;
          width: 92px;
          height: 92px; }
        .testimonials-section .testimonials-card .testimonials-card-content .testimonials-card-avatar-container .user-name {
          font-family: "SourceSansPro-Bold";
          font-style: normal;
          font-weight: bold;
          font-size: 20px;
          line-height: 137%;
          color: #000000;
          margin-left: 15px;
          margin-bottom: 0; }
      .testimonials-section .testimonials-card .testimonials-card-content .testimonials-card-massages {
        min-height: 377px;
        background: #F6FCFE;
        padding: 50px 31px;
        font-family: "SourceSansPro-italic";
        font-style: italic;
        font-weight: normal;
        font-size: 17px;
        line-height: 180%;
        letter-spacing: 0.01em;
        color: #515151;
        position: relative; }
        .testimonials-section .testimonials-card .testimonials-card-content .testimonials-card-massages:after {
          content: '';
          width: 42.81px;
          height: 31px;
          background: url("../img/quotes.svg");
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat;
          position: absolute;
          right: 21px;
          top: -20px; }

/*** TESTIMONIALS SECTION ***/
