﻿
body, button, input, optgroup, select, textarea {
    color: #444;
    font: 400 1.5rem/1.4512 Arial, Tahoma, Helvetica, sans-serif;
    text-rendering: optimizeLegibility;
    outline: none;
}

a {
    outline: none;
    color: #00a7f5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    background-color: #fff;
}

.wrp {
    max-width: 1320px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

.wrp_min {
    max-width: 818px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

.page {
    width: 100%;
    min-width: 320px;
    /*overflow: hidden;*/
}

.top_informer {
    padding: .5em 0;
    text-align: center;
    font-size: .9em;
}

.top_informer > .wrp > .bold > i {
    display: none;
}

.top_informer > .wrp > p {
    margin: 0;
    display: inline;
}

.header {
    padding: 35px 0;
    font-size: .9em;
}

.header:after {
    clear: both;
    display: block;
    content: "";
}

.logotype {
    width: 177px;
    height: 69px;
    float: left;
    margin: -10px 0 0 0;
    background: url("../images/logo.svg") no-repeat 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.header .slogan {
    float: left;
    width: 40%;
    margin: 0 0 0 10%;
}

#phone_btn {
    float: right;
    width: 42px;
    height: 42px;
    line-height: 22px;
    text-align: center;
    padding: 9px;
    border: 1px solid #eaeaea;
    background: none;
    color: #00a7f5;
    border-radius: 50%;
}

.bottom_links {
    padding: 30px;
}

.bottom_links > a {
    color: #686868;
    padding: 15px 10px;
    position: relative;
    text-decoration: none !important;
}

.bottom_links > a:hover {
    color: #00a7f5;
}

.text-danger {
    color: red;
}

@media only screen and (min-width: 741px) {
    #phone_btn, .contact_close {
        display: none;
    }

    .head_left_col, .head_right_col, .head_right_col > div {
        float: left;
        width: 50%;
        padding: 0 11px;
    }

    .head_left_col, .head_right_col > div:first-child {
        padding-left: 0;
    }

    .head_right_col, .head_right_col > div:last-child {
        padding-right: 0;
    }

    .widget_phones > * {
        display: inline-block;
        vertical-align: top;
    }

    .widget_phones > p {
        font-weight: bold;
        margin: 0 20px 0 0;
    }

    .widget_phones > p > a {
        color: inherit;
    }

    .widget_phones > p > span > a {
        color: inherit;
    }

    .widget_phones > a {
        width: 80px;
        text-transform: uppercase;
    }

    .widget_times {
        text-transform: uppercase;
    }
}

.user_tools {
    float: right;
    margin-right: -10px;
    margin-top: 1px;
}

.user_tools > div {
    float: left;
}

.user_tools > div > span {
    cursor: default;
    opacity: .5;
}

.user_tools > a, .user_tools > div > a, .user_tools > div > span {
    color: #686868;
    float: left;
    padding: 15px 10px;
    text-decoration: none !important;
}

.user_tools > a:hover, .user_tools > div > a:hover {
    color: #00a7f5;
}

.cart_link {
    position: relative;
}

.user_tools .cart_link, .user_tools .cart_link > i {
    color: inherit;
}

.user_tools > a:after, .user_tools > div > a:after {
    content: attr(data-title);
    margin-left: .3em;
}

.user_tools > a > i, .user_tools > div > a > i, .user_tools > div > span > i {
    margin: -.2em .4em 0 0;
    color: #c9c9c9;
}

.cart_tooltip {
    height: 0;
    display: none;
    color: #444;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.cart_tooltip:before, .cart_tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    margin: -18px 0 0 -10px;
    border-color: transparent;
    border-style: solid;
    border-width: 0 10px 10px 10px;
}

.cart_tooltip:before {
    z-index: 23;
    border-bottom-color: #ddd;
    border-bottom-color: rgba(0, 0, 0, .1);
    margin-top: -20px;
}

.cart_tooltip:after {
    z-index: 24;
    border-bottom-color: #fff;
}

.cart_tooltip ul {
    position: absolute;
    right: 0;
    list-style: none;
    padding: 15px 18px;
    margin: 5px 10px 0 0;
    background-color: #fff;
    border-radius: 2px;
    z-index: 22;
    font-size: .85em;
    white-space: nowrap;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .12);
}

.cart_tooltip ul > li > span {
    display: inline-block;
    width: 70px;
}

.cart_link:hover .cart_tooltip {
    display: inline;
}

.menubar {
    background-color: #00a7f5;
    color: #fff;
    height: 60px;
}

.menubar > .wrp {
    position: relative;
}

@media only screen and (min-width: 999px) {
    .menu_close {
        display: none;
    }

    .menu {
        border-top: 1px solid #f0f0f0;
    }

    .menu_links_top {
        margin-left: -10px;
    }

    .menu_links_top:after {
        clear: both;
        display: block;
        content: "";
    }

    .menu_links_top > a {
        color: #686868;
        float: left;
        padding: 15px 10px;
        position: relative;
        text-decoration: none !important;
    }




    .menu_links_top > a:hover {
        color: #00a7f5;
    }

    .menu_links_top > a.active {
        color: inherit;
        cursor: default;
    }

    .menu_links_top > a.active:before {
        content: "";
        position: absolute;
        top: 0;
        left: 10px;
        right: 10px;
        height: 1px;
        margin-top: -1px;
        background-color: #c8c8c8;
    }

    .menu_links_top > a.mainpage_link {
        display: none;
    }

    .menu_links_foot {
        float: left;
    }

    .menu_links_foot > a {
        float: left;
        color: rgba(255, 255, 255, 0.8);
        line-height: 22px;
        padding: 19px 10px;
        text-decoration: none !important;
    }

    .menu_links_foot > a:hover {
        color: #fff;
    }

    .menu_links_foot > a > .icon {
        vertical-align: middle;
        margin: -2px .4em 0 0;
    }

    .catalog_link {
        float: left;
        height: 60px;
        line-height: 22px;
        padding: 19px 15px;
        margin-left: -15px;
        margin-right: 10px;
        cursor: pointer;
        color: #fff;
    }

    .catalog_link > b {
        font-weight: bold;
    }

    .catalog_link > * > i {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px 0 0;
        opacity: .5;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: all ease .1s;
        transition: all ease .1s;
    }

    .catalog_link:hover > * > i {
        opacity: 1;
    }

    .catalog_link.collapsed > * > i {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: -5px;
    }

    .mobile_menu {
        float: left;
        position: relative;
        display: none;
    }

    #catalog_menu {
        /*display: block;*/
        /*width: 100%;*/
        position: absolute;
        z-index: 999;
        /*top: -41px;*/
    }

    .showSubCat {
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 0;
        cursor: pointer;
        float: left;
        background: url("../images/icon.png") no-repeat 3px -100px transparent;
    }

    .tabshowSubCat {
        width: 11px;
        height: 16px;
        padding: 0;
        margin: 5px;
        cursor: pointer;
        float: left;
    }

    .showSubCat.closeSubCat {
        background: url("../images/icon.png") no-repeat 3px -127px transparent;
    }

    .catalog_menu_in {
        padding: 40px 0;
    }

    .catalog_menu_in > .title {
        font-size: 1.4em;
        margin-bottom: .8em;
        line-height: normal;
    }

    .catalog_menu_in > nav:after {
        clear: both;
        display: block;
        content: "";
    }

    .catalog_menu_in > nav > ul {
        width: 33%;
        display: block;
        float: left;
        list-style: none;
    }

    .catalog_menu_in > nav > ul > li > a {
        color: inherit;
        display: block;
        margin-bottom: .5em;
        vertical-align: top;
        line-height: 1.4;
        text-decoration: none !important;
    }

    .catalog_menu_in > nav > ul > li > a:hover {
        color: #00a7f5;
    }

    .catalog_menu_in > nav > ul > li > a:after {
        content: attr(data-title);
        margin-left: .4em;
        opacity: .5;
    }

    .catalog_menu_in ul {
        padding-left: 35px;
        list-style: none;
    }

    .catalog_menu_in ul > li#cat_category_109 {
        display: none;
    }

    .catalog_menu_in ul > li > a {
        color: inherit;
        display: block;
        margin-bottom: .5em;
        vertical-align: top;
        line-height: 1.4;
        text-decoration: none !important;
    }

    .catalog_menu_in ul > li > a:hover {
        color: #00a7f5;
    }

    .catalog_menu_in ul > li > a:after {
        content: attr(data-title);
        margin-left: .4em;
        opacity: .5;
    }
}

#mobile_catalog {
    border: 0 solid rgba(255, 255, 255, 0.1);
    border-right-width: 1px;
    background: none;
    float: left;
    width: 66px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

#mobile_catalog .butterbrod {
    display: block;
    width: 17px;
    margin: 2px auto 0 auto;
}

.butterbrod > i {
    display: block;
    height: 3px;
    margin-top: 4px;
    background-color: #fff;
    border-radius: 1.5px;
}

.butterbrod > i:first-child {
    margin-top: 0;
}

@media only screen and (min-width: 999px) {
    #mobile_catalog {
        display: none;
    }
}

.quick_search {
    width: 32%;
    right: 0;
    margin-right: 30px;
    position: absolute;
}

.qsearch {
    position: relative;
    margin-top: 11px;
}

.qsearch_text {
    border-radius: 2px;
    height: 38px;
    width: 100%;
    font-size: .95em;
    background-color: #fff;
    padding: 8px 72px 8px 14px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 none;
}

.qsearch_text::-webkit-input-placeholder {
    color: #ccc;
}

.qsearch button {
    color: #333;
    background-color: #f2f7f9;
    position: absolute;
    right: 0;
    top: 0;
    width: 58px;
    height: 38px;
    border-radius: 0 2px 2px 0;
    padding: 0;
    border: 0 none;
    cursor: pointer;
}

.qsearch button i {
    display: block;
    margin: 0 auto;
}

.qsearch button:hover i {
    color: #00a7f5;
}

.head_line {
    margin-top: -1px;
    height: 1px;
    width: 100%;
    clear: both;
    background-color: rgba(0, 0, 0, 0.08);
}

.footer {
    background-color: #fff;
    font-size: .9em;
}

.footer a {
    color: inherit;
}

.foot_tools {
    padding: 40px 0;
    margin-top: 0;
    border-bottom: 1px solid #ebebeb;
}

.foot_tools .grid_1_4:before {
    content: attr(data-title);
    display: block;
    margin-bottom: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    color: #a6b0b9;
    font-size: .9em;
}

.foot_tools .grid_1_4 > nav > a {
    display: block;
    margin-top: .6em;
}

.foot_tools .soc_share, .foot_tools .counter, .foot_tools .copyright {
    margin-top: 20px;
}

.counter {
    opacity: .5;
    display: inline-block;
    vertical-align: top;
}

.counter:hover {
    opacity: 1;
}

.counter > img {
    vertical-align: top;
}

.foot_copy {
    padding: 40px 0 80px 0;
    font-size: .95em;
}

.foot_logo_block {
    padding-left: 50px;
    margin-top: 10px;
}

.foot_logo_block:after {
    clear: both;
    display: block;
    content: "";
}

.foot_logo_block:before {
    content: "";
    width: 31px;
    height: 35px;
    float: left;
    margin: 0 0 0 -50px;
    background: url(../images/logofoot.svg) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.foot_contacts_1, .foot_contacts_2 {
    margin-bottom: .6em;
}

.foot_contacts_2 > .grey_text {
    font-size: .9em;
}

.foot_contacts_2 {
    opacity: .7;
    margin: .6em 0 0 0;
}

.filters {
    padding: 15px 20px;
    font-size: .9em;
    margin-bottom: 22px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .12);
}

.filters:after {
    content: "";
    clear: both;
    display: block;
}

.filter_item {
    padding: 5px 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 2em;
}

.filter_item.dropdown > a {
    cursor: default;
    text-decoration: none !important;
}

.filter_item .grey_text, .filter_item .filter_item_cont {
    display: inline-block;
}

.filter_item.dropdown > a > .grey_text {
    margin-right: .4em;
}

.filter_item.dropdown > a > .filter_item_cont {
    cursor: pointer;
}

.filter_item.dropdown > a > .filter_item_cont:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin: -.1em 0 0 0;
    border-color: transparent;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-top-color: #00a7f5;
}

.filter_item.dropdown > .dropdown-form {
    padding: 0;
}

.filter_item.dropdown > .dropdown-form > a, .filter_item.dropdown > .dropdown-form > span {
    color: inherit;
    display: block;
    width: 100%;
    padding: .5em 1em;
    line-height: 1.4em;
    font-size: 13px;
    text-decoration: none !important;
    border-top: 1px solid #ededed;
}

.filter_item.dropdown > .dropdown-form > *:first-child {
    border-top-width: 0;
}

.filter_item.dropdown > .dropdown-form > a:hover {
    background-color: #00a7f5;
    color: #fff;
}

.filter_item.dropdown > .dropdown-form {
    max-width: 150px;
    max-height: 28em;
    overflow: hidden;
    overflow-y: auto;
}

.filter_item.dropdown > .dropdown-form > span {
    background-color: #f8f9fa;
    color: #ababab;
}

@media only screen and (min-width: 800px) {
    .filters > .pricelist {
        float: right;
    }
}

.pricelist {
    display: inline-block;
    padding: 5px 0 5px 35px;
    position: relative;
    vertical-align: middle;
    font-weight: bold;
    color: inherit;
    text-decoration: none !important;
}

.pricelist > i {
    position: absolute;
    left: 0;
    margin: -4px .5em 0 0;
    color: #61dfb8;
}

.pricelist:hover > i {
    color: #00a7f5;
}

.sort > .grey_text {
    margin-right: .6em;
}

.sort .filter_item_cont > a {
    margin-right: .6em;
    color: inherit;
    text-decoration: none !important;
}

.sort .filter_item_cont > a.active {
    color: #00a7f5 !important;
}

.sort .filter_item_cont > a:hover {
    color: #7a7b7b;
}

.sort .filter_item_cont > a i {
    display: none;
    vertical-align: middle;
    margin: 0 0 0 .1em;
}

.sort .filter_item_cont > a i:before, .sort .filter_item_cont > a i:after {
    content: "";
    display: block;
    height: 3px;
    width: 8px;
    margin-bottom: 2px;
    border-radius: 1.5px;
    background-color: #00a7f5;
}

.sort .filter_item_cont > a.desc i, .sort .filter_item_cont > a.asc i {
    display: inline-block;
}

.sort .filter_item_cont > a.asc i:after {
    width: 4px;
}

.sort .filter_item_cont > a.desc i:before {
    width: 4px;
}

.content {
    padding-bottom: 2px;
}

.category_list {
    margin-bottom: 40px;
}

.block {
    margin: 40px 0;
}

.block > .title {
    font-size: 1.4em;
    margin: 40px 0 .8em 0;
}

.block.first_block {
    /*margin-top: 0;*/
    padding-left: 334px;
}

.block.first_block > .title {
    /*margin-top: 0;*/
}


.title .title_link {
    font-size: 13px;
    margin-left: 20px;
}

.title .title_link > i {
    margin: -.2em .5em 0 0;
}

.tile_item a {
    text-decoration: none !important;
}

.tile_box {
    position: relative;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .12);
    -webkit-transition: all ease .1s;
    transition: all ease .1s;
}

.tile_box_in {
    background-color: #fff;
    padding: 20px 25px;
    position: relative;
    z-index: 1;
}

.tile_box:hover {
    -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, .2);
    z-index: 2;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.tile_box img {
    max-width: 100%;
    max-height: 145px;
    vertical-align: bottom;
}

.tile_img {
    text-align: center;
    height: 145px;
    line-height: 145px;
    vertical-align: bottom;
    margin-bottom: 20px;
}

.tile_content {
    height: 122px;
}

.tile_content > .tile_rate {
    margin-left: -2px;
    margin-bottom: 10px;
}

.tile_content > .title, .tile_content > .subtitle {
    max-height: 4.2em;
    line-height: 1.4em;
    overflow: hidden;
}

.tile_content > .title {
    margin-bottom: .4em;
    font-size: 1.1em;
}

.tile_content > .subtitle {
    font-size: .85em;
}

.tile_content > .title a, .tile_content > .subtitle a {
    color: inherit;
    display: block;
}

.tile_content > .title a:hover {
    color: #00a7f5;
}

.tile_foot {
    clear: both;
    border-top: 1px solid #ededed;
    margin-top: 20px;
    padding-top: 40px;
}

.tile_foot:after {
    clear: both;
    display: block;
    content: "";
}

.tile_price {
    float: left;
    color: inherit;
}

.tile_price > span {
    display: block;
}

.tile_price:hover > .pr {
    color: #00a7f5;
}

.tile_price > span.opr {
    position: absolute;
    font-size: .8em;
    margin: -20px 0 0 0;
    text-transform: lowercase;
}

.valute {
    font-size: .85em;
}

.add_cart {
    color: #00a7f5;
    font-weight: bold;
    border: 0 none;
    background: none;
    padding: 0;
}

.add_cart.active {
    color: #60dfb8;
    cursor: default;
}

.add_cart.zakaz {
    color: #a78cec;
}

.add_cart i {
    vertical-align: middle;
    margin: -.2em .4em 0 0;
}

.tile_foot .add_cart {
    float: right;
}

.tile_opt {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    line-height: 1.2em;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    background-color: #fdfdfc;
    border-top: 1px dashed #d0cdc5;
    color: #616161;
    padding: 12px 25px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.tile_box .tile_opt * {
    opacity: 0;
    -webkit-transition: opacity ease .5s;
    transition: opacity ease .5s;
}

.tile_box:hover .tile_opt * {
    opacity: 1;
}

.tile_box:hover .tile_opt > span {
    opacity: .6;
}

.tile_opt > span {
    font-size: .75em;
}

.tile_opt > div {
    margin: 0;
    font-size: .85em;
    position: relative;
}

.tile_opt > div p {
    margin: 0;
}

.tile_opt > div > a {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.faq_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #e5e5e5;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: inherit;
    text-decoration: none !important;
}

.tile_box:hover .tile_opt {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, .2);
}

.tile_addfav, .tile_addcompare {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    z-index: 2;
    color: #c9c9c9;
    cursor: pointer;
    padding: 10px;
    line-height: 20px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.tile_addfav {
    right: 0;
}

.tile_addcompare {
    left: 0;
}

.tile_addfav:hover, .tile_addcompare:hover {
    color: #333;
}

.tile_addfav i, .tile_addcompare i {
    vertical-align: middle;
    margin: -2px 0 0 0;
}

.tile_box:hover .tile_addfav, .tile_box:hover .tile_addcompare, .tile_addfav.active, .tile_addcompare.active {
    opacity: 1;
    visibility: visible;
}

.tile_addfav.active {
    color: #ed7449;
}

.tile_addcompare.active {
    color: #00a7f5;
}

.tile_min .tile_box_in {
    padding: 15px;
}

.tile_min .tile_img {
    float: right;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 0;
    margin-left: 15px;
}

.tile_min .tile_img img {
    max-height: 70px;
    vertical-align: top;
}

.tile_min .tile_content {
    overflow: hidden;
    height: 110px;
}

.tile_min .tile_content > .title {
    font-size: .95em;
}

.tile_min .tile_content > .subtitle {
    font-size: .8em;
}

.tile_min .tile_foot {
    margin-top: 15px;
    padding-top: 35px;
}

.tile_min .tile_opt {
    padding: 10px 15px;
}

.tile_min .tile_top {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 100%;
    z-index: 0;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.tile_min .tile_box:hover .tile_top {
    margin-top: -30px;
    -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, .2);
}

.page_navigation {
}

.num_items, .pagination {
    margin-left: -8px;
    cursor: default;
    padding-left: 0px;
}

.num_items > *, .pagination > * {
    display: inline-block;
    font-size: 1.2em;
    padding: .5em 8px;
    vertical-align: middle;
}

.num_items > a, .pagination > a {
    text-decoration: none !important;
}

.num_items > a:hover, .pagination > a:hover {
    color: #444;
}

.buyer_info {
    font-size: 1.2em;
    margin-top: 22px;
}

.buyer_info_right > i {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -13.5px;
    color: #00a7f5;
}

@media only screen and (min-width: 999px) {



    .buyer_info_left {
        border: 5px solid #00a7f5;
        color: #00a7f5;
        padding: 20px;
        position: relative;
    }

    .buyer_info_left:after {
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        margin: -5px 0 0 5px;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 12px 12px 0 0;
        border-top-color: #00a7f5;
    }

    .buyer_info_right {
        position: relative;
        background-color: #fff;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .12);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .12);
        padding: 25px;
        padding-right: 20%;
    }
}

.banner_list {
    margin-bottom: 22px;
}

.banner_list:after {
    clear: both;
    display: block;
    content: "";
}

@media only screen and (max-width: 1120px) {
    .banner_list {
        margin-bottom: 16px;
    }
}

.banner_item > a {
    display: block;
    height: 200px;
    position: relative;
    background-color: #2aa7ec;
    color: #fff;
    text-decoration: none !important;
    font-size: 1.4em;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .12);
    background: url("../images/actions.jpg") no-repeat 0 0;
    -webkit-background-size: 310px auto;
    background-size: 310px auto;
}

.banner_item > a > p {
    line-height: 1.3em;
    padding: 25px;
    position: relative;
    z-index: 1;
}

.banner_item > a > p > span {
    display: block;
}

.banner_item > a > i {
    background-color: #46c1fb;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30%;
    -webkit-transition: width ease .6s;
    transition: width ease .6s;
}

.banner_item > a > i:before {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 25px;
}

.banner_item > a:hover > i {
    width: 100%;
}

.banner_item.banner_pink > a {
    background-position: 0 0;
}

.banner_item.banner_pink > a > i, .banner_item.banner_pink > a {
    background-color: #ff4576;
}

.banner_item.banner_green > a {
    background-position: 0 -200px;
}

.banner_item.banner_green > a > i, .banner_item.banner_green > a {
    background-color: #61dfb8;
}

.banner_item.banner_orange > a {
    background-position: 0 -600px;
}

.banner_item.banner_orange > a > i, .banner_item.banner_orange > a {
    background-color: #ff825b;
}


.banner_item.banner_primelab > a {
    background-position: 0 -800px;
}

.banner_item.banner_primelab > a > i, .banner_item.banner_primelab > a {
    background-color: #faab50;
}

.banner_item.banner_sophisticated > a {
    background-position: 0 -1000px;
}

.banner_item.banner_sophisticated > a > i, .banner_item.banner_sophisticated > a {
    background-color: #6764e5;
}


.banner_item.banner_blue > a {
    background-position: 0 -400px;
}

.banner_item.banner_blue > a > i, .banner_item.banner_blue > a {
    background-color: #46c1fb;
}

.brands_logos:after {
    clear: both;
    content: "";
    display: block;
}

.brands_logos div {
    float: left;
    width: 12.5%;
    -webkit-transition: opacity ease .2s;
    transition: opacity ease .2s;
}

.brands_logos a:hover > span {
    opacity: 1;
}

.brands_logos a > span {
    background-repeat: no-repeat;
    background-size: 146px auto;
    color: #000;
    cursor: pointer;
    display: block;
    font-weight: 700;
    height: 79px;
    overflow: hidden;
    text-align: center;
    padding-top: 20px;
    vertical-align: middle;
    width: 100%;
    opacity: .4;
}

.brands_logos a:hover {
    text-decoration: none;
}

.brands_logos:after {
    clear: both;
    content: "";
    display: block;
}

.brands_logos div {
    float: left;
    width: 12.5%;
    -webkit-transition: opacity ease .2s;
    transition: opacity ease .2s;
}

.brands_logos a:hover > span {
    opacity: 1;
}

.brands_logos a > span {
    background-repeat: no-repeat;
    background-size: 146px auto;
    color: #000;
    cursor: pointer;
    display: block;
    font-weight: 700;
    height: 79px;
    overflow: hidden;
    text-align: center;
    padding-top: 20px;
    vertical-align: middle;
    width: 100%;
    opacity: .4;
}

.brands_logos a:hover {
    text-decoration: none;
}




.categories_list a:hover {
    text-decoration: none;
}

.categories_list:after {
    clear: both;
    content: "";
    display: block;
}

.categories_list div {
    float: left;
    width: 16.6%;
    -webkit-transition: opacity ease .2s;
    transition: opacity ease .2s;
    text-align: center;
    vertical-align: bottom;

}

.categories_list b {
    height: 50px;
    color: #000;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}

.categories_list a > img {
    max-width: 100%;
    max-height: 145px;
    vertical-align: bottom;
    margin-bottom: 10px;
}

.categories_list a:hover {
    text-decoration: none;
}





.block_border {
    border: 9px solid #00aaf9;
    padding: 25px;
}

.foot_link {
    text-align: center;
    text-transform: uppercase;
    font-size: .9em;
    margin: 25px 0 0;
}

.comment {
    padding-left: 35px;
    position: relative;
}

.comment > .com_icon {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -6px;
    width: 25px;
    height: 25px;
    border-radius: 13px 13px 0 13px;
    border: 3px solid #61dfb8;
    line-height: 19px;
    text-align: center;
}

.comment > .com_icon > i {
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #61dfb8;
    margin: -2px 1px 0 1px;
}

.com_top {
    margin: 0 0 1em 0;
    font-size: .9em;
}

.com_top > time {
    margin-left: 1em;
}

.com_text {
    margin-bottom: 0;
}

.com_title {
    margin-top: 1em;
    font-size: .9em;
}

.comment_line {
    margin-bottom: 30px;
}

.alert {
    display: flex;
    background-color: #e3f8f1;
    color: #3d564d;
    padding: 0;
    margin: 10px 0 20px 0;
    border-radius: 2px;
}

.alert > i {
    background-color: #61dfb9;
    color: #22a27b;
    padding: 15px 20px;
    border-radius: 2px 0 0 2px;
}

.alert > p {
    padding: 15px 20px;
    margin: 0;
}

.alert.error {
    background-color: #f9f8f5;
    color: #776f59;
}

.alert.error > i {
    background-color: #fce6a6;
    color: #e1b774;
}

.alert.warning {
    background-color: #f8d7da;
    color: #721c24;
}

.alert.warning > i {
    background-color: #e7979e;
    color: #ec4b4b;
}

.blockinfo_list {
}

.blockinfo {
    border-top: 1px solid #00aaf9;
    padding-top: 20px;
}

.blockinfo:before {
    content: attr(data-title);
    display: block;
    margin-bottom: .6em;
    font-weight: bold;
    text-transform: uppercase;
    color: #a6b0b9;
    font-size: .8em;
}

.blockinfo.notes {
    border-top-width: 0;
    padding: 20px;
    min-height: 150px;
    position: relative;
    background-color: #00aaf9;
    color: #fff;
}

.blockinfo.notes:before {
    color: #2c2c2c;
    margin-top: 1px;
}

.blockinfo.notes a {
    color: inherit;
}

.blockinfo.notes > i {
    width: 16px;
    height: 16px;
    background-color: #f8f9fa;
    position: absolute;
    left: 0;
    top: 0;
}

.blockinfo.notes > i:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-bottom-color: #0783ec;
}

.links_inline {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links_inline > li {
    display: inline;
}

.links_inline > li:last-child:after {
    display: none;
}

.links_inline > li:after {
    content: ",";
}

.links_block {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links_block > li {
    margin-top: .7em;
}

.links_block > li:first-child {
    margin-top: 0;
}

.links_block > li a {
    display: block;
}

.seo_text {
    font-size: .85em;
    line-height: 1.35;
}

.content > .seo_text {
    border-top: 1px solid #ededed;
    margin: 40px 0 0 0;
}

.content > .seo_text > .wrp {
    margin-top: 40px;
    margin-bottom: 40px;
}

.content > .seo_text > .wrp img {
    display: none !important;
}

.content > .seo_text > .wrp p {
    margin: 0;
    font-size: 14px;
}

.product_page {
    background-color: #fff;
    overflow: hidden;
}

.page_heading {
    margin: 10px 0;
}

.path {
    margin-bottom: 10px;
}

.path > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: .9em;
}

.path > ul > li {
    display: inline;
}

.path > ul > li:before {
    content: "/";
    margin: 0 .6em 0 .4em;
    opacity: .4;
}

.path > ul > li:first-child:before {
    display: none;
}

.product_top {
    border-bottom: 1px solid #ececec;
    padding-bottom: 40px;
}

.product_top:after {
    content: "";
    display: block;
    clear: both;
}

@media only screen and (min-width: 999px) {



    .product_photo {
        float: right;
        width: 50%;
        padding-left: 11px;
    }

    .product_info {
        float: left;
        width: 50%;
        padding-right: 11px;
    }
}

.product_share {
    margin-bottom: 30px;
}

.product_price:after {
    clear: both;
    display: block;
    content: "";
}

.product_price > .price {
    float: left;
    width: 45%;
}

.product_price > .price_opt {
    overflow: hidden;
    padding-left: 32px;
}

.price {
    font-size: 1.12em;
}

.price > span {
    display: block;
    margin-bottom: .4em;
}

.price > .bold {
    font-size: 2.6em;
    letter-spacing: -.04em;
    margin: .2em 0 0 0;
    line-height: normal;
}

.price_opt > .grey_text {
    margin-bottom: 0;
    font-size: .85em;
}

.price_opt > .grey_text p {
    margin: 0;
}

.price_opt > .title {
    font-size: 1.2em;
    margin-bottom: .2em;
}

.price_opt > .title a {
    color: inherit;
}

.price_opt > i {
    color: #61dfb8;
    float: left;
    margin: 1px 0 0 -32px;
}

.product_tools {
    background-color: #f6f8fa;
    margin-top: 30px;
    padding: 17px;
}

.product_tools:after {
    clear: both;
    display: block;
    content: "";
}

.product_tools > .rate {
    float: right;
    white-space: nowrap;
    padding: 7px 0;
}

.product_tools .rate > * {
    display: inline-block;
    vertical-align: middle;
}

.product_tools .rate > .grey_text {
    text-transform: uppercase;
    margin: .1em 1em 0 0;
}

.btn-buy {
    height: 46px;
    padding: 0 46px 0 0;
    position: relative;
}

.btn-buy > b {
    padding: 9px 20px;
    line-height: 26px;
    display: block;
    font-size: 1.1em;
}

.btn-buy > span {
    padding: 9px 20px;
    line-height: 26px;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
}

.btn-buy > i {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    line-height: 24px;
    padding: 10px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
}

.btn-buy > i:before {
    margin-left: 1px;
}

.btn-buy.btn-buy_disabled {
    opacity: .5;
    background-color: #6a7176;
    border-color: #6a7176;
    padding-right: 0;
}

.product_order_info {
    padding: 17px;
    background-color: #f1f4f7;
    margin-top: 2px;
}

.china_flag {
    float: right;
    width: 44px;
    margin-left: 17px;
}

.china_flag img {
    max-width: 100%;
    vertical-align: top;
}

.product_order_info > .title {
    margin-bottom: .4em;
}

.product_order_info > .title > b {
    margin-right: 1em;
}

.product_order_info > .grey_text {
    font-size: .85em;
}

.product_links {
    margin-top: 20px;
    font-size: .9em;
}

.product_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media only screen and (min-width: 421px) {
    .product_links ul {
        float: left;
        width: 50%;
    }
}

.product_links ul > li > form button {
    padding: 0;
    margin: 0;
    display: inline;
    font-size: inherit !important;
    vertical-align: baseline;
    border: 0 none;
    background: none;
}

.product_links ul > li {
    margin-top: 10px;
}

.product_links ul > li > a i, .product_links ul > li > span i, .product_links ul > li > form button i {
    float: left;
    margin: .1em .6em 0 0;
    color: #a8b0b6;
}

.product_links ul > li > span, .product_links ul > li > form button {
    cursor: pointer;
    color: #00a7f5;
}

.product_links ul > li > span:hover, .product_links ul > li > form button:hover {
    text-decoration: underline;
}

.product_status-order .btn-buy {
    background-color: #a78cec;
    border-color: #a78cec;
}

.product_status-order .btn-buy:active {
    background-color: #9d81e6;
    border-color: #9274de;
}

.product_status-china .btn-buy {
    background-color: #e6452f;
    border-color: #e6452f;
}

.product_status-china .btn-buy:active {
    background-color: #d93720;
    border-color: #d93720;
}

.product_status-china .product_tools {
    background-color: #f7f2ee;
}

.product_status-china .product_order_info {
    background-color: #fff5ef;
}

.product_status-china .product_order_info .title {
    color: #e6452f;
}

.product_status-china .product_order_info .grey_text {
    color: #a88578;
}

.product_status-china .product_tools .grey_text {
    color: #aba29a;
}

.and_photo_min {
    padding-right: 80px;
}

.product_photo img {
    max-width: 100%;
    vertical-align: top;
}

.product_photo_big {
    overflow: hidden;
    text-align: center;
    float: left;
    width: 100%;
}

.product_photo_big img {
    max-height: 350px;
}

.product_photo_min {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    width: 60px;
    margin-right: -80px;
}

.product_photo_min > li {
    margin-top: 2px;
}

.product_photo_min > li:first-child {
    margin-top: 0;
}

.product_photo_min > li > a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    padding: 4px;
    border: 1px solid #ededed;
}

.product_photo_min > li > a img {
    max-height: 100%;
    max-width: 100%;
}

.product_photo_min > li.active > a {
    border-color: #00a7f5 !important;
}

.product_photo_min > li > a:hover {
    border-color: #e0e0e0;
}

.product_content .description {
    margin-right: 5%;
}

.description {
    font-size: 1.15em;
}

.description h1, .description h2, .description h3, .description h4, .description h5 {
    font-size: 1em;
    font-weight: bold;
    margin: 1.5em 0 .6em 0;
    line-height: inherit;
}

.description img[style*="float: left"] {
    margin: 4px 30px 30px 0 !important;
}

.description img[style*="float: right"] {
    margin: 4px 0 30px 30px !important;
}

.description table {
    border-spacing: 0 10px;
    font-size: 14px;
}

.description td, .description th {
    padding: 10px;
    border: 1px solid #ebebeb;
}

.description td p, .description th p {
    margin: 0;
}

.product-spec {
    position: relative;
    margin-top: .6em;
}

.product-spec:after {
    clear: both;
    display: block;
    content: "";
}

.product-spec__name, .product-spec__value {
    display: inline-block;
    width: 45%;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.product-spec__name {
    width: 50%;
    padding-right: 20px;
}

.product-spec__name > span {
    padding: 4px 0;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.product-spec__value {
    vertical-align: bottom;
}

.product-spec__name:after {
    clear: both;
    display: block;
    content: "";
}

.product-spec__name:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: -webkit-repeating-linear-gradient(90deg, #acb0bc, #acb0bc 1px, transparent 1px, transparent 4px);
    background: -moz-repeating-linear-gradient(90deg, #acb0bc, #acb0bc 1px, transparent 1px, transparent 4px);
    background: -ms-repeating-linear-gradient(90deg, #acb0bc, #acb0bc 1px, transparent 1px, transparent 4px);
    background: -o-repeating-linear-gradient(90deg, #acb0bc, #acb0bc 1px, transparent 1px, transparent 4px);
    background: repeating-linear-gradient(90deg, #acb0bc, #acb0bc 1px, transparent 1px, transparent 4px);
}

.issl_info {
    border-left: 3px solid #00aaf9;
    font-size: .85em;
    padding: 18px 18px 18px 62px;
    position: relative;
}

.issl_info:after {
    clear: both;
    display: block;
    content: "";
}

.issl_info > p {
    margin-bottom: 0;
    margin-right: 160px;
}

.issl_info > i {
    float: left;
    margin: 2px 0 0 -45px;
    color: #00aaf9;
}

.issl_info > .btn {
    float: right;
    margin-left: 18px;
}

.post_content .prev_next_product {
    margin: 40px 0 0 0;
    padding-top: 40px;
    border-top: 1px solid #ebebeb;
}

.prev_next_product {
    margin-bottom: 40px;
}

.prev_next_product:after {
    clear: both;
    display: block;
    content: "";
}

.prev_next_product > a {
    float: left;
    width: 50%;
    text-decoration: none !important;
}

.prev_next_product > a:after {
    clear: both;
    display: block;
    content: "";
}

.prev_next_product > a.prev_product {
    text-align: left;
    padding-right: 11px;
    padding-left: 55px;
}

.prev_next_product > a.next_product {
    text-align: right;
    padding-left: 11px;
    padding-right: 55px;
}

.prev_next_product > a > span {
    float: left;
    width: 100%;
    font-size: 1.2em;
}

.prev_next_product > a > i {
    margin-top: -.2em;
    -webkit-transition: margin ease .2s;
    transition: margin ease .2s;
}

.prev_next_product > a.prev_product > i {
    margin-left: -55px;
    float: left;
}

.prev_next_product > a.next_product > i {
    margin-right: -55px;
    float: right;
}

.prev_next_product > a.prev_product:hover > i {
    margin-left: -45px;
}

.prev_next_product > a.next_product:hover > i {
    margin-right: -45px;
}

.contact_map {
    width: 100%;
    height: 0;
    padding-top: 27%;
    position: relative;
}

.contact_map > #map {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.contact_block {
    position: relative;
    z-index: 1;
    margin-top: -40px;
    padding: 0 7%;
    background-color: #fff;
}

.contact_block .page_heading {
    margin: 0 0 1.4em 0;
}

@media only screen and (max-width: 998px) {
    .contact_block .grid_1_2 {
        margin-top: 1.5em;
    }
    .block.first_block {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .contact_map {
        padding-top: 50%;
    }
}

.gallery_list {
    margin: -22px -22px 0 0;
}

.gallery_list:after {
    clear: both;
    display: block;
    content: "";
}

.gallery_item {
    position: relative;
    float: left;
    width: 25%;
    padding: 0 22px 0 0;
    margin-top: 22px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.gallery_item:hover {
    z-index: 1;
}

.gallery_item img {
    max-width: 100%;
    display: block;
}

.gallery_item_in {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.gallery_link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

@media only screen and (min-width: 999px) {
    .gallery_item:hover .gallery_item_in {
        overflow: hidden;
        display: block;
        -webkit-transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out;
        -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .25);
        box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .25);
    }

    .gallery_mask {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        width: 100%;
        background-color: rgba(0, 170, 249, .75);
    }

    .gallery_mask:after, .gallery_mask:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        background-color: #fff;
        border-radius: 1.5px;
    }

    .gallery_mask:after {
        width: 23px;
        height: 3px;
        margin: -1.5px 0 0 -11.5px;
    }

    .gallery_mask:before {
        height: 23px;
        width: 3px;
        margin: -11.5px 0 0 -1.5px;
    }

    .gallery_item:hover .gallery_mask {
        opacity: 1;
        -webkit-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out;
    }
}

@media only screen and (max-width: 998px) {
    .gallery_item {
        width: 25%;
    }
}

@media only screen and (max-width: 600px) {
    .gallery_list {
        margin: -10px -10px 0 0;
    }

    .gallery_item {
        width: 50%;
        padding: 0 10px 0 0;
        margin-top: 10px;
    }
}

.static_page:after {
    content: "";
    display: table;
    clear: both;
}

.static_page .page_heading {
    margin-top: 40px;
    margin-bottom: 20px;
}

.static_page .intro {
    font-size: 1.2em;
    text-align: center;
}

.static_page .illustration {
    margin: 40px -60px;
    text-align: center;
}

.static_page .illustration img {
    max-width: 100%;
}

.static_page .text {
    font-size: 1.15em;
    margin-bottom: 50px;
}

.static_page .text h1, .static_page .text h2, .static_page .text h3,
.static_page .text h4, .static_page .text h5 {
    font-size: 1.2em;
    margin: 1.5em 0 1em 0;
}

.static_page .text > ul, .description > ul {
    list-style: none;
    padding: 0 0 0 22px;
    margin: 0 0 1.5em 0;
}

.static_page .text > ul > li:before, .description > ul > li:before {
    content: "";
    float: left;
    margin: .7em 0 0 -22px;
    width: 10px;
    height: 2px;
    background-color: #00aaf9;
}

.static_page .text > ul > li, .description > ul > li {
    margin-top: .3em;
}

.td_list {
    list-style: none;
    padding: 0 !important;
    margin: 0 0 40px 0 !important;
    border-top: 1px solid #e5e5e5;
}

.td_list > li {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    margin: 0 !important;
}

.td_list > li:before {
    display: none;
}

.td_list > li:after {
    content: "";
    clear: both;
    display: block;
}

.td_list > li > * {
    float: left;
}

.td_list > li > span {
    width: 45%;
    padding-right: 5%;
}

.td_list > li > p {
    margin: 0;
    width: 55%;
}

.static_page .text a[href^="tel:"] {
    color: inherit;
    text-decoration: none !important;
}

.static_page .text a[href^="tel:"]:hover {
    color: #00a7f5;
}

.delivery_adress {
    background-color: #f6f8fa;
    overflow: hidden;
    display: flex;
    margin-bottom: -30px;
    position: relative;
    z-index: 1;
}

.delivery_adress > p {
    margin: 0;
    align-self: center;
    padding: 34px;
    font-size: 1.15em;
}

.delivery_adress_icon {
    display: block;
    padding: 34px;
    width: 130px;
    text-align: center;
    background-color: #edf2f6;
}

.delivery_adress_icon img {
    width: 36px;
    height: 43px;
}

.error_mid {
    display: table;
    width: 100%;
    min-height: 600px;
    margin: 0 auto;
}

.error_mid > .text {
    display: table-cell;
    vertical-align: middle;
    padding: 40px 0;
}

.error_mid > .text > .illustration {
    margin: 0 auto 40px auto;
    max-width: 400px;
}

.error_mid > .text > .illustration img {
    max-width: 250px;
}

.o_page {
    margin: 50px 0;
}

.o_page .page_heading {
    margin-bottom: 20px;
}

.list_scheme {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list_scheme > li {
    position: relative;
}

.list_scheme > li .wrp_min, .post_view .wrp_min {
    max-width: 954px;
}

.scheme_title {
    text-align: center;
    padding: 5px 0;
}

.scheme_title .title {
    font-size: 1.4em;
}

.scheme_item {
    background-color: #fff;
    padding: 40px 7%;
    margin: 15px 0 45px 0;
    border: 1px solid #e7e7e7;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .05);
}

.scheme_item:before, .scheme_item:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    height: 15px;
    background-color: #e7e7e7;
}

.scheme_item:before {
    top: 0;
    margin-top: -15px;
}

.scheme_item:after {
    top: 100%;
    height: 45px;
}

.list_scheme_last .scheme_item:after {
    display: none;
}

.list_scheme_last .scheme_item {
    margin-bottom: 0;
}

.scheme_item > .title {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.scheme_item > .title a {
    color: inherit;
}

.scheme_item > .text_foot {
    margin-top: 10px;
    font-size: .85em;
}

.post_list > li:hover .scheme_item {
    -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 8px 40px 0 rgba(0, 0, 0, .1);
    z-index: 2;
    -webkit-transition: -webkit-box-shadow ease .3s;
    transition: box-shadow ease .3s;
    border-color: #00aaf9;
}

.post_list > li:hover .scheme_item:before, .post_list > li:hover .scheme_item:after {
    background-color: #00aaf9;
}

.post_list > li:hover .scheme_title .grey_text, .post_list > li:hover .scheme_item > .title a {
    color: #00aaf9;
}

.post_list > li:after {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    left: 0;
    top: 80px;
    bottom: -20px;
    width: 100%;
    background-color: #f2f3f4;
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
}

.post_list > li:hover:after {
    opacity: .8;
    visibility: visible;
}

.scheme_item.faq_item > .title {
    font-size: .9em;
}

.scheme_item.faq_item > .answer {
    font-size: 1.2em;
}

.scheme_item.faq_item > .text {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dashed #d1d1d1;
}

.post_view {
    position: relative;
}

.post_view > .wrp_min {
    position: relative;
    z-index: 1;
}

.post_view .page_heading {
    color: #fff;
    position: relative;
}

.post_view .page_heading > .wrp_min {
    position: relative;
    z-index: 1;
}

.post_view .page_heading > .post_bg {
    background-color: #0783ec;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 350%;
    min-height: 250px;
    max-height: 400px;
    margin-top: -51px;
}

.post_view .page_heading .path a {
    color: inherit;
}

.post_view .post_content:first-child .scheme_title {
    color: #fff;
}

.post_view .post_content:first-child .scheme_item:before {
    opacity: .4;
}

.post_content .scheme_item {
    padding: 7%;
}

.post_share {
    margin-top: 30px;
}

.post_comment {
    border-top: 1px solid #ececec;
    padding-top: 40px;
    margin-top: 40px;
}

.scheme_item .post_comment:first-child {
    margin-top: 0;
    border-top-width: 0;
    padding-top: 0;
}

.post_comment:after {
    content: "";
    display: block;
    clear: both;
}

.post_comment_left, .post_comment_right {
    float: left;
}

.post_comment_left {
    width: 20%;
    padding-right: 5%;
    font-size: .85em;
}

.post_comment_right {
    width: 80%;
}

.post_comment_left > .grey_text {
    display: block;
    margin-top: .5em;
}

.post_comment_right > .grey_text {
    margin: .5em 0 0 0;
}

.vacancy_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vacancy_list > li {
    border-top: 1px solid #ebebeb;
    padding-top: 40px;
    margin-bottom: 40px;
}

.vacancy_list > li:after {
    clear: both;
    display: block;
    content: "";
}

.vacancy_list > li > .data, .vacancy_list > li > .description {
    float: left;
}

.vacancy_list > li > .data {
    float: left;
    width: 25%;
    padding-right: 5%;
}

.vacancy_list > li > .description {
    float: left;
    width: 75%;
}

.vacancy_list > li > .data .title {
    font-size: 1.4em;
    margin-bottom: 1em;
}

.gletters {
    border: 1px solid #e5e5e5;
    position: relative;
    border-radius: 6px;
}

.gletters table {
    padding: 0;
    margin: 0;
}

.gletters table th {
    border-bottom: 1px dotted #e5e5e5;
    font-weight: bold;
    width: 50%;
    padding: 15px 20px;
}

.gletters table td {
    padding: 25px;
    font-size: 1.2em;
    line-height: normal;
}

.gletters table th.first, .gletters table td.first {
    border-right: 1px dotted #e5e5e5;
}

.gletters_list {
    list-style: none;
    padding: 0;
}

.gletters_list li {
    display: inline;
    margin-right: 3px;
}

.gletters_list li a.active {
    color: #61dfb8;
    font-weight: bold;
    text-decoration: none !important;
}

.glossary {
    padding: 0;
    margin: 0 0 40px 0;
    list-style: none;
}

.glossary li {
    margin: 0;
    padding: .2em 0;
    border-top: 1px solid;
}

.glossary li > a {
    font-size: 1.4em;
    display: inline-block;
    padding-left: 20px;
    -webkit-transition: padding-left ease .2s;
    transition: padding-left ease .2s;
}

.glossary li > a:before {
    content: "";
    float: left;
    background-color: #00a7f5;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    margin: .6em 0 0 -20px;
    opacity: 1;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.glossary li > a.collapsed {
    padding-left: 0;
}

.glossary li > a.collapsed:before {
    margin-left: -10px;
    opacity: 0;
}

.glossary li > a:hover, .glossary li > a.collapsed:hover {
    padding-left: 20px;
}

.glossary li > a:hover:before, .glossary li > a.collapsed:hover:before {
    margin-left: -20px;
    opacity: 1;
}

.glossary li .description {
    padding: 20px;
}

.error_page {
    height: 100%;
    overflow: visible;
}

.error_page .grey_bg {
    min-height: 100%;
}

.error_page .grey_bg > .wrp {
    height: 100%;
    padding-top: 10%;
}

.error_page_left {
    float: left;
    width: 30%;
    padding-right: 7%;
}

.error_page_right {
    float: left;
    width: 70%;
    max-width: 580px;
}

.error_page_right > .text {
    font-size: 1.8em;
    margin: 7% 0;
}

.error_page_right > .text p {
    margin: 0;
}

.error_page_right > a {
    font-size: 1.4em;
}

.error_page_img {
    width: 100%;
    height: 0;
    padding-top: 42%;
    position: relative;
}

.error_page_img:after {
    content: "";
    width: 100%;
    height: 800px;
    left: 0;
    bottom: 0;
    position: absolute;
    background: url("../images/illustration/404.png") no-repeat 0 100%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.error_page_left .logotype {
    float: none;
}

.error_page_left .grey_text {
    display: block;
    margin: 7% 0 0 0;
}

.fancybox-cart .fancybox-skin {
    padding: 40px !important;
}

.fancybox-cart .fancybox-close {
    background: #00aaf9;
    height: 39px;
    width: 39px;
    line-height: 39px;
    text-align: center;
    top: 0;
    right: 0;
}

.fancybox-cart .fancybox-close:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 15px;
    vertical-align: middle;
    margin-top: -4px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSItNDcyIDI3MyAxNSAxNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtNDcyIDI3MyAxNSAxNTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNGRkZGRkY7fTwvc3R5bGU+PHBhdGggaWQ9IlhNTElEXzRfIiBjbGFzcz0ic3QwIiBkPSJNLTQ2Mi40LDI4MC41bDQuOS00LjljMC42LTAuNiwwLjYtMS41LDAtMi4xcy0xLjUtMC42LTIuMSwwbC00LjksNC45bC00LjktNWMtMC42LTAuNS0xLjYtMC41LTIuMiwwYy0wLjUsMC42LTAuNSwxLjYsMCwyLjJsNC45LDQuOWwtNC45LDQuOWMtMC42LDAuNi0wLjYsMS41LDAsMi4xczEuNSwwLjYsMi4xLDBsNC45LTQuOWw0LjksNC45YzAuNiwwLjYsMS41LDAuNiwyLjEsMHMwLjYtMS41LDAtMi4xTC00NjIuNCwyODAuNXoiLz48L3N2Zz4=);
}

.fancybox-cart .fancybox-skin {
    background: #fff;
    border-radius: 0;
}

.fancybox-cart .fancybox-inner {
    overflow-x: hidden !important;
}

.cart-popup {
    min-width: 650px;
}

.cart_list {
    margin-top: 1px;
}


.cart_item {
    position: relative;
    border: 1px solid #ededed;
    margin-top: -1px;
    padding: 20px;
}



.cart_item:hover {
    border-color: #00aaf9;
    z-index: 1;
}

.cart_item_in {
    padding-left: 90px;
    padding-right: 20px;
}

.cart_item_in a {
    color: inherit;
    text-decoration: none;
}

.cart_item_in:after, .cart_item .price_line:after {
    clear: both;
    display: block;
    content: "";
}

.cart_item_in .photo {
    float: left;
    width: 70px;
    text-align: center;
    margin-left: -90px;
}

.cart_item_in .photo img {
    max-width: 100%;
    max-height: 70px;
}

.cart_item_in .name a:hover {
    color: #00aaf9;
    text-decoration: underline;
}

.cart_item_in .xname {
    font-size: .85em;
    height: 1.5em;
    margin-top: .2em;
}

.cart_item .delete {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    color: #c9c9c9;
    text-decoration: none !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border: 0 none;
    background: none;
}

.cart_item .delete i {
    display: inline-block;
    line-height: 9px;
    margin: -9px 0 0 0;
}

.cart_item .price_line {
    margin-top: .4em;
}

.cart_item .price_line > * {
    float: left;
}

.cart_item .price_line > .cart_price-total {
    float: right;
}


.checkout_cart .cart_item {
    border-top: 1px solid #ededed;
    border-bottom: 0px solid #ededed;
    border-left: 0px solid #ededed;
    border-right: 0px solid #ededed;
    padding: 10px;
}
.checkout_cart .cart_item:first-child {
    border-width: 0;
}

.checkout_cart .cart_item:hover {
    border-color: #ededed;
    z-index: 1;
}


.cart_price {
    display: inline-block;
    width: 100px;
}

.cart_amount {
    color: #00aaf9;
}

.cart_amount:before {
    content: "X";
}

.cart_amount select {
    border-color: transparent;
    color: inherit;
    cursor: pointer;
}

.coupon_info {
    text-align: right;
    margin: 20px 0 -10px 0;
}

.cart_total {
    text-align: right;
    font-size: 1.4em;
    margin-top: 20px;
}

.cart-popup .cart_total {
    margin-bottom: 20px;
}

.cart-popup .buttons:after {
    clear: both;
    display: block;
    content: "";
}

.cart-popup .buttons a {
    float: right;
}

.check_list {
    list-style: none;
    padding: 0 0 0 30px;
    margin: 0;
}

.check_list > li > label > span > i {
    float: left;
    margin: .3em 0 0 -30px !important;
}

.check_list > li > label > span {
    display: block;
    font-weight: bold;
}

.check_list > li > .grey_text {
    margin: 10px 0 20px 0;
}

.check_list > li > .grey_text p {
    margin: 0;
}

.check_list > li {
    margin-top: 10px;
}

.check_list > li:first-child {
    margin-top: 0;
}

.compare_page {
    padding: 0 20px;
}

.compare_page_block {
    padding: 0;
    overflow: hidden;
    overflow-x: auto;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
}

table.compare thead {
    border-bottom: 1px solid #ebebeb;
}

table.compare td {
    padding: 5px 10px;
}

table.compare tbody > tr:first-child > td {
    padding-top: 20px;
}

table.compare tbody > tr > td:first-child {
    min-width: 240px;
    width: 300px;
    padding-right: 20px;
}

.compare_product_box {
    margin: 20px 0;
    width: 200px;
}

.compare_product_box .photo {
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 20px;
}

.compare_product_box .photo img {
    max-width: 100%;
    max-height: 100px;
    vertical-align: top;
}

.compare_product_box .data .name {
    margin-bottom: 1em;
    font-size: 1.1em;
}

.compare_product_box .data .grey_text {
    font-size: .85em;
}

table.compare .compare_product_price td {
    padding-bottom: 20px;
}

.data_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.data_list > li {
    padding: .3em 0;
}

.data_list > li:after {
    clear: both;
    display: block;
    content: "";
}

.data_list > li .dl_1 {
    float: left;
    width: 35%;
    padding-right: 5%;
}

.data_list > li .dl_2 {
    float: left;
    width: 65%;
}

.data_list > li.sep {
    border-top: 1px solid #ebebeb;
    padding: 0;
    margin: 10px 0;
}

.edit_user_data {
    margin-bottom: 20px;
}

.order-confirm .data_list {
    border: 1px dashed #dbdbdb;
    border-radius: 2px;
    margin: 20px 0;
}

.order_list {
    border-bottom: 1px solid #ebebeb;
}

.order_status {
    border-top: 1px solid #ebebeb;
    padding: 10px 0 10px 20px;
    cursor: pointer;
}

.order_status > i {
    float: left;
    margin: 1px 0 0 -20px;
    opacity: .4;
}

.order_status .status {
    float: right;
}

.order_status > i {
    margin-top: 2px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all ease .1s;
    transition: all ease .1s;
}

.order_status:hover > i {
    opacity: 1;
}

.order_status.collapsed > i {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: 1px;
}

table.order_tabel {
    border-spacing: 0 10px;
    font-size: 14px;
    width: 100%;
    min-width: 600px;
}

table.order_tabel td, table.order_tabel th {
    padding: 10px;
    border: 1px solid #ebebeb;
}

table.order_tabel td p, table.order_tabel th p {
    margin: 0;
}

.order_purchase_item {
    margin: 20px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.order_total {
    margin: 20px 0;
}

.order_total:after {
    clear: both;
    display: block;
    content: "";
}

.order_total > .bold {
    float: right;
}

.form_page {
    padding-top: 5%;
}

.form_page .wrp_min:after, .form_page .wrp:after {
    clear: both;
    display: block;
    content: "";
}

.form_page-left {
    width: 25%;
    padding-right: 5%;
    float: left;
}

.form_page-right {
    width: 75%;
    padding-left: 5%;
    max-width: 600px;
    float: left;
    position: relative;
}

.form_page-right:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -50px;
    height: 5000px;
    width: 1px;
    background: #ebebeb;
}

.form_page-left .logotype {
    float: none;
}

.form_page-left > .grey_text {
    margin: 30px 0;
}

.form_page-right .title {
    margin: 0 0 1em 0;
    font-size: 1.6em;
}

@media only screen and (max-width: 1120px) {
    .wrp, .wrp_min {
        padding-left: 20px;
        padding-right: 20px;
    }

    .quick_search {
        margin-right: 20px;
    }

    .catalog_link {
        margin-right: 0;
    }

    .catalog_link > * > i {
        margin-right: 5px;
    }

    .header .slogan {
        margin-left: 5%;
        width: 45%;
    }

    .logotype {
        width: 160px;
        height: 62px;
        float: left;
        margin-top: -7px;
    }

    .tile_box_in {
        background-color: #fff;
        padding: 20px 20px;
        position: relative;
        z-index: 1;
    }

    .block_border {
        padding: 20px;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }


}

@media only screen and (max-width: 998px) {
    body, button, input, optgroup, select, textarea {
        font-size: 1.45rem;
    }

    .header .slogan {
        display: none;
    }

    .head_left_col {
        width: 30%;
    }

    .head_right_col {
        width: 70%;
    }

    #mobile_catalog {
        display: block;
    }

    .showSubCat {
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 15px 0 0 0;
        cursor: pointer;
        float: left;
        background: url("../images/icon.png") no-repeat 3px -100px transparent;
    }

    .tabshowSubCat {
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 5px;
        cursor: pointer;
        float: left;
    }

    .showSubCat.closeSubCat {
        background: url("../images/icon.png") no-repeat 3px -127px transparent;
    }

    .catalog_menu_in > nav > ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .catalog_menu_in ul {
        padding-left: 35px;
        list-style: none;
    }

    .catalog_menu.collapse {
        display: block !important;
    }

    .menu {
        visibility: hidden;
        opacity: 0;
        z-index: 122;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(80%);
        -webkit-transform: translateX(80%);
    }

    html.menu_open .menu {
        visibility: visible;
        opacity: 1;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -webkit-transition: all ease .4s;
        transition: all ease .4s;
    }

    .menu_close {
        display: block;
        border: 0 none;
        background: none;
        width: 100%;
        height: 65px;
        padding: 0;
        margin: 0;
        text-align: center;
        color: #fff;
    }

    .menu_links_top, .menu_links_foot {
        color: #fff;
        font-size: 1.2em;
        position: relative;
    }

    .menu_links_top a, .menu_links_foot a {
        color: inherit;
        display: block;
        padding: 1.5% 10%;
    }

    .menu_links_top a .icon, .menu_links_foot a .icon, .catalog_link {
        display: none;
    }

    .menu_links_top > a.active, .menu_links_foot a.active {
        cursor: default;
    }

    .menu_links_top > a.active:before, .menu_links_foot a.active:before {
        content: "";
        background-color: #fff;
        width: 6px;
        height: 3px;
        border-radius: 1.5px;
        float: left;
        margin: .65em 0 0 -14px;
    }

    .menu_links_foot:before {
        content: "";
        display: block;
        height: 1px;
        margin: 5% 10%;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .overlay:after {
        content: "";
        opacity: 0;
        visibility: hidden;
        position: fixed;
        z-index: 121;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: #00a7f5;
    }

    html.menu_open .overlay:after {
        opacity: .95;
        visibility: visible;
        -webkit-transition: all ease .8s;
        transition: all ease .8s;
    }

    html.menu_open, html.menu_open body {
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    #catalog_menu {
        display: none;
    }

    .mobile_menu {
        background-color: #fff;
        margin-top: 5%;
        padding: 6.5% 10%;
    }

    .mobile_menu .title {
        font-size: 1.4em;
    }

    .mobile_menu nav a {
        display: block;
        font-size: 1.2em;
        padding: 2% 0;
    }

    .mobile_menu nav a:after {
        content: attr(data-title);
        margin-left: .4em;
        opacity: .5;
    }

    .user_tools {
        text-align: right;
        border-top: 1px solid #f0f0f0;
        float: none;
    }

    .user_tools:after {
        clear: both;
        display: block;
        content: "";
    }

    .user_tools > a, .user_tools > div > a, .user_tools > div {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-left: -.3em;
    }

    .user_tools > .login_link {
        float: left;
        margin-left: -10px;
    }

    .quick_search {
        width: auto;
        left: 81px;
    }

    .tile_box_in {
        padding: 15px;
    }

    .tile_img {
        float: right;
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin-bottom: 0;
        margin-left: 15px;
    }

    .tile_img img {
        max-height: 70px;
        vertical-align: top;
    }

    .tile_content {
        overflow: hidden;
        height: 110px;
    }

    .tile_content > .title {
        font-size: .95em;
    }

    .tile_content > .subtitle {
        font-size: .8em;
    }

    .tile_foot {
        margin-top: 15px;
        padding-top: 35px;
    }

    .tile_opt {
        padding: 10px 15px;
    }

    .tile_top {
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        height: 30px;
        width: 100%;
        z-index: 0;
        -webkit-transition: all ease .2s;
        transition: all ease .2s;
    }

    .tile_box:hover .tile_top {
        margin-top: -30px;
        -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 8px 40px 0 rgba(0, 0, 0, .2);
    }

    .buyer_info {
        margin: 20px 0;
        font-size: inherit;
        position: relative;
    }

    .buyer_info .grid_list {
        margin: 0;
        background-color: #fff;
        padding: 20px;
        padding-right: 65px;
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .12);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .12);
    }

    .buyer_info .grid_list > div {
        margin: 0;
        padding: 0;
        float: none;
        width: auto;
    }

    .buyer_info_left {
        font-size: 1.2em;
        color: #00a7f5;
        margin-bottom: .3em;
    }

    .buyer_info_right > i {
        right: 0;
        top: 0;
        margin: 20px;
    }

    .page_navigation .grid_list {
        margin: 0;
    }

    .page_navigation .grid_list > div {
        float: none;
        width: auto;
        padding: 0;
        margin: 0;
    }

    .page_navigation .grid_list > .grid_1_4,
    .page_navigation .grid_list > .grid_3_4 > .grey_text {
        display: none;
    }

    .banner_list {
        margin: 0 -20px 11px -20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .banner_list .grid_list {
        min-width: 1200px;
        margin: 0;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 5px;
    }

    .banner_list .grid_list > .banner_item {
        float: left;
        width: 25%;
        padding: 0 8px;
        margin-top: 0;
    }

    .brands_logos div {
        width: 16.66666666666667%;
    }

    .categories_list div {
        width: 20%;
    }
    .categories_list b {
        height: 42px;
    }

    .foot_menu {
        display: none;
    }

    .product_tools .rate > .grey_text {
        display: none;
    }

    .product_photo {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ececec;
    }

    .product_photo:after {
        clear: both;
        display: block;
        content: "";
    }

    .product_content .grid_list .grid_1_2:last-child:before {
        content: "";
        display: block;
        height: 1px;
        background-color: #ececec;
    }
}

@media only screen and (max-width: 800px) {
    .filters {
        padding: 10px 15px;
    }

    .error_page_left {
        display: none;
    }

    .error_page_right {
        float: none;
        width: auto;
    }

    .error_page_right > .text {
        font-size: 1.4em;
    }

    .error_page_right > a {
        font-size: 1.2em;
    }

    .error_page .grey_bg > .wrp {
        padding: 20% 20px 30px 20px;
    }

    .error_page .grey_bg {
        min-height: 0;
    }

    .error_page {
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .top_informer {
        padding: 0;
        height: 32px;
        text-align: left;
        position: relative;
    }

    .top_informer:after {
        display: none;
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .top_informer > .wrp {
        position: absolute;
        width: 100%;
        background-color: #2c2c2c;
        z-index: 2;
    }

    .top_informer > .wrp > .bold {
        display: block;
        width: 100%;
        line-height: 22px;
        padding: 5px 0;
    }

    .top_informer > .wrp > .bold > i {
        display: block;
        float: right;
        opacity: 0.2;
        margin: .4em 0 0;
    }

    .top_informer > .wrp > p {
        margin: 0;
        display: none;
        padding: 10px 0 20px 0;
    }

    .top_informer.open {
        z-index: 2222;
    }

    .top_informer.open > .wrp > p, .top_informer.open:after {
        display: block;
    }

    .top_informer.open > .wrp > .bold > i {
        opacity: 1;
    }

    .mobile_menu .grid_list {
        margin-top: 0;
    }

    .content > .seo_text {
        margin: 30px 0 0 0;
    }

    .content > .seo_text > .wrp {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 740px) {
    .user_tools > a > span, .user_tools > div > a > span {
        display: none;
    }

    .foot_tools {
        padding: 30px 0;
    }

    .foot_copy {
        padding: 30px 0 60px 0;
    }

    .block {
        margin: 30px 0;
    }

    .block > .title {
        margin-top: 30px;
    }

    #phone_btn {
        display: block;
        margin-top: 6px;
    }

    .head_right_col {
        visibility: hidden;
        opacity: 0;
        z-index: 122;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        font-size: 1.2em;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(80%);
        -webkit-transform: translateX(80%);
    }

    html.contacts_open .head_right_col {
        visibility: visible;
        opacity: 1;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -webkit-transition: all ease .4s;
        transition: all ease .4s;
    }

    html.contacts_open, html.contacts_open body {
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .contact_close {
        display: block;
        border: 0 none;
        background: #f5f5f5;
        width: 100%;
        height: 65px;
        padding: 0;
        margin: 0;
        text-align: center;
        color: inherit;
    }

    .contact_close > i {
        margin: -.15em 0 0 0;
    }

    .widget_phones, .widget_times {
        padding: 7% 10%;
    }

    .widget_phones > p {
        font-weight: bold;
        margin-bottom: .5em;
    }

    .widget_phones > p a {
        color: inherit;
    }

    .widget_times {
        border-top: 1px solid #f0f0f0;
    }

    .brands_logos div {
        width: 25%;
    }

    .brands_logos a > span {
        height: 43px;
        -webkit-background-size: 80px auto;
        background-size: 80px auto;
    }

    .categories_list div {
        width: 33%;
    }

    .categories_list a > img {
        height: 43px;
    }
    .categories_list b {
        height: 42px;
    }




    .brand_dragon-lab {
        background-position: 50% 0;
    }

    .brand_ika {
        background-position: 50% -43px;
    }

    .brand_simax {
        background-position: 50% -86px;
    }

    .brand_and {
        background-position: 50% -129px;
    }

    .brand_vibra {
        background-position: 50% -173px;
    }

    .brand_heidolph {
        background-position: 50% -216px;
    }

    .brand_vladipor {
        background-position: 50% -259px;
    }

    .brand_knf {
        background-position: 50% -519px;
    }

    .brand_skeil {
        background-position: 50% -1081px;
    }

    .brand_acom {
        background-position: 50% -302px;
    }

    .brand_adam {
        background-position: 50% -346px;
    }

    .brand_3m {
        background-position: 50% -389px;
    }

    .brand_aptaca {
        background-position: 50% -432px;
    }

    .brand_cas {
        background-position: 50% -475px;
    }

    .brand_kartell {
        background-position: 50% -562px;
    }

    .brand_kett {
        background-position: 50% -605px;
    }

    .brand_panreac {
        background-position: 50% -649px;
    }

    .brand_soeks {
        background-position: 50% -692px;
    }

    .brand_klinstek {
        background-position: 50% -735px;
    }

    .brand_midl {
        background-position: 50% -778px;
    }

    .brand_mikromed {
        background-position: 50% -822px;
    }

    .brand_hartmann {
        background-position: 50% -865px;
    }

    .brand_termopribor {
        background-position: 50% -908px;
    }

    .brand_glassko {
        background-position: 50% -951px;
    }

    .brand_smolenskoe-sktb-spu {
        background-position: 50% -995px;
    }

    .brand_daihan {
        background-position: 50% -1038px;
    }

    .product_top {
        padding-bottom: 30px;
    }

    .prev_next_product {
        margin-bottom: 30px;
    }

    .prev_next_product > a {
        float: none;
        display: block;
        width: auto;
        padding: .4em 0 .4em 55px !important;
        position: relative;
        text-align: left !important;
    }

    .prev_next_product > a > span {
        float: none;
        display: block;
        font-size: 1.2em;
    }

    .prev_next_product > a > i {
        position: absolute;
        left: 0;
        top: 0;
        margin: .2em 0 0 0 !important;
        float: none;
    }

    .fancybox-cart {
        padding: 10px;
        width: 100% !important;
        left: 0 !important;
    }

    .fancybox-cart .fancybox-skin {
        padding: 55px 15px 15px 15px !important;
    }

    .cart-popup {
        min-width: 0;
    }

    .fancybox-cart .fancybox-inner {
        width: auto !important;
        height: auto !important;
    }

    .fancybox-cart .fancybox-close {
        width: 100%;
    }

    .cart_item {
        padding: 15px;
    }

    .cart_total {
        margin-top: 15px;
    }

    .modal-heading, .cart-popup .cart_total {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 640px) {
    .tile_item {
        margin-top: 10px;
    }

    .grid_carousel.tile_item {
        margin-top: 25px;
    }

    .tile_content {
        height: auto !important;
    }

    .block {
        margin: 20px 0;
    }

    .block > .title {
        margin-top: 20px;
        margin-bottom: .6em;
        font-size: 1.34em;
    }

    .comcol_item {
        margin-top: 20px;
    }

    .comcol_item .com_title {
        margin-top: .4em;
    }

    .blockinfo.notes {
        min-height: 0;
    }

    .blockinfo {
        border-top-color: #a6b0b9;
    }

    .blockinfo_list .grid_1_4 {
        margin-bottom: 20px;
    }

    .foot_tools {
        padding: 20px 0;
    }

    .foot_tools .grid_1_4:before {
        display: none;
    }

    .foot_social > nav, .foot_logo_block:before {
        display: none;
    }

    .foot_copy {
        padding: 20px 0 50px 0;
    }

    .foot_logo_block {
        padding: 0;
        margin-top: 20px;
        font-size: .9em;
    }

    .page_heading {
        margin: 20px 0;
    }

    .product_photo {
        padding-right: 0
    }

    .product_photo_big {
        float: none;
    }

    .product_photo_min {
        display: block;
        float: none;
        width: auto;
        margin-right: 0;
        margin-top: 20px;
    }

    .product_photo_min > li {
        display: inline-block;
    }

    .prev_next_product, .product_share, .comment_line {
        margin-bottom: 20px;
    }

    .product_top {
        padding-bottom: 20px;
    }

    .product_links {
        margin-top: 10px;
    }

    .product_tools {
        margin-top: 20px;
    }

    .price > span {
        margin-bottom: 0;
    }

    .price > .bold {
        margin-top: 0;
    }

    .product_price > .price_opt {
        margin-top: 20px;
        padding-left: 0;
    }

    .product_price > .price_opt > i {
        display: none;
    }

    .content > .seo_text {
        margin: 20px 0 0 0;
    }

    .content > .seo_text > .wrp {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .post_view .page_heading > .post_bg {
        margin-top: -21px;
    }

    .o_page {
        margin: 20px 0;
    }

    .scheme_item {
        margin-bottom: 15px;
    }

    .scheme_item:after {
        height: 15px;
    }

    .post_content .prev_next_product {
        margin-top: 20px;
        padding-top: 20px;
    }

    .prev_next_product > a > span, .description {
        font-size: 1em;
    }

    .static_page .page_heading {
        margin-top: 30px;
    }

    .static_page .text {
        margin-bottom: 30px;
    }

    .static_page .illustration {
        margin: 20px 0;
    }

    .static_page .text {
        font-size: 1em;
    }

    .glossary {
        margin-bottom: 20px;
    }

    .glossary li > a {
        font-size: 1.2em;
    }

    .td_list {
        margin-bottom: 20px !important;
    }

    .td_list > li > * {
        float: none;
    }

    .td_list > li > span {
        width: auto;
        display: block;
        font-size: .9em;
        padding: 0;
    }

    .td_list > li > p {
        width: auto;
    }

    .delivery_adress > p {
        font-size: 1em;
        padding: 20px;
    }

    .delivery_adress_icon {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .header {
        padding: 20px 0;
    }

    .product_price > .price {
        float: none;
        width: auto;
    }

    .post_content .scheme_item, .scheme_item {
        padding: 20px;
    }

    .order_list {
        border-bottom-width: 0;
    }

    .order_list .order_item:first-child .order_status {
        border-top-width: 0;
    }

    .order_status .status {
        float: none;
        display: block;
        font-size: .9em;
    }

    .data_list > li .dl_1 {
        font-size: .9em;
        padding-right: 0;
    }

    .data_list > li .dl_1, .data_list > li .dl_2 {
        display: block;
        width: auto;
        float: none;
    }

    .cart_item {
        margin-top: 4px;
    }

    .cart_item_in {
        padding: 0;
    }

    .cart_item_in .name, .cart_item_in .xname {
        margin-right: 65px;
    }

    .cart_item_in .photo {
        float: right;
        margin: 0 0 0 15px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .cart_item_in .photo img {
        max-height: 50px;
    }

    .cart_item_in .over {
        white-space: normal;
    }

    .cart_price {
        width: 100px;
    }

    .cart-popup .cart_total, .cart_total, .coupon_info {
        text-align: left;
    }

    .cart_item .price_line > * {
        display: inline-block;
        float: none;
    }

    .cart_item .price_line > .cart_price-total {
        text-align: left;
        float: none;
        clear: both;
        display: block;
        border-top: 1px solid #ededed;
        margin: 15px 0 0 0;
        padding-top: 15px;
    }

    .cart_item .delete {
        top: auto;
        bottom: 0;
        margin: 5px;
    }

    .form-submit .btn, .buttons .btn {
        width: 100%;
        display: block;
        float: none;
        text-align: center;
    }

    .buttons .btn {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 460px) {


    #sh_button {
        display: none;
    }

    .product_order_info > .title > b {
        display: block;
    }

    .btn-buy {
        width: 100%;
    }

    .product_tools > .rate {
        float: none;
        padding-top: 0;
        padding-bottom: 17px;
        text-align: center;
    }

    .product-spec__name, .product-spec__value {
        display: block;
        width: auto;
    }

    .product-spec__name {
        width: auto;
        padding-right: 0;
    }

    .product-spec__name {
        font-size: .9em;
    }

    .product-spec__name:before {
        display: none;
    }



    .issl_info > .btn {
        border: 0 none;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
    }

    .issl_info > p {
        margin-right: 0;
    }
}

@media only screen and (max-width: 420px) {
    .product_links {
        margin-top: 20px;
    }
}

@media print {
    .top_informer, #header, .path, .admin_bookmark,
    .product_tools, .product_links, .issl_info, #sh_button,
    .product_content #reviews, #product_related_line, .footer {
        display: none;
    }

    .product_content .grid_list {
        margin: 0;
    }

    .product_content .grid_list .grid_1_2 {
        float: none;
        margin: 0;
        width: auto;
    }
}

.footer_seo_text {
    font-size: 9px;
    line-height: 12px;
    margin: 40px 0 0;
    color: rgba(142, 152, 159, 0.54);
}

.sticks_list {
    top: 0;
    right: 0;
    line-height: 20px;
}

.sticks, .sticks_list {
    position: absolute;
    top: 30px;
    right: -6px;
    z-index: 1;
}

.sticks [class*="stick_"]:first-child {
    /*margin-top: .5em;*/
}

.sticks .stick_new {
    background: rgba(159, 169, 0, .7);
    cursor: pointer;
}

.sticks [class*="stick_"] {
    display: block;
    margin: 5px;
    margin-top: 5px;
    padding: .1em;
}

.sticks .stick_discount span, .sticks .stick_hit span, .sticks .stick_new span {
    font-size: 1.1em;
    color: #FFF;
    padding: 0 .5em;
    vertical-align: top;
}

.sticks .stick_discount {
    background: rgba(237, 61, 8, .7);
    cursor: pointer;
}

.sticks [class*="stick_"] {
    display: block;
    margin: 5px;
    padding: .1em;
}

.sticks .stick_hit {
    background: #e8d81a;
    cursor: pointer;
}

.tile_min .sticks, .tile_min .sticks_list {
    top: 0;
}

.tile_min .sticks_list {
    line-height: 7px;
    width: 60px;
    font-size: 7px;
}

@media only screen and (max-width: 998px) {
    .sticks, .sticks_list {
        top: 0;
    }

    .sticks_list {
        line-height: 7px;
        width: 60px;
        font-size: 7px;
    }

}




.categories-main {
    width: 300px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    font-size: 13px;
    -webkit-tap-highlight-color: transparent
}

.categories-main .categories-list-box {
    position: relative
}

.cl-item .sub-cate {
    display: none;
    position: absolute;
    top: -1px;
    left: 298px;
    margin-left: 0;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    z-index: 99
}

.cl-item .cate-name {
    position: relative
}

.cl-item .cate-name span {
    position: relative;
    display: block;
    padding: 5px 0 5px 20px;
    /*height: 30px;*/
    line-height: 13px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #fff;
    border-right: 0 none;
    -webkit-tap-highlight-color: transparent
}

.cl-item .cate-name span a {
    color: #333
}

.cl-item .cate-name span a:hover {
    text-decoration: none;
    color: #E62E04
}

.new-categories-main .cl-item .cate-name span {
    /*padding-left: 40px*/
}

.new-categories-main .cl-item .cate-name span:before {
    display: block;
    position: absolute;
    left: 10px;
    top: 2px;
    content: ' ';
    width: 24px;
    height: 24px;
    vertical-align: top
}


.cl-item-unfold .sub-cate {
    display: block;
    min-height: 600px
}

.cl-item-unfold .cate-name span {
    border-color: #e9e9e9;
    margin-left: -1px;
    padding-left: 21px;
    width: 300px;
    z-index: 100
}

.new-categories-main .cl-item-unfold .cate-name span:before {
    /*left: 11px*/
}

.new-categories-main .cl-item-unfold .cate-name span {
    /*padding-left: 41px*/
}

.cl-item:first-child .cate-name span {
    padding-top: 8px;
    /*height: 35px*/
}

.cl-item:first-child .cate-name span:before {
    top: 7px
}

.cl-item.cl-item-unfold:first-child .cate-name span {
    border-top-color: transparent
}

.cl-item:last-child .cate-name span {
    padding-bottom: 8px;
    /*height: 35px*/
}

.cl-item:last-child.cl-item-unfold .cate-name span {
    border-bottom-color: transparent
}

.sub-cate-main {
    position: relative;
    width: auto;
    padding: 5px 0 10px 20px;
    white-space: nowrap;
    overflow: hidden
}

.sub-cate-main a {
    color: #333
}

.sub-cate-main a:hover {
    color: #f60;
    text-decoration: none
}

.sub-cate-items, .sub-cate-row {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    width: 234px
}

.sub-cate-row .sub-cate-items {
    display: block;
    margin-bottom: 5px
}

.sub-cate-items dd {
    margin-left: 0
}

.sub-cate-items dd a {
    display: block;
    line-height: 26px
}

.sub-cate-items dt {
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 35px;
    height: 35px;
    border-bottom: 1px solid #e9e9e9
}

.sub-cate-items dt a {
    max-width: 190px;
    display: inline-block;
    word-wrap: normal;
    white-space: normal;
    line-height: 14px;
}

.sub-cate-items dd a {
    max-width: 190px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: normal;
    line-height: 12px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.categories-main-list .cl-item .sub-cate {
    /*top: -40px;*/
    min-height: 494px
}

.sub-cate-content {
    display: inline-block
}

@media (max-width: 999px) {
    .sub-cate-content {
        display: block
    }

    .cl-item-unfold .cate-name span {
        width: 239px
    }

    .cl-item-unfold .cate-name a.c-name-link {
        width: 239px
    }

    .cl-item .sub-cate {
        left: 237px
    }

    .sub-cate-main {
        position: relative;
        padding: 1px 0 15px 0;
        min-height: 399px
    }

    .sub-cate-items {
        display: block;
        padding-right: 0;
        width: 260px;
        padding: 0 20px
    }

    .sub-cate-row {
        display: block;
        width: 260px;
        padding: 0
    }

    .sub-cate-items dt {
        display: block;
        width: 220px;
        line-height: 40px;
        height: 40px;
        color: #333;
        border-top: 1px solid #e9e9e9;
        margin-top: -1px;
        font-size: 13px;
        margin-bottom: 0;
        cursor: pointer
    }

    .sub-cate-items dt:after {
        margin-top: 14px
    }

    .sub-cate-items dd {
        display: none;
        position: absolute;
        top: 0;
        left: 260px;
        width: 240px;
        min-height: 100%;
        padding: 5px 0 5px 15px
    }

    .sub-cate-items:first-child dt {
        border-top: 0 none
    }

    .sub-cate-row .sub-cate-items {
        margin-bottom: 0
    }

    .sub-cate-row .sub-cate-items:first-child dt {
        border-top: 1px solid #e9e9e9
    }

    .sub-cate-row:first-child .sub-cate-items:first-child dt {
        border-top: 0 none
    }

    .sub-cate-unfold dt {
        background-color: #fff;
        width: 241px;
        position: relative;
        z-index: 3
    }

    .sub-cate-unfold dd {
        display: block;
        background-color: #fff;
        border-left: 1px solid #e9e9e9
    }

    .bottom-activity-list {
        position: absolute;
        bottom: 15px;
        left: 0;
        padding-left: 20px
    }

    .sub-cate-row.scp-cate-brand {
        display: none
    }

    .sub-cateItem-special .sub-cate-keyword {
        margin-bottom: 0
    }

    .sub-cateItem-special .sub-cate-items:first-child dt {
        border-top: 1px solid #e9e9e9
    }
}



.fancybox-inner {
    height: auto !important;
}

















.input-group {
    max-width: 15rem;
}
.ci-del, .input-group {
    position: relative;
    z-index: 1;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.mr-2, .mx-2 {
    margin-right: .5rem !important;
}



.input-group > .form-control, .input-group > .control-icon {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}
.fc-sm {
    font-size: .875rem;
    height: calc(1.25rem + .5rem + 4px);
    padding: 0.25rem .5rem;
    line-height: 1.25rem;
}

.input-group .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 1.5rem;
    font-weight: 700;
    height: calc(2.25rem + .5rem + 4px);
    padding: 8px 8px;
}




.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}


/* Поле + - */
.quantity { position: relative; }
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.quantity input[type=number] {
    -moz-appearance: textfield;
    /*appearance: none; */
}
.quantity input {
    position: relative; z-index: 1; width: 100%; height: 3rem; line-height: 1.5rem; text-align: center;
    display: block; padding: .625rem; margin: 0; border: 2px solid #fff; border-radius: .125rem; color: inherit;
    box-shadow: 0 0.125rem .5rem 0 rgba(0,73,150,0.03);
    -webkit-appearance: none; -moz-appearance: none; appearance: none;
}
.quantity.q-sm input { height: 2rem;border: 2px solid #E4EBF3; }
.quantity.q-sm { padding: 0; }

.quantity .quantity-nav + input { padding-left: 2.5rem; padding-right: 2.5rem; }
.quantity input:focus { outline: 0; }
.quantity-nav { display: flex; align-items: center; justify-content: space-between; position: absolute; top: 0; left: 0; bottom: 0; width: 100%; }
.quantity-button {
    position: relative; z-index: 2; cursor: pointer; width: 2.5rem; height: 100%; white-space: nowrap; text-indent: -9999px; overflow: hidden; color: inherit;
    -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;
}
.quantity-button::before, .quantity-button::after {
    content: ""; position: absolute; left: 50%; top: 50%;
    width: .875rem; height: 0; border-top: .125rem solid;
    margin-top: -.0625rem; margin-left: -.4375rem;
}
.quantity-button::after { transform: rotate(90deg); }
.quantity-button.quantity-down::after { display: none; }





.d-sm-flex {
    display: flex !important;
}
.container, .structure > .content {
    flex: 1 1 auto;
}

@media (min-width: 1120px) {
    .structure {
        display: flex;
        margin-top: 3px;
    }


    .structure > .sidebar.order-side {
        min-width: 35rem;
        max-width: 35rem;
        margin-left: 3rem;
    }
}

@media (max-width: 1120px) {
    .cart-side {
        position: sticky;
        bottom: 0;
        background-color: #fff;
        z-index: 4;
    }
}





.h-line {
    border-top: 2px solid #00a7f5;
}
.h-line-gray {
    border-top: 2px solid #E5ECF4;
}
.pt-3 {
    padding-top: 3rem;
}
.pb-5 {
    padding-bottom: 5rem;
}

.mt-3 {
    margin-top: 3rem;
}
.mt-5 {
    margin-top: 5rem;
}
.mb-2 {
    margin-bottom: 2rem;
}
.mb-4 {
    margin-bottom: 4rem;
}
.mb-7 {
    margin-bottom: 7rem;
}
.mt-2 {
    margin-top: 2rem;
}



.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.c-red {
    color: #E20613 !important;
}
.change_step {
    color: #E20613 !important;
    margin: 1em 2em 0 auto !important;
    font-size: 0.8em;
}

.d-flex {
    display: flex !important;
}
.order-block {
    border: 1px solid #E5ECF4;
    padding: 2rem;
}
.structure > .sidebar {
    display: block;
    width: 100%;
}

.sticky {
    position: sticky;
    top: 2rem;
}

.select2-container--default .select2-selection--single {
    background: #f6f8fa !important;
    border: 1px solid #e8ecf0 !important;
    height: 40px !important;
    padding: 4px 7px !important;
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px !important;
    right: 8px !important;
}

#step_total .btn {
    width: 100%;
    text-align: center;

}

.control_combo .custom-field {
    padding-top: 22px;
}
.control_combo .custom-field:nth-child(-n+2) {
    padding-top: 0px;
}

