@font-face {
    font-family: 'Prosto Sans';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/prosto/prosto_sans_bold.eot');
    src: url('../fonts/prosto/prosto_sans_bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/prosto/prosto_sans_bold.woff') format('woff'),
    url('../fonts/prosto/prosto_sans_bold.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    font-style: normal;

    src: url('../fonts/HelveticaNeueCyr-Thin/HelveticaNeueCyr-Thin.eot');
    src: url('../fonts/HelveticaNeueCyr-Thin/HelveticaNeueCyr-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Thin/HelveticaNeueCyr-Thin.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Thin/HelveticaNeueCyr-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    font-style: normal;

    src: url('../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.eot');
    src: url('../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.eot');
    src: url('../fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    font-weight: 500;
    font-style: normal;

    src: url('../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.eot');
    src: url('../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Medium/HelveticaNeueCyr-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/Lato-Regular/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular/Lato-Regular?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Regular/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-weight: 600;
    font-style: normal;

    src: url('../fonts/Lato-Semibold/Lato-Semibold.eot');
    src: url('../fonts/Lato-Semibold/Lato-Semibold?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Semibold/Lato-Semibold.woff') format('woff'),
    url('../fonts/Lato-Semibold/Lato-Semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-weight: bold;
    font-style: normal;

    src: url('../fonts/Lato-Bold/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold/Lato-Bold?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Bold/Lato-Bold.woff') format('woff'),
    url('../fonts/Lato-Bold/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-weight: 900;
    font-style: normal;

    src: url('../fonts/Lato-Heavy/Lato-Heavy.eot');
    src: url('../fonts/Lato-Heavy/Lato-Heavy?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Heavy/Lato-Heavy.woff') format('woff'),
    url('../fonts/Lato-Heavy/Lato-Heavy.ttf') format('truetype');
}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;

    height: 1px;
    margin: 1em 0;
    padding: 0;

    border: 0;
    border-top: 1px solid #dfdfdf;
}

img {
    vertical-align: middle;
}

fieldset {
    margin: 0;
    padding: 0;

    border: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: .2em 0;
    padding: .2em 0;

    color: #000;
    background: #ccc;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    overflow: hidden;

    border: 0;
    background-color: transparent;
}

.ir:before {
    display: block;

    width: 0;
    height: 150%;

    content: '';
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    position: absolute;

    overflow: hidden;
    clip: rect(0 0 0 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    position: static;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;
    margin: 0;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    display: table;

    content: ' ';
}

.clearfix:after {
    clear: both;
}

.fl_left {
    float: left;
}

.brand_info .fl_left {
    float: left !important;
}

img.fl_left {
    display: block;

    margin: 0 18px 10px 0 !important;
}

.fl_right {
    float: right !important;
}

img.fl_right {
    display: block;

    margin: 0 0 10px 18px !important;
}

.fl_none {
    float: none !important;
}

.txt_right {
    text-align: right !important;
}

.txt_left {
    text-align: left !important;
}

.txt_center,
.centred {
    text-align: center !important;
}

.hideme {
    display: none !important;
}

.clear {
    clear: both;
}

.no_mt {
    margin-top: 0;
}

.margintop {
    margin-top: 17px;
}

.marginbottom {
    margin-bottom: 17px !important;
}

.marginright {
    margin-right: 17px !important;
}

.marginleft {
    margin-left: 17px;
}

.marginall {
    margin: 17px;
}

.paddingtop {
    padding-top: 17px;
}

.paddingbottom {
    padding-bottom: 17px;
}

.paddingright {
    padding-right: 17px;
}

.paddingleft {
    padding-left: 17px;
}

.paddingall {
    padding: 17px;
}

.nopadding {
    padding: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.bordertop {
    border-top: 1px solid #ccced0;
}

.noborder,
table.noborder th,
table.noborder td {
    border: none !important;
}

table.noborder th {
    padding: 7px 25px 7px 0;
}

table.noborder td {
    padding: 3px 25px 3px 0;
}

table.noborder th:first-child,
table.noborder td:first-child {
    padding-left: 0;
}

.noshadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.fs8 {
    font-size: 8px;
}

.fs9 {
    font-size: 9px;
}

.fs10 {
    font-size: 10px;
}

.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px;
}

.fs21 {
    font-size: 21px;
}

.fs22 {
    font-size: 22px;
}

.fs23 {
    font-size: 23px;
}

.fs24 {
    font-size: 24px;
}

.fs25 {
    font-size: 25px;
}

.lh25 {
    line-height: 25px;
}

.normal {
    font-weight: normal !important;
}

.paddingleft70 {
    padding-left: 70px;
}

.bg_fb {
    background-color: #fbfbfb;
}

.width_auto {
    width: auto !important;
}

.width135 {
    width: 135px !important;
}

.width260 {
    width: 260px !important;
}

.full_width {
    width: 100% !important;
}

.inline {
    display: inline-block !important;
}

.nowrap {
    white-space: nowrap !important;
}

.minheight {
    min-height: 300px;
}

.movetop2px {
    margin-top: -2px;
}

.marginleftsmall {
    margin-left: 5px;
}

.videoWrapper {
    position: relative;

    height: 0;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 56.25%; /* 16:9 */
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

/* ==========================================================================
   Let's get this party started!
   ========================================================================== */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
    font-size: 13px;
    line-height: 1.5;

    color: #212121;
    background: #404040 url(../img/bg.jpg);
}

body.compare {
    width: auto;
    padding: 0 30px;

    background: #fff;
}

h1 {
    font-family: 'Prosto Sans';
    font-size: 20px;
    font-weight: normal;
    line-height: 1.1;

    margin: 0;
    padding: 18px 25px 22px;
}

.contwrap > h1 {
    padding: 13px 18px;
}

.contwrap h1 {
    padding: 5px 0 22px 0;
}

h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;

    margin: 0 0 11px;

    color: #000;
}

p + h2 {
    margin-top: 30px;
}

.content > h2 {
    /* margin:24px 0 4px 30px !important; */
}

h3 {
    font-size: 15px;
    font-weight: bold;

    margin: 0 0 10px;
}

h4 {
    font-size: 13px;
    font-weight: bold;

    margin: 12px 0;
}

.c_row * + h4 {
    margin-top: 30px;
}

h2 + h4 {
    margin-top: 0 !important;
}

p {
    margin: 10px 0;
}

a,
a:visited {
    text-decoration: none;

    color: #4fade9;
    outline: none;
}

a:hover {
    text-decoration: underline;

    color: #4fade9;
}

ul {
    margin: 15px 0;
    padding-left: 14px;
}

ol {
    margin: 10px 0 15px;
}

ol li {
    margin-left: 15px;
}

ul.simple,
ul.simple li {
    margin: 0;
    padding: 0;

    list-style: none;
    list-style-image: none;
}

.simple.black_links li {
    margin-bottom: 5px;
}

.black_links a {
    font-size: 12px;
    font-weight: bold;

    text-decoration: none;

    color: #424242;
}

.black_links a:hover {
    text-decoration: underline;
}

iframe {
    width: 100%;
    height: 380px;
    margin: 10px 0;
}

#main_wrapper {
    overflow: hidden;

    width: 100%;
    min-width: 982px;
    height: auto;
    min-height: 100%;
}

.rubber {
    min-width: 930px;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

a.fancybox /*.image*/
{
    position: relative;

    display: block;

    max-width: 100%;
    margin: 20px auto;
}

a.fancybox /*.image*/ img {
    position: relative;

    display: block;
    float: none !important;

    margin: 0 auto !important;
}

a.fancybox/*.image*/:after {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;

    display: block;

    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;

    content: '';
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;

    opacity: 0;
    background: url(../img/zoom.png) 50% 50%;
}

a.fancybox/*.image*/:hover:after {
    opacity: 1;
}

.no-opacity a.fancybox.image:after {
    display: none;
}

.no-opacity a.fancybox.image:hover:after {
    display: block;
}

table {
    width: 100%;
    margin: 10px 0;
}

table th,
table td {
    font-size: 13px;

    padding: 10px 14px;

    text-align: left;
    vertical-align: top;

    color: #424242;
    border: 1px solid #dfdfdf;
}

table th {
    font-weight: bold;
}

table.gray_th th {
    font-weight: normal;

    color: #ababab;
}

.tr_hover tr:hover td {
    background: #efefef;
}

.tr_hover th:first-child,
.tr_hover td:first-child {
    padding-left: 28px !important;
}

table.table_2 {
    margin: 0 0 0 30px;

    border: 1px solid #dfdfdf;
    border-width: 0 0 1px;
}

table.table_2 th,
table.table_2 td {
    padding: 17px 10px;
}

table.table_2 th {
    font-size: 11px;
    font-weight: normal;

    padding: 7px 10px 6px;

    text-transform: uppercase;

    color: #424242;
    border-width: 1px 0;
    background: #ebebeb;
}

table.table_2 td {
    border-width: 0;
}

table.favorites .w1 {
    width: 18px;
}

table.favorites .fav_img {
    display: block;
    overflow: hidden;

    width: 115px;
    margin-top: 10px;
}

table.favorites .fav_img img {
    display: block;

    max-width: 100%;
    height: auto;
}

.fav_description textarea {
    width: 93%;
    min-width: 0;
    margin: 0 0 10px;
}

.fav_description p {
    line-height: 1.25;

    margin-top: 8px;
}

.fav_addtocart .btn {
    float: none;

    margin: 5px 0 10px;
}

.fav_price {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.1;

    color: #333;
}

table.order_total {
    line-height: 1.2;

    width: 400px;
    margin-bottom: 42px;
}

.mindthegap td {
    padding-top: 17px !important;
}

/* UI */

body .ui-dialog {
    z-index: 15;

    border: none;
    outline: none !important;
}

body .ui-widget-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: rgba(0, 0, 0, .5);
}

body .ui-dialog-titlebar {
    font-family: 'Prosto Sans';
    font-size: 15px;

    margin-bottom: 30px;
    padding: 15px;

    cursor: move;
    text-transform: uppercase;

    color: #fff;
    background: none repeat scroll 0 0 #556671;
}

body .ui-dialog .ui-dialog-titlebar-close {
    top: 28px;
    right: 15px;

    width: 16px;
    height: 16px;

    border: none;
    background: url('../img/new_sprite.svg') no-repeat scroll 0 -210px;
}

body .ui-dialog-buttonpane {
    margin-top: 25px;
    padding: 15px;

    background: #f4f4f4;
}

body .ui-dialog button {
    line-height: 1;

    height: 36px;
    padding: 0 25px;

    border: none;
}

body .ui-dialog-buttonpane button {
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;

    color: #556671;
    background: #8fd1fb;
}

body .ui-dialog-buttonpane button + button {
    color: #4fade9;
    background: #fff !important;
}

body .ui-dialog-buttonpane button:hover {
    background: #7ac4f2;
}

body .ui-dialog .form_row {
    width: auto;

    text-align: center;
}

body .ui-dialog input {
    line-height: 1;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    height: 40px;
    margin: 0 auto;
    padding: 0 15px;
}

body .ui-dialog-content {
    min-height: 40px !important;
}

.fancybox-inner {
    background: #fff;
}

.in_popup {
    min-width: 300px;
    height: 100%;
}

.fancybox-inner .popup_title {
    font-family: 'Prosto Sans';
    font-size: 15px;
    font-weight: normal;
    line-height: 50px;

    height: 50px;
    margin: 0;
    padding: 0 15px;

    text-transform: uppercase;

    color: #fff;
    background: #556671;
}

.fancybox-inner .cat_choose {
    display: inline-block;

    margin: 0 0 10px;
    padding: 0;

    vertical-align: top;
}

.fancybox-inner .cat_choose li {
    background: transparent;
}

.fancybox-inner .btn_wrapper {
    right: 0;

    text-align: right;

    background: #f4f4f4;
}

.fancybox-inner .btn.blue {
    color: #556671 !important;
}

.fancybox-inner .btn_wrapper .btn {
    padding: 0 25px;
}

.fancybox-inner .btn + .btn {
    margin-left: 15px;
}

.fancybox-inner .ul_wrapper {
    padding-bottom: 80px;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, .5);
}

body .fancybox-close {
    top: 5px;
    right: 5px;

    background: url('../img/new_sprite.svg') 12px -198px no-repeat;
}

/* FANCY IFRAME */

a.fancy_iframe {
    text-decoration: none;
}

body.iframe {
    width: 100%;
    min-width: 0;
    height: 750px;

    background: #fff;
}

.iframe .content_wrapper {
    padding: 20px;

    background: #fff;
}

.separator {
    clear: both;

    width: 100%;
    height: 0;
    margin: 14px 0;

    border-bottom: 1px solid #e4e5e6;
}

.c_row .separator {
    margin: 0 0 20px;
    padding-top: 20px;
}

.separator.double {
    margin: 0 0 25px;
    padding-top: 25px;
}

.left_col {
    float: left;

    width: 278px;
}

.right_col {
    margin-left: 288px;
}

.map_addresses {
    max-height: 650px;
    margin-left: -8px;
}

.map_addresses ul {
    margin: 0;
    padding: 0;
}

.map_addresses li {
    padding: 0 25px 6px 0;

    list-style: none;
    list-style-image: none;
}

.map_addresses a {
    display: inline-block;

    margin: -3px 0;
    padding: 3px 8px;

    vertical-align: top;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.map_addresses .current a {
    cursor: default;
    text-decoration: none;

    color: #fff;
}

/* ===== HEADER ===== */

header.main {
    position: relative;
    top: -75px;
    height: 170px;
    margin: 75px 0 -75px;
    background: #f4f4f4;
}

header.main .head_content {
    position: relative;
    /*z-index: 150;*/

    background-position: 0 0;
}

header.main .head_content:before {
    position: absolute;
    right: -122px;
    bottom: -58px;

    display: inline-block;

    width: 200px;
    height: 142px;

    content: '';

    background: url('../img/paint_header.png') center top no-repeat;
}

.fixed header.main .head_content:before {
    display: none;
}

header.main .logo {
    position: absolute;
    top: 0;
    left: -18px;

    display: block;
}

header.main .logo img {
    width: 223px;
    height: 159px;
}

header.main .row {
    position: relative;

    height: 44px;
    margin-left: 113px;
}

header.main .row.first {
    padding-top: 24px;
}

header.main .row.third {
    position: relative;
}

header.main .row .phones {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.18;

    color: #000;
}

header.main .row .writetous {
    position: absolute;
    top: 25px;
    left: 165px;
}

header.main .row .writetous a i {
    display: inline-block;

    width: 17px;
    height: 15px;
    margin: 1px 7px 0 -17px;

    vertical-align: top;

    background: url(../img/new_sprite.svg) no-repeat;
    background-position: 0 -28px;
}

header.main .row .upper_nav {
    position: absolute;
    top: 25px;
    right: 0;

    display: block;

    max-width: 500px;
}

header.main .row ul.upper_nav,
header.main .row ul.upper_nav > li {
    margin: 0;
    padding: 0;

    list-style: none;
    list-style-image: none;
}

header.main .row ul.upper_nav > li {
    position: relative;

    display: inline-block;

    margin-left: 9px;

    vertical-align: top;
}

header.main .row ul.upper_nav > li.havesub > a {
    position: relative;

    display: block;

    padding-right: 12px;

    text-decoration: none;

    color: #727272;
}

header.main .row ul.upper_nav > li > a {
    padding-bottom: 6px;
}

header.main .row ul.upper_nav > li.havesub > a:after {
    position: absolute;
    top: 8px;
    right: 0;

    display: inline-block;

    content: '';

    border-top: 5px solid #cacaca;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

header.main .row ul.upper_nav > li:hover > a {
    color: #1b98e8;
}

/*.upper_nav a:hover .upper_nav_icon:after{*/
/*opacity: 1;*/
/*}*/

/*.upper_nav a:hover .upper_nav_icon:before{*/
/*opacity:0;*/
/*}*/

.upper_nav_icon {
    position: relative;
    top: 1px;

    display: inline-block;

    margin-right: 5px;
}

.upper_nav_icon:before,
.upper_nav_icon:after {
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;

    content: '';
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;

    background: url('../img/top_nav_icons.svg') no-repeat;
}

.small_cash_icon {
    width: 14px;
    height: 15px;
}

.small_cash_icon:before,
.small_cash_icon:after {
    width: 15px;
    height: 15px;
}

.small_cash_icon:before {
    background-position: 0 0;
}

.small_cash_icon:after {
    opacity: 0;
    background-position: -86px 0;
}

.small_delivery_icon {
    width: 20px;
    height: 15px;
    margin-right: 5px;
}

.small_delivery_icon:before,
.small_delivery_icon:after {
    width: 20px;
    height: 15px;
}

.small_delivery_icon:before {
    background-position: -22px 0;
}

.small_delivery_icon:after {
    opacity: 0;
    background-position: -28px 0;
}

.small_question_icon {
    top: 2px;

    width: 18px;
    height: 15px;
    margin-right: 0;
}

.small_question_icon:before,
.small_question_icon:after {
    width: 20px;
    height: 15px;
}

.small_question_icon:before {
    background-position: -47px 0;
}

.small_question_icon:after {
    opacity: 0;
    background-position: -201px 0;
}

.small_paint_icon {
    top: 3px;

    width: 16px;
    height: 15px;
    margin-right: 2px;
}

.small_paint_icon:before {
    top: -2px;

    width: 17px;
    height: 18px;

    background: url('../img/small_paint.svg') no-repeat;
    background-size: 100%;
}

.small_color_icon {
    top: 3px;

    width: 16px;
    height: 15px;
    margin-right: 1px;
}

.small_color_icon:before {
    top: -2px;

    width: 16px;
    height: 16px;

    background: url('../img/small_color.svg') no-repeat;
    background-size: 16px 16px;
}

header.main .search {
    position: relative;

    height: 36px;
    margin-right: 477px;

    -webkit-border-radius: 2px;
    /*background:#fff;*/
    -moz-border-radius: 2px;
    border-radius: 2px;
}

header.main .search .hasfocus + input {
    background-color: #8fd1fb !important;
}

header.main .search .hasfocus + input:hover {
    background-color: #7ac4f2 !important;
}

header.main .search input[type='text'] {
    font-size: 12px;
    line-height: 14px;

    width: calc(100% - 56px);
    height: 13px;
    padding: 12px 0 10px 8px;

    color: #787878;
    border: 1px solid #8fd1fb;
    background-color: #fff;
}

header.main .search input[type='submit'],
input[type='submit'].big_search_btn {
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 46px;
    height: 36px;

    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;

    border: none;
    border-left: 1px solid #f4f4f4;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    outline: none !important;
    background: url('../img/new_sprite.svg') no-repeat;
    background-color: #fff;
    background-position: 15px -140px;
}

input[type='submit'].big_search_btn {
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #cdced0;
}

header.main .search input[type='submit']:active,
input[type='submit'].big_search_btn:active,
header.main .search input[type='submit']:hover,
input[type='submit'].big_search_btn:hover {
    background-color: #8fd1fb;
}

input[type='submit'].big_search_btn {
    -webkit-box-shadow: 0 1px 2px #bbb;
    -moz-box-shadow: 0 1px 2px #bbb;
    box-shadow: 0 1px 2px #bbb, 3px 0 4px 3px #fff;
}

.search_scroll_wrapper {
    position: absolute;
    z-index: 500;
    top: 37px;
    display: block;
    overflow: hidden;

    width: calc(100% + 150px);
}

.search_block_wrapper {
    overflow: hidden;
    /*max-height: 400px;*/

    padding-bottom: 7px;
}

.search_container {
    display: table;
    overflow: auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 7px 10px 0 0;

    border: 1px solid #cdcdcd;
    background: #fff;
}

.search_block {
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-right: 20px;
}

.search_block_title {
    display: table-cell;

    width: 120px;
    padding-right: 10px;

    text-align: right;
    vertical-align: top;

    color: #727272;
}

.search_block_cell {
    display: table-cell;

    vertical-align: top;
}

.search_block_list {
    margin: 0;
    padding-left: 0;

    list-style: none;

    text-align: left;

    color: #000;
}

.search_block_list a {
    color: #000;
}

.search_block_list > li {
    margin-bottom: 10px;
}

.search_img {
    position: relative;

    display: inline-block;

    width: 50px;
    height: 60px;
    margin-right: 15px;

    text-align: center;
}

.search_img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.search_vertical_align {
    display: table;
}

.search_txt {
    display: table-cell;

    vertical-align: middle;
}

.search_block.all {
    margin: 0 -10px;
    padding: 10px 10px 10px 170px;

    border-top: 1px solid #cdcdcd;
}

.search_block.all a {
    position: relative;

    padding-left: 12px;
}

.search_block.all a:before {
    position: absolute;
    top: 3px;
    left: 2px;

    display: inline-block;

    content: '';

    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #5da4d1;
}

.search_nav {
    margin-bottom: 10px;
    padding-bottom: 20px;
}

a.search_nav_link {
    font-family: 'Prosto Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 36px;

    position: relative;

    display: inline-block;

    height: 36px;

    text-decoration: none;
    text-transform: uppercase;

    color: #556671;
}

.search_nav_link + .search_nav_link {
    margin-left: 20px;
}

.search_nav_link.active {
    color: #000;
}

.search_nav_link.active:after {
    position: absolute;
    right: 0;
    bottom: -11px;
    left: 0;

    display: inline-block;

    height: 3px;

    content: '';

    background: #8fd1fb;
}

header.main .subs {
    position: absolute;
    top: 0;
    right: 0;
}

.subs .ico.arr_dwn {
    position: absolute;
    top: 15px;
    right: 7px;

    width: 11px;
    height: 8px;

    background: url(../img/arrows2.png?1) 50% -139px no-repeat;
}

header.main .subs > ul,
header.main .subs > ul > li,
header.main .subs .nav_btn,
header.main .subs .nav_li {
    position: relative;

    margin: 0;
    padding: 0;

    list-style: none;
    list-style-image: none;
}

header.main .subs ul.toplvl > li,
header.main .subs .nav_li,
.arrow.gray {
    display: inline-block;
    /*background:#f3f3f3 url(../img/btns.png) 0 0 repeat-x;*/

    height: 36px;
    margin-left: 10px;

    vertical-align: top;
}

header.main .subs ul.toplvl > li,
header.main .subs .nav_li {
    float: left;

    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

header.main .subs ul.toplvl > li.active,
header.main .subs ul.toplvl > li:hover,
header.main .subs .nav_li.active,
header.main .subs .nav_li:hover {
    background-position: 0 -37px;
}

header.main .subs ul.toplvl li.heart {
    width: 72px;
    margin-left: 0;

    border-left: 1px solid #f4f4f4;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background: #fff;
}

header.main .subs ul.toplvl li.list {
    width: 72px;

    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    background: #fff;
}

header.main .subs ul.toplvl li.account {
    position: relative;

    width: 156px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}

header.main .subs ul.toplvl li.list:hover,
header.main .subs ul.toplvl li.heart:hover,
header.main .subs ul.toplvl li.account:hover {
    background: #ebebeb;
}

header.main .subs ul.toplvl li.cart:hover {
    background: #7ac4f2;
}

header.main .subs .account:after {
    position: absolute;
    top: 15px;
    right: 13px;

    display: inline-block;

    content: '';

    border-top: 5px solid #71c1f4;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

header.main .subs .account .unknown:first-of-type {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 140px;
}

header.main .subs .account .unknown + .unknown {
    width: 60px;

    text-align: center;
}

header.main .subs ul.toplvl li.cart {
    min-width: 150px;

    background-position: 0 -80px;
}

header.main .subs .cart:after {
    position: absolute;
    top: 16px;
    right: 10px;

    display: inline-block;

    content: '';

    border-top: 5px solid #556671;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

header.main .subs ul.toplvl li.cart.active,
header.main .subs ul.toplvl li.cart:hover {
    background-position: 0 -117px;
}

header.main .cart .popupwrap {
    width: 330px;
}

.cart .popupwrap .scrollwrap,
.heart .popupwrap .scrollwrap,
.list .popupwrap .scrollwrap {
    width: 330px;
    height: auto;
    max-height: 330px;
}

header.main .cart .submenu,
header.main .heart .submenu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 330px;
    padding: 0 20px;
}

header.main .cart .submenu li:last-child,
header.main .heart .submenu li:last-child,
header.main .list .submenu li:last-child {
    border-bottom: none;
}

header.main .subs ul.toplvl > li > a,
header.main .subs .nav_li > a {
    line-height: 36px;

    position: relative;

    display: block;

    height: 36px;
    padding-left: 29px;

    text-decoration: none;

    color: #556671;
}

header.main .subs ul.toplvl > li > a:hover,
header.main .subs .nav_li > a:hover {
    text-decoration: none;
}

header.main .subs ul.toplvl li.list > a,
header.main .subs ul.toplvl li.heart > a {
    padding-left: 5px;

    text-align: center;
}

header.main .subs ul.toplvl li.list > a {
    position: relative;
}

header.main .subs ul.toplvl li.list > a:before {
    position: absolute;
    top: 12px;
    left: 8px;

    display: inline-block;

    width: 16px;
    height: 16px;

    content: '';

    background: url('../img/new_sprite.svg') 0 -446px no-repeat;
}

header.main .subs ul.toplvl li.list > a:after,
header.main .subs ul.toplvl li.heart > a:after {
    position: absolute;
    top: 16px;
    right: 10px;

    display: inline-block;

    content: '';

    border-top: 5px solid #556671;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

header.main .subs ul.toplvl li.heart > a {
    position: relative;

    border-left: 1px solid #fff;
}

header.main .subs ul.toplvl li.heart > a:before {
    position: absolute;
    top: 11px;
    left: 8px;

    display: inline-block;

    width: 16px;
    height: 16px;

    content: '';

    background: url('../img/new_sprite.svg') 0 -120px no-repeat;
}

header.main .subs ul.toplvl li.heart.active > a {
    border-left-color: #ddd;
}

header.main .subs ul.toplvl li.account > a {
    position: relative;

    padding-left: 31px;

    color: #4fade9;
}

header.main .subs ul.toplvl li.account > a:before {
    position: absolute;
    top: 9px;
    left: 10px;

    display: inline-block;

    width: 20px;
    height: 20px;

    content: '';

    background: url(../img/new_sprite.svg) 0 0 no-repeat;
}

header.main .subs ul.toplvl li.cart > a {
    font-family: 'Prosto Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;

    position: relative;

    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 150px;
    padding: 0 20px 0 28px;

    text-transform: uppercase;
    /* width: 165px; */

    color: #556671;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #8fd1fb;
}

header.main .subs > ul > .cart > a:after {
    position: absolute;
    top: 10px;
    left: 8px;

    display: inline-block;

    width: 16px;
    height: 16px;

    content: '';

    background: url('../img/new_sprite.svg') no-repeat;
    background-position: -30px -150px;
}

.fixed header.main {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    width: 100%;
    min-width: 982px;
    height: 75px;
    margin-top: 0;

    -webkit-transition: top .3s ease-out;
    -moz-transition: top .3s ease-out;
    -ms-transition: top .3s ease-out;
    -o-transition: top .3s ease-out;
    transition: top .3s ease-out;
}

.fixed header.main .logo {
    display: none;
}

.fixed header.main .row.first {
    position: absolute;
    top: -7px;
    left: 25px;

    width: 250px;
    height: 50px;
    margin-left: 0;
}

.fixed header.main .row.first .upper_nav {
    top: 40px;
    right: 143px;
}

.fixed header.main .row.first .upper_nav > li {
    display: none;
}

.fixed header.main .row.first .upper_nav > li.showme {
    display: block !important;
}

.fixed header.main .row.second {
    z-index: 5;

    margin-left: 254px;
    padding-top: 17px;
}

.fixed header.main .subs {
    top: 17px;
}

.fixed header.main .writetous {
    position: absolute;
    top: 22px;
    right: 143px;
    left: auto;

    white-space: nowrap;
}

.fixed header.main .writetous a {
    color: #333;
}

.fixed header.main .phones {
    font-size: 14px;
    line-height: 1.1;

    position: absolute;
    top: 24px;
    left: 122px;

    white-space: nowrap;
}

.fixed .row.third {
    display: none;
}

header.main .phones span {
    font-size: 9px;

    display: none;

    margin-top: 3px;

    text-align: right;
    text-transform: uppercase;

    color: #727272;
}

.fixed header.main .phones span {
    display: none !important;
}

.fixed header.main .phones span.show_on_fixed {
    display: inline !important;
}

/* ================== */

/* ===== CONTENT ===== */

.col_full {
    width: 100%;
}

.col_half {
    position: relative;

    float: left;

    width: 50%;
    padding: 7px 0 0;
}

.col_half p:first-child {
    margin-top: 0;
}

.col_half p {
    padding-right: 30px;
}

.col_half.has_right_border {
    width: 48%;
    margin: -20px 0;
    margin-right: -1px;
    padding: 27px 0 20px;

    border-right: 1px solid #c9cbcd;
}

.col_half.has_right_border + .col_half {
    width: 48%;
    padding-left: 30px;
}

.col_half.has_left_border {
    width: 46%;
    margin: -20px 0;
    padding: 27px 0 20px 30px;

    border-left: 1px solid #c9cbcd;
}

.col_half.third {
    width: 33%;
}

nav.main {
    position: absolute;

    width: 100%;
    margin-top: 11px;
}

nav.main > ul,
nav.main > ul > li,
nav.main .root_ul,
nav.main .root_li {
    height: 36px;
    margin: 0;
    padding: 0;

    list-style: none;
}

nav.main > ul,
nav.main .root_ul {
    display: block;

    white-space: nowrap;
}

nav.main > ul > li,
nav.main .root_li {
    position: relative;

    display: inline-block;
    float: left;

    text-align: center;
    vertical-align: top;
    white-space: normal;

    border: 1px solid transparent;
    border-width: 0 1px;
}

nav.main .root_li:hover .root-item {
    color: #778893;
}

nav.main .bordered:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    display: inline-block;

    width: 1px;
    height: 20px;
    margin: auto;

    content: '';

    background: #d0c8c8;
}

nav.main .bordered:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    display: inline-block;

    width: 1px;
    height: 20px;
    margin: auto;

    content: '';

    background: #d0c8c8;
}

nav.main .ninja .ico.arr_dwn {
    right: -3px;

    border-top: 5px solid #556671;
}

nav.main .anti-ninja .ico.arr_dwn {
    right: -4px;

    border-top: 5px solid #556671;
}

nav.main > ul > li > a,
nav.main a.root-item {
    font-family: 'Prosto Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 36px;

    position: relative;

    display: inline-block;

    height: 36px;

    text-decoration: none;
    text-transform: uppercase;

    color: #556671;
}

nav.main .ico.arr_dwn {
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 10px;

    display: inline-block;

    border-top: 5px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

nav.main > ul > li.active a,
nav.main .root_li.active a {
    position: relative;

    color: #000 !important;
}

nav.main > ul > li.active > a:after {
    position: absolute;
    right: 0;
    bottom: -11px;
    left: 0;

    display: inline-block;

    height: 3px;

    content: '';

    background: #8fd1fb;
}

nav.main > ul > li.w11.active > a:after {
    display: none !important;
}

nav.main > ul > li:last-child {
    float: right;
}

nav.main .anti-ninja {
    display: none;
}

nav.main .w1 {
    width: 15%;
}

nav.main .w2 {
    width: 8.7%;
}

nav.main .w21 {
    width: 10.4%;
}

nav.main .w3 {
    width: 7.5%;
}

nav.main .w4 {
    width: 7.2%;
}

nav.main .w5 {
    width: 9%;
}

nav.main .w6 {
    width: 12.5%;
}

nav.main .w7 {
    width: 7%;
}

nav.main .w8 {
    width: 6%;
}

nav.main .w9 {
    width: 15.5%;
}

nav.main .w10 {
    width: 11.3%;
}

nav.main .w11 {
    width: 16.8%;
}

nav.main .w1 {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

nav.main .w11 {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

nav.main .w1 a.root-item {
    position: relative;

    display: block;

    padding-left: 8px;

    color: #fff !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #556671;
}

nav.main a.root-item {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

nav.main .w1 a.root-item:before {
    position: absolute;
    top: 10px;
    left: 10px;

    display: inline-block;

    width: 16px;
    height: 16px;

    content: '';

    background: url('../img/new_sprite.svg') -30px -60px no-repeat;
}

nav.main .w1:hover a.root-item {
    background: #778893;
}

nav.main .w9 a.root-item {
    margin-right: -5px;
}

nav.main .w11 a.root-item {
    position: relative;

    display: block;

    padding-left: 8px;

    color: #fff !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #556671;
}

nav.main .w11:hover a.root-item {
    background: #778893;
}

nav.main .w11 a.root-item:before {
    position: absolute;
    top: 10px;
    left: 10px;

    display: inline-block;

    width: 16px;
    height: 16px;

    content: '';

    background: url('../img/new_sprite.svg') no-repeat;
    background-position: -30px 0;
}

nav.main .w11 a.root-item:hover:after,
nav.main .w1 a.root-item:hover:after,
.w8 a.root-item:hover:after,
nav.main .percent_menu a.root-item:hover:after {
    position: absolute !important;
    z-index: 500;
    right: 0;
    bottom: -20px;
    left: 0;

    display: inline-block !important;

    height: 20px;

    content: '';

    background: transparent;
}

.subwrap {
    position: absolute;
    z-index: 500;
    top: 34px;
    left: 0;

    display: none;

    padding-top: 10px;
}

.heart .subwrap,
.list .subwrap {
    right: -30px;
    left: auto;
}

.account .submenu {
    min-width: 295px;
    padding-bottom: 75px;
}

.buyit .unknown {
    display: none;
}

.unknown .buyit .unknown {
    display: inline-block;
}

.unknown .buyit .known {
    display: none;
}

.unknown_hover {
    display: none;
}

.unknown .unknown_hover {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url(../img/white70.png);
    background: rgba(255, 255, 255, .7);
}

.unknown .buyit .btn.white,
.cart_info .buyit .btn.white {
    line-height: 36px;

    height: 36px;
    padding: 0 35px;

    color: #4fade9;
    background: #fff;
}

.unknown .buyit .btn.blue {
    font-weight: normal;

    float: right;

    padding: 0 35px;

    color: #455a64;
}

.submenu,
.submenu ul.col,
.submenu li {
    display: block;

    margin: 0;
    padding: 0;

    list-style: none;
    list-style-image: none;

    text-align: left;
}

.submenu {
    position: absolute;
    z-index: 500;
    top: 100%;
    left: -2px;

    display: none;

    min-width: 250px;
    padding: 9px 0;

    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

/*div.submenu { padding:0; }*/
div.submenu .col {
    padding: 9px 0;
}

.submenu .col + .col {
    border-left: 1px solid #f4f4f4;
}

.subwrap .submenu {
    position: relative;
    top: auto;
    left: auto;

    display: block !important;
}

nav.main .submenu {
    padding-bottom: 0;
}

li:hover > .submenu,
li:hover > .subwrap {
    display: block;
}

/*
li .submenu.MenuActive,
li .subwrap.MenuActive {display:block;}
*/

.submenu:after {
    position: absolute;
    top: -14px;
    left: 15px;

    display: block;

    width: 14px;
    height: 14px;

    content: '';

    background: url(../img/new_tail.png) 50% 100% no-repeat;
}

nav.main .submenu:after {
    left: 60px;
}

nav.main .w8 .submenu {
    top: 110%;
    left: -40px;

    padding-bottom: 9px;
}

.w8 .submenu a {
    padding: 5px 18px 6px;
}

.w11 .submenu,
.account .subwrap,
.cart .subwrap {
    right: -2px;
    left: auto;
}

.w11 .submenu {
    top: 48px;

    min-width: 300px;
}

nav.main .w11 .submenu:after {
    right: 70px;
    left: auto;

    background-position-x: 85%;
}

.w11 .submenu:after,
.cart .submenu:after {
    right: 23px;
    left: auto;
}

.account .submenu:after {
    right: 70px;
    left: auto;
}

header.main .submenu {
    left: 0;
}

header.main .submenu.right {
    left: inherit;
}

.submenu li {
    position: relative;
}

.account .submenu li {
    position: static;
}

.account .submenu li a {
    padding: 10px 18px 12px;
}

.submenu a,
.submenu i,
.shop_list .shops a {
    font-style: normal;
    line-height: 1;

    display: block;

    margin: 0 -1px;
    padding: 5px 18px 6px;

    text-decoration: none;

    color: #212121;
    border: 1px solid transparent;
    border-width: 0 1px;
}

.submenu a {
    margin-right: 0;
    margin-left: 0;
}

.submenu a:hover {
    margin-right: 0;
    margin-left: 0;

    text-decoration: none;

    color: #4fade9;
    outline: none;
    background: #f4f4f4;
}

.contwrap .shop_title {
    margin-bottom: 15px;
    padding-bottom: 10px;

    border-bottom: 1px solid #dfdfdf;
}

.shop.small_gallery {
    margin: 5px 0 12px;
    padding: 12px 0;

    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

header .submenu li.item-selected a {
    border: none;
    background: transparent;
}

.header-popup {
    display: block;

    padding: 10px 20px 0 20px;
}

.submenu .special {
    position: relative;
}

.submenu .special a:before {
    position: absolute;
    top: 10px;
    left: 15px;

    display: inline-block;

    width: 16px;
    height: 16px;

    content: '';

    background: url('../img/new_sprite.svg') 0 -60px no-repeat;
}

.submenu .special a {
    padding-left: 38px !important;
}

.havesub.root_li.w11 .right.submenu li.special a {
    /*background: #fff!important;
    color: #8fd1fb!important;*/
    color: #455a64 !important;
}

.havesub.root_li.w11 .right.submenu li.special a:before {
    /*background: url('../img/new_sprite.svg') -30px -440px no-repeat!important;*/
    background: url('../img/new_sprite.svg') -30px -208px no-repeat !important;
}

.havesub.root_li.w11 .right.submenu li.special a:hover {
    /*background: #8fd1fb!important;
    color: #fff!important;*/
    color: #455a64 !important;
}

.havesub.root_li.w11 .right.submenu li.special a:hover:before {
    background: url('../img/new_sprite.svg') -30px -208px no-repeat !important;
}

.submenu a span {
    display: inline-block;

    padding: 5px 6px;

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.submenu a:hover span {
    color: #4fade9;
    background: #f4f4f4;
}

header .submenu a:hover span,
.root_li .submenu a:hover span {
    background: transparent;
}

.submenu li.item-selected a span {
    color: #212121;
    background: #f4f4f4;
}

.submenu i {
    color: #c2c2c2;
}

.submenu .special {
    margin-top: 9px;
    margin-bottom: -9px;

    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: #f4f4f4;
}

.submenu .special a {
    font-weight: normal;

    position: relative;

    display: inline-block;

    margin: 15px 20px;
    padding: 11px 18px 12px 40px;

    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;

    color: #455a64 !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #8fd1fb;
}

.w11 .submenu .special {
    text-align: center;
}

.w11 .submenu .special a:before {
    position: absolute;
    top: 8px;
    left: 20px;

    display: inline-block;

    width: 13px;
    height: 18px;

    content: '';

    background: url('../img/new_sprite.svg') -30px -210px no-repeat;
}

.w11 .submenu .special a:hover {
    background: #7ac4f2;
}

.cart .submenu.items .remove_from_cart,
.heart .submenu.items .remove_from_favorite,
.list .submenu.items .remove_from_compare {
    font-size: 12px;
    line-height: 20px;

    position: relative;

    float: right;

    color: #999;
}

.cart .submenu.items .remove_from_cart:before,
.heart .submenu.items .remove_from_favorite:before,
.list .submenu.items .remove_from_compare:before {
    display: inline-block;

    width: 11px;
    height: 11px;
    margin: 0 5px;

    content: '';

    background: url('../img/new_sprite.svg') 0 -180px no-repeat;
}

.cart .submenu.items .remove_from_cart:hover,
.heart .submenu.items .remove_from_favorite:hover,
.list .submenu.items .remove_from_compare:hover {
    text-decoration: none;

    color: #1b98e8;
}

.cart .submenu.items .remove_from_cart:hover:before,
.heart .submenu.items .remove_from_favorite:hover:before,
.list .submenu.items .remove_from_compare:hover:before {
    background-position: -30px -180px;
}

.w1 .submenu {
    top: 48px;

    white-space: nowrap;
}

.w1 .submenu .special {
    clear: left;

    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.w1 .submenu .col {
    display: inline-block;

    width: 250px;

    vertical-align: top;
    white-space: normal;
}

.submenu.items {
    padding-top: 35px;
    padding-bottom: 75px;
}

.submenu.items li {
    margin-top: 13px;
    padding-right: 26px;
    padding-left: 115px;

    border-bottom: 1px solid #e1e1e1;
}

.submenu.items li.gift {
    min-height: 112px;
}

.submenu.items li .product-gift {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
    height: 30px;
    overflow: hidden;
    margin-top: -15px;
    margin-bottom: 5px;
}

.submenu.items li:first-child {
    margin-top: 0;
}

.submenu.items li a {
    display: inline;

    margin: 0;
    padding: 0;

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

    border: none;
    background: none !important;
}

.submenu.items li a:hover {
    text-decoration: none;

    color: #4fade9;
}

.submenu.items li a.img {
    position: absolute;
    top: 2px;
    left: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80px;
    height: 80px;

    border: 1px solid #d3d3d3;
    background: #fff;
}

.submenu.items li a.img span {
    line-height: 78px;

    display: block;
    overflow: hidden;

    width: 78px;
    height: 78px;
    padding: 0;

    text-align: center;

    background: #fff;
}

.submenu.items li a.img img {
    display: inline-block;

    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;

    vertical-align: middle;
}

.submenu.items h4 {
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;

    margin: 0 0 8px;
}

.cart .submenu.items h4,
.heart .submenu.items h4,
.list .submenu.items h4 {
    font-weight: normal;

    overflow: hidden;

    height: 45px;
    margin-bottom: 20px;
}

.cart .submenu.items li,
.heart .submenu.items li,
.list .submenu.items li {
    padding-right: 0;
    padding-left: 95px;
}

.cart_info .buyit .btn.white {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;

    text-align: center;
}

.cart_info .buyit .btn.blue {
    font-weight: normal;

    float: right;

    padding: 0 20px;

    text-align: center;

    color: #455a64 !important;
}

.heart .cart_info .btn.blue {
    padding: 0 10px;
}

.heart .cart_info .btn.white {
    padding: 0 5px;
}

.submenu.items .numbers {
    position: relative;

    float: left;

    color: #212121;
}

.submenu.items .numbers span {
    font-weight: bold;

    text-align: left;

    color: #212121;
}

.submenu.items .numbers span:first-of-type {
    margin-right: 2px;
}

.submenu.items .numbers span:last-of-type {
    margin-left: 2px;
}

.submenu.items .edit {
    font-size: 11px;

    margin: 10px 0;
}

.submenu.items .edit a {
    margin-left: 5px;
}

.submenu.items .edit a:first-child {
    margin-right: 5px;
    margin-left: 0;
}

nav.main .root_li.w11.active .submenu a {
    color: #727272 !important;
}

.submenu.right li a {
    color: #727272;
}

.submenu.right li b {
    font-weight: normal;

    display: block;

    margin-bottom: 5px;

    color: #000 !important;
}

.subwrap .last {
    position: absolute;
    z-index: 501;
    top: 18px;
    left: 16px;
}

.subwrap .cart_info {
    position: absolute;
    z-index: 501;
    bottom: 1px;
    left: 0;

    width: 100%;

    background: #f4f4f4;
}

.subwrap .cart_info .total {
    font-family: 'Prosto Sans', sans-serif;
    line-height: 38px;

    height: 38px;
    margin: 0 1px;

    text-align: center;
    text-transform: uppercase;

    color: #727272;
}

.subwrap .cart_info .minprice-notice {
    padding: 0 20px 10px;
    margin-top: -5px;
    font-family: 'Prosto Sans', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #727272;
    line-height: 2em;
}

.subwrap .cart_info .buyit {
    height: 36px;
    padding: 15px 20px;

    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.cart .subwrap .cart_info .buyit,
.heart .subwrap .cart_info .buyit,
.list .subwrap .cart_info .buyit {
    padding: 0 20px 15px;
}

a.btn,
input.btn,
button {
    font-size: 12px;
    line-height: 23px;

    display: inline-block;

    height: 23px;
    padding: 0 9px;

    vertical-align: top;
    white-space: nowrap;
    text-decoration: none;

    color: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

a.btn.grey,
input.btn.grey {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

    color: #fff;
    background: #cdcdcd;
}

a.btn.grey:hover,
input.btn.grey:hover {
    background: #778893;
}

/*a.btn.red , input.btn.red{*/
/*background-color:#B4231F;*/
/*background-position:0 -80px;*/
/*color:#fff;*/
/*font-weight:bold;*/
/*border-color:#9f3231 #951d1d #8e080a;*/
/*}*/

a.btn.cart_plus {
    padding: 8px 4px 9px;
}

a.btn.cart_plus span {
    display: block;

    width: 32px;
    height: 100%;

    background: url('../img/new_sprite.svg') no-repeat;
    background-position: -87px -386px;
}
a.btn.cart_plus.loading span {
    background-image: url(../img/spinner.svg);
    background-position: 0 -4px;
    background-size: 100%;
}

a.btn.cart_plus.clickoff span {
    background-position: -87px -416px;
}

a.btn:active,
button:active {
    background-position: 0 -37px;
}

a.btn.red:active {
    background-position: 0 -117px;
}

.subwrap .cart_info a.btn.gray {
    float: left;
}

.subwrap .cart_info a.btn.red {
    float: right;
}

a.btn.green {
    font-size: 12px;
    font-weight: bold;
    line-height: 27px;

    height: 27px;
    padding: 0 9px;

    color: #fff;
    /*border-color:#607350 #294314 #294314;*/
    /*background:#527634;*/

    /*-moz-box-shadow:inset 0px 2px 0 #779360, 0px 1px 2px rgba(0,0,0,0.4);*/
    /*-webkit-box-shadow:inset 0px 2px 0 #779360, 0px 1px 2px rgba(0,0,0,0.4);*/
    /*box-shadow:inset 0px 2px 0 #779360, 0px 1px 2px rgba(0,0,0,0.4);*/

    /*background:-webkit-linear-gradient(#5e883c,#45632c);*/
    /*background:-moz-linear-gradient(#5e883c,#45632c);*/
    /*background:linear-gradient(#5e883c,#45632c);*/
}

/*a.btn.green:active {*/
/*-moz-box-shadow:inset 0px 2px 0 #45632c, 0px 1px 2px rgba(0,0,0,0.4);*/
/*-webkit-box-shadow:inset 0px 2px 0 #45632c, 0px 1px 2px rgba(0,0,0,0.4);*/
/*box-shadow:inset 0px 2px 0 #45632c, 0px 1px 2px rgba(0,0,0,0.4);*/

/*background:-webkit-linear-gradient(#4d6f31,#45632c);*/
/*background:-moz-linear-gradient(#4d6f31,#45632c);*/
/*background:linear-gradient(#4d6f31,#45632c);*/
/*}*/
a.btn.huge {
    font-family: 'Prosto Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;

    height: 33px;
    margin-bottom: 20px;
    padding: 0 14px;
}

.btn_group .btn {
    margin-right: 7px;
}

.txt_right.btn_group .btn {
    margin-right: 0;
    margin-left: 7px;
}

a.btn.assubmit {
    padding: 0 15px;
}

.btn.assubmit + .btn.assubmit {
    margin-left: 5px;
}

.assubmit.green_grey {
    line-height: 36px;

    height: 36px;

    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;

    color: #fff;
    background: #556671;
}

.assubmit.green_grey:hover {
    background: #778893;
}

a.btn.fl_right {
    margin-left: 8px !important;
}

.content_wrapper {
    position: relative;

    background: #fff;
}

.fixed .content_wrapper {
    padding-top: 126px;
}

.article_wrapper {
    position: relative;
    z-index: 6;

    padding-top: 18px;
    padding-bottom: 21px;

    background: #fff;
}

.breadcrumbs {
    font-size: 14px;
    line-height: 13px;

    position: relative;
    z-index: 2;

    overflow: hidden;

    height: 13px;
    padding: 11px 0 30px 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #424242;
}

.breadcrumbs .straighttothetop,
.breadcrumbs .btn_print {
    margin-right: -95px;
}

.index .breadcrumbs {
    display: none;
}

.breadcrumbs > i {
    overflow: hidden;

    width: 0;
    height: 0;
    margin: 4px 7px 0;
    padding-top: 0;

    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #212121;
}

.breadcrumbs > i,
.breadcrumbs a,
.breadcrumbs span {
    display: inline-block;
    overflow: hidden;

    max-width: 700px;

    vertical-align: top;
    text-overflow: ellipsis;
}

.breadcrumbs a {
    font-size: 14px;
    font-weight: normal;

    text-decoration: none;

    color: #212121;
}

.breadcrumbs a:last-of-type {
    font-weight: bold;
}

.breadcrumbs span {
    display: inline;

    color: #4fade9;
}

body > .straighttothetop {
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 20px;

    display: block;
    overflow: hidden;

    width: 71px;
    height: 0;
    padding-top: 71px;

    background: url(../img/up_arrow.png) 0 0 no-repeat;
}

.breadcrumbs .straighttothetop,
.breadcrumbs .btn_print {
    font-weight: bold;

    position: relative;

    float: right;
    overflow: visible;

    padding-left: 27px;
}

.breadcrumbs .straighttothetop {
    margin-right: -18px;
    padding-right: 32px;
    padding-left: 25px;
}

.breadcrumbs .straighttothetop i {
    position: absolute;
    top: 0;
    right: 18px;

    display: block;

    width: 7px;
    height: 13px;

    background: url(../img/up.png) 50% 50% no-repeat;
}

.btn.btn_print {
    position: relative;

    overflow: visible;

    padding-left: 28px;
}

.btn.btn_print.btn_print_top {
    margin: 0;

    color: #4fade9;
}

.btn_print i {
    position: absolute;
    top: -2px;
    left: 8px;

    display: block;

    width: 16px;
    height: 16px;

    background: url(../img/sprite.png) -33px 0 no-repeat;
}

.btn.btn_print i {
    top: 4px;
}

.brand_scroller {
    position: relative;
    z-index: 2;

    margin-bottom: 20px;
    padding: 24px 0;

    background: #fff;
}

.brands {
    position: relative;
}

.brands .items {
    position: relative;

    overflow: hidden;

    width: 95%;
    height: 65px;
    margin: 0 auto;

    white-space: nowrap;
}

.brands .items a {
    display: inline-block;

    margin: 0 23px;

    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
    vertical-align: top;

    opacity: .4;
}

.brands .items a:hover {
    opacity: 1;
}

.brands .items a img {
    display: block;

    width: auto;
    height: 65px;
}

.brands .arrow.gray {
    position: absolute;
    top: 50%;

    margin: 0;
    margin-top: -20px;
}

.brands .arrow.gray span {
    width: 14px;
    padding-top: 22px;

    background: url('../img/new_sprite.svg') no-repeat;
}

.brands .arrow.prev {
    left: 3px;
}

.brands .arrow.gray.prev span {
    background-position: 0 -330px;
}

.brands .arrow.gray.prev:hover span {
    background-position: -60px -330px;
}

.brands .arrow.next {
    right: 3px;
}

.brands .arrow.gray.next span {
    background-position: -30px -330px;
}

.brands .arrow.gray.next:hover span {
    background-position: -90px -330px;
}

.brands .fade {
    position: absolute;
    z-index: 10;
    top: 0;

    width: 25px;
    height: 100%;

    background: url(../img/fade.png) 0 0 repeat-y;
}

.brands .fade.left {
    left: 0;

    background-position: -25px 0;
}

.brands .fade.right {
    right: 0;
}

.brands .slide {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    height: 65px;
}

/*** NEW SLIDER START ***/
.main-slider {
    padding-top: 18px;
    margin-bottom: 18px;
}

.main-slider__slide {
    position: relative;
}

.main-slider__bg1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 50%;
}

.main-slider__bg2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 50%;
}

.main-slider__image {
    position: relative;
    z-index: 1;

    width: 100%;
    max-width: 1140px;
    height: 350px;
}

.main-slider__image img {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;

    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
}

.main-slider.slick .slick-arrow {
    z-index: 10;
    top: 50%;
}

.main-slider .slick-arrow.slick-arrow {
    opacity: 0;
    transition: opacity .2s ease-out;
}

.main-slider:hover .slick-arrow.slick-arrow {
    opacity: 1;
}

.main-slider .slick-arrow.slick-arrow:hover {
    background-color: #dadada;
}

.main-slider.slick .slick-prev {
    left: 20px;
}

.main-slider.slick .slick-next {
    right: 20px;
}

@media only screen and (min-width: 1170px) {
    .main-slider.slick .slick-prev {
        left: 50%;
        transform: translateX(-575px);

    }

    .main-slider.slick .slick-next {
        right: 50%;
        transform: translateX(575px);

    }
}

.main-slider.slick .slick-dots {
    top: auto;
    bottom: 10px;
    left: 50%;

    margin: 0;

    transform: translateX(-50%);
}

/*** NEW SLIDER END ***/

/*** main slider ***/

.slide_wrapper {
    position: relative;

    border: 1px solid #f4f4f4;
}

.iosSlider_main {
    position: relative;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 350px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.iosSlider_main .slider {
    width: 100%;
    height: 100%;

    cursor: default !important;
}

.iosSlider_main .slider .slide {
    font-size: 13px;
    line-height: 1.4;

    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;
    padding: 0 0 0 0;

    text-decoration: none;

    color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.iosSlider_main .slider .slide .img {
    position: absolute;
    top: 0;
    left: 0;
    /*display:block;
    width:792px;
    height:100%;
    position:absolute;
    top:0;
    left:50%;
    margin-left:-396px;*/

    display: block;

    width: 100%;
    height: 100%;
}

.iosSlider_main .slider .slide .img img {
    display: block;

    width: 100%;
    height: auto;
}

.iosSlider_main .slider .slide .txt {
    position: absolute;
    bottom: -100%;
    left: 0;

    display: block;

    width: 100%;

    opacity: 0;
    background: rgba(0, 0, 0, .7);
}

.no-js .iosSlider_main .slider .slide:hover .txt {
    bottom: 0;
}

.no-rgba .iosSlider_main .slider .slide .txt,
.no-js .iosSlider_main .slider .slide .txt {
    background: url(../img/semiblack.png);
}

.iosSlider_main .slider .slide .txt strong {
    font-size: 17px;

    display: block;

    padding: 13px 18px 8px;
}

.iosSlider_main .slider .slide .txt span {
    display: block;

    padding: 0 18px 16px;
}

.iosSlider_main .slideSelectors {
    position: absolute;
    z-index: 50;
    top: 11px;
    left: 17px;
}

.iosSlider_main .slideSelectors .item {
    position: relative;

    float: left;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;

    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #000;
}

.iosSlider_main .slideSelectors .selected {
    opacity: 1;
    background: #dadada;
}

#slides .main_next_slider,
#slides .main_prev_slider {
    position: absolute;
    top: 0;

    width: 85px;
    /*background: #dadada url("../img/new_sprite.svg") no-repeat scroll 0 0;
    border-radius: 50px;
    height: 40px;
    transition: background-color 0.2s ease-out 0s;
    width: 40px;
    position:absolute;
    top: 46%;
    */
    height: 350px;

    transition: background-color .2s ease-out 0s;
}

#slides .main_prev_slider {
    left: 0;

    background-position: -78px -288px !important;
}

#slides .main_next_slider {
    right: 0;

    background-position: -75px -258px !important;
}

.innner_arrow-next,
.innner_arrow-prev {
    position: absolute;
    top: 46%;

    display: none;

    width: 40px;
    height: 40px;

    transition: background-color .2s ease-out 0s;

    border-radius: 50px;
    background: #dadada url('../img/new_sprite.svg') no-repeat scroll 0 0;
}

#slides:hover .innner_arrow-next,
#slides:hover .innner_arrow-prev {
    display: block;
}

.innner_arrow-next {
    right: 0;

    background-position: -75px -258px !important;
}

.innner_arrow-prev {
    left: 0;

    background-position: -78px -288px !important;
}

/*** Slick slider main ***/

.product_list .slick-list {
    z-index: 2;
}

.product_list .slick .slick-prev,
.product_list .slick .slick-next {
    z-index: 3;
}

.product_list .hideleftarrow .slick-prev,
.product_list .hiderightarrow .slick-next {
    z-index: 1;
}

.slick .slick-prev,
.slick .slick-next,
.product_card .slick-prev,
.product_card .slick-next,
.multiple-items .slick-prev,
.multiple-items .slick-next {
    top: 46%;

    width: 40px;
    height: 40px;

    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: url('../img/new_sprite.svg') no-repeat;
    background-color: #dadada;
}

.product_card .slick-prev,
.product_card .slick-next,
.multiple-items .slick-prev,
.multiple-items .slick-next {
    width: 35px;
    height: 35px;
}

.slick .slick-prev,
.product_card .slick-prev {
    left: -10px;

    background-position: -78px -288px !important;
}

.slick .slick-next,
.product_card .slick-next {
    right: -15px;

    background-position: -75px -258px !important;
}

.itemwith .slick-next {
    right: 0px;
}

.product_card .slick-prev,
.multiple-items .slick-prev {
    z-index: 1;
    top: 25%;
    left: -10px;

    background-position: -80px -290px !important;
}

.product_card .slick-next,
.multiple-items .slick-next {
    top: 25%;
    right: -10px;

    background-position: -77px -260px !important;
}

.slick .slick-prev:hover,
.slick .slick-next:hover,
.product_card .slick-prev:hover,
.product_card .slick-next:hover,
.multiple-items .slick-prev:hover,
.multiple-items .slick-next:hover {
    background-color: #8fd1fb;
}

.slick .slick-dots {
    top: -36px;
    bottom: auto;

    width: auto;
    margin-left: 10px;

    text-align: left;
}

.slick .slick-dots li,
.slick .slick-dots li button {
    width: 16px;
    height: 16px;

    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    vertical-align: top;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #dadada;
}

.slick .slick-dots button:before {
    display: none;
}

.slick .slick-dots .slick-active,
.slick .slick-dots .slick-active button,
.slick .slick-dots li:hover,
.slick .slick-dots li:hover button {
    background: #556671;
}

.main-slider__txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    opacity: 0;
    transition: opacity .2s ease-in, bottom .2s ease-in;
    padding-bottom: 30px;

}

.slick:hover .main-slider__txt {
    opacity: 1;
    bottom: 0;
    transition: opacity .2s ease-out, bottom .2s ease-out;
}

.main-slider__txt strong {
    display: block;
    font-size: 17px;
    padding: 13px 18px 8px;
}

.main-slider__txt span {
    display: block;
    padding: 0 18px 16px;
}

/*** lessons ***/

.iosSlider {
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 441px;
}

.iosSlider .slider {
    width: 100%;
    height: 100%;
}

.iosSlider .slider .slide {
    position: relative;
    top: 0;
    left: 0;

    width: 100%;
    height: 441px;
    margin: 0;
}

/****/

.lesson_wrapper {
    background: #f6f6f7;
}

.lessons_list {
    position: relative;

    padding-top: 22px;
    padding-bottom: 46px;

    white-space: nowrap;
}

.lessons_list:after {
    position: absolute;
    right: -150px;
    bottom: 0;

    display: inline-block;
    overflow: hidden;

    width: 300px;
    height: 180px;

    content: '';

    background: url('../img/blue_paint_footer.svg') center top no-repeat;
}

.lessons_list:before {
    position: absolute;
    top: 0;
    left: -80px;

    display: inline-block;
    overflow: hidden;

    width: 160px;
    height: 110px;

    content: '';

    background: url('../img/red_paint.svg') center bottom no-repeat;
}

.lessons_list h2 {
    font-family: 'Prosto Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;

    position: relative;

    margin: 0 0 27px;

    text-transform: uppercase;

    color: #212121;
}

.lessons_list article {
    position: relative;

    display: inline-block;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 32% !important;
    height: 390px;
    margin-left: 2%;
    padding: 12px 12px 37px;

    vertical-align: top;
    white-space: normal;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}

.no-boxsizing .lessons_list article {
    width: 29% !important;
}

.lessons_list article:first-child {
    margin-left: 0;
}

.lessons_list article a.img {
    display: block;

    margin-bottom: 14px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

.lessons_list article a.img span {
    display: block;
    overflow: hidden;

    max-height: 215px;
    margin: 3px;
}

.lessons_list article a.img span img {
    display: block;

    width: 100%;
    height: auto;
    margin: 0 auto;
}

.lessons_list article + article + article {
    margin-right: -20px;
}

.lessons_list article a.title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;

    color: #333;
}

.lessons_list article p {
    margin: 6px 0;
}

.lessons_list article .dateline {
    line-height: 31px;

    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 31px;

    color: #919191;
}

.date {
    line-height: 31px;

    position: absolute;
    top: 0;
    left: 12px;

    height: 31px;
    padding-left: 25px;

    color: #919191;
}

.tzrs .date {
    top: auto;
    bottom: 8px;
    left: 114px;
}

.lessons_list article .dateline .comments {
    position: absolute;
    top: 0;
    right: 12px;

    padding-left: 25px;
}

.ico.calenda,
.ico.comm {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 20px;
    height: 20px;

    background: url(../img/new_sprite.svg) no-repeat;
}

.ico.calenda {
    background-position: 0 -58px;
}

.ico.comm {
    background-position: 0 -90px;
}

.arrow.gray {
    width: 36px;
    height: 36px;

    cursor: pointer;
}

.lessons_list .iosSlider {
    margin-top: -46px;
    padding-top: 50px;
}

.lessons_list .lsns_arrows .arrow {
    position: absolute;
    z-index: 5;
    top: 52%;

    margin-top: -16px;

    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #dadada;
}

.lessons_list .lsns_arrows .arrow.prev {
    left: -12px;
}

.lessons_list .lsns_arrows .arrow.next {
    right: -2px;
}

.lessons_list .item {
    display: inline-block;

    width: 16px;
    height: 16px;

    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #dadada;
}

.lessons_list .item:hover {
    background: #8fd1fb;
}

.lessons_list .slideSelectors {
    position: absolute;
    top: 0;
    left: 165px;
}

.lessons_list .item + .item {
    margin-left: 7px;
}

.lessons_list .item.selected {
    background: #556671;
}

.arrow.gray span {
    font-size: 0;

    display: block;
    overflow: hidden;

    width: 12px;
    height: 0;
    margin: 10px 0 0 10px;
    padding-top: 16px;

    background: url(../img/new_sprite.svg) no-repeat;
}

.arrow.gray.prev span {
    background-position: -90px -300px;
}

.arrow.gray.next span {
    margin-left: 13px;

    background-position: -90px -270px;
}

.lsns.arrow.gray:hover {
    background: #8fd1fb;
}

/***********************/

/*** product slider ***/

.iosSlider_product, .ios_product {
    position: relative;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 470px !important;
    height: 422px;

    border: 1px solid #f6f6f7;
}

.iosSlider_product .slider, .ios_product .wrap {
    width: 100%;
    height: 100%;

    cursor: default !important;
}

.iosSlider_product .slider .slide, .ios_product .wrap .slide {
    line-height: 420px;

    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;
    padding: 0 0 0 0;

    text-align: center;
    text-decoration: none;
}

.iosSlider_product .slider .slide img, .ios_product .wrap .slide img {
    display: inline-block;

    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;

    vertical-align: middle;
}

.iosSlider_product a.fancybox, .ios_product a.fancybox {
    margin: 0 auto;
}

.productSelectors {
    position: relative;

    margin: 0 -10px 0 -4px;
}

.productSelectors .item,
.productSelectors .item_video {
    line-height: 76px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 77px;
    height: 77px;
    margin: 0 3px 7px 4px;

    text-align: center;
    vertical-align: top;

    border: 1px solid #c9cbcd;
}

.item_video {
    cursor: pointer;

    background: #000;
}

.item_video img {
    display: inline-block;

    max-width: 100%;
    max-height: 100%;

    vertical-align: middle;
}

.item_video:before {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;

    content: '';
    transition: all .2s;

    opacity: .5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #b7b7b7;
    background: rgba(255, 255, 255, .4);
}

.item_video:after {
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;

    width: 0;
    height: 0;
    margin-top: -12px;
    margin-left: -6px;

    content: '';
    transition: all .2s;

    opacity: .5;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 19px solid #fff;
}

.item_video:hover:before,
.item_video:hover:after {
    opacity: 1;
}

.productSelectors .item img {
    display: inline-block;

    max-width: 100%;
    max-height: 100%;

    vertical-align: middle;
}

.productSelectors .item.selected {
    border-color: #a8a8a8;
}

/******************************/

article.main {
    position: relative;
}

article.main .tzrs {
    position: absolute;
    top: 0;
    right: -388px;

    width: 370px;
    height: 350px;

    border: 1px solid #cccecf;
}

article.main .tzrs .item {
    position: relative;

    height: 85px;
    padding: 16px 16px 16px 114px;

    border-top: 1px solid #cccecf;
}

article.main .tzrs .item:first-child {
    border: none;
}

article.main .tzrs .item a.img {
    position: absolute;
    top: 17px;
    left: 17px;

    display: block;

    width: 83px;
    height: 83px;

    border: 1px solid #cccecf;
    background: #fff;
}

article.main .tzrs .item p {
    overflow: hidden;

    height: 60px;
    margin: 0;
}

article.main .tzrs .item a.img span {
    display: block;
    overflow: hidden;

    width: 77px;
    height: 77px;
    margin: 3px;
}

article.main .tzrs .item a.img span img {
    display: block;

    width: auto;
    height: 100%;
}

.contwrap {
    position: relative;

    background: #fff;
    /*overflow:hidden;*/
}

.contwrap .menu_left {
    position: relative;

    /*float:left;*/

    width: 253px;
    margin-right: -253px;
    z-index: 100;
}

.contwrap .menu_left_wrapper {
    position: relative;

    float: left;

    width: 253px;
    margin-right: -253px;
}

.contwrap .content {
    width: 100%;
}

.contwrap .menu_left + .content,
.ie7 .contwrap .menu_left ~ .content,
.contwrap .menu_left_wrapper + .content,
.ie7 .contwrap .menu_left_wrapper ~ .content {
    float: left;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    margin-left: 253px;
    padding-left: 32px;
}

.contwrap .content .c_row.spec_padding {
    padding: 12px 0;
}

.contwrap .menu_left h3 {
    font-family: 'Prosto Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7;

    margin: 0;
    padding: 13px 15px;

    text-transform: uppercase;

    color: #556671;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: #8fd1fb;
}

.contwrap .menu_left .popular {
    padding-bottom: 12px;

    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #f6f6f7;
}

.contwrap .menu_left .popular h3 {
    margin: 0 0 11px;

    color: #727272;
    background: #cdcdcd;
}

.contwrap .menu_left .popular ul,
.contwrap .menu_left .popular ul li {
    margin: 0;
    padding: 0;

    list-style: none;
    list-style-image: none;
}

.contwrap .menu_left .popular ul {
    margin-bottom: 12px;
    padding: 0 0 0 18px;
}

.contwrap .menu_left .popular ul li {
    display: inline;
}

.contwrap .menu_left .popular a {
    line-height: 30px;

    margin-right: 11px;

    text-decoration: none;

    color: #424242;
}

.contwrap .menu_left .popular a:hover {
    text-decoration: underline;
}

.contwrap .menu_left .popular a.alltags {
    position: relative;

    margin-left: 16px;
    padding-left: 12px;

    color: #4fade9;
}

.contwrap .menu_left .popular a.alltags:before {
    position: absolute;
    top: 3px;
    left: 2px;

    display: inline-block;

    content: '';

    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #5da4d1;
}

.contwrap .menu_left .popular a.alltags:hover {
    text-decoration: underline;
}

.contwrap .menu_left .category ul,
.cat_choose li,
.cat_choose {
    display: block;

    margin: 0;
    padding: 0;

    list-style: none;
    list-style-image: none;
}

.cat_choose li,
.contwrap .menu_left .category_nav li {
    position: relative;
    cursor: pointer;

    border-top: 1px solid #e8e8ea;
    background: #f6f6f7;
}

.cat_choose li {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.contwrap .menu_left .category .category_nav > li:after,
.cat_choose li a.has-child:after {
    position: absolute;
    top: 12px;
    right: 14px;

    display: inline-block;

    width: 7px;
    height: 12px;

    content: '';

    background: url('../img/new_sprite.svg') no-repeat;
    background-position: 0 -360px;
}

.cat_choose li > a:hover:after {
    background-position: -30px -360px;
}

.contwrap .menu_left .category ul.category_nav > li:first-child,
.cat_choose > li:first-child {
    border: none;
}

/*.contwrap .menu_left .category ul.category_sub {*/
/*display: none;*/
/*}*/

/*.contwrap .menu_left .category ul.category_sub li {*/
/*background: #fff;*/
/*}*/

/*.contwrap .menu_left .category ul.category_sub li:after {*/
/*display: none;*/
/*}*/

.contwrap .menu_left .category ul li:hover,
.contwrap .menu_left .category ul li.active,
.cat_choose li > a:hover,
.cat_choose li.active {
    background-color: #ededed;
}

.contwrap .menu_left .category ul li.active:after {
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
}

.category_nav li a,
.cat_choose .left-menu-li a {
    font-size: 12px;
    line-height: 18px;

    position: relative;
    z-index: 5;

    display: block;

    min-height: 15px;
    padding: 10px 30px 10px 18px;

    vertical-align: top;
    text-decoration: none;
    color: #404040;
}

.cat_choose .left-menu-li a {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.category_nav li a.root-item {
    display: inline-block;
    font-size: 14px !important;
    /*text-shadow: 0.5px 0 0 black;*/
    padding-right: 18px;
}

.category_nav li a.opensub {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 35px;
    margin: 0;
    padding: 0;
}

@-webkit-keyframes swing {
    30% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    30% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.category_nav li:hover > a,
.contwrap .menu_left .category ul.category_sub a:hover {
    color: #4fade9;
    /*text-shadow: 0.5px 0 0 #4fade9 !important;*/
    -webkit-animation: swing 0.4s ease;
    animation: swing 0.4s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.contwrap .menu_left .category ul.category_sub a,
.cat_choose li a {
    display: block;
}

.contwrap .menu_left .just_nav {
    background: #f6f6f7;
}

.contwrap .menu_left .usual_nav,
.contwrap .menu_left .usual_nav li,
.contwrap .menu_left .shops,
.contwrap .menu_left .shops li {
    display: block;

    margin: 0;
    padding: 0;

    list-style: none;
    list-style-image: none;
}

.contwrap .menu_left .usual_nav .simple_slidedown li {
    border-top: none;
}

.contwrap .menu_left .usual_nav .usual_nav {
    padding: 3px 0 0;
}

.contwrap .menu_left .usual_nav li {
    font-size: 12px;

    padding: 9px 18px 9px 32px;

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

    border-top: 1px solid #e8e8ea;
}

.contwrap .menu_left .usual_nav li:hover:not(.include) {
    background-color: #ededed;
}

.contwrap .menu_left .usual_nav li:first-child {
    border-top: none;
}

.contwrap .menu_left .usual_nav li a {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

    color: #212121 !important;
}

.contwrap .menu_left .usual_nav li:hover > a {
    text-decoration: none;

    color: #4fade9;
}

.contwrap .menu_left .usual_nav li:hover a {
    text-decoration: none;
}

.contwrap .menu_left .usual_nav .usual_nav li {
    padding-left: 18px;
}

.contwrap .menu_left .usual_nav li.current > a {
    font-weight: bold;

    cursor: default;
    text-decoration: none;

    color: #333;
}

.contwrap .menu_left .shops li {
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

    border-top: 1px solid #e8e8ea;
    background: #f6f6f7;
}

.contwrap .menu_left .shops li:first-child {
    border: none;
}

.contwrap .menu_left .shops li a {
    padding: 9px 18px 11px;

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.contwrap .menu_left .shops li a:hover {
    background: #ededed;
}

.contwrap .menu_left .shops li.current a {
    cursor: default;

    background: #ededed;
}

.usual_nav .current .simple_slidedown .trigger {
    font-weight: bold;
}

/***/

.cat_choose.checkbox_list {
    background: none;
}

.cat_choose.hide_stuff {
    overflow: hidden;
}

.cat_choose {
    margin: 0;
    padding: 0;

    background-color: #f6f6f7;
}

.cat_choose.fl_left li {
    overflow: hidden;

    max-width: 210px;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.selected_props {
    position: relative;

    padding: 0 5px 10px 15px;

    border-bottom: 1px solid #8fd1fb;
    background-color: #8fd1fb;
}

.row_content .selected_props h4 {
    padding: 10px 0 4px;
}

.selected_props:before {
    position: absolute;
    top: -1px;
    right: 15px;
    left: 15px;

    height: 1px;
    margin: 0 auto;

    content: '';

    background: #80bbe1;
}

.selected_props li span {
    color: #556671;
}

.selected_props .cat_choose.checkbox_list li {
    margin-bottom: 0;

    background: transparent;
}

.selected_props .btn.remove_all {
    margin: 15px 0 10px;
    padding: 0 25px;
}

.selected_props .remove_all:hover {
    background: #fff;
}

.selected_props .remove_all:after {
    display: none;
}

h4 + .cat_choose {
    margin-top: 0;
}

.cat_choose .left-menu-li label {
    position: relative;

    display: block;

    padding-left: 20px;

    cursor: pointer;
    text-decoration: none;

    color: #424242;
}

.cat_choose strong {
    font-weight: normal;
}

.cat_choose span {
    color: #bababa;
}

.cat_choose ul {
    margin: 0;
    padding: 0;
}

.cat_choose .havesub ul li > a {
    padding-left: 30px;
}

.cat_choose .left-menu-li.opened > a:after {
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
}

.filter_form .filter_block {
    padding: 0 0 20px 15px;
    background: #f6f6f7;
}

.checkbox_list label,
.checkbox {
    position: relative;

    cursor: pointer;
}

.checkbox_list label.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.checkbox_list strong {
    padding-left: 5px;
}

.checkbox_list label:before,
.checkbox:before {
    position: absolute;
    top: -2px;
    left: 0;

    display: inline-block;

    width: 15px;
    height: 15px;

    content: '';

    border: 1px solid #dadada;
    background: #fff;
}

.checkbox_list label.checked:before,
.checkbox.checked:before {
    background: #fafafa url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAHCAYAAADam2dgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJEQTEyOTZFMTVDODExRTU4MzU3QTU1RTk2QzVEREQ0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJEQTEyOTZGMTVDODExRTU4MzU3QTU1RTk2QzVEREQ0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkRBMTI5NkMxNUM4MTFFNTgzNTdBNTVFOTZDNURERDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkRBMTI5NkQxNUM4MTFFNTgzNTdBNTVFOTZDNURERDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7qNh8IAAAAXElEQVR42mJgwA3EgfgQEOvjUiAGxFeB+D8Q7wUJqALxRiAWgCoQBeIrUAWXoXyGA1CB00CsApX4D1UoCjNaFojvQiX+QOmrUCtRALJCrApgQA6It0J9hQIAAgwAj6gVfIMI1IQAAAAASUVORK5CYII=') center center no-repeat;
}

.cat_choose.checkbox_list li {
    margin-bottom: 11px;

    border: none;
}

.cat_choose.checkbox_list li:hover {
    background: none;
}

.row_content h4 {
    font-size: 13px;

    clear: both;

    margin: 0;
    padding: 17px 0 15px;
}

.row_content p {
    margin: 0;
    padding: 13px 18px;
}

.row_content * + h4 {
    margin: 13px 0 8px;
}

a.cat_moar {
    position: relative;
    float: right;
    margin-top: 7px;
    margin-right: 10px;
    padding: 2px 15px 2px 30px;
    border-radius: 2px;
    color: #424242;
    font-size: 12px;
    text-decoration: none;
    background-color: #dadada;
}

a.cat_moar:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 4px;
    width: 12px;
    height: 12px;
    background: url('../img/new_sprite.svg') -60px -180px no-repeat;
}

a.cat_moar:hover {
    text-decoration: none;

    color: #4fade9;
}

a.cat_moar:hover:before {
    background-position: -90px -180px;
}

.cat_choose.choosen li {
    position: relative;

    padding-top: 5px;
    padding-right: 30px;
}

.cat_choose.choosen .remove {
    position: absolute;
    top: 10px;
    right: 10px;

    display: block;
    overflow: hidden;

    width: 12px;
    height: 0;
    padding-top: 12px;

    text-align: center;
    text-decoration: none;

    color: #fff;
    background: url(../img/new_sprite.svg) -29px -419px;
}

.cat_choose.choosen .remove:hover {
    background-position: 0 -419px;
}

.cat_choose.choosen strong {
    font-weight: bold;
}

/***/
.bottom_pagination .pagination_tools {
    border-top: 0 !important;
}

.variables_content .pagination_tools {
    padding: 5px 0 5px;
}

.pagination_tools {
    font-size: 12px;
    line-height: 30px;
    position: relative;
    z-index: 2;
    margin: -1px 0 -1px;
    padding: 5px 0 15px 0;
}

.pagination_tools .fl_left {
    float: left;
}

.pagination_tools .fl_right {
    position: relative;
    z-index: 5;
    top: -4px;

    float: right;
}

.pagination_tools + .pagination_tools {
    margin-top: 0;
}

.c_row + .pagination_tools {
    border-width: 0 0 1px;
}

.c_row.noborder + .pagination_tools {
    border-width: 1px 0;
}

.pagination_tools small {
    font-size: 12px;
    line-height: 34px;

    color: #b6b6b7;
}

.pagination_tools .pager {
    position: relative;
    z-index: 2;
}

.pagination_tools .pager a {
    font-size: 12px;

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

    color: #212121;
}

.pagination_tools .pager b,
.pagination_tools .pager a {
    font-weight: normal;
    line-height: 34px;

    display: inline-block;

    height: 34px;
    padding: 0 12px;
}

.pagination_tools .pager b {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #dadada;
}

a.link_prev,
a.link_next {
    font-size: 11px;
    font-weight: bold;

    text-decoration: none;

    color: #333;
}

a.link_prev:hover,
a.link_next:hover,
.pagination_tools .pager a:hover {
    text-decoration: none;

    color: #4fade9;
}

a.link_prev i,
a.link_next i {
    display: inline-block;

    width: 10px;
    height: 14px;
    margin-right: 5px;

    vertical-align: middle;

    background: url(../img/arrows2.png?1) -12px -587px no-repeat;
}

a.link_next i {
    margin-right: 0;
    margin-left: 5px;

    background-position: -14px -537px;
}

.pagination_tools select {
    width: 55px;
    margin-left: 6px;
    padding: 9px 5px;

    text-overflow: '';

    background: #f6f6f7 url('../img/select_down.png') right center no-repeat;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.pagination_tools select::-ms-expand {
    display: none;
}

.pagination_tools .sort_type {
    background-position: 90% center;
}

.pagination_tools [name='items_count'] {
    background-position: 80% center;
}

.pagination_tools .pagination {
    font-size: 12px;

    position: relative;

    margin: 0;

    cursor: default;

    color: #b6b6b6;
}

.pagination_tools .pagination a {
    margin: 0 2px;

    text-decoration: none;

    color: #333;
}

.pagination_tools .pagination a.current {
    font-weight: bold;
}

.pagination_tools .pagination a.prev,
.pagination_tools .pagination a.next {
    display: inline-block;
    overflow: hidden;

    width: 10px;
    height: 0;
    padding-top: 13px;

    vertical-align: middle;

    background: url(../img/arrows2.png?1) -14px -537px no-repeat;
}

.pagination_tools .pagination a.prev {
    background-position: -12px -587px;
}

.item_view {
    display: inline-block;

    width: 28px;
    height: 23px;
    margin-left: 7px;

    vertical-align: top;

    background: #f6f6f7;
}

.item_view + .item_view {
    margin-left: 0;
}

.item_view span {
    display: block;

    width: 25px;
    height: 25px;
    margin: 4px;

    background: url(../img/new_sprite.svg) no-repeat;
}

.item_view.tiles {
    width: 34px;
    height: 34px;

    border-right: none;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.item_view.tiles span {
    background-position: -85px 3px;
}

.item_view.rows {
    width: 34px;
    height: 34px;

    border-left: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.item_view.rows span {
    background-position: -85px -26px;
}

.item_view.active span {
    background-color: #fff;
}

.item_view.tiles.active span {
    background-position: -55px 4px;
}

.item_view.rows.active span {
    background-position: -55px -26px;
}

.sort_way {
    display: none;
    overflow: hidden;

    width: 12px;
    height: 0;
    padding-top: 25px;

    vertical-align: top;

    background: url(../img/sprite.png) 100% 0 no-repeat;
}

.sort_way.current {
    display: inline-block;

    margin-top: 5px;
}

.sort_way.up {
    background-position: -86px -186px;
}

.sort_way.down {
    background-position: -104px -184px;
}

/***/

.content .c_row > img,
.content .c_row p > img,
.content .c_row .fancybox img {
    position: relative;

    max-width: 99%;
    height: auto;

    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #d3d3d3;
    -moz-box-shadow: 0 0 0 1px #d3d3d3;
    box-shadow: 0 0 0 1px #d3d3d3;
}

.no-js .content .c_row img {
    max-width: 617px;
}

.content .c_row > img,
.content .c_row p > img,
.content .c_row img[align='center'],
.content .c_row img[align='middle'] {
    display: block;
    float: none;

    margin: 10px auto;
}

.content .c_row img[align='left'] {
    float: left;

    margin: 0 18px 10px 0;
}

.content .c_row img[align='right'] {
    float: right;

    margin: 0 0 10px 18px;
}

.content .c_row img[align='center'],
.content .c_row img[align='middle'] {
    display: block;
    float: none;

    max-width: 100%;
    height: auto;
    margin: 10px auto;
}

.main_tabs.inside {
    margin: 25px 0;

    border: 1px solid #dadada;
}

.c_row .main_tabs.inside {
    margin: 25px 0;
}

.main_tabs .tab_select {
    position: relative;

    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 0;

    border-bottom: 1px solid #dadada;
    background: #f6f6f7;
}

.main_tabs .tab_select li {
    font-size: 14px;

    float: left;

    height: 48px;

    list-style: none;
    list-style-image: none;

    background: #f6f6f7;
}

/* tabs inside prod detail */

.main_tabs.card_tabs .tab_select {
    display: table;
    table-layout: fixed;
}

.main_tabs.card_tabs .tab_select li {
    display: table-cell;
    float: none;
}

.main_tabs.card_tabs .tab_select li a {
    padding: 0;
}

.main_tabs.card_tabs .tab_select li:last-child {
    border-right: none;
}

/* END tabs inside prod detail */

.main_tabs .tab_select li + li {
    border-left: 1px solid #ccced0;
}

.main_tabs .tab_select li:last-child {
    border-right: 1px solid #ccced0;
}

.main_tabs .tab_select li a {
    line-height: 65px;

    display: block;

    padding: 0 30px;

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-decoration: none;

    color: #333;
    outline: none !important;
}

.main_tabs .tab_select li a:hover {
    color: #4fade9;
}

.main_tabs.inside .tab_select {
    height: 100%;
}

.main_tabs.inside .tab_select li,
.main_tabs.inside .tab_select li a {
    font-size: 12px;
    height: 65px;
}

.main_tabs.inside .tab_select li a.garant_icon {
    float: none;
    line-height: 1.5em;
}

.main_tabs .tab_select li.active a {
    font-weight: bold;
    padding-bottom: 1px;
    color: #212121;
    background: #fff;
}

.main_tabs.payment_tabs .tab_select {
    background: none;
    border: none;
}

.main_tabs.payment_tabs .tab_select li {
    height: 39px;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
}

.main_tabs.payment_tabs .tab_select li a {
    line-height: 39px;
}

.main_tabs.payment_tabs .tab_select li:last-child {
    border-right: none;
}

.main_tabs.payment_tabs .tab_select li + li {
    border-left: none;
}

.main_tabs.payment_tabs .tab_select li.active {
    border: 1px solid #e0e0e0;
}

.main_tabs.payment_tabs .tab_select li.active a {
    padding-bottom: 0;
    font-weight: normal;
}

.plain_content table,
.plain_content table td {
    border: 0;
}

.plain_content {
    box-sizing: border-box;
    padding: 20px 25px;
}

.plain_content .more_link_a,
.plain_content .less_link {
    font-size: 12px;

    margin-top: 15px;
}

.plain_content .add_ttl {
    padding: 0;
}

.plain_content .table_notice {
    font-size: 11px;
    line-height: 1;

    margin: 0 -25px;
    padding: 15px 25px 0;

    border-top: 1px solid #dadada;
}

.countdown_wrap {
    position: relative;
    z-index: 5;

    float: right;
}

.countdown_wrap > span {
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;

    color: #727272;
}

.countdown {
    font-family: 'Prosto Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;

    float: right;

    min-width: 160px;
    height: 24px;
    margin-left: 15px;

    color: #556671;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #8fd1fb;
}

.space_wrapper h1,
.space_wrapper .product_list.alternative {
    padding-right: 0;
    padding-left: 0;
}

.alternative_title {
    margin-top: 15px;
    padding-top: 25px;

    border-top: 1px solid #dfdfdf;
}

.product_list {
    position: relative;

    padding: 5px 0 10px 3px;

    background: #fff;
}

.product_list.recently-seen-wrapp {
    padding-top: 12px;
}

.product_list.rows {
    margin: 0 !important;
    padding-right: 0;
}

.product_list.rows .popuptovibody {
    bottom: 20px;
}

.product_list.alternative {
    padding-left: 15px;
}

.product_list h3 {
    /*display: inline-block;*/
    font-family: 'Prosto Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;

    margin: 0;

    text-transform: uppercase;

    color: #4fade9;
}

.product_list .item h3 {
    font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;

    text-transform: inherit;
}

.product_list .text-error-mess {
    margin: 20px 15px 0;
}

.is-fam-row {
    text-align: center;
}

.is-fam-row span,
span.not_available {
    font-size: 14px;

    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    display: block;
}

.is-fam-row a {
    line-height: 19px;

    text-decoration: none;

    color: #333;
}

.rows .is-fam-row span {
    position: relative;

    padding-left: 0;

    background: none;
}

.rows .is-fam-row {
    margin-bottom: 10px;
    padding-left: 0;

    background: none;
}

/*
.product_list .item.is_famity h3 a{
    background: url(../img/seria.png) no-repeat 0px 3px;
    padding-left: 25px;
    display: block;
    text-align: left;
}*/

.product_list .item.is_famity:after {
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    content: '';

    border: 15px solid transparent;
    border-top: 15px solid #fff;
    border-right: 15px solid #fff;
}

.product_list .item.is_famity:before {
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    width: 30px;
    height: 30px;

    content: '';

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #dadada;
}

.slick .slide-item {
    float: left;
}

.product_list .item {
    position: relative;

    float: left;

    width: 193px;
    height: 330px;
    /*margin:20px 0 9px 16px;*/
    margin: 20px 8px 9px 8px;
    padding: 7px 7px 65px;

    text-align: center;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f6f6f7;
}

.product_list .slick,
#catalog_items .product_list {
    margin: 0 -8px;
}

.product_list .item p {
    display: none;
}

.product_list .item a.img {
    line-height: 191px;

    display: block;
    overflow: hidden;

    width: 193px;
    height: 193px;
    margin-bottom: 10px;

    text-align: center;
    text-decoration: none;

    background: #fff;
}

.product_list .item a.img img {
    display: inline-block;

    width: auto;
    max-width: 100%;
    max-height: 100%;

    vertical-align: middle;
}

.product_list .item h3 {
    font-size: 13px;
    font-weight: bold;
    /* overflow:hidden;*/
    line-height: 1.2;

    height: 46px;
    margin: 0 0 5px;
    padding: 0 5px;
}

.product_list .item h3 a {
    display: block;

    height: 46px;

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

    color: #333;
}

.product_list .item h3:hover a {
    text-decoration: none;

    color: #4fade9;
}

.rating {
    position: relative;

    width: 91px;
    height: 16px;
    margin: 0 auto;

    background: url(../img/stars.png) 0 0 no-repeat;
}

.rating .stars {
    position: absolute;
    top: 0;
    left: 0;

    width: 0;
    height: 16px;

    background: url(../img/stars.png) 0 bottom no-repeat;
}

.rating.rate1 .stars {
    width: 20%;
}

.rating.rate2 .stars {
    width: 40%;
}

.rating.rate3 .stars {
    width: 60%;
}

.rating.rate4 .stars {
    width: 80%;
}

.rating.rate5 .stars {
    width: 100%;
}

.product_list .item .rating {
    margin-bottom: 15px;
}

.product_list .item .price {
    font-size: 20px;
    font-weight: bold;

    position: relative;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 17px;
    padding-top: 15px;

    color: #333;
}

.product_list .item .price .base-price {
    display: inline-block;
}

.product_list .item .price .sale-price {
    display: inline-block;
    color: #af2222;
}

.price_famify {
    margin-top: 35px;
}

.product_list .item .bottom_line {
    position: absolute;
    bottom: 0;
    left: 6px;

    height: 34px;
    padding: 12px 0 11px;

    text-align: right;

    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.product_list .item .bottom_line .btn span {
    display: none;
}

.product_list .btn.gray.compare {
    margin-right: 10px !important;
}

.tov_bottom_right {
    position: relative;

    float: left;

    width: 23px;
    height: 34px;
    margin-left: 4px;
}

.catoverbutt {
    position: relative;

    height: 30px;
}

.product_list.rows .tov_bottom_right {
    position: relative;

    float: left; /*margin-left: -155px; top: 105px;*/

    width: auto;
}

.product_list.rows .btn.blue {
    float: left;
}

.product_list.rows .tov_bottom_right {
    margin-left: 0 !important;
}

.tov_bottom_right span.infa {
    font-size: 11px;
    line-height: 12px !important;

    position: absolute;
    top: 0;

    display: block;
    float: right;

    width: 100px;
    margin-left: 5px;
}

.tov_bottom_right span.infanot {
    font-size: 11px;
    line-height: 24px !important;

    display: block;
    float: right;

    margin-left: 5px;

    color: #969696;
}

.item a.btn.domik i,
.item.is_famity a.btn.domik.disabled i {
    position: absolute;
    top: 5px !important;
    left: 4px;

    display: block;

    width: 15px;
    height: 30px;

    background: url('../img/new_sprite.svg') no-repeat -60px -82px !important;
}

.item a.btn.domik:hover i,
.tov_bottom_right:hover a.btn.domik i,
.popuptovibody:hover + .bottom_line a.btn.domik i,
.item.is_famity a.btn.domik.disabled:hover i,
.item.is_famity .popuptovibody:hover + .bottom_line a.btn.domik.disabled i {
    background-position: -60px -352px !important;
}

.item a.btn.domik.disabled i,
.popuptovibody:hover + .bottom_line a.btn.domik.disabled i {
    background-position: -60px -412px !important;
}

a.btn.domik:active {
    background: none !important;
}

.clarify-availability {
    font-size: 11px;

    position: relative;

    display: block;

    margin: 10px 12px;
    padding-right: 0;
    padding-left: 20px;

    text-align: left;
}

.clarify-availability:before {
    position: absolute;
    top: 5px;
    left: 0;

    display: inline-block;

    width: 10px;
    height: 10px;

    content: '';

    background: url('../img/new_sprite.svg') -90px -360px no-repeat;
}

.product_notification,
a.btn.product_notification {
    font-size: 12px;
    font-weight: bold;
    line-height: 34px;

    position: relative;

    float: right;

    height: 34px;
    padding: 0 9px 0 34px;

    cursor: pointer;
    vertical-align: top;
}

a.btn.product_notification:before {
    position: absolute;
    top: 10px;
    left: 12px;

    display: inline-block;

    width: 15px;
    height: 12px;

    content: '';

    background: url('../img/new_sprite.svg') no-repeat;
    background-position: -30px -30px;
}

.garant_icon .popuptovi {
    font-size: 11px;

    top: 55px;

    display: none;

    width: 200px;
    height: 135px;

    text-align: left;

    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.garant_icon .popup_text {
    font-size: 11px;

    color: #474047;
}

.garant_icon .popuptovi:after {
    top: -10px;
    left: 85px;

    background: url(../img/new_tail.png) 50% 100% no-repeat;
}

.popuptovi {
    position: absolute;
    bottom: 35px;
    left: 6px;

    width: 205px;

    transition: opacity .3s linear 0s;

    border: 1px solid #e2e2e2;
    border-radius: 5px;
    background: none repeat scroll 0 0 #fff;
}

.popuptovi:after {
    position: absolute;
    bottom: -9px;
    left: 12px;

    display: block;

    width: 14px;
    height: 10px;

    content: '';

    background: url(../img/new_tail2.png) 50% 100% no-repeat;
}

.popuptovi table {
    margin-top: 0;
    margin-bottom: 0;
}

.popuptovi table.addresses td {
    padding: 8px 10px;

    border: none;
    border-bottom: 1px solid #f6f6f7;
}

.popuptovi .addresses.popup_addresses td {
    position: relative;
}

.popuptovi .addresses.popup_addresses span {
    z-index: 1;
}

.popuptovi .addresses.popup_addresses .hover_bg {
    position: absolute;
    z-index: 0;
    top: 4px;
    right: -77px;
    left: 0;

    display: none;

    height: calc(100% - 8px);

    background: #f4f4f4;
}
.popuptovi .addresses.popup_addresses .hover_bg.bg-one-line {
    height: 23px;
}

.popuptovi .addresses.popup_addresses tr:hover .hover_bg {
    display: block;
}

.popuptovi .addresses.popup_addresses a {
    position: relative;
    z-index: 1;

    display: block;
}

.popuptovi .addresses.popup_addresses a:hover {
    text-decoration: none;
}

.borderradi {
    overflow: hidden;

    border-radius: 5px;
}

.popuptovibody {
    position: absolute;
    z-index: 15;
    bottom: 15px;
    left: -5px;

    display: none;
    overflow: hidden;

    width: 215px;
    height: 325px;
}

.product_list .item .bottom_line.small_button a.btn,
a.btn.bg {
    font-size: 11px;

    position: relative;
    z-index: 5;

    height: 34px;
    padding-left: 15px;

    cursor: pointer;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.product_list .item .bottom_line.small_button a.btn {
    border-right: 1px solid #dedede;
}

.product_list a.btn.compare {
    border-right: none !important;
}

.product_list .item .bottom_line a.btn,
a.btn.bg {
    font-size: 11px;

    position: relative;

    padding-left: 24px;
}

.product_list .item .bottom_line a.btn i,
a.btn.bg i {
    position: absolute;
    top: 3px;
    left: 4px;

    display: block;

    width: 15px;
    height: 30px;

    background: url(../img/new_sprite.svg) no-repeat;
}

.compare a.btn.bg i {
    height: 16px;
}

a.btn.favorite i {
    background: none !important;
}

a.btn.favorite i:before,
a.btn.favorite i:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: inline-block;

    width: 15px;
    height: 30px;
    margin: auto;

    content: '';
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

    background: url(../img/new_sprite.svg) no-repeat;
}

a.btn.favorite i:before {
    background-position: -28px -111px !important;
}

a.btn.favorite i:after {
    opacity: 0;
    background-position: 2px -381px !important;
}

a.btn.favorite i:hover:after {
    opacity: 1;
}

a.btn.favorite i:hover:before {
    opacity: 0;
}

a.btn.letter i {
    background-position: -31px -29px !important;
}

a.btn.compare i {
    background-position: -90px -50px !important;
}

a.btn.compare:hover i {
    background-position: -90px -80px !important;
}

.product_list .item .bottom_line a.btn.favorite i {
    left: 5px;
}

.product_list .item .bottom_line a.btn.compare i {
    left: 1px;
}

.print_page,
.add_to_cart {
    font-size: 12px;
    font-weight: bold;
    line-height: 34px;

    position: relative;
    z-index: 5;

    float: right;

    height: 34px;
    margin-right: 4px;
    padding: 0 9px 0 34px;

    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
    vertical-align: top;
    text-decoration: none !important;

    color: #556671 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #8fd1fb;
}

.add_to_cart:hover {
    background: #7ac4f2;
}

.print_page.without_ico,
.add_to_cart.without_ico {
    padding-left: 9px;
}

.add_to_cart:active {
    background-position: 0 -117px;
}

.add_to_cart i.ico {
    position: absolute;
    top: 9px;
    left: 9px;

    display: block;

    width: 18px;
    height: 18px;

    background: url(../img/new_sprite.svg) no-repeat;
    background-position: -30px -150px;
}
.add_to_cart.loading i.ico {
    background-image: url(../img/spinner.svg);
    background-position: -6px -6px;
    background-size: 30px;
}

.btn.store_only {
    font-weight: bold;
    line-height: 11px;

    position: relative;

    float: right;

    width: 74px;
    max-width: 74px;
    padding: 6px 5px 5px 34px;

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: left;
    white-space: normal;

    color: #fff;
    background: #878787;
}

.btn.store_only:hover {
    background: #778893;
}

.btn .arr-up {
    position: absolute;
    top: 9px;
    left: 13px;

    display: inline-block;

    width: 15px;
    height: 15px;

    background: url('../img/new_sprite.svg') no-repeat;
    background-position: -60px -210px;
}

.btn.view_all {
    font-weight: bold;
    line-height: 20px;

    position: relative;
    z-index: 5;

    float: right;

    margin-right: 4px;
    padding: 6px 7px 5px 23px;

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

    color: #fff;
    background: #556671;
}

.btn.view_all:hover {
    background: #778893;
}

.btn .dots {
    position: absolute;
    top: 11px;
    left: 7px;

    display: inline-block;

    width: 11px;
    height: 11px;

    background: url('../img/new_sprite.svg') no-repeat;
    background-position: -60px -60px;
}

.btn.blue,
.btn.white {
    font-size: 12px;
    line-height: 36px;

    position: relative;

    display: inline-block;

    height: 36px;
    padding: 0 9px 0;

    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
    vertical-align: top;
    text-decoration: none !important;

    color: #556671 !important;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #8fd1fb;
}

.btn.blue:active,
.btn.blue:hover {
    background: #7ac4f2;
}

.btn.white {
    color: #4fade9 !important;
    background: #fff;
}

.btn.lg_btn {
    padding-right: 40px;
    padding-left: 40px;
}

.btn.blue.toggle-filter {
    display: none;
}

.product_list .ribbon {
    font-size: 10px;

    position: absolute;
    top: 12px;
    left: 12px;

    display: block;
    overflow: hidden;

    padding: 0 8px;

    text-decoration: none !important;
    text-transform: uppercase;

    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.product_list .ribbon.new {
    background: #5bc26c;
}

.product_list .ribbon.week {
    background: #fd4d5e;
}

.product_list .ribbon.popular {
    background: #f1ab46;
}

.product_list .ribbon.sale {
    background: #4D5EFD;
}

.product_images .ribbon {
    font-size: 10px;

    position: absolute;
    z-index: 2;
    top: 12px;
    left: 12px;

    display: block;
    overflow: hidden;

    padding: 0 8px;

    text-decoration: none !important;
    text-transform: uppercase;

    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.product_images .ribbon.new {
    background: #5bc26c;
}

.product_images .ribbon.week {
    background: #fd4d5e;
}

.product_images .ribbon.popular {
    background: #f1ab46;
}

.product_images .ribbon.sale {
    background: #4D5EFD;
}

.product_list .item.short {
    display: inline-block;
    float: none;

    width: 131px;
    height: auto;
    min-height: 100px;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 114px;

    text-align: left;
    vertical-align: top;

    border: none;
    background: none;
}

.product_list .item.short .add_to_cart {
    float: left;
}

.product_list .item.short h3 {
    height: auto;
    min-height: 75px;
    margin-bottom: 5px;
}

.product_list .item.short a.img {
    line-height: 93px;

    position: absolute;
    top: 0;
    left: 0;

    width: 95px;
    height: 95px;

    border: 1px solid #f6f6f7;
}

.product_list .item.short .price {
    font-size: 13px;
    font-weight: bold;

    height: auto;
    margin-bottom: 5px;
}

.product_list .item h4 {
    overflow: hidden;

    margin: 0 0 5px 0;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #b6b6b6;
}

.product_list .item .club-price {
    height: 18px;
    margin-bottom: -16px;
    margin-top: -2px;
}

.product_list .item .club-price > span {
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
    color: #333;
    background-color: #f8b3b3;
    border-radius: 4px;
    line-height: 18px;
    height: 18px;
    padding: 0 4px;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

/*** ROW VIEW ***/

.product_list.rows .item {
    position: relative;

    float: none;

    width: auto;
    height: auto;
    min-height: 270px;
    margin: 20px 0 15px 0;
    padding: 7px 200px 0 210px;

    text-align: left;

    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f6f6f7;
}

.product_list.rows .row_view_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 190px;
    padding-top: 15%;

    text-align: center;

    border-left: 1px solid #dadada;
}

.product_list.rows .row_view_wrapper .btn,
.product_list.rows .row_view_wrapper .add_to_cart {
    float: none;

    margin: 0;
}

.product_list.rows .row_view_wrapper .add_to_cart {
    line-height: 34px;

    display: inline-block;

    height: 34px;
    padding: 0 9px 0 34px;
}

.product_list.rows .crossd .price {
    position: relative;

    height: 180px !important;
    padding-top: 55px !important;
}

.product_list.rows .crossd {
    padding-top: 10px;
}

.product_list.rows .crossd .current_price {
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
}

.product_list.rows .item + .item,
.ie7 .product_list.rows .item ~ .item {
    border-width: 1px 0 0;
}

.product_list.rows .item p {
    display: block;

    margin: 5px 0 16px;
}

.product_list.rows .item .img {
    position: absolute;
    left: 8px;
}

.product_list.rows .item h3 {
    height: auto;
    margin: 15px 0 0 0;
    padding: 0;
}

.rows .rating {
    display: inline-block;

    margin: 0;
    margin-right: 15px;

    vertical-align: top;
}

.product_list.rows .item .price {
    display: block;

    height: auto;
    margin: 0;
    padding-bottom: 20px;

    vertical-align: top;
}

.product_list.rows .item .bottom_line {
    position: absolute;
    bottom: 7px;
    left: 7px;
    /*margin-left:150px;*/

    clear: both;

    text-align: right;

    border: none;
    background: none;
    /*width:auto;*/
}

.product_list.rows .item .bottom_line .btn span {
    line-height: 34px;

    display: inline-block;

    padding-left: 10px;
}

.product_list .item .rating {
    margin-top: 3px;
    margin-bottom: 0;
}

/***/

.prod_index {
    line-height: 20px;

    position: relative;

    height: 20px;
    margin-top: 20px;
    padding: 14px 0;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f4f4f4;
}

.prod_index h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;

    position: absolute;
    top: 14px;
    left: 20px;

    margin: 0;

    color: #727272;
}

.prod_index ul {
    position: absolute;
    top: 14px;
    left: 165px;

    display: block;
    overflow: hidden;

    height: 20px;
    margin: 0;
    padding: 0;

    white-space: nowrap;
}

.prod_index ul li {
    display: inline-block;

    margin-right: 13px;

    vertical-align: top;
}

.prod_index .anti-ninja {
    display: none;
}

.prod_index ul li a {
    font-size: 14px;
    line-height: 20px;

    text-decoration: none;

    color: #a6a6a6;
}

.prod_index ul li a:hover {
    text-decoration: none;

    color: #37aaf3;
}

/*** vacancy ***/

.worker_info {
    display: inline-block;

    width: 30%;
    margin-right: 15px;
    margin-bottom: 20px;

    vertical-align: top;
}

.worker_info h3 {
    line-height: 1.15;

    width: 100px;
    margin-bottom: 0;
}

.worker_info p {
    margin: 0 0 13px;
}

.icon {
    position: relative;

    padding-left: 25px;
}

.icon_big {
    position: relative;

    padding-left: 25px;
}

p.icon {
    margin: 6px 0;
}

p.icon_big {
    margin: 6px 0 20px;
}

.icon:before,
.icon_big:before {
    position: absolute;
    top: 9px;
    left: 0;

    display: block;

    width: 14px;
    height: 16px;
    margin-top: -8px;

    content: '';

    background: url(../img/sprite.png) -100% 0 no-repeat;
}

.icon.mail:before {
    background-position: -33px -32px;
}

.icon.phone:before {
    background-position: -64px -254px;
}

.icon.phone2:before {
    background-position: -31px -158px;
}

.icon.arrow:before {
    background-position: -33px -279px;
}

.icon.watch:before {
    background-position: -63px -279px;
}

.icon.gps:before {
    width: 16px;
    height: 17px;
    margin-top: -9px;
    margin-left: -2px;

    background-position: -90px -308px;
}

.icon_big.mail:before {
    background-position: -97px -127px;
}

.icon_big.phone2:before {
    background-position: -97px -159px;
}

.icon_big.arrow:before {
    top: 4px;

    margin-top: 0;

    background-position: -5px -281px;
}

.icon.metro {
    margin-bottom: 17px;
    padding-left: 30px;
}

.icon.metro:before {
    left: -6px;

    width: 28px;
    height: 22px;
    margin-top: -11px;

    background-position: -54px -162px;
}

.vacancy {
    position: relative;

    padding-top: 10px;
    padding-bottom: 14px;
}

.vacancy + .vacancy {
    border-top: 1px solid #e5e5e5;
}

.vacancy h2 {
    max-width: 50%;
    margin-bottom: 3px;
}

.vacancy .money {
    font-size: 16px;
    font-weight: bold;

    position: absolute;
    top: 10px;
    right: 0;

    max-width: 45%;
}

.vacancy .btn.red {
    margin: 15px 0;
}

.vacancy .sl_content p {
    display: inline-block;

    width: 46%;
    margin-right: 20px;

    vertical-align: top;
}

.simple_slidedown.vacancy .trigger {
    font-size: 16px;
    line-height: 18px;

    display: inline-block;

    padding: 0;

    border-bottom: 1px dashed #959595 !important;
    background: none !important;
}

.simple_slidedown.vacancy .trigger:hover {
    color: #323232;
    border: none;
}

/*FAQ*/

.faq {
    position: relative;

    padding-top: 10px;
    padding-bottom: 14px;
}

.faq + .faq {
    border-top: 1px solid #e5e5e5;
}

.faq h2 {
    margin-bottom: 3px;
}

.faq .sl_content p {
    display: inline-block;

    margin-right: 20px;

    vertical-align: top;
}

.simple_slidedown.faq .trigger {
    font-size: 16px;

    padding: 0;

    border-bottom: 1px dashed #959595 !important;
    background: none !important;
}

.simple_slidedown.faq .trigger:hover {
    color: #323232;
    border: none;
}

/***/

ul.choose_letter,
ul.choose_letter li {
    display: block;

    margin: 0;
    padding: 0;

    list-style: none;
    list-style-image: none;
}

ul.choose_letter {
    margin: 0 0 25px;

    border-bottom: 1px solid #e1e1e1;
}

ul.choose_letter li {
    float: left;

    height: 35px;
}

ul.choose_letter li a {
    font-size: 12px;
    line-height: 34px;

    display: block;

    width: 27px;
    height: 34px;

    text-align: center;
    text-decoration: none;

    border: 1px solid transparent;
    border-bottom-color: #e1e1e1;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

ul.choose_letter li.current a,
ul.choose_letter li.current a:hover {
    border-color: #e1e1e1 #e1e1e1 #fff;
    background: #fff;
}

ul.choose_letter li a:hover {
    background: #eee;
}

.index_cols {
    width: 100%;
}

.index_cols .col {
    float: left;
}

.index_cols.twocols .col {
    width: 49%;
}

.index_cols.threecols .col {
    width: 33%;
}

.index_cols.threecols .freecol {
    width: auto;
}

.index_cols.fourcols .col {
    width: 25%;
}

.index_cols.fivecols .col {
    width: 20%;
}

ul.index_list,
ul.index_list ul,
ul.index_list li {
    margin: 0;
    padding: 0;

    list-style: none;
    list-style-image: none;
}

ul.index_list {
    width: 100%;
    margin-bottom: 18px;

    color: #bababa;
}

ul.index_list ul {
    position: relative;

    overflow: hidden;

    padding: 5px 0 0 0;
}

ul.index_list li {
    line-height: 1.1;

    padding: 6px 0 5px;
    padding-right: 25px;
}

ul.index_list ul li {
    position: relative;

    padding-top: 4px;
    padding-left: 20px;
}

ul.index_list ul:after {
    position: absolute;
    top: -11px;
    left: 5px;

    display: block;

    width: 0;
    height: 100%;

    content: '';

    border-right: 1px dotted #bcbcbc;
}

ul.index_list ul li:after {
    position: absolute;
    top: 0;
    left: 7px;

    display: block;

    width: 9px;
    height: 10px;

    content: '';

    border-bottom: 1px dotted #bcbcbc;
}

ul.index_list ul li:last-child:before {
    position: absolute;
    z-index: 2;
    top: 11px;
    left: 5px;

    display: block;

    width: 0;
    height: 100%;

    content: '';

    border-right: 1px solid #fff;
}

ul.index_list li a {
    text-decoration: none;

    color: #424242;
}

ul.index_list li a:hover {
    text-decoration: underline;
}

.index_cols h2 {
    margin-bottom: 2px;

    color: #4fade9;
}

.brand_info {
    margin-bottom: 25px;
    padding: 3px 0 30px;

    border-bottom: 1px solid #e5e5e5;
}

.brand_info img {
    max-width: 274px;
    height: auto;
    margin-top: 4px !important;
    margin-right: 35px !important;
}

.brand_info .text {
    overflow: hidden;

    height: 133px;
    margin: 10px 0;
}

.brand_info h2,
.brand_info .text,
.brand_info .moar_wrap {
    margin-left: 309px;
}

.brand_info .moar_wrap {
    display: none;
}

.brand_info .text p {
    margin: 0;
}

.moar_wrap .moar {
    font-family: 'Prosto Sans', sans-serif;
    font-size: 12px;

    display: block;

    cursor: pointer;
    text-align: center;
    text-transform: uppercase;

    color: #212121;
}

.moar_wrap .moar .more:before {
    position: relative;
    top: 1px;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin-right: 8px;

    content: '';

    background: url('../img/new_sprite.svg') no-repeat;
    background-position: -60px -180px;
}

.moar_wrap .moar:hover {
    text-decoration: none;

    color: #4fade9;
}

.moar_wrap .moar:hover .more:before {
    background-position: -90px -180px;
}

.moar_wrap .moar .less {
    display: none;
}

.moar_wrap .moar.opened .less {
    display: block;
}

.moar_wrap .moar.opened .more {
    display: none;
}

.share_block {
    clear: both;

    width: 100%;
    margin: 30px 0 0;
    padding: 10px 0 0;
}

.vacancy + .share_block {
    margin-top: 0;
}

iframe + .share_block {
    margin-top: 10px;
}

/*** product card ***/

.product_images {
    float: left;

    width: 470px;
    margin-right: -490px;
    padding: 0 20px 25px 0;
}

.product_images p {
    font-size: 11px;

    margin: 4px 0 18px;
}

.product_images img {
    max-width: 100%;
}

.product_info {
    float: left;

    width: auto;
    margin-left: 500px;
    /*padding-right:20px;*/
}

.product_info h1 {
    font-family: 'Prosto Sans', sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;

    margin: 0;
    padding: 0;

    color: #212121;
    border: none;
}

.info_row {
    display: block;

    padding: 10px 0;
}

.info_row a.btn {
    text-align: left;
}

.info_row a.btn.bg {
    min-width: 122px;
    margin-bottom: 8px;
}

.btn.huge.grey {
    line-height: 40px;

    height: 40px;
    padding: 0 15px 0 40px;
}

.btn.huge.product_notification:before {
    top: 13px;
    left: 15px;
}

.btn.grey.nomargin {
    line-height: 36px;

    height: 36px;
}

.btn.huge.add_to_cart {
    font-size: 12px;
    line-height: 40px;

    position: relative;

    height: 40px;
    margin: 0 0 13px 0;
    padding: 0 15px 0 42px;

    color: #556671 !important;
}

.btn.huge.add_to_cart:before {
    position: absolute;
    top: 12px;
    left: 14px;

    display: inline-block;

    width: 16px;
    height: 16px;

    content: '';

    background: url('../img/new_sprite.svg') no-repeat;
    background-position: -30px -150px;
}
.btn.huge.add_to_cart.loading:before {
    background-image: url(../img/spinner.svg);
    background-size: 30px;
    background-position: -7px -7px;
}

.product_info .prod_btn_wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /*margin-top: 30px;*/
}

.product_info .info_row a.btn.bg {
    line-height: 2.1;

    float: left;

    min-width: initial;
    height: 23px;
    margin-right: 5px;

    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;

    color: #212121;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.product_info .info_row a.btn.bg:hover {
    color: #4fade9;
    background: #f4f4f4;
}

.product_info a.btn.favorite i {
    top: -3px;

    height: 23px;
}

.product_info a.btn.favorite i:before,
.product_info a.btn.favorite i:after {
    top: 2px;

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.product_info a.btn.favorite:hover i:before {
    opacity: 0;
}

.product_info a.btn.favorite:hover i:after {
    opacity: 1;
}

.product_info a.btn.compare i {
    top: -4px;

    height: 23px;
}

.product_info a.btn.letter i {
    top: 6px;
    left: 6px;

    height: 23px;

    background-position: -30px -390px !important;
}

.product_info a.btn.letter:hover i {
    background-position: -60px -390px !important;
}

.product_info a.btn.btn_print i {
    top: 5px;

    height: 11px;

    background: url(../img/print_icon.png) center bottom no-repeat;
}

.product_info .widget-extended-info {
    top: calc(75px + 5%) !important;
}

.w-city-input {
    height: 28px !important;
}

.print_link a {
    color: #212121;
}

.print_link a:hover {
    color: #4fade9;
}

.print_link:before {
    top: 11px;

    height: 11px;

    background: url(../img/print_icon.png) center bottom no-repeat;
}

.product_info a.btn.btn_print:hover i {
    background-position: center top !important;
}

.info_row h3 {
    margin: 9px 0 6px;
}

.info_row p {
    margin-top: 0;
}

.info_row ul {
    margin-top: 0;
}

.product_info .price {
    font-family: 'Prosto Sans', sans-serif;
    font-size: 30px;
    line-height: 40px;

    margin-bottom: 18px;

    text-transform: uppercase;

    color: #212121;
}

.product_info .notice {
    font-size: 12px;

    margin-bottom: 10px;

    color: #757575;
}

.product_info .stock {
    font-size: 13px;
    font-weight: bold;
}

.product_info .stock i {
    display: inline-block;

    width: 18px;
    height: 14px;

    vertical-align: middle;

    background: url(../img/sprite.png) -62px -194px no-repeat;
}

.product_info .stock.yep i {
    background-position: -62px -194px;
}

.product_info .stock.just_in_store i {
    background-position: -63px -234px;
}

.product_info .stock.nope i {
    background-position: -64px -215px;
}

/*** simple sliddown ***/

.simple_slidedown .trigger {
    font-size: 14px;
    font-weight: bold;

    padding-right: 12px;

    cursor: pointer;

    color: #424242;
    background: url(../img/down.png) right 50% no-repeat;
}

.simple_slidedown.opened .trigger {
    background-image: url(../img/up.png);
}

.menu_left .simple_slidedown .trigger {
    background-image: url(../img/down2.png);
}

.menu_left .simple_slidedown.opened .trigger {
    background-image: url(../img/up2.png);
}

.usual_nav .simple_slidedown .trigger {
    font-size: 12px;
    font-weight: normal;

    cursor: pointer;
}

.simple_slidedown .sl_content {
    overflow: hidden;

    height: auto;
}

table.addresses td {
    font-size: 11px;

    padding: 8px 0;

    color: #212121;
    border: none;
    border-bottom: 1px solid #f6f6f7;
}

table.addresses tr:last-child td {
    border: none;
}

table.addresses td + td {
    width: 57px;

    text-align: center;
}

table.addresses .nope {
    color: #727272;
}

table.addresses .yep,
table.addresses .yep span {
    font-weight: bold;

    color: #212121 !important;
}

table.addresses .online {
    font-weight: bold;
}

table.addresses .in_store {
    font-weight: bold;
}

table.addresses .out_of_store {
    font-weight: normal;

    color: #727272;
}

table.cart_total {
    font-size: 14px;
    line-height: 1.15;

    width: 380px;
    margin: 0 0 20px;
}

table.cart_total td:first-child {
    text-align: right;
}

table.cart_total .total td {
    font-size: 19px;

    padding-top: 20px;
}

/*** comments ***/

h2 + .comments {
    margin-top: 20px;
}

.comment_item {
    position: relative;

    margin-bottom: 18px;
}

.comments > .comment_item {
    margin-bottom: 21px;

    border-bottom: 1px solid #e5e5e5;
}

.comment_item .comment_item {
    margin-left: 42px;
}

.comment_item .comment_item .comment_item,
.c_row .comment_item .comment_item {
    margin-left: 20px;
}

.comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item,
.c_row .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item .comment_item {
    margin-left: 0;
}

.comment_itself {
    position: relative;

    padding: 0 0 21px 80px;
}

.comment_item .comment_item .comment_itself {
    padding-top: 18px;

    border: 1px solid #e5e5e5;
    border-width: 1px 0 0;
}

.comment_item .comment_item .avatar {
    top: 24px;
}

.comment_item .comment_item .date {
    top: 18px;
}

.avatar,
.avatar_big {
    overflow: hidden;

    width: 52px;
    height: 52px;

    border: 2px solid #fff;
    background: url(../img/no_userpic.png) center center no-repeat;
    -webkit-box-shadow: 0 1px 4px #bbb;
    -moz-box-shadow: 0 1px 4px #bbb;
    box-shadow: 0 1px 4px #bbb;
}

.avatar_big {
    display: inline-block;

    width: 138px;
    height: 138px;

    vertical-align: top;

    background-image: url(../img/no_userpic_big.png);
}

.comment_item .avatar {
    position: absolute;
    top: 6px;
    left: 0;
}

.comment_item .avatar img,
.comment_item .avatar_big img {
    display: block;

    width: auto;
    height: 100%;
}

.comment_item .date {
    line-height: 1.5;

    top: 0;
    right: 0;
    left: auto;

    height: auto;
}

.comment_item .username {
    font-weight: bold;

    margin-bottom: 7px;
}

.comment_item .comment {
    margin-bottom: 10px;
    word-wrap: break-word;
    max-width: calc(100vw - 800px);
    min-width: 275px;
}

.comment_item .reply {
    font-size: 12px;

    padding-right: 20px;

    text-decoration: none;

    color: #757575;
    background: url(../img/reply.png) right center no-repeat;
}

.comment_item .reply:hover {
    color: #555;
}

.comment_item .comments_form {
    margin: 20px 0 0 -80px;
    padding-top: 18px;
    padding-bottom: 0;

    border-top: 1px solid #e5e5e5;
}

@media only screen and (max-width: 1150px) {
    .comments_form.feedback .form_row label {
        width: 137px;

        text-align: right;
    }

    .comments_form.feedback .form_row {
        width: 400px;
    }

    .comments_form .form_row label {
        width: 80px;

        text-align: left;
    }

    .comments_form input[type=text],
    .comments_form input[type=email],
    .comments_form input[type=password],
    .comments_form input[type=phone],
    .comments_form input[type=search],
    .comments_form textarea {
        width: 250px;
    }

    .comments_form .form_row {
        width: auto;
    }
}

/* small gallery */

.small_gallery a {
    position: relative;

    display: inline-block;

    width: auto;
    height: 66px;
    margin: 5px;

    vertical-align: top;
}

.small_gallery a img {
    display: block;

    width: auto;
    max-width: 100%;
    height: 60px !important;
}

/* forms */

label.label_padd {
    font-weight: normal !important;

    position: relative;

    padding-left: 25px !important;
}

.label_padd input[type=checkbox] {
    position: absolute;
    top: 6px;
    left: 0;
}

.login_wrapp {
    width: 385px;
}

.login_wrapp p {
    margin-bottom: 30px;
}

.comments_form.feedback h2 {
    margin-bottom: 25px;
}

.comments_form.feedback textarea {
    height: 180px;
}

.form_row {
    position: relative;

    width: 530px;
    margin-bottom: 17px;

    text-align: left;
}

.form_row label {
    position: relative;

    display: inline-block;

    width: 137px;
    min-height: 1px;
    padding: 4px 0;

    text-align: right;
    vertical-align: top;
}

.form_row.short label {
    font-size: 12px;

    width: 110px;
    margin-right: 11px;
}

.wider .form_row {
    width: 550px;
}

.wider .form_row label {
    width: 157px;
}

.wider .form_row .label_margin {
    margin-left: 177px;
}

.label_margin {
    margin-left: 158px;
}

.form_row label.label_margin {
    margin-right: 0;
}

.form_row.short .label_margin {
    margin-left: 125px;
}

.form_row.captcha input {
    width: 72px;

    text-align: center;
}

.form_row.captcha img {
    margin-bottom: 15px;
}

.form_row.captcha.ok:after,
.form_row.captcha.not_ok:after {
    top: 60px;
    right: auto !important;
    bottom: auto;
    left: 260px;
}

.search_row {
    position: relative;
}

.search_row input[type=text],
.search_row input[type=search] {
    width: 92%;
    padding: 9px 30px 9px 10px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea {
    font: 13px/15px Arial, 'Helvetica CY', 'Nimbus Sans L', Gotham, sans-serif;

    width: 350px;

    text-align: left;

    color: #333;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none !important;
    background: #fff;
}

.form_row.short input[type=text],
.form_row.short input[type=email],
.form_row.short input[type=password],
.form_row.short input[type=phone],
.form_row.short input[type=search],
.form_row.short textarea {
    width: 240px;
    height: 24px;
}

.form_row.short select {
    width: 262px;
}

select.shorts {
    margin: 0;
}

select.shorts + select.shorts {
    margin-left: 5px;
}

select.short {
    width: 100px;
}

select.supershort {
    width: 69px;
}

select.ultrashort {
    width: 55px;
}

select.alternate {
    width: 388px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search] {
    height: 15px;
    padding: 5px 10px;
}

input[type=file] {
    margin: 3px 0;
}

select {
    font: 13px/15px Arial, 'Helvetica CY', 'Nimbus Sans L', Gotham, sans-serif;

    width: 372px;
    padding: 4px;

    color: #333;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f6f6f7;
}

textarea {
    overflow: auto;

    height: 50px;
    padding: 5px 10px 10px;

    resize: vertical;
}

.form_row.ok:after,
.form_row.not_ok:after {
    position: absolute;
    top: 6px;
    right: -25px;

    display: block;

    width: 17px;
    height: 17px;

    content: '';

    background: url(../img/oknotok.png) -1px -40px no-repeat;
}

.form_row.not_ok:after {
    top: 5px;
    /*bottom: 0;*/
    right: 5px !important;

    margin: auto;

    background-position: -2px -60px;
}

.email_confirm_available .form_row.ok:after {
    top: 12px;
    right: 5px !important;
    bottom: 0;
}

.ui-dialog .form_row.not_ok:after,
.ui-dialog .form_row.ok:after {
    top: 0;
    right: 5px !important;
    bottom: 0;

    margin: auto;
}

.form_row .alert {
    font-size: 11px;

    display: none;

    margin-top: 8px;
}

.form_row.not_ok .alert {
    display: block;
}

#order_form .form_row.ok:after,
#order_form .form_row.not_ok:after {
    top: 10px;
    right: auto !important;
    bottom: auto;
    left: 360px;
}

#order_form textarea {
    min-height: 70px;
    width: 100%;
}

.form.wider .form_row.not_ok:after {
    top: 6px;
    bottom: auto;
}

.not_ok input,
.not_ok textarea,
.not_ok input.hasfocus,
.not_ok textarea.hasfocus {
    border-color: #ee6a6a;
    background-color: #fff3f3;
}

.form_row input.hasfocus,
.search_row input.hasfocus,
.form_row textarea.hasfocus {
    border-color: #75b9f0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(117, 185, 240, .8);
    -moz-box-shadow: 0 0 4px rgba(117, 185, 240, .8);
    box-shadow: 0 0 4px rgba(117, 185, 240, .8);
}

.form_row label {
    font-weight: bold;

    margin-right: 16px;
}

input[type='submit'][disabled] {
    opacity: .6;
}

.no-opacity input[type='submit'][disabled],
.no-opacity input[type='submit'][disabled]:active {
    color: #999;
    border-color: #e4e4e4;
}

input[type='button'],
input[type='submit'],
input[type='submit'][disabled]:active {
    line-height: 30px;

    height: 30px;
    padding: 0 15px;

    text-decoration: none;
    /*background:url(../img/btns.png) 0 0 repeat-x;*/

    color: #333;
    border: none;
    border: 1px solid #c4c4c4;
    border-top-color: #cfcfcf;
    border-bottom-color: #b9b9b9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: none;
}

.sale-paysystem-yandex-button-item.custom_color {
    background-color: #8fd1fb !important;
    color: #fff !important;
}

.sale-paysystem-yandex-button-item.custom_color:hover {
    background-color: #8fd1fb !important;
}

input[type='button']:active,
input[type='submit']:active {
    background-position: 0 -37px;
}

input[type='button'].red:active,
input[type='submit'].red:active {
    background-position: 0 -117px;
}

.hint {
    min-height: 28px;
    margin-bottom: 8px;
}

.form_row .inline select {
    display: block;
}

select + select {
    margin-top: 15px;
}

.txt_red {
    color: #b01116;
}

h3.inside_form_title {
    font-size: 14px;

    margin: 26px 0 20px;
}

.semishort + .semishort,
.semishort + .semishort2,
.semishort2 + .semishort2,
.semishort2 + .semishort,
.semishort + label,
.semishort2 + label {
    margin-left: 23px;
}

input.semishort {
    width: 72px !important;
}

input.semishort2 {
    width: 162px !important;
}

.short input.semishort {
    width: 41px !important;
}

.short input.semishort2 {
    width: 91px !important;
}

input.supershort {
    width: 28px !important;
    margin-right: 10px;
    padding-right: 5px;
    padding-left: 5px;

    text-align: center;
}

input.megashort {
    width: 21px !important;
    margin-right: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

input.pullleft {
    margin-left: -6px;
}

.txt_red.txt_right.label_margin {
    width: 340px;
    margin-left: 125px;
}

.col_half .txt_red.txt_right.label_margin {
    width: 260px;
}

label.width_auto {
    max-width: 80%;
}

label.double_row {
    line-height: 1.1;

    padding: 0;
}

.qu {
    position: relative;

    display: inline-block;

    width: 17px;
    height: 17px;
    margin: 0 0 0 4px;

    vertical-align: top;

    background: url(../img/sprite.png) -95px -223px no-repeat;
}

.qu:hover {
    background-position: -95px -250px;
}

.qu .tooltip {
    font-weight: normal;
    line-height: 1.3;

    position: absolute;
    position: absolute;
    z-index: 250;
    bottom: 27px;
    left: -21px;

    display: block;
    display: none;

    width: 225px;
    padding: 10px 13px;

    color: #333;
    border: 1px solid #aeaeae;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px #ddd;
    -moz-box-shadow: 0 4px 5px #ddd;
    box-shadow: 0 4px 5px #ddd;
}

.qu-cont:hover .tooltip,
.qu:hover .tooltip {
    display: block;
}

.form_row label:hover .tooltip {
    display: block;
}

.qu .tooltip:before {
    position: absolute;
    bottom: -8px;
    left: 19px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-top: 8px solid #aeaeae;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.qu .tooltip:after {
    position: absolute;
    bottom: -7px;
    left: 20px;

    display: block;

    width: 0;
    height: 0;

    content: '';

    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.txt_gray {
    color: #717171;
}

.form_row .txt_gray {
    font-size: 11px;

    display: block;

    margin-top: 4px;
}

label input[type='checkbox'],
label input[type='radio'] {
    margin-right: 4px;

    vertical-align: -1px;
}

/*** ui spinner ***/

.ui-spinner {
    position: relative;

    display: inline-block;

    width: 92px;
    height: 26px;
    margin-right: 12px;

    text-align: center;
    vertical-align: top;
}

.ui-spinner input {
    font-size: 13px;
    line-height: 17px;

    position: relative;
    z-index: 2;

    width: 30px;
    padding: 4px 12px 4px 6px;

    text-align: center;

    border: 1px solid #dadada;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-spinner .ui-spinner-button {
    position: absolute;

    display: block;
    overflow: hidden;

    width: 25px;
    height: 0;
    padding-top: 12px;

    cursor: pointer;
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;

    border: 1px solid #dadada;
    background: #fff;
}

.ui-spinner .ui-spinner-button:hover {
    background: #f6f6f7;
}

.ui-spinner .ui-spinner-button.ui-spinner-up {
    top: 0;
    right: 0;

    border-width: 1px 1px 1px 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.ui-spinner .ui-spinner-button.ui-spinner-down {
    top: 0;
    left: 0;

    border-width: 1px 0 1px 1px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.ui-spinner .ui-spinner-button.ui-spinner-up:after,
.ui-spinner .ui-spinner-button.ui-spinner-down:after {
    position: absolute;
    top: 15px;
    left: 10px;

    display: inline-block;

    width: 0;
    height: 0;

    content: '';

    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.ui-spinner .ui-spinner-button.ui-spinner-up:after {
    left: 12px;

    border-left: 3px solid #212121;
}

.ui-spinner .ui-spinner-button.ui-spinner-up:hover:after {
    border-left: 3px solid #8fd1fb;
}

.ui-spinner .ui-spinner-button.ui-spinner-down:after {
    border-right: 3px solid #212121;
}

.ui-spinner .ui-spinner-button.ui-spinner-down:hover:after {
    border-right: 3px solid #8fd1fb;
}

.hugespinner .ui-spinner,
.product_variations .ui-spinner {
    width: 92px;
    height: 40px;
}

.hugespinner .ui-spinner input,
.product_variations .ui-spinner input,
.ui-spinner input {
    padding: 12px 4px 11px;
}

.hugespinner .ui-spinner .ui-spinner-button,
.product_variations .ui-spinner .ui-spinner-button,
.ui-spinner .ui-spinner-button {
    padding-top: 38px;
}

.hugespinner .ui-spinner .ui-spinner-button.ui-spinner-up,
.product_variations .ui-spinner .ui-spinner-button.ui-spinner-up {
    background-position: 50% 6px;
}

.hugespinner .ui-spinner .ui-spinner-button.ui-spinner-down,
.product_variations .ui-spinner .ui-spinner-button.ui-spinner-down {
    background-position: 50% 8px;
}

.product_variations .ui_spinner {
    margin-right: 45px;
}

.cart_list_wrap .ui-spinner {
    margin-right: 0;
}

a.cart_title_link {
    color: #666;
}

.product_variations_wrap,
.cart_list_wrap {
    margin: 0 0 30px 0 !important;
}

.product_variations,
.cart_list {
    margin: 0;
}

.product_variations {
    margin: 20px 0;

    border-bottom: 1px solid #f6f6f7;
}

.product_variations th:nth-of-type(3) {
    min-width: 80px;
}

.cart_list .hide {
    opacity: .5;
}

.cart_list {
    border-bottom: 1px solid #f6f6f7;
}

.cart_list p {
    margin: 0 0 7px;
}

.cart_list .text {
    position: relative;

    overflow: hidden;

    width: 300px;
    height: 55px;
    margin-bottom: 4px;
    padding-bottom: 3px;
}

.cart_list .text:after {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 7px;

    content: '';

    background: url(../img/fade5px.png) 0 bottom repeat-x;
}

table.order_history {
    line-height: 1.2;
}

table.order_history .w5 {
    width: 110px;
}

table.order_history th,
table.order_history td {
    padding: 10px;
}

.product_variations th {
    font-size: 11px;
    font-weight: normal;
    line-height: 32px;

    padding: 0 9px 0 11px;

    text-align: left;
    vertical-align: middle;

    color: #333;
    border: none;
    border-top: 1px solid #f6f6f7;
    border-bottom: 1px solid #f6f6f7;
    background: #f6f6f7;
}

.product_variations th:nth-child(2) {
    min-width: 110px;
}

.product_variations th.th_add_to_cart {
    width: 117px;

    text-align: center;
}

.product_variations th a {
    /*height:15px;*/
    font-weight: normal;

    display: block;

    text-decoration: none;

    color: #333;
}

.product_variations th a i {
    position: relative;
    top: -2px;

    display: inline-block;

    width: 21px;
    height: 4px;
    margin-left: 10px;

    background: url('../img/filter_arrs.svg') center bottom no-repeat;
}

.product_variations th a:hover i,
.product_variations th a.active i {
    background: url('../img/filter_arrs.svg') center top no-repeat;
}

input.quantity {
    width: 30px;
}

.product_variations th.header {
    cursor: pointer;

    background: url('../img/arrows_sort.png') no-repeat scroll 97% 50% rgba(0, 0, 0, 0);
}

.product_variations th.header:hover {
    background: url(../img/arrows_sort_act.png) 97% 50% no-repeat;
}

.product_variations th.headerSortUp,
.product_variations th.headerSortDown {
    cursor: pointer;

    background: url(../img/arrows_sort_act.png) 97% 50% no-repeat;
}

.product_variations td {
    font-size: 13px;

    padding: 7px 9px;

    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -ms-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
    vertical-align: middle;

    border: none;
}

.product_variations tr:hover td {
    background: #f4f4f4;
}

.product_variations td:last-child {
    min-width: 160px;
}

@media (max-width: 1199px) {
    .product_variations td:last-child {
        min-width: auto;
        text-align: left !important;
    }

    .product_variations .ui-spinner {
        margin-bottom: 5px;
    }

    .product_variations .btn {
        float: none;
    }
}

.product_variations a {
    color: #212121;
}

.product_variations a:hover {
    text-decoration: none;
}

.product_variations .pv_price {
    font-family: 'Prosto Sans', sans-serif;
    font-size: 15px;

    text-transform: uppercase;
}

.product_variations .btn {
    height: 23px;
}

.product_variations .fav_addtocart .btn {
    height: auto;
}

.product_variations span.green,
.product_variations span.red {
    font-weight: bold;

    display: block;

    text-align: center;
}

.subtotal td {
    font-size: 14px;
    font-weight: bold;

    padding-top: 13px;
    padding-bottom: 13px;

    border-right: none;
    border-left: none;
}

.c_row.special {
    padding: 7px 22px !important;
}

.c_row.special h3 {
    margin: 0;
}

.cart_list .w1 {
    width: 120px;
}

.cart_list .img {
    display: block;
    overflow: hidden;

    width: 72px;
    height: 72px;
}

.cart_list .img img {
    display: block;

    max-width: 100%;
    height: auto;
}

.cart_list td,
.cart_list th {
    border-width: 1px 0;
}

.cart_list th {
    font-size: 11px;
    font-weight: bold;

    padding-top: 8px;
    padding-bottom: 8px;

    text-transform: uppercase;

    color: #424242;
    border-top: 1px solid #f6f6f7;
    border-bottom: 1px solid #f6f6f7;
    background: #f6f6f7;
}

.checkout_result {
    line-height: 1.1;

    width: 270px !important;
}

table.checkout_result.noborder td {
    padding: 10px 25px 10px 0;
}

.td_pad_top td {
    padding-top: 17px !important;
}

.delete_me {
    display: inline-block;
    overflow: hidden;

    width: 13px;
    height: 0;
    margin-top: 2px;
    padding-top: 13px;

    vertical-align: top;

    background: url(../img/new_sprite.svg) -29px -419px no-repeat;
}

.delete_me:hover {
    background-position: -30px -180px;
}

.artikul {
    font-size: 11px;

    display: block;

    margin-top: 5px;

    color: #666;
}

.set_info {
    position: relative;

    padding-left: 30px;
}

.set_info i.ico {
    position: absolute;
    top: 0;
    left: 0;

    width: 18px;
    height: 18px;

    background: url(../img/sprite.png) -92px -278px no-repeat;
}

ul.thumbs {
    margin: 14px 0 45px;
}

ul.thumbs li {
    position: relative;

    min-height: 82px;
    margin-bottom: 25px;
    padding-left: 168px;
}

.thumbs li img {
    position: absolute;
    top: 6px;
    left: 0;

    max-width: 150px;
}

.thumbs li p {
    margin-top: 0;
}

.blog_list_wrapper {
    padding: 2px 0 30px;
}

.blog_list_wrapper .blog_item {
    position: relative;

    padding-top: 16px;
    padding-bottom: 10px;

    border-top: 1px solid #dfdfdf;
}

.blog_list_wrapper .blog_item:last-of-type {
    border-bottom: 1px solid #dfdfdf;
}

.blog_item .thumb {
    display: block;
    float: left;
    overflow: hidden;

    width: 160px;
    height: 100px;
    margin-top: 2px;
    margin-right: 10px;
    margin-bottom: 10px;

    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 1px #d3d3d3;
    -moz-box-shadow: 0 0 0 1px #d3d3d3;
    box-shadow: 0 1px 3px #999;
}

.blog_item.no_img h3,
.blog_item.no_img p {
    margin-left: 0;
}

.blog_item .thumb img {
    display: block;

    width: auto;
    height: 100%;
    margin: 0 auto;
}

.blog_item h3 {
    margin-bottom: 4px;
    padding-right: 30px;
}

.blog_item p {
    margin-top: 0;
}

.blog_item h3,
.blog_item p {
    /*margin-left:175px;*/
}

.b_bottom_line {
    font-size: 12px;

    clear: both;

    margin-top: 30px;
    margin-bottom: 6px;

    color: #757575;
}

.blog_item .b_bottom_line {
    margin-top: 0;
}

.b_bottom_line + .share_block {
    margin-top: 16px;
}

.b_bottom_line .ico {
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 18px;
    height: 18px;

    background: url(../img/sprite.png) -32px -219px no-repeat;
}

.b_bottom_line .tags {
    position: relative;

    max-width: 42%;
    padding-left: 25px;

    color: #771916;
}

.b_bottom_line.tags_wrapper {
    padding-top: 10px;

    border-top: 1px solid #dfdfdf;
}

.b_bottom_line .tags .ico {
    background-position: -32px -219px;
}

.b_bottom_line .post_rating {
    margin-left: 15px;

    color: #757575;
}

.b_bottom_line .post_rating .positive {
    color: #679a3b;
}

.b_bottom_line .post_rating .negative {
    color: #d40707;
}

.b_bottom_line .post_rating a {
    display: inline-block;

    width: 12px;
    height: 14px;

    vertical-align: middle;

    opacity: .5;
    background: url(../img/sprite.png) -67px -3px no-repeat;
}

.b_bottom_line .post_rating a.rate_down {
    background-position: -67px -33px;
}

.b_bottom_line .post_rating a:hover {
    opacity: 1;
}

.b_bottom_line .post_comments a {
    text-decoration: none;

    color: #333;
}

.b_bottom_line .post_comments {
    position: relative;

    margin-left: 15px;
    padding-left: 25px;
}

.b_bottom_line .post_comments .ico {
    background-position: -30px -98px;
}

.b_bottom_line .post_comments a:hover {
    text-decoration: underline;
}

.b_bottom_line .post_date {
    position: relative;

    margin-left: 15px;
    padding-left: 25px;
}

.b_bottom_line .post_date .ico {
    background-position: -30px -64px;
}

.has_video {
    position: absolute;
    top: 18px;
    right: 0;

    display: block;

    width: 18px;
    height: 18px;

    background: url(../img/sprite.png) -66px -66px no-repeat;
}

.subscr_wrapp {
    width: 408px;
    margin: 20px auto;
}

.subscr_wrapp label {
    font-weight: normal;
}

.corp_details + .corp_details {
    margin-top: 25px;
}

.share_block.blog {
    margin-bottom: 35px;
}

.contwrap .title_border {
    margin-bottom: 5px;
    padding-bottom: 18px;

    border-bottom: 1px solid #dfdfdf;
}

/*** compare ***/

.body.compare {
    min-width: 0;
}

.compare #main_wrapper {
    overflow: visible;

    min-width: 0;
}

.compare h1 {
    font-size: 30px;

    width: auto;
    margin: 0;
    padding-top: 35px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;

    border-bottom: none;
}

.compare h1 .btn {
    margin-top: 10px;
}

.grayline {
    height: 34px;
    margin: 0;

    border: 1px solid #cdced0;
    border-width: 1px 0;
    background: #ebebeb;
}

table.compare {
    width: auto;
    margin: -35px 0 35px;
}

table.compare .item {
    position: relative;

    min-height: 240px;
    padding-bottom: 70px;
}

table.compare .bottom .item {
    position: relative;

    min-height: 42px;
    padding-bottom: 70px;
}

table.compare .item .bottom_line {
    position: absolute;
    bottom: 0;
    left: 0;

    height: 35px;
}

table.compare .product_line .img {
    display: block;
    overflow: hidden;

    width: 96px;
    height: 96px;
    margin: 10px 0;

    border: 1px solid #cdced0;
}

table.compare .product_line .img img {
    display: block;

    width: auto;
    height: 100%;
    margin: 0 auto;
}

table.compare .product_line h3 {
    font-size: 13px;
    line-height: 1.2;

    overflow: hidden;

    height: 62px;
    margin: 0 0 7px;
}

table.compare .product_line h3 a {
    color: #333;
}

table.compare .product_line .rating {
    margin: 0 0 7px;
}

table.compare .product_line .price {
    font-size: 20px;
    font-weight: bold;

    margin-bottom: 10px;

    color: #333;
}

table.compare td {
    width: 207px;
    min-width: 207px;
    padding: 13px 0 13px 36px;

    border: none;
}

table.compare td:first-child {
    width: 180px;
    min-width: 180px;
    padding-left: 16px;
}

table.compare .product_line .btn,
table.compare .product_line .add_to_cart {
    margin: 0 0 9px !important;
}

table.compare .product_line .favorite:hover i:before {
    opacity: 0;
}

table.compare .product_line .favorite:hover i:after {
    opacity: 1;
}

table.compare .product_line .add_to_cart {
    position: absolute;
    bottom: 34px;
    left: 0;
}

table.compare .prop {
    line-height: 1.3;
}

table.compare .prop + .prop td {
    padding-top: 0;
}

table.compare .delete_line td {
    line-height: 34px;

    height: 34px;
    padding-top: 0;
    padding-bottom: 0;

    text-align: right;
}

table.compare .delete_line a {
    display: block;
    float: right;
    overflow: hidden;

    width: 18px;
    height: 0;
    margin-top: 8px;
    padding-top: 18px;

    background: url(../img/oknotok.png) -2px 3px no-repeat;
}

table.compare .delete_line a:hover {
    background-position: -2px -12px;
}

table.compare .delete_line td,
table.compare .product_line td,
table.compare .description td {
    border-bottom: 1px solid #cdced0;
}

table.compare .prop + .product_line td {
    border-top: 1px solid #cdced0;
}

/* =================== */

/* ===== FOOTER ===== */

.prefooter {
    position: relative;

    padding-top: 40px;
    padding-bottom: 160px;

    color: #fff;
    border-top: 1px solid #585858;

    background: #404040 url(../img/bg.jpg);
}

.prefoot_title {
    font-family: 'Prosto Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;

    margin-bottom: 30px;
    padding: 3px 0;

    color: #919191;
}

.prefooter .col {
    float: left;

    width: 20%;
}

.prefooter h2 {
    font-family: 'Prosto Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;

    margin: 0 0 25px;

    text-transform: uppercase;

    color: #fff;
}

h2.prefoot_title {
    font-family: 'Prosto Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;

    margin-bottom: 30px;
    padding: 3px 0;

    color: #919191;
}

.prefooter a {
    font-size: 13px;

    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    text-decoration: none;

    color: #919191;
}

.prefooter a:hover {
    color: #4fade9;
}

.prefooter ul,
.prefooter ul li {
    display: block;

    margin: 0;
    padding: 0;

    list-style: none;
    list-style-image: none;
}

.prefooter ul {
    margin-top: 25px;
    padding-right: 20px;
}

.prefooter ul li {
    margin-bottom: 6px;
}

.prefooter .subscribe {
    width: 203px;
    margin: 24px 0 10px;
}

.prefooter .subscribe p {
    line-height: 1.2;

    margin-bottom: 18px;
}

.social {
    margin: 0;
    font-weight: bold;
}

.social ul {
    padding: 0;
}

.social ul li {
    display: block;
    float: left;

    margin: 0 10px 7px 0;
}

.social a {
    display: block;
    overflow: hidden;

    width: 36px;
    height: 0;
    padding-top: 36px;
}

.social a.vk {
    background: url(../img/svg/VK.svg);
}
.social a.tg {
    background: url(../img/svg/Telegram.svg);
}
.social a.zen {
    background: url(../img/svg/Zen.svg);
}
.social a.yt {
    background: url(../img/svg/YouTube.svg);
}
.social a.odnk {
    background: url(../img/svg/Ok.svg);
}

.form_row .social {
    display: inline-block;

    max-width: 275px;
    margin: -5px 0 0 121px;

    vertical-align: top;
}

label.soc_label {
    float: left;

    margin-right: -121px !important;
}

.form_row .social ul {
    margin: -4px 0 0;
}

.prefooter .subscribe .row {
    position: relative;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #272727;
}

.prefooter .subscribe input[type='text'],
.prefooter .subscribe input[type='email'] {
    font-size: 12px;
    line-height: 15px;

    width: 151px;
    height: 15px;
    padding: 11px 0 10px 8px;

    color: #787878;
    border: none;
    background: none;
}

.prefooter .subscribe input[type='submit'] {
    position: absolute;
    top: 2px;
    right: 3px;

    display: block;

    width: 30px;
    height: 30px;

    border: none;
    background: url('../img/new_sprite.svg') 0 0 no-repeat;
    background-position: -83px -140px;
}

footer.main {
    font-size: 12px;

    position: relative;

    height: 170px;
    margin-top: -130px;

    color: #919191;
    background: #333;
}

.foot_content {
    position: relative;
}

.kodix {
    line-height: 40px;

    position: absolute;
    top: 0;
    right: 25px;

    padding-top: 23px;
}

.kodix a {
    display: inline-block;
    overflow: hidden;

    width: 66px;
    height: 0;
    padding-top: 40px;

    vertical-align: middle;

    background: url(../img/new_sprite.svg) 0 -270px no-repeat;
}

footer.main .payway {
    width: 255px;

    position: absolute;
    top: 0;
    right: 0;

    padding-top: 37px;
}

footer.main .payway img {
    display: inline-block;

    margin: 0 10px 18px;

    vertical-align: top;
}

footer.main .copy {
    position: absolute;
    top: 0;
    left: 15px;

    padding-top: 27px;
}

footer.main .copy img.keys {
    margin-left: 5px;
}

/* ================== */

.info_row.special {
    position: relative;

    padding: 0;

    border: none !important;
}

.gray_plate {
    position: absolute;
    top: -74px;
    left: 0;

    display: inline-block;

    padding: 10px 15px;

    color: #000;
    background: #e9e9e9;
}

.gray_plate .btn {
    margin: 0 15px 0 0 !important;
}

.gray_plate span {
    font-size: 11px;
    line-height: 1.2;

    display: block;

    width: 170px;
    padding: 5px 0 0;
}

@media only screen and (max-width: 1100px) {
    .gray_plate {
        position: relative;
        top: 0;

        margin-bottom: 15px;
    }
}

.cat_choose.has_cols {
    max-width: 400px;
}

.cat_choose.has_cols.three_cols {
    max-width: 600px;
}

.cat_choose.has_cols.four_cols {
    max-width: 800px;
}

.cat_choose.has_cols.no_limits {
    max-width: none;
}

.cat_choose.has_cols li {
    float: left;
    overflow: hidden;

    width: 180px;
    margin-right: 15px;

    white-space: nowrap;
    text-overflow: ellipsis;
}

.cat_choose.has_cols.short_cols li {
    width: 80px;
}

.filter_magic .fancybox-inner {
    position: static;
}

.ul_wrapper {
    padding-top: 20px;
    padding-bottom: 65px;

    white-space: nowrap;
}

.ul_wrapper ul {
    margin: 0 10px 0 0 !important;
    padding: 0 0 0 15px !important;
}

.btn_wrapper {
    position: absolute;
    right: 25px;
    bottom: 0;
    left: 0;

    padding: 20px 20px 20px 15px;

    background-color: #fff;
}

table.compare .product_line .price {
    min-height: 1.5em;
}

.ui-dialog button + button {
    float: right;

    min-width: 100px;
    margin-left: 10px;
}

.lessons_list article p {
    overflow: hidden;

    max-height: 6em;
}

#self_delivery_points select {
    margin-bottom: 8px;
}

/* order*/

.contwrap .order_title {
    margin-bottom: 10px;
    padding-bottom: 10px;

    border-bottom: 1px solid #dfdfdf;
}

.contwrap .deliveries,
.contwrap .pay_systems {
    margin-top: 10px;
    padding-top: 30px;

    border-top: 1px solid #dfdfdf;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1425px) {
    body > .straighttothetop {
        bottom: 113px;
    }
}

@media only screen and (max-width: 1015px) {
    .product_list .item {
        margin-left: 11px;
    }

    .product_list {
        padding: 5px 0 10px 3px;
    }
}

@media only screen and (max-width: 1200px) {
    .prefooter .col {
        width: 25%;
    }

    .prefooter .col.ninja {
        display: none;
    }

    nav.main .ninja {
        display: inline-block;
    }

    nav.main .anti-ninja {
        display: none;
    }

    .product_list .item a.img {
        width: auto;
    }
}

@media only screen and (min-width: 1201px) {
    nav.main .ninja {
        display: none;
    }

    nav.main .anti-ninja {
        display: inline-block;
    }

    nav.main > ul > li.w1 {
        width: 12.5%;
    }

    nav.main > ul > li.w2 {
        position: relative;
        left: -5px;

        width: 7.2%;
    }

    nav.main > ul > li.w21 {
        width: 10.7%;
    }

    nav.main > ul > li.w3 {
        width: 6.5%;
    }

    nav.main > ul > li.w4 {
        width: 7.4%;
    }

    nav.main > ul > li.w5 {
        width: 8%;
    }

    nav.main > ul > li.w6 {
        width: 12.4%;
    }

    nav.main > ul > li.w7 {
        position: relative;
        left: -5px;

        width: 7.5%;
    }

    nav.main > ul > li.w8 {
        width: 8.6%;
    }

    nav.main > ul > li.w9 {
        width: 10%;
    }

    nav.main > ul > li.w10 {
        width: 10.3%;
    }

    nav.main > ul > li.w11 {
        width: 14.5%;
        max-width: 155px;
    }
}

@media only screen and (min-width: 1080px) {
    header.main .search input[type='text'] {
        width: calc(100% - 56px);
    }

    .prod_index ul li {
        margin-right: 16px;
    }
}

@media only screen and (min-width: 1170px) {
    header.main .search input[type='text'] {
        width: calc(100% - 56px);
    }

    .prod_index ul {
        left: 230px;
    }

    .prod_index .ninja {
        display: none;
    }

    .prod_index .anti-ninja {
        display: inline;
    }
}

@media only screen and (min-width: 1240px) {
    .prod_index ul li {
        margin-right: 18px;
    }
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/
    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }

    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   IE8
   ========================================================================== */

/* ==========================================================================
   IE7
   ========================================================================== */

.ie7 .clearfix {
    zoom: 1;
}

.ie7 .ir {
    text-indent: -9999px;
}

/* Improve appearance and consistency in all browsers. */
.ie7 button,
.ie7 input,
.ie7 select,
.ie7 textarea {
    vertical-align: middle;
}

/* Remove inner spacing in IE 7 without affecting normal text inputs. */
.ie7 button,
.ie7 html input[type='button'],
.ie7 input[type='reset'],
.ie7 input[type='submit'] {
    overflow: visible;
}

/* Remove excess padding in IE 7. */
.ie7 input[type='checkbox'],
.ie7 input[type='radio'] {
    width: 13px;
    height: 13px;
}

/* Correct alignment displayed oddly in IE 6/7. */
.ie7 legend {
    margin-left: -7px;
}

/* inline-block fix */
.ie7 audio,
.ie7 canvas,
.ie7 video,
.ie7 a.fancybox.image,
.ie7 header.main .row .writetous a i,
.ie7 header.main .row ul.upper_nav > li,
.ie7 header.main .subs ul.toplvl > li,
.ie7 nav.main > ul > li,
.ie7 .kodix a,
.ie7 footer.main .payway img,
.ie7 .lessons_list article,
.ie7 .arrow.gray,
.ie7 .w1 .submenu .col,
.ie7 .category_nav > li > a,
.ie7 .prod_index ul li,
.ie7 .breadcrumbs > i,
.ie7 .breadcrumbs a,
.ie7 .breadcrumbs span,
.ie7 .add_to_cart,
.ie7 .iosSlider_product .slider .slide img,
.ie7 .ios_product .wrap .slide img,
.ie7 .productSelectors .item img,
.ie7 .product_info .stock i,
.ie7 .submenu.items li a.img img,
.ie7 .product_list .item a.img img,
.ie7 .productSelectors .item,
.ie7 .product_list .item.short,
.ie7 .map_addresses a,
.ie7 .worker_info,
.ie7 .item_view,
.ie7 .sort_way.current,
.ie7 .avatar_big {
    display: inline;
    zoom: 1;
}

.ie7 nav.main > ul > li.anti-ninja {
    display: none;
}

.ie7 .lessons_list article {
    width: 29% !important;
}

.ie7 .w1 .submenu {
    width: 1178px;
}

.ie7 header.main .subs ul.toplvl > li.cart,
.ie7 header.main .subs ul.toplvl > li.list {
    margin-left: 0;
}

.ie7 header.main .subs ul.toplvl > li.heart {
    margin-left: 10px;
}

.ui-autocomplete {
    padding: 5px;
}

.ui-autocomplete a {
    font-size: 13px !important;
    line-height: 1.1 !important;

    display: block !important;

    margin: 0 !important;
    padding: 2px 6px !important;

    color: #222 !important;
}

.ui-autocomplete a:hover {
    color: #000 !important;
}

.showme2 {
    display: block !important;
}

/* ========================================================================== */

.hover_effect .submenu,
.hover_effect .subwrap {
    display: block;
    visibility: visible;
}

.hoverHold {
    -webkit-user-select: none;

    -webkit-touch-callout: none;
}

#order_form a[target='_blank']:after {
    margin: 0 3px 0 5px;

    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==');
}

.pay_systems {
    margin-bottom: 45px;
}

.spec_padding.checkout {
    padding-top: 20px !important;

    border-top: 1px solid #dfdfdf;
}

.opts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 18px;
}

.opts.opts--full {
    width: 100%;
    height: auto;
    min-width: 930px;
    max-width: 1170px;
    margin: 0 auto;
    border: none;
}

.opts.opts--full .opts-item {
    border-top: none;
    padding: 10px;
}

@media only screen and (max-width: 1030px) {
    .opts.opts--full .opts-item {
        padding: 10px 5px;
    }
}

.opts.opts--full .opts-item a {
    display: block;
}

.opts-item {
    padding: 0 10px 0 24px;

    border-top: 1px solid #f4f4f4;
    border-top: none;

    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.opts-icon {
    position: relative;

    float: left;

    width: 44px !important;
    height: 60px !important;
    margin: 0 10px 0 0 !important;

    background: none !important;
}

.opts-icon:before,
.opts-icon:after {
    position: absolute;
    top: 0;
    left: 0;

    width: 44px;
    height: 66px;

    content: '';
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;

    background-image: url('/local/templates/main/img/prod_icons/prod_icons_new.svg');
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.opts-item:nth-child(3) .opts-icon:after,
.opts-item:nth-child(3) .opts-icon:before {
    height: 80px;
}

.opts-item:nth-child(4) .opts-icon:after,
.opts-item:nth-child(4) .opts-icon:before {
    height: 50px;
}

.opts-content {
    overflow: hidden;
}

.opts-content:hover {
    text-decoration: none !important;
}

.opts-icon-delivery:before {
    left: -10px;

    background-position: -399px 50% !important;
}

.opts-icon-delivery:after {
    left: -10px;

    background-position: -457px 50% !important;
}

.opts-icon-avail:before {
    background-position: -100px 50% !important;
}

.opts-icon-avail:after {
    background-position: -150px 50% !important;
}

.opts-icon-quest:before {
    background-position: -300px 50% !important;
}

.opts-icon-quest:after {
    background-position: -350px 50% !important;
}

.opts-icon-mess:before {
    background-position: -200px 50% !important;
}

.opts-icon-mess:after {
    background-position: -250px 50% !important;
}

.opts-item:hover .opts-icon:before {
    opacity: 0;
}

.opts-icon:after {
    opacity: 0;
}

.opts-item:hover .opts-icon:after {
    opacity: 1;
}

.opts-title {
    font-size: 14px;
    font-weight: bold;

    color: #727272;
}

.opts-text {
    font-size: 12px;
    line-height: 16px;

    color: #656565;
}

.opts_header {
    font-size: 14px;
    font-weight: bold;

    padding: 5px;

    text-align: center;
    text-transform: uppercase;

    color: #4f4f4f;
    background: #ededed;
}

.submenu .submenu_section {
    margin: 0 23px;
}

.submenu ul.col:first-child .submenu_section {
    margin-top: 0;

    border-top: none;
}

.submenu ul.col:first-child .submenu_section .submenu_section_ttl {
    padding-top: 0;
}

.submenu_section .submenu_section_ttl {
    font-weight: bold;
    line-height: 24px;

    display: block;

    padding: 8px 0;

    vertical-align: middle;
}

.submenu_section_name {
    font-family: 'Prosto Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;

    display: inline-block;

    margin: 0 7px 0 0;

    vertical-align: middle;
    text-transform: uppercase;

    color: #212121;
}

.submenu_section i {
    display: inline-block;

    width: 24px;
    height: 20px;
    padding: 0;

    vertical-align: middle;

    background-image: url('/local/templates/main/img/submenu_icons_new.svg');
    background-repeat: no-repeat;
    background-position: 94% 2px;
}

.submenu_section.submenu_section_6 i {
    background-position: 0 -60px;
}

.submenu_section.submenu_section_7 i {
    background-position: 0 -29px;
}

.submenu_section.submenu_section_8 i {
    background-position: 0 4px;
}

.look_arrow {
    position: absolute;
    top: 25%;

    width: 22px;
    height: 41px;

    background-image: url('/local/templates/main/img/arrow.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.look_arrow_prev {
    left: 2%;

    background-position: 0 0;
}

.look_arrow_next {
    right: 2%;

    background-position: -49px 0;
}

.look_title {
    font-family: 'Prosto Sans', sans-serif;
    font-size: 15px;

    clear: both;

    margin: 30px 24px 10px 0;

    text-transform: uppercase;

    color: #4fade9;
}

.pv_img {
    text-align: center;
}

.pv_img img {
    height: 50px;

    border: 1px solid #f4f4f4;
}

.product_variations tr:hover td .pv_img img {
    border: 1px solid #fff;
}

.product_info .short_links a.btn.bg {
    min-width: 25px;
    margin-left: 5px;
    padding: 0;
}

.product_info .barcode {
    width: 28px;
    height: 24px;
    margin-top: 5px;

    background: url('../img/shtcode.svg') no-repeat;
}

.info_row.item_vars {
    padding-top: 0;

    border-top: 0;
}

.more_wrap {
    margin: 20px 0 0 0;

    text-align: center;
}

.more_link {
    display: inline-block;

    color: #424242;
}

.more_link_a,
a.more_link_a,
.less_link,
a.less_link {
    font-family: 'Prosto Sans', sans-serif;
    font-size: 15px;

    display: block;

    cursor: pointer;
    text-align: center;
    text-transform: uppercase;

    color: #212121;
}

.more_link_a:hover,
.less_link:hover,
.more_link:hover {
    text-decoration: none;

    color: #4fade9;
}

.more_link_a:before {
    position: relative;
    top: 1px;

    display: inline-block;

    width: 12px;
    height: 12px;
    margin-right: 8px;

    content: '';

    background: url('../img/new_sprite.svg') no-repeat;
    background-position: -60px -180px;
}

.more_link_a:hover:before {
    background-position: -90px -180px;
}

.more_link span {
    font-weight: normal;
}

.more_rotate {
    font-size: 12px;

    display: inline-block;

    width: 22px;
    height: 19px;

    vertical-align: middle;

    background: url(/local/templates/main/img/ref.png) no-repeat 0 0;
}

.more_rotate:hover {
    text-decoration: none;
}

.more_text {
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;

    display: inline-block;

    vertical-align: middle;
    text-decoration: none;

    color: #424242;
}

.small_red_center {
    font-size: 11px;

    text-align: center;
}

@-webkit-keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(.8, .8, 1);
        transform: scale3d(.8, .8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(.8, .8, 1);
        transform: scale3d(.8, .8, 1);
    }
    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes anim-moema-2 {
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);

        opacity: 0;
    }
}

@keyframes anim-moema-2 {
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);

        opacity: 0;
    }
}

.js-buy_cart.hover {
    -webkit-transition: background-color .1s .3s, color .1s .3s;
    transition: background-color .1s .3s, color .1s .3s;
    -webkit-animation: anim-moema-1 .3s forwards;
    animation: anim-moema-1 .3s forwards;
}

.js-buy_cart::before {
    position: absolute;
    z-index: -1;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;

    content: '';
    -webkit-transform: scale3d(.8, .5, 1);
    transform: scale3d(.8, .5, 1);

    opacity: .4;
    border-radius: 0;
    background: inherit;
}

.js-buy_cart.hover::before {
    -webkit-animation: anim-moema-2 .3s .3s forwards;
    animation: anim-moema-2 .3s .3s forwards;
}

.js-fav-body.hover {
    -webkit-transition: background-color .1s .3s, color .1s .3s;
    transition: background-color .1s .3s, color .1s .3s;
    -webkit-animation: anim-moema-1 .3s forwards;
    animation: anim-moema-1 .3s forwards;

    background-color: #ebebeb !important;
}

.js-fav-body::after {
    position: absolute;
    z-index: -1;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;

    content: '';
    -webkit-transform: scale3d(.8, .5, 1);
    transform: scale3d(.8, .5, 1);

    opacity: .4;
    border-radius: 0;
    background: inherit;
}

.js-fav-body.hover::after {
    -webkit-animation: anim-moema-2 .3s .3s forwards;
    animation: anim-moema-2 .3s .3s forwards;
}

.js-compare.hover {
    -webkit-transition: background-color .1s .3s, color .1s .3s;
    transition: background-color .1s .3s, color .1s .3s;
    -webkit-animation: anim-moema-1 .3s forwards;
    animation: anim-moema-1 .3s forwards;

    background-color: #ebebeb !important;
}

.js-compare::after {
    position: absolute;
    z-index: -1;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;

    content: '';
    -webkit-transform: scale3d(.8, .5, 1);
    transform: scale3d(.8, .5, 1);

    opacity: .4;
    border-radius: 0;
    background: inherit;
}

.js-compare.hover::after {
    -webkit-animation: anim-moema-2 .3s .3s forwards;
    animation: anim-moema-2 .3s .3s forwards;
}

.info-to-top-pagination {
    position: absolute;
}

.top_items_count {
    position: relative;
    top: 7px;

    overflow: hidden;
}

.top_items_count a {
    margin: 5px;
    padding: 5px;

    color: #000;
    background-color: #f6f6f7;
}

.top_items_count a.selected {
    font-weight: bold;
}

.top_items_count a:hover {
    text-decoration: none;

    color: #000;
}

.week-product {
    overflow: hidden;

    margin: 10px 0 0;
    padding: 15px 0 20px;

    border-bottom: 1px solid #dfdfdf;
}

.week-product .textp {
    font-size: 12px;

    float: left;

    width: 345px;
}

.week-product .textp h2 {
    font-size: 20px;
}

.week-product .textp p {
    margin: 0;

    color: #3c3c3c;
}

.week-product .counter {
    display: block;
    float: right;
}

.week-product .counterh {
    font-weight: bold;

    display: block;

    margin-bottom: 10px;
}

.week-product-next h2::before {
    display: block;
    float: right;

    padding: 0 20px 0 10px;

    content: 'СКОРО! СКОРО! СКОРО! СКОРО!';
    word-spacing: 20px;

    color: #fff;
    background: #90d1fb;
}

.week-product-next h2::after {
    display: block;
    float: right;

    width: 0;
    height: 0;

    content: ' ';

    border-width: 50px 49px 0 10px;
    border-style: solid;
    border-color: #fff #90d1fb #90d1fb #fff;
    background: #f0c none repeat scroll 0 0;
}

.week-product-next h2 {
    font-size: 18px;
    line-height: 50px;

    padding: 0;

    color: #656565;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;

    color: #ccc;
}

.flip-clock-wrapper a:hover {
    color: #fff;
}

.flip-clock-wrapper ul {
    list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    display: table;

    content: ' ';
}

.flip-clock-wrapper.clearfix:after {
    clear: both;
}

.flip-clock-wrapper.clearfix {
    *zoom: 1;
}

/* Main */
.flip-clock-wrapper {
    font: 11px;

    -webkit-user-select: none;
}

.flip-clock-meridium {
    font-size: 36px !important;

    background: none !important;
    box-shadow: 0 0 0 !important;
}

.flip-clock-meridium a {
    color: #313333;
}

.flip-clock-wrapper {
    position: relative;

    width: 100%;
    margin: 1em;

    text-align: center;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    display: table; /* 2 */

    content: ' '; /* 1 */
}

.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;

    position: relative;

    float: left;

    width: 30px;
    height: 36px;
    margin: 1px;

    border-radius: 2px;
    background: #000;
}

.flip-clock-wrapper ul li {
    line-height: 36px;

    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
    z-index: 2;
}

.flip-clock-wrapper ul li a {
    display: block;
    overflow: visible !important;

    height: 100%;
    margin: 0 !important;

    cursor: default !important;

    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
}

.flip-clock-wrapper ul li a div {
    font-size: 30px;

    position: absolute;
    z-index: 1;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 50%;

    outline: 1px solid transparent;
}

.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    z-index: 2;

    width: 100%;
    height: 100%;
}

.flip-clock-wrapper ul li a div.up {
    top: 0;

    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.flip-clock-wrapper ul li a div.up:after {
    position: absolute;
    z-index: 5;
    top: 44px;
    left: 0;

    width: 100%;
    height: 3px;

    content: '';

    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
}

.flip-clock-wrapper ul li a div.down {
    bottom: 0;

    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.flip-clock-wrapper ul li a div div.inn {
    font-size: 26px;

    position: absolute;
    z-index: 1;
    left: 0;

    width: 100%;
    height: 200%;

    text-align: center;

    color: #fff;
    border-radius: 2px;
    background-color: #90d1fb;
}

.flip-clock-wrapper ul li a div.up div.inn {
    top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0;
}

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
}

.flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .7);
}

.flip-clock-wrapper ul.play li.flip-clock-active {
    z-index: 5;

    -webkit-animation: asd .5s .5s linear both;
    -moz-animation: asd .5s .5s linear both;
    animation: asd .5s .5s linear both;
}

.flip-clock-divider {
    position: relative;

    display: inline-block;
    float: left;

    width: 20px;
    height: 45px;
}

.flip-clock-divider:first-child {
    width: 0;
}

.flip-clock-dot {
    position: absolute;
    left: 8px;

    display: block;

    width: 3px;
    height: 3px;

    border-radius: 50%;
    background: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: 3.5em;
    right: -43px;

    color: black;
    text-shadow: none;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -49px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -49px;
}

.flip-clock-dot.top {
    top: 25px;
}

.flip-clock-dot.bottom {
    bottom: 30px;
}

@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

@keyframes asd {
    0% {
        z-index: 2;
    }

    20% {
        z-index: 4;
    }

    100% {
        z-index: 4;
    }
}

.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;

    -webkit-animation: turn .5s .5s linear both;
    -moz-animation: turn .5s .5s linear both;
    animation: turn .5s .5s linear both;
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }

    100% {
        -webkit-transform: rotateX(0deg);
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }

    100% {
        -moz-transform: rotateX(0deg);
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }

    100% {
        -o-transform: rotateX(0deg);
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;

    -webkit-animation: turn2 .5s linear both;
    -moz-animation: turn2 .5s linear both;
    animation: turn2 .5s linear both;
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(-90deg);
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg);
    }

    100% {
        -moz-transform: rotateX(-90deg);
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg);
    }

    100% {
        -o-transform: rotateX(-90deg);
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(-90deg);
    }
}

.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    -webkit-animation: show .5s linear both;
    -moz-animation: show .5s linear both;
    animation: show .5s linear both;

    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, .1) 0, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, .1) 0, black 100%;
}

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    -webkit-animation: hide .5s .3s linear both;
    -moz-animation: hide .5s .3s linear both;
    animation: hide .5s .3s linear both;

    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, .1) 0, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, .1) 0, black 100%;
}

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    -webkit-animation: show .5s linear both;
    -moz-animation: show .5s linear both;
    animation: show .5s linear both;

    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, black 0, rgba(0, 0, 0, .1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, black 0, rgba(0, 0, 0, .1) 100%;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    -webkit-animation: hide .5s .3s linear both;
    -moz-animation: hide .5s .3s linear both;
    animation: hide .5s .2s linear both;

    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, black 0, rgba(0, 0, 0, .1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, black 0, rgba(0, 0, 0, .1) 100%;
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes hide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.crossed {
    font-size: 15px;
    font-weight: normal;
    color: #727272;
    text-decoration: line-through;

    position: relative;

    display: inline-block;
}

.new_price {
    margin-bottom: 10px;
}

.new_price small {
    font-size: 12px;
    font-weight: normal;

    display: block;
}

.product_list.rows .crossd .new_price {
    position: absolute;
    top: 135px;

    width: 100%;
    margin-bottom: 10px;
}

.product_list.rows .crossd .new_price small {
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
}

.product_list.rows .crossd .add_to_cart {
    display: none;
}

.info_row.service_row .crossed {
    font-size: 30px;
    margin-left: 10px;
    color: #7e7e7e;
}

.info_row.service_row .crossed:before {
    border-bottom: 3px solid #fd4d5e;
}

.emailform {
    display: block;

    width: 455px;
    margin: 40px auto;
}

.emailform input {
    height: 24px;
}

.emailform input.not_ok {
    border-color: #ee6a6a;
    background-color: #fff3f3;
}

.search_categories a {
    color: #212121;
    font-size: 14px;
}

.search_categories a:hover {
    text-decoration: none;

    color: #4fade9;
}

.search_categories .index_list {
    display: flex;
    flex-wrap: wrap;
}

.search_categories .index_list li {
    width: 30%;
}

input[type=text][disabled] {
    background: #ebebeb;
}

.prefooter ul.mobile {
    display: none;

    margin: 0;
    padding: 5px 0 0 0;
}

.prefooter ul.mobile li a {
    color: #4fade9;
}

.bx-touch .prefooter ul.mobile {
    display: block;
}

.product_list .slick-recently-seen .item {
    height: 240px;
}

/** PAGINATION **/

.catalog_pagination_total {
    font-size: 12px;

    position: absolute;
    left: 50%;
    top: 40px;

    -webkit-transform: translate(0, -33px);
    -moz-transform: translate(0, -33px);
    -o-transform: translate(0, -33px);
    transform: translate(0, -33px);

    color: #212121;
}

@media only screen and (max-width: 1200px) {
    .catalog_pagination_total {
        display: none;
    }
}

.store_block_filter {
    display: inline-block;

    margin-right: 10px;
}

.mobile_menu_wrapper {
    display: none;
}

/* NEW SIDE MENU ON MAIN PAGE START */

.side-nav__wrapper {
    position: relative;
    z-index: 1000;

    margin-bottom: 20px;
}

.side-nav {
    font-size: 14px;

    width: 100%;

    border-bottom-left-radius: 4px;
    background-color: #fff;
}

.contwrap .menu_left h3.side-nav__btn {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.side-nav__item {
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;

    border-bottom: 1px solid #e8e8e8;
}

.side-nav__item:last-child {
    border-bottom-left-radius: 4px;
}

.side-nav__item:hover {
    background-color: #ededed;
}

.side-nav__item:hover::after {
    background-position: -30px -360px;
}

.side-nav__item-link {
    position: relative;

    display: block;

    padding: 10px 15px 10px 18px;

    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;

    color: #212121;
}

.side-nav__item-link::after {
    position: absolute;
    top: 14px;
    right: 14px;

    display: inline-block;

    width: 7px;
    height: 12px;

    content: '';

    background: url(../img/new_sprite.svg) no-repeat;
    background-position: 0 -360px;
}

.side-nav__item:hover .side-nav__subnav {
    display: block;
}

.side-nav__item:hover .side-nav__item-link {
    text-decoration: none;

    color: #4fade9;
}

.side-nav__subnav {
    position: absolute;
    top: 0;
    left: 253px;

    display: none;

    box-sizing: border-box;
    width: 640px;
    height: 480px;
    max-height: calc(85vh - 75px);
    padding: 3px 10px 50px 7px;

    border-radius: 4px;
    border-top-left-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.side-nav__subnav-left,
.side-nav__subnav-right {
    float: left;

    box-sizing: border-box;
    width: 50%;
}

.side-nav__subnav-left {
    padding-right: 40px;
}

.side-nav__subnav-right {
    max-height: 220px;
}

.menu_left h3.side-nav__subnav-heading {
    font-size: 18px;

    padding-bottom: 0;
    padding-left: 18px;

    color: #4fade9;
    background-color: transparent;
}

.side-nav__subnav-link {
    position: relative;
    z-index: 1;

    display: inline-block;

    width: 170px;
    margin-right: 10px;
    padding: 8px 30px 0 18px;

    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    vertical-align: top;

    color: #212121;
}

.side-nav__subnav-link:hover {
    text-decoration: none;

    color: #4fade9;
}

.side-nav__subnav-descr {
    font-size: 11px;
    line-height: 12px;

    margin-bottom: 6px;
    padding-left: 18px;

    color: #656565;
}

.side-nav__subnav-bgimage {
    position: absolute;
    top: 0;
    left: 0;
}

.side-nav__screen-overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    width: 100vw;
    height: 100vh;

    background: rgba(0, 0, 0, .4);
}

.side-nav__wrapper:hover ~ .side-nav__screen-overlay {
    display: block;
}

.clearfix:before,
.clearfix:after {
    display: table;
    clear: both;

    content: '';
}

/* NEW SIDE MENU ON MAIN PAGE END */

.iosSlider_main {
    padding-top: 10px;
}

.iosSlider_main .slideSelectors {
    top: 31px;
}

#at-expanded-menu-host .at-expanded-menu-service-list button {
    height: inherit;
}

#at-expanded-menu-host .at-expanded-menu-load {
    height: inherit;
}

/* loyalty program */

.club-card {
    margin-bottom: 60px;
}

.club-card__left {
    float: left;

    width: 400px;
    padding-right: 30px;
}

.club-card__right {
    float: left;

    width: 440px;
}

.club-card__image {
    overflow: hidden;

    margin-bottom: 10px;

    border-radius: 10px;
}

.club-card__image-download {
    font-size: 14px;

    cursor: pointer;
}

.club-card__image-number {
    font-size: 14px;

    float: right;

    margin-top: 3px;
}

.club-card__points-val {
    font-size: 36px;
    font-weight: 700;

    margin: 5px 0 18px;
}

.club-card__points-text {
    margin-bottom: 16px;
}

.club-card__btns {
    margin-top: 40px;
}

.club-card__btns .btn {
    width: 250px;
    margin-bottom: 10px;
}

.club-card__barcode {
    position: absolute;
    bottom: 47px;
    left: 134px;

    width: 156px;
    height: 43px;
}

.club-card__barcode img {
    width: 100%;
    height: 100%;
}

/* Flip magic */
.flip-container {
    perspective: 1000;
}

.flip-container.flipped .flipper,
.flip-container.hover .flipper {
    transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
    width: 400px;
    height: 254px;
}

.flipper {
    position: relative;

    transition: .8s;

    transform-style: preserve-3d;
}

.front,
.back {
    position: absolute;
    top: 0;
    left: 0;

    overflow: hidden;

    border-radius: 10px;

    backface-visibility: hidden;
}

.front img,
.back img {
    width: 100%;
}

.front {
    z-index: 2;
}

.back {
    transform: rotateY(180deg);
}

.flip-switch {
    position: absolute;
    right: 20px;
    bottom: 20px;

    cursor: pointer;
}

.flip-switch:hover img {
    transform: scale(1.05);
}

/*.bx-firefox .flipped .back,
.bx-ie .flipped .back{
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    z-index:3;
}*/
.flipped-back {
    z-index: 3;

    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

/* /Flip magic */

.club-history {
    margin-bottom: 50px;
}

.club-history__heading {
    position: relative;

    margin-bottom: 30px;
}

.club-history__heading h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.1;

    margin: 0;
}

.club-history__table {
    margin-bottom: 26px;

    border: 1px solid #eeeeee;
    border-bottom: none;
}

.club-history__table-row {
    position: relative;

    padding: 0 15px;
    border-bottom: 1px solid #eeeeee;
}

.club-history__table-row-heading {
    font-weight: bold;
    background-color: #f6f6f6;
}

.club-history__table-row-text {
    padding: 10px 0;
}

.club-history__table-date {
    display: inline-block;

    width: 20%;
    margin-right: -4px;
}

.club-history__table-action {
    display: inline-block;

    width: 20%;
    margin-right: -4px;
}

.club-history__table-money {
    display: inline-block;

    width: 20%;
    margin-right: -4px;
}

.club-history__table-total {
    display: inline-block;

    width: 20%;
    margin-right: -4px;
}

.club-history__table-descr {
    display: inline-block;

    width: 20%;
}

.club-history__table-secondary {
    display: block;
    margin: 0;

    font-size: smaller;
    color: gray;
}

.club-history__table-positive {
    color: green;
    font-size: 1em;
}

.club-history__table-negative {
    color: red;
    font-size: 1em;
}

.club-history__actions {
    position: relative;
}

.club-history__actions-btn {
    font-size: 12px;
    line-height: 37px;

    display: inline-block;

    height: 35px;
    padding: 0 25px;

    -webkit-transition: all .23s ease;
    transition: all .23s ease;
    text-decoration: none !important;

    color: #556671 !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #8fd1fb;

    cursor: pointer;
}

.club-history__actions-btn:hover {
    background: #7ac4f2;
}

.club-history__actions-link {
    font-size: 14px;

    position: absolute;
    top: 50%;
    right: 0;

    max-width: calc(100% - 160px);

    transform: translateY(-50%);
}

/* /loyalty program */

/* popups: DEFAULT STYLES */
body.overflow {
    overflow: hidden;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;

    overflow: hidden;

    margin: auto;
    margin-right: -50%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    border-radius: 3px;
    background: #fff;
}

.popup__wrapper {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: auto;

    background: rgba(0, 0, 0, .4);
}

.popup__close {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;

    width: 50px;
    height: 50px;

    cursor: pointer;
    cursor: pointer;
}

.popup__close::before,
.popup__close::after {
    position: absolute;
    top: 25px;
    right: 20px;

    display: block;

    width: 15px;
    height: 1px;

    content: '';
    -webkit-transition: all .23s ease;
    transition: all .23s ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);

    background-color: #777;
}

.popup__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup__close:hover::before,
.popup__close:hover::after {
    background-color: #000;
}

.popup__inner {
    box-sizing: border-box;
    width: 445px;
    min-width: 350px;
    padding: 50px;

    text-align: center;
}

.popup__icon-wrapp {
    position: relative;

    width: 130px;
    height: 130px;
    margin: 0 auto 25px;

    border-radius: 50%;
    background-color: #8fd1fb;
}

.popup__icon {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}

.popup__image {
    width: 100%;
    margin-bottom: 15px;
}

.popup__heading {
    font-size: 14px;

    margin-bottom: 20px;
}

.popup__inner .btn {
    width: 250px;
    margin: 0 auto 10px;
}

.popup__inner .btn.inline {
    display: inline-block;

    width: auto;
    margin: 0 5px;
    padding: 0 20px;
}

.popup__inner .popup__input {
    box-sizing: border-box;
    width: 250px;
    height: 30px;
    margin: 0 auto 10px;
    padding: 0 15px;

    border: 1px solid #c7c7c7;
    border-radius: 3px;
    outline: none;
}

.popup__inner .popup__input.disabled {
    background-color: #ebebeb;
}

.popup__inner .popup__input--full-width {
    width: 100%;
    margin-bottom: 5px;
}

.popup__text {
    font-size: 13px;

    margin-bottom: 20px;

    color: #727272;
}

.popup__text--grey .text-bold {
    font-weight: bold;

    color: #000;
}

.popup__link {
    display: block;
}

.popup__inst-not {
    display: block;

    margin-bottom: 25px;
}

.popup__select {
    width: 100%;
    margin: 0 auto 5px;
    padding: 8px 15px;

    border: 1px solid #c7c7c7;
    border-radius: 3px;
    outline: none;
    background: #fff url(../img/select_down.png) right 10px center no-repeat;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.popup__col-wrapp {
    margin: 17px 0;
}

.popup__col-wrapp:last-of-type {
    margin-bottom: 23px;
}

.popup__col-left {
    font-weight: bold;

    float: left;

    width: 33%;

    text-align: left;

    color: #000;
}

.popup__col-right {
    float: left;

    width: 67%;

    text-align: left;
    white-space: nowrap;
}

.popup__label {
    margin-right: 15px;
}

.popup__col-right .popup__select {
    display: inline-block;

    width: auto;
    min-width: 30px;
    max-width: 97px;
    margin-bottom: 0;
    padding: 8px 22px 8px 10px;

    background-position: right 5px center;
}

.popup__birth-text {
    position: relative;
    top: 6px;
}

.popup__bordered-block {
    font-size: 12px;

    margin-bottom: 20px;
    padding: 10px;

    text-align: left;

    color: #727272;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
}

.popup__checks-block {
    margin-bottom: 20px;

    text-align: left;
}

.popup__checks-block label {
    font-size: 12px;
    line-height: 16px;

    display: block;
    overflow: hidden;

    margin-bottom: 10px;

    color: #727272;
}

.popup__checks-block input[type='checkbox'] {
    position: relative;
    top: -12px;

    float: left;

    height: 40px;
    margin-right: 10px;
}

/*** popups: MOBILE QUERIES ***/
@media (max-width: 767px) {
    .popup {
        top: 0;
        right: 0;
        bottom: 0;
        /* justify-content: center;
        align-items: center; */
        left: 0;

        display: block;
        overflow-x: hidden;
        overflow-y: auto;

        margin-right: 0;

        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .popup__wrapper {
        z-index: 99;

        background: #fff;
    }

    .popup__inner {
        position: relative;

        margin-left: -15px;
        padding: 35px;
    }

    .popup__inner--shops-map {
        padding: 0;
    }
}

.popup__inner button.disabled {
    background-color: rgba(87, 87, 122, .44);
}

.popup__inner button.disabled:hover {
    background-color: rgba(87, 87, 122, .44);
}

.input_wrapper {
    position: relative;
}

.input_wrapper.ok:after,
.input_wrapper.not_ok:after {
    position: absolute;
    top: 6px;
    right: -25px;
    right: 5px !important;

    display: block;

    width: 17px;
    height: 17px;

    content: '';

    background: url(../img/oknotok.png) -1px -40px no-repeat;
}

.input_wrapper.tiny.ok:after,
.input_wrapper.tiny.not_ok:after {
    top: 3px;
}

.input_wrapper.not_ok > .popup__col-wrapp {
    border: solid 1px #ee6a6a;
    background-color: #fff3f3;
}

.input_wrapper.not_ok:after {
    top: 7px;
    right: 5px !important;

    margin: auto;

    background-position: -2px -60px;
}

/* loyalty page */
.tab-wrapper.tab-wrapper--loyalty {
    margin-bottom: 115px;
}

.tab-wrapper.tab-wrapper--loyalty .tab-inside {
    visibility: hidden;

    opacity: 0;
}

.tab-wrapper.tab-wrapper--loyalty .current .tab-inside {
    visibility: visible;

    opacity: 1;
}

.tab_content--loyalty .tab-inside {
    padding-top: 50px;
    padding-bottom: 68px;
}

.tab-wrapper--loyalty .tab-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-top: 7px;
}

.tab-wrapper--loyalty a.tab-panel__tab {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    font-weight: bold;

    display: block;

    margin-right: 5px;
    padding: 7px 32px;

    -webkit-transition: border-color .45s,
    background .45s,
    box-shadow .45s,
    color .35s;
    transition: border-color .45s,
    background .45s,
    box-shadow .45s,
    color .35s;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    color: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    outline: none;
    background: none;
}

.tab-wrapper--loyalty a.tab-panel__tab.current {
    position: relative;

    background: #e6e6e6;
}

.tab_content--loyalty.tab_content {
    position: relative;

    background: url('/HTML/menu/grey-bg-dot.png') center top 92px repeat-x, #e6e6e6 url(/HTML/menu/tab-bg-2.png) top -130px left -300px;
    background: url(/HTML/menu/grey-bg-dot.png) center top 92px repeat-x, #e6e6e6 url(/HTML/menu/tab-bg-2.png) top 0 left 0;
}

.loyalty__banner {
    height: 406px;
    margin-bottom: 35px;
    padding-top: 10px;

    background: url('../img/club_cart/pl-banner.png') center center no-repeat;
    background-size: cover;
}

.loyalty__banner img {
    width: 100%;
    height: auto;
}

.loyalty__main-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 50px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

a.loyalty__btn {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 54px;

    display: inline-block;

    height: 52px;
    padding: 0 30px;

    -webkit-transition: all .23s ease-in-out;
    transition: all .23s ease-in-out;
    text-align: center;
    text-transform: uppercase;

    color: #111;
    border-radius: 10px;
    background-color: #cdcdcd;
    box-shadow: 1px 2px 10px #8f8f8f;
}

.loyalty__btn:hover {
    text-decoration: none;

    box-shadow: 0 0 16px 5px #a6f6e0;
}

.loyalty__big-btns {
    margin-bottom: 90px;

    text-align: center;
}

a.loyalty__btn--big {
    font-size: 25px;
    line-height: 70px;

    width: 364px;
    height: 68px;
    margin: 0 16px;

    background-color: #b0afaf;
    box-shadow: 3px 5px 16px #8f8f8f;
}

.loyalty__btn--big:hover {
    box-shadow: 0 0 16px 5px #a6f6e0;
}

a.loyalty__btn--black {
    color: #fff;
    background-color: #394146;
}

.loyalty__features {
    margin-bottom: 90px;
}

.loyalty__features-text {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 35px;

    margin-bottom: 45px;

    text-align: center;
}

.loyalty__features-item {
    float: left;

    width: 25%;

    text-align: center;
}

.loyalty__features-item:nth-child(2) .loyalty__features-image img {
    position: relative;
    left: -9px;
}

.loyalty__features-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 100px;
    margin-bottom: 10px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.loyalty__features-image img {
    width: 85px;
    max-width: 100%;
    max-height: 85px;
    margin: 0 auto;
}

.loyalty__features-item-text {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.loyalty__heading {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 45px;
    font-weight: bold;

    margin-bottom: 28px;

    text-transform: uppercase;
}

.loyalty__heading--center {
    text-align: center;
}

.how-get {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;

    position: relative;

    margin-top: 42px;
    margin-left: 35px;
}

.how-get--white {
    margin-left: 15px;
}

.how-get__item {
    position: relative;

    display: inline-block;

    box-sizing: border-box;
    width: 229px;
    padding-right: 20px;

    vertical-align: top;
}

.how-get__item:nth-child(3) {
    position: relative;
}

.how-get--white .how-get__icon {
    background: transparent;
}

.how-get__step {
    font-size: 29px;

    position: absolute;
    top: -33px;
    left: -45px;

    text-transform: uppercase;
}

.how-get__icon {
    font-size: 38px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 155px;
    height: 155px;
    margin-bottom: 15px;

    transition: all .23s ease-in-out;

    border-radius: 50%;
    background-color: #fff;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.how-get__icon--green:hover {
    background-color: #65ffc0;
}

.how-get__icon--blue:hover {
    background-color: #6ae6fc;
}

.how-get__icon--yellow:hover {
    background-color: #fff82f;
}

.how-get__icon--pink:hover {
    background-color: #fd93c7;
}

.how-get__icon--red:hover {
    background-color: #fb8389;
}

.how-get__icon--with-plus::after {
    font-family: Arial, Helvetica, sans-serif;

    position: absolute;
    top: 48px;
    right: -3px;

    content: '+';

    color: #27e9b9;
}

.how-get--white .how-get__icon {
    margin: 0 auto 15px;
}

.how-get__icon img {
    width: 75px;
    max-height: 75px;
}

.how-get__text {
    font-size: 18px;
    line-height: 24px;

    white-space: nowrap;
}

.how-get--white .how-get__text {
    text-align: center;
    white-space: normal;
}

a.how-get__link {
    font-size: 20px;
    line-height: 26px;

    text-decoration: underline;

    color: #000;
}

a.how-get__link:hover {
    text-decoration: none;

    color: #000;
}

.how-get__more {
    position: absolute;
    right: 20px;
    bottom: -30px;
}

.how-get__btn {
    position: absolute;
    top: -117px;
    right: 0;
}

.loyalty__section {
    margin-bottom: 135px;

    background: #fff url('/HTML/menu/white-bg-dot.png') center top 106px repeat-x;
}

.loyalty__faq {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;

    margin-bottom: 100px;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

.loyalty__faq-black {
    color: #212121;
}

.loyalty__faq-item {
    margin-bottom: 10px;
    padding-bottom: 14px;

    border-bottom: 1px solid #e5e5e5;
}

.loyalty__faq-question {
    display: inline-block;

    cursor: pointer;

    border-bottom: 1px dashed #959595;
}

.loyalty__faq-answer {
    display: none;

    padding: 5px 0;

    color: #717171;
}

.loyalty__faq-answer ul {
    margin-bottom: 25px;
    padding-left: 40px;
}

.loyalty__faq-answer li {
    margin-bottom: 10px;
}

@media (max-width: 1440px) {
    .loyalty__banner {
        height: 343px;
    }
}

@media (max-width: 1220px) {
    a.loyalty__btn {
        padding: 0 10px;
    }

    .tab_content--loyalty.tab_content {
        background: #e6e6e6 url('grey-bg-dot.png') left 22px top 112px repeat-x;
    }

    .loyalty__section {
        margin-bottom: 135px;

        background: #fff url('white-bg-dot.png') left 22px top 118px repeat-x;
    }
}

a.popup__link {
    cursor: pointer;
}

[data-popup-id='sixth'] .popup__bordered-block {
    overflow-x: hidden;
    overflow-y: scroll;

    max-height: 130px;
}

[data-popup-id='sixth'] .popup__inner {
    padding: 30px 50px 10px 50px;
}

.requirements {
    font-size: 13px;

    color: #f00;
}

select::-ms-expand {
    display: none;
}

/* /loyalty page */

.prefooter {
    background-color: #404040;
}

/*NEW MENU*/
@media (max-width: 767px) {
    .wrapper_submenu {
        display: none
    }
}

@media (min-width: 767px) {
    .wrapper_submenu {
        position: absolute;
        width: 640px;
        height: 480px;
        top: 0;
        left: 253px;
        z-index: 100;
        background-color: #fff;
        visibility: hidden;
    }

    .wrapper_submenu img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .wrapper_submenu .submenu_main {
        width: 100%;
        height: 100%;
    }

    .menu-cat {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        height: 80%;
        display: flex !important;
        flex-flow: column wrap;
        padding-top: 2px !important;
    }

    .wrapper_submenu .menu-cat .element {
        display: block;
        position: relative;
        width: 50%;
        margin-bottom: 5px; /*2px;*/
        background: none !important;
        border: none !important;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid; /* Makes effect only in Firefox */
        break-inside: avoid; /* IE10+, Opera 11.1—12.1 */
    }

    .wrapper_submenu .menu-cat .element a {
        font-size: 14px !important;
        padding: 10px 30px 0px 18px;
        /*text-shadow: 0.5px 0 0 black;*/
    }

    .wrapper_submenu .menu-cat .element p {
        padding: /*6px*/ 0 0 0 18px;
        margin: 0;
        font-size: 12px;
        line-height: 18px;
        color: #727272;
        cursor: default;
    }

    .wrapper_submenu .header_menu {
        position: relative;
        margin-bottom: 3px;
        padding: 10px 0px 0px 18px;
        font-size: 17.2px;
    }

    .wrapper_submenu .header_menu a {
        font-family: 'Arial';
        font-weight: bold;
        position: relative;
        color: #4fade9;
        margin-bottom: 0;
        padding: 0;
        font-size: 17.2px;
        text-transform: uppercase;
        line-height: 1.5;
    }

    #shadow {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 50;
        display: none;
    }
}

#mobile {
    display: none
}

.art_random_block {
    background-image: url('/local/templates/main/img/art_fon_desctop.jpg');
    height: 119px;
    position: relative;
    background-position-x: right;
}

.art_random_block a {
    display: block;
    height: 119px;
    cursor: pointer;
}

.art_random_block .art_element {
    position: absolute;
    top: 15px;
    right: 0;
    width: 270px;
}

.art_random_block p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.art_random_block .main_letter {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.product_list_new--with_item {
    min-height: 440px;
}

.product_list_new .item,
.product_list_new .slick-recently-seen .item {
    height: 305px;
}

.product_list_new .add_to_cart,
.product_list_new .btn.store_only,
.product_list_new .btn.view_all {
    float: none;
    display: inline-block;
    margin: 0 auto;
}

.add_to_cart.hide {
    display: none !important;
}

.btn.in-basket {
    display: none;
    line-height: 34px;
    height: 34px;
    background-color: #5bc26c;
    color: #fff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.product_list .btn.in-basket {
    z-index: 5;
    float: right;
    width: 85px;
    margin-right: 4px;
}

.product_list_new .btn.in-basket {
    width: 110px;
    padding: 0 9px;
}

.product_list .btn.in-basket.show {
    display: block;
}

.product_list_new .btn.in-basket.show {
    display: inline-block;
    float: none;
    margin: 0 auto;
}

.btn.in-basket .in-basket-hover {
    display: none;
}

.btn.in-basket:hover .in-basket-hover {
    display: inline;
}

.btn.in-basket:hover .in-basket-default {
    display: none;
}

.btn.huge.in-basket {
    font-size: 12px;
    line-height: 40px;
    position: relative;
    height: 40px;
    margin: 0 0 13px 0;
    padding: 0 15px;
    background-color: #5bc26c;
    color: #fff;
    text-align: center;
    width: 140px;
}

.btn.huge.in-basket.show,
.product_variations .btn.in-basket.show {
    display: inline-block;
}

.product_variations .btn.in-basket {
    height: 23px;
    padding: 12px 12px 5px 11px;
    float: right;
    border-radius: 2px;
    margin-right: 4px;
}

.product_variations .btn.in-basket span {
    display: block;
    width: 17px;
    height: 100%;
    background-image: url(/local/templates/main/img/new_sprite.svg);
    background-repeat: no-repeat;
    background-position: -30px -150px;
}

.product_list .price.with-discount {
    padding-top: 0;
}

.product_list .is-fam-row div {
    display: inline;
}

.attention {
    background: #f4f4f4 url(/local/templates/main/img/prod_icons/atention.png) no-repeat 25px 18px;
    padding: 15px 30px 15px 95px;
}

.pay_systems_list {
    padding: 0;
}

.pay_systems_list li {
    display: inline-block;
    width: 43%;
    padding: 10px 0;
    height: 40px;
}

.pay_systems_list li span {
    display: inline-block;
    padding: 2px 10px 3px 50px;
    background: url(/local/templates/main/img/pay/pay_systems.jpg) no-repeat;
}

.pay_systems_list li .yandex-money {
    background-position-y: -157px;
    padding: 10px 10px 10px 50px;
}

.pay_systems_list li .qiwi {
    background-position-y: -24px;
    padding: 5px 10px 5px 50px;
}

.pay_systems_list li .webmoney {
    background-position-y: -196px;
    padding: 5px 10px 8px 50px;
}

.pay_systems_list li .cash {
    background-position-y: -54px;
    padding: 3px 10px 2px 50px;
}

.pay_systems_list li .alfa {
    background-position-y: -228px;
    padding: 5px 10px 14px 50px;
}

.pay_systems_list li .promsvyaz {
    background-position-y: -78px;
    padding: 5px 10px 6px 50px;
}

.pay_systems_list li .sberbank {
    background-position-y: -266px;
    padding: 5px 10px 5px 50px;
}

.pay_systems_list li .masterpass {
    background-position-y: -108px;
    padding: 2px 10px 0 50px;
}

.pay_systems_list li .phonemoney {
    background-position-y: -295px;
    padding: 5px 10px 3px 50px;
}

.pay_systems_list li .kupivcredit {
    background-position-y: -129px;
    padding: 5px 10px 4px 50px;
}

.pay_systems_list li .po-chastyam {
    display: inline-block;
    padding: 2px 10px 6px 50px;
    background: url('/local/templates/main/img/pay/logo_zaplatit-po-chastyam.png') no-repeat;
}

.pay_systems_list li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: relative;
    top: 10px;
    margin: 0 5px;
}

.pay_systems_list li .video-button {
    background: url(/local/templates/main/img/pay/video_button.jpg) no-repeat;
}

.pay_systems_list li .pdf-button {
    background: url(/local/templates/main/img/pay/pdf_button.jpg) no-repeat;
}

.payment-instructions-header {
    margin-top: 30px
}

.js_show_after_init_slider {
    height: 0;
    padding: 0;
    overflow: hidden;
}

.btn.fs13 {
    font-size: 13px;
}

/* New bonuscard page */

.program-header {
    display: flex;
    justify-content: flex-end;
    position: relative;
    height: 205px;
    padding-top: 150px;
    padding-bottom: 40px;
    z-index: 1;
}

.program-header__image {
    position: absolute;
    top: 64px;
    left: -105px;
}

.program-header__block {
    background: #F4F4F4;
    width: 60%;
    display: flex;
}

.program-header__block-title {
    font-family: 'HelveticaNeueCyr';
    font-weight: 200;
    font-size: 56px;
    text-transform: uppercase;
    line-height: 55px;
    text-align: right;
    align-self: center;
    padding: 0 50px;
    letter-spacing: 0.05em;
}

.program-header__label {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-self: center;
    padding: 0 20px;
}

.program-header__label-text {
    font-family: 'HelveticaNeueCyr';
    font-weight: normal;
    font-size: 15px;
}

.program-header__label-text--highlighted {
    font-weight: 200;
    font-size: 56px;
    color: #8FD1FB;
    line-height: 55px;
}

.program-discount {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}

.program-discount__item {
    width: 33%;
    position: relative;
}

.program-discount__item-image {
    width: 100%;
    height: auto;
    position: relative;
}

.program-discount__item-image img {
    max-width: 100%;
}

.program-discount__item-image:before {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .5;
}

.program-discount__item-title {
    position: absolute;
    top: 40px;
    left: 40px;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.program-discount__item-title--highlighted {
    font-weight: 500;
}

.program-card {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.program-card__col {
    width: 48%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.program-card__col--getcard {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
}

.program-card__col-name {
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    font-weight: 600;
    font-size: 56px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 56px;
}

.program-card__col-name--highlighted {
    font-weight: 200;
    color: #8FD1FB;
}

.program-card__col-descr {
    font-family: 'HelveticaNeueCyr';
    font-weight: normal;
    font-size: 15px;
}

.program-card__col-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.program-card__col-descr p {
    margin: 0;
}

.program-card__col-label {
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    font-size: 18px;
    color: #8FD1FB;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    width: 50%;
    margin: 30px 0;
}

.program-nav {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}

.program-nav__item {
    width: 32.5%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 80px 0;
    text-align: center;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.program-nav__item:hover,
.program-nav__item:active,
.program-nav__item:visited,
.program-nav__item:focus {
    text-decoration: none;
    color: #000;
}

.program-info {
    /* background: url(/profitably/club_card_new/info-bg.png) no-repeat right 0 #F4F4F4; */
    background-color: #F4F4F4;
    height: 260px;
    display: flex;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.program-info__img {
    position: absolute;
    right: 0;
    max-width: 70%;
    overflow: hidden;
}

.program-info__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 45px;
}

.program-info__answer {
    font-family: 'HelveticaNeueCyr';
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    z-index: 1;
}

.program-info__question {
    margin: 0;
    font-family: 'HelveticaNeueCyr';
    font-weight: 600;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    z-index: 1;
}

.program-info__answer,
.program-info__question {
    width: 45%;
}

.program-bonuses {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 30px;
}

.program-bonuses__col {
    width: 45%;
}

.program-bonuses__col:first-child {
    padding-left: 45px;
}

.program-info__answer--resetwidth,
.program-info__question--resetwidth {
    width: 100%;
}

.program-info__question--margin {
    margin-bottom: 40px;
}

.program-text--colored {
    color: #8FD1FB;
}

.program-text--bold {
    font-weight: 500;
}

.program-text--thin {
    font-weight: 200;
}

.program-bonuses__discount {
    display: flex;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: 10px 0;
}

.program-bonuses__discount-col {
    text-align: center;
    font-family: 'HelveticaNeueCyr';
}

.program-bonuses__discount-col:first-child {
    width: 75%;
    text-transform: uppercase;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.program-bonuses__discount-col:last-child {
    width: 25%;
}

.program-bonuses__discount-sum,
.program-bonuses__discount-percent {
    font-size: 32px;
    line-height: 32px;
}

.program-bonuses__discount-sum {
    font-weight: 300;
    padding: 0 10px;
}

.program-bonuses__discount-from,
.program-bonuses__discount-rub {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.15em;
}

.program-bonuses__spending {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 30px 45px;
}

.program-activity {
    padding-top: 60px;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

.program-activity__image {
    opacity: .75;
}

.program-activity__image img {
    max-width: 100%;
}

.program-activity__frame {
    position: absolute;
    max-width: 1170px;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    left: 130px;
    top: 390px;
    padding: 20px 40px;
    box-sizing: border-box;
}

.program-activity__list {
    font-family: 'HelveticaNeueCyr';
    font-weight: normal;
    font-size: 15px;
    max-width: 400px;
}

.program-activity__item {
    margin: 10px 0;
}

.program-activity__social {
    position: absolute;
    font-family: 'HelveticaNeueCyr';
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    max-width: 600px;
    top: 155px;
    left: 690px;
}

/* New basket page */

.basket-notice {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}

.basket-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    font-family: 'Lato';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}

.basket-col--main {
    width: 68%;
}

.basket-col--secondary {
    width: 29.5%;
}

.basket-empty {
    margin-bottom: 70px;
}

.order {
    background: #fff;
    border: 1px solid #e9f6fe;
    border-radius: 5px;
    margin-bottom: 30px;
}

.order__header {
    background: #e9f6fe;
    padding: 16px;
}

.order__header-title {
    font-weight: bold;
    color: #000;
    font-size: 18px;
    margin-right: 10px;
}

.order__address,
.order__station {
    color: #696969;
    margin-top: 4px;
}

/* Цветные кружки-обозначения веток метро */

.branch-color {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.branch-color--blue {
    background: #0252a2;
}

.branch-color--brown {
    background: #745c2f;
}

.branch-color--red {
    background: #ef1e25;
}

.branch-color--violet {
    background: #b61d8e;
}

.branch-color--green {
    background: #2dab72;
}


.products-sum {
    background: #4fade9;
    color: #fff;
    border-radius: 12px;
    padding: 3px 10px 0px 10px;
}

.order__header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.order__content {
    padding: 0 16px;
}

.order__product {
    border-bottom: 1px solid #f4f4f4;
    padding: 16px 0;
}

.order__product_not-available {
    opacity: .5;
}

.order__product-gift {
    color: #ff0000;
    font-weight: bold;
    margin-bottom: 5px;
}

.order__product-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 16px;
}

.order__product-col:nth-child(2) {
    width: 100%;
    margin-left: 15px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order__product-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.order__product-img img {
    max-width: 100%;
}

.order__product-info {
    width: 35%;
}

a.order__product-title {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    color: #556671;
    line-height: 1.25;
    margin-bottom: 6px;
}

.order__product-price span {
    font-weight: bold;
    color: #000;
}

.order__product-price_old {
    text-decoration: line-through;
}

.order__product-sum {
    font-family: 'Prosto Sans';
    font-size: 16px;
    width: 15%;
}

a.order__product-purchase {
    color: #4fade9;
    border-bottom: 1px dashed #4fade9;
}

a.order__product-purchase--margin-right {
    margin-right: 4px;
}

a.order__product-purchase:hover {
    border: none;
    text-decoration: none;
}

a.order__showall {
    display: block;
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 16px 0;
    text-align: center;
    transition: .2s ease-out;
}

a.order__showall:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: url(/local/templates/main/css/../img/down_blue.png);
    margin-top: 8px;
    margin-left: 8px;
}

a.order__showall:hover {
    text-decoration: none;
    background: #f9f9f9;
    transition: .2s ease-out;
}

.order__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    padding: 24px 16px;
    border-top: 1px solid #f4f4f4;
}

.order__sum {
    font-size: 18px;
}

.order__sum span {
    font-family: 'Prosto Sans';
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.result-block {
    background: #e9f6fe;
    padding: 16px;
    border-radius: 5px;
    font-size: 16px;
}

.result-block__title {
    font-size: 24px;
    font-weight: bold;
}

.result-block__order {
    padding: 16px 0;
}

.result-block__order:not(:last-child) {
    border-bottom: 1px solid #8fd1fb;
}

.result-block__order-title {
    font-size: 20px;
    font-weight: bold;
}

.result-block__order-sum {
    font-weight: 600;
}

.result-block__order-status,
.result-block__order-address,
.result-block__order-station {
    color: #696969;
}

.result-block__total {
    position: relative;
}

.result-block__total:before {
    content: '';
    position: absolute;
    width: calc(100% + 32px);
    margin-left: -16px;
    height: 1px;
    background: #8fd1fb;
}

.result-block__total-sum {
    font-size: 18px;
    padding: 16px 0;
}

.result-block__total-sum span {
    font-family: 'Prosto Sans';
    font-weight: bold;
    text-transform: uppercase;
}

/* === Кнопки товара в корзине === */

a.order-btn {
    display: inline-block;
    font-family: 'Prosto Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 16px;
    color: #556671;
    background: #8fd1fb;
    border-radius: 3px;
    transition: .2s ease-out;
}

a.order-btn--block {
    display: block;
    text-align: center;
}

a.order-btn:hover {
    color: #556671;
    background: #7ac4f2;
    text-decoration: none;
    transition: .2s ease-out;
}

a.clear-cart-btn {
    display: block;
    font-family: 'Prosto Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 16px;
    margin-top: 10px;
    color: #556671;
    border: 1px solid #8fd1fb;
    border-radius: 3px;
    transition: .2s ease-out;
    text-align: center;
}

a.clear-cart-btn:hover {
    color: #556671;
    background: #7ac4f2;
    text-decoration: none;
    transition: .2s ease-out;
}

.product-btn-info {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #4fade9;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.product-btn-info:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.order-tooltip {
    position: absolute;
    max-width: 190px;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px rgba(200, 198, 198, 0.34);
    border-radius: 5px;
    font-family: "Lato";
    font-size: 14px;
    z-index: 9;
}

.order-tooltip:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
    left: -5px;
    box-shadow: -3px 3px 5px rgba(200, 198, 198, 0.34);
}

.product-btn-num {
    min-width: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: -20px;
}

.product-btn-num .ui-spinner {
    height: 35px;
    margin-right: 0;
}

.product-btn-num .ui-spinner input {
    padding: 9px 4px 8px;
}

.product-btn-num .ui-spinner .ui-spinner-button {
    padding-top: 32px;
}

.product-btn-num .ui-spinner .ui-spinner-button.ui-spinner-up {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.product-btn-num .ui-spinner .ui-spinner-button.ui-spinner-down {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.product-btn-num .ui-spinner .ui-spinner-button.ui-spinner-up:after,
.product-btn-num .ui-spinner .ui-spinner-button.ui-spinner-down:after {
    border: none;
    width: 6px;
    height: 6px;
    font-size: 15px;
    font-weight: bold;
}

.product-btn-num .ui-spinner .ui-spinner-button.ui-spinner-up:after {
    top: 6px;
    left: 9px;
    content: '+';
}

.product-btn-num .ui-spinner .ui-spinner-button.ui-spinner-down:after {
    left: 11px;
    top: 5px;
    content: '-';
}

.product-btn-delete {
    color: #556671;
    text-decoration: none;
    font: 14px/30px Arial, Helvetica, sans-serif;
    display: inline-block;
}

.product-btn-delete i {
    display: inline-block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    vertical-align: top;
    background: url(/local/templates/main/css/../img/new_sprite.svg) -21px -411px no-repeat;
    background-color: #f4f4f4;
    padding: 4px;
    border-radius: 50%;
}

.product-btn-delete:hover i {
    background-position: -22px -172px;
}

.product-btn-favorite {
    display: inline-block;
    position: relative;
    width: 34px;
    height: 25px;
}

.product-btn-favorite i {
    background: none !important;
}

.product-btn-favorite i:before,
.product-btn-favorite i:after {
    background-position: -33px -462px !important;
}

.product-btn-favorite i:before,
.product-btn-favorite i:after {
    position: absolute;
    display: inline-block;
    width: 34px;
    height: 25px;
    margin: auto;
    content: '';
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background: url(/local/templates/main/css/../img/new_sprite.svg) no-repeat;
}

.product-btn-favorite td {
    vertical-align: middle;
}

.product-btn-favorite i:before {
    opacity: 1;
}

.product-btn-favorite i:after {
    opacity: 0;
}

.product-btn-favorite i:hover:after {
    opacity: 1;
}

.product-btn-favorite i:hover:before {
    opacity: 0;
}

/* Поле доп. параметров заказа в карточке товара */

.order-params {
    font-family: "Lato";
    font-size: 14px;
    padding: 15px 0;
}

.order-params__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.order-params__row:not(:last-child) {
    margin-bottom: 20px;
}

.order-params__col--w50 {
    width: 50%;
}

.order-params__col--w100 {
    width: 100%;
}

/* Переключатель */

.switch-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 35px;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #fff;
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    padding: 8px 16px;
    border: 1px solid #8fd1fb;
    transition: all 0.1s ease-in-out;
}

.switch-field label.inactive {
    opacity: 0.6;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #8fd1fb;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

/* Кастомизация плагина select2 */

.custom-select {
    width: calc(50% + 92px);
}

.option-label {
    color: #c2c2c2;
    margin-left: 8px;
}

.select2.select2-container--default .option-label .avail {
    display: none;
}

.select2.select2-container--default .select2-selection--single {
    height: 35px;
    border: 1px solid #dadada;
    outline: none;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
    padding-right: 30px;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    right: 11px;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background-image: url(/local/templates/main/img/down_blue.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 11px;
    height: 6px;
}

.select2.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotateZ(180deg);
}

.select2-container--default .select2-dropdown {
    border-color: #dadada;
    font-family: "Lato";
    font-size: 14px;
}

.select2-container--default .select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #f4f4f4;
    color: #4fade9;
}

.select2-container--default .select2-dropdown .select2-results__option[aria-selected=true] {
    background-color: #f4f4f4;
}

#select2-store-results {
    max-height: none;
}

/* Стилизация радио-кнопок */

.radio-custom[type="radio"]:checked,
.radio-custom[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-custom[type="radio"]:checked + label,
.radio-custom[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 14px;
    display: inline-block;
    /* color: #666; */
}

.radio-custom[type="radio"]:checked + label:before,
.radio-custom[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #4fade9;
    border-radius: 100%;
    background: #fff;
}

.decline {
    color: #b0b0b0;
}
.decline .radio-custom[type="radio"]:checked + label:before,
.decline .radio-custom[type="radio"]:not(:checked) + label:before {
    border: 1px solid #b0b0b0;
}

.radio-custom[type="radio"]:checked + label:after,
.radio-custom[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #4fade9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio-custom[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-custom[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Модальное окно со списком доступных магазинов */

.popup-shoplist {
    font-family: 'Lato';
    color: #000;
}

.popup-shoplist .popup__close {
    width: 30px;
    height: 30px;
}

.popup-shoplist .popup__close::before, .popup-shoplist .popup__close::after {
    top: 15px;
    right: 8px;
    background-color: #4fade9;
    height: 2px;
}

.popup-shoplist .popup__inner {
    max-width: 480px;
    width: 100%;
    text-align: left;
    padding: 30px;
}

.popup-shoplist .popup__title {
    font-family: 'Lato';
    font-weight: bold;
    text-transform: none;
    text-align: center;
    padding: 10px 0;
}

.popup-shoplist .popup__descr,
.popup-shoplist .popup__item:not(:last-child) {
    margin-bottom: 10px;
}

.popup-shoplist .metro,
.popup-shoplist .avail {
    padding-left: 20px;
}

.popup-shoplist .avail span {
    font-weight: bold;
}

.popup-shoplist .station {
    margin-right: 10px;
}


/** Акции */

.actions-list {
    display: flex;
    flex-wrap: wrap;
}

.actions-list__item {
    width: calc(33.333% - 20px);
    margin: 0 30px 50px 0;
}

.actions-list__item:nth-child(3n) {
    margin-right: 0;
}

.actions-list__item__date {
    font-size: 18px;
    line-height: 20px;
    color: #0c0707;
    margin-bottom: 13px;
}

.actions-list__item__thumb {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 7px;
}

.actions-list__item__thumb img {
    display: block;
    width: 100%;
}

.actions-list__item__name {
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    margin: 0;
}


.top-banner {
    margin-bottom: 50px;
}


.page-navigation {
    display: flex;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    margin-bottom: 100px;
}

.page-navigation__item-next,
.page-navigation__item-prev {
    display: block;
    flex-grow: 1;
}

.page-navigation__item-prev {
    border-right: 1px solid #e1e1e1;
}

.page-navigation__item-prev::before {
    content: '';
    display: block;
    float: left;
    margin-top: 14px;
    margin-left: 18px;
    background: url(../img/new_sprite.svg) no-repeat -60px -330px;
    width: 14px;
    height: 22px;
}

.page-navigation__item-prev_inactive::before {
    background-position-x: 0;
}

.page-navigation__item-next::after {
    content: '';
    display: block;
    float: right;
    margin-top: 14px;
    margin-right: 18px;
    background: url(../img/new_sprite.svg) no-repeat -90px -330px;
    width: 14px;
    height: 22px;
}

.page-navigation__item-next_inactive::after {
    background-position-x: -30px;
}

.page-navigation__item {
    display: block;
    width: 50px;
    height: 50px;
    padding: 16px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    color: #556671;
    border-right: 1px solid #e1e1e1;
}

.page-navigation__item:active,
.page-navigation__item:visited,
.page-navigation__item:hover {
    color: #556671;
    text-decoration: none;
}

.page-navigation__item_active,
.page-navigation__item_active:active,
.page-navigation__item_active:visited,
.page-navigation__item_active:hover {
    color: #8dc0f2;
}


.actions-catalog {
    margin: 50px 0;
}

.actions-catalog::after {
    content: "";
    display: block;
    clear: both;
}

.actions-catalog__filter {
    float: left;
    width: 253px;
    margin-right: -253px;
}

.actions-catalog__items {
    float: left;
    margin-left: 253px;
    padding-left: 32px;
}

.actions-catalog__filter h3 {
    font-family: 'Prosto Sans', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.7;

    margin: 0;
    padding: 13px 15px;

    text-transform: uppercase;

    color: #556671;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: #8fd1fb;
}

h1.for-search{
    font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
}