

/* Start:/bitrix/templates/zg_newdesign/css/reset.css?16196138141071*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* End */


/* Start:/bitrix/templates/zg_newdesign/css/style.css?166996763496954*/
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,700italic,700,500italic,500,400italic,300&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100&subset=latin,cyrillic);

html {
    overflow-x: hidden;
}

body {
    font-family: 'Fira Sans Lite', sans-serif;

}

strong, b {
    font-weight: bold;
}

.clearfix {
    clear: both;
}
.wrapper {

    min-height: 100%;

    /*min-width: 100%;*/
    width: 100%;

    border-top: 0px solid #3c3c3c;
    border-left: 0px solid #3c3c3c;

    transition-property: all;
    transition-duration: 1s;
}
.wrapper.under_shadow {
    border-top-width: 15px;
    border-left-width: 15px;
}

.sticked {
    position: fixed;
    z-index: 50;
}

.table {
    display: table;
}
.table .row {
    display: table-row;
}
.table .row .ceil {
    display: table-cell;
}
span.oldprice_w {
    display: block;
}
section#right {
    width: 305px;
    float: right;
    min-height: 100%;
    background:
    url("/bitrix/templates/zg_newdesign/css/../img/bg/right_bottom_bg.png") bottom right no-repeat,
    url("/bitrix/templates/zg_newdesign/css/../img/bg/1.png");
    position: absolute;
    top: 0px;
    right: 0px;
    position: fixed;
}
section#left {
    margin-right: 305px;
    position: relative;
}

.sale_pda {
    display: none;
}

header {
    height: 90px;
    background: url("/bitrix/templates/zg_newdesign/css/../img/header_bg.png") left top no-repeat #3c3c3c;
    position: relative;
}
header .logo {
    display: block;
    width: 143px;
    height: 132px;
    background: url("/bitrix/templates/zg_newdesign/css/../img/logo.png");
    float: left;
    position: absolute;
    z-index: 10;
    left: 40px;
    top: 0px;
}
header .main_menu {
    float: left;
    padding-left: 220px;
    margin-top: 40px;
    width: 100%;
    box-sizing: border-box;
}
header .main_menu .close {
    display: none;
}
header .main_menu > ul > li {
    margin-right: 25px;
    float: left;
    position: relative;
}
header .main_menu > ul > li > a {
    font-family: 'Fira Sans Lite', sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    margin-right: 3px;
}
header .main_menu > ul > li:hover > a {
    color:#8cc457;
}
header .main_menu > ul > li a.parent {
    position: relative;
    margin-right: 18px;
}
header .main_menu > ul > li a.parent:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
    background-position: -487px 0px;
    top: 5px;
    right: -17px;
}
header .main_menu > ul > li > nav {
    display: none;
    position: absolute;
    left: -39px;
    z-index: 30;
    top: 13px;
    padding-top: 37px;
}
header .main_menu > ul > li.main > nav {
    width: 778px;
}


header .main_menu .for_mobile {
    display: none;
}


@media all and (max-width: 769px) {
    header .main_menu .for_mobile {
        display: block;
    }
    header .main_menu .desctop {
        display: none;
    }
    header .main_menu > ul > li.main > nav .col li a.lvl2:hover {
        color: #8cc457;
    }
    header .main_menu > ul > li.main > nav ul li a {
        color: #c8c8c8 !important;
        padding-left: 10px !important;
    }
    header .main_menu > ul > li.main > nav .col li a.lvl2 {
        color: #fff !important;
        text-decoration: underline;
        padding-left: 0px !important;
    }
}

@media all and (min-width: 769px) {
    header .main_menu > ul > li:hover > nav {
        /*display: block;*/
    }

    header .main_menu > ul > li.main > nav .col {
        width: 33.3%;
        float: left;
        height: 546px;
        background: #656565;
        margin: 0;
        padding: 0;
    }
    header .main_menu > ul > li.main > nav .col .col_iw {
        width: auto;
        border-right: 1px solid #3c3c3c;
        height: inherit;
    }
    header .main_menu > ul > li.main > nav .col:last-child .col_iw {
        border: none;
    }

    header .main_menu > ul > li.main > nav .col li a.lvl2 {
        font-size: 18px;
        color: #fff;
        text-decoration: underline;
        font-weight: bold;
        display: block;
        margin-left: -10px;
        line-height: 24px;
        margin-bottom: 7px;
        margin-top: 15px;
    }
    header .main_menu > ul > li.main > nav .col li:first-child a.lvl2 {
        margin-top: 0px;
    }
    header .main_menu > ul > li.main > nav .col li a.lvl2.sahimi {
        margin-top: 20px;
    }
    header .main_menu > ul > li.main > nav .col li a.lvl2.pizza {
        margin-bottom: 16px;
    }
    header .main_menu > ul > li.main > nav .col li a.lvl2.gorachee {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    header .main_menu > ul > li.main > nav .col li a.lvl2.border {
        border-bottom: 1px solid #3c3c3c;
        margin-left: -40px;
        margin-right: -15px;
        padding-left: 34px;
        padding-bottom: 11px;
    }

    header .main_menu > ul > li.main > nav .col li a.lvl2.border.wok {
        margin-right: -64px;
    }
    header .main_menu > ul > li.main > nav .col li a.lvl2.border.lunch {
        margin-bottom: 18px;
    }

    header .main_menu > ul > li.main > nav .col li a.lvl2:hover {
        text-decoration: none;
    }

}

header .main_menu > ul > li > nav ul {
    background: #656565;
    display: block;
    padding: 20px 40px;
    overflow: hidden;
}
header .main_menu > ul > li > nav ul li {
    display: block;
    /*float: left;*/
    /*width: 203px;*/
    margin-bottom: 8px;
}
header .main_menu > ul > li > nav ul li a {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}
header .main_menu > ul > li > nav ul li:nth-last-child(even) {
    width: 155px;
}

header .main_menu > ul > li > nav ul li a:hover {
    text-decoration: underline;
}

header .search {
    border-bottom: 1px solid #606060;
    padding:5px;
    float: right;
    /*margin-top: 31px;*/
    margin-top: -5px;
    margin-right: 21px;
    padding-bottom: 2px;
}
header .search input[type=text] {
    background: transparent;
    border: none;
    outline: none;
    float: left;
    width: 135px;
    font-family: 'Fira Sans Lite', sans-serif;
    font-size: 14px;
    color: #e0e0e0;
}
header .search input[type=submit] {
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png") no-repeat;
    background-position: 0px 0px;
    display: block;
    width: 16px;
    height: 16px;
    text-indent: 1000px;
    border: none;
    outline: none;
    float: left;
    cursor: pointer;
}
header .pda_w {
    height: 80px;
}
header .pda {
    height: 80px;
    position: relative;
    background: #3c3c3c;
    display: none;
    /*position: fixed;*/
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 200;
    text-align: center;
}

header .pda_logo {
    background: url("/bitrix/templates/zg_newdesign/css/../img/pda_logo.png") center no-repeat;
    display: inline-block;
    height: 43px;
    width: 194px;
    margin-top: 19px;
}

header .pda .menu_button {
    position: absolute;
    display: block;
    width: 20px;
    height: 16px;
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
    background-position: -546px -46px;
    left: 23px;
    top: 50%;
    margin-top: -12px;
}
header .pda .pda_cart_mini {
    width: 21px;
    height: 24px;
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
    background-position: -391px 0px;
    position: absolute;
    right: 23px;
    top: 50%;
    margin-top: -19px;
}
header .pda .pda_cart_mini .count {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 100px;
    background: #8cc457;
    font-size: 14px;
    font-family: 'Fira Sans', sans-serif;
    color: #ffffff;
    top: 14px;
    left: 10px;
}


.main_slider {
    /*height: 583px;*/
    border-bottom: 1px solid #ded5c8;
    border-right: 1px solid #ded5c8;
}
@media all and (max-width: 768px) {
    .main_slider {
        display: none;
    }
}
.main_slider .caption {
    position: absolute;
    top: 65px;
    right: 65px;
    z-index: 50;
}
.main_slider .caption .title {
    font-size: 28px;
    float: right;
    display: block;
    text-align: right;
    clear: right;
    text-transform: uppercase;
    line-height: 47px;
    color: #323232;
}
.main_slider .caption .title span {
    background: rgba(255, 255, 255, 0.001);
    padding: 5px;
}
.main_slider .caption .text {
    font-size: 20px;
    float: right;
    display: block;
    text-align: right;
    clear: right;
    margin-top: 26px;
    color: #646464;
}
.main_slider .caption .text span {
    background: rgba(255, 255, 255, 0.001);
    padding: 5px;
}

.fast_filter {
    background: url("/bitrix/templates/zg_newdesign/css/../img/bg/2.png");
    padding: 24px;
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
    border-right: 1px solid #ded5c8;
}
.fast_filter .title {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #323232;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.fast_filter h1 {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #323232;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: bold;
}
.fast_filter nav a {
    display: inline-block;
    padding: 7px 12px;
    background: #ebebe6;
    border-radius: 4px;
    margin:12px 6px;
    text-decoration:none;

    font-size: 14px;
    color: #4b4b4b;
}
.fast_filter nav a:hover {
    background: #fafaf5;
}
.fast_filter nav a:active {
    background: #d7d7c8;
}
.fast_filter nav a.active {
    background: #b6bf05;
    color: #fff;
}
.fast_filter nav a.active:hover {
    text-decoration: none;
}


.product_list {
    border-top: 1px solid #ded5c8;

}

.product_list .item {
    width: 20%;
    height: 568px;
    float: left;
    position: relative;
}
.product_list .item .clearfix {
    height: 23px;
}
.product_list .item .c_l,
.productitem.item .c_l{
    margin-right: 90px;
}

.product_list .item .c_l{
    margin-right: 0;
    max-width: 50%;
    float: left;
}

.product_list .item .c_r,
.productitem.item .c_r
{
    float: right;
    width: 90px;
}
.product_list .item .inner_wrapper {
    border:1px solid #ded5c8;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    height: inherit;
    padding: 0px 20px;
    position: relative;
    overflow: hidden;
}
.product_list .item:hover .inner_wrapper {
    border:1px solid #8cc457 !important;
}
.product_list .item .pic_wrapper {
    margin: 0px 10px;
    padding-top: 40px;
    /*height: 200px;*/
    height: 50%;
    position: relative;
    line-height: 200px;
    text-align: center;
    margin-bottom: 42px;
}

@media all and (max-width: 768px) {
    .product_list .item .pic_wrapper {
        height: auto;
        margin-bottom: 0px !important;
    }
}

.product_list .item .pic_wrapper .pic {
    max-width: 90%;
    /* max-height: 100%; */
    margin: 0px auto;
    display: inline-block;
    max-height: 95%;
    margin-top: 5%;
}
.product_list.onlist .item .pic_wrapper .pic {
    cursor: pointer;
}
.product_list .item .name,
.productitem.item .name{
    /*margin-right: 100px;*/
    float: left;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #5a5659;
    text-decoration: none;
    position: relative;
    z-index: 10;
}
.product_list .item .name:hover {
    color: #649f4b;
}
.product_list .item .section,
.productitem.item .section{
    color: #898989;
    font-size: 14px;
    text-decoration: none;
    float: left;
    clear: left;
    margin-top: 10px;
}
.product_list .item .section:hover,
.productitem.item .section:hover {
    text-decoration: underline;
}
.product_list .item .composition,
.productitem.item .composition{
    clear: both;
    color: #4b4b4b;
    line-height: 25px;
    font-size: 15px;
    position: relative;
    top: -6px;
}
.product_list .item .buy_block,
.product_list .item .count_block{
    clear: both;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0px;
    background: linear-gradient(to top, #fff, #fff, #fff, #fff, rgba(255,255,255,0));
    bottom: 0px;
    height: 69px;
    padding-top: 14px;
}
.product_list .item .buy_block{
    margin-top: 10px;
    box-sizing: border-box;
}

.product_list .item .buy_block a {
    display: inline-block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #ffffff;
    font-family:'Fira Sans';
    font-weight: 500;
    background-color: #b5be04;
    font-size: 14px;
    border-radius: 4px;
    /*background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");*/
    /*background-position: -24px 0px;*/
}

@media (min-width: 600px) {
    .product_list .item .buy_block a {
        width: 150px;
        height: 42px;
        font-size: 20px;
        line-height: 42px;
    }
}
.product_list .item .buy_block a:hover {
    /*background-position: -24px -46px;*/
}
.product_list .item .buy_block a:active {
    background-position: -24px -90px;
}
.product_list .item .count_block {
    display: none;
}
.product_list .item .count_block .minus,
.product_list .item .count_block .plus {
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 1px solid #bcc4ce;
    border-radius: 1px;
    text-decoration: none;
    line-height: 38px;
    text-align: center;
    font-size: 34px;
    color: #000;
}
.product_list .item .count_block .minus:hover,
.product_list .item .count_block .plus:hover {
    background: #8cc457;
    color: #fff;
    border: 1px solid #8cc457;
}
.product_list .item .count_block .count {
    font-family: 'Fira Sans', sans-serif;
    color: #33363b;
    display: inline-block;
    width: 42px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    position: relative;
    top: -7px;
}
.product_list .item .price {
    font-family: 'Fira Sans', sans-serif;
    color: #b6bf05;
    font-size: 16px;
    float: right;
    position: relative;
    z-index: 10;
}
.product_list .item .price span {
    font-size: 22px;
}
.product_list .item .weight {
    float: right;
    color: #898989;
    font-size: 14px;
    clear: right;
    margin-top: 10px;
}

.product_list .item.menu .inner_wrapper {
    padding-top: 10px;
    /*padding-left: 28.21%;
    height: 461px;*/
}
.product_list .item.menu h3 {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
    color: #5a5659;
    font-size: 36px;
}
.product_list .item.menu .line {
    clear: both;
    height: 1px;
    width: 38px;
    background: #ded5c8;
    margin-top: 27px;
    margin-left: 1px;
    display: block;
    margin-bottom: 28px;
}

.product_list .item.menu nav {
    margin-right: 110px;
}
.product_list .item.menu nav a {
    float: left;
    width: 44%;
    color: #4b4b4b;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 10px;
}

.product_list .item.menu {
    width: 40%;
}

.product_list .item.menu nav a:nth-child(odd) {
    width: 40%;
}
.product_list .item.menu nav a:hover {
    text-decoration: underline;
}
.product_list.onmain {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product_list.onmain .item {
    height: auto;
    min-height: 340px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;

}

.product_list.onmain .inner_wrapper {
    width: 100%;
}

.product_list.onmain .item .pic_wrapper {
    display: flex;
    height: 200px;
}
.product_list.onmain .item .pic_wrapper .pic {
    margin: auto;
}
.product_list.onmain .item .section_name {
    position: absolute;
    color:#5a5659;
    text-transform: uppercase;
    bottom: 36px;
    left: 0px;
    width: 90%;
    font-weight: bold;
    text-align: center;
    margin: 0px 5%;
}
/*.product_list.onmain .item:nth-child(8),
.product_list.onmain .item:nth-child(15) {
    width: 40%;
}*/
.product_list.onmain .item:nth-child(1) .pic_wrapper,
.product_list.onmain .item:nth-child(8) .pic_wrapper,
.product_list.onmain .item:nth-child(9) .pic_wrapper,
.product_list.onmain .item:nth-child(14) .pic_wrapper {
}
.product_list .item .pic_wrapper {
    transition: all 0.75s ease-out;
}
.product_list .item:hover .pic_wrapper {
    transform: scale(1.1);
}

/*
.product_list.onmain .item:nth-child(1),
.product_list.onmain .item:nth-child(8),
.product_list.onmain .item:nth-child(9),
.product_list.onmain .item:nth-child(11){
    width: 40%;
}
.product_list.onmain .item:nth-child(1) .pic_wrapper,
.product_list.onmain .item:nth-child(8) .pic_wrapper,
.product_list.onmain .item:nth-child(9) .pic_wrapper,
.product_list.onmain .item:nth-child(11) .pic_wrapper{
    padding-top: 39px;
    height: 262px;
    position: relative;
    line-height: 262px;
}
*/
/*@media all and (max-width: 1380px) {
    .product_list.onmain .item{
        width: 25%;
    }
}*/
@media all and (max-width: 1280px) {
    /*.product_list.onmain .item{
        width: 33.33%;
    }*/

    .product_list.onmain .item .pic_wrapper .pic {
        position: static;
    }

    .product_list.onmain .item,
    .product_list.onmain .item:nth-child(1),
    .product_list.onmain .item:nth-child(8),
    /*.product_list.onmain .item:nth-child(9),*/
    .product_list.onmain .item:nth-child(14){
        width: 33.33%;
    }
    .product_list.onmain .item:nth-child(3n+3) {
        width: 33.34%;
    }

    /*.product_list.onmain .item:nth-child(1),
    .product_list.onmain .item:nth-child(6) {
        width: 66.65%;
    }*/


    /*.product_list.onmain .item:nth-child(1) .pic_wrapper,
    .product_list.onmain .item:nth-child(8) .pic_wrapper,
    .product_list.onmain .item:nth-child(9) .pic_wrapper,
    .product_list.onmain .item:nth-child(11) .pic_wrapper{
        padding-top: 100px;
        height: 200px;
        position: relative;
        line-height: 200px;
    }
    .product_list.onmain .item:nth-child(5) .pic_wrapper,
    .product_list.onmain .item:nth-child(9) .pic_wrapper {
        padding-top: 39px;
        height: 262px;
        position: relative;
        line-height: 262px;
    }*/
    .product_list.onmain .item.menu {
        display: none;
    }
}

@media all and (max-width: 1024px) {
    .product_list.onmain .item {
        width: 50% !important;
    }

    /*
    .product_list.onmain .item,
    .product_list.onmain .item:nth-child(1),
    .product_list.onmain .item:nth-child(8),
    .product_list.onmain .item:nth-child(9),
    .product_list.onmain .item:nth-child(11),
    .product_list.onmain .item:nth-child(5),
    .product_list.onmain .item:nth-child(9){
        width: 50%;
    }
    .product_list.onmain .item:nth-child(3n+3){
        width:100%
    }

    .product_list.onmain .item:nth-child(1) .pic_wrapper,
    .product_list.onmain .item:nth-child(8) .pic_wrapper,
    .product_list.onmain .item:nth-child(9) .pic_wrapper,
    .product_list.onmain .item:nth-child(11) .pic_wrapper,
    .product_list.onmain .item:nth-child(5) .pic_wrapper,
    .product_list.onmain .item:nth-child(9) .pic_wrapper{
        padding-top: 100px;
        height: 200px;
        position: relative;
        line-height: 200px;
    }
    .product_list.onmain .item:nth-child(3n+3) .pic_wrapper {
        padding-top: 39px;
        height: 262px;
        position: relative;
        line-height: 262px;
    }
    */
    .product_list.onmain .item.menu {
        display: none;
    }
}
@media all and (max-width: 700px) {
    .product_list.onmain .item{
        width: 100% !important;
    }

    .product_list.onmain .item .pic_wrapper {
        padding-top: 0px !important;
        position: relative !important;
        margin-bottom: 35px;
    }
    .product_list.onmain .item.menu {
        display: none;
    }
}


footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

footer .advantage {
    background: #4b4b4b;
    color: #fff;
    font-size: 14px;
    height: 60px;
    text-align: center;
    border-bottom: 1px solid #646464;
    text-align: center;
    overflow: hidden;
    margin-top: 1px;
}
footer .advantage .item {
    border-left: 1px solid #646464;
    padding-top: 16px;
    padding-bottom: 12px;
    width: 238px;
    display: inline-block;
    text-align: left;
    font-size: 14px;
}
footer .advantage .item:first-child {
    border-left: none;
}
footer .bottom_menu {
    clear: both;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 19px;
}
footer .bottom_menu a {
    color:#fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 5px;
    border-left: 1px solid #fff;
    font-size: 14px;
}
footer .bottom_menu a:hover {
    text-decoration: underline;
}
footer .bottom_menu a:first-child {
    border-left: none;
}
footer .text {
    clear: both;
    color:#fff;
    font-size: 12px;
}
#right .phone_w {
    height: 90px;
}
#right .phone {
    background:
    url("/bitrix/templates/zg_newdesign/css/../img/bg/phone_bg.png") right top no-repeat,
    url("/bitrix/templates/zg_newdesign/css/../img/bg/3.png");
    height: 90px;
}
#right .phone .icon {
    display: block;
    width: 305px;
    height: 90px;
    /*background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");*/
    background-position: -81px 0px;
}
.link-2 {
    transform: skew(170deg);
    background-color: #fadc80;
    font-size: 13px;
    margin: 16px 0px 0px 25px;
    color: #726b55;
}
.link-1, .link-2 {
    display: inline-block;
    padding: 5px 10px;
    position: relative;
}
.w-img{
    width: 26px
}
.phone-txt{
    font-size: 30px;
    font-weight: bold;
    color: white;
    font-style: oblique;
}
.m-phone-block{
    margin-top: 7px;
    margin-left: 24px;
}
.m-phone-block a{
    text-decoration: none;
}
.m-phone-block a:hover{
    text-decoration: none;
}
.pda_phone {
    /*margin-top: 80px;*/
    height: 90px;
    background:
    url("/bitrix/templates/zg_newdesign/css/../img/bg/phone_bg.png") right top no-repeat,
    url("/bitrix/templates/zg_newdesign/css/../img/bg/3.png");
    display: none;
}

.pda_phone .icon {
    display: block;
    width: 305px;
    height: 90px;
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
    background-position: -81px 0px;
}
#right .phone.sticked {
    position: fixed;
    z-index: 100;
    top: 0px;
}
#right .cart_mini {
    background: #3c3c3c;
}
#right .cart_mini .head_w {
    height: 55px;
}
#right .cart_mini .head {
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #606060;
    text-transform: uppercase;
    font-family: 'Roboto Slab', sans-serif;
    color:#fff;
    font-size: 16px;
    padding: 0px 20px;
    width: 245px;
}
#right .cart_mini .head.sticked {
    top: 90px;
    background: #3c3c3c;
    border-bottom: 1px solid #606060;
    width: 265px;
}
#right .cart_mini .head .icon {
    display: inline-block;
    width: 21px;
    height: 24px;
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
    background-position: -391px 0px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
#right .cart_mini .cart_products .item {
    padding: 17px 30px 15px 20px;
    border-top: 1px solid #606060;
    position: relative;
    margin-left: 0px;
    position: relative !important;
    left: 0%;

    transition-property: margin-left, left;
    transition-duration: 1s;
}
#right .cart_mini .cart_products .item_w.hidden .item {
    /*margin-left: 320px;*/
    left: 100%;
    transition-property: margin-left, left;
    transition-duration: 1s;
    position: relative;
}
#right .cart_mini .cart_products .item_w {
    width: 100%;
    overflow: hidden;
}
#right .cart_mini .cart_products .item:first-child {
    border-bottom: none;
}
#right .cart_mini .cart_products .item .pic {
    width: 42px;
    height: 42px;
    border-radius: 100px;
    position: absolute;
    left: 19px;
    top: 17px;
    background: #fff;
}
#right .cart_mini .cart_products .item .name {
    font-family: 'Roboto Slab', sans-serif;
    color:#fff;
    font-size: 14px;
    float: left;
    margin-left: 53px;
    width: 127px;
}
#right .cart_mini .cart_products .item .price {
    font-family: 'Roboto Slab', sans-serif;
    color:#8cc457;
    font-size: 14px;
    float: left;
    margin-left: 53px;
    margin-top: 7px;
    clear: left;
}
#right .cart_mini .cart_products .item .controls {
    width: 60px;
    position: absolute;
    top: 16px;
    right: 27px;
}
#right .cart_mini .cart_products .item .controls .minus,
#right .cart_mini .cart_products .item .controls .pluse,
#right .cart_mini .cart_products .item .controls .delete{
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
    text-indent: 1000px;
    overflow: hidden;
}
#right .cart_mini .cart_products .item .controls .minus {
    background-position: -417px 0px;
}
#right .cart_mini .cart_products .item .controls .pluse {
    background-position: -437px 0px;
}
#right .cart_mini .cart_products .item .controls .delete {
    background-position: -458px 0px;
    float: right;
    margin-top: 7px;
    margin-right: 2px;
    display: none;
}
#right .cart_mini .cart_products .item:hover .controls .delete {
    display: block;
}
#right .cart_mini .cart_products .item .controls .count {
    display: inline-block;
    height: 12px;
    color: #fff;
    font-size: 16px;
    width: 15px;
    text-align: center;
    position: relative;
    top: -4px;
}
#right .cart_mini .footer_w {
    height: 50px;
}
#right .cart_mini .footer.sticked {
    right:0px;
    top: 146px;
    width: 265px;
}
#right .cart_mini .footer {
    display: block;
    height: 50px;
    background: #8cc457;
    padding: 0px 20px;
    line-height: 50px;
    color:#fff;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 16px;
}

#right .cart_mini .footer:hover {
    background: #aad782;
}
#right .cart_mini .footer:active {
    background: #5ab437;
}
#right .cart_mini .footer .text {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px dotted #fff;
    float: left;
    line-height: 17px;
    margin-top: 17px;
    font-family: 'Roboto Slab', sans-serif;
}
#right .cart_mini .footer .total_price {
    float: right;
    margin-right: 5px;
}
#right .cart_mini .footer .icon {
    display: inline-block;
    width: 12px;
    height: 16px;
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
    background-position: -474px 0px;
    float: right;
    margin-top: 17px;
}

.sale.pda {
    display: none;
}

.sale {
    padding: 10px;
    width: 240px;
    /*height: 390px;*/
    background: url("/bitrix/templates/zg_newdesign/css/../img/bg/hot_bg.png") center bottom no-repeat;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    margin: 0px auto;
    margin-top: 44px;
    border-radius: 9px;
    position: relative;
    padding-bottom: 20px;
}
.sale .sale_head {
    height: 36px;
    background: #e04641;
    margin: -11px;
    margin-bottom: 8px;
    border-radius: 9px 9px 0px 0px;
    color: #fff;
    line-height: 39px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.sale .clearfix.space1 {
    height: 10px;
}
.sale .pic_w {
    position: relative;
}
.sale .pic {
    border: 1px solid #eee8e0;
    margin-bottom: 9px;
}
.sale .c_l {
    float: left;
    width: 127px;
    margin-left: 10px;
}
.sale .c_r {
    float: right;
    width: 90px;
    margin-left: 10px;
}
.sale .name {
    font-family: 'Fira Sans Medius', sans-serif;
    font-size: 16px;
    color: #5a5659;
    font-weight: bold;
    line-height: 21px;
    border-radius: 12px;
}
.sale .price {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 16px;
    color: #e24943;
    float: right;
}
.sale .price span {
    font-size: 22px;
}
.sale .old_price {
    color:#898989;
    font-size: 16px;
    text-decoration: line-through;
    float: right;
}
.sale .clock .icon {
    display: block;
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
    background-position: 494px 0px;
    width: 29px;
    height: 33px;
    margin-left: 27px;
    float: left;
}
.sale .clock .value {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
    font-size: 26px;
    color: #5a5659;
    width: 32px;
    display: inline-block;
    float: left;
    position: relative;
    text-align: center;
}
.sale .clock .value:after {
    position: absolute;
    left: 0px;
    bottom: -12px;
    color:#5a5659;
    font-size: 10px;
    width: 100%;
    text-align: center;
    font-weight: normal;
}
.sale .clock .RemainsFullHours:after {
    content: 'часов' !important;
}
.sale .clock .RemainsMinutes:after {
    content: 'минут';
}
.sale .clock .lastSec:after {
    content: 'секунд';
}
.sale .clock .separator {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
    color: #d2d7d2;
    font-size: 26px;
    width: 25px;
    display: inline-block;
    float: left;
    text-align: center;
}
.sale .ost {
    color:#5a5659;
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 7px;
}
#right #clock {
    float: left;
    margin-left: 9px;
    margin-top: -4px;
}
.sale .count {
    margin-top: 54px;
    text-align: center;
}
.sale .count span {
    font-weight: bold;
}
.sale .buy,
.standart_button {
    display: block;
    width: 165px;
    height: 40px;
    line-height: 40px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;;
    color: #ffffff;
    text-align: center;
    background: #b6bf05;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0px auto;
    margin-top: 17px;

}
.standart_button {
    width: auto;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.sale .buy:hover,
.standart_button:hover {
    background: #aad782;
}
.sale .buy:active,
.standart_button:active {
    background: #5ab437;
}
.sale .discount {
    position: absolute;
    background: #fff;
    border: 2px solid #d63936;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
    bottom: 1px;
    right: -14px;
}
.sale .discount .discount_iw {
    margin: 3px;
    display: block;
    width: 52px;
    height: 42px;
    background: #d63936;
    border-radius: 4px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
#right .soc {
    text-align: center;
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 37px;
}
#right .soc a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
    margin: 0px 7px;
}
#right .soc a.vk {
    background-position: -545px 0px;
}
#right .soc a.ok {
    background-position: -605px 0px;
}
#right .soc a.ins {
    background-position: -665px 0px;
}



footer {
    background: #323232;
    padding-bottom: 40px;
}

footer .advantage .item .label {
    line-height: 16px;
    display: inline-block;
}
footer .advantage .icon {
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
    display: inline-block;
}
footer .advantage .item.delivery .icon {
    width: 49px;
    height: 21px;
    background-position: -718px 0px;
    margin-top: 8px;
    margin-left: 19px;
    margin-right: 12px;
}

footer .advantage .item.work_time .icon {
    width: 34px;
    height: 33px;
    background-position: -775px 0px;
    margin-top: -4px;
    margin-left: 22px;
    margin-right: 23px;
}
footer .advantage .item.sertificate .icon {
    width: 34px;
    height: 26px;
    background-position: -817px 0px;
    margin-left: 19px;
    margin-right: 21px;
}
footer .advantage .item.help .icon {
    width: 34px;
    height: 27px;
    background-position: -857px 0px;
    margin-left: 19px;
    margin-right: 17px;
}
footer .bottom_text {
    font-size: 12px;
    color: #fff;
    margin: 0px auto;
    padding: 0px 20px;
    max-width: 915px;
    display: block;
}
footer .footer_pay {
    display: block;
    max-width: 90%;
    margin: 0px auto;
    margin-top:15px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: absolute;
    width: 30px;
    height: 60px;
    background-color: transparent;
    background-image: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
    padding: 0px;
    margin: 0px;
    top:50%;
    margin-top:-30px;
}
.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    background-color: transparent;
    background-image: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-prev:hover{
    background-position: -433px -33px;
    left: 45px;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-next:hover {
    background-position: -400px -33px;
    right: 45px;
}
.owl-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
}
.owl-dots .owl-dot span,
.owl-dots .owl-dot span:hover{
    width: 27px !important;
    height: 27px !important;
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png") !important;
    background-position: -472px -57px !important;
    margin: 0px 2px !important;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot.active:hover {
    background-position: -472px -27px !important;
}

.owl-nav {
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}

.card_big_w {
    position: fixed;
    top:0px;
    left: 100%;
    width: 100%;
    height: 100%;

    transition-property: left;
    transition-duration: 1s;

    z-index:100;
}
.card_big_w .shadow {
    position: fixed;
    top:0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index:100;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: none;
    /*border:10px solid #000;*/

    transition-property: opacity;
    transition-duration: 2s;
}
.card_big_w.show .shadow {
    display: block;
    opacity: 1;
}
.card_big_w.show {
    left: 0%;
    position: absolute;
}
.cart_big {
    padding-top: 56px;
    padding-bottom: 59px;
    position: relative;
    z-index: 110;
    width: 100%;
    max-width: 960px;
    float: right;
    background: #fff url("/bitrix/templates/zg_newdesign/css/../img/bg/big_cart_bg.png") left top no-repeat;
}
.cart_big .close {
    display: block;
    position: absolute;
    top:20px;
    right: 20px;
    width: 24px;
    height: 24px;
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
    background-position: -510px -43px;
}
.cart_big .title {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
    color: #3c3c3c;
    font-size: 48px;
    margin-left: 40px;
    display: block;
}
.cart_big .cart_products{
    width: 100%;
    margin-top: 28px;
}
.cart_big .cart_products .item {
    border-bottom: 1px solid #c8c8c8;
    background: #fff;
}
.cart_big .cart_products .item.header {
    background: transparent;
}
.cart_big .cart_products .item:hover {
    background: #fafafa;
}
.cart_big .cart_products .item.header:hover {
    background: transparent;
}
.cart_big .cart_products .header {
    font-size: 16px;
    color: #959595;
}
.cart_big .cart_products .ceil {
    padding: 17px 0px;
    color: #3c3c3c;
    font-family: 'Roboto Slab', sans-serif;
    vertical-align: middle;
    text-align: center;
    color: #969696;
    border-bottom: 1px solid #c8c8c8;
}
.cart_big .cart_products .header .ceil {
    padding: 12px 0px;
}
.cart_big .cart_products .ceil.name {
    padding-left: 40px;
    text-align: left;
    color: #3c3c3c;
}
.cart_big .cart_products .ceil.name .pic {
    width: 38px;
    height: 38px;
    border:2px dashed #afafaf;
    border-radius: 100px;
    vertical-align: middle;
    margin-right: 12px;
}
.cart_big .cart_products .ceil.name span {
    vertical-align: middle;
}
.cart_big .cart_products .ceil.price {

}

.cart_big .cart_products .ceil.count .minus,
.cart_big .cart_products .ceil.count .pluse,
.cart_big .cart_products .ceil.delete a.delete{
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
    text-indent: 1000px;
    overflow: hidden;
}
.cart_big .cart_products .ceil.count .minus {
    background-position: -417px 0px;
}
.cart_big .cart_products .ceil.count .pluse {
    background-position: -437px 0px;
}
.cart_big .cart_products .ceil.delete a.delete {
    background-position: -458px 0px;
    float: right;
    margin-top: 7px;
    margin-right: 2px;
    display: none;
    float: left;
}
.cart_big .cart_products .item:hover .ceil.delete a.delete {
    display: block;
}
.cart_big .cart_products .ceil.delete {
    width: 52px;
}

.cart_big .cutlery_count {
    float: left;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 16px;
    color: #3c3c3c;
    margin-top: 22px;
    margin-left: 37px;
}
.cart_big .cutlery_count .count_block {
    position: relative;
    top: 5px;
    left: 5px;
}
.cart_big .cutlery_count .minus,
.cart_big .cutlery_count .pluse,
.cart_big .cutlery_count a.delete{
    display: inline-block;
    width: 16px;
    height: 18px;
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
    text-indent: 1000px;
    overflow: hidden;
}
.cart_big .cutlery_count .minus {
    background-position: -417px 0px;
}
.cart_big .cutlery_count .pluse {
    background-position: -437px 0px;
}
.cart_big .cutlery_count a.delete {
    background-position: -458px 0px;
    float: right;
    margin-top: 7px;
    margin-right: 2px;
    display: none;
}
.cart_big span.count {
    color: #33363b;
    padding: 0px 7px;
    position: relative;
    top: -4px;
}
.cart_big .ceil.cost,
.cart_big .ceil.count,
.cart_big .ceil.price{
    width: 1px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.cart_big .ceil.cost {
    width: 96px;
    color: #3c3c3c;
}

.cart_big .all_price {
    float: right;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 16px;
    color: #3c3c3c;
    margin-right: 95px;
    margin-top: 22px;
}
.cart_big .all_price span {
    font-size: 22px;
    color: #649f4b;
}
.cart_big .order_data {
    margin: 0px 40px;
    margin-top: 35px;
}
.cart_big .order_data.buttons {
    margin-top: 0px;
}
.cart_big .order_data .col.col_left {
    float: left;
    width: 36%;
}
.cart_big .order_data .col.col_right {
    float: right;
    width: 64%;
}
.cart_big .order_data .title {
    font-family: 'Fira Sans Medius', sans-serif;
    font-size: 28px;
    color: #3c3c3c;
    margin-left: 0px;
    margin-bottom: 21px;
}
.cart_big .order_data .input_w {
    margin-right: 50px;
    margin-bottom: 15px;
}
.cart_big .order_data .input_w .phone_wrapper {
    position: relative;
    padding-left: 32px;

}
.cart_big .order_data .input_w .phone_wrapper:before {
    content: '+7';
    position: absolute;
    width: 31px;
    height: 38px;
    left: 0px;
    top: 0px;
    display: block;
    background: #fafafa;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #33363b;
    border:1px solid #dde1e7;
    border-right: none;
    border-radius: 3px 0px 0px 3px;
}
.cart_big .order_data .input_w .phone_wrapper input[type=text] {
    border-radius: 0px 3px 3px 0px !important;
}
.cart_big .order_data .input_w label,
.form_reviews_box .input_w label {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    color: #33363b;
    display: block;
    margin-bottom: 5px;
}
.cart_big .order_data .input_w label sup,
.form_reviews_box .input_w label sup {
    color: #e24943;
}
.cart_big .order_data input[type=text],
.form_reviews_box input[type=text] {
    padding: 0px 17px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #33363b;
    border: 1px solid #dde1e7;
    border-radius: 3px;
    outline: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.cart_big .order_data .input_w.street {
    margin-right: 0px;
}
.cart_big .order_data .col_right .cols2 .input_w {
    float: left;
    width: 50%;
    margin: 0px;
    margin-bottom: 15px;
}
.cart_big .order_data .col_right .cols2 .input_w:nth-child(odd) .input_iw {
    margin-right: 15px;
}
.cart_big .order_data .col_right .cols2 .input_w:nth-child(even) .input_iw {
    margin-left: 15px;
}

.cart_big .go_order {
    display: block;
    width: 165px;
    height: 40px;
    line-height: 40px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;;
    color: #ffffff;
    text-align: center;
    background: #8cc457;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0px auto;
    margin-top: 17px;
    float: left;

}
/*==Доставка и самовывоз==*/
.deliv-btn{
    float: left;
    padding: 32px 37px 0;
    clear: left;
}
.date-string{
    display: inline-block;
    margin-bottom: 10px;
}
.deliv-btn-item{
    width: 127px;
    margin: 0px 3px;
    background: #aad782;
    display: block;
    height: 40px;
    line-height: 40px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    float: left
}

.deliv-btn .deliv-btn-item{
    width: 127px;
    margin: 0px 3px;
    background: #aad782;
}
.deliv-btn .deliv-btn-item.active{
    background: #5ab437;
}

.sale-order{
    float: left;
    clear: right;
    font-size: 22px;
    color: #8cc457;
    font-family: 'Fira Sans', sans-serif;
    padding: 39px 12px 0px;
}

.rest-adr input{
    display: inline-block;
}

.radiogroup_w.rest-adr label{
    width: 27%;
}

.radiogroup_w .date-time label{
    font-size: 11px;
    color: #cccccc;
    margin-bottom: 8px;
    padding-left: 26px;
    line-height: 14px;
}

.radiogroup_w .date-time label:before{
    border: none;
    background: url("/bitrix/templates/zg_newdesign/css/../img/zgch.png") no-repeat;
    width: 20px;
    height: 20px;
}

.radiogroup_w.order-time input.date-input{
    width: 107px;
    height: 24px;
    margin: 21px 3px 0;
    display: block;
    padding: 3px 2px;
}

.radiogroup_w.order-time .date-time{
    display: inline-block;
    width: 109px;

}


@media screen and (max-width: 680px) {
    .sale-order{
        width: 100%;
        padding-left: 39px;
    }
    .radiogroup_w.order-time .date-time{
        width: 150px;
    }
}

@media screen and (max-width: 830px){
    .radiogroup_w.rest-adr label{
        width: 100%;
    }
}

@media screen and (max-width: 350px){

    .deliv-btn .deliv-btn-item{
        margin: 5px 2px;
    }
    .sale-order{
        width: 80%;
    }
    .radiogroup_w.order-time input.date-input{
        margin: 21px 3px 10px;
    }
}

/*==Доставка и самовывоз конец==*/
.cart_big .go_order:hover{
    background: #aad782;
}
.cart_big .go_order:active {
    background: #5ab437;
}
.cart_big .label {
    float: right;
    font-size: 14px;
    color: #313131;
    margin-left: 20px;
    float: left;
    margin-left: 183px;
    margin-top: -41px;
    line-height: 19px;
}
.cart_big .radiogroup_w {

}
.cart_big .radiogroup_w .rgw_title {
    font-family: 'Fira Sans', sans-serif;
    color: #33363b;
    display: block;
    font-size: 16px;
    margin-bottom: 21px;
}
.radiogroup_w label {
    /*white-space: nowrap;*/
    display: inline-block;
    float: left;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    padding-left: 29px;
    margin-bottom: 21px;
    margin-right: 29px;
}
.product_list .radiogroup_w label {
    margin-top: 5px;
    margin-bottom: 5px;
}
.radiogroup_w label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    border: 1px solid #8cc457;
    position: absolute;
    top: -1px;
    left: 2px;
}
.product_list .radiogroup_w label:before {
}
.radiogroup_w input[type=radio]:checked + label:before {
    background-color: #8cc457;
}

.radiogroup_w input[type=radio] {
    display: none;
}


.cart_container {
    position: relative;
    width: 100%;
    height: 0px;
    overflow-x: hidden;
}


@media all and (max-width: 1280px) {
    header .search {
        display: none;
    }
}

@media all and (max-width: 768px) {

    .sale_pda {
        display: block;
        margin-bottom: 30px;
    }

    section#right {
        display: none;
    }
    section#left {
        margin-right: 0px;
    }
    header {
        background: transparent;
        height: auto;
    }
    header .logo.desktop {
        display: none;
    }
    header .pda {
        display: block;
    }
    .main_slider,
    .fast_filter{
        border-right: none;
    }
    .fast_filter {
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: 1px solid #ded5c8;

    }
    .sale.pda {
        display: block;
        margin: 0px auto;
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .product_list {
        margin: 0px 10px;
        border-left: 1px solid #ded5c8;
        margin-bottom: 10px;
    }
    footer .advantage {
        height: auto;
    }
    footer .advantage .item {
        width: 100%;
        border-top: 1px solid #646464;
    }
    footer .advantage .item:first-child {
        border-top: none;
    }
    footer .advantage .item {
        text-align: center;
    }
    footer .advantage .item .item_iw {
        display: inline-block;
        width: 255px;
        margin: 0px auto;
        position: relative;
        text-align: left;
    }
    footer .bottom_menu {
        margin: 0px 47px;
        line-height: 27px;
    }
    .pda_phone {
        display: block;
    }
    .cart_big {
        width: 97%;
        padding-bottom: 40px;
    }
    .wrapper.under_shadow {
        border-top-width: 0px;
        border-left-width: 0px;
    }
    .cart_big .all_price {
        float: left;
        margin-left: 37px;
        clear: left;
    }
    .cart_big .order_data .col.col_left,
    .cart_big .order_data .col.col_right{
        width: auto;
        float: none;
    }
    .cart_big .order_data .input_w {
        margin-right: 0px;
    }
    .cart_big .order_data .col_right .cols2 .input_w {
        float: none;
        width: auto;
    }
    .cart_big .order_data .col_right .cols2 .input_w:nth-child(even) .input_iw {
        margin-left: 0px;
    }
    .cart_big .order_data .col_right .cols2 .input_w:nth-child(odd) .input_iw {
        margin-right: 0px;
    }
    .cart_big .label {
        display: none;
    }
    .cart_big .cart_products.table {
        display: block;
    }
    .cart_big .cart_products.table .row {
        display: block;
    }
    .cart_big .cart_products.table .ceil {
        display: block;
        border: none;
    }
    .cart_big .cart_products .item {
        border-bottom: 1px solid #c8c8c8;
        padding-right: 50px;
        padding-left: 20px;
        position: relative;
        padding-bottom: 15px;
    }
    .cart_big .cart_products .header .ceil.price,
    .cart_big .cart_products .header .ceil.count,
    .cart_big .cart_products .header .ceil.cost {
        display: none;
    }
    .cart_big .cart_products .header .ceil.name {
        height: 28px;
        margin-top: -21px;
    }
    .cart_big .cart_products .ceil.price,
    .cart_big .cart_products .ceil.count,
    .cart_big .cart_products .ceil.cost {
        width: 33%;
        float: left;
        padding: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        height: 20px;
    }
    .cart_big .cart_products .ceil.name {
        width: 100%;
        padding: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top:17px;
        margin-bottom: 20px;
    }
    .cart_big .cart_products .ceil.price {
        text-align: left;
    }
    .cart_big .cart_products .ceil.count {
        text-align: center;
    }
    .cart_big .cart_products .ceil.cost {
        text-align: right;
    }
    .cart_big .cart_products .ceil.delete {
        position: absolute;
        right:-17px;
        top: 32px;
    }

    .cart_big .title {
        font-size: 36px;
        line-height: 38px;
        margin-left: 20px;
    }

    header .main_menu {
        display: block;
        position: absolute;
        top: 0px;
        z-index: 100;
        /*box-shadow: inset 0px 0px 20px 3px rgba(0,0,0,0.75);
        box-shadow: inset -5px 5px 10px -1px rgba(0,0,0,0.75);*/
        width: 300px;
        margin: 0px !important;
        padding-left: 0;
        background:url("/bitrix/templates/zg_newdesign/css/../img/pda_logo.png") 21px 21px no-repeat;
        padding-top: 84px;
        z-index: 100;
        left: -300px;

        transition-property: left;
        transition-duration: 1s;
    }
    header .main_menu.show {
        left: 0px;
    }
    .adaptive_main_menu_bg {
        background: #252525;
        box-shadow: inset -5px 5px 10px -1px rgba(0,0,0,0.75);
        width: 300px;
        position: fixed;
        top: 0px;
        z-index: 50;
        height: 100%;
        left: -300px;

        transition-property: left;
        transition-duration: 1s;

    }
    .adaptive_main_menu_bg.show {
        left: 0px;
    }
    .wrapper.undermenu {
        transform: translateX(300px);

        transition-property: all;
        transition-duration: 1s;
    }

    header .main_menu > ul > li {
        display: block;
        float: none;
    }
    header .main_menu > ul > li > a {
        border-bottom: 1px solid #626262;
        margin: 0px 21px;
        padding-left: 12px;
        height: 55px;
        line-height: 55px;
        font-size: 20px;
        color: #ffffff;
        text-transform: uppercase;
        display: block;
        padding: 0px;
        padding-left: 10px;
        margin-right: 0px;
    }
    header .main_menu > ul > li a.parent {
        margin-right: 0px !important;
    }
    header .main_menu > ul > li a.parent:after {
        content: '';
        position: absolute;
        width: 12px;
        height: 20px;
        background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
        background-position: -585px -46px;
        top: 18px;
        right: 4px;
    }
    header .main_menu > ul > li a.parent.show:after {
        transform: rotate(90deg);
    }
    header .main_menu > ul > li.show nav {
        display: block;
    }
    header .main_menu > ul > li nav li {
        display: block;
        width: auto;
        float: none;
    }

    header .main_menu > ul > li > nav {
        padding: 0px;
        position: static;
        padding-top: 21px;
        padding-left: 7px;
        padding-bottom: 5px;
        border-bottom: 1px solid #626262;
        width: 249px;
        margin-left: 21px;
    }
    header .main_menu > ul > li > nav ul {
        padding: 0px;
        background: none;
    }

    header .main_menu > ul > li:hover > nav {
        /*height: 0px;*/
        display: none;
    }
    header .main_menu > ul > li > nav.show,
    header .main_menu > ul > li:hover > nav.show {
        /*height: 300px;
        display: block;*/
    }

    header .main_menu > ul > li > nav ul li {
        display: block;
        float: none;
        margin: 0px;
        margin-bottom: 20px!important;
    }
    header .main_menu > ul > li > nav ul li a {
        margin-left: 0px;
        padding-left: 0px;
    }
    header .main_menu > ul > li > nav ul li,
    header .main_menu > ul > li > nav ul li:nth-last-child(even){
        width: auto;
        float: none;
    }
    header .main_menu .close {
        display: block;
        position: absolute;
        top:20px;
        right: 20px;
        width: 24px;
        height: 24px;
        background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
        background-position: -510px -43px;
    }


}



.page {
    width: 635px;
    margin: 0px auto;
    max-width: 100%;
}

.page h1 {
    padding-top: 60px;
    padding-bottom: 38px;
    border-bottom: 1px solid #dde1e7;
    margin-bottom: 40px;
    font-weight: bold;
    color: #3c3c3c;
    font-size: 48px;
    display: block;
    text-align: center;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
    line-height: 55px;
}
.page h2 {
    color: #6e9146;
    font-size: 28px;
    font-family: 'Fira Sans', sans-serif;
    margin-bottom: 20px;
    margin-top: 20px;
}
.news_list {

}
.news_list_iw {
    padding-bottom: 40px;
    margin: 0px 10px;
}
.news_list .item,
.news_list .item-st {
    text-decoration: none;
    display: block;
    /*float: left;*/
    /*width: 50%;*/
    margin-bottom: 18px;
    margin-top: 2px;
}
.news_list .item a,
.news_list .item-st a,
.news_list .item span.a,
.news_list .item-st span.a {
    text-decoration: none;
    display: block;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
    padding-bottom: 40px;
}
/*
.news_list .item:nth-child(even) a {
    margin-left: 10px;
}
.news_list .item:nth-child(odd) a {
    margin-right: 10px;
}
*/

@media all and (max-width: 768px) {
    /*.news_list .item {
        width: 100%;
        float: none;
    }
    .news_list .item:nth-child(even) a {
        margin-left: 0px;
    }
    .news_list .item:nth-child(odd) a {
        margin-right: 0px;
    }*/
}

.news_list .item .pic,
.news_list .item-st .pic {
    width: 100%;
    margin-bottom: 27px;
}
.news_list .item .date,
.news_list .item-st .date {
    display: block;
    margin: 0px 30px;
    font-size: 14px;
    color: #6e9146;
    text-transform: uppercase;
    margin-bottom: 21px;
}
.news_list .item .name,
.news_list .item .name-st,
.news_list .item-st .name,
.news_list .item-st .name-st {
    display: block;
    margin: 0px 30px;
    color: #33363b;
    font-size: 26px;
    margin-bottom: 26px;
}
.news_list .item:hover .name,
.news_list .item-st:hover .name {
    color: #8cc457;
}
.news_list .item .preview,
.news_list .item-st .preview {
    display: block;
    margin: 0px 30px;
    font-size: 16px;
    color: #5a5659;
}

/* ------------- Контейнер с адаптивными блоками------------- */
.masonry {
    column-gap: 20px; /* Общее расстояние между колонками */
    -moz-column-gap: 20px; /* Расстояние между колонками для Firefox */
    -webkit-column-gap: 20px; /* Расстояние между колонками  для Safari, Chrome и iOS */
}

/* Элементы в виде плиток с содержанием */
.masonry .item,
.masonry .item-st {
    display: inline-block;
    width: 100%;
    box-sizing: border-box; /* Изменения алгоритма расчета ширины и высоты элемента.*/
    -moz-box-sizing: border-box; /* Для Firefox */
    -webkit-box-sizing: border-box; /* Для Safari, Chrome, iOS иAndroid */
}

.masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

/* Медиа-запросы для различных размеров адаптивного макета */
@media only screen and (max-width: 768px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

.paginate {
    text-align: center;
}
.paginate a.page,
.paginate .dot{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100px;
    font-size: 14px;
    color: #33363b;
    text-decoration: none;
}
.paginate a.page.active {
    background: #8cc457;
    color: #fff;
}
.paginate a.page:hover {
    background: #aad782;
    color: #fff;
}
.paginate a.page:active {
    background: #5ab437;
    color: #fff;
}


.paginate .prev,
.paginate .next{
    font-size: 14px;
    color: #737a85;
    text-decoration: none;
    margin-top: 6px;
}
.paginate .prev:hover,
.paginate .next:hover{
    color: #33363b;
}
.paginate .prev .icon,
.paginate .next .icon{
    display: inline-block;
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
    background-position: -603px -46px;
    width: 12px;
    height: 10px;
}
.paginate .next .icon {
    transform: rotate(180deg);
}
.paginate .prev .icon,
.paginate .next .icon{
    /*background-position: -622px -46px;*/
}

.paginate .prev:hover .icon {
    transform: rotate(180deg);
    background-position: -622px -46px;
}
.paginate .next:hover .icon {
    transform: rotate(360deg);
    background-position: -622px -46px;
}

.paginate .prev {
    float: left;
}
.paginate .next {
    float: right;
}

.cart_ok_block {
    position: fixed;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
}
.cart_ok_block .okshadow {
    position: fixed;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    z-index:100 !important;
    background: rgba(0, 0, 0, 0.5);
    display: block !important;
    opacity: 1 !important;
}
.cart_ok_block .message {
    position: fixed;
    width: 360px;
    height: 483px;
    left: 50%;
    margin-left: -180px;
    top:50%;
    margin-top: -240px;
    background: #fff;
    z-index: 150;
}
.cart_ok_block .message .icon {
    width: 180px;
    height: 194px;
    margin: 0px auto;
    display: block;
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
    background-position: -96px -88px;
    margin-top: 44px;
    margin-bottom: 26px;
}
.cart_ok_block .message .oktitle {
    font-size: 18px;
    color: #33363b;
    text-transform: uppercase;
    margin: 0px 38px;
    display: block;
    text-align: center;
}
.cart_ok_block .message .oktext {
    font-size: 14px;
    color: #7d7d7d;
    margin: 0px 38px;
    display: block;
    text-align: center;
    margin-top: 5px;
    line-height: 24px;
    margin-bottom: 25px;
}

.cart_ok_block .message .okclose {
    display: block;
    width: 165px;
    height: 40px;
    line-height: 40px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;;
    color: #ffffff;
    text-align: center;
    background: #8cc457;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0px auto;


}
.cart_ok_block .message .okclose:hover{
    background: #aad782;
}
.cart_ok_block .message .okclose:active {
    background: #5ab437;
}


@media all and (max-width: 360px) {
    .cart_ok_block .message {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0px;
        top:0px;
        background: #fff;
        z-index: 150;
        margin-top: 0px;
        margin-left: 0px;
    }
}
@media all and (max-height: 696px) {
    .cart_ok_block .message {
        padding-top: 30px;
        height: 80%;
        padding: 5%;
        margin-top: -47.5%;
    }
    .cart_ok_block .message .icon {
        display: none;
    }
}

.product_list.onlist {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_list.onlist .item .composition {
    margin-bottom: 75px;
    display: block;
}

.product_list.onlist .item {
    width: 25%;
}

.product_list.onlist .item {
    height: auto;
    /*min-height: 500px;*/

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}
.product_list.onlist .item .pic_wrapper {
    padding-top:35px;
    height: auto;
    line-height: 0px;
}

@media all and (max-width: 1400px) {
    .product_list.onlist .item:nth-child(3n+1),
    .product_list.onlist .item:nth-child(3n+2){
        width: 33.33%;
    }
    .product_list.onlist .item:nth-child(3n+3){
        width: 33.34%;
    }
}

@media all and (max-width: 1024px) {

    .product_list.onlist .composition {
        max-height: 100px;
        display: inline-block;
        overflow: hidden;
    }

    .product_list.onlist .item {
        width: 50% !important;
    }
}

@media all and (max-width: 900px) {
    .product_list.onlist .item {
        /*width: 100% !important;*/
    }
}

@media all and (max-width: 768px) {
    .product_list.onlist .item {
        width: 50% !important;
    }
    .product_list.onlist {
        margin-top: 15px;
    }
}
@media all and (max-width: 600px) {
    .product_list.onlist .item {
        /*width: 100% !important;*/
    }
    .product_list .item .inner_wrapper{
        padding: 0 10px;
    }

    .product_list .item .name,
    .productitem.item .name{
        font-size: 17px;
    }

    .product_list.onlist .item .composition{
        display: none;
    }

    .product_list .item .count_block{
        background-color: #ffffff;
        z-index: 89;
    }

    .product_list .item .buy_block{
        width: auto;
        left: auto;
        right: 10px;
        z-index: 89;
    }

    .product_list .item .c_l{
        max-width: 100%;
        margin-top: 15px;
    }

    .product_list .item .c_r{
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .product_list .item .price{
        float: left;
        font-size: 14px;
        width: 100%;
    }

    .product_list .item .price span{
        font-size: 20px;
    }

    .product_list .item .weight{
        float: left;
        margin-top: 0;
    }
}

.product_list .item .sticks {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    z-index: 20;
}
.product_list .item .stick {
    float: left;
    display: inline-block;
    margin-right: 10px;
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
}
.product_list .item .stick.ostriy {
    width: 94px;
    height: 25px;
    background-position: -906px 0px;
}
.product_list .item .stick.hit {
    width: 74px;
    height: 25px;
    background-position: -906px -31px;
}
.paginate.plist {
    clear: both;
    margin: 0px auto;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 640px;
}
.paginate_plist_iw {
    margin: 0px 15px;
}

.text_page_iw {
    margin: 0px 10px;
}

.text_page, .text_block {
    color: #5a5659;
    font-size: 18px;
    line-height: 32px;
}
.text_page a, .text_block a {
    color: #009ca3;
    text-decoration: underline;
}
.text_page a:hover, .text_block a:hover {
    text-decoration: none;
}
.text_page .accent,
.text_block .accent {
    background: #f5f5f5;
    border-radius: 8px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    color: #797979;
    padding: 16px 20px;
    margin: 34px 0px;
    line-height: 24px;
}
.text_slider {
    margin-bottom: 58px;
}
.text_slider .title {
    font-size: 17px;
    font-style: italic;
    color:#abb7b7;
    display: block;
    margin-bottom: 6px;
}
.text_slider .big_pic_w {
    position: relative;
}
.text_slider .big_pic {
    width: 100%;
    border-radius: 5px;
}
.text_slider .big_pic {
    transition-property: opacity;
    transition-duration: 0.5s;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
}
.text_slider .big_pic.active {
    opacity: 1;
}


.text_slider .mini_pics {
    height: 90px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 25px;
}
.text_slider .mini_pics .mpic_wrapper {
    margin: 0px 9px;
    display: inline-block;
}
.text_slider .mini_pics img {
    height: 90px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.text_slider .scroll_w {
    height: 90px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-top: 11px;
}
.ascrail2000-hr {
    border-radius: 100px;
}

.text_page {
}

.text_page ol,
.text_block ol,
.text_page ul,
.text_block ul {
    counter-reset:li; /* Инициализируем счетчик */
    padding:0; /* Удаляем  установленное по умолчанию левое поле*/
    list-style:none; /* Отменяем нумерацию установленную по умолчанию */
    margin-top:20px;
    margin-bottom:20px;
}
.text_page ol li,
.text_block ol li,
.text_page ul li,
.text_block ul li {
    margin: -2px 0px;
    position: relative;
    padding-left: 0px;
    margin-left: 24px;
}

.text_page ol li:before,
.text_block ol li:before {
    content:counter(li) '.'; /* В качестве данных используем счетчик */
    counter-increment:li; /* Увеличиваем значение счетчика на 1 */
    /* Позиционируем и оформляем цифры */
    position:absolute;
    top:-2px;
    left:-2em;
    width:2em;
    text-align:center;

    color: #6e9146;
    font-size: 16px;
    font-family: 'Fira Sans', sans-serif;
}
.text_page ul li:before,
.text_block ul li:before {
    content: ' ';
    counter-increment: li;
    position: absolute;
    top: 14px;
    left: -1em;
    width: 2em;
    text-align: center;
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background: #6e9146;
    color: #6e9146;
    font-size: 16px;
    font-family: 'Fira Sans', sans-serif;
}
.text_pics {
    margin: 20px 0px;
    column-gap: 20px; /* Общее расстояние между колонками */
    -moz-column-gap: 20px; /* Расстояние между колонками для Firefox */
    -webkit-column-gap: 20px; /* Расстояние между колонками  для Safari, Chrome и iOS */
}
.text_pics img {
    display: inline-block;
    width: 100%;
    box-sizing: border-box; /* Изменения алгоритма расчета ширины и высоты элемента.*/
    -moz-box-sizing: border-box; /* Для Firefox */
    -webkit-box-sizing: border-box; /* Для Safari, Chrome, iOS иAndroid */

    margin-bottom: 18px;
    margin-top: 2px;

    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
}
.text_pics {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

/* Медиа-запросы для различных размеров адаптивного макета */
@media only screen and (max-width: 1280px) {
    .text_pics {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (max-width: 768px) {
    .text_pics {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}
.food_constructor {
    margin-bottom: 22px;
}
.food_constructor > h1 {
    background: url("/bitrix/templates/zg_newdesign/css/../img/bg/2.png");
    padding: 24px;
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
    border-right: 1px solid #ded5c8;
    border-bottom: 1px solid #ded5c8;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #323232;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: bold;
}
.food_constructor .constructor .tab_buttons {
    text-align: center;
    font-size: 0px;
}
.food_constructor .constructor .tab_buttons .item {
    display: inline-block;
    width: 125px;
    height: 153px;
    margin: 10px;
    cursor: pointer;
}
.food_constructor .constructor .tab_buttons .item .pic_wrapper {
    display: block;
    height: 125px;
    border: 1px solid #e6e6e6;
    position: relative;
}
.food_constructor .constructor .tab_buttons .item.active .pic_wrapper {
    border: 1px solid #8cc457;
}
.food_constructor .constructor .tab_buttons .item .title {
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #5b5b5a;
    margin-left: 10px;
    text-transform: uppercase;
    display: block;
    text-align: left;
    margin-bottom: 16px;
}
.food_constructor .constructor .tab_buttons .item.active .title {
    color: #8cc457;
}
.food_constructor .constructor .tab_buttons .item .pic_wrapper .icon {
    display: block;
    height: 100%;
    width: 100%;
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
}
.food_constructor .constructor .tab_buttons .item.sup .pic_wrapper .icon {
    background-position: -295px -375px !important;
}
.food_constructor .constructor .tab_buttons .item.sup.active .pic_wrapper .icon {
    background-position: -295px -500px !important;
}
.food_constructor .constructor .tab_buttons .item.goryachee .pic_wrapper .icon {
    background-position: -423px -375px !important;
}
.food_constructor .constructor .tab_buttons .item.goryachee.active .pic_wrapper .icon {
    background-position: -423px -500px !important;
}
.food_constructor .constructor .tab_buttons .item.salat .pic_wrapper .icon,
.food_constructor .constructor .tab_buttons .item.salat_ili_sup .pic_wrapper .icon {
    background-position: -543px -375px !important;
}
.food_constructor .constructor .tab_buttons .item.salat.active .pic_wrapper .icon,
.food_constructor .constructor .tab_buttons .item.salat_ili_sup.active .pic_wrapper .icon {
    background-position: -543px -500px !important;
}
.food_constructor .constructor .tab_buttons .item.desert .pic_wrapper .icon {
    background-position: -670px -375px !important;
}
.food_constructor .constructor .tab_buttons .item.desert.active .pic_wrapper .icon {
    background-position: -670px -500px !important;
}
.food_constructor .constructor .tab_buttons .item.napitok .pic_wrapper .icon {
    background-position: -794px -375px !important;
}
.food_constructor .constructor .tab_buttons .item.napitok.active .pic_wrapper .icon {
    background-position: -794px -500px !important;
}

.food_constructor .constructor .tab_buttons .item.step_1 .pic_wrapper .icon {
    background-position: -294px -113px;
}
.food_constructor .constructor .tab_buttons .item.step_1.active .pic_wrapper .icon {
    background-position: -294px -238px;
}
.food_constructor .constructor .tab_buttons .item.step_2 .pic_wrapper .icon {
    background-position: -442px -113px;
}
.food_constructor .constructor .tab_buttons .item.step_2.active .pic_wrapper .icon {
    background-position: -442px -238px;
}
.food_constructor .constructor .tab_buttons .item.step_3 .pic_wrapper .icon {
    background-position: -587px -113px;
}
.food_constructor .constructor .tab_buttons .item.step_3.active .pic_wrapper .icon {
    background-position: -587px -238px;
}
.food_constructor .constructor .tab_buttons .item.bludo .pic_wrapper .icon {
    background-position: -732px -113px;
}

.food_constructor .constructor .tab_buttons .item .pic_wrapper .value {
    display:none;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
}
.food_constructor .constructor .tab_buttons .item.with_value .pic_wrapper .value {
    display: block;
}
.food_constructor .constructor .tab_buttons .item .pic_wrapper .value img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.food_constructor .constructor .tab_buttons .item .pic_wrapper .value .name {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.50);
    padding: 10px 0px;
}
.food_constructor .constructor .tab_buttons .item .pic_wrapper .value .name_iw {
    margin: 0px 10px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    color: #fafafa;
    text-transform: uppercase;
    font-weight: bold;
}
.food_constructor .constructor .status {
    overflow: hidden;
    margin: 6px 29px;
}
.food_constructor .constructor .status .step {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    color: #7e7e7e;
    float: left;
    margin: 10px 0px;
}
.food_constructor .constructor .status .price {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    float: right;
    color: #323232;
    margin: 10px 0px;
    font-weight: bold;
    margin-right: 20px;
}

.food_constructor .constructor .status .next_step {
    display: block;
    width: 165px;
    height: 40px;
    line-height: 40px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;;
    color: #ffffff;
    text-align: center;
    background: #8cc457;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0px auto;
    float: right;
    cursor: pointer;

}

@media all and (max-width: 480px) {
    .food_constructor .constructor .status .step,
    .food_constructor .constructor .status .price,
    .food_constructor .constructor .status .next_step {
        display: block;
        float: none;
        text-align: center;
    }
}

.food_constructor .constructor .status .next_step:hover{
    background: #aad782;
}
.food_constructor .constructor .status .next_step:active {
    background: #5ab437;
}
.food_constructor .constructor .tab_contents {
    padding-right: 1px;
    margin-top: 15px;
}
.food_constructor .constructor .tab_contents .ingr_list{
    overflow: hidden;
    /*column-gap: 0px; /* Общее расстояние между колонками */
    /*column-count: 2;*/
    padding-right: 1px;
    margin-bottom: 38px;
    padding-bottom: 1px;
    margin: 0px 5px;

}
.food_constructor .constructor .tab_contents .ingr_list .item {
    box-sizing: border-box;
    width: 50%;
    padding: 1px;
    float: left;
    position: relative;

    box-shadow:
    1px 0 0 0 #ded5c8,
    0 1px 0 0 #ded5c8,
    1px 1px 0 0 #ded5c8,   /* Just to fix the corner */
    1px 0 0 0 #ded5c8 inset,
    0 1px 0 0 #ded5c8 inset;
}
.food_constructor .constructor .tab_contents .ingr_list .item.active {
    z-index: 5;
    box-shadow:
    1px 1px 0 0 #8cc457,
    0 1px 0 0 #8cc457,
    1px 1px 0 0 #8cc457,   /* Just to fix the corner */
    1px 1px 0 0 #8cc457 inset,
    0 1px 0 0 #8cc457 inset;
}

@media all and (max-width: 480px) {
    .food_constructor .constructor .tab_contents .ingr_list .item {
        width: auto;
        float: none;
    }
}


.food_constructor .constructor .tab_contents .ingr_list .item .item_iw {
    height: 568px;
}
.food_constructor .constructor .tab_contents .ingr_list .item:hover .item_iw {

}
.food_constructor .constructor .tab_contents .ingr_list .item .pic_wrapper {
    padding-top: 50px;
    padding-bottom: 44px;
    text-align: center;
}
.food_constructor .constructor .tab_contents .ingr_list .item .pic_wrapper .pic {
    border-radius: 0;
}
.food_constructor .constructor .tab_contents .ingr_list .item .c_r {
    float: right;
    width: 90px;
}
.food_constructor .constructor .tab_contents .ingr_list .item .c_l {
    margin-right: 90px;
}
.food_constructor.lunch .constructor .tab_contents .ingr_list .item .c_l {
    margin-right: 0px;
}
.food_constructor .constructor .tab_contents .ingr_list .item .price {
    font-family: 'Fira Sans', sans-serif;
    color: #649f4b;
    font-size: 16px;
    float: right;
}
.food_constructor .constructor .tab_contents .ingr_list .item .price span {
    font-size: 22px;
}
.food_constructor .constructor .tab_contents .ingr_list .item .name {
    float: left;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #5a5659;
}
.food_constructor .constructor .tab_contents .ingr_list .item .text {
    color: #4b4b4b;
    font-size: 14px;
    text-decoration: none;
    float: left;
    clear: left;
    margin-left: 20px;
    margin-top: 22px;
}
.food_constructor .constructor .tab_contents .ingr_list .item .info {
    margin: 0px 20px;
}
.food_constructor .constructor .tab_contents .ingr_list .item .data {

    color: #898989;
    font-size: 14px;
    text-decoration: none;
    float: left;
    clear: left;

    margin-top: 8px;
}

.food_constructor .constructor .tab_contents .ingr_list .item .buy_block {
    clear: both;
    text-align: center;
    position: absolute;
    width: 95%;
    margin-left: 5%;
    left: 0px;
    bottom: 25px;
    background: linear-gradient(to top, #fff, #fff, #fff, #fff, rgba(255,255,255,0));
}
.food_constructor .constructor .tab_contents .ingr_list .item .buy_block a {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
    background-position: -24px 0px;
}
.food_constructor .constructor .tab_contents .ingr_list .item a:hover {
    background-position: -24px -46px;
}
.food_constructor .constructor .tab_contents .ingr_list .item a:active {
    background-position: -24px -90px;
}
.food_constructor .constructor .tab_contents .ingr_list .item.active a {
    background-position: -24px -136px !important;
}
.food_constructor .constructor .tab_contents .ingr_list .item .tooltip_w {
    width: 100%;
    position: absolute;
    display: none;
    top: -107px;
}
.food_constructor .constructor .tab_contents .ingr_list .item.active .tooltip_w {
    display: block;
}
.food_constructor .constructor .tab_contents .ingr_list .item .tooltip {
    background: #fff;
    width: 220px;
    height: 87px;
    margin: 0px auto;
    display: block;
}
.food_constructor .constructor .tab_contents .ingr_list .item .tooltip .t_title {
    display: block;
    text-transform: uppercase;
    color: #5a5659;
    font-size: 12px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 11px;
    margin-top: 19px;
}
.food_constructor .constructor .tab_contents .ingr_list .item .tooltip .t_action {
    display: block;
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    color: #222327;
    text-align: center;
    margin-bottom: 8px;
}
.food_constructor .constructor .tab_contents .ingr_list .item .tooltip .next_step {
    font-family: 'Fira Sans', sans-serif;
    font-size: 13px;
    color: #8cc457;
    display: block;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
}
.food_constructor .constructor .tab_contents .ingr_list .item .next_step a:hover {
    text-decoration: none;
    text-align: center;
}

.food_constructor.lunch .constructor .tab_buttons .item {
    margin-left: 0px;
    margin-right: 0px;
}


.food_constructor .constructor .tab_contents {
    padding-right: 1px;
    margin-top: 15px;
}


.lunch_main {
    max-width: 650px;
    padding: 10px;
    margin: 0px auto;
    margin-bottom: 38px;
    position: relative;
}
.lunch_main .items {
    overflow: hidden;
    /*column-gap: 0px; /* Общее расстояние между колонками */
    /*column-count: 2;*/
    padding-right: 1px;
    margin-bottom: 38px;
    padding-bottom: 1px;
    margin: 0px 5px;

}
.lunch_main .items .item {
    box-sizing: border-box;
    width: 50%;
    padding: 1px;
    float: left;
    position: relative;
    display: block;

    height: 319px;

    box-shadow:
    1px 0 0 0 #ded5c8,
    0 1px 0 0 #ded5c8,
    1px 1px 0 0 #ded5c8,   /* Just to fix the corner */
    1px 0 0 0 #ded5c8 inset,
    0 1px 0 0 #ded5c8 inset;

    background-position: center;
    background-repeat: no-repeat;
}
.lunch_main .items .item:hover {
    z-index: 5;
    box-shadow:
    1px 1px 0 0 #8cc457,
    0 1px 0 0 #8cc457,
    1px 1px 0 0 #8cc457,   /* Just to fix the corner */
    1px 1px 0 0 #8cc457 inset,
    0 1px 0 0 #8cc457 inset;
}

.lunch_main .items .item.item1 {
    background-image: url("/bitrix/templates/zg_newdesign/css/../img/bg/lunch/1.png");
}
.lunch_main .items .item.item2 {
    background-image: url("/bitrix/templates/zg_newdesign/css/../img/bg/lunch/2.png");
}
.lunch_main .items .item.item3 {
    background-image: url("/bitrix/templates/zg_newdesign/css/../img/bg/lunch/3.png");
}
.lunch_main .items .item.item4 {
    background-image: url("/bitrix/templates/zg_newdesign/css/../img/bg/lunch/4.png");
}

@media all and (max-width: 1000px) {
    .lunch_main .items .item {
        width: auto;
        float: none;
        clear: both;
        overflow: hidden;
    }
}

h1.mini {
    background: url("/bitrix/templates/zg_newdesign/css/../img/bg/2.png");
    padding: 24px;
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
    border-right: 1px solid #ded5c8;
    border-bottom: 1px solid #ded5c8;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #323232;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-weight: bold;
    line-height: 100%;
    width: auto;
}
.lunch_main .items .item .title {
    font-size: 22px;
    float: left;
    color: #5a5659;
    text-transform: lowercase;
    margin-left: 30px;
    margin-top: 28px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
}
.lunch_main .items .item .price {
    display: inline-block;
    background: #b6bf05;
    border-radius: 4px;
    margin-right: 20px;
    margin-top:19px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    float: right;
    padding: 10px 8px;
}
.lunch_main .items .item .text {
    position: absolute;
    left: 0px;
    top: 245px;
    line-height: 27px;
    width: 100%;
    color: #777477;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}
.lunch_main .info {
    display: block;
    text-align: center;
    padding: 15px;
    margin: 10px 5px;
    font-family: 'Fira Sans', sans-serif;
    color: #5a5659;
    font-size: 14px;
    border: 2px dashed #b6bf05;
    border-radius: 5px;
}
.lunch_main .info .title {
    font-size: 16px;
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
}


.fc_ok_block {
    position: fixed;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    z-index: 500;
}
.fc_ok_block .okshadow {
    position: fixed;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    z-index:100 !important;
    background: rgba(0, 0, 0, 0.5);
    display: block !important;
    opacity: 1 !important;
}
.fc_ok_block .message {
    position: fixed;
    width: 440px;
    height: 220px;
    padding: 50px 65px;
    left: 50%;
    margin-left: -285px;
    top:50%;
    margin-top: -160px;
    background: #fff;
    z-index: 150;
    text-align: center;
    border-radius: 5px;
}
.fc_ok_block .message .oktitle {
    font-size: 32px;
    color: #222328;
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: none;
    margin: 0px 18px;
    margin-top: 23px;
    font-weight: bold;
    line-height: 37px;
    font-weight: bold;
    margin-top: 3px;
}
.fc_ok_block .message .oktext {
    font-size: 14px;
    color: #7d7d7d;
    display: block;
    text-align: center;

    margin: 0px;
    margin-top: 14px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.fc_ok_block .message .okclose {
    display: block;
    width: 210px;
    height: 40px;
    line-height: 40px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;;
    color: #ffffff;
    text-align: center;
    background: #8cc457;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px auto;
    float: right;
}
.fc_ok_block .message .price {
    color: #8cc457;
}

.fc_ok_block .message .okclose:hover {
    background: #aad782;
}
.fc_ok_block .message .okclose:active {
    background: #5ab437;
}


.fc_ok_block .message .okgotocart {
    display: block;
    width: 210px;
    height: 38px;
    line-height: 38px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;;
    color: #ffffff;
    text-align: center;
    border: 1px solid #8cc457;
    color: #8cc457;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px auto;
    float: left;
}
.fc_ok_block .message .okgotocart:hover {
    border-color: #aad782;
    color: #aad782;
}
.fc_ok_block .message .okgotocart:active {
    border-color: #5ab437;
    color: #5ab437;
}
.fc_ok_block .close {
    display: block;
    position: absolute;
    top:20px;
    right: 20px;
    width: 24px;
    height: 24px;
    background: url("/bitrix/templates/zg_newdesign/css/../img/sprite.png");
    background-position: -510px -43px;
}


@media all and (max-width: 360px) {
    .fc_ok_block .message {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0px;
        top:0px;
        background: #fff;
        z-index: 150;
        margin-top: 0px;
        margin-left: 0px;
    }
}
@media all and (max-height: 696px) {
    .fc_ok_block .message {
        padding-top: 30px;
    }
}


.search_c {
    text-transform: uppercase;
    color: #7d7d7d;
    font-size: 13px;
    margin-top: -5px;
    display: block;
}
.search_t {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #323232;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: bold;
}
h1.search_h {
    display: block;
}

#order_errors {
    color: #f00;
}
#order_errors span {
    display: block;
    margin: 4px 0px;
}
.form_reviews_box .input_w {
    margin-bottom: 15px;
}
.form_reviews_box textarea {
    padding: 0px 17px;
    height: 100px;
    line-height: 30px;
    font-size: 14px;
    color: #33363b;
    border: 1px solid #dde1e7;
    border-radius: 3px;
    outline: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    resize: none;
}

.form_reviews_box input[type=submit] {
    cursor: pointer;
    outline: none;
    border: none;
    display: block;
    width: 165px;
    height: 40px;
    line-height: 40px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;;
    color: #ffffff;
    text-align: center;
    background: #8cc457;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0px auto;
    margin-top: 17px;
    float: left;

}
.form_reviews_box input[type=submit]:hover{
    background: #aad782;
}
.form_reviews_box input[type=submit]:active {
    background: #5ab437;
}

html {
    width: 100%;
    height: 100%;
    margin: 0;
}
body {
    width: 100%;
    margin: 0;
}
.page_wrapper {
    min-height: 100%;
}

.product_popup .item {
    width: auto;
    margin: 0px 20px;
    height: auto;
    margin-top: 25px;
}
.product_popup .product_list {
}
.product_popup .pic_wrapper {
    text-align: center;
}
.product_popup .pic_wrapper .pic_iw {
    margin: 20px;
}
.product_popup .pic_wrapper .pic {
    max-width: 100%;
    display: block;
}

.product_popup .composition {
    position: static !important;
    margin-bottom: 20px !important;
    position: static !important;
    display: block !important;
}
.product_popup .product_list .item .buy_block,
.product_popup .product_list .item .count_block {
    position: static;
}

.sku_3_variants {
    clear: both;
    overflow: hidden;
    margin-bottom: 3px;
}

#product_popup .radiogroup_w label {
    display: none;
}
#product_popup .radiogroup_w input[type=radio]:checked + label {
    display: inline;
}

.fancybox-inner .message {
    max-width: 400px;
    padding: 15px;
    text-align: center;
}
.fancybox-inner .message .standart_button {
    text-align: center;
    float: none;
    display: block;
}
.fancybox-inner .message .text_blk {
    padding: 0px 33px;
    font-size: 18px;
    line-height: 24px;
}

.error_popup .popup_text {
    margin: 20px 45px;
    color: #ff0000;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
}

/*Подарки*/

.gift-item .cost span {
    color: #649f4b;
    font-weight: 500;
    position: relative;
}

.gift-item .cost span:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 14px;
    background: url(/bitrix/templates/zg_newdesign/css/../img/gift.png) no-repeat 50% 50%;
    background-size: cover;
    top: 4px;
    left: -21px;
}

.gift-item-right .controls {
    position: relative;
}

.gift-item-right .controls:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 14px;
    background: url(/bitrix/templates/zg_newdesign/css/../img/gift.png) no-repeat 50% 50%;
    background-size: cover;
    top: 0;
    right: 5px;
}

/*Выбор подарка*/

.select-gift {
    background: #ffffff url(/bitrix/templates/zg_newdesign/css/../img/popup-gift.png) no-repeat -91px -27px;
    padding: 34px 40px 117px 40px;
    box-sizing: border-box;
    position: relative;
}

.select-gift .clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.select-gift div {
    box-sizing: border-box;
}

.select-gift h1,
.gift-counter h1 {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Roboto Slab', sans-serif;
    margin-bottom: 19px;
    text-align: center;
}

.select-gift p {
    font-size: 19px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
    margin-bottom: 42px;
}

#select-gift .gift.selected .add {
    display: none;
}
#select-gift .gift .onselected {
    display: none;
}
#select-gift .gift.selected .onselected {
    display: block;
}


.gifts {
    text-align: center;
    margin: 10px auto;
    padding: 0 18px;
}

.gifts .gift {
    margin-right: 10px;
    display: inline-block;
}

.gifts .add {
    background-color: #b5be04;
    border-radius: 50%;
    width: 51px;
    height: 51px;
    border: none;
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
}

.gifts .gift:last-child {
    margin-right: 0;
}

.gifts .img {
    margin-bottom: 7px;
    width: 201px; 
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
}

.select-gift .next {
    width: 100%;
    height: 72px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #8cc457;
    text-transform: uppercase;
    font-size: 20px;
    border: none;
    color: #fff;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
    cursor: pointer;
}

.select-gift .next:disabled {
    background: #c5c5c5;
}

.select-gift .next:disabled span:after {
    background: url(/bitrix/templates/zg_newdesign/css/../img/next-btn-disabled.png) no-repeat 50% 50%;
}

.select-gift .next span:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 23px;
    background: url(/bitrix/templates/zg_newdesign/css/../img/next-btn.png) no-repeat 50% 50%;
    background-size: cover;
    top: 2px;
    right: -30px;
}

.select-gift .next span {
    border-bottom: 2px dotted #fff;
    position: relative;
}

.select-gift button {
    outline: none;
    position: relative;
}

.gift-counter .close-btn,
.select-gift .close-btn {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(/bitrix/templates/zg_newdesign/css/../img/close-btn.png) no-repeat 50% 50%;
    top: 18px;
    right: 15px;
}

@media screen and (max-width: 755px) {
    .gifts .gift {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 540px) {
    .select-gift p {
        margin-bottom: 10px;
    }
}

/*До подарка осталось*/

.gift-counter {
    background: #ffffff url(/bitrix/templates/zg_newdesign/css/../img/popup-gift.png) no-repeat -91px -27px;
    padding: 22px 107px 58px 107px;
    box-sizing: border-box;
    max-width: 495px;
    border: 1px solid #000000;
    position: relative;
}

.gift-counter div {
    box-sizing: border-box;
}

.gift-counter .money {
    background: url(/bitrix/templates/zg_newdesign/css/../img/befor_gift.png) no-repeat 50% 50%;
    width: 242px;
    height: 60px;
    margin: 0 auto;
    padding: 13px 0;
    text-align: center;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: bold;
    font-size: 27px;
    color: #ffffff;
    margin-bottom: 27px;
}

.gift-counter h1 {
    line-height: 1.35;
    margin-bottom: 23px;
}

.gift-counter button {
    border: none;
    background: #8cc457;
    border-radius: 2px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    height: 49px;
    margin-bottom: 12px;
    width: 100%;
}

@media screen and (max-width: 471px) {
    .gift-counter {
        padding: 22px 30px 58px 30px;
    }
}

/*Список городов*/
.search.desktop {
    margin-bottom: 20px;
}
.franchise-list {
    width: 137px;
    height: 17px;
    /*display: none;*/
}
.franchise-list .jq-selectbox__select-text {
    color: #888888;
    font-size: 14px;
    cursor: pointer;
}
.franchise-list .jq-selectbox__select-text:hover {
    color: #8cc358;
}
.franchise-list .jq-selectbox__select-text:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: url('/bitrix/templates/zg_newdesign/css/../img/franchise-list.png') no-repeat center;
    background-size: contain;
}
.franchise-list .jq-selectbox__select-text:hover:after {
    background-image: url('/bitrix/templates/zg_newdesign/css/../img/franchise-list-open.png');
}
.franchise-list .jq-selectbox__dropdown {
    top: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #656565;
    color: #ffffff;
    padding: 8px 13px;
    box-sizing: border-box;
    width: auto;
    min-width: 157px;
}
.franchise-list .jq-selectbox__dropdown ul {
    max-height: 240px;
    overflow-y: scroll;
}

.franchise-list .jq-selectbox__dropdown ul::-webkit-scrollbar-button {
    display: none;
}
.franchise-list .jq-selectbox__dropdown ul::-webkit-scrollbar-track {
    background-color: #656565;
    border: none;
}
.franchise-list .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
    background-color: rgba(140, 195, 88, 0.62);
    border-radius: 10px;
}
.franchise-list .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb:hover{
    background-color: #8cc358;
}
.franchise-list .jq-selectbox__dropdown ul::-webkit-scrollbar{
    width: 4px;
}

.franchise-list .jq-selectbox__dropdown li {
    font-size: 14px;
    cursor: pointer;
    height: 20px;
    display: block;
    white-space: nowrap;
}
.franchise-list .jq-selectbox__dropdown li.selected {
    color: #8cc358;
}
.franchise-list .jq-selectbox__dropdown li:hover {
    text-decoration: underline;
}
.franchise-list.opened .jq-selectbox__select-text {
    color: #8cc358;
}
.franchise-list.opened .jq-selectbox__select-text:after {
    background-image: url('/bitrix/templates/zg_newdesign/css/../img/franchise-list-open.png');
}

header:after,
header:before {
    content: '';
    display: table;
    clear: both;
}

header {
    height: auto;
    min-height: 90px;
}

.select-city-popup {
    width: 526px;
    background-color: #ffffff;
    padding: 8% 12%;
    box-sizing: border-box;
    display: none;
}
.select-city_title {
    font-size: 28px;
    color: #3c3c3c;
    font-weight: 700;
    margin: 0 0 25px;
    display: block;
    padding-right: 30px;
}
.select-city-list {
    column-count: 3;
    column-gap: 37px;
    width: 100%;
}
.select-city-list > a {
    display: block;
    font-size: 14px;
    color: #3c3c3c;
    margin-bottom: 3px;
    white-space: nowrap;
}
.select-city-list > a:hover {
    text-decoration: none;
    color: #b6bf05;
}
.select-city-fancy .fancybox-close {
    background-image: url("/bitrix/templates/zg_newdesign/css/../img/close.png") !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain !important;
    top: 15px;
    right: 15px;
    width: 26px;
    height: 26px;
}
.select-city-fancy .fancybox-close:hover {
    background-image: url("/bitrix/templates/zg_newdesign/css/../img/close_h.png") !important;
}
.franchise-list {
    color: #888888;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    display: inline-block;
    width: 140px;
}
.franchise-list:hover {
    color: #8cc358;
}
.franchise-list:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: url('/bitrix/templates/zg_newdesign/css/../img/franchise-list.png') no-repeat center;
    background-size: contain;
}
.franchise-list:hover:after {
    background-image: url('/bitrix/templates/zg_newdesign/css/../img/franchise-list-open.png');
}

@media screen and (max-width: 564px) {
    .select-city-popup {
        width: 100%;
    }
    .select-city-list {
        column-count: 2;
    }
}

@media screen and (min-width: 769px) {
    header .main_menu > ul > li {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .search.desktop {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        border: none;
        padding: 10px 25px 0px 21px;
    }
    .search.desktop > form,
    .franchise-list {
        border-bottom: 1px solid #606060;
        padding: 0 10px 10px;
    }
    .franchise-list:after {
        width: 20px;
        height: 20px;
    }
    .franchise-list {
        width: 93%;
    }
    .search.desktop > form:before,
    .search.desktop > form:after {
        content: '';
        display: table;
        clear: both;
    }
    .search.desktop input[type="text"],
    .franchise-list {
        font-size: 20px;
    }
    .search.desktop input[type="submit"] {
        float: right;
        margin-top: 3px;
    }
    .franchise-list .jq-selectbox__dropdown {
        position: static !important;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        background-color: transparent;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .franchise-list .jq-selectbox__dropdown li {
        font-size: 20px;
        height: 25px;
    }
    .franchise-list .jq-selectbox__dropdown ul {
        max-height: 250px;
    }
}

@media (max-width: 768px) {
    header .pda {
        position: fixed;
    }
    header .pda_placeholder {
        height: 80px;
    }
    .franchise-list {
        padding-bottom: 24px;
    }
}

#product_popup .buy {
    width: 150px;
    height: 42px;
    font-size: 20px;
    /*line-height: 42px;*/

}

.note_wok {
    display: block;
    text-align: center;
}
.note_wok a {
    color: #8cc457;
}

.additional_text {
    font-size: 14px;
    text-align: justify;
    margin-top: 40px;
}
.additional_text h1 {
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}
.additional_text h2 {
    font-size: 16px;
}

@media (min-width: 450px) and (max-width: 1020px) {
    header .main_menu {
        display: block;
    }

    .product_list.onmain .item {
        min-height: 350px!important;
    }
}
@media (min-width: 300px) and (max-width: 450px) {
    header .main_menu {
        display: block;
    }
    .product_list.onmain .item {
        min-height: 250px!important;
    }
}
.popup_img{
    transform: none!important;
    padding-top: 100%!important;
}
.fancybox-inner{
    width: 500px!important;
}
.bx_price {
    line-height: 24px;
    font-weight: bolder;
    color: #f50f41;
}
.oldprice_w {
    color: #c50c0c;
    text-decoration: line-through;
    font-weight: 300;
    font-size: 18px;
}
.child-menu{
    display: none;
}

.marker_count {
    padding-left: 3px;
    text-align: center;
    line-height: 22px;
    padding-top: 10px;
}

#product_popup .bx_catalog_list_home > .row {
    width: 100%;
    display: block;
    margin: 0;
}
/* End */


/* Start:/bitrix/templates/zg_newdesign/css/goldencode.css?161961381415267*/
#tab-container .bottom{
  border-radius: 6px;
  color: #fff;
  font-size: 13.333px;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  height: 47px;
  line-height: 3.6em;
  width: 49%;
  text-align: center;
  margin-left: 0px;
  text-decoration: none;
}

.no-margin{
  margin-bottom: 0px !important;
}

#tab-container .vhod{
  float: left;
}

#tab-container .bottom:hover{
  opacity: 0.9;
  transition: 0.4s;
}

#tab-container .register{
  float:right;
}

#tab-container .green-bottom{
  background: #b6bf05;
}

#tab-container .dark-green-bottom{
  background: #98a000;
}

#content-1{
  padding-top: 60px;
}

#content-2 {
  padding-top: 60px;
}

#content-3 {
  padding-top: 70px;
  text-align: center;
}

#content-3 p {
  clear: both;
  color: #777777;
  margin-bottom: 0.6em;
  margin-top: 26px;
}

#tab-container{
  margin: 0 auto;
  width: 100%;
}

.butt-new-refactor{
  padding: 0 10px;
  line-height: 43px;
  border: 1px solid #b9be00;
  border-radius: 6px;
  font-size: 14px;
  text-transform: uppercase;
  background: #b9be00;
  color: #fff;
  width: auto;
  cursor: pointer;
}

#content-4 {
  padding-top: 60px;

}



#tab-container .bottom-submit{
  margin-top: 50px;
  text-align: center;
}



@media screen and (min-width: 768px) {
  #tab-container {
    margin: 0 auto;
    width: 77%;
    margin-bottom: 120px;
  }

  #content-1 input,
  #content-2 input {
    width: 96.19%;
  }

  .centered{
    display: none;
  }
}

@media (max-width:801px){
  #content-5 {
    padding: 77px 10px 50px 23px !important;
  }
}


@media screen and (max-width: 768px) {
  #tab-container {
    margin: 0 auto;
    width: 95%;
    margin-bottom: 100px;

  }

  #content-4 .oplata-bottom {
    border-radius: 4px;
    color: #fff;
    font-size: 13.333px;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    height: 47px;
    line-height: 3.6em;
    width: auto;
    margin: 0 auto;
    padding: 2px 20px;
    text-align: center;
    margin-left: 0px;
    position: relative;
    top: 10px;
    text-decoration: none;
    background: #b9be00;
    transition: 0.2s;
  }

  .login-form{
    padding-right: 14px;
    padding-left: 6px;
  }

  #content-1 input,
  #content-2 input {
    width: 97.69%;
  }

  #content-5 {
    padding: 77px 0px 50px 20px;
  }

  #content-5 .first {
    display: inline-block;
    color: #3c3c3c;
    width: 33%;
    position: relative;
  }

  #tab-container .vhod {
    /* float: left; */
    width: 100%;
    /* padding-bottom: 8px; */
    /* padding: 5px; */
    margin: 0px 0px 10px 0px;
  }

  #tab-container .register {
    /* float: left; */
    width: 100%;
    /* padding-bottom: 8px; */
    /* padding: 5px; */
    margin: 0px 0px 35px 0px;
  }
}


@media screen and (max-width: 500px){
  #content-1 input,
  #content-2 input {
    width: 95%;
  }
}

@media (min-width: 768px) and (max-width: 800px){
  #table-more-info .text {

    width: 122px !important;

  }

  #table-more-info .text p {

    font-size: 13px;

  }
}
.resize-18{
  font-size: 18px !important;
  margin-top: -3px;
  text-align: left;
}




@media screen and (max-width: 768px) {

  #table-more-info thead {
    display: none;
  }

  .hide-block{
    display: none;
  }

  #content-5 .text-edit {
    padding-left: 4px !important;
  }

  #content-4 .hide + label:before {

    margin: 31px -17px !important;

  }

  #content-4 .column-3 {
    position: absolute;

    width: 90% !important;
    /* padding-right: 25px; */
    text-align: left !important;
    margin-top: 40px;
  }

  #content-4 .demo {
    padding: 28px 15px !important;
  }

  ul.zakaz-hist-ul {

    min-height: 100px;
  }
  .resize-18{
    font-size:12px !important;
  }

  #table-more-info tr {
    margin-bottom: 10px;
    display: block;

    min-height: 98px;
  }

  .display-low{
    display: none !important;
  }

  #table-more-info td {

    text-align: right;
    font-size: 13px;

  }

  #table-more-info td:last-child {
    border-bottom: 0;
  }

  #table-more-info td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }

  #table-more-info .cena {
    padding: 0px 5px !important;
    vertical-align: top;
    padding-left: 132px !important;
  }

  .padding-no-9{
    padding-top: 0px !important;
  }

  .centered{
    text-align: center;
    font-size: 12px !important;
  }

  .centered-no-style{

    text-align:  center;

  }

  #table-more-info .img {

    position: absolute;
  }

  #table-more-info .text {
    padding: 15px;
    min-width: 183px;
    padding-top: 11px;
    margin-left: 120px;
    vertical-align: top;
  }
  #table-more-info .kolvo {
    padding: 0px 9px !important;
    vertical-align: top;
  }
  #table-more-info .itog {
    padding: 0px 6px !important;
    vertical-align: top;
  }

  .resize-18 {
    font-size: 13px !important;
    margin-top: -3px;
    text-align: left;
  }
}


#table-more-info .text{
  display: inline-block;
  padding: 0px !important;
  padding: 2px 0px 0px 0px!important;

  text-align: left;
  padding-top: 11px;
  vertical-align: top;
}

#table-more-info .img{
  display: inline-block;
}

.label-p{
  display: block;
  color: #777777;
  clear: both;
  margin-bottom: 0.6em;
  margin-top: 26px;
  cursor: pointer;
}

#content-1 input,
#content-2 input {
  padding: 0 17px;
  height: 43px;
  border: 1px solid rgb(224, 224, 224);
  border-radius: 6px;
  font-size: 14px;
  color: #8e8888;
  outline: none !important;
  transition: 0.25s all ease-in-out;
}


#content-1 input:hover,
#content-1 input:focus,
#content-2 input:hover,
#content-2 input:focus {
  border-color: #3c3c3c;
}

#content-2 p {
  clear: both;
  color: #777777;
  clear: both;
  margin-bottom: 0.6em;
  margin-top: 26px;
}

#content-1 a {
  font-size: 14px;
  color: rgb(53, 53, 53);
  margin-top:3px;
  color: #b9be00
}
#content-1 a:visited {
  color: #9a9f00
}
#content-1 a:active {
  color: #b9be00;
}

#content-1 .pass_li{
  margin-top: 15px;
}

#content-1 .pass_remember_li{
  margin-top: 11px;
}

#content-1 li {
  position: relative;
}

#content-1 .float-r{
  float: right !important;
  color: #3c3c3c;
}

#content-1 li.hr {
  float: left;
}

.checkbox,
.radio {
  display: none;
}
.checkbox-custom,
.radio-custom {
  width: 19px;
  height: 19px;
  border: 2px solid #b9be00;
  border-radius: 6px;
  position: relative;
}
.checkbox-custom,
.radio-custom,
#tab-container .label {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}



#tab-container .show-password {
  border: 6px solid transparent;
  color: transparent;
  display: inline-block;
  height: 30px;
  float: right;
  right: 4px;
  position: absolute;
  top: 37px;
  transition: all .2s;
  vertical-align: middle;
  width: 26px;
}
#tab-container .show-password::after {
  background-color: #b6bf05;
  border-radius: 7px;
  content: "";
  display: block;
  height: 14px;
  left: 6px;
  opacity: 0.5;
  position: relative;
  top: 2px;
  transition: all .2s;
  width: 14px;
}
#tab-container .show-password:active {
  border-radius: 20px;
  border-top-color: #b6bf05;
}
#tab-container .show-password:hover::after {
  opacity: 1;
}


.checkbox:checked + .checkbox-custom::before,
.radio:checked + .radio-custom::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: #bfc30b;
  border-radius: 2px;
}
.radio-custom,
.radio:checked + .radio-custom::before {
  border-radius: 50%;
}

#content-2 .styled-text{
  margin-top: -35px;
  margin-left: 30px;
  color: #9e9e9e;
  font-size: 12px;
  text-align: justify;
}

#content-2 .bottom-submit {
  margin-top: 16px;
  text-align: center;
}

#content-2 .styled-buttom{
  margin-top: 19px;
}
.margin-15-8{
  margin-top: 15px;
  margin-bottom: 8px;
}

.margin-15{
  margin-top: -15px !important;
}

#content-1 input[type=checkbox]{
  width: 20px;
  height: 16px;
}

#content-1 p.left img {
  float: left;
  margin-right: 1em;
}
#content-1 p.last {
  margin-bottom: 0;
}

#content-2 p {
  float: left;

}
#content-2 p.column-right {
  margin-left: 3%;
}
#content-2 p img {
  display: block;
  margin: 0 auto 1em auto;
}


#tab-container input#tab-1:checked ~ #content #content-1,
#tab-container input#tab-2:checked ~ #content #content-2,
#tab-container input#tab-3:checked ~ #content #content-3 {
  opacity: 1;
  z-index: 100;
  width: 99%;
}

input.visible {
  visibility: visible !important;
}



#content-4 .demo {

  padding: 28px 0px;
}


ul.zakaz-hist-ul {
  margin: 0;

  display: flex;
  color: rgb(49, 64, 72);
  font-size: 14.602px;
}
ul.zakaz-hist-ul li {
  display: inline;
  margin-right: 0px;
  /*border-bottom: 3px solid #d6d6d6;*/
  padding-bottom: 15px;
  padding-top: 15px;
}



#table-more-info{

  width: 96%;
}

#table-more-info .text{
  padding: 15px;
  width: 160px;
  padding-top: 11px;
  vertical-align: top;
}

#table-more-info img{
  max-height: 85px;
}


#table-more-info .cena{
  padding: 0px 2px;
  vertical-align: top;
}

#table-more-info .tr-more{
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}

#table-more-info .tr-more p{

  font-size: 12px;
  font-weight: 300;
}




#table-more-info .kolvo{
  padding: 0px 5px;
  vertical-align: top;
}

#table-more-info .itog{
  padding: 0px 0px;
  vertical-align: top;
}

#content-4 .hide,
#content-4 .hide + label ~ div {
  display: none;
}

#content-4 .hide + label {
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: pointer;
  display: inline-block;
  border-bottom: 2px solid #d6d6d6;
}

#content-4 .hide:checked + label {
  color: red;
  border-bottom: 0;
}

#content-4 .hide:checked + label + div {
  display: block;
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 20px;


}

#content-4 .oplata-bottom{
  border-radius: 4px;
  color: #fff;
  font-size: 13.333px;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  height: 47px;
  line-height: 3.6em;
  width: auto;
  padding: 0 20px;
  text-align: center;
  margin-left: 0px;
  position: relative;
  float: right;
  top: -48px;
  text-decoration: none;
  background: #b9be00;
  transition: 0.2s;
}



#content-4 .oplata-bottom:hover{
  opacity: 0.8;

}



@-moz-keyframes fade {
  from { opacity: 0; }
  to { opacity: 1 }
}
@-webkit-keyframes fade {
  from { opacity: 0; }
  to { opacity: 1 }
}
@keyframes fade {
  from { opacity: 0; }
  to { opacity: 1 }
}
#content-4 .hide + label:before {
  color: #b8be00;
  content: '';
  background: url(/bitrix/templates/zg_newdesign/css/../img/left.png);
  display: block;
  float: right;
  font-size: 16px;
  font-weight: bold;
  height: 12px;

  margin: 32px -6px;

  width: 12px;
  background-repeat-x: no-repeat;

}


#content-4 .hide:checked + label:before {
  color: #b8be00;
  content: '';
  background: url(/bitrix/templates/zg_newdesign/css/../img/down.png);
  display: block;
  float: right;
  font-size: 16px;
  font-weight: bold;
  height: 9px;

  margin: 34px -6px;

  width: 12px;
}

#content-4 p{
  line-height: 1.5;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 300;
}

#content-4 .column-1{
  width: 102%;
}

#content-4 .column-2{
  width: 28%;
}

#content-4 .column-3{
  width: 67%;
  padding-right: 25px;
  text-align: right;
}

#content-4 .cost{
  color: #b8be00;
  font-size: 16px;

}




#content-4 .cost-red{
  color: #e04641;
  font-size: 16px;

}



#content-5{
  padding: 77px 10px 50px 73px;
}

#content-5 .first{
  display: inline-block;
  color: #3c3c3c;
  width: 40%;
  position: relative;
}

#content-5 .text-bold{
  color: #3c3c3c;
  font-weight: 600;
}

#content-5 .text-edit{
  padding-left: 20px;
}


#content-5 .text-edit a:link{
  color: #b9be00;
}

#content-5 .text-edit a:hover{
  color: #b0b500;
}

#content-5 .text-edit a:active{
  color: #b9be00;
}

#content-5 .text-edit a:visited{
  color: #b9be00;
}

#content-5 .text-edit img{
  padding-right: 5px;
}






.padding-9{
  padding-top: 11px;
}

.padding-9-20{
  padding-top: 11px;
  padding-bottom: 20px;
}


@media screen and (max-width: 760px) {

  #content-4 .oplata-bottom {
    border-radius: 4px;
    color: #fff;
    font-size: 13.333px;
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    height: 47px;
    line-height: 3.6em;
    width: auto;
    margin: 0 auto;
    padding: 2px 20px;
    text-align: center;
    margin-left: 0px;
    position: relative;
    top: 10px;
    text-decoration: none;
    background: #b9be00;
    transition: 0.2s;
    float: none;
  }

  #content-4 .cost {
    color: #b8be00;
    font-size: 14px;
  }
}

.green-z{
  color:#b6bf05;
}

header .personal-area {
  border-bottom: 1px solid #606060;
  padding: 5px;
  float: right;
  margin-top: -5px;
  margin-right: 21px;
  padding-bottom: 2px;
}

header .lk{
  font-size: 14px;
  padding-bottom: 22px;
  position: relative;
  bottom: 2px;
}

@media (min-width: 1030px) and (max-width: 1340px){
  header .lk{
    display: none;
  }

  header .personal-area img {
    margin-left: 0px !important;
  }

  header .personal-area {
    border-bottom: none;
    padding: 5px;
    float: right;
    margin-top: 31px;
    margin-right: 0px;
    padding-bottom: 2px;
  }
}

@media (max-width: 1030px){
  header .lk{
    display: none;
  }

  header .personal-area img {
    margin-left: 0px !important;

  }

  header .main_menu {
    float: left;
    margin-left: 206px;
    margin-top: 20px;
    /*width: 42%;*/
  }

}


@media (min-width:769px) and (max-width: 800px){
  header .lk{
    display: none;
  }

  header .personal-area img {
    margin-left: 0 !important;
  }

  header .main_menu {
    float: left;
    margin-left: 192px;
    margin-top: 7px;
    width: 33%;
  }

}

header .personal-area a{
  color: #b6bf05;
  text-decoration: none;
}

header .personal-area img{
  margin-left: 8px;
  margin-top: -3px;
  margin-right: -3px;
}

header .personal-area_exit {
  padding: 5px 5px 2px;
  float: right;
  margin-top: -5px;
  margin-right: 21px;
}

header .personal-area_exit a {
  color: #606060;
  text-decoration: none;
}

header .personal-area_exit img {
  margin-left: 8px;
  margin-top: -3px;
  margin-right: -3px;
}

.edit-form .padding-9-20 {
  padding: 10px 0;
}

.edit-form__field {
  all: unset;
  padding: 0 10px;
  line-height: 24px;
  font-weight: bold;
  border: 1px solid transparent;
  transition: 0.25s all ease-in-out;
}

.edit-form__field:not([readonly]) {
  background: rgba(184, 187, 0, 0.05);
  border-color: rgba(184, 187, 0, 0.5);
}

.edit-form .padding-9-20 .edit-form__field:focus:not([readonly]) {
  background: rgba(184, 187, 0, 0.05);
  border-color: #b8bb00;
  border-style: solid;
}

label {
  cursor: pointer;
}

@media (min-width: 1030px) and (max-width: 1425px) {
  header .main_menu {
    float: left;
    margin-left: 0px;
    margin-top: 40px;
  }

  header .main_menu > ul > li {
    margin-right: 14px;
    float: left;
    position: relative;
  }
}
/*
@media (max-width: 500px) {
  header .pda {
    background: #3c3c3c url(/bitrix/templates/zg_newdesign/css/../img/pda_logo.png) 37% center no-repeat !important;
  }
}*/

header .pda .pda_personal {
  width: 25px;
  height: 24px;
  background: url(/bitrix/templates/zg_newdesign/css/../img/resonal_1.png);

  position: absolute;
  right: 88px;
  top: 50%;
  margin-top: -19px;
}

header .pda .pda_personal_exit {
  width: 25px;
  height: 24px;
  background: url(/bitrix/templates/zg_newdesign/css/../img/icons8-exit.png);
  position: absolute;
  right: 54px;
  top: 50%;
  margin-top: -18px;
  background-size: cover;
}

/* End */


/* Start:/bitrix/templates/zg_newdesign/js/owlCarousel_2.0.0/css/owl.carousel.css?16196138141981*/
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* End */


/* Start:/bitrix/templates/zg_newdesign/js/owlCarousel_2.0.0/css/owl.carousel.plugins.css?16196138142822*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}



/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}



/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}



/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/zg_newdesign/js/owlCarousel_2.0.0/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* End */


/* Start:/bitrix/templates/zg_newdesign/js/owlCarousel_2.0.0/css/owl.theme.default.css?16196138141284*/
/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}
.owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #ff4313;
}

/* End */


/* Start:/bitrix/templates/zg_newdesign/fancyBox/jquery.fancybox.css?17308281424895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/zg_newdesign/fancyBox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/zg_newdesign/fancyBox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/zg_newdesign/fancyBox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/zg_newdesign/fancyBox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/zg_newdesign/fancyBox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/zg_newdesign/fancyBox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/templates/zg_newdesign/fancyBox/themes.css?1730828142890*/
.product_popup,
#product_popup {
    max-width: 480px;
}
.product_popup .fancybox-skin,
.gift_popup .fancybox-skin {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #ffffff;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.fancybox-skin::-webkit-scrollbar {
    width: 0;
}
.product_popup .fancybox-opened .fancybox-skin,
.gift_popup .fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.product_popup .fancybox-close {
    background: url("/bitrix/templates/zg_newdesign/fancyBox/themes_img/productpopup_close.png") center center no-repeat;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
}
.gift_popup .fancybox-close {
    display: none;
}
@media screen and (max-width: 500px) {
.product_popup,
#product_popup {
    max-width: 95vw;
}
}
/* End */


/* Start:/bitrix/templates/zg_newdesign/fancyBox/helpers/jquery.fancybox-buttons.css?17308281422447*/
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('/bitrix/templates/zg_newdesign/fancyBox/helpers/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
/* End */


/* Start:/bitrix/templates/zg_newdesign/js/jQueryFormStyler-master/jquery.formstyler.css?161961381412667*/
.jq-checkbox {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 12px;
	height: 12px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	box-shadow: inset 0 -3px 6px #AAA;
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: .55;
}


.jq-radio {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: .55;
}


.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
	text-align: left; /* для Opera Presto */
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/bitrix/templates/zg_newdesign/components/bitrix/sale.basket.basket/page_basket/style.min.css?161961381241561*/
@font-face{font-family:'rubleBitrix';src:url(/bitrix/templates/zg_newdesign/components/bitrix/sale.basket.basket/page_basket/font/bitrixrub-regular.ttf) format("truetype");font-weight:normal}.symbol_ruble{font-family:'rubleBitrix',Arial,sans-serif}.basket-checkout-container{display:-webkit-box;display:flex;display:-ms-flexbox;-ms-flex-pack:justify;margin-bottom:20px;padding:15px 25px;border:1px solid #e2dfdf;border-radius:2px;background-color:#fff;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.basket-checkout-container.basket-checkout-container-fixed{position:fixed;top:0;z-index:100;opacity:1;transition:opacity 250ms ease}.basket-checkout-container.basket-checkout-container-fixed-hide{opacity:0}.basket-coupon-section{-webkit-box-flex:2;-ms-flex:2;flex:2}.basket-coupon-block-field-description{color:#a1a1a1;font:400 12px/18px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-coupon-block-field{padding-right:10px;min-width:235px;-webkit-box-flex:1;-ms-flex:1;flex:1}.basket-coupon-block-coupon-btn{position:absolute;top:50%;right:10px;display:block;margin-top:-4px;padding:0;width:8px;height:8px;border:0;border-right:2px solid #8da3ad;border-bottom:2px solid #8da3ad;border-radius:0;background-color:transparent;content:"";cursor:pointer;transform:rotate(-45deg)}.basket-coupon-alert-section{width:100%}.basket-coupon-alert{display:flex;margin-top:2px;margin-bottom:2px;padding-top:3px;padding-bottom:3px;min-height:0;width:100%;font:400 13px/14px "Helvetica Neue",Helvetica,Arial,sans-serif!important;flex-wrap:nowrap;align-items:flex-start}.basket-coupon-text{position:relative;display:block;padding-left:18px;word-break:break-all;word-break:break-word}.text-muted .basket-coupon-text:after{position:absolute;top:0;left:2px;width:6px;height:10px;border-right:2px solid #7ad500;border-bottom:2px solid #7ad500;content:'';transform:rotate(45deg)}.basket-coupon-alert .close-link{margin-left:10px;border-bottom:1px dotted;color:#3e86de;text-decoration:none;font:400 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif;opacity:1;cursor:pointer;transition:220ms ease all}.basket-coupon-alert .close-link:hover{border-color:transparent}@media(max-width:991px){.basket-checkout-container{flex-direction:column}.basket-coupon-section{-ms-flex-order:1;max-width:100%;width:100%;-webkit-box-ordinal-group:2;order:1}.basket-coupon-alert-section{-ms-flex-order:2;margin-bottom:15px;-webkit-box-ordinal-group:3;order:2}.basket-coupon-block-field{padding-right:0;min-width:100%}.basket-coupon-block-field .form-group{display:inline-block;margin-bottom:10px;width:100%}.basket-coupon-block-field .form-control{display:block;width:100%}}.basket-checkout-section{-webkit-box-flex:3;-ms-flex:3;flex:3}.basket-checkout-section-inner{display:-ms-flexbox;display:-webkit-box;display:flex;justify-content:flex-end}.basket-checkout-block-total{padding-top:21px;padding-right:10px;text-align:right}.basket-checkout-block-total-inner{display:inline-block;max-width:100%;text-align:left}.basket-checkout-block-total-title{color:#2f3435;font:400 20px/24px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-checkout-block-total-description{color:#a1a1a1;font:400 12px/16px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-checkout-block-total-price{padding-left:10px;text-align:right}.basket-checkout-block-total-price-inner{position:relative;display:inline-block;padding-top:17px;text-align:right}.basket-coupon-block-total-price-current{margin-bottom:7px;color:#2f3435;text-align:right;white-space:nowrap;font:400 36px/36px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;transition:180ms text-shadow ease,180ms color ease}.basket-coupon-block-total-price-old{position:absolute;top:3px;right:0;color:#a1a1a1;text-align:right;font:400 18px/16px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-coupon-block-total-price-old:after{position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);background-size:100% 100%;content:''}.basket-coupon-block-total-price-difference{display:inline-block;padding:5px 6px 6px;background:#d1ecf1;color:#179ebb;text-align:center;font:400 13px/12px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-checkout-block-btn{padding-top:13px;padding-left:15px;text-align:right}.basket-btn-checkout{border-radius:2px;font-weight:bold;font-size:16px}.basket-notification-section{width:100%}.basket-block-notification{position:relative;display:block;margin-top:10px;padding:8px 15px;min-width:100%;width:100%;border-radius:1px;background-color:#edf8e0;color:#6a9997;font:400 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-block-notification:after{position:absolute;top:-7px;right:80px;width:16px;height:16px;background-color:#edf8e0;content:'';transform:rotate(45deg);transform-origin:50% 50%}@media(max-width:991px){.basket-checkout-block-btn{flex:1}.basket-checkout-section{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}.basket-notification-section{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}}@media(max-width:580px){.basket-checkout-block-btn{padding-left:0;min-width:100%;max-width:100%;width:100%;flex:auto}.basket-checkout-section-inner{flex-wrap:wrap}.basket-checkout-block-total{min-width:150px}.basket-checkout-block-total-price{text-align:right}.basket-btn-checkout{margin:10px 0;width:100%}.basket-block-notification:after{top:-3px;right:auto;left:50%;transform:rotate(45deg) translateX(-50%)}}@media(max-width:460px){.basket-checkout-block{display:block;min-width:100%;width:100%}.basket-checkout-block-total{text-align:left}}.basket-items-list-wrapper,.basket-items-list-wrapper-compact{margin-bottom:15px;border:1px solid #e2dfdf}.basket-items-list-header{display:-webkit-box;display:flex;display:-ms-flexbox;-ms-flex-align:center;padding:13px 25px;border-bottom:1px solid #e2dfdf;background:#f2f2f2;transition:300ms padding ease;-webkit-box-align:center;align-items:center}.basket-items-list-header.basket-items-list-header-fixed{position:fixed;top:0;z-index:99;margin-left:-1px;border:1px solid #e2dfdf}.basket-items-list-wrapper-light .basket-items-list-header{display:none!important}.basket-items-list-header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:bold 15px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;transition:300ms all ease;-webkit-box-flex:1;-ms-flex:1;flex:1}.basket-items-search-field+.basket-items-list-header-title{padding-left:10px}.basket-items-search-field+.basket-items-list-header-filter{padding-left:10px;text-align:right;-webkit-box-flex:3;-ms-flex:3;flex:3}.basket-items-search-field .form-control{z-index:1}.basket-items-list-header-filter-item{margin-left:5px;border-bottom:1px dotted;color:#3e86de;text-decoration:none;font:bold 13px/14px "Helvetica Neue",Helvetica,Arial,sans-serif;cursor:pointer;transition:220ms ease}.basket-items-list-header-filter-item:hover{color:#2462de;text-decoration:none}.basket-items-list-header-filter-item.active{border-bottom:0;color:#2f3435;text-decoration:none;cursor:default}.basket-items-search-field{transition:300ms all ease;-webkit-box-flex:1;-ms-flex:1;flex:1}.basket-items-search-field .input-group-addon{white-space:nowrap;-ms-flex-wrap:wrap}.basket-items-search-field button.close{position:relative;bottom:-1px;display:inline-block;float:none;line-height:11px}@media(max-width:991px){.basket-items-list-header{padding:10px 9px 11px}.basket-items-list-header-title{font-size:12px;line-height:15px}}@media(max-width:767px){.basket-items-list-header{flex-direction:column}.basket-items-search-field{width:100%}}.basket-items-list-container{position:relative;overflow:hidden;width:100%}.basket-items-list-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;background-color:#fff;opacity:.7;animation-name:ShowOverlay;animation-duration:200ms}@-webkit-keyframes ShowOverlay{0%{opacity:0}100%{opacity:.7}}@keyframes ShowOverlay{0%{opacity:0}100%{opacity:.7}}.basket-items-list{position:relative;padding:0 25px}.basket-items-list-table{width:100%;border-collapse:collapse}.basket-items-list-item-container{position:relative}.basket-items-list-item-container>td{border-top:1px solid #f2f2f2}.basket-items-list-wrapper-compact .basket-items-list-item-container>td{padding-bottom:12px}.basket-items-list-item-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;background-color:#fff;opacity:.7}.basket-items-list-item-container.basket-items-list-item-container-gift,.basket-items-list-item-container.basket-items-list-item-container-gift>td,.basket-items-list .basket-items-list-item-container:first-child>td{border-top:none!important}@media(max-width:767px){.basket-items-list-item-container.basket-items-list-item-container-gift,.basket-items-list-item-container.basket-items-list-item-container-gift>td,.basket-items-list .basket-items-list-item-container:first-child>td{margin:0;padding-top:0;border-top:none!important}}.basket-items-list-item-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;background-color:#fff;opacity:.7}.basket-items-list-item-descriptions{padding-top:20px;width:100%;vertical-align:top;order:1}.basket-items-list-item-descriptions-inner{position:relative;display:-ms-flexbox;display:-webkit-box;display:flex}.basket-item-block-image{position:relative;-ms-flex-order:1;padding-right:15px;padding-bottom:10px;min-width:48px;max-width:148px;width:100%;text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-ordinal-group:2;order:1}.basket-items-list-wrapper-compact .basket-item-block-image{display:block;padding-bottom:0;min-width:32px;max-width:50px;width:auto;height:auto}.basket-item-image-link{position:relative;display:inline-block}.basket-item-image{display:inline-block;max-width:100%;max-height:100%;width:100%;height:auto;transition:300ms all ease}.basket-items-list-wrapper-compact .basket-item-image{max-width:50px;max-height:50px}.basket-item-image:hover{border-color:#ee9200}@media(max-width:580px){.basket-item-block-image{margin-top:10px;margin-bottom:15px;padding-right:0;max-width:100%;width:100%}.basket-item-image{margin:10px auto 15px;padding-right:0;max-width:230px;max-height:400px;width:auto;height:auto}.basket-items-list-item-descriptions-inner{flex-direction:column}.basket-items-list-wrapper-compact .basket-item-block-image{margin-top:0;padding-right:10px}.basket-items-list-wrapper-compact .basket-items-list-item-descriptions-inner{flex-direction:row}}.basket-item-label-text,.basket-item-label-ring{position:absolute;z-index:90;opacity:1;transition:opacity 450ms ease}.basket-items-list-wrapper-compact .basket-item-label-text,.basket-items-list-wrapper-compact .basket-item-label-ring{display:none}.basket-item-label-text span,.basket-item-label-ring{display:inline-block;clear:both;margin-bottom:2px;background:#f42c2c;color:#fff;vertical-align:middle;text-align:center;transition:all 250ms ease}.bx-red .basket-item-label-text span,.bx-red .basket-item-label-ring{background-color:#fba90c}.basket-item-label-text>div,.basket-item-label-ring>div{line-height:0}.basket-item-label-text span{padding:2px 5px;vertical-align:middle;font-weight:bold}.basket-item-label-text.basket-item-label-small span{margin-bottom:1px;padding:2px 7px;font-weight:normal;font-size:12px;line-height:14px}.basket-item-label-text.basket-item-label-big span{padding:4px 10px;font-size:12px;line-height:17px}@media(max-width:767px){.basket-item-label-text>div{line-height:0}.basket-item-label-text.basket-item-label-small span{margin-bottom:1px;padding:2px 7px;font-size:11px;line-height:14px}.basket-item-label-text.basket-item-label-big span{margin-bottom:1px;padding:3px 12px;font-size:13px;line-height:16px}}.basket-item-label-ring{box-sizing:border-box;border-radius:50%;font-weight:bold}.basket-item-label-ring.basket-item-label-small{width:40px;height:40px;font-size:13px;line-height:40px}.basket-item-label-ring.basket-item-label-big{width:50px;height:50px;font-size:18px;line-height:50px}@media(max-width:767px){.basket-item-label-ring.basket-item-label-small{width:24px;height:24px;font-size:8px;line-height:24px}.basket-item-label-ring.basket-item-label-big{width:30px;height:30px;font-size:12px;line-height:30px}}.basket-item-label-top{top:-2px}.basket-item-label-center{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.basket-item-label-center>div{text-align:center}.basket-item-label-left{left:-2px}.basket-item-label-left>div{text-align:left}.basket-item-label-bottom{bottom:-2px}.basket-item-label-middle{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.basket-item-label-right{right:-2px}.basket-item-label-right>div{text-align:right}.basket-item-label-center.product-item-label-middle{-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.basket-item-block-info{-ms-flex-order:2;padding:0;-webkit-box-flex:3;-ms-flex:3;flex:3;-webkit-box-ordinal-group:3;order:2}@media(max-width:580px){.basket-item-block-info{-webkit-box-flex:6;-ms-flex:6;flex:6}}.basket-item-info-name,.basket-item-info-name-link{margin:0;padding:0 20px 0 0;color:#2f3435;text-decoration:none;word-break:break-all;word-break:break-word;font:400 16px/26px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;transition:300ms all ease}h2.basket-item-info-name{margin-bottom:5px;padding-top:0}.basket-item-highlighted{background:#ff0}.basket-items-list-wrapper-compact .basket-item-info-name{margin-bottom:5px}.basket-item-info-name-link:hover{text-decoration:underline;cursor:pointer}@media(max-width:768px){.basket-item-info-name,.basket-item-info-name-link{vertical-align:middle;font-size:15px;line-height:17px}.basket-item-info-name{padding-top:10px}}.basket-item-block-common{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-order:4;-ms-flex-pack:end;-ms-flex-align:start;-ms-flex:2;-ms-flex-wrap:nowrap;-ms-flex-line-pack:baseline;flex-wrap:nowrap;-webkit-box-pack:end;-webkit-box-align:start;-webkit-box-ordinal-group:5;-webkit-box-flex:2;justify-content:flex-end;align-content:baseline;align-items:flex-start;flex:2;order:4}.basket-items-list-wrapper-compact .basket-item-block-common{-ms-flex-pack:end;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:end;justify-content:flex-end}@media(max-width:991px){.basket-item-block-common{padding:5px 0;min-width:100%}.basket-items-list-wrapper .basket-item-block-common{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end}.basket-items-list-wrapper .basket-item-block-common>div{-webkit-box-flex:0;-ms-flex:none;flex:none}.basket-items-list-wrapper-compact .basket-item-block-common{-ms-flex-pack:end;padding:17px 0;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;justify-content:flex-end}}@media(max-width:460px){.basket-items-list-wrapper .basket-item-block-common{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:end;align-items:flex-end}.basket-item-price-current{text-align:right}}.basket-item-block-properties{-webkit-box-flex:5;-ms-flex:5;flex:5}.basket-item-property,.basket-item-property-custom{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;padding-bottom:4px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.basket-items-list-wrapper-compact .basket-item-property,.basket-items-list-wrapper-compact .basket-item-property-custom{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:10px;padding-bottom:0;-ms-flex-line-pack:center;align-content:center}.basket-item-property-name,.basket-item-property-custom-name{margin-right:5px;color:#a1a1a1;font:400 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-item-property-value,.basket-item-property-custom-value{color:#4a4a4a;font:bold 12px/16px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-item-property-custom{padding-right:15px}.basket-item-property-custom-content{padding:3px 0}.basket-item-property-custom.basket-item-property-custom-photo{display:block}.basket-item-property-custom-photo .basket-item-property-custom-value{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:start;-ms-flex-align:stretch;min-height:64px;word-spacing:0;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;align-items:stretch;-webkit-box-pack:start;justify-content:flex-start}.basket-item-property-custom-photo .basket-item-property-custom-value span{display:inline-block}.basket-item-custom-block-photo-link{display:block;margin-right:5px}.basket-item-custom-block-photo-item{margin-right:3px;width:auto;height:64px;border:1px solid #e4e4e4;transition:300ms all ease}.basket-item-custom-block-photo-item:hover{border-color:#ee9200}@media(max-width:580px){.basket-item-property-custom{padding-right:0}.basket-items-list-wrapper-compact .basket-item-property-custom{padding-right:10px}}.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-text,.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-image,.basket-items-list-wrapper-compact .basket-item-property.basket-item-scu-color{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.basket-item-property.basket-item-property-scu-text,.basket-item-property.basket-item-property-scu-image,.basket-item-property.basket-item-scu-color{display:block}.basket-item-scu-list{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;padding:0;list-style:none;-ms-flex-wrap:wrap;flex-wrap:wrap}.basket-item-scu-item,.basket-item-scu-item.not-available:hover{position:relative;display:inline-block;margin:2px 3px 3px 0;padding:0;border:1px solid #eeecef;cursor:pointer;transition:300ms all ease;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.basket-item-scu-item:hover,.basket-item-scu-item.selected,.basket-item-scu-item.not-available:hover{border-color:#006cc0}.basket-item-scu-item.selected:hover{cursor:default}.basket-item-scu-item.not-available:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;background:no-repeat center url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%2220%22%20x2%3D%2220%22%20y2%3D%220%22%20stroke-width%3D%221%22%20stroke%3D%22%23a1a1a1%22/%3E%0A%3C/svg%3E);background-size:100% 100%;content:''}.basket-item-scu-item-inner{display:block;transition:300ms all ease}.basket-item-scu-item.not-available .basket-item-scu-item-inner{opacity:.5}.basket-item-scu-color .basket-item-scu-item-inner,.basket-item-property-scu-image .basket-item-scu-item-inner{width:30px;height:30px;border:2px solid #fff;background-position:center;background-size:cover;background-repeat:no-repeat}.basket-items-list-wrapper-compact .basket-item-scu-color .basket-item-scu-item-inner,.basket-items-list-wrapper-compact .basket-item-property-scu-image .basket-item-scu-item-inner{width:16px;height:16px;border:1px solid #fff}.basket-item-property-scu-text .basket-item-scu-item-inner{padding:3px 5px;min-width:30px;text-align:center;font:bold 14px/17px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-items-list-wrapper-compact .basket-item-property-scu-text .basket-item-scu-item-inner{padding:1px 2px;font:bold 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif}@media(max-width:768px){.basket-item-property-name,.basket-item-property-value{font-size:11px}}@media(max-width:580px){.basket-item-block-properties{margin-bottom:10px}.basket-items-list-wrapper-compact .basket-item-block-properties{margin-bottom:0}.basket-item-property-scu-image .basket-item-scu-item-inner,.basket-item-scu-color .basket-item-scu-item-inner{width:20px;height:20px;border:1px solid #fff}.basket-item-property-scu-text .basket-item-scu-item-inner{padding:2px 3px;min-width:25px;text-align:center;font:bold 11px/15px "Helvetica Neue",Helvetica,Arial,sans-serif}}.basket-items-list-item-amount{padding-top:20px;vertical-align:top;order:3}.basket-item-block-amount{position:relative;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:end;-ms-flex-align:start;padding:0 10px;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-pack:end;justify-content:flex-end}.basket-items-list-wrapper-compact .basket-item-block-amount{margin-bottom:0;padding-bottom:0}.basket-item-amount-filed-block{position:relative}.basket-item-amount-filed,.basket-item-block-amount.disabled .basket-item-amount-filed:hover{padding:0;width:60px;height:28px;outline:0;border:1px solid #e4e4e4;border-radius:1px;vertical-align:middle;text-align:center;font:bold 18px/27px "Helvetica Neue",Helvetica,Arial,sans-serif;transition:300ms all ease}.basket-item-block-amount.disabled .basket-item-amount-filed{background-color:#f3f3f3}.basket-item-amount-filed:hover,.basket-item-amount-filed:focus{border-color:#006cc0}.basket-item-amount-filed::-webkit-outer-spin-button,.basket-item-amount-filed::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}.basket-item-amount-filed.basket-updated{animation-name:basketAmountFiledUpdated;animation-duration:600ms}@-webkit-keyframes basketAmountFiledUpdated{0%,100%{border-color:#e4e4e4}50%{border-color:#ee9200}}@keyframes basketAmountFiledUpdated{0%,100%{border-color:#e4e4e4}50%{border-color:#ee9200}}.basket-item-amount-btn-plus,.basket-item-amount-btn-minus{position:relative;width:28px;height:28px;cursor:pointer;transition:300ms all ease;-webkit-user-select:none}.basket-item-amount-btn-plus:hover,.basket-item-amount-btn-minus:hover{background-color:#efefef}.basket-item-block-amount.disabled .basket-item-amount-btn-plus,.basket-item-block-amount.disabled .basket-item-amount-btn-minus{background-color:transparent;cursor:default}.basket-item-amount-btn-plus:before,.basket-item-amount-btn-plus:after,.basket-item-amount-btn-minus:after{position:absolute;top:50%;left:50%;margin-top:-1px;margin-left:-5px;width:10px;height:2px;background-color:#979797;content:"";transition:300ms all ease}.basket-item-amount-btn-plus:hover:before,.basket-item-amount-btn-plus:hover:after,.basket-item-amount-btn-minus:hover:after{background-color:#535353}.basket-item-block-amount.disabled .basket-item-amount-btn-plus:before,.basket-item-block-amount.disabled .basket-item-amount-btn-plus:after,.basket-item-block-amount.disabled .basket-item-amount-btn-minus:after{background-color:#f3f3f3}.basket-item-amount-btn-plus:before{margin-top:-5px;margin-left:-1px;width:2px;height:10px}.basket-item-amount-field-description{position:absolute;top:calc(100% + 1px);right:0;left:0;color:#a1a1a1;text-align:center;font:italic 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif}@media(max-width:991px){.basket-item-block-amount{position:relative;-ms-flex-pack:center;margin-bottom:13px;-webkit-box-pack:center;justify-content:center}.basket-item-amount-btn-plus,.basket-item-amount-btn-minus{border:1px solid #e4e4e4;background-color:#f5f6f7}.basket-item-amount-btn-plus{border-left:none;border-radius:0 1px 1px 0}.basket-item-amount-btn-minus{border-right:0;border-radius:1px 0 0 1px}}@media(max-width:767px){.basket-item-block-amount{padding-top:19px}}@media(max-width:580px){.basket-item-block-amount{padding-top:0}}.basket-items-list-item-price{padding-top:0;vertical-align:top;order:4}.basket-items-list-item-price-for-one{order:2}.basket-item-block-price{position:relative;padding-top:20px;text-align:right;white-space:nowrap}.basket-item-price-title{padding-top:1px;color:#a1a1a1;text-align:right;font:12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-item-price-current{padding-top:1px;color:#2f3435;vertical-align:bottom;line-height:24px}.basket-item-price-current-text{letter-spacing:-.33px;font:400 20px/24px "Helvetica Neue",Helvetica,Arial,sans-serif;transition:180ms text-shadow ease,180ms color ease}.basket-item-price-old{position:absolute;top:5px;right:0;color:#a1a1a1;vertical-align:middle;line-height:15px}.basket-item-price-old-text{position:relative;display:inline-block;font:400 13px/15px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-item-price-old-text:after{position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);background-size:100% 100%;content:''}.basket-item-price-difference{padding:3px;max-width:100%;background:#d1ecf1;color:#179ebb;text-align:center;white-space:normal;font:400 11px/12px "Helvetica Neue",Helvetica,Arial,sans-serif}@media(max-width:767px){.basket-items-list-item-container{display:flex;align-items:flex-start}.basket-items-list-item-descriptions{min-width:100%}}@media(max-width:580px){.basket-items-list-item-price{vertical-align:top;order:5}.basket-items-list-item-price-for-one{order:4}.basket-item-block-price{-ms-flex-direction:column;flex-direction:column;margin-bottom:10px;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex:1;flex:1}.basket-item-price-old{right:10px}.basket-items-list-item-amount{display:block;padding:0 0 20px;min-width:100%}.basket-item-block-price{padding-right:10px;padding-left:10px}.basket-items-list-wrapper-compact .basket-item-block-price{min-width:0;text-align:right}.basket-items-list-wrapper-compact .basket-item-block-price>div{text-align:right}.basket-item-block-price .basket-item-price-difference{-ms-flex-order:1;padding:5px 6px 6px;-webkit-box-ordinal-group:2;order:1}}.basket-items-list-item-remove{padding-top:17px!important;vertical-align:top}.basket-item-block-actions{position:relative;opacity:0;transition:300ms opacity ease}.bx-touch .basket-item-block-actions,.basket-items-list-item-container:hover .basket-item-block-actions{opacity:1}.basket-item-actions-remove{position:relative;display:block;width:25px;height:25px;cursor:pointer}.basket-item-actions-remove:after,.basket-item-actions-remove:before{position:absolute;top:50%;left:50%;width:2px;height:14px;background:#d0021b;content:'';transition:300ms background-color ease}.basket-item-actions-remove:after{transform:translate3d(-50%,-50%,0) rotate(45deg)}.basket-item-actions-remove:before{transform:translate3d(-50%,-50%,0) rotate(-45deg)}.basket-item-actions-remove:hover:after,.basket-item-actions-remove:hover:before{background-color:#7e000f}.basket-item-block-info .basket-item-actions-remove{position:absolute;top:-4px;right:0}.basket-items-list-wrapper-compact .basket-item-block-actions{position:relative;top:auto;right:auto;padding-left:10px}@media(max-width:767px){.basket-items-list-table,.basket-items-list-table thead,.basket-items-list-table tbody,.basket-items-list-table tr{display:block!important}tr.basket-items-list-item-container{display:-ms-flexbox!important;display:-webkit-box!important;display:flex!important;-ms-flex-pack:center;-ms-flex-align:start;padding-top:10px;padding-bottom:10px;border-top:1px solid #f2f2f2;-webkit-box-align:flex-start;align-items:flex-start;-webkit-box-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.basket-items-list-table tr.basket-items-list-item-container:first-child,.basket-items-list-table tbody tr.basket-items-list-item-container:first-child{border:0}.basket-items-list .basket-items-list-item-container>td{border-top:0}td.basket-items-list-item-amount,td.basket-items-list-item-price,td.basket-items-list-item-remove{display:inline-block}td.basket-items-list-item-descriptions{padding-bottom:10px;min-width:100%}td.basket-items-list-item-descriptions,td.basket-items-list-item-notification{display:block;padding-top:0}.basket-items-list-item-price{padding:3px 0}td.basket-items-list-item-remove{padding:34px 0 0!important}}@media(max-width:580px){.basket-items-list-item-price .basket-item-block-price .basket-item-price-title{display:block}td.basket-items-list-item-remove{display:block;padding:0}td.basket-items-list-item-remove{padding:0!important;text-align:center}.basket-item-block-actions{display:inline-block}}.basket-items-list-item-notification-inner{position:relative;transition:220ms all ease}.basket-items-list-item-container.basket-items-list-item-container-expend{display:table-row}.basket-items-list-item-container-expend .basket-items-list-item-removed-container{position:relative;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-ms-flex-align:center;padding:10px 0;border-radius:2px;background-color:#e6f8fe;color:#333;text-align:center;transition:300ms all ease;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between}.basket-items-list-item-container-expend .basket-items-list-item-removed-container div{padding:0 10px;text-align:left}@-webkit-keyframes ShowNote{0%{opacity:0}0%,50%{background-color:#fff}50%,100%{opacity:1}100%{background-color:#e6f8fe}}@keyframes ShowNote{0%{opacity:0}0%,50%{background-color:#fff}50%,100%{opacity:1}100%{background-color:#e6f8fe}}@media(max-width:768px){.basket-items-list-item-container-collapse .basket-items-list-item-removed-container{-ms-flex-direction:column;flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal}.basket-items-list-item-container-collapse .basket-items-list-item-removed-container div{text-align:center}}.basket-items-list-item-container-collapse .basket-item-block-info,.basket-items-list-item-container-collapse .basket-item-block-common,.basket-items-list-item-container-collapse .basket-item-block-image{opacity:0}.basket-items-list-item-container.basket-items-list-item-container-collapse>td>div{overflow:hidden;height:80px;opacity:0}.basket-items-list-item-removed-block{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.basket-items-list-item-removed-block .faded{color:#ccc;cursor:default}.basket-items-list-item-removed-anchor{border-bottom:1px dashed;color:#333;font-weight:bold}.basket-items-list-item-clear-btn{position:relative;display:inline-block;margin-left:10px;width:25px;height:25px;cursor:pointer}.basket-items-list-item-clear-btn:after,.basket-items-list-item-clear-btn:before{position:absolute;top:50%;left:50%;width:2px;height:14px;background:#d0021b;content:'';transition:300ms background-color ease}.basket-items-list-item-clear-btn:after{transform:translate3d(-50%,-50%,0) rotate(45deg)}.basket-items-list-item-clear-btn:before{transform:translate3d(-50%,-50%,0) rotate(-45deg)}.basket-items-list-item-clear-btn:hover:after,.basket-items-list-item-clear-btn:hover:before{background-color:#7e000f}.basket-items-list-item-double{margin:10px 0}.basket-items-list-item-double>div{margin-bottom:10px;padding:5px 35px 5px 15px}.basket-items-list-item-double-anchor,.basket-items-list-item-double-anchor:visited{border-bottom:1px dashed;color:#333;text-decoration:none}.basket-items-list-item-double-anchor:hover{color:#23527c}.basket-items-list-item-warning-container{margin:10px 0}.basket-items-list-item-warning-container>div{margin-bottom:10px;padding:5px 35px 5px 15px}.basket-items-list-wrapper-compact .basket-items-list-item-container{-ms-flex-align:start;padding:17px 0;align-items:flex-start}.basket-item-gifts-list-container{position:relative;margin-bottom:20px;border:1px solid #fceb9f;background:#fffef8}.basket-item-gifts-list-container:after{position:absolute;top:-10px;left:90px;display:block;width:17px;height:17px;background-color:#fceb9f;content:'';-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.basket-item-gifts-list-title{padding:12px 17px;background-color:#fceb9f;color:#5b5848;font:bold 15px/18px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-item-gifts-list{padding:15px}.basket-items-list-gift-item{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;border-bottom:1px solid #f3f2ed;-webkit-box-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.basket-item-gifts-list .basket-items-list-gift-item:last-child{border-bottom:0}.basket-item-gift-image-container{padding:10px 0;min-width:48px;max-width:100%;width:168px;text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.basket-item-gift-image-link{display:inline-block}.basket-item-gift-image{display:inline-block;max-width:100%;max-height:69px;width:auto;height:auto}.basket-item-gift-title-container{padding:5px 15px;width:100%;-webkit-box-flex:9;-ms-flex:9;flex:9}.basket-item-gift-title-link{color:#333;font:400 15px/20px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;transition:300ms all ease}@media(max-width:580px){.basket-item-gift-title-link{font-size:13px}}.basket-item-gift-price-container{text-align:right;-webkit-box-flex:2;-ms-flex:2;flex:2}.basket-item-gift-price-current{color:#2f3435;font:400 22px/26px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-item-gift-price-old{color:#a1a1a1;text-decoration:line-through;font:400 13px/16px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-item-gift-price-difference{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;padding:5px 6px 6px;background:#e2f0cb;color:#525c69;text-align:center;text-transform:uppercase;font:bold 9px/12px "Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-box-align:center;align-items:center}@media(max-width:580px){.basket-items-list-gift-item{-ms-flex-wrap:wrap;flex-wrap:wrap}.basket-item-gift-price-container{min-width:100%}}.basket-gifts-list-wrapper,.basket-gifts-list-wrapper-compact{margin-bottom:15px;border:1px solid #e2dfdf}.basket-gifts-list-header{padding:18px 25px 20px;border-bottom:1px solid #e2dfdf;background:#f2f2f2;font:bold 15px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;transition:300ms all ease}.basket-clear{cursor:pointer;pointer-events:auto}.basket-clear:after,.basket-clear:before{position:absolute;top:50%;left:50%;width:2px;height:14px;background:#a1a1a1;content:'';transition:300ms background-color ease}.basket-clear:after{transform:translate3d(-50%,-50%,0) rotate(45deg)}.basket-clear:before{transform:translate3d(-50%,-50%,0) rotate(-45deg)}.basket-clear:hover:after,.basket-clear:hover:before{background-color:#333}@media(max-width:991px){.basket-gifts-list-header{padding:10px 9px 11px;font-size:12px;line-height:15px}}.basket-gifts-list{padding:0 25px}.basket-gifts-description-container{padding:11px;color:#868d96;text-align:center;font:400 13px/15px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-gifts-list-item-container{position:relative;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;overflow:hidden;padding:20px 0;border-top:1px solid #f2f2f2;transition:300ms all ease;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;align-items:center}.basket-gifts-list-item-container:first-child{border-top:0}.basket-gift-block-image{padding:5px 15px 5px 0;min-width:50px;max-width:50px}.basket-gift-image-link{display:inline-block}.basket-gift-image{display:inline-block;max-width:100%;max-height:168px;width:auto;height:auto;transition:300ms all ease}.basket-gift-block-info{-webkit-box-flex:1;-ms-flex:1;flex:1}.basket-gift-info-name,.basket-gift-info-name-link{margin:0;padding:0;color:#2f3435;text-decoration:none;font:400 15px/19px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;transition:300ms all ease}.basket-gift-info-name-link:hover{text-decoration:underline;cursor:pointer}.basket-gift-block-common{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:center;align-content:center}.basket-gift-item-select-btn-container{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;align-items:center}.basket-gift-item-selected{padding:0 10px;color:#b6bbbf;font:400 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-gift-item-select-btn-label{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;margin-bottom:0;-webkit-box-align:center;align-items:center}.basket-gift-item-select-input{display:none}.basket-gift-item-select-btn-radio{position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:10px;width:20px;height:20px;border:10px solid #fff;border-radius:50%;background:#468ee5;-webkit-box-shadow:0 0 0 1px #828b95;box-shadow:0 0 0 1px #828b95;cursor:pointer;transition:190ms all ease}.basket-gift-item-select-input:checked+.basket-gift-item-select-btn-radio{border-width:5px}.basket-gift-item-select-btn-text{text-transform:lowercase;font:bold 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif;cursor:pointer}.basket-gift-item-select-btn-checkbox{position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:10px;width:19px;height:19px;border:1px solid #828b95;border-radius:2px;background-color:#fff;cursor:pointer}.basket-gift-item-select-btn-checkbox:after,.basket-gift-item-select-btn-checkbox:before{position:absolute;background-color:#fff;content:'';opacity:0;transition:190ms all ease}.basket-gift-item-select-btn-checkbox:after{top:5px;left:5px;z-index:15;width:3px;height:9px;border-radius:1px;transform:rotate(-45deg)}.basket-gift-item-select-btn-checkbox:before{top:-1px;left:11px;z-index:10;width:5px;height:17px;border:1px solid #fff;border-radius:2px;transform:rotate(45deg)}.basket-gift-item-select-input:checked+.basket-gift-item-select-btn-checkbox:after,.basket-gift-item-select-input:checked+.basket-gift-item-select-btn-checkbox:before{background-color:#468ee5;opacity:1}@media(max-width:797px){.basket-gift-item-select-btn-container{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:end;align-items:flex-end}.basket-gift-item-selected{-ms-flex-order:2;padding-right:0;text-align:right;-webkit-box-ordinal-group:3;order:2}.basket-gift-item-select-btn-label{-ms-flex-order:1;text-align:right;-webkit-box-ordinal-group:2;order:1}}.bx-step-opacity{transition:500ms opacity ease}.basket-search-not-found{position:absolute;top:50%;left:50%;margin:-50px 0 0 0;transform:translate3d(-50%,-50%,0)}.basket-search-not-found-icon{margin:0 auto 80px;width:180px;height:180px;background:no-repeat center url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22182px%22%20height%3D%22182px%22%20viewBox%3D%220%200%20182%20182%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.2%22%20fill%3D%22%23A7ABB0%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%2C70.5%20C17%2C40.9473747%2040.9473747%2C17%2070.5%2C17%20C100.052625%2C17%20124%2C40.9473747%20124%2C70.5%20C124%2C100.052625%20100.052625%2C124%2070.5%2C124%20C40.9473747%2C124%2017%2C100.052625%2017%2C70.5%20M178.408149%2C160.192955%20L129.280894%2C111.056302%20C129.216524%2C111.017683%20129.152154%2C110.991937%20129.100658%2C110.953317%20C136.979557%2C99.5348706%20141.614204%2C85.7220257%20141.614204%2C70.8020936%20C141.614204%2C31.6935917%20109.905496%2C0%2070.8071019%2C0%20C31.7087076%2C0%200%2C31.6935917%200%2C70.8020936%20C0%2C109.910596%2031.7087076%2C141.604187%2070.8071019%2C141.604187%20C85.7152154%2C141.604187%2099.5419113%2C136.969868%20110.948292%2C129.091526%20C110.999788%2C129.143019%20111.012662%2C129.220257%20111.064158%2C129.27175%20L160.204287%2C178.408403%20C164.993422%2C183.197199%20172.846573%2C183.197199%20177.635708%2C178.408403%20L178.408149%2C177.623143%20C183.197284%2C172.834347%20183.197284%2C164.981751%20178.408149%2C160.192955%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);background-size:cover}.basket-search-not-found-text{color:#c0c5ca;text-align:center;font:30px/35px "Helvetica Neue",Helvetica,Arial,sans-serif}
/* End */


/* Start:/bitrix/templates/zg_newdesign/components/bitrix/sale.basket.basket/right_basket/style.min.css?161961381241561*/
@font-face{font-family:'rubleBitrix';src:url(/bitrix/templates/zg_newdesign/components/bitrix/sale.basket.basket/right_basket/font/bitrixrub-regular.ttf) format("truetype");font-weight:normal}.symbol_ruble{font-family:'rubleBitrix',Arial,sans-serif}.basket-checkout-container{display:-webkit-box;display:flex;display:-ms-flexbox;-ms-flex-pack:justify;margin-bottom:20px;padding:15px 25px;border:1px solid #e2dfdf;border-radius:2px;background-color:#fff;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.basket-checkout-container.basket-checkout-container-fixed{position:fixed;top:0;z-index:100;opacity:1;transition:opacity 250ms ease}.basket-checkout-container.basket-checkout-container-fixed-hide{opacity:0}.basket-coupon-section{-webkit-box-flex:2;-ms-flex:2;flex:2}.basket-coupon-block-field-description{color:#a1a1a1;font:400 12px/18px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-coupon-block-field{padding-right:10px;min-width:235px;-webkit-box-flex:1;-ms-flex:1;flex:1}.basket-coupon-block-coupon-btn{position:absolute;top:50%;right:10px;display:block;margin-top:-4px;padding:0;width:8px;height:8px;border:0;border-right:2px solid #8da3ad;border-bottom:2px solid #8da3ad;border-radius:0;background-color:transparent;content:"";cursor:pointer;transform:rotate(-45deg)}.basket-coupon-alert-section{width:100%}.basket-coupon-alert{display:flex;margin-top:2px;margin-bottom:2px;padding-top:3px;padding-bottom:3px;min-height:0;width:100%;font:400 13px/14px "Helvetica Neue",Helvetica,Arial,sans-serif!important;flex-wrap:nowrap;align-items:flex-start}.basket-coupon-text{position:relative;display:block;padding-left:18px;word-break:break-all;word-break:break-word}.text-muted .basket-coupon-text:after{position:absolute;top:0;left:2px;width:6px;height:10px;border-right:2px solid #7ad500;border-bottom:2px solid #7ad500;content:'';transform:rotate(45deg)}.basket-coupon-alert .close-link{margin-left:10px;border-bottom:1px dotted;color:#3e86de;text-decoration:none;font:400 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif;opacity:1;cursor:pointer;transition:220ms ease all}.basket-coupon-alert .close-link:hover{border-color:transparent}@media(max-width:991px){.basket-checkout-container{flex-direction:column}.basket-coupon-section{-ms-flex-order:1;max-width:100%;width:100%;-webkit-box-ordinal-group:2;order:1}.basket-coupon-alert-section{-ms-flex-order:2;margin-bottom:15px;-webkit-box-ordinal-group:3;order:2}.basket-coupon-block-field{padding-right:0;min-width:100%}.basket-coupon-block-field .form-group{display:inline-block;margin-bottom:10px;width:100%}.basket-coupon-block-field .form-control{display:block;width:100%}}.basket-checkout-section{-webkit-box-flex:3;-ms-flex:3;flex:3}.basket-checkout-section-inner{display:-ms-flexbox;display:-webkit-box;display:flex;justify-content:flex-end}.basket-checkout-block-total{padding-top:21px;padding-right:10px;text-align:right}.basket-checkout-block-total-inner{display:inline-block;max-width:100%;text-align:left}.basket-checkout-block-total-title{color:#2f3435;font:400 20px/24px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-checkout-block-total-description{color:#a1a1a1;font:400 12px/16px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-checkout-block-total-price{padding-left:10px;text-align:right}.basket-checkout-block-total-price-inner{position:relative;display:inline-block;padding-top:17px;text-align:right}.basket-coupon-block-total-price-current{margin-bottom:7px;color:#2f3435;text-align:right;white-space:nowrap;font:400 36px/36px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;transition:180ms text-shadow ease,180ms color ease}.basket-coupon-block-total-price-old{position:absolute;top:3px;right:0;color:#a1a1a1;text-align:right;font:400 18px/16px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-coupon-block-total-price-old:after{position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);background-size:100% 100%;content:''}.basket-coupon-block-total-price-difference{display:inline-block;padding:5px 6px 6px;background:#d1ecf1;color:#179ebb;text-align:center;font:400 13px/12px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-checkout-block-btn{padding-top:13px;padding-left:15px;text-align:right}.basket-btn-checkout{border-radius:2px;font-weight:bold;font-size:16px}.basket-notification-section{width:100%}.basket-block-notification{position:relative;display:block;margin-top:10px;padding:8px 15px;min-width:100%;width:100%;border-radius:1px;background-color:#edf8e0;color:#6a9997;font:400 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-block-notification:after{position:absolute;top:-7px;right:80px;width:16px;height:16px;background-color:#edf8e0;content:'';transform:rotate(45deg);transform-origin:50% 50%}@media(max-width:991px){.basket-checkout-block-btn{flex:1}.basket-checkout-section{-ms-flex-order:3;-webkit-box-ordinal-group:4;order:3}.basket-notification-section{-ms-flex-order:4;-webkit-box-ordinal-group:5;order:4}}@media(max-width:580px){.basket-checkout-block-btn{padding-left:0;min-width:100%;max-width:100%;width:100%;flex:auto}.basket-checkout-section-inner{flex-wrap:wrap}.basket-checkout-block-total{min-width:150px}.basket-checkout-block-total-price{text-align:right}.basket-btn-checkout{margin:10px 0;width:100%}.basket-block-notification:after{top:-3px;right:auto;left:50%;transform:rotate(45deg) translateX(-50%)}}@media(max-width:460px){.basket-checkout-block{display:block;min-width:100%;width:100%}.basket-checkout-block-total{text-align:left}}.basket-items-list-wrapper,.basket-items-list-wrapper-compact{margin-bottom:15px;border:1px solid #e2dfdf}.basket-items-list-header{display:-webkit-box;display:flex;display:-ms-flexbox;-ms-flex-align:center;padding:13px 25px;border-bottom:1px solid #e2dfdf;background:#f2f2f2;transition:300ms padding ease;-webkit-box-align:center;align-items:center}.basket-items-list-header.basket-items-list-header-fixed{position:fixed;top:0;z-index:99;margin-left:-1px;border:1px solid #e2dfdf}.basket-items-list-wrapper-light .basket-items-list-header{display:none!important}.basket-items-list-header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:bold 15px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;transition:300ms all ease;-webkit-box-flex:1;-ms-flex:1;flex:1}.basket-items-search-field+.basket-items-list-header-title{padding-left:10px}.basket-items-search-field+.basket-items-list-header-filter{padding-left:10px;text-align:right;-webkit-box-flex:3;-ms-flex:3;flex:3}.basket-items-search-field .form-control{z-index:1}.basket-items-list-header-filter-item{margin-left:5px;border-bottom:1px dotted;color:#3e86de;text-decoration:none;font:bold 13px/14px "Helvetica Neue",Helvetica,Arial,sans-serif;cursor:pointer;transition:220ms ease}.basket-items-list-header-filter-item:hover{color:#2462de;text-decoration:none}.basket-items-list-header-filter-item.active{border-bottom:0;color:#2f3435;text-decoration:none;cursor:default}.basket-items-search-field{transition:300ms all ease;-webkit-box-flex:1;-ms-flex:1;flex:1}.basket-items-search-field .input-group-addon{white-space:nowrap;-ms-flex-wrap:wrap}.basket-items-search-field button.close{position:relative;bottom:-1px;display:inline-block;float:none;line-height:11px}@media(max-width:991px){.basket-items-list-header{padding:10px 9px 11px}.basket-items-list-header-title{font-size:12px;line-height:15px}}@media(max-width:767px){.basket-items-list-header{flex-direction:column}.basket-items-search-field{width:100%}}.basket-items-list-container{position:relative;overflow:hidden;width:100%}.basket-items-list-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;background-color:#fff;opacity:.7;animation-name:ShowOverlay;animation-duration:200ms}@-webkit-keyframes ShowOverlay{0%{opacity:0}100%{opacity:.7}}@keyframes ShowOverlay{0%{opacity:0}100%{opacity:.7}}.basket-items-list{position:relative;padding:0 25px}.basket-items-list-table{width:100%;border-collapse:collapse}.basket-items-list-item-container{position:relative}.basket-items-list-item-container>td{border-top:1px solid #f2f2f2}.basket-items-list-wrapper-compact .basket-items-list-item-container>td{padding-bottom:12px}.basket-items-list-item-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;background-color:#fff;opacity:.7}.basket-items-list-item-container.basket-items-list-item-container-gift,.basket-items-list-item-container.basket-items-list-item-container-gift>td,.basket-items-list .basket-items-list-item-container:first-child>td{border-top:none!important}@media(max-width:767px){.basket-items-list-item-container.basket-items-list-item-container-gift,.basket-items-list-item-container.basket-items-list-item-container-gift>td,.basket-items-list .basket-items-list-item-container:first-child>td{margin:0;padding-top:0;border-top:none!important}}.basket-items-list-item-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;background-color:#fff;opacity:.7}.basket-items-list-item-descriptions{padding-top:20px;width:100%;vertical-align:top;order:1}.basket-items-list-item-descriptions-inner{position:relative;display:-ms-flexbox;display:-webkit-box;display:flex}.basket-item-block-image{position:relative;-ms-flex-order:1;padding-right:15px;padding-bottom:10px;min-width:48px;max-width:148px;width:100%;text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-ordinal-group:2;order:1}.basket-items-list-wrapper-compact .basket-item-block-image{display:block;padding-bottom:0;min-width:32px;max-width:50px;width:auto;height:auto}.basket-item-image-link{position:relative;display:inline-block}.basket-item-image{display:inline-block;max-width:100%;max-height:100%;width:100%;height:auto;transition:300ms all ease}.basket-items-list-wrapper-compact .basket-item-image{max-width:50px;max-height:50px}.basket-item-image:hover{border-color:#ee9200}@media(max-width:580px){.basket-item-block-image{margin-top:10px;margin-bottom:15px;padding-right:0;max-width:100%;width:100%}.basket-item-image{margin:10px auto 15px;padding-right:0;max-width:230px;max-height:400px;width:auto;height:auto}.basket-items-list-item-descriptions-inner{flex-direction:column}.basket-items-list-wrapper-compact .basket-item-block-image{margin-top:0;padding-right:10px}.basket-items-list-wrapper-compact .basket-items-list-item-descriptions-inner{flex-direction:row}}.basket-item-label-text,.basket-item-label-ring{position:absolute;z-index:90;opacity:1;transition:opacity 450ms ease}.basket-items-list-wrapper-compact .basket-item-label-text,.basket-items-list-wrapper-compact .basket-item-label-ring{display:none}.basket-item-label-text span,.basket-item-label-ring{display:inline-block;clear:both;margin-bottom:2px;background:#f42c2c;color:#fff;vertical-align:middle;text-align:center;transition:all 250ms ease}.bx-red .basket-item-label-text span,.bx-red .basket-item-label-ring{background-color:#fba90c}.basket-item-label-text>div,.basket-item-label-ring>div{line-height:0}.basket-item-label-text span{padding:2px 5px;vertical-align:middle;font-weight:bold}.basket-item-label-text.basket-item-label-small span{margin-bottom:1px;padding:2px 7px;font-weight:normal;font-size:12px;line-height:14px}.basket-item-label-text.basket-item-label-big span{padding:4px 10px;font-size:12px;line-height:17px}@media(max-width:767px){.basket-item-label-text>div{line-height:0}.basket-item-label-text.basket-item-label-small span{margin-bottom:1px;padding:2px 7px;font-size:11px;line-height:14px}.basket-item-label-text.basket-item-label-big span{margin-bottom:1px;padding:3px 12px;font-size:13px;line-height:16px}}.basket-item-label-ring{box-sizing:border-box;border-radius:50%;font-weight:bold}.basket-item-label-ring.basket-item-label-small{width:40px;height:40px;font-size:13px;line-height:40px}.basket-item-label-ring.basket-item-label-big{width:50px;height:50px;font-size:18px;line-height:50px}@media(max-width:767px){.basket-item-label-ring.basket-item-label-small{width:24px;height:24px;font-size:8px;line-height:24px}.basket-item-label-ring.basket-item-label-big{width:30px;height:30px;font-size:12px;line-height:30px}}.basket-item-label-top{top:-2px}.basket-item-label-center{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translateX(-50%)}.basket-item-label-center>div{text-align:center}.basket-item-label-left{left:-2px}.basket-item-label-left>div{text-align:left}.basket-item-label-bottom{bottom:-2px}.basket-item-label-middle{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.basket-item-label-right{right:-2px}.basket-item-label-right>div{text-align:right}.basket-item-label-center.product-item-label-middle{-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);-o-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.basket-item-block-info{-ms-flex-order:2;padding:0;-webkit-box-flex:3;-ms-flex:3;flex:3;-webkit-box-ordinal-group:3;order:2}@media(max-width:580px){.basket-item-block-info{-webkit-box-flex:6;-ms-flex:6;flex:6}}.basket-item-info-name,.basket-item-info-name-link{margin:0;padding:0 20px 0 0;color:#2f3435;text-decoration:none;word-break:break-all;word-break:break-word;font:400 16px/26px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;transition:300ms all ease}h2.basket-item-info-name{margin-bottom:5px;padding-top:0}.basket-item-highlighted{background:#ff0}.basket-items-list-wrapper-compact .basket-item-info-name{margin-bottom:5px}.basket-item-info-name-link:hover{text-decoration:underline;cursor:pointer}@media(max-width:768px){.basket-item-info-name,.basket-item-info-name-link{vertical-align:middle;font-size:15px;line-height:17px}.basket-item-info-name{padding-top:10px}}.basket-item-block-common{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-order:4;-ms-flex-pack:end;-ms-flex-align:start;-ms-flex:2;-ms-flex-wrap:nowrap;-ms-flex-line-pack:baseline;flex-wrap:nowrap;-webkit-box-pack:end;-webkit-box-align:start;-webkit-box-ordinal-group:5;-webkit-box-flex:2;justify-content:flex-end;align-content:baseline;align-items:flex-start;flex:2;order:4}.basket-items-list-wrapper-compact .basket-item-block-common{-ms-flex-pack:end;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:end;justify-content:flex-end}@media(max-width:991px){.basket-item-block-common{padding:5px 0;min-width:100%}.basket-items-list-wrapper .basket-item-block-common{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end}.basket-items-list-wrapper .basket-item-block-common>div{-webkit-box-flex:0;-ms-flex:none;flex:none}.basket-items-list-wrapper-compact .basket-item-block-common{-ms-flex-pack:end;padding:17px 0;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;justify-content:flex-end}}@media(max-width:460px){.basket-items-list-wrapper .basket-item-block-common{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:end;align-items:flex-end}.basket-item-price-current{text-align:right}}.basket-item-block-properties{-webkit-box-flex:5;-ms-flex:5;flex:5}.basket-item-property,.basket-item-property-custom{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;padding-bottom:4px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center}.basket-items-list-wrapper-compact .basket-item-property,.basket-items-list-wrapper-compact .basket-item-property-custom{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:10px;padding-bottom:0;-ms-flex-line-pack:center;align-content:center}.basket-item-property-name,.basket-item-property-custom-name{margin-right:5px;color:#a1a1a1;font:400 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-item-property-value,.basket-item-property-custom-value{color:#4a4a4a;font:bold 12px/16px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-item-property-custom{padding-right:15px}.basket-item-property-custom-content{padding:3px 0}.basket-item-property-custom.basket-item-property-custom-photo{display:block}.basket-item-property-custom-photo .basket-item-property-custom-value{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:start;-ms-flex-align:stretch;min-height:64px;word-spacing:0;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;align-items:stretch;-webkit-box-pack:start;justify-content:flex-start}.basket-item-property-custom-photo .basket-item-property-custom-value span{display:inline-block}.basket-item-custom-block-photo-link{display:block;margin-right:5px}.basket-item-custom-block-photo-item{margin-right:3px;width:auto;height:64px;border:1px solid #e4e4e4;transition:300ms all ease}.basket-item-custom-block-photo-item:hover{border-color:#ee9200}@media(max-width:580px){.basket-item-property-custom{padding-right:0}.basket-items-list-wrapper-compact .basket-item-property-custom{padding-right:10px}}.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-text,.basket-items-list-wrapper-compact .basket-item-property.basket-item-property-scu-image,.basket-items-list-wrapper-compact .basket-item-property.basket-item-scu-color{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.basket-item-property.basket-item-property-scu-text,.basket-item-property.basket-item-property-scu-image,.basket-item-property.basket-item-scu-color{display:block}.basket-item-scu-list{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;padding:0;list-style:none;-ms-flex-wrap:wrap;flex-wrap:wrap}.basket-item-scu-item,.basket-item-scu-item.not-available:hover{position:relative;display:inline-block;margin:2px 3px 3px 0;padding:0;border:1px solid #eeecef;cursor:pointer;transition:300ms all ease;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.basket-item-scu-item:hover,.basket-item-scu-item.selected,.basket-item-scu-item.not-available:hover{border-color:#006cc0}.basket-item-scu-item.selected:hover{cursor:default}.basket-item-scu-item.not-available:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;background:no-repeat center url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cline%20x1%3D%220%22%20y1%3D%2220%22%20x2%3D%2220%22%20y2%3D%220%22%20stroke-width%3D%221%22%20stroke%3D%22%23a1a1a1%22/%3E%0A%3C/svg%3E);background-size:100% 100%;content:''}.basket-item-scu-item-inner{display:block;transition:300ms all ease}.basket-item-scu-item.not-available .basket-item-scu-item-inner{opacity:.5}.basket-item-scu-color .basket-item-scu-item-inner,.basket-item-property-scu-image .basket-item-scu-item-inner{width:30px;height:30px;border:2px solid #fff;background-position:center;background-size:cover;background-repeat:no-repeat}.basket-items-list-wrapper-compact .basket-item-scu-color .basket-item-scu-item-inner,.basket-items-list-wrapper-compact .basket-item-property-scu-image .basket-item-scu-item-inner{width:16px;height:16px;border:1px solid #fff}.basket-item-property-scu-text .basket-item-scu-item-inner{padding:3px 5px;min-width:30px;text-align:center;font:bold 14px/17px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-items-list-wrapper-compact .basket-item-property-scu-text .basket-item-scu-item-inner{padding:1px 2px;font:bold 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif}@media(max-width:768px){.basket-item-property-name,.basket-item-property-value{font-size:11px}}@media(max-width:580px){.basket-item-block-properties{margin-bottom:10px}.basket-items-list-wrapper-compact .basket-item-block-properties{margin-bottom:0}.basket-item-property-scu-image .basket-item-scu-item-inner,.basket-item-scu-color .basket-item-scu-item-inner{width:20px;height:20px;border:1px solid #fff}.basket-item-property-scu-text .basket-item-scu-item-inner{padding:2px 3px;min-width:25px;text-align:center;font:bold 11px/15px "Helvetica Neue",Helvetica,Arial,sans-serif}}.basket-items-list-item-amount{padding-top:20px;vertical-align:top;order:3}.basket-item-block-amount{position:relative;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:end;-ms-flex-align:start;padding:0 10px;-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-pack:end;justify-content:flex-end}.basket-items-list-wrapper-compact .basket-item-block-amount{margin-bottom:0;padding-bottom:0}.basket-item-amount-filed-block{position:relative}.basket-item-amount-filed,.basket-item-block-amount.disabled .basket-item-amount-filed:hover{padding:0;width:60px;height:28px;outline:0;border:1px solid #e4e4e4;border-radius:1px;vertical-align:middle;text-align:center;font:bold 18px/27px "Helvetica Neue",Helvetica,Arial,sans-serif;transition:300ms all ease}.basket-item-block-amount.disabled .basket-item-amount-filed{background-color:#f3f3f3}.basket-item-amount-filed:hover,.basket-item-amount-filed:focus{border-color:#006cc0}.basket-item-amount-filed::-webkit-outer-spin-button,.basket-item-amount-filed::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}.basket-item-amount-filed.basket-updated{animation-name:basketAmountFiledUpdated;animation-duration:600ms}@-webkit-keyframes basketAmountFiledUpdated{0%,100%{border-color:#e4e4e4}50%{border-color:#ee9200}}@keyframes basketAmountFiledUpdated{0%,100%{border-color:#e4e4e4}50%{border-color:#ee9200}}.basket-item-amount-btn-plus,.basket-item-amount-btn-minus{position:relative;width:28px;height:28px;cursor:pointer;transition:300ms all ease;-webkit-user-select:none}.basket-item-amount-btn-plus:hover,.basket-item-amount-btn-minus:hover{background-color:#efefef}.basket-item-block-amount.disabled .basket-item-amount-btn-plus,.basket-item-block-amount.disabled .basket-item-amount-btn-minus{background-color:transparent;cursor:default}.basket-item-amount-btn-plus:before,.basket-item-amount-btn-plus:after,.basket-item-amount-btn-minus:after{position:absolute;top:50%;left:50%;margin-top:-1px;margin-left:-5px;width:10px;height:2px;background-color:#979797;content:"";transition:300ms all ease}.basket-item-amount-btn-plus:hover:before,.basket-item-amount-btn-plus:hover:after,.basket-item-amount-btn-minus:hover:after{background-color:#535353}.basket-item-block-amount.disabled .basket-item-amount-btn-plus:before,.basket-item-block-amount.disabled .basket-item-amount-btn-plus:after,.basket-item-block-amount.disabled .basket-item-amount-btn-minus:after{background-color:#f3f3f3}.basket-item-amount-btn-plus:before{margin-top:-5px;margin-left:-1px;width:2px;height:10px}.basket-item-amount-field-description{position:absolute;top:calc(100% + 1px);right:0;left:0;color:#a1a1a1;text-align:center;font:italic 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif}@media(max-width:991px){.basket-item-block-amount{position:relative;-ms-flex-pack:center;margin-bottom:13px;-webkit-box-pack:center;justify-content:center}.basket-item-amount-btn-plus,.basket-item-amount-btn-minus{border:1px solid #e4e4e4;background-color:#f5f6f7}.basket-item-amount-btn-plus{border-left:none;border-radius:0 1px 1px 0}.basket-item-amount-btn-minus{border-right:0;border-radius:1px 0 0 1px}}@media(max-width:767px){.basket-item-block-amount{padding-top:19px}}@media(max-width:580px){.basket-item-block-amount{padding-top:0}}.basket-items-list-item-price{padding-top:0;vertical-align:top;order:4}.basket-items-list-item-price-for-one{order:2}.basket-item-block-price{position:relative;padding-top:20px;text-align:right;white-space:nowrap}.basket-item-price-title{padding-top:1px;color:#a1a1a1;text-align:right;font:12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-item-price-current{padding-top:1px;color:#2f3435;vertical-align:bottom;line-height:24px}.basket-item-price-current-text{letter-spacing:-.33px;font:400 20px/24px "Helvetica Neue",Helvetica,Arial,sans-serif;transition:180ms text-shadow ease,180ms color ease}.basket-item-price-old{position:absolute;top:5px;right:0;color:#a1a1a1;vertical-align:middle;line-height:15px}.basket-item-price-old-text{position:relative;display:inline-block;font:400 13px/15px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-item-price-old-text:after{position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);background-size:100% 100%;content:''}.basket-item-price-difference{padding:3px;max-width:100%;background:#d1ecf1;color:#179ebb;text-align:center;white-space:normal;font:400 11px/12px "Helvetica Neue",Helvetica,Arial,sans-serif}@media(max-width:767px){.basket-items-list-item-container{display:flex;align-items:flex-start}.basket-items-list-item-descriptions{min-width:100%}}@media(max-width:580px){.basket-items-list-item-price{vertical-align:top;order:5}.basket-items-list-item-price-for-one{order:4}.basket-item-block-price{-ms-flex-direction:column;flex-direction:column;margin-bottom:10px;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex:1;flex:1}.basket-item-price-old{right:10px}.basket-items-list-item-amount{display:block;padding:0 0 20px;min-width:100%}.basket-item-block-price{padding-right:10px;padding-left:10px}.basket-items-list-wrapper-compact .basket-item-block-price{min-width:0;text-align:right}.basket-items-list-wrapper-compact .basket-item-block-price>div{text-align:right}.basket-item-block-price .basket-item-price-difference{-ms-flex-order:1;padding:5px 6px 6px;-webkit-box-ordinal-group:2;order:1}}.basket-items-list-item-remove{padding-top:17px!important;vertical-align:top}.basket-item-block-actions{position:relative;opacity:0;transition:300ms opacity ease}.bx-touch .basket-item-block-actions,.basket-items-list-item-container:hover .basket-item-block-actions{opacity:1}.basket-item-actions-remove{position:relative;display:block;width:25px;height:25px;cursor:pointer}.basket-item-actions-remove:after,.basket-item-actions-remove:before{position:absolute;top:50%;left:50%;width:2px;height:14px;background:#d0021b;content:'';transition:300ms background-color ease}.basket-item-actions-remove:after{transform:translate3d(-50%,-50%,0) rotate(45deg)}.basket-item-actions-remove:before{transform:translate3d(-50%,-50%,0) rotate(-45deg)}.basket-item-actions-remove:hover:after,.basket-item-actions-remove:hover:before{background-color:#7e000f}.basket-item-block-info .basket-item-actions-remove{position:absolute;top:-4px;right:0}.basket-items-list-wrapper-compact .basket-item-block-actions{position:relative;top:auto;right:auto;padding-left:10px}@media(max-width:767px){.basket-items-list-table,.basket-items-list-table thead,.basket-items-list-table tbody,.basket-items-list-table tr{display:block!important}tr.basket-items-list-item-container{display:-ms-flexbox!important;display:-webkit-box!important;display:flex!important;-ms-flex-pack:center;-ms-flex-align:start;padding-top:10px;padding-bottom:10px;border-top:1px solid #f2f2f2;-webkit-box-align:flex-start;align-items:flex-start;-webkit-box-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.basket-items-list-table tr.basket-items-list-item-container:first-child,.basket-items-list-table tbody tr.basket-items-list-item-container:first-child{border:0}.basket-items-list .basket-items-list-item-container>td{border-top:0}td.basket-items-list-item-amount,td.basket-items-list-item-price,td.basket-items-list-item-remove{display:inline-block}td.basket-items-list-item-descriptions{padding-bottom:10px;min-width:100%}td.basket-items-list-item-descriptions,td.basket-items-list-item-notification{display:block;padding-top:0}.basket-items-list-item-price{padding:3px 0}td.basket-items-list-item-remove{padding:34px 0 0!important}}@media(max-width:580px){.basket-items-list-item-price .basket-item-block-price .basket-item-price-title{display:block}td.basket-items-list-item-remove{display:block;padding:0}td.basket-items-list-item-remove{padding:0!important;text-align:center}.basket-item-block-actions{display:inline-block}}.basket-items-list-item-notification-inner{position:relative;transition:220ms all ease}.basket-items-list-item-container.basket-items-list-item-container-expend{display:table-row}.basket-items-list-item-container-expend .basket-items-list-item-removed-container{position:relative;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-ms-flex-align:center;padding:10px 0;border-radius:2px;background-color:#e6f8fe;color:#333;text-align:center;transition:300ms all ease;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between}.basket-items-list-item-container-expend .basket-items-list-item-removed-container div{padding:0 10px;text-align:left}@-webkit-keyframes ShowNote{0%{opacity:0}0%,50%{background-color:#fff}50%,100%{opacity:1}100%{background-color:#e6f8fe}}@keyframes ShowNote{0%{opacity:0}0%,50%{background-color:#fff}50%,100%{opacity:1}100%{background-color:#e6f8fe}}@media(max-width:768px){.basket-items-list-item-container-collapse .basket-items-list-item-removed-container{-ms-flex-direction:column;flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal}.basket-items-list-item-container-collapse .basket-items-list-item-removed-container div{text-align:center}}.basket-items-list-item-container-collapse .basket-item-block-info,.basket-items-list-item-container-collapse .basket-item-block-common,.basket-items-list-item-container-collapse .basket-item-block-image{opacity:0}.basket-items-list-item-container.basket-items-list-item-container-collapse>td>div{overflow:hidden;height:80px;opacity:0}.basket-items-list-item-removed-block{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.basket-items-list-item-removed-block .faded{color:#ccc;cursor:default}.basket-items-list-item-removed-anchor{border-bottom:1px dashed;color:#333;font-weight:bold}.basket-items-list-item-clear-btn{position:relative;display:inline-block;margin-left:10px;width:25px;height:25px;cursor:pointer}.basket-items-list-item-clear-btn:after,.basket-items-list-item-clear-btn:before{position:absolute;top:50%;left:50%;width:2px;height:14px;background:#d0021b;content:'';transition:300ms background-color ease}.basket-items-list-item-clear-btn:after{transform:translate3d(-50%,-50%,0) rotate(45deg)}.basket-items-list-item-clear-btn:before{transform:translate3d(-50%,-50%,0) rotate(-45deg)}.basket-items-list-item-clear-btn:hover:after,.basket-items-list-item-clear-btn:hover:before{background-color:#7e000f}.basket-items-list-item-double{margin:10px 0}.basket-items-list-item-double>div{margin-bottom:10px;padding:5px 35px 5px 15px}.basket-items-list-item-double-anchor,.basket-items-list-item-double-anchor:visited{border-bottom:1px dashed;color:#333;text-decoration:none}.basket-items-list-item-double-anchor:hover{color:#23527c}.basket-items-list-item-warning-container{margin:10px 0}.basket-items-list-item-warning-container>div{margin-bottom:10px;padding:5px 35px 5px 15px}.basket-items-list-wrapper-compact .basket-items-list-item-container{-ms-flex-align:start;padding:17px 0;align-items:flex-start}.basket-item-gifts-list-container{position:relative;margin-bottom:20px;border:1px solid #fceb9f;background:#fffef8}.basket-item-gifts-list-container:after{position:absolute;top:-10px;left:90px;display:block;width:17px;height:17px;background-color:#fceb9f;content:'';-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.basket-item-gifts-list-title{padding:12px 17px;background-color:#fceb9f;color:#5b5848;font:bold 15px/18px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-item-gifts-list{padding:15px}.basket-items-list-gift-item{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;border-bottom:1px solid #f3f2ed;-webkit-box-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.basket-item-gifts-list .basket-items-list-gift-item:last-child{border-bottom:0}.basket-item-gift-image-container{padding:10px 0;min-width:48px;max-width:100%;width:168px;text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.basket-item-gift-image-link{display:inline-block}.basket-item-gift-image{display:inline-block;max-width:100%;max-height:69px;width:auto;height:auto}.basket-item-gift-title-container{padding:5px 15px;width:100%;-webkit-box-flex:9;-ms-flex:9;flex:9}.basket-item-gift-title-link{color:#333;font:400 15px/20px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;transition:300ms all ease}@media(max-width:580px){.basket-item-gift-title-link{font-size:13px}}.basket-item-gift-price-container{text-align:right;-webkit-box-flex:2;-ms-flex:2;flex:2}.basket-item-gift-price-current{color:#2f3435;font:400 22px/26px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-item-gift-price-old{color:#a1a1a1;text-decoration:line-through;font:400 13px/16px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-item-gift-price-difference{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;padding:5px 6px 6px;background:#e2f0cb;color:#525c69;text-align:center;text-transform:uppercase;font:bold 9px/12px "Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-box-align:center;align-items:center}@media(max-width:580px){.basket-items-list-gift-item{-ms-flex-wrap:wrap;flex-wrap:wrap}.basket-item-gift-price-container{min-width:100%}}.basket-gifts-list-wrapper,.basket-gifts-list-wrapper-compact{margin-bottom:15px;border:1px solid #e2dfdf}.basket-gifts-list-header{padding:18px 25px 20px;border-bottom:1px solid #e2dfdf;background:#f2f2f2;font:bold 15px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;transition:300ms all ease}.basket-clear{cursor:pointer;pointer-events:auto}.basket-clear:after,.basket-clear:before{position:absolute;top:50%;left:50%;width:2px;height:14px;background:#a1a1a1;content:'';transition:300ms background-color ease}.basket-clear:after{transform:translate3d(-50%,-50%,0) rotate(45deg)}.basket-clear:before{transform:translate3d(-50%,-50%,0) rotate(-45deg)}.basket-clear:hover:after,.basket-clear:hover:before{background-color:#333}@media(max-width:991px){.basket-gifts-list-header{padding:10px 9px 11px;font-size:12px;line-height:15px}}.basket-gifts-list{padding:0 25px}.basket-gifts-description-container{padding:11px;color:#868d96;text-align:center;font:400 13px/15px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-gifts-list-item-container{position:relative;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;overflow:hidden;padding:20px 0;border-top:1px solid #f2f2f2;transition:300ms all ease;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;align-items:center}.basket-gifts-list-item-container:first-child{border-top:0}.basket-gift-block-image{padding:5px 15px 5px 0;min-width:50px;max-width:50px}.basket-gift-image-link{display:inline-block}.basket-gift-image{display:inline-block;max-width:100%;max-height:168px;width:auto;height:auto;transition:300ms all ease}.basket-gift-block-info{-webkit-box-flex:1;-ms-flex:1;flex:1}.basket-gift-info-name,.basket-gift-info-name-link{margin:0;padding:0;color:#2f3435;text-decoration:none;font:400 15px/19px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;transition:300ms all ease}.basket-gift-info-name-link:hover{text-decoration:underline;cursor:pointer}.basket-gift-block-common{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:center;align-content:center}.basket-gift-item-select-btn-container{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;align-items:center}.basket-gift-item-selected{padding:0 10px;color:#b6bbbf;font:400 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif}.basket-gift-item-select-btn-label{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;margin-bottom:0;-webkit-box-align:center;align-items:center}.basket-gift-item-select-input{display:none}.basket-gift-item-select-btn-radio{position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:10px;width:20px;height:20px;border:10px solid #fff;border-radius:50%;background:#468ee5;-webkit-box-shadow:0 0 0 1px #828b95;box-shadow:0 0 0 1px #828b95;cursor:pointer;transition:190ms all ease}.basket-gift-item-select-input:checked+.basket-gift-item-select-btn-radio{border-width:5px}.basket-gift-item-select-btn-text{text-transform:lowercase;font:bold 12px/14px "Helvetica Neue",Helvetica,Arial,sans-serif;cursor:pointer}.basket-gift-item-select-btn-checkbox{position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:10px;width:19px;height:19px;border:1px solid #828b95;border-radius:2px;background-color:#fff;cursor:pointer}.basket-gift-item-select-btn-checkbox:after,.basket-gift-item-select-btn-checkbox:before{position:absolute;background-color:#fff;content:'';opacity:0;transition:190ms all ease}.basket-gift-item-select-btn-checkbox:after{top:5px;left:5px;z-index:15;width:3px;height:9px;border-radius:1px;transform:rotate(-45deg)}.basket-gift-item-select-btn-checkbox:before{top:-1px;left:11px;z-index:10;width:5px;height:17px;border:1px solid #fff;border-radius:2px;transform:rotate(45deg)}.basket-gift-item-select-input:checked+.basket-gift-item-select-btn-checkbox:after,.basket-gift-item-select-input:checked+.basket-gift-item-select-btn-checkbox:before{background-color:#468ee5;opacity:1}@media(max-width:797px){.basket-gift-item-select-btn-container{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:end;align-items:flex-end}.basket-gift-item-selected{-ms-flex-order:2;padding-right:0;text-align:right;-webkit-box-ordinal-group:3;order:2}.basket-gift-item-select-btn-label{-ms-flex-order:1;text-align:right;-webkit-box-ordinal-group:2;order:1}}.bx-step-opacity{transition:500ms opacity ease}.basket-search-not-found{position:absolute;top:50%;left:50%;margin:-50px 0 0 0;transform:translate3d(-50%,-50%,0)}.basket-search-not-found-icon{margin:0 auto 80px;width:180px;height:180px;background:no-repeat center url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22182px%22%20height%3D%22182px%22%20viewBox%3D%220%200%20182%20182%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.2%22%20fill%3D%22%23A7ABB0%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%2C70.5%20C17%2C40.9473747%2040.9473747%2C17%2070.5%2C17%20C100.052625%2C17%20124%2C40.9473747%20124%2C70.5%20C124%2C100.052625%20100.052625%2C124%2070.5%2C124%20C40.9473747%2C124%2017%2C100.052625%2017%2C70.5%20M178.408149%2C160.192955%20L129.280894%2C111.056302%20C129.216524%2C111.017683%20129.152154%2C110.991937%20129.100658%2C110.953317%20C136.979557%2C99.5348706%20141.614204%2C85.7220257%20141.614204%2C70.8020936%20C141.614204%2C31.6935917%20109.905496%2C0%2070.8071019%2C0%20C31.7087076%2C0%200%2C31.6935917%200%2C70.8020936%20C0%2C109.910596%2031.7087076%2C141.604187%2070.8071019%2C141.604187%20C85.7152154%2C141.604187%2099.5419113%2C136.969868%20110.948292%2C129.091526%20C110.999788%2C129.143019%20111.012662%2C129.220257%20111.064158%2C129.27175%20L160.204287%2C178.408403%20C164.993422%2C183.197199%20172.846573%2C183.197199%20177.635708%2C178.408403%20L178.408149%2C177.623143%20C183.197284%2C172.834347%20183.197284%2C164.981751%20178.408149%2C160.192955%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);background-size:cover}.basket-search-not-found-text{color:#c0c5ca;text-align:center;font:30px/35px "Helvetica Neue",Helvetica,Arial,sans-serif}
/* End */
/* /bitrix/templates/zg_newdesign/css/reset.css?16196138141071 */
/* /bitrix/templates/zg_newdesign/css/style.css?166996763496954 */
/* /bitrix/templates/zg_newdesign/css/goldencode.css?161961381415267 */
/* /bitrix/templates/zg_newdesign/js/owlCarousel_2.0.0/css/owl.carousel.css?16196138141981 */
/* /bitrix/templates/zg_newdesign/js/owlCarousel_2.0.0/css/owl.carousel.plugins.css?16196138142822 */
/* /bitrix/templates/zg_newdesign/js/owlCarousel_2.0.0/css/owl.theme.default.css?16196138141284 */
/* /bitrix/templates/zg_newdesign/fancyBox/jquery.fancybox.css?17308281424895 */
/* /bitrix/templates/zg_newdesign/fancyBox/themes.css?1730828142890 */
/* /bitrix/templates/zg_newdesign/fancyBox/helpers/jquery.fancybox-buttons.css?17308281422447 */
/* /bitrix/templates/zg_newdesign/js/jQueryFormStyler-master/jquery.formstyler.css?161961381412667 */
/* /bitrix/templates/zg_newdesign/components/bitrix/sale.basket.basket/page_basket/style.min.css?161961381241561 */
/* /bitrix/templates/zg_newdesign/components/bitrix/sale.basket.basket/right_basket/style.min.css?161961381241561 */
