:root {
    --color_link: #555555;
    --color_linkhover: #6a30ff;
    --color_semigray: #585858;
    --color_sitelightgray: #b9b9b9;
    --background_gradient: linear-gradient(85deg, #6a30ff, #a226ff, #ea00ff);
    --color_sitebutton_background: #55acee;
    --color_sitebutton_background_hover: #3C93D5;
}

ul li.collapse,
#viewvideo,
.viewblock,
.top_offers a span,
div.item_detail_box .pricebox div.card,
#mainmenu ul li,
#scrollToTop, 
#spec,
aside,
#navcontainer,
.transition {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

a {
    color:var(--color_link);
}

a:focus,
a:hover {
    color:var(--color_linkhover);
}

html[style^="margin"] {
    position: relative;
    top: -38px;
}

body > div[id]:not([id="mm-0"]):not(.tooltipster-base) {
    height: 0px !important;
    overflow: hidden;
}

.tooltipcontent {
    display: none;
}

.tooltipster-base * {
    font-size: 13px;
}

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;
}

.clearfix:after {
    content:".";
    clear:both;
    display:block;
    height:0;
    font-size:0;
    visibility:hidden
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'PT Sans', helvetica, tahoma;
}

body * {
    font-family: 'PT Sans', helvetica, tahoma;
}
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;
}

header {
    background: url('/tpl/default/img/headbg.jpg') #000000;
}

@-webkit-keyframes fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-moz-keyframes    fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-o-keyframes      fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@keyframes         fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }

@-webkit-keyframes slide {   0% { margin-left: 238px; }   100% { margin-left: 0; }   }
@-moz-keyframes    slide {   0% { margin-left: 238px; }   100% { margin-left: 0; }   }
@-o-keyframes      slide {   0% { margin-left: 238px; }   100% { margin-left: 0; }   }
@keyframes         slide {   0% { margin-left: 238px; }   100% { margin-left: 0; }   }


div#header {
    height: 100px;
    background-position: 50% 0px;
    width: 100%;
    overflow:hidden;
    opacity: 0;
}

.mini,
#top_offers {
    opacity: 0;
}

body.domready .mini,
body.domready #top_offers,
body.domready div#header {
    -webkit-animation: fade-in 300ms linear; /* Safari 4+ */
    -moz-animation: fade-in 300ms linear; /* Fx 5+ */
    -o-animation: fade-in 300ms linear; /* Opera 12+ */
    animation: fade-in 300ms linear; /* IE 10+, Fx 29+ */
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

aside > div > ul {
    -webkit-animation: slide 700ms ease-out; /* Safari 4+ */
    -moz-animation: slide 700ms ease-out; /* Fx 5+ */
    -o-animation: slide 700ms ease-out; /* Opera 12+ */
    animation: slide 700ms ease-out; /* IE 10+, Fx 29+ */
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

aside > div > ul {
    margin-left: 238px;
    width: 238px;
}

body.domready .mini:nth-child(1) {
    animation-delay: 75ms;
}
body.domready .mini:nth-child(2) {
    animation-delay: 150ms;
}
body.domready .mini:nth-child(3) {
    animation-delay: 225ms;
}
body.domready .mini:nth-child(4) {
    animation-delay: 300ms;
}
body.domready .mini:nth-child(5) {
    animation-delay: 375ms;
}
body.domready .mini:nth-child(6) {
    animation-delay: 450ms;
}
body.domready .mini:nth-child(7) {
    animation-delay: 525ms;
}
body.domready .mini:nth-child(8) {
    animation-delay: 600ms;
}
body.domready .mini:nth-child(9) {
    animation-delay: 675ms;
}
body.domready .mini:nth-child(10) {
    animation-delay: 750ms;
}
body.domready .mini:nth-child(11) {
    animation-delay: 825ms;
}
body.domready .mini:nth-child(12) {
    animation-delay: 900ms;
}

div.logo {
    color: white;
    font-size: 35px;
    font-weight: bolder;
    padding-right: 25px;
    position: relative;
    width: 240px;
    float: left;
    overflow: hidden;
    z-index: 2;
    text-align: center;
}


    div.logo div.cellar {
        font-size: 13px;
        margin-top: -21px;
        font-weight: 400;
        text-align: center;
        color: rgba(255,255,255,0.8);
    }

div[data-id=ya-phone] {
    display: block;
    position: relative;
    left: -31px;
    top: 5px;
    z-index: 1;
    float: right;
}

div.center {
     margin: 0 auto 0;
     width: 1216px;
}

div.telephone {
    color: #FFFFFF;
    float: left;
    margin-left: 29px;
    position: relative;
    width: 194px;
    opacity:1;
    text-align: left;
}
    div.telephone a {
        text-decoration: none;
        text-align: left;    
    }
    
        div.telephone a div {
            font-size: 22px;
            color: white;
            margin-top: 17px;
        }

header span sup {
    font-size: 8px;
    font-weight: 400;
    left: 0;
    position: relative;
    top: -4px;
}

div#left {
    border-top: 0px;
    color: #2D2C2C;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
    width: 238px;
    background: url('/tpl/default/img/aside_bg.png') no-repeat top right white;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

    div#left li.last {
        margin-bottom:20px;
    }

ul.level1 {
    /*display: none;*/
}

aside {
    width: 238px;
    float: left;
}

#moduleinfo {
    margin: 20px;
    min-height: 500px;
    overflow: hidden;
}

    #moduleinfo h1 {
        font-size:25px;
        text-align:left;
    }

div#content {
        margin: 0 auto 0;
        width: 1216px;
}

div#content .hintWrapper {
    margin: 20px;
}

aside ul ul {
    margin-bottom:10px;        
}

    aside ul li a {
        display: block;
        text-decoration: none;
    }

    aside ul li a.selectedpath  {
        color:var(--color_linkhover);
    }
    
    aside ul li.opened > a {
        color:var(--color_linkhover);
        font-weight: bold;
    }
    
    aside ul li a.active {
        background-color:#00a0c6;
        color: white !important;     
    }
        
        aside ul li a.level1 {
            padding: 1px 5px;
            padding-left:25px;
            height: 38px;
            line-height: 38px;
        }
        
        aside ul li ul li {
            overflow: hidden;
        }

        aside ul li a.level2 {
            background-position: 220px center !important;
            background-repeat: no-repeat;
            display: block;
            padding: 5px 5px 5px 43px;
            text-align: left;
            text-decoration: none;
            vertical-align: top;
            font-size: 14px;
        }
        
        aside ul li.collapse2 ul {
            margin-bottom:7px;
        }
        
        aside ul li.collapse2 ul li a {
            font-size: 14px;
            padding: 6px 0px;
            margin-left: 44px;
            padding-left: 15px;
            border-left: 1px solid #efefef;
        }

        html:not(.touch) aside ul li.collapse2 ul li:hover a {
            background-repeat: no-repeat;
            background-image: url('/tpl/default/img/menuarr.png');    
        }

        html:not(.touch) aside ul li a.level2:hover {
            background-image: url('/tpl/default/img/menuarr.png');    
        }
        
        aside ul li.collapse2 ul li a.active, 
        aside ul li a.level2.active {
            background-repeat: no-repeat;
            background-image: url('/tpl/default/img/menuarr_w.png') !important;
            border-left: 1px solid #00a0c6;
        }

        aside ul li.collapse2 ul li a {
            background-position: 175px center !important;
        }

        aside ul li a.level2 {
            background-position: 220px center !important;
        }
        
        aside ul li ul {
            position:relative;
        }
        
            aside ul ul ul {
                margin:0px;
            }

ul li.collapse {
    height:38px;
    overflow:hidden;
}

html:not(.touch) .level1 li.collapse:hover {
    height:auto !important;    
}

ul li.collapse > a.active {
    height:auto;
}

div#left div.title {
    color: #000000;
    font-size: 30px;
}

div#main {
    float: left;
    width: 978px;
}

div#main div.title {
    color: #000000;
    font-size: 35px;
    text-align: center;
}

div.goods {
    float: left;
    margin: 0;
    padding-top: 10px;
    clear: both;
    width: 700px;
    overflow: hidden;
    background: url("/tpl/default/img/iphone5_title.png") no-repeat scroll 274px 40px transparent;
    height:360px;
    border-bottom: 1px dotted #DADADA;
    margin-bottom: 15px;
}

.iphone4s_title {
     background: url("/tpl/default/img/iphone4s_title.png") no-repeat scroll 259px 40px transparent !important;
}

h3 {
    margin-left:5px;
}

#faq {
    margin-left:5px;
    margin-bottom:30px;
}

    #faq span,
    h3 {
        font-size:20px;
    }

    #faq article {
        font-size: 13px;
        margin-top: 30px;
        padding-left: 10px;
        color: #999999;
        line-height:115%;
    }

    html:not(.touch) #faq article:hover {
        color: #000000;
    }

    html:not(.touch) #faq article:hover h3 {
        color:green;
    }

    #faq article.highlighted {
        color:#ff0000;
    }

        #faq article h3 {
            font-size:15px;
            position:relative;
            left:-10px;
            margin-bottom:5px;
            color: #000000;
        }

h5 {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.price {
      color: black;
      display: inline-block;
      font-size: 20px;
       margin: 5px 0;

}

.price.soon {
    font-size: 17px;
    color: rgba(0,160,200,1);
}

.price.small {
    font-size: 18px !important;
}

.goods .price {
    font-size: 20px;
    position: relative;
    left: 3px;
}

.goods .price {
    font-size: 20px;
    position: relative;
    left: 3px;
}

p.grey {
    color: #CDCDCD;
    display: inline;
    padding-left: 5px;
}

div.parameter {
    float: left;
    color: black;
    font-size: 11px !important;
    padding-right: 33px;
    text-align: left;
    line-height: 1.7 !important;
    margin-top: 110px;

}

div.parameter:last-child {
    padding-right: 0px;
}

    div.parameter b {
        display: block;
        font-size: 30px;
        font-weight: 400 !important;
        text-align: center;
        position: relative;
        left: -3px;
    }

div.goods img {
    float: left;
}



div#footer {
    background: url('/tpl/default/img/headbg.jpg');
    border-top: 1px solid #999999;
    clear: both;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    margin: 0px auto auto;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    text-align: center;
    top: 15px;
}

    div#footer div {
        margin-top: 3px;
        font-size: 12px;
        color: rgba(255,255,255,0.7);
    }

    div#footer a {
        color: #FFFFFF;
    }

div.parameter a, div.param_ipad a {
    background: url("/tpl/default/img/order_buttons.png") no-repeat scroll 0 0 transparent;
    border-radius: 5px 5px 5px 5px;
    color: white;
    display: block;
    font-size: 16px;
    font-weight: bolder;
    height: 50px;
    margin: 10px auto auto;
    padding-left: 17px;
    text-decoration: none;
    text-indent: -9000px;
    width: 90px;
}

.green_button {
    background: url("/tpl/default/img/order_buttons.png") no-repeat scroll 0 0 transparent !important;
    border: none !important;
    border-radius: 5px 5px 5px 5px 90px !important;
    color: white;
    display: block;
    font-size: 16px;
    font-weight: bolder;
    height: 40px;
    margin: 10px auto;
    padding-left: 17px 90px !important;
    text-decoration: none;
    text-indent: -9000px;
    width: 100px !important;
}

.yellow_button {
    background: url("/tpl/default/img/order_buttons_nazakaz.png") no-repeat scroll 0 0 transparent !important;
    border: none !important;
    border-radius: 5px 5px 5px 5px 90px !important;
    color: white;
    display: block;
    font-size: 16px;
    font-weight: bolder;
    height: 40px;
    margin: 10px auto;
    padding-left: 17px 90px !important;
    text-decoration: none;
    text-indent: -9000px;
    width: 100px !important;
}

body.pages #page .green_button {
    margin: 70px 0px 0px !important;
    margin-left:60px !important;
}

body.pages #page div.inner_price {
    left: 0px !important;
    margin-left:60px !important;
}

div.text {
    font-size: 30px;
    position: relative;
    top: 46px;
    z-index: 0;
}

html:not(.touch) div.parameter a:hover {
    background-position: -124px 0px;
}

html:not(.touch) div.parameter a:active {
    background-position: -248px 0px;
    position:relative;
    top:1px;
}

input[type="number"],
input[type="text"],
input[type="password"],
textarea,
input[type="submit"],
select {
    padding: 2px;
    border: 1px solid #989898;
    margin-bottom: 15px;
    width: 203px;
}

#lefttext {
    float: left;
    font-size: 15px;
    line-height: 125%;
    margin-top: 20px;
    padding: 0px 15px;
}

    #lefttext div.line {
        margin-bottom:10px;
        font-size:12px;
    }

fieldset input {
    border-radius: 5px;
}

input[type="submit"] {
    margin-left: 3px;
}

input[type="number"]:focus,
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    border: 1px solid black;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

input.button {
    padding: 0px 20px;
    margin: 0px;
}

.button {
    font-size: 18px;
    line-height: 34px;
    white-space: nowrap;
    border: 0;
    border-radius: 3px;
    outline: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 10px;
    transition: all 0.2s;
    cursor: pointer;
}

.sitebutton {
    color: var(--color_sitebutton);
    background: var(--color_sitebutton_bg);
}

html:not(.touch) .sitebutton:hover {
    box-shadow: 0px 1px 1px rgb(107 86 0 / 50%);
    color: var(--color_sitebutton_hover);
    background-color: var(--color_sitebutton_bg_hover);
}

fieldset.submitButton {
    text-align:center;
    padding-top:20px;
}

    fieldset label {
        float: left;
        padding-right: 15px;
        text-align: right;
        width: 86px;
    }

#sitename {
    text-indent: -9000px;
    display: block;
    height: 95px;
    background-size: 200px;
    background-position: 20px 25px;
    background-repeat: no-repeat;
}

#sitename.sankt-peterburg,
#sitename.spb {
    background-image: url(/tpl/default/img/logo/ipiter.png);
}

#sitename.moskva,
#sitename.msk {
    background-image: url(/tpl/default/img/logo/ipeople.png);
    height: 100px;
    background-size: 240px !important;
    background-position: 0px -19px !important;
}

form#contactsOrder {
    margin: 15px;
    padding: 15px 0 15px 35px;
}

html.desktop .fancybox-type-ajax .fancybox-inner {
    overflow:hidden !important;
    height:auto !important;
}

.orderform {
    width:auto;
}

.orderform form#contactsOrder {
    padding-left:20px;
}


#last_step_form table#order {
    width: 450px;
    margin: auto 10px;
    margin-bottom: 10px;
    background: rgba(255,255,255,0.2);
}

.orderform fieldset label,
#last_step_form fieldset label {
    float: left;
    margin-bottom: 0px;
    margin-top: 7px;
    padding-right: 15px;
    text-align: right;
    width: 175px;
    font-size: 13px;
}


#last_step_form {
    min-height:460px;
    width: 550px;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 14px;
    margin: auto;
    padding-bottom: 70px;
}

.fancybox-wrap h1 {
    font-size:21px;
    text-align:center;
    text-shadow: 0 1px 1px white;
}

input[type="number"],
input[type="text"], input[type="password"], textarea, input[type="submit"], select {
    padding: 4px;
    border-radius: 5px;
    border: 1px solid #b9b9b9;
}

.pagename,
#pagename {
    font-size: 28px;
    font-weight: bold;
    font-family: "pt sans narrow";
    margin-left: 20px;
    margin-right: 20px;
    color: var(--color_semigray);
}

    .pagename:first-child,
    #pagename:first-child {
        margin-top: 60px;    
    }

#subtext,
#manufacturer_warranty {
    top: -20px;
    position:relative;
    font-size: 14px;
    color: var(--color_semigray);
    margin-top:5px;
}

#subtext {
    top: 0px;
    padding: 0px 20px;
    display: inline-block;
}

#breadcrumbs {
    font-size: 18px;
    border-bottom: 1px solid #dadada75;
    margin-bottom: 15px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    padding: 6px 20px 8px;
    display: block;
}
    #breadcrumbs * {
        font-size:13px;
    }
    
    #pagename h1,
    #pagename h2 {
        font-size:15px;
    }
        #breadcrumbs li {
            background-repeat: no-repeat;
            background-position: right 4px;
            padding-right: 12px;
            font-size: 13px;
            display: inline;
        }

        #breadcrumbs li a {
            text-decoration: none;
        }

        #breadcrumbs a:after {
            content: '/';
            margin-left: 7px;
            margin-top: -1px;
            color: var(--color_semigray);
            font-size: 10px;
        }

        #breadcrumbs li:last-child a:after {
            display: none;
        }

        #pagename h1 span:first-child,
        #pagename h2 span:first-child {
            padding-left:10px;
        }

        #pagename h1 span,
        #pagename h2 span {
            font-size: 15px;
        }

input[type=submit] {
    color: white;
    border:0px;
}

.height_auto {
    height: auto !important;
}

ul.level1 a {
    display: block;
    height: 9px;
    line-height: 9px;
    padding-left: 30px;
    margin-left: 20px;
    text-decoration: none;
    font-size: 13px;
}

img.model {
    float: left;
}

table.character {
    font-size: 14px;
    left: 30px;
    line-height: 24px;
    position: relative;
    margin-bottom: 48px;
}



table.character td:first-child{
    font-weight: bold;
    padding-right: 20px;
    text-align: right;
    width: 175px;
}

div.inner_price {
    font-size: 20px;
    left: 333px;
    position: relative;
    top: 17px;
    width: 100px;
}


div.covers {
    height: 240px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 180px;
    margin: auto;
    border-radius: 5px 5px 5px 5px;
    border:1px transparent solid;
    background-size: contain !important;
}

#moduleinfo div.mini.horizontal {
    width:760px;
}

    #moduleinfo div.mini.horizontal div.covers {
        float:left;
    }


#moduleinfo div.mini a.item,
#moduleinfo div.mini a.itemitem {
    text-decoration: none;
    margin: 10px 14px auto !important;
    display:block;
}

#moduleinfo div.mini a.archived {
    cursor: default !important;
}

#moduleinfo div.mini button {
    min-width:140px !important;
}

.nivoo-slider-holder {
    margin-top:0px;
}

h3.product-name {
    color: black;
    display: block;
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 13px;
    height: 60px;
    padding-top: 10px;
    text-align: center;
    line-height: 1.25;
    overflow-y: hidden;
    width: 100%;
    margin-left: 0px !important;
}

.canorder h3.product-name {
    color: green !important;
}

.canreplace h3.product-name {
    color: cornflowerblue;
}

h3.product-name.red {
    color: red !important;
}

h3.product-name.yellow {
    color: #ffe300 !important;
}

.miniwrapper a {
    text-decoration: none;
}

#flyToCart {
    z-index:141 !important;
    max-height: 240px;
    text-align: center;
    width: 182px;
}

#moduleinfo div.mini {
    float: left;
    padding-bottom: 15px;
    width: 234px;
    height: 360px;
    position:relative;
    z-index: 9;
}

#moduleinfo div.mini:hover {
    z-index: 10;
}

    .mini button.green {
        margin-top: 10px !important;
    }

    #moduleinfo div.miniwrapper {
        height: 410px;
        width: 234px;
        border: 1px solid transparent;
        background: white;
    }

    #moduleinfo div.miniwrapper a.havevideo {
        position: absolute;
        line-height: 20px;
        text-align: center;
        padding: 1px 4px;
        font-size: 12px;
        color: black;
        margin-top: -20px;
        margin-left: 20px;
        margin: auto;
        margin-left: 176px;
        margin-top: -20px;
        width: 19px;
        height: 19px;
        border: 1px solid #eaeaea;
        background: white;
        opacity: 0.7;
        border-radius: 6px;
        float: right;
        overflow: hidden;
        display: block !important;
        transition: all 200ms linear;
        background: url(/tpl/default/img/youtube-128.png) white;
        background-size: 21px;
        background-position: 3px 0px;
        background-repeat: no-repeat;
        filter: grayscale(100%);
        text-indent: 9000px;
    }

    html:not(.touch) #moduleinfo div.miniwrapper a.havevideo:hover {
        width: 90px !important;
        margin-left: 96px;
        padding: 1px 4px 1px 30px;
        border-color: red !important;
        border-style: dashed;
        opacity: 1;
        box-shadow: 1px 1px 1px #dcdcdc;
        filter: none;
        text-indent: 0px;
    }

    #moduleinfo div.miniwrapper a.havevideo img {
        filter: grayscale(100%);
        opacity: 0.5;
        vertical-align: middle;
        margin-right: 5px;
        width: 20px;
        height: 20px;
    }

    html:not(.touch) #moduleinfo div.miniwrapper.lastorder:hover {
        height: 380px !important;
    }

html.desktop #moduleinfo div.miniwrapper {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.top_offers a:hover,
html.desktop #moduleinfo div.miniwrapper.hover,
html.desktop #moduleinfo div.miniwrapper:hover {
    border: 1px solid #DADADA !important;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow:0 0px 10px #ebebeb,4px 4px 65px 5px rgba(242,242,242,0.9);
    -moz-box-shadow:0 0px 10px #ebebeb,4px 4px 65px 5px rgba(242,242,242,0.9);
    box-shadow:0 0px 10px #ebebeb,4px 4px 65px 5px rgba(242,242,242,0.9);
    text-decoration:none;
    height:410px;
    position: relative;
    z-index: 140;
}

    html.desktop #moduleinfo div.miniwrapper:hover a.havevideo img {
        filter: none;
        opacity: 1;
    }

div.spec span.price,
div.mini span.price {
    display: block;
    text-align: center;
    margin-bottom: -10px;
}

html:not(.touch) span.green_button:hover {
    background-position: -124px 0px !important;
}

html:not(.touch) div.mini:hover .covers {
    opacity:0.85;
}

#pagelinks {
    margin:20px 0px;
}

    #pagelinks a {
        padding: 7px 10px;
	    font-size: 30px;
	    color: #000000;
	    margin-right: 10px;
	    margin-bottom: 7px;
	    text-decoration: none;
	    float: left;
	    border: 1px solid #dadada;
	    border-radius: 5px;
	    box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
    }

    html:not(.touch) #pagelinks a:hover {
	    text-decoration:underline;
    }

    #pagelinks a.isActive,
    #pagelinks a.active {
	    color:red
    }


div.param_ipad {
    color: black;
    float: left;
    font-size: 11px !important;
    line-height: 1.7 !important;
    margin-top: 50px;
    padding-right: 40px;
    position: relative;
    text-align: left;
    z-index: 1;
}

div.param_ipad b {
    display: block;
    font-size: 30px;
    font-weight: 400 !important;
    text-align: center;
}

.goods#ipadmini {
    background:none;
}

#brands {
    margin-top:40px;
}

    #brands a img {
        display:block;
        margin:auto;
        margin-bottom:15px;
    }

    html:not(.touch) #brands a:hover img {
        opacity:0.8;
    }

#other_region {
    margin-left: 20px;
    margin-top: 5px;
}

#insertData {
    width:938px;
    overflow-x: inherit;
}

body.wide a#telegram_invite {
    display: none;
}

a#telegram_invite {
    text-decoration: none;
    color: white;
}

a#telegram_invite div {
    margin: 10px 20px;
    font-size: 14px;
    line-height: 115%;
    background: blue;
    padding: 12px 12px;
    border-radius: 5px;
    background: #1fa0e0 url(/tpl/default/img/svg/telegram.svg) left 50%;
    background-repeat: no-repeat;
    background-size: 60px;
    min-height: 40px;
    box-shadow: 1px 1px 1px rgb(31 160 224 / 45%);
    box-sizing: border-box;
    padding-left: 80px;
    font-size: 20px;
    margin-top:30px;
    margin-bottom:30px;
}

a#telegram_invite:hover {
    text-decoration: underline;
}

#div1 {
    margin-bottom: 20px;
}

div.item_detail_box {
    float: left;
    padding-left: 45px;
    width:395px;
}

    div.item_detail_box .item_detail {
        float: left;
    border: 1px dashed rgb(247, 207, 142);
    padding: 30px;
    padding-bottom: 3px;
    padding-top: 18px;
    border-radius: 5px;
    text-align: center;
    width: 355px;
    margin-bottom: 20px;
    min-height: 110px;
    background: rgba(255, 252, 245, 0.78);
    }

        div.item_detail_box div.item_detail div {
            padding-bottom: 3px;
        }

        div.item_detail_box div.item_detail div.item_detail_row1 {
            font-size:15px;
        }

        div.item_detail_box div.item_detail .addtocartbutton {
            text-align: left !important;
        }

        div.item_detail_box div.item_detail .price {
            font-size: 26px;
            color: #333333;
            display:block !important;
            margin-bottom:15px;
            margin-top:4px;
        }
        
div.item_detail_box .pricebox .price {
    margin:0px;
}

div.item_detail_box .pricebox div.card {
    font-size: 12px;
    opacity: 0.7;
    color: #666666;
    margin-top: 14px;
    display: block !important;
    clear: both;
    width:150px;
}

div.item_detail_box .pricebox div.card div {
    padding: 0px 0px;
}

div.item_detail_box .pricebox div.card b {
    display:block;
    font-size:19px;
}

    div.item_detail_box .pricebox div.card img {
        height: 14px;
        margin: 4px 3px;
    }

    div.item_detail_box .pricebox div.card img:first-child {
        margin-left:0px;
    }

    div.item_detail_box .pricebox div.card img:last-child {
        margin-right:0px;
    }

    div.item_detail_box .pricebox div.card img#mir {
        height:10px !important;
        position: relative;
        top: -2px;
    }

html:not(.touch) div.item_detail_box:hover .pricebox div.card {
    opacity:1;  
}

.pricebox {
    width: 130px;
    float: left;
    vertical-align: middle;
    display: table !important;
    height: 70px; 
    margin-left: 3px;
}

    .pricebox div {
        vertical-align: middle;
    }
    
.added {
    font-size: 12px;
    text-align: center;
}

.miniheader {
    background: none repeat scroll 0% 0% rgb(249, 249, 249);
    font-size: 18px;
    padding: 5px 15px;
    display: block;
    border-top: 1px dashed rgb(221, 221, 221);
}

div#productName {
    font-size: 18px;
    padding-bottom: 10px;
    width: 375px;
}

div.addtocartbutton .btn {
    font-size: 20px !important;    
}

#parametry_group .paramgroupname,
div.item_detail_row1 {
    margin-bottom:10px;
}

    div.item_detail_row1 p,
    #parametry_group .paramgroupname {
        display: inline-block;
        padding-right: 10px;
        width: 142px;
        border-bottom: 1px dotted #dadada;
        font-size: 13px;
        color: #888;
        float:left;
    }

    #parametry_group .params,
    div.item_detail_row1 span {
        display: block;
        padding-left: 10px;
        width: 233px;
        float: right;
        line-height: 125%;
    }

    div.item_detail_row1 span a {
        padding:0px 10px 0px 0px;
        float: left;
    }

    #parametry_group .params div,
    div.item_detail_row1 span a,
    div.item_detail_row1 span {
        font-size: 13px;
        color: #333333;
    }

#mainimagediv {
    width: 400px;
    float: left;
}

.product_desc {
    font-size: 14px;
    line-height: 125%;
    margin: 20px 0;
    width: 380px;
}

.pricebox {
    margin-bottom:5px;
}

#ecommerceBox .green_button {
    margin:0px !important;
}

.div.item_detail_row1 {
    font-size:14px;
}

#moduleinfo h1 {
    border-bottom: 1px solid #BBBBBB;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 10px 20px;
}

h1 span.smallred {
    font-size: 13px;
    color: red;
    margin-left: 16px;
    font-weight: 400;
}

h1 span.smallgreen {
    font-size: 14px;
    color: #00a20e;
    margin-left: 16px;
    font-weight: 400;
}

.brands {
    height: 127px;
    left: 0;
    margin: auto auto 0;
    overflow: hidden;
    padding: 15px 50px;
    position: relative;
    top: 0;
    width: 600px;
    margin-bottom: 15px;
}

.brand-arr.next {
    background-image: url("/tpl/default/img/next-horizontal2.png");
}
.brand-arr.next {
    right: 0;
}
.brand-arr.prev, .brand-arr.next {
    display: block;
    position: absolute;
    z-index: 25;
    width: 50px;
    height: 50px;
    cursor: pointer;
    top:50px;
}

.brand-arr.prev {
    background-image: url("/tpl/default/img/prev-horizontal2.png");
}
.brand-arr.prev {
    left: 0;
}

.brands .slide {
    text-align: center;
    width: 120px;
}

.brands .slider {
    width: 100%;
}

.brands .slide{
    width:120px;
    text-align: center;
}

.brand-arr.prev:hover,
.brand-arr.prev:focus,
.brand-arr.next:hover,
.brand-arr.next:focus {
    background-position: -50px 0;
}

.brand-arr.prev:active,
.brand-arr.next:active {
    background-position: -100px 0;

}

div.slide a {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    display: block;
    height: 117px;
    margin: 5px;
    width: 110px;
}

div#rotator {position:relative; height:150px; float:left; width: 280px;}
div#rotator ul {float: left; display: block;}
div#rotator ul li {float:left; position:absolute; list-style: none; display: inline-block;}
div#rotator ul li.show {z-index:500;}
div#rotator ul li a{padding: 0px; width: 280px; height: 429px; background-size: cover; background-repeat: no-repeat; background-position: center center;}

div#banner {
    width: 720px;
    float: left;
    margin-bottom: 20px;
}
div#banner figure {
    float:left;
    padding-right: 10px;
}

div#banner figure.last {
    padding-right: 0px;
}

div#fancybox-thumbs ul li a {
    padding: 0px;
}

#priceFromColor {
    color: green;
    font-size: 11px;
    left: 50%;
    margin-left: 64px;
    opacity: 0;
    position: absolute;
    top: 495px;
}

html:not(.touch) .goods:hover #priceFromColor {
    opacity:1;
}

.workhours {
    line-height: 15px;
}


div.goods_ipadMini {
    float: left;
    margin: 0;
    padding-top: 10px;
    clear: both;
    width: 700px;
    overflow: hidden;
    padding-bottom: 30px;

    border-bottom: 1px dotted #DADADA;

}

div.goods_ipadMini img {
    float: left;
}

#mainmenu {
    width: 1216px;
    margin: auto;
}

#navcontainer {
    background: #2c2d2e;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}

    #mainmenu > ul > li {
        list-style-type: none;
        float:left;
    }

    #mainmenu > ul > li:hover ul {
        display: block;       
    }
    
        #mainmenu > ul > li ul {
            background: white;
            position: absolute;
            display: none; 
            width: 160px;   
            box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
            z-index: 151;
        }
        
        #mainmenu > ul > li ul.level3 {
            position: absolute;
            margin-left: 160px;
            top: 0px;
            width: 200px;
            background:linear-gradient(to right,#00a0c6,#38bbda)  !important;   
            display:none;
            min-height: 462px;
        }
        
        #mainmenu > ul > li ul a {
            color:black;
            font-size: 13px;
            padding: 10px 20px 10px;
        }
        
        #mainmenu > ul > li > ul > li > a {
            cursor:default !important;    
        }
        
        #mainmenu > ul > li ul.level3 a {
            font-size: 13px;   
        }

        #mainmenu > ul > li ul li:hover ul.level3 {
            display:block;
        }

    #mainmenu li:first-child {
        background:none;
    }

        #mainmenu li a {
            color: white;
            text-decoration: none;
            padding: 13px 10px 13px 10px;
            display: block;
            font-size: 14px;
        }

            #mainmenu li a:hover {
                background: #00a0c6 !important;
            }

            #mainmenu > ul > li > a.active {
                border-bottom: 3px #00a0c6 solid;
                padding-bottom:10px;
            }
            
            #mainmenu > ul > li > ul > li {
                height: 33px;
            }
            
            #mainmenu > ul > li > ul > li:hover {
                background:#00a0c6; 
                color:white;
                background-image: url('/tpl/default/img/arrow2_white.png');
                background-repeat: no-repeat;
                background-position: right 50%; 
                -webkit-transition: none !important;
                -moz-transition: none !important;
                -o-transition: none !important;
                transition: none !important;  
            }
            
                #mainmenu > ul > li > ul > li:hover a {
                    color:white;
                }
                
                #mainmenu > ul > li > ul > li > ul >li {
                    min-height: 33px;
                }
                
                    #mainmenu > ul > li > ul > li > ul >li:hover a {
                        color:white;
                        text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
                        text-decoration: underline;
                    }


#new5s {
    position: fixed;
    right: 0px;
    top: 164px;
    z-index: 99;
}

.button.blue,
button.blue {
    cursor: pointer;
    padding: 9px 10px;
    color: #000;
    font: 13px/1.2em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    margin-top: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #b5b5b5;
    color: white;
    background: #117ed2;
    background: -webkit-gradient(linear, left top, left bottom, from(#37aaea), to(#117ed2));
    background: -moz-linear-gradient(top, #37aaea, #117ed2);
    border-top-color: #1992da;
    border-left-color: #0c75bb;
    border-right-color: #0c75bb;
    border-bottom-color: #00589c;
    box-shadow: inset 0 1px 1px 0 #6fc5f5;
}

.button.green,
button.green {
    cursor: pointer;
    padding: 9px 18px;
    color: #000;
    font: 13px/1.2em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    margin-top: 15px;
    border-radius: 4px;
    border: solid 1px #b5b5b5;
    color: white;
    background: #2ecc71;
    background: -webkit-gradient(linear,left top,left bottom,from(#2ecc71),to(#15B358));
    background: -moz-linear-gradient(top,#2ecc71,#15B358);
    border-top-color: #19da22;
    border-left-color: #0cbb1c;
    border-right-color: #0cbb1c;
    border-bottom-color: #009c07;
    box-shadow: inset 0 1px 1px 0 #6ff56f;    
}

.button.purple,
button.purple {
    cursor: pointer;
    padding: 9px 10px;
    color: #000;
    font: 14px/1.2em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    margin-top: 10px;
    border-radius: 4px;
    border: solid 1px #b5b5b5;
    color: white;
    background: #9b59b6;
    background: -webkit-gradient(linear, left top, left bottom, from(#9b59b6), to(#82409D));
    background: -moz-linear-gradient(top, #37aaea, #117ed2);
    border-top-color: #b568d4;
    border-left-color: #8a5c9d;
    border-right-color: #8a5c9d;
    border-bottom-color: #76448a;
    box-shadow: inset 0 1px 1px 0 #b568d4;  
}

.button.yellow,
button.yellow {
    cursor: pointer;
    padding: 9px 18px;
    color: #000;
    font: 13px/1.2em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    margin-top: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #b5b5b5;
    color: #302703;
    background: #e8bf00;
    background: -webkit-gradient(linear,left top,left bottom,from(#ffd929),to(#e8bf00));
    background: -moz-linear-gradient(top,#37aaea,#117ed2);
    border-top-color: #ecc424;
    border-left-color: #d5ae12;
    border-right-color: #d5ae12;
    border-bottom-color: #9e7e00;
    box-shadow: inset 0 1px 1px 0 #ffe259; 
}

.item_detail button.yellow {
    width:160px;
}

html:not(.touch) button.purple:hover,
html:not(.touch) button.yellow:hover {
    opacity:0.8;
    text-decoration: underline;
}

.mini button.purple {
    width:200px;
    opacity: 1 !important;
}

.mini button.purple:hover {
    text-decoration: underline;
}

html:not(.touch) .button.blue:hover,
html:not(.touch) .button.blue:focus,
html:not(.touch) .button.blue:active,
html:not(.touch) .superlink:active
.button.blue,
html:not(.touch) button.blue:hover,
html:not(.touch) button.blue:focus,
html:not(.touch) button.blue:active,
html:not(.touch) .superlink:active button.blue {
  background: #1c5bad;
  background: -webkit-gradient(linear, left top, left bottom, from(#2488d4), to(#1c5bad));
  background: -moz-linear-gradient(top, #2488d4, #1c5bad);
}

.button.blue:hover, .button.blue:focus, .button.blue:active, .superlink:active .button.blue,
button.blue:hover, button.blue:focus, button.blue:active, .superlink:active button.blue {
  border-top-color: #1992da;
  border-left-color: #0c75bb;
  border-right-color: #0c75bb;
  border-bottom-color: #00589c;
}

html:not(.touch) .button.blue:hover,
html:not(.touch) .button.blue:focus,
html:not(.touch) button.blue:hover,
html:not(.touch) button.blue:focus {
  box-shadow: inset 0 1px 1px 0 #3fb2f2;
}

html:not(.touch) .button.blue:active,
html:not(.touch) .superlink:active .button.blue,
html:not(.touch) button.blue:active,
html:not(.touch) .superlink:active button.blue {
  box-shadow: inset 0 2px 9px 0 rgba(0, 0, 0, 0.6);
}

.magnify {
    cursor: url(/tpl/default/img/cursor-magnify.cur), pointer\9;
}

#colorLinks a {
    width:13px;
    height:13px;
    margin:3px !important;
    text-indent:-9000px;
    border:1px solid transparent;
    float:left;
}

#colorLinks a.selectedpath {
    border: 3px rgb(255, 255, 255) solid !important;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    position: relative;
    top: -3px;
}

#brandLinks .group {
    padding-left: 120px;
}

#brandLinks .paramGroup a {
    display: block;
    float: left;
}

html:not(.touch) #colorLinks a:hover {
    border:1px #dadada dashed;
}

#brandLinks .groupName,
#colorLinks .groupName {
    float:left;
}

.paramLinks, #colorLinks, #brandLinks {
    background:#f5f5f5;
    padding:3px 10px;
}

    .paramLinks .paramGroup {
        line-height:20px;
    }

        #brandLinks .paramGroup .groupName,
        #colorLinks .groupName,
        .paramLinks .paramGroup .groupName {
            font-size: 14px;
            padding-right:10px;
            color:#333333;
            width: 111px;
            text-align: right;
            display: inline-block;
            float:left;
        }
        
        .paramGroup .groupValues {
            padding-left: 120px;
            display: block;
            position: relative;
            top: -2px;    
        }

        #brandLinks .paramGroup a,
        #colorLinks .paramGroup a,
        .paramLinks .paramGroup a {
            font-size:13px;
            text-decoration: none;
            margin: 0px 20px 0px 0px;
            border-radius: 20px;
        }

            #sizelinks a.selectedPost,
            #brandLinks .paramGroup a.selectedpath,
            .paramLinks .paramGroup a.selectedpath,
            .paramLinks .paramGroup a.active {
                    color: white !important;
                    background: var(--background_gradient);
                    padding: 2px 7px;
            }


.bezskidki {
    text-decoration: line-through;
    margin: auto;
}

#ecommerceBoxMain .bezskidki{
    text-align: center;
}

#ecommerceBoxMain.instock4 .pricebox {
    width:100% !important;
    height: auto !important;
    margin-left: 0px !important;
}

#ecommerceBoxMain.instock4 .item_detail {
    height:120px !important;
}

#mainimagehref img {
	max-width: 300px;
}

#preem {
    margin-top: 5px;
    border: 1px dotted #dadada;
    padding-bottom: 10px;
    border-left: 0px;
    border-right: 0px;
}

    #preem a {
        width: 300px;
        height: 88px;
        padding: 0px 10px 0px 0px;
        margin: 10px 0px 0px 0px;
        float: left;
        display: block;
        text-decoration: none;
        border-right: 1px dotted #dadada;
    }

        #preem a.even {
            margin-right:0px;
            border-right: 0px !important;
        }

    #preem a:hover div {
        color: #333333;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        transition: all 200ms linear;
    }

    #preem a:hover span {
        text-decoration: underline;
    }

    #preem div {
        background-repeat: no-repeat !important;
    background-position: 8px 60% !important;
    height: 85px;
    font-size: 13px;
    color: #999999;
    padding-left: 81px;
    padding-right: 9px;
    }

        #preem div span {
            font-size: 16px;
            display: block;
            padding-top: 15px;
            margin-bottom: 5px;
        }

    #preem #preem1 {
        background: url('/tpl/default/img/preem2_1.png');
    }

        #preem #preem1 span {
            color:#ff7939;
        }

    #preem #preem2 {
        background: url('/tpl/default/img/preem2_2.png');
    }

        #preem #preem2 span {
            color:#6666cc;
        }

    #preem #preem3 {
        background: url('/tpl/default/img/preem2_3.png');
    }

        #preem #preem3 span {
            color:#0099ff;
        }

    #preem #preem4 {
        background: url('/tpl/default/img/preem2_4.png');
    }

        #preem #preem4 span {
            color:#ffcc00;
        }

    #preem #preem5 {
        background: url('/tpl/default/img/preem2_5.png');
    }

        #preem #preem5 span {
            color:#66cc33;
        }

    #preem #preem6 {
        background: url('/tpl/default/img/preem2_6.png');
    }

        #preem #preem6 span {
            color:#990000;
        }

#sc {
    margin: auto;
}

.videolink {
    position: relative;
    opacity:0.5;
    margin:0px !important;
    display: block;
    width: 24px;
}

.videolink:hover, .imagelink:hover  {
    opacity:1 !important;
}

.imagelink {
    position: relative;
    opacity:0.5;
    margin:0px !important;
    width: 24px;
    left:2px;
}

.videolink img {
    margin-bottom:5px;
}

.tip {
    max-width: 400px;
    padding: 3px;
    font-size: 13px !important;
}

.tip-title {
    font-size: 13px;
    line-height: 125%;
}

html.desktop .viewblock {
    opacity:0;
    position: absolute;
    margin-top: -314px;
    margin-left: 192px;
}

html.desktop .mini:hover .viewblock {
    opacity:1;    
}

#lightbox {
	display:none;
}

.giftbadge {
    width: 60px;
    height: 60px;
    background: url(/tpl/default/img/svg/gift_badge.svg);
    background-size: 90px;
    background-position: -15px -15px;
    display: block;
    text-indent: 0px;
    position: absolute;
    z-index: 150;
    margin-left: 20px;
    text-align: center;
    color: white;
    font-size: 12px;
    padding-top: 18px;
    line-height: 10px;
}

.giftbadge span {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    display: block;
    background: url(/tpl/default/img/svg/gift.svg);
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 1000;
    /* background-color: white; */
    margin-left: 20px;
    margin-top: -3px;
}

.hitprodazh {
    width: 60px;
    height: 60px;
    background: url(/tpl/default/img/svg/hit.svg);
    background-size: 90px;
    background-position: -15px -15px;
    display: block;
    text-indent: 0px;
    position: absolute;
    z-index: 99;
    margin-left: 148px;
    text-align: center;
    color: white;
    font-size: 12px;
    padding-top: 18px;
    line-height: 10px;
}

.novinka {
    width: 60px;
    height: 60px;
    background: url(/tpl/default/img/svg/hit.svg);
    background-size: 90px;
    background-position: -15px -15px;
    display: block;
    text-indent: 0px;
    position: absolute;
    z-index: 99;
    margin-left: 148px;
    text-align: center;
    color: white;
    font-size: 12px;
    padding-top: 23px;
    line-height: 10px;
}

.bestprice {
    width: 60px;
    height: 60px;
    background: url(/tpl/default/img/svg/bestprice.svg);
    background-size: 90px;
    background-position: -15px -15px;
    display: block;
    text-indent: 0px;
    position: absolute;
    z-index: 141;
    margin-left: 148px;
    text-align: center;
    color: white;
    font-size: 14px;
    padding-top: 16px;
    line-height: 14px;
}


.bestprice_black {
    background: url(/tpl/default/img/svg/black_badge.svg);
    width: 60px;
    height: 45px;
    background-size: 85px;
    background-position: -13px -4px;
    display: block;
    text-indent: 0px;
    position: absolute;
    z-index: 141;
    margin-left: 148px;
    text-align: center;
    color: white;
    font-size: 12px;
    padding-top: 20px;
    line-height: 10px;
}

#header .social a {
    width: 25px !important;
    height: 25px !important;
    float: left;
    background-size: 25px !important;
}

.social {
    height: 30px;
    margin-bottom: 25px;
    margin-top: 10px;
}

    .social a {
        width: 30px;
        height: 30px;
        float: left;
        background-size: 30px !important;
        margin-right: 10px;
    }

    .social a#vk {
        background: url('/tpl/default/img/svg/vk.svg');
    }

    .social a#insta {
        background: url('/tpl/default/img/svg/insta.svg');
    }

    .social a#youtube {
        background: url('/tpl/default/img/svg/youtube.svg');
    }

    .social a#telegram {
        background: url('/tpl/default/img/svg/telegram.svg');
    }

    .social a:last-child:after {
        clear: both;
    }

.pull-left {
    float: left;
}

.hidden-md {
    display: block !important;
}
.hidden-sm {
    display: block !important;
}
.hidden-xs {
    display: block !important;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.fa-instagram:before { content: "\f16d"; }
.fa-youtube:before { content: ""; }
.fa-facebook:before { content: "\f09a"; }  
.fa-vk:before {
  content: "\f189";
}

.media > .pull-left {
    margin-right: 10px;
}

.media-body a {
    color:#ffffff;
    text-decoration: none;
    text-transform: none;
    font-size: 13px;
}

.media-body a:hover {
    text-decoration: underline;
}


.lte {
    position: absolute;
    font-size: 13px;
    margin-left: 615px;
    margin-top: 29px;
    border-bottom: 1px dashed;
    color: rgba(0, 160, 200, 1);
}

#no32 {
    position: absolute;
    font-size: 13px;
    margin-left: 840px;
    margin-top: 168px;
    /* border-bottom: 1px dashed; */
    color: darkred;
}

.lteworks {
    position: absolute;
    font-size: 13px;
    margin-left: 440px;
    margin-top: 29px;
    border-bottom: 1px dashed;
    color: rgba(0, 160, 200, 1);
}

    .lteworks span {
        font-size: 14px;
        color: #3880ce;
    }

    .lteworks div {
        font-size:13px;
    }

#smallphone {
    opacity: 1;
    margin-left: 805px;
    overflow: hidden;
    height: 36px;
    border-radius: 0px 0px 5px 5px;
    z-index: 1000;
    display:block;
    top:0px;
    background: rgba(0,0,0,0.5) url('/tpl/default/img/smallphone.png') no-repeat;
    width:190px;
}

#kolvotovarov {
    float: right;
    font-size: 13px;
    color: #aeb0b4;
    margin-top: -18px;
    padding-right: 7px;
    position: relative;
}

.mm-menu_theme-dark {
    border-color: rgba(0,0,0,.15) !important;
}

#sortlinks {
    margin-top: 3px;
    padding-bottom: 5px;
}

    #sortlinks a,
    #sortlinks span {
        font-size: 14px;
    }

    #sortlinks span {
        padding-right: 10px;
    }

    #sortlinks a {
        display: inline;
        padding: 0 0px 0 0;
        margin: 0 19px 0 0;
        color:rgba(0, 160, 200, 1);
    }

    #sortlinks a.selectedSort {
        color: #808285;
        cursor: pointer;
        border-bottom: 1px dashed;
        text-decoration: none;
    }

.multiimage {
    width: 60px;
    height: 245px;
    float: left;
}

.multiimage.view {
    border-bottom:1px solid #3880ce;
}

#callbackForm {
    margin: 30px;
    text-align: center;
}

#ecommerceBoxMain {
    float: right !important;
    margin-right: 85px;
    min-height: 670px;
}

#viewvideo {
    background: #f9f9f9;
    padding: 10px 0px;
    width: 400px;
    height:224px;
    top:600px;
    border-radius: 6px;
    border-top: 1px dashed #dddddd;
    float: left;
}

    #viewvideo a  {
        display: none;
    }
    
    #viewvideo.full a {
        display: block;    
    }

    #viewvideo.full {
          position: absolute;
        width: 700px;
        height: 400px;
        top: 0px;
        z-index: 1000;
        padding: 10px 10px;
        border: 1px dashed #dddddd; 
        margin-top:355px;
        box-shadow: 0px 0px 25px rgba(0,0,0,0.2);
    }

.buybutton {
    background: url("/tpl/default/img/buybutton.png") no-repeat scroll 0 0 transparent !important;
    border: none !important;
    color: white;
    display: block;
    font-size: 16px;
    font-weight: bolder;
    height: 54px;
    margin: 5px 124px;
    text-decoration: none;
    text-indent: -9000px;
    width: 200px !important;
    opacity:0.8;
}

html:not(.touch) .buybutton:hover {
    opacity:1;
}

.soonbutton {
    background: url("/tpl/default/img/soonbutton.png") no-repeat scroll 0 0 transparent !important;
    border: none !important;
    color: white;
    display: block;
    font-size: 16px;
    font-weight: bolder;
    height: 54px;
    margin: 5px 124px;
    text-decoration: none;
    text-indent: -9000px;
    width: 200px !important;
    opacity:0.8;
}

.country_code {
    position: absolute;
    margin-top: -50px;
    margin-left: 150px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    line-height: 30px;
    font-size: 20px;
    border: 1px solid #dadada57;
    box-shadow: 1px 0px 5px rgb(0 0 0 / 10%);
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-color: white !important;
}

.country_code.ru {
    background: url(/tpl/default/img/country_code/ru.png);
    background-position: 50% 49% !important;
}
.country_code.eu {
    background: url(/tpl/default/img/country_code/eu.png);
    background-position: 50% 42% !important;
}
.country_code.us {
    background: url(/tpl/default/img/country_code/us.png);
    background-position: 50% 49% !important;
}
.country_code.j {
    background: url(/tpl/default/img/country_code/jp.png);
    background-position: 45% 51% !important;
}
.country_code.hk {
    background: url(/tpl/default/img/country_code/hk.png);
    background-position: 45% 49% !important;
}

html:not(.touch) .soonbutton:hover {
    opacity:1;
}

form.searchform {
    position: relative;
}

    form.searchform input[type=text] {
        padding: 3px 7px;
        border-radius: 5px;
    }

    form.searchform input[type=submit] {
        background: url('/tpl/default/img/searchicon.png');
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        border: none;
        position: absolute;
        left: 212px;
        text-indent: -9000px;
        top: 8px;
        cursor: pointer;
        margin: 0px;
    }

#moduleinfo > ymaps {
    width: 100% !important;
}

body.contacts #moduleinfo,
body.pages #moduleinfo #page {
    font-size: 14px;
    line-height: 125%;
}

body.pages #moduleinfo #page h3 {

    color:#3880ce;
    font-size:18px;
    margin-left: 0px;


}

a#ask {
    background: url('/tpl/default/img/question_help_mark.png') no-repeat 0px 4px;
    padding-left: 23px;
    text-decoration:none;
    left: 100px;
    position: relative;
}

    a#ask span {
        color:#000000;
        font-size:13px;
        border-bottom:1px dashed;
        text-decoration:none;
    }

    a#ask:hover span {
        color: #3880ce;
    }


#spec {
    width: 216px;
    margin: auto;
    margin-top: 16px;
    border: 1px solid #3dc5b6;
    height: 324px;
    border-radius: 5px;
    background: url('/tpl/default/img/specprice_place.png');
    background-repeat: no-repeat;
    background-position: 50% 230px;
}

    #spec:hover {
        box-shadow: 0px 0px 50px rgba(62,198,182,0.2) inset;
    }

    #spec h3 {
        color: #808080;
        padding-top: 5px;
        height: 40px;
        text-decoration: none;
    }


    #spec h3::first-line {
        font-size: 18px;
    }

    #spec .price .red {
        display: block;
        color: #fff;
        font-size: 30px;
        margin-top: 8px;
    }

    #spec a {
        text-decoration: none;
    }

    #spec div.spec span.price div,
    #spec div.mini span.price div {
        color: #fff;
        font-size:13px;
    }

    #spec .price .bezskidki {
        color: #3ec6b6;
        font-size: 13px;
        text-decoration: none;
        margin-top: 0px;
        display: block;
    }


span.rub {
    text-indent: -9000px;
    background: url('/tpl/default/img/rub.png') 0px 3px no-repeat;
    display: inline-block;
    width: 14px;
    height: 20px;
}

span.rubred {
    text-indent: -9000px;
    background: url('/tpl/default/img/rubred.png') 0px 3px no-repeat;
    display: inline-block;
    width: 14px;
    height: 20px;
}

dt.bigrub {
    text-indent: -9000px;
    background: url('/tpl/default/img/bigrub.png') -4px 3px no-repeat;
    display: inline-block;
    width: 19px;
    height: 22px;
}

dt.bigrubred {
    text-indent: -9000px;
    background: url('/tpl/default/img/bigrubred.png') -4px 3px no-repeat;
    display: inline-block;
    width: 20px;
    height: 23px;
}

form#proorder #success {
    width:435px;
}

#container {
    margin: auto;
    background: white;
}

table#order td{
    vertical-align:middle !important;
    padding:3px;
}


#years {
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    float: right;
    width: 217px;
    display: block;
    margin-top: 17px;
    margin-bottom: 2px;
}

#years span {
    font-size: 13px;
    color: white;
    display: block;
    margin-bottom: 3px;
}

#komplekt {
    margin-top: 20px;
    font-size: 13px;
    color: #888;
    padding: 15px;
    padding-top: 2px;
    padding-left: 20px;
    width: 380px;
    left: -20px;
    position: relative;
    padding-top: 10px;
    line-height: 125%;
    clear: both;
}

    #komplekt img {
        width:100%;
    }

    #komplekt h6 {
        color: #000000;
        margin-bottom:10px;
    }

    #komplekt a {
        background: url('/tpl/default/img/point.png') no-repeat 5px;
        padding-left: 13px;
        display: block;
    }


.greenBorder {
    border-color: rgb(3, 169, 3) !important;
    box-shadow: 0px 0px 1px rgb(15, 92, 15) !important;
}

.shop_cart .fancybox-inner {
    min-height:460px;
}

.fancybox-overlay.white {
    color:
}

.saleprice em {
    font-style: inherit !important;
    text-align: center;
    display: block;
}


#moduleinfo div.mini .price {
    margin:0px;
}

#moduleinfo div.mini:hover .badge {
    z-index: 150;
}

#moduleinfo div.mini:hover a.bluebtn {
    display: block;
    text-align: center;
    position: relative;
    margin-top: -35px;

}

    #moduleinfo div.mini:hover a.bluebtn {
        margin-bottom: 35px;
    }
    
    #moduleinfo div.mini .addToOrder_rez,
    #moduleinfo div.mini .addToCart_rez {
        margin-top:3px;
    }
    
    #moduleinfo div.mini .addToOrder_rez,
    #moduleinfo div.mini .addToOrder_rez *,
    #moduleinfo div.mini .addToCart_rez,
    #moduleinfo div.mini .addToCart_rez * {
        font-size:12px;
        color:green;
    }

a.bluebtn {
    display:none;
}

.nivo-caption {
    overflow: visible !important;
    opacity:1 !important;
    background: transparent !important;
}

 .nivo-caption a {
    border:0px none !important;
 }
 
 #watched .watched figure figcaption {
     font-size: 13px;
     color: black
 }
 
 #watched {
     width: 1196px;
     margin: auto;
     margin-top:20px;
 }
 
    #watched h6 {
        background: none repeat scroll 0% 0% rgb(249, 249, 249) !important;
        font-size: 18px;
        padding: 5px 15px;
        display: block;
        border-top: 1px dashed rgb(221, 221, 221);
        margin-bottom:10px;
    }
    
#korzina,    
#korzina * {

    font-size:13px;
    color:white;
    text-decoration: none;
    
}

#korzina > a {
    margin-left: 40px;
    position: relative;
    top: 1px;
}

#korzina {
    display: block;
    text-decoration: none;
    line-height: 26px;
    float: right;
    width: 200px;
    height: 40px;
    padding: 0px 2px;
    box-sizing: border-box;
    overflow: hidden;
}

#cart {
    width: 200px;
    height: 40px;
    float: right;
    position: relative;
    overflow: initial !important;
    z-index: 1000;
    box-sizing: border-box;
    background: url(/tpl/default/img/svg/cart4.svg) 12px 10px / 18px no-repeat;
}

    #cart.full {
        background-color:#9b59b6;
    }

    #cart.full.stick {
        position: fixed;
        top:0px;
        margin-left: 1016px;
    }
    
    #cart.myorder {
        background: url('/tpl/default/img/order.png') #8947a4;
        background-position: 0px -4px;
        background-repeat: no-repeat;
    }
    
        #cart.myorder a {
            line-height: 40px;
            color: white;
            text-decoration: none;
            padding-left: 50px;
            font-size: 14px;
        }
        
table#cartitems tr {
    border-bottom: 1px dotted #eeeeee;
}

table#cartitems tr:hover td {
    background: #fcfcfc;    
} 

#moduleinfo #fastorder h1 {
    display:none;
}

#cart .btn {
    display: block;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    color:white;
}

.emptyAjaxCart {
    line-height: 40px;
    margin-left: 50px;
}

html:not(.touch) #cart .btn:hover {
    opacity:0.9;
}

.top-link-cart {
    display: block;
    height: 40px;
}

#miniCartItems {
    background: white;
}

#miniCartItems * {
    color:black;
}

section#cart section#miniCartItems div .delfromcart {
                opacity: 0;
                margin-right: 20px;
                float: right;
                margin-top: 7px;  
                font-size:12px; 
            }
            
            section#cart section#miniCartItems div:hover .delfromcart {
                opacity:1;
            }
        
            section#cart section#miniCartItems figure a {
                width:50px;
                display: block;
                min-width:50px;
            }
            
                section#cart section#miniCartItems figure a img {
                    margin: auto;
                    display: block;
                }
                
                section#cart section#miniCartItems figure span {  
                font-size: 11px !important;
  text-align: center;
  display: block;
  margin-top:0px;
                }
                
section#cart section#miniCartItems div:last-child {
    border:0px;
}
                
section#cart section#miniCartItems div {
            text-align: left; 
              border-bottom: 1px dotted #dadada;      
        }
        
        section#cart section#miniCartItems figure {
            float: left; 
            margin: 10px;  
            margin-right: 10px;
            margin-bottom: 5px;
        }
        
        section#cart section#miniCartItems h5 {
        text-align: left;
          float: left;
          margin-top: 15px;
          line-height: 15px;
          width: 125px;
          color: #666666;
          font-size: 12px !important;
          font-weight: 400;
            max-height: 75px;
            overflow: hidden;
        }
        
        section#cart section#miniCartItems span *,
        section#cart section#miniCartItems span {
            font-size: 13px !important; 
        }
        
        section#cart section#miniCartItems span {
            margin-top:7px;
            display: inline-block;
        }
    
        section#cart section#miniCartItems div * {
            font-size:12px;    
        }
        
#moduleinfo .btn {
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
    margin: 10px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    text-align: center;
    width:140px;
    cursor:pointer;
}

html:not(.touch) .btn:active {
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    box-shadow: 0px 1px 0px 0px;
}

.btn_red {
  background-color: #e74c3c;
  box-shadow: 0px 5px 0px 0px #CE3323;
}

html:not(.touch) .btn_red:hover {
  background-color: #FF6656;
}

.btn_purple {
  background-color: #9b59b6;
  box-shadow: 0px 5px 0px 0px #82409D;
}

html:not(.touch) .btn_purple:hover {
  background-color: #B573D0;
}

.btn_orange {
  background-color: #e67e22;
  box-shadow: 0px 5px 0px 0px #CD6509;
}

html:not(.touch) .btn_orange:hover {
  background-color: #FF983C;
}

.btn_yellow {
  background-color: #f1c40f;
  box-shadow: 0px 5px 0px 0px #D8AB00;
}

html:not(.touch) .btn_yellow:hover {
  background-color: #FFDE29;
}



  
.btn_blue {
    background-color: #55acee;
    box-shadow: 0px 5px 0px 0px #3C93D5;   
}

html:not(.touch) .btn_blue:hover {
  background-color: #6FC6FF;
}

.btn_green {
    background-color: #2ecc71;
    box-shadow: 0px 5px 0px 0px #15B358;    
}

html:not(.touch) .btn_green:hover {
  background-color: #48E68B;
}

.addtocartbutton {
    float: right;
    width: 193px;
    position: relative;
    top: -6px;
}

#cartitems td, 
#cartitems td a {
    vertical-align: middle;
    color:#666666;
}

#cartitems td {
  padding: 10px;
} 

#checkoutButton {
    float: right;
    clear: both;
    margin-top: 40px !important;
    margin-right: 95px !important;
}

#vk_like {
    clear: none !important;
}

#nearlogo {
    text-align: left;
    height: 21px;
    float: left;
    width: 215px;
    margin-top: 7px;
}

    #nearlogo > a {
        color: rgba(255,255,255,0.9);
        font-size: 13px;
        position: relative;
        top: 8px;
    }

#magaz {
    color: rgb(255, 255, 255);
    font-size: 13px;
    text-align: left;
    margin-left: 35px;
    width: 460px;
    margin-top: 29px;
    float: right;
    margin-right: 15px;
}
    #magaz > span {
        margin-top: 15px;
        display:block;
    }

    #magaz img {
        width: 70px; border-radius: 3px; border: 1px solid rgb(103, 103, 103); margin: 0px 15px; float: left;
    }

    #magaz div {
        color:rgba(255,255,255,0.8);
        font-size: 12px;
        position: relative;
        top: -16px;
        font-weight: 400;
    }

    #magaz section {
        font-size: 12px;
        margin: 4px;
        line-height: 16px;
        position: relative;
        top: -15px;
        color: rgba(255,255,255,0.8);
        margin-left:100px;
    }

        #magaz section span.metro {
            display:inline-block;
            width: 8px;
            height: 8px;
            background: #008016;
            margin-right: 3px;
            border-radius: 5px;
            position: relative;
            top: 1px;
        }

        #magaz section span.metro.purple {
            background: purple !important;
        }

#tovarov_so_skidkoi {
    opacity: 1;
    color: #ff7e00;
    top: 2px;
    padding: 0px;
    margin: 0px;
    position: relative;
    margin-top: 2px;
    z-index:0;
}

html:not(.touch) .availability:hover #tovarov_so_skidkoi {
    opacity: 0;     
}
    
  
/*### wide ###*/  
body.wide div#main {
    width:1216px;
}

body.wide aside {
    width:0px;
    overflow: hidden;
    display: none;
}

html:not(.touch) body.wide #navcontainer {
    visibility: hidden;
}

body.wide #pagename {
    margin-top: 20px;        
}

body.wide div#content {
    margin-top: 0px; 
}

body.wide #pagename {
    text-align: center;
}

body.wide .searchform,
body.wide #searchform {
    display: none;
}

body.wide #youtube_videos {
    display: none;
}

/*### /wide ###*/

/*### widemenu ###*/  
body.widemenu div#main {
    width:1216px;
}

body.widemenu aside {
    width:0px;
    overflow: hidden;
}

body.widemenu #mainmenu {
    padding-left:0px !important;
}

body.widemenu .searchform,
body.widemenu #searchform {
    display: none;
}

#fieldset_input_login_pass {
    margin-top: 10px;
}

#forgetPasswordLink {
    float: right;
    position: relative;
    top: -41px !important;
    left: -15px !important;
    font-size: 14px !important;
    color: var(--color_darkblackblue);
}

input[type=text],
input[type=tel],
input[type=date],
input[type=number],
input[type=password],
textarea,
select {
    outline: none;
    font-size: 17px;
    line-height: 1;
    color: #333;
    border-radius: 5px;
    border: 1px solid var(--color_sitelightgray);
    padding: 10px 16px;
    width: 235px;
    box-sizing: border-box;
}

/*### /wide ###*/

fieldset textarea,
fieldset input {
    transition: all ease 200ms;
}

fieldset textarea,
fieldset input {
    position: relative;
    top: 2px;
}

fieldset select,
fieldset textarea,
fieldset input[type=text],
fieldset input[type=tel]{
    padding: 10px 10px 8px 15px;
    font-size: 16px;
    border: 1px solid #afa9c1;
}

fieldset select:hover,
fieldset textarea:hover,
fieldset input[type=text]:hover,
fieldset input[type=tel]:hover {
    border: 1px solid #9285bb;
}

section#fastorder fieldset input.error {
    border: 1px solid red;
    box-shadow:1px 1px 1px rgba(255, 0, 0, 0.5);        
}

textarea:focus,
input[type=text]:focus,
input[type=tel]:focus {
    border: 1px solid #d4994c;
}

section#fastorder textarea:focus, section#fastorder input:focus{
    outline: none;
}

section#fastorder input[type="submit"] {
    padding: 7px 15px;
    font-size: 16px;
}

.products-container-inner {
    margin-bottom:30px;
}

#moreContentLink {
    width: 899px;
    margin-bottom: 25px !important;
    text-align: center;
    padding: 30px !important;
    box-sizing: border-box;
}

#pagelinks a:hover {
    border: 1px solid rgba(0, 160, 200, 1) !important;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1) inset;
}

.preorder {
    padding: 30px;
    border: 1px solid rgba(170, 170, 170, 0.23);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
    margin-top: 10px;
    background: linear-gradient(to bottom,#fefcea,#F5F5F5);
}

.preorder input[type=text] {
    border-color:#1684D5;
    font-size: 17px;
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.productColorLinks {
    text-align: center;
    height: 40px;
    padding-top: 20px;
    display: none;
    z-index: 100;
    position: relative;  
}
    .productColorLinks span {
        border: 1px solid #DCDCDC;
        border-radius: 19px;
        width: 19px;
        display: inline-block;
        height: 19px;
        margin: 3px;    
    }
    
    .productColorLinks span.selected {
        border-color: #828282;
    }
    
    .productColorLinks span i {
        width: 15px;
        height: 15px;
        text-indent: -9000px;
        display: inline-block;
        border-radius: 73px;
        box-shadow: 5px 3px 10px rgba(255,255,255,0.4) inset;
        margin: 2px;
    }
    
#moduleinfo div.miniwrapper:hover .group_colors h3.product-name {
    display:none !important;    
}

#moduleinfo div.miniwrapper:hover .group_colors .productColorLinks {
    display:block;    
}

.tip-wrap {
    z-index:99;
}

#orderByPhone {
    font-size: 13px;
    text-align: center;
    border-top: 1px dotted #dadada;
    margin-top: 10px;
    color: #888888;
    margin: 10px;
    border-radius: 5px;
    margin-bottom: 0px;
}
    #orderByPhone i {
        display: inline-block;
        font-style: normal;
        position: relative;
        top: -8px;
        background: rgb(255, 252, 247);
        padding: 0px 10px;
        color: #888888;
    }
    
    #orderByPhone div {
        margin-top:-3px;
    }

    #orderByPhone div div a {
        font-size: 15px;
        font-weight: bold;
        margin-top: 6px;
        display: inline-block;
        text-decoration: none;
        color:#888888;  
        border-bottom: 1px dashed transparent;    
    }
    
    div.item_detail_box .item_detail:hover #orderByPhone div div a {
        color: #3C93D5;    
        border-bottom: 1px dashed; 
    }
    
 .supermenu {
    width: auto;
    box-shadow: inset 0 -8px 10px rgba(235, 235, 235, 0.52),inset 4px 35px 65px 5px rgba(242,242,242,0.9);
    margin-bottom: 10px;
     height: 155px;
     overflow: hidden;
}
    
     .supermenu li a div {
         font-size: 12px;
        color: red;
        margin-top: 2px;
     }
                    
                 .supermenu a.selectedpath span {
                     background: var(--background_gradient);
                     padding: 1px 6px 2px;
                     line-height: 10px;
                     color: white;
                     border-radius: 13px;
                     font-size: 13px;
                     white-space: nowrap;
                }
                
                ul.supermenu li {
                    min-width:117px;
                    float:left;
                }
                
                ul.supermenu li a {
                    width: 117px;
                    float: left;
                    min-height: 150px;
                    background-repeat: no-repeat !important;
                    color: black;
                    line-height: 15px;
                    font-size: 13px;
                    text-decoration: none;
                    box-sizing: border-box; 
                    text-align: center;
                    background-size: 50% !important;
                    height: 150px !important;
                    background-position: 50% 40% !important;
                    padding-top: 115px !important; 
                }
                
                ul.supermenu li a:hover { 
                    -webkit-box-shadow:inset 0 8px 10px #ebebeb,inset 4px 35px 65px 5px rgba(242,242,242,0.9);
                    -moz-box-shadow:inset 0 8px 10px #ebebeb,inset 4px 35px 65px 5px rgba(242,242,242,0.9);
                    box-shadow:inset 0 8px 10px #ebebeb,inset 4px 35px 65px 5px rgba(242,242,242,0.9);
                    -webkit-transition-duration:90ms;
                    -moz-transition-duration:90ms;
                    transition-duration:90ms;
                    -moz-transition-duration:90ms;
                    -o-transition-duration:90ms;
                    transition-duration:90ms;
                    text-decoration:none;
                }

.owl-carousel2 .item figure.premium-img figcaption h5 {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
}
                
 /* footer */

footer {
    background: url('/tpl/default/img/headbg.jpg');
    font-size: 13px;
    min-width:1216px;
    background-position: 50%;
}

footer nav,
footer section {
    height:225px;
}

footer,
footer a {
    color: #E0E0E0;
}

    footer #footerContainer {
        width:1216px;
        margin:auto;
        padding: 10px 0px 0px;
    }
    
    footer nav {
        float: right;
        border-left: 1px dotted #565656;
        margin-bottom: 10px;
        padding: 10px 16px;
        padding-top:0px;
        box-sizing: border-box;
    }
    
    footer nav ul li ul {
        display:none;
    }
    
    footer ul li a {
        display: block;
        text-decoration: none;
        font-size: 14px;
        padding: 7px 10px 7px 21px;
        margin-bottom: 2px;
    } 
    
    footer #podborki ul li ul li:hover a:before,
    footer nav ul li:hover a:before {
        content: '\f054';
        font-family: FontAwesome;
        font-size: 8px;
        position: absolute;
         margin-top: 3px;
         margin-left: -13px;
        padding-left: 2px;
        color:white;  
        text-shadow: none;  
    }
        
    footer #podborki ul li ul li a:hover:before,
    footer nav ul li a:hover:before {
        color:#E0E0E0; 
        text-shadow: 1px 1px 0px rgba(0,0,0,0.5);   
    }
    
    footer ul li a:hover {
        background:rgba(255,255,255,0.1);
        text-shadow: 1px 1px 0px rgba(0,0,0,0.5); 
    }
    
    footer #podborki {
        padding: 5px 10px;
        padding-top: 0px;
        float: left;
    }
        footer #podborki header {
            font-family: 'pf_din_text_cond_proregular' !important;
            font-size: 30px;
            display: block;
            margin-bottom: 17px;
            float:left;
        }
        
        footer a.watchAll {
            position: relative;
            top: 5px;
            left: 20px;
        }
    
        footer #podborki > ul {
            clear:left;
        }
        
        footer #podborki > ul > li {
            float:left;
            width: 173px;
        }
        
        footer #podborki > ul > li ul li a {
            font-size:13px;
        }
        
        footer #podborki > ul > li > a {
            color: wheat;
            padding: 0px;
            height: 30px;
            line-height: 30px;
            padding-left: 22px;
            margin-right: 1px;
            background: rgba(0,0,0,0.12);
        }
        
        footer #podborki > ul > li > a:before {
            content: '\f105';
            font-family: FontAwesome;
            position: absolute;
            margin-left: -11px;
            font-size: 10px;
        }
        
    footer #verybottom * {
        text-shadow: none;
    }
    
    footer #verybottom {
        height: 30px;
        line-height: 30px;
        border-top: 1px dotted #565656;
        padding: 0px 15px;
        color: #A5A5A5;
    }
    
    footer #verybottom span a {
        color: #A5A5A5; 
        text-decoration: none;
    }
    
    footer #verybottom span a:hover {
        text-decoration: underline;     
    }
    
    footer #verybottom span.right {
        float: right;
        height: 30px;
        line-height: 30px;
        box-sizing: border-box;
    }
    
    footer section#footerContacts {
        float: right;
        width: 315px;
        border-left: 1px dotted #565656;
        margin-bottom: 10px;
        padding: 8px 16px;
        padding-right:0px;
        box-sizing: border-box;
        padding-top: 0px;
    } 
    
    footer section#footerContacts .phone {
        font-size:29px;
        text-decoration: none;
    }
    
    footer section#footerContacts .callFromTo {
        text-align: center;
        position: relative;
        top: 3px;
        color: #A5A5A5;
        text-shadow: none;
        margin-right: 30px;
        margin-bottom: 20px;
    }
    
    footer section#footerContacts a.email {
        font-size: 17px;
        padding-left: 14px;
        display: block;
        padding-top: 20px;
        text-decoration: none;
    }
    
    footer section#footerContacts .location {
        font-size: 13px;
        padding-left: 30px;
        display: block;
        line-height: 18px;
        padding-bottom: 13px;
    }
    
    footer section#footerContacts a.email:before {
        content: '\f0e0';
        font-family: FontAwesome;
        font-size: 16px;
        position: relative;
        left: -9px;
        /* top: 2px; */
        text-decoration: none;
    }
    
    footer section#footerContacts .location:before {
        content: '\f124';
        font-family: FontAwesome;
        font-size: 20px;
        position: absolute;
        margin-left: -25px;
        /* top: 2px; */
        text-decoration: none;
    }
    
/* /footer */

.description {
    width: 100%;
    padding: 15px 0px;
    font-size: 14px;
}

#description {
    line-height: 125%;
    background: #f9f9f9;
    padding: 20px;
}

#description h3 {
        margin-bottom: 30px;
    font-size: 25px !important;
    margin-left: 0px;
}

#description iframe {
    display: block;
    margin-top: 30px;    
}

#scrollToTop {
    background: #909090 url(/tpl/default/img/toparr.png) no-repeat left;
    border-radius: 50px;
    cursor: pointer;
    display: none;
    height: 16px;
    line-height: 16px;
    margin-left: -80px;
    margin-top: -69px;
    position: fixed;
    right: 220px;
    padding-right: 10px;
    line-height: 50px;
    text-align: right;
    top: 100%;
    height: 50px;
    z-index: 999;
    width: 40px;
    color: white;
    font-size: 14px;
    opacity: 0.3;
    overflow: hidden;
    text-indent: 200px;
}

#scrollToTop:hover {
    opacity:1;
    width: 90px;   
    text-indent: -5px;
    background-color: #00a0c6;
}
 
#backToSearchLink {
    float:left;
}

#descr {
    font-size: 13px;
    margin-bottom: 20px;
}

.fancybox-opened .fancybox-skin {
    box-shadow: none !important;
    background: white !important;
}

.fancybox-overlay.white {
    background: white !important;
}

.fancybox-close {
    border-radius: 36px;
    background: #e4e4e4 url('/tpl/default/img/svg/close.svg') !important;
    background-size: 16px !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}

.niceRadio input {
    position: absolute !important;
    visibility: hidden !important;
}

.niceRadio label {
    display: block;
    text-align: center !important;
    background-color: #fff;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    padding: 10.5px 15px;
    height: 15px;
    line-height: 15px;
    cursor: pointer;
    transition: border-color .2s ease;
    width: auto !important;
    margin-right: 15px;
}

.niceRadio input:checked+label {
    border: 2px solid #9b59b6;
    background: url(/tpl/default/img/svg/selected.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 6px 8px;
    padding-left: 30px;
}

 ul.autocompleter-choices span,
 ul.autocompleter-choices li {
     font-size:14px !important;
     font-weight: 400 !important;
 }

ul.autocompleter-choices li {
    padding: 6px 1.5em 6px 10px !important;
}

ul.autocompleter-choices li * {
    color: #527eff !important;
}

div#podborki .paramLinks {
    background: none !important;
    padding: none !important;
}

div#podborki a {
    color: #999;
    margin: 0px 10px 0px 0px !important;
}

#short {
    line-height: 150%;
    font-size: 15px;
    width: 360px;
    padding: 20px !important;
    left: 0;
    color: #585858;
    margin-top: 20px;
    background: #f9f9f9;
    position: relative;
    clear: both;
}

#short a {
    color:#585858;
}

#main #short {
    width: auto !important;
}

#short p {
    text-indent: 15px;
}

.loading:after {
    content: ' ';
    background: url(/tpl/default/img/svg/103.png?) 50% 100px no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10000;
    display: block;
}

#mphone_link {
    position: fixed;
    bottom: 5%;
    z-index: 1000;
    left: 15%;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    background: url(/tpl/default/img/mphone_t.svg);
    background-size: 100%;
    display: none;
}

#nomobile {
    text-align: center;
    height: 80px;
    line-height: 60px;
    font-size: 20px;
    display:none !important;
    width:100%;
    min-width: 1216px;
    text-decoration: none;
    background: #222222;
    color: white;
    padding-bottom: 30px;
}

li.sep {
    height:15px;
}

.mm-wrapper_opened #mphone_link {
    display: none;
}

body.index #breadcrumbs {
    display: block !important;
    padding: 0px !important;
    height: 0px;
    overflow: hidden;
}

#breadcrumbs.displaynone {
    visibility: hidden !important;
}

/* */

.sepafter a {
}

#categoryMenu li {
    float: left;
}

#categoryMenu a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    padding: 10px 15px;
    display: inline-block;
}

#categoryMenu a:after {
    content: '/';
    position: relative;
    left: 14px;
    top: -1px;
    color: gray;
    font-size: 10px;
}

#categoryMenu li:first-child a {
    padding-left: 0px;
}

#categoryMenu li:last-child a:after {
    content: none;
}

#categoryMenu a.active {
    color: rgba(0,160,200,1) !important;
}

#categoryMenu a:hover {
    text-decoration: underline;
    color: rgba(0,160,200,1) !important;
}

.fotorama__wrap {
    margin:auto;
}

#oneclickimage {
    width: 200px !important;
    height: 200px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    margin: auto !important;
    margin-bottom:20px !important;
}

a.notify button {
    width: 185px;
}

.owl-item {
    width: 290px;
    margin: 20px 7px;
    float: left;
    position: relative;
}

body.index .owl-carousel2 .item figure.premium-img {
    height: 160px;
}

#pd {
    margin-top: 25px;
}

#pd a,
#pd {
    font-size: 13px;
    color: #808080c2;
}

.minShop {
    text-align: center;
    font-size: 14px;
    color: #b7b7b7;
    opacity: 0.7;
}

.minShop sup {
    font-size: 10px;
    vertical-align: text-top;
}

.minShop.red {
    color: red !important;
    opacity: 0.4 !important;
}

.minShop.green {
    color: green !important;
}

#categoriesLinks li {
    list-style-type: none;
}

#categoriesLinks li a {
    display: inline-block;
    padding: 6px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    border: 2px solid #5858584a;
    border-radius: 15px;
    cursor: pointer;
    user-select: none;
    color: #000000;
    float: left;
    margin-bottom: 8px;
    margin-right: 5px;
}

#categoriesLinks li a:hover {
    color: #00a0c8;
    border-color: #00a0c8;
}

@media (max-width: 767px) {

    .owl-carousel2 .item figure.premium-img figcaption h5 {
        font-size:25px !important;
    }

    .supermenu a.selectedpath span {
        font-size:14px !important;
    }

}




    
