

/* Start:/bitrix/templates/uni/includes/index-slider/style.css?16389518742455*/
.index-slider-wrapper {
    margin-top: 50px;
}

.blueberry__slide {
    height: 365px;
}

.blueberry__info {
    height: 100%;
    width: 425px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 20px !important;
    color: #fff;
}

.blueberry__title {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
}

.blueberry__subtitle {
    margin-top: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
}

.blueberry__buttons {
    display: flex;
    justify-content: space-between;
}

.blueberry__more-button {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    text-decoration: underline;
}

#pb-china {
    background-image: url(/bitrix/templates/uni/includes/index-slider/images/china.jpg);
}

#pb-china .blueberry__info {
    background-color: rgba(88, 32, 36, 0.6);
}

#pb-europe {
    background-image: url(/bitrix/templates/uni/includes/index-slider/images/europe.jpg);
}

#pb-europe .blueberry__info {
    background-color: rgba(45, 60, 82, 0.6);
}

#pb-action {
    background-image: url(/bitrix/templates/uni/includes/index-slider/images/mekka.jpg);
}

#pb-arca {
    background-image: url(/bitrix/templates/uni/includes/index-slider/images/arca.jpg);
    background-position: center;
}

#pb-arca .blueberry__info {
    background-color: rgba(45, 60, 82, 0.6);
}

#pb-action .blueberry__info {
    background-color: rgba(45, 60, 82, 0.6);
}

@media screen and (max-width: 768px) {
    .blueberry__title {
        font-size: 26px;
    }

    .blueberry__subtitle {
        font-size: 20px;
    }

    .blueberry__more-button {
        font-size: 20px;
    }

    .blueberry__info {
        width: 318px;
    }

    #pb-china {
        background-position: 80% 100%;
    }
}


@media screen and (max-width: 500px) {
    .blueberry__slide {
        display: flex;
    }

    .blueberry__info {
        padding: 20px;
        width: 100%;
        height: auto;
        align-self: flex-end;
        justify-content: space-between;
    }

    .blueberry__title {
        font-size: 30px;
        line-height: 1.2;
    }

    .blueberry__subtitle {
        font-size: 18px;
        margin-top: 10px;
    }

    .blueberry__more-button {
        font-size: 18px;
    }

    .blueberry__buttons {
        margin-top: 2em;
    }

    #pb-china {
        background-position: 80% 100%;
    }

    #pb-europe {
        background-position: center;
    }

}
/* End */


/* Start:/bitrix/templates/uni/includes/mobile-banner-front/style.css?16214333772410*/
.mobile-app-wrapper {
  margin-top: 50px;
}

.mobile-app {
  border-radius: 10px;
  padding: 0 30px 20px 0;
}

.mobile-app__button {
  margin: 30px auto 0 auto !important;
}

.mobile-app__list {
  list-style: none;
  padding: 0;
}

.mobile-app__item {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.mobile-app__item:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  background: #00477F;
  border-radius: 50%;
  flex-shrink: 0;
}


@media (max-width: 768px) {
  .mobile-app__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .mobile-app-card__title {
    text-align: center;
  }

  .mobile-app__item:before {
    margin-bottom: 20px;
  }
}

.mobile-app__title {
  margin-bottom: 50px;
}

.mobile-app-card__title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 50px;
  line-height: 1.3;
}

.mobile-app--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.mobile-app--card__img {
  width: 40%;
}

.mobile-app--card__img img {
  width: 76%;
  max-width: 400px;
}

.mobile-app--card__text {
  width: 60%;
  padding-left: 60px;
}

.mobile-app__badges {
  max-width: 700px;
  margin: 30px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.mobile-app__badges img {
  width: 200px;
  max-width: 200px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .mobile-app {
    padding: 15px 15px;
  }

  .mobile-app--card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile-app--card__img,
  .mobile-app--card__text {
    width: 100%;
  }

  .mobile-app--card__img {
    text-align: center;
    margin-bottom: 15px;
  }

  .mobile-app--card__text {
    padding: 0;
  }

  .ui.page-button--default.mobile-app__button {
    width: 250px !important;
  }
}
/* End */


/* Start:/bitrix/templates/uni/components/bitrix/news.list/frontpage-blog/style.css?1632824410826*/
.frontpage-blog {
    margin: 2em 0 0;
}

.frontpage-blog__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.frontpage-blog__title {
    margin: 0;
}

.frontpage-blog__card {
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
}

.frontpage-blog-card__title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #333;
}

.frontpage-blog__date {
    padding: 5px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 15px;
    color: #333;
}
/* End */
/* /bitrix/templates/uni/includes/index-slider/style.css?16389518742455 */
/* /bitrix/templates/uni/includes/mobile-banner-front/style.css?16214333772410 */
/* /bitrix/templates/uni/components/bitrix/news.list/frontpage-blog/style.css?1632824410826 */
