/*@charset "WINDOWS-1251";*/
/* Global styles
-----------------------------------------------------------------------------*/
/*fonts*/
/*@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic,cyrillic-ext,latin-ext");*/
/*@font-face {*/
/*font-family: 'Roboto';*/
/*src: url("../fonts/Roboto/RobotoRegular/RobotoRegular.eot");*/
/*src: url("../fonts/Roboto/RobotoRegular/RobotoRegular.eot") format("embedded-opentype"), */
/*url("../fonts/Roboto/RobotoRegular/RobotoRegular.woff2") format("woff2"), */
/*url("../fonts/Roboto/RobotoRegular/RobotoRegular.woff") format("woff"), */
/*url("../fonts/Roboto/RobotoRegular/RobotoRegular.ttf") format("truetype"), */
/*url("../fonts/Roboto/RobotoRegular/RobotoRegular.svg#RobotoRegular") format("svg");*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/
/*@font-face {*/
/*font-family: 'Roboto';*/
/*src: url("../fonts/Roboto/RobotoBold/RobotoBold.eot");*/
/*src: url("../fonts/Roboto/RobotoBold/RobotoBold.eot") format("embedded-opentype"), */
/*url("../fonts/Roboto/RobotoBold/RobotoBold.woff2") format("woff2"), */
/*url("../fonts/Roboto/RobotoBold/RobotoBold.woff") format("woff"), */
/*url("../fonts/Roboto/RobotoBold/RobotoBold.ttf") format("truetype"), */
/*url("../fonts/Roboto/RobotoBold/RobotoBold.svg#RobotoBold") format("svg");*/
/*font-weight: 700;*/
/*font-style: normal;*/
/*}*/
/*@font-face {*/
/*font-family: 'Roboto';*/
/*src: url("../fonts/Roboto/RobotoMedium/RobotoMedium.eot");*/
/*src: url("../fonts/Roboto/RobotoMedium/RobotoMedium.eot") format("embedded-opentype"), */
/*url("../fonts/Roboto/RobotoMedium/RobotoMedium.woff2") format("woff2"), */
/*url("../fonts/Roboto/RobotoMedium/RobotoMedium.woff") format("woff"), */
/*url("../fonts/Roboto/RobotoMedium/RobotoMedium.ttf") format("truetype"), */
/*url("../fonts/Roboto/RobotoMedium/RobotoMedium.svg#RobotoMedium") format("svg");*/
/*font-weight: 500;*/
/*font-style: normal;*/
/*}*/
/*@font-face {*/
/*font-family: 'Roboto';*/
/*src: url("../fonts/Roboto/RobotoLight/RobotoLight.eot");*/
/*src: url("../fonts/Roboto/RobotoLight/RobotoLight.eot") format("embedded-opentype"),*/
/*url("../fonts/Roboto/RobotoLight/RobotoLight.woff2") format("woff2"),*/
/*url("../fonts/Roboto/RobotoLight/RobotoLight.woff") format("woff"),*/
/*url("../fonts/Roboto/RobotoLight/RobotoLight.ttf") format("truetype"),*/
/*url("../fonts/Roboto/RobotoLight/RobotoLight.svg#RobotoLight") format("svg");*/
/*font-weight: 300;*/
/*font-style: normal;*/
/*}*/
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.eot');
    src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.Bold') format('truetype'),
    url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.eot');
    src: url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.ttf') format('truetype'),
    url('../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    font-size: 15px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-weight: 400;
    background: #fff;
    color: #333;
    /*min-height: 100%;*/
}

input[placeholder]::-webkit-input-placeholder,
textarea[placeholder]::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.2s ease;
}

input[placeholder]::-moz-placeholder,
textarea[placeholder]::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.2s ease;
}

input[placeholder]:-moz-placeholder,
textarea[placeholder]:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.2s ease;
}

input[placeholder]:-ms-input-placeholder,
textarea[placeholder]:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.2s ease;
}

input[placeholder]:focus::-webkit-input-placeholder,
textarea[placeholder]:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.2s ease;
}

input[placeholder]:focus::-moz-placeholder,
textarea[placeholder]:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.2s ease;
}

input[placeholder]:focus:-moz-placeholder,
textarea[placeholder]:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.2s ease;
}

input[placeholder]:focus:-ms-input-placeholder,
textarea[placeholder]:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.2s ease;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /*border-color: transparent;*/
    -webkit-text-fill-color: #555;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}
a {
    color: #8ab446;
}
/*.discount-block{*/
    /*display: none;*/
/*}*/
.hidden-error{
    position: absolute;
    color: red;
    display: none;
}
.checkbox-error{
    border: 2px solid red!important;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.btn-primary.dropdown-toggle
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.btn-primary.dropdown-toggle,
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.btn-primary.dropdown-toggle{
    background-color: #007e95;
}
.header-search-btn:focus {
    outline: none !important;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.invisible {
    visibility: hidden;
}

.animated {
    visibility: visible;
}

.list-reset,
.list-reset ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content .column{
    -webkit-box-orient:vertical;

    -webkit-box-direction:normal;

    -ms-flex-direction:column;

    flex-direction:column;
}

.img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
}

a:focus {
    text-decoration: none;
}

a:focus,
form *:focus,
.btn:focus,
button:focus,
input[type='button']:focus {
    outline: none !important;
}
/*-------------------- ABOUT -------------------------------*/
.about-right,
.about-left{
    padding: 0 15px;
}
.about-left{
    float: left;
    max-width: 60%;
}
.about-right{
    float: right;
    width: 40%;
}
.about-title {
    text-transform: none;
    margin-top: 0;
    word-spacing: 2px;
    /*width: 650px;*/
    margin-bottom: 20px;
    line-height: 1.3;
}
.about .action-button {
    margin-top: 24px;
}
.about-list{
    padding-left: 20px;
}
.about-list li {
    margin-bottom: 3px;
}
.about-text{
    line-height: 1.3;
}
.about-text:last-child{
    margin-bottom: 0;
}
.about-text span{
    font-weight: bold;
}
.action-button {
    position: relative;
    background-color: white;
    display: inline-block;
    padding: 0 60px 0 20px;
    height: 42px;
    line-height: 40px;
    border: 1px solid #f3f7ec;
    border-radius: 20px;
    color: #8ab446;
    box-shadow: 0 3px 15px 0 rgba(138,180,70,0.15);
}

.action-button:hover {
    box-shadow: 0 3px 15px 0 rgba(138,180,70,0.3);
}
.action-button:before {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #8ab446;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.action-button:after {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-size: 10px;
    color: white;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.action-button.arcticmodal-close{
    cursor: pointer;
}
.action-button-news {
    padding: 0 20px 0 60px;
}
.action-button-news:after{
    content: "\f053";
    left: 14px;
}
.action-button-news:before{
    left: 4px;
}

.btn-hover:hover {
    opacity: 0.8;
}

.btn {
    position: relative;
    /*text-transform: uppercase;*/
    font-size: 13px;
    padding-left: 22px;
    padding-right: 22px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn:hover {
    text-decoration: none;
}

.square-btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-default {
    border: 1px solid #e5e5e5;
    color: #000;
}

.btn-transparent {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    border: 2px solid #fff;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
}

.btn-transparent:hover {
    color: #fff;
}

.btn-basket {
    padding: 5px 17px 5px 48px;
    text-transform: none;
    float: right;
    position: relative;
}

.btn-basket:before {
    content: "";
    position: absolute;
    left: 17px;
    top: 50%;
    margin-top: -10px;
    width: 21px;
    height: 17px;
    background: url(../img/sm-ic.png) -183px top no-repeat;
}

.btn-watch-video {
    padding-left: 43px;
}

.btn-watch-video:before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -1px;
}
.btn-primary{
    background-color: #8ab446;
}
.btn-primary:hover{
    background-color: #7ca538;
}

.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #8AB446;
}

.form-control {
    height: 44px;
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid #dcdee1;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    text-transform: uppercase;
}
h2{
    letter-spacing: 0.6px;
}
h1{
    font-size: 22px;
}

.main-page-title,
.page-title {
    font-size: 24px;
    margin: 0 0 30px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}

.container-inner {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
}
.container-inner-cart{
    border-top: 0!important;
}

.container-inner:before,
.container-inner:after {
    content: " ";
    display: table;
}

.container-inner:after {
    clear: both;
}

.content {
    padding-bottom: 2%;
    /*margin-bottom: 30px;*/
}

.content-edit ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-edit ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.content-edit ul li:last-child {
    margin-bottom: 0;
}

.content-edit ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #bfc4c7;
    position: absolute;
    left: 0;
    top: .65em;
}

.content-edit table {
    max-width: 100%;
    width: 100%;
}

.content-edit table * {
    vertical-align: middle;
    text-align: center;
}

.content-edit table th,
.content-edit table td {
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
}

table {
    max-width: 100%;
    width: 100%;
}

table:not(.arcticmodal-container_i) tr,
table:not(.arcticmodal-container_i) th {
    vertical-align: middle;
    text-align: center;
}

table th,
table td {
    padding: 10px 15px;
    border: 1px solid #dcdee1;
}

.bold {
    font-weight: 700;
}

.table-light-color {
    color: #777;
}

/***************** breadcrumbs ******************/
.breadcrumbs {
    margin: 0 0 20px;
}

.breadcrumbs > li {
    float: left;
    position: relative;
    line-height: 1;
    margin-bottom: 10px;
}

.breadcrumbs li:last-child {
    margin-right: 0;
}

.breadcrumbs > li:after {
    content: "-";
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}

.breadcrumbs > li:last-child:after {
    display: none;
}

.breadcrumbs li a,
.breadcrumbs li span {
    font-size: 14px;
    color: #a1a1a1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.breadcrumbs li a:first-letter,
.breadcrumbs li span:first-letter {
    text-transform: capitalize;
}

.breadcrumbs li a:hover,
.breadcrumbs li a:hover span {
    color: #8ab446;
}

.breadcrumbs li a span {
    position: relative;
    z-index: 2;
}

.breadcrumbs > li:nth-last-child(1) > a,
.breadcrumbs > li:nth-last-child(1) > a > span,
.breadcrumbs > li:nth-last-child(1) > span {
    color: #333;
}

.ancor {
    opacity: 0;
    position: absolute;
    margin-top: -90px;
}

.breadcrumbs > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.breadcrumbs li ul li {
    margin-bottom: 8px;
}

.breadcrumbs li ul li:last-child {
    margin-bottom: 0;
}

.breadcrumbs li ul li ul li:first-child {
    margin-top: 8px;
}

/***************** end breadcrumbs ******************/
.fancybox-overlay {
    background: rgba(0, 0, 0, 0.4);
}

.fancybox-close {
    cursor: pointer;
    height: 30px;
    width: 30px;
    z-index: 8040;
    background: none;
    opacity: 0.6;
}

.fancybox-close:hover {
    opacity: 1;
}

.fancybox-close:before, .fancybox-close:after {
    background: #fff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.fancybox-close:after {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-nav {
    cursor: pointer;
    height: 64px;
    margin-top: -32px;
    position: absolute;
    text-decoration: none;
    top: 50%;
    width: 44px;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 8040;
    visibility: visible;
    margin: 0;
}

.fancybox-prev span {
    background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjI0IDM4My45IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMjQgMzgzLjkiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTM4LjcsMTkyYzE3LjgsMTYuMywzNS4xLDMyLjIsNTIuNCw0OGM0Mi4yLDM4LjcsODQuNSw3Ny41LDEyNi44LDExNi4yYzQuOSw0LjUsNy41LDkuOCw1LjUsMTYuNQ0KCQljLTEuOCw2LTUuOCw5LjYtMTEuOSwxMC44Yy01LjUsMS4xLTEwLTEtMTQuMS00LjdjLTMyLjQtMjkuNS02NC44LTU5LTk3LjItODguNUM2OS4yLDI2Mi4yLDM4LjIsMjM0LDcuNCwyMDUuOA0KCQljLTkuOC04LjktOS44LTE4LjgsMC0yNy44QzcwLjcsMTIwLjMsMTM0LDYyLjcsMTk3LjMsNWM3LjQtNi44LDE2LjUtNi43LDIyLjYsMC4xYzYuMSw2LjcsNS4zLDE1LjctMi4yLDIyLjUNCgkJQzE1OS45LDgwLjcsMTAyLjEsMTMzLjgsNDQuMiwxODYuOEM0Mi41LDE4OC40LDQwLjgsMTkwLDM4LjcsMTkyeiIvPg0KPC9nPg0KPC9zdmc+DQo=") no-repeat scroll left center/24px 44px;
    opacity: 0.6;
}

.fancybox-next span {
    background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjI0IDM4My45IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMjQgMzgzLjkiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE4NS4zLDE5MS45Yy0xNy44LTE2LjMtMzUuMS0zMi4yLTUyLjQtNDhDOTAuNywxMDUuMSw0OC41LDY2LjMsNi4yLDI3LjZjLTQuOS00LjUtNy41LTkuOC01LjUtMTYuNQ0KCQljMS44LTYsNS44LTkuNiwxMS45LTEwLjhjNS41LTEuMSwxMCwxLDE0LjEsNC43YzMyLjQsMjkuNSw2NC44LDU5LDk3LjIsODguNWMzMC45LDI4LjIsNjEuOSw1Ni4zLDkyLjgsODQuNQ0KCQljOS44LDguOSw5LjgsMTguOCwwLDI3LjhjLTYzLjMsNTcuNy0xMjYuNiwxMTUuNC0xOTAsMTczYy03LjQsNi44LTE2LjUsNi43LTIyLjYtMC4xYy02LjEtNi43LTUuMy0xNS43LDIuMi0yMi41DQoJCUM2NC4xLDMwMy4xLDEyMS45LDI1MC4xLDE3OS44LDE5N0MxODEuNSwxOTUuNSwxODMuMiwxOTMuOSwxODUuMywxOTEuOXoiLz4NCjwvZz4NCjwvc3ZnPg0K") no-repeat scroll right center/24px 44px;
    opacity: 0.6;
}

.fancybox-nav:hover span {
    opacity: 1;
}

.fancybox-close {
    top: -3px;
    right: -47px;
}

.fancybox-wrap .fancybox-title-float-wrap .child {
    background: none;
    font-weight: normal;
    width: 100%;
    padding: 10px;
}

.fancybox-wrap .fancybox-next {
    right: -44px;
}

.fancybox-wrap .fancybox-prev {
    left: -44px;
}

.fancybox-opened .fancybox-skin,
.fancybox-skin {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.default-modal .fancybox-inner {
    max-width: 100%;
    height: auto !important;
}

.fancybox-image {
    height: auto;
}

.vert-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.stretch-item {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}

.stop-price{
    color: white;
    background-color: #6593c4;
    padding: 2px 6px;
}
.main-label-wrap {
    position: relative;
    z-index: 1;
}

.main-label {
    display: inline-block;
    line-height: 1;
    padding: 7px 20px;
    color: #fff;
    font-weight: normal;
    background: #f18d2a;
    position: relative;
    margin: 0 10px 20px 0;
}
.nodiscount-label{
    position: absolute;
    z-index: 100;
    right: 0;
    width: 30%;
	top:-3%;
}
.nodiscount-label img{
	width:100%;
	height:auto;
}
.main-label:last-child {
    margin-right: 0;
}

.main-label-wrap-lg .main-label {
    padding: 15px 30px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
}

.product-card-label-wrap {
    display: block;
}

.product-card-label-wrap .main-label {
    font-size: 13px;
    padding: 10px 24px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
    border-radius: 5px;
}

.product-card-label-wrap .main-label:before {
    content: "";
    position: absolute;
    left: -8px;
    bottom: -7px;
    z-index: -1;
    border: 9px solid transparent;
    border-right-color: #b56a1f;
}

.main-label:before {
    content: "";
    position: absolute;
    left: -12px;
    bottom: -12px;
    z-index: -1;
    border: 12px solid transparent;
    border-right-color: #498000;
}

.video-block-ic {
    display: inline-block;
    position: relative;
}

.video-block-ic:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url(../img/video-ic.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 80px 80px;
    -moz-background-size: 80px 80px;
    -o-background-size: 80px 80px;
    background-size: 80px 80px;
}

.insert-shadow-block {
    position: relative;
}

.insert-shadow-block:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.events-index-item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
    /*opacity: .2;*/
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 18%, rgba(0,0,0,0.47) 81%, rgba(0,0,0,0.54) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 18%,rgba(0,0,0,0.47) 81%,rgba(0,0,0,0.54) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 18%,rgba(0,0,0,0.47) 81%,rgba(0,0,0,0.54) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#8a000000',GradientType=0 );
}

.transition {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    /*height: auto !important;*/
    /*height: 100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;


}

/*main-page*/
/* Header
-----------------------------------------------------------------------------*/
.header {
    height: 178px;
}

.header-top {
    height: 110px;
    background: #fff;
    position: relative;
    z-index: 25;
}

.header-top > .container-inner:before,
.header-top > .container-inner:after {
    display: none;
}

.header-top-inner {
    padding-top: 5px;
    position: relative;
    width: 100%;
}

.header a:hover {
    text-decoration: none;
}

.header .container-inner,
.main-nav,
.main-menu,
.main-menu > li,
.header-login,
.main-menu > li > a,
.header-login-wrap {
    height: 100%;
}


.site-logo {
    float: left;
    width: 270px;
    /*background: url(../img/site-logo.png) center center no-repeat;*/
    background: url(../img/svg/site-logo.svg) center center no-repeat;
    height: 46px;
    margin-right: 47px;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
}

.header-phone {
    color: #333;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
}

.header-phone:before {
    content: "\f095";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #B3B6BE;
    /*content: "";*/
    /*display: inline-block;*/
    /*vertical-align: baseline;*/
    /*width: 14px;*/
    /*height: 14px;*/
    /*background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI5ODc3ODYzODBFNjExRTdCREZFRUQxMzlFOEM3OUY1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI5ODc3ODY0ODBFNjExRTdCREZFRUQxMzlFOEM3OUY1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Mjk4Nzc4NjE4MEU2MTFFN0JERkVFRDEzOUU4Qzc5RjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Mjk4Nzc4NjI4MEU2MTFFN0JERkVFRDEzOUU4Qzc5RjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Qb55gAAAAuklEQVR42pxRiQ3CMAxMskFW6AowQjtCMkIZoYxARigjhBHoChmBrsAKnMUhgUWRxUmWZSfn8+MdUGuNcDtYyznfnQEBJCHcYFfY5IwI/BwZTyjUWYlJ5U5Wop5psRIvb/ERyzlbiYv7A57nkK12bHsP1dWiKDjQx2edGk2KVB3hZoYNll/KfOu5g/WDyA9CHBlK2+XLiSRXvG5BKW9hCDrDcwywrQVJJ83/Kgv1xNkSFyc3LyjeHgIMAIfEOnYCvjrsAAAAAElFTkSuQmCC") left top no-repeat;*/
}

.header-phone:hover {
    text-decoration: none;
}

.header-help-wrap {
    padding-left: 24px;
}

.header-help {
    display: inline-block;
    border-bottom: 1px dashed;
    line-height: 1.2;
    font-size: 15px;
    color: #868b97;
    font-size: 14px;
}

.header-help:hover {
    border-bottom-color: transparent;
}

.header-info-main {
    margin-top: 15px;
    float: left;
}

.old-site-link{
    font-size: 14px;
    display: block;
    margin-top: 4px;
}

.header-info-links {
    float: right;
    /*padding-top: 6px;*/
}

.header-info-links-item {
    margin-right: 26px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    color: #000;
}

.header-info-links-item:last-child,
.header-info-links-item:nth-last-child(2) {
    margin-right: 0;
}

.header-menu-btn-close {
    position: absolute;
    right: 16px;
    top: 7px;
    width: 20px;
    height: 20px;
    z-index: 2;
    display: none;
}

.mf-ok-text{
    margin: 20px 0;
    color: green;
    font-size: 16px;
}

.header-menu-btn-close:before,
.header-menu-btn-close:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #fff;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-menu-btn-close:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-menu-btn {
    display: none;
    position: relative;
    height: 18px;
    width: 24px;
    top: 2px;
}

.header-menu-btn:before,
.header-menu-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #aaa;
    height: 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.header-menu-btn:after {
    top: auto;
    bottom: 0;
}

.header-menu-btn-inner {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    background: #aaa;
    height: 4px;
    margin-top: -2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.header-top .header-info-links-item-inner {
    color: #000;
    display: block;
}

.header-info-links-item-inner:hover {
    color: #8ab446;
}

.header-info-links-item-inner > * {
    display: inline-block;
    vertical-align: middle;
}

.header-compare-ic {
    position: relative;
    min-width: 31px;
    min-height: 29px;
}

.header-compare-ic:before {
    content: "";
    width: 31px;
    height: 29px;
    background: url(../img/svg/compare.svg) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.header-compare-ic-active:before {
    /*background-image: url(../img/main-ic-color.png);*/
    background-image: url(../img/svg/compare-active.svg);
}

.header-favorite-ic {
    position: relative;
    min-width: 33px;
    min-height: 30px;
}

.header-favorite-ic:before {
    content: "";
    width: 33px;
    height: 30px;
    /*background: url(../img/main-ic.png) -31px top no-repeat;*/
    background: url(../img/svg/favorite.svg) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.header-favorite-ic-active:before {
    /*background-image: url(../img/main-ic-color.png);*/
    background-image: url(../img/svg/favorite-active.svg);
}

.header-search-ic {
    position: relative;
    min-width: 30px;
    min-height: 30px;
}

.header-search-ic:before {
    content: "";
    width: 30px;
    height: 30px;
    /*background: url(../img/main-ic.png) -64px top no-repeat;*/
    background: url(../img/svg/search.svg) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.header-count {
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    width: 20px;
    height: 20px;
    background: #9d6f95;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -6px;
    z-index: 2;
}

.header-basket-ic {
    position: relative;
    min-width: 36px;
    min-height: 31px;
}

.header-basket-ic:before {
    content: "";
    width: 36px;
    height: 31px;
    /*background: url(../img/main-ic.png) -94px top no-repeat;*/
    background: url(../img/svg/basket.svg) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.header-basket-ic-active:before {
    background-image: url(../img/svg/basket-active.svg);
}

.header-basket {
    margin-left: 28px;
    position: relative;
}

.header-basket:before {
    content: "";
    position: absolute;
    left: -27px;
    top: 50%;
    margin-top: -20px;
    width: 1px;
    height: 40px;
    background: #dcdee1;
}

.header-info-links-item-ic {
    margin-right: 8px;
}

.header-bottom {
    height: 50px;
    background: #525a6b;
    position: relative;
    z-index: 19;
}

.header-bottom .container-inner:before,
.header-bottom .container-inner:after {
    display: none;
}

/*main-menu*/
.main-nav {
    float: left;
    margin-right: 1%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.main-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main-menu > li {
    font-size: 16px;
    color: #fff;
    margin-right: 28px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.main-menu > li:first-child {
    padding-left: 14px;
    padding-right: 46px;
    text-transform: uppercase;
    width: 260px;
}

.main-menu > .first-item.active {
    background-color: #757b89;
}

.main-menu > .first-item > a:after{
    content: '';
    width: 18px;
    height: 12px;
    margin-left: 28px;
    background: url(../img/burger.png) center no-repeat;
}
.main-menu > li:last-child {
    margin-right: 0;
}

.main-menu li a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    line-height: 2;
    text-align: left;
}
.main-menu li a.mobile-item{
    display: none;
    font-size: 12px;
    padding: 8px 0px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}
.main-menu li a:first-letter {
    text-transform: capitalize;
}

.main-menu > li > a,
.header-login,
.header-login-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-menu li:hover > a {
    /*color: #e5e5e5;*/
}

/*.main-menu li:hover > :nth-last-child(2):after {*/
/*!*content: "\f106";*!*/
/*content: '';*/
/*}*/

/*.main-menu li > :nth-last-child(2):after {*/
/*!*content: "\f107";*!*/
/*!*content: '';*!*/
/*!*display: inline-block;*!*/
/*!*font: normal normal normal 14px/1 FontAwesome;*!*/
/*!*text-rendering: auto;*!*/
/*!*-webkit-font-smoothing: antialiased;*!*/
/*!*-moz-osx-font-smoothing: grayscale;*!*/
/*!*margin-left: 7px;*!*/
/*!*margin-top: -1px;*!*/
/*}*/

/*submenu*/
.main-menu li ul {
    position: absolute;
    left: 0;
    top: 27px;
    margin: 0;
    padding: 15px 0;
    list-style: none;
    visibility: hidden;
    z-index: 1;
    text-align: left;
    /*background-color: #525a6b;*/
}
.submenu {
    background-color: rgba(82,90,107,0.8);
    width: 260px;

}

.main-menu .menu-item ul {
    /*border-radius: 0 0 10px 10px;*/
}

.main-menu li ul li {
    /*margin: 0 0 15px;*/
    /*position: relative;*/
    /*white-space: nowrap;*/
    font-size: 15px;
    line-height: normal;
    text-transform: none;
}

.main-menu li ul li:last-child {
    margin-bottom: 0;
}

.main-menu .menu-list {
    left: -9999px;
    top: 100%;
    min-width: 100%;
}

.main-menu li.active > .menu-list {
    visibility: visible;
    opacity: 1;
    left: 0;
}
.main-menu .menu-list {
    padding: 0;
    background-color: #60656d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-menu .menu-item {
    margin: 0;
    width: 50%;
    text-align: center;
}
.main-menu .menu-item ul {
    font-weight: bold;
}
.main-menu .menu-item > span {
    color: #e5e5e5;
    font-size: 10px;
    padding: 8px 0px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}
.main-menu .menu-item.active > span {
    color: #fff;
}

.menu-item.active{
    background-color: #8ab446;
}

.main-menu .menu-item ul li {
    font-size: 14px;
    padding: 0 15px;
}

/*.main-menu li:hover > ul {*/
/*visibility: visible;*/
/*opacity: 1;*/
/*left: 0;*/
/*}*/

.main-menu > li:nth-last-child(1):hover > ul {
    left: auto;
    right: 0;
}

.main-menu li ul li.active > ul {
    visibility: visible;
    /*opacity: 0.8;*/
}

/*-------------------SUBMENU------------------------------------------*/

.menu-list .menu-item .submenu{
    border-radius: 0 0 10px 10px;
}

.menu-list .menu-item:first-child .submenu:hover{
    border-radius: 0 0 0 10px;
}
.border-round{
    border-radius: 0 0 10px 10px!important;
}

.submenu > li > a{
    position: relative;
}
.menu-item .submenu > li > a:after{
    content: "\f054";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0px;
    font-size: 9px;
    top: 50%;
    transform: translateY(-50%);
    color: transparent;
}
.menu-item:last-child .submenu > li > a:after{
    color: transparent;
}

.submenu > li:hover {
    background-color: #8ab446;
}
.submenu > li:hover > a:after {
    color: white;
}
.submenu > li.one-item  {
    position: relative;
}
.submenu > li > ul{
    background-color: rgba(82,90,107,0.92);
    width: 400px;
    padding: 20px 44px;
    top: -27px;
    left: 260px;
    height: 100%;
    border-radius: 0 0 10px 0;
}
.submenu > li.one-item > ul {
    left: 260px;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 10px 10px 0;
}

.submenu > li.one-item:hover .submenu {
    border-radius: 0 0 10px 10px;
}

.submenu > li:hover ul {
    /*top: ;*/
    visibility: visible;
    /*opacity: 0.9;*/
    /*left: 100%;*/
}
.submenu > li > ul > li{
    margin-bottom: 7px;
    padding: 0;

    /*text-transform: uppercase;*/
}
.submenu > li > ul > li >a{
    font-size: 13px;
    /*text-transform: uppercase;*/
}


.submenu > li > ul > li:hover > a {
    color: #8ab446;
}

/*.main-menu .menu-item .active > ul {*/
/*visibility: visible;*/
/*opacity: 1;*/
/*left: 100%;*/
/*}*/

.header-login {
    position: relative;
    /*padding: 0 20px;*/
    float: right;
    color: #fff;
    max-width: 240px;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.header-login a {
    color: #fff;
    font-size: 16px;
}
.header-login-link:first-child:before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 16px;
    background: url(../img/user.png) center no-repeat;
    /* font: normal normal normal 18px/1 FontAwesome; */
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.header .header-login-link:hover {
    text-decoration: underline;
}

.header-login-separate {
    margin: 0 4px;
}

.header .header-login-wrap {
    position: relative;
    margin: 0;
}

.login-dropdown-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.header-login-name {
    position: relative;
    padding-right: 17px;
    white-space: normal;
    line-height: 1.2;
    color: #fff;
}

.header-login-name:after {
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dropDownEl-active .header-login-name:after {
    content: "\f0d8";
}

.login-dropdown {
    white-space: nowrap;
    position: absolute;
    left: -1000%;
    right: -1000%;
    margin: 0 auto;
    top: 100%;
    min-width: 100%;
    width: 240px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropDownEl-active .login-dropdown {
    opacity: 1;
    visibility: visible;
}

.login-dropdown:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7px;
    margin-left: -7px;
    width: 14px;
    height: 14px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    z-index: 2;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login-dropdown:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.login-dropdown-logout,
.login-dropdown-content {
    position: relative;
}

.header-login-inner-block {
    position: relative;
    z-index: 2;
    background: #fff;
}

.login-dropdown-content {
    padding: 15px;
}

.login-dropdown a {
    display: block;
    color: #777;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.login-dropdown a:hover {
    opacity: .8;
}

.login-dropdown-content-item {
    margin-bottom: 3px;
}

.login-dropdown-content-item:last-child {
    margin-bottom: 0;
}

.login-dropdown-logout {
    padding: 19px 15px 18px;
}

.login-dropdown-logout:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #e5e5e5;
}

.login-dropdown-logout a {
    position: relative;
    padding-left: 23px;
    min-height: 14px;
    color: #9a9a9a;
}

.login-dropdown-logout a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    /*background: url(../img/main-ic.png) -201px bottom no-repeat;*/
    background-image: url(../img/exit.png);
}

.header-login-ic:before {
    /*content: "\f007";*/
    /*color: #fff;*/
    content: '';
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(../img/user.png) center no-repeat;
    /*font: normal normal normal 18px/1 FontAwesome;*/
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-login-ic {
    margin-right: 16px;
}

.header-login-ic,
.header-login-name {
    display: inline-block;
    vertical-align: middle;
}

/*scroll styling*/
/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
    margin-right: 23px;
}

.mCSB_scrollTools {
    width: 3px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 23px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 3px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 100%;
    margin: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper > .mCSB_container {
    margin-right: 23px;
    margin-bottom: 23px;
}

.mCSB_vertical_horizontal > .mCSB_container {
    margin-right: 23px;
    margin-bottom: 23px;
}

.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

/*custom-ver-scroll*/
.catalog-nav-inner .mCSB_scrollTools {
    right: auto;
    left: 0;
    width: 23px;
}

.catalog-nav-inner .mCSB_draggerContainer {
    right: auto;
    width: 3px;
}

.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f3f7ec;
}

.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    background-color: #8ab446;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.catalog-nav-inner .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}

/*custom-hor-scroll*/
.mCSB_vertical-inactive .mCSB_scrollTools_vertical,
.mCSB_horizontal-inactive .mCSB_scrollTools_horizontal {
    display: none !important;
}

.mCSB_vertical-inactive .mCSB_inside > .mCSB_container {
    margin-left: 0;
    margin-right: 0;
}

.mCSB_horizontal-inactive .mCSB_inside > .mCSB_container {
    margin-top: 0;
    margin-bottom: 0;
}

.catalog-nav-inner .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 23px;
}

/*scroll styling end*/
.shadow-layout,
.shadow-layout-m {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    z-index: 20;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.shadow-layout-m {
    z-index: 26;
}

.mobile-menu-open .shadow-layout-m {
    opacity: 1;
    visibility: visible;
}


.search-form-block-visible .shadow-layout {
    opacity: 1;
    visibility: visible;
}

.search-info:last-child{
    margin: 0;
}
.search-info{
    font-size: 16px;
}
/*.search-info-bold{*/
    /*!*font-weight: bold;*!*/
/*}*/

.shadow-layout-visible {
    opacity: 1;
    visibility: visible;
}

/******menu-mobile*******/
/*search-form*/
.search-btn-wrap {
    position: relative;
}

.header .search-btn {
    margin-right: 0;
}

.search-form-block {
    position: absolute;
    right: 0;
    /*left: 100%;*/
    top: 0;
    height: 100%;
    opacity: 0;
    z-index: 3;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background: #fff;
}

.search-form-block-visible .search-form-block {
    left: 0;
    opacity: 1;
}

.search-form:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 189px;
    height: 100%;
    z-index: 1;
}

.search-form {
    width: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: 0;
}

.search-form-input {
    width: 100%;
    height: 100%;
    padding-left: 30px;
    padding-right: 189px;
}

.search-form-btn {
    position: absolute;
    right: 86px;
    top: 50%;
    z-index: 2;
    min-height: 20px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    border: none;
    white-space: nowrap;
    padding: 0 0 0 34px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search-form-btn:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    /*background: url(../img/main-ic.png) -215px bottom no-repeat;*/
    background: url(../img/svg/search-active.svg) center center no-repeat;
}

.search-form-close {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 2;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url(../img/main-ic.png) -235px bottom no-repeat;
}

.title-search-result {
    display: none;
    position: absolute !important;
    left: 0 !important;
    top: 86px !important;
    width: 100% !important;
    z-index: 26;
}

.bx-title-search-height-small{
    top: 130px !important;
}
.bx-title-search-height-big{
    top: 240px !important;
}


.search-form-block-visible .title-search-result{
    display: block !important;
}

.bx_searche {
    margin: 0 auto;
    max-width: 1170px;
    background: #fff;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    padding: 0 30px;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.search-result-item {
    padding: 15px 0;
}

.search-result-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 75px;
}

.search-result-btn-wrap .search-result-btn {
    color: #fff;
}

.search-result-btn-wrap {
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
}

.search-result-img {
    float: left;
    width: 10%;
    height: 75px;
    text-align: center;
    padding-right: 25px;
    overflow: hidden;
}

.search-result-img a {
    height: 100%;
}

.search-result-img img {
    height: 100%;
}

.search-result-product-title {
    color: #000;
    margin-bottom: 7px;
    font-weight: 700;
    max-height: 36px;
    overflow: hidden;
    display: block;
    line-height: 1.2;
}

.title-search-result .product-card-price {
    height: auto;
}

.title-search-result .product-card-price-now,
.title-search-result .product-card-price-old,
.title-search-result .product-card-available {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.title-search-result .product-card-price {
    display: inline-block;
    vertical-align: middle;
}

.title-search-result .product-card-available {
    margin: 0;
}

.title-search-result .product-card-price-now {
    font-size: 18px;
}

.title-search-result .product-card-price-old {
    font-size: 15px;
}

.search-result-text {
    margin-bottom: 60px;
}

.search-result-word {
    font-weight: 700;
}

.search-result-form {
    margin-bottom: 55px;
}

.search-result-input,
.search-result-btn {
    float: left;
}

.search-result-input {
    border-right: none;
    width: 48.7%;
    padding-right: 54px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}

.search-result-btn {
    margin-left: -34px;
}

/*header-fixed*/
/*.header-inner {
  top: -65px;
}*/
/*.header-inner:not(.header-fixed){
  display: block !important;
}
*/
.header-inner {
    position: relative;
}

.middle {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-top: 30px;
    /*padding-bottom: 40px;*/
}

.main-block {
    height: 510px;
    margin-top: -48px;
}

/*main slider*/
.main-slider,
.main-slider .slick-list,
.main-slider .slick-track,
.main-slider .slick-slide,
.main-slider .main-slider-img,
.main-slider .main-slider-inner {
    width: 100%;
    height: 100%;
}

.main-slider .slick-slide {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*background-size: contain;*/
    /*background-size: 100% 120%;*/
}
/*.main-slider .slick-slide:first-child{*/
    /*background-position: center;*/
/*}*/

.main-slider{
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}



.owl-carousel{
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.main-slider-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.main-slider-wrap{
    position: relative;
    height: 100%;
}
.main-slider-wrap .main-slider {
    position: relative;
    margin: 0;
}

.main-slider-inner {
    position: relative;
}
/*------- убираем блики в slick slider -----*/
.slick-track,
.slick-list {
    -webkit-perspective: 2000px;
    -webkit-backface-visibility: hidden;
}
/*------------------------------------------*/
.main-slider .container-inner {
    padding-left: 20px;
}
.main-slider .slick-slide {
    position: relative;
    padding-top: 2%;
}

.main-slider-wrap {
    width: 100%;
    height: 100%;
    /*padding-right: 550px;*/
    /*float: left;*/
}

.main-slider-content {
    position: relative;
    padding-left: 11.5%;
    padding-right: 30px;
    padding-bottom: 20px;
}

.main-slider-title {
    font-size: 30px;
    margin: 0 0 45px;
    text-transform: none;
    font-weight: normal;
}

.main-slider-arrows {
    padding: 5px;
    background-color: #f3f7ec;
    position: absolute;
    bottom: 30px;
    left: 300px;
    border-radius: 20px;
}

.main-slider-slides{
    display: inline-block;
    width: 80px;
    text-align: center;
}

.main-slider-arrows .slick-arrow{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    color: #8ab446;
    border: none;
    font-size: 9px;
}

/*.main-slider-content ul li {*/
/*position: relative;*/
/*padding-left: 30px;*/
/*font-size: 19px;*/
/*}*/

/*.main-slider-content ul li:before {*/
/*content: "";*/
/*position: absolute;*/
/*left: 0;*/
/*top: 7px;*/
/*width: 18px;*/
/*height: 14px;*/
/*background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA5NTk0NzI3ODBFQTExRTdBRDQ2OUJBODM4NUMxMjY3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA5NTk0NzI4ODBFQTExRTdBRDQ2OUJBODM4NUMxMjY3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDk1OTQ3MjU4MEVBMTFFN0FENDY5QkE4Mzg1QzEyNjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDk1OTQ3MjY4MEVBMTFFN0FENDY5QkE4Mzg1QzEyNjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz704M+SAAAApElEQVR42qSTiw2AIAwFaeIAjuAIXcFN3IwRHEE3YATdgBGwNdQQLShI8tK0kKOfFEII5s8BgIFt9xOCZBbSCq0ZEaQns0V3NAyqFR2GOBI7eMYaQQKZrlgDxN4h1aAEYpU7M5O81FqATDmIgDCCHukqEJf9SJmCvUFQIPyuCFJ64CJcsvUliNrspAyfCF8HkelJ2jf8MtHsisQV4HL2LytzCDAAzj6vVSuxCXMAAAAASUVORK5CYII=") left top no-repeat;*/
/*}*/

/*.main-slider .slick-dots {*/
/*position: relative;*/
/*text-align: left;*/
/*margin: -86px 0 0 0;*/
/*width: 160px;*/
/*left: 36%;*/
/*padding: 5px;*/
/*border-radius: 20px;*/
/*!*padding-right: 30px;*!*/
/*background-color: #f3f7ec;*/
/*}*/
/*.main-slider .slick-dots li{*/
/*margin: 0;*/
/*}*/
/*.main-slider .slick-dots li:last-child{*/
/*margin-left: 90px;*/
/*}*/
/*.main-slider .slick-dots li{*/
/*width: 30px;*/
/*height: 30px;*/
/*border-radius: 50%;*/
/*background-color: white;*/
/*}*/

/*.slick-dots {*/
/*line-height: 0;*/
/*}*/

/*.slick-dots li {*/
/*margin: 0 12px 0 0;*/
/*}*/

/*.slick-dots li:last-child {*/
/*margin-right: 0;*/
/*}*/

/*.slick-dots li.slick-active button {*/
/*background: #fff;*/
/*}*/

/*.slick-dots li button {*/
/*width: 100%;*/
/*height: 100%;*/
/*padding: 0;*/
/*-webkit-border-radius: 50%;*/
/*-moz-border-radius: 50%;*/
/*border-radius: 50%;*/
/*}*/

/*.slick-dots li.slick-active button:before {*/
/*background: #00a9c8;*/
/*}*/

/*.slick-dots li button:before {*/
/*display: none;*/
/*}*/

/*.slick-dots li button:before {*/
/*content: '';*/
/*font-size: 0;*/
/*line-height: 0;*/
/*position: absolute;*/
/*left: 50%;*/
/*top: 50%;*/
/*opacity: 1;*/
/*display: block;*/
/*width: 10px;*/
/*height: 10px;*/
/*padding: 0;*/
/*background: rgba(0, 0, 0, 0.6);*/
/*-webkit-border-radius: 50%;*/
/*-moz-border-radius: 50%;*/
/*border-radius: 50%;*/
/*margin: -5px 0 0 -5px;*/
/*}*/

/*.slick-dots li.slick-active button:before {*/
/*opacity: 1;*/
/*}*/

/*.main-banners {*/
/*height: 100%;*/
/*width: 520px;*/
/*float: left;*/
/*margin-left: -520px;*/
/*display: -ms-flexbox;*/
/*display: -webkit-flex;*/
/*display: flex;*/
/*-webkit-flex-direction: column;*/
/*-ms-flex-direction: column;*/
/*flex-direction: column;*/
/*-webkit-flex-wrap: nowrap;*/
/*-ms-flex-wrap: nowrap;*/
/*flex-wrap: nowrap;*/
/*-webkit-justify-content: space-between;*/
/*-ms-flex-pack: justify;*/
/*justify-content: space-between;*/
/*-webkit-align-content: stretch;*/
/*-ms-flex-line-pack: stretch;*/
/*align-content: stretch;*/
/*-webkit-align-items: stretch;*/
/*-ms-flex-align: stretch;*/
/*align-items: stretch;*/
/*}*/

/*.main-banners-item {*/
/*height: 47%;*/
/*padding: 20px 20px 20px 35px;*/
/*position: relative;*/
/*background-position: right top;*/
/*background-repeat: no-repeat;*/
/*!*-webkit-background-size: cover;*!*/
/*!*-moz-background-size: cover;*!*/
/*!*-o-background-size: cover;*!*/
/*!*background-size: cover;*!*/
/*background-size: contain;*/
/*display: -ms-flexbox;*/
/*display: -webkit-flex;*/
/*display: flex;*/
/*-webkit-flex-direction: column;*/
/*-ms-flex-direction: column;*/
/*flex-direction: column;*/
/*-webkit-flex-wrap: nowrap;*/
/*-ms-flex-wrap: nowrap;*/
/*flex-wrap: nowrap;*/
/*-webkit-justify-content: space-between;*/
/*-ms-flex-pack: justify;*/
/*justify-content: space-between;*/
/*-webkit-align-content: flex-start;*/
/*-ms-flex-line-pack: start;*/
/*align-content: flex-start;*/
/*-webkit-align-items: flex-start;*/
/*-ms-flex-align: start;*/
/*align-items: flex-start;*/
/*}*/

/*.main-banners-item-top,*/
/*.main-banners-item-bottom{*/
/*position: relative;*/
/*z-index: 2;*/
/*}*/

/*.main-banners-item-title {*/
/*font-size: 21px;*/
/*font-weight: 700;*/
/*margin: 0;*/
/*max-height: 46px;*/
/*overflow: hidden;*/
/*text-transform: none;*/
/*}*/

/*.main-banners-item-title a {*/
/*color: #000;*/
/*display: block;*/
/*}*/

/*.main-banners-item .btn {*/
/*margin-top: 10px;*/
/*}*/

.product-price-old {
    color: #919191;
    text-decoration: line-through;
    line-height: 1;
    margin-bottom: 3px;
}

.product-price {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}

.main-catalog-features {
    margin-top: 30px;
}
.main-catalog-features .row {
    margin-left: 275px;
}

.main-catalog-features-item {
    margin-bottom: 30px;
}
.catalog-icon{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.catalog-icon:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
    height: 100%;
}
.main-catalog-features-item-ic img{
    width: 40px;
    height: 40px;
}

.main-catalog-features-item-content{
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.main-catalog-features-item-ic {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 62px;
    line-height: 88px;
    /*background: #00a9c8;*/
    border-radius: 50%;
    border: 2px solid #a8acb5;
    overflow: hidden;
    margin-right: 14px;
    text-align: center;
}

.main-catalog-features-item-ic img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.main-catalog-features-item-title {
    font-size: 16px;
    height: 58px;
}

.main-catalog-features-item-title span {
    color: #333;
    display: inline-block;
    max-width: 170px;
    font-size: 14px;
}
.main-catalog-features-item-title span:first-letter{
    text-transform: uppercase;
}
.tabs-background{
    background-color: #f3f3f5;
    position: relative;
}
.tabs-background:after,
.tabs-background:before{
    content: '';
    position: absolute;
    width: 2000px;
    height: 100%;
    background-color: #f3f3f5;
    top: 0;
    z-index: -1;
}
.tabs-background:after{
    right: 0;
}
.tabs-background:before{
    left: 0;
}

.tabs-block {
    display: none;
}

.tabs-nav {
    margin-bottom: 14px;
    text-align: left;
}
.personal-nav-item,
.tabs-nav-item
{
    font-weight: 700;
    font-size: 22px;
    color: #9a9a9a;
    line-height: 1;
    display: inline-block;
    position: relative;
    width: auto;
    text-transform: none;
    margin: 0 30px 10px 0;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.tabs-nav-item:not(.tabs-nav-item-active):hover {
    opacity: .7;
}

.tabs-nav-item:last-child {
    margin-right: 0;
}
.personal-nav-item a,
.tabs-nav-item a {
    color: #868b97;
}

.personal-nav-item {
    float: left;
    font-weight: 700;
    font-size: 22px;
    color: #9a9a9a;
    line-height: 1;
    display: inline-block;
    position: relative;
    font-size: 18px;
    text-transform: none;
    text-align: center;
    margin: 0 30px 10px 0;
    border-bottom: 2px solid transparent;
}
.personal-nav-item-active,
.tabs-nav-item-active {
    border-bottom-color: #9d6f95;
}
.tabs-nav-item-active,
.personal-nav-item-active a, .tabs-nav-item-active a{
    color: #333;
}

.category-date {
    margin-bottom: 20px;
    text-align: left;
}

.category-date-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    color: #868b97;
    background: #f0eaef;
    padding: 8px 15px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.category-date-item:last-child {
    margin-right: 0;
}

.category-date-item-active {
    background: #9d6f95;
    color: #fff;
}

.index-block {
    padding: 48px 0 34px 0;
}
/*-----------------------------------------CATALOG-PRODUCT-------------------------*/
.catalog-product-item{
    display: inline-block;
}
.catalog-product-item-inner {
    padding: 20px 18px;
    background-color: white;
    border-radius: 20px;
    text-align: left;
}
.catalog-product-left{
    float: left;
    /*width: 136px;*/
    width: 41%;
    height: 136px;
}
.catalog-product-right{
    width: 59%;
    float: left;
    padding-left: 10px;
}
.catalog-product-item-title,
.catalog-product-item-code,
.catalog-product-item-vendor,
.catalog-product-item-status,
.catalog-product-item-price {
    display: block;
}

.catalog-product-item-title{
    font-weight: bold;
    color: #333;
}
.title-wrap{
    height: 42px;
    overflow: hidden;
    line-height: 1.3;
}

.catalog-product-item-code,
.catalog-product-item-vendor{
    color: #868b97;
}
.catalog-product-item-status {
    color: #8ab446;
}

.catalog-product-item-price,
.catalog-product-item-code{
    margin-top: 3px;
}
.catalog-product-item-status{
    margin-top: 3px;
}

.catalog-product-item-price{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.catalog-product-item-price span{
    text-transform: uppercase;
}

/*---------------------------------------CATALOG-CATEGORY-----------------------------*/
.novelty .catalog-category{
    position: relative;
    height: 260px;
}
.catalog-category-item-inner {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.15);
    background-color: white;
}

.catalog-category-item-img {
    height: 174px;
    line-height: 158px;
    text-align: center;
    display: block;
    padding: 10px;
}

.catalog-category-item-title {
    padding: 0 10px;
    font-size: 15px;
    text-transform: lowercase;
    color: #000;
    height: 61px;
    overflow: hidden;
    border-top: 1px solid #dcdee1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-category-item-title a:first-letter{
    text-transform: uppercase;
}

.catalog-category-item-title a {
    color: #000;
    display: inline-block;
    max-height: 45px;
    overflow: hidden;
}

.ajax-new-arrivals-content{
    visibility: hidden;
    position: absolute;
    padding: 0 40px;
}
.ajax-new-arrivals-content .owl-stage-outer{
    padding: 15px 15px;
    margin: 0 -15px;
}

.novelty .ajax-new-arrivals-content .catalog-category-item{
    margin-bottom: 0;
}
.ajax-new-arrivals-content.active{
    opacity: 1;
    visibility: visible;
}

.ajax-new-arrivals-content.active{
    display: block!important;
}

.events-index {
    border: none;
    padding: 45px 0 55px 0;
}

.events-index-item {
    display: block;
    height: 270px;
    padding: 20px 20px 20px 35px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.events-index-item-inner {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.events-index-item-title {
    font-size: 18px;
    color: #fff;
    margin: 0;
    line-height: 1.42857;
    max-height: 175px;
    overflow: hidden;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    text-transform: none;
}

.events-index-item-title a {
    color: #fff;
    display: block;
}

.events-index-item .main-label {
    padding-left: 13px;
    padding-right: 13px;
}

.events-index .tabs-block-wrap{
    height: 328px;
}

.index-slider-nav {
    text-align: center;
    line-height: 0;
    padding: 10px 0;
}

.index-slider-nav-inner {
    display: inline-block;
    position: relative;
}

.index-slider-nav-inner .slick-dots {
    position: static;
}

.index-slider-nav-inner .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 8px 0 0;
}

.index-slider-nav-inner .slick-dots li:last-child {
    margin-right: 0;
}

.index-slider-nav-inner .slick-dots li button:before {
    position: static;
    width: 100%;
    height: 100%;
    margin: 0;
}

.slick-prev, .slick-next {
    position: absolute;
    width: 28px;
    height: 28px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 0;
    line-height: 0;
    background-color: #00a9c8;
}

.slick-prev:before, .slick-next:before {
    display: none;
}

.bx-pag-prev,
.bx-pag-next{
    position: relative;
    transition: opacity .4s;
}
.bx-pag-prev:hover,
.bx-pag-next:hover{
    opacity: 0.7;
}
.bx-pag-next:before {
    position: absolute;
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    left: 12px;
    font-size: 10px;
    top: 51%;
    transform: translateY(-50%);
    color: white;
    cursor: pointer;
}
.bx-pag-prev:before{
    position: absolute;
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    left: 10px;
    font-size: 10px;
    top: 51%;
    transform: translateY(-50%);
    color: white;
    cursor: pointer;
}

.index-slider-nav-inner .slick-prev {
    top: -10px;
    left: -48px;
}

.index-slider-nav-inner .slick-next {
    top: -10px;
    left: auto;
    right: -48px;
}

.index-slider .slick-track {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/*owl-carousel*/
.owl-carousel.owl-hidden {
    opacity: 1;
}

.novelty .ajax-new-arrivals-content .owl-dot,
.index-slider-nav-inner .owl-dot {
    width: 7px;
    height: 7px;
    margin: 0 10px 0 0;
    background: #999;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.novelty .ajax-new-arrivals-content .owl-dot span{
    display: none;
}
.novelty .ajax-new-arrivals-content .owl-dot.active{
    background-color: #8ab446;
}

.index-slider-nav-inner .owl-dot:last-child {
    margin-right: 0;
}

.index-slider-nav-inner .owl-dot:hover {
    cursor: pointer;
    opacity: .7;
}

.owl-dot.active {
    background-color: #8ab446;
}

.owl-prev, .owl-next {
    position: absolute!important;
    width: 28px;
    height: 28px;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    font-size: 0!important;
    line-height: 0!important;
    background-color: #8ab446!important;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear!important;
    border-radius: 50% !important;
}

.owl-prev:before {
    position: absolute;
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    right: 12px;
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.owl-next:before{
    position: absolute;
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    left: 12px;
    font-size: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.owl-prev:hover, .owl-next:hover {
    cursor: pointer;
    opacity: .7;
}

.index-slider-nav-inner .owl-prev {
    top: -10px;
    left: -48px;
}

.index-slider-nav-inner .owl-next {
    top: -10px;
    left: auto;
    right: -48px;
}

.index-slider .owl-stage {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brands-index-title {
    padding-top: 44px;
    margin: 0 0 10px 0;
    font-size: 22px;
    text-transform: initial;
    text-align: center;
    font-weight: bold;
    /*border-top: 1px solid #dcdee1;*/
}
.brands-index-title:first-letter{
    text-transform: uppercase;
}

.brands-index-item {
    text-align: center;
}

.brands-index-item a {
    display: inline-block;
}

.brands-index-slider {
    padding: 0 52px;
    margin-top: 0;
}

.brands-index {
    border-bottom: none;
}

.brands-index .container-inner{
    padding-bottom: 30px;
}
.ajax-new-arrivals-content .owl-next,
.brands-index-slider-nav-inner .owl-next{
    right: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.ajax-new-arrivals-content .owl-next{
    right: 0;
    top: 40%;
}
.ajax-new-arrivals-content .owl-prev,
.brands-index-slider-nav-inner .owl-prev{
    left: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.ajax-new-arrivals-content .owl-prev{
    left: 0;
    top: 40%;
}

.footer {
    background: #525a6b;
    color: #cacaca;
    font-size: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer a {
    color: #cacaca;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.footer a:hover {
    color: #fff;
}

.footer-main {
    padding: 50px 0 50px 0;
}

.footer-info {
    float: left;
    width: 30%;
}

.footer-info-item {
    float: left;
}
.footer-info-item:last-child{
    padding-right: 0;
}

.footer-info-title {
    font-size: 16px;
    margin: 0 0 18px 0;
    color: #fff;
    text-transform: none;
}

.footer-item-title {
    margin: 0 0 18px 0;
    color: #fff;
}

.footer-info-text {
    line-height: 1.6;
    margin-bottom: 38px;
}

.footer-info-list-item {
    float: left;
    position: relative;
    padding-top: 50px;
    line-height: 1.6;
}

.footer-info-list {
    position: relative;
}

.footer-info-list:before,
.footer-info-list:after {
    content: "";
    position: absolute;
    left: 33.33333333333333%;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    width: 1px;
    background: #8e929b;
}

.footer-info-list:after {
    left: 66.66666666666666%;
}

.footer-info-list-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.footer-info-list-item:nth-child(1):before {
    width: 31px;
    height: 40px;
    background: url(../img/main-ic.png) -130px 0px no-repeat;
}

.footer-info-list-item:nth-child(2):before {
    width: 37px;
    height: 40px;
    background: url(../img/main-ic.png) -161px 0px no-repeat;
}

.footer-info-list-item:nth-child(3):before {
    width: 43px;
    height: 40px;
    background: url(../img/main-ic.png) -198px 0px no-repeat;
}

.footer-info-list {
    line-height: 1.8;
    overflow: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-nav-item-title {
    font-size: 16px;
    height: 16px;
}

.footer-nav-item-title:after {
    content: "\a0";
    display: inline-block;
    vertical-align: top;
    font-size: 28px;
}

.footer-nav-item {
    float: left;
    margin-right: 40px;
}

.footer-nav-item:last-child {
    margin-right: 0;
}

.footer-nav-item:nth-child(2) {
    text-align: center;
}

.footer-nav-item-inner {
    display: inline-block;
    text-align: left;
}

.footer-nav-item-list li {
    margin-bottom: 9px;
}

.footer-nav-item-list li:last-child {
    margin-bottom: 0;
}

.footer-nav-item-list li a {
    display: block;
}

.footer-nav {
    float: left;
    width: 70%;
}

.footer-contacts {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-contacts-item:before {
    /*content: '';*/
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
}
.footer-contacts-item:nth-child(1):before{
    content: '\f10b';
    color: white;
    left: -23px;
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*background: url('../img/telephone.png') center no-repeat;*/
}

.footer-contacts-item:nth-child(2):before{
    content: "\f0e0";
    color: white;
    left: -23px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*background: url('../img/mail.png') center no-repeat;*/
}

.footer-contacts-item:nth-child(3):before{
    content: "\f041";
    color: white;
    left: -23px;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*background: url('../img/map.png') center no-repeat;*/
}
.footer-contacts-item:nth-child(4):before{
    content: "\f08e";
    color: white;
    left: -23px;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer-contacts-item{
    position: relative;
    margin-left: 26px;
}

.footer-contacts-item + .footer-contacts-item{
    margin-top: 14px;
}

.footer-contacts-item a {
    color: white;
}

.footer-contacts-phone {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.footer-contacts-info .footer-contacts-phone {
    color: #fff;
}

.footer-contacts-phone,
.footer-contacts-address {
    display: inline-block;
    vertical-align: middle;
}

.footer-contacts-info {
    float: right;
}
.subscribe-form{
    position: relative;
    margin-top: 14px;
}
.subscribe-form-title,
.subscribe-form {
    display: inline-block;
    vertical-align: middle;
}

.subscribe-form-title {
    color: white;
}

.subscribe-form-input {
    font-size: 14px;
    height: 44px;
    float: left;
    padding-right: 54px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    border-color: transparent;
}

.subscribe-form-btn {
    padding: 0;
    position: absolute;
    right: -1px;
    background-color: #8ab446;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /*background-image: url(..img/telephone.png);*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/

}
.subscribe-form-btn:after {
    content: '';
    position: absolute;
    display: block;
    background-image: url(../img/svg/telegram.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.form-agreement{
    margin-top: 8px;
    display: inline-block;
}
.form-agreement-left,
.form-agreement-right {
    display: inline-block;
}
.form-agreement-left{
    position: relative;
    top: -14px;
}
.form-agreement-right{
    width: 170px;
}
.payment-profile-form-label .jq-checkbox,
.form-agreement .jq-checkbox{
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    border: 0;
    border-radius: 4px;
    top: 2px;
}
.payment-profile-form-label .jq-checkbox {
    border: 1px solid #dcdee1;
    background-color: #dcdee1;
}
.payment-profile-form-label .jq-checkbox
.form-agreement span{
    display: block;
    font-size: 11px;
    line-height: 1;
}
.form-agreement a{
    text-decoration: underline;
    font-size: 11px;
}
.footer-copy {
    height: 52px;
    background: #3c414c;
    font-size: 13px;
}

.footer-copyright {
    margin-right: 15px;
}

.footer-copyright a {
    border-bottom: 1px dashed;
}

.footer-copyright a:hover {
    border-color: transparent;
}

.footer-dev-link {
    font-weight: 700;
}

.footer-copy .container-inner {
    height: 100%;
}

.footer-copy .container-inner:before,
.footer-copy .container-inner:after,
.footer-contacts .container-inner:before,
.footer-contacts .container-inner:after {
    display: none;
}

/*catalog-all*/
.main-container {
    padding-left: 250px;
}

.sidebar {
    width: 220px;
    float: left;
    margin-left: -250px;
}

.catalog-content {
    float: left;
    width: 100%;
}
.bx-filter {
    padding: 20px;
}
.sidebar > .sidebar-item:nth-of-type(1){
    border-radius: 0 0 10px 10px;
}
.sidebar-item {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.sidebar-item:last-child {
    margin-bottom: 0;
}

.sidebar-item-title {
    display: block;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 900;
    padding: 11px 20px;
    background: #8ab446;
    border-bottom: none;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


.sidebar-item-title:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.5px;
    transform: translateY(-50%) rotate(135deg);
    -webkit-transform: translateY(-50%) rotate(135deg);
}

.sidebar-item-title:after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13.3px;
    width: 25px;
    border: 1px solid white;
    background-color: white;
    opacity: 1;
    z-index: 10;
}

.sidebar-item-list li {
    font-weight: 500;
    line-height: 1.3;
}


.sidebar-item-list li:last-child a {
    border-bottom: 0;
}


.sidebar-item-list li a {
    color: #333;
    position: relative;
    display: block;
}
.sidebar-item-list li a.active{
    color: #8ab446!important;
}
.on-purpose .sidebar-item-list .sidebar-item-list a.active:before{
    background-color: #8ab446!important;
}

.sidebar-item-list li ul {
    padding: 13px 18px 28px 35px;
    display: none;
}
.sidebar-item-list li:first-child ul{
    border-bottom: 1px solid #dcdee1;
}

.sidebar-item-list li ul li {
    font-weight: 400;
}
.sidebar-item-list li ul li:last-child{

}

.sidebar-item-list li ul li a {
    margin-bottom: 10px;
}
.sidebar-item-list li ul li a:hover{
    color: #8ab446;
}

.sidebar-item-list li ul li:last-child a {
    margin-bottom: 0;
}

.sidebar-item-list li > :nth-last-child(2) {
    position: relative;
    padding: 18px 20px 20px 35px;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar-item-list .slideEl-active,
.sidebar-item-list li > :nth-last-child(2):hover{
    background-color: #eef4e3;
}



.sidebar-item-list li > :nth-last-child(2):before {
    content: "\f0d7";
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font: normal normal normal 12px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sidebar-item-list li > :nth-last-child(2).slideEl-active:before {
    content: "\f0d8";
}


/*---------------- ------------------------*/
.on-purpose .sidebar-item-list a {
    padding: 0px 0px 0px 15px;
    border: 0;
    margin-bottom: 10px;
    background-color: white;
}
.on-purpose .sidebar-item-list li:last-child a{
    margin-bottom: 0;
}
.on-purpose .sidebar-item-list a:hover {
    background-color: transparent;
}
.on-purpose .sidebar-item-list a:before{
    left: 0;
    top: 10px;
}
.on-purpose .sidebar-item-list .sidebar-item-list{
    padding: 0;
    padding-left: 10px;
    padding-bottom: 6px;
    border: 0;

}
.on-purpose .sidebar-item-list .sidebar-item-list a {
    position: relative;
    margin-bottom: 5px;
    padding-left: 13px;
    color: #868b97;
}
.on-purpose .sidebar-item-list .sidebar-item-list a:first-letter{
    text-transform: capitalize;
}
.sidebar-item-list li a.active,
.on-purpose .sidebar-item-list .sidebar-item-list a:hover {
    color: #8ab446;
}
.on-purpose .sidebar-item-list .sidebar-item-list a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #838383;
}
.on-purpose .sidebar-item-list .sidebar-item-list a:hover .sidebar-item-list li:nth-child(1) .sidebar-item-list .sidebar-item-list a:before{
    background-color: #00a9c8;
}

/*filter*/
.bx-filter-button-box {
    margin-top: 20px;
    text-align: center;
}

.bx-filter-button-box .btn {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    line-height: 1;
    margin-bottom: 10px;
}

.bx-filter-button-box .btn:last-child {
    margin-bottom: 5px;
}
.popular-category-index {
    text-align: center;
}
.popular-category-index .action-button {
    margin-top: 30px;
}
.page-title-count {
    text-transform: none;
    font-size: 14px;
    font-family: 'ProximaNovaRegular', sans-serif;
}

.page-title span:nth-last-child(2) {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.page-title span:nth-child(2) {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 3px;
    color: #9a9a9a;
}

.catalog-panel {
    margin-bottom: 16px;
}

.catalog-sort {
    float: left;
}

.catalog-sort-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 10px;
}

.catalog-sort-item:last-child {
    margin-right: 0;
}

.bx-sort-name,
.bx-sort-select {
    display: inline-block;
    vertical-align: middle;
}

.bx-sort-select{
    height: 32px;
}

.bx-filter-input-checkbox input[type="checkbox"],
select.bx-sort-select{
    opacity: 0;
    visibility: hidden;
}

.no-js .bx-filter-input-checkbox input[type="checkbox"],
.styler-init .bx-filter-input-checkbox input[type="checkbox"],
.styler-init select.bx-sort-select,
.no-js select.bx-sort-select{
    opacity: 1;
    visibility: visible;
}

.bx-sort-name {
    margin-right: 12px;
    color: #9a9a9a;
}

/*catalog-view-wrap*/
.catalog-view-wrap {
    float: right;
    white-space: nowrap;
    margin-bottom: 10px;
}

.catalog-view-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}

.catalog-view-item:last-child {
    margin-right: 0;
}

.catalog-view-item-title {
    font-size: 14px;
    color: #a1a1a1;
    margin-right: 15px;
}

.catalog-view-table {
    width: 22px;
    height: 22px;
}

.catalog-view-table-inner {
    position: absolute;
    width: 100%;
    height: 100%;
}

.catalog-view-table:before,
.catalog-view-table:after,
.catalog-view-table-inner:before,
.catalog-view-table-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    background: #9a9a9a;
}

.catalog-view-table:after {
    top: auto;
    bottom: 0;
}

.catalog-view-table-inner:before {
    left: auto;
    right: 0;
}

.catalog-view-table-inner:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.catalog-view-list {
    width: 22px;
    height: 22px;
}

.catalog-view-list:before,
.catalog-view-list:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    background: #9a9a9a;
}

.catalog-view-list:after {
    top: auto;
    bottom: 0;
}

.catalog-view-list-inner {
    position: absolute;
    width: 14px;
    height: 100%;
    top: 0;
    right: 0;
    border-top: 6px solid #9a9a9a;
    border-bottom: 6px solid #9a9a9a;
}

.catalog-view-list-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 100%;
    height: 6px;
    background: #9a9a9a;
}

.catalog-view-list-inner:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 2px;
    width: 6px;
    height: 6px;
    background: #9a9a9a;
}

.catalog-view-list-sm {
    width: 22px;
    height: 22px;
    border-top: 6px solid #9a9a9a;
    border-bottom: 6px solid #9a9a9a;
}

.catalog-view-list-sm:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    height: 6px;
    width: 100%;
    background: #9a9a9a;
}

.catalog-view-active:before,
.catalog-view-active:after,
.catalog-view-active .catalog-view-table-inner:before,
.catalog-view-active .catalog-view-table-inner:after {
    background: #8ab446;
}

.catalog-view-active:before,
.catalog-view-active:after,
.catalog-view-active .catalog-view-list-inner:before,
.catalog-view-active .catalog-view-list-inner:after {
    background: #8ab446;
}

.catalog-view-active .catalog-view-list-inner,
.catalog-view-active.catalog-view-list-sm {
    border-color: #8ab446;
}

.catalog-view-table:not(.catalog-view-active):hover:before,
.catalog-view-table:not(.catalog-view-active):hover:after,
.catalog-view-table:not(.catalog-view-active):hover .catalog-view-table-inner:before,
.catalog-view-table:not(.catalog-view-active):hover .catalog-view-table-inner:after,
.catalog-view-list:not(.catalog-view-active):hover:before,
.catalog-view-list:not(.catalog-view-active):hover:after,
.catalog-view-list:not(.catalog-view-active):hover .catalog-view-list-inner:before,
.catalog-view-list:not(.catalog-view-active):hover .catalog-view-list-inner:after,
.catalog-view-list-sm:not(.catalog-view-active):hover:before {
    background: silver;
}

.catalog-view-list:not(.catalog-view-active):hover .catalog-view-list-inner,
.catalog-view-list-sm:not(.catalog-view-active):hover {
    border-color: silver;
}

/******form styler******/
/*select*/
.jq-selectbox__select-text {
    padding: 4px 37px 4px 10px;
    border: 1px solid #dcdee1;
    position: relative;
    border-radius: 4px;
    font-size: 14px;
}

.jq-selectbox__select-text:after {
    content: "\f0d7";
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 12px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.jq-selectbox.opened .jq-selectbox__select-text:after {
    content: "\f0d8";
}

.jq-selectbox__dropdown {
    min-width: 100%;
    background: #fff;
    border: 1px solid #dcdee1;
    border-radius: 4px;
    font-size: 14px;
    overflow: hidden;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.jq-selectbox ul li {
    padding: 4px 12px;
}

.jq-selectbox li.selected,
.jq-selectbox li:hover {
    background: #8ab446;
    color: white;
}

.jq-selectbox:hover {
    cursor: pointer;
}

/*jq-checkbox*/
.jq-checkbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #a1a1a1;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
}



.jq-checkbox.checked {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;

}

.jq-checkbox.checked:before {
    content: "\f00c";
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    color: #333;
    font-size: 12px;
}



.middle-main {
    z-index: 26;
}

/*bx-filter*/
.bx-filter-wrap {
    margin-bottom: 40px;
    margin-top: 10px;
    height: 43px;
}

.bx-filter-fixed {
    position: fixed;
    left: 0;
    top: 65px;
    width: 100%;
    background: #fff;
    z-index: 12;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
}

.bx-filter-fixed .bx-filter-inner {
    max-width: 1230px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.bx-filter-btn-close {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    background: #eff5f5;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #000;
    text-transform: uppercase;
}

.bx-filter-section {
    float: left;
}

.bx-filter-title {
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-right: 23px;
}

.bx-filter-param-label {
    margin: 0;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
}

.bx-filter-param-label:last-of-type {
    margin-bottom: 0;
}

.smartfilter-color .bx-filter-param-label {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 6px 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.smartfilter-color .bx-filter-param-label .jq-checkbox {
    width: 100%;
    height: 100%;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    background-color: transparent;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid transparent;
}

.smartfilter-color .bx-filter-param-label .jq-checkbox input,
.smartfilter-color .bx-filter-param-label .jq-radio input {
    display: none;
}

.smartfilter-color .bx-filter-param-label .jq-checkbox.checked:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0px 0px 0px 1px #000;
    -moz-box-shadow: inset 0px 0px 0px 1px #000;
    box-shadow: inset 0px 0px 0px 1px #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 2;
}

.smartfilter-color .bx-filter-param-label .jq-checkbox.checked {
    border: 1px solid #000 !important;
}

.smartfilter-color .bx-filter-param-label[style*="#fff"] .jq-checkbox,
.smartfilter-color .bx-filter-param-label[style*="#ffffff"] .jq-checkbox,
.smartfilter-color .bx-filter-param-label[style*="white"] .jq-checkbox {
    border-color: #a1a1a1;
}

.bx-filter-input-checkbox {
    position: relative;
    min-height: 15px;
    line-height: 1;
    padding-left: 25px;
    display: block;
}

.bx-filter-parameters-box {
    position: relative;
    padding-bottom: 10px;
}

.bx-filter-parameters-box-container {
    max-height: 125px;
    overflow: auto;
    margin-top: 10px;
}
.bx-filter-parameters-box-container .action-button{
    width: 90%;
    margin: 0 auto 20px;
    padding: 0 20px;
}
.bx-filter-parameters-box-container .action-button:last-child{
    margin-bottom: 10px;
}

.bx-filter-parameters-box-container .min-price,
.bx-filter-parameters-box-container .max-price {
    width: 100%;
    padding: 0 8px;
    border-color: #e5e5e5;
    height: 30px;
}

.bx-filter-parameters-box-container .min-price:focus,
.bx-filter-parameters-box-container .max-price:focus {
    border-color: #8ab446;
}

.bx-filter-parameters-box-container .bx-left,
.bx-filter-parameters-box-container .bx-right {
    width: 44%;
}

.bx-filter-parameters-box-container .bx-left {
    float: left;
}

.bx-filter-parameters-box-container .bx-right {
    float: right;
}

.bx-left-right-wrap {
    position: relative;
}

.bx-left-right-wrap:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -7px;
    width: 14px;
    height: 1px;
    background: #000;
}

/*
*Track
*
*/
.bx-filter .bx-ui-slider-track-container {
    padding: 17px 0 7px;
}

.bx-filter .bx-ui-slider-track {
    position: relative;
    height: 4px;
    background-color: #e5e5e5;
}

.bx-filter .bx-ui-slider-part {
    position: absolute;
    top: 100%;
}

.bx-filter .bx-ui-slider-part.p1 {
    left: 0;
}


.bx-filter .bx-ui-slider-part.p5 {
    right: 0;
}

.bx-filter .bx-ui-slider-part span {
    display: block;
    line-height: 1.8;
}


.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}

.bx-filter .bx-ui-slider-range {
    z-index: 85;
}

.bx-filter .bx-ui-slider-pricebar {
    z-index: 100;
}

.bx-filter .bx-ui-slider-pricebar-vd {
    z-index: 60;
}

.bx-filter .bx-ui-slider-pricebar-vn {
    z-index: 70;
}

.bx-filter .bx-ui-slider-pricebar-v {
    z-index: 80;
    background: #8ab446;
    /* COLOR */
}

.bx-filter .bx-ui-slider-handle {
    position: absolute;
    top: -7px;
    width: 18px;
    height: 18px;
    border: 1px solid #e5e5e5;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.bx-filter .bx-ui-slider-handle:hover {
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: grabbing;
}

.bx-filter .bx-ui-slider-handle.left {
    left: 0;
    /* COLOR */
}

.bx-filter .bx-ui-slider-handle.right {
    right: 0;
    /* COLOR */
}

.bx-ui-slider-track .p1,
.bx-ui-slider-track .p2,
.bx-ui-slider-track .p3,
.bx-ui-slider-track .p4,
.bx-ui-slider-track .p5 {
    display: none;
}

/***************** filter slide ******************/
.smartfilter-category {
    margin-bottom: 10px;
}

.bx-filter-parameters-box-title {
    position: relative;
    padding-left: 15px;
    cursor: pointer;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: block;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.bx-filter-parameters-box-title .bx-filter-parameters-box-hint {
    display: inline;
    position: relative;
    z-index: 2;
}

.bx-filter-parameters-box-title:after {
    content: "\f0d7";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    font: normal normal normal 12px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.smartfilter .bx-filter-parameters-box-title.slideEl-active:after {
    content: "\f0d8";
}

.bx-filter-block,
.bx-filter-parameters-box-title:before {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.bx-filter-block {
    display: none;
}

/*bx-pagination*/
.pagination-wrap{
    display: inline-block;
    text-align: center;
    width: 100%;
}
.bx-pagination-justify .bx-pagination {
    float: left;
}

.bx-pagination {
    text-align: left;
    margin-right: 0;
}
.bx_pagination_page ul li,
.bx-pagination ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
    margin-bottom: 10px;

}

.bx-pagination ul li:last-child {
    margin-right: 0;
}

.bx-pagination ul li:first-child {
    margin-right: 18px;
}

.bx-pagination ul li:nth-last-child(2) {
    margin-right: 18px;
}
.bx_pagination_page ul li:first-child,
.bx_pagination_page ul li > a,
.bx-pagination ul li > a,
.bx-pagination ul li > span {
    width: 28px;
    height: 28px;
    line-height: 26px;
    background: #fff;
    color: #000;
    border: 1px solid #dcdee1;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50%;
}
.bx_pagination_page ul li > a{
    line-height: 26px;
}
.bx-pagination ul li.bx-pag-next > a,
.bx-pagination ul li.bx-pag-next > span {
    background-color: #8ab446;
    background-position: center center;
    background-repeat: no-repeat;
    border-color: #8ab446;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    border-radius: 50%;
    vertical-align: top;
}

.bx-pagination ul li.bx-pag-prev > a,
.bx-pagination ul li.bx-pag-prev > span {
    background-color: #8ab446;
    background-position: center center;
    background-repeat: no-repeat;
    border-color: #8ab446;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    border-radius: 50%;
    vertical-align: top;
    cursor: pointer;
}
.bx_pagination_bottom .bx_pagination_page ul{
    margin-left: 10px;
}
.bx_pagination_page ul li:first-child,
.bx_pagination_page ul li:last-child,
.bx_pagination_bottom .bx_pagination_page li.bx_active,
.bx-pagination ul li.bx-activeprev > a,
.bx-pagination ul li.bx-active > span {
    background: #8ab446;
    border-color: #8ab446;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
}

.bx_pagination_bottom .bx_pagination_page li.bx_active{
    height: 28px;
    width: 28px;
    line-height: 28px;
}
.bx_pagination_bottom .bx_pagination_page li a{
    line-height: 28px;
}
.bx_pagination_page ul li:first-child,
.bx_pagination_page ul li:last-child a {
    line-height: 24px;
}
.bx_pagination_page ul li:first-child{
    margin-right: 18px;
}
.bx_pagination_page ul li:last-child{
    margin-left: 18px;
}



.bx-pagination-justify .bx-pagination-sort {
    float: right;
}

.catalog-list-nav{
    clear: both;
    margin-top: 10px;
}

.catalog-list-nav-title {
    color: #9a9a9a;
}

.catalog-list-nav-title,
.bx-pagination,
.catalog-list-nav-more {
    display: inline-block;
    vertical-align: middle;
}
.catalog-list-nav-title{
    margin-right: 0;
}

.catalog-list-nav-more {
    margin-right: 0;
}

.bx-filter-btn-open {
    display: none;
}

/*catalog-list-category*/
.catalog-list-category {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
}

.catalog-list-category-item {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    margin-bottom: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 53px;
    padding: 5px 10px;
    overflow: hidden;
}

.catalog-list-category-item-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
}

.catalog-list-category-item-link:hover {
    border-color: #00a9c8;
}

.catalog-list-category-item-ic {
    float: left;
    width: 54px;
    height: 100%;
    text-align: center;
    margin-right: 17px;
}

.catalog-list-category-item-title {
    margin: 0;
    height: 100%;
    line-height: 1.2;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-list-category-item-title-inner {
    max-height: 36px;
    overflow: hidden;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}
/*--------------------------------------------------Novelty------------------------------------------------------*/
.novelty{
    padding: 10px 0 52px 0;
    text-align: center;
}
.novelty .action-button{
    text-align: center;
    margin-top: 24px;
}
.novelty-title{
    letter-spacing: 0.6px;
    margin-bottom: 26px;
    text-align: left;
}

/*-------------------------------------------------------NEWS-----------------------------------------------------*/

.news{
    padding: 28px 24px 28px;
    background-color: #f3f3f5;
    border-radius: 10px;
}
.news-title{
    margin: 0;
    text-transform: none;
}
.news-wrap{
    margin-top: 24px;
}
.news-item{

    margin-bottom: 20px;
}
.news-item-inner{
    border-bottom: 1px solid #dcdee1;
}
.news-item:last-of-type .news-item-inner{
    border-bottom: 0;
    margin-bottom: 0;
}
.news-date{
    font-size: 14px;
    color: #868b97;
}
.news-link{
    margin-bottom: 10px;
    display: block;
    color: #333;
    font-weight: bold;
}
.news-text{
    line-height: 1.2;
    margin-bottom: 20px;
}

/*-------------------------------------------------------Product-card-----------------------------------------------------*/
/*product-card*/

.product-cards-item {
    margin-bottom: 20px;
}


.product-card {
    padding: 30px 20px 10px;
    position: relative;
    border: 1px solid #dcdee1;
    border-radius: 10px;
    text-align: center;
}

.product-card:hover {
    border-color: #e5e5e5;
}

.product-card-top {
    margin-bottom: 10px;
    height: 150px;
    position: relative;
}

.product-card-wrap .product-card img {
    width: auto;
}
.catalog-slider .label-fast-view,
.catalog-slider .product-card-img:before {
    left: 20px;
    right: 20px;
}

.catalog-slider .product-card-img:before{
    display: none;
}


.product-card-img-notAvailable img {
    opacity: .6;
}

.product-card-img {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.label-fast-view{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    z-index: 2;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    background-color: #8ab446;
    opacity: 0;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

.product-card-img:before {
    content: "Быстрый просмотр";
    position: absolute;
    left: -10px;
    right: -10px;
    top: 50%;
    z-index: 2;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    background-color: #8ab446;
    opacity: 0;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

.product-card-img:before{
    display: none;
}

.custom-table-wrap .label-fast-view,
.custom-table-wrap .product-card-img:before {
    font-size: 12px;
}
.bx_ordercart_photo_container{
    position: relative;
}
.bx_ordercart_photo_container .label-fast-view{
    left: -5px;
    width: 110%;
    padding: 10px 5px;
}
.product-card-img:hover:before,
.bx_ordercart_photo_container:hover .label-fast-view,
.product-card-top:hover .label-fast-view {
    opacity: 1;
}

.product-card-label-wrap {
    position: absolute;
    top: -5px;
    left: -30px;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.product-card-label-wrap .main-label {
    margin-right: 0;
}

.product-card-label {
    display: block;
    width: 39px;
    height: 39px;
    margin-bottom: 4px;
}

.product-card-label:last-child {
    margin-bottom: 0;
}

.product-card-label-new {
    background: url(../img/label-new.png) center center no-repeat;
}

.product-card-label-discount {
    background: url(../img/label-discount.png) center center no-repeat;
}

.product-card-title {
    color: #000;
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 6px;
    height: 90px;
    overflow: hidden;
}

.product-card-title a {
    color: #333;
    font-size: 15px;
    display: inline-block;
    font-weight: bold;
    height: 40px;
    overflow: hidden;
}

.product-card-title span {
    margin-top: 3px;
    display: block;
    font-size: 14px;
    color: #868b97;
}

.product-card-available,
.product-card-notAvailable {
    margin-bottom: 8px;
    font-size: 14px;
}

.catalog-detail .product-card-available,
.catalog-detail .product-card-notAvailable {
    margin-bottom: 15px;
}

.product-card-available {
    color: #8ab446;
}

.product-card-notAvailable {
    color: #9a9a9a;
}

.product-card-num {
    text-transform: uppercase;
    white-space: nowrap;
}

.product-card-price {
    height: 44px;
}

.product-card-price-now {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
}

.card-price-label,
.product-card-price-label{
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid #6593c4;
    color: #6593c4;
    border-radius: 50%;
    right: -8px;
    top: -8px;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    background-color: white;
    cursor: pointer;
}
.card-price-label{
    width: 19px;
    height: 19px;
    font-size: 14px;
    line-height: 17px;
    text-align: center!important;
}
.card-price-label .none,
.product-card-price-label .none{
    display: none;
}

.product-card-price-old {
    font-size: 16px;
    line-height: 1.2;
    color: #9a9a9a;
    text-decoration: line-through;
    white-space: nowrap;
}

.coming-soon{
    height: 34px;
    line-height: 34px;
    background: #dcdee1;
    color: #868b97;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 4px;
}
.coming-soon--card{
    margin: 22px 0;
}

/*hide*/
.product-card-hide {
    /*position: absolute;*/
    /*left: -1px;*/
    /*right: -1px;*/
    /*top: 98%;*/
    /*z-index: 11;*/
    /*padding: 0 20px;*/
    /*background: #fff;*/
    /*border: 1px solid #e5e5e5;*/
    /*border-radius: 0px 0px 10px 10px;*/
    /*border-top: none;*/
    /*visibility: hidden;*/
    /*opacity: 0;*/
}

.mobile .product-card-hide,
.tablet .product-card-hide {
    /*height: 82px;*/
    /*opacity: 0;*/
    /*visibility: hidden;*/
}

.product-card:hover .product-card-hide {
    visibility: visible;
    opacity: 1;
}

.product-card-color-slider-wrap {
    height: 18px;
    margin-bottom: 19px;
}

.product-card-color-slider .bx-filter-param-label {
    margin: 0;
    max-width: 100%;
    width: 18px;
    height: 18px;
}

.product-card-color-slider .item {
    line-height: 0;
    text-align: center;
}

.product-card-color-slider.owl-carousel.owl-hidden {
    opacity: 1;
}

.product-card-color-slider {
    padding: 0 15px;
    width: auto;
    margin: 0 -15px;
    position: relative;
}

.product-card-color-slider .owl-prev,
.product-card-color-slider .owl-next {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 0;
    line-height: 0;
    z-index: 2;
    -webkit-background-size: auto 60%;
    -moz-background-size: auto 60%;
    -o-background-size: auto 60%;
    background-size: auto 60%;
}

.product-card-color-slider .owl-next {
    left: auto;
    right: 0;
}

.product-card-color-slider .owl-prev {
    background-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAASCAYAAACNdSR1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjVBMzg5NTc4N0QxMTFFN0JBQTM5QzEwRTk3OTU4MDUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjVBMzg5NTY4N0QxMTFFN0JBQTM5QzEwRTk3OTU4MDUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTY0MTFCMDg4NzE5MTFFNzk0MjVDMEIyRUREODQ2RTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTY0MTFCMDk4NzE5MTFFNzk0MjVDMEIyRUREODQ2RTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz630Xt3AAABE0lEQVR42pSSwUoCURSGx+tWsMBARFpMECgYZLhoJWbkogdoN68SPsrMzieQoNzrpjRKpNqFBKOQC9fTd4czMsyMFxI+jqPffzn+XisIAsuE67q56L2yDC/P844ZL8xL/awMYpUxgjO43ysjlhlPcAITuMuUEY9EPIVn6DmOs0nJiCXGI9ThFW4Qf6PvVUw8YDzIju/QRVzFD1MiFkVswgdcI/rJFfO2bReYQ9D1fEEHcZn1w/XJQew5Z+pdccqWeQtjsHW3rFXJksO/Mra3ruwC5tBO7r1rQ7rswQxqOiidp2UJrHUT8AYN3RCBw0xZAr4EFnAugeLeu0HgRwKf0IKB8dYR+GZcwRT64Yf/ufx/AgwAhtuSI563tDsAAAAASUVORK5CYII=");
    background-position: center center;
    background-repeat: no-repeat;
}

.product-card-color-slider .owl-next {
    background-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAASCAYAAACNdSR1AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMTEgNzkuMTU4MzI1LCAyMDE1LzA5LzEwLTAxOjEwOjIwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNUEzODk1Nzg3RDExMUU3QkFBMzlDMTBFOTc5NTgwNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNUEzODk1Njg3RDExMUU3QkFBMzlDMTBFOTc5NTgwNSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNjQxMUIwODg3MTkxMUU3OTQyNUMwQjJFREQ4NDZFMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNjQxMUIwOTg3MTkxMUU3OTQyNUMwQjJFREQ4NDZFMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrfRe3cAAAEXSURBVDhPhZLPSgJRGMVHXyBBgwLdSBHpQkIQ3ElJ8wjt5lWkR5nZ+QiCCi7cFCoYtFDatRBcVE8w/c5l7uj8EQ/8OHo935lvLjphGBp83y/Yz6coOigIgi62wmv6fkomjAbQgikDVXOSIxt+gXe4gTEDVzpMy4Q9z/vDXFjBHWjgEk/INmvgB9PABzRBA2U8lrmBY0WNM7iHBTxFTz40W/HDHuvDFtowouACzzZbEdCt6Al1mIObaU7puKmQ20zrNabWW3iDZ+2daY5ecAwKLsHNfUGCFWwCDViDgr+4UbwGwRI2hQf4hF50M7FMM0FdzQgU3IDuNhGU7BpD6MAXKLjTYVo2/Ara8ZHgtznJk3YW5//8ofMPYnmaiU4MTC0AAAAASUVORK5CYII=");
    background-position: center center;
    background-repeat: no-repeat;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: transparent;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}

.product-card-color-slider.owl-theme .owl-nav {
    margin: 0;
}

.counter {
    position: relative;
}
.counter .counter-tooltip-active {
    display: block;
}
.counter-tooltip {
    position: absolute;
    display: none;
    left: auto;
    right: -22px;
    bottom: 100%;
    margin: auto;
    z-index: 2;
    margin-bottom: 14px;
    z-index: 100;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}
.counter-tooltip-line{
    width: 300px;
}
.counter-tooltip:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
}
.counter-tooltip:after {
    content: "";
    position: absolute;
    display: block;
    right: 24px;
    top: 100%;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 16px;
    height: 16px;
    margin-top: -8px;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3);
}
.counter-tooltip-line:after{
    right: 30px;
}

.counter-tooltip-nowrap {
    white-space: nowrap !important;
}
.counter-tooltip-inner {
    padding: 15px;
    display: block;
    background: #fff;
    border-radius: 5px;
    color: #ff3a43;
    position: relative;
    z-index: 2;
}

.counter input {
    text-align: center;
    width: 19px;
    height: 19px;
    border: none;
    padding: 0;
    float: left;
    margin: 0 3px;
}

.counter input:focus {
    outline: none;
}

.plus,
.minus {
    width: 19px;
    height: 19px;
    float: left;
    position: relative;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.product-card-buttons .plus:hover,
.product-card-buttons .minus:hover,
.products-table .plus:hover,
.products-table .minus:hover,
.product-cards-container-table .plus:hover,
.product-cards-container-table .minus:hover {
    background: #9a9a9a;
    border-color: #9a9a9a;
    color: white;
}
.product-card-buttons .plus,
.product-card-buttons .minus,
.products-table .plus, .products-table .minus,
.product-cards-container-table .plus,
.product-cards-container-table .minus {
    color: #333;
    line-height: 15.5px;
}

.product-card-buttons .btn{
    text-transform: none;
}

.product-card-buttons-left {
    float: left;
}

.product-card-buttons-right {
    float: right;
}


.product-card-btn-compare {
    display: block;
    float: left;
    margin-right: 10px;
    width: 21px;
    height: 19px;
    background: url(../img/svg/compare.svg) center center no-repeat;
    background-size: 100% 100%;

}

.favorite-wrap .product-card-btn-compare{margin-right: 0}

.product-card-btn-compare-active {
    background-image: url(../img/svg/compare-active.svg);
    background-repeat: no-repeat;
}

.product-card-btn-favorite {
    display: block;
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 19px;
    background: url(../img/svg/favorite.svg) center center no-repeat;
}

.product-card-btn-favorite-active {
    background-image: url(../img/svg/favorite-active.svg);
}

.product-card-btn-basket {
    display: block;
    float: left;
    margin-right: 0;
    width: 22px;
    height: 19px;
    background: url(../img/svg/basket.svg) center center no-repeat;
    background-size: 100% 100%;
}

.product-card-btn-basket-active {
    background-image: url(../img/svg/basket-active.svg);
}

/*product-card-md*/
.product-cards-container-list-md .product-card-wrap {
    margin-bottom: 30px;
}

.product-cards-container-list-md .product-card {
    padding: 14px 16px 16px 16px;
    position: relative;
    border: 1px solid #e5e5e5;
    text-align: left;
}

.product-cards-container-list-md .product-card-top {
    margin-bottom: 0;
    text-align: center;
    height: 147px;
    width: 190px;
    margin-right: 50px;
    float: left;
}
.product-cards-container-list-md .label-fast-view,
.product-cards-container-list-md .product-card-img:before {
    left: 0;
    right: 0;
    padding: 6px 10px;
}

.product-cards-container-list-md .product-card-label-wrap {
    position: absolute;
    top: 4px;
    left: -20px;
}

.product-cards-container-list-md .product-card-content {
    width: 250px;
    float: left;
}

.product-cards-container-list-md .product-card-available {
    margin-bottom: 6px;
}

.product-cards-container-list-md .product-card-title {
    height: 40px;
}

.product-cards-container-list-md .product-card-spec{
    margin-bottom: 0;
}

.product-card-spec-title {
    float: left;
    color: #9a9a9a;
    width: 113px;
    margin-right: 10px;
    font-size: 14px;
}

.product-card-spec-value {
    float: left;
    max-width: 125px;
    font-size: 14px;
}

.product-card-spec {
    margin-bottom: 13px;
}

.product-cards-container-list-md .product-card-color-slider {
    width: 188px;
    margin-bottom: 0;
}

.product-card-price-title {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    padding-top: 3px;
    font-size: 14px;
}

.product-card-price-block {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.product-cards-container-list-md .product-card-price {
    margin-bottom: 25px;
    height: auto;
}

.product-cards-container-list-md .product-card-hint{
    bottom: -88px;
    left: -94px;
}
.product-cards-container-list-md .product-card-hint:before,
.product-cards-container-list-md .product-card-hint:after {
    left: auto;
    right: 0px;
}

.product-card-actions {
    float: right;
    width: 264px;
}

.product-card-md-basket {
    float: right;
    width: 40%;
}

.product-card-wrap .product-card-md-basket {
    margin-right: 18px;
}

.product-cards-container-list-md .counter {
    height: 34px;
    border: 1px solid #dcdee1;
    float: left;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    width: 38%;
}

.product-cards-container-list-md .counter input {
    width: 32px;
    height: 99%;
    float: left;
    margin: 0;
    font-size: 14px;
    color: #333;
}

.product-cards-container-list-md .counter input:focus {
    outline: none;
}

.product-cards-container-list-md .plus,
.product-cards-container-list-md .minus {
    width: 32px;
    height: 100%;
    float: left;
    position: relative;
    border: none;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    line-height: 32px;
    text-align: center;
    color: #333;
    font-size: 18px;
}


.product-card-buttons-top {
    margin-bottom: 15px;
}

.product-card-summ {
    font-size: 14px;
    margin-top: 5px;
}

.product-cards-container-list-md .product-card-buttons {
    height: auto;
}

.product-card-buttons-bottom-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 19px;
    color: #333;
}

.product-card-buttons-bottom-item span {
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.product-card-buttons-bottom-item:last-child {
    margin-right: 0;
}

.product-cards-container-list-md .product-card-btn-compare {
    width: 24px;
    height: 22px;
}

.product-cards-container-list-md .product-card-btn-favorite {
    width: 24px;
    height: 22px;
}
.product-cards-container-list-sm table tr td{
    position: relative;

}
.product-cards-container-list-sm table tr td,
.product-cards-container-list-sm table tr th {
    padding: 15px 10px;
    vertical-align: middle;
    border: none;
}

.product-cards-container-list-sm table tr td:last-child {
    padding-left: 5px;
}

.product-cards-container-list-sm table tr td:nth-last-child(2) {
    padding-right: 5px;
}

.product-cards-container-list-sm table tr th {
    font-weight: 500;
}

.product-cards-container-list-sm table thead tr {
    border: none;
}

.product-cards-container-list-sm table tr {
    border: 1px solid #dcdee1;
}

.product-cards-container-list-sm table tr.tr-separate {
    height: 20px;
    border: none;
}

table { border-collapse: separate; border-spacing: 0; }

.product-card-parents td {
    border: solid 1px #dcdee1!important;
    border-style: solid none!important;
    border-radius: 0!important;
}
.product-card-parents td:first-child { border-radius: 10px 0 0 10px!important; border-style: solid none solid solid  !important;}
.product-card-parents td:last-child { border-radius: 0 10px 10px 0!important;border-style: solid solid solid none  !important; }

.product-card-parents .product-card-hint{
    left: -160%;
    bottom: 50%;
    transform: translateY(50%);
}
.product-card-parents .product-card-hint:before,
.product-card-parents .product-card-hint:after{
    top: 50%;
    transform: translateY(-50%);
    left: auto;
}
.product-card-parents .product-card-hint:before{
    border-color: transparent transparent transparent rgba(101,147,196,0.2);
    right: -23px;
}
.product-card-parents .product-card-hint:after{
    border-color: transparent transparent  transparent #eff4f9;
    right: -20px;
}

.product-card-sm-title {
    color: #000;
    font-size: 16px;
    line-height: 1.3;
    width: 200px;
    text-align: left;
}

.product-card-sm-title a {
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.product-card-color-slider-wrap-sm {
    margin-bottom: 0;
}

.product-card-color-slider-sm {
    margin: 0;
    width: 54px;
    padding: 0 18px;
}

.product-cards-container-list-sm .counter {
    width: 100px;
}

.product-card-sm-basket {
    padding-left: 15px;
    padding-right: 15px;
}

.product-cards-container-list-sm .product-card-price-now {
    font-size: 18px;
}

.product-cards-container-list-sm .product-card-available {
    margin-bottom: 0;
    white-space: nowrap;
}

.product-card-sm-brand {
    max-width: 150px;
    font-size: 14px;
    text-transform: uppercase;
}
.card-hint,
.product-card-hint{
    padding: 8px 26px;
    background-color: #eff4f9;
    border-radius: 4px;
    border: 1px solid rgba(101,147,196,0.2);
    position: absolute;
    display: none;
    width: 207px;
    left: 0;
    color: #333;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    bottom: -40px;
    z-index: 10;
    box-shadow: 0 2px 3px 0 rgba(82,90,107, 0.3);
}
.products-table-price-block .product-card-hint{
    bottom: -88px;
}
.card-hint{
    bottom: -14px;
    left: 120%;
}
.card-hint span,
.product-card-hint span{
    display: block;
    font-size: 13px;
}
.card-hint:after,
.card-hint:before,
.product-card-hint:after,
.product-card-hint:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
}

.card-hint:after,
.product-card-hint:after {
    top: -20px;
    border-color: transparent  transparent #eff4f9 transparent ;
    border-width: 10px;
}

.card-hint:after {
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    border-color: transparent #eff4f9  transparent  transparent ;
}

.card-hint:before,
.product-card-hint:before {
    top: -23px;
    border-color: transparent transparent rgba(101,147,196,0.2)  transparent ;
    border-width: 11px;
}

.card-hint:before{
    top: 50%;
    transform: translateY(-50%);
    left: -23px;
    border-color: transparent rgba(101,147,196,0.2)  transparent  transparent ;
}



.catalog-detail {
    padding-left: 572px;
}

.catalog-detail-slider {
    width: 525px;
    margin-left: -572px;
    position: relative;
    z-index: 2;
    float: left;
    padding-left: 93px;
}

.catalog-detail-sliderLg-wrap {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    float: left;
}

.catalog-detail-sliderLg-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #dcdee1;
}

.catalog-detail-slider-lg {
    overflow: hidden;
}

.catalog-detail-slider-lg,
.catalog-detail-slider-sm {
    opacity: 0;
}

.slick-slider {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.slider-init {
    opacity: 1;
}

#catalog-fast-view-lg,
#catalog-fast-view-sm{
    position: absolute;
    top: 0;
    left: 0;
}

#catalog-fast-view-lg.slider-init-fast-view,
#catalog-fast-view-sm.slider-init-fast-view{
    position: relative;
}

.no-js .catalog-detail-slider-lg,
.no-js .catalog-detail-slider-sm {
    opacity: 1;
}

.catalog-detail-sliderLg-inner .product-cardMain-labelWrap {
    z-index: 1000;
}

.catalog-detail .slick-slider,
.catalog-detail .slick-list,
.catalog-detail .slick-track,
.catalog-detail .slick-slide {
    height: 100%;
}

.catalog-detail .slick-slider {
    width: 100%;
}

.catalog-detail-sliderLg-inner,
.catalog-detail-sliderLg-inner .slick-slider .slick-slide,
.catalog-detail-sliderLg-inner .slick-slider .slick-track {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-detail-slider-sm .slick-slide {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-detail .slick-slide {
    overflow: hidden;
}

.catalog-detail .slick-slider .slick-slide:focus {
    outline: none;
}

.catalog-detail .slick-prev,
.catalog-detail .slick-next {
    display: none !important;
}

.catalog-detail-sliderSm-wrap {
    width: 74px;
    float: left;
    margin-left: -100%;
    position: relative;
    left: -93px;
}

.catalog-detail-slider-sm {
    margin: -9px 0;
}

.catalog-detail-sliderSm-wrap .slick-track {
    display: block;
}

.catalog-detail-slider-sm .slick-track {
    padding: 0 1px;
}

.catalog-detail-slider-sm .slick-slide {
    border: 1px solid #e5e5e5;
    margin: 9px 0;
    max-width: 100%;
    position: relative;
    cursor: pointer;
}



.catalog-detail-slider-sm .slick-current:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #9d6f95;
    z-index: 2;
}

.catalog-detail-sliderLg-wrap .product-card-label-wrap {
    top: -1px;
    left: -10px;
}

.catalog-detail-info {
    float: left;
    width: 100%;
}

.catalog-detail-info-title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.catalog-detail-price-wrap {
    margin-bottom: 20px;
}

.catalog-detail-price {
    position: relative;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.catalog-detail-price-old {
    color: #9a9a9a;
    font-size: 24px;
    text-decoration: line-through;
    display: inline-block;
    vertical-align: middle;
}

.catalog-detail-spec-item {
    position: relative;
    margin-bottom: 5px;
}

.catalog-detail-spec-item:last-child {
    margin-bottom: 0;
}

.catalog-detail-spec-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 1px;
    z-index: 1;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAYAAAAb4BS0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFBMjg4QkNCNEM1NjExRTdBNTFERDA1QzEyQ0VENjlCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFBMjg4QkNDNEM1NjExRTdBNTFERDA1QzEyQ0VENjlCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUEyODhCQzk0QzU2MTFFN0E1MUREMDVDMTJDRUQ2OUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUEyODhCQ0E0QzU2MTFFN0E1MUREMDVDMTJDRUQ2OUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz56AcqBAAAAE0lEQVR42mJwcHD4DwQMIAwQYAAvJge6xXhvLAAAAABJRU5ErkJggg==") left bottom repeat-x;
}

.catalog-detail-spec-item-title {
    float: left;
    background: #fff;
    position: relative;
    z-index: 2;
}

.catalog-detail-spec-item-value {
    float: right;
    background: #fff;
    position: relative;
    z-index: 2;
}

.catalog-detail-spec-full {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.slideEl {
    font-weight: 700;
    color: #000;
    position: relative;
    padding-right: 12px;
    display: inline-block;
}

.slideEl:before {
    content: "\f0d7";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px;
    font: normal normal normal 12px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slideEl.slideEl-active:before {
    content: "\f0d8";
}
.title-active{
    font-weight: bold;
}
.catalog-detail-spec-full-content {
    display: none;
}

.catalog-detail-spec-full-content .catalog-detail-spec-item:first-child {
    padding-top: 5px;
}
.catalog-detail-actions{
    border: 0;
}
.catalog-detail-actions-color {
    min-height: 23px;
}

.catalog-detail-actions-color-title {
    color: #9a9a9a;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.catalog-detail-actions-color .product-card-color-slider {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -15px;
    width: 188px;
}

.catalog-detail-actions-color {
    margin-bottom: 25px;
}

.catalog-detail .counter {
    float: left;
    width: 127px;
}

.catalog-detail .product-card-md-basket {
    float: left;
    width: auto;
}

.catalog-detail .product-card-buttons {
    height: auto;
    margin-top: 0;
    margin-bottom: 10px;
}

.catalog-detail .product-card-buttons-bottom-item {
    margin-right: 11px;
}

.catalog-detail .product-card-buttons-bottom-item:last-child {
    margin-right: 0;
}

.catalog-detail .product-card-buttons-top {
    margin-bottom: 25px;
}

.catalog-detail .product-card-buttons-top-item {
    margin-right: 11px;
    float: left;
    margin-bottom: 10px;
}
.catalog-detail .product-card-buttons-top-item:nth-child(2) {
    margin-right: 20px;
    font-size: 14px;
}
.catalog-detail .product-card-buttons-top-item:last-child {
    margin-right: 0;
}

.catalog-detail .product-card-summ {
    padding-top: 3px;
}

.catalog-detail-actions {
    padding-top: 55px;
}

.catalog-detail .product-card-buttons-bottom-title {
    color: #8ab446;
    float: left;
}

.catalog-detail .product-card-buttons-bottom-block {
    float: right;
}

.catalog-detail .product-card-buttons-bottom {
    overflow: hidden;
}

.catalog-slider > .owl-stage-outer {
    padding-bottom: 100px;
}

.catalog-slider-wrap {
    padding: 80px 0;
    border-top: 1px solid #e5e5e5;
}

.personal-nav {
    margin-bottom: 40px;
    position: relative;
}

.personal-nav-item:not(.personal-nav-item-active) a:hover {
    opacity: .8;
}


.block-control {
    position: relative;
}

.bx_ordercart_itemtitle {
    font-size: 15px;
    text-transform: none;
    width: 300px;
    min-width: 190px;
    color: #000;
    line-height: 1.3;
    margin: 0 0 10px;
    text-align: left;
}

.bx_ordercart-info {
    float: left;
    text-align: left;
}

.bx_ordercart_itemtitle a {
    color: #000;
    display: block;
    text-align: center;
}
.basket-wrap .bx_ordercart_itemtitle a{
    text-align: left;
}

.bx_ordercart_photo_container {
    width: 110px;
    height: 90px;
    text-align: center;
    float: left;
    margin-right: 30px;
}

.bx_ordercart_photo_container img {
    display: block;
    height: 100%;
    width: 100%;
}

.bx_ordercart-prop {
    text-align: left;
}

.bx_ordercart-prop-title {
    color: #868b97;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.bx_ordercart-prop-value {
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

.bx_ordercart-prop-value-change {
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #00a9c8;
}
.pager{
    display: inline-block;
    padding: 5px;
    background-color: #f3f7ec;
    border-radius: 20px;
}
.pager-prev,
.pager-next{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    color: #8ab446;
    border: none;
    font-size: 9px;
}
.pager-pages{
    display: inline-block;
    width: 80px;
    text-align: center;
}
.products-table-price-block{
    position: relative;
}
.products-table-available-title {
    margin-bottom: 5px;
}

.products-table-available-value {
    color: #868b97;
}

.products-table-price {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding: 0 8px;
}

.favorite-wrap .products-table-price,
.products-table-price-cart{
    position: relative;
}

.products-table-price-old {
    font-size: 16px;
    color: #868b97;
    text-decoration: line-through;
    white-space: nowrap;
}

.products-table .counter {
    width: 80px;
}

.products-table .counter-wrap {
    display: inline-block;
}

.products-table .counter input,
.products-table .plus,
.products-table .minus {
    width: 20px;
    height: 20px;
}

.products-table .counter input {
    width: 40px;
    margin: 0;
}

.products-table-compare {
    display: inline-block;
    width: 24px;
    height: 22px;
    background: url(../img/svg/compare.svg) center center no-repeat;
}

.products-table-compare-active {
    background-image: url(../img/svg/compare-active.svg);
}

.products-table-favorite {
    display: inline-block;
    width: 24px;
    height: 22px;
    background: url(../img/svg/favorite.svg) center center no-repeat;
}

.products-table-favorite-active {
    background-image: url(../img/svg/favorite-active.svg);
}

.products-table-basket {
    display: inline-block;
    width: 26px;
    height: 22px;
    background: url(../img/svg/basket.svg) center center no-repeat;
}


.products-table .product-card-btn-basket-active, .products-table-basket-active {
    background-image: url(../img/svg/basket-active.svg);
}


.products-table-delete {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/main-ic.png) -111px bottom no-repeat;
}

.products-table-delete-favorite {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../img/main-ic.png) -111px bottom no-repeat;
}

.products-table-btn-item {
    display: block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.products-table-btn-item:last-child {
    margin: 0;
}

.control {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket-result-label{
    display: block;
    margin-top: 20px;
}
.basket-result-item {
    position: relative;
}
.basket-result-item .jq-checkbox.checked:before{

}
.basket-wrap {
    margin-bottom: 30px;
}
.basket-wrap .product-card-btn-compare{
    margin-right: 0;
}
.basket-result-left {
    float: left;
    margin-right: 15px;
}

.basket-result-right {
    float: right;
    text-align: right;
}

.basket-result-item {
    font-weight: 700;
}

.basket-result-item-title {
    margin-right: 18px;
    width: 155px;
    float: left;
}

.basket-result-item-value {
    float: right;
}

.basket-result-btn-wrap {
    margin-top: 20px;
}

.basket-result-summ-wrap {
    margin-bottom: 25px;
}

.basket-result-summ-inner {
    float: right;
}

.basket-result-summ-title {
    font-weight: 700;
    float: left;
    margin-right: 15px;
    padding-top: 2px;
}

.basket-result-summ-block {
    float: right;
}

.basket-result-summ {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.basket-result-summ-discount {
    color: #868b97;
    text-decoration: line-through;
}

.basket-form-buttons-left {
    float: left;
}

.basket-form-buttons-right {
    float: right;
}

.basket-form-buttons .btn {
    margin-right: 18px;
}

.basket-form-buttons .btn:last-child {
    margin-right: 0;
}

.basket-result-summ-min {
    text-align: right;
    clear: both;
}

.basket-result-summ-min-title {
    font-weight: 700;
    padding-left: 23px;
    min-height: 14px;
    position: relative;
    display: inline-block;
}

.favorite-wrap .bx_ordercart-info {
    min-height: 90px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.add-to-basket-modal .product-card-hint{
    left: 94px;
    bottom: -90px;
}
add-to-basket-modal .product-card-price-now{
    margin-top: 10px;
}
.add-to-favorite-modal .product-card-price{
    position: relative;
}
.add-to-favorite-modal .product-card-hint{
    bottom: -66px;
}
.favorite-wrap .bx_ordercart_itemtitle {
    margin-bottom: 0;
}
.compare-wrap .product-card-hint {
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}
.basket-wrap .product-card-hint,
.favorite-wrap .product-card-hint{
    left: -222px;
    bottom: -22px;
}
.compare-wrap .product-card-hint:before,
.compare-wrap .product-card-hint:after{
    left: 50%;
    transform: translateX(-50%)!important;
}
.basket-wrap .product-card-hint:before,
.basket-wrap .product-card-hint:after,
.favorite-wrap .product-card-hint:before,
.favorite-wrap .product-card-hint:after {
    left: auto;
    top: 50%!important;
    transform: translateY(-50%)!important;
}
.compare-wrap .product-card-hint:before {
    top: 100%;
    border-color: rgba(101,147,196,0.2) transparent transparent transparent;
}
.basket-wrap .product-card-hint:before,
.favorite-wrap .product-card-hint:before{
    right: -23px;
    border-color: transparent transparent transparent rgba(101,147,196,0.2);
}
.compare-wrap .product-card-hint:after {
    top: 70px;
    border-color: #eff4f9 transparent transparent transparent;
}
.basket-wrap .product-card-hint:after,
.favorite-wrap .product-card-hint:after{
    right: -19px;
    border-color: transparent transparent transparent #eff4f9;
}
.products-category {
    margin-bottom: 30px;
}

.custom-table {
    width: 100%;
    min-width: 680px;
    border-right: 1px solid transparent;
}

.custom-table .products-table tbody tr td:nth-child(3) .products-table-price{

}

.custom-table-wrap {
    max-width: 100%;
    margin-bottom: 20px;
    overflow: auto;
}

.custom-table-wrap .mCSB_vertical_horizontal > .mCSB_container {
    margin: 0;
}

.custom-table-wrap .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.custom-table-wrap .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
}

.custom-table-wrap .mCSB_outside + .mCSB_scrollTools {
    right: -3px;
}

.compare-wrap .products-table tr td,
.compare-wrap .products-table tr th {
    padding: 10px;

}

.compare-wrap .title-table tr:not(:first-child),
.compare-wrap .title-table tr:not(:first-child) td{
    border-top: 0;
}
.basket-wrap .products-table tr td,
.favorite-wrap .products-table tr td,
.compare-wrap .products-table tr:not(:first-child),
.compare-wrap .products-table tr:not(:first-child) td {
    border-top: 0;
}
.basket-wrap .products-table thead th:not(:first-child),
.basket-wrap .products-table tr td:not(:first-child),
.favorite-wrap .products-table thead th:not(:first-child),
.favorite-wrap .products-table tr td:not(:first-child),
.compare-wrap .products-table tr td:not(:first-child){
    border-left: 0;
}

.title-table tr td,
.title-table tr th {
    font-weight: bold;
}

.compare-wrap table tr th,
.compare-wrap table tr td,
.compare-wrap table * {
    text-align: center;
}

.compare-wrap {
    padding-left: 165px;
}

.compare-wrap .products-category {
    margin-left: -165px;
}

.compare-wrap .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 27px;
}

.title-table-wrap {
    width: 155px;
    float: left;
    margin-left: -165px;
}

.compare-wrap .products-table-wrap {
    float: left;
}

.compare-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 12px;
}

.compare-wrap .mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.compare-wrap .mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.compare-wrap .mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAGCAYAAAAPDoR2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjM5QTg1MjBGODk3OTExRTc4REVFRjM2QkI3M0E3OTFEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjM5QTg1MjEwODk3OTExRTc4REVFRjM2QkI3M0E3OTFEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MzlBODUyMEQ4OTc5MTFFNzhERUVGMzZCQjczQTc5MUQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MzlBODUyMEU4OTc5MTFFNzhERUVGMzZCQjczQTc5MUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6pqeBDAAAAHklEQVR42mK8du3afwYGBkYGCEBhMzHgAQMhCRBgAI2tBY056itoAAAAAElFTkSuQmCC");
    background-position: center center;
    background-repeat: no-repeat;
}

.compare-wrap .bx_ordercart_photo_container {
    width: 145px;
    height: 110px;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.compare-wrap .bx_ordercart_itemtitle {
    width: auto;
    min-width: 0;
    margin: 0;
    overflow: hidden;
}

.bx_ordercart_desc {
    line-height: 1.3;
    overflow: hidden;
}

.compare-wrap .control {
    display: block;
    text-align: center;
}

.compare-wrap .control .products-table-btn-item {
    display: inline-block;
    margin: 0 10px 0 0;
}

.events-select-title {
    color: #868b97;
}

.events-select-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}

.events-select-item:last-child {
    margin-right: 0;
}
.events-select-btn-wrap{
    display: inline-block;
}
.events-select-btn {
    margin-right: 4px;
    color: #868b97;
    font-weight: 900;
    background: #f0eaef;
    padding: 8px 15px;
    border-radius: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.events-select-btn-active {
    background: #9d6f95;
    color: #fff;
}

.events-select {
    margin-bottom: 22px;
}

.events-item-wrap {
    margin-bottom: 40px;
}

.events-item {
    padding-bottom: 34px;
    border-bottom: 1px solid #dfe2e3;
    margin-bottom: 34px;
}

.events-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.events-item-date {
    color: #868b97;
    font-size: 14px;
    margin-bottom: 5px;
}

.events-item-title {
    font-size: 15px;
    font-weight: 900;
    color: #00a9c8;
    margin: 0 0 11px;
    text-transform: none;
}

.events-item-title a {
    color: #333;
}

.events-item-text {
    margin-bottom: 18px;
}

.events-item-text p:last-child {
    margin-bottom: 0;
}

.events-item-img {
    display: block;
    float: left;
    width: 276px;
    text-align: center;
}

.events-item-img img {
    width: 100%;
}

.events-item-content {
    padding-left: 311px;
}

.events-item-without-img .events-item-content {
    padding-left: 0;
}

.events-item-without-img .events-item-img {
    display: none;
}

.events-detail-img {
    max-width: 48%;
    float: left;
    margin: 0 30px 15px 0;
}

.events-detail-content {
    margin-bottom: 15px;
}

/*social-share*/
.social-share-title {
    color: #868b97;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.ya-share2 {
    display: inline-block;
    vertical-align: middle;
}

.social-share .ya-share2__list .ya-share2__item {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}

.social-share .ya-share2__item:last-child {
    margin-right: 0;
}

.social-share .ya-share2__item a,
.social-share .ya-share2__item span {
    display: block;
    width: 100%;
    height: 100%;
}

.bx-authform {
    width: 410px;
}

.bx-authform-starrequired {
    color: red;
}

.bx-authform-label-container {
    margin-bottom: 6px;
    font-weight: normal;
}

.bx-authform-label-container label {
    margin-bottom: 0;
    font-weight: normal;
}

.bx-authform-formgroup-container {
    margin-bottom: 20px;
}
.bx-authform-formgroup-container .jq-checkbox{
    width: 18px;
    height: 18px;
    border-radius: 4px;
}

.bx-captcha-container {
    margin: 50px 0 30px;
}

.bx-authform-input-container {
    position: relative;
}

.bx-authform-prompt {
    white-space: nowrap;
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 25px;
    margin-top: 10px;
    color: #868b97;
}

.bx-authform-formgroup-inner-top .bx-authform-label-container,
.bx-authform-formgroup-inner-bottom .bx-captcha {
    float: left;
    width: 48%;
}

.bx-authform-formgroup-inner-top.bx-captcha-error,
.bx-authform-formgroup-inner-bottom .bx-authform-input-container {
    width: 48%;
    float: right;
}

.bx-captcha {
    height: 37px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bx-captcha img {
    max-height: 100%;
}

input.error,
textarea.error,
input.error:focus,
textarea.error:focus {
    border-color: #ff3a43;
}

label.error {
    position: absolute;
    right: 0;
    bottom: 100%;
    font-weight: normal;
    color: #ff3a43;
    margin-bottom: 6px;
}

.pass-rec-text {
    margin-bottom: 40px;
}

.bx-authform-label-name {
    float: left;
    margin-right: 15px;
}

.bx-authform-label-error {
    float: right;
    color: #ff3a43;
}

.pass-rec-container {
    margin-bottom: 30px;
}

.pass-rec-container + .bx-authform-formgroup-container {
    margin-bottom: 0;
}

.bx-authform-description-container {
    color: #868b97;
}

.arcticmodal-container_i {
    width: auto;
}

.arcticmodal-container .main-modal {
    position: relative;
    left: auto;
    top: auto;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

/*.arcticmodal-container_i * {
  text-align: left;
}*/

.arcticmodal-container_i2 {
    padding: 0;
}

.arcticmodal-overlay {
    opacity: .4 !important;
}

.fast-view-modal {
    width: 930px;
    max-width: 95vw;
    position: relative;
    background: #fff;
}

.fast-view-modal .main-modal {
    position: relative;
    left: auto;
    top: auto;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fast-view-modal .catalog-detail {
    margin: 0;
}

.fast-view-btn-wrap {
    text-align: center;
}

.fast-view-modal .product-cardMain-detail {
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.fast-view-modal .catalog-detail .product-cardMain-hide {
    margin-top: 34px;
}

.fast-view-modal .catalog-detail .product-card-buttons-top {
    margin-bottom: 10px;
}

.fast-view-modal .catalog-detail-actions-color {
    margin-bottom: 20px;
}

.fast-view-modal .catalog-detail-slider {
    width: 435px;
    margin-left: -473px;
}

.fast-view-modal .catalog-detail {
    padding-left: 473px;
}

.fast-view-modal .product-card-md-basket {
    padding-left: 20px;
    padding-right: 20px;
}

.fast-view-modal .catalog-detail-actions {
    padding-top: 35px;
}

.fast-view-modal .product-card-available {
    margin-bottom: 0;
    float: left;
    color: #8ab446;
}

.fast-view-modal .counter {
    width: 110px;
}

.ajax-modal {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.ajax-modal .fancybox-skin,
.ajax-modal .fancybox-outer {
    height: 100% !important;
}

.ajax-modal .fancybox-inner {
    overflow: visible !important;
    width: 100% !important;
    height: 100% !important;
}

.main-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    max-width: 95vw;
}

.main-modal-inner {
    padding: 25px 0 0;
    max-height: 95vh;
    overflow: auto;
}

.fast-view-modal .main-modal-inner {
    overflow: auto;
}

.main-modal .mCustomScrollbar:not(.mCS_no_scrollbar):not(.mCSB_vertical-inactive) {
    padding-right: 26px;
    padding-left: 30px;
}

.main-modal .mCustomScrollbar:not(.mCS_no_scrollbar):not(.mCSB_vertical-inactive) + .main-modal-close-btn {
    top: 6px;
    right: 6px;
}

.main-modal .mCustomScrollbar:not(.mCS_no_scrollbar):not(.mCSB_vertical-inactive) .main-modal-top,
.main-modal .mCustomScrollbar:not(.mCS_no_scrollbar):not(.mCSB_vertical-inactive) .main-modal-middle,
.main-modal .mCustomScrollbar:not(.mCS_no_scrollbar):not(.mCSB_vertical-inactive) .main-modal-bottom {
    padding-left: 0;
    padding-right: 0;
}

.main-modal-close-btn {
    position: absolute;
    right: 13px;
    top: 13px;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}

.main-modal-close-btn:before,
.main-modal-close-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #9a9a9a;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-modal-close-btn:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main-modal-close-btn:hover {
    opacity: 0.8;
}

.main-modal-top {
    padding: 0 40px 25px 30px;
    position: relative;
    margin: 0;
    overflow: hidden;
    border-bottom: 1px solid #8ab446;
}

.main-modal-title {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}

.main-modal-middle {
    padding: 30px;
}

.main-modal-middle:before,
.main-modal-middle:after {
    content: " ";
    display: table;
}

.main-modal-middle:after {
    clear: both;
}

.main-modal-bottom {
    padding: 25px 30px 25px;
    border-top: 1px solid #e5e5e5;
}

.add-product-modal {
    /*width: 480px;*/
    width: 520px;
    position: relative;
}


.add-product-buttons {
    text-align: center;
}


.add-product-buttons .btn {
    display: inline-block;
}

.add-product-img {
    width: 86px;
    float: left;
}

.add-product-info {
    padding-left: 120px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.add-product-info .product-card-price-now{
    margin-top: 10px;
}
.add-product-title {
    font-weight: 700;
    margin-bottom: 7px;
}

.add-product-quantity {
    color: #9a9a9a;
    font-size: 14px;
}

.radio label, .checkbox label {
    min-height: 15px;
}

.bx-authform-btn-log {
    float: left;
    margin-right: 15px;
}

.bx-authform-btn-reg {
    float: right;
}

.success-reg{
    font-size: 20px;
}

.bx-authform-formgroup-remember .checkbox-item {
    float: left;
    margin-right: 10px;
}

.checkbox-item {
    font-weight: normal;
    margin-bottom: 0;
    position: relative;
    min-height: 15px;
    line-height: 1;
    padding-left: 25px;
    display: block;
    cursor: pointer;
}

.checkbox-item input[type="checkbox"],
.checkbox-item .checkbox-item-title {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    padding-top: 3px;
}

.checkbox-item-title {
    display: block;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.bx-authform-link-forgot {
    float: right;
    line-height: 1;
    padding-top: 3px;
}

.bx-authform-formgroup-remember {
    margin-bottom: 28px;
}

.bx-authform-btn-wrap {
    margin-bottom: 0;
}

.bx-authform-social-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}

.bx-authform-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.bx-authform-social ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    position: static;
}

.bx-authform-social ul li:last-child {
    margin-right: 0;
}

.feedback-modal {
    width: 375px;
}

.form-feedback-item {
    margin-bottom: 20px;
    position: relative;
}

.form-feedback-input {
    position: relative;
}

.form-feedback-submit {
    padding-top: 10px;
}

.form-feedback-label {
    font-weight: normal;
}

.feedback-modal .form_feedback_message {
    height: 130px;
    resize: none;
}

.feedback-contacts-item,
.feedback-contacts-item a {
    color: #000;
    font-weight: 700;
}

.feedback-contacts-item a[href^="mailto"] {
    border-bottom: 1px dashed;
    margin-top: 10px;
}

.feedback-contacts-item a[href^="mailto"]:hover {
    border-bottom-color: transparent;
}

.main-collapse-body {
    display: none;
}

.main-collapse-item:first-child .main-collapse-title {
    border-top: none;
}

.main-collapse-title {
    font-size: 18px;
    border-top: 20px solid transparent;
}

.main-collapse-title:before {
    font-size: 14px;
}

.main-collapse-body-inner {
    padding-bottom: 20px;
}

.help-page .tabs-nav {
    text-align: left;
    margin-bottom: 20px;
}
.help-page .tabs-nav-item{
    line-height: 1.2;

}


/*.help-page .tabs-nav-item a {*/
    /*color: #fff;*/
    /*-webkit-border-radius: 0;*/
    /*-moz-border-radius: 0;*/
    /*border-radius: 0;*/
    /*display: block;*/
/*}*/

/*.help-page .tabs-nav-item-active a {*/
    /*background: #007e95;*/
/*}*/

/*.help-page .tabs-nav-item {*/
    /*font-weight: normal;*/
    /*margin-bottom: 10px;*/
    /*margin-right: 30px;*/
    /*border-bottom: none;*/
/*}*/

.help-page .tabs-nav-item:hover {
    opacity: 1;
}

.help-page .tabs-nav-item:last-child {
    margin-right: 0;
}

.contacts-form label {
    font-weight: normal;
}

.contacts-form-input {
    margin-bottom: 20px;
}

.contacts-form-textarea {
    margin-bottom: 30px;
}

form .inputtextarea {
    height: 130px;
    resize: none;
}

.contacts-form-btn-wrap {
    margin-bottom: 20px;
}

.contacts-input-wrap {
    position: relative;
}

.contacts-block {
    margin-bottom: 45px;
}

.contacts-info {
    width: 37%;
    float: left;
}

.contacts-map {
    float: right;
    width: 55%;
    padding-bottom: 22%;
    position: relative;
}

.contacts-map-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contacts-info-item {
    margin-bottom: 20px;
}

.contacts-info-item:last-child {
    margin-bottom: 0;
}

.contacts-info-item-title {
    color: #9a9a9a;
    margin-bottom: 5px;
}

.contacts-info-item-phone {
    padding-left: 20px;
    position: relative;
    color: #000;
}

.contacts-info-item-phone:before {
    content: "\f095";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contacts-info-item-email {
    padding-left: 20px;
    position: relative;
    color: #000;
}

.contacts-info-item-email:before {
    content: "\f0e0";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
    font: normal normal normal 12px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.about-info {
    margin-bottom: 35px;
}

.about-info p:last-child {
    margin-bottom: 0;
}

.about-privilege-title {
    margin: 0 0 25px;
}

.about-privilege-item {
    margin-bottom: 20px;
    position: relative;
}

.about-privilege-item:nth-child(2n+1) {
    clear: both;
}

.about-privilege-item-ic {
    float: left;
    /*margin-right: 20px;*/
    width: 92px;
    height: 92px;
    border: 2px solid #a8acb5;
    border-radius: 50%;
    position: relative;
}

.about-privilege-item-ic img{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about-privilege-item-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 120px;
    max-width: 460px;
}

.about-slider-title {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0 25px;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
}

.about-page .about-index-slider{
    display: block;
    padding: 0 40px;
}
.about-slider-wrap{
    position: relative;
}
.about-page .index-slider-nav{
    margin-top: 20px;
}
.events-index-slider-nav-inner .owl-prev{
    position: absolute;
    top: 52%;
    left: 0px;
    z-index: 1;
}
.events-index-slider-nav-inner .owl-next{
    position: absolute;
    top: 52%;
    right: 0px;
    z-index: 1;
}

.brands-list {
    margin-bottom: 21px;
}

.brands-list-item-wrap {
    padding-left: 111px;
}

.brands-list-item-all {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    float: left;
}

.brands-list-item {
    margin-right: 8.7px;
    margin-bottom: 8.7px;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #e5e5e5;
    text-transform: uppercase;
    color: #9a9a9a;
}

.brands-list-item:last-child {
    margin-right: 0;
}

.brands-list-item:hover {
    opacity: 0.8;
}

.brands-block-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.brands-block {
    margin-bottom: 30px;
}

.brands-block:nth-child(5n+1) {
    clear: both;
}

.brands-block-inner {
    height: 100%;
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 10px 10px 15px;
}

.brands-block .brands-list-item {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    background: #00a9c8;
    color: #fff;
    border-color: #00a9c8;
}

.brands-block-logo {
    margin-bottom: 15px;
    height: 118px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.error-404-wrap {
    text-align: center;
    padding-bottom: 115px;
}

.error-404 {
    padding: 50px 40px;
    border: 2px solid #e5e5e5;
    text-align: center;
    color: #9a9a9a;
    display: inline-block;
    line-height: 1;
    position: relative;
}

.error-404-title {
    font-size: 62px;
}

.error-404-code {
    font-size: 150px;
}

.error-404-text {
    font-size: 22px;
    margin-bottom: 15px;
}

.error-404-img {
    position: absolute;
    right: -155px;
    bottom: -115px;
}

.personal-main-welcome {
    margin-bottom: 20px;
}

.personal-main-welcome-name,
.personal-main-authItem-title {
    font-weight: 700;
}

.personal-main-authItem-inner {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.personal-main-authItem-inner:last-child {
    margin-right: 0;
}

.personal-main-info {
    margin-bottom: 2.5%;
}

.personal-main-links-wrap {
    margin-left: -15px;
    margin-right: -15px;
}

.personal-main-link-item {
    float: left;
    /*width: 33.33333333333333%;*/
    padding: 0 15px;
    margin-top: 20px;
}

.personal-main-link-item:nth-child(3n+1) {
    clear: both;
}

.personal-main-link-item .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.personal-main-link-block {
    display: block;
    text-align: center;
    padding: 14px 10px;
    white-space: normal;
}

.personal-main-link {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.personal-main-count {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #00a9c8;
    text-align: center;
    line-height: 20px;
    font-size: 11px;
    font-weight: 500;
    margin-left: 10px;
}

.personal-info-form {
    width: 43%;
    padding-right: 35px;
    float: left;
}

#personal_info_form label.error,
.personal-info label.error {
    margin-bottom: 0;
}

#personal_info_form input.error,
.personal-info textarea.error {
    background: #fff;
}

.personal-info-social {
    width: 35%;
    float: right;
}

.personal-info-social-title {
    display: block;
    margin: 0 0 10px 0;
}

.personal-info-social .bx-authform-social ul li {
    margin-bottom: 30px;
}

.bx-auth-service-form > * > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-bottom: 10px;
}

/*.bx-ss-icon {
  width: 15px;
  height: 15px;
  background-image: url(../img/social-share-ic-sm.png);
  background-repeat: no-repeat;
}

.bx-ss-icon:hover {
  opacity: 0.8;
}

.bx-ss-icon.vkontakte {
  background-position: 0 top;
}

.bx-ss-icon.facebook {
  background-position: -15px top;
}

.bx-ss-icon.odnoklassniki {
  background-position: -30px top;
}

.bx-ss-icon.google-plus {
  background-position: -45px top;
}

.bx-ss-icon.twitter {
  background-position: -60px top;
}*/
.bx-auth-service-form {
    background: none !important;
    border: none !important;
}

.soc-serv-title-grey {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}

.personal-info-social .button,
.bx-authform-social-popup form input[type="submit"] {
    margin-right: 0;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 8px 30px;
    font-size: 15px;
    line-height: 1.42857;
    border-radius: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.personal-info-social .button,
.bx-authform-social-popup form input[type="submit"] {
    color: #fff;
    background-color: #00a9c8;
    border-color: transparent;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.personal-info-social .button:focus,
.bx-authform-social-popup form input[type="submit"]:focus {
    color: #fff;
    background-color: #007e95;
    border-color: transparent;
}

.personal-info-social .button:hover,
.bx-authform-social-popup form input[type="submit"]:hover {
    color: #fff;
    background-color: #007e95;
    border-color: transparent;
    text-decoration: none;
}

.personal-info-social .button:active,
.bx-authform-social-popup form input[type="submit"]:active {
    color: #fff;
    background-color: #007e95;
    border-color: transparent;
    background-image: none;
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.personal-info-social .button:active:hover,
.bx-authform-social-popup form input[type="submit"]:active:hover {
    color: #fff;
    background-color: #006071;
    border-color: transparent;
}

.personal-info-social form input[type="text"] + span,
.bx-authform-social-popup form input[type="text"] + span {
    margin-right: 18px;
}

.bx-authform-social-popup form span:not(.bx-ss-icon) + input[type="text"],
.personal-info-social .bx-auth form span:not(.bx-ss-icon) + input[type="text"] {
    margin-right: 18px;
}

.bx-authform-social-popup form input,
.bx-authform-social-popup form span {
    display: inline-block;
    vertical-align: middle;
}

.bx-authform-social-popup .bx-ss-icon {
    /*display: none;*/
}

.personal-info-social form input[type="text"],
.bx-authform-social-popup form input[type="text"] {
    width: 48%;
    height: 37px;
    padding: 8px 20px;
    font-size: 15px;
    line-height: 1.42857;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.personal-info-social form input[type="text"]:focus,
.bx-authform-social-popup form input[type="text"]:focus {
    border-color: #00a9c8;
    outline: 0;
}

.personal-info-social form input[type="text"]::-moz-placeholder,
.bx-authform-social-popup form input[type="text"]::-moz-placeholder {
    color: #9a9a9a;
    opacity: 1;
}

.personal-info-social form input[type="text"]:-ms-input-placeholder,
.bx-authform-social-popup form input[type="text"]:-ms-input-placeholder {
    color: #9a9a9a;
}

.personal-info-social form input[type="text"]::-webkit-input-placeholder,
.bx-authform-social-popup form input[type="text"]::-webkit-input-placeholder {
    color: #9a9a9a;
}

.personal-info-social form input[type="text"]::-ms-expand,
.bx-authform-social-popup form input[type="text"]::-ms-expand {
    border: 0;
    background-color: transparent;
}

.personal-info-social .bx-auth input[type|="text"] {
    width: 40% !important;
    margin-right: 0;
}

.personal-info-social .bx-auth-service-form,
.bx-authform-social-popup {
    font-size: 15px;
}

.settings-form {
    width: 43%;
    padding-right: 35px;
}

.settings-form-block {
    display: block;
    margin-bottom: 25px;
    font-weight: normal;
    width: 100%;
}

.settings-form-item {
    display: inline-block;
    vertical-align: middle;
}

.settings-form-info .settings-form-item {
    margin-right: 23px;
}

.settings-form-info .settings-form-item:last-child {
    margin-right: 0;
}

.settings-form-title {
    width: 30%;
    float: left;
    margin-top: 7px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

.settings-form-input {
    background: #eff5f5;
    color: #9a9a9a;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.settings-form-input:focus {
    background: #fff;
}

textarea.settings-form-input {
    height: 130px;
    resize: none;
}

.settings-form-input-wrap {
    position: relative;
    float: right;
    width: 65.5%;
}

.settings-form-input-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.settings-form-input-active:before {
    display: none;
}

.settings-form-edit-btn {
    display: block;
    position: absolute;
    right: -35px;
    top: 8px;
    z-index: 3;
    cursor: pointer;
    width: 21px;
    height: 21px;
}

.settings-form-edit-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 13px;
    margin-top: -6.5px;
    margin-left: -6.5px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNFOUNENUE5OEUxRjExRTdBOEVCQUYwRTU1RDdEMTk1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNFOUNENUFBOEUxRjExRTdBOEVCQUYwRTU1RDdEMTk1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0U5Q0Q1QTc4RTFGMTFFN0E4RUJBRjBFNTVEN0QxOTUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0U5Q0Q1QTg4RTFGMTFFN0E4RUJBRjBFNTVEN0QxOTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Mgv2iAAAAnklEQVR42mJiIAKoq6snAPF/IL7EwsIiwEhIAz8/v4KEhMR9JKHLjIRsAFL2QHwQiOfDxFkIaJiPJJQI5SeyEKkBxGd48eKF4sePHx8wEaEBBg6CNIAYTERqSLx58+YCGIeJVA1wTaRoAGsCanAA0iC3fiBGA8ymeCCeBMSBSBpxaoDFkzEQ6yJpVMCnAWYTSMNlID4LEiCkAQQAAgwAJHE9+JOWdHYAAAAASUVORK5CYII=") left top no-repeat;
}

.settings-form-edit-btn:hover:before,
.settings-form-input-active .settings-form-edit-btn:before {
    /*background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM1MDFDMjhGOEUxRjExRTc5RkUyODI5MjQ3REZDNzFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM1MDFDMjkwOEUxRjExRTc5RkUyODI5MjQ3REZDNzFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzUwMUMyOEQ4RTFGMTFFNzlGRTI4MjkyNDdERkM3MUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzUwMUMyOEU4RTFGMTFFNzlGRTI4MjkyNDdERkM3MUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6wJq1gAAAAy0lEQVR42mJkIAJIBxTO+SGln8z07d0Pjlc3NBgJaZDxzrD5Lm9xGMYHaWQiZMMfXolFHM8uzoWJ/eMS4mAm5KR/nAKCjL9/CLK9f7gOaIARyABGfBqQxdje3D7P/PVt3pOtM44wEaMB7Jdf386BNIDYjMRoADnp6Yb+FBifkVQNcE2kaAABFhnfnAKGv7+vEKsB7L8/3CJ5P4WV2jkfnykkRgPYpr8cfJKgCPvJwADW+J+ZVQefBrBNIA2gpMH849NzkAAhDSAAEGAAILdzVFj+zjAAAAAASUVORK5CYII=") left top no-repeat;*/
}

.settings-form-info {
    margin-top: 2.2%;
    margin-bottom: 25px;
}

.settings-form-info-title {
    margin-bottom: 14px;
}

.settings-form-info-title,
.settings-form-content-item-title {
    font-weight: 700;
}

.settings-form-checkboxes {
    margin-bottom: 25px;
}

.settings-form-checkboxes .settings-form-item {
    margin-bottom: 10px;
}

.settings-form-content-item-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.settings-form-content-item-value {
    display: inline-block;
    vertical-align: middle;
}

.settings-form-buttons .btn {
    margin-right: 18px;
}

.settings-form-buttons .btn:last-child {
    margin-right: 0;
}

.settings-form-block-pass .settings-form-input-wrap:before {
    display: none;
}

.settings-form-input-wrap .bx-authform-prompt {
    margin-left: 18px;
}

.payment-profile-all .custom-table-wrap {
    margin-bottom: 0;
}

.payment-profile-all table {
    width: 100%;
    min-width: 680px;
}

.payment-profile-all table tr td:last-child {
    white-space: nowrap;
}

.payment-profile-all-delete {
    display: block;
    width: 22px;
    height: 22px;
}

.payment-profile-all-delete:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../img/main-ic.png) -111px bottom no-repeat;
}

.payment-profile-all-border {
    width: 1px;
    height: 18px;
    background: #e5e5e5;
    display: inline-block;
    vertical-align: middle;
    margin: 0 18px;
}

.payment-profile-all-btn {
    display: inline-block;
    vertical-align: middle;
}

.payment-profile-form-top .settings-form-content-item {
    margin-bottom: 17px;
}

.payment-profile-form-top .settings-form-block {
    margin-bottom: 0;
}

.payment-profile-form-top-inner {
    width: 43%;
    padding-right: 35px;
}

.payment-profile-form-top {
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 35px;
}

.payment-profile-form-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 17px;
    line-height: 1;
}

.payment-profile-form-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 35px;
    top: 11px;
    height: 1px;
    background: #e5e5e5;
    z-index: -1;
}

.payment-profile-form-title span {
    display: inline-block;
    background: #fff;
    padding-right: 20px;
}

.payment-profile-form-block {
    width: 43%;
    float: left;
    padding-right: 35px;
}

.payment-profile-form-block:nth-child(even) {
    float: right;
}

.payment-profile-ur .payment-profile-form-block:nth-child(even) {
    float: left;
}

.payment-profile-ur .payment-profile-form-block:nth-child(odd) {
    float: right;
}

.payment-profile-form-middle {
    position: relative;
}

.payment-profile-form-middle:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 25px;
    margin-left: -0.5px;
    width: 1px;
    background: #e5e5e5;
}

.payment-profile-form-bottom {
    margin-top: 5px;
}

.payment-profile-form-buttons .btn {
    margin-right: 18px;
    margin-bottom: 15px;
}

.payment-profile-form-buttons .btn:last-child {
    margin-right: 0;
}
.bx-label,
.payment-profile-form-label{
    font-weight: normal;
}

.bx-authform-button{
    margin-top: 15px;
}
.warning{
    padding: 15px;
    background-color: white;
}
/*order-finish*/
.order-finish-success {
    position: relative;
    padding-left: 85px;
    margin-bottom: 53px;
}

.order-finish-success:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    background: url(../img/success-ic.png) left top no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.order-finish-success div:first-child {
    margin-bottom: 14px;
    padding-top: 3px;
}

.order-finish-block-title {
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.order-finish-block-inner .order-detail-info-item-img-wrap {
    margin-right: 15px;
}

.order-finish-block-inner .order-detail-info-item-img-wrap,
.order-finish-block-text {
    display: inline-block;
    vertical-align: middle;
}

.order-finish-block {
    margin-bottom: 35px;
}

.ordering-auth-left {
    width: 39.4%;
    float: left;
}

.ordering-auth-right {
    width: 51.8%;
    float: right;
}

.ordering-block-wrap {
    width: 100%;
    padding-right: 350px;
    float: left;
    counter-reset: heading;
}

.ordering-sidebar {
    width: 277px;
    float: left;
    margin-left: -277px;
}

.ordering-block-header {
    padding: 9px 30px 9px 70px;
    background: #eff5f5;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.ordering-block-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    margin-right: 10px;
}

.ordering-block-change {
    float: right;
    border-bottom: 1px dashed;
    color: #9a9a9a;
    line-height: 1;
    padding-top: 3px;
    display: block;
}

.ordering-block-change:hover {
    border-bottom-color: transparent;
}

.ordering-auth-left-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.ordering-block-header:before {
    counter-increment: heading;
    content: counter(heading);
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    line-height: 100%;
    font-weight: 700;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.ordering-block {
    border: 1px solid #e5e5e5;
    margin-bottom: 7%;
}

.ordering-block:last-child {
    margin-bottom: 0;
}

.ordering-block-content {
    position: relative;
    padding: 25px 30px 30px;
}

.ordering-auth-right .bx-authform-social-title {
    font-weight: 700;
    margin: 0 0 10px 0;
    display: block;
}

.ordering-auth-right .bx-authform-social ul li {
    margin-bottom: 30px;
}

.ordering-auth-reg {
    padding: 20px 20px 25px;
    background: #eff5f5;
}

.ordering-auth-reg-text {
    margin-bottom: 25px;
}

.ordering-block-content .table-responsive-wrap {
    margin-bottom: 30px;
}

.ordering-result {
    border: 1px solid #e5e5e5;
    padding: 20px 30px 25px;
}

.ordering-result {
    font-weight: 700;
    margin-bottom: 30px;
}

.ordering-result-item {
    margin-bottom: 15px;
}

.ordering-result-title {
    float: left;
    padding-top: 3px;
    margin-right: 10px;
}

.ordering-result-value-block {
    float: right;
}

.ordering-result-value {
    font-size: 18px;
    text-transform: uppercase;
}

.ordering-result-value-discount {
    text-align: right;
    color: #9a9a9a;
    text-decoration: line-through;
}

.ordering-result-item-main .ordering-result-title {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 0;
}

.ordering-result-item-main {
    border-top: 1px solid #e5e5e5;
    padding-top: 25px;
    margin-top: 25px;
    margin-bottom: 0;
}

.ordering-result-btn-wrap {
    text-align: right;
}

.ordering .bx_ordercart_itemtitle {
    /*max-width: 200px;*/
    width: 200px;
}

.ordering-products-table-wrap {
    margin-bottom: 30px;
}

.order-detail .ordering-block-header {
    padding-left: 30px;
}

.order-detail .ordering-block-header::before {
    display: none;
}

.order-detail .basket-result-summ-wrap {
    margin-bottom: 0;
}

.order-detail-info-table {
    width: 100%;
    min-width: 680px;
}

.order-detail-info-table-wrap {
    margin-bottom: 35px;
}

.order-detail-products-table-wrap {
    margin-bottom: 50px;
}

.order-detail-info-header {
    font-weight: 700;
    margin-bottom: 10px;
}

.order-detail-info-item {
    margin-bottom: 10px;
}

.order-detail-info-item:last-child {
    margin-bottom: 0;
}

.order-detail-info-title {
    color: #9a9a9a;
    font-size: 14px;
}

.order-detail-info {
    max-width: 280px;
    display: inline-block;
    vertical-align: top;
    margin-right: 8%;
    padding-bottom: 50px;
}

.order-detail-info:last-child {
    margin-right: 0;
}

.order-detail-info:first-child {
    padding-bottom: 0;
}

.order-detail-info-item-img {
    /*padding-top: 64px;*/
    position: relative;
    margin-bottom: 10px;
}

.order-detail-info-item-img-inner {
    width: 113px;
    height: 53px;
    border: 1px solid #e5e5e5;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
}

.order-detail-info-item-img:last-child {
    margin-bottom: 0;
}

.order-detail-info-item-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 1px;
    background: #e5e5e5;
}

.order-detail-buttons {
    text-align: right;
    padding-left: 300px;
    margin-top: -22px;
}

.history-orders-tabs {
    margin-bottom: 4.5%;
}
.history-orders-tabs .tabs-nav-item-active{
    color: #333;
}

.history-orders-nav {
    text-align: center;
    padding-top: 10px;
}

.history-orders-nav .bx-pagination {
    display: inline-block;
}

.history-orders-item {
    border: 1px solid #dcdee1;
    margin-bottom: 30px;
}

.history-orders-item:last-child {
    margin-bottom: 40px;
}

.history-orders-item-header {
    border-bottom: 1px solid #dcdee1;
    background: #eff5f5;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 6px 20px;
    position: relative;
}

.history-orders-item-header:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    width: 5px;
}

.history-orders-item-success .history-orders-item-header:before {
    background: #8ab446;
}

.history-orders-item-success .history-orders-item-status {
    color: #8ab446;
}

.history-orders-item-completed .history-orders-item-header:before {
    background: #8ab446;
}

.history-orders-item-completed .history-orders-item-status {
    color: #8ab446;
}

.history-orders-item-canceled .history-orders-item-header:before {
    background: #e7221e;
}

.history-orders-item-canceled .history-orders-item-status {
    color: #e7221e;
}

.history-orders-item-title {
    margin: 0 60px 0 0;
    line-height: 1.42857;
}

.history-orders-item-title,
.history-orders-item-status {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.history-orders-item-content {
    padding: 25px 20px;
}

.history-orders-products {
    margin-bottom: 62px;
}

.history-orders-products-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.history-orders-products-block-wrap {
    height: 100px;
    overflow: auto;
}

.history-orders-products-block {
    position: relative;
    margin-bottom: 5px;
}

.history-orders-products-block:last-child {
    margin-bottom: 0;
}

.history-orders-products-block:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 1px;
    z-index: 1;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAYAAAAb4BS0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFBMjg4QkNCNEM1NjExRTdBNTFERDA1QzEyQ0VENjlCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFBMjg4QkNDNEM1NjExRTdBNTFERDA1QzEyQ0VENjlCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUEyODhCQzk0QzU2MTFFN0E1MUREMDVDMTJDRUQ2OUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUEyODhCQ0E0QzU2MTFFN0E1MUREMDVDMTJDRUQ2OUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz56AcqBAAAAE0lEQVR42mJwcHD4DwQMIAwQYAAvJge6xXhvLAAAAABJRU5ErkJggg==") left bottom repeat-x;
}

.history-orders-products-block-title {
    float: left;
    padding-right: 10px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.history-orders-products-block-quantity {
    float: right;
    padding-left: 10px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.history-orders-btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
    white-space: nowrap;
}

.history-orders-btn:last-child {
    margin-right: 0;
}

.more-order {
    margin-right: 34px;
    color: #fff;
}

.repeat-order,
.print-order,
.cancel-order {
    position: relative;
    min-height: 14px;
    padding-left: 23px;
}

.repeat-order:before,
.print-order:before,
.cancel-order:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 14px;
    height: 14px;
}

.repeat-order:before {
    /*background: url(../img/main-ic.png) -159px bottom no-repeat;*/
    background: url(../img/reopen.png);
    /*background: url(../img/reload.svg) center no-repeat;*/
}

.print-order:before {
    /*background: url(../img/main-ic.png) -173px bottom no-repeat;*/
    background: url(../img/print.png);
}

.cancel-order:before {
    /*background: url(../img/main-ic.png) -187px bottom no-repeat;*/
    background: url(../img/close.png);
}

.history-orders-info {
    float: left;
    padding-right: 246px;
    width: 100%;
}

.history-orders-buttons {
    float: left;
    padding-right: 246px;
    margin-top: -37px;
    width: 100%;
}

.history-orders-result {
    width: 175px;
    float: left;
    margin-left: -175px;
}

.history-orders-result-item {
    margin-bottom: 9.5px;
}

.history-orders-result-item-title {
    color: #868b97;
    font-size: 14px;
    line-height: 1.3;
}

.history-orders-result-item-content {
    line-height: 1.4;
}

.history-orders-result-global {
    float: right;
}

.history-orders-result-global-item {
    text-align: right;
}

.history-orders-result-global-title {
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
}

.history-orders-result-global-num {
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.content-table {
    width: auto;
    max-width: 100%;
    min-width: 600px;
    margin-bottom: 18px;
}

.content-edit .content-table {
    width: auto;
}

.bx-authform-social {
    position: relative;
}

.authform-social-visible {
    padding-bottom: 50px;
}

.authform-social-visible-block .bx-authform-social-popup {
    display: block;
}

/*.auth-modal .bx-authform-social-popup{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0;
}*/
.bx-authform-social-popup {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
}

.popup-window-content .bx_subscribe_response_container table td:first-child {
    min-width: 50px;
}

#sender_subscribe_component {
    max-width: 95vw;
}

div[id^="wait"] {
    background-color: #f9f9f9 !important;
    border-color: #dfe2e3 !important;
}

.bx-sls .bx-ui-sls-container {
    min-height: 37px;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
    height: 37px;
}

.bx-sls .dropdown-icon {
    top: 13px;
}

.bx-sls .bx-ui-sls-clear {
    height: 37px;
    margin-top: 0;
    background-position: 6px -3381px;
}

.bx-sls .bx-ui-sls-clear:hover {
    background-position: 6px -3381px;
    opacity: 0.8;
}

.bx-sls .bx-ui-sls-pane {
    left: -1px;
    right: -1px;
    width: auto;
}

.bx-sls .dropdown-fade2white {
    height: auto;
    top: 0;
    bottom: 0;
}

.settings-form-block-location .settings-form-input-wrap:before {
    display: none;
}

.personal-info-social .soc-serv-title {
    padding: 0;
    border-bottom: 1px solid #dfe2e3;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: none;
    height: auto;
}

.personal-info-social div.soc-serv-main .soc-serv-accounts tr td {
    padding: 10px !important;
}

.personal-info-social div.soc-serv-main .soc-serv-accounts tr td:first-child {
    padding-left: 0 !important;
}

.personal-info-social div.soc-serv-main .soc-serv-accounts tr td:last-child {
    padding-right: 0 !important;
}

.subscribe-result{
    position: relative;
    padding: 40px 30px;
    background: #fff;
}

.subscribe-result .main-modal-close-btn{
    top: 10px;
    right: 10px;
}

.scroll-to-top{
    position: fixed;
    right: 100px;
    bottom: 114px;
    display: block;
    width: 60px;
    height: 60px;
    z-index: 100;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.scroll-to-top-active{
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:before{
    content: "\f077";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #8ab446;
    font-weight: bold;
}

/*--------------------------------------------------SEARCH_PAGE-------------------*/

.search-page form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.search-page input[type="text"] {
    height: 44px;
    padding: 5px 20px;
    border-radius: 20px;
    border: 1px solid #dcdee1;
    width: 89.4%;
}
.search-page input[type="text"]:focus{
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #8AB446;
}
.search-page input[type="submit"] {
    padding: 10px 0;
    border-radius: 20px;
    border: 1px solid #dcdee1;
    background-color: #8ab446;
    color: white;
    text-align: center;
    width: 110px;
}

@media only screen and (max-width: 1600px) {
    .scroll-to-top{
        right: 10px;
    }
    /*.main-block{*/
          /*height: 450px;*/
      /*}*/
    .index-block{
        padding-top: 50px;
    }
}
@media only screen and (max-width: 1376px) {
    /*.main-block{*/
        /*height: 400px;*/
    /*}*/
}
@media only screen and (max-width: 1279px) {
    .media-modal {
        width: 80vw !important;
        height: 70vh !important;
    }

    .media-modal .fancybox-skin,
    .media-modal .fancybox-outer,
    .media-modal .fancybox-inner {
        width: 100% !important;
        height: 100% !important;
    }

    .fancybox-nav {
        width: 30px;
        height: 40px;
        margin-top: -20px;
    }

    .fancybox-prev span,
    .fancybox-next span {
        background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjkxLjMgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyOTEuMyA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTI1My43LDUxMC45Yy0xMy4xLTQuMy0yMS40LTE0LjgtMzAuOC0yMy45QzE1Myw0MTkuOCw4My4yLDM1Mi41LDEzLjMsMjg1LjINCgkJYy0xNy42LTE2LjktMTcuOC0zNC4xLTAuNS01MS41YzMyLjktMzMuMyw2NS45LTY2LjUsOTguOS05OS44QzE1Mi44LDkyLjUsMTkzLjksNTEuMSwyMzUsOS44QzI0My43LDEsMjU0LjItMiwyNjYuMSwxLjMNCgkJYzExLjUsMy4yLDE5LjEsMTAuOSwyMS43LDIyLjZjMi43LDExLjctMC43LDIxLjgtOS4zLDMwLjVjLTM4LjIsMzguNC03Ni4zLDc2LjktMTE0LjUsMTE1LjNjLTI4LDI4LjMtNTYsNTYuNi04NC4yLDg0LjgNCgkJYy0zLjUsMy41LTMuMyw1LjMsMC4xLDguNmM2NS44LDYzLjEsMTMxLjQsMTI2LjQsMTk3LjEsMTg5LjZjNS43LDUuNSwxMS4yLDExLDEzLjIsMTljNC4xLDE1LjktMy45LDMwLjMtMTksMzcuMQ0KCQljLTEuMywwLjYtMS40LDAuNy00LjUsMi4yQzI2Mi40LDUxMi40LDI1OC45LDUxMi40LDI1My43LDUxMC45eiIvPg0KPC9nPg0KPC9zdmc+DQo=") left center no-repeat;
        -webkit-background-size: 15px 30px;
        background-size: 15px 30px;
    }

    .fancybox-next span {
        background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMjkxLjMgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyOTEuMyA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTM3LjYsMS4xQzUwLjcsNS41LDU5LDE2LDY4LjQsMjVDMTM4LjMsOTIuMiwyMDguMSwxNTkuNSwyNzgsMjI2LjhjMTcuNiwxNi45LDE3LjgsMzQuMSwwLjUsNTEuNQ0KCQljLTMyLjksMzMuMy02NS45LDY2LjUtOTguOSw5OS44Yy00MS4xLDQxLjQtODIuMiw4Mi44LTEyMy4zLDEyNC4yYy04LjcsOC44LTE5LjMsMTEuNy0zMS4xLDguNWMtMTEuNS0zLjItMTkuMS0xMC45LTIxLjctMjIuNg0KCQljLTIuNy0xMS43LDAuNy0yMS44LDkuMy0zMC41YzM4LjItMzguNCw3Ni4zLTc2LjksMTE0LjUtMTE1LjNjMjgtMjguMyw1Ni01Ni42LDg0LjItODQuOGMzLjUtMy41LDMuMy01LjMtMC4xLTguNg0KCQlDMTQ1LjYsMTg1LjksODAsMTIyLjYsMTQuMyw1OS40Yy01LjctNS41LTExLjItMTEtMTMuMi0xOUMtMywyNC41LDQuOSwxMC4xLDIwLjEsMy40YzEuMy0wLjYsMS40LTAuNyw0LjUtMi4yDQoJCUMyOC45LTAuNCwzMi40LTAuNCwzNy42LDEuMXoiLz4NCjwvZz4NCjwvc3ZnPg0K") right center no-repeat;
        -webkit-background-size: 15px 30px;
        background-size: 15px 30px;
    }

    .fancybox-wrap .fancybox-next {
        right: -30px;
    }

    .fancybox-wrap .fancybox-prev {
        left: -30px;
    }

    .fancybox-close {
        width: 20px;
        height: 20px;
    }

    .fancybox-close {
        right: -33px;
    }

    .fancybox-wrap:not(.ajax-modal) {
        max-width: 70vw;
        max-width: calc(100vw - 90px);
    }

    .fancybox-close:before,
    .fancybox-close:after {
        height: 3px;
        margin-top: -1.5px;
        -webkit-border-radius: 1.5px;
        -moz-border-radius: 1.5px;
        border-radius: 1.5px;
    }
}
@media only screen and (max-width: 1220px) {
    .footer-nav {
        /*width: 55%;*/
    }
    .footer-info{
        /*width: 45%;*/
        padding-left: 0;
    }
    .footer-nav-item{
        /*max-width: 100%;*/
        /*width: 33.333%;*/
        margin-right: 0;
        padding-right: 4%;
    }
    .footer-nav-item {
        /*padding-right: 0;*/
    }
}
@media only screen and (max-width: 1199px) {
    .conf-link{
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .main-menu li {
        text-align: center;
        font-size: 15px;
        margin-right: 20px;
    }

    .main-nav {
        margin-right: 1%;
    }

    .header-info-links-item {
        margin-right: 11px;
    }

    .header-basket {
        margin-left: 16px;
    }

    .header-basket:before {
        left: -16px;
    }

    .site-logo {
        margin-right: 20px;
        width: 200px;
        height: 34px;
    }

    .header-phone {
        font-size: 17px;
    }

    /*.main-block {*/
        /*height: 430px;*/
    /*}*/

    .main-banners {
        width: 420px;
        margin-left: -420px;
    }

    .main-banners-item {
        height: 48%;
        padding: 10px 15px 10px 20px;
    }

    .main-banners-item-title {
        font-size: 18px;
        max-height: 39px;
    }

    .main-slider-content,
    .main-slider .slick-dots {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main-slider .slick-slide {
        padding-top: 30px;
    }

    .main-slider .slick-dots {
        margin-top: -40px;
    }

    .main-slider-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .events-index-item-title {
        font-size: 16px;
        max-height: 176px;
    }

    .events-index-item {
        padding: 15px;
    }

    .main-page-title,
    .page-title {
        font-size: 21px;
    }

    h1 {
        font-size: 21px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 16px;
    }

    .catalog-category {
        text-align: center;
    }

    .catalog-category-item {
        /*width: auto;*/
        /*float: none;*/
        /*width: 240px;*/
        display: inline-block;
        margin-bottom: 20px;
    }


    /*footer*/
    .footer-nav {
        /*float: none;*/
        /*width: 100%;*/
        margin-bottom: 30px;
    }

    .footer-nav-item-title:after {
        display: none;
    }

    .footer-main {
        padding: 30px 0;
    }
    .footer-info-inner {
        text-align: left;
    }

    .footer-info-text br {
        display: none;
    }

    .footer-info-text {
        margin-bottom: 25px;
    }

    .footer-contacts .container-inner {
        display: block;
    }

    .subscribe-form-wrap {
        margin-bottom: 15px;
    }

    .subscribe-form-title,
    .subscribe-form {
        margin-bottom: 10px;
    }

    .subscribe-form-wrap,
    .footer-contacts-info {
        float: none;
    }

    .footer-contacts-inner {
        /*display: inline-block;*/
        text-align: left;
    }

    .footer-copy {
        height: auto;
        padding: 15px 0;
    }

    .footer-copy .container-inner {
        height: auto;
        display: block;
        text-align: center;
    }

    .footer-copyright {
        margin: 0 0 10px 0;
    }

    .footer-copyright,
    .footer-dev {
        text-align: center;
        display: block;
    }
    .footer-dev{
        margin-bottom: 5px;
    }

    /*catalog-list*/
    .catalog-list-category-item {
        width: 50%;
    }

    /*catalog-list-md*/
    .product-cards-container-list-md .product-card-top {
        margin-right: 30px;
        width: 140px;
    }

    .product-cards-container-list-md .product-card-content {
        width: 215px;
    }

    .product-card-actions {
        width: 250px;
    }

    .product-cards-container.product-cards-container-list-md .product-card-md-basket {
        padding-left: 15px;
        padding-right: 15px;
    }

    /*catalog-detail*/
    .catalog-detail {
        padding-left: 550px;
    }

    .catalog-detail-slider {
        margin-left: -550px;
    }

    .catalog-detail .product-card-buttons-bottom-item {
        margin-bottom: 10px;
    }

    .catalog-detail .product-card-buttons-top {
        margin-bottom: 15px;
    }

    /*history-orders*/
    .repeat-order,
    .print-order,
    .cancel-order,
    .more-order {
        margin-bottom: 10px;
        margin-right: 15px;
    }

    .history-orders-info,
    .history-orders-buttons {
        padding-right: 200px;
    }

    .history-orders-item-content {
        padding: 15px;
    }

    .history-orders-products-block-title {
        padding-right: 5px;
    }

    .history-orders-products-block-quantity {
        padding-left: 5px;
    }

    /*payment*/
    /*payment-profile*/
    .payment-profile-form-block,
    .payment-profile-form-top-inner,
    .settings-form,
    .personal-info-form,
    .personal-info-social {
        width: 46%;
    }

    .settings-form-buttons .btn {
        margin-bottom: 15px;
    }

    .settings-form-title {
        margin-top: 0;
    }

    /*ordering-notAuth*/
    .ordering-block-wrap {
        padding-right: 280px;
    }

    .ordering .bx_ordercart_photo_container,
    .ordering .bx_ordercart_itemtitle {
        display: block;
        float: none;
    }

    .ordering .bx_ordercart_itemtitle {
        display: block;
        min-height: 0;
    }

    .ordering .bx_ordercart_photo_container {
        margin: 0 0 20px;
    }

    .ordering-result {
        padding: 20px;
    }

    .ordering-sidebar {
        width: 250px;
        margin-left: -250px;
    }

    .ordering-auth-left,
    .ordering-auth-right {
        width: 48%;
    }

    .ordering-block {
        margin-bottom: 30px;
    }

    /*basket*/
    .bx_ordercart_itemtitle {
        /*max-width: 250px;*/
        width: 250px;
    }
}
@media only screen and (max-width: 1199px) and (min-width: 1024px) {
    .product-cards-item {
        width: 33.33333333333333%;
    }
}
@media screen and (max-width: 1160px) {
    .bx-soa-cart-t,
    .bx-soa-cart-d{
        display: block;
        float: none!important;
        text-align: left!important;
    }
    .footer-nav,
    .footer-info{
        /*float: none;*/
        width: 100%;
    }
    .footer-nav-item{
        width: 25%;
        padding-right: 0;
    }
    .footer-nav-item:nth-child(2),
    .footer-nav-item:nth-child(3){
        text-align: center;
    }
    .footer-nav-item:last-child{
        width: 200px;
        float: right;
    }
    .footer-info .footer-info-inner{
        width: 365px;
        margin: 0 auto;
    }
    .form-agreement-left{
        top: 0;
    }
    .footer-info .footer-info-title,
    .subscribe-form-title{
        text-align: center;
        width: 100%;
    }
    .form-agreement-right{
        width: auto;
    }
}

@media only screen and (max-width: 1024px) {
    .sidebar{
        width:200px;
        margin-left: -220px;
    }
    .product-cards-item{
        width: 33.33333%;
    }
    .main-container{
        padding-left: 220px;
    }
    /*.add-product-modal{*/
        /*width: 460px;*/
    /*}*/
    .main-modal-title {
        font-size: 18px;
    }
    .bx_ordercart_photo_container .label-fast-view{
        display: none;
    }
    .product-cards-item .product-card-hint{
        left: 50%;
        transform: translateX(-50%);
    }
    /*.main-menu .menu-item > span{*/
        /*display: none;*/
    /*}*/

    .main-menu li a.mobile-item {
        display: block;
    }
    .main-slider-arrows{
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
    }
    /*.main-slider .slick-slide{*/
        /*background-position: ;*/
    /*}*/
    .about-left,
    .about-right {
        float: none;
        width: 100%;
    }
	.about-right iframe{
		height:400px !important;
	}
    .about .action-button{
        display: block;
        width: 170px;
        margin: 30px auto 0;

    }
    .about-right{
        margin-top: 40px;
    }
    .news{
        width: 100%;
        text-align: center;
    }
    .news-wrap {
        margin: 0 -15px;
    }
    .news-title{
        text-align: center;
        margin-bottom: 20px;
    }
    .news-wrap {
        text-align: left;

    }
    .news-item{
        float: left;
        width: 33.333%;
        padding: 0 15px;
    }

    .news-item:last-of-type{
        margin-bottom: 20px;
    }
    .news-item:last-of-type .news-item-inner{
        border-bottom: 1px solid #dcdee1;
    }

    .submenu{
        display: none;
        width: 100%;
    }
    .submenu ul {
        display: none;
    }
    .submenu a.slideEl-active {
        color: #c8ed89;
    }
    .main-menu .menu-item{
        width: 100%;
        text-align: left;
        position: relative;
        color: white;

    }
    .main-menu .menu-item > span{
        color: white;
        font-size: 12px;
        display: block;
    }
    .main-menu .menu-item > span.slideEl-active{
        color: #8ab446;
    }

    .main-menu > li:first-child{
        padding: 0;
        width: auto;
    }
    .first-item a{
        cursor: default;
    }

    .main-catalog-features .row{
        margin-left: -15px;
    }
    .main-catalog-features-item{
        margin: 0 auto 15px;
    }

    .scroll-to-top{
        display: none;
    }

    .header {
        height: auto;
    }

    .header-top {
        height: 65px;
        -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.15);
    }
    .header-top-inner{
        padding-top: 0;
    }
    .header-menu-btn-close {
        display: block;
    }
    .header-help {
        font-size: 13px;
    }
    .header-help-wrap{
        padding-left: 0;
    }
    .personal-info-social .bx-auth-service-form,
    .bx-authform-social-popup {
        font-size: 13px;
    }

    .page-title-count {
        font-size: 12px;
    }

    .form-control,
    .personal-info-social form input[type="text"],
    .bx-authform-social-popup form input[type="text"] {
        padding-left: 15px;
        padding-right: 15px;
    }
    .subscribe-form-input,
    .search-result-input {
        padding-right: 49px;
    }

    .search-result-input {
        width: 65%;
    }

    /*header-mobile*/
    .header-bottom {
        position: fixed;
        width: 320px;
        height: 100%;
        z-index: 26;
        right: 0;
        top: 0;
        opacity: 0;
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        z-index: 27;
    }

    .mobile-menu-open .header-bottom {
        opacity: 1;
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .header-bottom .container-inner,
    .main-nav,
    .main-menu,
    .main-menu > li,
    .header-login,
    .main-menu > li > a,
    .header-login-wrap {
        display: block;
        height: auto;
    }

    .header-bottom .container-inner {
        padding: 35px 30px 20px 20px;
        overflow: auto;
        height: 100%;
    }

    .header-login {
        padding: 0;
        float: none;
        background: none;
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
        padding: 10px;
    }

    .header-login-wrap {
        display: inline-block;
    }
    .header-info-main{
        margin-top: 0;
    }

    .old-site-link{
        margin-top: 0;
        margin-left: 10px;
        font-size: 13px;
        display: inline-block;
    }

    .login-dropdown {
        text-align: left;
        margin-top: 10px;
    }
    .main-menu .menu-list {
        display: block;
        background-color: transparent;
    }
    .main-menu > li {
        text-transform: none;
        margin-right: 0;
        display: block;
        text-align: left;
    }

    .main-menu li ul li {
        margin: 0;
        padding: 0 0 0 20px;
        white-space: normal;
    }
    .menu-item .parent{
        display: block;
        position: relative;
    }

    .parent:after {
        content: "\f0d7";
        display: inline-block;
        font: normal normal normal 12px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        right: 0;
        top: 50%;
        z-index: 2;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .menu-list .submenu{
        margin-bottom: 5px!important;
    }
    .menu-list .submenu > li > ul{
        width: 100%;
        height:auto!important;
    }
    .menu-list .submenu > li:hover{
        background-color: transparent;
    }
    .main-menu li,
    .main-menu li ul li {
        text-align: left;
        /*margin-bottom: 10px;*/
    }
    .main-menu .menu-item ul li{
        padding: 0 15px;
    }
    .main-menu li ul li:first-child {
        /*margin-top: 10px;*/
    }

    .main-menu li.active {
        color: #e5e5e5;
    }

    .main-menu li > :nth-last-child(2):after {
        display: none;
    }
    /*.menu-item .submenu > li > a:after*/
    .main-menu .menu-item > span:after,
    .menu-item .submenu > li > :nth-last-child(2):after{
        content: "\f0d7";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        right: 0px;
        font-size: 9px;
        top: 50%;
        transform: translateY(-50%);
        color: white;
    }
    .main-menu .menu-item > span.slideEl-active:after,
    .menu-item .submenu > li > a.slideEl-active:after{
        content: "\f0d8";
    }
    .submenu > li:hover > a:after{
        content: '';
        display: none;
    }
    /*.submenu > li > a:after{*/
        /*color: white;*/
    /*}*/

    .main-menu li:last-child {
        margin-bottom: 0;
    }

    .main-menu > li > ul {
        left: auto;
        top: auto;
        min-width: 0;
        border-top: none;
        margin-top: 0;
    }

    .main-menu li ul {
        position: static;
        left: auto;
        top: auto;
        margin: 0;
        padding: 0;
        visibility: visible;
        opacity: 1;
        background: none;
    }

    .main-nav {
        float: none;
        margin-right: 0;
    }

    .header-info-links-item {
        margin-right: 16px;
    }

    .header-info-links-title {
        font-size: 0;
        line-height: 0;
    }

    .header-info-links-item-ic {
        margin-right: 0;
    }

    .header-basket:before {
        display: none;
    }

    .header-basket {
        margin-left: 0;
    }

    .header-menu-btn {
        display: block;
    }

    .header-info-links-item:nth-last-child(2) {
        margin-right: 16px;
    }

    .main-block {
        height: 400px;
        margin-top: -30px;
    }

    .main-banners {
        width: 100%;
        margin-left: 0;
    }

    .main-slider-wrap {
        margin-bottom: 30px;
    }

    .main-banners-item {
        height: 230px;
        margin-bottom: 30px;
        padding: 20px 20px 20px 35px;
    }

    .main-banners-item:last-child {
        margin-bottom: 0;
    }

    .main-catalog-features-item {
        margin-bottom: 15px;
    }

    .main-catalog-features {
        padding: 30px 0 10px;
    }

    .index-block {
        padding: 30px 0;
    }


    .popular-category-index {
        padding-bottom: 30px;
    }

    .tabs-nav-item {
        margin-right: 15px;
    }

    .tabs-nav {
        margin-bottom: 20px;
    }

    .brands-index {
        padding-bottom: 0;
    }


    /*catalog-detail*/
    .catalog-detail {
        padding-left: 0;
    }

    .catalog-detail-slider {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .catalog-slider-wrap {
        padding: 30px 0;
    }

    .fast-view-modal .product-card-buttons-bottom {
        display: block;
    }

    .fast-view-modal .product-card-available,
    .fast-view-modal .product-card-buttons-bottom-block {
        float: none;
    }

    .fast-view-modal .product-card-md-basket {
        padding-left: 15px;
        padding-right: 15px;
    }

    .fast-view-modal .counter {
        width: 100px;
    }

    /*basket*/
    .personal-nav {
        text-align: center;
    }

    .personal-nav-item {
        display: inline-block;
        float: none;
    }

    .personal-nav {
        margin-bottom: 20px;
    }

    .products-category {
        margin-bottom: 20px;
    }

    .title-table-wrap {
        width: 112px;
        margin-left: -122px;
    }

    .compare-wrap .products-category {
        margin-left: -122px;
    }

    .title-table-wrap table tr th,
    .title-table-wrap table tr td {
        padding: 7px;
        font-size: 13px;
    }

    .compare-wrap {
        padding-left: 122px;
    }

    /*about*/
    .about-info {
        margin-bottom: 30px;
    }

    .about-slider-title {
        margin-top: 10px;
    }

    /*contacts*/
    .contacts-info {
        width: 40%;
    }

    .contacts-map {
        padding-bottom: 30%;
    }

    .contacts-block {
        margin-bottom: 40px;
    }

    /*header search*/
    .title-search-result {
        top: 65px !important;
    }

    /*personal*/
    .personal-main-link-item {
        width: 50%;
    }

    .personal-main-link-item:nth-child(3n+1) {
        clear: none;
    }

    .personal-main-link-item:nth-child(2n+1) {
        clear: both;
    }

    /*main-modal*/
    .main-modal-inner {
        padding: 15px 0;
    }

    .main-modal .mCustomScrollbar:not(.mCS_no_scrollbar):not(.mCSB_vertical-inactive) {
        padding-right: 18px;
        padding-left: 15px;
    }

    .main-modal .mCustomScrollbar:not(.mCS_no_scrollbar):not(.mCSB_vertical-inactive) + .main-modal-close-btn {
        top: 1px;
        right: 1px;
    }

    .main-modal-close-btn {
        right: 8px;
        top: 8px;
        width: 16px;
        height: 16px;
    }

    .main-modal-top {
        padding: 0 30px 15px 15px;
    }

    .main-modal-middle {
        padding: 20px 15px;
    }

    .main-modal-bottom {
        padding: 20px 15px 0;
    }

    /*catalog-detail*/
    .blog-comment-form {
        width: 100%;
    }

    /*history-orders*/
    .history-orders-item-title {
        margin-right: 15px;
    }

    .history-orders-info {
        float: none;
        padding-right: 0;
    }

    .history-orders-buttons {
        float: none;
        padding-right: 0;
        margin-top: 0;
    }

    .history-orders-result {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .history-orders-result-item {
        display: inline-block;
        vertical-align: top;
        margin-right: 15px;
    }

    .history-orders-result-item:last-child {
        margin-right: 0;
    }

    .history-orders-products {
        margin-bottom: 25px;
    }

    .history-orders-products-block-wrap {
        height: auto;
        max-height: 130px;
    }

    .mCSB_inside > .mCSB_container {
        margin-right: 18px;
    }

    .mCSB_horizontal.mCSB_inside > .mCSB_container {
        margin-bottom: 18px;
    }

    /*events*/
    .events-item {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .events-item-content {
        padding-left: 300px;
    }

    .events-item-wrap {
        margin-bottom: 30px;
    }

    /*order-finish*/
    .order-finish-success,
    .order-finish-block {
        margin-bottom: 25px;
    }

    /*pass-rec*/
    .pass-rec-text {
        margin-bottom: 25px;
    }

    /*search-result*/
    .search-result-text,
    .search-result-form {
        margin-bottom: 25px;
    }

    .bx_searche {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        padding: 0 15px;
    }

    .search-result-item {
        padding: 10px 0;
    }

    .search-result-img {
        width: 75px;
        margin-right: 15px;
        padding-right: 0;
    }

    .search-result-btn-wrap {
        padding-top: 15px;
        margin-top: 5px;
    }

    /*payment-profile*/
    .payment-profile-form-block,
    .payment-profile-form-left,
    .payment-profile-form-right {
        width: 100%;
        float: none;
    }

    .payment-profile-form-top-inner,
    .settings-form {
        width: 50%;
    }

    .payment-profile-form-block
    .payment-profile-form-top-inner,
    .settings-form,
    .personal-info-form {
        padding-right: 28px;
    }

    .settings-form-edit-btn {
        right: -28px;
    }

    .payment-profile-form-middle:before {
        display: none;
    }

    .payment-profile-form-top {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .settings-form-checkboxes {
        margin-bottom: 15px;
    }

    /*ordering-notAuth*/
    .ordering-block-wrap {
        padding-right: 0;
        float: none;
    }

    .ordering-sidebar {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .ordering-block-wrap {
        margin-bottom: 30px;
    }

    /*basket*/
    .bx_ordercart_photo_container,
    .bx_ordercart_itemtitle {
        display: block;
        float: none;
    }

    .bx_ordercart_photo_container {
        /*margin: 0 0 20px;*/
        margin: 0 auto 20px;
    }
    .favorite-wrap .bx_ordercart-info{
        float: none;
    }
    .favorite-wrap .bx_ordercart_itemtitle{
        width: 100%;
    }

    .products-table-main-wrap {
        margin-bottom: 15px;
    }

    .table-responsive-wrap-item {
        padding-right: 55px;
    }

    .table-responsive-wrap {
        margin-bottom: 15px;
    }

    .products-table thead th {
        padding-top: 5px;
    }

    .content-edit table th,
    .content-edit table td {
        padding: 10px 15px;
    }

    /*payment-profile-all*/
    .payment-profile-all table th:first-child,
    .payment-profile-all table td:first-child {
        width: 50px;
    }

    /*order-detail*/
    .order-detail .custom-table-wrap {
        margin-bottom: 25px;
    }

    .order-detail-buttons {
        text-align: left;
        padding-left: 0;
        margin-top: 0;
    }

    .order-detail-info {
        margin-right: 26px;
        padding-bottom: 0;
        margin-bottom: 25px;
    }

    .print-order {
        display: none;
    }
    .footer-nav {
        float: none;
        width: 100%;
    }
    .footer-info{
        width: 100%;
        float: none;
    }
    .footer-nav-item:nth-child(2),
    .footer-nav-item:nth-child(3){
        text-align: left;
    }
    .footer-nav-item{
        /*width: 33.333%;*/
    }
    .title-wrap{
        margin-top: 5px;
    }
    .novelty-title{
        margin-top: 0;
    }
    .label-fast-view{
        display: none;
        pointer-events: none;
        z-index: -1;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .product-cards-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .product-card {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*.product-cards-item{*/
    /*width: 50%;*/
    /*}*/
}
@media only screen and (max-width: 991px) and (min-width: 580px) {
    .product-cards-item {
        margin-bottom: 30px;
    }

    .bx-soa-item-properties.bx-text-right .bx-soa-item-td-title,
    .bx-soa-item-properties.bx-text-right .bx-soa-item-td-text {
        text-align: left !important;
    }

    .bx-soa-item-properties {
        padding-left: 10px;
        padding-right: 10px;
    }

    .bx-soa-item-title {
        width: 100%;
        text-align: left;
        padding-left: 10px;
    }

    .bx-soa-item-content {
        width: 75% !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;

    }
    .bx-soa-item-td-text{
        margin-top: 4px;
    }
}
@media only screen and (max-width: 860px) and (min-width: 768px) {
    .main-catalog-features-item-content{
        width: 60%;
    }
    .main-catalog-features-item-title{
        height: 95px;
    }
    /*.main-catalog-features-item-content{*/
        /*display: block;*/
        /*text-align: center;*/
    /*}*/
    /*.main-catalog-features-item-ic{*/

        /*margin: 0 auto;*/
    /*}*/
    .main-catalog-features .col-md-4:nth-last-of-type(3) .main-catalog-features-item{
        margin-bottom: 0;
    }
    .main-catalog-features .col-md-4:nth-last-of-type(2) .main-catalog-features-item{
        margin-bottom: 0;
    }
    .main-catalog-features .col-md-4:last-child .main-catalog-features-item{
        margin-bottom: 0;
    }
}
@media (max-width: 991px) {
    /*.main-slider .slick-slide {*/
    /*height: 350px;*/
    /*background-size: cover;*/
    /*}*/
    .main-banners{
        margin-top: 0;
    }
    .catalog-product-left,
    .catalog-product-right {
        float: none;
        width: auto;
        text-align: center;
    }

}
@media(max-width: 860px) {
    .footer-nav-item{
        width: 24%;
    }
}
@media only screen and (max-width: 767px) {
    .main-container {
        padding-left: 0;
    }

    /*catalog-list*/
    .sidebar-item {
        /*padding: 15px;*/
        margin: 0;
    }
    .sidebar {
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
    }

    .catalog-content {
        float: none;
    }
    .sidebar > *:not(.bx-filter){
        display: none;
    }
    .bx-filter-btn-open {
        display: inline-block;
    }

    .bx-filter-btn-close {
        display: block;
    }

    .bx-filter-button-box .btn:last-child {
        margin-bottom: 10px;
    }

    .bx-filter {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 30;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0;
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        padding: 25px 25px 15px 15px;
        border: none;
    }

    .smartfilter {
        height: 100%;
        overflow: auto;
        padding-right: 15px;
    }

    .bx-filter-visible #bx-filter {
        opacity: 1;
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    /*.main-slider .slick-slide{*/
        /*background-position: 60%;*/
    /*}*/
    /*.main-slider .slick-slide:nth-child(2){*/
        /*background-position: 50%;*/
    /*}*/
    .catalog-product-item{
        margin-bottom: 30px;
    }
    /*header*/
    .header-info-main {
        display: none;
    }

    .header-info-inner {
        display: block;
    }

    .header-info-links {
        margin-bottom: 6px;
    }

    .site-logo {
        width: 80px;
        height: 10px;
        margin-right: 10px;
        /*background-image: url(../img/site-logo-sm.png);*/
        background-image: url(../img/svg/site-logo-mobile.svg);
        background-size: contain;
    }

    .header-compare-ic {
        min-width: 26px;
        min-height: 24px;
    }

    .header-compare-ic:before {
        content: "";
        width: 26px;
        height: 24px;
        /*background: url(../img/main-sm-ic.png) 0px top no-repeat;*/
    }

    .header-favorite-ic {
        min-width: 26px;
        min-height: 24px;
    }

    .header-favorite-ic:before {
        content: "";
        width: 26px;
        height: 24px;
        /*background: url(../img/main-sm-ic.png) -26px top no-repeat;*/
    }

    .header-search-ic {
        min-width: 24px;
        min-height: 24px;
    }

    .header-search-ic:before {
        content: "";
        width: 24px;
        height: 24px;
        /*background: url(../img/main-sm-ic.png) -52px top no-repeat;*/
    }

    .header-basket-ic {
        min-width: 28px;
        min-height: 24px;
    }

    .header-basket-ic:before {
        content: "";
        width: 28px;
        height: 24px;
        /*background: url(../img/main-sm-ic.png) -76px top no-repeat;*/
    }

    .main-slider-title {
        font-size: 21px;
        margin-bottom: 15px;
    }

    .main-label-wrap-lg .main-label {
        padding: 10px 23px;
        font-size: 16px;
        text-transform: uppercase;
    }

    .main-slider-content ul li {
        font-size: 16px;
    }

    .popup-window-content .bx_subscribe_response_container {
        padding: 10px;
    }

    .popup-window-content .bx_subscribe_response_container table td:first-child {
        padding-right: 15px !important;
    }

    .media-modal {
        width: 100vw !important;
    }

    /*header-search*/
    .search-form-input {
        padding-left: 15px;
        padding-right: 81px;
    }

    .search-form:after {
        width: 81px;
    }

    .search-form-btn {
        padding: 0;
        font-size: 0;
        line-height: 0;
        height: 20px;
        width: 20px;
        right: 48px;
    }

    .search-form-close {
        right: 17px;
    }

    .subscribe-form-title {
        margin-right: 0;
    }

    .subscribe-form-title,
    .subscribe-form {
        display: block;
    }
    .footer-nav-item-title{
        height: auto;
    }

    /*catalog-list*/
    .catalog-view-wrap {
        display: none;
    }
    .product-card-top:hover .label-fast-view,
    .product-card-img:hover:before {
        opacity: 0;
    }

    .product-cards-item {
        width: 50%;
    }

    .catalog-list-category-item {
        width: 100%;
    }

    .catalog-list-nav,
    .bx-pagination {
        /*display: block;*/
    }

    /*personal*/
    .personal-main-link-item {
        width: 100%;
        float: none;
    }

    .personal-main-link-item:nth-child(2n+1) {
        clear: none;
    }

    /*catalog-detail*/
    /*events*/
    .events-item-img {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }

    .events-item-content {
        padding-left: 0;
    }

    .events-detail-img {
        max-width: 100%;
        width: 100%;
        float: none;
        margin: 0 0 25px 0;
    }

    .events-detail-title {
        margin: 10px 0;
    }

    /*pass-rec*/
    .bx-authform {
        width: 100%;
    }

    .bx-authform-prompt {
        white-space: normal;
        position: static;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 6px;
        font-size: 13px;
    }

    label.error,
    .bx-authform-label-container,
    .blog-comment-field-text,
    .blog-comment-field-captcha-label,
    .form-feedback-label {
        font-size: 13px;
    }

    .bx-authform .bx-captcha-container {
        margin: 0 0 25px;
    }

    /*payment-profile*/
    .payment-profile-form-top-inner,
    .settings-form {
        width: 100%;
    }

    .personal-info-form,
    .personal-info-social {
        width: 100%;
        float: none;
    }

    .personal-info-form {
        margin-bottom: 25px;
    }

    .personal-info-social .bx-authform-social ul li {
        margin-bottom: 20px;
    }

    .personal-info .bx-authform-prompt {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 6px;
    }

    /*fast-view-hide*/
    .fast-view-modal,
    .product-cardMain-fastView {
        display: none !important;
    }

    /*ordering-notAuth*/
    .ordering-block-header {
        padding-left: 60px;
        padding-right: 15px;
    }

    .ordering-block-content {
        padding: 15px;
    }

    .ordering-auth-left,
    .ordering-auth-right {
        width: 100%;
        float: none;
    }

    .ordering-auth-left {
        margin-bottom: 25px;
    }

    .ordering-auth-right .bx-authform-social ul li {
        margin-bottom: 10px;
        margin-right: 6px;
    }

    .ordering-auth-reg {
        padding: 15px;
    }

    .custom-table td,
    .custom-table th {
        padding: 15px;
    }

    .mCSB_container_wrapper > .mCSB_container {
        margin-right: 18px;
        margin-bottom: 18px;
    }

    .ordering-result {
        padding: 15px;
    }

    .ordering-result-item {
        margin-bottom: 10px;
    }

    .ordering-result-item-main {
        padding-top: 15px;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .ordering-block-auth .bx-authform-formgroup-remember .checkbox-item {
        margin-right: 5px;
    }

    /*  .block-control {
      width: 45px;
      border-left-width: 10px;
    }*/
    .table-responsive-wrap-item {
        padding-right: 45px;
    }

    .products-table td,
    .products-table th {
        padding: 16px 15px 16px;
    }

    .bx_ordercart_photo_container,
    .ordering .bx_ordercart_photo_container {
        margin-bottom: 15px;
    }

    .order-detail .order-detail-products-table-wrap {
        margin-bottom: 15px;
    }

    /*basket-min*/
    .basket-result-summ-inner {
        float: left;
    }

    .basket-result-summ-block {
        float: left;
    }

    .basket-result-summ-min {
        text-align: left;
    }

    .basket-form-buttons-right {
        float: none;
    }

    .basket-form-buttons-left {
        float: none;
    }

    .history-orders-result-global {
        float: none;
    }

    .history-orders-result-global-item {
        text-align: left;
    }

    .basket-form-buttons .btn {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .ordering-notAuth .custom-table-wrap {
        margin-bottom: 15px;
    }

    .ordering-result-btn-wrap {
        text-align: left;
    }

    /*catalog-detail*/
    .product-info {
        width: 100%;
    }

    .product-info-item-title {
        padding-right: 5px;
    }

    .product-info-item-value {
        padding-left: 5px;
    }

    /*404*/
    .error-404 {
        padding: 20px;
    }

    .error-404-title {
        font-size: 40px;
    }

    .error-404-code {
        font-size: 100px;
    }

    .error-404-text {
        font-size: 20px;
    }

    .error-404-wrap {
        padding-bottom: 0;
    }

    .error-404-img {
        display: none;
    }

    /*contacts*/
    .contacts-info {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .contacts-map {
        width: 100%;
        float: none;
        padding-bottom: 0;
        height: 250px;
    }
    .news-item {
        width: 50%;
    }
    .main-catalog-features{
        margin-top: 0;
    }
    .footer-nav-item,
    .footer-nav-item:last-child{
        width: 25%;
    }
    .footer-nav-item{
        padding-right: 15px;
    }
    .footer-nav-item:last-child{
        padding-right: 0px;
    }

}
@media only screen and (max-width: 600px) {
    .catalog-tabsNav {
        margin-bottom: 0;
    }

    .catalog-tabsNavItem {
        margin: 0 0 10px;
        font-size: 20px;
        clear: both;
    }

    .catalog-tabsNavItem:last-child {
        margin-bottom: 0;
    }

    /*footer*/
    .footer-nav-item {
        float: none;
        width: auto;
        padding-right: 0;
    }

    .footer-nav-item-inner {
        display: block;
    }

    .footer-nav-item:last-child {
        margin-bottom: 0;
    }

    .footer-nav-item:nth-child(2),
    .footer-nav-item:last-child {
        text-align: left;
    }

    .footer-nav-item-list {
        padding-bottom: 20px;
    }

    .footer-item-title {
        margin-bottom: 20px;
    }

    .footer-nav {
        margin-bottom: 10px;
    }

    .footer-nav-item-title {
        color: #000;
        margin-left: -15px;
        margin-right: -15px;
        background: #eff5f5;
        padding: 7px 15px;
        position: relative;
    }

    .footer-nav-item-title:after {
        content: "";
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -3px;
        height: 6px;
        width: 11px;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjhCM0UxRTcxMDY2MTFFN0E5QjNDN0JGMjFBRTI4QTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjhCM0UxRTYxMDY2MTFFN0E5QjNDN0JGMjFBRTI4QTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODRBNDVEOTkxMDY0MTFFN0JEMzE4ODM2OTRFNTBDQjMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODRBNDVEOUExMDY0MTFFN0JEMzE4ODM2OTRFNTBDQjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz421+K/AAAAqElEQVR42mL8//8/g4aGBgMaSINiVyB+DxNkYsAEIEUzgdgYiHcDsSAuxTCFs4DYBIiVkDUw4VCYDsRnoc6Aa2DCoRAGUDQgm9yJphBdwz0WYEiA3OMCUnzjxg0GbACoJhRI7YGZDLYGKGiMRSHIeeVgDwJNew+zBl0DVCHIP+lAdbMYQZEClRCE+loJqjkNWSFIDVwxmgaY6XCFGIrRNMxCVggCAAEGAEIzQYLGx2O6AAAAAElFTkSuQmCC");
        background-position: bottom center;
        background-repeat: no-repeat;
    }

    .footer-nav-item-title.slideEl-active:after {
        background-position: top center;
    }

    .footer-nav-item-title:hover {
        cursor: pointer;
    }

    .footer-nav-item-list {
        display: none;
    }
    .footer-nav-item:last-child{
        width: 100%;
    }
    .subscribe-form-wrap{
        width: 300px;
        margin: 0 auto;
    }
    .footer-nav-item .footer-info-contacts{
        width: 200px;
        margin: 0 auto 15px;
    }
    .footer-info-item{
        float: none;
    }
    .footer-info-item:first-child{
        padding-right: 0;
        margin-bottom: 30px;
    }
    .form-agreement-left{
        top: -14px;
    }
    .form-agreement-right{
        width: 170px;
    }
    .footer-info .footer-info-inner{
        width: 100%;
    }
    .footer-contacts-item{
        display: inline-block;
    }
    .footer-info-inner {text-align: center}

    .footer-contacts {
        padding: 0;
        width: 200px;
        margin: 0 auto;

    }

    /*catalog-detail*/
    .catalog-detail-slider {
        width: 100%;
        margin-left: 0;
        position: relative;
        z-index: 2;
        float: none;
        padding-left: 0;
    }

    .catalog-detail-sliderSm-wrap {
        width: 100%;
        float: none;
        margin-left: 0;
        left: 0;
    }

    .catalog-detail-sliderLg-wrap {
        margin-bottom: 20px;
    }

    .catalog-detail-info,
    .catalog-detail-sliderLg-wrap {
        float: none;
    }

    .catalog-detail-slider-sm .slick-slide {
        margin: 0 10px;
    }

    .catalog-detail .catalog-detail-slider-sm {
        margin: 0 -10px;
        width: auto;
    }

    .blog-comment-field-author,
    .blog-comment-field-email {
        width: 100%;
        float: none;
    }

    .blog-comment-field-captcha {
        max-width: none;
    }
    .personal-nav-item,
    .tabs-nav-item {
        display: block;
        width: 100%;
        margin-right: 0;

    }
    .personal-nav-item-active,
    .tabs-nav-item-active {
        border-bottom-color: transparent;
    }
    .personal-nav-item a,
    .tabs-nav-item a {
        border-bottom: 2px solid transparent;
    }
    .personal-nav-item-active a,
    .tabs-nav-item-active a {
        border-bottom-color: #9d6f95;
    }
    .about-privilege-item,
    .main-catalog-features-item{
        text-align: center;
    }
    .about-privilege-item-ic{
        width: 62px;
        height: 62px;
        margin: 0 auto;
        float: none;
    }
    .about-privilege-item-ic img{
        width: 40px;
        height: 40px;
    }
    .main-catalog-features-item-ic{
        margin-right: 0;

    }
    .about-privilege-item-title,
    .main-catalog-features-item-content{
        display: block;
        text-align: center;
    }
    .about-privilege-item-title{
        margin-top: 10px;
        position: static;
        transform: none;
    }
    .main-catalog-features-item-title{
        height: auto;
    }
}
@media only screen and (max-width: 480px) {
    .title-search-result{
        top:50px!important;
    }
    .add-product-info{
        position: static;
        text-align: center;
    }
    .main-modal .add-product-title{
        text-align: center;
    }
    .product-card-title span,
    .product-card-title a{
        display: block;
    }
    .arcticmodal-close{
        margin-top: 10px;
    }
    /*header-mobile*/
    .header-info-links-item {
        /*margin-right: 11px;*/
        margin-right: 5px;
    }

    .header-info-links-item:nth-last-child(2) {
        /*margin-right: 11px;*/
        margin-right: 5px;
    }

    .header-top {
        height: 50px;
    }

    .header-menu-btn {
        top: 1px;
    }

    /*header search*/
    .search-form-input {
        padding-left: 10px;
        padding-right: 66px;
    }

    .search-form:after {
        width: 66px;
    }

    .search-form-btn {
        right: 38px;
    }

    .search-form-close {
        right: 12px;
    }

    /*add-product-modal*/
    .add-product-modal .add-product-img {
        float: none;
        width: 100%;
        height: 110px;
        text-align: center;
        margin-bottom: 25px;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .add-product-modal .add-product-info {
        padding-left: 0;
    }

    .add-product-modal .add-product-buttons {
        display: block;
    }

    .add-product-modal .add-product-buttons .btn {
        width: 100%;
        margin-bottom: 15px;
    }

    .add-product-modal .add-product-buttons .btn:last-child {
        margin-bottom: 0;
    }

    /*order-finish*/
    .order-finish-success:before {
        width: 40px;
        height: 40px;
    }

    .order-finish-success {
        padding-left: 55px;
    }

    .order-finish-success div:first-child {
        margin-bottom: 10px;
        padding-top: 0;
    }

    /*payment-profile*/
    .settings-form-title,
    .settings-form-input-wrap {
        width: 100%;
        float: none;
        margin-bottom: 6px;
    }

    .settings-form-title {
        font-size: 13px;
    }

    .settings-form-input-wrap {
        margin-bottom: 0;
    }

    /*basket-min*/
    .basket-form-buttons .btn {
        margin-right: 0;
        width: 100%;
    }

    .contacts-item-title,
    .contacts-block-value {
        width: 100%;
        float: none;
    }

    .contacts-item-title {
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 479px) {
    .add-to-basket-modal .product-card-hint {
        bottom: -20px;
        left: 100px;
    }
    .add-to-basket-modal .product-card-hint:before,
    .add-to-basket-modal .product-card-hint:after {
        top: 50%;
        transform: translateY(-50%);

    }
    .add-to-basket-modal .product-card-hint:before{
        left: -24px;
        border-color: transparent rgba(101,147,196,0.2) transparent transparent;
    }
    .add-to-basket-modal .product-card-hint:after{
        left: -20px;
        border-color: transparent #eff4f9 transparent transparent
    }
    .catalog-detail .product-card-buttons-top-item:nth-child(2){
        margin-right: 0;
    }
    .main-block{
        height: 300px;
    }
    .footer-info-item:last-child,
    .footer-info-item{
        width: 100%;
    }

    .footer-info-list:before,
    .footer-info-list:after {
        display: none;
    }

    .footer-info-list {
        display: block;
    }

    .footer-info-list-item {
        float: none;
        position: relative;
        margin-bottom: 25px;
        text-align: center;
        padding-top: 50px;
    }

    .footer-info-list-item br {
        display: none;
    }

    .footer-info-list-item:last-child {
        margin-bottom: 0;
    }

    .footer-info-list-item:before {
        left: 50%;
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .footer-contacts-inner {
        display: block;
    }

    .footer-info-item:last-child{
        margin-bottom: 0;
    }

    .subscribe-form-title{
        text-align: center;
    }
    .subscribe-form-wrap{
        width: 260px;
        margin: 0 auto;
    }


    .subscribe-form-input,
    .search-result-input {
        width: 100%;
        /*float: none;*/
        padding-right: 15px;
        margin-bottom: 10px;
    }

    .subscribe-form-btn,
    .search-result-btn {
        /*float: none;*/
        /*width: 100%;*/
        margin-left: 0;
    }

    .footer-contacts-info .footer-contacts-inner {
        text-align: center;
    }

    /*.footer-contacts-phone {*/
    /*margin: 0 0 5px 0;*/
    /*}*/

    .footer-contacts-address {
        display: block;
    }

    .main-catalog-features-item {
        width: 130px;
        text-align: center;
    }
    .main-catalog-features-item-ic {
        margin-right: 0;
    }
    .tabs-nav,
    .category-date,
    .main-catalog-features-item-title{
        text-align: center;
    }

    .catalog-tabs-btn,
    .content-news-btn {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    /*catalog-list*/
    .product-cards-item {
        /*width: 100%;*/
        width: 260px;
        float: none;
        margin: 0 auto 20px;
    }
    /*catalog product item*/
    .catalog-product-item{
        width: 280px;
        margin: 0 auto 15px;
        float: none;
    }
    /*catalog-detail*/
    .catalog-detail .product-card-buttons-bottom {
        display: block;
    }

    .catalog-detail .product-card-buttons-bottom-title,
    .catalog-detail .product-card-buttons-bottom-block {
        float: none;
    }

    .catalog-detail .product-card-md-basket {
        padding-left: 15px;
        padding-right: 15px;
        width: 48%;
        float: right;
        margin-right: 0;
    }

    .catalog-detail .counter {
        width: 48%;
        float: left;
        margin-right: 0;
    }

    .catalog-detail .product-card-summ {
        float: none;
        clear: both;
    }

    .blog-comment-field-captcha-image,
    .blog-comment-field-captcha-input {
        float: none;
        width: 100%;
    }

    .blog-comment-field-captcha-image {
        margin-bottom: 40px;
    }

    /*basket*/
    .personal-nav-item {
        width: 100%;
        display: block;
    }

    .basket-result-left {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        clear: both;
    }

    .basket-result-right {
        float: left;
        text-align: left;
    }

    /*auth*/
    .bx-authform-btn-log {
        /*width: 100%;*/
        margin-bottom: 10px;
        margin-right: 0;
        float: none;
    }

    .bx-authform-btn-reg {
        /*width: 100%;*/
        float: none;
    }

    /*brands*/
    .brands-block {
        width: 100%;
    }

    .brands-block:last-child {
        margin-bottom: 0;
    }

    .brands-list-item-all {
        float: none;
        margin-bottom: 30px;
    }

    .brands-list-item-wrap {
        padding-left: 0;
    }

    /*news*/

    .events-select-item {
        display: inline-block;
        /*margin-right: 0;*/
        margin-bottom: 10px;
    }

    /*.events-select-item:last-child {*/
        /*margin-bottom: 0;*/
    /*}*/

    .events-select {
        margin-bottom: 30px;
    }
    .page-title,
    .about-slider-title,
    .about-privilege-title,
    .novelty-title{
        text-align: center;
        font-size: 18px;
    }
    .about-privilege-title{
        margin-bottom: 26px;
    }

    .catalog-category-item{
        width: 240px;
        margin: 0 auto 15px;
        float: none;
    }
    .news-item:last-of-type{
        margin-bottom: 0;
    }
    .news-item {
        width: 100%;

    }
    .news-item:last-of-type .news-item-inner{
        border: 0;
    }
    /*.news-item-inner{*/
        /*border-bottom: 1px solid #dcdee1;*/
    /*}*/
    .mobile .product-cards-item,
    .tablet .product-cards-item {
        /*margin-bottom: 60px;*/
    }
    .search-page input[type="text"]{
        width: 70%;
    }
    .search-page input[type="submit"]{
        width: 70px;
    }
}
@media only screen and (max-width: 375px) {
    .bx-authform-formgroup-remember .checkbox-item,
    .bx-authform-link-forgot{
        float: none;
        margin-top: 10px;
    }

    .main-block {
        height: 250px;
    }
    .card-hint,
    .product-card-hint{
        padding: 8px 26px;
        background-color: #eff4f9;
        border-radius: 4px;
        border: 1px solid rgba(101,147,196,0.2);
        position: absolute;
        display: none;
        width: 207px;
        left: 0;
        color: #333;
        font-weight: normal;
        font-size: 12px;
        text-align: center;
        bottom: -24px;
        z-index: 10;
        box-shadow: 0 2px 3px 0 rgba(82,90,107, 0.3);
    }
    .card-hint{
        bottom: -88px;
        left: 0;
    }
    .card-hint span,
    .product-card-hint span{
        display: block;
        font-size: 13px;
    }
    .card-hint:after,
    .card-hint:before,
    .product-card-hint:after,
    .product-card-hint:before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
    }

    .card-hint:after{
        top: -20px;
        border-color: transparent  transparent #eff4f9 transparent ;
        border-width: 10px;
    }

    .card-hint:before{
        top: -23px;
        border-color: transparent transparent rgba(101,147,196,0.2)  transparent ;
        border-width: 11px;
    }
    .novelty .catalog-category-item-inner{
        width: 200px;
        margin: 0 auto;
    }
}
#bx-soa-order.jq-checkbox{z-index:2;}
.slideEl-active{
    /*font-size: 16px;*/
    /*font-weight: bold;*/
}
#bx-soa-order-form #bx-soa-order input[type="text"]:focus{
    border-color: #8ab446!important;
}
#bx-soa-order-form #bx-soa-order .btn:active:hover,
#bx-soa-order-form #bx-soa-order .btn{
    background-color: #8ab446!important;
    border-radius: 20px!important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
    .product-card-sm-title{
        width: 160px;
    }
    .product-card-sm-title a{
        font-size: 14px;
    }
    .product-card-sm-brand,
    .product-card-sm-title .product-card-available,
    .product-card-sm-title .product-card-notAvailable{
        font-size: 13px;
    }
    .product-cards-container-list-sm .product-card-price-now{
        font-size: 16px;
    }
    .product-cards-container-list-sm table tr td{
        padding: 15px 8px;
    }
}
@media (max-width: 580px) {
    .bx-soa-item-td{
        min-width: 100%!important;
    }
    .bx-soa-item-title{
        /*width: 320px;*/
        /*margin: 0 auto;*/
        text-align: center;
        margin-bottom: 15px;
    }
    .bx-soa-item-content {
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .ajax-new-arrivals-content{
        padding: 0;
    }

}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.not-found__title{
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 30px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .product-card-wrap .product-card img{
        width: 100%;
    }
    /*#catalog-fast-view-lg,*/
    /*#catalog-fast-view-sm{*/
        /*position: static;*/
    /*}*/
    .catalog-detail-slider-sm .item img{
        max-width: 66px;
        max-height: 66px;
    }
    .catalog-detail-slider-lg .item img{
        max-width: 340px;
        max-height: 340px;
    }
    /*.middle{*/
        /*padding-top: 204px;*/
    /*}*/
    .ie-only{
        /*padding-top: 30px;*/
        height: 100%;
    }
}

.soa-property-container input[type="radio"]{
    position: relative;
    top: 2px;
}


.mCustomScrollbar,
.mCustomScrollbar.mCS_touch_action,
.mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools {
    -ms-touch-action: auto;
    touch-action: auto;
}
.mCustomScrollBox {
    -ms-touch-action: pan-x pinch-zoom;
    touch-action: pan-x pinch-zoom;
}
.mCustomScrollBox.mCSB_vertical_horizontal {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
.mCustomScrollBox.mCSB_horizontal {
    -ms-touch-action: pan-y pinch-zoom;
    touch-action: pan-y pinch-zoom;
}
.events-detail img {height: unset;}
.menu-list .menu-item:first-child .submenu > li:first-child a {
    color: red;
    text-shadow: 1px 1px white, -1px -1px white, 1px -1px white, -1px 1px white;
}
.menu-list .menu-item:first-child .submenu li:first-child a::after {
    text-shadow: none;
}
.on-purpose > .sidebar-item-list > li:first-child > a {
    color: red !important;
}