

/* Start:/local/components/servergate/catalog_server_filter/templates/.default/style.css?1716888847732*/
@media (max-width: 1023px) {
    .popup-overlay .popup {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        max-width: 100%;
        height: 100%!important;
        background-color: #fff;
    }
    .popup-overlay .popup .icon-logo {
        display: block;
        fill: #0684bd;
        width: 95px;
        height: 30px;
        position: absolute;
        top: 11px;
        left: 57px;
    }

    .popup.popup--form_id {
        max-width: 100%!important;
    }

    .popup-overlay .popup__close{
        position:relative!important;
    }
}
/* End */


/* Start:/local/templates/servergate/components/bitrix/catalog.section/chassis_new2/style.css?17725430431770*/
/* Сетка и карточки priority-goods__card (catalog.item top2) на /filter/ */
.items-grid.servers__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 10px;
  margin: 0 -5px;
  align-items: stretch;
}

.items-grid.servers__grid::after {
  display: none;
}

.items-grid.servers__grid .priority-goods__card {
  position: relative;
  background-color: var(--white);
  padding: 24px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
  align-self: stretch;
  box-sizing: border-box;
  transition: 0.5s;
}

.items-grid.servers__grid .priority-goods__card:hover {
  box-shadow: 0 5px 20px 2px rgba(0, 0, 0, 0.26);
  transition: 0.5s;
}

.items-grid.servers__grid .priority-goods__card .priority-goods__sliders-body-slider-item-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.items-grid.servers__grid .priority-goods__card .priority-goods__sliders-body-slider-item-body .product-benefits-r {
  margin-top: auto;
}

.items-grid.servers__grid .priority-goods__card .priority-goods__sliders-body-slider-item-body .photo-r img {
  -o-object-fit: contain;
     object-fit: contain;
}

.items-grid.servers__grid + .pagination {
  margin-top: 30px;
}

@media screen and (max-width: 1249px) {
  .items-grid.servers__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .items-grid.servers__grid .priority-goods__card {
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .items-grid.servers__grid {
    grid-template-columns: 1fr;
  }

  .items-grid.servers__grid .priority-goods__card {
    max-width: none;
    padding: 20px;
  }

  .items-grid.servers__grid .priority-goods__card .priority-goods__sliders-body-slider-item-header {
    padding: 20px;
  }
}
/* End */


/* Start:/local/components/servergate/constructor_form/templates/modal3/style.css?1753449265586*/

.constructor-form-fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.field-block {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #f9f9f9;
}

.field-block div {
    margin-bottom: 5px;
}


.constr_div.popup-overlay .popup .popup-form__input--textarea{
    margin-bottom:7px!important;
}

.constr_div .common-form__input--select {
    margin-bottom:7px!important;
}

.constr_div .common-form__input--select select{
    height:44px;
    padding: 12px 15px;
}

.constr_div .popup-form__input--attach{
    margin-top:30px;
}
/* End */
/* /local/components/servergate/catalog_server_filter/templates/.default/style.css?1716888847732 */
/* /local/templates/servergate/components/bitrix/catalog.section/chassis_new2/style.css?17725430431770 */
/* /local/components/servergate/constructor_form/templates/modal3/style.css?1753449265586 */
