my bec
1 day ago in PHP
<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
die();
use Bitrix\Main\Localization\Loc;
use Bitrix\Catalog\ProductTable;
if (isset($_SERVER['HTTP_REFERER']) && strpos($_SERVER['HTTP_REFERER'], '/brands/') !== false) {
//p($arResult['DISPLAY_PROPERTIES']['BRAND']);
$APPLICATION->SetPageProperty("NOT_SHOW_NAV_CHAIN", "Y");
echo '<div class="container">
<div class="bx-breadcrumb breadcrumbs" itemscope="" itemtype="http://schema.org/BreadcrumbList">
<div class="bx-breadcrumb-item" id="bx_breadcrumb_0" itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem">
<a href="/" title="Главная" itemprop="item">
<span itemprop="name">Главная</span>
</a>
<meta itemprop="position" content="1">
</div>
<div class="bx-breadcrumb-item" id="bx_breadcrumb_1" itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem">
<a href="/brands/" title="Бренды" itemprop="item">
<span itemprop="name">Бренды</span>
</a>
<meta itemprop="position" content="2">
</div>
<div class="bx-breadcrumb-item" id="bx_breadcrumb_2" itemprop="itemListElement" itemscope="" itemtype="http://schema.org/ListItem">'
. $arResult['DISPLAY_PROPERTIES']['BRAND']['DISPLAY_VALUE'] .
'<meta itemprop="position" content="3">
</div>
<div class="bx-breadcrumb-item">
<span>' . $arResult['NAME'] . '</span>
</div>
</div>
</div>';
}
/**
* @global CMain $APPLICATION
* @var array $arParams
* @var array $arResult
* @var CatalogSectionComponent $component
* @var CBitrixComponentTemplate $this
* @var string $templateName
* @var string $componentPath
* @var string $templateFolder
*/
$this->setFrameMode(true);
$this->addExternalCss('/bitrix/css/main/bootstrap.css');
global $USER;
$haveOffers = !empty($arResult['OFFERS']);
$mainId = $this->GetEditAreaId($arResult['ID']);
$itemIds = array(
'ID' => $mainId,
'DISCOUNT_PERCENT_ID' => $mainId . '_dsc_pict',
'STICKER_ID' => $mainId . '_sticker',
'BIG_SLIDER_ID' => $mainId . '_big_slider',
'BIG_IMG_CONT_ID' => $mainId . '_bigimg_cont',
'SLIDER_CONT_ID' => $mainId . '_slider_cont',
'OLD_PRICE_ID' => $mainId . '_old_price',
'PRICE_ID' => $mainId . '_price',
'DESCRIPTION_ID' => $mainId . '_description',
'DISCOUNT_PRICE_ID' => $mainId . '_price_discount',
'PRICE_TOTAL' => $mainId . '_price_total',
'SLIDER_CONT_OF_ID' => $mainId . '_slider_cont_',
'QUANTITY_ID' => $mainId . '_quantity',
'QUANTITY_DOWN_ID' => $mainId . '_quant_down',
'QUANTITY_UP_ID' => $mainId . '_quant_up',
'QUANTITY_MEASURE' => $mainId . '_quant_measure',
'QUANTITY_LIMIT' => $mainId . '_quant_limit',
'BUY_LINK' => $mainId . '_buy_link',
'ADD_BASKET_LINK' => $mainId . '_add_basket_link',
'BASKET_ACTIONS_ID' => $mainId . '_basket_actions',
'NOT_AVAILABLE_MESS' => $mainId . '_not_avail',
'COMPARE_LINK' => $mainId . '_compare_link',
'TREE_ID' => $mainId . '_skudiv',
'DISPLAY_PROP_DIV' => $mainId . '_sku_prop',
'DISPLAY_MAIN_PROP_DIV' => $mainId . '_main_sku_prop',
'OFFER_GROUP' => $mainId . '_set_group_',
'BASKET_PROP_DIV' => $mainId . '_basket_prop',
'SUBSCRIBE_LINK' => $mainId . '_subscribe',
'TABS_ID' => $mainId . '_tabs',
'TAB_CONTAINERS_ID' => $mainId . '_tab_containers',
'SMALL_CARD_PANEL_ID' => $mainId . '_small_card_panel',
'TABS_PANEL_ID' => $mainId . '_tabs_panel'
);
if ($haveOffers) {
$actualItem = $arResult['OFFERS'][$arResult['OFFERS_SELECTED']] ?? reset($arResult['OFFERS']);
if(!empty($_GET['oid'])) {
$selectedColorEng = $actualItem['PROPERTIES']['COLOR_REF']['ENG_NAME'];
$selectedColorRu = $actualItem['PROPERTIES']['COLOR_REF']['NAME'];
$selectedColorImage = $actualItem['PROPERTIES']['COLOR_REF']['VALUE_IMAGE'];
$selectedColorHex = $actualItem['PROPERTIES']['COLOR_REF']['VALUE_HEX'];
}
} else {
$actualItem = $arResult;
}
//p($actualItem);
$price = $actualItem['ITEM_PRICES'][$actualItem['ITEM_PRICE_SELECTED']];
$showAddBtn = in_array('ADD', $arParams['ADD_TO_BASKET_ACTION']);
//echo '<pre>';
//print_r($arResult['JS_OFFERS']);
//echo '</pre>';
//p($arResult['OFFERS']);
?>
<div class="single-product__mainscreen" id="<?= $itemIds['ID'] ?>" data-element="<?= $arResult['ID']; ?>" itemscope
itemtype="http://schema.org/Product">
<div class="container">
<div class="single-product__wrapper">
<?
//echo '<pre>';
//print_r($arResult);
//echo '</pre>';
if (!empty($arResult['PROPERTIES']['GALLERY']['VALUE'])) {
?>
<div class="single-product__slider">
<div class="single-product__slider-main">
<svg class="gallery-icon" width="60" height="60" viewBox="0 0 96 96" fill="none"
xmlns="http://www.w3.org/2000/svg" style="font-size: 41px;">
<circle cx="48" cy="48" r="48" fill="#FF5596" style="font-size: 44px;"></circle>
<path
d="M47.3224 80.2126L46.7841 85.8502C46.7022 86.7081 46.4192 87.351 45.9352 87.7789C45.4512 88.2068 44.7955 88.3812 43.9683 88.3022C43.141 88.2232 42.5302 87.9278 42.1359 87.4161C41.7416 86.9044 41.5854 86.2195 41.6674 85.3616L42.2057 79.724C42.2876 78.8661 42.5706 78.2232 43.0546 77.7954C43.5386 77.3675 44.1943 77.1931 45.0215 77.2721C45.8488 77.3511 46.4596 77.6464 46.8539 78.1582C47.2482 78.6699 47.4044 79.3547 47.3224 80.2126ZM43.9011 79.7777L43.3423 85.6298C43.275 86.3345 43.5324 86.7146 44.1146 86.7702C44.6967 86.8258 45.0214 86.5013 45.0887 85.7966L45.6475 79.9445C45.7148 79.2398 45.4574 78.8596 44.8752 78.804C44.2931 78.7484 43.9684 79.073 43.9011 79.7777Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M40.0909 76.5102L41.7152 76.9871L38.6802 87.3233L36.2881 86.6209C34.6737 86.1469 34.1165 85.0584 34.6166 83.3554L34.9157 82.3365C35.4158 80.6335 36.473 80.019 38.0874 80.493L38.8552 80.7185L40.0909 76.5102ZM37.4895 85.3698L38.4217 82.1951L37.6539 81.9696C37.3782 81.8887 37.1547 81.9033 36.9834 82.0134C36.8092 82.1333 36.6715 82.3655 36.5703 82.7101L36.2105 83.9356C36.1093 84.2802 36.101 84.5451 36.1857 84.7303C36.2674 84.9254 36.4461 85.0634 36.7217 85.1443L37.4895 85.3698Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M33.6665 78.1974L28.6188 83.4211L27.1005 82.6383L32.0367 73.0633L33.3772 73.7544L30.1757 79.9645L35.2375 74.7135L36.7558 75.4962L31.8196 85.0712L30.4791 84.3801L33.6665 78.1974Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M29.8539 71.3881L31.1845 72.4346L24.5254 80.9023L21.1262 78.2292L22.0775 77.0195L24.146 78.6462L29.8539 71.3881Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M23.4496 70.7141L16.822 73.6875L15.7034 72.3966L23.8447 65.3421L24.8324 66.4818L19.5521 71.0572L26.203 68.0636L27.3216 69.3546L19.1803 76.4091L18.1926 75.2693L23.4496 70.7141Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M22.7715 63.5482L23.6179 65.0142L14.2887 70.4005L13.4423 68.9344L17.2406 66.7415L16.3326 65.1688L12.5343 67.3618L11.6879 65.8958L21.0171 60.5095L21.8636 61.9755L17.6654 64.3994L18.5734 65.972L22.7715 63.5482Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M18.9805 54.757L19.5341 56.3568L17.6374 57.3226L18.2766 59.1696L20.3646 58.7563L20.878 60.2397L10.1242 62.1052L9.37422 59.9383L18.9805 54.757ZM11.4443 60.5083L16.8246 59.4442L16.3263 58.0044L11.4443 60.5083Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M19.0737 54.9979C19.0971 55.1603 19.1045 55.3199 19.0959 55.4766L17.6183 55.6891C17.627 55.6049 17.6247 55.5171 17.6116 55.4258C17.5634 55.0906 17.4486 54.8687 17.2671 54.7601C17.074 54.6427 16.7635 54.6097 16.3355 54.6608L8.25545 55.5583L7.57651 50.8361L18.2394 49.303L18.4803 50.9786L9.34069 52.2927L9.55094 53.755L16.0054 53.0136C16.9629 52.8967 17.6863 52.9896 18.1755 53.2924C18.6546 53.5967 18.954 54.1651 19.0737 54.9979Z"
fill="white" style="font-size: 44px;"></path>
<path d="M15.7708 38.3933L14.9726 41.6835L13.6266 41.357L14.4248 38.0668L15.7708 38.3933Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M20.3574 31.2579L15.7443 27.9728C15.0423 27.4729 14.627 26.9064 14.4985 26.2733C14.3699 25.6402 14.5467 24.9852 15.0287 24.3083C15.5108 23.6313 16.072 23.2501 16.7123 23.1645C17.3526 23.0789 18.0238 23.286 18.7258 23.7859L23.3389 27.0709C24.041 27.5708 24.4562 28.1373 24.5847 28.7704C24.7133 29.4035 24.5365 30.0585 24.0545 30.7355C23.5724 31.4124 23.0113 31.7937 22.3709 31.8793C21.7306 31.9649 21.0594 31.7577 20.3574 31.2579ZM22.4448 28.5123L17.6561 25.1023C17.0795 24.6917 16.6215 24.7246 16.2823 25.2009C15.9431 25.6773 16.0618 26.1208 16.6385 26.5314L21.4271 29.9414C22.0038 30.352 22.4617 30.3192 22.8009 29.8428C23.1401 29.3665 23.0214 28.923 22.4448 28.5123Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M27.1798 26.8462L25.9547 28.0143L18.5208 20.2179L20.3251 18.4975C21.5428 17.3364 22.7641 17.3981 23.9889 18.6827L24.7217 19.4512C25.9465 20.7357 25.95 21.9586 24.7323 23.1197L24.1532 23.6719L27.1798 26.8462ZM20.8079 20.1635L23.0912 22.5581L23.6703 22.0059C23.8782 21.8076 23.9774 21.6068 23.9677 21.4034C23.9509 21.1926 23.8187 20.9572 23.5709 20.6973L22.6894 19.7729C22.4416 19.513 22.2164 19.3734 22.0136 19.3541C21.8038 19.3273 21.595 19.413 21.3871 19.6113L20.8079 20.1635Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M28.93 20.4389L26.9301 13.4556L28.3671 12.5321L34.1912 21.5945L32.9224 22.4099L29.1451 16.5323L31.1617 23.5414L29.7247 24.4649L23.9006 15.4025L25.1694 14.5872L28.93 20.4389Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M36.7336 20.5415L35.162 21.1707L31.1583 11.1698L35.1729 9.56262L35.7449 10.9913L33.3018 11.9694L36.7336 20.5415Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M40.5195 15.3327L41.2582 8.10631L42.9355 7.78303L44.9742 18.3609L43.4933 18.6463L42.1711 11.7858L41.4382 19.0424L39.7609 19.3657L37.7221 8.78782L39.203 8.5024L40.5195 15.3327Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M46.9169 18.3282H45.2241V7.55573H46.9169V11.9417H48.7328V7.55573H50.4257V18.3282H48.7328V13.4806H46.9169V18.3282Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M56.5731 19.4409L54.9109 19.1205L55.0228 16.9949L53.1036 16.625L52.4175 18.6399L50.8762 18.3429L54.6376 8.09704L56.8891 8.53099L56.5731 19.4409ZM55.3604 10.0387L53.5919 15.2302L55.0879 15.5186L55.3604 10.0387Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M56.3182 19.4006C56.1659 19.3396 56.0239 19.2662 55.8925 19.1804L56.4473 17.7946C56.5159 17.8442 56.593 17.8861 56.6788 17.9204C56.9931 18.0462 57.2426 18.0578 57.4275 17.9549C57.6256 17.8464 57.8096 17.594 57.9792 17.1978L61.2421 9.75152L65.671 11.5246L61.6673 21.5255L60.0957 20.8963L63.5275 12.3241L62.156 11.7751L59.5708 17.7355C59.1933 18.6232 58.7512 19.2032 58.2443 19.4755C57.7413 19.7382 57.0993 19.7133 56.3182 19.4006Z"
fill="white" style="font-size: 44px;"></path>
<path d="M72.35 24.8425L69.8997 22.5061L70.8555 21.5037L73.3058 23.8401L72.35 24.8425Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M76.2359 32.3824L81.3874 30.0298C82.1713 29.6718 82.8695 29.5954 83.4821 29.8007C84.0947 30.0059 84.5735 30.4865 84.9188 31.2424C85.264 31.9984 85.3136 32.675 85.0675 33.2723C84.8215 33.8697 84.3065 34.3474 83.5226 34.7054L78.3711 37.058C77.5872 37.416 76.889 37.4924 76.2764 37.2871C75.6639 37.0819 75.185 36.6013 74.8398 35.8454C74.4945 35.0894 74.4449 34.4128 74.691 33.8155C74.937 33.2181 75.452 32.7404 76.2359 32.3824ZM77.5699 35.5629L82.9174 33.1208C83.5613 32.8267 83.7618 32.4137 83.5189 31.8817C83.276 31.3498 82.8325 31.2309 82.1886 31.5249L76.8411 33.967C76.1972 34.2611 75.9967 34.6741 76.2396 35.2061C76.4825 35.738 76.926 35.857 77.5699 35.5629Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M76.6455 40.4967L76.2464 38.8516L86.7153 36.3118L87.3031 38.7346C87.6997 40.3698 87.0356 41.3966 85.3108 41.815L84.2788 42.0654C82.554 42.4838 81.4932 41.8755 81.0965 40.2403L80.9079 39.4626L76.6455 40.4967ZM85.6188 38.3198L82.4034 39.0998L82.5921 39.8775C82.6598 40.1567 82.7842 40.3429 82.9652 40.4363C83.1561 40.5272 83.4261 40.5303 83.7751 40.4456L85.0164 40.1445C85.3653 40.0598 85.5989 39.9346 85.717 39.7687C85.8451 39.6004 85.8752 39.3766 85.8075 39.0974L85.6188 38.3198Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M81.3185 45.2165L88.3662 46.9761L88.4475 48.6824L77.6871 49.195L77.6154 47.6885L84.5942 47.3561L77.5158 45.598L77.4345 43.8917L88.1948 43.3791L88.2666 44.8856L81.3185 45.2165Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M77.3281 51.9231L77.569 50.2475L88.2319 51.7806L87.6164 56.061L86.0932 55.842L86.4677 53.2372L77.3281 51.9231Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M79.9467 57.8061L85.8356 62.0591L85.2769 63.6733L75.0968 60.15L75.5901 58.7248L82.1926 61.0099L76.2746 56.7469L76.8333 55.1327L87.0134 58.656L86.5201 60.0812L79.9467 57.8061Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M74.0793 61.9765L74.9257 60.5105L84.255 65.8968L83.4086 67.3628L79.6102 65.1698L78.7023 66.7425L82.5006 68.9354L81.6542 70.4015L72.3249 65.0152L73.1713 63.5492L77.3695 65.973L78.2775 64.4003L74.0793 61.9765Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M68.3617 69.655L69.4703 68.3757L71.2551 69.5354L72.535 68.0583L71.1331 66.4566L72.1611 65.2703L79.1535 73.6507L77.6519 75.3836L68.3617 69.655ZM77.1106 73.3059L73.4988 69.1785L72.5011 70.3299L77.1106 73.3059Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M68.5243 69.4544C68.6533 69.353 68.7878 69.2668 68.9278 69.1958L69.8506 70.3692C69.7734 70.4038 69.6985 70.4497 69.6259 70.5067C69.3598 70.716 69.225 70.9264 69.2217 71.1379C69.2166 71.3638 69.3432 71.6492 69.6015 71.9943L74.4187 78.5431L70.6687 81.4922L64.0096 73.0244L65.3402 71.978L71.0481 79.2361L72.2094 78.3228L68.34 73.1038C67.76 72.333 67.4788 71.6601 67.4964 71.085C67.5204 70.518 67.863 69.9745 68.5243 69.4544Z"
fill="white" style="font-size: 44px;"></path>
<path d="M55.7955 80.6171L59.044 79.6633L59.4342 80.9922L56.1857 81.9461L55.7955 80.6171Z"
fill="white" style="font-size: 44px;"></path>
<path
d="M30.8955 44.8047L39.8263 34.7576M30.8955 44.8047H42.059M30.8955 44.8047L49.3152 63.7826M66.6186 44.8047L58.8041 34.7576M66.6186 44.8047H55.4551M66.6186 44.8047L49.3152 63.7826M58.8041 34.7576L55.4551 44.8047M58.8041 34.7576H49.3152M39.8263 34.7576L42.059 44.8047M39.8263 34.7576H49.3152M42.059 44.8047H55.4551M42.059 44.8047L49.3152 34.7576M42.059 44.8047L49.3152 63.7826M55.4551 44.8047L49.3152 34.7576M55.4551 44.8047L49.3152 63.7826"
stroke="white" stroke-width="2.23269" stroke-linejoin="round" style="font-size: 44px;">
</path>
</svg>
<div id="main-carousel" class="splide main-slider">
<div class="splide__track">
<ul class="splide__list">
<? foreach ($arResult['PROPERTIES']['GALLERY']['VALUE'] as $img) { ?>
<li class="splide__slide">
<img src="<?= CFile::GetPath($img); ?>" alt="<?= $arResult['NAME']; ?>">
</li>
<? } ?>
</ul>
</div>
</div>
<div class="single-product__slider-thumb">
<div class="splide__arrows">
<button class="custom-splide__arrow--prev">
<svg width="19" height="13" viewBox="0 0 19 13" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M1 12.5L9.5 1L18.5 12.5" stroke="black" />
</svg>
</button>
<div id="thumbnail-carousel" class="splide">
<div class="splide__track">
<ul class="splide__list">
<? foreach ($arResult['PROPERTIES']['GALLERY']['VALUE'] as $img) { ?>
<li class="splide__slide">
<img src="<?= CFile::GetPath($img); ?>" alt="<?= $arResult['NAME']; ?>">
</li>
<? } ?>
</ul>
</div>
</div>
<button class="custom-splide__arrow--next">
<svg width="19" height="14" viewBox="0 0 19 14" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path d="M18.5 1L10 12.5L1 1" stroke="black" />
</svg>
</button>
</div>
</div>
</div>
</div>
<? } ?>
<div class="single-product__info">
<div class="single-product__info-head">
<div class="single-product__info-head__names">
<div class="single-product__name">
<p class="detail-product-page__brand">
<?= $arResult['DISPLAY_PROPERTIES']['BRAND']['DISPLAY_VALUE']; ?></p>
<p><?= $arResult['NAME']; ?></p>
</div>
</div>
<div class="single-product__price" id="<?= $itemIds['PRICE_ID'] ?>">
<?= $price['PRINT_RATIO_PRICE'] ?>
</div>
</div>
<div class="short-description">
<span>
<?= htmlspecialchars_decode($arResult['PREVIEW_TEXT']); ?>
</span>
<a href="javascript:void(0)" class="btn-subscribe">
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd"
d="M0 8.75V15C0 16.6568 1.34315 18 3 18H14.75C16.4069 18 17.75 16.6568 17.75 15V8.75H16.75V15C16.75 16.1046 15.8546 17 14.75 17H3C1.89543 17 1 16.1046 1 15V8.75H0Z"
fill="black" />
<path d="M8.75 11.875V1M8.75 1L5.25 4.75M8.75 1L12.5 4.75" stroke="black" />
</svg>
</a>
</div>
<div class="single-product__chars-wrap">
<div class="single-product__btns" id="<?= $itemIds['BASKET_ACTIONS_ID'] ?>">
<?php
if ($showAddBtn) {
if ($haveOffers && !empty($arResult['OFFERS_PROP'])) {
?>
<a href="javascript:void(0)" data-ids="" data-count="1"
data-url="<?= SITE_TEMPLATE_PATH ?>/ajax/add2basket.php"
class="product-item__addCart disabled customAddCart black-btn product_button button-cart">
<svg width="12" height="13" viewBox="0 0 12 13" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M1.26412 1.52825C1.26412 1.38238 1.38237 1.26412 1.52825 1.26412V0.735877C1.09063 0.735877 0.735877 1.09063 0.735877 1.52825H1.26412ZM1.26412 11.5643V1.52825H0.735877V11.5643H1.26412ZM1.52825 11.8284C1.38237 11.8284 1.26412 11.7102 1.26412 11.5643H0.735877C0.735877 12.0019 1.09063 12.3567 1.52825 12.3567V11.8284ZM10.7963 11.8284H1.52825V12.3567H10.7963V11.8284ZM11.0605 11.5643C11.0605 11.7102 10.9422 11.8284 10.7963 11.8284V12.3567C11.234 12.3567 11.5887 12.0019 11.5887 11.5643H11.0605ZM11.0605 1.52825V11.5643H11.5887V1.52825H11.0605ZM10.7963 1.26412C10.9422 1.26412 11.0605 1.38237 11.0605 1.52825H11.5887C11.5887 1.09063 11.234 0.735877 10.7963 0.735877V1.26412ZM1.52825 1.26412H10.7963V0.735877H1.52825V1.26412ZM3.67764 3.21238C3.67764 2.95095 3.88957 2.73903 4.15099 2.73903V2.21078C3.59783 2.21078 3.1494 2.65921 3.1494 3.21238H3.67764ZM4.15099 3.68572C3.88957 3.68572 3.67764 3.4738 3.67764 3.21238H3.1494C3.1494 3.76554 3.59783 4.21397 4.15099 4.21397V3.68572ZM8.17356 3.68572H4.15099V4.21397H8.17356V3.68572ZM8.6469 3.21238C8.6469 3.4738 8.43498 3.68572 8.17356 3.68572V4.21397C8.72672 4.21397 9.17515 3.76554 9.17515 3.21238H8.6469ZM8.17356 2.73903C8.43498 2.73903 8.6469 2.95095 8.6469 3.21238H9.17515C9.17515 2.65921 8.72672 2.21078 8.17356 2.21078V2.73903ZM4.15099 2.73903H8.17356V2.21078H4.15099V2.73903Z"
fill="white" />
<path
d="M7.87305 6.89844H8.12017L8.30067 7.59835L8.48117 6.89844H8.7068L8.40811 7.92527V8.4343H8.17174V7.92527L7.87305 6.89844Z"
fill="white" />
<path
d="M7.82802 6.89844V7.11785H7.5757V8.4343H7.33435V7.11785H7.08203V6.89844H7.82802Z"
fill="white" />
<path
d="M6.51431 8.08492C6.51431 8.18453 6.55625 8.23433 6.64013 8.23433C6.72401 8.23433 6.76596 8.18453 6.76596 8.08492V6.89844H6.99553V8.06954C6.99553 8.19404 6.96463 8.28999 6.90282 8.35737C6.84101 8.42329 6.75124 8.45624 6.63351 8.45624C6.51578 8.45624 6.42601 8.42329 6.3642 8.35737C6.30239 8.28999 6.27148 8.19404 6.27148 8.06954V6.89844H6.51431V8.08492Z"
fill="white" />
<path
d="M5.9215 8.4343L5.88035 8.15565H5.588L5.54685 8.4343H5.32812L5.57067 6.89844H5.91933L6.16188 8.4343H5.9215ZM5.84787 7.94721L5.73309 7.1705L5.61831 7.94721H5.84787Z"
fill="white" />
<path
d="M5.15469 7.54569V7.7651H4.82338V8.21489H5.24026V8.4343H4.58203V6.89844H5.24026V7.11785H4.82338V7.54569H5.15469Z"
fill="white" />
<path
d="M4.04586 6.89844C4.17019 6.89844 4.26088 6.92769 4.31793 6.9862C4.37498 7.04324 4.4035 7.13174 4.4035 7.25168V7.30654C4.4035 7.38552 4.39033 7.45062 4.364 7.50181C4.33913 7.55301 4.30038 7.59104 4.24771 7.61591C4.36766 7.66271 4.42763 7.77242 4.42763 7.94502V8.07008C4.42763 8.18856 4.39618 8.27925 4.33328 8.34215C4.27185 8.40358 4.18116 8.4343 4.06122 8.4343H3.68164V6.89844H4.04586ZM3.92299 7.52375H4.01734C4.0656 7.52375 4.10144 7.51132 4.12484 7.48645C4.14971 7.46159 4.16214 7.4199 4.16214 7.36139V7.27582C4.16214 7.22023 4.15191 7.18001 4.13143 7.15515C4.11241 7.13028 4.0817 7.11785 4.03927 7.11785H3.92299V7.52375ZM3.92299 8.21489H4.06122C4.10364 8.21489 4.13509 8.20392 4.15556 8.18198C4.17604 8.15858 4.18628 8.11908 4.18628 8.06349V7.92966C4.18628 7.85945 4.17384 7.81118 4.14898 7.78485C4.12558 7.75705 4.08609 7.74316 4.0305 7.74316H3.92299V8.21489Z"
fill="white" />
<path
d="M4.11739 8.3643C4.15754 8.35572 4.23639 8.36716 4.25934 8.41151C4.28227 8.45587 4.27367 8.48018 4.24929 8.47875C4.22493 8.47732 4.23066 8.43011 4.16757 8.46731C4.10449 8.50451 3.98406 8.64471 3.95969 8.70622C3.93532 8.76774 3.95682 8.81352 4.06148 8.78061C4.17044 8.74628 4.38693 8.63326 4.526 8.53884C4.55181 8.52167 4.56184 8.54456 4.52027 8.59893C4.47869 8.65329 4.07008 8.89077 3.97976 8.90365C3.91381 8.91366 3.85216 8.86788 3.83209 8.81495C3.81202 8.76202 3.80055 8.7148 3.83209 8.65186C3.86363 8.58891 4.04284 8.38004 4.11739 8.3643ZM4.64393 8.44299C4.66686 8.46015 4.7873 8.54599 4.75719 8.66187C4.72707 8.77776 4.58084 8.86216 4.48908 8.84213C4.39589 8.82353 4.39446 8.70479 4.43317 8.65186C4.47188 8.5975 4.55503 8.4902 4.60665 8.48018C4.61239 8.47875 4.61668 8.47732 4.62242 8.47589C4.61812 8.46874 4.61239 8.46302 4.60665 8.45872C4.5622 8.42153 4.61955 8.42582 4.64393 8.44299ZM4.55073 8.70336C4.54643 8.72196 4.60665 8.69478 4.63245 8.65758C4.64249 8.64471 4.64822 8.61753 4.64822 8.58891C4.60521 8.62611 4.55503 8.68905 4.55073 8.70336ZM5.04986 8.34427C5.06994 8.35572 5.08571 8.38576 5.0771 8.40007C5.06994 8.41294 5.01402 8.47589 4.9452 8.67475C5.0599 8.58891 5.21617 8.40293 5.27639 8.40723C5.3366 8.41151 5.36384 8.45444 5.33086 8.52739C5.2979 8.60178 5.27926 8.73197 5.31796 8.72053C5.35668 8.70765 5.45417 8.65042 5.50004 8.62038C5.54449 8.59177 5.52441 8.66331 5.44556 8.73483C5.36527 8.8078 5.30793 8.86359 5.23624 8.85214C5.16456 8.8407 5.16169 8.62897 5.20613 8.55314C5.18606 8.54027 5.06707 8.69907 4.98104 8.79206C4.89502 8.88505 4.86062 8.8922 4.82334 8.88934C4.78606 8.88505 4.75739 8.77918 4.7789 8.74342C4.8004 8.70622 4.81904 8.69335 4.86205 8.58176C4.90363 8.47589 4.94377 8.37003 4.95094 8.35143C4.95954 8.3314 5.00112 8.31709 5.04986 8.34427ZM5.77512 8.3643C5.81526 8.35572 5.89411 8.36716 5.91705 8.41151C5.93999 8.45587 5.93139 8.48018 5.90701 8.47875C5.88264 8.47732 5.88838 8.43011 5.82529 8.46731C5.76221 8.50451 5.64178 8.64471 5.6174 8.70622C5.59304 8.76774 5.61454 8.81352 5.7192 8.78061C5.82816 8.74628 6.04465 8.63326 6.18372 8.53884C6.20953 8.52167 6.21956 8.54456 6.17799 8.59893C6.13641 8.65329 5.7278 8.89077 5.63748 8.90365C5.57153 8.91366 5.50988 8.86788 5.48981 8.81495C5.46973 8.76202 5.45826 8.7148 5.48981 8.65186C5.52135 8.58891 5.70056 8.38004 5.77512 8.3643ZM6.53677 8.58748C6.58695 8.55744 6.60128 8.58748 6.55397 8.6304C6.50666 8.67332 6.24716 8.86502 6.19268 8.87932C6.13963 8.89506 6.08085 8.84356 6.08945 8.76344C6.09805 8.68476 6.16114 8.53598 6.19985 8.48876C6.23856 8.44155 6.24859 8.44155 6.26006 8.44155C6.28731 8.44155 6.34178 8.50165 6.33891 8.52596C6.33748 8.54886 6.32601 8.55172 6.30021 8.56602C6.2744 8.58176 6.18264 8.76631 6.22279 8.75343C6.26436 8.74056 6.48802 8.61753 6.53677 8.58748ZM6.37619 8.35143C6.35182 8.37146 6.29017 8.39434 6.27296 8.36001C6.25577 8.32568 6.23856 8.26988 6.2615 8.2613C6.28587 8.25271 6.33748 8.23841 6.34609 8.23841C6.36902 8.23555 6.39053 8.28133 6.40773 8.30279C6.42494 8.32425 6.39914 8.33283 6.37619 8.35143ZM6.94097 8.63326C7.03989 8.57603 6.99832 8.66187 6.9553 8.68762C6.9123 8.71338 6.66284 8.84642 6.56247 8.86788C6.46068 8.88934 6.41767 8.81208 6.42914 8.75343C6.43917 8.69621 6.49939 8.57603 6.57538 8.50451C6.64993 8.43441 6.70871 8.42725 6.73882 8.43011C6.77752 8.43297 6.83488 8.50021 6.84204 8.55887C6.84778 8.6161 6.75746 8.66616 6.70154 8.69192C6.64563 8.71766 6.59832 8.75343 6.55961 8.69335C6.5467 8.70908 6.5252 8.75773 6.59832 8.75343C6.67143 8.74914 6.84204 8.69192 6.94097 8.63326ZM6.71444 8.55029C6.67143 8.56745 6.6528 8.58462 6.62412 8.61895C6.64993 8.6118 6.70584 8.58605 6.71444 8.55029ZM7.38926 8.55314C7.39643 8.61895 7.395 8.65329 7.36775 8.65329C7.34051 8.65329 7.27743 8.63183 7.28317 8.5932C7.28746 8.55457 7.26023 8.54599 7.23012 8.5603C7.22009 8.56602 7.19427 8.57747 7.16704 8.59034C7.13836 8.64184 7.11973 8.68047 7.10826 8.71766C7.07814 8.79492 7.11112 8.83498 7.01219 8.88791C6.97205 8.90937 6.94051 8.91223 6.92474 8.87218C6.89033 8.78347 7.04374 8.54886 7.06381 8.50308C7.08245 8.45729 7.07385 8.43297 7.10539 8.41008C7.15127 8.37861 7.16991 8.3643 7.19141 8.39578C7.21005 8.42439 7.27313 8.39721 7.22438 8.48734C7.28173 8.44728 7.34051 8.40723 7.36775 8.40723C7.41364 8.40723 7.38352 8.48734 7.38926 8.55314ZM7.98252 8.66474C8.03127 8.65901 8.01263 8.69335 7.92804 8.72339C7.9223 8.72482 7.9137 8.72768 7.9051 8.73197C7.87356 8.82353 7.83485 8.92082 7.79757 8.98519C7.66137 9.22124 7.42481 9.28705 7.31728 9.31137C7.237 9.32854 7.15671 9.23412 7.20115 9.1025C7.2413 8.98948 7.45492 8.81352 7.80618 8.70908C7.83198 8.63326 7.84632 8.57174 7.85349 8.54313C7.85492 8.53741 7.85636 8.53312 7.85636 8.52739C7.756 8.5975 7.65994 8.65042 7.60833 8.67618C7.54955 8.70479 7.48216 8.64041 7.49076 8.60036C7.49937 8.55887 7.62123 8.46731 7.68001 8.43441C7.73162 8.40436 7.78897 8.4201 7.81334 8.42582C7.84919 8.43297 7.82338 8.45872 7.81047 8.46445C7.76316 8.48305 7.63987 8.58462 7.70295 8.5603C7.75887 8.53884 7.83915 8.47017 7.86926 8.44299C7.87356 8.42439 7.87786 8.41294 7.88503 8.41867C7.9094 8.43154 7.97965 8.44585 7.97392 8.49735C7.97105 8.52024 7.95098 8.5932 7.92374 8.67761C7.94238 8.67332 7.96245 8.66902 7.98252 8.66474ZM7.69435 8.95658C7.72875 8.89935 7.75743 8.83927 7.78037 8.78204C7.68718 8.8221 7.57392 8.87646 7.47212 8.9437C7.30438 9.05529 7.23556 9.21266 7.29434 9.20837C7.35169 9.20408 7.59256 9.12253 7.69435 8.95658ZM8.55668 8.63326C8.65561 8.57603 8.61404 8.66187 8.57102 8.68762C8.52801 8.71338 8.27854 8.84642 8.17819 8.86788C8.0764 8.88934 8.03339 8.81208 8.04486 8.75343C8.05489 8.69621 8.1151 8.57603 8.19109 8.50451C8.26564 8.43441 8.32443 8.42725 8.35454 8.43011C8.39324 8.43297 8.45059 8.50021 8.45776 8.55887C8.4635 8.6161 8.37317 8.66616 8.31726 8.69192C8.26134 8.71766 8.21403 8.75343 8.17532 8.69335C8.16242 8.70908 8.14091 8.75773 8.21403 8.75343C8.28715 8.74914 8.45776 8.69192 8.55668 8.63326ZM8.33016 8.55029C8.28715 8.56745 8.26851 8.58462 8.23984 8.61895C8.26564 8.6118 8.32156 8.58605 8.33016 8.55029Z"
fill="white" />
</svg>
<span>
добавить в корзину
</span>
</a>
<a href="javascript:void(0)"
class="product-item__addCart add-to__basket disabled product_button button-cart black-btn modal-trigger pre-basket noactive"
data-modal="pre-basket">
<svg width="12" height="13" viewBox="0 0 12 13" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M1.26412 1.52825C1.26412 1.38238 1.38237 1.26412 1.52825 1.26412V0.735877C1.09063 0.735877 0.735877 1.09063 0.735877 1.52825H1.26412ZM1.26412 11.5643V1.52825H0.735877V11.5643H1.26412ZM1.52825 11.8284C1.38237 11.8284 1.26412 11.7102 1.26412 11.5643H0.735877C0.735877 12.0019 1.09063 12.3567 1.52825 12.3567V11.8284ZM10.7963 11.8284H1.52825V12.3567H10.7963V11.8284ZM11.0605 11.5643C11.0605 11.7102 10.9422 11.8284 10.7963 11.8284V12.3567C11.234 12.3567 11.5887 12.0019 11.5887 11.5643H11.0605ZM11.0605 1.52825V11.5643H11.5887V1.52825H11.0605ZM10.7963 1.26412C10.9422 1.26412 11.0605 1.38237 11.0605 1.52825H11.5887C11.5887 1.09063 11.234 0.735877 10.7963 0.735877V1.26412ZM1.52825 1.26412H10.7963V0.735877H1.52825V1.26412ZM3.67764 3.21238C3.67764 2.95095 3.88957 2.73903 4.15099 2.73903V2.21078C3.59783 2.21078 3.1494 2.65921 3.1494 3.21238H3.67764ZM4.15099 3.68572C3.88957 3.68572 3.67764 3.4738 3.67764 3.21238H3.1494C3.1494 3.76554 3.59783 4.21397 4.15099 4.21397V3.68572ZM8.17356 3.68572H4.15099V4.21397H8.17356V3.68572ZM8.6469 3.21238C8.6469 3.4738 8.43498 3.68572 8.17356 3.68572V4.21397C8.72672 4.21397 9.17515 3.76554 9.17515 3.21238H8.6469ZM8.17356 2.73903C8.43498 2.73903 8.6469 2.95095 8.6469 3.21238H9.17515C9.17515 2.65921 8.72672 2.21078 8.17356 2.21078V2.73903ZM4.15099 2.73903H8.17356V2.21078H4.15099V2.73903Z"
fill="white" />
<path
d="M7.87305 6.89844H8.12017L8.30067 7.59835L8.48117 6.89844H8.7068L8.40811 7.92527V8.4343H8.17174V7.92527L7.87305 6.89844Z"
fill="white" />
<path
d="M7.82802 6.89844V7.11785H7.5757V8.4343H7.33435V7.11785H7.08203V6.89844H7.82802Z"
fill="white" />
<path
d="M6.51431 8.08492C6.51431 8.18453 6.55625 8.23433 6.64013 8.23433C6.72401 8.23433 6.76596 8.18453 6.76596 8.08492V6.89844H6.99553V8.06954C6.99553 8.19404 6.96463 8.28999 6.90282 8.35737C6.84101 8.42329 6.75124 8.45624 6.63351 8.45624C6.51578 8.45624 6.42601 8.42329 6.3642 8.35737C6.30239 8.28999 6.27148 8.19404 6.27148 8.06954V6.89844H6.51431V8.08492Z"
fill="white" />
<path
d="M5.9215 8.4343L5.88035 8.15565H5.588L5.54685 8.4343H5.32812L5.57067 6.89844H5.91933L6.16188 8.4343H5.9215ZM5.84787 7.94721L5.73309 7.1705L5.61831 7.94721H5.84787Z"
fill="white" />
<path
d="M5.15469 7.54569V7.7651H4.82338V8.21489H5.24026V8.4343H4.58203V6.89844H5.24026V7.11785H4.82338V7.54569H5.15469Z"
fill="white" />
<path
d="M4.04586 6.89844C4.17019 6.89844 4.26088 6.92769 4.31793 6.9862C4.37498 7.04324 4.4035 7.13174 4.4035 7.25168V7.30654C4.4035 7.38552 4.39033 7.45062 4.364 7.50181C4.33913 7.55301 4.30038 7.59104 4.24771 7.61591C4.36766 7.66271 4.42763 7.77242 4.42763 7.94502V8.07008C4.42763 8.18856 4.39618 8.27925 4.33328 8.34215C4.27185 8.40358 4.18116 8.4343 4.06122 8.4343H3.68164V6.89844H4.04586ZM3.92299 7.52375H4.01734C4.0656 7.52375 4.10144 7.51132 4.12484 7.48645C4.14971 7.46159 4.16214 7.4199 4.16214 7.36139V7.27582C4.16214 7.22023 4.15191 7.18001 4.13143 7.15515C4.11241 7.13028 4.0817 7.11785 4.03927 7.11785H3.92299V7.52375ZM3.92299 8.21489H4.06122C4.10364 8.21489 4.13509 8.20392 4.15556 8.18198C4.17604 8.15858 4.18628 8.11908 4.18628 8.06349V7.92966C4.18628 7.85945 4.17384 7.81118 4.14898 7.78485C4.12558 7.75705 4.08609 7.74316 4.0305 7.74316H3.92299V8.21489Z"
fill="white" />
<path
d="M4.11739 8.3643C4.15754 8.35572 4.23639 8.36716 4.25934 8.41151C4.28227 8.45587 4.27367 8.48018 4.24929 8.47875C4.22493 8.47732 4.23066 8.43011 4.16757 8.46731C4.10449 8.50451 3.98406 8.64471 3.95969 8.70622C3.93532 8.76774 3.95682 8.81352 4.06148 8.78061C4.17044 8.74628 4.38693 8.63326 4.526 8.53884C4.55181 8.52167 4.56184 8.54456 4.52027 8.59893C4.47869 8.65329 4.07008 8.89077 3.97976 8.90365C3.91381 8.91366 3.85216 8.86788 3.83209 8.81495C3.81202 8.76202 3.80055 8.7148 3.83209 8.65186C3.86363 8.58891 4.04284 8.38004 4.11739 8.3643ZM4.64393 8.44299C4.66686 8.46015 4.7873 8.54599 4.75719 8.66187C4.72707 8.77776 4.58084 8.86216 4.48908 8.84213C4.39589 8.82353 4.39446 8.70479 4.43317 8.65186C4.47188 8.5975 4.55503 8.4902 4.60665 8.48018C4.61239 8.47875 4.61668 8.47732 4.62242 8.47589C4.61812 8.46874 4.61239 8.46302 4.60665 8.45872C4.5622 8.42153 4.61955 8.42582 4.64393 8.44299ZM4.55073 8.70336C4.54643 8.72196 4.60665 8.69478 4.63245 8.65758C4.64249 8.64471 4.64822 8.61753 4.64822 8.58891C4.60521 8.62611 4.55503 8.68905 4.55073 8.70336ZM5.04986 8.34427C5.06994 8.35572 5.08571 8.38576 5.0771 8.40007C5.06994 8.41294 5.01402 8.47589 4.9452 8.67475C5.0599 8.58891 5.21617 8.40293 5.27639 8.40723C5.3366 8.41151 5.36384 8.45444 5.33086 8.52739C5.2979 8.60178 5.27926 8.73197 5.31796 8.72053C5.35668 8.70765 5.45417 8.65042 5.50004 8.62038C5.54449 8.59177 5.52441 8.66331 5.44556 8.73483C5.36527 8.8078 5.30793 8.86359 5.23624 8.85214C5.16456 8.8407 5.16169 8.62897 5.20613 8.55314C5.18606 8.54027 5.06707 8.69907 4.98104 8.79206C4.89502 8.88505 4.86062 8.8922 4.82334 8.88934C4.78606 8.88505 4.75739 8.77918 4.7789 8.74342C4.8004 8.70622 4.81904 8.69335 4.86205 8.58176C4.90363 8.47589 4.94377 8.37003 4.95094 8.35143C4.95954 8.3314 5.00112 8.31709 5.04986 8.34427ZM5.77512 8.3643C5.81526 8.35572 5.89411 8.36716 5.91705 8.41151C5.93999 8.45587 5.93139 8.48018 5.90701 8.47875C5.88264 8.47732 5.88838 8.43011 5.82529 8.46731C5.76221 8.50451 5.64178 8.64471 5.6174 8.70622C5.59304 8.76774 5.61454 8.81352 5.7192 8.78061C5.82816 8.74628 6.04465 8.63326 6.18372 8.53884C6.20953 8.52167 6.21956 8.54456 6.17799 8.59893C6.13641 8.65329 5.7278 8.89077 5.63748 8.90365C5.57153 8.91366 5.50988 8.86788 5.48981 8.81495C5.46973 8.76202 5.45826 8.7148 5.48981 8.65186C5.52135 8.58891 5.70056 8.38004 5.77512 8.3643ZM6.53677 8.58748C6.58695 8.55744 6.60128 8.58748 6.55397 8.6304C6.50666 8.67332 6.24716 8.86502 6.19268 8.87932C6.13963 8.89506 6.08085 8.84356 6.08945 8.76344C6.09805 8.68476 6.16114 8.53598 6.19985 8.48876C6.23856 8.44155 6.24859 8.44155 6.26006 8.44155C6.28731 8.44155 6.34178 8.50165 6.33891 8.52596C6.33748 8.54886 6.32601 8.55172 6.30021 8.56602C6.2744 8.58176 6.18264 8.76631 6.22279 8.75343C6.26436 8.74056 6.48802 8.61753 6.53677 8.58748ZM6.37619 8.35143C6.35182 8.37146 6.29017 8.39434 6.27296 8.36001C6.25577 8.32568 6.23856 8.26988 6.2615 8.2613C6.28587 8.25271 6.33748 8.23841 6.34609 8.23841C6.36902 8.23555 6.39053 8.28133 6.40773 8.30279C6.42494 8.32425 6.39914 8.33283 6.37619 8.35143ZM6.94097 8.63326C7.03989 8.57603 6.99832 8.66187 6.9553 8.68762C6.9123 8.71338 6.66284 8.84642 6.56247 8.86788C6.46068 8.88934 6.41767 8.81208 6.42914 8.75343C6.43917 8.69621 6.49939 8.57603 6.57538 8.50451C6.64993 8.43441 6.70871 8.42725 6.73882 8.43011C6.77752 8.43297 6.83488 8.50021 6.84204 8.55887C6.84778 8.6161 6.75746 8.66616 6.70154 8.69192C6.64563 8.71766 6.59832 8.75343 6.55961 8.69335C6.5467 8.70908 6.5252 8.75773 6.59832 8.75343C6.67143 8.74914 6.84204 8.69192 6.94097 8.63326ZM6.71444 8.55029C6.67143 8.56745 6.6528 8.58462 6.62412 8.61895C6.64993 8.6118 6.70584 8.58605 6.71444 8.55029ZM7.38926 8.55314C7.39643 8.61895 7.395 8.65329 7.36775 8.65329C7.34051 8.65329 7.27743 8.63183 7.28317 8.5932C7.28746 8.55457 7.26023 8.54599 7.23012 8.5603C7.22009 8.56602 7.19427 8.57747 7.16704 8.59034C7.13836 8.64184 7.11973 8.68047 7.10826 8.71766C7.07814 8.79492 7.11112 8.83498 7.01219 8.88791C6.97205 8.90937 6.94051 8.91223 6.92474 8.87218C6.89033 8.78347 7.04374 8.54886 7.06381 8.50308C7.08245 8.45729 7.07385 8.43297 7.10539 8.41008C7.15127 8.37861 7.16991 8.3643 7.19141 8.39578C7.21005 8.42439 7.27313 8.39721 7.22438 8.48734C7.28173 8.44728 7.34051 8.40723 7.36775 8.40723C7.41364 8.40723 7.38352 8.48734 7.38926 8.55314ZM7.98252 8.66474C8.03127 8.65901 8.01263 8.69335 7.92804 8.72339C7.9223 8.72482 7.9137 8.72768 7.9051 8.73197C7.87356 8.82353 7.83485 8.92082 7.79757 8.98519C7.66137 9.22124 7.42481 9.28705 7.31728 9.31137C7.237 9.32854 7.15671 9.23412 7.20115 9.1025C7.2413 8.98948 7.45492 8.81352 7.80618 8.70908C7.83198 8.63326 7.84632 8.57174 7.85349 8.54313C7.85492 8.53741 7.85636 8.53312 7.85636 8.52739C7.756 8.5975 7.65994 8.65042 7.60833 8.67618C7.54955 8.70479 7.48216 8.64041 7.49076 8.60036C7.49937 8.55887 7.62123 8.46731 7.68001 8.43441C7.73162 8.40436 7.78897 8.4201 7.81334 8.42582C7.84919 8.43297 7.82338 8.45872 7.81047 8.46445C7.76316 8.48305 7.63987 8.58462 7.70295 8.5603C7.75887 8.53884 7.83915 8.47017 7.86926 8.44299C7.87356 8.42439 7.87786 8.41294 7.88503 8.41867C7.9094 8.43154 7.97965 8.44585 7.97392 8.49735C7.97105 8.52024 7.95098 8.5932 7.92374 8.67761C7.94238 8.67332 7.96245 8.66902 7.98252 8.66474ZM7.69435 8.95658C7.72875 8.89935 7.75743 8.83927 7.78037 8.78204C7.68718 8.8221 7.57392 8.87646 7.47212 8.9437C7.30438 9.05529 7.23556 9.21266 7.29434 9.20837C7.35169 9.20408 7.59256 9.12253 7.69435 8.95658ZM8.55668 8.63326C8.65561 8.57603 8.61404 8.66187 8.57102 8.68762C8.52801 8.71338 8.27854 8.84642 8.17819 8.86788C8.0764 8.88934 8.03339 8.81208 8.04486 8.75343C8.05489 8.69621 8.1151 8.57603 8.19109 8.50451C8.26564 8.43441 8.32443 8.42725 8.35454 8.43011C8.39324 8.43297 8.45059 8.50021 8.45776 8.55887C8.4635 8.6161 8.37317 8.66616 8.31726 8.69192C8.26134 8.71766 8.21403 8.75343 8.17532 8.69335C8.16242 8.70908 8.14091 8.75773 8.21403 8.75343C8.28715 8.74914 8.45776 8.69192 8.55668 8.63326ZM8.33016 8.55029C8.28715 8.56745 8.26851 8.58462 8.23984 8.61895C8.26564 8.6118 8.32156 8.58605 8.33016 8.55029Z"
fill="white" />
</svg>
<span>
добавить в корзину
</span>
</a>
<div class="product__change-cart detail_variable noactive" data-ids=""
data-url="<?= SITE_TEMPLATE_PATH ?>/ajax/change_basket_quantity.php">
<div class="minus noactive">-</div>
<div class="product__cart-quant"></div>
<div class="plus">+</div>
</div>
<? } else { ?>
<? if ($arResult['PRODUCT']['QUANTITY'] <= 0) { ?>
<a href="javascript:void(0)" class="product-item__addCart <? if ($arResult['IN_BASKET']) {
echo 'noactive';
} ?> add-to__basket product_button button-cart black-btn modal-trigger pre-basket"
data-modal="pre-basket">
<svg width="12" height="13" viewBox="0 0 12 13" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M1.26412 1.52825C1.26412 1.38238 1.38237 1.26412 1.52825 1.26412V0.735877C1.09063 0.735877 0.735877 1.09063 0.735877 1.52825H1.26412ZM1.26412 11.5643V1.52825H0.735877V11.5643H1.26412ZM1.52825 11.8284C1.38237 11.8284 1.26412 11.7102 1.26412 11.5643H0.735877C0.735877 12.0019 1.09063 12.3567 1.52825 12.3567V11.8284ZM10.7963 11.8284H1.52825V12.3567H10.7963V11.8284ZM11.0605 11.5643C11.0605 11.7102 10.9422 11.8284 10.7963 11.8284V12.3567C11.234 12.3567 11.5887 12.0019 11.5887 11.5643H11.0605ZM11.0605 1.52825V11.5643H11.5887V1.52825H11.0605ZM10.7963 1.26412C10.9422 1.26412 11.0605 1.38237 11.0605 1.52825H11.5887C11.5887 1.09063 11.234 0.735877 10.7963 0.735877V1.26412ZM1.52825 1.26412H10.7963V0.735877H1.52825V1.26412ZM3.67764 3.21238C3.67764 2.95095 3.88957 2.73903 4.15099 2.73903V2.21078C3.59783 2.21078 3.1494 2.65921 3.1494 3.21238H3.67764ZM4.15099 3.68572C3.88957 3.68572 3.67764 3.4738 3.67764 3.21238H3.1494C3.1494 3.76554 3.59783 4.21397 4.15099 4.21397V3.68572ZM8.17356 3.68572H4.15099V4.21397H8.17356V3.68572ZM8.6469 3.21238C8.6469 3.4738 8.43498 3.68572 8.17356 3.68572V4.21397C8.72672 4.21397 9.17515 3.76554 9.17515 3.21238H8.6469ZM8.17356 2.73903C8.43498 2.73903 8.6469 2.95095 8.6469 3.21238H9.17515C9.17515 2.65921 8.72672 2.21078 8.17356 2.21078V2.73903ZM4.15099 2.73903H8.17356V2.21078H4.15099V2.73903Z"
fill="white" />
<path
d="M7.87305 6.89844H8.12017L8.30067 7.59835L8.48117 6.89844H8.7068L8.40811 7.92527V8.4343H8.17174V7.92527L7.87305 6.89844Z"
fill="white" />
<path
d="M7.82802 6.89844V7.11785H7.5757V8.4343H7.33435V7.11785H7.08203V6.89844H7.82802Z"
fill="white" />
<path
d="M6.51431 8.08492C6.51431 8.18453 6.55625 8.23433 6.64013 8.23433C6.72401 8.23433 6.76596 8.18453 6.76596 8.08492V6.89844H6.99553V8.06954C6.99553 8.19404 6.96463 8.28999 6.90282 8.35737C6.84101 8.42329 6.75124 8.45624 6.63351 8.45624C6.51578 8.45624 6.42601 8.42329 6.3642 8.35737C6.30239 8.28999 6.27148 8.19404 6.27148 8.06954V6.89844H6.51431V8.08492Z"
fill="white" />
<path
d="M5.9215 8.4343L5.88035 8.15565H5.588L5.54685 8.4343H5.32812L5.57067 6.89844H5.91933L6.16188 8.4343H5.9215ZM5.84787 7.94721L5.73309 7.1705L5.61831 7.94721H5.84787Z"
fill="white" />
<path
d="M5.15469 7.54569V7.7651H4.82338V8.21489H5.24026V8.4343H4.58203V6.89844H5.24026V7.11785H4.82338V7.54569H5.15469Z"
fill="white" />
<path
d="M4.04586 6.89844C4.17019 6.89844 4.26088 6.92769 4.31793 6.9862C4.37498 7.04324 4.4035 7.13174 4.4035 7.25168V7.30654C4.4035 7.38552 4.39033 7.45062 4.364 7.50181C4.33913 7.55301 4.30038 7.59104 4.24771 7.61591C4.36766 7.66271 4.42763 7.77242 4.42763 7.94502V8.07008C4.42763 8.18856 4.39618 8.27925 4.33328 8.34215C4.27185 8.40358 4.18116 8.4343 4.06122 8.4343H3.68164V6.89844H4.04586ZM3.92299 7.52375H4.01734C4.0656 7.52375 4.10144 7.51132 4.12484 7.48645C4.14971 7.46159 4.16214 7.4199 4.16214 7.36139V7.27582C4.16214 7.22023 4.15191 7.18001 4.13143 7.15515C4.11241 7.13028 4.0817 7.11785 4.03927 7.11785H3.92299V7.52375ZM3.92299 8.21489H4.06122C4.10364 8.21489 4.13509 8.20392 4.15556 8.18198C4.17604 8.15858 4.18628 8.11908 4.18628 8.06349V7.92966C4.18628 7.85945 4.17384 7.81118 4.14898 7.78485C4.12558 7.75705 4.08609 7.74316 4.0305 7.74316H3.92299V8.21489Z"
fill="white" />
<path
d="M4.11739 8.3643C4.15754 8.35572 4.23639 8.36716 4.25934 8.41151C4.28227 8.45587 4.27367 8.48018 4.24929 8.47875C4.22493 8.47732 4.23066 8.43011 4.16757 8.46731C4.10449 8.50451 3.98406 8.64471 3.95969 8.70622C3.93532 8.76774 3.95682 8.81352 4.06148 8.78061C4.17044 8.74628 4.38693 8.63326 4.526 8.53884C4.55181 8.52167 4.56184 8.54456 4.52027 8.59893C4.47869 8.65329 4.07008 8.89077 3.97976 8.90365C3.91381 8.91366 3.85216 8.86788 3.83209 8.81495C3.81202 8.76202 3.80055 8.7148 3.83209 8.65186C3.86363 8.58891 4.04284 8.38004 4.11739 8.3643ZM4.64393 8.44299C4.66686 8.46015 4.7873 8.54599 4.75719 8.66187C4.72707 8.77776 4.58084 8.86216 4.48908 8.84213C4.39589 8.82353 4.39446 8.70479 4.43317 8.65186C4.47188 8.5975 4.55503 8.4902 4.60665 8.48018C4.61239 8.47875 4.61668 8.47732 4.62242 8.47589C4.61812 8.46874 4.61239 8.46302 4.60665 8.45872C4.5622 8.42153 4.61955 8.42582 4.64393 8.44299ZM4.55073 8.70336C4.54643 8.72196 4.60665 8.69478 4.63245 8.65758C4.64249 8.64471 4.64822 8.61753 4.64822 8.58891C4.60521 8.62611 4.55503 8.68905 4.55073 8.70336ZM5.04986 8.34427C5.06994 8.35572 5.08571 8.38576 5.0771 8.40007C5.06994 8.41294 5.01402 8.47589 4.9452 8.67475C5.0599 8.58891 5.21617 8.40293 5.27639 8.40723C5.3366 8.41151 5.36384 8.45444 5.33086 8.52739C5.2979 8.60178 5.27926 8.73197 5.31796 8.72053C5.35668 8.70765 5.45417 8.65042 5.50004 8.62038C5.54449 8.59177 5.52441 8.66331 5.44556 8.73483C5.36527 8.8078 5.30793 8.86359 5.23624 8.85214C5.16456 8.8407 5.16169 8.62897 5.20613 8.55314C5.18606 8.54027 5.06707 8.69907 4.98104 8.79206C4.89502 8.88505 4.86062 8.8922 4.82334 8.88934C4.78606 8.88505 4.75739 8.77918 4.7789 8.74342C4.8004 8.70622 4.81904 8.69335 4.86205 8.58176C4.90363 8.47589 4.94377 8.37003 4.95094 8.35143C4.95954 8.3314 5.00112 8.31709 5.04986 8.34427ZM5.77512 8.3643C5.81526 8.35572 5.89411 8.36716 5.91705 8.41151C5.93999 8.45587 5.93139 8.48018 5.90701 8.47875C5.88264 8.47732 5.88838 8.43011 5.82529 8.46731C5.76221 8.50451 5.64178 8.64471 5.6174 8.70622C5.59304 8.76774 5.61454 8.81352 5.7192 8.78061C5.82816 8.74628 6.04465 8.63326 6.18372 8.53884C6.20953 8.52167 6.21956 8.54456 6.17799 8.59893C6.13641 8.65329 5.7278 8.89077 5.63748 8.90365C5.57153 8.91366 5.50988 8.86788 5.48981 8.81495C5.46973 8.76202 5.45826 8.7148 5.48981 8.65186C5.52135 8.58891 5.70056 8.38004 5.77512 8.3643ZM6.53677 8.58748C6.58695 8.55744 6.60128 8.58748 6.55397 8.6304C6.50666 8.67332 6.24716 8.86502 6.19268 8.87932C6.13963 8.89506 6.08085 8.84356 6.08945 8.76344C6.09805 8.68476 6.16114 8.53598 6.19985 8.48876C6.23856 8.44155 6.24859 8.44155 6.26006 8.44155C6.28731 8.44155 6.34178 8.50165 6.33891 8.52596C6.33748 8.54886 6.32601 8.55172 6.30021 8.56602C6.2744 8.58176 6.18264 8.76631 6.22279 8.75343C6.26436 8.74056 6.48802 8.61753 6.53677 8.58748ZM6.37619 8.35143C6.35182 8.37146 6.29017 8.39434 6.27296 8.36001C6.25577 8.32568 6.23856 8.26988 6.2615 8.2613C6.28587 8.25271 6.33748 8.23841 6.34609 8.23841C6.36902 8.23555 6.39053 8.28133 6.40773 8.30279C6.42494 8.32425 6.39914 8.33283 6.37619 8.35143ZM6.94097 8.63326C7.03989 8.57603 6.99832 8.66187 6.9553 8.68762C6.9123 8.71338 6.66284 8.84642 6.56247 8.86788C6.46068 8.88934 6.41767 8.81208 6.42914 8.75343C6.43917 8.69621 6.49939 8.57603 6.57538 8.50451C6.64993 8.43441 6.70871 8.42725 6.73882 8.43011C6.77752 8.43297 6.83488 8.50021 6.84204 8.55887C6.84778 8.6161 6.75746 8.66616 6.70154 8.69192C6.64563 8.71766 6.59832 8.75343 6.55961 8.69335C6.5467 8.70908 6.5252 8.75773 6.59832 8.75343C6.67143 8.74914 6.84204 8.69192 6.94097 8.63326ZM6.71444 8.55029C6.67143 8.56745 6.6528 8.58462 6.62412 8.61895C6.64993 8.6118 6.70584 8.58605 6.71444 8.55029ZM7.38926 8.55314C7.39643 8.61895 7.395 8.65329 7.36775 8.65329C7.34051 8.65329 7.27743 8.63183 7.28317 8.5932C7.28746 8.55457 7.26023 8.54599 7.23012 8.5603C7.22009 8.56602 7.19427 8.57747 7.16704 8.59034C7.13836 8.64184 7.11973 8.68047 7.10826 8.71766C7.07814 8.79492 7.11112 8.83498 7.01219 8.88791C6.97205 8.90937 6.94051 8.91223 6.92474 8.87218C6.89033 8.78347 7.04374 8.54886 7.06381 8.50308C7.08245 8.45729 7.07385 8.43297 7.10539 8.41008C7.15127 8.37861 7.16991 8.3643 7.19141 8.39578C7.21005 8.42439 7.27313 8.39721 7.22438 8.48734C7.28173 8.44728 7.34051 8.40723 7.36775 8.40723C7.41364 8.40723 7.38352 8.48734 7.38926 8.55314ZM7.98252 8.66474C8.03127 8.65901 8.01263 8.69335 7.92804 8.72339C7.9223 8.72482 7.9137 8.72768 7.9051 8.73197C7.87356 8.82353 7.83485 8.92082 7.79757 8.98519C7.66137 9.22124 7.42481 9.28705 7.31728 9.31137C7.237 9.32854 7.15671 9.23412 7.20115 9.1025C7.2413 8.98948 7.45492 8.81352 7.80618 8.70908C7.83198 8.63326 7.84632 8.57174 7.85349 8.54313C7.85492 8.53741 7.85636 8.53312 7.85636 8.52739C7.756 8.5975 7.65994 8.65042 7.60833 8.67618C7.54955 8.70479 7.48216 8.64041 7.49076 8.60036C7.49937 8.55887 7.62123 8.46731 7.68001 8.43441C7.73162 8.40436 7.78897 8.4201 7.81334 8.42582C7.84919 8.43297 7.82338 8.45872 7.81047 8.46445C7.76316 8.48305 7.63987 8.58462 7.70295 8.5603C7.75887 8.53884 7.83915 8.47017 7.86926 8.44299C7.87356 8.42439 7.87786 8.41294 7.88503 8.41867C7.9094 8.43154 7.97965 8.44585 7.97392 8.49735C7.97105 8.52024 7.95098 8.5932 7.92374 8.67761C7.94238 8.67332 7.96245 8.66902 7.98252 8.66474ZM7.69435 8.95658C7.72875 8.89935 7.75743 8.83927 7.78037 8.78204C7.68718 8.8221 7.57392 8.87646 7.47212 8.9437C7.30438 9.05529 7.23556 9.21266 7.29434 9.20837C7.35169 9.20408 7.59256 9.12253 7.69435 8.95658ZM8.55668 8.63326C8.65561 8.57603 8.61404 8.66187 8.57102 8.68762C8.52801 8.71338 8.27854 8.84642 8.17819 8.86788C8.0764 8.88934 8.03339 8.81208 8.04486 8.75343C8.05489 8.69621 8.1151 8.57603 8.19109 8.50451C8.26564 8.43441 8.32443 8.42725 8.35454 8.43011C8.39324 8.43297 8.45059 8.50021 8.45776 8.55887C8.4635 8.6161 8.37317 8.66616 8.31726 8.69192C8.26134 8.71766 8.21403 8.75343 8.17532 8.69335C8.16242 8.70908 8.14091 8.75773 8.21403 8.75343C8.28715 8.74914 8.45776 8.69192 8.55668 8.63326ZM8.33016 8.55029C8.28715 8.56745 8.26851 8.58462 8.23984 8.61895C8.26564 8.6118 8.32156 8.58605 8.33016 8.55029Z"
fill="white" />
</svg>
<span>
добавить в корзину
</span>
</a>
<? } else { ?>
<a href="javascript:void(0)" data-ids="<?= $arResult['ID'] ?>" data-count="1"
data-url="<?= SITE_TEMPLATE_PATH ?>/ajax/add2basket.php" class="product-item__addCart <? if ($arResult['IN_BASKET']) {
echo 'noactive';
} ?> customAddCart add-to__basket product_button button-cart black-btn">
<svg width="12" height="13" viewBox="0 0 12 13" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M1.26412 1.52825C1.26412 1.38238 1.38237 1.26412 1.52825 1.26412V0.735877C1.09063 0.735877 0.735877 1.09063 0.735877 1.52825H1.26412ZM1.26412 11.5643V1.52825H0.735877V11.5643H1.26412ZM1.52825 11.8284C1.38237 11.8284 1.26412 11.7102 1.26412 11.5643H0.735877C0.735877 12.0019 1.09063 12.3567 1.52825 12.3567V11.8284ZM10.7963 11.8284H1.52825V12.3567H10.7963V11.8284ZM11.0605 11.5643C11.0605 11.7102 10.9422 11.8284 10.7963 11.8284V12.3567C11.234 12.3567 11.5887 12.0019 11.5887 11.5643H11.0605ZM11.0605 1.52825V11.5643H11.5887V1.52825H11.0605ZM10.7963 1.26412C10.9422 1.26412 11.0605 1.38237 11.0605 1.52825H11.5887C11.5887 1.09063 11.234 0.735877 10.7963 0.735877V1.26412ZM1.52825 1.26412H10.7963V0.735877H1.52825V1.26412ZM3.67764 3.21238C3.67764 2.95095 3.88957 2.73903 4.15099 2.73903V2.21078C3.59783 2.21078 3.1494 2.65921 3.1494 3.21238H3.67764ZM4.15099 3.68572C3.88957 3.68572 3.67764 3.4738 3.67764 3.21238H3.1494C3.1494 3.76554 3.59783 4.21397 4.15099 4.21397V3.68572ZM8.17356 3.68572H4.15099V4.21397H8.17356V3.68572ZM8.6469 3.21238C8.6469 3.4738 8.43498 3.68572 8.17356 3.68572V4.21397C8.72672 4.21397 9.17515 3.76554 9.17515 3.21238H8.6469ZM8.17356 2.73903C8.43498 2.73903 8.6469 2.95095 8.6469 3.21238H9.17515C9.17515 2.65921 8.72672 2.21078 8.17356 2.21078V2.73903ZM4.15099 2.73903H8.17356V2.21078H4.15099V2.73903Z"
fill="white" />
<path
d="M7.87305 6.89844H8.12017L8.30067 7.59835L8.48117 6.89844H8.7068L8.40811 7.92527V8.4343H8.17174V7.92527L7.87305 6.89844Z"
fill="white" />
<path
d="M7.82802 6.89844V7.11785H7.5757V8.4343H7.33435V7.11785H7.08203V6.89844H7.82802Z"
fill="white" />
<path
d="M6.51431 8.08492C6.51431 8.18453 6.55625 8.23433 6.64013 8.23433C6.72401 8.23433 6.76596 8.18453 6.76596 8.08492V6.89844H6.99553V8.06954C6.99553 8.19404 6.96463 8.28999 6.90282 8.35737C6.84101 8.42329 6.75124 8.45624 6.63351 8.45624C6.51578 8.45624 6.42601 8.42329 6.3642 8.35737C6.30239 8.28999 6.27148 8.19404 6.27148 8.06954V6.89844H6.51431V8.08492Z"
fill="white" />
<path
d="M5.9215 8.4343L5.88035 8.15565H5.588L5.54685 8.4343H5.32812L5.57067 6.89844H5.91933L6.16188 8.4343H5.9215ZM5.84787 7.94721L5.73309 7.1705L5.61831 7.94721H5.84787Z"
fill="white" />
<path
d="M5.15469 7.54569V7.7651H4.82338V8.21489H5.24026V8.4343H4.58203V6.89844H5.24026V7.11785H4.82338V7.54569H5.15469Z"
fill="white" />
<path
d="M4.04586 6.89844C4.17019 6.89844 4.26088 6.92769 4.31793 6.9862C4.37498 7.04324 4.4035 7.13174 4.4035 7.25168V7.30654C4.4035 7.38552 4.39033 7.45062 4.364 7.50181C4.33913 7.55301 4.30038 7.59104 4.24771 7.61591C4.36766 7.66271 4.42763 7.77242 4.42763 7.94502V8.07008C4.42763 8.18856 4.39618 8.27925 4.33328 8.34215C4.27185 8.40358 4.18116 8.4343 4.06122 8.4343H3.68164V6.89844H4.04586ZM3.92299 7.52375H4.01734C4.0656 7.52375 4.10144 7.51132 4.12484 7.48645C4.14971 7.46159 4.16214 7.4199 4.16214 7.36139V7.27582C4.16214 7.22023 4.15191 7.18001 4.13143 7.15515C4.11241 7.13028 4.0817 7.11785 4.03927 7.11785H3.92299V7.52375ZM3.92299 8.21489H4.06122C4.10364 8.21489 4.13509 8.20392 4.15556 8.18198C4.17604 8.15858 4.18628 8.11908 4.18628 8.06349V7.92966C4.18628 7.85945 4.17384 7.81118 4.14898 7.78485C4.12558 7.75705 4.08609 7.74316 4.0305 7.74316H3.92299V8.21489Z"
fill="white" />
<path
d="M4.11739 8.3643C4.15754 8.35572 4.23639 8.36716 4.25934 8.41151C4.28227 8.45587 4.27367 8.48018 4.24929 8.47875C4.22493 8.47732 4.23066 8.43011 4.16757 8.46731C4.10449 8.50451 3.98406 8.64471 3.95969 8.70622C3.93532 8.76774 3.95682 8.81352 4.06148 8.78061C4.17044 8.74628 4.38693 8.63326 4.526 8.53884C4.55181 8.52167 4.56184 8.54456 4.52027 8.59893C4.47869 8.65329 4.07008 8.89077 3.97976 8.90365C3.91381 8.91366 3.85216 8.86788 3.83209 8.81495C3.81202 8.76202 3.80055 8.7148 3.83209 8.65186C3.86363 8.58891 4.04284 8.38004 4.11739 8.3643ZM4.64393 8.44299C4.66686 8.46015 4.7873 8.54599 4.75719 8.66187C4.72707 8.77776 4.58084 8.86216 4.48908 8.84213C4.39589 8.82353 4.39446 8.70479 4.43317 8.65186C4.47188 8.5975 4.55503 8.4902 4.60665 8.48018C4.61239 8.47875 4.61668 8.47732 4.62242 8.47589C4.61812 8.46874 4.61239 8.46302 4.60665 8.45872C4.5622 8.42153 4.61955 8.42582 4.64393 8.44299ZM4.55073 8.70336C4.54643 8.72196 4.60665 8.69478 4.63245 8.65758C4.64249 8.64471 4.64822 8.61753 4.64822 8.58891C4.60521 8.62611 4.55503 8.68905 4.55073 8.70336ZM5.04986 8.34427C5.06994 8.35572 5.08571 8.38576 5.0771 8.40007C5.06994 8.41294 5.01402 8.47589 4.9452 8.67475C5.0599 8.58891 5.21617 8.40293 5.27639 8.40723C5.3366 8.41151 5.36384 8.45444 5.33086 8.52739C5.2979 8.60178 5.27926 8.73197 5.31796 8.72053C5.35668 8.70765 5.45417 8.65042 5.50004 8.62038C5.54449 8.59177 5.52441 8.66331 5.44556 8.73483C5.36527 8.8078 5.30793 8.86359 5.23624 8.85214C5.16456 8.8407 5.16169 8.62897 5.20613 8.55314C5.18606 8.54027 5.06707 8.69907 4.98104 8.79206C4.89502 8.88505 4.86062 8.8922 4.82334 8.88934C4.78606 8.88505 4.75739 8.77918 4.7789 8.74342C4.8004 8.70622 4.81904 8.69335 4.86205 8.58176C4.90363 8.47589 4.94377 8.37003 4.95094 8.35143C4.95954 8.3314 5.00112 8.31709 5.04986 8.34427ZM5.77512 8.3643C5.81526 8.35572 5.89411 8.36716 5.91705 8.41151C5.93999 8.45587 5.93139 8.48018 5.90701 8.47875C5.88264 8.47732 5.88838 8.43011 5.82529 8.46731C5.76221 8.50451 5.64178 8.64471 5.6174 8.70622C5.59304 8.76774 5.61454 8.81352 5.7192 8.78061C5.82816 8.74628 6.04465 8.63326 6.18372 8.53884C6.20953 8.52167 6.21956 8.54456 6.17799 8.59893C6.13641 8.65329 5.7278 8.89077 5.63748 8.90365C5.57153 8.91366 5.50988 8.86788 5.48981 8.81495C5.46973 8.76202 5.45826 8.7148 5.48981 8.65186C5.52135 8.58891 5.70056 8.38004 5.77512 8.3643ZM6.53677 8.58748C6.58695 8.55744 6.60128 8.58748 6.55397 8.6304C6.50666 8.67332 6.24716 8.86502 6.19268 8.87932C6.13963 8.89506 6.08085 8.84356 6.08945 8.76344C6.09805 8.68476 6.16114 8.53598 6.19985 8.48876C6.23856 8.44155 6.24859 8.44155 6.26006 8.44155C6.28731 8.44155 6.34178 8.50165 6.33891 8.52596C6.33748 8.54886 6.32601 8.55172 6.30021 8.56602C6.2744 8.58176 6.18264 8.76631 6.22279 8.75343C6.26436 8.74056 6.48802 8.61753 6.53677 8.58748ZM6.37619 8.35143C6.35182 8.37146 6.29017 8.39434 6.27296 8.36001C6.25577 8.32568 6.23856 8.26988 6.2615 8.2613C6.28587 8.25271 6.33748 8.23841 6.34609 8.23841C6.36902 8.23555 6.39053 8.28133 6.40773 8.30279C6.42494 8.32425 6.39914 8.33283 6.37619 8.35143ZM6.94097 8.63326C7.03989 8.57603 6.99832 8.66187 6.9553 8.68762C6.9123 8.71338 6.66284 8.84642 6.56247 8.86788C6.46068 8.88934 6.41767 8.81208 6.42914 8.75343C6.43917 8.69621 6.49939 8.57603 6.57538 8.50451C6.64993 8.43441 6.70871 8.42725 6.73882 8.43011C6.77752 8.43297 6.83488 8.50021 6.84204 8.55887C6.84778 8.6161 6.75746 8.66616 6.70154 8.69192C6.64563 8.71766 6.59832 8.75343 6.55961 8.69335C6.5467 8.70908 6.5252 8.75773 6.59832 8.75343C6.67143 8.74914 6.84204 8.69192 6.94097 8.63326ZM6.71444 8.55029C6.67143 8.56745 6.6528 8.58462 6.62412 8.61895C6.64993 8.6118 6.70584 8.58605 6.71444 8.55029ZM7.38926 8.55314C7.39643 8.61895 7.395 8.65329 7.36775 8.65329C7.34051 8.65329 7.27743 8.63183 7.28317 8.5932C7.28746 8.55457 7.26023 8.54599 7.23012 8.5603C7.22009 8.56602 7.19427 8.57747 7.16704 8.59034C7.13836 8.64184 7.11973 8.68047 7.10826 8.71766C7.07814 8.79492 7.11112 8.83498 7.01219 8.88791C6.97205 8.90937 6.94051 8.91223 6.92474 8.87218C6.89033 8.78347 7.04374 8.54886 7.06381 8.50308C7.08245 8.45729 7.07385 8.43297 7.10539 8.41008C7.15127 8.37861 7.16991 8.3643 7.19141 8.39578C7.21005 8.42439 7.27313 8.39721 7.22438 8.48734C7.28173 8.44728 7.34051 8.40723 7.36775 8.40723C7.41364 8.40723 7.38352 8.48734 7.38926 8.55314ZM7.98252 8.66474C8.03127 8.65901 8.01263 8.69335 7.92804 8.72339C7.9223 8.72482 7.9137 8.72768 7.9051 8.73197C7.87356 8.82353 7.83485 8.92082 7.79757 8.98519C7.66137 9.22124 7.42481 9.28705 7.31728 9.31137C7.237 9.32854 7.15671 9.23412 7.20115 9.1025C7.2413 8.98948 7.45492 8.81352 7.80618 8.70908C7.83198 8.63326 7.84632 8.57174 7.85349 8.54313C7.85492 8.53741 7.85636 8.53312 7.85636 8.52739C7.756 8.5975 7.65994 8.65042 7.60833 8.67618C7.54955 8.70479 7.48216 8.64041 7.49076 8.60036C7.49937 8.55887 7.62123 8.46731 7.68001 8.43441C7.73162 8.40436 7.78897 8.4201 7.81334 8.42582C7.84919 8.43297 7.82338 8.45872 7.81047 8.46445C7.76316 8.48305 7.63987 8.58462 7.70295 8.5603C7.75887 8.53884 7.83915 8.47017 7.86926 8.44299C7.87356 8.42439 7.87786 8.41294 7.88503 8.41867C7.9094 8.43154 7.97965 8.44585 7.97392 8.49735C7.97105 8.52024 7.95098 8.5932 7.92374 8.67761C7.94238 8.67332 7.96245 8.66902 7.98252 8.66474ZM7.69435 8.95658C7.72875 8.89935 7.75743 8.83927 7.78037 8.78204C7.68718 8.8221 7.57392 8.87646 7.47212 8.9437C7.30438 9.05529 7.23556 9.21266 7.29434 9.20837C7.35169 9.20408 7.59256 9.12253 7.69435 8.95658ZM8.55668 8.63326C8.65561 8.57603 8.61404 8.66187 8.57102 8.68762C8.52801 8.71338 8.27854 8.84642 8.17819 8.86788C8.0764 8.88934 8.03339 8.81208 8.04486 8.75343C8.05489 8.69621 8.1151 8.57603 8.19109 8.50451C8.26564 8.43441 8.32443 8.42725 8.35454 8.43011C8.39324 8.43297 8.45059 8.50021 8.45776 8.55887C8.4635 8.6161 8.37317 8.66616 8.31726 8.69192C8.26134 8.71766 8.21403 8.75343 8.17532 8.69335C8.16242 8.70908 8.14091 8.75773 8.21403 8.75343C8.28715 8.74914 8.45776 8.69192 8.55668 8.63326ZM8.33016 8.55029C8.28715 8.56745 8.26851 8.58462 8.23984 8.61895C8.26564 8.6118 8.32156 8.58605 8.33016 8.55029Z"
fill="white" />
</svg>
<span>
добавить в корзину
</span>
</a>
<? } ?>
<div class="product__change-cart <? if (!$arResult['IN_BASKET']) {
echo 'noactive';
} ?>" data-ids="<?= $arResult['ID']; ?>"
data-url="<?= SITE_TEMPLATE_PATH ?>/ajax/change_basket_quantity.php">
<div class="minus <? if (isset($arResult['BASKET_QUANTITY']) && $arResult['BASKET_QUANTITY'] <= 1) {
echo 'noactive';
} ?>">-</div>
<div class="product__cart-quant"><? if (isset($arResult['BASKET_QUANTITY']) && $arResult['BASKET_QUANTITY'] > 0) {
echo $arResult['BASKET_QUANTITY'];
} ?></div>
<div class="plus">+</div>
</div>
<?
}
}
?>
<? if ($price['PRICE']) { ?>
<div class="sub-busket__info">
+ Вам будет начислено <?= (int) $price['PRICE'] * 0.05; ?> бьюти-баллов за эту покупку
</div>
<? } ?>
<a href="javascript:void(0)" data-modal="add-gift" class="remembering-gift pink-btn">
<svg width="13" height="13" viewBox="0 0 13 13" fill="none"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<mask id="mask0_568_1321" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0"
width="13" height="13">
<rect width="12.5803" height="12.5803" fill="url(#pattern0_568_1321)" />
</mask>
<g mask="url(#mask0_568_1321)">
<rect x="-3" y="-2" width="16" height="17" fill="white" />
</g>
<defs>
<pattern id="pattern0_568_1321" patternContentUnits="objectBoundingBox" width="1"
height="1">
<use xlink:href="#image0_568_1321" transform="scale(0.01)" />
</pattern>
<image id="image0_568_1321" width="100" height="100" preserveAspectRatio="none"
xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAADEElEQVR4nO3dPWsUURTG8WusjRC00U5RUNEEEcUmoiCWqVJoFcSXDxALwZdgpRIRC6NItIo2txb8AJa+4QcwaKedISAkaP5yYS4sydzJbszMueM+P0i1c2DPfXLOzG6zzomIiIhInwL2AqPAGHASGOqiZqi4dqyo3dPMu/1PATuBe8A8a/0G3gLngYGOmgHgQvFauGa1L8BdYIdtdy0DXAEW6M4HYB+wH/jUZc1P4JJ1n60APKJ3Cz0E2Omhdb9ZA67TvGvWfWcJGAH+GAQS7jWHrfvPDvAGO6+t+88KsBtYqTiwr8At4CLwBFjq4pDDNTNFzW3gW8W1YTJ3WZ9DNoCr6zxFbVt1/Yl1QgmvHV9VMwh8rKi53HjjuQIeVBzU6UTN04qamUTNmYqa6dobbQtgruKgBhM1ExU1E4maMCUpc7U32hbFfSHlQKJmPFkB44maQxU1j2tvtC2AyYqDeraJgcxW1EzW3mhbAMMVB7USQgEOAlt7DSTUFLWz6zzJDbu2Ao4AL4rH0eWKJvvNcnEmzxv5sAlsAe4YfaJum3BGU+HM6gwkhCG9mapzTWkyehfObKSOQMI9QzZmto5Aws1KNma+jkD0NLVxS3UEIv9AgWRGgWRGgWRGgWRGgfRBIOHbVf2xsTPY9EBEREREpG6At36uB3xb358CsaFAIk1IZv+BaGUpkBJaWZEmxIZ3CQpEgZTRyoo0ITa8S1AgCqSMVlakCbHhXYICUSBltLIiTYgN7xIUiAIpo5UVaUJseJegQBRIGa2sSBNiw7sEBaJAymhlRZoQG94lKBAFUkYrK9KE2PAuQYEokDJaWZEmxIZ3CQpEgZTRyoo0ITa8S1AgCqSMVlakCbHhXYICUSBltLIiTYgN7xIUiAIpo5UVaUJseJfQj4G8su6W/AN52WQg09bdkn8g95sM5Jx1t+QfyNkmAxno4ZeZ+zGQz50/K95UKMeAX4ZN+0wDCWdytNEwOho/BfwwatxnGMh3YLTZFNY2vx24CbwHFvswkEXgHXAj9SOYIiIiIiIiIuJa6i+uTwHLG1sQRwAAAABJRU5ErkJggg==" />
</defs>
</svg>
<span>
намекнуть о подарке
</span>
</a>
<?
$wish_message = 'добавить в вишлист';
if ($USER->IsAuthorized()) {
$idUser = $USER->GetID();
$rsUser = CUser::GetByID($idUser);
$arUser = $rsUser->Fetch();
if (is_array($arUser['UF_FAVORITES'])) {
if (in_array($arResult['ID'], $arUser['UF_FAVORITES'])) {
$wish_message = 'удалить из вишлиста';
}
}
}
?>
<a href="javascript:void(0)" class="add-wishlist pink-btn"
data-element="<?= $arResult['ID']; ?>">
<svg width="12" height="10" viewBox="0 0 12 10" fill="none"
xmlns="http://www.w3.org/2000/svg">
<path
d="M5.36261 2.21095L5.69429 3.27607L6.02568 2.21086C6.3616 1.13105 7.33696 0.347222 8.47148 0.347222C9.88671 0.347222 11.0417 1.49359 11.0417 2.96426C11.0417 3.6818 10.7664 4.1897 10.2605 4.78773L5.69668 9.501L1.12759 4.78771C0.622761 4.19037 0.347222 3.67765 0.347222 2.95887C0.347222 1.49312 1.49538 0.378418 2.91646 0.378418C4.05662 0.378418 5.02815 1.13689 5.36261 2.21095Z"
stroke="white" stroke-width="0.694444" />
</svg>
<span>
<?= $wish_message; ?>
</span>
</a>
<? if ($haveOffers && !empty($arResult['OFFERS_PROP'])) { ?>
<div class="single-product__availible availibility"></div>
<? } else { ?>
<? if ($arResult['PRODUCT']['QUANTITY'] > 0) { ?>
<div class="single-product__availible availibility">
<span>Наличие: </span><?= $arResult['PRODUCT']['QUANTITY']; ?>&nbsp;шт в Москве
</div>
<? } else { ?>
<div class="single-product__availible availibility">
<span>Наличие: </span>&nbsp;под заказ
</div>
<? } ?>
<? } ?>
<? if (!$haveOffers && empty($arResult['OFFERS_PROP'])) { ?>
<? if ($arResult['PRODUCT']['QUANTITY'] <= 0) { ?>
<a href="javascript:void(0)" class="notify-income black-btn" data-modal="notify-income">
<span>
сообщить о поступлении в москве
</span>
</a>
<? } ?>
<? } else { ?>
<a style="display: none;" href="javascript:void(0)" class="notify-income black-btn"
data-modal="notify-income">
<span>
сообщить о поступлении в москве
</span>
</a>
<? } ?>
</div>
<?
if ($haveOffers && !empty($arResult['OFFERS_PROP'])) {
?>
<div class="single-product__chars-container" id="<?= $itemIds['TREE_ID'] ?>">
<?php
foreach ($arResult['SKU_PROPS'] as $skuProperty) {
if (!isset($arResult['OFFERS_PROP'][$skuProperty['CODE']]))
continue;
$propertyId = $skuProperty['ID'];
//p($skuProperty);
$skuProps[] = array(
'ID' => $propertyId,
'SHOW_MODE' => $skuProperty['SHOW_MODE'],
'VALUES' => $skuProperty['VALUES'],
'VALUES_COUNT' => $skuProperty['VALUES_COUNT']
);
if (!isset($arResult['OFFERS_PROP'][$skuProperty['CODE']]))
continue;
?>
<div class="single-product__chars">
<div class="single-product__chars-title">
<?= htmlspecialcharsEx($skuProperty['NAME']) ?>
</div>
<?
$imageFlag = false;
foreach ($skuProperty['VALUES'] as $value) {
if (!empty($value['PICT'])) {
$imageFlag = true;
break;
}
}
?>
<div class="single-product__chars-items <? if ($imageFlag) {
echo 'image-chars';
} else {
echo 'simple-chars';
} ?>">
<?php
foreach ($skuProperty['VALUES'] as &$value) {
$isActive = '';
if ($value['ID'] == 0) {
continue;
}
if(!empty($_GET['oid'])) {
if($actualItem['TREE']['PROP_' . $propertyId] && $actualItem['TREE']['PROP_' . $propertyId] == $value['ID']) {
$isActive = 'active';
}
}
$value['NAME'] = htmlspecialcharsbx($value['NAME']); ?>
<div class="single-product__chars-item <? echo $isActive; ?> <? if ($imageFlag) {
echo 'image-char';
} else {
echo 'simple-char';
} ?>" title="<?= $value['NAME'] ?>"
data-treevalue="<?= $propertyId ?>_<?= $value['ID'] ?>"
data-onevalue="<?= $value['ID'] ?>">
<? if (!empty($value['PICT'])) { ?>
<? if (!empty($value['HEX'])) { ?>
<div class="product-card__item-color__pick"
style="background-color: <?= $value['HEX']; ?>;"></div>
<? } else { ?>
<img src="<?= $value['PICT']['SRC'] ?>" alt="<?= $value['NAME'] ?>">
<? } ?>
<? } ?>
<? if ($imageFlag) { ?>
<div class="chars-name">
<?= $value['ENG_NAME'] ?>
</div>
<? } ?>
<? if ($imageFlag) { ?>
<div class="chars-descr">
<?= $value['NAME'] ?>
</div>
<? } else { ?>
<div class="chars-name">
<?= $value['NAME'] ?>
</div>
<? } ?>
</div>
<? } ?>
</div>
<? if ($imageFlag) {
$hidden = !$selectedColorEng ? 'hidden' : '';
?>
<div class="selected-color <?= $hidden; ?>">
<? if($selectedColorImage) { ?>
<div class="selected-color__image">
<img src="<?= $selectedColorImage; ?>" alt="">
</div>
<? } else { ?>
<div class="selected-color__image" style="background-color: <?= $selectedColorHex; ?>;"></div>
<? } ?>
<div class="selected-color__info">
<div class="selected-color__name">
<?= $selectedColorEng; ?>
</div>
<div class="selected-color__transcript">
<?= $selectedColorRu; ?>
</div>
</div>
</div>
<? } ?>
</div>
<? } ?>
</div>
<? } else { ?>
<? foreach ($arResult['DISPLAY_PROPERTIES'] as $prop) { ?>
<? if ($prop['CODE'] === 'VOLUME' || $prop['CODE'] === 'SIZE' || $prop['CODE'] === 'COLOR') { ?>
<div class="single-product__chars-container">
<div class="single-product__chars">
<div class="single-product__chars-title">
<?= $prop['NAME'] ?>
</div>
<?
$imageFlag = false;
if (is_array($prop['VALUE'])) {
$imageFlag = true;
}
?>
<div class="single-product__chars-items <? if ($imageFlag) {
echo 'image-chars';
} else {
echo 'simple-chars';
} ?>">
<div class="single-product__chars-item no-offer active <? if ($imageFlag) {
echo 'image-char';
} else {
echo 'simple-char';
} ?>" style="pointer-events: none;" title="<?= $prop['VALUE'] ?>">
<?
if ($imageFlag) {
if (!empty($prop['VALUE']['HEX'])) { ?>
<div class="product-card__item-color__pick"
style="background-color: <?= $prop['VALUE']['HEX']; ?>;"></div>
<? } else { ?>
<img src="<?= $prop['VALUE']['PICT'] ?? '/local/templates/beauty/components/bitrix/catalog.section/.default/images/no_photo.png'; ?>"
alt="<?= $prop['VALUE'] ?>">
<? }
}
?>
<? if ($imageFlag) { ?>
<div class="chars-name">
<?= $prop['VALUE']['CODE'] ?>
</div>
<? } ?>
<? if ($imageFlag) { ?>
<div class="chars-descr">
<?= $prop['VALUE']['NAME'] ?>
</div>
<? } else { ?>
<div class="chars-name">
<?= $prop['VALUE']; ?>
</div>
<? } ?>
</div>
</div>
<? if ($imageFlag) { ?>
<div class="selected-color">
<div class="selected-color__image">
<? if (!empty($prop['VALUE']['HEX'])) { ?>
<div class="product-card__item-color__pick"
style="background-color: <?= $prop['VALUE']['HEX']; ?>;"></div>
<? } else { ?>
<img src="<?= $prop['VALUE']['PICT'] ?? '/local/templates/beauty/components/bitrix/catalog.section/.default/images/no_photo.png'; ?>"
alt="<?= $prop['VALUE'] ?>">
<? } ?>
</div>
<div class="selected-color__info">
<div class="selected-color__name">
<?= $prop['VALUE']['ENG_NAME'] ?>
</div>
<div class="selected-color__transcript">
<?= $prop['VALUE']['NAME'] ?>
</div>
</div>
</div>
<? } ?>
</div>
</div>
<? } ?>
<? } ?>
<? } ?>
</div>
</div>
</div>
<div class="single-product__descr-tabs">
<div class="single-product__descr-tabs__btns">
<? $firstTab = true; ?>
<? if ($arResult['DETAIL_TEXT']) { ?>
<a href="javascript:void(0)" class="single-product__tab-btn <?= $firstTab ? 'active' : '' ?>"
data-tab="1">Описание</a>
<? $firstTab = false; ?>
<? } ?>
<? if (!empty($arResult['PROPERTIES']['ACTIVES']['VALUE'])) { ?>
<a href="javascript:void(0)" class="single-product__tab-btn <?= $firstTab ? 'active' : '' ?>"
data-tab="2">Активы</a>
<? $firstTab = false; ?>
<? } ?>
<? if (!empty($arResult['PROPERTIES']['USAGE']['VALUE'])) { ?>
<a href="javascript:void(0)" class="single-product__tab-btn <?= $firstTab ? 'active' : '' ?>"
data-tab="3">Применение</a>
<? $firstTab = false; ?>
<? } ?>
<? if (!empty($arResult['PROPERTIES']['STRUCTURE']['VALUE'])) { ?>
<a href="javascript:void(0)" class="single-product__tab-btn <?= $firstTab ? 'active' : '' ?>"
data-tab="4">Состав</a>
<? $firstTab = false; ?>
<? } ?>
<? if (!empty($arResult['PROPERTIES']['SIZES']['VALUE'])) { ?>
<a href="javascript:void(0)" class="single-product__tab-btn <?= $firstTab ? 'active' : '' ?>"
data-tab="5">Таблица размеров</a>
<? $firstTab = false; ?>
<? } ?>
</div>
<? $firstContent = true; ?>
<? if ($arResult['DETAIL_TEXT']) { ?>
<div class="single-product__descr-tabs__content <?= $firstContent ? 'active' : '' ?>" data-tab-content="1">
<?= $arResult['~DETAIL_TEXT']; ?>
</div>
<? $firstContent = false; ?>
<? } ?>
<? if (!empty($arResult['PROPERTIES']['ACTIVES']['~VALUE'])) { ?>
<div class="single-product__descr-tabs__content <?= $firstContent ? 'active' : '' ?>" data-tab-content="2">
<? echo $arResult['PROPERTIES']['ACTIVES']['~VALUE']['TEXT']; ?>
</div>
<? $firstContent = false; ?>
<? } ?>
<? if (!empty($arResult['PROPERTIES']['USAGE']['VALUE'])) { ?>
<div class="single-product__descr-tabs__content <?= $firstContent ? 'active' : '' ?>" data-tab-content="3">
<? echo $arResult['PROPERTIES']['USAGE']['~VALUE']['TEXT']; ?>
</div>
<? $firstContent = false; ?>
<? } ?>
<? if (!empty($arResult['PROPERTIES']['STRUCTURE']['VALUE'])) { ?>
<div class="single-product__descr-tabs__content <?= $firstContent ? 'active' : '' ?>" data-tab-content="4">
<? echo $arResult['PROPERTIES']['STRUCTURE']['~VALUE']['TEXT']; ?>
</div>
<? $firstContent = false; ?>
<? } ?>
<? if (!empty($arResult['PROPERTIES']['SIZES']['VALUE'])) { ?>
<div class="single-product__descr-tabs__content <?= $firstContent ? 'active' : '' ?>" data-tab-content="5">
<div class="sizes-title">
<? echo $arResult['PROPERTIES']['SIZES']['VALUE']['TEXT']; ?>
</div>
<div class="single-product__descr-tabs__btns flex-wrap">
<a href="javascript:void(0)" class="single-product__tab-btn__size active" data-tab="1">Бра и
топы</a>
<a href="javascript:void(0)" class="single-product__tab-btn__size" data-tab="2">кофты и
толстовки</a>
<a href="javascript:void(0)" class="single-product__tab-btn__size" data-tab="3">штаны и леггинсы</a>
<a href="javascript:void(0)" class="single-product__tab-btn__size" data-tab="4">Платья и боди</a>
<a href="javascript:void(0)" class="single-product__tab-btn__size" data-tab="5">обувь и носки</a>
</div>
<div class="single-product__descr-tabs__content-size active" data-tab-content="1">
<? $APPLICATION->IncludeComponent(
"bitrix:main.include",
"",
array(
"AREA_FILE_SHOW" => "file",
"AREA_FILE_SUFFIX" => "inc",
"EDIT_TEMPLATE" => "standard.php",
"PATH" => "/include/size_tables/bra.php"
)
); ?>
</div>
<div class="single-product__descr-tabs__content-size" data-tab-content="2">
<? $APPLICATION->IncludeComponent(
"bitrix:main.include",
"",
array(
"AREA_FILE_SHOW" => "file",
"AREA_FILE_SUFFIX" => "inc",
"EDIT_TEMPLATE" => "standard.php",
"PATH" => "/include/size_tables/kofty.php"
)
); ?>
</div>
<div class="single-product__descr-tabs__content-size" data-tab-content="3">
<? $APPLICATION->IncludeComponent(
"bitrix:main.include",
"",
array(
"AREA_FILE_SHOW" => "file",
"AREA_FILE_SUFFIX" => "inc",
"EDIT_TEMPLATE" => "standard.php",
"PATH" => "/include/size_tables/shtany.php"
)
); ?>
</div>
<div class="single-product__descr-tabs__content-size" data-tab-content="4">
<? $APPLICATION->IncludeComponent(
"bitrix:main.include",
"",
array(
"AREA_FILE_SHOW" => "file",
"AREA_FILE_SUFFIX" => "inc",
"EDIT_TEMPLATE" => "standard.php",
"PATH" => "/include/size_tables/platya.php"
)
); ?>
</div>
<div class="single-product__descr-tabs__content-size" data-tab-content="5">
<? $APPLICATION->IncludeComponent(
"bitrix:main.include",
"",
array(
"AREA_FILE_SHOW" => "file",
"AREA_FILE_SUFFIX" => "inc",
"EDIT_TEMPLATE" => "standard.php",
"PATH" => "/include/size_tables/obuv.php"
)
); ?>
</div>
</div>
<? $firstContent = false; ?>
<? } ?>
</div>
</div>
</section>
<? //p($arResult);
?>
<script>
var offersMap = <?php echo json_encode($arResult['JS_OFFERS']); ?>;
</script>
<div class="modal pre-basket__modal detail__pre-basket" data-modal="pre-basket" style="padding-top: 0;">
<div class="modal-inner">
<div class="modal-close">
<svg width="11" height="14" viewBox="0 0 11 14" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 1.11719L10.3092 12.879" stroke="black"></path>
<path d="M1.1543 12.7617L10.4635 0.99994" stroke="black"></path>
</svg>
</div>
<div class="modal-content">
<div class="modal-content__inner">
<div class="pre-basket__title">
Внимание!
</div>
<div class="pre-basket__subtitle">
Вы оформляете заказ на товары, которых нет в наличии в Москве: 
</div>
<div class="checkout-product__items">
<div class="checkout-product__item">
<div class="checkout-product__item-left">
<div class="checkout-product__item-image">
<? if (!$haveOffers) { ?>
<? if ($arResult['FOR_EPILOG']['GALLERY']) { ?>
<img src="<?= $arResult['FOR_EPILOG']['GALLERY']; ?>" alt="img">
<? } ?>
<? } else { ?>
<img src="" alt="img">
<? } ?>
</div>
<div class="checkout-product__item-info">
<div class="checkout-product__item-name">
<p><?= $arResult['DISPLAY_PROPERTIES']['BRAND']['DISPLAY_VALUE']; ?></p>
<p><?= $arResult['NAME']; ?></p>
</div>
<? if (!$haveOffers && !empty($arResult['DISPLAY_PROPERTIES']['COLOR'])) { ?>
<div class="checkout-product__item-description">
OTTEHOK <?= $arResult['DISPLAY_PROPERTIES']['COLOR']['VALUE']['ENG_NAME']; ?>
</div>
<? } else { ?>
<div class="checkout-product__item-description"></div>
<? } ?>
</div>
</div>
<? if (!$haveOffers) { ?>
<div class="checkout-product__item-right">
<div class="checkout-product__item-price">
<?= $arResult['ITEM_PRICES'][0]['PRINT_BASE_PRICE']; ?>
</div>
<? if (!empty($arResult['DISPLAY_PROPERTIES']['VOLUME'])) { ?>
<div class="checkout-item__char">
<div class="checkout-item__char-name">
<?= $arResult['DISPLAY_PROPERTIES']['VOLUME']['DISPLAY_VALUE']; ?>
</div>
</div>
<? } ?>
</div>
<? } else { ?>
<div class="checkout-product__item-right">
<div class="checkout-product__item-price"></div>
<div class="checkout-item__char">
<div class="checkout-item__char-name"></div>
</div>
</div>
<? } ?>
</div>
</div>
<div class="pre-basket__banner">
<p>
Срок доставки данных товаров
3-4 недели до Москвы 
</p>
<p>
Важно! После оплаты отмена заказа
и возврат денежных средств невозможен
</p>
</div>
<div class="pre-basket-btns__title">
Вы подтверждаете актуальность ожидания позиций на заказ? 
</div>
<div class="pre-basket__btns">
<a href="javascript:void(0)" class="pre-basket__btn no">
нет, Изменить заказ
</a>
<? if ($haveOffers) { ?>
<a href="javascript:void(0)" data-ids="" data-count="1"
data-url="<?= SITE_TEMPLATE_PATH ?>/ajax/add2basket.php"
class="customAddCart pre-basket__btn yes">
да, оформить заказ
</a>
<? } else { ?>
<a href="javascript:void(0)" data-ids="<?= $arResult['ID']; ?>" data-count="1"
data-url="<?= SITE_TEMPLATE_PATH ?>/ajax/add2basket.php"
class="customAddCart pre-basket__btn yes">
да, оформить заказ
</a>
<? } ?>
</div>
</div>
</div>
</div>
</div>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957