

/* Start:/local/templates/main.2020/components/bitrix/catalog.element/.default/style.css?17698176417729*/
/* Выравнивание рейтинга и «Оставить отзыв» на одном уровне (десктоп); уменьшение отступа на мобилке */
.product-header__desc {
    align-items: center;
}
@media (max-width: 710px) {
    .product-header__reviews-count.product-header__desc-item {
        margin-top: 4px;
    }
}
/* Мобилка: рейтинг и «Оставить отзыв» в одну строку с ровным отступом, без «зависания» ссылки */
@media (max-width: 576px) {
    .product-info .product-header__desc {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px 12px;
    }
    .product-info .product-header__reviews-count.product-header__desc-item {
        margin-top: 0;
    }
    .product-info .product-header__rating.product-header__desc-item {
        margin-bottom: 0;
    }
}

/* Отступы как в Аналоги, Возможности — без больших разрывов между Популярные сравнения и Отзывы */
.product-page__compare {
    padding-top: 24px;
}
.product-page__reviews {
    margin-top: 24px;
}

.product-solutions {
    padding-top: 58px;
}
.product-integrator__title{
  margin: 0 0 10px 0;
}
.product-page__integrator {
  padding-top: 58px;
}
.product-card__integrator_logo {
  width: 50px;
}
.product-card__integrator {
  color: #a3a5ac;
  font-size: 14px;
}
.rating_integrator_text {
  font-size: 16px;
}
.ui-link_color_blue{color: #273D94}
.ui-link_color_orange{color: #FF9B3C}


.product-compare__cell-mobile{
  display: none !important;
}

.product-viewed__header-product-props {
  display: none;
}

.product-compare__title-mobile {
  display: none;
}

.product-compare__title-desktop {
  display: block;
}

.product-viewed__header-product-props.product-viewed__arrows {
  display: none;
}

.product-info__tabs-wrapper__mobile {
  display: none;
}

.product-info__tabs-wrapper {
  display: block;
}

.product-info__tabs-wrapper__mobile-hide .product-info__tabs__mobile {
  opacity: 0;
  height: 0;
}

.solutions__show-all-wrap {
  margin-top: 15px;
  padding-top: 4px;
}

@media (max-width: 679px) {
  .product-compare__cell-desktop {
    display: none;
  }

  .product-compare__cell-mobile{
    display: block !important;
  }

  .product-compare__title-mobile {
    display: block;
  }

  .product-compare__title-desktop {
    display: none;
  }
}

@media (max-width: 717px) {
  .product-info__tabs-wrapper__mobile {
    display: block;
    position: sticky;
    top: 0;
    height: fit-content;
    box-shadow: 0 5px 6px rgba(25, 30, 46, 0.1);
    overflow: visible;
    z-index: 10;
  }

  .product-info__tabs-wrapper__mobile.product-info__tabs-wrapper__mobile-hide {
    box-shadow: none;
    overflow: hidden;
  }

  .product-info__tabs-wrapper {
    display: none;
  }

  .product-info__tabs__mobile {
    transition: opacity 0.3s;
    height: fit-content;
    position: absolute;
    top: 53px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 6px rgba(25, 30, 46, 0.1);
  }

  .product-info__tabs-title__mobile {
    position: relative;
    font-size: 17px;
    color: #222325;
    background-color: #fff;
    font-family: 'proxima-nova_semibold', sans-serif;
    padding: 15px 10px 15px 22px;
    border-bottom: 1px solid rgba(163, 165, 172, 0.2);
    border-top: 1px solid rgba(163, 165, 172, 0.2);
    cursor: pointer;
  }

  .product-info__tabs-title__mobile:after {
    display: block;
    position: absolute;
    content: '';
    width: 12px;
    height: 6px;
    background: url("/local/templates/main.2020/components/bitrix/catalog.element/.default/images/arrow_down.svg") 50% no-repeat;
    background-size: cover;
    top: 25px;
    right: 24px;
    transform: rotate(180deg);
  }

  .product-info__tabs-title__mobile:after {
    transform: rotate(180deg);
  }

  .product-info__tabs-wrapper__mobile-hide .product-info__tabs-title__mobile:after {
    transform: rotate(0deg);
  }

  .product-info__tabs-wrapper__mobile .product-info__tabs__mobile .tab-links__wrap {
    border-bottom: 0;
  }

  .product-info__tabs-wrapper__mobile .product-info__tabs__mobile .tab-links__item {
    font-family: "proxima-nova_regular";
    font-size: 16px;
    line-height: 22px;
    color: #a3a5ac;
    text-transform: none;
    padding: 12px 0 0 36px;
    margin-bottom: 0;
    border-left: 0;
  }

  .product-info__tabs-wrapper__mobile .product-info__tabs__mobile .tab-links__item:first-of-type {
    padding-top: 1px;
  }

  .product-info__tabs-wrapper__mobile .tab-links__item.tab-links__item_active {
    color: #222325;
  }

  .product-info__tabs-inner {
    padding-bottom: 24px;
  }

  .product-info__tabs-wrapper__mobile-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
  }

}

@media (max-width: 1088px) {
  .product-solutions__header {
    position: relative;
  }
  .product-viewed__header-product-props.product-viewed__arrows{
    display: block;
  }
  .product-viewed__header-product-props.product-viewed__arrows {
    top: -10px;
  }
}

.page-wrap {
  overflow: hidden;
}

.leader-block {
  position: relative;
  display: grid;
  grid-template-columns: 100px auto;
  gap: 20px;
  width: 100vw;
  margin-top: 24px;
  padding: 20px;
  background-color: rgba(163, 165, 172, 0.08);
  transform: translateX(-15px);
}

@media screen and (min-width: 1173px) {
  .leader-block {
    width: auto;
    margin-top: 0;
    padding: 30px 0 30px 20px;
    background-color: transparent;
    transform: none;
  }
}

.leader-block::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

@media screen and (min-width: 1173px) {
  .leader-block::after {
    width: 200%;
    border: 1px solid #ededee;
    border-radius: 6px 0 0 6px;
  }
}

.leader-block__image {
  grid-row: 1 / -1;
  grid-column: 1 / 2;
  display: block;
  width: 100%;
  height: auto;
}

.leader-block__inner {
  grid-row: 1 / -1;
  grid-column: 2 / 3;
}

.leader-block__title {
  margin-bottom: 8px;
  font-family: 'proxima-nova_semibold', sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.leader-block__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.leader-block__link {
  padding: 4px 12px;
  border-radius: 28px;
  background-color: rgba(163, 165, 172, 0.08);
  color: inherit;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.leader-block__link:hover {
  background-color: #ededee;
}

.product-info__product-header {
  padding-bottom: 41px !important;
}


.product-header__main-col {
  display: grid;
  gap: 32px;
}

@media screen and (max-width: 576px) {
  .product-header__main-col {
    gap: 20px;
  }
}

.product-header__buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
  .product-header__buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-header__buttons .ui-btn_color_blue {
    margin: 0;
  }
}

.product-header__buttons .product-header__site {
  margin: 0;
}

.product-header__buttons .ui-icon-label {
  display: flex;
  align-items: end;
}

.product-header--fix-buttons {
  display: none;
}

.product-info__fixable-area_fixed .product-header--fix-buttons {
  display: block;
}

.product-info__product-header.product-header--fix-buttons {
  padding-bottom: 0 !important;
}

.product-header__desc-item:first-child {
  margin-right: 0 !important;
}

.product-header__wrap + .product-header__wrap .product-header__desc-item {
  margin: 0 !important;
  padding: 0 !important;
}

.product-header__wrap .ui-btn__label span {
  display: flex;
}

@media (max-width: 430px) {
  .product-header__trial-link {
     display: block !important;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/integrators-cards/style.css?176981764115347*/
/* ../../desktop.blocks/solution-detail/__integrators-wrapp/solution-detail__integrators-wrapp.styl:begin */
.solution-detail__integrators-wrapp {
    display: flex;
    width: 100%;
    margin-top: 100px;
}
/* ../../desktop.blocks/solution-detail/__integrators-wrapp/solution-detail__integrators-wrapp.styl:end */
/* ../../desktop.blocks/solution-detail/__integrators-list-wrapp/solution-detail__integrators-list-wrapp.styl:begin */
.solution-detail__integrators-list-wrapp {
    max-width: 840px;
}
/* ../../desktop.blocks/solution-detail/__integrators-list-wrapp/solution-detail__integrators-list-wrapp.styl:end */
/* ../../desktop.blocks/solution-detail/__sort-wrap/solution-detail__sort-wrap.styl:begin */
.solution-detail__sort-wrap {
    text-align: right;
    margin-bottom: 12px;
}
/* ../../desktop.blocks/solution-detail/__sort-wrap/solution-detail__sort-wrap.styl:end */
/* ../../desktop.blocks/solution-detail/__sort/solution-detail__sort.styl:begin */
.solution-detail__sort {
    display: inline-block;
}
/* ../../desktop.blocks/solution-detail/__sort/solution-detail__sort.styl:end */

/* ../../desktop.blocks/integrators-list/__item/integrators-list__item.styl:begin */
.integrators-list__item {
    border: 1px solid rgba(163,165,172,0.3);
    padding: 25px 20px 25px 20px;
    margin-bottom: 16px;
    border-radius: 8px;
}
/* ../../desktop.blocks/integrators-list/__item/integrators-list__item.styl:end */
/* ../../desktop.blocks/integrators-list/__header/integrators-list__header.styl:begin */
.integrators-list__header {
    display: flex;
}
@media (max-width: 867px) {
    .integrators-list__header {
        /*padding-top: 30px;*/
    }
}
/* ../../desktop.blocks/integrators-list/__header/integrators-list__header.styl:end */
/* ../../desktop.blocks/integrators-list/__logo-wrap/integrators-list__logo-wrap.styl:begin */
.integrators-list__logo-wrap {
    display: flex;
    align-items: center;
}
/* ../../desktop.blocks/integrators-list/__logo-wrap/integrators-list__logo-wrap.styl:end */
/* ../../desktop.blocks/integrators-list/__logo/integrators-list__logo.styl:begin */
.integrators-list__logo {
    width: 65px;
    margin-right: 20px;
}
/* ../../desktop.blocks/integrators-list/__logo/integrators-list__logo.styl:end */
/* ../../desktop.blocks/integrators-list/__title-wrap/integrators-list__title-wrap.styl:begin */
.integrators-list__title-wrap {
    flex-grow: 1;
    padding-left: 4px;
    box-sizing: border-box;
}
/* ../../desktop.blocks/integrators-list/__title-wrap/integrators-list__title-wrap.styl:end */
/* ../../desktop.blocks/integrators-list/__title/integrators-list__title.styl:begin */
.integrators-list__title {
    position: relative;
    margin-bottom: 2px !important;
    /*padding-right: 26px;*/
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.integrators-list__title h2 {
    font-family: 'proxima-nova_semibold', sans-serif;
    font-size: 17px;
    line-height: 24px;
}
/* ../../desktop.blocks/integrators-list/__title/integrators-list__title.styl:end */
/* ../../desktop.blocks/integrators-list/__name/integrators-list__name.styl:begin */
.integrators-list__name {
    color: #273d94;
    text-decoration: none;
}
.integrators-list__name:hover {
    text-decoration: underline;
}
/* ../../desktop.blocks/integrators-list/__name/integrators-list__name.styl:end */
/* ../../desktop.blocks/integrators-list/__rating-reviews/integrators-list__rating-reviews.styl:begin */
.integrators-list__rating-reviews {
    font-size: 16px;
}
/* ../../desktop.blocks/integrators-list/__rating-reviews/integrators-list__rating-reviews.styl:end */
/* ../../desktop.blocks/integrators-list/__price/integrators-list__price.styl:begin */
.integrators-list__price {
    font-family: 'proxima-nova';
    font-size: 16px;
    line-height: 22px;
    color: #a3a5ac;
}
/* ../../desktop.blocks/integrators-list/__price/integrators-list__price.styl:end */
/* ../../desktop.blocks/integrators-list/__connect-with-integrator/integrators-list__connect-with-integrator.styl:begin */
.integrators-list__connect-with-integrator {
    border: 1px solid rgba(163,165,172,0.3);
    box-sizing: border-box;
    border-radius: 6px;
    max-width: 211px;
    padding: 10px;
    max-height: 39px;
    display: flex;
    text-decoration: none;
}
/* ../../desktop.blocks/integrators-list/__connect-with-integrator/integrators-list__connect-with-integrator.styl:end */
/* ../../desktop.blocks/integrators-list/__btn-logo/integrators-list__btn-logo.styl:begin */
.integrators-list__btn-logo {
    background-image: url("/local/templates/main.2020/img/connect-with-integrator.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
/* ../../desktop.blocks/integrators-list/__btn-logo/integrators-list__btn-logo.styl:end */
/* ../../desktop.blocks/integrators-list/__btn-text/integrators-list__btn-text.styl:begin */
.integrators-list__btn-text {
    font-family: 'proxima-nova';
    font-size: 13px;
    line-height: 20px;
    color: #a3a5ac;
}
/* ../../desktop.blocks/integrators-list/__btn-text/integrators-list__btn-text.styl:end */
/* ../../desktop.blocks/integrators-list/__desc/integrators-list__desc.styl:begin */
.integrators-list__desc {
    color: #62646a;
    font-size: 15px;
    margin-top: 12px;
    line-height: 20px;
    box-sizing: border-box;
    word-break: break-word;
}
.desc-text__hide {
    height: 70px;
    overflow: hidden;
}
.desc-text__hide:after {
    content: "";
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), #fff 75%);
    bottom: 84px;
    height: 54px;
}
/* ../../desktop.blocks/integrators-list/__desc/integrators-list__desc.styl:end */
/* ../../desktop.blocks/integrators-list/__more-text/integrators-list__more-text.styl:begin */
.integrators-list__more-text {
    text-align: center;
    margin-top: 10px;
}
.integrators-list__more-text a {
    text-decoration: none;
    font-family: 'proxima-nova';
    font-size: 16px;
    line-height: 22px;
    color: #a3a5ac;
}
/* ../../desktop.blocks/integrators-list/__more-text/integrators-list__more-text.styl:end */

.integrators-list__name {
    font-size: 17px;
    line-height: 24px;
    font-family: "proxima-nova_semibold", sans-serif;
    color: #273D94;
}

.integrators-list__logo-wrap {
    height: 65px;
    min-width: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.integrators-list__rating-reviews {
    font-size: 16px;
}

.products-list__price, .products-list__price_single {
    display: inline-block;
    vertical-align: middle;
    color: #a3a5ac;
    position: relative;
}

/* Блок отзывов/рейтинга и города: в одну строку, одинаковые отступы до и после разделителя */
.integrators-list .products-list__info-col--flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 6px;
}
.integrators-list .products-list__info-col--flex .products-list__rating-reviews,
.integrators-list .products-list__info-col--flex .integrators-list__rating-reviews {
    margin: 0;
}
.integrators-list .products-list__info-col--flex .rating-reviews {
    display: flex;
    align-items: center;
    gap: 4px;
}
.integrators-list .products-list__info-col--flex .product-card__rating-wrap .rating-reviews {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Убираем border-right у блока рейтинга (глобальные стили его добавляют) — один разделитель только перед городами */
.integrators-list .products-list__info-col--flex .products-list__rating-reviews {
    border-right: none;
    padding-right: 0;
}

/* Один разделитель: вертикальная линия перед городами. Отступ к оценке меньше (4px), после линии 6px. */
.integrators-list .products-list__info-col--flex .integrators-list__rating-reviews {
    margin-left: 4px;
    padding-left: 6px;
    border-left: 1px solid rgba(163, 165, 172, 0.2);
    flex-shrink: 0;
}
.integrators-list .products-list__info-col--flex .integrators-list__rating-reviews .products-list__price,
.integrators-list .products-list__info-col--flex .integrators-list__rating-reviews .products-list__price_single {
    min-width: 0;
}

/* Серый фон незаполненной части звёзд (видно при оценке 1 и т.д.), без обводки фокуса в Chrome */
.integrators-list .ui-rating-ex__stars {
    background-color: #ededee !important;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.integrators-list .ui-rating-ex__stars:focus,
.integrators-list .ui-rating-ex__stars:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* Лидер: кубок на одном уровне с номинациями; блок не выходит за край карточки */
.integrators-list .products-list__leader,
.integrators-list .leader-mark {
    min-width: 0;
    overflow: hidden;
}

.integrators-list .leader-mark {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.integrators-list .leader-badge {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    white-space: nowrap;
    flex: 0 0 auto;
}

/* Перебиваем глобальный margin-right у .leader-mark__icon */
.integrators-list .leader-mark__icon,
.integrators-list .leader-badge .leader-mark__icon {
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto;
    display: block;
}

.integrators-list .leader-label {
    white-space: nowrap;
}

/* Десктоп: номинации в одну строку; запятая вне ссылки */
.integrators-list .leader-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px 6px;
    min-width: 0;
}

.integrators-list .leader-links__item {
    display: inline-block;
    text-decoration: none;
}

.integrators-list .leader-links__item a {
    text-decoration: underline;
}

.integrators-list .leader-links a {
    white-space: normal;
    word-break: break-word;
}

.integrators-list .products-list__info-row_leader + .integrators-list__desc {
    margin-top: 12px;
}

.integrators-list__title-wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.integrators-list__title {
    position: relative;
    margin-bottom: 9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.products-list__more-link{
    text-decoration: underline;
}

.integrators-list__desc{
    color: #62646A;
}

.integrators-list__desc.desc-text__hide{
    height: auto;
    overflow: unset;
}

.integrators-list__contacts{
    display: flex;
    margin-top: 22px;
    gap: 12px;
}

.integrators-list__contacts-item {
    display: flex;
    align-items: center;
    border: 1px solid rgba(163, 165, 172, .3);
    border-radius: 4px;
    color: #A3A5AC;
    gap: 6px;
    padding: 5px 14px;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
}

.integrators-list__contacts-item img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.integrators-list__contacts-item:hover {
    background-color: rgba(163, 165, 172, 0.08);
}

.integrators-list__title-premium .integrators-list__name{
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.integrators-list__approved img {
    padding-right: 7px;
}

.integrators-list__approved{
    font-family: "proxima-nova_bold", sans-serif;
    color: #219653;
    font-size: 11px;
    line-height: 12px;
    display: flex;
    align-items: center;
}

.alternatives__show-all:after{
    top: 0 !important;
}

.integrators-detail-title {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.integrators-detail-tooltip {
    margin-bottom: 3px !important;
}

.integrators-list__title-mobile {
    display: none;
}

/* iPad/планшет: номинации столбиком, чтобы не уходили за край карточки */
@media (max-width: 1024px) {
    .integrators-list .leader-links {
        flex-direction: column !important;
        align-items: flex-start !important;
        flex: 1 1 100%;
        min-width: 100%;
    }
    .integrators-list .leader-links__item {
        display: block !important;
    }
}

@media (max-width: 803px) {
    .integrator-info-on-solutions__info-wrap {
        max-width: unset !important;
    }

    .integrators-list__desc.desc-text__hide {
        height: auto !important;
    }

    .integrators-list__title-mobile{
        display: block;
    }

    .integrators-list__title-desktop {
        display: none;
    }

    /* Мобилка: блок рейтинга/цены/городов — полная ширина, перенос; лидер — ровно под блоком */
    .integrators-list .products-list__info-col--flex {
        width: 100%;
        box-sizing: border-box;
    }

    .integrators-list .products-list__info-row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 6px;
        width: 100%;
        box-sizing: border-box;
    }

    .integrators-list .products-list__info-row .products-list__info-col {
        display: block;
        min-width: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .integrators-list .products-list__price,
    .integrators-list .products-list__price_single {
        white-space: normal;
        margin-top: 0;
    }

    /* Блок городов не выходит за границы карточки: сжимается и переносит текст */
    .integrators-list .products-list__info-col--flex .integrators-list__rating-reviews {
        flex-shrink: 1;
        min-width: 0;
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .integrators-list .products-list__leader {
        margin-top: 4px;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .integrators-list .products-list__leader .leader-mark {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        gap: 6px !important;
        width: 100% !important;
    }

    .integrators-list .products-list__leader .leader-badge {
        display: inline-flex !important;
        align-items: center !important;
        gap: 2px !important;
        white-space: nowrap !important;
    }

    .integrators-list .products-list__leader .leader-mark__icon {
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Мобилка: номинации столбиком */
    .integrators-list .products-list__leader .leader-links {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100%;
        box-sizing: border-box;
        flex: 1 1 100%;
        min-width: 100%;
    }
    .integrators-list .products-list__leader .leader-links__item {
        display: block !important;
    }
}

/* End */


/* Start:/local/templates/.default/components/picktech/popup/solution-integrator-form/style.css?17231019495731*/
/* ../../desktop.blocks/popup-solution-detail-form/__wrapp/popup-solution-detail-form__wrapp.styl:begin */
.popup-solution-detail-form__wrapp {
    position: relative;
    max-width: 550px !important;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 0 2px #000;
    margin-top: 20px;
    margin-left: 20px;
    min-height: 332px;
  }
  /* ../../desktop.blocks/popup-solution-detail-form/__wrapp/popup-solution-detail-form__wrapp.styl:end */
  /* ../../desktop.blocks/popup-solution-detail-form/__header/popup-solution-detail-form__header.styl:begin */
  .popup-solution-detail-form__header {
    margin-bottom: 32px;
  }
  /* ../../desktop.blocks/popup-solution-detail-form/__header/popup-solution-detail-form__header.styl:end */
  /* ../../desktop.blocks/popup-solution-detail-form/__title/popup-solution-detail-form__title.styl:begin */
  .popup-solution-detail-form__title {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .popup-solution-detail-form__title u {
    font-style: normal;
    text-decoration: none;
    position: relative;
    z-index: 2;
  }
  .popup-solution-detail-form__title span {
    position: relative;
  }
  .popup-solution-detail-form__title span:before {
    content: "";
    background-color: rgba(105,133,246,0.3);
    width: calc(100% + 4px);
    position: absolute;
    height: 11px;
    z-index: 1;
    bottom: -1px;
    left: -3px;
  }
  /* ../../desktop.blocks/popup-solution-detail-form/__title/popup-solution-detail-form__title.styl:end */
  /* ../../desktop.blocks/popup-solution-detail-form/__desc/popup-solution-detail-form__desc.styl:begin */
  .popup-solution-detail-form__desc {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #62646a;
  }
  /* ../../desktop.blocks/popup-solution-detail-form/__desc/popup-solution-detail-form__desc.styl:end */
  /* ../../desktop.blocks/popup-solution-detail-form/__success/popup-solution-detail-form__success.styl:begin */
  /* ../../desktop.blocks/popup-solution-detail-form/__success/popup-solution-detail-form__success.styl:end */
  /* ../../desktop.blocks/popup-solution-detail-form/__form/popup-solution-detail-form__form.styl:begin */
  .popup-solution-detail-form__form {
    display: flex;
    flex-direction: column;
  }
  .popup-solution-detail-form__form .popup-solution-detail-form__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 12px;
    align-items: flex-end;
  }
  .popup-solution-detail-form__form .form-row__title span {
    color: #ea5c5d;
  }
  .popup-solution-detail-form__form .ui-checkbox {
    display: flex;
    align-items: baseline;
  }
  .popup-solution-detail-form__form .ui-checkbox b {
    display: flex;
  }
  .popup-solution-detail-form__form .ui-checkbox b + i {
    display: flex;
    margin-top: -3px;
    margin-left: 6px;
  }
  .popup-solution-detail-form__form input {
    width: 100%;
  }
  @media (max-width: 600px) {
    .popup-solution-detail-form__form .form-row__content {
      width: 100%;
    }
    .popup-solution-detail-form__form .form-row__content input {
      width: 100%;
    }
  }
  .popup-solution-detail-form__form .popup-solution-detail-form__row.textarea {
    margin-top: 8px;
    margin-bottom: 24px;
  }
  .popup-solution-detail-form__form .popup-solution-detail-form__row.textarea .form-row__content {
    width: 100%;
  }
  .popup-solution-detail-form__form .popup-solution-detail-form__row.textarea .form-row__content textarea {
    min-height: 86px;
    min-width: 100%;
  }
  /* ../../desktop.blocks/popup-solution-detail-form/__form/popup-solution-detail-form__form.styl:end */
  /* ../../desktop.blocks/popup-solution-detail-form/__confirm-wrap/popup-solution-detail-form__confirm-wrap.styl:begin */
  .popup-solution-detail-form__confirm-wrap {
    padding-top: 18px;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  /* ../../desktop.blocks/popup-solution-detail-form/__confirm-wrap/popup-solution-detail-form__confirm-wrap.styl:end */
  /* ../../desktop.blocks/popup-solution-detail-form/__confirm-row/popup-solution-detail-form__confirm-row.styl:begin */
  .popup-solution-detail-form__confirm-row {
    margin-bottom: 20px;
  }
  .popup-solution-detail-form__confirm-row:last-child {
    margin-bottom: 0;
  }
  /* ../../desktop.blocks/popup-solution-detail-form/__confirm-row/popup-solution-detail-form__confirm-row.styl:end */
  /* ../../desktop.blocks/popup-solution-detail-form/__confirm/popup-solution-detail-form__confirm.styl:begin */
  .popup-solution-detail-form__confirm {
    color: #62646a;
  }
  /* ../../desktop.blocks/popup-solution-detail-form/__confirm/popup-solution-detail-form__confirm.styl:end */
  /* ../../desktop.blocks/popup-solution-detail-form/__confirm-field/popup-solution-detail-form__confirm-field.styl:begin */
  /* ../../desktop.blocks/popup-solution-detail-form/__confirm-field/popup-solution-detail-form__confirm-field.styl:end */
  /* ../../desktop.blocks/popup-solution-detail-form/__confirm-text/popup-solution-detail-form__confirm-text.styl:begin */
  /* ../../desktop.blocks/popup-solution-detail-form/__confirm-text/popup-solution-detail-form__confirm-text.styl:end */
  /* ../../desktop.blocks/popup-solution-detail-form/__footer/popup-solution-detail-form__footer.styl:begin */
  .popup-solution-detail-form__footer {
    margin-top: 4px;
  }
  .popup-solution-detail-form__footer .ui-btn {
    width: 100%;
    text-align: center;
  }
  /* ../../desktop.blocks/popup-solution-detail-form/__footer/popup-solution-detail-form__footer.styl:end */
  .popup-solution-detail-form__success-title, .popup-solution-detail-form__success-desc{text-align: center}

/* End */


/* Start:/local/templates/.default/components/picktech/form.agreement/.default/style.css?1723101949211*/
.confirm-text {
  color: #62646A;
  font-size: 16px;
  line-height: 22px;
}
.confirm-text a {
  font-family: proxima-nova_semibold;
  color: #273d94;
  text-decoration: none;
}
.col-checkbox {
  height: 20px;
}

/* End */


/* Start:/local/templates/.default/components/picktech/banner.adt/.default/style.css?1723101949745*/
.adt-banner {
    width: 100%;
    display: block;
    overflow: hidden;
}

.adt-banner__picture {
    width: 100%;
    display: block;
}

.adt-banner__img {
    height: auto;
    width: 100%;
}

.adt-banner--filter {
    width: 100%;
    max-width: 351px;
    overflow: hidden;
    border-radius: 8px;
    margin: 0px 0px 32px;
}


/*Стилизация под род.элемента*/
.products-list .adt-banner {
    border: 1px solid rgba(163,165,172,.3);
    border-radius: 8px;
    margin-bottom: 16px;
}


/*Адаптивная часть*/
@media screen and (min-width: 767px) {
    .adt-banner--mobile {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .adt-banner--desktop {
        display: none;
    }
}

/* End */


/* Start:/local/templates/.default/components/picktech/quiz.form/.default/style.min.css?17441166052515*/
.quiz-form__wrapp{background-image:linear-gradient(rgba(39,61,148,0.96),rgba(39,61,148,0.96)),url(/local/templates/.default/img/quiz-form-background.svg);background-repeat:no-repeat;background-size:cover;width:100%;position:relative}.quiz-form__wrapp .quiz-form__info-mobile,.quiz-form__wrapp .quiz-form__btn-wrap-mobile{display:none}.quiz-form__inner{padding:24px 0 30px 0}.quiz-form__header{display:flex;margin-bottom:32px}.quiz-form__info-icon-block{display:flex;align-items:center}.quiz-form__info-icon{background-image:url("/local/templates/.default/img/quiz-form-title-img.svg");background-repeat:no-repeat;background-size:100%;width:41px;height:45px}.quiz-form__info{display:flex;flex-direction:column;margin-left:23px}.quiz-form__title{font-family:'proxima-nova_semibold',sans-serif;font-size:24px;line-height:34px;color:#fff}.quiz-form__desc{font-family:'proxima-nova_regular';font-size:16px;line-height:22px;color:#fff}.quiz-form__form{display:flex}.quiz-form__tags-list{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.quiz-form__tags-list label{width:auto;padding:9px 16px;margin-bottom:13px;margin-right:14px;border:1px solid #fff;box-sizing:border-box;border-radius:6px;font-family:'proxima-nova_regular';font-size:16px;line-height:22px;color:#fff;cursor:pointer}.quiz-form__tags-list .tag-active{color:#273d94;background:#fff}.quiz-form__tags-list input[type="checkbox"]{display:none}.quiz-form__btn-wrap{width:100%;max-width:237px;align-self:flex-end;text-align:end}.quiz-form__btn-wrap div{font-size:16px;padding:0 44px}.quiz-form__btn-wrap div:after{content:"";display:inline-block;background-image:url('/local/templates/.default/img/arrow.svg');width:19px;height:9px;background-size:19px 9px;background-repeat:no-repeat;margin-left:5px;vertical-align:middle;position:relative;left:2px}@media(max-width:710px){.quiz-form__inner{padding:25px 0 25px}}@media(max-width:710px){.quiz-form__wrapp .quiz-form__info{display:none}.quiz-form__wrapp .quiz-form__info-mobile{display:block;margin-left:16.5px}.quiz-form__info-icon{width:45px;height:50px}.quiz-form__header{align-items:flex-start}.quiz-form__wrapp .row.quiz-form__form{display:none}.quiz-form__wrapp .quiz-form__btn-wrap-mobile{display:inline-block;margin-left:60px}.quiz-form__desc{line-height:20px;margin-top:5px}.quiz-form__title{line-height:26px}.quiz-form__btn-wrap .sbm-form-js-mobile{height:47px}}@media(max-width:370px){.quiz-form__btn-wrap div{padding:0 28px}}@media(max-width:340px){.quiz-form__btn-wrap div{padding:0 16px}}
/* End */


/* Start:/local/templates/main.2020/css/popups/integrator_contacts.min.css?17441205591455*/
.integrator-popups__content-item{display:flex;justify-content:center;align-items:center}.integrator-popups__content{display:flex;flex-direction:column}#integrator_phone_popup{padding-top:20px;height:305px;width:498px}.integrator-popups__contact-phone,.integrator-popups__contact-socnetworks{margin-top:40px;padding-top:0;color:#000}.integrator-popups__contact-socnetworks{gap:12.5px}.integrator-popups__work_time{margin-top:18px;padding-top:0;font-family:'proxima-nova_regular';font-style:normal;font-weight:400;font-size:16px;line-height:22px;color:#4f4f4f}.integrator-popups__work_info{margin-top:24px;padding-top:0;color:#a3a5ac;text-align:center;line-height:20px}.integrator-popups__contact-phone{font-size:32px;font-weight:700;line-height:40px;font-family:'proxima-nova_bold';height:40px}.integrator-popups__work_time-item{padding:0 16px;text-align:center}.integrator-popups__work_time-days,.integrator-popups__work_time-time{position:relative}.integrator-popups__work_time-days{width:95px}.integrator-popups__work_time-name,.integrator-popups__work_time-time{width:160px}.integrator-popups__work_time-days:before,.integrator-popups__work_time-time:before{content:"";width:1px;height:20px;background-color:rgba(163,165,172,0.2);position:absolute;top:0;left:-1px}.integrators-list__contacts_horizontal{display:flex;gap:10px}.integrators-list__contacts_horizontal .integrators-list__contacts-item{width:30px;align-content:center;justify-content:center}
/* End */


/* Start:/local/templates/main.2020/js/libs/slick/slick.css?17691794521776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/main.2020/js/libs/fotorama/fotorama.css?172310194915141*/
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/local/templates/main.2020/js/libs/fotorama/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/local/templates/main.2020/js/libs/fotorama/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
/* End */
/* /local/templates/main.2020/components/bitrix/catalog.element/.default/style.css?17698176417729 */
/* /local/templates/.default/components/bitrix/news.list/integrators-cards/style.css?176981764115347 */
/* /local/templates/.default/components/picktech/popup/solution-integrator-form/style.css?17231019495731 */
/* /local/templates/.default/components/picktech/form.agreement/.default/style.css?1723101949211 */
/* /local/templates/.default/components/picktech/banner.adt/.default/style.css?1723101949745 */
/* /local/templates/.default/components/picktech/quiz.form/.default/style.min.css?17441166052515 */
/* /local/templates/main.2020/css/popups/integrator_contacts.min.css?17441205591455 */
/* /local/templates/main.2020/js/libs/slick/slick.css?17691794521776 */
/* /local/templates/main.2020/js/libs/fotorama/fotorama.css?172310194915141 */
