html,
body,
form,
.buttons input,
.listview select,
.limit select,
.sort select {
    margin: 0;
    padding: 0;
}

* {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    /* text-align: center; */
    background-color: #fff;
    color: #333333;
    /* var text-color */
    min-width: 1080px;
}

body,
td,
th,
input,
textarea,
select,
a {
    font-size: 12px;
}

form {
    /* display: inline; */
}

select {
    padding: 5px 10px;
    border: 1px solid #eaeaea;
    /* var grey-light */
    border-radius: 3px;
}

input,
textarea {
    padding: 8px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #697078;
    /* var gray-dark */
    /*margin-top:10px;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 120%;
    box-sizing: border-box;
    color: #000;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #697078;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #697078;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #697078;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #697078;
}

input:focus,
select:focus,
textarea:focus {
    border: 1px solid #c89901;
    outline: none;
}

body.fixed {
    padding-top: 196px;
}

.a_decor,
.a_decor a,
.a_decor a:visited,
.a_decor:hover,
.a_decor a:hover {
    color: #090808;
    /* var base-dark */
    border-bottom: 1px dashed;
    text-decoration: none;
    cursor: pointer;
}

a,
a:visited {
    color: #333333;
    /* var text-color */
    text-decoration: underline;
    cursor: pointer;
    line-height: 120%;
}

a:hover {
    text-decoration: underline;
    color: #201f1f;
    /* var base */
}

a img {
    border: none;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0 0 15px;
    line-height: 120%;
    color: #201f1f;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

p {
    margin-top: 0px;
    font-size: 14px;
    line-height: 120%;
}

html.notOverflow,
html.notOverflow body {
    overflow: hidden !important;
}

.padding-right {
    padding-right: 15px !important;
}

#header .ui-header-grid>.ui-column-1 {
    width: 12%;
}

#header .ui-header-grid>.ui-column-11 {
    width: 88%;
}

/* layout */
#container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    position: relative;
    left: 0;
}

#header {
    margin: 0 auto;
}

@keyframes blink-animation {

    79%,
    81%,
    100% {
        color: #fff;
    }

    0% {
        color: #fff;
    }

    80% {
        color: #fef200;
    }
}

@-webkit-keyframes blink-animation {

    79%,
    81%,
    100% {
        color: #fff;
    }

    0% {
        color: #fff;
    }

    80% {
        color: #fef200;
    }
}

.header-info-wrap {
    background: #201f1f;
    border-top: 1px solid #fff;
    /* border-bottom:1px solid #fff; */
    font-size: 0;
    padding: 10px 0;
    position: relative;
    z-index: 100;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.header-info-wrap:after {}

.header-info {
    background: transparent !important;
    display: block;
    /* padding: 7px 0; */
    min-height: 17px;
    line-height: 120%;
}

.header-info-left,
.header-info-right {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    width: 40%;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    line-height: 120%;

    animation: blink-animation 35s step-start 5s infinite;
    -webkit-animation: blink-animation 35s step-start 5s infinite;
    /* animation-delay: 5s; */
    /* -webkit-animation-delay: 5s; */
}

.header-info-right {
    text-align: right;
}

.header-info-center {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.header-info-center a {
    text-decoration: none;
    background: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 7px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.header-info-center a:hover {
    text-decoration: none;
    background: #fef200;
}

.header-info-wrap.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

/*.header-info-wrap:hover .header-info-left,
.header-info-wrap:hover .header-info-right {
    text-decoration: none;
    color: #fef200;
}*/
.header-info-wrap:hover:after {}

.header-fixed {
    position: relative;
    z-index: 11;
}

.header-fixed.fixed {
    position: fixed;
    top: 41px;
    left: 0;
    width: 100%;
    z-index: 100;
}

#header.header-min-height {
    min-height: 496px;
    margin-bottom: 30px;
}

.header-wrap {
    padding: 12px 0 12px 15px !important;
    position: relative;
    z-index: 4;
    max-width: 1180px;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fef200;
    /* var header-color */
}

#header.min-width {
    /* padding: 0 !important; */
}

#header .min-width {
    background-color: #fef200;
    /* var header-center-color */
}

#header .header-top.min-width {
    background-color: #fef200;
    /* var header-center-top-color */
}

.header-top,
.header-center,
.header-bottom,
.content-container {
    margin: 0 auto;
}

.header-top {
    padding-bottom: 10px;
}

.header-top .box {
    /* float: left; */
}

.header-top .login {
    /* float: right; */
}

.header-center .feedback {
    /* float: right; */
}

.header-center {
    /*   padding-top: 40px;
height: 135px; */
    text-align: right;
}

.header-center .logo {
    height: 135px;
    float: left;
    display: table;
}

.header-elements>div {
    font-size: 0;
}

.header-elements>div>div {
    display: inline-block;
    vertical-align: middle;
    float: none;
    font-size: 12px;
}

#header .logo a {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

#header .logo {
    /*     float:left;
padding-top:0px;
padding-left:0px;
width:20%;
max-width:200px; */
}

#header .logo img {
    max-height: 135px;
}

/* .header-center .logo,.header-center .box {
    float:none !important;
    display: inline-block;
    vertical-align: middle;
}
.header-center .logo:before,.header-center .box:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
} */
.header-bottom-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #201f1f;
    /* var base */
}

.header-top-container {
    min-height: 40px;
    background: #fef200;
    /* var header-top-bg */
    border-bottom: 1px solid #fef200;
    /* var header-top-border */
}

.header-bottom-container {
    position: relative;
}

#column_right,
#column_left {
    float: right;
    width: 0px;
}

#column_left {
    float: left;
}

#content {
    margin: 0 0 0;
    min-height: 500px;
}

/*#content .top .left,#content .top .right, #content .bottom .left, #content .bottom .right,#content .bottom .center {display:none;}*/
#content .top .left {
    /*background:url('../image/content_top_left.png') no-repeat;*/
    width: 5px;
    height: 0px;
    float: left;
}

#content .top .right {
    /*background:url('../image/content_top_right.png') no-repeat;*/
    width: 5px;
    height: 32px;
    float: right;
}

#content .top .center {
    /*background:url('../image/content_top_center.png') repeat-x;*/
}

.list {
    text-align: center;
}

.content-category-top,
.content-top {
    margin-bottom: 15px;
    position: relative;
}

.h1-wrap h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 15px;
}

.h1-search h1 {
    text-align: left;
}

.h2-wrap {
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
}

.h2-wrap:after,
.content-category-top:after {
    position: absolute;
    left: 0;
    top: 49%;
    border-top: 1px solid #eaeaea;
    /* var gray-light */
    height: 1px;
    width: 100%;
    content: ' ';
    z-index: 0;
}

.h2-wrap * {
    text-transform: uppercase;
    background: #ffffff;
    /* var content-color */
    padding: 5px 10px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}

.h1-category {
    padding-left: 35px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}

.h1-category h1 {
    text-transform: uppercase;
    background: #ffffff;
    /* var content-color */
    padding: 5px 10px;
    margin: 0;
    position: relative;
    z-index: 1;
}

#content .middle {
    /*
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	*/
    /* background:#FFFFFF; */
    /*padding: 0px 10px 10px 10px;*/
    min-height: 540px;
}

#content .bottom .left {
    /*background:url('../image/content_bottom_left.png') no-repeat;*/
    width: 5px;
    height: 5px;
    float: left;
}

#content .bottom .right {
    /*background:url('../image/content_bottom_right.png') no-repeat;*/
    width: 5px;
    height: 5px;
    float: right;
}

#content .bottom .center {
    /*background:url('../image/content_bottom_center.png') repeat-x;*/
    height: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.list-box ul {
    padding: 0 16px;
    margin: 0;
}

.list-box li {
    margin: 0 0 5px;
    color: #201f1f;
    /* var base */
    font-size: 15px;
}

.list-box a {
    font-size: 14px;
}

.list-box a:hover {
    text-decoration: none;
}

.list-box1 ul {
    margin-left: 0;
}

.list-box1 li {
    margin: 0;
}

.list-box1 a:hover {
    text-decoration: none;
}

.list-box2 ul {
    padding: 0;
}

.list-box2 li {
    list-style: none;
    margin-bottom: 15px;
}

.list-box2 a {
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
}

.list-box2 a:hover {
    color: #201f1f;
    /* var base */
}

.list-box2 li span {
    display: block;
}

.list-box2 .shot {
    color: #999999;
    font-size: 10px;
    margin: 0 0 10px;
}

.list-box2 .date {
    display: block;
    color: #1a1a1a;
    font-size: 10px;
    margin: 0 0 1px;
}

.list-box3 ul {
    padding: 0;
    margin: 0;
}

.list-box3 li {
    margin: 0 0 15px;
    padding: 0 0 25px;
    border-bottom: 1px solid #eaeaea;
    /* var gray-light */
}

.list-box3 a {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #201f1f;
    /* var base */
    font-weight: 700;
}

.list-box3 a:hover {
    text-decoration: none;
    color: #000;
}

.list-box3 .date {
    font-size: 12px;
    color: #777;
    display: block;
    margin: 8px 0 15px;
}

.lb-des {
    margin: 3px 0 0;
    font-size: 14px;
    color: #222;
}

.list-content li {
    display: table;
    width: 100%;
}

.list-content-left {
    padding-right: 10px;
    margin-bottom: 10px;
    /* width:40%; */
}

.list-content-right {
    /* width:58%; */
}

.list-content-left,
.list-content-right {
    display: table-cell;
    /* display:inline-block; */
    vertical-align: top;
}

.short_description {
    font-size: 10px;
    color: #999999;
    display: block;
    max-height: 90px;
    overflow: hidden;
    margin-bottom: 10px;
}

.news .short_description {
    clear: left;
    padding-top: 10px;
}

.main-list-content .list-box2 li {
    margin-bottom: 0;
}

.main-list-box-good,
.main-list-box {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    overflow: hidden;
}

.main-list-box-good.slider-type2 {
    padding-top: 25px;
}

#content .middle .main-list-box-good.slider-type2:first-child {
    padding-top: 0;
}

.desktop-module {
    display: none;
}

#content_bottom,
#content_top {
    display: none;
}

#content_bottom {
    margin-top: 0;
    float: left;
    width: 100%;
}

#content_top {
    width: 100%;
}

#content_top .box {
    margin-bottom: 20px;
}

#content #content_top .middle {
    min-height: auto !important;
}

.column a {
    text-decoration: none;
}

.catalog-top .box {
    border: 2px solid #eaeaea;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    position: relative;

}

.catalog-top .box .top {
    background-color: #eaeaea;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.catalog-top .box>.middle {
    height: 600px;
    overflow-y: auto;
    padding: 10px;
}

.product-info {
    margin-bottom: 30px;
}

.column .box,
.block .box {
    border: 1px solid #eaeaea;
    /* var gray-light */
    margin-bottom: 20px;
    text-align: left;
    position: relative;
    /*background: url('../image/box_top.png') repeat-x;*/
}

.column .box {
    background-color: #ffffff;
    /* var box-color */
}

.column .box .toggle {
    display: none;
    background: url(../image/box-arrow.png) no-repeat center center;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 17px;
    right: 17px;
    cursor: pointer;
}

.column .box h2,
.column .box .top,
.block .box h2,
.block .box .top {
    font-size: 14px;
    line-height: 16px;
    /* font-weight:bold; */
    /* text-transform:uppercase; */
    /* background :white; */
    color: #333333;
    /* var text-color */
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding-top: 16px;
    padding-left: 20px;
}

.column .box .top img,
.block .box .top img {
    float: left;
    margin-right: 5px;
}

#content .column .middle,
#content .block .middle {
    min-height: auto !important;
}

.column .box .middle,
.block .box .middle {
    padding: 20px 20px 0;
    text-align: left;
    margin: 0;
    /* background:url('../image/box_middle.png') repeat-y; */
}

.column .box .bottom,
.block .box .bottom {
    height: 16px;
    /* background:url('../image/box_bottom.png') no-repeat; */
}

.success,
.warning,
.wait {
    padding: 8px 10px;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    box-sizing: border-box;
}

.success:before,
.warning:before,
.wait:before {
    content: ' ';
    font-family: FontAwesome;
    font-size: 16px;
    color: #000;
    left: 10px;
    top: 9px;
    position: absolute;
}

.wait:before {
    content: '\f05a';
    color: #C7C378;
}

.warning:before {
    content: '\f057';
    color: #C28E8E;
}

.success:before {
    content: '\f058';
    color: #A5BD71;
}

.success {
    background: #EFF6DF;
    border: 1px solid #A5BD71;
    color: #748A46;
}

.warning {
    background: #FFF0F0;
    border: 1px solid #C28E8E;
    color: #945656;
}

.wait {
    background: #FBFAEA;
    border: 1px solid #C7C378;
    color: #A8A457;
}

.required {
    color: #FF0000;
    font-weight: bold;
}

.error {
    color: #FF0000;
    display: block;
}

.success.hide,
.warning.hide {
    display: none;
}

.help {
    cursor: pointer;
}

.tooltip {
    border: 1px solid #FDDA5C;
    background: #FBFF95;
    padding: 5px;
    font-size: 11px;
    width: 250px;
}

#preview {
    position: absolute;
    border: 1px solid #CCCCCC;
    background: #1B57A3;
    padding: 5px;
    display: none;
    color: #fff;
    width: 312px;
    z-index: 1000;
}

.clear {
    overflow: hidden;
    width: 100%;
    clear: both;
}

.button-icon-view {
    padding: 3px 10px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    background: url(../image/icon-arrow.png) no-repeat center center #201f1f;
    /* var base */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.button-icon-view:hover {
    background-color: #d2d2d2;
}

.button-text-dotted {
    color: #ff0000 !important;
    font-size: 16px;
    border-bottom: 1px dotted #ff0000;
    padding-bottom: 1px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}

.button-text-dotted:hover {
    border-bottom: 1px solid #ff0000;
    text-decoration: none;
}

.button-text {
    position: relative;
    color: #201f1f;
    /* var base */
    font-size: 12px;
    background: url('../image/button-text.png') no-repeat right center;
    padding-right: 10px;
    text-decoration: none;
    line-height: 7px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 5px 0;
}

.button-text:after {
    content: '\f105';
    /* fa-angle-right */
    color: #aaa;
    font-size: 12px;
    line-height: 12px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    display: block;
    text-align: center;
}

.button-text:hover:after {
    color: #4c81d9;
}

.button-text:hover {
    color: #201f1f;
    /* var base */
    text-decoration: none;
}

.button-text3 {
    padding: 1px 0;
    padding-right: 15px;
}

.button-text2 {
    position: relative;
    color: #201f1f;
    /* var base */
    font-size: 14px;
    background: url('../image/button-text-hover.png') no-repeat right center;
    padding-right: 10px;
    text-decoration: none;
    line-height: 7px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 5px 0;
}

.button-text2:hover {
    color: #201f1f;
    /* var base */
    text-decoration: none;
}

.button-text2:after {
    content: '\f105';
    /* fa-angle-right */
    color: #201f1f;
    /* var base */
    font-size: 12px;
    line-height: 12px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    display: block;
    text-align: center;
}

.button-text2:hover:after {
    color: #aaa;
}

.button-text-edit {
    background: url('../image/icon-edit2.png') no-repeat right center;
}

.button-text-edit:hover {
    background: url('../image/icon-edit2-hover.png') no-repeat right center;
}

.button-text-delete {
    background: url('../image/icon-delete2.png') no-repeat right center;
}

.button-text-delete:hover {
    background: url('../image/icon-delete2-hover.png') no-repeat right center;
}

.button-yes,
.button-yes2,
.button-yes3,
.button-no {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.button-yes {
    text-align: left;
    background: #201f1f;
    /* var base */
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.button-yes span {
    padding: 15px;
    padding-right: 25px;
    margin-right: 15px;
    display: block;
    position: relative;
    /* background: url(../image/icon-yes.png) no-repeat right center; */
}

.button-yes span:after {
    content: '\f00c';
    /* fa-check  */
    color: #fff;
    font-size: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    display: block;
    text-align: center;
}

.button-yes:hover {
    background-color: #090808;
    /* var base-dark */
    color: #fff;
    text-decoration: none;
}

.button-yes3 span {
    /* background: url(../image/icon-back.png) no-repeat right center; */
}

.button-yes3 span:after {
    content: '\f104';
    /* fa-angle-left */
    color: #fff;
}

.button-yes2 {
    text-align: left;
    background: #f6bc01;
    /* var secondary */
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.button-yes2 span {
    padding: 15px;
    padding-right: 25px;
    margin-right: 15px;
    display: block;
    position: relative;
    /* background: url(../image/icon-yes.png) no-repeat right center; */
}

.button-yes2 span:after {
    content: '\f00c';
    /* fa-check  */
    color: #fff;
    font-size: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    display: block;
    text-align: center;
}

.button-yes2:hover {
    background-color: #c89901;
    /* var secondary-dark */
    color: #fff;
    text-decoration: none;
}

.button-no {
    text-align: left;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    background: #eaeaea;
    /* var gray-light */
    color: #333333;
    /* var text-color */
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.button-no span {
    padding: 15px;
    padding-right: 25px;
    margin-right: 15px;
    display: block;
    position: relative;
    /* background: url(../image/icon-no.png) no-repeat right center; */
}

.button-no span:after {
    content: '\f00d';
    /* fa-times  */
    color: #6a6363;
    font-size: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    display: block;
    text-align: center;
}

.button-no:hover {
    background-color: #efefef;
    color: #333333;
    /* var text-color */
    text-decoration: none;
}

.button i {
    margin-right: 5px;
}

.button {
    padding-left: 17px;
    display: inline-block;
    margin-right: 5px;
    background: #201f1f;
    /* var base */
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    -webkit-transition: background-color 0.5s ease, color 0.5s ease;
    -moz-transition: background-color 0.5s ease, color 0.5s ease;
    -o-transition: background-color 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.button span {
    display: block;
    color: #fff;
    padding: 9px 17px 9px 2px;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}

.button.small {
    padding-left: 15px;
}

.button.small span {
    padding: 5px 15px 5px 0;
}

.button-outline {
    font-size: 16px;
    display: inline-block;
    border: 1px solid #27251d;
    padding: 2px 8px;
    text-decoration: none;
    line-height: 120%;
    box-sizing: border-box;
    -webkit-transition: background-color .3s, color .3s;
    -moz-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.button-outline:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.button .fa-lg {
    vertical-align: -10%;
}

.button-border {
    text-align: center;
    color: #201f1f;
    /* var base */
    border: 1px solid #201f1f;
    padding: 8px 5px;
    font-size: 14px;
    display: block;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease, color 0.4s ease;
    -moz-transition: background-color 0.3s ease, color 0.4s ease;
    -o-transition: background-color 0.3s ease, color 0.4s ease;
    transition: background-color 0.3s ease, color 0.4s ease;
}

.button-border.upper {
    text-transform: uppercase;
    background: #fef200;
    /* var header-color */
    color: #000;
}

.button-border>span {
    display: inline-block;
    vertical-align: middle;
}

.button-border .icon {
    font-size: 16px;
    margin-right: 10px;
}

.button-border .text {
    font-weight: 700;
    text-transform: uppercase;
}

.button-border:hover {
    background-color: #090808;
    /* var base-dark */
    color: #fff;
    text-decoration: none;
}

.button-border .img {
    background: none no-repeat;
    width: 27px;
    height: 27px;
    -webkit-transition: background-image 0.4s ease;
    -moz-transition: background-image 0.4s ease;
    -o-transition: background-image 0.4s ease;
    transition: background-image 0.4s ease;
    margin-right: 10px;
}

.button-border-blue {
    margin-right: 0;
    border: 1px solid #eaeaea;
    /* var gray-light */
    background: #fcfcfc;
    box-sizing: border-box;
}

.compare-icon span {
    /* background: url(../image/compare-icon.png) no-repeat center left; */
    color: #090808;
    /* var base-dark */
    text-transform: uppercase;
}

.addcart-icon span {
    text-align: center;
    /* background: url(../image/addcart-icon.png) no-repeat center left; */
}

.a_add_to_cart {
    border: 1px solid #f6bc01;
    /* var secondary */
}

.a_add_to_cart font,
.addcart-product font {
    background: #737373;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 5px;
    font-size: 12px;
    line-height: 10px;
    position: absolute;
    top: -10px;
    right: -10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    display: none;
    font-weight: 700;
}

.a_add_to_cart.add-yes font,
.addcart-product.add-yes font {
    display: block;
}

.addcart-product font {
    top: -1px;
    right: -1px;
}

.a_add_to_cart.add-yes {
    border: 1px solid #56B55B;
}

.a_add_to_cart.add-yes,
.addcart-product.add-yes {
    background: #56B55B;
}

.a_add_to_cart.add-yes:hover {
    border: 1px solid #56B55B !important;
}

.addcart-product.add-yes:hover,
.a_add_to_cart.add-yes:hover {
    background: #399d3f !important;
}

.button-border-blue:hover {
    border: 1px solid #ccd7e9;
    background: #f1f6ff !important;
}

.compare-icon.button-border-blue:hover {
    border: 1px solid #f1f1f1;
    background: #fcfcfc !important;
    color: #56B55B;
}

.compare-icon.button-border-blue:hover span {
    color: #4EA922;
}

.button2 {
    color: #000;
    background: #f6bc01;
    /* var secondary */
}

.button2 span {
    color: #000;
    text-transform: uppercase;
}

.button4 {
    background: #e8e8e8;
}

.button4 span {
    /*background:#d3d2d2;*/
    text-transform: uppercase;
    color: #575757;
}

.button-silver {
    background: #eaeaea;
    /* var gray-light */
    color: #333;
}

.button-silver span {
    color: #333;
}

.button-not-radiur,
.button-not-radius span {
    border-radius: 0;
}

a.button:hover,
.button:hover {
    color: #000;
    background: #f6bc01;
    /* var secondary */
    text-decoration: none;
}

a.button:hover span,
.button:hover span {
    color: #000;
    /*background:@base-dark;*/
}

.btnQ:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

a.button2:hover,
.button2:hover {
    background: #c89901;
    /* var secondary-dark */
}

a.button2:hover span,
.button2:hover span {
    /*background:@secondary-dark;*/
}

a.button4:hover,
.button4:hover {
    background: #c9c9c9;
}

a.button4:hover span,
.button4:hover span {
    /*background:#c9c9c9;*/
}

a.button-silver:hover,
.button-silver:hover {
    background: #e8e6e6;
}

.btnQ {
    cursor: pointer;
}

.button-back span {
    background-image: none;
    position: relative;
    padding: 15px;
    margin-right: 0;
    padding-left: 25px;
}

.button-back span:after {
    display: none;
}

.button-back span:before {
    content: '\f060';
    /* fa-arrow-left  */
    color: #000;
    font-size: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    display: block;
    text-align: center;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.button-back:hover span:before {
    color: #f6bc01;
    /* var secondary */
}

/*ссылка во весь блок*/
a.a-all {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    z-index: 1;
    filter: alpha(opacity=0);
}

a.a-all:hover {
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.buttons {
    border-top: 1px solid #d3d2d2;
    padding-top: 15px;
    margin-top: 25px;
}

.buttons table {
    width: 100%;
    border-collapse: collapse;
}

.buttons table td {
    vertical-align: middle;
}

.content {
    /* background:#F7F7F7; */
    /* border:1px solid #DDDDDD; */
    padding: 10px;
    margin-bottom: 10px;
}

.list_category {
    text-align: center;
    width: 100%;
}

.list_showlist {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #eaeaea;
    /* var gray-light */
}

.list_showlist-good {
    position: relative;
    text-align: left;
    color: #a2a2a2;
    font-size: 14px;
    padding: 15px 0;
    margin: 0;
    border: 1px solid #eaeaea;
    /* var gray-light */
    border-top: none;
    font-size: 0;
}

.list_showlist-good-left {
    margin-right: 2%;
}

.list_showlist-good-right .good-rating {
    margin-top: 7px;
}

.list_showlist-good-left,
.list_showlist-good-right {
    width: 20%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    position: relative;
    z-index: 1;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 12px;
}

.list_showlist-good-right {
    width: 18%;
}

.list_showlist-good-center {
    width: 58%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    position: relative;
    z-index: 1;
    margin-right: 2%;
    font-size: 12px;
}

.list_showlist a {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    /* var text-color */
    text-decoration: none;
    /* text-transform:uppercase; */
}

.list_showlist a:hover {
    text-decoration: none;
    color: #201f1f;
    /* var base */
}

.list_showlist .good-new,
.list_showlist .good-old,
.list_showlist .good-value {
    padding: 0;
}

.list_showlist-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.list_showlist-good img,
.list_showlist-border {
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.list_showlist-good:hover a img {
    transform: scale(1.08) translateX(5px);
    -webkit-transform: scale(1.08) translateX(5px);
    -moz-transform: scale(1.08) translateX(5px);
    -o-transform: scale(1.08) translateX(5px);
    -ms-transform: scale(1.08) translateX(5px);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.list_showlist .list_showlist-good:hover .list_showlist-border {
    border: 1px solid #eaeaea;
    /* var gray-light */
    box-shadow: 0 0 2px 2px #eaeaea;
    /* var gray-light */
}

.list_showlist-good .good-value,
.list_showlist-good .good-value-new {
    height: auto;
    padding: 0;
}

.list_showlist-line {
    /* border-bottom:1px solid #eceaea; */
    width: 100%;
    height: 1px;
    margin: 5px 0;
}

.list_showtable-wrap {
    margin-top: 30px;
}

.list_showtable {
    margin: 27px 0 5px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
}

.list_showtable .good-ico-new,
.list_showtable .good-ico-top,
.list_showtable .good-ico-spec {
    color: #fff;
    padding: 3px 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    font-size: 9px;
    height: auto !important;
    width: auto !important;
    text-transform: uppercase;
    background-image: none;
    position: static;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 5px 0 5px 0;
}

.list_showtable .good-ico-new:before,
.list_showtable .good-ico-top:before,
.list_showtable .good-ico-spec:before {
    display: none;
}

.list_showtable .good-ico-new {
    background-color: #40c15e !important;
    /* var new-color !important*/
}

.list_showtable .good-ico-top {
    background-color: #4983d3 !important;
    /* var top-color !important*/
}

.list_showtable .good-ico-spec {
    background-color: #ff434b !important;
    /* var special-color !important*/
}

.list_showtable tr {
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.list_showtable tr.even {
    background-color: #fef5d8;
}

.list_showtable tr:hover {
    background-color: #f1f1f1;
}

.list_showtable tr.active {
    background-color: #f4bd01;
}

.list_showtable tr.head {
    background-color: #767475 !important;
}

.list_showtable td {
    /*text-align:left;*/
    vertical-align: top;
    padding: 5px 12px;
    margin: 0;
    vertical-align: middle;
    color: #333333;
    /* var text-color */
    font-size: 12px;
}

.list_showtable tr.head td {
    font-size: 14px;
    color: #fff;
}

.catalog-table-addcart {
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.catalog-table-addcart:hover {
    opacity: 0.7
}

.list_showtable td.list_showtable-name {
    position: relative;
}

.list_showtable td.list_showtable-name a.name {
    color: #201f1f;
    /* var base */
    text-decoration: none;
    /* text-decoration: underline; */
    font-size: 13px;
    /* text-transform:uppercase; */
    display: block;
}

.list_showtable td a.list_showtable-name:hover {
    color: #333333;
    /* var text-color */
}

.list_showtable tr.active {
    background: #f6bc01;
}

.list_showtable .qr-price-title,
.list_showtable .qr-quantity-title,
.list_showtable .qr-sum-title {
    display: none;
    font-weight: 700;
}

.list_showtable_fixed_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    z-index: 1;
}

.list_showtable_fixed {
    width: 100%;
    padding: 0;
    margin: 0;
}

.list_showtable.search-catalog tr:hover,
.list_showtable.series-catalog tr:hover {
    background-color: #fef200;
}

.list_showtable.search-catalog td.list_showtable-name a.name,
.list_showtable.series-catalog td.list_showtable-name a.name {
    /* text-decoration: underline; */
}

.list_showtable.search-catalog td.list_showtable-name a.name:hover,
.list_showtable.series-catalog td.list_showtable-name a.name:hover {
    text-decoration: none;
}
.list_showtable.series-page-products .good-value-currency,
.list_showtable.series-catalog .good-value-currency {
    font-size: 10px;;
}

.pageinfo {
    overflow: auto;
    text-align: left;
    /* var content-color */
    /* position: absolute;
    top: 50%;
    margin-top: -19px;
    right: 0; */
    z-index: 1;
}

.pageinfo .float-left_f3,
.pageinfo .float-left_f2,
.pageinfo .float-left_f1 {
    /* float: left; */
}

.pageinfo b {
    font-weight: 400;
    color: #697078;
    /* var gray-dark */
    font-size: 14px;
    text-transform: uppercase;
}

.pageinfo .float-left_f3 b {
    padding-right: 7px;
}

.pageinfo .float-left_f2 b {
    padding-right: 7px;
}

.pageinfo .float-left_f1 b {
    padding-right: 7px;
}

.pageinfo .float-left {
    float: left;
}

.pageinfo select {
    padding: 5px 5px;
    font-size: 14px;
}

.pagination {
    margin: 20px 8px 0px;
    text-align: left;
    width: 100%;
    /* float: left; */
    color: #333333;
    /* var text-color */
    box-sizing: border-box;
  }
  .pagination noindex {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 100%;
  }
  .pagination .links,
  .pagination .results {
    padding: 5px 5px 5px 0px;
    display: inline-block;
  }
  .pagination .links {
      text-align: left;
  }
  .pagination .results {
      text-align: right;
      font-size: 14px;
  }
  /*.pagination .links {float:left;}*/
  .pagination .links a,
  .pagination .links b,
  .pagination .links span {
    font-size: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    text-decoration: none;
  }
  .pagination .links span {
    font-size: 14px;
  }
  .pagination .links a.number,
  .pagination .links b {
    padding: 6px 11px;
    color: #333333;
    /* var text-color */
    background: #ffffff;
    /* var bg-color */
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: color .5s, background-color .5s;
    -moz-transition: color .5s, background-color .5s;
    -o-transition: color .5s, background-color .5s;
    transition: color .5s, background-color .5s; 
  }
  .pagination .links b {
    color: #fff;
    background: #000;
    /* var base */
    font-weight: 400;
  }
  .pagination .links a.number:hover {
    background: #ebebeb;
  }
  .pagination .links a.next {
    /*background: url(../image/paginator-next.png) no-repeat;*/
    width: 34px;
    height: 31px;
    margin: 0 8px;
    position: relative;
  }
  .pagination .links a.next:after,
  .pagination .links a.prev:after {
      font-family: FontAwesome;
      text-decoration: none;
      color: #333;
      /* var text-color */
      font-size: 24px;
      position: relative;
      line-height: 140%;
      padding: 4px 5px;
      border-radius: 3px;
  }
  .pagination .links a.next:after {
    content: '\f178';
  }
  .pagination .links a.prev:after {
    content: '\f177';
  }
  .pagination .links a.next:hover:after,
  .pagination .links a.prev:hover:after {
    background: #ebebeb;
  }
  .pagination .links a.next:hover {
    /*background: url(../image/paginator-next-hover.png) no-repeat;*/
  }
  .pagination .links a.prev {
    /*background: url(../image/paginator-prev.png) no-repeat;*/
    width: 34px;
    height: 31px;
    margin: 0 8px;
  }
  .pagination .links a.prev:hover {
    /*background: url(../image/paginator-prev-hover.png) no-repeat;*/
  }

/*.pagination .results {float:right;}*/
.tabs {
    width: 100%;
    height: 31px;
    margin-bottom: 0px;
}

.tabs a {
    float: left;
    display: block;
    padding: 6px 15px 7px 15px;
    margin-right: 2px;
    border: 1px solid #DDD;
    background: #ffffff url('../image/tab_3.png') repeat-x;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    z-index: 1;
    position: relative;
    top: 1px;
}

.tabs a.selected {
    background: #ffffff url('../image/tab_3.png') repeat-x;
    border-bottom: 0px;
    padding-bottom: 8px;
    z-index: 3;
}

.tab_page {
    border: 1px solid #DDD;
    background: #FFF;
    padding: 10px;
    display: block;
    z-index: 2;
    margin-bottom: 10px;
}

#footer {
    width: 100%;
    background-color: #697078;
    /* var footer-color */
    overflow: hidden;
}

#footer .min-width {
    background-color: #697078;
    /* var footer-center-color */
}

.footer-bottom {
    background: #201f1f;
    padding: 10px 0;
}

#footer .footer-bottom .min-width {
    background: transparent;
}

.footer-container {
    padding: 25px 0;
}

.footer-contact {
    width: 320px;
}

.footer-contact a {
    text-decoration: none;
    font-size: 14px;
}

.footer-contact p i {
    text-align: center;
    width: 14px;
    margin-right: 3px;
    color: #201f1f;
    /* var base */
}

.footer-contact a:hover {
    text-decoration: none;
}

.mini-info {
    width: 200px;
    line-height: 14px;
}

.footer-contact .contact-blog {
    width: 48%;
    margin-right: 1%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.footer-payment {
    max-width: 200px;
    margin-bottom: 30px;
    text-align: right;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

.footer-payment img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 15px;
}

.footer-payment img:last-child {
    margin-right: 0;
}

.footer .site-map {
    color: #333333;
    /* var text-color */
    font-size: 14px;
    padding-left: 25px;
    background: url(../image/sitemap.png) no-repeat left center;
}

.footer .site-map:hover {
    text-decoration: none;
    color: #333333;
    /* var text-color */
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.footer-title {
    font-size: 12px;
    color: #333333;
    /* var text-color */
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer p {
    font-size: 14px;
}

.menu-bottom {
    padding: 0;
    margin: 0;
    /* margin: 0 30px 10px 0; */
    /*float:left;*/
}

.menu-bottom li {
    padding: 0;
    margin: 0 0 8px;
    font-size: 14px;
    color: #ffffff;
    /* var text-color-light */
    list-style: none;
}

.menu-bottom li:last-child {
    margin-bottom: 0;
}

.menu-bottom a {
    font-size: 16px;
    color: #ffffff;
    /* var text-color-light */
    text-decoration: none;
    /*text-decoration: underline;*/
    word-break: break-word;
}

.menu-bottom a:hover {
    color: #f6bc01;
    /* var secondary */
    text-decoration: none;
}

.footer-phone-wrap {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.footer-phone-wrap .button2 {
    width: 100%;
    font-size: 16px;
}

.footer-phone-wrap .button2 span {
    text-transform: inherit;
}

.footer-phone {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin: 11px 0;
}

.copyright {
    color: #697078;
    font-size: 14px;
}

.copyright a {
    color: #697078;
    font-size: 12px;
}

.copyright a:hover {
    color: #c89901;
}

#information ul {
    /* margin-top:0px; */
    margin-bottom: 0px;
    margin-left: 8px;
    padding-left: 12px;
    list-style: none;
}

#tooltip {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    visibility: hidden;
    padding: 3px;
    max-width: 300px;
    z-index: 100;
}

/*.product-number,#cart-top-total {
    color: #B41818;
    font-weight: 700;
}*/
.ajax_loading32 {
    text-align: center;
    background: url('../image/ajax-loader32.gif') center center no-repeat transparent;
    width: 32px;
    height: 32px;
}

.ajax_loading16 {
    text-align: center;
    background: url('../image/ajax-loader16.gif') center center no-repeat transparent;
    width: 16px;
    height: 16px;
}

table.cart {
    margin-top: 20px;
}

.cart-info-button-wrap {
    border-collapse: collapse;
}

.cart-info-button-wrap .button-yes,
.cart-info-button-wrap .button-no {
    float: left;
    width: 207px;
}

.cart-info-button-wrap .button-yes {
    float: right;
}

.cart-info-button-wrap .button-yes span,
.cart-info-button-wrap .button-yes2 span {
    padding-top: 16px;
    padding-bottom: 16px;
}

.cart-info-button-wrap .button-yes.chekoutquick-button {
    width: 228px;
}

.cart-back {
    border-right: none;
}

.cart-clear {}

.cart-buttons {
    margin-bottom: 30px;
}

.cart-buttons .button {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.cart-buttons .button:last-child {
    margin-right: 0;
}

.cart-buttons .button-back {
    font-size: 14px;
    text-decoration: none;
}

.cart-stock-empty {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    color: #945656;
}

.cart-stock-empty-stars {
    color: #945656;
    font-weight: bold;
}

.cart-info-wrap {
    border: 2px solid #eaeaea;
    /* var gray-light */
}

.cart-info-wrap thead {
    background-color: #eaeaea;
}

.cart-info-wrap thead td {
    font-size: 14px;
    font-weight: 700;
    /* text-align: left; */
}

.cart-info-wrap td {
    padding: 8px 8px;
    position: relative;
}

.cart-info-wrap .cb {
    display: none;
}

.cart-info-wrap {
    border-top: 1px solid #eaeaea;
    /* var gray-light */
    border-collapse: collapse;
    width: 100%;
}

td.cart-t-quantity-wrap {
    /*border-right: 1px solid #EAEDF6;*/
    width: 108px;
}

.cart-product_remove {
    width: 12px;
    height: 12px;
    display: block;
    cursor: pointer;
    position: relative;
    /* background: url(../image/cart-info-delete.png) no-repeat; */
}

.cart-product_remove:after {
    content: '\f00d';
    /* fa-times  */
    color: #d22300;
    font-size: 16px;
    line-height: 16px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    text-align: center;
}

.cart-product_remove:hover:after {
    color: #b11d00;
}

.cart-product_remove:hover {
    /* background: url(../image/cart-info-delete-hover.png) no-repeat; */
}

.cart-img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 19%;
    margin-right: 2%;
}

.cart-img img {
    max-width: 75px;
    width: 100%;
    height: auto;
}

.cart-info-block {
    width: 77%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.cart-info-block div {
    color: #a2a2a2;
    font-size: 12px;
    margin-bottom: 3px;
}

.cart-info a {
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.cart-info a:hover {
    text-decoration: none;
}

.cart-t-price {
    font-size: 12px;
    font-weight: 700;
    width: 100px;
}

.cart-t-total {
    font-size: 12px;
    width: 100px;
    color: #201f1f;
    /* var base */
    font-weight: 700;
}

.cart-total-price {
    font-size: 18px;
}

.cart-price {
    text-align: left;
    margin: 30px 0;
}

.cart-total-price {
    font-size: 16px;
    font-weight: 700;
}

#cart-total-fmt {
    color: #f0454c;
}

.cart-td-quantity .quantity-style-wrap {
    min-width: 112px;
}
.cart-td-quantity .quantity-style-wrap {
    height: 31px;
}
.cart-td-quantity .quantity-style-up, 
.cart-td-quantity .quantity-style-down {
    padding:7px 0;
}

.good_description div {
    width: 100%;
    line-height: 16px;
    margin-bottom: 12px;
    margin-top: 10px;
    display: block;
    font-size: 12px;
}

.good_description table,
.good_description td {
    border: 1px solid #EEE;
    margin: 0px;
    padding: 3px;
    line-height: 12px;
}

.good_description td div {
    margin: 0px;
    line-height: 14px;
}

.good_description div {
    text-align: justify;
    padding-bottom: 10px;
}

.good {
    float: left;
    margin: 12px 5px 0px;
    width: 160px;
    max-width: 250px;
    height: 360px;
    /* min-width:160px !important; */
    position: relative;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.good-showcase {
    /* border-left: 1px solid #eaeaea; */
    /* var gray-light */
    /* border-top: 1px solid #eaeaea; */
    /* var gray-light */
}

.good-list-wrap .good {
    margin: 0;
    /* border-bottom: 1px solid #eaeaea; */
    /* var gray-light */
    border-left: none;
    border-top: none;
    padding: 30px 8px 30px !important;
    width: 25% !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}
.good-list-wrap .good:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
}

.good-list-wrap .good:nth-child(-n+4) {
    padding-top: 0px !important;
}
.good-list-wrap .good:nth-child(n+5) {
    height: 390px;
}

.good-list-wrap .good:nth-last-child(-n+4):after {
    /* padding-bottom: 0px !important; */
    /* border-bottom: none; */
    display: none;
}


/* .good-list-wrap .good:nth-child(5n) {
    border-left:1px solid @gray-light;
} */
.good-border {
    position: absolute;
    left: -5%;
    top: -3%;
    width: 110%;
    height: 106%;
    border: 1px solid transparent;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 5px;
}

.good:hover a img {
    /* transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; */
    /*     -webkit-filter: saturate(170%);
-moz-filter: saturate(170%);
-ms-filter: saturate(170%);
-o-filter: saturate(170%);
filter: saturate(170%); */
    /*     background-color:@gray-very-light; */
}
.good-list-wrap .good:hover {
    z-index: 13;
}
.good-list-wrap .good:hover .good-border {
    /* border: 1px solid #eaeaea; */
    box-shadow: 0 0 9px 8px rgb(234 234 234 / 62%);
    background: #fff;
    z-index: 1;
}

/* .good:hover {
    transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
} */
/*border for good*/
/* .good-border {
    width:101%;
    height:101%;
    position: absolute;
    top:0;
    left:-0.5%;
    border:2px solid @gray-light;
    display:none;
    -moz-box-shadow:0 0 5px @gray-light;
    -webkit-box-shadow:0 0 5px @gray-light;
    -o-box-shadow:0 0 5px @gray-light;
    box-shadow:0 0 5px @gray-light;
} */
.good-wrapper_top {
    /*background:url('../image/good_top.png') no-repeat;*/
    height: 0px;
}

.good-wrapper_bottom {
    /*background:url('../image/good_bottom.png') no-repeat;*/
    height: 0px;
}

.good-wrapper {
    position: relative;
    /*background:url('../image/good_fon.png') repeat-y;*/
    text-align: left;
    padding: 0;
    height: 100%;
    -moz-border-radius: 5px;
    /* Firefox */
    -webkit-border-radius: 5px;
    /* Safari, Chrome */
    -khtml-border-radius: 5px;
    /* KHTML */
    border-radius: 5px;
    /* CSS3 */
    behavior: url('catalog/view/javascript/pie.htc');
}

.good-wrapper_c {
    margin: auto;
}

.good-wrapper {
    text-align: center;
}

.good img,
.good-ico-new,
.good-ico-top,
.good-ico-spec {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.good-title-container {
    padding: 3px 3%;
    height: 45px;
    overflow: hidden;
    width: 93%;
    margin: 0 auto;
}

.good-title {
    text-align: center;
    display: table;
    width: 100%;
    /* background:url(../image/title-opacity.png) repeat-x; */
}
.good img {
    position: relative;
    z-index: 3;
}
.good .good-title a {
    display: table-cell;
    height: 50px;
    font-size: 16px;
    font-weight: 700 !important;
    vertical-align: top;
    /*для темного фона*/
    /* text-shadow:#fff -1px 0 5px,#fff 1px 0 5px,#fff 0 -1px 5px,#fff 0 1px 5px; */
}

.good a {
    font-size: 14px;
    line-height: 120%;
    text-decoration: none;
    color: #333333;
    /* var text-color */
    font-weight: 200 !important;
}

.a_add_to_cart,
.compare {
    position: relative;
    padding: 0;
    margin-right: 10px;
    background-size: 16px 16px !important;
}

.a_add_to_cart span,
.compare span {
    overflow: hidden;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px 7px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.compare span {
    color: #201f1f;
    /* var base */
}

.a_add_to_cart span {
    /* background: url(../image/addcart-icon.png) no-repeat center center; */
}

.compare span {
    background-position: center center;
}

.compare-container .a_add_to_cart {
    margin-right: 0;
}

.compare i,
.a_add_to_cart i {
    padding-right: 0;
}

.compare-icon.compare-yes {
    border-color: #CDEAD3;
    background: #F0FFF2 !important;
}

.compare-icon.compare-yes span {
    color: #4EA922;
}

.compare-icon.compare-yes:hover {
    /* border-color:#CCD7E9; */
    /* background:#F1F6FF !important; */
}

.compare-icon.compare-yes:hover span {
    color: #4C81D9;
}

.compare-icon.compare-yes:hover {
    border: 1px solid #F1F1F1;
    background: #fff !important;
}


.catalog-category-list {
    display: flex;
    vertical-align: top;
    font-size: 0;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    row-gap: 35px;
}
.good-category {
    width: 24%;
    display: inline-block;
    text-align: left;
    box-sizing: border-box;
}

.good-category a {
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}
.good-category a:hover {
    color:#e95229;
}
a.category-show-more {
    border: 1px solid #000;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
    margin: 5px 0 0;
    transition: background-color 0.3s ease;
}
a.category-show-more:hover {
    background-color: #fef200;
    color: #000;
}
.category-subcategories-list {
}
a.category-title {
    margin-bottom: 10px;
    font-size: 16px;
    display: inline-block;
}
a.category-image img {
    width: auto !important;
}
a.category-subcategories-item {
    display: block;
    margin-bottom: 10px;
}

.good a:hover {
    color: #201f1f;
    /* var base */
    text-decoration: none;
}

.good-rating {
    margin-bottom: 10px;
}

.good-rating span {
    position: relative;
    content: ' ';
    width: 56px;
    height: 14px;
    display: inline-block;
    vertical-align: top;
}

.good-rating span:before,
.good-rating span:after {
    content: '\f006';
    /* fa-star-o */
    font-size: 12px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.good-rating span:after {
    color: #f6bc01;
    /* var secondary */
}

.good-rating span:before {
    color: #eee;
    content: '\f006\f006\f006\f006\f006';
    /* fa-star-o */
}

/* .good-rating img.stars0:before {
  content:'\f006\f006\f006\f006\f006';fa-star-o
}
.good-rating img.stars1:before {
  content:'\f005\f006\f006\f006\f006';fa-star-o
}
.good-rating img.stars2:before {
  content:'\f005\f005\f006\f006\f006';fa-star-o
}
.good-rating img.stars3:before {
  content:'\f005\f005\f005\f006\f006';fa-star-o
}
.good-rating img.stars4:before {
  content:'\f005\f005\f005\f005\f006';fa-star-o
}
.good-rating img.stars5:before {
  content:'\f005\f005\f005\f005\f005';fa-star-o
} */
.good-rating span.stars0:after {
    content: '';
}

.good-rating span.stars1:after {
    content: '\f005';
}

.good-rating span.stars2:after {
    content: '\f005\f005';
}

.good-rating span.stars3:after {
    content: '\f005\f005\f005';
}

.good-rating span.stars4:after {
    content: '\f005\f005\f005\f005';
}

.good-rating span.stars5:after {
    content: '\f005\f005\f005\f005\f005';
}

.good-bottom {
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 3;
    /*background:url('../image/stiker.png') repeat-x transparent;*/
}

.good-line {
    /* border-top:1px solid @gray-light; */
    width: 105px;
    margin: 7px auto 7px;
}

.good-price_2 {
    margin-top: 8px;
}

.good-price_2-dop {
    color: #a2a2a2;
    font-size: 14px;
    margin-bottom: 10px;
}

.good-value,
.good-value-new {
    padding-top: 5px;
    font-size: 16px;
    color: #000;
    height: 25px;
    font-weight: 700;
}

.good-value-old {
    text-decoration: line-through;
    font-size: 12px;
    color: #aaa;
    font-weight: 400;
}
.good-value-currency {
    font-size: 14px;
    line-height: 1.1;
    display: inline-block;
    font-weight: 400;
    padding-left: 3px;
}
.good-ico-new,
.good-ico-top,
.good-ico-spec {
    width: 30px;
    height: 30px;
    background-size: 46px 46px !important;
    position: absolute;
    z-index: 2;
}

.good-ico-new:before,
.good-ico-top:before,
.good-ico-spec:before {
    color: #fff;
    font-size: 8px;
    line-height: 10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    text-align: center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    width: 30px;
    height: 20px;
    padding-top: 10px;
    text-transform: uppercase;
}

.good-ico-new:before {
    content: '\041d\043e\0432\044b\0439';
    background: #40c15e;
    /* var new-color */
    border: 5px solid #40c15e;
    /* var new-color */
}

.good-ico-top:before {
    content: '\0445\0438\0442';
    background: #4983d3;
    /* var top-color */
    border: 5px solid #4983d3;
    /* var top-color */
}

.good-ico-spec:before {
    content: '\0430\043a\0446\0438\044f';
    background: #ff434b;
    /* var special-color */
    border: 5px solid #ff434b;
    /* var special-color */
}

.good-ico-new {
    left: 50%;
    margin-left: -23px;
    top: 10px;
    /*margin-left:-35px;*/
    /* background: url('../image/product-new.png') no-repeat; */
}

.good-ico-top {
    right: 10px;
    top: 10px;
    /* background: url('../image/product-top.png') no-repeat; */
}

.good-ico-spec {
    left: 10px;
    top: 10px;
    /* background: url('../image/product-spec.png') no-repeat; */
}

/* .good:hover .good-ico-new,.good:hover .good-ico-top,
.good:hover .good-ico-spec {
    opacity:0.4;
    filter:~"~"~"alpha(opacity = 40)""";
}
.good:hover img {
    opacity:0.2;
    filter:~"~"~"alpha(opacity = 20)""";
} */
.good input {
    width: 30px;
}

/*#quantity {
	margin:0px;
	padding:0px;
	height:20px;
	margin:0 0 0 3px;
	padding-left:3px;
	border-right:none;
	line-height:20px;
}*/
.select-popup-link,
.select-popup-link:hover {
    background-image: url(../image/select_i.gif);
    background-repeat: no-repeat;
    background-position: 100% 1px;
    margin-right: 7px;
    padding-right: 16px;
}

.select-popup {
    margin-top: 3px;
    display: none;
    z-index: 1000;
    text-align: left;
    font-size: 11px;
    position: absolute;
    width: 110px;
    background-color: #FFF;
    border: 1px solid #000;
    font-weight: normal;
    opacity: 0.9;
    filter: alpha(Opacity=90);
}

.select-popup ul {
    list-style: none;
    padding: 4px;
    margin: 0;
    width: 100%;
}

.select-popup li {
    display: block;
    width: 102px;
}

.select-popup li a {
    padding: 2px 4px;
    color: #333333;
    /* var text-color */
    display: block;
    text-decoration: none;
}

.select-popup li a:hover {
    background-color: #97D6FF;
    color: #000;
    text-decoration: none;
}

.f1 {
    width: 140px;
}

.f1 .select-popup {
    margin-left: 95px;
}

.f2 {
    width: 105px;
}

.f2 .select-popup {
    margin-left: 31px;
}

.f3 {
    width: 190px;
}

.f3 .select-popup {
    margin-left: 78px;
}

/* #quickview_blank,#quickview_content {
    -webkit-transition: opacity 0.1s ease, height 0.5s ease;
    -moz-transition: opacity 0.1s ease, height 0.5s ease;
     -o-transition: opacity 0.1s ease, height 0.5s ease;
    transition: opacity 0.1s ease, height 0.5s ease; 
}
#quickview_blank {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:#000;
    overflow:hidden;
    opacity:0.3;
    filter:~"~"~"alpha(opacity = 30)"";
    visibility:visible;
}
#quickview_top {
    background:@base;
    padding-top:15px;
}
#quickview_top,#quickview_bottom {
    min-height:35px;
    width:96%;
    padding:10px 2%;
    display:inline-block;
    *display:inline;
    *zoom:1;
    vertical-align:top;
}
#quickview_bottom {
    border-top:1px solid @gray-light;
}
#quickview_content {
    font-size:14px;
    text-align:right;
    position: fixed;
    top:50%;
    left:50%;
    background:#FFF;
    box-shadow:0 0 12px #000;
    z-index:2000;
    padding:5px 15px 15px;
    z-index:1001;
    overflow:hidden;
    visibility:visible;
}
#quickview_middle {
    overflow:auto;
}
#quickview_blank.hide,#quickview_content.hide {
    opacity:0;
    filter:~"~"~"alpha(opacity = 0)"";
    visibility:hidden;
}
#quickview_content .quickview_content_wrap {
    text-align:left;
}
#quickview_content a {font-size:14px;color:#363636;text-decoration:none;}
#quickview_content h2 {
    text-align:left;
    font-size:14px;
    color:#fff;
    font-weight:400;
    text-transform:uppercase;
    margin:0;
    padding:9px 0 0;
    padding-right:50px;
    position:relative;
    width:95%;
    z-index:1;
}
#quickview_content h2 a {
    color:#fff;
    width:93%;
    display:inline-block;
    *display:inline;
    *zoom:1;
    vertical-align:top;
}
#quickview_content h2 a:hover {
    color:#fff;
}
#quickview_content h2.notTransform {
    text-transform:inherit;
    font-size:16px;
}
#quickview_content h2.notTransform a {font-size:16px;}
#quickrequest_form {
    
}
#quickrequest_form input,#quickrequest_form textarea {
    display:block;
    padding:8px 2%;
    width:96%;
    margin-top:10px;
} */
#quickview_blank,
#quickview_content {
    -webkit-transition: opacity 0.1s ease, height 0.5s ease;
    -moz-transition: opacity 0.1s ease, height 0.5s ease;
    -o-transition: opacity 0.1s ease, height 0.5s ease;
    transition: opacity 0.1s ease, height 0.5s ease;
}

#quickview_blank {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #201f1f;
    overflow: hidden;
    opacity: 0.3;
    filter: alpha(opacity=30);
    visibility: visible;
}

#quickview_content {
    max-height: 80%;
    font-size: 14px;
    text-align: right;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #FFF;
    box-shadow: 0 0 12px #201f1f;
    z-index: 2000;
    padding: 5px 10px 15px;
    min-height: 100px;
    z-index: 1001;
    overflow-x: hidden;
    visibility: visible;
    box-sizing: border-box;
}

#quickview_blank.hide,
#quickview_content.hide {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}

#quickview_content .quickview_content_wrap {
    margin-top: 8px;
    text-align: left;
}

#quickview_content a {
    font-size: 14px;
    color: #333333;
    /* var text-color */
    text-decoration: none;
}

#quickview_content h2 {
    font-size: 22px;
    color: #201f1f;
    /* var base */
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    /* 27px 60px 27px 20px */
    padding: 27px 35px 27px 35px;
    position: relative;
    top: -13px;
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
    box-sizing: border-box;
}

#quickview_content h2 a {
    color: #000;
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

#quickview_content h2 a:hover {
    color: #c89901;
    /* var secodary-dark */
}

#quickview_content h2.notTransform {
    text-transform: inherit;
    font-size: 16px;
}

#quickview_content h2.notTransform a {
    font-size: 20px;
}

#quickrequest_form input,
#quickrequest_form textarea {
    display: block;
    padding: 8px 2%;
    width: 96%;
    margin-top: 10px;
}

.close_btn {
    /* background: url('../image/close-btn.png') no-repeat center center; */
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 10;
    color: #e95229;
    padding: 30px 20px;
    line-height: 120%;
}

.close_btn:after {
    content: '\f00d';
    /* fa-times */
    font-family: FontAwesome;
    font-size: 24px;
    color: #e95229;
}

.close_btn:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.slider-box {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    /*margin-bottom:20px;*/
}

.slider-box .s {
    width: 100%;
    height: 100%;
    z-index: 5;
    position: relative;
}

.slider-box .s-info {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 70%;
    background: #f8f8f8;
    padding: 10px;
}

.slider-box {
    overflow: hidden;
}

.slider-box,
.slider-box .s-info,
.slider-box .s,
.slider-box img {
    -moz-border-radius: 6px;
    /* Firefox */
    -webkit-border-radius: 6px;
    /* Safari, Chrome */
    -khtml-border-radius: 6px;
    /* KHTML */
    border-radius: 6px;
    /* KHTML */
    /*behavior: url('catalog/view/javascript/pie.htc');*/
}

.slider-box .s-info {
    padding: 10px 15px;
}

.slider-box .s-info .s-title {
    font-size: 16px;
    color: #201f1f;
    /* var base */
}

.slider-box img {
    display: block;
}

#pager {
    bottom: 20px;
    left: 20px;
    position: absolute;
    text-align: left;
    z-index: 6;
    width: 67px;
}

#pager a {
    /*border:1px solid #fff;*/
    background-color: #201f1f;
    /* var base */
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    -moz-border-radius: 100%;
    /* Firefox */
    -webkit-border-radius: 100%;
    /* Safari, Chrome */
    -khtml-border-radius: 100%;
    /* KHTML */
    border-radius: 100%;
    /* KHTML */
    behavior: url('catalog/view/javascript/pie.htc');
}

#pager a.selected {
    background-color: #090808;
    /* var base-dark */
}

/*для слайдеров*/
#slider-wrap {
    position: relative;
    width: 98%;
    padding: 0 1%;
    /*overflow: hidden;  */
}

.slider-type2 #slider-wrap {
    width: 100%;
    padding: 0;
}

.slider-left-border,
.slider-right-border {
    position: absolute;
    top: 1%;
    height: 98%;
    width: 60px;
    z-index: 14;
}

.slider-type2 .slider-left-border,
.slider-type2 .slider-right-border {
    display: none;
}

.slider-left-border {
    background: url(../image/slider-opacity-left.png) repeat-y top left;
    left: 0;
}

.slider-right-border {
    background: url(../image/slider-opacity-right.png) repeat-y top right;
    right: 0;
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    z-index: 100;
    cursor: pointer;
}

.slider-prev,
.slider-next,
.slider-prev:after,
.slider-next:after {
    background: no-repeat center center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

.slider-prev:after,
.slider-next:after {
    font-size: 40px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    text-align: center;
    color: #201f1f;
    /* var base */
}

.slider-prev:after {
    content: '\f104';
    /* fa-angle-left */
    right: 10px;
}

.slider-next:after {
    content: '\f105';
    /* fa-angle-right */
    right: 13px;
}

.slider-prev:hover:after {
    color: #aaa;
}

.slider-next:hover:after {
    color: #aaa;
}

.slider-prev {
    left: 0;
    /* background-image: url(../image/slider-left.png ); */
}

.slider-next {
    right: 0;
    /* background-image: url(../image/slider-right.png ); */
    /*background-position: center right;*/
}

.slider-type2 .slider-prev,
.slider-type2 .slider-next {
    height: 30px;
    width: 40px;
    top: -70px;
    background-color: transparent;
}

.slider-type2 .slider-prev {
    right: 25px;
    left: inherit;
}

.slider-type2 .slider-next {
    right: -13px;
}

.slider-prev:hover {
    /* background-image: url(../image/slider-left-hover.png ); */
}

.slider-prev:hover,
.slider-next:hover {
    /* background-color: rgba(255, 255, 255, 0.65); */
}

.slider-next:hover {
    /* background-image: url(../image/slider-right-hover.png ); */
}

.slider-type2 .slider-prev:hover,
.slider-type2 .slider-next:hover {
    background-color: transparent;
}

.slider-prev.disabled,
.slider-next.disabled {
    color: #eee;
}

.slider-prev.disabled {
    /* background-image: url(../image/slider-left.png ); */
}

.slider-next.disabled {
    /* background-image: url(../image/slider-right.png ); */
}

.slider-prev.disabled,
.slider-next.disabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
    cursor: default;
}

#slider-wrap .good {
    margin: 12px 7px 0px;
}

#slider-wrap .good:first-child {
    margin-left: 0 !important;
}

#slider-wrap .good:last-child {
    margin-right: 0 !important;
}

/*.slider-prev:hover {background: url(../image/slider-left-a.png) no-repeat; }*/
/*.slider-next:hover {background: url(../image/slider-right-a.png) no-repeat;  }*/
.tabs-1 {
    width: 100%;
    min-height: 250px;
    margin-top: 10px;
}

.tabs-1 .tabs-ul {
    height: 48px;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #697078;
    /* var gray-dark */
    /*background: url(../image/tab-b.jpg) repeat-x bottom;*/
}

.tabs-1 .tabs-ul li {
    float: left;
    list-style: none outside none;
    margin: 0;
}

.tabs-1 .tabs-ul a {
    background: #eaeaea;
    /* var gray-light */
    color: #333333;
    /* var text-color */
    font-size: 14px;
    display: block;
    padding: 10px 20px;
    margin: 0;
    text-decoration: none !important;
    border: 1px solid #697078;
    /* var gray-dark */
    border-left: none;
    border-bottom: none;
    position: relative;
    top: 11px;
}

.tabs-1 .tabs-ul li:first-child a {
    border: 1px solid #697078;
    /* var gray-dark */
}

.tabs-1 .tabs-ul a:hover {
    background: #dddddd;
    /* var gray */
}

.tabs-1 .tabs-ul a.selected {
    background: #fff;
    cursor: default;
    color: #000;
    border: 1px solid #697078;
    /* var gray-dark */
    border-top: 4px solid #201f1f !important;
    /* var base !important*/
    border-bottom: 0 !important;
    padding: 12px 20px;
    top: 5px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.tabs-1>div {
    padding: 10px;
    border: 1px solid #697078;
    /* var gray-dark */
    border-top: none;
}

.content-wrap1 {
    background: #fdfdfd;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.radio {
    width: 16px;
    height: 16px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    cursor: pointer;
    /* background: url(../image/radio-style.png); */
    overflow: hidden;
    /*float:left;*/
    margin-right: 8px;
    position: relative;
}

.radioChecked {
    background-position: 0 -16px;
}

.radio:after {
    content: '\f111';
    /* fa-circle  */
    font-size: 16px;
    position: absolute;
    left: 1px;
    top: -1px;
    color: #201f1f;
    /* var base */
    font-family: FontAwesome;
}

.radio.radioChecked:after {
    content: '\f058';
    /* fa-check-circle  */
}

.radio input {
    margin-left: -17px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.add_to_cart_good input {
    border-radius: 0;
    padding: 3px 2%;
    width: 96%;
    margin-top: 3px;
}

.quantity-style-wrap {
    /*max-width:150px;*/
    height: 32px;
    background: #dddddd;
    /* var gray */
}

.quantity-style-wrap input,
.quantity-style-wrap .quantity-input {
    width: 35px;
    border: none;
    color: #333333;
    /* var text-color */
    font-size: 16px;
    padding: 5px;
    text-align: center;
    margin: 0;
    background: #dddddd;
    /* var gray */
}

.quantity-style-up,
.quantity-style-down {
    width: 34px;
    font-size: 14px;
    padding: 9px 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    background: #6a7179;
    color: #fff;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.quantity-style-up:hover,
.quantity-style-down:hover {
    background-color: #201f1f;
}

.quantity-style-up,
.quantity-style-down,
.quantity-style-wrap input,
.quantity-style-wrap .quantity-input,
.quantity-style-wrap {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}

/*
    quantity-style mini
*/
.quantity-style-mini {
    height: 18px;
}

.quantity-style-mini input,
.quantity-style-mini .quantity-input {
    height: 14px;
    padding: 2px;
    width: 35px;
    font-size: 12px;
}

.quantity-style-mini .quantity-style-up,
.quantity-style-mini .quantity-style-down {
    width: 16px;
    height: 18px;
}

.quantity-style-mini .quantity-style-up:after,
.quantity-style-mini .quantity-style-down:after {
    font-size: 16px;
    top: 0px;
}

.quantity-style-mini .quantity-style-up:after {
    right: 50%;
    margin-right: -4px;
}

.title-mini1 {
    color: #A2A2A2;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.add_to_cart_good-q {
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    /* var gray-light */
}

.add_to_cart_good-q .quantity-style,
.add_to_cart_good-q .quantity-sum {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 49%;
    text-align: left;
}

#content.text-page {
    color: #333333;
    /* var text-color */
    font-size: 14px;
}

#content.text-page h1 {
    background: none;
    color: #333333;
    /* var text-color */
    font-weight: 700;
    padding: 0;
}

#content.text-page h1:after,
#content.text-page h2:after {
    border: none;
}

#content.text-page p,
.delivery-tabs-content p {
    margin: 0 0 20px;
    padding: 0;
    color: #333333;
    /* var text-color */
    font-size: 14px;
}

#content.text-page h2,
.delivery-tabs-content h2 {
    margin: 0 0 15px;
    padding: 0;
    background: none;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    color: #333333;
    /* var text-color */
}

#content.text-page ul,
.delivery-tabs-content ul {
    margin: 0 0 20px;
    padding: 0;
}

.delivery-tabs-content ol {
    margin: 0 0 20px;
}

#content.text-page ol li {
    margin: 0 0 5px;
}

#content.text-page ul li {
    /* padding-left: 15px; */
    /* background: url(../image/point.png) no-repeat left center; */
    list-style: none;
    margin: 0 0 5px;
}

#content.text-page ul li:before {
    content: '\f111';
    /* fa-cirecle  */
    color: #201f1f;
    /* var base */
    font-size: 8px;
    margin-right: 8px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

#content.text-page ul li ul {
    padding-left: 30px;
}

#content.text-page blockquote {
    border-left: 6px solid #201f1f;
    /* var base */
    padding: 15px 30px;
    margin: 0 0 25px;
    background: #fbfbfb;
    font-size: 16px;
    font-style: italic;
    color: #201f1f;
    /* var base */
}

#content.text-page table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #d0cece;
    margin-bottom: 20px;
}

#content.text-page table tr,
.table td {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

#content.text-page table tr {
    border-bottom: 1px solid #d0cece;
}

#content.text-page table tr:nth-child(even) {
    background: #dfdfdf;
}

#content.text-page table tr:hover {
    background-color: #f7f7f7;
}

#content.text-page table td:hover {
    background-color: #ebebeb;
}

#content.text-page table thead tr {
    background-color: #EDEDED !important;
    border-bottom: 0;
}

#content.text-page table td,
th {
    /*text-align:left;*/
    vertical-align: top;
    padding: 3px 7px;
    margin: 0;
    vertical-align: middle;
    color: #333;
    font-size: 14px;
    border-right: 1px solid #d0cece;
    box-sizing: border-box;
    overflow: hidden;
}

#content.text-page table thead tr {
    border-bottom: 1px solid #d0cece;
}

#content.text-page table thead tr th {
    padding: 10px 7px;
    font-weight: 700;
}

#content.text-page table th:last-child,
.table td:last-child {
    border-right: none;
}

#content.text-page table.table-no-border,
#content.text-page table.table-no-border tr,
#content.text-page table.table-no-border thead tr,
#content.text-page table.table-no-border td,
#content.text-page table.table-no-border th {
    border: none;
}

#content.text-page table.table-no-border tr:hover {
    background-color: transparent;
}

#content.text-page table.table-no-border td:hover {
    background-color: transparent;
}

#content.text-page table.table-no-border thead tr {
    background-color: transparent !important;
}

.content-container img {
    max-width: 100%;
}

.text-page-date {
    color: #1a1a1a;
    font-size: 12px;
}

.text-page-line {
    border-top: 1px solid #eaeaea;
    /* var gray-light */
    height: 10px;
    margin: 5px 0 5px;
}

.text-page a {
    color: #e95229;
    font-size: 14px;
}

.text-page a:hover {
    text-decoration: none;
}

#content .contact h2 {
    border: none;
    color: #201f1f;
    /* var base */
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
}

.contact-left,
.contact-right,
.captcha-left,
.captcha-right {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 48%;
    text-align: left;
}

.captcha-left,
.captcha-right {
    vertical-align: middle;
}

.contact-left,
.captcha-left {
    margin-right: 2%;
}

.contact input,
.contact textarea {
    /* display: block; */
    /* padding: 8px 2%; */
    /* width: 96%; */
    /* margin-top: 5px; */
}

.contact .captcha input {
    width: 100px;
    padding: 8px 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.contact h3 {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-map-wrap {
    margin-top: 25px;
}

.contact-map {
    margin-bottom: 25px;
}

.contact-content-top {
    border-bottom: 1px solid #eaeaea;
    /* var gray-light */
    padding: 5px 0 35px;
}

.contact-content-bottom {
    padding: 25px 0 15px;
    border-bottom: 1px solid #eaeaea;
    /* var gray-light */
    margin-bottom: 10px;
}

.contact-content-bottom ul {
    padding: 0;
    margin: 0;
}

.contact-content-bottom ul li {
    width: 30%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    padding: 0;
    margin: 0 1%;
    list-style: none;
    font-size: 14px;
}

.contact-content-bottom ul li h3 {
    color: #201f1f;
    /* var base */
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
}

.contact-street-wrap,
.contact-phone-wrap,
.contact-email-wrap {
    position: relative;
}

.contact-street-wrap:before,
.contact-phone-wrap:before,
.contact-email-wrap:before {
    content: '';
    /* fa-cirecle  */
    color: #201f1f;
    /* var base */
    font-size: 30px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-street-wrap:before {
    content: '\f041';
    /* fa-map-marker   */
}

.contact-phone-wrap:before {
    content: '\f095';
    /* fa-phone  */
}

.contact-email-wrap:before {
    content: '\f1fa';
    /* fa-at  */
}

.contact-street-wrap {
    /* background: url(../image/contact-street.png) no-repeat left top; */
    padding-left: 34px;
}

.contact-phone-wrap {
    /* background: url(../image/contact-phone.png) no-repeat left top; */
    padding-left: 34px;
}

.contact-email-wrap {
    /* background: url(../image/contact-email.png) no-repeat left top; */
    padding-left: 34px;
}

.contact-time-wrap {
    background: url(../image/contact-time.png) no-repeat left top;
    padding-left: 34px;
}

.checkout-container {}

.checkout-title-wrap {
    padding: 0;
    margin: 40px 0 20px;
    height: 58px;
    position: relative;
}

.checkout-title ul {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 58px;
    position: relative;
    z-index: 3;
}

.checkout-title li {
    list-style: none;
    display: block;
    width: 200px !important;
    top: 0;
    position: absolute;
}

.checkout-title li.center {
    margin-left: -100px;
    left: 50%;
    text-align: center;
}

.checkout-title li.left {
    left: 0;
    text-align: left;
}

.checkout-title li.right {
    right: 0;
    text-align: right;
}

.checkout-title li span {
    display: block;
    margin-bottom: 5px;
}

.checkout-title li .checkout-title-img {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 20px;
    height: 20px;
    /* background: url(../image/checkout-circle.png) no-repeat; */
    position: relative;
}

.checkout-title li .checkout-title-img:after {
    content: '\f111';
    /* fa-circle  */
    color: #eaeaea;
    /* var gray-light */
    font-size: 22px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    position: absolute;
    top: -3px;
    right: 1px;
    display: block;
    text-align: center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    background: #ffffff;
    /* var @content-color*/
    padding: 2px;
}

.checkout-title li .checkout-title-img:last-child:after {
    right: 0;
}

.checkout-title li .checkout-title-img.active {
    background: none;
    /* background: url(../image/checkout-circle-ready.png) no-repeat; */
}

.checkout-title li .checkout-title-img.active:after {
    content: '\f058';
    /* fa-check-circle */
    color: #201f1f;
    /* var base */
}

.checkout-title-bg-silver {
    position: absolute;
    left: 0;
    bottom: 26px;
    height: 4px;
    width: 100%;
    background: #eaeaea;
    /* var gray-light */
    z-index: 1;
}
.checkout-title-bg-50,
.checkout-title-bg-100 {
  position: absolute;
  left: 0;
  bottom: 26px;
  width: 50%;
  background: #f1f1f1;
  height: 4px;
  z-index: 2;
}
.checkout-title-bg-100 {
  width: 100%;
}
.p-info {
  margin-bottom: 20px;
  /* padding-left:35px; */
}
.p-info span {
  font-size: 14px;
}
.p-info b {
  color: #201f1f;
  /* var base */
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 400;
}
.p-info input {
  position: relative;
  left: -15px;
  width: 300px;
  border: 1px solid #d3d2d2;
  color: #483d3d;
}
.account-button .button {
  width: 200px;
}
.account-edit-button .button {
  width: 150px;
}
.account-page h3 {
  font-size: 12px;
  text-transform: uppercase;
  /* padding-left:35px; */
  margin: 0 0 20px;
}
.table-list2 {
  border-collapse: collapse;
}
.table-list2 td {
  padding: 15px 0;
  border-bottom: 1px solid #eaeaea;
  /* var gray-light */
}
.table-list2 td font {
  font-size: 14px;
  padding: 0 5px;
  color: #aaa;
}
.table-list2 tr.odd {
  background: #fefefe;
}
.table-list2 tr.even {
  background: #fff;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
#cart-content {
  text-align: center;
}
.payment-list {
  border-top: 1px solid #eaeaea;
  /* var gray-light */
  padding-top: 30px;
  border-collapse: collapse;
  width: 100%;
  position: relative;
}
.payment-list-bg {
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity = 80);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.payment-list ul,
.payment-list textarea {
  padding: 0;
  margin: 20px 0 0;
}
.payment-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.payment-list li p {
  padding: 0 0 0 20px;
  margin: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 87%;
}
.payment-list li span.radio {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height:100%; */
  min-height: 16px;
  background-repeat: no-repeat !important;
}
.payment-list li .radio-wrap {
  position: relative;
  margin: 0 0 5px;
}
.table-list3 {
  border-top: 1px solid #eaeaea;
  /* var gray-light */
  border-collapse: collapse;
  width: 100%;
}
.table-list3 td {
  padding-top: 30px;
  padding-right: 30px;
  width: 200px;
  text-align: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.table-list3 td.table-list-title {
  width: 130px;
}
.table-list3 td .radio {
  float: left;
  clear: left;
}
.table-list3 td .radio-wrap {
  position: relative;
}
.table-list3 td p {
  padding: 0;
  padding-left: 30px;
  margin: 0;
}
.table-list3 td label {
  display: block;
}
.confirm-left {
  width: 192px;
  border: 1px solid #eaeaea;
  /* var gray-light */
  padding: 14px;
}
.confirm-left-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
.confirm-left p {
  margin: 0 0 15px;
  padding: 0;
}
.confirm-left p b {
  color: #a2a2a2;
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}
.confirm-left p font {
  color: #333333;
  /* var text-color */
  font-size: 14px;
}
.confirm-left p font.confirm-nomber {
  color: #201f1f;
  /* var base */
  font-size: 24px;
  font-weight: 700;
}
.confirm-count {
  color: #a2a2a2;
  font-size: 12px;
  margin-bottom: 20px;
}
.confirm-total {
  color: #333333;
  /* var text-color */
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 20px;
  text-align: right;
}
.confirm-total span {
  color: #f6bc01;
  /* var secondary */
}
.confirm-info {
  margin-bottom: 50px;
  position: relative;
  width: 100%;
}
.confirm-info .button {
  position: absolute;
  right: 0;
  top: 0;
}
#content .confirm-info h2 {
  margin: 0 0 20px;
  padding: 0;
  color: #201f1f;
  /* var base */
  font-size: 14px;
  border: none;
  text-transform: capitalize;
}
.confirm-info ul {
  padding: 0;
  margin: 0;
}
.confirm-info li {
  margin-right: 50px;
  max-width: 200px;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  list-style: none;
}
.confirm-info li span {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.confirm-subtitle-wrap {
  border-top: 1px solid #D3D2D2;
  padding-top: 15px;
  margin-top: 25px;
}
.confirm-subtitle {
  margin-bottom: 5px;
  font-size: 14px;
  text-align: right;
}
.confirm-subtitle font {
  font-weight: 400;
}
.adresses-list {
  margin-top: 10px;
}
.adresses-list p {
  /*font-size:12px;*/
  margin-bottom: 10px;
}
.adresses-list .radio,
.adresses-list label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.adresses-list label {
  width: 85%;
}
.tl2-nomber {
  color: #201f1f;
  /* var base */
}
.table-list3 td {
  padding: 15px 10px;
}
.add-address-form,
.payment-content-form {
  /*border-top:1px solid @gray-light;*/
  margin-top: 25px;
  padding: 10px;
  background: #f5f4f4;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  /*padding-top:25px;*/
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
  text-align: left;
}
.add-address-form.show,
.payment-content-form.show {
  max-height: 500px;
  display: block;
}
.add-address-form td,
.payment-content-form td {
  padding: 5px;
}
.add-address-form-button {
  padding: 5px;
}
#address_2 table td {
  padding: 5px 10px;
  padding-left: 0;
}
.payment-content-form input[type="text"] {
  min-width: 245px;
}
#passport_series,
#passport_num {
  width: 105px; 
  min-width: auto;
}
.payment-conent-info {
  font-size: 12px;
  line-height: 16px;
  padding-left: 36px;
  background: #F1F1F1;
  border: 1px solid #CACACA;
  color: #000;
}
.form-style1 .fs-title {
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}
.form-style1 label {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 3px;
  display: block;
}
.good-list-wrap {
  /* float: left; */
  width: 100%;
}
#tab_products .quantity-text,
#tab_products .price-text,
#tab_products .cart-t-total-text,
#tab_histroy .comment,
#tab_histroy .data-added,
#tab_histroy .status,
#tab_downloads .file-size,
#tab_downloads .file-date,
#tab_downloads .file-name {
  display: none;
  font-weight: 700;
  color: #000;
}
.checkout-confirm-t-right {
  margin-left: 1%;
}
.news-left {
  float: left;
  clear: left;
  padding-right: 10px;
}
.main-box-news li {
  max-width: 48%;
  max-width: 500px;
  max-height: 150px;
  margin-bottom: 10px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
/*box-sizing:border-box; - не учитывает padding в ширине и в высоте*/
/*включите, если хотите быстро сделать фон одним цветом, а центральную часть другим*/
body {
  background: #ffffff;
  /* var bg-color */
}
.min-width {
  background: #ffffff;
  /* var content-center-color */
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.content-container {
    min-height: 600px;
    margin: 0 auto;
    background-color: #ffffff;
    /* var content-color */
}
.content-container.catalog-groups {
    min-height: 600px;
    margin: 0 auto;
    display: flex;
    /* Используем Flexbox */
    gap: 25px;
    background-color: #ffffff;
    /* var content-color */
}
.content-container.catalog-groups #content {
    margin-bottom: 20px;
}
#up-button {
  color: #444;
  position: fixed;
  right: 40px;
  bottom: 20px;
  font-size: 40px;
  display: none;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 7px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  z-index: 200;
}
#up-button:hover {
  color: #000;
}
.review-top {
  border-bottom: 1px solid #eaeaea;
  /* var gray-light */
  padding-bottom: 10px;
  margin: 10px 0 20px;
}
.review-top-left,
.review-top-right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 49%;
  text-align: left;
}
.review-top-left {
  font-size: 12px;
  color: #333333;
  /* var text-color */
  font-weight: 700;
}
.review-top-right {
  text-align: right;
}
.review-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.review-list li {
  list-style: none;
  display: block;
  margin: 10px 0 25px;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  /* var gray-light */
  padding-bottom: 20px;
}
.rl-left,
.rl-right {
  display: inline-block;
  vertical-align: top;
}
.rl-left {
  width: 10%;
}
.rl-right {
  width: 87%;
  margin-left: 2%;
}
.rl-product {
  padding-bottom: 10px;
  color: #555;
}
.rl-product a {
  color: #555;
  /* background-color:#f1f1f1; */
  /* var gray-light */
  /* padding: 4px 8px; */
  font-size: 11px;
}
.rl-product a i {
  margin-right: 2px;
}
.rl-product a:hover {
  color: #201f1f;
  /* var base */
}
.rl-rating img {
  /*     opacity:0;
filter:~"~"~"alpha(opacity = 0)"""; */
  position: relative;
  content: ' ';
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
}
.rl-rating img:before {
  content: '\f006';
  /* fa-star-o */
  font-size: 14px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  color: #eee;
}
.rl-rating img.ch:before {
  color: #f6bc01;
  /* var secondary */
  content: '\f005';
  /* fa-star-o */
}
.rl-top {
  margin-bottom: 15px;
}
.rl-user,
.rl-rating {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 49%;
}
.rl-user {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  color: #201f1f;
  /* var base */
  font-weight: 700;
}
.rl-user i {
  margin-right: 3px;
}
.rl-rating {
  text-align: right;
}
.rl-des {
  font-size: 14px;
}
.review-form {
  width: 100%;
  opacity: 0;
  filter: alpha(opacity = 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-sizing: border-box;
}
.review-form-2 {
  background: #eaeaea;
  /* var gray-light */
  padding: 15px 15px;
}
.review-form.show {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.review-form-left,
.review-form-right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  text-align: left;
}
.review-form-left {
  width: 37%;
}
.review-form-right {
  width: 59%;
}
.review-form span {
  font-size: 14px;
}
.review-form .review-form-info {
  margin: 0 0 15px;
  color: #5c5151;
  font-size: 12px;
}
.review-form p,
.rf-rating {
  padding: 0;
  margin: 0 0 20px;
  font-size: 12px;
}
.review-button-list {
  text-align: left;
}
.open-close-form-review,
.open-close-form-review span {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.review-form input,
.review-form textarea {
  display: block;
  padding: 9px 1.3%;
  width: 97%;
  max-width: 630px;
  margin-top: 10px;
  font-size: 14px;
}
.review-form b {
  font-size: 14px;
}
.rating-stars {
  margin-left: 10px;
}
.rating-stars,
.rating-stars span {
  display: inline-block;
  vertical-align: top;
}
.rating-stars span {
  /*     opacity:0;
filter:~"~"~"alpha(opacity = 0)"""; */
  position: relative;
  width: 18px;
  height: 18px;
}
.rating-stars span:before {
  content: '\f006';
  /* fa-star-o */
  font-size: 18px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  color: #aaa;
}
.rating-stars span.ch:before {
  color: #f6bc01;
  /* var secondary */
  content: '\f005';
  /* fa-star  */
}
.review-form input,
.review-form span,
.rf-rating img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.captcha-block {
  margin-bottom: 20px;
}
.captcha-block .captcha {
  width: 48%;
  margin-right: 2%;
}
.captcha-block #captcha-wrap,
.captcha-block .captcha {
  display: inline-block;
  vertical-align: middle;
}
.rf-button {
  text-align: left;
  margin-top: 13px;
}
.rf-button .button {
  margin: 0;
}
.rating-stars span {
  cursor: pointer;
}
#review_title {
  display: none;
}
#compare-box {
  float: right;
}
.compare-box .compare-link {
  text-decoration: none;
  font-size: 12px;
}
.compare-box .compare-link i {
  margin-right: 8px;
}
.compare-box .compare-link span {
  color: #201f1f;
  /* var base */
  font-weight: 700;
}
.coupon-container #coupon {
  border-top: 1px solid #f1f1f1;
  padding: 30px 0 10px;
}
.coupon-container b {
  margin-bottom: 20px;
  display: block;
}
.coupon-container input {
  width: 209px;
}
.lp-block {
    padding: 70px 0;
    background-color: #fff
}
.lp-block-silver {
    background-color: #eaeaea;
    /* var gray-light */
}
.lp-block .min-width {
    background-color: transparent;
}
.lp-block h2 {
    font-size: 24px;
    color:#201f1f;
    text-transform: uppercase;
    text-align: center;
    margin:0 0 50px;
    padding: 0;
}
.active-menu-wrap {
    padding: 0 10px;
    max-width: 1180px;
    margin:0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    background: #eaeaea;
    /* var gray-light */
    box-shadow: 0px 3px 4px 0px #aaa;
}
.active-menu {
    position: relative;
    font-size: 0;
    padding-left: 12%;
}
.active-menu-item {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}
.active-menu-item a {
    font-size: 14px;
    color:#201f1f;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    position: relative;
}
.active-menu-item a i {
    font-size: 1.2em;
}
.active-menu-item a:hover {
    color: #f6bc01;
  /* var text-color */
  background: #697078;
  /* var gray-dark */
}
.active-menu-item.active a {
    color: #f6bc01;
    /* var text-color */
    background: #697078;
    /* var gray-dark */
}
/*
.active-menu-item.active a:after {
    position: absolute;
    bottom: -11px;
    left: 50%;
    font-family: FontAwesome;
    content: '\f0d7';
    color: #eaeaea;
    font-size: 54px;
    margin-left: -15px;
}
*/
.main-block-1 {
    
}
.main-block-1-item {
    position: relative;
    border:3px solid transparent;
    -webkit-transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
     -o-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
.main-block-1-item:hover {
    border-color:#f6bc01;
    /* var secondary */
}
.main-block-1-item-icon {
    background:url() no-repeat center center;
    width: 250px;
    height: 120px;
    display: inline-block;
}
.main-block-1-item-title {
    font-size: 18px;
    color:#201f1f;
    font-weight: 700;
    text-transform: uppercase;
    width: 70%;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}
.main-block-1-item-title:after {
    content: ' ';
    position: absolute;
    left:-5%;
    top:-15px;
    width: 110%;
    height: 6px;
    background-color:#f6bc01;
    /* var secondary */
}
.main-block-1-item-link {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.main-block-1-item-1 .main-block-1-item-icon {
    background-image: url(../image/main-1-icon-1.png);
}
.main-block-1-item-2 .main-block-1-item-icon {
    background-image: url(../image/main-1-icon-2.png);
}
.main-block-1-item-3 .main-block-1-item-icon {
    background-image: url(../image/main-1-icon-3.png);
}
.advantages-grid {
    font-size: 0;
    margin:0 -30px 0 -30px;
}
.advantages-item {
    display: inline-block;
    vertical-align: top;
    width: 14.285%;
    font-size: 18px;
    color:#201f1f;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box
}
.advantages-title .big {
    font-size: 24px;
}
.advantages-title {
    margin-top: 20px;
}

.main-about p {
    font-size: 16px;
}
.main-about a,.main-about a span {
    color:#e95229 !important;
    font-size: 16px;
}
.main-about-text {
    max-height: 3000px;
    position: relative;
    overflow: hidden;
    -webkit-transition: max-height 0.7s ease-out;
    -moz-transition: max-height 0.7s ease-out;
     -o-transition: max-height 0.7s ease-out;
    transition: max-height 0.7s ease-out; 
}
.main-about-text img {
    margin-right: 30px;
    margin-bottom: 30px;
}
.main-about-more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    padding: 25px 0 0;
    background:  #eaeaea;
    /* var gray-light */
    text-align: right;
    font-size: 18px;
    color:#e95229;
    /* var tertiary */
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
     -o-transition: color 0.3s ease;
    transition: color 0.3s ease; 
    cursor: pointer;
    display: none;
}
.main-about-more:hover {
    color:#000;
}
.main-about-text.hide {
    max-height: 400px;
}
.main-about-text.hide .main-about-more {
    display: block;
}

.price-quality-time {
    
}
.price-quality-time-item {
    position: relative;
    z-index: 1;
    padding-bottom: 47px;
}
.price-quality-time-item-bg {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index: 0;
    padding: 0 15px;
    box-sizing: border-box;
}
.price-quality-time-item-bg:after {
    content:' ';
    background: #fff;
    float:left;
    width:100%;
    height: 100%; 
}
.ui-grid > *:first-child .price-quality-time-item-bg {
    padding-left: 0;
}
.ui-grid > *:last-child .price-quality-time-item-bg {
    padding-right: 0;
}
.price-quality-time-title {
    background: #201f1f;
    color:#fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px;
    text-align: left;
}
.price-quality-time-content {
    
}
.price-quality-time-content .links-block a {
    font-size: 18px;
    text-decoration: none;
}
.price-quality-time-content .links-block a:hover {
    text-decoration: underline;
}
.price-quality-time-content img {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}
.price-quality-time-content ul {
    padding: 15px 25px 15px 35px;
    margin: 0;
}
.price-quality-time-content ul li {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
}
.price-quality-time-buttons {
    position: absolute;
    bottom:15px;
    left:30px;
    z-index: 1;
}
.ui-grid > *:first-child .price-quality-time-buttons {
    left:15px;
}
.price-quality-time-buttons a {
    text-transform: uppercase;
}
.main-map {
    height: 758px;
    padding: 0;
    background: #f6bc01;
    position: relative;
}
.main-map #map {
    overflow: auto;
    width: 100%;
    height: 100%;
}
.main-map-text {
    position: absolute;
    left:0;
    top:70px;
    width: 100%;
    z-index: 2;
}
.main-map h2 {
    text-align: left;
    margin-bottom: 30px;
}
.main-map-info {
    font-size: 16px;
}
.gm-style-iw {
    width: 250px !important;
    top: 15px !important;
    left: 0px !important;
    background-color: #fff;
    box-shadow: 0 1px 6px #aaa;
    border: 2px solid #e95830;
    border-radius: 5px;
}
.gm-style-iw-close {
    opacity: 1 !important;
    right: 60px !important;
    top: 28px !important;
}
.gm-style-iw-bg-shadow,
.gm-style-iw-bg-white {
    display: none !important;
}
.gm-style-iw-arrow {
    left: 76px !important;
    margin-top:-1px;
}
.gm-style-iw-arrow-shadow {
    left: 76px !important;
}
.gm-style-iw-arrow-left,
.gm-style-iw-arrow-right {
    box-shadow: 0 1px 6px #e95830 !important;
    z-index: 1 !important;
    height: 20px !important;
}
.gm-style-iw-arrow-left {
    border-left: 2px solid #e95830 !important;
}
.gm-style-iw-arrow-right {
    border-right: 2px solid #e95830 !important;  
}
.gm-style-label {
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    text-shadow: 0 0 2px #fff;
    /* display: none; */
}
.gm-style-label.show {
    display: block;
}
.map-info-content {
    padding:10px 30px 10px 10px;
}
.map-info-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.map-region-addr {
    margin: 10px 0 7px;
}

.circle-info {
    background: #e95229;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    width: 214px;
    height: 214px;
    padding: 15px;
    color:#fff;
    font-size: 23px;
    text-align: center;
    text-transform: uppercase;
    display: table;
    font-weight: 700;
    line-height: 1.5;
}
.circle-info-text {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.circle-info .line {
    width: 90%;
    height: 1px;
    display: block;
    margin: 10px auto;
    background-color: #fff;
}
.circle-info-mini {
    width: 180px;
    height: 165px;
    line-height: 1.3;
    padding-top: 30px;
    font-size: 21px;
}
.circle-info .big {
    font-size: 36px;
}
.form-fields {
    margin-bottom: 15px;
}

.form-fields input[type=text], 
.form-fields input[type=password],
.form-fields input[type=file],
.form-fields input[type=date],
.form-fields input[type=number],
.form-fields input[type=datetime-local],
.form-fields input[type=search],
.form-fields input[type=tel],
.form-fields input[type=url],
.form-fields textarea {
    width:100%;
}
.form-field input[type=file] {
    
}

.main-form-send input,
.main-form-send textarea {
    font-size: 14px;
}

.main-form-send textarea {
    height: 82px;
}
.main-form-send .button {
    margin:0;
}

.file-style {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.file-style + label {
    font-size: 14px;
    cursor: pointer;
    padding: 9px 17px;
    color: #fff;
    box-sizing: border-box;
    background-color: #201f1f;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease; 
}
.file-style:focus + label {
    outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.file-style:focus + label,
.file-style + label:hover {
    background-color:  #f6bc01;
  /* var secondary */
  color:#000;
}
.file-formats {
    color:#201f1f;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 45%;
}
.main-form-send-buttons {
    padding-top: 10px;
}
.feedback-fixed-wrap {
    position: fixed;
    right: 0;
    top:40%; 
    z-index: 99;
    -moz-transform: translateX(88px);
    -webkit-transform: translateX(88px);
    -khtml-transform: translateX(88px);
    transform: translateX(88px);
    
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
     -o-transition: transform .5s;
    transition: transform .5s; 
}
.feedback-fixed-wrap:hover {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    transform: translateX(0);
}
.feedback-fixed {
    /* margin-bottom: 20px; */
    cursor: pointer;
}
.feedback-fixed:last-child {
    margin: none;
}
.feedback-fixed-icon,
.feedback-fixed-text {
    display: inline-block;
    vertical-align: middle;
}
.feedback-fixed-icon {
    background:none no-repeat;
    width: 73px;
    height: 73px;
    position: relative;
    right: -30px;
    animation-play-state: paused;
}
.feedback-fixed-text {
    font-size: 16px;
    padding: 7px 10px 7px 30px;
    text-align: center;
    width: 80px;
    color:#fff;
    background-color: #697078;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
     -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; 
}
.feedback-fixed-dialog .feedback-fixed-icon {
    background-image: url(../image/feedback-icon-dialog.png);
}
.feedback-fixed-phone .feedback-fixed-icon {
    background-image: url(../image/feedback-icon-phone.png);
}
.feedback-fixed:hover .feedback-fixed-icon.shake-horizontal {
  animation: shake-horizontal 200ms ease-in-out infinite;
  animation-play-state: running;
}
.feedback-fixed:hover .feedback-fixed-text {
    background-color: #201f1f;
    
}

.requestonline {
    margin-bottom: 50px;
}

.requestonline-form-end {
    margin-top: 30px;
}

.requestonline h2 {
    text-transform: uppercase;
}
.requestonline ul {
    padding: 0 0 0 20px;
}
.requestonline ul li {
    font-size: 16px;
    margin-bottom: 10px;
}
.requestonline-files-block {
    font-size: 0;
    margin-bottom: 15px;
}
.requestonline-files-block-last {
    margin-top: 30px;
}
.requestonline-files-block label.file {
    width: 100%;
    text-align: center;
}
.requestonline-files-block > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 50%;
    box-sizing: border-box;
}
.requestonline-files-block > *:last-child {
    padding-left: 10px;
}
.requestonline-files-block .button {
    width:100%;
}
.requestonline-files-block-last > * {
    vertical-align: top;
}

.count-products,
.total-price {
    font-size: 16px;
    text-align: right;
    display: inline-block;
}
.checkoutquick-form-bottom-buttons > * {
    display: inline-block;
    vertical-align: middle;
}
.checkoutquick-form-bottom-buttons > .mail-copy-element {
    margin:0 0 0 10px;
    padding: 0;    
}
.checkoutquick-form-button-send {
    max-width:250px;
    width: 100%;
}
.checkoutquick_form {
    margin: 0 30px 30px;
}

#delivery-tabs {
    padding-top:60px;
    margin:0 0 60px;
}
.delivery-tabs-items {
    margin-bottom: 50px !important;
}
.delivery-tabs-content {
    border:1px solid #eaeaea;
    position: relative;
    
}
.delivery-tab-item {
    position: relative;
    border:3px solid transparent;
    padding: 10px !important;
    text-align: center;
    cursor: pointer;
}
.delivery-tab-item:after {
    content: ' ';
    position: absolute;
    top:0;
    left:0;
    width: 98%;
    height: 100%;
    /* margin: 0 1%; */
    border:3px solid transparent;
    -webkit-transition: border-color 0.5s ease;
    -moz-transition: border-color 0.5s ease;
     -o-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.delivery-tab-item:hover:after,
.delivery-tab-item.selected:after {
    border-color:#f6bc01;
    /* var secondary */
}
/* .delivery-tab-item:hover {
    border-color:#201f1f;
} */
.delivery-tab-item-icon {
    background:url() no-repeat center center;
    max-width: 250px;
    width: 100%;
    height: 142px;
    display: inline-block;
}
.delivery-tab-item-title {
    font-size: 18px;
    color:#201f1f;
    font-weight: 700;
    text-transform: uppercase;
    width: 88%;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}
.delivery-tab-item-title:after {
    content: ' ';
    position: absolute;
    left:-5%;
    top:-15px;
    width: 110%;
    height: 6px;
    background-color:#f6bc01;
    /* var secondary */
}
.delivery-tab-item-line {
    position: absolute;
    bottom:-54px;
    left:0;
    width:100%;
    height: 20px;
    background-color: #eaeaea;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
     -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; 
}
.delivery-tab-item:hover .delivery-tab-item-line,
.delivery-tab-item.selected .delivery-tab-item-line {
    background-color:#f6bc01;
    /* var secondary */
}
.delivery-tab-item-1 .delivery-tab-item-icon {
    background-image: url(../image/delivery-icon-1.png);
}
.delivery-tab-item-2 .delivery-tab-item-icon {
    background-image: url(../image/delivery-icon-2.png);
}
.delivery-tab-item-3 .delivery-tab-item-icon {
    background-image: url(../image/delivery-icon-3.png);
}
.delivery-content-item {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
    -moz-transition: visibility 0.3s ease, opacity 0.3s ease;
     -o-transition: visibility 0.3s ease, opacity 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease; 
    position: absolute;
    top:0;
    left:0;
    padding: 10px;
    max-height: 0;
    overflow: hidden;
}

.delivery-content-item.show {
    opacity: 1;
    visibility: visible;
    position: relative;
    max-height: initial;
}
.delivery-buttons {
    text-align: center;
}
.delivery-buttons .button-border.upper {
    display: inline-block;
    padding: 13px 15px;
}
/*************** SCROLLBAR BASE CSS ***************/
 
.scroll-wrapper {
    overflow: hidden !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SIMPLE INNER SCROLLBAR ***************/
 
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-y {
    height: 96.5%;
    right: 2px;
    top: 10px;
    width: 7px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}
 
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #697078; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }


.advantages-page-wrap {
    position: relative;
    height: 700px;
}
.advantages-page-wrap .circle-info {
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -100px;
    margin-left: -110px;
}
.advantages-page-info-list {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
}
.advantages-page-info {
    position: absolute;
    width: 360px;
}
.advantages-page-info-wrap {
    background:#fff;
    border:2px solid #eaeaea;
    padding: 10px;
    position: relative;
    z-index: 1;
}
.advantages-page-info-top {
    border-bottom:2px solid #201f1f;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.advantages-page-info-title {
    font-size: 16px;
    font-weight: 700;
}
.advantages-page-info-text {
    font-size: 14px;
}
.advantages-page-info-title,
.advantages-page-info-icon {
    display: inline-block;
    vertical-align: middle
}
.advantages-page-info-icon {
    width: 45%;
}
.advantages-page-info-wrap,
.advantages-page-info-line {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    
    -webkit-transition: border-color 0.3s ease;
    -moz-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;     
}
.advantages-page-info-line {
    border: 40px solid transparent;
    border-left: 240px solid #eaeaea;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right:-240px;
    top:30%;
    z-index: 0;
}
.advantages-page-info-line:before {
    content: ' ';
    border: 37px solid transparent;
    border-left: 230px solid #fff;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -238px;
    top: -37px;
}

.advantages-page-info:hover .advantages-page-info-wrap {
    border-color:#ea5229;
}
.advantages-page-info:hover .advantages-page-info-line {
    border-left-color:#ea5229;
}

.advantages-page-info-1 {
    top:60px;
    left:20px;
}
.advantages-page-info-1 .advantages-page-info-line {
    transform: rotate(40deg);
        top: 88%;
    right: -159px;
    border-width: 40px;
    border-left-width: 190px; 
}
.advantages-page-info-1 .advantages-page-info-line:before {
    border-width: 37px;
    border-left-width: 180px;
    left:-188px;
    top: -37px;
}

.advantages-page-info-2 {
    left: 50%;
    margin-left: -180px;
    top:0;
}
.advantages-page-info-2 .advantages-page-info-line {
    transform: rotate(90deg);
    top: 80%;
    right: 99px;
    border-width: 60px;
    border-left-width: 120px; 
}
.advantages-page-info-2 .advantages-page-info-line:before {
    border-width: 57px;
    border-left-width: 110px;
    left:-115px;
    top: -57px;
}

.advantages-page-info-3 {
    top:60px;
    right:20px;
}
.advantages-page-info-3 .advantages-page-info-line {
    transform: rotate(140deg);
    top: 88%;
    left: -159px;
    border-width: 40px;
    border-left-width: 190px; 
}
.advantages-page-info-3 .advantages-page-info-line:before {
    border-width: 37px;
    border-left-width: 180px;
    left:-188px;
    top: -37px;
}

.advantages-page-info-4 {
    top:260px;
    left:-20px;
}
.advantages-page-info-4 .advantages-page-info-line {
    top: 29%;
    right: -181px;
    border-width: 40px;
    border-left-width: 190px; 
}
.advantages-page-info-4 .advantages-page-info-line:before {
    border-width: 37px;
    border-left-width: 180px;
    left:-188px;
    top: -37px;
}

.advantages-page-info-5 {
    top:260px;
    right:-20px;
}
.advantages-page-info-5 .advantages-page-info-line {
    transform: rotate(180deg);
    top: 29%;
    left: -181px;
    border-width: 40px;
    border-left-width: 190px; 
}
.advantages-page-info-5 .advantages-page-info-line:before {
    border-width: 37px;
    border-left-width: 180px;
    left:-188px;
    top: -37px;
}

.advantages-page-info-6 {
    top: 465px;
    left: 160px;
}
.advantages-page-info-6 .advantages-page-info-line {
    transform: rotate(-35deg);
    top: -24%;
    right: -21px;
    border-width: 40px;
    border-left-width: 190px; 
}
.advantages-page-info-6 .advantages-page-info-line:before {
    border-width: 37px;
    border-left-width: 180px;
    left:-188px;
    top: -37px;
}

.advantages-page-info-7 {
    top: 465px;
    right: 160px;
}
.advantages-page-info-7 .advantages-page-info-line {
    transform: rotate(220deg);
    top: -24%;
    left: -21px;
    border-width: 40px;
    border-left-width: 190px; 
}
.advantages-page-info-7 .advantages-page-info-line:before {
    border-width: 37px;
    border-left-width: 180px;
    left:-188px;
    top: -37px;
}


.contact-regions-wrap {
    width: 100%;
    padding: 20px 0 30px;
    box-sizing: border-box;
	border-bottom:1px solid #dadada;
}
.contact-regions-left {
    padding: 20px 0;
}
.contact-region-select {
    margin-bottom: 15px;
    width: 100%;
    max-width: 300px;
}
.contact-region-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.contact-region-text,
.contact-region-text a,
.contact-region-text p {
    font-size: 14px;
}
.contact-region-text p b {
    margin-bottom: 5px;
    display: block;
}
.contact-regions-wrap #map {
    width: 100%;
    height: 300px;
}

#contact-form {
    margin: 30px 0;
}

.block {
  max-width: 400px;
  width: 100%;
  height: 100%;
  float: left;
  padding: 15px;
  z-index: 10;
  background-color: #fafafa;
  overflow: hidden;
  margin: 50px auto;
}
@media screen and (max-width: 599px) {

.accordion { max-width: 100%; }
}

.accordion .accordion-item {
  display: block;
  position: relative;
  background: #fff;
  color: black;
  -webkit-transition: background-color .3s, border-color .3s, height 0.3;
  -moz-transition: background-color .3s, border-color .3s, height 0.3;
   -o-transition: background-color .3s, border-color .3s, height 0.3;
  transition: background-color .3s, border-color .3s, height 0.3; 
}
.accordion .accordion-item input {
    display: none;
}
.accordion .accordion-item label:after {
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 20px;
    color: #000;
    font-size: 16px;
    margin-top: -8px;
}
.accordion .accordion-item label {
  cursor: pointer;
  display: block;
  -webkit-transition: background-color .3s, color .25s ease-in-out .3s;
  transition: background-color .3s, color .25s ease-in-out .3s;
  color: #000;
  font-size: 16px;
  padding: 15px 20px;
  margin: 0;
  position: relative;
  border-bottom: 2px solid #eaeaea;
}
.accordion .accordion-item:first-child label {
    border-top: 2px solid #eaeaea;
}
.accordion .accordion-item:hover label {
    background:#eaeaea;
}
.accordion .accordion-item input ~ .accordion-item-info {
  visibility: hidden;
  max-height: 0;
  padding: 0;
  opacity: 0;
  -webkit-transition: max-height .2s, opacity .2s ease-in-out, padding 0s;
  transition: max-height .2s, opacity .2s ease-in-out, padding 0s;
}
.accordion .accordion-item .accordion-item-info p { padding: 0 15px; }

.accordion .accordion-item input:checked + label {
  background: #f6bc01;
  border:none;
}
.accordion .accordion-item input:checked + label + .accordion-item-info {
    border:2px solid #f6bc01;
    border-top:none;
}
.accordion .accordion-item input:checked + label:after {
    content: '\f0d8';
}

.accordion .accordion-item input:checked ~ .accordion-item-info {
  display: block;
  opacity: 1;
  visibility: visible;
  max-height: 500px;
  padding: 10px 20px;
  -webkit-transition: max-height .5s, opacity .2s ease-in-out, padding 0s;
  transition: max-height .5s, opacity .2s ease-in-out, padding 0s;
}

@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.92);
    transform: scale(0.92);
  }
}
.feedback-fixed-dialog .feedback-fixed-icon {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.feedback-fixed.feedback-fixed-dialog:hover .feedback-fixed-icon,
.feedback-fixed.feedback-fixed-dialog:focus .feedback-fixed-icon {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.category-list-style,
.category-list-style .scrollbar-inner {
    height: 620px;
}
.category-list-style .scrollbar-inner {
    overflow-y: auto;
}
.category-list-style ul {
    /* min-height: 620px; */
}
.category-list-style ul {
  padding: 0;
  margin: 0;
  display: block
}
.category-list-style ul li {
    list-style: none;
    display: block;
    width: 100%;
    font-size: 14px;
    text-decoration: none;
    padding: 7px 15px;
    color:#3e3e3e;
    box-sizing: border-box;
    border-bottom:2px solid #eaeaea;
    -webkit-transition: background-color 0.3s ease, border-color 0.3 ease;
    -moz-transition: background-color 0.3s ease, border-color 0.3 ease;
     -o-transition: background-color 0.3s ease, border-color 0.3 ease;
    transition: background-color 0.3s ease, border-color 0.3 ease; 
    cursor: pointer
}
.category-list-style li:hover {
    background: #eaeaea;
}
.category-list-style li.active {
    background: #f6bc01;
    cursor: default;
}
.category-list-style li:last-child {
    border:none;
}

.series-info-top {
    margin-top: 15px;
    border-bottom: 1px solid #697078;
    padding-bottom: 20px;
}
.series-info-top:after, .series-info-top:before {
    display: table;
    content: ' ';
}
.series-info-top:after {
    clear: both;
}
.series-image-wrap {
    width: 202px;
    float: left;
    padding-bottom: 30px;
}
.series-image img {
    border:1px solid #1f1f1f;
    height: auto;
}
.series-view-zoom-button {
    font-size: 14px;
    color:#fff;
    width: 100%;
    padding: 7px 0;
    text-align: center;
    background: #1f1f1f;
    margin-top: 10px;
    cursor: pointer;
    -webkit-transition: color 0.3 ease;
    -moz-transition: color 0.3 ease;
     -o-transition: color 0.3 ease;
    transition: color 0.3 ease; 
}
.series-view-zoom-button i {
    margin-left: 5px;
}
.series-view-zoom-button:hover {
    color: #f6bc01;
}
.series-vipusk-wrap {
    margin-left: 230px;
}
.series-vipusk-wrap .series-name {
    margin-bottom: 15px;
}
.series-vipusk-wrap .series-name h1 {
    color: #333333;
    /* var text-color */
    font-size: 22px;
    background: none;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-weight: 700;
    padding: 0 0 5px;
    border-bottom: 1px solid #697078;
}
.series-info-main {
    clear: both;
    margin: 15px 0;
}
.series-vipusk-wrap ul {
    padding: 0;
    margin: 0;
}
.series-vipusk-wrap ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 5px;
}
.series-vipusk-wrap h3 {
    margin-bottom: 10px;
}
#content .series-vipusk-wrap ul li:before {
    display:none;
}

.series-info-main h2 {
    margin: 0 0 20px;
}
.series-info-main .list_showtable-wrap {
    margin: 0;
}
.series-info-main .list_showtable {
    margin: 0 0 10px;
}
/* .search-series-and-categories > div {
    height: 500px;
    overflow-y: auto;
} */
.search-series-and-categories {
    margin-bottom: 35px;
}
.search-series-and-categories .box {
    padding: 8px 10px 10px;
    height: 620px;
}
.search-categories .scrollbar-inner,
.search-series .scrollbar-inner {
    height: 580px;
}
.search-block {
    margin-bottom: 20px;
}
.search-block i {
    margin-right: 5px;
}

.series-series-content-item {
    margin-bottom: 5px;
}
.series-series-content-item a {
    font-size: 14px;
}

.products-loading {
    text-align: center;
    margin:40px 0 0;
}
.products-loading-text {
    margin-left: 10px;
}
.products-loading .ajax_loading16, {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.products-loading-text,
.products-loading .ajax_loading32 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px; 
    font-weight: 700;
}

.portfolio-images {
	overflow:hidden;
}
.portfolio-toggles {
    margin-bottom: 30px;
}
.portfolio-toggle {
    padding: 10px 15px;
    color:#333;
    background: #fff;
    font-size: 14px;
    border:1px solid #333;
    -webkit-transition: background-color .5s, color .5s;
    -moz-transition: background-color .5s, color .5s;
     -o-transition: background-color .5s, color .5s;
    transition: background-color .5s, color .5s; 
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.portfolio-toggle:hover {
    background: #333;
    color:#fff;
}
.portfolio-toggle.active {
    background: #fef200 !important;
    color:#333 !important;
    cursor: default;
}
.portfolio-toggle:last-child {
    margin-right: 0;
}

.portfolio-wrap {
    border:2px solid #eaeaea;
    /* var gray-light */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.portfolio-left {
    background:#fff;
}
.portfolio-right {
    background:#eaeaea;
    /* var gray-light */
    padding: 10px;
    box-sizing: border-box;
    overflow-y: auto;
}
.portfolio-left,
.portfolio-right {
    height: 700px;
    width:100%;
}

.portfolio-left ul {
    padding: 0;
    margin: 0;
}
.portfolio-left > .scrollbar-inner {
    height: 700px;
    overflow-y: auto;
}
.portfolio-left li {
    list-style: none;
    padding: 10px;
    border-bottom:2px solid #eaeaea;
    /* var gray-light */
    text-decoration:none;
    color:#333333;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
     -o-transition: background-color .5s;
    transition: background-color .5s; 
    cursor: pointer;
}
.portfolio-left li.active {
    background:#eaeaea;
    /* var gray-light */
}
.portfolio-left li:hover {
    background: #fef200;   
}
.portfolio-date {
    font-weight: 700;
    margin: 15px 0 5px;
}

.portfolio-image-wrap {
    max-width: 784px;
    position: relative;
    overflow: hidden;
}
.portfolio-image-slider-wrap {
	position:relative;
	max-width:800px;
	margin:0 auto;
	padding:0 30px;
	box-sizing:border-box;
}
.portfolio-image-slider-wrap .caroufredsel_wrapper {
	margin:0 auto 30px !important;
}
#portfolio-image-slider {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}
.portfolio-image {
    position: relative;
    z-index: 1;
    width:100%;
    float:left;
    background:#fff;
}
.portfolio-image img {
    width: 100%;
}
#portfolio-image-slider-pages {
    width: 100%;
    z-index: 2;
    text-align: center;
}
#portfolio-image-slider-pages .portfolio-pages-slide,
#portfolio-home-slider-pages .portfolio-pages-slide {
    background:#000;
    border:1px solid #000;
    padding: 6px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
     -o-transition: background-color .5s;
    transition: background-color .5s; 
}
#portfolio-image-slider-pages .portfolio-pages-slide:hover,
#portfolio-home-slider-pages .portfolio-pages-slide:hover {
    background-color: #aaa;
}
#portfolio-image-slider-pages .portfolio-pages-slide.selected,
#portfolio-home-slider-pages .portfolio-pages-slide.selected {
    background: #fef200;
}
.portfolio-list-item {
    
}
.portfolio-list-item a {
    font-size: 18px;
    text-decoration: underline;
}
.portfolio-list-item img {
    width: 100%;
    height: auto;
	max-width:300px;
	margin:0 auto;
}
.portfolio-list-item-des {
    font-size: 16px;
}
.portfolio-list-item-date {
    margin-bottom: 5px;
    background: #eaeaea;
    color:#696f78;
    display: inline-block;
    padding: 2px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.portfolio-button-back {
    width: 217px;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    margin: 15px 0 60px;
    color:#000;
    background: #eee;
}
.portfolio-button-back span {
    padding: 9px 13px;
    color:#000;
    text-transform: uppercase
}
.portfolio-button-back:hover,
.portfolio-button-back:hover span {
    background: #dadada !important;
}

.portfolio-home-wrap {
    max-width: 300px;
    position: relative;
    overflow: hidden;
}
#portfolio-home-slider {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}
.portfolio-home {
    position: relative;
    z-index: 1;
    width:100%;
    text-align: center;
    background:#fff;
}
.portfolio-home a {
    font-size: 16px;
    text-decoration: none;
}
.portfolio-home span {
    font-size: 16px;
    padding: 10px 15px;
    display: block;
    text-align: left;
    text-decoration: none;
}
.portfolio-home img {
    width: 100%;
}
#portfolio-home-slider-pages {
    width: 100%;
    z-index: 2;
    text-align: center;
}
.home-mobile-menu-top,.home-mobile-menu-bottom {
    max-width: 400px;
    margin:0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.home-mobile-menu-bottom > * {
    margin-bottom: 15px;
    padding: 14px;
}
.not-public-offer {
    padding-top: 5px;
    font-size:13px;
}
.not-public-offer.border {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #697078;
}
.review-form .buttons-wrap {
    border-color: #cacaca;
}
.button.disabled {
    /* background: #B0B0B0 !important;
    border-color: #B0B0B0 !important; */
    -webkit-transition: background .3s, border-color .3s;
    -moz-transition: background .3s, border-color .3s;
    -o-transition: background .3s, border-color .3s;
    transition: background .3s, border-color .3s;
    opacity: 0.4;
}

.checkoutquick_form input[type="text"], 
.checkoutquick_form textarea {
    display: block;
    padding: 9px 12px;
    width: 100%;
    margin-top: 5px;
    box-sizing: border-box;
}


.agreement-wrap {
    font-size: 13px;
    margin-top: 10px;
    display: block;
}
.agreement-wrap a {
    font-size:13px;
    color: #4c81d9;
    /* var base */
}
#agreement-text {
    font-size: 11px;
    color:#6d6c6c;
    max-width: 450px;
    margin-top: 10px;
}
#agreement-text a {
    font-size: 11px;
    color: #4c81d9;
    /* var base */ 
}
.agreement-wrap.error {
    animation: agreement-error 0.4s ease-in-out infinite;
    -webkit-animation: agreement-error 0.4s ease-in-out infinite;
}
.buttons-wrap {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #f1f1f1;
}

.button-switch-wrap {
    font-size: 0;
    margin:0 0  15px;
}
.button-switch {
    font-size: 12px;
    color:#000;
    border: 1px solid #cacaca;
    /* gray-dark */
    background: #f1f1f1;
    /* var gray-light */
    text-transform: uppercase;
    padding: 8px 10px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
     -o-transition: background-color .3s;
    transition: background-color .3s; 
}
.button-switch+.button-switch {
    border-left:none;
}
.button-switch:hover {
    background: #cacaca;
    /* gray-dark */
    color:#000;
    text-decoration: none;
}
.button-switch.active {
    padding-left: 30px;
    background:#000 !important;
    /* var base !important*/
    color:#fff;
    border-color:#000;
    /* var base */
}
.button-switch.active:after {
  content: '\f00c';
  /* fa-check  */
  color: #fff;
  font-size: 15px;
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -8px;
  display: block;
}
@keyframes agreement-error {
    10% {
        transform:translateX(-5px);   
    }
    30% {
        transform:translateX(0px);   
    }
    70% {
        transform:translateX(5px);   
    }
    100% {
        transform:translateX(0px);   
    }
}
.contact .agreement-wrap,
.contact .agreement-wrap a {
    font-size: 13px;
}

#create-customer-org-form input[type="text"],
#create-customer-org-form input[type="password"] {
    width: 100%;
    max-width:470px;
}
#create-customer-org-form .ui-grid {
    margin-bottom: 10px;
}
#create-customer-org-form .ui-grid,
#create-customer-org-form .ui-field {
    max-width: 470px;
}
#create-customer-form input[type="text"],
#create-customer-form input[type="password"] {
    width: 100%;
    max-width:350px;
}
.login-form-buttons {
    margin-top: 15px;
}
.login-form-buttons > a {
    display: inline-block;
}
#login-form p,
#login-form p a,
#login-form li {
    font-size: 13px;
}
#login-form p a {
    color:#000;
    /* var base */
    font-weight: 700;
}
#login-form p a:hover {
    text-decoration: none;
}
#login-form input[type="text"],
#login-form input[type="password"] {
    width: 100%;
}

.agreement-cookies-status-wrap {
    background: #f1f1f1;
    /* var gray-light */
    position: fixed;
    bottom: 30px;
    left: 50%;
    width: 514px;
    padding: 15px;
    box-sizing: border-box;
    color: #000;
    font-size: 14px;
    z-index: 9990;
    text-align: center;
    opacity: 1;
    margin-left: -257px;
    visibility: visible;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.55);
    -o-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.55);
    -webkit-transition: opacity .5s, visibility;
    -moz-transition: opacity .5s, visibility;
    -o-transition: opacity .5s, visibility;
    transition: opacity .5s, visibility;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.33); 
}
.agreement-cookies-status-wrap.hide {
    opacity: 0;
    visibility: hidden;
}
.agreement-cookies-status-text {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 15px;
}
.agreement-cookies-status-wrap a {
    font-size:14px;
}
.agreement-cookies-status-wrap a.text-button {
    color:#000;    
    /* var base */
    text-decoration: none;
}
.agreement-cookies-status-wrap a.text-button:hover {
    text-decoration: underline;    
}
.subinfo {
    margin-top: 10px;
}
.portfolio-page {
	padding-bottom:30px;
}
.portfolio-regions {
	border: 2px solid #eaeaea;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.portfolio-regions-middle {
    height: 700px;
    overflow-y: auto;
    padding: 10px;
}
.portfolio-regions ul {
	padding:0;
	margin: 0;
	list-style: none;
}
.portfolio-regions li {
	display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 2px solid #eaeaea;
    -webkit-transition: background-color 0.3s ease, border-color 0.3 ease;
    -moz-transition: background-color 0.3s ease, border-color 0.3 ease;
    -o-transition: background-color 0.3s ease, border-color 0.3 ease;
    transition: background-color 0.3s ease, border-color 0.3 ease;	
}
.portfolio-regions li:hover {
    background: #eaeaea;
}

.portfolio-regions li:last-child {
	border-bottom: none;
}
.portfolio-regions ul li {
	padding:0 7px;
}
.portfolio-regions li a,
.portfolio-mobile-region-list li a {
	padding: 7px 10px;
	text-decoration: none;
    color: #3e3e3e;
    font-size: 14px;
	display:block;
	width:100%;
	box-sizing: border-box;
}
.portfolio-regions li a span,
.portfolio-mobile-region-list li a span {
    background: #eaeaea;
    color: #000;
    display: inline-block;
    margin-left: 5px;
    padding: 0 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    font-size: 10px;
	-webkit-transition: background-color .15s;
    -moz-transition: background-color .15s;
    -o-transition: background-color .15s;
    transition: background-color .15s;	
}
.portfolio-list-middle li {
	border-bottom-width: 1px;
}
.portfolio-list-middle li:last-child {
	border:none;
}
.portfolio-regions li:hover a span {
	background: #d8d8d8;
}
.portfolio-regions li.selected,
.portfolio-mobile-region-list li.selected {
	background-color:#f6bc01;
}
.portfolio-regions li.selected a span,
.portfolio-mobile-region-list li.selected a span {
	background: #ffd95c;
}

.portfolio-image-thumbs-wrap {
	position:relative;
	width:100%;
	padding:0 30px;
	max-width: 750px;
	margin:0 auto;
	box-sizing:border-box;
}
#portfolio-image-thumbs {
	/*width:100% !important;*/
	max-width:690px;
	margin:0 auto;
	text-align:center !important;
	font-size:0;
	height:90px;
}
.portfolio-image-thumbs-wrap .caroufredsel_wrapper {
	width:100% !important;
}
.portfolio-image-thumb {
	float:left;
	/*display:inline-block;*/
	cursor:pointer;
	border-radius:5px;
	margin:0 5px;
	overflow:hidden;
	-webkit-transition: opacity .3s, border-color .3s;
    -moz-transition: opacity .3s, border-color .3s;
    -o-transition: opacity .3s, border-color .3s;
    transition: opacity .3s, border-color .3s;
	border: 1px solid #dcdcdc;
    /*box-sizing: border-box;*/
    padding: 10px 5px;
	height:90px;
	max-width:150px;
	opacity:0.8;
}
.portfolio-image-thumb:hover {
	opacity:1;
	border-color: #867f7f;
}
.portfolio-image-thumb.selected {
	opacity: 1;
    border-color: #867f7f;
}
.portfolio-image-thumb-table {
	display:table;
	height:100%;
	width:100%;
}
.portfolio-image-thumb-table-cell {
	display:table-cell;
	vertical-align:middle;
}
.portfolio-image-thumb img {
	display:block;
	margin:0 auto;
	/*height:auto;
	max-height:100%;
	width:100%;
	max-width:140px;
	min-width:100px;*/
}
#portfolio-image-thumbs-next,
#portfolio-image-thumbs-prev,
#portfolio-image-next,
#portfolio-image-prev {
	position:absolute;
	top:50%;
	margin-top:-15px;
	cursor:pointer;
}
#portfolio-image-thumbs-next,
#portfolio-image-next {
	right:0;
}
#portfolio-image-thumbs-prev,
#portfolio-image-prev {
	left:0;
}
#portfolio-image-thumbs-next:after,
#portfolio-image-thumbs-prev:after,
#portfolio-image-next:after,
#portfolio-image-prev:after {
	font-family: FontAwesome;
	text-decoration: none;
	color: #201f1f;
	font-size: 50px;
	position: relative;
	line-height: 61%;
  	-webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
#portfolio-image-thumbs-next:after,
#portfolio-image-next:after {
	content: '\f105';
}
#portfolio-image-thumbs-prev:after,
#portfolio-image-prev:after {
	content: '\f104';
}
#portfolio-image-thumbs-next:hover:after,
#portfolio-image-thumbs-prev:hover:after,
#portfolio-image-next:hover:after,
#portfolio-image-prev:hover:after {
	color: #c39b01;
}
#portfolio-image-thumbs-next.disabled:after,
#portfolio-image-thumbs-prev.disabled:after,
#portfolio-image-next.disabled:after,
#portfolio-image-prev.disabled:after  {
	color: #eee;
	cursor:no-drop;
}
.portfolio-page-buttons,
.portfolio-page-view-buttons {
	padding:0 0 15px;
	text-align:center;
}
.portfolio-page-buttons a,
.portfolio-page-view-buttons a {
	display:inline-block;
	padding: 10px 15px;
}
.portfolio-page-buttons a i {
	padding-right:5px;
}
.portfolio-page-buttons {
	display:none;
}
.portfolio-more-wrap {
   text-align: center; 
   width: 100%;
   clear: both;
}
#portfolio-more {
    border: 1px solid #000;
    /* var base */
    padding: 8px 15px;
    color: #000;
    /* var base */
    background: #fff;
    display: inline-block;
    margin: 30px 0 0;
    font-size: 14px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: color .3s, background-color .3s;
    -moz-transition: color .3s, background-color .3s;
     -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s; 
}
#portfolio-more i {
    margin-right: 5px;
}
#portfolio-more:hover {
    background:#fef200;
    /* var base */
}
.contact-list-wrap .ui-grid > *:first-child,
.contact-list-wrap .ui-grid > *:last-child {
    padding-left: 15px;
    padding-right: 15px;
}
.contact-list-item {
	text-align:center;
	margin:0 0 50px;
}
.contact-list-item-sub-text {
    font-size: 13px;
    margin: 0 0 5px;
    display: inline-block;
    background: #f1f1f1;
    padding: 2px 5px;
	border-radius:2px;
}
.contact-list-item-text,
.contact-list-item-text a {
	font-size:18px;
	font-weight:700;
	text-decoration:none;
}
.contact-list-item-text a {
	border-bottom:1px solid #333;
	padding-bottom:2px;
}
.contact-list-item-text a:hover {
	color:#e95229;
	border:none;
}
.contact-list-wrap {
	position:relative;
}
.contact-list-wrap:after {
	content:' ';
	border-top:3px solid #333;
	width:100px;
	display:block;
	margin:0 auto 30px;
}
.contact-address-wrap {
	display:none;
}
.contact-address-wrap.show {
	display:block;
}
.contact-regions-select {
	text-align:center;
}
.multichannel_number .contact-list-item-text a {
	border:none;
	font-size:26px;
}
.contact-regions-select select {
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #697078;
}

.worknumbers-blocks {
    margin: 15px 0 0;
}
.worknumbers-block {
    margin-bottom: 50px;
}
.worknumbers-block-title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}
.worknumbers-block-table {
    border: 2px solid #eaeaea;
    margin: 0 auto;
    max-width: 550px;
}
.worknumbers-block-item {
    font-size: 0;
    border-bottom:2px solid #eaeaea;
}
.worknumbers-block-item:last-child {
    border: none;
}
.worknumbers-block-item-title {
    border-right: 2px solid #eaeaea;
}
.worknumbers-block-item-title,
.worknumbers-block-item-value {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 14px;
    text-align: left;
    padding: 10px 15px;
    box-sizing: border-box;
}

.price-quality-time-block-1 {
	padding-bottom:0;
}
.price-quality-time-block-1 .price-quality-time-item {
	/*padding-bottom:0;*/
}
.homecourtpractices-pie-wrap {
	text-align:center;
	padding-top:35px;
}
.homecourtpractices-pie-text {
	margin:0 0 5px;
}
#homecourtpractices-pie {
	width:240px;
	height:240px;
}
.homecourtpractices-pie-text-wrap {
	box-sizing:border-box;
	padding-top:15px;
	max-width:130px;
	margin:0 auto;
	text-align:left;
}
.homecourtpractices-pie-text-item {
	font-size:16px;
	margin:8px 0 0;
	text-align:left;
}
.homecourtpractices-pie-text-item span {
	
}
.price-quality-time-block-1,
.block-collapse {
	-webkit-transition: height .4s;
	-moz-transition: height .4s;
	-o-transition: height .4s;
	transition: height .4s;
}
.block-collapse .links-block li {
	display:list-item;;
}
.block-collapse.hide .links-block li {
	display:none;
}
.block-collapse.hide .links-block li.start {
	display:list-item;;
}

/* Стили для заголовка товара в каталоге */
.good-title-container a {
    margin-bottom: 8px;
}

/* Стиль для блока с ценой по запросу */
.good-price-empty {
    font-size: 16px;
    color: #333;
    /* font-weight: 700; */
    padding: 8px 0;
}

/* Стили для кнопки добавления в каталоге */
.catalog-button-add {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.catalog-button-add span {
    padding: 9px 5px 9px 12px;
}

.price-quality-time-buttons {
	width:89%;
}

.video-live {
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 95px;
}
.video-live:hover {
    text-decoration: none;
}
.video-live-icon {
    background: url('../image/livevideo.png') no-repeat #fff;
    width: 231px;
    height: 205px;
    margin-bottom: 20px;
    display: inline-block;
}
.video-live-text {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}
.video-live-status {
    
}

.livevideo-blink {
    -webkit-animation: livevideo-blink 2s linear infinite;
    animation: livevideo-blink 2s linear infinite;
    background-color:#fef200;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    right: 15px;
    top: 16px;
    width: 18px;
    height: 18px;
}


.feedbackform .buttons-wrap {
    border:none;
    padding: 0;
}
.feedbackform input {
    font-size: 14px;
}
.feedback-phone-button {
    width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding-left: 0;
    margin-right: 0;
}
@-webkit-keyframes livevideo-blink {
  0% { opacity: 1; }
  51% { opacity: 0; }
  80% { opacity: 1; }
}
@keyframes livevideo-blink {
  0% { opacity: 1; }
  51% { opacity: 0; }
  80% { opacity: 1; }
}
@media screen and (max-width: 1150px) {
  .main-h1 {
    max-width: 526px !important;
  }
}


.contact-regions-select-wrap {
    text-align: center;
    padding-bottom: 21px;
}
.contact-regions-select-wrap .button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}

.catalog-products-more-wrap {
    padding: 15px 8px 0;
    text-align: center;
    /* float: left; */
    width: 100%;
    box-sizing: border-box;
    clear: both;
}
#catalog-products-more-button {
    padding: 7px 0;
    border: 1px solid #ebebeb;
    /* var gray-very-dark */
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    opacity: 0.8;
    -webkit-transition: border-color .3s, opacity .2s;
    -moz-transition: border-color .3s, opacity .2s;
    -o-transition: border-color .3s, opacity .2s;
    transition: border-color .3s, opacity .2s;
    cursor: pointer;
}
#catalog-products-more {
    color:#201f1f;
    /* var base */
    font-size: 16px;
    display: inline-block;
    padding: 7px;
    box-sizing: border-box;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; 
}
#catalog-products-more-button:hover {
    background: #ebebeb;
    opacity: 1;
}
.catalog-products-more-text {
    color: #333;
    /* var text-color */
    font-size: 13px;
    margin-top: 20px;
}
#catalog-products-more i {
    
}

.footer-not-public-offer {
    text-align: right;
}
.footer-not-public-offer-content {
    max-width: 500px;
    font-size: 12px;
    display: inline-block;
    color: #697078;
}
.horizontal-slider .owl-nav {
    position: absolute;
    top: -53px;
    right:0;
    width: 60px;
    height: 100%;
    z-index: 100;
    cursor: pointer;
    height: 42px;
}
.horizontal-slider .owl-next,
.horizontal-slider .owl-prev {
    display: inline-block;
    color: #333;
    /* var text-color */
    font-size: 40px;
    width: 30px;
    text-align: center;
    margin:0;
    cursor: pointer;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    /* border: 1px solid #efefef; */
    box-sizing: border-box;
    float:none;
    
}
.horizontal-slider .owl-prev {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}
.horizontal-slider .owl-next {
    border-left:0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    text-align: right;
}
.horizontal-slider .owl-next:hover,
.horizontal-slider .owl-prev:hover {
    color:#4c81d9;
    /* var base */
}
.horizontal-slider .owl-prev.disabled,
.horizontal-slider .owl-next.disabled {
    color:#eaeaea;
    /* var gray */
    cursor: default;
}
.not-found-new .middle {
    text-align: center;
}

.not-found-new .content-top-text {
    font-size: 18px;
    margin-bottom: 30px;
    color: #000;
}

.not-found-new .content-not-found-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}

.not-found-new .content-not-found-flex .item {
    text-align: center;
}

.not-found-new .content-not-found-flex .item img {
    max-width: 200px;
}

.not-found-new .button-yellow {
    background-color: #fef200;
    color: #000;
    padding: 20px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.not-found-new .button-yellow:hover {
    background-color: #c89901;
}

.not-found-new .content-not-found-search {
    width: 400px;
    margin: 0 auto;
    position: relative;
}

.not-found-new .content-not-found-search #search {
    width: 100%;
}

.not-found-new .content-not-found-search .button-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    background: #333;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
}

.not-found-new .content-not-found-search input {
    width: 100%;
    /* height: 40px; */
    padding-right: 80px;
    box-sizing: border-box;
}

.not-found-new .h1-wrap h1 {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}