/* compiled by scssphp v0.1.9 on Wed, 25 Oct 2017 13:24:45 +0400 (0.4471s) */

@charset "UTF-8";
/* Пути
 ========================================================================== */
/* Цвета
 ========================================================================== */
/* Шрифты
 ========================================================================== */
/* Размеры шрифтов
 ========================================================================== */
/* Размеры экранов
 ========================================================================== */
/**
 * Контрольные точки
 *
 * @type {map}
 *
 * @require {variable} screen-lg-min
 * @require {variable} screen-md-max
 * @require {variable} screen-sm-max
 * @require {variable} screen-xs-max
 * @require {variable} screen-xss-max
 */
/**
 * Генерация медия-запроса
 *
 * @param {string} $point
 *
 * @require {variable} $breakpoints
 */
/**
 * Исправление действия свойства vertical-align
 *
 * Применяется к родительскому элементу.
 *
 * @param {string} $align
 */
/**
 * Стили для заголовков
 *
 * @require {variable} $h1-font-size
 * @require {variable} $h1-font-size-md
 * @require {variable} $h1-font-size-sm
 * @require {variable} $h1-font-size-xs
 * @require {mixin}    breakpoint
 */
/**
 * Стили для параграфов
 */
/**
 * @require {variable} $p-font-size
 * @require {variable} $p-font-size-md
 * @require {variable} $p-font-size-sm
 * @require {mixin}    breakpoint
 */
/**
 * @require {variable} $p-smaller-font-size
 * @require {variable} $p-smaller-font-size-md
 * @require {variable} $p-smaller-font-size-sm
 * @require {mixin}    breakpoint
 */
/**
 * @require {variable} $p-bigger-font-size
 * @require {variable} $p-bigger-font-size-md
 * @require {variable} $p-bigger-font-size-sm
 * @require {mixin}    breakpoint
 */
.News__list {
  margin-top: 12px; }
  .News__item {
    background-color: #fff;
    border-bottom: 1px solid #ced3df; }
    .News__item p {
      max-width: 740px; }
      .News__item p.title {
        margin-bottom: 15px;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2; }
    .News__item .date {
      color: #8c8c8c; }
    .News__item:last-child {
      border-bottom: 0; }
  .News__link {
    display: block;
    padding: 23px 30px 28px; }
    .News__link:hover p.title {
      color: #5773d8; }
/* @media
 ========================================================================== */
@media screen and (max-width: 979px) {
    .News__item p.title {
      margin-bottom: 10px;
      font-size: 20px; }
      .News__item .date {
        font-size: 16px; }
      .News__link {
        padding: 14px 20px 19px; }
      .News .Container {
        padding: 0; } }

.Product__list--tiles {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px; }

.Product__item {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15); }
  .Product__item--tiles {
    width: calc(25% - 20px);
    margin: 10px; }
    .Product__item--tiles .Product__box {
      min-height: 254px; }

.Product__box {
  display: block; }
  .Product__box:hover .Product__name p {
    color: #5773d8; }

.Product__photo {
  position: relative; }
  .Product__photo img {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 175px; }

.Product__name {
  text-align: center; }
  .Product__name p {
    display: inline-block;
    width: 100%;
    padding: 14px 10px 19px; }

.Product__button {
  margin-top: 40px;
  text-align: center; }

.Product__text h2 {
  margin-top: 0; }
  .Product__text p:last-child {
    margin-bottom: 0; }

.Product__text-box {
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  transition: max-height 0.3s;
  max-height: 100%;
  overflow: hidden; }
  .Product__text-box.is-visible {
    max-height: 100%; }

.Product__text-link {
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
  display: none;
  background: -webkit-linear-gradient(top, rgba(248, 249, 249, 0), rgba(248, 249, 249, 0) 0px, #f4f3f9 60px);
  background: linear-gradient(to bottom, rgba(244, 243, 249, 0), rgba(244, 243, 249, 0) 0px, #f4f3f9 60px);
  padding-top: 70px;
  margin-top: -70px; }
  .Product__text-link a {
    font-size: 16px;
    font-weight: 700;
    color: #1d1d1d;
    text-transform: uppercase; }
  .Product__text-link.is-active {
    background: none; }
/* @media
 ========================================================================== */
@media screen and (max-width: 1279px) {
    .Product__item--tiles {
      width: calc(33.333% - 20px); }
      .Product__item--tiles .Product__box {
        min-height: 266px; }
      .Product__item--sm-hidden {
        display: none; }
      .Product__name p {
        font-size: 18px; }
      .Product__button {
        margin-top: 34px; } }

@media screen and (max-width: 979px) {
    .Product {
      max-width: 480px;
      margin: auto; }
      .Product__list--tiles {
        display: block;
        margin: 0; }
      .Product__item--tiles {
        position: relative;
        padding-bottom: 29.375%;
        margin: 0 0 15px;
        width: 100%;
        overflow: hidden; }
        .Product__item--tiles__box {
          min-height: 0; }
        .Product__item--tiles:before {
          content: '';
          z-index: 1;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 12px;
          background: #fff; }
        .Product__item--tiles:last-child {
          margin-bottom: 0; }
      .Product__box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
      .Product__photo {
        z-index: 2;
        position: relative;
        display: inline-block;
        width: 47%;
        padding-bottom: 29.375%;
        vertical-align: top; }
        .Product__photo img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          min-height: 0; }
      .Product__name {
        display: inline-block;
        width: 53%;
        vertical-align: top;
        text-align: left; }
        .Product__name p {
          padding: 10px 15px 5px;
          font-size: 16px;
          line-height: 1.2;
          word-wrap: break-word; }
      .Product__text p:last-child {
        margin-bottom: 15px; }
      .Product__text-box {
        max-height: 300px; }
      .Product__text-link {
        display: block; } }

.Service__item {
  position: relative;
  overflow: hidden; }
  .Service__item img {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 240px; }
  .Service__item--slider img {
    min-height: 176px; }
  .Service__item:before {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 35, 82, .75); }
  .Service__item:hover:before {
    background-color: rgba(21, 35, 82, .55); }

.Service__link {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }
  .Service__link span {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 24px; }

.Service__button {
  margin-top: 40px;
  text-align: center; }
/* @media
 ========================================================================== */
@media screen and (max-width: 1279px) {
    .Service__item img {
      min-height: 189px; }
      .Service__button {
        margin-top: 35px; } }

@media screen and (max-width: 979px) {
    .Service {
      max-width: 480px;
      margin: auto; }
      .Service__item {
        padding-bottom: 63.214%; }
        .Service__item img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          min-height: 0; } }
