
@font-face {
    font-family: "SB Sans Regular";
    src: local("SB Sans Regular"), url(fonts/SBSansDisplay-Regular.ttf);
  }
  @font-face {
    font-family: "SB Sans Light";
    src: local("SB Sans Light"), url(fonts/SBSansDisplay-Light.ttf);
  }
  @font-face {
    font-family: "SB Sans Thin";
    src: local("SB Sans Thin"), url(fonts/SBSansDisplay-Thin.ttf);
  }
  .big-title {
    font-family: "SB Sans Light", Arial, sans-serif;
    font-weight: 300;
    font-size: 54px !important;
    color: #000;
  }
  .middle-title {
    font-weight: 300;
    font-size: 42px !important;
    font-family: "SB Sans Light";
    color: #000000;
  }
  .paragraph {
    font-weight: 400;
    color: #333f48;
    font-family: "SB Sans Regular";
    font-size: 18px;
  }
  .question-paragraph {
    font-size: 16px;
    font-weight: 400;
    font-family: "SB Sans Regular";
    color: #333f48;
  }
  .question-title {
    font-size: 24px;
    font-weight: 300;
    font-family: "SB Sans Light";
    color: #000000;
  }
  .advantages-title {
    font-size: 32px;
    font-weight: 300;
    color: #000000;
  }
  .temping-title {
    font-size: 42px;
    font-weight: 300;
    color: #000000;
  }
  .opportunities-title {
    font-size: 22px;
    font-weight: 300;
    font-family: "SB Sans Light";
  }
  .features-title {
    font-size: 17px;
    font-weight: 400;
    font-family: "SB Sans Regular";
  }
  .products-title {
    font-size: 23px;
    font-weight: 300;
    font-family: "SB Sans Light";
  }
  .reviews-title {
    font-size: 23px;
    font-weight: 400;
    font-family: "SB Sans Light";
    color: #1D1D1D;
  }
  .text-a {
    font-size: 14px;
    font-weight: 400;
    font-family: "SB Sans Regular";
  }
  .text-a-footer {
    font-size: 15px;
    font-weight: 400;
    font-family: "SB Sans Regular";
  }
  .text-buttons {
    font-size: 16px;
    font-weight: 400;
    font-family: "SB Sans Regular";
  }
  @media only screen and (max-width: 450px) {
    .big-title {
      font-size: 45px !important;
    }
  }
  @media(max-width: 530px){
    .crm img{
      display: none;
    }
    .security-section img{
      display: none;
    }
  }
  @media(max-width: 1025px){
    .crm img{
      margin-top: 30px;
    }
    .security-section img{
      margin-top: 30px;
    }
  }
  .reviews-block .reviews-card {
    background-image: url('img/opacity.svg');
    border-radius: 16px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
    padding: 30px;
    background-color: #f5f5f5 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    max-width: 350px;
    min-height: 621px;
    margin: 15px;
  }
  .reviews-block .reviews-card__client {
    display: flex;
  }
  .reviews-block .reviews-card__client img {
    max-width: 64px;
    border-radius: 50%;
  }
  .reviews-block .reviews-card__rating {
    display: flex;
    flex-direction: column;
    height: 64px;
    margin-left: 30px;
  }
  .reviews-block .reviews-card__rating div {
    display: flex;
  }
  .reviews-block .reviews-card__rating div img {
    margin-right: 2px;
  }
  .reviews-block .reviews-card__rating span {
    margin-bottom: 16px;
  }
  .reviews-block .slick-buttons-reviews {
    display: flex;
    justify-content: center;
    min-height: 25px;
    margin-top: 32px;
  }
  .reviews-block .slick_button {
    cursor: pointer;
  }
  .reviews-block .slick-next, .reviews-block .slick-prev {
    display: none !important;
  }
  .reviews-block .prev_button {
    margin-right: 80px;
  }
  @media screen and (max-width: 1250px) {
    .reviews-block .slick-slide {
      display: flex !important;
      justify-content: center;
    }
  }
  @media only screen and (max-width: 450px) {
    .reviews-block .slick-buttons-reviews {
      margin-top: 0;
    }
    .reviews-block .reviews-card {
      margin-bottom: 15px;
    }
  }
  @media only screen and (max-width: 450px) {
    .reg-info-button {
      margin-bottom: 15px;
    }
    .info-text-mobile {
      display: none;
    }
  }
  .security-block {
    max-width: 1280px;
    background-image: url('img/opacity.svg');
    background-color: #f5f5f5 !important;
    border-radius: 16px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .security-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  