.advantages {
  position: relative;
  padding: 60px 0; }
  @media only screen and (max-width: 992px) {
    .advantages {
      padding: 40px 0; } }
  @media only screen and (max-width: 767px) {
    .advantages {
      padding: 30px 0; } }
  .advantages__title {
    position: relative;
    font: bold 64px/100% "Akrobat", sans-serif;
    margin: 0 0 40px 0;
    display: block;
    color: #009bcc;
    text-align: center;
    -webkit-transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    -o-transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0; }
    @media only screen and (max-width: 992px) {
      .advantages__title {
        font: bold 52px/100% "Akrobat", sans-serif;
        margin: 0 0 35px; } }
    @media only screen and (max-width: 767px) {
      .advantages__title {
        font: bold 30px/120% "Akrobat", sans-serif; } }
    .advantages__title.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .advantages__wrapper {
    position: relative;
    margin: 0 -20px; }
  .advantages__grid {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 20px 0; }
    @media only screen and (max-width: 767px) {
      .advantages__grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .advantages__item {
    position: relative;
    width: 33.3333333%;
    padding: 0 20px 0;
    margin: 0 0 40px 0;
    -webkit-transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    transition: opacity .8s ease, color .5s ease, -webkit-transform .5s ease;
    -o-transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease;
    transition: opacity .8s ease, color .5s ease, transform .5s ease, -webkit-transform .5s ease;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0; }
    @media only screen and (max-width: 992px) {
      .advantages__item {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .advantages__item {
        width: 100%;
        margin: 0 0 20px 0; } }
    .advantages__item.active {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .advantages__item-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    .advantages__item-wrap:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      -webkit-filter: blur(3px);
      filter: blur(3px);
      background-color: #e5edf1;
      -webkit-transition: background .3s ease;
      -o-transition: background .3s ease;
      transition: background .3s ease; }
    .advantages__item-wrap:hover:before {
      background-color: #cbdcea;
      -webkit-filter: blur(7px);
      filter: blur(7px); }
  .advantages__item-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .advantages__item-link {
        padding: 30px 20px; } }
  .advantages__icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    margin: 0 0 10px 0; }
    .advantages__icon img {
      max-height: 60px; }
  .advantages__content {
    position: relative; }
  .advantages__name {
    position: relative;
    font: bold 24px/110% "Akrobat", sans-serif;
    margin: 0 0 10px 0; }
    @media only screen and (max-width: 1340px) {
      .advantages__name {
        font: bold 20px/110% "Akrobat", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .advantages__name {
        font: bold 18px/130% "Akrobat", sans-serif;
        margin: 0 0 5px 0; } }
  .advantages__text {
    position: relative;
    display: block;
    font: 18px/130% "Akrobat", sans-serif; }
    @media only screen and (max-width: 767px) {
      .advantages__text {
        font: 16px/130% "Akrobat", sans-serif; } }
  .advantages__site {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 14px;
    height: 14px;
    background-image: url("/local/static/build/img/svg-new/site.svg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%; }
