*  {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    max-height: 999999px;
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    min-height: 100%;
    background: #fcfcfc;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #373737;
    position: relative;
}
a {
    text-decoration: none;
    outline: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
a:active,
a:hover {
    outline: 0;
}
b,
strong {
    font-weight: bold;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}
svg:not(:root) {
  overflow: hidden;
}

.noShow {
    display: none;
}

.blockErrorMessage{
  padding-bottom: 10px;
}

.preloader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 110;
}
.preloader:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    background: url("../images/preloader.gif");
    z-index: 111;
}
body > .preloader {
    position: fixed;
    z-index: 112;
}
body > .preloader:after {
    z-index: 113;
}

.swipe {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    width: 24px;
    height: 24px;
    background: url("../images/swipe.png");
    background-size: 100% 100%;
}
.swipe.visible {
    display: block;
}

.up {
    position: fixed;
    right: 15px;
    bottom: -55px;
    display: block;
    width: 40px;
    height: 40px;
    background: #4a4a4a;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    z-index: 109;
}

.mobile {
    display: none;
}

/* header */
.header {
    position: relative;
    z-index: 101;
}
.header__top {
    min-height: 44px;
    padding: 12px 0;
    background: #4a4a4a;
}
.header__top-menu {
    display: inline-block;
    vertical-align: top;
}
.header__top-menu > ul > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 26px 0 0;
}
.header__top-menu > ul > li.aditionalTopMenuItem {
    display: none;
}
.header__top-menu > ul > li > a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    border-bottom: 1px solid transparent;
}
.header__top-menu > ul > li.active > a {
    color: #28cbcf;
    border-bottom-color: #009ca0;
}
.header__top-menu > ul > li ul {
    display: none;
}
.header__top-links {
    display: inline-block;
    vertical-align: top;
    float: right;
    color: #fff;
}
.header__top-links ul li {
    display: inline-block;
    vertical-align: top;
}
.header__top-links ul li a {
    position: relative;
    display: block;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    border-bottom: 1px solid transparent;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.header__top-links ul li a:before,
.header__top-links ul li a:after {
    content: "";
    position: absolute;
    background: url("../images/sprite.png");
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.header__top-links ul li a:after {
    opacity: 0;
}
.header__top-links ul li.header__top-account a {
    margin: 0 0 0 42px;
}
.header__top-links ul li.header__top-account a:before,
.header__top-links ul li.header__top-account a:after {
    left: -18px;
    top: 0;
    width: 12px;
    height: 18px;
    background-position: 0 0;
}
.header__top-links ul li.header__top-account a:after {
    background-position: -12px 0;
}
.header__top-links ul li.header__top-favorites a {
    margin: 0 0 0 44px;
}
.header__top-links ul li.header__top-favorites a:before,
.header__top-links ul li.header__top-favorites a:after {
    left: -20px;
    top: 3px;
    width: 15px;
    height: 13px;
    background-position: 0 -18px;
}
.header__top-links ul li.header__top-favorites a:after {
    background-position: -15px -18px;
}
.header__top-links ul li.header__top-compare a {
    margin: 0 0 0 44px;
}
.header__top-links ul li.header__top-compare a:before,
.header__top-links ul li.header__top-compare a:after {
    left: -20px;
    top: 2px;
    width: 13px;
    height: 15px;
    background-position: 0 -31px;
}
.header__top-links ul li.header__top-compare a:after {
    background-position: -13px -31px;
}
.header__top-links ul li.header__top-order a {
    margin: 0 0 0 42px;
}
.header__top-links ul li.header__top-order a:before,
.header__top-links ul li.header__top-order a:after {
    left: -18px;
    top: 1px;
    width: 12px;
    height: 16px;
    background-position: 0 -46px;
}
.header__top-links ul li.header__top-order a:after {
    background-position: -12px -46px;
}
.header__top-links ul li.active a {
    color: #28cbcf;
    border-bottom-color: #009ca0;
}
.header__top-links ul li.active a:before {
    opacity: 0;
}
.header__top-links ul li.active a:after {
    opacity: 1;
}
.header__links-mobile,
.header__menu-open,
.header__logo-mobile{
    display: none;
}

.header__middle {
    min-height: 124px;
    padding: 30px 0;
    background: #fff;
    text-align: center;
}
.header__middle-logo {
    display: inline-block;
    vertical-align: top;
    max-width: 240px;
    float: left;
}
.header__middle-phone {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px 25px;
    padding: 0 0 0 30px;
    min-width: 200px;
    text-align: left;
}
.header__middle-phone:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin: -9px 0 0;
    width: 18px;
    height: 18px;
    background: url("../images/sprite.png") 0 -78px;
}
.header__middle-phone a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #373737;
}
.header__middle-clock{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px 25px;
    padding: 0 0 0 32px;
    min-width: 150px;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
}
.header__middle-clock:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin: -9px 0 0;
    width: 19px;
    height: 19px;
    background: url("../images/sprite.png") -18px -78px;
}
.header__middle-clock span {
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.header__middle-info {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 10px 25px;
    min-width: 150px;
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    padding: 0 0 0 32px;
}
.header__middle-info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin: -9px 0 0;
    width: 19px;
    height: 19px;
    background: url("../images/deliv_icon.png");
}
.header__middle-cart {
    display: table;
    width: 185px;
    height: 44px;
    margin: 10px 0;
    float: right;
}
.header__middle-cart a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 185px;
    height: 44px;
    padding: 0 10px 2px 75px;
    background: #009ca0;
    border-radius: 20px;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    text-align: left;
}
.header__middle-cart a:before {
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    margin: -9px 0 0;
    width: 21px;
    height: 19px;
    background: url("../images/sprite.png") 0 -97px;
}
.header__middle-cart span {
    position: absolute;
    left: 50px;
    top: 5px;
}

.header__bottom {
    min-height: 52px;
    background: #4a4a4a;
}
.header__bottom.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.header__bottom-menu {
    display: inline-block;
    vertical-align: top;
}
.header__bottom-menu > ul {
    margin: 0 -12px;
}
.header__bottom-menu > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 17px 0;
}
.header__bottom-menu > ul > li > a {
    position: relative;
    display: block;
    margin: 0 4px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
}
.header__bottom-menu > ul > li > a:before,
.header__bottom-menu > ul > li > a:after {
    content: "[";
    position: absolute;
    left: 0;
    top: 0;
    color: #28cbcf;
    opacity: 0;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.header__bottom-menu > ul > li > a:after {
    content: "]";
    left: auto;
    right: 0;
}
.header__bottom-menu > ul > li.parent {
    padding-right: 5px;
}
.header__bottom-menu > ul > li.parent.active {
    padding-right: 0;
}
.header__bottom-menu > ul > li.parent:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 25px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #28cbcf;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.header__bottom-menu > ul > li.parent.active:after {
    display: none;
}
.header__bottom-menu > ul > li.active > a {
    color: #28cbcf;
}
.header__bottom-menu > ul > li.active > a:before,
.header__bottom-menu > ul > li.active > a:after {
    opacity: 1;
}
.header__bottom-menu > ul > li ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 320px;
    margin: -7px 0 0 6px;
    padding: 8px 0 14px;
    background: #fff;
    border-top: 2px solid #009ca0;
    border-bottom: 2px solid #009ca0;
    box-shadow: 0 2px 5px 0 rgba(55, 55, 55, 0.4);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.header__bottom-menu > ul > li ul li {
    position: relative;
    display: block;
}
.header__bottom-menu > ul > li ul li a {
    position: relative;
    display: block;
    margin: 10px 0;
    padding: 0 24px 0 34px;
    font-size: 14px;
    line-height: 18px;
    color: #373737;
}
.header__bottom-menu > ul > li ul li a:before {
    content: "";
    position: absolute;
    left: 18px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c9c9c9;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.header__bottom-menu > ul > li ul li.parent > a:after {
    content: "\f107";
    position: absolute;
    font-family: "FontAwesome";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 1px 0 0 8px;
    font-size: 10px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.header__bottom-menu > ul > li > ul li.active > a {
    color: #009ca0;
}
.header__bottom-menu > ul > li > ul li.active > a:before {
    background: #009ca0;
}
.header__bottom-menu > ul > li > ul ul {
    left: 100%;
    top: 0;
    margin: 0;
}
.header__bottom-search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 8px 0;
    float: right;
    color: #fff;
}
.header__bottom-search form {
    position: relative;
    width: 226px;
    background: #4a4a4a;
    overflow: hidden;
    z-index: 1;
}
.header__bottom-search input[type="text"] {
    display: block;
    width: 186px;
    height: 36px;
    padding: 0 12px;
    border: 0;
}
.header__bottom-search input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 36px;
    height: 36px;
    border: 0;
    background: #f8704b url("../images/search.png") no-repeat 50% 50%;
    background-size: 16px 16px;
    z-index: 1;
}
.header__bottom-search input::-webkit-input-placeholder {font-size: 12px;}
.header__bottom-search input::-moz-placeholder          {font-size: 12px;}
.header__bottom-search input:-moz-placeholder           {font-size: 12px;}
.header__bottom-search input:-ms-input-placeholder      {font-size: 12px;}

.header__search-open,
.header__search-close {
    display: none;
}

/* body */
.body {
    position: relative;
    padding: 0 0 60px;
}

/* welcome */
.welcome__block {
    margin: 0 0 30px;
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #d2d2d2;
}
/*.welcome__text.content h4,
.welcome__text.content p,
.welcome__text.content li,
.welcome__text.content th,
.welcome__text.content td {
    font-size: 16px;
    line-height: 22px;
}
.welcome__text.content h1 {
    font-size: 22px;
    line-height: 28px;
}
.welcome__text.content h2 {
    font-size: 20px;
    line-height: 26px;
}
.welcome__text.content h3 {
    font-size: 18px;
    line-height: 24px;
}
.welcome__text.content h5 {
    font-size: 14px;
    line-height: 20px;
}
.welcome__text.content h6 {
    font-size: 12px;
    line-height: 18px;
}*/
.welcome__text.content strong {
    font-weight: 600;
}

/* slider */
.slider {
    position: relative;
    margin: 0 0 30px;
    background: #f5f5f5;
}
#slider {
    margin: 0 auto !important;
}
.slider .slick-prev,
.slider .slick-next {
    width: 44px;
    height: 80px;
}
.slider .slick-prev:before,
.slider .slick-next:before {
    display: block;
    width: 44px;
    height: 80px;
    background: url("../images/sprite.png") 0 -146px;
}
.slider .slick-prev {
    left: -44px;
}
.slider .slick-prev:before {
    content: "";
}
.slider .slick-next {
    right: -44px;
}
.slider .slick-next:before {
    content: "";
    background-position: -44px -146px;
}
.slider .slick-dots {
    bottom: 5px;
}
.slider__block {
    display: table;
    width: 100%;
    height: 100%;
}
.slider__image {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.slider__image img {
    margin: 0 auto;
}
.slider__text {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    height: 100%;
    padding: 15px 30px;
    text-transform: uppercase;
    text-align: center;
}
.slider__title {
    margin: 0 0 20px;
    font-size: 27px;
    line-height: 33px;
    font-weight: 600;
}
.slider__title strong {
    display: block;
    margin: 0 0 5px;
    font-size: 35px;
    line-height: 41px;
    font-weight: bold;
    color: #009ca0;
}
.slider__text p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.slider__link {
    display: block;
    width: 150px;
    margin: 30px auto 0;
    padding: 8px 0;
    background: #4a4a4a;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
}

/* popular & viewed & catalog & recent & sidebar news */
.popular,
.viewed,
.recent {
    position: relative;
}
.popular {
    margin: 0 0 30px;
}
.viewed {
    margin: 60px 0 0;
}
.popular__title,
.viewed__title {
    margin: 0 0 25px;
    padding: 0 0 1px;
    border-bottom: 4px solid #d2d2d2;
}
.recent__title,
.sidebar__news-title {
    padding: 12px 20px;
    background: #009ca0;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.popular__title span,
.viewed__title span {
    display: inline-block;
    vertical-align: top;
    padding: 8px 15px;
    background: #009ca0;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    text-transform: uppercase;
}
#popular,
#viewed,
#recomendProd {
    margin: 0 -10px;
}
.sidebar__news {
    margin: 0 0 30px;
}
#sidebar__news {
    padding: 15px 0 0;
    border: 1px solid #d2d2d2;
    border-top: 0;
}
.inner__categories__list {
    display: inline-block;
    margin: 0 -5px 15px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ececec;
    width: 100%;
}
.inner__categories__list ul{
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.inner__categories__list ul li {
    display: block;
    float: left;
    margin: 0 0 10px;
    padding: 0 5px;
}
.inner__categories__list li a {
    display: block;
    padding: 11px 20px 11px;
    background: #fff;
    border: 2px solid #009ca0;
    font-size: 16px;
    font-weight: 600;
    color: #009ca0;
    text-transform: uppercase;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.inner__categories__list li a:hover{
    color: #02aeb2;
    border-color: #02aeb2;
}

.catalog {
    margin: 0 -10px;
    min-width: 100%;
    overflow: hidden;
}
.catalog + .content {
    margin-top: 15px;
}
.popular .slick-prev,
.popular .slick-next,
.viewed .slick-prev,
.viewed .slick-next,
.recent .slick-prev,
.recent .slick-next,
.sidebar__news .slick-prev,
.sidebar__news .slick-next {
    width: 20px;
    height: 20px;
    top: -50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.recent .slick-prev,
.recent .slick-next,
.sidebar__news .slick-prev,
.sidebar__news .slick-next {
    top: -25px;
}
.popular .slick-prev:before,
.popular .slick-next:before,
.viewed .slick-prev:before,
.viewed .slick-next:before,
.recent .slick-prev:before,
.recent .slick-next:before,
.sidebar__news .slick-prev:before,
.sidebar__news .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #acacac;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.recent .slick-prev:before,
.recent .slick-next:before,
.sidebar__news .slick-prev:before,
.sidebar__news .slick-next:before {
    font-size: 23px;
    color: #80ced0;
}
.popular .slick-prev,
.viewed .slick-prev,
.recent .slick-prev,
.sidebar__news .slick-prev {
    left: auto;
    right: 35px;
}
.recent .slick-prev,
.sidebar__news .slick-prev {
    right: 45px;
}
.popular .slick-prev:before,
.viewed .slick-prev:before,
.recent .slick-prev:before,
.sidebar__news .slick-prev:before {
    content: "\f104";
}
.popular .slick-next,
.viewed .slick-next {
    right: 5px;
}
.recent .slick-next,
.sidebar__news .slick-next {
    right: 15px;
}
.popular .slick-next:before,
.viewed .slick-next:before,
.recent .slick-next:before,
.sidebar__news .slick-next:before {
    content: "\f105";
}
.popular__block,
.viewed__block,
.catalog__block,
.recent__block {
    position: relative;
    margin: 0 10px;
    padding: 0 0 15px;
    height: 100%;
    background: #fff;
    border: 1px solid #d2d2d2;
    text-align: center;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.catalog__block {
    margin: 10px;
    width: calc(33.33% - 20px);
    float: left;
}
.recent__block {
    margin: 0;
    border-top: 0;
}
.heart {
    position: absolute;
    left: 4px;
    top: 3px;
    display: block;
    width: 28px;
    height: 28px;
    z-index: 1;
}
.heart:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: url("../images/sprite.png") -84px -226px;
}
.label {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 40px;
    text-align: right;
    z-index: 1;
}
.label:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 60px solid #f88464;
    border-left: 120px solid transparent;
}
.label-new:after {
    border-top-color: #02c281;
}
.label-sale:after {
    border-top-color: #666;
}
.label span {
    position: absolute;
    right: 10px;
    top: 6px;
    display: block;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    z-index: 1;
}
.popular__image,
.viewed__image,
.catalog__image,
.recent__image {
    min-height: 300px;
    display: table;
    width: 100%;
    overflow: hidden;
}
.popular__image span,
.viewed__image span,
.catalog__image span,
.recent__image span {
    display: table-cell;
    vertical-align: middle;
}
.popular__image img,
.viewed__image img,
.catalog__image img,
.recent__image img {
    margin: 0 auto;
    width: auto;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.popular__block ul,
.viewed__block ul,
.catalog__block ul,
.recent__block ul {
    margin: 10px 0 7px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.popular__block ul li,
.viewed__block ul li,
.catalog__block ul li,
.recent__block ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}
.popular__block ul li a,
.viewed__block ul li a,
.catalog__block ul li a,
.recent__block ul li a {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    background: #009ca0;
}
.popular__block li.popular__cart a,
.viewed__block li.viewed__cart a,
.catalog__block li.catalog__cart a,
.recent__block li.recent__cart a {
    background: #f8704b;
}
.popular__block ul li a:after,
.viewed__block ul li a:after,
.catalog__block ul li a:after,
.recent__block ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
}
.popular__block li.popular__cart a:after,
.viewed__block li.viewed__cart a:after,
.catalog__block li.catalog__cart a:after,
.recent__block li.recent__cart a:after {
    background: url("../images/sprite.png") 0 -226px;
}
.popular__block li.popular__favorites a:after,
.viewed__block li.viewed__favorites a:after,
.catalog__block li.catalog__favorites a:after,
.recent__block li.recent__favorites a:after {
    background: url("../images/sprite.png") -28px -226px;
}
.popular__block li.popular__compare a:after,
.viewed__block li.viewed__compare a:after,
.catalog__block li.catalog__compare a:after,
.recent__block li.recent__compare a:after {
    background: url("../images/sprite.png") -56px -226px;
}
.popular__text,
.viewed__text,
.catalog__text,
.recent__text {
    margin: 10px 0;
    padding: 0 15px;
}
.popular__name, .popular__code, .popular__price,
.viewed__name, .viewed__code, .viewed__price,
.catalog__name, .catalog__code, .catalog__price,
.recent__name, .recent__code, .recent__price {
    margin: 10px 0;
}
.popular__name a,
.viewed__name a,
.catalog__name a,
.recent__name a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #373737;
}
.popular__price span,
.viewed__price span,
.catalog__price span,
.recent__price span,
.product__price span,
.popup__price span,
.cart__price span {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 2px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #009ca0;
    white-space: nowrap;
}
.popular__price span.popular__price-old,
.viewed__price span.viewed__price-old,
.catalog__price span.catalog__price-old,
.recent__price span.recent__price-old,
.product__price span.product__price-old,
.popup__price span.popup__price-old,
.cart__price span.cart__price-old {
    color: #979797;
    text-decoration: line-through;
}
.popular .rating,
.viewed .rating,
.catalog .rating,
.recent .rating {
    display: inline-block;
    vertical-align: top;
}
#rating,
.rating {
    color: #ff860f;
}

/* banners */
.banners {
    position: relative;
    margin: -10px 0 30px;
}
.banners a {
    position: relative;
    display: block;
    margin: 10px auto;
    overflow: hidden;
}
.banners a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.banners a img {
    margin: 0 auto;
}

/* news */
.news {
    position: relative;
    margin: 0 0 30px;
}
.news.inProductCart {
    margin: 30px 0 30px;
}
.news__title {
    margin: 0 0 25px;
    padding: 0 0 1px;
    border-bottom: 4px solid #d2d2d2;
}
.news__title a {
    display: inline-block;
    vertical-align: top;
    padding: 8px 15px;
    background: #009ca0;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    text-transform: uppercase;
}
#news {
    margin: 0 -15px;
}
.news.inProductCart {
    margin: 30px 0 30px;
}
.news .slick-prev,
.news .slick-next {
    width: 20px;
    height: 20px;
    top: -50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.news .slick-prev:before,
.news .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #acacac;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.news .slick-prev {
    left: auto;
    right: 40px;
}
.news .slick-prev:before {
    content: "\f104";
}
.news .slick-next {
    right: 10px;
}
.news .slick-next:before {
    content: "\f105";
}
.news__block {
    margin: 0 15px;
}
.sidebar__news .news__block {
    margin: 0;
    padding: 0 15px 15px;
}
.news__image {
    position: relative;
    display: table;
    width: 100%;
    overflow: hidden;
}
.news__image span {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}
.news__image span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.news__image img {
    margin: 0 auto;
    width: auto;
}
.news__date {
    position: relative;
    margin: 15px 0 10px;
    padding: 0 0 0 23px;
    font-size: 13px;
    line-height: 19px;
    color: #7b7a7a;
}
.sidebar__news .news__date {
    margin: 0 0 10px;
}
.news__date:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 13px;
    height: 13px;
    background: url("../images/sprite.png") 0 -254px;
}
.news__name {
    margin: 0 0 10px;
}
.news__name a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #373737;
    text-transform: uppercase;
}
.news__text,
.news__text p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #7a7a7a;
}

/* news list */
.news__list {
    position: relative;
    margin: -15px -15px -5px;
    overflow: hidden;
}
.news__list .news__block {
    float: left;
    margin: 15px;
    padding: 15px;
    width: calc(33.33% - 30px);
    border: 1px solid #d2d2d2;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.news__list-line,
.catalog__line {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin: -42px 0 0;
}
.news__list-line span,
.catalog__line span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #7b7a7a;
}
.news__list-sort,
.news__list-show,
.catalog__sort,
.catalog__show {
    display: inline-block;
    vertical-align: top;
}
.news__list-show,
.catalog__show {
    margin: 0 0 0 36px;
}
.news__list-line .jq-selectbox__select,
.catalog__line .jq-selectbox__select {
    height: 20px;
    padding: 0 22px 0 8px;
    border: 0;
    font-size: 13px;
    line-height: 20px;
}
.news__list-line .jq-selectbox__select-text,
.catalog__line .jq-selectbox__select-text {
    border-bottom: 1px dashed #ccc;
}
.news__list-line .jq-selectbox__trigger,
.catalog__line .jq-selectbox__trigger {
    width: 20px;
}
.news__list-line .jq-selectbox__trigger-arrow,
.catalog__line .jq-selectbox__trigger-arrow {
    right: 6px;
    top: 9px;
}
.news__list-line .jq-selectbox__dropdown,
.catalog__line .jq-selectbox__dropdown {
    margin: 4px 0;
    border: 0;
    box-shadow: none;
}
.news__list-line .jq-selectbox__search,
.catalog__line .jq-selectbox__search {
    display: none !important;
}
.news__list-line .jq-selectbox li,
.catalog__line .jq-selectbox li {
    padding: 2px 8px 4px;
    font-size: 13px;
    line-height: 20px;
}
.news__list-line .jq-selectbox li.selected,
.news__list-line .jq-selectbox li.sel,
.catalog__line .jq-selectbox li.selected,
.catalog__line .jq-selectbox li.sel {
    background-color: transparent;
    color: #009ca0;
}

/* news item */
.news__item {
    padding: 15px;
    border: 1px solid #d2d2d2;
}
.news__item-image {
    margin: 0 auto 20px;
}
.news__item .news__date {
    margin: -10px 0 15px;
}

/* reviews */
.reviews {
    position: relative;
    margin: 40px 0 0;
}
.reviews__title {
    margin: 0 0 25px;
    padding: 0 0 1px;
    border-bottom: 4px solid #d2d2d2;
}
.reviews__title span {
    display: inline-block;
    vertical-align: top;
    padding: 8px 15px;
    background: #009ca0;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    text-transform: uppercase;
}
#reviews {
    margin: 0 -10px;
}
.reviews .slick-prev,
.reviews .slick-next {
    width: 20px;
    height: 20px;
    top: -50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.reviews .slick-prev:before,
.reviews .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #acacac;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.reviews .slick-prev {
    left: auto;
    right: 40px;
}
.reviews .slick-prev:before {
    content: "\f104";
}
.reviews .slick-next {
    right: 10px;
}
.reviews .slick-next:before {
    content: "\f105";
}
.reviews__block {
    margin: 0 10px;
    text-align: center;
}
.reviews__image {
    display: table;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d2d2d2;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.reviews__image span {
    display: table-cell;
    vertical-align: middle;
}
.reviews__image img {
    margin: 0 auto;
    width: auto;
}
.reviews__name {
    margin: 15px 0 5px;
}
.reviews__name a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #373737;
    text-transform: uppercase;
}
.reviews__text,
.reviews__text p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #7a7a7a;
}
.reviews .rating {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
}

/* breadcrumbs */
.breadcrumbs {
    padding: 20px 0;
}
.breadcrumbs,
.breadcrumbs a {
    font-size: 13px;
    line-height: 17px;
    color: #373737;
}
.breadcrumbs a.home {
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url("../images/sprite.png") 0 -116px;
}
.breadcrumbs span {
    margin: 0 5px;
}

/* sidebar */
.sidebar {
    width: 270px;
    float: left;
}
.sidebar__banners {
    margin: 0 0 20px;
}
.sidebar__banners a {
    position: relative;
    display: block;
    margin: 0 0 10px;
    overflow: hidden;
}
.sidebar__banners a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

/* sidebar menu */
.sidebar__menu {
    margin: 0 0 20px;
}
.sidebar__menu-title {
    position: relative;
    padding: 12px 20px;
    background: #009ca0;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.sidebar__menu-title a {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 45px;
    height: 45px;
}
.sidebar__menu-title a:before,
.sidebar__menu-title a:after {
    content: "";
    position: absolute;
    right: 22px;
    top: 18px;
    width: 1px;
    height: 9px;
    background: #fff;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.sidebar__menu-title a:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sidebar__menu-title a:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.sidebar__menu-title a.open:before {
    height: 11px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sidebar__menu-title a.open:after {
    height: 11px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sidebar__menu > ul {
    padding: 5px 19px;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.sidebar__menu ul li {
    display: block;
}
.sidebar__menu ul li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #373737;
}
.sidebar__menu > ul > li {
    margin: 0 0 5px;
}
.sidebar__menu > ul > li > a {
    margin: 12px 0 7px;
    text-transform: uppercase;
}
.sidebar__menu > ul > li.parent > a > i {
    position: absolute;
    right: -4px;
    top: 0;
    display: block;
    width: 18px;
    height: 18px;
    font-style: normal;
    z-index: 1;
}
.sidebar__menu ul li.parent > a > i:after {
    content: "\f107";
    position: absolute;
    right: 4px;
    top: 0;
    font-family: "FontAwesome";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sidebar__menu ul li.parent.open > a > i:after {
    /*content: "\f106";*/
}
.sidebar__menu ul li.parent ul {
    display: none;
    margin: 0 0 15px;
    padding: 0 10px;
    overflow: hidden;
}
.sidebar__menu ul li.parent.active > ul {
    display: block;
}
.sidebar__menu ul li.parent ul li a {
    margin: 5px 0;
}
.sidebar__menu ul li.parent ul li a:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: transparent;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.sidebar__menu > ul > li.active > a {
    color: #009ca0;
}
.sidebar__menu > ul > li.parent ul li.active a {
    color: #009ca0;
}
.sidebar__menu > ul > li.parent ul li.active a:before {
    background: #009ca0;
}
.sidebar__menu ul li ul li.parent a i {
    position: relative;
    font-style: normal;
    margin: 0 0 0 16px;
    font-size: 10px;
    line-height: 12px;
}
.sidebar__menu ul li.parent ul li ul {
    margin: 0 0 10px;
    padding: 0;
}
.sidebar__menu ul li.parent ul li ul li a {
    padding: 0 0 0 20px;
}
.sidebar__menu ul li.parent ul li ul li a:before {
    left: 8px;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #c9c9c9;
}

/* filter */
.filter__close {
    display: none;
}
.filter__open {
    position: relative;
    display: none;
    padding: 12px 20px;
    background: #4a4a4a;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.filter__open i {
    margin: 0 6px 0 0;
}
.filter .jq-selectbox {
    width: 100%;
}
.filter__block {
    margin: 0 0 20px;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.filter__block-title {
    position: relative;
    padding: 12px 19px 11px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
}
.filter__block-param {
    padding: 19px;
}
.price__value {
    font-size: 13px;
    line-height: 17px;
}
.price__value + .price__value {
    float: right;
}
.filter__bottom {
    margin: 0 0 20px;
    overflow: hidden;
}
.filter input[type="submit"] {
    width: 134px;
    height: 36px;
    padding: 0 0 1px;
    background: #009ca0;
    border: 0;
    font-size: 14px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.filter .reset {
    display: inline-block;
    vertical-align: middle;
    width: 118px;
    height: 36px;
    margin: 0 0 0 14px;
    border: 1px solid #d2d2d2;
    background: #fff;
    font-size: 14px;
    line-height: 34px;
    font-weight: 600;
    color: #373737;
    text-align: center;
    text-transform: uppercase;
}
.filter label {
    display: block;
    margin: 0 0 10px;
}
.filter label:last-child {
    margin: 0;
}

/* right */
.right {
    width: 840px;
    margin: 0 0 0 30px;
    float: left;
}

/* discount */
.discount {
    margin: 10px 0 -10px;
}
.discount__block {
    position: relative;
    display: table;
    width: 100%;
    margin: 0 0 20px;
    background: #fff;
    border: 1px solid #d2d2d2;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.discount__size {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fa9074;
    font-size: 28px;
    line-height: 66px;
    color: #fff;
    text-align: center;
}
.discount__size span {
    font-size: 22px;
}
.discount__image {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.discount__image img {
    float: right;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.discount__text {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    height: 100%;
    padding: 15px;
    text-transform: uppercase;
    text-align: center;
}
.discount__title {
    margin: 0 0 15px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}
.discount__title strong {
    display: block;
    font-size: 27px;
    line-height: 33px;
    font-weight: bold;
    color: #009ca0;
}
.discount__text p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}
.discount__link {
    display: block;
    width: 130px;
    margin: 25px auto 0;
    padding: 8px 0;
    background: #4a4a4a;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
}

/* product */
.product__about {
    position: relative;
    margin: 0 0 30px;
}
.product__about:after {
    content: "";
    display: table;
    clear: both;
}
.product__image {
    width: 490px;
    float: left;
}
.product__image-for {
    position: relative;
    width: 490px;
    margin: 0 0 10px;
}
.product__image-nav {
    width: 500px;
}
.product__image-wrap {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #d2d2d2;
    overflow: hidden;
}
.product__image img {
    margin: 0 auto;
}
.product__image-for .product__image-wrap {
    width: 490px;
    height: 580px;
}
.product__image-for .product__image-wrap:after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 18px;
    height: 18px;
    background: url("../images/sprite.png") 0 -267px;
    z-index: 1;
}
.product__image-nav .product__image-wrap {
    width: 115px;
    height: 136px;
}
.product__image-nav .product__image-wrap img {
    width: auto;
    /*max-width: 113px;*/
    /*max-height: 134px;*/
}
.youtube_img {
    width: 30px;
    height: 30px;
}
.youtube_video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.youtube_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product__image-nav .slick-current .product__image-wrap {
    border-color: #009ca0;
}
.product__desc {
    position: relative;
    width: 620px;
    float: right;
}
.product__desc-top {
    margin: 0 0 15px;
    padding: 0 215px 20px 0;
    border-bottom: 1px solid #d2d2d2;
}
.product__desc .rating {
    margin: -15px 0 0;
}
.product__price {
    position: absolute;
    right: 0;
    top: 0;
}
.product__price span {
    font-size: 22px;
}
.product__price span.product__price-old {
    font-size: 16px;
}
.product__desc-middle {
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid #d2d2d2;
}
.product__param {
    margin: 0 0 15px;
}
.product__param li {
    display: block;
    margin: 5px 0;
}
.product__param li span {
    color: #7b7a7a;
}
.product__param li span.yes {
    color: #02c281;
}
.product__param li span.no {
    color: #f8704b;
}
.product__short.content h1,
.product__short.content h2,
.product__short.content h3,
.product__short.content h4,
.product__short.content h5,
.product__short.content h6,
.product__short.content p,
.product__short .content table {
    margin: 0 0 10px;
}
.product__short.content ol {
    margin: 0 0 10px 20px;
}
.product__short.content ul {
    margin: 0 0 10px;
}
.product__desc-middle form {
    margin: 20px 0 0;
}
.product__size,
.product__color {
    display: inline-block;
    vertical-align: middle;
    margin: 0 26px 20px 0;
}
.product__size > span,
.product__color > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.product__help {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 20px;
    padding: 0 0 0 30px;
    color: #7b7a7a;
}
.product__help:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 20px;
    height: 10px;
    background: url("../images/sprite.png") 0 -285px;
}
.product__color label {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border: 1px solid #d2d2d2;
    box-shadow: 0 0 0 10px #fff inset;
}
.product__color label.checked {
    border-color: #000;
}
.product__color label .jq-radio {
    top: 0;
    width: 38px;
    height: 38px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: none !important;
    box-shadow: none;
}
.product__color .jq-radio.checked .jq-radio__div {
    display: none !important;
}
.product__quantity {
    display: table;
    vertical-align: middle;
    float: left;
    width: 118px;
    margin: 0 16px 20px 0;
    border: 1px solid #d2d2d2;
    white-space: nowrap;
}
.product__quantity input[type="text"] {
    display: table-cell;
    width: 44px;
    height: 34px;
    text-align: center;
    border: 0;
}
.product__quantity .plus,
.product__quantity .minus {
    display: table-cell;
    vertical-align: middle;
    width: 36px;
    height: 34px;
    background: #4a4a4a;
    font-size: 10px;
    color: #fff;
    text-align: center;
}
.product__quantity .plus.disabled,
.product__quantity .minus.disabled {
    background: #727272;
}
.product__buttons {
    display: table;
    vertical-align: middle;
    margin: 0 16px 20px 0;
    float: left;
    border: 1px solid #d2d2d2;
}
.product__buttons li {
    display: table-cell;
    vertical-align: middle;
}
.product__buttons li a {
    position: relative;
    display: block;
    width: 36px;
    height: 34px;
    background: #fff;
}
.product__buttons li.product__favorites a {
    background: #009ca0;
}
.product__buttons li a:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 3px;
    width: 28px;
    height: 28px;
}
.product__buttons li.product__favorites a:after {
    background: url("../images/sprite.png") -28px -226px;
}
.product__buttons li.product__compare a:after {
    background: url("../images/sprite.png") -140px -226px;
}
.product__desc-middle input[type="submit"] {
    width: 180px;
    margin: 0 4px 20px 0;
    padding: 0 0 2px 26px;
    background: #f8704b url("../images/cart.png") no-repeat 38px 10px;
}
.product__desc-middle a.oneClick {
    width: 160px;
    margin: 0 0 20px;
    background-color: #009ca0 !important;
    height: 36px;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    padding-top: 8px;
    color: #ffffff;
    font-size: 16px;
    vertical-align: middle;
    transition-duration: 0.2s;
}
.product__payment {
    margin:  0 0 20px;
}
.product__payment span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px 0 0;
    font-size: 16px;
    font-weight: 600;
}
.product__payment ul,
.product__payment ul li {
    display: inline-block;
    vertical-align: middle;
}
.product__payment ul li {
    margin: 0 4px 0 0;
}
.product__safety {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 28px;
}
.product__safety:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 23px;
    background: url("../images/sprite.png") 0 -295px;
}
.product__safety span {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.product__safety p {
    color: #7b7a7a;
}
.product__bonus {
    margin: 30px 0 0;
    text-align: center;
}
.product__bonus li {
    display: inline-block;
    vertical-align: top;
    width: 204px;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
}
.product__bonus li img {
    margin: 0 auto 10px;
}
ul.tabs {
    margin: 0 0 4px;
}
ul.tabs li {
    display: inline-block;
    vertical-align: top;
    min-width: 154px;
    padding: 8px 15px;
    background: #b5b5b5;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
ul.tabs li.active {
    background: #009ca0;
}
.tabs__content {
    display: none;
}
.tabs__content.active {
    display: block;
}
.tabs__block {
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.reviews__list {
    margin: -30px 0;
}
.reviews__item {
    position: relative;
    display: none;
    margin: 30px 0;
}
.reviews__item .rating {
    position: absolute;
    right: 0;
    top: 0;
}
.reviews__who {
    display: inline-block;
    vertical-align: top;
    margin: 0 16px 0 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.reviews__date {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 3px 0 0;
    padding: 0 0 0 23px;
    font-size: 12px;
    line-height: 18px;
    color: #7b7a7a;
}
.reviews__date:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 13px;
    height: 13px;
    background: url("../images/sprite.png") 0 -254px;
}
.reviews__item .content {
    margin: 10px 0 0;
    color: #7b7a7a;
}
.reviews__more {
    margin: 0 0 30px;
    display: inline-block;
    font-weight: 600;
    color: #009ca0;
    border-bottom: 1px solid #009ca0;
}

/* size */
.size__text {
    position: relative;
    margin: 0 0 30px;
}
.size__text:after {
    content: "";
    display: table;
    clear: both;
}
.size__image {
    display: table-cell;
    vertical-align: middle;
    float: left;
    width: 380px;
    height: 400px;
    background: #fff;
    border: 1px solid #d2d2d2;
    overflow: hidden;
}
.size__image img {
    margin: 0 auto;
}
.size__desc {
    width: 730px;
    float: right;
}
.size .content ol,
.store__payment .content ol {
    counter-reset: li;
    margin: 0 0 15px;
}
.size .content ol li,
.store__payment .content ol li {
    position: relative;
    display: block;
    padding: 0 0 0 35px;
    margin: 15px 0;
}
.size .content ol li:before,
.store__payment .content ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #f8704b;
    border-radius: 50%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #f8704b;
    text-align: center;
}
.size .content ol li h3 {
    margin: 0 0 5px;
}
.size .content ol li p {
    margin: 0;
    line-height: 18px;
}
.size__title {
    margin: 0 0 15px;
    padding: 0 0 1px;
    border-bottom: 4px solid #d2d2d2;
}
.size__title span {
    display: inline-block;
    vertical-align: top;
    padding: 8px 15px;
    background: #009ca0;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    text-transform: uppercase;
}
.size__table table {
    width: 100%;
    border-collapse: collapse;
    border: 0;
    margin: 0 0 30px;
}
.size__table th,
.size__table td {
    padding: 15px;
    background: #fff;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
}
.size__table th {
    background: #f8704b;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.size__table td:not(:first-child) {
    white-space: nowrap;
}
.size__table tr:nth-child(odd) td {
    background: #f3f3f3;
}
.size__table tr.line td {
    font-size: 16px;
    line-height: 20px;
    background: #fcfcfc;
}
.size__table tr.line td + td {
    color: #009ca0;
}
.size__table .table-wrapper {
    margin: 0 0 30px;
}
.size__table .table-wrapper table {
    margin: 0 0 15px;
}

/* pages */
.store__payment .content ol {
    margin: 20px 0 30px;
}
.store__payment .content ol li:before {
    top: -3px;
}

.informer {
    background: #fa9074;
    margin: 30px 0;
    padding: 10px 20px;
    color: #fff;
}
.informer i {
    display: block;
    float: right;
    width: 62px;
    height: 66px;
    margin: 10px 0 10px 10px;
    background: url("../images/informer.png");
    background-size: cover;
}
.content .informer p,
.informer p {
    margin: 10px 0;
}
.brands {
    margin: 30px 0 0;
}
.brands__title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.brands__list {
    margin: 0 -10px;
    text-align: center;
}
.brands__list li {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
}
.brands__logo {
    display: table-cell;
    vertical-align: middle;
    width: 264px;
    height: 210px;
    padding: 10px;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.brands__logo img {
    margin: 0 auto;
}
.brands__bonus {
    margin: 30px 0 0;
    text-align: center;
}
.brands__bonus li {
    display: inline-block;
    vertical-align: top;
    width: 204px;
    padding: 15px 40px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
}
.brands__bonus li img {
    margin: 0 auto 10px;
}

/* sitemap */
.sitemap ul,
.sitemap ul li,
.sitemap ul li a {
    display: block;
}
.sitemap > ul {
    counter-reset: li;
    margin: 20px 0 0;
    overflow: hidden;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.sitemap > ul > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.sitemap > ul > li > a {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #373737;
    text-transform: uppercase;
}
.sitemap ul ul {
    margin: 0 0 20px 10px;
}
.sitemap ul ul li a {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 18px;
    color: #373737;
}

/* login */
.login__title {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.login__info p,
.login p {
    font-size: 14px;
    line-height: 20px;
    color: #979797;
    text-align: center;
}
.login p {
    margin: -2px 0 0;
}
.login p a {
    color: #979797;
}
.login__info,
.login {
    padding: 15px 50px;
    text-align: center;
}
.login_continue {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    margin: 30px 0 0;
    padding: 0 30px;
    background: #f8704b;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.login form {
    margin: 25px 0 0;
}
.login > form > ul > li {
    position: relative;
    display: block;
    margin: 15px 0;
    padding: 0 0 0 80px;
}
.login > form > ul > li > span {
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    width: 80px;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: right;
}
.login input[type="text"],
.login input[type="password"] {
    width: 100%;
}
.login input[type="submit"] {
    margin: 25px 0 0;
    padding: 0 30px 1px;
    background: #f8704b;
    border: 0;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
}

/* registration & return & gift & callback & partners */
.agree_block label{
    display: block;
    margin: 20px 0 ;
    font-weight: 600;
}
.agree_block label .jq-checkbox {
    text-align: left;
}

.registration,
.return {
    max-width: 800px;
    margin: 0 auto;
}
.callback,
.partner,
.feedback {
    margin: 30px 0 0;
}
.registration__title,
.return__title,
.gift__title {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.callback__title,
.partner__title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #009ca0;
    margin: 0 0 15px;
}
.feedback__title {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.registration p,
.return p,
.gift p {
    margin: 0 0 25px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
}
.gift > p {
    text-align: left;
}
.gift form p {
    color: #979797;
}
.registration p a {
    color: #009ca0;
    border-bottom: 1px solid #009ca0;
}
.registration > form > ul {
    margin: 0 0 20px;
}
.return > form > ul,
.gift > form > ul,
.callback > form > ul,
.partner > form > ul  {
    margin: 0 0 30px;
}
.registration > form > ul > li,
.return > form > ul > li,
.gift > form > ul > li,
.callback > form > ul > li,
.partner > form > ul > li,
.profile > form > ul > li,
.feedback > form > ul > li {
    position: relative;
    display: block;
    min-height: 36px;
    margin: 15px 0;
    padding: 0 100px 0 180px;
    line-height: 36px;
}
.gift > form > ul > li,
.callback > form > ul > li {
    padding: 0 0 0 160px;
}
.partner > form > ul > li {
    padding: 0 0 0 270px;
}
.profile > form > ul > li,
.feedback > form > ul > li {
    padding: 0 0 0 140px;
}
.registration > form > ul > li > span,
.return > form > ul > li > span,
.gift > form > ul > li > span,
.callback > form > ul > li > span,
.partner > form > ul > li > span,
.profile > form > ul > li > span,
.feedback > form > ul > li > span {
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    width: 180px;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: right;
}
.gift > form > ul > li > span,
.callback > form > ul > li > span {
    width: 160px;
}
.profile > form > ul > li > span,
.feedback > form > ul > li > span {
    width: 140px;
}
.partner > form > ul > li > span {
    width: 270px;
}
.registration span i,
.return span i,
.gift span i,
.callback span i,
.partner span i,
.profile span i,
.feedback span i {
    font-style: normal;
    color: #f8704b;
}
.registration input[type="text"],
.registration input[type="password"],
.registration .jq-selectbox,
.return input[type="text"],
.return input[type="password"],
.return .jq-selectbox,
.gift input[type="text"],
.gift .jq-selectbox,
.callback input[type="text"],
.partner .jq-selectbox,
.partner input[type="text"],
.profile input[type="text"],
.profile input[type="password"],
.feedback input[type="text"] {
    width: 100%;
}
.callback input[type="text"],
.profile input[type="text"],
.profile input[type="password"],
.feedback input[type="text"] {
    max-width: 290px;
}
.return textarea,
.gift textarea,
.callback textarea,
.partner textarea,
.profile textarea,
.feedback textarea {
    width: 100%;
    height: 100px;
}
.return label,
.gift label {
    display: block;
}
.gift label strong {
    font-weight: 600;
}
.profile label {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
}
.registration .jq-radio +.jq-radio,
.registration .jq-checkbox +.jq-checkbox,
.return .jq-radio +.jq-radio,
.return .jq-checkbox +.jq-checkbox,
.gift .jq-radio +.jq-radio,
.gift .jq-checkbox +.jq-checkbox {
    margin-left: 16px;
}
.registration .jq-selectbox__dropdown ul,
.return .jq-selectbox__dropdown ul,
.gift .jq-selectbox__dropdown ul,
.partner .jq-selectbox__dropdown ul,
.profile .jq-selectbox__dropdown ul {
    max-height: 300px;
}
.registration__submit,
.return__submit {
    padding: 0 100px 0 0;
    text-align: right;
}
.gift__submit,
.callback__submit,
.partner__submit,
.profile__submit,
.feedback__submit {
    text-align: right;
}
.registration input[type="submit"],
.return input[type="submit"],
.gift input[type="submit"],
.callback input[type="submit"],
.partner input[type="submit"],
.profile input[type="submit"],
.feedback input[type="submit"] {
    padding: 0 30px 1px;
    background: #f8704b;
    border: 0;
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
}
.return__button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 26px 0 0;
    border-bottom: 1px solid #f8704b;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #f8704b;
}
.return .date .jq-selectbox,
.profile .date .jq-selectbox {
    width: auto;
    margin: 0 6px 0 0;
}
.return .date .jq-selectbox__search,
.profile .date .jq-selectbox__search {
    display: none !important;
}
.profile__name {
    margin: 0 0 10px;
}
.change__password {
    display: inline-block;
    vertical-align: middle;
    width: 118px;
    height: 36px;
    border: 1px solid #d2d2d2;
    background: #fff;
    font-size: 14px;
    line-height: 34px;
    font-weight: 600;
    color: #373737;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}
.profile__password {
    display: none;
}

.profile  .changePassBlock {
    padding-bottom: 20px;
}
.profile .changePassLine {
    padding: 5px 0px;
}

.profile__password input + input {
    margin: 10px 0 0;
}
.profile strong {
    font-weight: 600;
}
.profile > form > ul.profile__name > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 10px 0;
    padding: 0;
}
.profile ul.profile__name input[type="text"] {
    padding-bottom: 2px;
    height: 42px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

/* compare */
.compare {
    margin: -10px -10px 0;
    overflow: hidden;
}
.compare__block {
    position: relative;
    width: 410px;
    float: left;
    margin: 10px;
    padding: 20px;
    background: #fff;
    border: 1px solid #d2d2d2;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.compare__delete {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    width: 20px;
    height: 20px;
    z-index: 1;
}
.compare__delete:after,
.compare__delete:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 2px;
    width: 1px;
    height: 14px;
    background: #ccc;
}
.compare__delete:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.compare__delete:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.compare__name {
    margin: -5px 0 20px;
}
.compare__name a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #373737;
}
.compare__image {
    display: table-cell;
    vertical-align: middle;
    width: 140px;
}
.compare__image img {
    margin: 0 auto;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.compare__text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
}
.compare__param {
    margin: 0 0 10px;
}
.compare__param li {
    display: block;
    margin: 5px 0;
}
.compare__param li span {
    color: #7b7a7a;
}
.compare__param li span.yes {
    color: #02c281;
}
.compare__param li span.no {
    color: #f8704b;
}
.compare__price {
    margin: 0 0 12px;
}
.compare__price span {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 2px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #009ca0;
}
.compare__price span.compare__price-old {
    color: #979797;
    text-decoration: line-through;
}
.compare__block .rating {
    margin: 0 0 15px;
}
.compare__block input[type="submit"] {
    width: 180px;
    padding: 0 0 2px 26px;
    background: #f8704b url("../images/cart.png") no-repeat 38px 10px;
}

/* cart */
.cart__top {
    position: relative;
    padding: 10px 20px 12px 50px;
    background: #f8704b;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.cart__top i {
    position: absolute;
    left: 20px;
    top: 11px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/sprite.png") 0 -318px;
}
.cart__table {
    display: table;
    width: 100%;
    margin: 0 0 30px;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-top: 0;
}
.cart__row {
    display: table-row;
}
.cart__th {
    display: table-cell;
    vertical-align: top;
    padding: 20px 10px 10px;
    border-bottom: 1px solid #d2d2d2;
    font-weight: 600;
}
.cart__td {
    display: table-cell;
    vertical-align: top;
    padding: 30px 10px 20px;
    border-bottom: 1px solid #d2d2d2;
}
.cart__th:first-child,
.cart__td:first-child {
    padding-left: 0;
    width: 120px;
}
.cart__th:last-child,
.cart__td:last-child {
    padding-right: 0;
    width: 100px;
}
.order__info .cart__th:last-child,
.order__info .cart__td:last-child {
    padding-right: 10px;
    width: auto;
}
.cart__row:last-child .cart__td {
    border-bottom: 0;
}
.cart__td > span {
    display: none;
}
.cart__image {
    display: block;
    width: 120px;
    margin: -10px 0 0;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.cart__image img {
    margin: 0 auto;
}
.cart__name {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #373737;
}
.cart__td .product__quantity {
    float: none;
    margin: 0;
}
.cart__delete {
    position: relative;
    display: block;
    width: 100px;
    height: 30px;
    border: 1px solid #d2d2d2;
    background: #fff;
    font-size: 13px;
    line-height: 26px;
    font-weight: 600;
    color: #7b7a7a;
    text-align: center;
}
.cart__text {
    margin: 0 0 25px;
    font-weight: 600;
}
.cart__block {
    margin: 20px 0;
}
.cart__block a {
    display: block;
    padding: 10px 20px 12px;
    background: #4a4a4a;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.cart__block a i {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}
.cart__block .cart__form {
    position: relative;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-top: 0;
    padding: 20px;
}
.cart__block .cart__form:after {
    content: "";
    display: table;
    clear: both;
}
.cart__block .cart__form > ul {
    display: table;
    width: 100%;
}
.cart__block .cart__form > ul > li {
    display: table-cell;
    padding: 0 10px;
}
.cart__block .cart__form > ul > li:first-child {
    width: 180px;
    padding: 0;
    font-weight: 600;
}
.cart__block .cart__form > ul > li:last-child {
    width: 170px;
    padding: 0;
}
.cart__block .cart__form input[type="text"] {
    width: 100%;
    height: 46px;
    background: #fcfcfc;
    padding: 0 20px;
}
.cart__block .cart__form .jq-selectbox {
    width: 100%;
    height: 46px;
    margin: 0 0 12px;
}
.cart__block .cart__form .jq-selectbox__select {
    height: 46px;
    line-height: 46px;
    background: #fcfcfc;
    padding: 0 46px 0 20px;
}
.cart__block .cart__form .jq-selectbox__trigger-arrow {
    top: 20px;
}
.cart__block .cart__form p {
    margin: 5px 0 20px;
}
.cart__block .cart__form input[type="submit"] {
    float: right;
    margin: 15px 0 0;
    width: 100px;
    height: 46px;
    background: #009ca0;
}
.cart__block .cart__form li input[type="submit"] {
    float: none;
    margin: 0;
    width: 170px;
}
.cart__bottom {
    text-align: right;
}
.cart__bottom p {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 21px;
}
.cart__bottom p span {
    margin: 0 5px 0 0;
    color: #979797;
}
.cart__bottom label {
    display: block;
    margin: 20px 0 0;
    font-weight: 600;
}
.cart__bottom label a {
    color: #009ca0;
    border-bottom: 1px solid #009ca0;
}
.cart__bottom label .jq-checkbox {
    text-align: left;
}
.cart__bottom input[type="submit"] {
    margin: 30px 0 0;
    width: 180px;
}
.paymentBottonBlock {
    float: left;
}
.paymentBottonBlock input[type="submit"] {
    margin: 30px 0 0;
    width: 180px;
}

.order__text {
    margin: 0 0 30px;
    padding: 20px 0 0;
    border-top: 1px solid #d2d2d2;
    font-size: 15px;
    line-height: 21px;
}
.order__text a {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 26px;
    background: #4a4a4a;
    padding: 10px 0;
    width: 160px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.order__text a.cart_phone {
    width: auto;
    color: #02aeb2;
    margin: 0;
    padding: 0;
    background: none;
    vertical-align: initial;
}
.order__top {
    position: relative;
    padding: 10px 20px 12px 50px;
    background: #f8704b;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.order__top i {
    position: absolute;
    left: 20px;
    top: 11px;
    display: block;
    width: 20px;
    height: 20px;
}
.order__top i.icon1 {
    background: url("../images/sprite.png") 0 -338px;
}
.order__top i.icon2 {
    background: url("../images/sprite.png") 0 -358px;
}
.order__top i.icon3 {
    background: url("../images/sprite.png") 0 -378px;
}
.order__block {
    margin: 0 0 30px;
}
.order__block .order__form {
    position: relative;
    background: #fff;
    border: 1px solid #d2d2d2;
    padding: 20px;
}
.order__block-info .order__form {
    padding: 20px 10px;
}
.order__block .order__form:after {
    content: "";
    display: table;
    clear: both;
}
.order__block .order__form textarea {
    width: 100%;
    height: 100px;
    margin: 0 0 14px;
    padding: 15px 20px;
    background: #fcfcfc;
}
.order__block-info .order__form textarea {
    width: 516px;
    margin: 0 8px 14px;
}
.order__block .order__form input[type="text"] {
    width: 250px;
    height: 46px;
    margin: 0 0 14px;
    background: #fcfcfc;
    padding: 0 20px;
}
.order__block-info .order__form input[type="text"] {
    margin: 0 7px 14px;
}
.order__block .order__form .jq-selectbox {
    width: 250px;
    height: 46px;
    margin: 0 0 14px;
}
.order__block-info .order__form .jq-selectbox {
    margin: 0 8px 14px;
}
.order__block .order__form .jq-selectbox__select {
    height: 46px;
    line-height: 46px;
    background: #fcfcfc;
    padding: 0 46px 0 20px;
}
.order__block .order__form .jq-selectbox__trigger-arrow {
    top: 20px;
}
.order__block .order__form p {
    margin: 0 0 20px;
    font-weight: 600;
}
.order__block .order__form label {
    display: block;
    margin: 14px 0 0;
    font-weight: 600;
    z-index: 0;
}
.order__block-info .order__form label {
    margin: 14px 8px 0;
}
.CDEK-widget__popup {
    top: 50px !important;
}
.CDEK-widget__popup__close-btn {
    cursor: pointer;
}

/* history */
.history__top {
    padding: 10px 15px 12px;
    background: #f8704b;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
}
.history__body {
    position: relative;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-top: 0;
}
.history__body:after {
    content: "";
    display: table;
    clear: both;
}
.history__block {
    display: none;
    border-bottom: 1px solid #d2d2d2;
    padding: 20px;
}
.history__order {
    margin: 0 0 30px;
    padding: 8px 20px 10px;
    background: #fcfcfc;
    border: 1px solid #d2d2d2;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.history__headline {
    margin: 0 0 15px;
    padding: 0 0 5px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.history__row {
    position: relative;
    margin: 0 0 20px;
    padding: 0 140px 0 100px;
}
.history__status {
    display: inline-block;
    margin: 0 0 0 16px;
    padding: 5px 20px 6px;
    background: #a6a6a6;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
}
.history__row > .history__status {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    background: #4a4a4a;
}
.history__row p {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 21px;
}
.history__row p span {
    color: #979797;
}
.history__bottom {
    padding: 10px 0 0;
    border-top: 1px solid #d2d2d2;
    overflow: hidden;
}
.history__bottom a {
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
}
.history__read {
    border-bottom: 1px solid #009ca0;
    color: #009ca0;
}
.history__repeat {
    position: relative;
    float: right;
    margin: 0 0 0 23px;
    color: #009ca0;
    border-bottom: 1px solid transparent;
}
.history__repeat:before {
    content: "";
    position: absolute;
    left: -23px;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url("../images/sprite.png") 0 -398px;
}
.history__cancel {
    margin: 0 0 0 30px;
    float: right;
    border-bottom: 1px solid transparent;
    color: #a6a6a6;
}
.history__more {
    display: block;
    vertical-align: middle;
    width: 220px;
    height: 46px;
    margin: 20px auto;
    border: 1px solid #d2d2d2;
    background: #fff;
    font-size: 16px;
    line-height: 44px;
    font-weight: 600;
    color: #373737;
    text-align: center;
}

/* order__info */
.order__info-top {
    padding: 10px 15px 12px;
    background: #f8704b;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
}
.order__info-body {
    position: relative;
    margin: 0 0 20px;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-top: 0;
}
.order__info-body:after {
    content: "";
    display: table;
    clear: both;
}
.order__info-block {
    padding: 10px 20px;
    border-bottom: 1px solid #d2d2d2;
}
.order__info-row {
    display: table;
    padding: 10px 0;
    border-top: 1px solid #d2d2d2;
    width: 100%;
}
.order__info-row:first-child {
    border-top: 0;
}
.order__info-row.name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.order__info-row.invoice {
    margin: -10px 0 0;
    padding: 0;
    border-top: 0;
}
.order__info-cell {
    display: table-cell;
    vertical-align: middle;
}
.order__info-cell:first-child {
    width: 120px;
    vertical-align: top;
}
.order__info-row.name .order__info-cell:first-child {
    vertical-align: middle;
}
.order__info-cell:last-child {
    text-align: right;
    padding: 0 0 0 20px;
}
.order__info-cell p {
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 21px;
}
.order__info-cell p:last-child {
    margin: 0;
}
.order__info-cell p span {
    color: #979797;
}
.order__info-repeat,
.order__info-status {
    display: inline-block;
    min-width: 110px;
    padding: 5px 20px 6px;
    background: #4a4a4a;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}
.order__info-status.pay {
    background: #a6a6a6;
}
.order__info-row i {
    display: block;
    margin: 5px auto 0;
    width: 17px;
    height: 17px;
    background: url("../images/sprite.png") 0 -412px;
}
.order__info-row.shipping i {
    width: 28px;
    height: 22px;
    background: url("../images/sprite.png") 0 -429px;
}
.quantity {
    margin: 2px 0 0;
    font-weight: 600;
    text-align: center;
}

/* pagenav */
.pagenav {
    display: table;
    float: right;
    margin: 20px 0 30px;
    border-left: 1px solid #d2d2d2;
    border-top: 0;
    border-right: 0;
}
.pagenav:last-child {
    margin-bottom: 0;
}
.pagenav a {
    display: table-cell;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    border: 1px solid #d2d2d2;
    border-left: 0;
    background: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #373737;
    text-align: center;
}
.pagenav a.active {
    background: #009ca0;
    color: #fff;
}
.pagenav a i {
    color: #b6b6b6;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

/* share */
.share {
    padding: 15px 0 0;
    border-top: 1px solid #d2d2d2;
}
.share > span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 5px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.uptolike-buttons {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 5px;
}

/* content */
.hello {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.hello + .headline {
    text-transform: none;
}
.headline {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.content {
    clear: both;
}
.content a {
    color: #009ca0;
    border-bottom: 1px solid #009ca0;
}
.content h1 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 15px;
}
.content h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 15px;
}
.content h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #009ca0;
    margin: 0 0 15px;
}
.content h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 15px;
}
.content h5 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 0 15px;
}
.content h6 {
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    margin: 0 0 15px;
}
.content p {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 15px;
}
.content ol {
    margin: 0 0 15px 20px;
}
.content li {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin: 5px 0;
}
.content ul {
    margin: 0 0 15px;
}
.content ul li {
    position: relative;
    display: block;
    padding: 0 0 0 18px;
}
.content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cbcbcb;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.content table {
    border-collapse: collapse;
    margin: 0 0 15px;
}
.content th,
.content td {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    padding: 5px;
}
.content th {
    font-weight: 600;
    text-align: center;
}
.alignleft {
    margin: 0 15px 15px 0;
    float: left;
}
.alignright {
    margin: 0 0 15px 15px;
    float: right;
}
.alignnone {
    display: inline;
}
.aligncenter {
    margin: 0 auto 15px;
}

/* footer */
.footer {
    background: #4a4a4a;
}
.footer__about,
.footer__contacts {
    padding: 0 15px 0 0;
}
.footer__headline {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}
.footer__top {
    padding: 40px 0;
}
.footer__text,
.footer__top p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #cbcbcb;
}
.footer__social {
    margin: 30px 0 0;
}
.footer__social li {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
}
.footer__social li a {
    display: block;
    width: 28px;
    height: 28px;
    background: #999;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.footer__contacts form {
    position: relative;
    width: 100%;
    max-width: 320px;
    margin: 10px 0 20px;
}
.footer__contacts input[type="text"] {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 52px 0 12px;
    border: 0;
}
.footer__contacts input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 40px;
    height: 36px;
    border: 0;
    border-left: 4px solid #4a4a4a;
    background: #f8704b url("../images/arrow.png") no-repeat 50% 50%;
    z-index: 1;
}
.footer__contacts ul li {
    position: relative;
    display: block;
    margin: 15px 0;
    padding: 0 0 0 25px;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
}
.footer__contacts ul li a {
    color: #fff;
}
.footer__contacts ul li:before {
    content: "";
    position: absolute;
}
.footer__contacts ul li.footer__address:before {
    left: 0;
    top: 1px;
    width: 12px;
    height: 19px;
    background: url("../images/sprite.png") 0 -127px;
}
.footer__contacts ul li.footer__email a {
    border-bottom: 1px solid #c8c8c8;
}
.footer__contacts ul li.footer__email:before {
    left: -3px;
    top: 5px;
    width: 16px;
    height: 11px;
    background: url("../images/sprite.png") -12px -127px;
}
.footer__contacts ul li.footer__phone:before {
    left: -2px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url("../images/sprite.png") -28px -127px;
}
.footer__contacts ul li.footer__clock:before {
    left: -1px;
    top: 3px;
    width: 14px;
    height: 14px;
    background: url("../images/sprite.png") -44px -127px;
}
.footer__map {
    border: 3px solid #6a6a6a;
    overflow: hidden;
}
.footer__middle {
    padding: 40px 0;
    border-top: 1px solid #626262;
}
.footer__middle ul li {
    display: block;
    margin: 5px 0;
}
.footer__middle ul li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 15px;
    font-size: 14px;
    line-height: 18px;
    color: #cbcbcb;
}
.footer__middle ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cbcbcb;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.footer__middle ul li a span {
    border-bottom: 1px solid transparent;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.footer__middle ul li.active a {
    color: #28cbcf;
}
.footer__middle ul li.active a span {
    border-bottom-color: #009ca0;
}
.footer__middle ul li.active a:before {
    background: #009ca0;
}
.footer__bottom {
    padding: 30px 0;
    background: #373737;
}
.footer__bottom-payment li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 0 0;
}
.footer__bottom-copyright {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: right;
}

/* popup */
.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 102;
    overflow-y: auto;
}
.popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 20px;
    height: 20px;
}
.popup__close:after,
.popup__close:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 2px;
    width: 2px;
    height: 16px;
    background: #707070;
}
.popup__close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup__close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.popup__content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    width: 100%;
    max-width: 570px;
    padding: 15px 20px 20px;
    background: #fff;
    border: 2px solid #009ca0;
}
.popup__content.fixed {
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.popup__content .text {
    padding: 0 40px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.popup__content .text a {
    color: #009ca0;
    border-bottom: 1px solid;
}
.popup__title {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}
.popup__info {
    padding: 0 0 15px;
    border-bottom: 1px solid #d2d2d2;
}
.popup__info span {
    color: #009ca0;
}
.popup__info a {
    color: #373737;
    border-bottom: 1px solid #373737;
}
.popup__cart li {
    display: table;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2;
}
.popup__desc,
.popup__image,
.popup__product,
.popup__block {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
}
.popup__desc {
    padding: 0 0 0 10px;
}
.popup__image {
    width: 112px;
}
.popup__image img {
    margin: 0 auto;
}
.popup__product {
    padding: 0 10px 0 0;
}
.popup__product a {
    display: block;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #373737;
}
.popup__block {
    width: 190px;
    text-align: right;
    white-space: nowrap;
}
.popup__quantity {
    margin: 15px 0 18px;
    font-size: 13px;
}
.popup__delete {
    display: inline-block;
    width: 100px;
    height: 30px;
    border: 1px solid #d2d2d2;
    background: #fff;
    font-size: 13px;
    line-height: 26px;
    font-weight: 600;
    color: #7b7a7a;
    text-align: center;
}
.popup__buttons {
    margin: 20px 0 0;
    overflow: hidden;
}
.popup__continue,
.popup__order {
    display: block;
    width: 180px;
    height: 36px;
    text-align: center;
}
.popup__continue {
    float: left;
    border: 1px solid #009ca0;
    background: #fff;
    font-size: 13px;
    line-height: 32px;
    font-weight: 600;
    color: #009ca0;
}
.popup__order {
    float: right;
    border: 0;
    background: #f8704b;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
}

/* form */
input:focus, textarea:focus {
    outline-style: none !important;
}
input, textarea {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #373737;
}
textarea {
    vertical-align: top;
    height: 100px;
    resize: vertical;
}
input[type="submit"] {
    height: 36px;
    padding: 0 0 2px;
    border: 0;
    background: #f8704b;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
label {
    position: relative;
    z-index: 1;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    height: 36px;
    padding: 0 10px;
    border: 1px solid #d2d2d2;
    background: #fff;
}
input[type="email"].error,
input[type="password"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="text"].error,
input[type="url"].error,
textarea.error, .jq-selectbox__select.error, .jq-checkbox.error{
    border-color: #f8704b;
}

.jq-checkbox {
    top: -2px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #d2d2d2;
    background: #fff;
    cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
    width: 8px;
    height: 8px;
    margin: 3px 0 0 3px;
    background: #009ca0;
}
.jq-checkbox.disabled {
    opacity: .55;
}

.jq-radio {
    top: -2px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
    width: 8px;
    height: 8px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #009ca0;
}
.jq-radio.disabled {
    opacity: .55;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}
.jq-selectbox__select {
    height: 36px;
    padding: 0 46px 0 10px;
    border: 1px solid #d2d2d2;
    background: #fff;
    font-size: 14px;
    line-height: 34px;
    color: #373737;
}
.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #ccc;
    background: #f5f5f5;
    color: #888;
}
.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100% !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
    color: #373737;
}
.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
}
.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 15px;
    right: 14px;
    width: 0;
    height: 0;
    border-top: 4px solid #1a1a1a;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0;
    padding: 0;
    border: 1px solid #d2d2d2;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.jq-selectbox__search {
    margin: 5px;
}
.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #f1f1f1;
    color: #333;
    -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}
.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #f0f0f0;
    font-size: 13px;
}
.jq-selectbox ul {
    margin: 0;
    padding: 0;
}
.jq-selectbox li {
    min-height: 18px;
    padding: 6px 10px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
    color: #373737;
}
.jq-selectbox li.selected,
.jq-selectbox li.sel {
    background-color: #009ca0;
    color: #fff;
}
.jq-selectbox li.disabled {
    color: #aaa;
}
.jq-selectbox li.disabled:hover {
    background: none;
}
.jq-selectbox li.optgroup {
    font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231f20;
    cursor: default;
}
.jq-selectbox li.option {
    padding-left: 25px;
}

.formBlock22, .popup, .invisBlock{
  display: none;
}

.errorMessage {
    color: red;
    display: none;
}


.emptyCartPrice{
   display: none;
}


.searchTextRes{
  padding-bottom: 10px;
}


button.list-v, button.grid-v {
    background: #009ca0;
    border: none;
    color: #fff;
    padding: 5px;
}
button.list-v{
    width: auto;
    display: inline-block;
}

.grid-v .descgrid {
     display:none;
    clear:both;
    
}

.list-v .descgrid {
     display:block;
    clear:both;
    
}
.list-v {
    display: block;
    width: 100%;
}
.list-v .product-image {
        display: inline-block;
    max-width: 300px;
    width: 29%;
}
.list-v .product-info {
        display: inline-block;
    width: 70%;
    vertical-align: top;
}

.list-v .product-info .lineprod{
        display: none;
}

.list-v .product-info h3{
       vertical-align:top;
}





button.list-v, button.grid-v {
    background: #009ca0;
    border: none;
    color: #fff;
    padding: 5px;
}
button.list-v{
    width: auto;
    display: inline-block;
}

.grid-v .descgrid {
     display:none;
    clear:both;
    
}

.list-v .descgrid {
     display:block;
    clear:both;
    
}
.list-v {
    display: block;
    width: 100%;
}
.list-v .prodimg {
        display: inline-block;
    max-width: 300px;
    width: 29%;
}
.list-v .infodesc {
        display: inline-block;
    width: 70%;
    vertical-align: top;
}

.list-v .product-info .lineprod{
        display: none;
}

.list-v.catalog__block{
right: 10px;
}

.list-v .product-info h3{
       vertical-align:top;
}

.filter__block label a:hover {
    cursor:pointer;
    color:#0c71c0;
}

.filter__block-param label:hover {
    cursor:pointer;
    color:#0c71c0;
}