

/* Start:/local/templates/magnet_s1/components/machaon/catalog.region/.default/style.css?164374233437*/
a.downlist {
    cursor: pointer;
}
/* End */


/* Start:/local/templates/magnet_s1/components/bitrix/catalog.section.list/main/style.css?1651788616566*/
.catalog .category .img {
  display: none!important;
}


.catalog .block-custom-catalog-list .category {
  padding: 8px 15px 8px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 15px;
  border: 1px solid #cecece;
}

.catalog .block-custom-catalog-list .category .text {
  width: 100%;
}


@media (min-width: 1024px) {
  body .catalog .block-custom-catalog-list .category-wrap {
      margin-left: 9px;
      margin-right: 9px;
      margin-bottom: 18px;
      min-width: calc(20% - 18px);
      font-size: 15px;
  }
}

/* End */


/* Start:/local/templates/magnet_s1/components/bitrix/catalog.item/main/style.css?17549516527211*/
.icon-custom::before {
    display: inline-block;
    font-family: 'Icon Custom';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.jqmWindow.cart .title::before {
    content: "";
    display: block;
    margin: 0 auto 20px auto;
    width: 78px;
    height: 74px;
    background-image: url(/local/templates/magnet_s1/less_compile/../img/icons/icon-basket-popup.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}
.popup-body {
    text-align: center;
}
.popup-body .btn {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
    margin-top: 0;
    line-height: 24px;
}
.jqmWindow .title {
    margin: 0 0 20px 0;
    font-size: 1.25em;
    font-weight: 500;
    text-align: center;
}
.jqmWindow {
    color: #333;
}
.block-number {
    background-color: unset;
    border-radius: 0;
    padding: 0;
    text-align: center;
    margin-right: 0;
}
.block-number .plus:hover {
    cursor: pointer;
    color: #ec3838;
}
.block-number .minus:hover {
    cursor: pointer;
    color: #ec3838;
}
.popup_block{
	display: none;
    left: calc(50% + 116px);
	top: 50%;
	transform: translate(-50%,-50%);
	position: fixed;
	max-height: calc(100vh - 40px);
	overflow: auto;
	box-sizing: border-box;
	padding: 34px 15px 50px 15px;
	width: 540px;
	background-color: #fff;
	box-shadow: 0px 0px 24px rgba(0,0,0,0.12);
	max-width: calc(100% - 30px);
	z-index: 1000;
}
.block-system--element{
    padding-bottom: 7px;
    padding-top: 7px;
    max-width: 150px;
}
.product-fast-view .price-container .price {
    font-size: 23px !important;
}
.popup_block_fast{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: fixed;
    max-height: calc(100vh - 40px);
    box-sizing: border-box;
    padding: 0px 0px 0px 0px;
    background-color: #fff;
    box-shadow: 0px 0px 24px rgba(0,0,0,0.12);
    max-width: calc(100% - 30px);
    z-index: 998;
}
.block-standards{
    padding-bottom: 29px;
}
.overlay{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background: black;
	height: 100%;
	opacity: 0.4;
	z-index: 999;
}
#buy_party_popup {
    padding: 34px 33px 50px 33px;
}
#buy_party_popup .popup-title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 14px;
    text-transform: uppercase;
    color: #282828;
}
#buy_party_popup .popup-body {
    margin-top: 40px;
}
.table_form .border_line {
    border-bottom: 1px solid red;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}
.table_form .body_style {
    margin: 33px;
}

.table_form td:first-child {
    text-align: left;
    padding-left: 25px;
    width: 33%;
	padding-bottom: 10px;
    padding-top: 10px;
}
@media (max-width:767px){
    .table_form td:first-child {
        padding-left: 9px;
    }
}
.table_form th:first-child {
    text-align: left;
    padding-left: 25px;
    width: 33%;
}
.table_form td:nth-child(2) {
    width: 40%;
}
.table_form th:nth-child(2) {
    width: 40%;
}
.table_form td:last-child {
    text-align: right;
    padding-right: 25px;
    width: 26%;
}
.table_form th:last-child {
    text-align: right;
    padding-right: 25px;
    width: 26%;
}
.table_form th {
    padding-bottom: 10px;
}
/*.table_form tr:first-child td {
    padding-top: 26px;
}*/
.table_form tr td:nth-child(1) {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #282828;
}
.table_form tr td:nth-child(3) {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: rgba(40, 40, 40, 0.5);
}
.table_form tr.active td:nth-child(1) {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #EC3838;
}
.table_form tr.active td:nth-child(3) {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #282828;
}
.table_form table input {
    border: none;
    background-color: white;
    text-align: center;
    width: 33px;
    font-weight: 900;
    font-size: 20px;
    line-height: 26px;
    color: rgba(40, 40, 40, 0.5);
    padding: 5px;
    margin-right: 6px;
    margin-left: 12px;
}
.table_form tr.active input {
    color: #EC3838;
}
.table_form button {
    font-weight: bold;
}
.table_form .q_btn {
    border: none;
    background-color: white;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 10px;
    -ms-user-select: none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
}
.table_form .minus {
    position: relative;
    /*color: rgba(40, 40, 40, 0.5);*/
}
.table_form button.minus::before {
    position: absolute;
    content: "";
    left: 0;
    top: -6px;
    width: 13px;
    height: 2px;
    background-color: rgba(40, 40, 40, 0.5);
}
.table_form tr.active button.minus::before {
    position: absolute;
    content: "";
    left: 0;
    top: -6px;
    width: 13px;
    height: 2px;
    background-color: #282828;
}
.table_form tr.active .minus {
    color: #282828;
}
.table_form .plus {
    color: #282828;
}

.table_foot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 54px;
}
.table_foot .left_text {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.table_foot .sum {
    width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 14px;
    margin-bottom: 15px;
}
.table_foot .opt {
    width: 100%;
    font-size: 16px;
    line-height: 14px;
    color: rgba(40, 40, 40, 0.5);
}
.table_foot .opt span {
    text-decoration: line-through;
}
.table_foot .btn {
    width: 170px;
    height: 47px;
}


.product-wrap .product-card .price-container {
  margin-top: 5px;
}

.product-item-button-container {
  margin-top: 10px;
}

.cart-detail-btn:before {
    content: '\0046';
    position: relative;
    color: #fff;
    display: inline-block;
    font-family: 'Icon Custom';
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 2px;
    font-size: 24px;
}

.product-wrap .cart-detail-btn {
  min-width: inherit;
  padding: 0 20px;
  line-height: 35px;
}

.product-wrap .additional-links {
  position: static;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.product-wrap .additional-links .compare, .product-wrap .additional-links .wishlist {
  margin-bottom: 0;
  width: 36px;
  height: 36px;
}

.product-wrap .additional-links .compare::before, .product-wrap .additional-links .wishlist::before {
    font-size: 20px;
    line-height: 36px;
}
.product-wrap .additional-links .compare::after, .product-wrap .additional-links .wishlist::after {
    width: 36px;
    height: 36px;
}

/* End */
/* /local/templates/magnet_s1/components/machaon/catalog.region/.default/style.css?164374233437 */
/* /local/templates/magnet_s1/components/bitrix/catalog.section.list/main/style.css?1651788616566 */
/* /local/templates/magnet_s1/components/bitrix/catalog.item/main/style.css?17549516527211 */
