Commit 933fc16c912135696381d414e3b332d3b763877c

Authored by Alex Savenko
2 parents 3a2fc5d3 d1a62011

mere conflict

.gitignore
1 1 /storage/*
2 2 /tmp/*
  3 +/www-arktika/images/*
  4 +/www-backend/*
  5 +/www-arktika/list_images/*
... ...
src/app/frontend/controllers/PageController.php
... ... @@ -1424,6 +1424,13 @@
1424 1424 public function please_returnAction(){
1425 1425 $this->view->setMainView('please_return');
1426 1426 }
  1427 + public function basket_uaAction(){
  1428 + $this->view->setMainView('basket_ua');
  1429 + }
  1430 + public function basket_ruAction(){
  1431 + $this->view->setMainView('basket_ru');
  1432 + }
  1433 +
1427 1434  
1428 1435 public function compareItemsAction( $url, $subtype, $compare_ids)
1429 1436 {
... ...
src/app/frontend/views/basket_ru.php 0 → 100644
  1 +<?php $in_cart = $this->session->get('in_cart', []); ?>
  2 +<!doctype html>
  3 +<html>
  4 +<head>
  5 + <meta charset="utf-8">
  6 +<meta http-equiv="X-UA-Compatible" content="IE=edge">
  7 +<meta name="viewport" content="width=device-width, initial-scale=1">
  8 +
  9 +<title>ТМ «Професійне насіння» | Інтернет магазин насіння Semena.in.ua</title>
  10 +<style>
  11 + @font-face {font-family: 'MarkerFelt'; src: url(/fonts/10062.ttf);}
  12 +@font-face {font-family: Lato; font-weight: 900; font-style:normal; src: url(/fonts/Lato-Black.ttf);}
  13 +@font-face {font-family: Lato; font-weight: 900; font-style:italic; src: url(/fonts/Lato-BlackItalic.ttf);}
  14 +@font-face {font-family: Lato; font-weight: 700; font-style:normal; src: url(/fonts/Lato-Bold.ttf);}
  15 +@font-face {font-family: Lato; font-weight: 700; font-style:italic; src: url(/fonts/Lato-BoldItalic.ttf);}
  16 +@font-face {font-family: Lato; font-weight: 400; font-style:normal; src: url(/fonts/Lato-Regular.ttf);}
  17 +@font-face {font-family: Lato; font-weight: 400; font-style:italic; src: url(/fonts/Lato-Italic.ttf);}
  18 +@font-face {font-family: Lato; font-weight: 300; font-style:normal; src: url(/fonts/Lato-Light.ttf);}
  19 +@font-face {font-family: Lato; font-weight: 300; font-style:italic; src: url(/fonts/Lato-LightItalic.ttf);}
  20 +@font-face {font-family: Lato-SemiboldItalic; font-weight: 100; font-style:italic; src: url(/fonts/Lato-SemiboldItalic.ttf);}
  21 +@font-face {font-family: Lato; font-weight: 100; font-style:normal; src: url(/fonts/Lato-Thin.ttf);}
  22 +@font-face {font-family: Lato; font-weight: 100; font-style:italic; src: url(/fonts/Lato-ThinItalic.ttf);}
  23 +*{font-family: Lato ;}
  24 + .popup_window {
  25 + max-height: 570px !important;
  26 + }
  27 +img{
  28 + max-width:100%;
  29 +}
  30 +#block_1{
  31 + background-image: url(/images/basket/1.jpg);
  32 + background-size: cover;
  33 + padding: 50px 0 0 0;
  34 + overflow: hidden;
  35 + background-position: center;
  36 + color:#fff;
  37 +}
  38 +#block_1 .h2, #block_1 .h3{
  39 + font-family: MarkerFelt;
  40 +}
  41 +#block_1 .h2{
  42 +
  43 + /*background-image: url(/images/basket/line_in_top.png);*/
  44 + background-repeat: no-repeat;
  45 + height: 91px;
  46 + background-position-x: 31px;
  47 + background-position-y: 18px;
  48 +}
  49 +#block_1 .col-md-5.text-center {
  50 + margin-bottom: 50px;
  51 +}
  52 +.buttom_in_head > div {
  53 + padding: 10px 40px;
  54 + box-shadow: #000 0 0 3px 0px;
  55 + margin: 2px;
  56 +}
  57 +.second_buttom{
  58 + background-color:#f7931e;
  59 +}
  60 +.first_buttom{
  61 + background-color:#6cb33f;
  62 + margin-bottom: 9px !important;
  63 +}
  64 +.buttom_in_head {
  65 + border: #fff 3px dashed;
  66 + padding: 3px;
  67 + max-width: 354px;
  68 + margin: 0 auto;
  69 +}
  70 +#block_2{
  71 + border-top: 2px #f7931e dashed;
  72 + margin-top: 9px;
  73 + padding: 39px 0 48px 0;
  74 +}
  75 +div.big_numb{
  76 + font-family: Lato;
  77 + color: #f7931e;
  78 + font-weight: 700;
  79 + display: table-cell;
  80 + padding: 18px;
  81 +}
  82 +.line_in_2_block {
  83 + display: table-row;
  84 +}
  85 +
  86 +.line_in_2_block p {
  87 + display: table-cell;
  88 + margin: 0;
  89 + padding:10px 0 !important;
  90 + vertical-align: middle;
  91 + font-size: 18px;
  92 + font-style: italic;
  93 + color: #4d4d4d;
  94 + text-align: justify;
  95 +}
  96 +.line_in_2_block p span{
  97 + color: #6cb33f;
  98 +}
  99 +#block_3{
  100 + background-image:url(/images/basket/2.jpg);
  101 + background-size: contain;
  102 + background-repeat:no-repeat;
  103 + padding-bottom:50px;
  104 +}
  105 +#block_3 .name_b.h4 {
  106 + margin: 30px 0px 20px 0px;
  107 +}
  108 +.col-md-4.basket.text-center {
  109 + margin-top: 120px;
  110 +}
  111 +.name_b{
  112 + font-family: MarkerFelt !important;
  113 + color: #f7931e !important;
  114 + padding: 15px 0 9px 0;
  115 + text-transform: uppercase;
  116 +
  117 +}
  118 +.basket .name_b{
  119 + border: 2px #f7931e dashed;
  120 +}
  121 +.basket img{
  122 + max-width:100%;
  123 +}
  124 +.small_buttom{
  125 + color: #ffffff !important;
  126 + font-size: 20px !important;
  127 + font-weight: 300 !important;
  128 + height: 35px;
  129 + padding: 2px 10px 7px 10px !important;
  130 + border-radius: 0 !important;
  131 +}
  132 +.small_buttom:hover{
  133 + color:#fff !important;
  134 + text-decoration: none;
  135 + cursor: pointer;
  136 +}
  137 +.small_buttom.buy{
  138 + font-style: normal;
  139 +}
  140 +.basket a:nth-child(2n){
  141 + float:left;
  142 +}
  143 +.basket a:nth-child(2n+1){
  144 + float:right;
  145 +}
  146 +
  147 +.small_buttom.green{
  148 + background-color:#6cb33f;
  149 +}
  150 +.small_buttom.orange{
  151 + background-color:#f7931e;
  152 +}
  153 +#block_4{
  154 + background-image:url(/images/basket/2_2_2.jpg);
  155 + background-size: cover;
  156 + padding: 60px 0;
  157 + margin-top:50px;
  158 +}
  159 +#block_4 > .container, #block_7 div.container{
  160 + border: 2px #fff dashed;
  161 + padding:10px;
  162 +}
  163 +#block_4 > .container>div{
  164 + background-color: hsla(0,0%,100%,0.9);
  165 + overflow:hidden;
  166 + padding:3% 6% 3% 1%;
  167 +}
  168 +#block_7 div.container>div{
  169 + background-color: hsla(0,0%,100%,0.9);
  170 + overflow:hidden;
  171 +}
  172 +#block_4 a{
  173 + padding-left: 20px !important;
  174 + padding-right: 20px !important;
  175 + max-width: 145px;
  176 + margin: 0 auto;
  177 +}
  178 +#block_4 .col-sm-7 .h4 {
  179 + font-family: MarkerFelt;
  180 + color: #ffffff;
  181 + background-color: #f7931e;
  182 + display: inline-block;
  183 + padding: 15px 29px 8px 29px;
  184 + margin-bottom:30px;
  185 + text-transform: uppercase;
  186 +}
  187 +#block_4 p{
  188 + padding:10px;
  189 + border: 2px #f7931e dashed;
  190 + line-height: 33px;
  191 + color: #4d4d4d;
  192 +}
  193 +.h2_line{
  194 + font-family: MarkerFelt !important;
  195 + color: #4d4d4d !important;
  196 + font-weight: 100;
  197 + border-bottom: 2px #f7931e dashed;
  198 + margin-bottom: 71px;
  199 + margin-top: -30px;
  200 +}
  201 +.h2_line > .h2 {
  202 + position: relative;
  203 + top: 48px;
  204 + background-color: #fff;
  205 + display: inline-block;
  206 + padding: 20px 35px;
  207 +}
  208 +.h2_two_lite >.h2 {
  209 + top: 62px !important;
  210 +}
  211 +.h2_two_lite {
  212 + margin-bottom: 70px;
  213 +}
  214 +
  215 +#block_5 .item{
  216 + text-align:center;
  217 + margin-top:50px;
  218 +}
  219 +#block_5 .item >p{
  220 + margin-top:20px;
  221 + display:block;
  222 + font-weight: 300;
  223 + color: #4d4d4d !important;
  224 + font-size: 19px;
  225 +}
  226 +#block_6, #block_8{
  227 + background-color:#fcf3eb;
  228 +/* height: 335px;*/
  229 + padding:60px 0;
  230 +}
  231 +#block_6 label, #block_6 .label{
  232 + color: #4d4d4d !important;
  233 + font-weight: 600;
  234 + line-height: 34px;
  235 + padding-left: 52px;
  236 + min-height: 39px;
  237 + display: inline-block;
  238 + text-align: left;
  239 + padding-top: 0;
  240 + background-position-y: 2px;
  241 + margin: 15px;
  242 + white-space: inherit;
  243 +}
  244 +#block_6 .label{
  245 + background-image: url(/images/basket/bg_input.png);
  246 + background-repeat: no-repeat;
  247 +}
  248 +#block_6 .label span{
  249 + font-style: italic;
  250 +}
  251 +
  252 +#block_6 .label>input{
  253 + display:none;
  254 +}
  255 +#block_6 .label:hover{
  256 + background-image: url(/images/basket/bg_input_hover.png);
  257 +}
  258 +#block_6 input[type=text]{
  259 + background: none !important;
  260 + border: 0;
  261 + border-bottom: 2px #f7931e dashed;
  262 + box-shadow: none;
  263 + border-radius: 0;
  264 +}
  265 +#block_7{
  266 + background-image:url(/images/basket/3.jpg);
  267 + padding:4% 0;
  268 + background-size: cover;
  269 + background-position: center;
  270 +}
  271 +#block_7 p{
  272 + color:#fff;
  273 + margin-top:20px;
  274 + font-style: italic;
  275 + font-weight: 700;
  276 + font-size: 16px;
  277 +}
  278 +#block_7 input{
  279 + background:none;
  280 + border-radius:0;
  281 + margin: 30px 0;
  282 +}
  283 +#block_7 button{
  284 + margin: 30px 0;
  285 +}
  286 +
  287 +#block_7 input:focus {
  288 + border-color: #f7931e;
  289 + outline: 0;
  290 + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247, 147, 30, 0.56);
  291 + box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247, 147, 30, 0.48);
  292 +}
  293 +#block_8 {
  294 + min-height: 300px;
  295 +}
  296 +.carousel-control {
  297 + background-position-y: 75px !important;
  298 +}
  299 +
  300 +.panel-footer{background-color:#67b73e !important;color:#fff;padding:40px 0 !important;}
  301 +.footer_table span{border-right:1px #fff solid;padding:0 27px 0 41px;float:left;color:#fff}
  302 +.footer_table{overflow:hidden;color:#fff}
  303 +.panel-footer .container{color:#fff}
  304 +.soc_link a{width:50px;height:50px;background-size:50px 50px;display:inline-block;margin:0 8px}
  305 +.soc_link .vk{background-image:url(/images/basket/vk_1.png)}
  306 +.soc_link .vk:hover{background-image:url(/images/basket/vk.png)}
  307 +.soc_link .yt{background-image:url(/images/basket/YouTube_1.png)}
  308 +.soc_link .yt:hover{background-image:url(/images/basket/YouTube.png)}
  309 +.soc_link .fb{background-image:url(/images/basket/facebook_1.png)}
  310 +.soc_link .fb:hover{background-image:url(/images/basket/facebook.png)}
  311 +.carousel-control.right{background-image:url(/images/basket/right.png) !important;background-position:center;background-repeat:no-repeat !important;}
  312 +.carousel-control.left{background-image:url(/images/basket/left.png) !important;background-position:center;background-repeat:no-repeat !important;}
  313 +.carousel-control.right:hover{background-image:url(/images/basket/right_hover.png) !important;}
  314 +.carousel-control.left:hover{background-image:url(/images/basket/left_hover.png) !important;}
  315 +
  316 +.text_comment{
  317 + background-image: url(/images/basket/bg_comment.png);
  318 + background-repeat: no-repeat;
  319 + text-indent: 40px;
  320 + text-align: justify;
  321 + color: #4d4d4d;
  322 + font-size: 16px;
  323 + font-weight: 400;
  324 + line-height: 25px;
  325 +}
  326 +.person_info{
  327 + font-weight: 700;
  328 + font-style: italic;
  329 + text-indent: 0;
  330 + margin-top: 13px;
  331 + text-align:left;
  332 +}
  333 +.carousel-inner.text-center.container.col-md-8 {
  334 + padding: 0;
  335 +}
  336 +label.h3>div {
  337 + margin: 22px 0;
  338 +}
  339 +#form_thanks span{
  340 + color:#f7931e;
  341 +}
  342 +#form_thanks {
  343 + display: none;
  344 + min-height: 258px;
  345 +}
  346 +@media all and (max-width:767px) {
  347 +.footer_table span{padding:3px 0!important;width:100%;border:0;text-align:center;float:none;display:block}
  348 +.footer_table img{float:none!important;margin:0 auto!important}
  349 +.footer_table{text-align:center}
  350 +.form_line_radius span{width:100%!important;display:block}
  351 +.soc_link {
  352 + float: none !important;
  353 + margin: 20px auto 0 auto;
  354 +}
  355 +}
  356 +@media screen and (max-width:900px){
  357 +a.carousel-control {width: 51px;}
  358 +.text_comment {padding: 0 51px !important; background-position-x: 51px;}
  359 +}
  360 +
  361 +</style>
  362 + <link rel="stylesheet" href="/css/main_landing_basket.css" type="text/css" media="all">
  363 + <link rel="stylesheet" href="/css/adapt_phone.css" type="text/css" media="all">
  364 + <link href="/css/please_return/theme-style.css" rel="stylesheet">
  365 +
  366 + <!-- Latest compiled and minified CSS -->
  367 + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
  368 + <!-- Optional theme -->
  369 + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
  370 +
  371 +</head>
  372 +<body>
  373 +<?= $this->partial('partial/popupCart') ?>
  374 +
  375 +<?php
  376 +$reviews = array(
  377 + array(
  378 + 'text' => 'Я покупала «Огуречную корзинку» и осталась довольна результатом. Использовала все семена из корзинки, получила дружные, хорошие всходы и качественный урожай. Постоянно отслеживаю новинки, которые у вас появляются и ожидаю в ближайшее время расширение ассортимента корзинок.',
  379 + 'name' => 'Шваб Светлана',
  380 + 'address' => 'г. Владимир-Волынский, Волынская обл.',
  381 + ),
  382 + array(
  383 + 'text' => 'Спасибо за «Борщевую корзинку», которую я покупала в прошлом сезоне. Я полностью удовлетворена семенами и урожаем. Хотелось бы иметь больший выбор в сопутствующих товарах, таких как маленькие лопатки, товары для рассады, чтоб корзинки были уже полностью укомплектованы для работы с семенами.',
  384 + 'name' => 'Старостенко Оксана',
  385 + 'address' => 'г. Винница',
  386 + ),
  387 + array(
  388 + 'text' => 'Покупала «Борщевую корзинку». Всё очень понравилось, единственное к чему были замечания - это морковка. Несмотря на это, могу с уверенностью рекомендовать Ваши семена. А сама идея с корзинками очень понравилась. Спасибо.
  389 +',
  390 + 'name' => 'Гой Юлия',
  391 + 'address' => 'г. Киев',
  392 + )
  393 +);
  394 +$why = array("Экономия до 17%","Практичный подарок","Подобранный ассортимент","Покупка в 1 клик","Бонус – корзинка","Наличие тематических «Корзинок»")
  395 +
  396 +?>
  397 +<?php
  398 +//session_start();
  399 +//header( "Content-Type: text/html; charset=utf-8" ); ?>
  400 +<?php
  401 +// $token = md5(uniqid($_SERVER[REMOTE_ADDR], true));
  402 +$token = null;
  403 +if(!isset($_COOKIE['token'])) {
  404 + $token = md5(uniqid($_SERVER['REMOTE_ADDR'], true));
  405 + setcookie('token', $token, time() + 60 * 60 * 24 * 7,"/");
  406 +}
  407 +else
  408 + $token = $_COOKIE['token'];
  409 +//$_COOKIE['token'] = md5(uniqid($_SERVER[REMOTE_ADDR], true));
  410 +?>
  411 +<nav class="navbar">
  412 + <div class="container">
  413 + <div class="navbar-header">
  414 + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
  415 + <span class="sr-only">Toggle navigation</span>
  416 + <span class="icon-bar"></span>
  417 + <span class="icon-bar"></span>
  418 + <span class="icon-bar"></span>
  419 + </button>
  420 + <div class="navbar-header-body">
  421 + <div class="visible-lg col-sm-4">
  422 + <div class="switch_lang">
  423 + <ul class="list-inline">
  424 + <li><a href="/nasinnja_ovochiv_1c0/koshiki_1c1" title="Українською">Українською</a></li>
  425 + <li>По-русски</li>
  426 + </ul>
  427 + </div>
  428 +
  429 + <div class="contact_phones">
  430 + <span class="small_digits">(044)</span><span> 581-67-15</span>
  431 + <span class="small_digits">(044)</span><span> 451-48-59</span>
  432 + </div>
  433 + <div class="contact_mob_phones">
  434 + <span class="small_digits">(050)</span><span> 464-48-59</span>
  435 + <span class="small_digits">(067)</span><span> 464-48-59</span>
  436 + </div>
  437 + <div class="contact_mob_phones">
  438 + <span class="small_digits">(093)</span><span> 026-86-64</span>
  439 +
  440 + <div style="float:right;font-size:12px;margin-right:65px;" class="contact_callback_phones">
  441 + <a class="callback" title="Зворотній зв'язок" id="ajax_simple" data-toggle="modal" data-target="#myModal2" data-options="width: 940, height: 400" data-type="ajax" style="cursor:pointer;">Зворотній зв'язок</a>
  442 + </div>
  443 + </div>
  444 + </div>
  445 + <div class="col-xs-9 col-sm-10 col-md-12 col-lg-4 col-xl-4">
  446 + <div class="logo">
  447 + <a class="" href="/" title=""><img class="img-responsive" alt="Інтернет-магазин насіння" title="Магазин насіння Semena.in.ua" src="/images/about/logo.png"></a>
  448 + </div>
  449 + </div>
  450 + <div class="visible-lg col-sm-4">
  451 + <div class="float columns3 third_column last">
  452 + <div class="basket_number pull-right"><a href="<?= $this->seoUrl->setUrl('/basket') ?>" title="Кошик"><?= !empty( $in_cart ) ? count( $in_cart ) : '0' ?></a></div>
  453 +
  454 + <div class="basket pull-right"><a href="/basket" title="Кошик" class="">Ваш кошик</a></div>
  455 + <div class="menu_cabinet pull-right">
  456 + <a href="/cabinet" title="Особистий кабінет" class="">Особистий кабінет</a>
  457 + </div>
  458 +
  459 + <div class="clearfix"></div>
  460 +
  461 + <div class="file_download_link_ pull-right">
  462 + <a href="http://storage.semena.in.ua/temp/catalog.pdf" target="_blank">Завантажити каталог</a>
  463 + </div>
  464 + <div class="faq pull-right">
  465 + <a href="/faq">FAQ</a>
  466 + </div>
  467 +
  468 + <div class="clearfix"></div>
  469 +
  470 + <div class="site_search">
  471 + <form action="/search" method="get">
  472 + <div class="search_result_wrapper">
  473 + <input type="text" name="search" id="search_item" value="" class="ui-autocomplete-input" autocomplete="off">
  474 + <label><img src="/images/about/search.png" alt="search" width="16" height="17"></label>
  475 + <div class="search_result_display" id="search_result_display"></div>
  476 + </div>
  477 + </form>
  478 + </div>
  479 + </div>
  480 +
  481 + </div>
  482 + <div class="clearfix"></div>
  483 + </div>
  484 + </div>
  485 + <div class="row" style="margin-bottom: -41px;">
  486 + <div id="navbar" class="navbar-collapse collapse" aria-expanded="false">
  487 + <ul class="nav navbar-nav">
  488 + <li><a href="/" title="Головна"><img src="/images/about/ico_home.png"></a></li>
  489 + <li><a href="/#catalog" title="Каталог">Каталог</a></li>
  490 + <li><a href="/pro_companiu-1" title="Про компанію">Про компанію</a></li>
  491 + <li><a href="/dostavka_i_oplata-2" title="Доставка та оплата">Доставка та оплата</a></li>
  492 + <li><a href="/news-actions" title="Акції">Акції</a></li>
  493 + <li><a href="/video" title="Відео">Відео</a></li>
  494 + <li><a href="/prof_tips" title="Поради професіоналів">Поради професіоналів</a></li>
  495 + <li><a href="/contacts" title="Контакти">Контакти</a></li>
  496 + </ul>
  497 + </div>
  498 + </div>
  499 + </div>
  500 + <div class="clearfix"></div>
  501 +</nav>
  502 +
  503 +
  504 +
  505 +<div id="block_1">
  506 + <div class="container">
  507 + <div class="col-md-1"></div>
  508 + <div class="col-md-5 text-center">
  509 + <div class="h2">Что такое “КОРЗИНКА”?</div>
  510 + <div class="buttom_in_head">
  511 + <div class="first_buttom h3">Это суперэкономия</div>
  512 + <div class="second_buttom h3">Это полезный подарок</div>
  513 + </div>
  514 + </div>
  515 + <div class="col-md-5 text-center"><img src="/images/basket/1_2.png"></div>
  516 + <div class="col-md-1"></div>
  517 +
  518 + </div>
  519 +</div>
  520 +<div id="block_2">
  521 + <div class="container">
  522 + <div class="col-md-1"></div>
  523 + <div class="col-md-10">
  524 + <div class="line_in_2_block">
  525 + <div class="big_numb h1">1</div>
  526 + <p>Максимальная выгода для покупателя в одном товаре – вот основная идея создания «Корзинок». </p>
  527 + </div>
  528 + <div class="line_in_2_block">
  529 + <div class="big_numb h1">2</div>
  530 + <p>
  531 + Наши профессиональные агрономы тщательно подбирали ассортимент семян и удобрений под каждую из тематических «Корзинок»: огуречную, борщевую и рассадную.
  532 + </p>
  533 + </div>
  534 + <div class="line_in_2_block"><div class="big_numb h1">3</div>
  535 + <p>
  536 + Мы побеспокоились о том, чтоб Вы получили максимальный результат при минимальных затратах времени и денег. Ведь, покупая «Корзинку», Вы экономите до 17%, в сравнении с покупкой этих же позиций отдельно. </p>
  537 + </div>
  538 + <div class="line_in_2_block">
  539 + <div class="big_numb h1">4</div>
  540 + <p><span>
  541 + «Корзинка» - это практичный и полезный подарок, которому будут рады Ваши родственники и друзья. </span></p>
  542 + </div>
  543 + <div class="line_in_2_block">
  544 + <div class="big_numb h1">5</div>
  545 + <p>
  546 + Купить 9-13 товаров в один клик – легко. <span>Приятный, но значимый бонус – Вы получаете товар в функциональной корзинке, которую можно использовать для сбора ягод.</span></p>
  547 + </div>
  548 + </div>
  549 + </div>
  550 +</div>
  551 +<div id="block_3">
  552 + <div class="container">
  553 + <div class="col-md-1"></div>
  554 + <div class="col-md-10">
  555 + <div class="col-md-4 basket text-center">
  556 + <img src="/images/basket/2_1.png" alt="">
  557 + <div class="name_b h4">БОРЩЕВАЯ КОРЗИНКА</div>
  558 + <p class="text-justify">В ней собраны все овощи, которые нужны для приготовления вкусного борща. Для аппетитного блюда важно не только готовить с любовью, но и использовать лучшие ингредиенты. Позаботьтесь о своих близких. Ведь с домашними овощами Ваш борщ будет гораздо ароматнее и полезнее!
  559 + <br><br><br><br><br>
  560 + </p>
  561 + <a class="small_buttom green" id="basket_b_1" >подробнее</a>
  562 + <a data-group_id="2916" href="javascript:;" class="small_buttom orange buy" href="#">купить</a>
  563 + </div>
  564 + <div class="col-md-4 basket text-center">
  565 + <img src="/images/basket/2_2.png" alt="">
  566 + <div class="name_b h4">Огуречная корзинка</div>
  567 + <p class="text-justify">
  568 +Огурец - один из самых любимых овощей в нашей стране, поэтому присутствует на огороде у каждого овощевода. Именно поэтому в «Корзинке» собраны огурцы на любой вкус: ранние, поздние, для выращивания в теплице, для посева в открытый грунт, темнее, светлее, для любого кулинарного применения, а самое главное – все они высокоурожайные и устойчивы к заболеваниям.
  569 +
  570 +
  571 + </p>
  572 + <a class="small_buttom green" id="basket_b_2" >подробнее</a>
  573 + <a data-group_id="2918" href="javascript:;" class="small_buttom orange buy" href="#">купить</a>
  574 + </div>
  575 + <div class="col-md-4 basket text-center">
  576 + <img src="/images/basket/2_3.png" alt="">
  577 + <div class="name_b h4">Рассадная корзинка</div>
  578 + <p class="text-justify">
  579 +Есть культуры, о выращивании которых следует позаботиться заблаговременно. В «Рассадной корзинке» собраны лучшие гибриды овощей, которые выращиваются с помощью рассадного метода. Здесь вы найдете томаты, перцы, баклажаны и удобрение для рассады, которое стимулирует развитие и рост корневой системы растений, поэтому Ваша рассада будет здоровой и крепкой.
  580 +<br>
  581 +
  582 + </p>
  583 + <a class="small_buttom green" id="basket_b_3" >подробнее</a>
  584 + <a data-group_id="2917" href="javascript:;" class="small_buttom orange buy" href="#">купить</a>
  585 + </div>
  586 + </div>
  587 + </div>
  588 +</div>
  589 +<div style="display: none;" id="block_4">
  590 + <div class="container">
  591 + <div style="display: none;" id="basket_1">
  592 + <div class="col-sm-5 text-center">
  593 + <img src="/images/basket/2_1.png" alt="">
  594 + <br><br>
  595 + <div class="name_b h4">БОРЩЕВАЯ КОРЗИНКА</div>
  596 + <br>
  597 + <a data-group_id="2916" class="small_buttom green buy" href="#">купить</a>
  598 + <br>
  599 + </div>
  600 + <div class="col-sm-7 text-center">
  601 + <div class="h4">В «Борщевую корзинку» входят:</div>
  602 + <p class="text-left">
  603 + Свекла Ред Бул круглая, 5 г - 1 шт<br>
  604 + Cвекла Цилиндра ранняя, 5 г – 1 шт<br>
  605 + Капуста белокочанная Куизор F1 среднеспелая, 20 шт – 1 шт<br>
  606 + Капуста белокочанная Алина F1 ранняя, 20 шт – 1 шт<br>
  607 + Морковь Вита Лонга поздняя, 1 г – 1 шт<br>
  608 + Морковь Чикаго F1 ранняя, 400 шт – 1 шт<br>
  609 + Фасоль спаржевая желтая Пенсил Под, 10 г – 1 шт<br>
  610 + Укроп Анет, 2 г – 1 шт<br>
  611 + Петрушка листовая Гигант де Италия, 1 г – 1 шт<br>
  612 + Лук Хилтон F1 золотистый, 200 шт – 1 шт<br>
  613 + Лук Экстра Эрли Голд, 200 шт – 1 шт<br>
  614 + Лук Параде на зелень, 200 шт – 1 шт<br>
  615 + Торфяные таблетки, 44 мм – 10 шт
  616 +
  617 + </p>
  618 +
  619 + </div>
  620 + </div>
  621 + <div style="display: none;" id="basket_2">
  622 + <div class="col-sm-5 text-center">
  623 + <img src="/images/basket/2_2.png" alt="">
  624 + <br><br>
  625 + <div class="name_b h4">Огуречная КОРЗИНКА</div>
  626 + <br>
  627 + <a data-group_id="2918" class="small_buttom green buy" href="#">купить</a>
  628 + <br>
  629 + </div>
  630 + <div class="col-sm-7 text-center">
  631 + <div class="h4">В «ОГУРЕЧНУЮ КОРЗИНКУ» ВХОДЯТ:</div>
  632 + <p class="text-left">
  633 + Огурец пчелоопыляемый Надя F1, 20 шт – 1 шт<br>
  634 + Огурец пчелоопыляемый Гектор F1, 20 шт – 1 шт<br>
  635 + Огурец пчелоопыляемый Салим F1, 20 шт – 1 шт<br>
  636 + Огурец самоопыляемый Аристократ F1, 10 шт – 1 шт<br>
  637 + Огурец самоопыляемый Арктика F1, 10 шт – шт<br>
  638 + Огурец самоопыляемый Авенсис F1, 10 шт – шт<br>
  639 + Огурец самоопыляемый Аваланж F1, 10 шт – шт<br>
  640 + Огурец самоопыляемый Аякс F1, 20 шт – шт<br>
  641 + Террафлекс С - для огурцов, кабачков и бахчевых культур, 25 г – 1 шт<br>
  642 + Торфяные таблетки, 44 мм – 10 шт
  643 + </p>
  644 +
  645 + </div>
  646 + </div>
  647 + <div style="display: none;" id="basket_3">
  648 + <div class="col-sm-5 text-center">
  649 + <img src="/images/basket/2_3.png" alt="">
  650 + <br><br>
  651 + <div class="name_b h4">Рассадная КОРЗИНКА</div>
  652 + <br>
  653 + <a data-group_id="2917" class="small_buttom green buy" href="#">купить</a>
  654 + <br>
  655 + </div>
  656 + <div class="col-sm-7 text-center">
  657 + <div class="h4">В «Рассадную корзинку» входят:</div>
  658 + <p class="text-left">
  659 +
  660 + Баклажан белый Бибо F1, 15 шт – 1 шт<br>
  661 + Баклажан овальный Перфекшен F1, 30 шт – 1 шт<br>
  662 + Перец красный Призма F1, 8 шт – 1 шт<br>
  663 + Томат высокорослый крупноплодный Оранж Флейвор F1, 10 шт – 1 шт<br>
  664 + Томат высокорослый крупноплодный Ричиоло F1, 10 шт – 1 шт<br>
  665 + Томат высокорослый розовый Пинк Харт F1, 8 шт – 1 шт <br>
  666 + Томат кустовой желтый Елоу Ривер F1, 10 шт – 1 шт<br>
  667 + Террафлекс - Старт для рассады с биостимулятором, 25 г – 1шт<br>
  668 + Торфяные таблетки, 44 мм – 10 шт<br>
  669 +
  670 + </p>
  671 +
  672 + </div>
  673 + </div>
  674 + </div>
  675 +</div>
  676 +<div id="block_5">
  677 + <div class="h2_line text-center"><div class="h2">Почему “КОРЗИНКА”?</div></div>
  678 + <div class="container">
  679 + <div class="col-md-2"></div>
  680 + <div class="col-md-8">
  681 + <?php for($i=1;$i<=6;$i++){ ?>
  682 + <div class="col-sm-4 col-xs-6 item">
  683 + <img src="/images/basket/ikon_<?=$i?>.png">
  684 + <p><?=$why[$i-1]?></p>
  685 + </div>
  686 + <?php }?>
  687 + </div>
  688 + </div>
  689 +</div>
  690 +<div class="h2_line text-center h2_two_lite">
  691 + <div class="h2 ">Какую тематическую Корзинку Вы бы хотели<br>
  692 +добавить в наш ассортимент?</div>
  693 +</div>
  694 +<div id="block_6">
  695 + <form id="form_voting">
  696 + <div class="col-md-6 h2" style="margin:0 auto; float:none; max-width: 660px; ">
  697 + <input type="hidden" name="VotingID" value="1">
  698 + <input type="hidden" name="callback" value="status_api">
  699 +
  700 + <label class="label h4 col-sm-4">Томатную
  701 + <input type="checkbox" name="Value[]" value="Томатную" >
  702 + </label>
  703 + <label class="label h4">Цветочную
  704 + <input type="checkbox" name="Value[]" value="Цветочную" >
  705 + </label><br>
  706 + <label class="label h4">Защитную <span class="small">(средства защиты растений и удобрения)</span>
  707 + <input type="checkbox" name="Value[]" value="Защитную" >
  708 + </label><br>
  709 + <label for="s" class="h3">
  710 + <div class="col-sm-5 " style="padding-left: 0;">Ваш вариант</div>
  711 + <div class="col-sm-5">
  712 + <input type="text" name="Value[]" class="form-control" id="s">
  713 + </div>
  714 + <div class="col-sm-2">
  715 + <input type="submit" class="btn small_buttom green " value="выбрать">
  716 + </div>
  717 + </label>
  718 + </div>
  719 + </form>
  720 + <div id="form_thanks" class="h3 text-center" style="margin: 0;">
  721 + <svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  722 + viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve" width="64px" height="64px" >
  723 + <path fill="#6CB33F" d="M57.3,0H6.7C3,0,0,3,0,6.7v50.5C0,61,3,64,6.7,64h50.5c3.7,0,6.7-3,6.7-6.7V6.7C64,3,61,0,57.3,0L57.3,0z
  724 + M60.8,57.3c0,1.9-1.6,3.5-3.5,3.5H6.7c-1.9,0-3.5-1.6-3.5-3.5V6.7c0-1.9,1.6-3.5,3.5-3.5h50.5c1.9,0,3.5,1.6,3.5,3.5V57.3z
  725 + M60.8,57.3"/>
  726 + <path fill="#6CB33F" d="M41.7,23.2L27.5,37.4L22.3,32c-0.6-0.6-1.6-0.6-2.3,0c-0.6,0.6-0.6,1.6,0,2.3l6.4,6.5
  727 + c0.3,0.3,0.7,0.5,1.1,0.5c0.4,0,0.8-0.2,1.1-0.5L44,25.5c0.6-0.6,0.6-1.6,0-2.3C43.4,22.6,42.4,22.6,41.7,23.2L41.7,23.2z
  728 + M41.7,23.2"/>
  729 + </svg>
  730 + <div><br>
  731 + <span style="color:#f7931e;">Спасибо за Ваш ответ.</span><br><br>
  732 + Ваше мнение важно для нас и будет учтено во время<br>расширения ассортиментной линии. <br><br>Хорошего Вам урожая!
  733 + </div>
  734 +
  735 + </div>
  736 +</div>
  737 +<div id="block_7">
  738 + <div class="container">
  739 + <div>
  740 + <form method="post" >
  741 + <div class="">
  742 + <div class="col-md-1"> &nbsp;</div>
  743 + <div class="input-group-input col-md-4">
  744 + <input type="text" required name="name" class="form-control" placeholder="Имя">
  745 + </div>
  746 + <div class="input-group-input col-md-4">
  747 + <input type="email" required name="email" class="form-control" placeholder="e-mail">
  748 + </div>
  749 + <div class="input-group-btn col-md-1">
  750 + <button type="submit" class="btn small_buttom green text-center">Подписаться</button>
  751 + </div>
  752 + <div class="col-md-1"> &nbsp;</div>
  753 + </div>
  754 + </form>
  755 + </div>
  756 + </div>
  757 + <p class="container text-center">А также Вы можете подписаться на нашу email - рассылку, чтобы получать самые актуальные акционные предложения.</p>
  758 +</div>
  759 +<div class="h2_line text-center">
  760 +
  761 +<div class="h2 ">Отзывы</div>
  762 +</div>
  763 +<div id="block_8">
  764 +
  765 + <div class="carousel container slide" id="myCarousel_3" data-ride="carousel">
  766 + <!-- Indicators -->
  767 + <ol class="carousel-indicators">
  768 + <?php /* foreach($all_text[$language_id]['reviews'] as $key => $review): ?>
  769 + <li data-target="#myCarousel_3" data-slide-to="<?=$key?>" <?php if ($key == 0 ) echo 'class="active"'; ?> ></li>
  770 + <?php endforeach; */ ?>
  771 +
  772 + </ol>
  773 +
  774 + <!-- Wrapper for slides -->
  775 + <div class="col-md-2 "></div>
  776 +
  777 + <div class="carousel-inner text-center container col-md-8" role="listbox">
  778 +
  779 +
  780 + <?php foreach($reviews as $key => $review): ?>
  781 +
  782 + <div class="item slide <?php if($key == 0) echo "active" ?> text-center">
  783 + <div class="col-md-2 "></div>
  784 + <div class="text_comment col-md-8">
  785 + <?=$review['text'] ?>
  786 + <div class="person_info">
  787 + <div class="name"> <?=$review['name'] ?>,</div>
  788 + <div class="address"> <?=$review['address'] ?></div>
  789 + </div>
  790 + </div>
  791 + </div>
  792 +
  793 + <?php endforeach; ?>
  794 + </div>
  795 +
  796 + <!-- Left and right controls -->
  797 + <a class="left carousel-control" href="#myCarousel_3" role="button" data-slide="prev">
  798 + </a>
  799 + <a class="right carousel-control" href="#myCarousel_3" role="button" data-slide="next">
  800 + </a>
  801 + </div>
  802 +
  803 +</div>
  804 +<br>
  805 +<div class="panel-footer">
  806 + <div class="container">
  807 + <div class="footer_table">
  808 + <img src="/images/basket/phone.png" style="float: left; width: 30px; margin: 0 -27px 0 4px;">
  809 + <span>
  810 + (044) 581-67-15<br>
  811 + (044) 451-48-59<br>
  812 + </span>
  813 + <span style="padding-left: 47px;">
  814 + (050) 464-48-59<br>
  815 + (067) 464-48-59<br>
  816 + (093) 026-86-64
  817 + </span>
  818 + <img src="/images/basket/email.png" style="float: left; width: 30px; margin:-3px -28px 0 25px;">
  819 + <span style="border:0;">
  820 + info@hs.kiev.ua
  821 + </span>
  822 + info@hs.kiev.ua
  823 + </span>
  824 + <div style="width:210px; float:right" class="soc_link">
  825 +<a href="https://www.youtube.com/channel/UCMnG-NxtoprcTxKcPouwWdQ" target="_blank" class="yt"></a>
  826 +<a href="https://www.facebook.com/Professionalseeds/" target="_blank" class="fb"></a>
  827 +<a href="https://vk.com/public116774284" target="_blank" class="vk"></a>
  828 +</div>
  829 + </div>
  830 + <br>
  831 + ТМ “ПРОФЕСІЙНЕ НАСІННЯ” та ТМ “ПРОФЕСІЙНІ ДОБРИВА” — зарегистрированные торговые марки. Все права защищены.
  832 +</div>
  833 +</div>
  834 +<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
  835 +
  836 +<!-- Latest compiled and minified JavaScript -->
  837 +<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
  838 +
  839 +<?php
  840 +$url = 'http://api.crm.semena.in.ua/';
  841 +$pbKey = 'e2c4edf8698208c4586fdbcddb0195a5';
  842 +?>
  843 +<script type=text/javascript>
  844 + function status_api($value){
  845 + $("#form_voting").hide();
  846 + $("#form_thanks").show();
  847 + console.log($value);
  848 +
  849 + }
  850 + $(document).ready(function() { // вся мaгия пoслe зaгрузки стрaницы
  851 + $("#form_voting").submit(function(){ // пeрeхвaтывaeм всe при сoбытии oтпрaвки
  852 + var form = $(this); // зaпишeм фoрму, чтoбы пoтoм нe былo прoблeм с this
  853 + var error = false; // прeдвaритeльнo oшибoк нeт
  854 + if (!error) { // eсли oшибки нeт
  855 + var data = form.serialize(); // пoдгoтaвливaeм дaнныe
  856 + //console.log(data);
  857 +
  858 + $.ajax({
  859 + url: '<?=$url?>?method=VotingAddAnswer&pbKey=<?=$pbKey?>&token=<?=$token?>',
  860 + dataType: 'jsonp',
  861 + type: 'GET',
  862 + data: data,
  863 + status: function(result){
  864 +// console.log(result); // пишем в консоль об ошибках
  865 + },
  866 + error: function(result){
  867 + // console.log(result); // пишем в консоль об ошибках
  868 + }
  869 + });
  870 + return false;
  871 +
  872 +/*
  873 + $.ajax({ // инициaлизируeм ajax зaпрoс
  874 + type: 'GET', // oтпрaвляeм в POST фoрмaтe, мoжнo GET
  875 + url: 'http://crm/API/', // путь дo oбрaбoтчикa, у нaс oн лeжит в тoй жe пaпкe
  876 + dataType: 'json', // oтвeт ждeм в json фoрмaтe
  877 + data: data, // дaнныe для oтпрaвки
  878 + beforeSend: function(data) { // сoбытиe дo oтпрaвки
  879 + form.find('input[type="submit"]').attr('disabled', 'disabled'); // нaпримeр, oтключим кнoпку, чтoбы нe жaли пo 100 рaз
  880 + },
  881 + success: function(data){ // сoбытиe пoслe удaчнoгo oбрaщeния к сeрвeру и пoлучeния oтвeтa
  882 + if (data['error']) { // eсли oбрaбoтчик вeрнул oшибку
  883 + alert(data['error']); // пoкaжeм eё тeкст
  884 + } else { // eсли всe прoшлo oк
  885 + $("#form_good").show();
  886 + //alert('Спасибо'); // пишeм чтo всe oк
  887 + }
  888 + },
  889 + error: function (xhr, ajaxOptions, thrownError) { // в случae нeудaчнoгo зaвeршeния зaпрoсa к сeрвeру
  890 + alert(xhr.status); // пoкaжeм oтвeт сeрвeрa
  891 + alert(thrownError); // и тeкст oшибки
  892 + },
  893 + complete: function(data) { // сoбытиe пoслe любoгo исхoдa
  894 + form.find('input[type="submit"]').prop('disabled', false); // в любoм случae включим кнoпку oбрaтнo
  895 + }
  896 + });/**/
  897 + }
  898 + return false; // вырубaeм стaндaртную oтпрaвку фoрмы
  899 + });
  900 + });
  901 +
  902 +</script>
  903 +
  904 +
  905 +<script>
  906 + $("#block_6 label").click(function(e){
  907 + if($(this).children("input").is(':checked')){
  908 + $(this).css("background-image","url(/images/basket/bg_input_click.png)");
  909 + }
  910 + else
  911 + $(this).css("background-image","");
  912 + });
  913 + $("#basket_b_1").click(function (e) {
  914 + $("#block_4").show();
  915 + $('html, body').animate({ scrollTop: $("#block_4").offset().top }, 500);
  916 + $("#block_4 > .container>div").hide();
  917 + $("#basket_1").show();
  918 + });
  919 + $("#basket_b_2").click(function (e) {
  920 + $("#block_4").show();
  921 + $('html, body').animate({ scrollTop: $("#block_4").offset().top }, 500);
  922 + $("#block_4 > .container>div").hide();
  923 + $("#basket_2").show();
  924 + });
  925 + $("#basket_b_3").click(function (e) {
  926 + $("#block_4").show();
  927 + $('html, body').animate({ scrollTop: $("#block_4").offset().top }, 500);
  928 + $("#block_4 > .container>div").hide();
  929 + $("#basket_3").show();
  930 + });
  931 +</script>
  932 +<script type="text/javascript" src="/js/main_ru.js"></script>
  933 +
  934 +<script src="/dist/js/cart.js"></script>
  935 +
  936 +</body>
  937 +</html>
0 938 \ No newline at end of file
... ...
src/app/frontend/views/basket_ua.php 0 → 100644
  1 +<?php $in_cart = $this->session->get('in_cart', []); ?>
  2 +<!doctype html>
  3 +<html>
  4 +<head>
  5 + <meta charset="utf-8">
  6 +<meta http-equiv="X-UA-Compatible" content="IE=edge">
  7 +<meta name="viewport" content="width=device-width, initial-scale=1">
  8 +
  9 +<title>ТМ «Професійне насіння» | Інтернет магазин насіння Semena.in.ua</title>
  10 +<style>
  11 + @font-face {font-family: 'MarkerFelt'; src: url(/fonts/10062.ttf);}
  12 +@font-face {font-family: Lato; font-weight: 900; font-style:normal; src: url(/fonts/Lato-Black.ttf);}
  13 +@font-face {font-family: Lato; font-weight: 900; font-style:italic; src: url(/fonts/Lato-BlackItalic.ttf);}
  14 +@font-face {font-family: Lato; font-weight: 700; font-style:normal; src: url(/fonts/Lato-Bold.ttf);}
  15 +@font-face {font-family: Lato; font-weight: 700; font-style:italic; src: url(/fonts/Lato-BoldItalic.ttf);}
  16 +@font-face {font-family: Lato; font-weight: 400; font-style:normal; src: url(/fonts/Lato-Regular.ttf);}
  17 +@font-face {font-family: Lato; font-weight: 400; font-style:italic; src: url(/fonts/Lato-Italic.ttf);}
  18 +@font-face {font-family: Lato; font-weight: 300; font-style:normal; src: url(/fonts/Lato-Light.ttf);}
  19 +@font-face {font-family: Lato; font-weight: 300; font-style:italic; src: url(/fonts/Lato-LightItalic.ttf);}
  20 +@font-face {font-family: Lato-SemiboldItalic; font-weight: 100; font-style:italic; src: url(/fonts/Lato-SemiboldItalic.ttf);}
  21 +@font-face {font-family: Lato; font-weight: 100; font-style:normal; src: url(/fonts/Lato-Thin.ttf);}
  22 +@font-face {font-family: Lato; font-weight: 100; font-style:italic; src: url(/fonts/Lato-ThinItalic.ttf);}
  23 +*{font-family: Lato ;}
  24 + .popup_window {
  25 + max-height: 570px !important;
  26 + }
  27 +img{
  28 + max-width:100%;
  29 +}
  30 +#block_1{
  31 + background-image: url(/images/basket/1.jpg);
  32 + background-size: cover;
  33 + padding: 50px 0 0 0;
  34 + overflow: hidden;
  35 + background-position: center;
  36 + color:#fff;
  37 +}
  38 +#block_1 .h2, #block_1 .h3{
  39 + font-family: MarkerFelt;
  40 +}
  41 +#block_1 .h2{
  42 +
  43 + /*background-image: url(/images/basket/line_in_top.png);*/
  44 + background-repeat: no-repeat;
  45 + height: 91px;
  46 + background-position-x: 31px;
  47 + background-position-y: 18px;
  48 +}
  49 +#block_1 .col-md-5.text-center {
  50 + margin-bottom: 50px;
  51 +}
  52 +.buttom_in_head > div {
  53 + padding: 10px 40px;
  54 + box-shadow: #000 0 0 3px 0px;
  55 + margin: 2px;
  56 +}
  57 +.second_buttom{
  58 + background-color:#f7931e;
  59 +}
  60 +.first_buttom{
  61 + background-color:#6cb33f;
  62 + margin-bottom: 9px !important;
  63 +}
  64 +.buttom_in_head {
  65 + border: #fff 3px dashed;
  66 + padding: 3px;
  67 + max-width: 354px;
  68 + margin: 0 auto;
  69 +}
  70 +#block_2{
  71 + border-top: 2px #f7931e dashed;
  72 + margin-top: 9px;
  73 + padding: 39px 0 48px 0;
  74 +}
  75 +div.big_numb{
  76 + font-family: Lato;
  77 + color: #f7931e;
  78 + font-weight: 700;
  79 + display: table-cell;
  80 + padding: 18px;
  81 +}
  82 +.line_in_2_block {
  83 + display: table-row;
  84 +}
  85 +
  86 +.line_in_2_block p {
  87 + display: table-cell;
  88 + margin: 0;
  89 + padding:10px 0 !important;
  90 + vertical-align: middle;
  91 + font-size: 18px;
  92 + font-style: italic;
  93 + color: #4d4d4d;
  94 + text-align: justify;
  95 +}
  96 +.line_in_2_block p span{
  97 + color: #6cb33f;
  98 +}
  99 +#block_3{
  100 + background-image:url(/images/basket/2.jpg);
  101 + background-size: contain;
  102 + background-repeat:no-repeat;
  103 + padding-bottom:50px;
  104 +}
  105 +#block_3 .name_b.h4 {
  106 + margin: 30px 0px 20px 0px;
  107 +}
  108 +.col-md-4.basket.text-center {
  109 + margin-top: 120px;
  110 +}
  111 +.name_b{
  112 + font-family: MarkerFelt !important;
  113 + color: #f7931e !important;
  114 + padding: 15px 0 9px 0;
  115 + text-transform: uppercase;
  116 +
  117 +}
  118 +.basket .name_b{
  119 + border: 2px #f7931e dashed;
  120 +}
  121 +.basket img{
  122 + max-width:100%;
  123 +}
  124 +.small_buttom{
  125 + color: #ffffff !important;
  126 + font-size: 20px !important;
  127 + font-weight: 300 !important;
  128 + height: 35px;
  129 + padding: 2px 10px 7px 10px !important;
  130 + border-radius: 0 !important;
  131 +}
  132 +.small_buttom:hover{
  133 + color:#fff !important;
  134 + text-decoration: none;
  135 + cursor: pointer;
  136 +}
  137 +.small_buttom.buy{
  138 + font-style: normal;
  139 +}
  140 +.basket a:nth-child(2n){
  141 + float:left;
  142 +}
  143 +.basket a:nth-child(2n+1){
  144 + float:right;
  145 +}
  146 +
  147 +.small_buttom.green{
  148 + background-color:#6cb33f;
  149 +}
  150 +.small_buttom.orange{
  151 + background-color:#f7931e;
  152 +}
  153 +#block_4{
  154 + background-image:url(/images/basket/2_2_2.jpg);
  155 + background-size: cover;
  156 + padding: 60px 0;
  157 + margin-top:50px;
  158 +}
  159 +#block_4 > .container, #block_7 div.container{
  160 + border: 2px #fff dashed;
  161 + padding:10px;
  162 +}
  163 +#block_4 > .container>div{
  164 + background-color: hsla(0,0%,100%,0.9);
  165 + overflow:hidden;
  166 + padding:3% 6% 3% 1%;
  167 +}
  168 +#block_7 div.container>div{
  169 + background-color: hsla(0,0%,100%,0.9);
  170 + overflow:hidden;
  171 +}
  172 +#block_4 a{
  173 + padding-left: 20px !important;
  174 + padding-right: 20px !important;
  175 + max-width: 145px;
  176 + margin: 0 auto;
  177 +}
  178 +#block_4 .col-sm-7 .h4 {
  179 + font-family: MarkerFelt;
  180 + color: #ffffff;
  181 + background-color: #f7931e;
  182 + display: inline-block;
  183 + padding: 15px 29px 8px 29px;
  184 + margin-bottom:30px;
  185 + text-transform: uppercase;
  186 +}
  187 +#block_4 p{
  188 + padding:10px;
  189 + border: 2px #f7931e dashed;
  190 + line-height: 33px;
  191 + color: #4d4d4d;
  192 +}
  193 +.h2_line{
  194 + font-family: MarkerFelt !important;
  195 + color: #4d4d4d !important;
  196 + font-weight: 100;
  197 + border-bottom: 2px #f7931e dashed;
  198 + margin-bottom: 71px;
  199 + margin-top: -30px;
  200 +}
  201 +.h2_line > .h2 {
  202 + position: relative;
  203 + top: 48px;
  204 + background-color: #fff;
  205 + display: inline-block;
  206 + padding: 20px 35px;
  207 +}
  208 +.h2_two_lite >.h2 {
  209 + top: 62px !important;
  210 +}
  211 +.h2_two_lite {
  212 + margin-bottom: 70px;
  213 +}
  214 +
  215 +#block_5 .item{
  216 + text-align:center;
  217 + margin-top:50px;
  218 +}
  219 +#block_5 .item >p{
  220 + margin-top:20px;
  221 + display:block;
  222 + font-weight: 300;
  223 + color: #4d4d4d !important;
  224 + font-size: 19px;
  225 +}
  226 +#block_6, #block_8{
  227 + background-color:#fcf3eb;
  228 +/* height: 335px;*/
  229 + padding:60px 0;
  230 +}
  231 +#block_6 label, #block_6 .label{
  232 + color: #4d4d4d !important;
  233 + font-weight: 600;
  234 + line-height: 34px;
  235 + padding-left: 52px;
  236 + min-height: 39px;
  237 + display: inline-block;
  238 + text-align: left;
  239 + padding-top: 0;
  240 + background-position-y: 2px;
  241 + margin: 15px;
  242 + white-space: inherit;
  243 +}
  244 +#block_6 .label{
  245 + background-image: url(/images/basket/bg_input.png);
  246 + background-repeat: no-repeat;
  247 +}
  248 +#block_6 .label span{
  249 + font-style: italic;
  250 +}
  251 +
  252 +#block_6 .label>input{
  253 + display:none;
  254 +}
  255 +#block_6 .label:hover{
  256 + background-image: url(/images/basket/bg_input_hover.png);
  257 +}
  258 +#block_6 input[type=text]{
  259 + background: none !important;
  260 + border: 0;
  261 + border-bottom: 2px #f7931e dashed;
  262 + box-shadow: none;
  263 + border-radius: 0;
  264 +}
  265 +#block_7{
  266 + background-image:url(/images/basket/3.jpg);
  267 + padding:4% 0;
  268 + background-size: cover;
  269 + background-position: center;
  270 +}
  271 +#block_7 p{
  272 + color:#fff;
  273 + margin-top:20px;
  274 + font-style: italic;
  275 + font-weight: 700;
  276 + font-size: 16px;
  277 +}
  278 +#block_7 input{
  279 + background:none;
  280 + border-radius:0;
  281 + margin: 30px 0;
  282 +}
  283 +#block_7 button{
  284 + margin: 30px 0;
  285 +}
  286 +
  287 +#block_7 input:focus {
  288 + border-color: #f7931e;
  289 + outline: 0;
  290 + -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247, 147, 30, 0.56);
  291 + box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(247, 147, 30, 0.48);
  292 +}
  293 +#block_8 {
  294 + min-height: 300px;
  295 +}
  296 +.carousel-control {
  297 + background-position-y: 75px !important;
  298 +}
  299 +
  300 +.panel-footer{background-color:#67b73e !important;color:#fff;padding:40px 0 !important;}
  301 +.footer_table span{border-right:1px #fff solid;padding:0 27px 0 41px;float:left;color:#fff}
  302 +.footer_table{overflow:hidden;color:#fff}
  303 +.panel-footer .container{color:#fff}
  304 +.soc_link a{width:50px;height:50px;background-size:50px 50px;display:inline-block;margin:0 8px}
  305 +.soc_link .vk{background-image:url(/images/basket/vk_1.png)}
  306 +.soc_link .vk:hover{background-image:url(/images/basket/vk.png)}
  307 +.soc_link .yt{background-image:url(/images/basket/YouTube_1.png)}
  308 +.soc_link .yt:hover{background-image:url(/images/basket/YouTube.png)}
  309 +.soc_link .fb{background-image:url(/images/basket/facebook_1.png)}
  310 +.soc_link .fb:hover{background-image:url(/images/basket/facebook.png)}
  311 +.carousel-control.right{background-image:url(/images/basket/right.png) !important;background-position:center;background-repeat:no-repeat !important;}
  312 +.carousel-control.left{background-image:url(/images/basket/left.png) !important;background-position:center;background-repeat:no-repeat !important;}
  313 +.carousel-control.right:hover{background-image:url(/images/basket/right_hover.png) !important;}
  314 +.carousel-control.left:hover{background-image:url(/images/basket/left_hover.png) !important;}
  315 +
  316 +.text_comment{
  317 + background-image: url(/images/basket/bg_comment.png);
  318 + background-repeat: no-repeat;
  319 + text-indent: 40px;
  320 + text-align: justify;
  321 + color: #4d4d4d;
  322 + font-size: 16px;
  323 + font-weight: 400;
  324 + line-height: 25px;
  325 +}
  326 +.person_info{
  327 + font-weight: 700;
  328 + font-style: italic;
  329 + text-indent: 0;
  330 + margin-top: 13px;
  331 + text-align:left;
  332 +}
  333 +.carousel-inner.text-center.container.col-md-8 {
  334 + padding: 0;
  335 +}
  336 +label.h3>div {
  337 + margin: 22px 0;
  338 +}
  339 +#form_thanks span{
  340 + color:#f7931e;
  341 +}
  342 +#form_thanks {
  343 + display: none;
  344 + min-height: 258px;
  345 +}
  346 +@media all and (max-width:767px) {
  347 +.footer_table span{padding:3px 0!important;width:100%;border:0;text-align:center;float:none;display:block}
  348 +.footer_table img{float:none!important;margin:0 auto!important}
  349 +.footer_table{text-align:center}
  350 +.form_line_radius span{width:100%!important;display:block}
  351 +.soc_link {
  352 + float: none !important;
  353 + margin: 20px auto 0 auto;
  354 +}
  355 +}
  356 +@media screen and (max-width:900px){
  357 +a.carousel-control {width: 51px;}
  358 +.text_comment {padding: 0 51px !important; background-position-x: 51px;}
  359 +}
  360 +</style>
  361 + <link rel="stylesheet" href="/css/main_landing_basket.css" type="text/css" media="all">
  362 + <link rel="stylesheet" href="/css/adapt_phone.css" type="text/css" media="all">
  363 + <link href="/css/please_return/theme-style.css" rel="stylesheet">
  364 +
  365 + <!-- Latest compiled and minified CSS -->
  366 + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
  367 + <!-- Optional theme -->
  368 + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
  369 +
  370 +</head>
  371 +<body>
  372 +<?= $this->partial('partial/popupCart') ?>
  373 +
  374 +<?php
  375 +$reviews = array(
  376 + array(
  377 + 'text' => 'Я купувала «Огірковий кошик» і залишилася задоволена результатом. Використовувала все насіння з кошика, отримала дружні, добрі сходи і якісний урожай. Постійно відслідковую новинки, які у вас з\'являються і очікую найближчим часом розширення асортименту кошиків.',
  378 + 'name' => 'Шваб Світлана',
  379 + 'address' => 'м. Володимир-Волинський, Волинська область',
  380 + ),
  381 + array(
  382 + 'text' => 'Дякую за «Борщовий кошик», який я купувала в минулому сезоні. Я повністю задоволена насінням і урожаєм. Хотілося б мати більший вибір в супутніх товарах, таких як маленькі лопатки, товари для розсади, щоб кошики були вже повністю укомплектовані для роботи з насінням.',
  383 + 'name' => 'Старостенко Оксана',
  384 + 'address' => 'м. Вінниця',
  385 + ),
  386 + array(
  387 + 'text' => 'Купувала «Борщовий кошик». Все дуже сподобалося, єдине до чого були зауваження - це морква. Незважаючи на це, можу з упевненістю рекомендувати Ваше насіння. А сама ідея з кошиками дуже сподобалася. Дякую.',
  388 + 'name' => 'Гой Юлія',
  389 + 'address' => 'м. Київ',
  390 + )
  391 +);
  392 +$why = array("Економія до 17%","Практичний подарунок","Підібраний асортимент","Покупка в 1 клік","Бонус - кошик","Наявність тематичних «кошиків»");
  393 +
  394 +?>
  395 +<?php
  396 +//session_start();
  397 +//header( "Content-Type: text/html; charset=utf-8" ); ?>
  398 +<?php
  399 +// $token = md5(uniqid($_SERVER[REMOTE_ADDR], true));
  400 +$token = null;
  401 +if(!isset($_COOKIE['token'])) {
  402 + $token = md5(uniqid($_SERVER['REMOTE_ADDR'], true));
  403 + setcookie('token', $token, time() + 60 * 60 * 24 * 7, "/");
  404 +}
  405 +else
  406 + $token = $_COOKIE['token'];
  407 +//$_COOKIE['token'] = md5(uniqid($_SERVER[REMOTE_ADDR], true));
  408 +?>
  409 +<nav class="navbar">
  410 + <div class="container">
  411 + <div class="navbar-header">
  412 + <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
  413 + <span class="sr-only">Toggle navigation</span>
  414 + <span class="icon-bar"></span>
  415 + <span class="icon-bar"></span>
  416 + <span class="icon-bar"></span>
  417 + </button>
  418 + <div class="navbar-header-body">
  419 + <div class="visible-lg col-sm-4">
  420 + <div class="switch_lang">
  421 + <ul class="list-inline">
  422 + <li>Українською</li>
  423 + <li><a href="/semena_ovoshchey_1c_20/koshiki_1c_21/ru" title="По-русски">По-русски</a></li>
  424 + </ul>
  425 + </div>
  426 +
  427 + <div class="contact_phones">
  428 + <span class="small_digits">(044)</span><span> 581-67-15</span>
  429 + <span class="small_digits">(044)</span><span> 451-48-59</span>
  430 + </div>
  431 + <div class="contact_mob_phones">
  432 + <span class="small_digits">(050)</span><span> 464-48-59</span>
  433 + <span class="small_digits">(067)</span><span> 464-48-59</span>
  434 + </div>
  435 + <div class="contact_mob_phones">
  436 + <span class="small_digits">(093)</span><span> 026-86-64</span>
  437 +
  438 + <div style="float:right;font-size:12px;margin-right:65px;" class="contact_callback_phones">
  439 + <a class="callback" title="Зворотній зв'язок" id="ajax_simple" data-toggle="modal" data-target="#myModal2" data-options="width: 940, height: 400" data-type="ajax" style="cursor:pointer;">Зворотній зв'язок</a>
  440 + </div>
  441 + </div>
  442 + </div>
  443 + <div class="col-xs-9 col-sm-10 col-md-12 col-lg-4 col-xl-4">
  444 + <div class="logo">
  445 + <a class="" href="/" title=""><img class="img-responsive" alt="Інтернет-магазин насіння" title="Магазин насіння Semena.in.ua" src="/images/about/logo.png"></a>
  446 + </div>
  447 + </div>
  448 + <div class="visible-lg col-sm-4">
  449 + <div class="float columns3 third_column last">
  450 + <div class="basket_number pull-right"><a href="<?= $this->seoUrl->setUrl('/basket') ?>" title="Кошик"><?= !empty( $in_cart ) ? count( $in_cart ) : '0' ?></a></div>
  451 +
  452 + <div class="basket pull-right"><a href="/basket" title="Кошик" class="">Ваш кошик</a></div>
  453 + <div class="menu_cabinet pull-right">
  454 + <a href="/cabinet" title="Особистий кабінет" class="">Особистий кабінет</a>
  455 + </div>
  456 +
  457 + <div class="clearfix"></div>
  458 +
  459 + <div class="file_download_link_ pull-right">
  460 + <a href="http://storage.semena.in.ua/temp/catalog.pdf" target="_blank">Завантажити каталог</a>
  461 + </div>
  462 + <div class="faq pull-right">
  463 + <a href="/faq">FAQ</a>
  464 + </div>
  465 +
  466 + <div class="clearfix"></div>
  467 +
  468 + <div class="site_search">
  469 + <form action="/search" method="get">
  470 + <div class="search_result_wrapper">
  471 + <input type="text" name="search" id="search_item" value="" class="ui-autocomplete-input" autocomplete="off">
  472 + <label><img src="/images/about/search.png" alt="search" width="16" height="17"></label>
  473 + <div class="search_result_display" id="search_result_display"></div>
  474 + </div>
  475 + </form>
  476 + </div>
  477 + </div>
  478 +
  479 + </div>
  480 + <div class="clearfix"></div>
  481 + </div>
  482 + </div>
  483 + <div class="row" style="margin-bottom: -41px;">
  484 + <div id="navbar" class="navbar-collapse collapse" aria-expanded="false">
  485 + <ul class="nav navbar-nav">
  486 + <li><a href="/" title="Головна"><img src="/images/about/ico_home.png"></a></li>
  487 + <li><a href="/#catalog" title="Каталог">Каталог</a></li>
  488 + <li><a href="/pro_companiu-1" title="Про компанію">Про компанію</a></li>
  489 + <li><a href="/dostavka_i_oplata-2" title="Доставка та оплата">Доставка та оплата</a></li>
  490 + <li><a href="/news-actions" title="Акції">Акції</a></li>
  491 + <li><a href="/video" title="Відео">Відео</a></li>
  492 + <li><a href="/prof_tips" title="Поради професіоналів">Поради професіоналів</a></li>
  493 + <li><a href="/contacts" title="Контакти">Контакти</a></li>
  494 + </ul>
  495 + </div>
  496 + </div>
  497 + </div>
  498 + <div class="clearfix"></div>
  499 +</nav>
  500 +
  501 +
  502 +
  503 +<div id="block_1">
  504 + <div class="container">
  505 + <div class="col-md-1"></div>
  506 + <div class="col-md-5 text-center">
  507 + <div class="h2">Що таке «Кошик»?
  508 + </div>
  509 + <div class="buttom_in_head">
  510 + <div class="first_buttom h3">Це суперекономія</div>
  511 + <div class="second_buttom h3">Це корисний подарунок</div>
  512 + </div>
  513 + </div>
  514 + <div class="col-md-5 text-center"><img src="/images/basket/1_2.png"></div>
  515 + <div class="col-md-1"></div>
  516 +
  517 + </div>
  518 +</div>
  519 +<div id="block_2">
  520 + <div class="container">
  521 + <div class="col-md-1"></div>
  522 + <div class="col-md-10">
  523 + <div class="line_in_2_block">
  524 + <div class="big_numb h1">1</div>
  525 + <p>Максимальна вигода для покупця в одному товарі - ось основна ідея створення «Кошиків».
  526 + </p>
  527 + </div>
  528 + <div class="line_in_2_block">
  529 + <div class="big_numb h1">2</div>
  530 + <p>
  531 + Наші професійні агрономи ретельно підбирали асортимент насіння і добрив під кожен з тематичних «Кошиків»: огірковий, борщовий та розсадний.
  532 + </p>
  533 + </div>
  534 + <div class="line_in_2_block"><div class="big_numb h1">3</div>
  535 + <p>
  536 + Ми потурбувалися про те, щоб Ви отримали максимальний результат при мінімальних витратах часу і грошей. Адже, купуючи «Кошик», Ви економите до 17%, в порівнянні з покупкою цих же позицій окремо.
  537 + </p>
  538 + </div>
  539 + <div class="line_in_2_block">
  540 + <div class="big_numb h1">4</div>
  541 + <p><span>
  542 + «Кошик» - це практичний і корисний подарунок, якому будуть раді Ваші рідні та друзі.</span></p>
  543 + </div>
  544 + <div class="line_in_2_block">
  545 + <div class="big_numb h1">5</div>
  546 + <p>
  547 + Придбати 9-13 товарів в один клік - легко. <span>Приємний, але вагомий бонус - Ви отримуєте товар в функціональнму кошику, який можна використовувати для збору ягід.</span>
  548 +
  549 + </p>
  550 + </div>
  551 + </div>
  552 + </div>
  553 +</div>
  554 +<div id="block_3">
  555 + <div class="container">
  556 + <div class="col-md-1"></div>
  557 + <div class="col-md-10">
  558 + <div class="col-md-4 basket text-center">
  559 + <img src="/images/basket/2_1.png" alt="">
  560 + <div class="name_b h4">Борщовий кошик</div>
  561 + <p class="text-justify">
  562 + У ньому зібрані всі овочі, які потрібні для приготування смачного борщу. Для апетитної страви важливо не тільки готувати з любов'ю, але і використовувати найкращі інгредієнти. Подбайте про своїх близьких. Адже з домашніми овочами Ваш борщ буде значно духмяніший і корисніший!
  563 + <br><br><br>
  564 + </p>
  565 + <a class="small_buttom green" id="basket_b_1" >Подробиці</a>
  566 + <a data-group_id="2916" href="javascript:;" class="small_buttom orange buy" href="#">Придбати</a>
  567 + </div>
  568 + <div class="col-md-4 basket text-center">
  569 + <img src="/images/basket/2_2.png" alt="">
  570 + <div class="name_b h4">Огірковий кошик</div>
  571 + <p class="text-justify">
  572 + Огірок - один з найулюбленіших овочів в нашій країні, тому присутній на ділянці у кожного городника. Саме тому в «Кошику» зібрані огірки на будь-який смак: ранні, пізні, для вирощування в теплиці, для посіву у відкритий грунт, темніші, світліші, для будь-якого кулінарного застосування, а найголовніше - всі вони високоврожайні і стійкі до захворювань.
  573 + </p>
  574 + <a class="small_buttom green" id="basket_b_2" >Подробиці</a>
  575 + <a data-group_id="2918" href="javascript:;" class="small_buttom orange buy" href="#">Придбати</a>
  576 + </div>
  577 + <div class="col-md-4 basket text-center">
  578 + <img src="/images/basket/2_3.png" alt="">
  579 + <div class="name_b h4">Розсадний кошик</div>
  580 + <p class="text-justify">
  581 + Є культури, про вирощування яких слід подбати завчасно. У «Розсадним кошику» зібрані кращі гібриди овочів, які вирощуються за допомогою розсадного методу. Тут Ви знайдете томати, перець, баклажани і добриво для розсади, яке стимулює розвиток і ріст кореневої системи рослин, тому Ваша розсада буде здоровою і міцною.<br><br>
  582 + </p>
  583 + <a class="small_buttom green" id="basket_b_3" >Подробиці</a>
  584 + <a data-group_id="2917" href="javascript:;" class="small_buttom orange buy" href="#">Придбати</a>
  585 + </div>
  586 + </div>
  587 + </div>
  588 +</div>
  589 +<div style="display: none;" id="block_4">
  590 + <div class="container">
  591 + <div style="display: none;" id="basket_1">
  592 + <div class="col-sm-5 text-center">
  593 + <img src="/images/basket/2_1.png" alt="">
  594 + <br><br>
  595 + <div class="name_b h4">Борщовий кошик</div>
  596 + <br>
  597 + <a data-group_id="2916" class="small_buttom green buy" href="#">Придбати</a>
  598 + <br>
  599 + </div>
  600 + <div class="col-sm-7 text-center">
  601 + <div class="h4">У «Борщовий кошик» входять:</div>
  602 + <p class="text-left">
  603 + Буряк Ред Бул круглий, фасовка 5 г – 1 уп.<br>
  604 + Буряк Цилиндра ранній, фасовка 5 г – 1 уп.<br>
  605 + Капуста білоголова Куізор F1 средньостигла, фасовка 20 шт – 1 уп.<br>
  606 + Капуста білоголова Аліна F1 рання, фасовка 20 шт – 1 уп.<br>
  607 + Морква Віта Лонга пізня, фасовка 1 г – 1 уп.<br>
  608 + Морква Чікаго F1 рання, фасовка 400 шт – 1 уп.<br>
  609 + Квасоля спаржева жовта Пенсіл Под, фасовка 10 г – 1 уп.<br>
  610 + Кріп Анет, фасовка 2 г – 1 уп.<br>
  611 + Петрушка листова Гігант де Італія, фасовка 1 г – 1 уп.<br>
  612 + Цибуля Хілтон F1 золотиста, фасовка 200 шт – 1 уп.<br>
  613 + Цибуля Екстра Ерлі Голд, фасовка 200 шт – 1 уп.<br>
  614 + Цибуля Параде на зелень, фасовка 200 шт – 1 уп.<br>
  615 + Торфяні таблетки, 44 мм – 10 шт
  616 + </p>
  617 +
  618 + </div>
  619 + </div>
  620 + <div style="display: none;" id="basket_2">
  621 + <div class="col-sm-5 text-center">
  622 + <img src="/images/basket/2_2.png" alt="">
  623 + <br><br>
  624 + <div class="name_b h4">Огірковий кошик</div>
  625 + <br>
  626 + <a data-group_id="2918" class="small_buttom green buy" href="#">Придбати</a>
  627 + <br>
  628 + </div>
  629 + <div class="col-sm-7 text-center">
  630 + <div class="h4">У «Огірковий кошик» входять:</div>
  631 + <p class="text-left">
  632 + Огірок бджолозапильний Надя F1, фасовка 20 шт – 1 уп.<br>
  633 + Огірок бджолозапильний Гектор F1, фасовка 20 шт – 1 уп.<br>
  634 + Огірок бджолозапильний Салім F1, фасовка 20 шт – 1 уп.<br>
  635 + Огірок самозапильний Аристократ F1, фасовка 10 шт – 1 уп.<br>
  636 + Огірок самозапильний Арктика F1, фасовка 10 шт – 1 уп.<br>
  637 + Огірок самозапильний Авенсіс F1, фасовка 10 шт – 1 уп.<br>
  638 + Огірок самозапильний Аваланж F1, фасовка 10 шт – 1 уп.<br>
  639 + Огірок самозапильний Аякс F1, фасовка 20 шт – шт<br>
  640 + Террафлекс С - для огірків, кабачків і баштанних культур, фасовка 25 г – 1 уп.<br>
  641 + Торфяні таблетки, 44 мм – 10 шт
  642 + </p>
  643 +
  644 + </div>
  645 + </div>
  646 + <div style="display: none;" id="basket_3">
  647 + <div class="col-sm-5 text-center">
  648 + <img src="/images/basket/2_3.png" alt="">
  649 + <br><br>
  650 + <div class="name_b h4">Розсадний кошик</div>
  651 + <br>
  652 + <a data-group_id="2917" class="small_buttom green buy" href="#">Придбати</a>
  653 + <br>
  654 + </div>
  655 + <div class="col-sm-7 text-center">
  656 + <div class="h4">У «Розсадний кошик» входять:</div>
  657 + <p class="text-left">
  658 + Баклажан білий Бібо F1, фасовка 15 шт – 1 уп.<br>
  659 + Баклажан овальний Перфекшен F1, фасовка 30 шт – 1 уп.<br>
  660 + Перец червоний Прізма, фасовка 8 шт – 1 уп.<br>
  661 + Томат високорослий крупноплідний Оранж Флейвор F1, фасовка 10 шт – 1 уп.<br>
  662 + Томат високорослий крупноплідний Річіоло F1, фасовка 10 шт – 1 уп.<br>
  663 + Томат високорослий рожевий Пінк Харт F1, фасовка 8 шт – 1 уп.<br>
  664 + Томат кущовий жовтий Єлоу Рівер F1, фасовка 10 шт – 1 уп.<br>
  665 + Террафлекс - Старт для розсади з біостимулятором, фасовка 25 г – 1шт<br>
  666 + Торфяные таблетки, 44 мм – 10 шт
  667 + </p>
  668 +
  669 + </div>
  670 + </div>
  671 + </div>
  672 +</div>
  673 +<div id="block_5">
  674 + <div class="h2_line text-center"><div class="h2">Чому «Кошики»?</div></div>
  675 + <div class="container">
  676 + <div class="col-md-2"></div>
  677 + <div class="col-md-8">
  678 + <?php for($i=1;$i<=6;$i++){ ?>
  679 + <div class="col-sm-4 col-xs-6 item">
  680 + <img src="/images/basket/ikon_<?=$i?>.png">
  681 + <p><?=$why[$i-1]?></p>
  682 + </div>
  683 + <?php }?>
  684 + </div>
  685 + </div>
  686 +</div>
  687 +<div class="h2_line text-center h2_two_lite">
  688 + <div class="h2 ">Який тематичний Кошик Ви б хотіли<br>додати в наш асортимент?</div>
  689 +</div>
  690 +<div id="block_6">
  691 + <form id="form_voting">
  692 + <div class="col-md-6 h2" style="margin:0 auto; float:none; max-width: 660px; ">
  693 + <input type="hidden" name="VotingID" value="1">
  694 + <input type="hidden" name="callback" value="status_api">
  695 +
  696 + <label class="label h4 col-sm-4">Томатний
  697 + <input type="checkbox" name="Value[]" value="Томатную" >
  698 + </label>
  699 + <label class="label h4">Квітковий
  700 + <input type="checkbox" name="Value[]" value="Цветочную" >
  701 + </label><br>
  702 + <label class="label h4">Захисний <span class="small">(засоби захисту рослин і добрива)</span>
  703 + <input type="checkbox" name="Value[]" value="Защитную" >
  704 + </label><br>
  705 + <label for="s" class="h3">
  706 + <div class="col-sm-5 " style="padding-left: 0;">Ваш варіант</div>
  707 + <div class="col-sm-5">
  708 + <input type="text" name="Value[]" class="form-control" id="s">
  709 + </div>
  710 + <div class="col-sm-2">
  711 + <input type="submit" class="btn small_buttom green " value="обрати">
  712 + </div>
  713 + </label>
  714 + </div>
  715 + </form>
  716 + <div id="form_thanks" class="h3 text-center" style="margin: 0;">
  717 + <svg version="1.0" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
  718 + viewBox="0 0 64 64" enable-background="new 0 0 64 64" xml:space="preserve" width="64px" height="64px" >
  719 + <path fill="#6CB33F" d="M57.3,0H6.7C3,0,0,3,0,6.7v50.5C0,61,3,64,6.7,64h50.5c3.7,0,6.7-3,6.7-6.7V6.7C64,3,61,0,57.3,0L57.3,0z
  720 + M60.8,57.3c0,1.9-1.6,3.5-3.5,3.5H6.7c-1.9,0-3.5-1.6-3.5-3.5V6.7c0-1.9,1.6-3.5,3.5-3.5h50.5c1.9,0,3.5,1.6,3.5,3.5V57.3z
  721 + M60.8,57.3"/>
  722 + <path fill="#6CB33F" d="M41.7,23.2L27.5,37.4L22.3,32c-0.6-0.6-1.6-0.6-2.3,0c-0.6,0.6-0.6,1.6,0,2.3l6.4,6.5
  723 + c0.3,0.3,0.7,0.5,1.1,0.5c0.4,0,0.8-0.2,1.1-0.5L44,25.5c0.6-0.6,0.6-1.6,0-2.3C43.4,22.6,42.4,22.6,41.7,23.2L41.7,23.2z
  724 + M41.7,23.2"/>
  725 + </svg>
  726 + <div><br>
  727 + <span style="color:#f7931e;">Дякуємо за Вашу відповідь.</span><br><br>
  728 + Ваша думка важлива для нас і буде врахована під час <br>розширення асортиментної лінії.<br><br>Гарного Вам урожаю!
  729 + </div>
  730 +
  731 + </div>
  732 +</div>
  733 +<div id="block_7">
  734 + <div class="container">
  735 + <div>
  736 + <form method="post" >
  737 + <div class="">
  738 + <div class="col-md-1"> &nbsp;</div>
  739 + <div class="input-group-input col-md-4">
  740 + <input type="text" required name="name" class="form-control" placeholder="Ім’я">
  741 + </div>
  742 + <div class="input-group-input col-md-4">
  743 + <input type="email" required name="email" class="form-control" placeholder="e-mail">
  744 + </div>
  745 + <div class="input-group-btn col-md-1">
  746 + <button type="submit" class="btn small_buttom green text-center">Підписатись</button>
  747 + </div>
  748 + <div class="col-md-1"> &nbsp;</div>
  749 + </div>
  750 + </form>
  751 + </div>
  752 + </div>
  753 + <p class="container text-center">А також Ви можете підписатися на нашу email-розсилку, щоб отримувати актуальні акційні пропозиції.
  754 + </p>
  755 +</div>
  756 +<div class="h2_line text-center">
  757 +
  758 +<div class="h2 ">Відгуки</div>
  759 +</div>
  760 +<div id="block_8">
  761 +
  762 + <div class="carousel container slide" id="myCarousel_3" data-ride="carousel">
  763 + <!-- Indicators -->
  764 + <ol class="carousel-indicators">
  765 + <?php /* foreach($all_text[$language_id]['reviews'] as $key => $review): ?>
  766 + <li data-target="#myCarousel_3" data-slide-to="<?=$key?>" <?php if ($key == 0 ) echo 'class="active"'; ?> ></li>
  767 + <?php endforeach; */ ?>
  768 +
  769 + </ol>
  770 +
  771 + <!-- Wrapper for slides -->
  772 + <div class="col-md-2 "></div>
  773 +
  774 + <div class="carousel-inner text-center container col-md-8" role="listbox">
  775 +
  776 +
  777 + <?php foreach($reviews as $key => $review): ?>
  778 +
  779 + <div class="item slide <?php if($key == 0) echo "active" ?> text-center">
  780 + <div class="col-md-2 "></div>
  781 + <div class="text_comment col-md-8">
  782 + <?=$review['text'] ?>
  783 + <div class="person_info">
  784 + <div class="name"> <?=$review['name'] ?>,</div>
  785 + <div class="address"> <?=$review['address'] ?></div>
  786 + </div>
  787 + </div>
  788 + </div>
  789 +
  790 + <?php endforeach; ?>
  791 + </div>
  792 +
  793 + <!-- Left and right controls -->
  794 + <a class="left carousel-control" href="#myCarousel_3" role="button" data-slide="prev">
  795 + </a>
  796 + <a class="right carousel-control" href="#myCarousel_3" role="button" data-slide="next">
  797 + </a>
  798 + </div>
  799 +
  800 +</div>
  801 +<br>
  802 +<div class="panel-footer">
  803 + <div class="container">
  804 + <div class="footer_table">
  805 + <img src="/images/basket/phone.png" style="float: left; width: 30px; margin: 0 -27px 0 4px;">
  806 + <span>
  807 + (044) 581-67-15<br>
  808 + (044) 451-48-59<br>
  809 + </span>
  810 + <span style="padding-left: 47px; ">
  811 + (050) 464-48-59<br>
  812 + (067) 464-48-59<br>
  813 + (093) 026-86-64
  814 + </span>
  815 + <img src="/images/basket/email.png" style="float: left; width: 30px; margin:-3px -28px 0 25px;">
  816 + <span style="border:0;">
  817 + info@hs.kiev.ua
  818 + </span>
  819 + <div style="width:210px; float:right" class="soc_link">
  820 +<a href="https://www.youtube.com/channel/UCMnG-NxtoprcTxKcPouwWdQ" target="_blank" class="yt"></a>
  821 +<a href="https://www.facebook.com/Professionalseeds/" target="_blank" class="fb"></a>
  822 +<a href="https://vk.com/public116774284" target="_blank" class="vk"></a>
  823 +</div>
  824 + </div>
  825 + <br>
  826 +ТМ "ПРОФЕСІЙНЕ НАСІННЯ" та ТМ "ПРОФЕСІЙНІ ДОБРИВА" - зареєстровані торгівельні марки. Усі права захищено.
  827 +</div>
  828 +</div>
  829 +<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
  830 +
  831 +<!-- Latest compiled and minified JavaScript -->
  832 +<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
  833 +
  834 +<?php
  835 +$url = 'http://api.crm.semena.in.ua/';
  836 +$pbKey = 'e2c4edf8698208c4586fdbcddb0195a5';
  837 +?>
  838 +<script type=text/javascript>
  839 + function status_api($value){
  840 + $("#form_voting").hide();
  841 + $("#form_thanks").show();
  842 + console.log($value);
  843 +
  844 + }
  845 + $(document).ready(function() { // вся мaгия пoслe зaгрузки стрaницы
  846 + $("#form_voting").submit(function(){ // пeрeхвaтывaeм всe при сoбытии oтпрaвки
  847 + var form = $(this); // зaпишeм фoрму, чтoбы пoтoм нe былo прoблeм с this
  848 + var error = false; // прeдвaритeльнo oшибoк нeт
  849 + if (!error) { // eсли oшибки нeт
  850 + var data = form.serialize(); // пoдгoтaвливaeм дaнныe
  851 + //console.log(data);
  852 +
  853 + $.ajax({
  854 + url: '<?=$url?>?method=VotingAddAnswer&pbKey=<?=$pbKey?>&token=<?=$token?>',
  855 + dataType: 'jsonp',
  856 + type: 'GET',
  857 + data: data,
  858 + status: function(result){
  859 +// console.log(result); // пишем в консоль об ошибках
  860 + },
  861 + error: function(result){
  862 + // console.log(result); // пишем в консоль об ошибках
  863 + }
  864 + });
  865 + return false;
  866 +
  867 +/*
  868 + $.ajax({ // инициaлизируeм ajax зaпрoс
  869 + type: 'GET', // oтпрaвляeм в POST фoрмaтe, мoжнo GET
  870 + url: 'http://crm/API/', // путь дo oбрaбoтчикa, у нaс oн лeжит в тoй жe пaпкe
  871 + dataType: 'json', // oтвeт ждeм в json фoрмaтe
  872 + data: data, // дaнныe для oтпрaвки
  873 + beforeSend: function(data) { // сoбытиe дo oтпрaвки
  874 + form.find('input[type="submit"]').attr('disabled', 'disabled'); // нaпримeр, oтключим кнoпку, чтoбы нe жaли пo 100 рaз
  875 + },
  876 + success: function(data){ // сoбытиe пoслe удaчнoгo oбрaщeния к сeрвeру и пoлучeния oтвeтa
  877 + if (data['error']) { // eсли oбрaбoтчик вeрнул oшибку
  878 + alert(data['error']); // пoкaжeм eё тeкст
  879 + } else { // eсли всe прoшлo oк
  880 + $("#form_good").show();
  881 + //alert('Спасибо'); // пишeм чтo всe oк
  882 + }
  883 + },
  884 + error: function (xhr, ajaxOptions, thrownError) { // в случae нeудaчнoгo зaвeршeния зaпрoсa к сeрвeру
  885 + alert(xhr.status); // пoкaжeм oтвeт сeрвeрa
  886 + alert(thrownError); // и тeкст oшибки
  887 + },
  888 + complete: function(data) { // сoбытиe пoслe любoгo исхoдa
  889 + form.find('input[type="submit"]').prop('disabled', false); // в любoм случae включим кнoпку oбрaтнo
  890 + }
  891 + });/**/
  892 + }
  893 + return false; // вырубaeм стaндaртную oтпрaвку фoрмы
  894 + });
  895 + });
  896 +
  897 +</script>
  898 +
  899 +
  900 +<script>
  901 + $("#block_6 label").click(function(e){
  902 + if($(this).children("input").is(':checked')){
  903 + $(this).css("background-image","url(/images/basket/bg_input_click.png)");
  904 + }
  905 + else
  906 + $(this).css("background-image","");
  907 + });
  908 + $("#basket_b_1").click(function (e) {
  909 + $("#block_4").show();
  910 + $('html, body').animate({ scrollTop: $("#block_4").offset().top }, 500);
  911 + $("#block_4 > .container>div").hide();
  912 + $("#basket_1").show();
  913 + });
  914 + $("#basket_b_2").click(function (e) {
  915 + $("#block_4").show();
  916 + $('html, body').animate({ scrollTop: $("#block_4").offset().top }, 500);
  917 + $("#block_4 > .container>div").hide();
  918 + $("#basket_2").show();
  919 + });
  920 + $("#basket_b_3").click(function (e) {
  921 + $("#block_4").show();
  922 + $('html, body').animate({ scrollTop: $("#block_4").offset().top }, 500);
  923 + $("#block_4 > .container>div").hide();
  924 + $("#basket_3").show();
  925 + });
  926 +</script>
  927 +<script type="text/javascript" src="/js/main.js"></script>
  928 +
  929 +<script src="/dist/js/cart.js"></script>
  930 +
  931 +</body>
  932 +</html>
0 933 \ No newline at end of file
... ...
www/css/main_landing_basket.css 0 → 100644
  1 +*{margin:0;padding:0}
  2 +body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,tr {
  3 + margin:0;
  4 + padding:0;
  5 + letter-spacing: normal;
  6 +}
  7 +table {
  8 + border-collapse:collapse;
  9 + border-spacing:0;
  10 +
  11 +}
  12 +fieldset,img {
  13 + border:0;
  14 +}
  15 +address,caption,cite,code,dfn,em,strong,th,var {
  16 + font-style:normal;
  17 + font-weight:normal;
  18 +}
  19 +caption,th {
  20 + text-align:left;
  21 +}
  22 +q:before,q:after {
  23 + content:'';
  24 +}
  25 +:focus{
  26 + outline:none;
  27 +}
  28 +abbr,acronym {
  29 + border:0;
  30 +}
  31 +html,body {
  32 + height:100%;
  33 +}
  34 +header,nav,section,article,aside,footer {
  35 + display:block;
  36 + margin:0;
  37 + padding:0;
  38 +}
  39 +img {
  40 + border:0;
  41 + width: auto;
  42 +}
  43 +input {
  44 + vertical-align:middle;
  45 +}
  46 +ol,ul {
  47 + margin:0;
  48 + padding:0;
  49 + list-style:none;
  50 +}
  51 +ul li {
  52 + margin:0;
  53 + padding:0;
  54 +}
  55 +a {
  56 + color: #4a4a4a;
  57 + text-decoration:underline;
  58 + display: block;
  59 +}
  60 +
  61 +a:hover {
  62 + color:#4a4a4a;
  63 + text-decoration:underline;
  64 +}
  65 +
  66 +.clearfix:after {
  67 + content: "";
  68 + display: block;
  69 + clear: both;
  70 + visibility: hidden;
  71 + line-height: 0;
  72 + height: 0;
  73 +}
  74 +
  75 +.clearfix {
  76 + display: inline-block;
  77 +}
  78 +
  79 +html[xmlns] .clearfix {
  80 + display: block;
  81 +}
  82 +
  83 +* html .clearfix {
  84 +
  85 +}
  86 +
  87 +body {
  88 + font: normal 12px/14px Arial, Tahoma, sans-serif;
  89 + color: #4a4a4a;
  90 +}
  91 +
  92 +.float {
  93 + display: inline;
  94 + float: left;
  95 +}
  96 +.last {
  97 + margin-right: 0 !important;
  98 + padding-right: 0 !important;
  99 +}
  100 +.display_none {
  101 + display: none!important;
  102 +}
  103 +.display_block {
  104 + display: block!important;
  105 +}
  106 +.inner {
  107 + width: 960px;
  108 + margin: 0 auto;
  109 +}
  110 +.not_exist
  111 +{
  112 + cursor: default;
  113 + opacity: 0.3;
  114 + -moz-opacity: 0.3;
  115 + -khtml-opacity: 0.3;
  116 +}
  117 +
  118 +
  119 +#wrapper{
  120 + min-height: 100%;
  121 + /* luv IE shit */
  122 + height: auto !important;
  123 + height: 100%;
  124 + margin: 0 auto -5em;
  125 +}
  126 +/* header */
  127 +
  128 +.beta{
  129 + width:960px;
  130 + overflow:hidden;
  131 + margin:0 auto;padding:10px 0 0;
  132 + font-size:20px;
  133 + line-height:20px;
  134 + text-align:center;
  135 +}
  136 +.beta a{
  137 + display:inline;
  138 + color:#009aff;
  139 +}
  140 +
  141 +#header {
  142 + background: #ffffff; /* Old browsers */
  143 + background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%, #ececec 100%); /* FF3.6+ */
  144 + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
  145 + background: -webkit-linear-gradient(top, #ffffff 0%,#ececec 100%,#ececec 100%); /* Chrome10+,Safari5.1+ */
  146 + background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%,#ececec 100%); /* Opera 11.10+ */
  147 + background: -ms-linear-gradient(top, #ffffff 0%,#ececec 100%,#ececec 100%); /* IE10+ */
  148 + background: linear-gradient(to bottom, #ffffff 0%,#ececec 100%,#ececec 100%); /* W3C */
  149 + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
  150 + position: relative;
  151 +}
  152 +.columns3 {
  153 + margin: 10px 0;
  154 +}
  155 +.columns3.first_column {
  156 + width: 320px;
  157 +}
  158 +.columns3.second_column {
  159 + width: 375px;
  160 +}
  161 +.columns3.third_column {
  162 + width: 265px;
  163 + position: relative;
  164 +}
  165 +.switch_lang {
  166 + margin: 5px 0 10px 0;
  167 +}
  168 + .switch_lang div {
  169 + padding: 0 10px 0 20px;
  170 + }
  171 + .switch_lang div.ru {
  172 + background: url(../images/ru_flag.gif) no-repeat 0 50%;color: #55a727;
  173 + }
  174 + .switch_lang div {
  175 + color: #55a727;
  176 + }
  177 +
  178 + .switch_lang div a.active,
  179 + .switch_lang div a:hover{
  180 + color: #55a727;
  181 + }
  182 +.contact_phones,
  183 +.contact_mob_phones{
  184 + font: normal 17px/20px Arial, Tahoma, sans-serif !important;
  185 + padding: 2px 0 2px 20px !important;
  186 +}
  187 +.contact_phones a,
  188 +.contact_mob_phones a{
  189 + display:inline;
  190 +}
  191 +.contact_phones{
  192 + background: url(../images/tel.png) no-repeat 0 50%;
  193 +}
  194 +.contact_mob_phones{
  195 + background: url(../images/mob.png) no-repeat 1% 50%;
  196 +}
  197 + span.small_digits{
  198 + font-size: 15px !important;
  199 + }
  200 +.callback {
  201 + font-style: italic;
  202 + margin: 5px 0 0 0;
  203 +}
  204 +
  205 +.logo {
  206 + margin: 10px 0 10px 0;
  207 +}
  208 +
  209 +
  210 +.menu_cabinet{
  211 + padding: 10px 10px 10px 20px;
  212 +}
  213 +.basket {
  214 + padding: 10px 10px 10px 23px;
  215 +}
  216 +.compare_wrapper {
  217 + min-height: 35px;
  218 + position: relative;
  219 +}
  220 +header .navbar .compare_wrapper {
  221 + display: inline-block;
  222 +}
  223 +.compare {
  224 + padding: 5px 0 15px 20px;
  225 + margin: 0 0 0 120px;
  226 +}
  227 +header .compare {
  228 + margin: 10px 0 0 20px;
  229 +}
  230 + .compare_wrapper .compare_list{
  231 + position: absolute;
  232 + top: 0;
  233 + right: 0;
  234 + padding: 0 10px 10px 10px;
  235 + background: #F5F5F5;
  236 + border: 2px solid #267f00;
  237 + border-radius: 5px;
  238 + -moz-border-radius: 5px;
  239 + -webkit-border-radius: 5px;
  240 + z-index: 9991;
  241 + font: normal 12px/20px Arial, Tahoma, sans-serif;
  242 + display: none;
  243 + }
  244 +
  245 + header .compare_wrapper .compare_list a, header .compare_wrapper .compare_list a:hover {
  246 + color: #4a4a4a;
  247 + text-decoration: underline;
  248 + }
  249 + header .compare_wrapper .compare_list .compare a, header .compare_wrapper .compare_list .compare a:hover {
  250 + text-decoration: none;
  251 + }
  252 + .compare_wrapper .compare_list .compare{
  253 + margin: 0;
  254 + padding: 1px 0 5px 20px;
  255 + }
  256 + .compare_wrapper .compare_list .compare a{
  257 + text-decoration: none;
  258 + }
  259 + .compare_wrapper .compare_list ul li{
  260 + font: normal 12px/20px Arial, Tahoma, sans-serif;
  261 + padding: 2px 0;
  262 + }
  263 + .compare_wrapper .compare_list ul li a{
  264 + margin: 0 5px 0 0;
  265 + }
  266 +.basket .active {
  267 + color: #f58025;
  268 +}
  269 +.basket_number {
  270 + padding: 7px 0 10px 0;
  271 +}
  272 + .basket_number a,
  273 + .basket_number a:hover{
  274 + text-decoration: none;
  275 + color: #ffffff;
  276 + background: #67b73e;
  277 + padding: 2px 5px;
  278 + border-radius: 100%;
  279 + -moz-border-radius: 100%;
  280 + -webkit-border-radius: 100%;
  281 + webkit-box-shadow: inset 2px 1px 10px 0 #417e24;
  282 + -moz-box-shadow: inset 2px 1px 10px 0 #417e24;
  283 + box-shadow: inset 2px 1px 10px 0 #417e24;
  284 + }
  285 + #header .columns3 .menu_cabinet{
  286 + background: url(../images/cabinet.png) no-repeat 0 50%;
  287 + }
  288 + #header .columns3 .basket{
  289 + background: url(../images/basket.png) no-repeat 0 50%;
  290 + }
  291 + #header .columns3 .compare, header .compare_wrapper .compare{
  292 + background: url(../images/ico_comparison.png ) no-repeat 0 25%;
  293 + }
  294 +
  295 +#header .columns3 .site_search, header .site_search input
  296 +{
  297 + position: relative;
  298 +}
  299 + #header .columns3 input,
  300 + .cat_center .site_search input,
  301 + header .site_search input
  302 + {
  303 + width: 250px;
  304 + margin: 0;
  305 + padding: 7px 5px;
  306 + border-radius: 5px;
  307 + -moz-border-radius: 5px;
  308 + -webkit-border-radius: 5px;
  309 + border:0;
  310 + -moz-box-shadow: inset 1px 1px 1px 0 #d0d0d0;
  311 + -webkit-box-shadow: inset 1px 1px 1px 0 #d0d0d0;
  312 + box-shadow: inset 1px 1px 1px 0 #d0d0d0;
  313 + }
  314 +
  315 +
  316 + #header .columns3 label,
  317 + .cat_center .site_search label,
  318 + header .site_search label
  319 + {
  320 + position: absolute;
  321 + top: 7px;
  322 + right: 7px;
  323 + }
  324 + header .site_search label
  325 + {
  326 + top: 12px;
  327 + right: 12px;
  328 + }
  329 +
  330 + /* search */
  331 +
  332 + #header .columns3 .site_search.active .search_result_wrapper,
  333 + #header .columns3 .site_search:active .search_result_wrapper,
  334 + .cat_center .site_search.active .search_result_wrapper,
  335 + header .site_search.nav-search .search_result_wrapper
  336 + {
  337 + position: absolute;
  338 + z-index: 9999;
  339 + background: #ececec;
  340 + width: 260px;
  341 + border-radius: 5px;
  342 + -moz-border-radius: 5px;
  343 + -webkit-border-radius: 5px;
  344 + border: 2px solid #4fa32c;
  345 + -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  346 + -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  347 + box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  348 + }
  349 + header .site_search.nav-search .search_result_wrapper {
  350 + position: static;
  351 + }
  352 +
  353 +
  354 + #header .columns3 .site_search.active .search_result_wrapper .search_result_display,
  355 + header .site_search.nav-search.active .search_result_wrapper .search_result_display {
  356 + display: block;
  357 + }
  358 + #header .columns3 .site_search .search_result_wrapper .search_result_display,
  359 + header .site_search.nav-search .search_result_wrapper .search_result_display {
  360 + display: none;
  361 + }
  362 + #header .columns3 .site_search .search_result_wrapper li,
  363 + header .site_search.nav-search .search_result_wrapper li{
  364 + border-bottom: 1px solid #c4c4c4;
  365 + margin: 15px;
  366 + padding: 0 0 10px 0;
  367 + }
  368 + #header .columns3 .site_search .search_result_wrapper li img,
  369 + header .site_search.nav-search .search_result_wrapper li img{
  370 + width: 100px;
  371 + margin: 5px;
  372 + -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  373 + -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  374 + box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  375 + float: left;
  376 + }
  377 + #header .columns3 .site_search .search_result_wrapper li p,
  378 + header .site_search.nav-search .search_result_wrapper li p{
  379 + margin: 0 0 0 80px;
  380 + font: normal 13px/15px Arial, Tahoma, sans-serif;
  381 + color: #f58025;
  382 + }
  383 + #header .columns3 .site_search .search_result_wrapper li p span,
  384 + header .site_search.nav-search .search_result_wrapper li p span{
  385 + font: bold 20px/22px Arial, Tahoma, sans-serif;
  386 + color: #f58025;
  387 + }
  388 + #header .columns3 .site_search .search_result_wrapper li a.search_result_title,
  389 + header .site_search.nav-search .search_result_wrapper li a.search_result_title{
  390 + font: bold 14px/20px Arial, Tahoma, sans-serif;
  391 + margin: 0 0 0 80px;
  392 + text-decoration: none;
  393 + }
  394 + #header .columns3 .site_search .search_result_wrapper .all_search_result,
  395 + header .site_search.nav-search .search_result_wrapper .all_search_result{
  396 + font: italic 12px/15px Arial, Tahoma, sans-serif;
  397 + text-decoration: underline;
  398 + margin: 0 15px 5px 15px;
  399 + }
  400 + #header .columns3 .site_search .search_result_wrapper .no_search_result,
  401 + header .site_search.nav-search .search_result_wrapper .no_search_result{
  402 + font: italic 12px/15px Arial, Tahoma, sans-serif;
  403 + margin: 5px;
  404 + }
  405 +
  406 +
  407 +#header_nav {
  408 + position: relative;
  409 + height: 20px;
  410 +}
  411 +#header_nav ul {
  412 + border: 3px solid #ececec;
  413 + height: 35px;
  414 + border-radius: 5px;
  415 + -moz-border-radius: 5px;
  416 + -webkit-border-radius: 5px;
  417 + background: #67b73e;
  418 + position: absolute;
  419 + z-index: 999;
  420 +}
  421 +#header_nav ul li {
  422 + display: inline;
  423 + float: left;
  424 + background: #67b73e;
  425 + border-left: 1px solid #55a727!important;
  426 +}
  427 +
  428 +.header_nav_1_ {
  429 + width: 50px!important;
  430 +}
  431 +.header_nav_2_ {
  432 + width: 100px!important;
  433 +}
  434 +.header_nav_3_ {
  435 + width: 145px!important;
  436 +}
  437 +.header_nav_4_ {
  438 + width: 175px!important;
  439 +}
  440 +.header_nav_5_ {
  441 + width: 135px!important;
  442 +}
  443 +.header_nav_6_ {
  444 + width: 167px!important;
  445 +}
  446 +.header_nav_7_ {
  447 + width: 103px!important;
  448 +}
  449 +.header_nav_8_ {
  450 + width: 60px!important;
  451 +}
  452 +
  453 +#header_nav ul li:hover,
  454 +#header_nav ul li.active{
  455 + background:#55a727;
  456 +}
  457 +#header_nav ul li.left_radius {
  458 + border-radius: 5px 0px 0px 5px;
  459 + -moz-border-radius: 5px 0px 0px 5px;
  460 + -webkit-border-radius: 5px 0px 0px 5px;
  461 +}
  462 +#header_nav ul li.right_radius {
  463 + border-radius: 0px 5px 5px 0px;
  464 + -moz-border-radius: 0px 5px 5px 0px;
  465 + -webkit-border-radius: 0px 5px 5px 0px;
  466 +}
  467 +#header_nav ul li a{
  468 + text-transform: uppercase;
  469 + text-decoration: none;
  470 + color: #ffffff;
  471 + font: bold 12px/15px Arial, Tahoma, sans-serif;
  472 + text-align: center;
  473 + padding: 10px 1.3pc;float:left;white-space: nowrap;
  474 +}
  475 +
  476 +
  477 +/* content */
  478 +
  479 +/* content_nav */
  480 +#content {
  481 + display: block;
  482 +}
  483 +#content_nav {
  484 + background: url(../images/pattern.png);
  485 +}
  486 +#content_nav h2{
  487 + font-size: 15px;
  488 + text-transform: uppercase;
  489 + margin: 20px 0 0 0;
  490 +}
  491 +h2.types_logo_1 {
  492 + color: #4fa32c;
  493 +}
  494 +h2.types_logo_2 {
  495 + color: #bb4648;
  496 +}
  497 +h2.types_logo_3 {
  498 + color: #f58025;
  499 +}
  500 +h2.types_logo_4 {
  501 + color: #378a92;
  502 +}
  503 +h2.types_logo_5 {
  504 + color: #db0565;
  505 +}
  506 +h2.types_logo_6 {
  507 + color: #935927;
  508 +}
  509 +h2.types_logo_479 {
  510 + color: #b1873f;
  511 +}
  512 +#content_nav .content_nav_first_floor {
  513 + padding: 40px 0 15px 0;
  514 + margin: 0 0 20px 0;
  515 + border-bottom: 1px solid #cdcdcd;
  516 +}
  517 +#content_nav .content_nav_first_floor .content_nav_logo {
  518 + padding: 0 40px 0 0;
  519 + width: 150px;
  520 +}
  521 + #content_nav .content_nav_logo a {
  522 + text-decoration: none;
  523 + }
  524 +
  525 +#content_nav .content_nav_first_floor .content_nav_items {
  526 + column-count: 4;
  527 + -moz-column-count: 4;
  528 + -webkit-column-count:4;
  529 + column-width: 180px; /*N????°?·N‹???°?µ?? N???Nˆ????N? ?????»????????*/
  530 + -moz-column-width: 180px;
  531 + -webkit-column-width: 180px;
  532 + /*
  533 + min-height: 170px;
  534 + */
  535 +}
  536 +#content_nav .content_nav_first_floor .content_nav_items a,
  537 +.content_nav_items a{
  538 + font-size: 13px;
  539 + line-height: 21px;
  540 + font-style: italic;
  541 + width: 160px;
  542 +}
  543 +.content_nav_items a:hover{
  544 + color: #f36d00;
  545 +}
  546 +
  547 +.content_nav_second_floor .float{
  548 + padding: 0 40px 20px 0;
  549 + width: 150px;
  550 +}
  551 +.shadow_to_top{
  552 + background: url(../images/shadow.png) no-repeat center center;
  553 + height: 22px;
  554 + text-align: center;
  555 + overflow: hidden;
  556 +}
  557 +
  558 + /* .content_items .title */
  559 + .content_items .title{
  560 + background: url(../images/line.gif) 100% 85% repeat-x;
  561 + }
  562 + .content_items .title .items_title{
  563 + font: bold 20px/24px Arial, Tahoma, sans-serif;
  564 + color: #f36d00;
  565 + }
  566 + .content_items .title .float {
  567 + background: #ffffff;
  568 + }
  569 + .content_items .title .content_arrow_left,
  570 + .content_items .title .content_arrow_right{
  571 + margin: 4px 6px;
  572 + }
  573 + .content_items .title .content_items_page{
  574 + margin: 4px 0;
  575 + }
  576 +
  577 + .content_items .title .content_arrow_left {
  578 + width: 10px;
  579 + height: 18px;
  580 + background: url(../images/content_arrow_left.png) no-repeat
  581 + }
  582 + .content_items .title .content_arrow_left:hover {
  583 + width: 10px;
  584 + height: 18px;
  585 + background: url(../images/content_arrow_left_hover.png) no-repeat
  586 + }
  587 + .content_items .title .content_arrow_right {
  588 + width: 10px;
  589 + height: 18px;
  590 + background: url(../images/content_arrow_right.png) no-repeat
  591 + }
  592 + .content_items .title .content_arrow_right:hover {
  593 + width: 10px;
  594 + height: 18px;
  595 + background: url(../images/content_arrow_right_hover.png) no-repeat
  596 + }
  597 + .content_items .title .content_items_page{
  598 + font: normal 13px/16px Arial, Tahoma, sans-serif;
  599 + color: #4a4a4a;
  600 + }
  601 +
  602 + /* .content_items .items */
  603 +.align_bottom{
  604 + position: absolute;
  605 + bottom: 0;
  606 + width: 90%;
  607 +}
  608 + .items .one_item {
  609 + width: 165px;
  610 + min-height: 331px;
  611 + height: 331px;
  612 + margin: 20px 33px 45px 0;
  613 + text-align: center;
  614 + position: relative;
  615 + }
  616 + .subcategory .items .one_item,
  617 + .search .items .one_item{
  618 + min-height: 410px;
  619 + width: 175px;
  620 + margin: 20px 95px 45px 0;
  621 + }
  622 +
  623 + .subcategory_list .items .one_item{
  624 + min-height: 230px;
  625 + width: 100%;
  626 + margin: 20px 0 20px 0;
  627 + }
  628 + .subcategory_list .items .one_item .one_item_image{
  629 + margin: 0 0 10px 18px;
  630 + float: left;
  631 + }
  632 +
  633 + .subcategory_list .items .one_item .align_bottom{
  634 + position: absolute;
  635 + text-align: left;
  636 + bottom: 0;
  637 + left: 200px;
  638 + }
  639 + .subcategory_list .items .one_item .align_bottom .one_item_buttons{
  640 + text-align: center;
  641 + margin: 0;
  642 + float: left;
  643 + display: inline;
  644 + }
  645 + .subcategory_list .items .one_item .align_bottom .one_item_compare{
  646 + float: left;
  647 + display: inline;
  648 + margin: 15px 0 0 10px;
  649 + }
  650 + .subcategory_list .items .one_item .one_item_title,
  651 + .subcategory_list .items .one_item .one_item_description{
  652 + text-align: left;
  653 + }
  654 + .subcategory_list .items .one_item .one_item_title{
  655 + margin: 0 0 15px 200px;
  656 + }
  657 + .subcategory_list .items .one_item .one_item_description{
  658 + display: none;
  659 + }
  660 + .subcategory_list .items .one_item .one_item_content_description{
  661 + display: block;
  662 + text-align: left;
  663 + font: normal 13px/16px Arial, Tahoma, sans-serif;
  664 + margin: 0 0 0 200px;
  665 + }
  666 + .one_item_description{
  667 + overflow: hidden;
  668 + height: 30px;
  669 + }
  670 +
  671 + .items .one_item .new_top {
  672 + margin: 0 0 0 23px;
  673 + min-height: 18px;
  674 + }
  675 + .items .one_item .new_top div{
  676 + margin: 0 3px 0 0;
  677 + }
  678 + .items .one_item .one_item_image{
  679 + margin: 0 auto 10px auto;
  680 + display:inline-block;
  681 + position1:relative;
  682 + overflow: hidden;
  683 + min-width: 128px;
  684 + max-width: 175px;
  685 + height: 200px;
  686 + -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
  687 + -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
  688 + box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
  689 +
  690 + }
  691 + .items .one_item .one_item_image img{
  692 +
  693 +
  694 +
  695 + }
  696 + .one_item_description {
  697 + font: normal 12px/14px Arial, Tahoma, sans-serif;
  698 + margin: 5px 0 0 0;
  699 + }
  700 + .one_item_content_description{
  701 + display: none;
  702 + }
  703 + .items .one_item .one_item_title a{
  704 + text-decoration: none;
  705 + }
  706 + .items .one_item .one_item_title a h3{
  707 + font: bold 16px/20px Arial, Tahoma, sans-serif;
  708 + color: #464646;
  709 + }
  710 + .items .one_item .one_item_price{
  711 + font: normal 13px/15px Arial, Tahoma, sans-serif;
  712 + color: #f58025;
  713 + }
  714 + .items .one_item .one_item_price span{
  715 + font: bold 20px/22px Arial, Tahoma, sans-serif;
  716 + color: #f58025;
  717 + }
  718 +
  719 + .items .one_item .one_item_buttons{
  720 + width: 80px;
  721 + margin: 10px;
  722 + }
  723 +
  724 + .not_available{
  725 + cursor: default;
  726 + text-decoration: none;
  727 + display: inline-block;
  728 + }
  729 + .not_available:hover{
  730 + text-decoration: none;
  731 + }
  732 +
  733 + .one_item_compare label {
  734 + text-decoration: underline;
  735 + cursor: pointer;
  736 + }
  737 + .one_item_compare label:hover {
  738 + text-decoration: underline;
  739 + cursor: pointer;
  740 + color: #f36d00;
  741 + }
  742 +
  743 +/**********************basket**********************/
  744 +.w25{width:25px;}
  745 +.w30{width:30px;}
  746 +.w35{width:35px;}
  747 +.w66{width:66px;}
  748 +.w75{width:75px;}
  749 +.w82{width:82px;}
  750 +.w85{width:85px;}
  751 +.w90{width:90px;}
  752 +.w100{width:100px;}
  753 +.w120{width:120px;}
  754 +.w147{width:147px;}
  755 +.w170{width:170px;}
  756 +.w184{width:184px;}
  757 +.w199{width:199px;}
  758 +.w200{width:200px;}
  759 +.w205{width:205px;}
  760 +.w210{width:210px;}
  761 +.w232{width:232.5px;}
  762 +.bold18{font-size:18px;font-weight:bold;}
  763 +input[type="number"]{
  764 + background-color: #f5f5f5;
  765 + border: 0;
  766 + width: 29px;
  767 + height: 18px;
  768 + padding: 4px 6px;
  769 + border: 1px solid #e0e0e0;
  770 + border-radius: 4px;
  771 + text-align:center;
  772 + -moz-box-shadow:inset 2px 2px 8px #dfdfdf;
  773 + -webkit-box-shadow:inset 2px 2px 8px #dfdfdf;
  774 + box-shadow:inset 2px 2px 8px #dfdfdf;
  775 +}
  776 +.clear{clear:both;}
  777 +.popup{
  778 + font-family: Calibri, Tahoma, Arial, sans-serif;
  779 + background-color: #d9dade;
  780 + color: #333333;
  781 + position:fixed;
  782 + z-index:99999;
  783 + width:100%;
  784 + height:100%;
  785 + background-color:rgba(0,0,0,0.7);
  786 +}
  787 +.popup_window{
  788 + background-color:white;
  789 + z-index:9999;
  790 + margin-left:auto;
  791 + margin-right:auto;
  792 + min-width:300px;
  793 + text-align:center;
  794 + margin-top:7%;
  795 + max-height:530px;
  796 + position:relative;
  797 + -moz-box-shadow: 0px 0px 16px rgba(0,0,0,0.7);
  798 + -webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.7);
  799 + box-shadow: 0px 0px 16px rgba(0,0,0,0.7);
  800 +}
  801 +.popup_close_button{
  802 + width:40px;
  803 + height:40px;
  804 + position:absolute;
  805 + top:0;
  806 + right:0;
  807 + background:#f5f5f5 url("../images/close.png") center center no-repeat;
  808 + cursor:pointer;
  809 +}
  810 +.popup_window_content{padding:40px;}
  811 +.summary_price{background-color:#f5f5f5;width:100%;text-align:right;color:#5c5c5c;font-weight:bold;font-family:Calibri;padding-top:9px;padding-bottom:12px;}
  812 +.summary_price .price{font-weight:normal;font-size:16px;}
  813 +.summary_price span{font-weight:bold;font-size:22px;}
  814 +.summary_price .text{font-size:16px;padding-right:75px;}
  815 +.popup_footer{text-align:right;margin-top:42px;margin-bottom:-7px;}
  816 +.green_but2{background-color:#4fa32c;color:#ffffff;border-radius:3px;font-weight:bold;text-decoration:none;font-size:13px;font-family:Calibri;padding:5px 13px 8px 13px;}
  817 +.popup_window a{display:inline;}
  818 +.cont_shop_but, #help{font-size:13px;color:#555555;padding-right:25px;padding-left:25px;}
  819 +
  820 +h4{font-size:24px;color:#464646;text-align:left;margin:0;padding:0;}
  821 +.basket_block_header{display:table;border-bottom: 1px solid #cdcdcd;line-height:1;}
  822 +.basket_block_header div{
  823 + display:table-cell;
  824 + vertical-align:bottom;
  825 + font-size:16px;
  826 + font-weight:bold;
  827 + font-family:Calibri;
  828 + color:#7d7d7d;
  829 + padding: 15px 20px 12px;
  830 +}
  831 +.basket_block_content{max-height:270px; width: 940px}
  832 +.basket_block_content.overflow{overflow-y:auto;}
  833 +.basket_element_name{
  834 + display:table-cell;
  835 + vertical-align:middle;
  836 + width:300px;
  837 + text-align:left;
  838 + padding: 15px 10px 15px 15px;
  839 +}
  840 +.basket_element{border-bottom:1px solid #cdcdcd;padding-left:5px;}
  841 +.basket_element:last-child{border:none;}
  842 +.picture_element{float:left;-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
  843 + -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
  844 + box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
  845 + margin-right: 15px;
  846 +}
  847 +.title_element{font-weight:bold;font-size:18px;padding:15px;line-height: 1;}
  848 +.title_element .subtitle_element{font-size:13px;font-weight:normal;margin-top:8px;opacity:0;}
  849 +.basket_element_prepack{display:table-cell;vertical-align:middle;width: 195px;padding-right: 18px;position:relative;}
  850 +.basket_element_priceone{display:table-cell;vertical-align:middle;padding-right: 25px;}
  851 +.basket_element_pricenum{display:table-cell;vertical-align:middle;padding-right: 20px;padding-left: 10px;}
  852 +.basket_element_priceall{display:table-cell;vertical-align:middle;padding-left: 30px;}
  853 +.basket_element_delete{ display:table-cell;vertical-align:middle;padding-left: 12px;}
  854 +.basket_element_delete a{
  855 + background:url("../images/delete_grey.png");
  856 + display:table-cell;
  857 + vertical-align:middle;
  858 + width:16px;
  859 + height:16px;
  860 + cursor:pointer;
  861 +}
  862 +.basket_element_delete a:hover{background:url("../images/delete.png");}
  863 +.basket_element_priceone .price span{font-size:22px;}
  864 +.basket_element_priceall .price span{font-size:22px;}
  865 +.del_but_right{margin-right: -33px;float: right;}
  866 +.prepacks_table{display:table; vertical-align:bottom;}
  867 +.prepacks_table_cell{
  868 + display:table-cell;
  869 + line-height:0.9;
  870 + font-size:11px;
  871 + width:20px;
  872 + vertical-align:bottom;
  873 + padding:3px;
  874 +}
  875 +.prepacks_table_cell_elem{
  876 + border:1px solid #e0e0e0;
  877 + padding-left:5px;
  878 + padding-right:5px;
  879 + padding-bottom:3px;
  880 + cursor:pointer;
  881 + color:#5c5c5c;
  882 +}
  883 +.prepacks_table_cell_elem:before{content:'';border:1px solid #e0e0e0;width:15px;height:1px;display: -webkit-inline-box;border-radius:1px;}
  884 +.prepacks_table_cell_elem.min{width:17px;padding-top:2px;}
  885 +.prepacks_table_cell_elem.two{width:22px;padding-top:4px;}
  886 +.prepacks_table_cell_elem.premax{width:23px;padding-top:4px;}
  887 +.prepacks_table_cell_elem.max{width:27px;padding-top:4px;}
  888 +.prepacks_table_cell_elem.min:before{margin-bottom: 3px;}
  889 +.prepacks_table_cell_elem.two:before{margin-bottom: 6px;}
  890 +.prepacks_table_cell_elem.premax:before{margin-bottom: 10px;}
  891 +.prepacks_table_cell_elem.max:before{margin-bottom: 5px;}
  892 +.prepacks_table_cell_elem.actived{border:1px solid #4fa32c;}
  893 +.prepacks_table_cell_elem.actived:before{border:1px solid #4fa32c;}
  894 +.align_bottom {position: relative;}
  895 +.items .one_item .one_item_buttons a{display:inline;margin:3px;}
  896 +.items .one_item .one_item_buttons, .compare_items_table .compare_one_item .one_item_buttons
  897 +{width: 120%;margin-top: 15px;margin-bottom: 15px;margin-left: -10px;}
  898 +
  899 +
  900 +/**********************basket**********************/
  901 +/**********************basket**********************/
  902 +input[type=number]::-webkit-inner-spin-button,
  903 +input[type=number]::-webkit-outer-spin-button {
  904 + -webkit-appearance: none;
  905 + -moz-appearance: none;
  906 + appearance: none;
  907 + margin: 0;
  908 +}
  909 +input[type=number] {
  910 + -moz-appearance: textfield;
  911 +}
  912 +
  913 +.file_download_link_ {position:relative}
  914 +.file_download_link_ a {
  915 + /* position: absolute; */
  916 + /* top: 32px; */
  917 + /* right: 16px; */
  918 + padding: 10px 10px 10px 22px;
  919 + background: url(../images/icon_catalog_18x18_01.png) no-repeat 0 50%;
  920 + margin-left: 23px;
  921 + z-index: 3;
  922 + font-style: italic;
  923 +}
  924 +
  925 +
  926 +.faq a{
  927 + position: absolute;
  928 + top: 32px;
  929 + left: 0;
  930 + padding: 10px 10px 10px 22px;
  931 + background: url(../images/icon_faq_18x18_01.png) no-repeat 0 50%;
  932 + margin-left: 23px;
  933 + z-index: 3;
  934 + font-style: italic;
  935 +}
  936 +
  937 +
  938 +/**/
  939 +
  940 +.min_price_message{
  941 + font-size: 16px;
  942 + color: red !important;
  943 + float: left;
  944 + margin-left: 20px;
  945 +}
  946 +
  947 +.popup_window_content .min_price_message{
  948 + font-size: 14px;
  949 + color: red !important;
  950 + float: left;
  951 +}
  952 +.navbar .site_search {
  953 + position: absolute !important;
  954 + top: 70px !important;
  955 +}
0 956 \ No newline at end of file
... ...
www/fonts/10062.ttf 0 → 100644
No preview for this file type
www/images/basket/1.jpg 0 → 100644

47 KB

www/images/basket/1_2.png 0 → 100644

274 KB

www/images/basket/2.jpg 0 → 100644

34.9 KB

www/images/basket/2_1.png 0 → 100644

94 KB

www/images/basket/2_1_1.jpg 0 → 100644

122 KB

www/images/basket/2_2.png 0 → 100644

94.8 KB

www/images/basket/2_2_2.jpg 0 → 100644

122 KB

www/images/basket/2_3.png 0 → 100644

95.1 KB

www/images/basket/2_3_3.jpg 0 → 100644

153 KB

www/images/basket/3.jpg 0 → 100644

36.2 KB

www/images/basket/YouTube.png 0 → 100644

995 Bytes

www/images/basket/YouTube_1.png 0 → 100644

501 Bytes

www/images/basket/bg_comment.png 0 → 100644

1.02 KB

www/images/basket/bg_input.png 0 → 100644

371 Bytes

www/images/basket/bg_input_click.png 0 → 100644

1.75 KB

www/images/basket/bg_input_hover.png 0 → 100644

1.7 KB

www/images/basket/email.png 0 → 100644

840 Bytes

www/images/basket/facebook.png 0 → 100644

504 Bytes

www/images/basket/facebook_1.png 0 → 100644

264 Bytes

www/images/basket/ikon_1.png 0 → 100644

2.5 KB

www/images/basket/ikon_2.png 0 → 100644

3.4 KB

www/images/basket/ikon_3.png 0 → 100644

1.77 KB

www/images/basket/ikon_4.png 0 → 100644

2.28 KB

www/images/basket/ikon_5.png 0 → 100644

1.88 KB

www/images/basket/ikon_6.png 0 → 100644

2.79 KB

www/images/basket/left.png 0 → 100644

569 Bytes

www/images/basket/left_hover.png 0 → 100644

460 Bytes

www/images/basket/line_in_top.png 0 → 100644

1.39 KB

www/images/basket/phone.png 0 → 100644

1 KB

www/images/basket/right.png 0 → 100644

459 Bytes

www/images/basket/right_hover.png 0 → 100644

563 Bytes

www/images/basket/vk.png 0 → 100644

903 Bytes

www/images/basket/vk_1.png 0 → 100644

492 Bytes

www/index.php
... ... @@ -1779,8 +1779,18 @@ try
1779 1779 'action' => 'please_return',]
1780 1780 )
1781 1781 ->setName( 'please_return' );
1782   -
1783   -
  1782 + $router->add
  1783 + ('/nasinnja_ovochiv_1c0/koshiki_1c1',
  1784 + ['controller' => 'page',
  1785 + 'action' => 'basket_ua',]
  1786 + )
  1787 + ->setName( 'basket_ua' );
  1788 + $router->add
  1789 + ('/semena_ovoshchey_1c_20/koshiki_1c_21{language:([/][a-z]{2})?}',
  1790 + ['controller' => 'page',
  1791 + 'action' => 'basket_ru',]
  1792 + )
  1793 + ->setName( 'basket_ru' );
1784 1794 return $router;
1785 1795 }, true );
1786 1796  
... ...