It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://www.parfumpiter.ru

  1. <!DOCTYPE html>
  2. <html prefix="og: https://ogp.me/ns# fb: https://ogp.me/ns/fb# business: https://ogp.me/ns/business# place: http://ogp.me/ns/place#">
  3. <head>
  4. <link rel="icon" href="https://www.parfumpiter.ru/favicon.ico" type="image/x-icon">
  5. <!-- Google Tag Manager -->
  6.  
  7. <!-- End Google Tag Manager -->
  8. <meta charset="UTF-8" />
  9. <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous" />
  10. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,500,600,700,800&subset=latin,cyrillic-ext&amp;display=swap" media="print" onload="this.onload=null;this.media='all';" />
  11. <link href="https://www.parfumpiter.ru/image/autotunespeed-4d4d5ec503a4c63f9c83abb2314789c2.css?1700766822" rel="preload" as="style" />
  12. <link href="https://www.parfumpiter.ru/image/autotunespeed-4d4d5ec503a4c63f9c83abb2314789c2.css?1700766822" rel="stylesheet" media="screen" />
  13. <link href="https://www.parfumpiter.ru/image/autotunespeed-6ea29b0acd05f305033b5fcf154c80e2.js?1700766822" rel="preload" as="script" />
  14. <script src="https://www.parfumpiter.ru/image/autotunespeed-6ea29b0acd05f305033b5fcf154c80e2.js?1700766822"></script>
  15. <link href="https://www.parfumpiter.ru/image/autotunespeed-10d378d2aabd96011f3ece829c71b866-inline.js?1700766822" rel="preload" as="script" />
  16. <link rel="preload" href="https://www.parfumpiter.ru/image/catalog/logo-foto/Logo.jpg" as="image" />
  17. <link rel="preload" href="https://www.parfumpiter.ru/image/cache/catalog/categories/zhenskaya-parfyumeriya-60x60.jpg" as="image" />
  18. <link rel="preload" href="https://www.parfumpiter.ru/image/cache/catalog/categories/muzhskaya-parfyumeriya-60x60.jpg" as="image" />
  19. <link rel="preload" href="https://www.parfumpiter.ru/image/cache/catalog/categories/universalnaya-parfyumeriya-60x60.jpg" as="image" />
  20. <link rel="preload" href="https://www.parfumpiter.ru/image/cache/catalog/categories/vintazhnaya-parfyumeriya-60x60.jpg" as="image" />
  21. <meta name="viewport" content="width=device-width, initial-scale=1">
  22. <meta http-equiv="content-language" content="ru" />
  23. <style>
  24. @media (max-width: 768px) {
  25.    .hide_on_mobile {
  26.        display: none;
  27.    }
  28. }
  29. </style>
  30. <title>Магазин оригинальной парфюмерии Парфюм-Питер селективные и люкс духи по недорогой цене с быстрой доставкой по Спб, Мск и всей России. </title>
  31.  
  32.  
  33.  
  34.            
  35.  
  36. <base href="https://www.parfumpiter.ru/" />
  37. <meta name="description" content="Магазин оригинальных духов  известных брендов с быстрой доставкой по РФ. Скидки. Подарки. Не высокие цены и бонусы. Возврат продукции в течении 14 дней.  Маркировка Честный знак! " />
  38. <meta name="keywords" content= "парфюм, ароматы, интернет-магазин, каталог, недорого, скидки, официальный интернет-магазин, оригинальная, проверенный, надежный" />
  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. <link href="https://www.parfumpiter.ru/image/catalog/logo-foto/fav.png" rel="icon" />
  76.  
  77.  
  78.  
  79.  
  80.  
  81. <script>
  82. var ajax_loader = '<i style="font-size:50px;" class="fa fa-spinner fa-pulse"></i>';
  83. function creatOverlayLoadPage(action) {
  84.    if (action) {
  85.        $('#messageLoadPage').html(ajax_loader);
  86.        $('#messageLoadPage').show();
  87.    } else {
  88.        $('#messageLoadPage').html('');
  89.        $('#messageLoadPage').hide();
  90.    }
  91. }
  92. function quickview_open(id) {
  93. $('body').prepend('<div id="messageLoadPage"></div><div class="mfp-bg-quickview"></div>');
  94.    $.ajax({
  95.        type:'post',
  96.        data:'quickview29=1',
  97.        url:'index.php?route=product/product&product_id='+id,
  98.        beforeSend: function() {
  99.            creatOverlayLoadPage(true);
  100.        },
  101.        complete: function() {
  102.            $('.mfp-bg-quickview').hide();
  103.            $('#messageLoadPage').hide();
  104.            creatOverlayLoadPage(false);
  105.        },
  106.        success:function (data) {
  107.            $('.mfp-bg-quickview').hide();
  108.            $data = $(data);
  109.            var new_data = $data.find('#quickview-container').html();
  110.            $.magnificPopup.open({
  111.                tLoading: '<span><i style="font-size:50px;" class="fa fa-spinner fa-pulse"></i></span>',
  112.                items: {
  113.                    src: new_data,
  114.                    closeOnBgClick: false,
  115.                    enableEscapeKey: false
  116.                    },
  117.                type: 'inline'
  118.            });
  119.        }
  120.    });
  121. }
  122. </script>
  123. <script>
  124. $(document).ready(function() {
  125.        var quickview = $(".quickview").parent().addClass('quickview-cont');
  126.    });
  127. </script>
  128.  
  129.  
  130.  
  131. <script>
  132. function clickAnalytics(){
  133. console.log('clickAnalytics');
  134. return true;
  135. }
  136. function clickAnalyticsSend(){
  137. console.log('clickAnalyticsSend');
  138. return true;
  139. }
  140. function clickAnalyticsSuccess(){
  141. console.log('clickAnalyticsSuccess');
  142. return true;
  143. }
  144. </script>
  145. <script>
  146. $(document).ready(function(){
  147. $('#boc_phone').mask('+7(000)000-00-00');
  148. });
  149. </script>
  150. <style type="text/css">
  151. @keyframes lds-rolling {
  152. 0% {
  153. -webkit-transform: translate(-50%, -50%) rotate(0deg);
  154. transform: translate(-50%, -50%) rotate(0deg);
  155. }
  156. 100% {
  157. -webkit-transform: translate(-50%, -50%) rotate(360deg);
  158. transform: translate(-50%, -50%) rotate(360deg);
  159. }
  160. }
  161. @-webkit-keyframes lds-rolling {
  162. 0% {
  163. -webkit-transform: translate(-50%, -50%) rotate(0deg);
  164. transform: translate(-50%, -50%) rotate(0deg);
  165. }
  166. 100% {
  167. -webkit-transform: translate(-50%, -50%) rotate(360deg);
  168. transform: translate(-50%, -50%) rotate(360deg);
  169. }
  170. }
  171. .lds-rolling {
  172. position: relative;
  173. text-align: center;
  174. }
  175. .lds-rolling div, .lds-rolling div:after {
  176. position: absolute;
  177. width: 160px;
  178. height: 160px;
  179. border: 20px solid #bbcedd;
  180. border-top-color: transparent;
  181. border-radius: 50%;
  182. }
  183. .lds-rolling div {
  184. -webkit-animation: lds-rolling 1s linear infinite;
  185. animation: lds-rolling 1s linear infinite;
  186. top: 100px;
  187. left: 100px;
  188. }
  189. .lds-rolling div:after {
  190. -webkit-transform: rotate(90deg);
  191. transform: rotate(90deg);
  192. }
  193. .lds-rolling {
  194. width: 200px !important;
  195. height: 200px !important;
  196. -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  197. transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  198. margin: 0 auto;
  199. }
  200. .col-pd-15 {
  201. padding-left:15px;
  202. padding-right:15px;
  203. }
  204. .col-mb-10 {
  205. margin-bottom:10px;
  206. }
  207. #boc_order hr {
  208. margin-top:0px;
  209. margin-bottom:15px;
  210. }
  211. .boc_product_info > div {
  212. line-height: 120px;
  213. }
  214. .boc_product_info > div > img {
  215. max-height: 120px;
  216. margin: 0 auto;
  217. }
  218. .boc_product_info > div > img, .boc_product_info > div > div, .boc_product_info > div > p {
  219. display: inline-block;
  220. line-height: normal;
  221. vertical-align: middle;
  222. }
  223. #boc_order .checkbox {
  224. margin-top: 0;
  225. padding: 0 10px;
  226. border: 1px solid transparent;
  227. border-radius: 6px;
  228. }
  229. #boc_order .checkbox.has-error {
  230. border-color: #a94442;
  231. }
  232. @media (max-width: 767px) {
  233. .boc_product_info > div {
  234. line-height:normal;
  235. text-align:center;
  236. }
  237. }
  238. </style>
  239.            
  240.  
  241.        
  242.        
  243.        <script>$(document).ready(function() {$(".mousehoverimage").HoverMouseCarousel();});</script>
  244.        
  245.                            
  246.  
  247.                        <!-- Корзина Popup:2.2 -->
  248.        
  249.        
  250.        
  251.        
  252.        <!-- Корзина Popup:2.2 -->
  253.        
  254. <style>
  255.                    @media (max-width: 430px) {
  256.                        .mobile-search.visible-md.visible-sm.visible-xs.pull-right #search-button,
  257.                        .mobile-search.visible-md.visible-sm.visible-xs.pull-right .search-button
  258. {
  259.                            margin-left: 25px;
  260.                        }
  261.                    }
  262.                    @media (max-width: 360px) {
  263.                        .mobile-search.visible-md.visible-sm.visible-xs.pull-right #search-button,
  264.                        .mobile-search.visible-md.visible-sm.visible-xs.pull-right .search-button
  265. {
  266.                            margin-left: 70px;
  267.                        }
  268.                    }
  269.                    @media (max-width: 320px) {
  270.                        .mobile-search.visible-md.visible-sm.visible-xs.pull-right #search-button,
  271. .mobile-search.visible-md.visible-sm.visible-xs.pull-right .search-button {
  272.                            margin-left: 90px;
  273.                        }
  274.                    }
  275.  
  276.                    .btn.btn-bord.btn-primary.smca-call-button {
  277.                        margin-right: 10px;
  278.                    }
  279.  
  280.                    .personal.top.login.fontmini {
  281.  
  282.                    }
  283.  
  284.                    .top-block .top-block-item .personal.top {
  285.                        max-width: 160px;
  286.                    }
  287.        
  288.    .work_time {
  289.                                        font-size: 11px;
  290.                                        margin: 0 0 24px 16px;
  291.                                        font-weight: 700;
  292.                                }
  293.                            
  294.                               </style>
  295.  
  296.  
  297.      <style>
  298.                                    .second_myacc_label {
  299.                                        color: #222!important;
  300.                                        font-weight: 600;
  301.                                        font-size: 1em;
  302.                                    }
  303.                                    .second_myacc_label i {
  304.                                        margin-right: 10px;
  305.                                    }
  306.                                    .second_myacc_label:hover, .second_myacc_label[aria-expanded="true"] {
  307.                                        color: #d83936!important;
  308.                                    }
  309.                                </style>
  310.                  <style>
  311.                .menu-default .main_menu {
  312.                    display: flex;
  313.                    flex-wrap: wrap;
  314.                    justify-content: space-between;
  315.                }
  316.            </style>
  317.  <style>
  318.    @media (max-width: 650px) {
  319.      .cart-widget .dropdown-menu {
  320.        width: 450px;
  321.      }
  322.    }
  323.    @media (max-width: 550px) {
  324.      .cart-widget .dropdown-menu {
  325.        width: 300px;
  326.      }
  327.    }
  328.    @media (max-width: 500px) {
  329.      .cart-widget .dropdown-menu {
  330.        width: 100%;
  331.        right: -80px;
  332.        left: unset !important;
  333.      }
  334.    }
  335.    .cart-widget .text-right {
  336.      min-width: 50px;
  337.    }
  338.  </style>
  339.  
  340.  
  341.  
  342.  <style>
  343.    .information_footer_row {
  344.      width: 90%;
  345.      margin: auto;
  346.    }
  347.    .information_footer_row .info_row {
  348.      margin-right: 130px;
  349.    }
  350.  
  351.    @media(max-width: 1340px) {
  352.      .information_footer_row .info_row {
  353.        margin-right: 100px;
  354.      }
  355.    }
  356.  
  357.    @media(max-width: 1240px) {
  358.      .information_footer_row .info_row {
  359.        margin-right: 60px;
  360.      }
  361.    }
  362.  
  363.    @media(max-width: 1100px) {
  364.      .information_footer_row .info_row {
  365.        margin-right: 30px;
  366.      }
  367.    }
  368.  
  369.    @media(max-width: 990px) {
  370.      .information_footer_row .info_row {
  371.        margin-right: 0;
  372.      }
  373.    }
  374.  
  375.    @media(max-width: 900px) {
  376.      .information_footer_row {
  377.        width: 100%!important;
  378.      }
  379.      .info_row {
  380.        padding: 0 5px;
  381.      }
  382.    }
  383.  
  384.    .information_footer_row .col-sm-3 {
  385.      width: fit-content;
  386.    }
  387.  
  388.    @media (max-width: 768px) {
  389.      footer {
  390.        border-top: none;
  391.        box-shadow: none;
  392.      }
  393.      footer .information_footer_row {
  394.        display: none;
  395.      }
  396.    }
  397.  </style>
  398.  
  399.   <style>
  400. .item_stats {
  401. float: left;
  402. padding: 16px!important;
  403. margin: 0 0 8px 16px!important;
  404. background: #FAFAFA;
  405. font-size: var(--itemStats_pc)!important;
  406. width: 94%;
  407. }
  408. .item_stats > p {
  409. margin-bottom: 0;
  410. font-weight: 500;
  411. }
  412. .share {
  413. margin-left: 18px;
  414. }
  415. .title_block_raw {
  416. margin-left: 16px!important;
  417. }
  418. .title_block_raw:after {
  419. display: none!important;
  420. }
  421. @media (max-width: 768px) {
  422. .item_stats {
  423. width: 100%;
  424. margin:0!important;
  425. background-color: #f3f3f3;
  426. font-size: var(--itemStats_mobile)!important;
  427. }
  428. .title_block_raw {
  429. margin: 8px 0 5px!important;
  430. }
  431. }
  432. </style>
  433.   <!-- m_info -->
  434. <style>
  435. .edited_tab {
  436. background: #df605e;
  437. border: 1px solid red;
  438. padding: 4px 0;
  439. color: white;
  440. font-weight: 600;
  441. margin-top: 10px;
  442. font-size: 12px;
  443. transition: 0.3s ease;
  444. }
  445. .edited_tab:hover {
  446. cursor: pointer;
  447. background: #ef7977;
  448. transition: 0.3s ease;
  449. }
  450. </style>
  451.  
  452.  
  453. <style>
  454. .popup_image_active {
  455. width: 100%;
  456. height: 100%;
  457. background: #00000080;
  458. position: fixed;
  459. z-index: 99;
  460. display: flex;
  461.     justify-content: center;
  462. transition: opacity 0.3s;
  463. opacity: 0;
  464. }
  465. .popup_image_active.visible {
  466. transition: opacity 0.3s;
  467. opacity: 1;
  468. }
  469. .popup_image_active .img-popup {
  470. border-radius: 8px;
  471. max-height: 80%;
  472. max-width: 90%;
  473. object-fit: cover;
  474. }
  475. </style>
  476.  
  477.  
  478.  
  479. <style type="text/css">
  480. /* Pay methods block CSS Start */
  481.  
  482. .paymethods {
  483.    padding: 15px 25px 15px 30px;
  484.    padding-bottom: 25px;
  485.    margin-left: 15px;
  486.    border-radius: 2px;
  487.    border: 1px solid #cccccc;
  488.    width: 94%;
  489.    margin-top: 10px;
  490.    margin-bottom: 20px;
  491. }
  492.  
  493. .paymethods > h4 {
  494. font-size: 16px;
  495. font-weight: bold;
  496. margin: 10px 0 15px 0;
  497. padding-left: 25px;
  498. background: url('https://www.parfumpiter.ru/catalog/view/theme/finestar/template/product/zamok.png') no-repeat;
  499. }
  500.  
  501. .paymethods > p {
  502. margin: 0 0 10px;
  503. }
  504.  
  505. .paymethods > img {
  506. height: 30px;
  507. margin-right: 15px;
  508. }
  509.  
  510. /*.paymethods > img:nth-child(5) {
  511. margin-right: 35px;
  512. }*/
  513.  
  514. @media (max-width:500px) {
  515. .paymethods {
  516. width: 100%;
  517. margin-left: 0;
  518. padding: 15px 15px 25px 20px;
  519. }
  520.  
  521. .paymethods > h4 {
  522. text-align: left;
  523. }
  524.  
  525. /*.paymethods > img:nth-child(5) {
  526. margin-right: 20px;
  527. }*/
  528. }
  529.  
  530. /* Pay methods block CSS End */
  531. </style>
  532.  
  533. <style type="text/css">
  534. /* Share CSS Start */
  535.  
  536. .share {
  537.    padding: 15px 5px 15px 15px;
  538.    padding-bottom: 25px;
  539.    margin-left: 15px;
  540.    border-radius: 2px;
  541. }
  542.  
  543. .share > h4 {
  544. font-size: 15px;
  545. font-weight: bold;
  546. margin: 10px 0 10px 0;
  547. padding-left: 0;
  548. text-align: left;
  549. }
  550.  
  551. .social {display: inline-block;}
  552. .social a {
  553. display: block;
  554. width: 38px;
  555. height: 38px;
  556. margin: 0 8px 8px 0;
  557. text-align: center;
  558. color: #fff;
  559. border: 1px solid #ccc;
  560. border-radius: 5px;
  561. box-shadow: 1px 1px 2px rgba(0,0,0,0.4), inset 1px 1px 0px rgba(255,255,255,0.5);
  562. }
  563. .social a:hover {
  564. border-color: #888;
  565. opacity: .8;
  566. }
  567. .social svg {
  568. margin-top: 7px;
  569. width: 24px;
  570. height: 24px;
  571. }
  572. .odnoklassniki a {background: #f93}
  573. .skype a {background: #00aff0}
  574. .telegram a {background: #249bd7}
  575. .twitter a {background: #00acee}
  576. .viber a {background: #7b519d}
  577. .vk a {background: #4a76a8}
  578. .whatsapp a {background: #50b154}
  579. .youtube a {background: #c4302b}
  580.  
  581. @media (max-width:500px) {
  582. .share {
  583. margin-left: 0 !important;
  584. margin-bottom: 0 !important;
  585. }
  586.  
  587. .social a {
  588. width: 46px;
  589. height: 46px;
  590. margin: 0 10px 10px 0;
  591. }
  592.  
  593. .social svg {
  594. margin-top: 7px;
  595. width: 30px;
  596. height: 30px;
  597. }
  598. }
  599.  
  600. /* Share CSS End */
  601.  
  602.  
  603.  
  604.  
  605. .tooltipster-sidetip .tooltipster-content {
  606.   font-size: 14px
  607. }
  608.  
  609. </style>    
  610.  
  611. <style type="text/css">
  612. /* Product More CSS Start */
  613.  
  614. .product-more > .html > .full-width {
  615.    background-color: #f3f3f3;
  616.    padding: 15px 5px 15px 15px;
  617.    padding-bottom: 25px;
  618.    margin-left: 15px;
  619.    border-radius: 2px;
  620. }
  621.  
  622. .product-more > .html > .full-width h4 {
  623. font-size: 14px;
  624. font-weight: bold;
  625. margin: 10px 0 10px 0;
  626. padding-left: 25px;
  627. text-align: left;
  628. }
  629.  
  630. .product-more > .html > .full-width h4.dostavka {
  631. background: url('https://www.parfumpiter.ru/catalog/view/theme/finestar/template/product/dostavka.png') no-repeat;
  632. }
  633.  
  634. .product-more > .html > .full-width h4.sroki {
  635. background: url('https://www.parfumpiter.ru/catalog/view/theme/finestar/template/product/sroki.png') no-repeat;
  636. }
  637.  
  638. .product-more > .html > .full-width p {
  639. font-size: 13px;
  640. font-weight: normal;
  641. margin: 0 0 8px;
  642. line-height: 17px;
  643. }
  644.  
  645. @media (max-width:500px) {
  646. .product-more {
  647. width: 100%;
  648. display: block;
  649. margin-top: 30px;
  650. margin: 10px 0 30px 0;
  651. }
  652.  
  653. .product-more > .html {
  654. width: 100%;
  655. }
  656.  
  657. .product-more > .html > .full-width {
  658. margin-left: 0;
  659. width: 100%;
  660. }
  661. }
  662.  
  663. /* Product More CSS End */
  664. </style>
  665.  
  666.  
  667. <style type="text/css">
  668. .owq-option table {
  669.  width: 100%;
  670. }
  671. .owq-option table td {
  672.  padding: 3px 5px;
  673.  text-align: center;
  674. }
  675. .owq-option table td:last-child {
  676. padding: 3px 0;
  677. }
  678. .owq-item .btn .fa {
  679. margin-right: 10px;
  680. }
  681. @media(max-width: 480px) {
  682. .owq-item .btn {
  683. padding: 10px;
  684. }
  685. .options {
  686. padding: 0;
  687. }
  688. }
  689. .owq-option table thead {
  690.  background: #f0f0f0;
  691.  font-weight: bold;
  692. }
  693. .owq-option table tbody tr:nth-child(2n) {
  694.  background: #f4f4f4;
  695. }
  696. .owq-option table tbody tr:nth-child(2n+1) {
  697.  background: #fafafa;
  698. }
  699. .owq-option input[type="text"] {
  700.  max-width: 40px;
  701.  padding: 0;
  702.  background: #ececec !important;
  703. }
  704.  
  705. .owq-quantity .form-control {
  706.  display: inline-block !important;
  707.  text-align: center;
  708. }
  709. .owq-quantity {
  710.  display: inline-block;
  711.  white-space: nowrap;
  712. }
  713. .owq-quantity > span {
  714.  display: inline-block;
  715.  margin: 0px 3px;
  716.  font-size: 20px;
  717.  vertical-align: middle;
  718.  padding-bottom: 3px;
  719.  cursor: pointer;
  720.  -webkit-touch-callout: none;
  721.  -webkit-user-select: none;
  722.  -khtml-user-select: none;
  723.  -moz-user-select: none;
  724.  -ms-user-select: none;
  725.  user-select: none;
  726. }
  727. .owq-option tr.no-stock .stock {
  728.  color: #833;
  729.  font-weight: bold;
  730. }
  731. .owq-option tr.no-stock .form-control {
  732.  background: #fdd;
  733. }
  734. .owq-area-hw input[type="text"] {
  735.  max-width: 75px;
  736. }
  737. .owq-area-hw td {
  738.  padding: 0 3px;
  739. }
  740. .owq-area-hw .owq-error {
  741.  min-height: 20px;
  742. }
  743. .owq-preorder-button {
  744.  width: auto !important;
  745.  display: inline-block !important;
  746.  padding: 3px 5px;
  747.  font-size: 14px;
  748. }
  749. </style>
  750.  
  751. <style type="text/css">
  752.  .popUp {
  753.  top: 12%;
  754.  left: 50%;
  755.  height: auto;
  756.  position: fixed;
  757.  width: auto;  
  758.  border-radius: 11px;
  759.  background: #fff;
  760.  margin-left: -150px;  
  761.  margin-top: -100px;
  762.  display: none;
  763.  opacity: 0;
  764.  padding: 47px 25px;;
  765.  z-index: 100;
  766. }
  767. .popUp .close {
  768. cursor: pointer;
  769.  position: absolute;
  770.  width: 23px;
  771.  height: 23px;
  772.  top: 7px;
  773.  right: 7px;
  774.  display: block;
  775.  color: #333;
  776.  opacity: 1;
  777. }
  778. .overlay {
  779.  z-index:99;
  780.  background-color:#010;
  781.  position:fixed;
  782.  opacity:0.86;
  783.  width:100%;
  784.  height:100%;
  785.  display:none;
  786.  top:0;
  787.  left:0;
  788. }
  789. .img-thumbnail {
  790. cursor: pointer;
  791. }
  792. </style>
  793.  
  794. <style type="text/css">
  795.  #product .qtty, #button-cart, .full-tov .price, #product hr {
  796.    display: none !important;
  797.  }
  798. </style>
  799. <style type="text/css">
  800.  .manufacturer-description__text {
  801.        font-size: 12px;
  802.      line-height: 1.35
  803.    }
  804.  </style>
  805.  
  806. <script>
  807. function clickAnalytics(){
  808. console.log('clickAnalytics');
  809. return true;
  810. }
  811. function clickAnalyticsSend(){
  812. console.log('clickAnalyticsSend');
  813. return true;
  814. }
  815. function clickAnalyticsSuccess(){
  816. console.log('clickAnalyticsSuccess');
  817. return true;
  818. }
  819. </script>
  820. <script>
  821. $(document).ready(function(){
  822. $('#boc_phone').mask('+7(000)000-00-00');
  823. });
  824. </script>
  825. <style>
  826. @keyframes lds-rolling {
  827. 0% {
  828. -webkit-transform: translate(-50%, -50%) rotate(0deg);
  829. transform: translate(-50%, -50%) rotate(0deg);
  830. }
  831. 100% {
  832. -webkit-transform: translate(-50%, -50%) rotate(360deg);
  833. transform: translate(-50%, -50%) rotate(360deg);
  834. }
  835. }
  836. @-webkit-keyframes lds-rolling {
  837. 0% {
  838. -webkit-transform: translate(-50%, -50%) rotate(0deg);
  839. transform: translate(-50%, -50%) rotate(0deg);
  840. }
  841. 100% {
  842. -webkit-transform: translate(-50%, -50%) rotate(360deg);
  843. transform: translate(-50%, -50%) rotate(360deg);
  844. }
  845. }
  846. .lds-rolling {
  847. position: relative;
  848. text-align: center;
  849. }
  850. .lds-rolling div, .lds-rolling div:after {
  851. position: absolute;
  852. width: 160px;
  853. height: 160px;
  854. border: 20px solid #bbcedd;
  855. border-top-color: transparent;
  856. border-radius: 50%;
  857. }
  858. .lds-rolling div {
  859. -webkit-animation: lds-rolling 1s linear infinite;
  860. animation: lds-rolling 1s linear infinite;
  861. top: 100px;
  862. left: 100px;
  863. }
  864. .lds-rolling div:after {
  865. -webkit-transform: rotate(90deg);
  866. transform: rotate(90deg);
  867. }
  868. .lds-rolling {
  869. width: 200px !important;
  870. height: 200px !important;
  871. -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  872. transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  873. margin: 0 auto;
  874. }
  875. .col-pd-15 {
  876. padding-left:15px;
  877. padding-right:15px;
  878. }
  879. .col-mb-10 {
  880. margin-bottom:10px;
  881. }
  882. #boc_order hr {
  883. margin-top:0px;
  884. margin-bottom:15px;
  885. }
  886. .boc_product_info > div {
  887. line-height: 120px;
  888. }
  889. .boc_product_info > div > img {
  890. max-height: 120px;
  891. margin: 0 auto;
  892. }
  893. .boc_product_info > div > img, .boc_product_info > div > div, .boc_product_info > div > p {
  894. display: inline-block;
  895. line-height: normal;
  896. vertical-align: middle;
  897. }
  898. #boc_order .checkbox {
  899. margin-top: 0;
  900. padding: 0 10px;
  901. border: 1px solid transparent;
  902. border-radius: 6px;
  903. }
  904. #boc_order .checkbox.has-error {
  905. border-color: #a94442;
  906. }
  907. @media (max-width: 767px) {
  908. .boc_product_info > div {
  909. line-height:normal;
  910. text-align:center;
  911. }
  912. }
  913. </style>
  914.            
  915.  
  916. <script>
  917. // < sha_layouts_type klient type 0 </script>
  918.  
  919.        
  920.        
  921.        <script>$(document).ready(function() {$(".mousehoverimage").HoverMouseCarousel();});</script>
  922.        
  923. <!--microdatapro 7.7 open graph start -->
  924. <meta property="og:locale" content="ru-ru">
  925. <meta property="og:rich_attachment" content="true">
  926. <meta property="og:site_name" content="Интернет магазин оригинальной парфюмерии ПарфюмПитер.ру С доставкой по всей России. ">
  927. <meta property="og:type" content="business.business" />
  928. <meta property="og:title" content="Магазин оригинальной парфюмерии Парфюм-Питер селективные и люкс духи по недорогой цене с быстрой доставкой по Спб, Мск и всей России. " />
  929. <meta property="og:description" content="Магазин оригинальных духов известных брендов с быстрой доставкой по РФ. Скидки. Подарки. Не высокие цены и бонусы. Возврат продукции в течении 14 дней. Маркировка Честный знак! " />
  930. <meta property="og:image" content="https://www.parfumpiter.ru/image/catalog/logo-foto/Logo.jpg" />
  931. <meta property="og:image:secure_url" content="https://www.parfumpiter.ru/image/catalog/logo-foto/Logo.jpg" />
  932. <meta property="og:image:width" content="1200">
  933. <meta property="og:image:height" content="630">
  934. <meta property="og:url" content="https://www.parfumpiter.ru/">
  935. <meta property="business:contact_data:street_address" content="2-я Фрезерная ул., д. 3" />
  936. <meta property="business:contact_data:locality" content="Москва" />
  937. <meta property="business:contact_data:postal_code" content="109202" />
  938. <meta property="business:contact_data:country_name" content="Россия" />
  939. <meta property="place:location:latitude" content="55.740426" />
  940. <meta property="place:location:longitude" content="37.740839" />
  941. <meta property="business:contact_data:email" content="maginfo@parfumpiter.ru"/>
  942. <meta property="business:contact_data:phone_number" content="+7(812) 970-76-80"/>
  943. <!--microdatapro 7.7 open graph end -->
  944.  
  945.                            
  946.  
  947.                        <!-- Корзина Popup:2.2 -->
  948.        
  949.        
  950.        
  951.        
  952.        <!-- Корзина Popup:2.2 -->
  953.              
  954.  
  955. <script data-not_optimize="true">
  956. // WEBP detect by sitecreator (c) 2019 https://sitecreator.ru webp_detect.js ver. 2.1.1
  957. // Code Developer Malyutin R. A. All rights reserved.
  958. (function() {
  959.  if(typeof (window.sitecreator_hasWebP) !== 'object') window.sitecreator_hasWebP = {val: null};
  960.  
  961.  var usA = navigator.userAgent;
  962.  var s;
  963.  if(usA.match(/windows|android/i) !== null) if((s = usA.match(/(Chrome|Firefox)\/(\d{2,3})\./i)) !== null) {
  964.    // console.log(s);
  965.    var br = s[1].toLowerCase();
  966.    var ver = s[2];
  967.    if((br === "chrome" &&   ver >= 32) || br === "firefox" && ver >= 65) {
  968.      window.sitecreator_hasWebP.val = true; // сработает если еще нет куки
  969.      console.log('webp on start= ok');
  970.    }
  971.  }
  972.  
  973.  var cookie_hasWebP = document.cookie.match(/\bsitecreator_hasWebP=1\b;?/);
  974.  if(cookie_hasWebP !== null) window.sitecreator_hasWebP.val = true;
  975.  
  976.  var img = new Image();
  977.  img.onerror = function() {
  978.    document.cookie = "sitecreator_hasWebP=0; path=/";
  979.    window.sitecreator_hasWebP.val = false;
  980.    console.log('webp = bad');
  981.  };
  982.  // работает асинхроннно. в Хроме сработает сразу и до DOMContentLoaded, в FF - в конце (после DOMContentLoaded)
  983.  img.onload = function() {
  984.    if (img.width === 2 && img.height === 1) {
  985.      document.cookie = "sitecreator_hasWebP=1; path=/";
  986.      window.sitecreator_hasWebP.val = true;
  987.      console.log('webp = ok');
  988.    }};
  989.  img.src = "data:image/webp;base64,UklGRjIAAABXRUJQVlA4ICYAAACyAgCdASoCAAEALmk0mk0iIiIiIgBoSygABc6zbAAA/v56QAAAAA==";
  990. })();
  991.  
  992.  
  993.  
  994. function funWebpOrNot2(tag, n) {
  995.  // console.log('funWebpOrNot2, document.readyState= ' + document.readyState);
  996.  // var me = document.currentScript;  // будет null если тег <script> добвлен динамически после document.readyState === complete
  997.  if(typeof n == "undefined" || n === null) return;
  998.  var me = document.getElementById('scwebp' + n);
  999.  if (me === null) return;  // null - если элемент не существует. выходим без отображения картинки
  1000.  
  1001.  // перестраховка, т.к. id уже уникальный в каждый отрезок времени
  1002.  // на случай динамического создания на стр. <script>. Для одного запроса по http исключено дублирование id, да и js не выполняются параллельно
  1003.  if(typeof me.removeAttribute) me.removeAttribute('id');
  1004.  
  1005.  if ((typeof (window.sitecreator_hasWebP) === 'undefined' || !window.sitecreator_hasWebP.val)) { // not webp
  1006.    tag = tag.replace(/\.webp(['"\s])/g, '$1');
  1007.  }
  1008.  
  1009.  if(document.readyState === 'loading') {
  1010.    document.write(tag);
  1011.    // удалим узел чтобы не мешал (чему, где  и когда?) удаление - лишняя операция и перестроение дерева DOM
  1012.    //  подстраховка на гипотетический случай 2-го запуска одного и того же блока <script>, что невозможно после удаления его id, который к тому же уникален
  1013.    if (typeof me.remove === 'function') me.remove(); // старые браузеры не знают
  1014.    me = null; //отправляется к сборщику мусора
  1015.  }
  1016.  else me.insertAdjacentHTML("afterend", tag);  // метод поддерживается всеми зверями
  1017.  
  1018. }
  1019.  
  1020. function funWebpOrNot22(v) {
  1021.  if(typeof v === 'object') {
  1022.    funWebpOrNot2(v[0], v[1]);
  1023.  }
  1024. }
  1025.  
  1026. // на случай если в ускорителе включена оптимизация JS и все скрипты перемещаются в конец страницы
  1027. function funWebpOrNot3(tag, n) {
  1028.  // console.log('funWebpOrNot2, document.readyState= ' + document.readyState);
  1029.  // var me = document.currentScript;  // будет null если тег <script> добвлен динамически после document.readyState === complete
  1030.  if(typeof n == "undefined" || n === null) return;
  1031.  var me = document.getElementById('scwebp' + n); //
  1032.  var ns = document.getElementById('nswebp' + n); // элемент <noscript>
  1033.  if (me === null || ns === null) return;  // null - если элемент не существует. выходим без отображения картинки
  1034.  
  1035.  // перестраховка, т.к. id уже уникальный в каждый отрезок времени
  1036.  // на случай динамического создания на стр. <script>. Для одного запроса по http исключено дублирование id, да и js не выполняются параллельно
  1037.  // if(typeof me.removeAttribute) me.removeAttribute('id');
  1038.  
  1039.  if ((typeof (window.sitecreator_hasWebP) === 'undefined' || !window.sitecreator_hasWebP.val)) { // not webp
  1040.    tag = tag.replace(/\.webp(['"\s])/g, '$1');
  1041.  }
  1042.  ns.insertAdjacentHTML("afterend", tag);  // метод поддерживается всеми зверями
  1043. }
  1044.  
  1045. function funWebpOrNot33(v) {
  1046.  if(typeof v === 'object') {
  1047.    funWebpOrNot2(v[0], v[1]);
  1048.  }
  1049. }
  1050. </script>
  1051. </head>
  1052. <body>
  1053.  
  1054. <!-- info-pannel top -->
  1055. <!-- Google Tag Manager (noscript) -->
  1056. <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T9HXL6Z"
  1057. height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  1058. <!-- End Google Tag Manager (noscript) -->
  1059. <div class="header_wrap">
  1060.  
  1061.              
  1062.  
  1063. <header id="header">
  1064.  
  1065.                      
  1066.  
  1067.                      
  1068.        <div class="top-block">
  1069.            <div class="full-width">
  1070.                <div class="wrapp_block new_search">
  1071.                    <div class="row">
  1072.                                                
  1073.                  <div class="top-block-item pull-left visible-lg pre_address">
  1074.                                    <div class="address fontmini inline-block common-home is_desktop">
  1075.  
  1076.                        <a href="https://www.parfumpiter.ru/sertifikaty.html">Сертификаты качества</a>
  1077.                        <a href="blog-beauty">Блог</a>
  1078.                    
  1079.                                    </div>
  1080.                             </div>
  1081.  
  1082.  
  1083.                   <div class="dropdown l_drop top-menu-mobile top-block-item pull-left visible-md visible-sm visible-xs pre_address">
  1084.                      <a class="dropdown-toggle fa" data-toggle="dropdown">
  1085.  
  1086.                      </a>
  1087.                                <div class="dropdown-menu">
  1088.                                  <div class="dropdown-inner">
  1089.                                                                        <a href="https://www.parfumpiter.ru/sertifikaty.html">Сертификаты качества</a>
  1090.                                                                        <a href="blog-beauty">Блог</a>
  1091.                                                                        </div>
  1092.                                  </div>
  1093.                      </div>
  1094.  
  1095.  
  1096.                  <div class="top-block-item pull-right header_ctrl">
  1097.                            <div class="personal_wrap">
  1098.                                <div class="personal top login fontmini">
  1099.                                <a href="https://www.parfumpiter.ru/my-account/" title="Личный кабинет" class="dropdown-toggle lk black_text " data-toggle="dropdown"><i class="fa fa-user"></i> <span class="hidden-xs hidden-sm hidden-md">Личный кабинет</span> <span class="caret"></span></a>
  1100.                                  <ul class="dropdown-menu dropdown-menu-right">
  1101.                                                                        <li><a href="/account-register" data-toggle="modal" data-target="#register">Регистрация</a></li>
  1102.                                    <li><a href="/account-login" data-toggle="modal" data-target="#auth">Авторизация</a></li>
  1103.                                                                      </ul>
  1104.                                </div>
  1105.                            </div>
  1106.                        </div>
  1107.  
  1108.                <div class="cart-md visible-md visible-sm visible-xs">
  1109.                  <div class="top-block-item pull-right">
  1110.  
  1111.  
  1112.  <script>
  1113.    window.onresize = function() {
  1114.      if (window.innerWidth <= 500) { resizeCart(); }
  1115.    }
  1116.  
  1117.    $( document ).ready(function() {
  1118.      if ($( document ).width() <= 500) {
  1119.        resizeCart();
  1120.      }
  1121.    });
  1122.  
  1123.    function resizeCart() {
  1124.      let width = $( document ).width() - 15;
  1125.      $('.cart-widget .dropdown-menu').width(width);
  1126.    }
  1127.  </script>
  1128.  
  1129.    <div class="cart-widget btn-group btn-block">
  1130.      <a href="https://www.parfumpiter.ru/cart/" data-toggle="dropdown">
  1131.        <span class="icon-basket-top"></span><span class="cart-total"><span>0</span></span>
  1132.        <span class="fixed_hidden">Корзина</span>
  1133.        
  1134.        <p class="text_empty">(пусто)</p>
  1135.              </a>
  1136.      <ul class="dropdown-menu pull-right">
  1137.                <li>
  1138.          <p class="text-center">(пусто)</p>
  1139.        </li>
  1140.              </ul>
  1141.    </div>
  1142. <script>
  1143. function p_array() {
  1144. }
  1145. function replace_button(product_id, options){
  1146. $('[onclick*="cart.add(\''+product_id+'\'"]').html('<i class="fa fa-cart-plus"></i> <span class="price">В корзине</span>').addClass('incart');
  1147. $('#button-cart').html('<i class="fa fa-cart-plus"></i> В корзине').addClass('incart');
  1148. $('#button-cart2').html('<i class="fa fa-cart-plus"></i> В корзине').addClass('incart');
  1149. }
  1150. $(document).ready(function() {
  1151. p_array();
  1152. });
  1153. </script>
  1154. </div>
  1155.                </div>
  1156.  
  1157.            
  1158.  
  1159.              <div class="mobile-search visible-md visible-sm visible-xs pull-right ">
  1160.                <a class="main-item" href="javascript:void(0);" tabindex="1" ><i class="fa fa-search"></i></a>
  1161.                  <ul class="sub-menu">
  1162.                     <li><div id="search-button-2" class="top-block-item pull-right header_ctrl new-search search-button">
  1163.  <div class="inline-block search-inline" data-toggle="dropdown">
  1164.    <input type="text" name="search" placeholder="Найти товары" class="form-control" />
  1165.    <span class="input-group-btn">
  1166.      <button type="button"><i class="fa fa-search"></i></button>
  1167.    </span>
  1168.  </div>
  1169. </div>
  1170. </li>
  1171.                  </ul>
  1172.              </div>
  1173.  
  1174.  
  1175.  
  1176.  
  1177.  
  1178.  
  1179.                    </div>
  1180.                </div>
  1181.            </div>
  1182.        </div>
  1183.  
  1184.    <div class="header-wrapper topmenu-LIGHT">
  1185.  
  1186.        <div class="wrapper_inner">
  1187.            <div class="logo_and_menu-row">
  1188.                <div class="logo-row row">
  1189.  
  1190.                         <div class="logo-block col-lg-2 col-md-12 col-sm-12">
  1191.                            <div class="logo">
  1192.                                                    <span><img class="home-logo img-responsive" src="https://www.parfumpiter.ru/image/catalog/logo-foto/Logo.jpg" title="Интернет магазин оригинальной парфюмерии ПарфюмПитер.ру С доставкой по всей России. " alt="Интернет магазин оригинальной парфюмерии ПарфюмПитер.ру С доставкой по всей России. " /></span>                            <!--<_fkwork-->
  1193.                                                </div>
  1194.                    </div>
  1195.  
  1196.                    <div class="phone-block col-lg-4 col-md-12 col-sm-12 text-center">
  1197.                      <div class="inline-block">
  1198.                           <div class="phone">
  1199.                              <div>
  1200.                                 <i class="fa fa-phone"></i> <a rel="nofollow" href="tel:78129707680">+7(812) 970-76-80 </a>
  1201.                               </div>
  1202.                                                              <div>
  1203.                                 <i class="fa fa-phone"></i> <a rel="nofollow" href="tel:74993481556">+7(499) 348-15-56</a>
  1204.                               </div>
  1205.                                                                                      
  1206.                           </div>
  1207.                               <div class="work_time">РАБОТАЕМ С 10 ДО 21. ВСК - ВЫХОДНОЙ.</div>
  1208.                         </div>
  1209.                      </div>
  1210.  
  1211.                      <div class="phone-block col-md-4 col-sm-3 visible-lg">
  1212.                        <div id="search-button" class="top-block-item pull-right header_ctrl new-search">
  1213.  <div class="inline-block search-inline" data-toggle="dropdown">
  1214.    <input type="text" name="search" value="" placeholder="Найти товары" class="form-control" />
  1215.    <span class="input-group-btn">
  1216.      <button type="button"><i class="fa fa-search"></i></button>
  1217.    </span>
  1218.  </div>
  1219. </div>
  1220.                      </div>
  1221.  
  1222.                      <div class="col-md-2 col-sm-2 visible-lg">
  1223.                        
  1224. <div class="top-block-item pull-right">
  1225.  
  1226.  
  1227.  <script>
  1228.    window.onresize = function() {
  1229.      if (window.innerWidth <= 500) { resizeCart(); }
  1230.    }
  1231.  
  1232.    $( document ).ready(function() {
  1233.      if ($( document ).width() <= 500) {
  1234.        resizeCart();
  1235.      }
  1236.    });
  1237.  
  1238.    function resizeCart() {
  1239.      let width = $( document ).width() - 15;
  1240.      $('.cart-widget .dropdown-menu').width(width);
  1241.    }
  1242.  </script>
  1243.  
  1244.    <div class="cart-widget btn-group btn-block">
  1245.      <a href="https://www.parfumpiter.ru/cart/" data-toggle="dropdown">
  1246.        <span class="icon-basket-top"></span><span class="cart-total"><span>0</span></span>
  1247.        <span class="fixed_hidden">Корзина</span>
  1248.        
  1249.        <p class="text_empty">(пусто)</p>
  1250.              </a>
  1251.      <ul class="dropdown-menu pull-right">
  1252.                <li>
  1253.          <p class="text-center">(пусто)</p>
  1254.        </li>
  1255.              </ul>
  1256.    </div>
  1257. <script>
  1258. function p_array() {
  1259. }
  1260. function replace_button(product_id, options){
  1261. $('[onclick*="cart.add(\''+product_id+'\'"]').html('<i class="fa fa-cart-plus"></i> <span class="price">В корзине</span>').addClass('incart');
  1262. $('#button-cart').html('<i class="fa fa-cart-plus"></i> В корзине').addClass('incart');
  1263. $('#button-cart2').html('<i class="fa fa-cart-plus"></i> В корзине').addClass('incart');
  1264. }
  1265. $(document).ready(function() {
  1266. p_array();
  1267. });
  1268. </script>
  1269. </div>
  1270.                      </div>
  1271.  
  1272.                    
  1273.  
  1274.                </div>
  1275.      </div>
  1276.    </div>
  1277.  
  1278.    <div class="line-row visible-lg"></div>
  1279.    <div class="wrapper_inner visible-lg z-index">
  1280.        <div class="logo_and_menu-row z-index">
  1281.  
  1282.        <div class="logo-row row z-index">
  1283.                    <div class="col-md-12 menu-row z-index">
  1284.              <div class="menu-default main_menu z-index">
  1285.  
  1286.                  <ul class="z-index main_menu">
  1287.  
  1288.                                            <li class="catalog"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Каталог <i class="fa fa-angle-down"></i><div class="line-wrapper"><span class="line"></span></div></a>
  1289.                                  <ul class="dropdown-menu lvl1">
  1290.                                                                          <li class="dropdown-submenu  has_img">
  1291.                                                                                <div class="menu_img"><img width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/categories/zhenskaya-parfyumeriya-60x60.jpg" alt="Женская парфюмерия" title="Женская парфюмерия"></div>
  1292.                                                                                <a href="https://www.parfumpiter.ru/woman/" class="" title="Женская парфюмерия"><span class="name">Женская парфюмерия</span><span class="arrow"><i></i></span></a>
  1293.                                          
  1294.                                      </li>
  1295.                                                                          <li class="dropdown-submenu  has_img">
  1296.                                                                                <div class="menu_img"><img width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/categories/muzhskaya-parfyumeriya-60x60.jpg" alt="Мужская парфюмерия" title="Мужская парфюмерия"></div>
  1297.                                                                                <a href="https://www.parfumpiter.ru/man/" class="" title="Мужская парфюмерия"><span class="name">Мужская парфюмерия</span><span class="arrow"><i></i></span></a>
  1298.                                          
  1299.                                      </li>
  1300.                                                                          <li class="dropdown-submenu  has_img">
  1301.                                                                                <div class="menu_img"><img width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/categories/universalnaya-parfyumeriya-60x60.jpg" alt="Универсальная парфюмерия" title="Универсальная парфюмерия"></div>
  1302.                                                                                <a href="https://www.parfumpiter.ru/unisex/" class="" title="Универсальная парфюмерия"><span class="name">Универсальная парфюмерия</span><span class="arrow"><i></i></span></a>
  1303.                                          
  1304.                                      </li>
  1305.                                                                          <li class="dropdown-submenu  has_img">
  1306.                                                                                <div class="menu_img"><img width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/categories/vintazhnaya-parfyumeriya-60x60.jpg" alt="Винтажная парфюмерия " title="Винтажная парфюмерия "></div>
  1307.                                                                                <a href="https://www.parfumpiter.ru/vintazhnaya/" class="" title="Винтажная парфюмерия "><span class="name">Винтажная парфюмерия </span><span class="arrow"><i></i></span></a>
  1308.                                          
  1309.                                      </li>
  1310.                                                                          <li class="dropdown-submenu  has_img">
  1311.                                                                                <div class="menu_img"><img loading="lazy"  width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/111/selective-parum55-60x60.jpg" alt="Селективная парфюмерия" title="Селективная парфюмерия"></div>
  1312.                                                                                <a href="https://www.parfumpiter.ru/selective-parfum/" class="" title="Селективная парфюмерия"><span class="name">Селективная парфюмерия</span><span class="arrow"><i></i></span></a>
  1313.                                          
  1314.                                      </li>
  1315.                                                                          <li class="dropdown-submenu  has_img">
  1316.                                                                                <div class="menu_img"><img loading="lazy"  width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/categories/novinki-parfyumerii-60x60.jpg" alt="Новинки парфюмерии " title="Новинки парфюмерии "></div>
  1317.                                                                                <a href="https://www.parfumpiter.ru/novinki-parfyumerii/" class="" title="Новинки парфюмерии "><span class="name">Новинки парфюмерии </span><span class="arrow"><i></i></span></a>
  1318.                                          
  1319.                                      </li>
  1320.                                                                          <li class="dropdown-submenu  has_img">
  1321.                                                                                <div class="menu_img"><img loading="lazy"  width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/222/001-60x60.jpg" alt="Интерьерные ароматизаторы" title="Интерьерные ароматизаторы"></div>
  1322.                                                                                <a href="https://www.parfumpiter.ru/for-rooms/" class="" title="Интерьерные ароматизаторы"><span class="name">Интерьерные ароматизаторы</span><span class="arrow"><i></i></span></a>
  1323.                                          
  1324.                                      </li>
  1325.                                                                          <li class="dropdown-submenu  has_img">
  1326.                                                                                <div class="menu_img"><img loading="lazy"  width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/categories/dezodoranty-60x60.jpg" alt="Дезодоранты" title="Дезодоранты"></div>
  1327.                                                                                <a href="https://www.parfumpiter.ru/dezodoranty/" class="" title="Дезодоранты"><span class="name">Дезодоранты</span><span class="arrow"><i></i></span></a>
  1328.                                          
  1329.                                      </li>
  1330.                                                                          <li class="dropdown-submenu  has_img">
  1331.                                                                                <div class="menu_img"><img loading="lazy"  width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/categories/kosmetika-60x60.jpg" alt="Косметика " title="Косметика "></div>
  1332.                                                                                <a href="https://www.parfumpiter.ru/kosmetika/" class="" title="Косметика "><span class="name">Косметика </span><span class="arrow"><i></i></span></a>
  1333.                                          
  1334.                                      </li>
  1335.                                                                          <li class="dropdown-submenu  has_img">
  1336.                                                                                <div class="menu_img"><img loading="lazy"  width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/111/brendstop-60x60.jpg" alt="Все бренды" title="Все бренды"></div>
  1337.                                                                                <a href="https://www.parfumpiter.ru/vse-brendy/" class="" title="Все бренды"><span class="name">Все бренды</span><span class="arrow"><i></i></span></a>
  1338.                                          
  1339.                                      </li>
  1340.                                                                      </ul>
  1341.                      </li>
  1342.  
  1343.                      
  1344.                                            <li class="dropdown">
  1345.                          <a href="#" class="dropdown-toggle" data-toggle="dropdown">Для бизнеса <i class="fa fa-angle-down"></i><div class="line-wrapper"><span class="line"></span></div></a>
  1346.                                  <div class="dropdown-menu">
  1347.                                      <div class="dropdown-inner">
  1348.                                          <ul class="list-categories list-unstyled service_menu">
  1349.                                                                                                                                                                            <li><a href="https://www.parfumpiter.ru/dlay-postavchkov-tovara-lux-i-beauty.html">Для поставщиков</a></li>
  1350.                                                                                                                                                                </ul>
  1351.                              </div>
  1352.                          </div>
  1353.                      </li>
  1354.                      
  1355.                                              
  1356.                      <li >
  1357.                          <a href="/dostavka-oplata.html"  >Доставка и Оплата
  1358.                          </a>
  1359.                                                </li>
  1360.                        
  1361.                      <li >
  1362.                          <a href="/podorki-2020.html"  >Подарки
  1363.                          </a>
  1364.                                                </li>
  1365.                        
  1366.                      <li class="dropdown">
  1367.                          <a href="#"  class="dropdown-toggle" data-toggle="dropdown">Отзывы
  1368.                          <i class="fa fa-angle-down"></i><div class="line-wrapper"><span class="line"></span></div></a>
  1369.                                                        <div class="dropdown-menu">
  1370.                                  <div class="dropdown-inner">
  1371.                                      <ul class="list-categories list-unstyled service_menu">
  1372.                                                                                <li><a href="shop-rating/" >Отзывы на ПарфюмПитер.</a></li>
  1373.                                                                                <li><a href="https://vk.com/topic-165857808_38470815" target="_blank">Отзывы в Вконтакт</a></li>
  1374.                                                                                <li><a href="https://www.yell.ru/spb/com/parfyum-piter_10756549/" target="_blank">Отзывы на Yell</a></li>
  1375.                                                                            </ul>
  1376.                                  </div>
  1377.                              </div>
  1378.                                                </li>
  1379.                        
  1380.                      <li >
  1381.                          <a href="/brands/"  >Бренды
  1382.                          </a>
  1383.                                                </li>
  1384.                                            
  1385.                  </ul>
  1386.              </div>
  1387.  
  1388.          </div>
  1389.        </div>
  1390.  
  1391.            </div>
  1392.        </div>
  1393.  
  1394. <!-- mobile -->
  1395. <div id="mobileheader" class="visible-xs visible-sm visible-md">
  1396.    <div class="mobileheader">
  1397.        <div class="burger text-center pull-left">
  1398.            <i class="fa fa-bars fa-lg"></i> <span>МЕНЮ</span>
  1399.        </div>
  1400.    </div>
  1401.  
  1402.  
  1403.  
  1404.    <div id="mobilemenu" class="leftside">
  1405.        <div class="mobilemenu-v1 scroller" style="">
  1406.            <div class="wrap">
  1407.                <div class="menu top">
  1408.                    <ul class="top">
  1409.  
  1410.                                                <li class="catalog">
  1411.                        <a class="black_text parent" href=""><span>Каталог </span><i class="fa fa-angle-right"></i><div class="line-wrapper"><span class="line"></span></div></a>
  1412.                            <ul class="dropdown">
  1413.                                <li class="menu_back"><a href="" class="black_text" rel="nofollow"><i class="fa fa-arrow-left"></i>Назад</a></li>
  1414.  
  1415.                                                                  
  1416.                                                                                        <li><a class="black_text" href="https://www.parfumpiter.ru/woman/">Женская парфюмерия</a></li>
  1417.                                                                                
  1418.                                                                  
  1419.                                                                                        <li><a class="black_text" href="https://www.parfumpiter.ru/man/">Мужская парфюмерия</a></li>
  1420.                                                                                
  1421.                                                                  
  1422.                                                                                        <li><a class="black_text" href="https://www.parfumpiter.ru/unisex/">Универсальная парфюмерия</a></li>
  1423.                                                                                
  1424.                                                                  
  1425.                                                                                        <li><a class="black_text" href="https://www.parfumpiter.ru/vintazhnaya/">Винтажная парфюмерия </a></li>
  1426.                                                                                
  1427.                                                                  
  1428.                                                                                        <li><a class="black_text" href="https://www.parfumpiter.ru/selective-parfum/">Селективная парфюмерия</a></li>
  1429.                                                                                
  1430.                                                                  
  1431.                                                                                        <li><a class="black_text" href="https://www.parfumpiter.ru/novinki-parfyumerii/">Новинки парфюмерии </a></li>
  1432.                                                                                
  1433.                                                                  
  1434.                                                                                        <li><a class="black_text" href="https://www.parfumpiter.ru/for-rooms/">Интерьерные ароматизаторы</a></li>
  1435.                                                                                
  1436.                                                                  
  1437.                                                                                        <li><a class="black_text" href="https://www.parfumpiter.ru/dezodoranty/">Дезодоранты</a></li>
  1438.                                                                                
  1439.                                                                  
  1440.                                                                                        <li><a class="black_text" href="https://www.parfumpiter.ru/kosmetika/">Косметика </a></li>
  1441.                                                                                
  1442.                                                                  
  1443.                                                                                        <li><a class="black_text" href="https://www.parfumpiter.ru/vse-brendy/">Все бренды</a></li>
  1444.                                                                                
  1445.                                                            </ul>
  1446.                        </li>
  1447.                        
  1448.                                                <li>
  1449.                        <a href="" class="black_text parent"><span>Для бизнеса </span><i class="fa fa-angle-right"></i><div class="line-wrapper"><span class="line"></span></div></a>
  1450.                        <ul class="dropdown">
  1451.                            <li class="menu_back"><a href="" class="black_text" rel="nofollow"><i class="fa fa-arrow-left"></i>Назад</a>
  1452.                                                                                                <li><a class="black_text" href="https://www.parfumpiter.ru/dlay-postavchkov-tovara-lux-i-beauty.html"><span>Для поставщиков</span></a></li>
  1453.                                                                                    </ul>
  1454.                        </li>
  1455.                        
  1456.  
  1457.                                                                    <li>
  1458.                        <a href="/dostavka-oplata.html" class="black_text" ><span>Доставка и Оплата</span> </a>
  1459.                                                </li>
  1460.                                            <li>
  1461.                        <a href="/podorki-2020.html" class="black_text" ><span>Подарки</span> </a>
  1462.                                                </li>
  1463.                                            <li>
  1464.                        <a href="#" class="black_text parent" ><span>Отзывы</span><i class="fa fa-angle-right"></i> </a>
  1465.                                                <ul class="dropdown">
  1466.                            <li class="menu_back"><a href="" class="black_text" rel="nofollow"><i class="fa fa-arrow-left"></i>Назад</a>
  1467.                                                                          <li><a class="black_text" href="shop-rating/" ><span>Отзывы на ПарфюмПитер.</span></a></li>
  1468.                                                                    <li><a class="black_text" href="https://vk.com/topic-165857808_38470815" target="_blank"><span>Отзывы в Вконтакт</span></a></li>
  1469.                                                                    <li><a class="black_text" href="https://www.yell.ru/spb/com/parfyum-piter_10756549/" target="_blank"><span>Отзывы на Yell</span></a></li>
  1470.                                                        </ul>
  1471.                                                </li>
  1472.                                            <li>
  1473.                        <a href="/brands/" class="black_text" ><span>Бренды</span> </a>
  1474.                                                </li>
  1475.                                            
  1476.                                            <li><a class="black_text" href="https://www.parfumpiter.ru/sertifikaty.html" title="Сертификаты качества"><span>Сертификаты качества</span></a></li>
  1477.                                            <li><a class="black_text" href="blog-beauty" title="Блог"><span>Блог</span></a></li>
  1478.                        
  1479.                    </ul>
  1480.                </div>
  1481.            </div>
  1482.        </div>
  1483.    </div>
  1484.    <div id="mobilemenu-overlay" style="display: none;"></div>
  1485.  
  1486.  
  1487.  
  1488. </div>
  1489.  
  1490. <div class="line-row visible-lg"></div>
  1491.  
  1492.  </div>
  1493. </header>
  1494. <div class="full-width">
  1495. <div id="manufacturer_module" class="row hidden-xs hidden-sm">
  1496.    <div class="col-xs-12">
  1497.        <div class="heading"><span>Бренды</span></div>
  1498.        <ul>
  1499.                    <li>
  1500.                <a onclick="location.href='/brands/#A'">A</a>
  1501.                <div>
  1502.                    <ul>
  1503.                                            <li><a href="https://www.parfumpiter.ru/abercrombie-fitch.html">ABERCROMBIE &amp; FITCH</a></li>
  1504.                                            <li><a href="https://www.parfumpiter.ru/acqua-di-parma.html">ACQUA DI PARMA</a></li>
  1505.                                            <li><a href="https://www.parfumpiter.ru/aerin-lauder.html">AERIN LAUDER</a></li>
  1506.                                            <li><a href="https://www.parfumpiter.ru/aesop-pafum.html">AESOP</a></li>
  1507.                                            <li><a href="https://www.parfumpiter.ru/index.php?route=product/manufacturer/info&amp;manufacturer_id=32">AGENT PROVOCATEUR</a></li>
  1508.                                            <li><a href="https://www.parfumpiter.ru/aj-arabia.html">AJ ARABIA</a></li>
  1509.                                            <li><a href="https://www.parfumpiter.ru/ajmal.html">AJMAL</a></li>
  1510.                                            <li><a href="https://www.parfumpiter.ru/alexandre-j.html">ALEXANDRE J</a></li>
  1511.                                            <li><a href="https://www.parfumpiter.ru/alfred-dunhill.html">ALFRED DUNHILL</a></li>
  1512.                                            <li><a href="https://www.parfumpiter.ru/amouage.html">AMOUAGE</a></li>
  1513.                                            <li><a href="https://www.parfumpiter.ru/angel-schlesser.html">ANGEL SCHLESSER</a></li>
  1514.                                            <li><a href="https://www.parfumpiter.ru/anna-sui.html">ANNA SUI</a></li>
  1515.                                            <li><a href="https://www.parfumpiter.ru/antonio-banderas.html">ANTONIO BANDERAS</a></li>
  1516.                                            <li><a href="https://www.parfumpiter.ru/antonio-maretti.html">ANTONIO MARETTI</a></li>
  1517.                                            <li><a href="https://www.parfumpiter.ru/aramis.html">ARAMIS</a></li>
  1518.                                            <li><a href="https://www.parfumpiter.ru/ariana-grande.html">ARIANA GRANDE</a></li>
  1519.                                            <li><a href="https://www.parfumpiter.ru/armand-basii.html">ARMAND BASI</a></li>
  1520.                                            <li><a href="https://www.parfumpiter.ru/atelier-cologne.html">ATELIER COLOGNE</a></li>
  1521.                                            <li><a href="https://www.parfumpiter.ru/atkinsons.html">ATKINSONS</a></li>
  1522.                                            <li><a href="https://www.parfumpiter.ru/attar-collection.html">ATTAR COLLECTION</a></li>
  1523.                                            <li><a href="https://www.parfumpiter.ru/azzaro.html">AZZARO </a></li>
  1524.                                        </ul>
  1525.                </div>
  1526.            </li>
  1527.                    <li>
  1528.                <a onclick="location.href='/brands/#B'">B</a>
  1529.                <div>
  1530.                    <ul>
  1531.                                            <li><a href="https://www.parfumpiter.ru/badgley-mischka.html">BADGLEY MISCHKA</a></li>
  1532.                                            <li><a href="https://www.parfumpiter.ru/baldinini.html">BALDININI</a></li>
  1533.                                            <li><a href="https://www.parfumpiter.ru/bentley.html">BENTLEY</a></li>
  1534.                                            <li><a href="https://www.parfumpiter.ru/beyonce.html">BEYONCE</a></li>
  1535.                                            <li><a href="https://www.parfumpiter.ru/brand-boadicea-the-victorious.html">BOADICEA THE VICTORIOUS</a></li>
  1536.                                            <li><a href="https://www.parfumpiter.ru/bois-1920.html">BOIS 1920</a></li>
  1537.                                            <li><a href="https://www.parfumpiter.ru/bottega-veneta.html">BOTTEGA VENETA</a></li>
  1538.                                            <li><a href="https://www.parfumpiter.ru/boucheron.html">BOUCHERON</a></li>
  1539.                                            <li><a href="https://www.parfumpiter.ru/britney-spears.html">BRITNEY SPEARS</a></li>
  1540.                                            <li><a href="https://www.parfumpiter.ru/burberry.html">BURBERRY</a></li>
  1541.                                            <li><a href="https://www.parfumpiter.ru/bvlgari.html">BVLGARI</a></li>
  1542.                                            <li><a href="https://www.parfumpiter.ru/byredo.html">BYREDO </a></li>
  1543.                                        </ul>
  1544.                </div>
  1545.            </li>
  1546.                    <li>
  1547.                <a onclick="location.href='/brands/#C'">C</a>
  1548.                <div>
  1549.                    <ul>
  1550.                                            <li><a href="https://www.parfumpiter.ru/cacharel.html">CACHAREL</a></li>
  1551.                                            <li><a href="https://www.parfumpiter.ru/calvin-klein.html">CALVIN KLEIN</a></li>
  1552.                                            <li><a href="https://www.parfumpiter.ru/carner-barcelona.html">CARNER BARCELONA</a></li>
  1553.                                            <li><a href="https://www.parfumpiter.ru/carolina-herrera.html">CAROLINA HERRERA</a></li>
  1554.                                            <li><a href="https://www.parfumpiter.ru/caron.html">CARON</a></li>
  1555.                                            <li><a href="https://www.parfumpiter.ru/cartier.html">CARTIER</a></li>
  1556.                                            <li><a href="https://www.parfumpiter.ru/carven.html">CARVEN</a></li>
  1557.                                            <li><a href="https://www.parfumpiter.ru/caline.html">CELINE</a></li>
  1558.                                            <li><a href="https://www.parfumpiter.ru/celine-dion.html">CELINE DION</a></li>
  1559.                                            <li><a href="https://www.parfumpiter.ru/cerruti.html">CERRUTI</a></li>
  1560.                                            <li><a href="https://www.parfumpiter.ru/chanel-parfum.html">CHANEL PARFUM</a></li>
  1561.                                            <li><a href="https://www.parfumpiter.ru/chloe.html">CHLOE</a></li>
  1562.                                            <li><a href="https://www.parfumpiter.ru/chopard.html">CHOPARD </a></li>
  1563.                                            <li><a href="https://www.parfumpiter.ru/christian-audigier.html">CHRISTIAN AUDIGIER </a></li>
  1564.                                            <li><a href="https://www.parfumpiter.ru/christian-dior.html">CHRISTIAN DIOR</a></li>
  1565.                                            <li><a href="https://www.parfumpiter.ru/christian-louboutin.html">CHRISTIAN LOUBOUTIN</a></li>
  1566.                                            <li><a href="https://www.parfumpiter.ru/index.php?route=product/manufacturer/info&amp;manufacturer_id=179">CHRISTIAN RICHARD</a></li>
  1567.                                            <li><a href="https://www.parfumpiter.ru/christina-aguilera.html">CHRISTINA AGUILERA</a></li>
  1568.                                            <li><a href="https://www.parfumpiter.ru/clinique.html">CLINIQUE</a></li>
  1569.                                            <li><a href="https://www.parfumpiter.ru/clive-christian.html">CLIVE CHRISTIAN </a></li>
  1570.                                            <li><a href="https://www.parfumpiter.ru/cosme-decorte.html">COSME DECORTE</a></li>
  1571.                                            <li><a href="https://www.parfumpiter.ru/creed.html">CREED </a></li>
  1572.                                        </ul>
  1573.                </div>
  1574.            </li>
  1575.                    <li>
  1576.                <a onclick="location.href='/brands/#D'">D</a>
  1577.                <div>
  1578.                    <ul>
  1579.                                            <li><a href="https://www.parfumpiter.ru/david-beckham.html">DAVID BECKHAM</a></li>
  1580.                                            <li><a href="https://www.parfumpiter.ru/davidoff.html">DAVIDOFF</a></li>
  1581.                                            <li><a href="https://www.parfumpiter.ru/diesel.html">DIESEL</a></li>
  1582.                                            <li><a href="https://www.parfumpiter.ru/diptyque.html">DIPTYQUE </a></li>
  1583.                                            <li><a href="https://www.parfumpiter.ru/dkny-donna-caran.html">DKNY (DONNA CARAN)</a></li>
  1584.                                            <li><a href="https://www.parfumpiter.ru/dolcegabbana.html">DOLCE&amp;GABBANA</a></li>
  1585.                                            <li><a href="https://www.parfumpiter.ru/dsquared2.html">DSQUARED2</a></li>
  1586.                                        </ul>
  1587.                </div>
  1588.            </li>
  1589.                    <li>
  1590.                <a onclick="location.href='/brands/#E'">E</a>
  1591.                <div>
  1592.                    <ul>
  1593.                                            <li><a href="https://www.parfumpiter.ru/eisenberg.html">EISENBERG </a></li>
  1594.                                            <li><a href="https://www.parfumpiter.ru/elie-saab.html">ELIE SAAB </a></li>
  1595.                                            <li><a href="https://www.parfumpiter.ru/elizabeth-arden.html">ELIZABETH ARDEN</a></li>
  1596.                                            <li><a href="https://www.parfumpiter.ru/escada.html">ESCADA</a></li>
  1597.                                            <li><a href="https://www.parfumpiter.ru/escentric-molecules.html">ESCENTRIC MOLECULES</a></li>
  1598.                                            <li><a href="https://www.parfumpiter.ru/essential-parfums.html">ESSENTIAL PARFUMS PARIS</a></li>
  1599.                                            <li><a href="https://www.parfumpiter.ru/estee-lauder.html">ESTEE LAUDER</a></li>
  1600.                                            <li><a href="https://www.parfumpiter.ru/etat-libre-d-orange.html">ETAT LIBRE D'ORANGE</a></li>
  1601.                                            <li><a href="https://www.parfumpiter.ru/ex-nihilo.html">EX NIHILO </a></li>
  1602.                                        </ul>
  1603.                </div>
  1604.            </li>
  1605.                    <li>
  1606.                <a onclick="location.href='/brands/#F'">F</a>
  1607.                <div>
  1608.                    <ul>
  1609.                                            <li><a href="https://www.parfumpiter.ru/fendi.html">FENDI</a></li>
  1610.                                            <li><a href="https://www.parfumpiter.ru/franck-boclet.html">FRANCK BOCLET</a></li>
  1611.                                            <li><a href="https://www.parfumpiter.ru/frapin.html">FRAPIN</a></li>
  1612.                                            <li><a href="https://www.parfumpiter.ru/frederic-malle.html">FREDERIC MALLE </a></li>
  1613.                                        </ul>
  1614.                </div>
  1615.            </li>
  1616.                    <li>
  1617.                <a onclick="location.href='/brands/#G'">G</a>
  1618.                <div>
  1619.                    <ul>
  1620.                                            <li><a href="https://www.parfumpiter.ru/ghost.html">GHOST </a></li>
  1621.                                            <li><a href="https://www.parfumpiter.ru/giorgio-armani.html">GIORGIO ARMANI</a></li>
  1622.                                            <li><a href="https://www.parfumpiter.ru/givenchy.html">GIVENCHY</a></li>
  1623.                                            <li><a href="https://www.parfumpiter.ru/dr-gritti.html">GRITTI</a></li>
  1624.                                            <li><a href="https://www.parfumpiter.ru/gucci.html">GUCCI</a></li>
  1625.                                            <li><a href="https://www.parfumpiter.ru/guerlain.html">GUERLAIN</a></li>
  1626.                                            <li><a href="https://www.parfumpiter.ru/guy-laroche.html">GUY LAROCHE</a></li>
  1627.                                        </ul>
  1628.                </div>
  1629.            </li>
  1630.                    <li>
  1631.                <a onclick="location.href='/brands/#H'">H</a>
  1632.                <div>
  1633.                    <ul>
  1634.                                            <li><a href="https://www.parfumpiter.ru/hayari-parfums.html">HAYARI PARFUMS </a></li>
  1635.                                            <li><a href="https://www.parfumpiter.ru/helena-rubinstein.html">HELENA RUBINSTEIN</a></li>
  1636.                                            <li><a href="https://www.parfumpiter.ru/hermes.html">HERMES</a></li>
  1637.                                            <li><a href="https://www.parfumpiter.ru/herve-gambs.html">HERVE GAMBS </a></li>
  1638.                                            <li><a href="https://www.parfumpiter.ru/hfc-haute-fragrance-company.html">HFC HAUTE FRAGRANCE COMPANY</a></li>
  1639.                                            <li><a href="https://www.parfumpiter.ru/histoires-de-parfums.html">HISTOIRES DE PARFUMS</a></li>
  1640.                                            <li><a href="https://www.parfumpiter.ru/hugo-boss.html">HUGO BOSS</a></li>
  1641.                                        </ul>
  1642.                </div>
  1643.            </li>
  1644.                    <li>
  1645.                <a onclick="location.href='/brands/#I'">I</a>
  1646.                <div>
  1647.                    <ul>
  1648.                                            <li><a href="https://www.parfumpiter.ru/initio-parfums-prives.html">INITIO PARFUMS PRIVES</a></li>
  1649.                                            <li><a href="https://www.parfumpiter.ru/issey-miyake.html">ISSEY MIYAKE</a></li>
  1650.                                        </ul>
  1651.                </div>
  1652.            </li>
  1653.                    <li>
  1654.                <a onclick="location.href='/brands/#J'">J</a>
  1655.                <div>
  1656.                    <ul>
  1657.                                            <li><a href="https://www.parfumpiter.ru/jacques-bogart.html">JACQUES BOGART</a></li>
  1658.                                            <li><a href="https://www.parfumpiter.ru/jacques-fath.html">JACQUES FATH</a></li>
  1659.                                            <li><a href="https://www.parfumpiter.ru/desprez-jean.html">JEAN DESPREZ</a></li>
  1660.                                            <li><a href="https://www.parfumpiter.ru/jean-patou.html">JEAN PATOU</a></li>
  1661.                                            <li><a href="https://www.parfumpiter.ru/jean-paul-gaultier.html">JEAN PAUL GAULTIER</a></li>
  1662.                                            <li><a href="https://www.parfumpiter.ru/jennifer-lopez.html">JENNIFER LOPEZ</a></li>
  1663.                                            <li><a href="https://www.parfumpiter.ru/jimmy-choo.html">JIMMY CHOO</a></li>
  1664.                                            <li><a href="https://www.parfumpiter.ru/jo-malone.html">JO MALONE </a></li>
  1665.                                            <li><a href="https://www.parfumpiter.ru/john-richmond.html">JOHN RICHMOND</a></li>
  1666.                                            <li><a href="https://www.parfumpiter.ru/juicy-couture.html">JUICY COUTURE</a></li>
  1667.                                            <li><a href="https://www.parfumpiter.ru/jul-et-mad-paris.html">JUL ET MAD PARIS</a></li>
  1668.                                            <li><a href="https://www.parfumpiter.ru/parfyumeriya-ot-juliette-has-a-gun.html">JULIETTE HAS A GUN</a></li>
  1669.                                        </ul>
  1670.                </div>
  1671.            </li>
  1672.                    <li>
  1673.                <a onclick="location.href='/brands/#K'">K</a>
  1674.                <div>
  1675.                    <ul>
  1676.                                            <li><a href="https://www.parfumpiter.ru/kajal-parfum.html">KAJAL</a></li>
  1677.                                            <li><a href="https://www.parfumpiter.ru/kanebo.html">KANEBO</a></li>
  1678.                                            <li><a href="https://www.parfumpiter.ru/karl-antony.html">KARL ANTONY</a></li>
  1679.                                            <li><a href="https://www.parfumpiter.ru/katy-perry.html">KATY PERRY</a></li>
  1680.                                            <li><a href="https://www.parfumpiter.ru/kenzo.html">KENZO</a></li>
  1681.                                            <li><a href="https://www.parfumpiter.ru/kilian.html">KILIAN </a></li>
  1682.                                        </ul>
  1683.                </div>
  1684.            </li>
  1685.                    <li>
  1686.                <a onclick="location.href='/brands/#L'">L</a>
  1687.                <div>
  1688.                    <ul>
  1689.                                            <li><a href="https://www.parfumpiter.ru/l-artisan-parfumeur.html">L'ARTISAN PARFUMEUR</a></li>
  1690.                                            <li><a href="https://www.parfumpiter.ru/lacoste.html">LACOSTE</a></li>
  1691.                                            <li><a href="https://www.parfumpiter.ru/lalique.html">LALIQUE</a></li>
  1692.                                            <li><a href="https://www.parfumpiter.ru/lancome.html">LANCOME</a></li>
  1693.                                            <li><a href="https://www.parfumpiter.ru/lanvin.html">LANVIN</a></li>
  1694.                                            <li><a href="https://www.parfumpiter.ru/laurent-mazzone.html">LAURENT MAZZONE</a></li>
  1695.                                            <li><a href="https://www.parfumpiter.ru/le-labo.html">LE LABO</a></li>
  1696.                                            <li><a href="https://www.parfumpiter.ru/les-contes.html">LES CONTES</a></li>
  1697.                                            <li><a href="https://www.parfumpiter.ru/les-liquides-imaginaires.html">LES LIQUIDES IMAGINAIRES</a></li>
  1698.                                            <li><a href="https://www.parfumpiter.ru/loewe.html">LOEWE</a></li>
  1699.                                            <li><a href="https://www.parfumpiter.ru/louis-vuitton.html">LOUIS VUITTON</a></li>
  1700.                                        </ul>
  1701.                </div>
  1702.            </li>
  1703.                    <li>
  1704.                <a onclick="location.href='/brands/#M'">M</a>
  1705.                <div>
  1706.                    <ul>
  1707.                                            <li><a href="https://www.parfumpiter.ru/mac.html">MAC</a></li>
  1708.                                            <li><a href="https://www.parfumpiter.ru/maison-francis-kurkdjian.html">MAISON FRANCIS KURKDJIAN </a></li>
  1709.                                            <li><a href="https://www.parfumpiter.ru/maison-martin-margiela.html">MAISON MARTIN MARGIELA</a></li>
  1710.                                            <li><a href="https://www.parfumpiter.ru/mancera.html">MANCERA </a></li>
  1711.                                            <li><a href="https://www.parfumpiter.ru/map-of-the-heart.html">MAP OF THE HEART</a></li>
  1712.                                            <li><a href="https://www.parfumpiter.ru/marc-jacobs.html">MARC JACOBS</a></li>
  1713.                                            <li><a href="https://www.parfumpiter.ru/marc-antoine-barrois.html">MARC-ANTOINE BARROIS</a></li>
  1714.                                            <li><a href="https://www.parfumpiter.ru/masque.html">MASQUE</a></li>
  1715.                                            <li><a href="https://www.parfumpiter.ru/max-mara.html">MAX MARA</a></li>
  1716.                                            <li><a href="https://www.parfumpiter.ru/mdci-parfums.html">MDCI PARFUMS</a></li>
  1717.                                            <li><a href="https://www.parfumpiter.ru/memo.html">MEMO </a></li>
  1718.                                            <li><a href="https://www.parfumpiter.ru/meo-fusciuni.html">MEO FUSCIUNI</a></li>
  1719.                                            <li><a href="https://www.parfumpiter.ru/micallef.html">MICALLEF</a></li>
  1720.                                            <li><a href="https://www.parfumpiter.ru/michael-kors.html">MICHAEL KORS</a></li>
  1721.                                            <li><a href="https://www.parfumpiter.ru/mila-schon.html">MILA SCHON</a></li>
  1722.                                            <li><a href="https://www.parfumpiter.ru/miu-miu.html">MIU MIU</a></li>
  1723.                                            <li><a href="https://www.parfumpiter.ru/moncler-parfum.html">MONCLER</a></li>
  1724.                                            <li><a href="https://www.parfumpiter.ru/montale.html">MONTALE </a></li>
  1725.                                            <li><a href="https://www.parfumpiter.ru/montblanc.html">MONTBLANC </a></li>
  1726.                                            <li><a href="https://www.parfumpiter.ru/moresque.html">MORESQUE </a></li>
  1727.                                            <li><a href="https://www.parfumpiter.ru/morphparfum.html">MORPH</a></li>
  1728.                                            <li><a href="https://www.parfumpiter.ru/moschino.html">MOSCHINO</a></li>
  1729.                                        </ul>
  1730.                </div>
  1731.            </li>
  1732.                    <li>
  1733.                <a onclick="location.href='/brands/#N'">N</a>
  1734.                <div>
  1735.                    <ul>
  1736.                                            <li><a href="https://www.parfumpiter.ru/naf-naf.html">NAF NAF</a></li>
  1737.                                            <li><a href="https://www.parfumpiter.ru/narciso-rodriguez.html">NARCISO RODRIGUEZ</a></li>
  1738.                                            <li><a href="https://www.parfumpiter.ru/nasomatto.html">NASOMATTO </a></li>
  1739.                                            <li><a href="https://www.parfumpiter.ru/nina-ricci.html">NINA RICCI</a></li>
  1740.                                            <li><a href="https://www.parfumpiter.ru/nishane.html">NISHANE</a></li>
  1741.                                            <li><a href="https://www.parfumpiter.ru/nobile-1942.html">NOBILE 1942</a></li>
  1742.                                        </ul>
  1743.                </div>
  1744.            </li>
  1745.                    <li>
  1746.                <a onclick="location.href='/brands/#O'">O</a>
  1747.                <div>
  1748.                    <ul>
  1749.                                            <li><a href="https://www.parfumpiter.ru/ormonde-jayne.html">ORMONDE JAYNE</a></li>
  1750.                                            <li><a href="https://www.parfumpiter.ru/orto-parisi.html">ORTO PARISI</a></li>
  1751.                                        </ul>
  1752.                </div>
  1753.            </li>
  1754.                    <li>
  1755.                <a onclick="location.href='/brands/#P'">P</a>
  1756.                <div>
  1757.                    <ul>
  1758.                                            <li><a href="https://www.parfumpiter.ru/paco-rabanne.html">PACO RABANNE</a></li>
  1759.                                            <li><a href="https://www.parfumpiter.ru/paloma-picasso.html">PALOMA PICASSO </a></li>
  1760.                                            <li><a href="https://www.parfumpiter.ru/parfums-de-marly.html">PARFUMS DE MARLY</a></li>
  1761.                                            <li><a href="https://www.parfumpiter.ru/paris-hilton.html">PARIS HILTON</a></li>
  1762.                                            <li><a href="https://www.parfumpiter.ru/paris-world-luxury.html">PARIS WORLD LUXURY</a></li>
  1763.                                            <li><a href="https://www.parfumpiter.ru/parle-moi-de-parfum.html">PARLE MOI DE PARFUM</a></li>
  1764.                                            <li><a href="https://www.parfumpiter.ru/penhaligon-s.html">PENHALIGON'S</a></li>
  1765.                                            <li><a href="https://www.parfumpiter.ru/phaedon.html">PHAEDON</a></li>
  1766.                                            <li><a href="https://www.parfumpiter.ru/pola.html">POLA</a></li>
  1767.                                            <li><a href="https://www.parfumpiter.ru/prada.html">PRADA </a></li>
  1768.                                        </ul>
  1769.                </div>
  1770.            </li>
  1771.                    <li>
  1772.                <a onclick="location.href='/brands/#R'">R</a>
  1773.                <div>
  1774.                    <ul>
  1775.                                            <li><a href="https://www.parfumpiter.ru/ralph-lauren.html">RALPH LAUREN</a></li>
  1776.                                            <li><a href="https://www.parfumpiter.ru/ramon-monegal.html">RAMON MONEGAL</a></li>
  1777.                                            <li><a href="https://www.parfumpiter.ru/revillon.html">REVILLON</a></li>
  1778.                                            <li><a href="https://www.parfumpiter.ru/roberto-cavalli.html">ROBERTO CAVALLI</a></li>
  1779.                                            <li><a href="https://www.parfumpiter.ru/rochas.html">ROCHAS</a></li>
  1780.                                            <li><a href="https://www.parfumpiter.ru/roja-dove.html">ROJA DOVE</a></li>
  1781.                                            <li><a href="https://www.parfumpiter.ru/rosendo-mateu.html">ROSENDO MATEU</a></li>
  1782.                                        </ul>
  1783.                </div>
  1784.            </li>
  1785.                    <li>
  1786.                <a onclick="location.href='/brands/#S'">S</a>
  1787.                <div>
  1788.                    <ul>
  1789.                                            <li><a href="https://www.parfumpiter.ru/salvatore-ferragamo.html">SALVATORE FERRAGAMO</a></li>
  1790.                                            <li><a href="https://www.parfumpiter.ru/santa-maria-novella.html">SANTA MARIA NOVELLA</a></li>
  1791.                                            <li><a href="https://www.parfumpiter.ru/serge-lutens.html">SERGE LUTENS </a></li>
  1792.                                            <li><a href="https://www.parfumpiter.ru/sergio-tacchini.html">SERGIO TACCHINI</a></li>
  1793.                                            <li><a href="https://www.parfumpiter.ru/shaik.html">SHAIK </a></li>
  1794.                                            <li><a href="https://www.parfumpiter.ru/shiseido.html">SHISEIDO </a></li>
  1795.                                            <li><a href="https://www.parfumpiter.ru/simimi.html">SIMIMI</a></li>
  1796.                                            <li><a href="https://www.parfumpiter.ru/sisley.html">SISLEY</a></li>
  1797.                                            <li><a href="https://www.parfumpiter.ru/sonia-rykiel.html">SONIA RYKIEL </a></li>
  1798.                                            <li><a href="https://www.parfumpiter.ru/stella-mccartney.html">STELLA MCCARTNEY </a></li>
  1799.                                            <li><a href="https://www.parfumpiter.ru/stephane-humbert-lucas.html">STEPHANE HUMBERT LUCAS 777</a></li>
  1800.                                        </ul>
  1801.                </div>
  1802.            </li>
  1803.                    <li>
  1804.                <a onclick="location.href='/brands/#T'">T</a>
  1805.                <div>
  1806.                    <ul>
  1807.                                            <li><a href="https://www.parfumpiter.ru/ted-lapidus-parfums.html">TED LAPIDUS PARFUMS</a></li>
  1808.                                            <li><a href="https://www.parfumpiter.ru/the-house-of-oud.html">THE HOUSE OF OUD</a></li>
  1809.                                            <li><a href="https://www.parfumpiter.ru/thierry-mugler.html">THIERRY MUGLER </a></li>
  1810.                                            <li><a href="https://www.parfumpiter.ru/thomas-kosmala.html">THOMAS KOSMALA</a></li>
  1811.                                            <li><a href="https://www.parfumpiter.ru/tiffany-co.html">TIFFANY &amp; CO</a></li>
  1812.                                            <li><a href="https://www.parfumpiter.ru/tiziana-terenzi.html">TIZIANA TERENZI</a></li>
  1813.                                            <li><a href="https://www.parfumpiter.ru/tom-ford.html">TOM FORD</a></li>
  1814.                                            <li><a href="https://www.parfumpiter.ru/trussardi.html">TRUSSARDI</a></li>
  1815.                                        </ul>
  1816.                </div>
  1817.            </li>
  1818.                    <li>
  1819.                <a onclick="location.href='/brands/#V'">V</a>
  1820.                <div>
  1821.                    <ul>
  1822.                                            <li><a href="https://www.parfumpiter.ru/valentino.html">VALENTINO</a></li>
  1823.                                            <li><a href="https://www.parfumpiter.ru/van-cleef-and-arpels.html">VAN CLEEF &amp; ARPELS </a></li>
  1824.                                            <li><a href="https://www.parfumpiter.ru/versace.html">VERSACE</a></li>
  1825.                                            <li><a href="https://www.parfumpiter.ru/brand-vertus.html">VERTUS</a></li>
  1826.                                            <li><a href="https://www.parfumpiter.ru/victor-rolf.html">VICTOR &amp; ROLF</a></li>
  1827.                                            <li><a href="https://www.parfumpiter.ru/victorias-secret.html">VICTORIA’S SECRET</a></li>
  1828.                                            <li><a href="https://www.parfumpiter.ru/vilhelm-parfumerie.html">VILHELM PARFUMERIE</a></li>
  1829.                                        </ul>
  1830.                </div>
  1831.            </li>
  1832.                    <li>
  1833.                <a onclick="location.href='/brands/#X'">X</a>
  1834.                <div>
  1835.                    <ul>
  1836.                                            <li><a href="https://www.parfumpiter.ru/xerjoff.html">XERJOFF</a></li>
  1837.                                        </ul>
  1838.                </div>
  1839.            </li>
  1840.                    <li>
  1841.                <a onclick="location.href='/brands/#Y'">Y</a>
  1842.                <div>
  1843.                    <ul>
  1844.                                            <li><a href="https://www.parfumpiter.ru/yohji-yamamoto.html">YOHJI YAMAMOTO</a></li>
  1845.                                            <li><a href="https://www.parfumpiter.ru/yves-rocher.html">YVES ROCHER </a></li>
  1846.                                            <li><a href="https://www.parfumpiter.ru/yves-saint-laurent.html">YVES SAINT LAURENT</a></li>
  1847.                                        </ul>
  1848.                </div>
  1849.            </li>
  1850.                    <li>
  1851.                <a onclick="location.href='/brands/#Z'">Z</a>
  1852.                <div>
  1853.                    <ul>
  1854.                                            <li><a href="https://www.parfumpiter.ru/zadig-voltaire.html">ZADIG &amp; VOLTAIRE</a></li>
  1855.                                            <li><a href="https://www.parfumpiter.ru/zarkoperfume.html">ZARKOPERFUME</a></li>
  1856.                                            <li><a href="https://www.parfumpiter.ru/brend-zielinski-rozen.html">ZIELINSKI &amp; ROZEN</a></li>
  1857.                                        </ul>
  1858.                </div>
  1859.            </li>
  1860.                </ul>
  1861.    </div>
  1862. </div>
  1863. </div>
  1864. </div>
  1865.  
  1866.  
  1867.  
  1868.  
  1869.  
  1870. <div id="headerfixed">
  1871.    <div class="full-width top-block">
  1872.        <div class="logo-row v2 row margin0 menu-row">
  1873.            <div class="inner-table-block nopadding logo-block">
  1874.                <div class="logo colored">
  1875.                                            <!--fkwork_>-->
  1876.                        <img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAEALAAAAAABAAEAAAICTAEAOw==" data-src="https://www.parfumpiter.ru/image/catalog/logo-foto/Logo.jpg" title="Интернет магазин оригинальной парфюмерии ПарфюмПитер.ру С доставкой по всей России. " alt="Интернет магазин оригинальной парфюмерии ПарфюмПитер.ру С доставкой по всей России. " class="img-responsive lazyATS" />                        <!--<_fkwork-->
  1877.                                    </div>
  1878.            </div>
  1879.  
  1880.            <div class="inner-table-block menu-block">
  1881.                                <div class="menu-default">
  1882.                                    <ul class="main_menu">
  1883.                                        <li class="catalog"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Каталог <i class="fa fa-angle-down"></i><div class="line-wrapper"><span class="line"></span></div></a>
  1884.                                            <ul class="dropdown-menu lvl1">
  1885.                                                                                                    <li class="dropdown-submenu  has_img">
  1886.  
  1887.                                                        <div class="menu_img"><img width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/categories/zhenskaya-parfyumeriya-60x60.jpg" alt="Женская парфюмерия" title="Женская парфюмерия"></div>
  1888.                                                        <a href="https://www.parfumpiter.ru/woman/" class="" title="Женская парфюмерия"><span class="name">Женская парфюмерия</span><span class="arrow"><i></i></span></a>
  1889.                                                            
  1890.                                                    </li>
  1891.                                                                                                    <li class="dropdown-submenu  has_img">
  1892.  
  1893.                                                        <div class="menu_img"><img width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/categories/muzhskaya-parfyumeriya-60x60.jpg" alt="Мужская парфюмерия" title="Мужская парфюмерия"></div>
  1894.                                                        <a href="https://www.parfumpiter.ru/man/" class="" title="Мужская парфюмерия"><span class="name">Мужская парфюмерия</span><span class="arrow"><i></i></span></a>
  1895.                                                            
  1896.                                                    </li>
  1897.                                                                                                    <li class="dropdown-submenu  has_img">
  1898.  
  1899.                                                        <div class="menu_img"><img width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/categories/universalnaya-parfyumeriya-60x60.jpg" alt="Универсальная парфюмерия" title="Универсальная парфюмерия"></div>
  1900.                                                        <a href="https://www.parfumpiter.ru/unisex/" class="" title="Универсальная парфюмерия"><span class="name">Универсальная парфюмерия</span><span class="arrow"><i></i></span></a>
  1901.                                                            
  1902.                                                    </li>
  1903.                                                                                                    <li class="dropdown-submenu  has_img">
  1904.  
  1905.                                                        <div class="menu_img"><img width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/categories/vintazhnaya-parfyumeriya-60x60.jpg" alt="Винтажная парфюмерия " title="Винтажная парфюмерия "></div>
  1906.                                                        <a href="https://www.parfumpiter.ru/vintazhnaya/" class="" title="Винтажная парфюмерия "><span class="name">Винтажная парфюмерия </span><span class="arrow"><i></i></span></a>
  1907.                                                            
  1908.                                                    </li>
  1909.                                                                                                    <li class="dropdown-submenu  has_img">
  1910.  
  1911.                                                        <div class="menu_img"><img loading="lazy"  width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/111/selective-parum55-60x60.jpg" alt="Селективная парфюмерия" title="Селективная парфюмерия"></div>
  1912.                                                        <a href="https://www.parfumpiter.ru/selective-parfum/" class="" title="Селективная парфюмерия"><span class="name">Селективная парфюмерия</span><span class="arrow"><i></i></span></a>
  1913.                                                            
  1914.                                                    </li>
  1915.                                                                                                    <li class="dropdown-submenu  has_img">
  1916.  
  1917.                                                        <div class="menu_img"><img loading="lazy"  width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/categories/novinki-parfyumerii-60x60.jpg" alt="Новинки парфюмерии " title="Новинки парфюмерии "></div>
  1918.                                                        <a href="https://www.parfumpiter.ru/novinki-parfyumerii/" class="" title="Новинки парфюмерии "><span class="name">Новинки парфюмерии </span><span class="arrow"><i></i></span></a>
  1919.                                                            
  1920.                                                    </li>
  1921.                                                                                                    <li class="dropdown-submenu  has_img">
  1922.  
  1923.                                                        <div class="menu_img"><img loading="lazy"  width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/222/001-60x60.jpg" alt="Интерьерные ароматизаторы" title="Интерьерные ароматизаторы"></div>
  1924.                                                        <a href="https://www.parfumpiter.ru/for-rooms/" class="" title="Интерьерные ароматизаторы"><span class="name">Интерьерные ароматизаторы</span><span class="arrow"><i></i></span></a>
  1925.                                                            
  1926.                                                    </li>
  1927.                                                                                                    <li class="dropdown-submenu  has_img">
  1928.  
  1929.                                                        <div class="menu_img"><img loading="lazy"  width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/categories/dezodoranty-60x60.jpg" alt="Дезодоранты" title="Дезодоранты"></div>
  1930.                                                        <a href="https://www.parfumpiter.ru/dezodoranty/" class="" title="Дезодоранты"><span class="name">Дезодоранты</span><span class="arrow"><i></i></span></a>
  1931.                                                            
  1932.                                                    </li>
  1933.                                                                                                    <li class="dropdown-submenu  has_img">
  1934.  
  1935.                                                        <div class="menu_img"><img loading="lazy"  width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/categories/kosmetika-60x60.jpg" alt="Косметика " title="Косметика "></div>
  1936.                                                        <a href="https://www.parfumpiter.ru/kosmetika/" class="" title="Косметика "><span class="name">Косметика </span><span class="arrow"><i></i></span></a>
  1937.                                                            
  1938.                                                    </li>
  1939.                                                                                                    <li class="dropdown-submenu  has_img">
  1940.  
  1941.                                                        <div class="menu_img"><img loading="lazy"  width="60" height="60" src="https://www.parfumpiter.ru/image/cache/catalog/111/brendstop-60x60.jpg" alt="Все бренды" title="Все бренды"></div>
  1942.                                                        <a href="https://www.parfumpiter.ru/vse-brendy/" class="" title="Все бренды"><span class="name">Все бренды</span><span class="arrow"><i></i></span></a>
  1943.                                                            
  1944.                                                    </li>
  1945.                                                                                            </ul>
  1946.                                        </li>
  1947.  
  1948.                                                                                <li class="dropdown">
  1949.                                        <a href="#" class="dropdown-toggle" data-toggle="dropdown">Для бизнеса <i class="fa fa-angle-down"></i><div class="line-wrapper"><span class="line"></span></div></a>
  1950.                                        <div class="dropdown-menu">
  1951.                                        <div class="dropdown-inner">
  1952.                                        <ul class="list-categories list-unstyled service_menu">
  1953.                                                                                                                                                                                                    <li><a href="https://www.parfumpiter.ru/dlay-postavchkov-tovara-lux-i-beauty.html">Для поставщиков</a></li>
  1954.                                                                                                                                                                                        </ul>
  1955.                                        </div>
  1956.                                        </div>
  1957.                                        </li>
  1958.                                                                                
  1959.                                                                                      
  1960.                                          <li >
  1961.                                              <a href="/dostavka-oplata.html"  >Доставка и Оплата
  1962.                                              </a>
  1963.                                                                                        </li>
  1964.                                            
  1965.                                          <li >
  1966.                                              <a href="/podorki-2020.html"  >Подарки
  1967.                                              </a>
  1968.                                                                                        </li>
  1969.                                            
  1970.                                          <li class="dropdown">
  1971.                                              <a href="#"  class="dropdown-toggle" data-toggle="dropdown">Отзывы
  1972.                                              <i class="fa fa-angle-down"></i><div class="line-wrapper"><span class="line"></span></div></a>
  1973.                                                                                                <div class="dropdown-menu">
  1974.                                                      <div class="dropdown-inner">
  1975.                                                          <ul class="list-categories list-unstyled service_menu">
  1976.                                                                                                                        <li><a href="shop-rating/" >Отзывы на ПарфюмПитер.</a></li>
  1977.                                                                                                                        <li><a href="https://vk.com/topic-165857808_38470815" target="_blank">Отзывы в Вконтакт</a></li>
  1978.                                                                                                                        <li><a href="https://www.yell.ru/spb/com/parfyum-piter_10756549/" target="_blank">Отзывы на Yell</a></li>
  1979.                                                                                                                    </ul>
  1980.                                                      </div>
  1981.                                                  </div>
  1982.                                                                                        </li>
  1983.                                            
  1984.                                          <li >
  1985.                                              <a href="/brands/"  >Бренды
  1986.                                              </a>
  1987.                                                                                        </li>
  1988.                                                                                          
  1989.  
  1990.                                    </ul>
  1991.                                </div>
  1992.            </div>
  1993.  
  1994.  
  1995.                    <div class="inner-table-block nopadding">
  1996.  
  1997.                        <div class="top-block-item pull-right">
  1998.  
  1999.  
  2000.  <script>
  2001.    window.onresize = function() {
  2002.      if (window.innerWidth <= 500) { resizeCart(); }
  2003.    }
  2004.  
  2005.    $( document ).ready(function() {
  2006.      if ($( document ).width() <= 500) {
  2007.        resizeCart();
  2008.      }
  2009.    });
  2010.  
  2011.    function resizeCart() {
  2012.      let width = $( document ).width() - 15;
  2013.      $('.cart-widget .dropdown-menu').width(width);
  2014.    }
  2015.  </script>
  2016.  
  2017.    <div class="cart-widget btn-group btn-block">
  2018.      <a href="https://www.parfumpiter.ru/cart/" data-toggle="dropdown">
  2019.        <span class="icon-basket-top"></span><span class="cart-total"><span>0</span></span>
  2020.        <span class="fixed_hidden">Корзина</span>
  2021.        
  2022.        <p class="text_empty">(пусто)</p>
  2023.              </a>
  2024.      <ul class="dropdown-menu pull-right">
  2025.                <li>
  2026.          <p class="text-center">(пусто)</p>
  2027.        </li>
  2028.              </ul>
  2029.    </div>
  2030. <script>
  2031. function p_array() {
  2032. }
  2033. function replace_button(product_id, options){
  2034. $('[onclick*="cart.add(\''+product_id+'\'"]').html('<i class="fa fa-cart-plus"></i> <span class="price">В корзине</span>').addClass('incart');
  2035. $('#button-cart').html('<i class="fa fa-cart-plus"></i> В корзине').addClass('incart');
  2036. $('#button-cart2').html('<i class="fa fa-cart-plus"></i> В корзине').addClass('incart');
  2037. }
  2038. $(document).ready(function() {
  2039. p_array();
  2040. });
  2041. </script>
  2042. </div>
  2043.  
  2044.                                                <div style="margin-top: unset;padding-left: 0;" class="top-block-item pull-right header_ctrl hidden-md">
  2045.                            <div class="personal_wrap">
  2046.                                <div class="personal top login fontmini">
  2047.                            
  2048.                                <a href="https://www.parfumpiter.ru/my-account/" title="Личный кабинет" class="second_myacc_label dropdown-toggle lk black_text " data-toggle="dropdown"><i class="fa fa-user"></i> <span class="hidden-xs hidden-sm hidden-md">Личный кабинет</span> <span class="caret"></span></a>
  2049.                                  <ul class="dropdown-menu dropdown-menu-right">
  2050.                                                                        <li><a href="/account-register" data-toggle="modal" data-target="#register">Регистрация</a></li>
  2051.                                    <li><a href="/account-login" data-toggle="modal" data-target="#auth">Авторизация</a></li>
  2052.                                                                      </ul>
  2053.                                </div>
  2054.                            </div>
  2055.                        </div>
  2056.                    </div>
  2057.  
  2058.  
  2059.        </div>
  2060.    </div>
  2061. </div>
  2062.  
  2063.        <script>
  2064.    $( document ).ready(function(){
  2065.  
  2066.    $('#mobileheader .cart-widget>a').removeAttr('data-toggle');
  2067.  
  2068.    $('#mobilemenu .parent').click(function(e) {
  2069.        e.preventDefault();
  2070.    });
  2071.  
  2072.    $('#mobileheader .burger').click(function(){
  2073.        $('#mobilemenu').addClass('show');
  2074.        $('#mobilemenu-overlay').css('display', 'block');
  2075.    })
  2076.  
  2077.    $('#mobilemenu-overlay').click(function(){
  2078.        $('#mobilemenu').removeClass('show');
  2079.        $('#mobilemenu-overlay').css('display', 'none');
  2080.    })
  2081.  
  2082. <!-- 1lvl -->
  2083.    $('#mobilemenu .top>li>.parent').click(function(){
  2084.        toplvl_1 = $('#mobilemenu').scrollTop();
  2085.    $(this).parent('li').addClass('expanded');
  2086.    $(this).parents('#mobilemenu .wrap').css('transform','translateX(-100%)');
  2087.    $('#mobilemenu').scrollTop(0);
  2088.    })
  2089.  
  2090.    $('#mobilemenu .top>li>ul>.menu_back').click(function(e) {
  2091.        e.preventDefault();
  2092.        $(this).parent('.dropdown').parent('li').removeClass('expanded');
  2093.        $(this).parents('#mobilemenu .wrap').css('transform','translateX(0%)');
  2094.        $('#mobilemenu').scrollTop(toplvl_1);
  2095.    });
  2096.  
  2097. <!-- 2lvl  -->
  2098.    $('#mobilemenu .top>li>ul>li>.parent').click(function(){
  2099.    $(this).parent('li').addClass('expanded');
  2100.    $(this).parents('#mobilemenu .wrap').css('transform','translateX(-200%)');
  2101.    $('#mobilemenu').scrollTop(0);
  2102.    })
  2103.  
  2104.  
  2105.    $('#mobilemenu .top>li>ul>li>ul>.menu_back').click(function(e) {
  2106.        e.preventDefault();
  2107.        $(this).parent('.dropdown').parent('li').removeClass('expanded');
  2108.        $(this).parents('#mobilemenu .wrap').css('transform','translateX(-100%)');
  2109.        $('#mobilemenu').scrollTop(0);
  2110.  
  2111.    })
  2112.  
  2113. <!-- 3lvl  -->
  2114.    $('#mobilemenu .top>li>ul>li>ul>li>.parent').click(function(){
  2115.    $(this).parent('li').addClass('expanded');
  2116.    $(this).parents('#mobilemenu .wrap').css('transform','translateX(-300%)');
  2117.    })
  2118.  
  2119.  
  2120.    $('#mobilemenu .top>li>ul>li>ul>li>ul>.menu_back').click(function(e) {
  2121.        e.preventDefault();
  2122.        $(this).parent('.dropdown').parent('li').removeClass('expanded');
  2123.        $(this).parents('#mobilemenu .wrap').css('transform','translateX(-200%)');
  2124.  
  2125.    });
  2126.  
  2127. });
  2128. </script>
  2129.  
  2130. <script>
  2131.    var intervalId = window.setInterval(function(){
  2132.        jQuery('a.btn-quickview').html('<i class="fa fa-eye" aria-hidden="true"></i>');
  2133.    }, 500);
  2134. </script>            
  2135. <div class="wraps hover_effect" id="content">
  2136. <div class="wrapper_inner front bigpage">
  2137.    <div class="middle ">
  2138.        
  2139.        <div class="fnslider hide_on_mobile">
  2140.    <div class="full-width">
  2141.        <div class="top_big_banners on_childs hide_on_mobile">
  2142.         <div class="row">
  2143.                <div class="col-sm-12  ">  
  2144.                    <div class="swiper-container main-slider loading">
  2145.                      <div class="swiper-wrapper">
  2146.                          
  2147.                        <div class="swiper-slide">
  2148.                          <figure class="slide-bgimg" style="background-image:url(/image/catalog/demo/banners/2.png)">
  2149.                            <img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAEALAAAAAABAAEAAAICTAEAOw==" data-src="/image/catalog/demo/banners/2.png" class="entity-img lazyATS" alt="" />
  2150.                          </figure>
  2151.                          <div class="full-block position_left">
  2152.                            <div class="text-block ">
  2153.                                <div class="banner_title"></div>
  2154.                                <div class="caption banner_text"></div>
  2155.                                <div class="banner_buttons"><a href="/index.php?route=newsblog/article&amp;newsblog_path=1&amp;newsblog_article_id=41" class="btn btn-default btn-lg">Перейти</a></div>
  2156.                            </div>
  2157.                          </div>
  2158.                        </div>
  2159.                          
  2160.                        <div class="swiper-slide">
  2161.                          <figure class="slide-bgimg" style="background-image:url(/image/catalog/fnstar_demo/slideshow_3.jpg)">
  2162.                            <img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAEALAAAAAABAAEAAAICTAEAOw==" data-src="/image/catalog/fnstar_demo/slideshow_3.jpg" class="entity-img lazyATS" alt="" />
  2163.                          </figure>
  2164.                          <div class="full-block position_left">
  2165.                            <div class="text-block light">
  2166.                                <div class="banner_title"></div>
  2167.                                <div class="caption banner_text"></div>
  2168.                                <div class="banner_buttons"><a href="/search/?search=Giorgio%20Armani%20Acqua%20di%20Gio" class="btn btn-default btn-lg">Перейти</a></div>
  2169.                            </div>
  2170.                          </div>
  2171.                        </div>
  2172.                          
  2173.                        <div class="swiper-slide">
  2174.                          <figure class="slide-bgimg" style="background-image:url(/image/catalog/fnstar_demo/slideshow_4.jpg)">
  2175.                            <img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAEALAAAAAABAAEAAAICTAEAOw==" data-src="/image/catalog/fnstar_demo/slideshow_4.jpg" class="entity-img lazyATS" alt="" />
  2176.                          </figure>
  2177.                          <div class="full-block position_left">
  2178.                            <div class="text-block light">
  2179.                                <div class="banner_title"></div>
  2180.                                <div class="caption banner_text"></div>
  2181.                                <div class="banner_buttons"><a href="/search/?search=Black%20Opium" class="btn btn-default btn-lg">Смотреть </a></div>
  2182.                            </div>
  2183.                          </div>
  2184.                        </div>
  2185.                                              </div>
  2186.                      <!-- If we need navigation buttons -->
  2187.                                                <div class="swiper-button-prev swiper-button-white"></div>
  2188.                          <div class="swiper-button-next swiper-button-white"></div>
  2189.                                          </div>
  2190.  
  2191.                
  2192.                    <!-- right blocks -->
  2193.                    <div class="banners-container">
  2194.                        
  2195.                        <div class="da">
  2196.                            <div class="banner-wrapper">
  2197.                                <a class="banner-inner" href="/new/">
  2198.                                    <div class="midiaa-left">
  2199.                                        <img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAEALAAAAAABAAEAAAICTAEAOw==" data-src="/image/catalog/fnstar_demo/21816708.jpg" class="entity-img lazyATS" alt="mlminternetbiz.ru" />
  2200.                                    </div>
  2201.                                    <div class="midiaa-right">
  2202.                                        <div class="title">Новинки</div>
  2203.                                        <div class="text">Жаркие новинки 2022-2023</div>
  2204.                                    </div>
  2205.                                </a>
  2206.                            </div>
  2207.                        </div>
  2208.                        
  2209.                        <div class="da">
  2210.                            <div class="banner-wrapper">
  2211.                                <a class="banner-inner" href="">
  2212.                                    <div class="midiaa-left">
  2213.                                        <img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAEALAAAAAABAAEAAAICTAEAOw==" data-src="/image/catalog/fnstar_demo/19999187.jpg" class="entity-img lazyATS" alt="mlminternetbiz.ru" />
  2214.                                    </div>
  2215.                                    <div class="midiaa-right">
  2216.                                        <div class="title">Лучшая цена!</div>
  2217.                                        <div class="text">Гарантия лучшей цены.</div>
  2218.                                    </div>
  2219.                                </a>
  2220.                            </div>
  2221.                        </div>
  2222.                        
  2223.                        <div class="da">
  2224.                            <div class="banner-wrapper">
  2225.                                <a class="banner-inner" href="/podorki-2020.html">
  2226.                                    <div class="midiaa-left">
  2227.                                        <img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAEALAAAAAABAAEAAAICTAEAOw==" data-src="/image/catalog/fnstar_demo/20069605.jpg" class="entity-img lazyATS" alt="mlminternetbiz.ru" />
  2228.                                    </div>
  2229.                                    <div class="midiaa-right">
  2230.                                        <div class="title">Подарки</div>
  2231.                                        <div class="text">Подарки к каждому заказу!</div>
  2232.                                    </div>
  2233.                                </a>
  2234.                            </div>
  2235.                        </div>
  2236.                                            </div>
  2237.            </div>
  2238. <script>
  2239. // Params
  2240. let mainSliderSelector = '.main-slider',
  2241.    navSliderSelector = '.nav-slider',
  2242.    interleaveOffset = 1;
  2243.  
  2244. // Main Slider
  2245. let mainSliderOptions = {
  2246.      loop: true,
  2247.      speed:1000,
  2248.      autoplay:{
  2249.        delay:15000      },
  2250.      loopAdditionalSlides: 10,
  2251.      grabCursor: true,
  2252.      watchSlidesProgress: true,
  2253.      navigation: {
  2254.        nextEl: '.swiper-button-next',
  2255.        prevEl: '.swiper-button-prev',
  2256.      },
  2257.      on: {
  2258.        init: function(){
  2259.          this.autoplay.stop();
  2260.        },
  2261.        imagesReady: function(){
  2262.          this.el.classList.remove('loading');
  2263.          this.autoplay.start();
  2264.        },
  2265.        slideChangeTransitionEnd: function(){
  2266.          let swiper = this,
  2267.              captions = swiper.el.querySelectorAll('.caption');
  2268.          for (let i = 0; i < captions.length; ++i) {
  2269.            captions[i].classList.remove('show');
  2270.          }
  2271.          swiper.slides[swiper.activeIndex].querySelector('.caption').classList.add('show');
  2272.        },
  2273.        progress: function(){
  2274.          let swiper = this;
  2275.          for (let i = 0; i < swiper.slides.length; i++) {
  2276.            let slideProgress = swiper.slides[i].progress,
  2277.                innerOffset = swiper.width * interleaveOffset,
  2278.                innerTranslate = slideProgress * innerOffset;
  2279.          
  2280.            swiper.slides[i].querySelector(".slide-bgimg").style.transform =
  2281.              "translateX(" + innerTranslate + "px)";
  2282.          }
  2283.        },
  2284.        touchStart: function() {
  2285.          let swiper = this;
  2286.          for (let i = 0; i < swiper.slides.length; i++) {
  2287.            swiper.slides[i].style.transition = "";
  2288.          }
  2289.        },
  2290.        setTransition: function(speed) {
  2291.          let swiper = this;
  2292.          for (let i = 0; i < swiper.slides.length; i++) {
  2293.            swiper.slides[i].style.transition = speed + "ms";
  2294.            swiper.slides[i].querySelector(".slide-bgimg").style.transition =
  2295.              speed + "ms";
  2296.          }
  2297.        }
  2298.      }
  2299.    };
  2300. let mainSlider = new Swiper(mainSliderSelector, mainSliderOptions);
  2301.  
  2302.  
  2303. </script>
  2304.  
  2305.         </div>
  2306.        </div>
  2307.    </div>
  2308. </div><div class="full-width hide_on_mobile">
  2309. <div style="padding: 0" class="advantages-block">
  2310.        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
  2311.          <div class="advantage pos-center">
  2312. <div class="image"><img loading="lazy"  width="90" height="90" src="https://www.parfumpiter.ru/image/cache/catalog/404/1-90x90.png" alt="" /></div>
  2313.              <div class="caption">
  2314.                <h4 style="font-size: 18px; color: #e50101; font-weight: 600">Большие скидки.</h4>
  2315.                <p style="color: #000000">Низкие цены, скидки от сумм покупки.</p>
  2316.              </div>
  2317.          </div>
  2318.        </div>
  2319.  
  2320.        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
  2321.          <div class="advantage pos-center">
  2322. <div class="image"><img loading="lazy"  width="90" height="90" src="https://www.parfumpiter.ru/image/cache/catalog/404/1%20—%20копия-90x90.png" alt="" /></div>
  2323.              <div class="caption">
  2324.                <h4 style="font-size: 18px; color: #e50101; font-weight: 600">Быстрая доставка.</h4>
  2325.                <p style="color: #000000">Бесплатная доставка по РФ от 4000 руб.</p>
  2326.              </div>
  2327.          </div>
  2328.        </div>
  2329.  
  2330.        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
  2331.          <div class="advantage pos-center">
  2332. <div class="image"><img loading="lazy"  width="90" height="90" src="https://www.parfumpiter.ru/image/cache/catalog/404/1%20(2)-90x90.png" alt="" /></div>
  2333.              <div class="caption">
  2334.                <h4 style="font-size: 18px; color: #e50101; font-weight: 600">Подарки при заказе.</h4>
  2335.                <p style="color: #000000">Каждому покупателю подарок, при любой покупке. </p>
  2336.              </div>
  2337.          </div>
  2338.        </div>
  2339.  
  2340.        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
  2341.          <div class="advantage pos-center">
  2342. <div class="image"><img loading="lazy"  width="90" height="90" src="https://www.parfumpiter.ru/image/cache/catalog/404/1%20(3)-90x90.png" alt="" /></div>
  2343.              <div class="caption">
  2344.                <h4 style="font-size: 18px; color: #e50101; font-weight: 600">Гарантия качества. </h4>
  2345.                <p style="color: #000000">Только 100% оригинальная продукция.</p>
  2346.              </div>
  2347.          </div>
  2348.        </div>
  2349. </div>
  2350. </div><div class="full-width-grey hide_on_mobile">
  2351.    <div class="full-width">
  2352.     <div class="sections_wrapper">
  2353.     <div class="top_block">
  2354.     <h3 class="title_block">Популярные категории</h3>
  2355.     </div>
  2356.            <div class="list items">
  2357.                <div class="row margin0 ">
  2358.    
  2359.                            <div class="col-m-20 col-md-3 col-sm-4 col-xs-6">
  2360.     <div class="item">
  2361.     <div class="img">
  2362.     <a href="https://www.parfumpiter.ru/woman/" class="thumb"><img loading="lazy"  width="120" height="120" src="https://www.parfumpiter.ru/image/cache/catalog/categories/zhenskaya-parfyumeriya-120x120.jpg" alt="Женская парфюмерия" title="Женская парфюмерия"></a>
  2363.     </div>
  2364.     <div class="name">
  2365.     <a href="https://www.parfumpiter.ru/woman/" class="normal_link">Женская парфюмерия</a>
  2366.     </div>
  2367.     </div>
  2368.     </div>
  2369.                                <div class="col-m-20 col-md-3 col-sm-4 col-xs-6">
  2370.     <div class="item">
  2371.     <div class="img">
  2372.     <a href="https://www.parfumpiter.ru/man/" class="thumb"><img loading="lazy"  width="120" height="120" src="https://www.parfumpiter.ru/image/cache/catalog/categories/muzhskaya-parfyumeriya-120x120.jpg" alt="Мужская парфюмерия" title="Мужская парфюмерия"></a>
  2373.     </div>
  2374.     <div class="name">
  2375.     <a href="https://www.parfumpiter.ru/man/" class="normal_link">Мужская парфюмерия</a>
  2376.     </div>
  2377.     </div>
  2378.     </div>
  2379.                                <div class="col-m-20 col-md-3 col-sm-4 col-xs-6">
  2380.     <div class="item">
  2381.     <div class="img">
  2382.     <a href="https://www.parfumpiter.ru/unisex/" class="thumb"><img loading="lazy"  width="120" height="120" src="https://www.parfumpiter.ru/image/cache/catalog/categories/universalnaya-parfyumeriya-120x120.jpg" alt="Универсальная парфюмерия" title="Универсальная парфюмерия"></a>
  2383.     </div>
  2384.     <div class="name">
  2385.     <a href="https://www.parfumpiter.ru/unisex/" class="normal_link">Универсальная парфюмерия</a>
  2386.     </div>
  2387.     </div>
  2388.     </div>
  2389.                                <div class="col-m-20 col-md-3 col-sm-4 col-xs-6">
  2390.     <div class="item">
  2391.     <div class="img">
  2392.     <a href="https://www.parfumpiter.ru/vintazhnaya/" class="thumb"><img loading="lazy"  width="120" height="120" src="https://www.parfumpiter.ru/image/cache/catalog/categories/vintazhnaya-parfyumeriya-120x120.jpg" alt="Винтажная парфюмерия " title="Винтажная парфюмерия "></a>
  2393.     </div>
  2394.     <div class="name">
  2395.     <a href="https://www.parfumpiter.ru/vintazhnaya/" class="normal_link">Винтажная парфюмерия </a>
  2396.     </div>
  2397.     </div>
  2398.     </div>
  2399.                                <div class="col-m-20 col-md-3 col-sm-4 col-xs-6">
  2400.     <div class="item">
  2401.     <div class="img">
  2402.     <a href="https://www.parfumpiter.ru/novinki-parfyumerii/" class="thumb"><img loading="lazy"  width="120" height="120" src="https://www.parfumpiter.ru/image/cache/catalog/categories/novinki-parfyumerii-120x120.jpg" alt="Новинки парфюмерии " title="Новинки парфюмерии "></a>
  2403.     </div>
  2404.     <div class="name">
  2405.     <a href="https://www.parfumpiter.ru/novinki-parfyumerii/" class="normal_link">Новинки парфюмерии </a>
  2406.     </div>
  2407.     </div>
  2408.     </div>
  2409.                                <div class="col-m-20 col-md-3 col-sm-4 col-xs-6">
  2410.     <div class="item">
  2411.     <div class="img">
  2412.     <a href="https://www.parfumpiter.ru/dezodoranty/" class="thumb"><img loading="lazy"  width="120" height="120" src="https://www.parfumpiter.ru/image/cache/catalog/categories/dezodoranty-120x120.jpg" alt="Дезодоранты" title="Дезодоранты"></a>
  2413.     </div>
  2414.     <div class="name">
  2415.     <a href="https://www.parfumpiter.ru/dezodoranty/" class="normal_link">Дезодоранты</a>
  2416.     </div>
  2417.     </div>
  2418.     </div>
  2419.                                <div class="col-m-20 col-md-3 col-sm-4 col-xs-6">
  2420.     <div class="item">
  2421.     <div class="img">
  2422.     <a href="https://www.parfumpiter.ru/kosmetika/" class="thumb"><img loading="lazy"  width="120" height="120" src="https://www.parfumpiter.ru/image/cache/catalog/categories/kosmetika-120x120.jpg" alt="Косметика " title="Косметика "></a>
  2423.     </div>
  2424.     <div class="name">
  2425.     <a href="https://www.parfumpiter.ru/kosmetika/" class="normal_link">Косметика </a>
  2426.     </div>
  2427.     </div>
  2428.     </div>
  2429.                                
  2430.                </div>
  2431.            </div>
  2432.        </div>
  2433.    </div>
  2434. </div><div class="full-width hide_on_mobile" style="margin-top: -55px!important;">
  2435.    <div class="sections_wrapper">
  2436.        <div class="top_block brandList">
  2437. <h3 class="title_block">Производители</h3>
  2438. </div>
  2439.        <div id="f_carousel_manufactuter">
  2440.                    <div class="brand-item text-center col-xs-4 col-sm-3 col-md-3 col-lg-2">
  2441.                        <a href="https://www.parfumpiter.ru/abercrombie-fitch.html"><img loading="lazy"  width="130" height="100" src="https://www.parfumpiter.ru/image/cache/catalog/222/abercrombiefitch-130x100.jpg" alt="ABERCROMBIE &amp; FITCH" class="inline" /></a>
  2442.                      </div>
  2443.                    <div class="brand-item text-center col-xs-4 col-sm-3 col-md-3 col-lg-2">
  2444.                        <a href="https://www.parfumpiter.ru/acqua-di-parma.html"><img loading="lazy"  width="130" height="100" src="https://www.parfumpiter.ru/image/cache/catalog/brands/acqua-di-parma-130x100.jpg" alt="ACQUA DI PARMA" class="inline" /></a>
  2445.                      </div>
  2446.                    <div class="brand-item text-center col-xs-4 col-sm-3 col-md-3 col-lg-2">
  2447.                        <a href="https://www.parfumpiter.ru/aerin-lauder.html"><img loading="lazy"  width="130" height="100" src="https://www.parfumpiter.ru/image/cache/catalog/222/aerin%20lauder-130x100.png" alt="AERIN LAUDER" class="inline" /></a>
  2448.                      </div>
  2449.                    <div class="brand-item text-center col-xs-4 col-sm-3 col-md-3 col-lg-2">
  2450.                        <a href="https://www.parfumpiter.ru/aesop-pafum.html"><img loading="lazy"  width="130" height="100" src="https://www.parfumpiter.ru/image/cache/catalog/brands/th-130x100.jpg" alt="AESOP" class="inline" /></a>
  2451.                      </div>
  2452.                    <div class="brand-item text-center col-xs-4 col-sm-3 col-md-3 col-lg-2">
  2453.                        <a href="https://www.parfumpiter.ru/index.php?route=product/manufacturer/info&amp;manufacturer_id=32"><img loading="lazy"  width="130" height="100" src="https://www.parfumpiter.ru/image/cache/catalog/brands/agent-provocateur-130x100.jpg" alt="AGENT PROVOCATEUR" class="inline" /></a>
  2454.                      </div>
  2455.                    <div class="brand-item text-center col-xs-4 col-sm-3 col-md-3 col-lg-2">
  2456.                        <a href="https://www.parfumpiter.ru/aj-arabia.html"><img loading="lazy"  width="130" height="100" src="https://www.parfumpiter.ru/image/cache/catalog/brands/aj-arabia-130x100.jpg" alt="AJ ARABIA" class="inline" /></a>
  2457.                      </div>
  2458.                    <div class="brand-item text-center col-xs-4 col-sm-3 col-md-3 col-lg-2">
  2459.                        <a href="https://www.parfumpiter.ru/ajmal.html"><img loading="lazy"  width="130" height="100" src="https://www.parfumpiter.ru/image/cache/catalog/brands/ajmal-130x100.png" alt="AJMAL" class="inline" /></a>
  2460.                      </div>
  2461.                    <div class="brand-item text-center col-xs-4 col-sm-3 col-md-3 col-lg-2">
  2462.                        <a href="https://www.parfumpiter.ru/alexandre-j.html"><img loading="lazy"  width="130" height="100" src="https://www.parfumpiter.ru/image/cache/catalog/brands/alexandre-j-130x100.png" alt="ALEXANDRE J" class="inline" /></a>
  2463.                      </div>
  2464.                    <div class="brand-item text-center col-xs-4 col-sm-3 col-md-3 col-lg-2">
  2465.                        <a href="https://www.parfumpiter.ru/alfred-dunhill.html"><img loading="lazy"  width="130" height="100" src="https://www.parfumpiter.ru/image/cache/catalog/brands/alfred-dunhill-130x100.jpg" alt="ALFRED DUNHILL" class="inline" /></a>
  2466.                      </div>
  2467.                    <div class="brand-item text-center col-xs-4 col-sm-3 col-md-3 col-lg-2">
  2468.                        <a href="https://www.parfumpiter.ru/amouage.html"><img loading="lazy"  width="130" height="100" src="https://www.parfumpiter.ru/image/cache/catalog/brands/amouage-130x100.jpg" alt="AMOUAGE" class="inline" /></a>
  2469.                      </div>
  2470.                    <div class="brand-item text-center col-xs-4 col-sm-3 col-md-3 col-lg-2">
  2471.                        <a href="https://www.parfumpiter.ru/angel-schlesser.html"><img loading="lazy"  width="130" height="100" src="https://www.parfumpiter.ru/image/cache/catalog/brands/angel-schlesser-130x100.jpg" alt="ANGEL SCHLESSER" class="inline" /></a>
  2472.                      </div>
  2473.                      <div class="brand-item text-center col-xs-4 col-sm-3 col-md-3 col-lg-2">
  2474.                <a href="https://www.parfumpiter.ru/brands/" class="brand-more"><span>Смотреть все <i class="fa fa-angle-double-right"></i></span></a>
  2475.            </div>
  2476.        </div>
  2477.    </div>
  2478. </div>
  2479. <div class="html">
  2480.    <div class="full-width">
  2481.     <div class="sections_wrapper">
  2482.                      <h2>Добро пожаловать в интернет магазин оригинальной парфюмерии Парфюм-Питер. </h2>
  2483.                    <span style="font-size:18px;"><span style="font-family:Georgia,serif;">Когда есть желание заказать духи от популярных брендов, важно найти надежный интернет-магазин парфюмерии, где продаются только оригинальная арома-продукция.</span></span>
  2484. <h2>Магазин &laquo;Парфюм-Питер&raquo; это именно то место:</h2>
  2485.  
  2486. <ul>
  2487. <li style="text-align:justify"><span style="font-family:Georgia,serif;"><span style="font-size:18px;"><span style="line-height:normal">Огромным выбором&nbsp;люксовых, винтажных, лимитированных и самых востребованных новинок духов .</span></span></span></li>
  2488. <li style="text-align:justify"><span style="font-family:Georgia,serif;"><span style="font-size:18px;"><span style="line-height:normal">Невысокие&nbsp;цены&nbsp;на оригинальный парфюм со скидками и подарками всем покупателям.</span></span></span></li>
  2489. <li style="text-align:justify"><span style="font-family:Georgia,serif;"><span style="font-size:18px;"><span style="line-height:normal">С безупречным сервисом и быстрой доставкой по всей&nbsp;России. </span></span></span></li>
  2490. </ul>
  2491.  
  2492. <hr /><span style="font-family:Tahoma,Geneva,sans-serif;"><span style="font-size:18px;">Интернет магазин оригинальной парфюмерии &#39;ПарфюмПитер&#39; работает на рынке люкс-ароматов с 2008 г. Мы гордимся тем, что являемся официальным партнером массы брендов и марок топовой парфюмерной продукции с проверенной многолетней историей.&nbsp;</span></span>
  2493.  
  2494. <hr />
  2495. <p><br />
  2496. <span style="font-size:18px;"><span style="font-family:Georgia,serif;">Мы уверены в каждой вашей покупки, так как сотрудничаем с крупными и надежными поставщиками. Качество парфюмерии подтверждено и вся продукции в нашем каталоге имеет сертификаты, декларации, а так же ее легко проверить на подлинность через государственную систему &quot;честный знак&quot;. Обязательно почитайте отзывы на магазин и продукцию вы всегда сможете приобрести востребованные и оригинальные ароматы в магазине с безупречной репутацией.&nbsp;</span></span></p>
  2497.  
  2498. <h3><span style="font-size:18px;"><span style="font-family:Georgia,serif;"></span></span><span style="font-family: Georgia, serif;">Основные преимущества:</span></h3>
  2499.  
  2500. <p><span style="font-size:18px;"><span style="font-family:Georgia,serif;">1. У нас представлены cамые популярные и востребованные бренды: Chanel, Christian Dior, Giorgio Armani, Hugo Boss и мн. др.</span></span><span style="font-size:18px;"><span style="font-family:Georgia,serif;"></span></span><span style="font-size:18px;"><span style="font-family:Georgia,serif;"><br />
  2501. 2. Одна из самых быстрых доставок: Почтой РФ до 7 дней, Boxberry от 1 дня. По Москве, СПб и их областям курьером на следующий день.<br />
  2502. 3. Сертифицированные поставщики и только 100% аутентичная, оригинальная парфюмерия.</span></span></p>
  2503.  
  2504. <pre style="text-align: center;">
  2505. <span style="font-family:Tahoma,Geneva,sans-serif;"><span style="font-size:18px;">Все, что вы искали в мире ароматов, уже ждет вас на страницах нашего интернет магазина Парфюм-Питер.
  2506. Пора найти ваши любимые духи&hellip;</span></span>
  2507. </pre>
  2508.        </div>
  2509.    </div>
  2510. </div>
  2511.  
  2512.                      
  2513.        
  2514.                      
  2515.  
  2516.                </div>
  2517.    </div>
  2518. </div>
  2519.  
  2520.                      
  2521. <footer>
  2522.  
  2523.  
  2524.  <div class="full-width">
  2525.    <div class="row information_footer_row">
  2526.            <div class="col-sm-3 info_row">
  2527.        <h5 class="title_block_footer">Информация</h5>
  2528.        <ul class="list-unstyled">
  2529.                    <li><a href="/about_us/">Информация</a></li>
  2530.                    <li><a href="/rekviziti-kompanii-inet-magazina-parfumpiter.html">Реквизиты Компании</a></li>
  2531.                    <li><a href="/politika-konfidencialnosti.html">Пользовательское соглашение</a></li>
  2532.                    <li><a href="/soglasie-na-obrabotku-persanal-danii.html">Персональные данные</a></li>
  2533.                  </ul>
  2534.      </div>
  2535.            <div class="col-sm-3 info_row">
  2536.        <h5 class="title_block_footer">Служба поддержки</h5>
  2537.        <ul class="list-unstyled">
  2538.                    <li><a href="/contact/">Контакты</a></li>
  2539.                    <li><a href="/return-add/">Возврат товара</a></li>
  2540.                    <li><a href="/sitemap/">Карта сайта</a></li>
  2541.                    <li><a href="/otmena-zakaza/">Отменить заказ</a></li>
  2542.                  </ul>
  2543.      </div>
  2544.      <div class="col-sm-3 info_row">
  2545.        <h5 class="title_block_footer">Дополнительно</h5>
  2546.        <ul class="list-unstyled">
  2547.                    <li><a href="/brands/">Производители</a></li>
  2548.                    <li><a href="/vouchers/">Подарочные сертификаты</a></li>
  2549.                    <li><a href="/affiliate-login/">Партнерская программа</a></li>
  2550.                    <li><a href="/specials/">Акции</a></li>
  2551.                  </ul>
  2552.      </div>
  2553.      <div class="col-sm-3">
  2554.        <h5 class="title_block_footer">Контакты</h5>
  2555.        <ul class="list-unstyled">
  2556.                    <li><a href="/my-account/">Личный Кабинет</a></li>
  2557.                    <li><a href="/order-history/">История заказов</a></li>
  2558.                    <li><a href="/wishlist/">Мои закладки</a></li>
  2559.                    <li><a href="/newsletter/">Рассылка</a></li>
  2560.                  </ul>
  2561.      </div>
  2562.    </div>
  2563.    <hr>
  2564.    <div class="row">
  2565.        <div class="col-xs-12 col-sm-6 col-md-6 text-left pay_block">
  2566.                    <a class="pay_icon visa"></a>
  2567.                    <a class="pay_icon mastarcard"></a>
  2568.                    <a class="pay_icon yandex_money"></a>
  2569.                    <a class="pay_icon qiwi"></a>
  2570.                    <a class="pay_icon sber"></a>
  2571.                </div>
  2572.        
  2573.        <div class="col-xs-12 col-sm-6 col-md-6 text-right social_block">
  2574.            <span class="soc-text hidden-xs hidden-sm">Оставайтесь с нами: </span>
  2575.                                        <a href="https://vk.com/pitparfum" rel="nofollow" class=" soc-icons bg_0"><i class="fa fa-vk" aria-hidden="true"></i></a>
  2576.                    </div>    
  2577.  
  2578.        <div class="col-sm-12 text-center">
  2579.            <p>Парфюм Питер © 2008-2023 Условия и соглашения <a href="/politika-konfidencialnosti">Политика Конфиденциальности</a><br /> </p>
  2580.        </div>  
  2581.    </div>
  2582.    
  2583.  </div>
  2584.  
  2585. <!--microdatapro 7.7 company start [microdata] -->
  2586. <span itemscope itemtype="http://schema.org/DepartmentStore">
  2587. <meta itemprop="name" content="Интернет магазин оригинальной парфюмерии ПарфюмПитер.ру С доставкой по всей России. " />
  2588. <link itemprop="url" href="https://www.parfumpiter.ru/" />
  2589. <link itemprop="image" href="https://www.parfumpiter.ru/image/catalog/logo-foto/Logo.jpg" />
  2590. <link itemprop="logo" href="https://www.parfumpiter.ru/image/cache/catalog/logo-foto/Logo-120x120.jpg" />
  2591. <meta itemprop="email" content="maginfo@parfumpiter.ru" />
  2592. <meta itemprop="priceRange" content="RUB" />
  2593. <meta itemprop="hasMap" content="https://www.google.ru/maps/place/@59.8990988,30.3614917,20z" />
  2594. <meta itemprop="telephone" content="+7(812) 970-76-80" />
  2595. <meta itemprop="telephone" content="+7(499) 348-15-56" />
  2596. <link itemprop="sameAs" href="https://vk.com/pitparfum" />
  2597. <span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
  2598. <meta itemprop="addressLocality" content="Москва, Россия" />
  2599. <meta itemprop="postalCode" content="109202" />
  2600. <meta itemprop="streetAddress" content="2-я Фрезерная ул., д. 3" />
  2601. </span>
  2602. <span itemprop="location" itemscope itemtype="http://schema.org/Place">
  2603. <meta itemprop="name" content="Интернет магазин оригинальной парфюмерии ПарфюмПитер.ру С доставкой по всей России. " />
  2604. <link itemprop="image" href="https://www.parfumpiter.ru/image/catalog/logo-foto/Logo.jpg" />
  2605. <meta itemprop="telephone" content="+7(812) 970-76-80" />
  2606. <meta itemprop="telephone" content="+7(499) 348-15-56" />
  2607. <span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
  2608. <meta itemprop="addressLocality" content="Москва, Россия" />
  2609. <meta itemprop="postalCode" content="109202" />
  2610. <meta itemprop="streetAddress" content="2-я Фрезерная ул., д. 3" />
  2611. </span>
  2612. <span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates">
  2613. <meta itemprop="latitude" content="55.740426" />
  2614. <meta itemprop="longitude" content="37.740839" />
  2615. <span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
  2616. <meta itemprop="streetAddress" content="2-я Фрезерная ул., д. 3" />
  2617. <meta itemprop="addressLocality" content="Москва, Россия" />
  2618. <meta itemprop="postalCode" content="109202" />
  2619. </span>
  2620. </span>
  2621. </span>
  2622. <span itemprop="potentialAction" itemscope itemtype="http://schema.org/SearchAction">
  2623. <meta itemprop="target" content="https://www.parfumpiter.ru/index.php?route=product/search&search={search_term_string}"/>
  2624. <input type="hidden" itemprop="query-input" name="search_term_string">
  2625. </span>
  2626. <span itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
  2627. <link itemprop="dayOfWeek" href="http://schema.org/Monday" />
  2628. <meta itemprop="opens" content="10" />
  2629. <meta itemprop="closes" content="21" />
  2630. </span>
  2631. <span itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
  2632. <link itemprop="dayOfWeek" href="http://schema.org/Tuesday" />
  2633. <meta itemprop="opens" content="10" />
  2634. <meta itemprop="closes" content="21" />
  2635. </span>
  2636. <span itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
  2637. <link itemprop="dayOfWeek" href="http://schema.org/Wednesday" />
  2638. <meta itemprop="opens" content="10" />
  2639. <meta itemprop="closes" content="21" />
  2640. </span>
  2641. <span itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
  2642. <link itemprop="dayOfWeek" href="http://schema.org/Thursday" />
  2643. <meta itemprop="opens" content="10" />
  2644. <meta itemprop="closes" content="21" />
  2645. </span>
  2646. <span itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
  2647. <link itemprop="dayOfWeek" href="http://schema.org/Friday" />
  2648. <meta itemprop="opens" content="10" />
  2649. <meta itemprop="closes" content="21" />
  2650. </span>
  2651. <span itemprop="openingHoursSpecification" itemscope itemtype="http://schema.org/OpeningHoursSpecification">
  2652. <link itemprop="dayOfWeek" href="http://schema.org/Saturday" />
  2653. <meta itemprop="opens" content="12" />
  2654. <meta itemprop="closes" content="18" />
  2655. </span>
  2656. </span>
  2657. <!--microdatapro 7.7 company end [microdata] -->
  2658. <!--microdatapro 7.7 company start [hCard] -->
  2659. <span class="vcard">
  2660. <span class="fn org"><span class="value-title" title="Интернет магазин оригинальной парфюмерии ПарфюмПитер.ру С доставкой по всей России. "></span></span>
  2661. <span class="org"><span class="value-title" title="Интернет магазин оригинальной парфюмерии ПарфюмПитер.ру С доставкой по всей России. "></span></span>
  2662. <span class="url"><span class="value-title" title="https://www.parfumpiter.ru/"></span></span>
  2663. <span class="adr">
  2664. <span class="locality"><span class="value-title" title="Москва, Россия"></span></span>
  2665. <span class="street-address"><span class="value-title" title="2-я Фрезерная ул., д. 3"></span></span>
  2666. <span class="postal-code"><span class="value-title" title="109202"></span></span>
  2667. </span>
  2668. <span class="geo">
  2669. <span class="latitude"><span class="value-title" title="55.740426"></span></span>
  2670. <span class="longitude"><span class="value-title" title="37.740839"></span></span>
  2671. </span>
  2672. <span class="tel"><span class="value-title" title="+7(812) 970-76-80"></span></span>
  2673. <span class="tel"><span class="value-title" title="+7(499) 348-15-56"></span></span>
  2674. <span class="photo"><span class="value-title" title="https://www.parfumpiter.ru/image/catalog/logo-foto/Logo.jpg"></span></span>
  2675. </span>
  2676. <!--microdatapro 7.7 company end [hCard ] -->
  2677. </footer>
  2678.  
  2679.  
  2680. <!-- Modal auth -->  
  2681. <div class="modal fade" id="auth" tabindex="-1" role="dialog" aria-hidden="true">
  2682.    <div class="modal-dialog" role="document">
  2683.        <div class="modal-content">
  2684.        </div>
  2685.    </div>
  2686. </div>
  2687.  
  2688. <!-- Modal register -->  
  2689. <div class="modal fade" id="register" tabindex="-1" role="dialog" aria-hidden="true" style="overflow-y: scroll;">
  2690.    <div class="modal-dialog" role="document">
  2691.        <div class="modal-content">
  2692.        </div>
  2693.    </div>
  2694. </div>
  2695.  
  2696.  
  2697. <!-- Modal recall -->
  2698. <div class="modal fade" id="recall" tabindex="-1" role="dialog" aria-hidden="true">
  2699.    <div class="modal-dialog modal-sm">
  2700.        <div class="modal-content">
  2701.        </div>
  2702.    </div>
  2703. </div>
  2704.  
  2705. <!-- Modal client_ask -->
  2706. <div class="modal fade" id="client_ask" tabindex="-1" role="dialog" aria-hidden="true">
  2707.    <div class="modal-dialog modal-sm">
  2708.        <div class="modal-content">
  2709.        </div>
  2710.    </div>
  2711. </div>
  2712.  
  2713. <!-- Modal order-service -->
  2714. <div class="modal fade" id="order_service" tabindex="-1" role="dialog" aria-hidden="true">
  2715.    <div class="modal-dialog modal-sm">
  2716.        <div class="modal-content">
  2717.        </div>
  2718.    </div>
  2719. </div>
  2720.  
  2721. <script>
  2722. $(window).on("scroll", function() {
  2723.    if ($(window).scrollTop() > 155) $('#headerfixed').addClass('fixed');
  2724.          else $('#headerfixed').removeClass('fixed');
  2725.    });
  2726. </script>
  2727.  
  2728.  
  2729.  
  2730. <script>
  2731.  $(document).ready(function() {
  2732.    $('.magnific-popup-link').magnificPopup({
  2733.      type: 'ajax',
  2734.      midClick: true,
  2735.      mainClass: 'mfp-fade',
  2736.      enableEscapeKey: false,
  2737.      closeOnBgClick: false
  2738.    });
  2739.  });
  2740. </script>
  2741.  
  2742.  
  2743. <div id="boc_order" class="modal fade">
  2744. </div>
  2745. <div id="boc_success" class="modal fade">
  2746. <div class="modal-dialog">
  2747. <div class="modal-content">
  2748. <div class="modal-body">
  2749. <div class="text-center"><h4>Спасибо за Ваш заказ!<br />Мы свяжемся с Вами в самое ближайшее время.</h4></div>
  2750. </div>
  2751. </div>
  2752. </div>
  2753. </div>
  2754. <script><!--
  2755. $('body').on('click', '.boc_order_btn', function(event) {
  2756. $.ajax({
  2757. url: 'index.php?route=common/buyoneclick/info',
  2758. type: 'post',
  2759. data: $('.priceBlock input[type=\'text\'], .priceBlock input[type=\'hidden\'], .priceBlock input[type=\'radio\']:checked, .priceBlock input[type=\'checkbox\']:checked, .priceBlock select, .priceBlock textarea'),
  2760. dataType: 'json',
  2761. beforeSend: function() {
  2762. $(event.target).button('loading');
  2763. $('#boc_order').empty();
  2764. $('#boc_order').append('<div class="lds-rolling"><div></div></div>');
  2765. },
  2766. complete: function() {
  2767. $(event.target).button('reset');
  2768. },
  2769. success: function(json) {
  2770. $('.alert, .text-danger').remove();
  2771. $('.form-group').removeClass('has-error');
  2772. if (json['error']) {
  2773. if (json['error']['option']) {
  2774. for (i in json['error']['option']) {
  2775. var element = $('#input-option' + i.replace('_', '-'));
  2776. if (element.parent().hasClass('input-group')) {
  2777. element.parent().after('<div class="text-danger">' + json['error']['option'][i] + '</div>');
  2778. } else {
  2779. element.after('<div class="text-danger">' + json['error']['option'][i] + '</div>');
  2780. }
  2781. }
  2782. }
  2783.  
  2784. if (json['error']['recurring']) {
  2785. $('select[name=\'recurring_id\']').after('<div class="text-danger">' + json['error']['recurring'] + '</div>');
  2786. }
  2787.  
  2788. // Highlight any found errors
  2789. $('.text-danger').parent().addClass('has-error');
  2790. } else {
  2791. $("#boc_order").modal('show');
  2792. $('#boc_order').empty();
  2793. $('#boc_order').html(json['success']);
  2794. }
  2795. },
  2796. error: function(xhr, ajaxOptions, thrownError) {
  2797. console.log(thrownError + " | " + xhr.statusText + " | " + xhr.responseText);
  2798. }
  2799. });
  2800. });
  2801. $('body').on('click', '.boc_order_category_btn', function(event) {
  2802. var for_post = {};
  2803. for_post.product_id = $(this).attr('data-product_id');
  2804. $.ajax({
  2805. url: 'index.php?route=common/buyoneclick/info',
  2806. type: 'post',
  2807. data: for_post,
  2808. dataType: 'json',
  2809. beforeSend: function() {
  2810. $(event.target).button('loading');
  2811. },
  2812. complete: function() {
  2813. $(event.target).button('reset');
  2814. },
  2815. success: function(json) {
  2816. $('.alert, .text-danger').remove();
  2817. $('.form-group').removeClass('has-error');
  2818. if (json['redirect']) {
  2819. location = json['redirect'];
  2820. } else {
  2821. // console.log(json);
  2822. $("#boc_order").modal('show');
  2823. $('#boc_order').empty();
  2824. $('#boc_order').html(json['success']);
  2825. }
  2826. },
  2827. error: function(xhr, ajaxOptions, thrownError) {
  2828. console.log(thrownError + " | " + xhr.statusText + " | " + xhr.responseText);
  2829. }
  2830. });
  2831. });
  2832. //--></script>
  2833.  
  2834.                      
  2835.  
  2836.  
  2837.              
  2838.  
  2839.                                <script>
  2840.                    $(function () {
  2841.                        $('.ldev-question  .card-header').on('click',function(e){e.preventDefault()})
  2842. $(function(){
  2843. $('#full_info #tab-1-0').removeClass('active')
  2844. console.log('test 1')
  2845. })                    });
  2846.                </script>
  2847.                
  2848.            
  2849.            
  2850.                  <!-- BEGIN JIVOSITE CODE {literal} -->
  2851.          
  2852.          <!-- {/literal} END JIVOSITE CODE -->
  2853.        
  2854.      
  2855.  
  2856.                        <!-- Корзина Popup:2.2 -->
  2857.        <script>
  2858.          $(function() {
  2859.  
  2860.            $.ajax({
  2861.              type: 'get',
  2862.              url:  'index.php?route=extension/module/ocdev_smart_cart/cartProducts',
  2863.              dataType: 'json',
  2864.              success: function(json) {
  2865.                // one step
  2866.                
  2867.                var product_id_in_page = $("input[name='product_id']").val();
  2868.                $.each($("[onclick^='"+json['add_function_selector']+"']"), function() {
  2869.                  var product_id = $(this).attr('onclick').match(/[0-9]+/);
  2870.                    $(this)
  2871.                    .attr('onclick', 'getOCwizardModal_smca(\'' + product_id_in_page + '\',\'' + 'add' + '\', $(this));')
  2872.                    //.attr('onclick', 'getOCwizardModal_smca(\'' + $(this).attr('onclick').match(/[0-9]+/) + '\',\'' + 'add' + '\');')
  2873.                    .addClass('smca-call-button');
  2874.                });
  2875.                
  2876.                  $('#'+json['add_id_selector'])
  2877.                  .unbind('click')
  2878.                  .attr('onclick', 'getOCwizardModal_smca(\'' + product_id_in_page + '\',\'' + 'add_option' + '\');');
  2879.                // two step
  2880.                /*
  2881.                if (json['cart_products']) {
  2882.                  $.each(json['cart_products'], function(i,value) {
  2883.                    $('[onclick="getOCwizardModal_smca(\'' + value + '\',\'' + 'add' + '\', $(this));"]')
  2884.                    .html('<i class="fa fa-shopping-cart"></i> <span class="hidden-xs hidden-sm hidden-md">' + json['text_in_cart'] + '</span>')
  2885.                    .attr('onclick', 'getOCwizardModal_smca(\'' + value + '\',\'' + 'load' + '\', $(this));');
  2886.                    $('[onclick="getOCwizardModal_smca(\'' + value + '\',\'' + 'add_option' + '\', $(this));"]')
  2887.                    .html(json['text_in_cart'])
  2888.                    .attr('onclick', 'getOCwizardModal_smca(\'' + value + '\',\'' + 'load_option' + '\', $(this));');
  2889.                  });
  2890.                }
  2891.                if (json['cart_products_vs_options']) {
  2892.                  $.each(json['cart_products_vs_options'], function(i,value) {
  2893.                    $('[onclick="getOCwizardModal_smca(\'' + value + '\',\'' + 'add' + '\', $(this));"]')
  2894.                    .html('<i class="fa fa-shopping-cart"></i> <span class="hidden-xs hidden-sm hidden-md">' + json['text_in_cart'] + '</span>');
  2895.                    $('[onclick="getOCwizardModal_smca(\'' + value + '\',\'' + 'add_option' + '\', $(this));"]')
  2896.                    .html(json['text_in_cart_vs_options']);
  2897.                  });
  2898.                }*/
  2899.              }
  2900.            });
  2901.  
  2902.  
  2903.          });
  2904.          function getOCwizardModal_smca(product_id, action, selector) {
  2905.              
  2906.              selector = '#' + $(selector).parents('.owq-item').attr('id');
  2907.              
  2908.            quantity = typeof(quantity) != 'undefined' ? quantity : 1;
  2909.            if (action == "add") {
  2910.              $.ajax({
  2911.                url: 'index.php?route=checkout/cart/add',
  2912.                type: 'post',
  2913.                data: $('.priceBlock input[type=\'text\'], .priceBlock input[type=\'hidden\'], ' + selector + ' input[type=\'text\'], ' + selector + ' input[type=\'hidden\'], ' + selector + ' input[type=\'checkbox\']:checked'),
  2914.                dataType: 'json',
  2915.                beforeSend: function() {
  2916.                    $(selector + ' button .fa').removeClass('fa-shopping-cart').addClass('fa-spinner fa-spin');
  2917.                },
  2918.                complete: function() {
  2919.                    $(selector + ' button .fa').removeClass('fa-spinner fa-spin').addClass('fa-shopping-cart');
  2920.                },
  2921.                success: function(json) {
  2922.                  if (json['redirect']) {
  2923.                    location = json['redirect'];
  2924.                  }
  2925.                  if (json['success']) {
  2926.                    buttonManipulate();
  2927.                    getOCwizardModal_smca(product_id,'load');
  2928.                    $('#cart-total').html(json['total']);
  2929.  
  2930.        $('#cart > ul').load('index.php?route=common/cart/info ul li');
  2931.        $('#cart > a').load('index.php?route=common/cart/info #cart > a > *');
  2932. //refresh_scart();
  2933.                  }
  2934.                }
  2935.              });
  2936.            }
  2937.  
  2938.            if (action == "load" || action == "load_option") {
  2939.              $.magnificPopup.open({
  2940.                tLoading: '<img src="catalog/view/theme/default/stylesheet/ocdev_smart_cart/loading.svg" alt="" />',
  2941.                items: {
  2942.                  src: 'index.php?route=extension/module/ocdev_smart_cart',
  2943.                  type: 'ajax'
  2944.                },
  2945.                showCloseBtn: false
  2946.              });
  2947.              $('.mfp-bg').css({
  2948.                'background': 'url(image/ocdev_smart_cart/background/bg_1.png)',
  2949.                'opacity': '1'
  2950.              });
  2951.            }
  2952.  
  2953.            if (action == "add_option") {
  2954.              $.ajax({
  2955.                url: 'index.php?route=checkout/cart/add',
  2956.                type: 'post',
  2957.                data: $('#product input[type=\'text\'], #product input[type=\'hidden\'], #product input[type=\'radio\']:checked, #product input[type=\'checkbox\']:checked, #product select, #product textarea'),
  2958.                dataType: 'json',
  2959.                beforeSend: function() {
  2960.                  $('#button-cart').button('loading');
  2961.                },
  2962.                complete: function() {
  2963.                  $('#button-cart').button('reset');
  2964.                },
  2965.                success: function(json) {
  2966.                  $('.alert, .text-danger').remove();
  2967.                  $('.form-group').removeClass('has-error');
  2968.  
  2969.                  if (json['error']) {
  2970.                    if (json['error']['option']) {
  2971.                      for (i in json['error']['option']) {
  2972.                        var element = $('#input-option' + i.replace('_', '-'));
  2973.  
  2974.                        if (element.parent().hasClass('input-group')) {
  2975.                          element.parent().after('<div class="text-danger">' + json['error']['option'][i] + '</div>');
  2976.                        } else {
  2977.                          element.after('<div class="text-danger">' + json['error']['option'][i] + '</div>');
  2978.                        }
  2979.                      }
  2980.                    }
  2981.                    $('.text-danger').parent().addClass('has-error');
  2982.                  }
  2983.                  if (json['success']) {
  2984.                    buttonManipulate();
  2985.                    getOCwizardModal_smca(product_id, 'load_option');
  2986.                    $('#cart-total').html(json['total']);
  2987.                  }
  2988.                }
  2989.              });
  2990.            }
  2991.          }
  2992.        </script>
  2993.        <!-- Корзина Popup:2.2 -->
  2994.              
  2995. <script class="script-autotunespeed" type="autotunespeed/script" data-src="https://www.parfumpiter.ru/image/autotunespeed-10d378d2aabd96011f3ece829c71b866-inline.js?1700766822"></script><script>function _extends(){return(_extends=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t}).apply(this,arguments)}function _typeof(t){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}!function(t,e){"object"===("undefined"==typeof exports?"undefined":_typeof(exports))&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):t.LazyLoadATS=e()}(this,function(){"use strict";var t="undefined"!=typeof window,e=t&&!("onscroll"in window)||"undefined"!=typeof navigator&&/(gle|ing|ro)bot|crawl|spider/i.test(navigator.userAgent),n=t&&"IntersectionObserver"in window,o=t&&"classList"in document.createElement("p"),r={elements_selector:"img",container:e||t?document:null,threshold:50,thresholds:null,data_src:"src",data_srcset:"srcset",data_sizes:"sizes",data_bg:"bg",class_loading:"loading",class_loaded:"loaded",class_error:"error",load_delay:0,auto_unobserve:!0,callback_enter:null,callback_exit:null,callback_reveal:null,callback_loaded:null,callback_error:null,callback_finish:null,use_native:!1},a=function(t,e){var n,o=new t(e);try{n=new CustomEvent("LazyLoadATS::Initialized",{detail:{instance:o}})}catch(t){(n=document.createEvent("CustomEvent")).initCustomEvent("LazyLoadATS::Initialized",!1,!1,{instance:o})}window.dispatchEvent(n)};var i=function(t,e){return t.getAttribute("data-"+e)},s=function(t,e,n){var o="data-"+e;null!==n?t.setAttribute(o,n):t.removeAttribute(o)},c=function(t){return"true"===i(t,"was-processed")},l=function(t,e){return s(t,"ll-timeout",e)},u=function(t){return i(t,"ll-timeout")},d=function(t,e){t&&t(e)},f=function(t,e){t._loadingCount+=e,0===t._elements.length&&0===t._loadingCount&&d(t._settings.callback_finish)},_=function(t){for(var e,n=[],o=0;e=t.children[o];o+=1)"SOURCE"===e.tagName&&n.push(e);return n},v=function(t,e,n){n&&t.setAttribute(e,n)},g=function(t,e){v(t,"sizes",i(t,e.data_sizes)),v(t,"srcset",i(t,e.data_srcset)),v(t,"src",i(t,e.data_src))},m={IMG:function(t,e){var n=t.parentNode;n&&"PICTURE"===n.tagName&&_(n).forEach(function(t){g(t,e)});g(t,e)},IFRAME:function(t,e){v(t,"src",i(t,e.data_src))},VIDEO:function(t,e){_(t).forEach(function(t){v(t,"src",i(t,e.data_src))}),v(t,"src",i(t,e.data_src)),t.load()}},b=function(t,e){var n,o,r=e._settings,a=t.tagName,s=m[a];if(s)return s(t,r),f(e,1),void(e._elements=(n=e._elements,o=t,n.filter(function(t){return t!==o})));!function(t,e){var n=i(t,e.data_src),o=i(t,e.data_bg);n&&(t.style.backgroundImage='url("'.concat(n,'")')),o&&(t.style.backgroundImage=o)}(t,r)},h=function(t,e){o?t.classList.add(e):t.className+=(t.className?" ":"")+e},p=function(t,e,n){t.addEventListener(e,n)},y=function(t,e,n){t.removeEventListener(e,n)},E=function(t,e,n){y(t,"load",e),y(t,"loadeddata",e),y(t,"error",n)},w=function(t,e,n){var r=n._settings,a=e?r.class_loaded:r.class_error,i=e?r.callback_loaded:r.callback_error,s=t.target;!function(t,e){o?t.classList.remove(e):t.className=t.className.replace(new RegExp("(^|\s+)"+e+"(\s+|$)")," ").replace(/^\s+/,"").replace(/\s+$/,"")}(s,r.class_loading),h(s,a),d(i,s),f(n,-1)},I=function(t,e){var n=function n(r){w(r,!0,e),E(t,n,o)},o=function o(r){w(r,!1,e),E(t,n,o)};!function(t,e,n){p(t,"load",e),p(t,"loadeddata",e),p(t,"error",n)}(t,n,o)},k=["IMG","IFRAME","VIDEO"],A=function(t,e){var n=e._observer;z(t,e),n&&e._settings.auto_unobserve&&n.unobserve(t)},L=function(t){var e=u(t);e&&(clearTimeout(e),l(t,null))},x=function(t,e){var n=e._settings.load_delay,o=u(t);o||(o=setTimeout(function(){A(t,e),L(t)},n),l(t,o))},z=function(t,e,n){var o=e._settings;!n&&c(t)||(k.indexOf(t.tagName)>-1&&(I(t,e),h(t,o.class_loading)),b(t,e),function(t){s(t,"was-processed","true")}(t),d(o.callback_reveal,t),d(o.callback_set,t))},O=function(t){return!!n&&(t._observer=new IntersectionObserver(function(e){e.forEach(function(e){return function(t){return t.isIntersecting||t.intersectionRatio>0}(e)?function(t,e){var n=e._settings;d(n.callback_enter,t),n.load_delay?x(t,e):A(t,e)}(e.target,t):function(t,e){var n=e._settings;d(n.callback_exit,t),n.load_delay&&L(t)}(e.target,t)})},{root:(e=t._settings).container===document?null:e.container,rootMargin:e.thresholds||e.threshold+"px"}),!0);var e},N=["IMG","IFRAME"],C=function(t,e){return function(t){return t.filter(function(t){return!c(t)})}((n=t||function(t){return t.container.querySelectorAll(t.elements_selector)}(e),Array.prototype.slice.call(n)));var n},M=function(t,e){this._settings=function(t){return _extends({},r,t)}(t),this._loadingCount=0,O(this),this.update(e)};return M.prototype={update:function(t){var n,o=this,r=this._settings;(this._elements=C(t,r),!e&&this._observer)?(function(t){return t.use_native&&"loading"in HTMLImageElement.prototype}(r)&&((n=this)._elements.forEach(function(t){-1!==N.indexOf(t.tagName)&&(t.setAttribute("loading","lazy"),z(t,n))}),this._elements=C(t,r)),this._elements.forEach(function(t){o._observer.observe(t)})):this.loadAll()},destroy:function(){var t=this;this._observer&&(this._elements.forEach(function(e){t._observer.unobserve(e)}),this._observer=null),this._elements=null,this._settings=null},load:function(t,e){z(t,this,e)},loadAll:function(){var t=this;this._elements.forEach(function(e){A(e,t)})}},t&&function(t,e){if(e)if(e.length)for(var n,o=0;n=e[o];o+=1)a(t,n);else a(t,e)}(M,window.lazyLoadOptions),M});var lazyLoadATInstance  = new LazyLoadATS({elements_selector: ".lazyATS"});</script><script>var lazyscriptstimer,lazyscriptsmove=["keydown","mousemove","touchmove","touchstart","touchend","wheel"],lazyscriptsdelay=15e3,userAgent=navigator.userAgent||navigator.vendor||window.opera,lazyscripts=function(){lazyscriptcallback(),lazyscriptsmove.map(function(t){window.removeEventListener(t,lazyscripts,!1)}),clearTimeout(lazyscriptstimer)};function lazyscriptcallback(){ats_querySelectorAll=document.querySelectorAll('.script-autotunespeed'),Array.prototype.forEach.call(ats_querySelectorAll,function(t){ats_script=document.createElement("script"),ats_script.type="text/javascript",ats_script.async=false,t.dataset.src?ats_script.src=t.dataset.src:ats_script.text=t.innerHTML,ats_script.onerror=function(){t.dataset.src&&console.log("Error loading JS "+t.dataset.src)},t.parentNode.appendChild(ats_script)})}lazyscriptsmove.map(function(t){window.addEventListener(t,lazyscripts,!1)}),self.parent&&self.parent!==self&&0!=self.parent.frames.length&&(lazyscriptsdelay=0),userAgent.match(/yandex\.com\/bots/i)&&(lazyscriptsdelay=0),lazyscriptstimer=setTimeout(lazyscripts,lazyscriptsdelay);</script></body></html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda