body {
    color:#222;
    background: #fff;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;
}

article, aside, footer, header, nav, section {
    display: block
}
a {
    cursor:pointer;
}
a:hover{
    text-decoration: underline;
    color:#f2532f;
}
p {
    margin:0 0 22px;
}
img{
    max-width: 100%;
    height: auto;
}
.inner-wrapper {
    max-width: 1710px;
    padding: 0 30px;
    margin: 0 auto;
    background: #fff;
    float: none;
}

header .top-block{
    position: relative;
    padding:18px 0;
    margin-bottom:10px;
    border-bottom:1px solid #f6f6f6;
}
header .location-cell{
    width: 200px;
    display: flex;
    align-items: center;
}
header .location-cell .location-title{
    font-size: 13px;
    color:#555;
}
header .top-menu-wrapper ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height:24px;
}
header .top-menu-wrapper a{
    font-size:13px;
    color:#555;
    text-decoration: none;
}

header .top-menu-wrapper a:hover{
    color:#f2532f;
    text-decoration: underline;
}
header .top-block-item{
    height:24px;
    display: flex;
    align-items: center;
    margin:0 15px;
}
header .top-block-item a.phone-link{
    position: relative;
    margin-left: 15px;
    font-size:15px;
    font-weight: bold;
}
header a.top-cart{
    position: relative;
    display: flex;
    align-items: center;
    font-size:13px;
    cursor:pointer;
}

header a.top-cart:hover .bg-icon_cart{
    background-position: -20px -424px;
}
header a.top-favorites{
    position: relative;
    display: flex;
    align-items: center;
    font-size:13px;
    cursor:pointer;
    margin-left:30px;
}
header a.top-favorites:hover .bg-icon_heart{
    background-position: -460px -262px;
}

header a .count{
    position: relative;
    margin-left:5px;
    background: #afafaf;
    border-radius:100%;
    text-align: center;
    font-size:13px;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
}
header a:hover .count,
header a .count.active{
    background: #f2532f;
}
.search-btn{
    position: relative;
    display: flex;
    align-items: center;
    font-size:13px;
    color:#222;
    cursor: pointer;
    margin-left:30px;
}
.search-btn .btn-label{
    position: relative;
    margin-left: 10px;
}
.search-btn:hover{
    color:#f2532f;
}
.search-btn:hover .bg-icon_search_black{
    background-position: -460px -205px;
}
header .col-btn-burger{
    display: none;
    align-items: center;
}
header a.btn-burger{
    position: relative;
    display: block;
}
header a.btn-burger:hover{
    background-position: -460px -438px;
}

header .logo-block{
    max-width:240px;
}
header .nav-block-wrapper {
    position: relative;
    margin-bottom:10px;
}
header .nav-block-wrapper > .row{
    display: flex;
    align-items: center;
}

header .nav-block,
header .col-btn-burger {
    margin-left:auto;
}
header .nav-block ul{
    position: relative;
    display: flex;
    align-items: center;
    height:78px;
}
header .nav-block ul li{
    padding:0 30px;
    font-weight: 700;
}
header .nav-block ul li:first-child{
    padding-left:0;
}
header .nav-block ul li:last-child{
    padding-right:0;
}
#slider{
    position: relative;
    margin-bottom:115px;
    max-height:500px;
    overflow: hidden;
    display: flex;
}
#slider img{
    display: block;
}
#slider .slide{
    display: none;
}
#slider.slick-initialized .slide{
    display: block;
}

.informer-section{
    margin-bottom:115px;
}
.informer-item{
    padding-left:77px;
    position: relative;
    z-index: 100;
    height:65px;
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
}
.informer-item::before{
    content: '';
    position: absolute;
    z-index: 1;
    width:70px;
    height:63px;
    left:0;
    top:0;
    display: block;
    background-size: 208px auto;
}
.informer-consult::before{
    background-image: url('/images/icons/css_sprites.png');
    background-position: -6px -7px;
}
.informer-delivery::before{
    background-image: url('/images/icons/css_sprites.png');
    background-position: -6px -82px;
}
.informer-discount::before{
    background-image: url('/images/icons/css_sprites.png');
    background-position: -90px -82px;
}
.informer-trust::before{
    background-image: url('/images/icons/css_sprites.png');
    background-position: -90px -7px;
}

.catalog-layout{
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom:110px;
}
.catalog-nav{
    min-width:340px;
    padding-right:60px;
}
.catalog-main{
    flex:1;
    overflow: hidden;
}
.catalog-block{
    display: block;
    position: relative;
    margin-bottom: 80px;
}
.catalog-list {
    --auto-grid-min-size: 14rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 30px;
    margin-bottom:60px;
}
.catalog-title{
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom:17px;
    padding-right:55px;
}
.catalog-slider {
    display: block;
    position: relative;
    margin-right:0;
}
.catalog-slider .catalog-item{
    position: relative;
}
.index-slider .slick-list {
    margin: 0 0 0 0;
}
.catalog-slider .slick-arrow{
    top:-30px;
    width:12px;
    min-width: 12px;
    height:20px;
    padding:0;
    display: block;
}
.catalog-slider .slick-arrow::before,
.catalog-slider .slick-arrow::after{
    display: none;
}
.catalog-slider .slick-prev{
    left:auto;
    right:40px;
    background: url('/images/icons/css_sprites.png') -524px -20px no-repeat;
}
.catalog-slider .slick-next{
    background: url('/images/icons/css_sprites.png') -524px -80px no-repeat;
}
.index-slider .catalog-item {
    padding:5px 0 0 0;
}
.index-slider .catalog-item > *{
    position: relative;
    margin:0 5px;
}

.box-product-item,
.box-product-item:focus,
.box-product-item:active{
    position:relative;
    display:block;
    text-decoration:none;
    margin-bottom:30px;
    border:1px solid #dfdfdf;
    border-radius:3px;
    padding:4px 4px 18px;
    outline: none;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
}
.box-product-item:hover{
    text-decoration:none;
    border-color: #bbbbbb;
    outline: none;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.box-product-item .box-product-image{
    position: relative;
    border-bottom: 1px solid #d8d5d5;
    max-height: 255px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.box-product-item .box-product-text{
    position:relative;
    display:none;
}
.box-product-item .box-product-image:before{
    content: '';
    position:absolute;
    display:block;
    width:20px;
    height:1px;
    left:20px;
    bottom:-1px;
    background: #f2532f;
    transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}
.box-product-item:hover .box-product-image:before{
    left:0;
    width:100%;
}
.box-product-item .box-product-name{
    position: relative;
    padding-top:24px;
}
.box-product-item .box-product-name span{
    position: relative;
    color: #928f8f;
    display: block;
    width:100%;
    height:32px;
    overflow: hidden;
    font-size: 13px;
    padding: 0 10px;
    text-align: left;
    text-decoration: none;
}
.box-product-item .box-product-name span:hover{
    text-decoration:underline;
}
.box-product-item .box-product-cart{
    position: relative;
    display: block;
    background: url("/images/box-product-buttons.png") no-repeat scroll 7px 8px #f2532f;
    border-radius: 3px;
    cursor: pointer;
    float: right;
    height: 33px;
    margin-right: 10px;
    margin-top: 12px;
    width: 33px;
    -webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
}
.box-product-item .box-product-cart:hover{
    background-color: #000;
}
.box-product-item .box-product-price{
    color: #f2532f;
    display: block;
    font-size: 16px;
    margin-left: 10px;
    padding-top: 20px;
    text-align: left;
}
.box-product-item .ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}
.box-product-item .ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    text-shadow: 0 0 1px rgba(0,0,0, 0.5);
    background: #F2532F;
    background: linear-gradient(#F2532F 0%, #be4326 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; left: -21px;
}
.box-product-item .ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #be4326;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #be4326;
}
.box-product-item .ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #be4326;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #be4326;
}
.box-product-item .ribbon.right {
    left: auto;
    right:-5px;
}
.box-product-item .ribbon.right span{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left:auto;
    right: -21px;
    background: #84de52;
    background: linear-gradient(#84de52 0%, #66ae42 100%);
}
.box-product-item .ribbon.right span::before {
    border-left: 3px solid #66ae42;
    border-top: 3px solid #66ae42;
}
.box-product-item .ribbon.right span::after {
    border-right: 3px solid #66ae42;
    border-top: 3px solid #66ae42;
}

footer{
    position: relative;
    display: block;
    background: #f9f7f7;
    color:#969595;
    font-size:13px;
    padding:40px 0;
}
footer .inner-wrapper{
    background: transparent;
}
footer .footer-block-phone{
    height:18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom:24px;
}
footer .footer-block-phone a.phone-link{
    position: relative;
    margin-left: 15px;
    font-size:15px;
    font-weight: bold;
}
footer a{
    color:#222;
}
footer a:hover{
    color:#F2532F;
}
footer h6{
    font-size:15px;
    color:#222;
    font-weight: bold;
    position: relative;
    margin-bottom:20px;
}
footer ul li{
    padding: 4px 0;
}
footer ul li a{
    font-size:15px;
}
footer .web-alliance{
    text-align: right;
}
footer .web-alliance a{
    color:#F2532F;
    font-weight: bold;
}

.box-heading{
    border-bottom: 1px solid #dfdcd6;
    font-size: 24px;
    text-transform: uppercase;
    height: 38px;
    margin-bottom: 10px;
    position:relative;
}
.box-content{
    margin-bottom:45px;
}
.range-wrapper{
    position: relative;
    padding:25px 7px 0;
}
.reset-prices{
    position:absolute;
    right: 0;
    top:6px;
    padding: 2px 8px 4px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    text-transform: lowercase;
    color: #222;
    border: 1px solid #cbcbcb;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}
.box-brands a{
    position: relative;
    color: #353535;
    cursor: pointer;
    display: block;
    padding: 6px 10px 6px 0;
    text-decoration: none;
    outline:none;
    text-transform: uppercase;
    font-size:13px;
    font-weight: bold;
}
.box-brands a:hover{
    text-decoration: underline;
    color:#F2532F;
}
.box-content.box-brands{
    padding-top:20px;
}
.box-brands .brands-wrapper{
    position: relative;
    height:524px;
    overflow: hidden;
    margin-bottom: 10px;
}

.inner-page {
    margin-top:50px;
}
.inner-page .inner-wrapper{
    border-top:1px solid #f6f6f6;
    padding-top:50px;
}

.bread-crumbs{
    margin:0 0 50px;
    padding:0 0 0 40px;
    list-style: none;
}
.bread-crumbs:before{
    content:"";
    position: absolute;
    color:#d0d0d0;
    left:0;
    top:2px;
    width:16px;
    height:16px;
    background: url("/images/icons/css_sprites.png") no-repeat -524px -437px;
}
.bread-crumbs li{
    position: relative;
    display: inline-block;
}
.bread-crumbs li::after{
    content: '';
    position: absolute;
    right:10px;
    top:8px;
    width:5px;
    height:5px;
    background: #d0d0d0;
    border-radius: 50%;
}
.bread-crumbs li:last-child::after{
    display: none;
}
.bread-crumbs li a{
    color: #6f6f6f;
    font-size:11px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin-right: 30px;
}
.bread-crumbs li a:hover{
    text-decoration: underline;
}

h1.page-title{
    text-transform: uppercase;
    font-size: 24px;
    margin: 54px 0;
}

.pagination{
    list-style: none;
    margin:0;
    padding:0;
    white-space: nowrap;
}
.pagination li{
    display: inline-block;
}
.pagination li span{
    display: block;
    margin:0 7px;
}
.pagination li a{
    display:block;
    padding: 5px 10px;
    color:#797979;
    border:1px solid #cecece;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f1f1f1;
}
.pagination li a:hover{
    text-decoration: none;
}
.pagination li.active a{
    background: #f2532f;
    color:#fff;
    border:1px solid #d24f00;
}

.empty-cart {
    position: relative;
    background: #f2f2f2;
    text-align: center;
    margin: 70px 0 0;
    padding: 50px 0;
    color: #8d8d8d;
    font-size: 14px
}

.form-overlay {
    position: absolute;
    display: none;
    left: -13px;
    top: -13px;
    right: -13px;
    bottom: -13px;
    background: url(../images/loader.gif) center no-repeat rgba(0, 0, 0, .35);
    z-index: 10;
}

.page__cart {
    padding-bottom: 24px
}

.cart {
    padding-bottom: 100px
}

.cart__pic {
    width: 132px;
    height: 132px;
    overflow: hidden;
    position: relative;
    border: 1px solid #f9f9f9
}

.cart__pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%
}

.cart__name {
    font-size: 20px;
    font-weight: 700;
    color: #333
}

.cart__name a {
    color: #333;
    text-decoration: none
}

.counter {
    width: 100px;
    text-align: center;
    vertical-align: top;
    display: block;
    margin: 0 auto;
    border: 1px solid #ececec;
    background: #f3f3f3;
}
a.btn-spinner{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #000;
    line-height: 12px;
    text-decoration: none
}

.cart__price {
    font-weight: 600;
    display: block;
    font-size: 18px
}

.cart__total {
    font-weight: 600;
    display: block;
    font-size: 18px;
    color: #f2532f;
}

.cart__del {
    display: block;
    width: 14px;
    height: 14px;
    text-align: center;
    color: #f2532f;
    background: url(../images/delete-icon.png) 3px 4px no-repeat;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    border: 1px solid #f9f9f9;
    border-radius: 3px;
    margin: 0 auto
}

.count {
    width: 39px;
    height: 35px;
    background: 0 0;
    border: none;
    outline: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700
}

.cart__table{
    width:100%;
    padding:0;
    margin:0;
    border-collapse:collapse;
}
.cart__table thead tr td {
    background:#f9f9f9;
    min-height: 40px;
    vertical-align: middle;
}
.cart__table thead tr td:last-child::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    min-height: 40px;
}
.cart__table td {
    text-align: center;
    vertical-align: middle;
}

.cart__table .cart__left {
    text-align: left;
    padding-left: 30px
}

.cart__common {
    text-align: right;
    color: #000;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 30px
}

.cart__common span {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    color: #f2532f;
    margin-left: 8px;
    margin-top: -5px
}

.cart__btns {
    text-align: right;
    padding-top: 25px
}

a.cart__pay {
    width: 263px;
    height: 58px;
    line-height: 58px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    background: #f2532f;
    margin-left: 15px
}

a.cart__more {
    width: 288px;
    height: 58px;
    line-height: 58px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    background: #ccc;
    margin-left: 15px
}

a.cart__more:active,
a.cart__more:focus,
a.cart__more:hover {
    background: #999;
    color: #fff
}

.delete {
    width: 30px;
    height: 30px;
    background: url(../images/delete-icon.png) center no-repeat;
    background-size: cover;
    outline: 0;
    cursor: pointer;
    border: none
}

.modal-container {
    background: #eee;
    padding: 12px;
    width: 100%;
    max-width: 450px;
    overflow: hidden;
    display: none
}

/*.modal .form__inner::before {
    width: 319px;
    height: 438px;
    bottom: -204px
}*/

.form {
    margin-bottom: 112px
}

.form__inner {
    position: relative;
    background: #eee;
    padding: 54px 50px 50px 70px;
    z-index: 1
}

.form__inner::before {
    content: "";
    display: block;
    position: absolute;
    width: 594px;
    height: 438px;
    bottom: 0;
    right: 0;
    z-index: 1
}

.form__main {
    position: relative;
    z-index: 2
}

.form__title {
    font-size: 30px;
    font-weight: 900;
    color: #000;
    margin: 0 0 12px 0;
    line-height: 1.1
}

.form__mess {
    font-size: 14px;
    padding: 0 0 56px 0;
    line-height: 1.4
}

.form__mess a {
    color: #494949;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #494949
}

.form__row {
    width: 150px;
    display: inline-block;
    margin-right: 10px;
    position: relative
}

.form__row_big {
    width: 255px;
    margin-right: 0
}

.form__btn {
    margin: 21px 0 0 0;
    width: 421px
}

.form__btn .main__link {
    display: block;
    width: 100%
}

.form__input {
    width: 100%;
    height: 40px;
    padding: 0 22px;
    border: none;
    outline: 0;
    background: #fff;
    font-size: 15px
}

.form__input.error {
    border: 1px solid red !important
}

.form__input::-webkit-input-placeholder {
    color: #9d9d9d
}

.form__input::-moz-placeholder {
    color: #9d9d9d
}

.form__input:-moz-placeholder {
    color: #9d9d9d
}

.form__input:-ms-input-placeholder {
    color: #9d9d9d
}

.form__input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease
}

.form__input::-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease
}

.form__input:-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease
}

.form__input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease
}

.form__input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

.form__input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

.form__input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

.form__input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity .3s ease
}

textarea.form__input {
    padding: 15px 22px;
    min-height: 100px;
    height: auto;
    font-size: 14px;
}

.modal .form__inner {
    padding: 22px 18px 20px 20px;
    border: 1px solid #ccc
}

.modal .form__title {
    font-size: 27px;
    font-weight: 500
}

.modal .form__row {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px
}

/*.modal .form__inner::before {
    width: 319px;
    height: 438px;
    bottom: -204px
}*/

.modal .form__btn {
    width: 100%
}

/*.modal .form__inner::before {
    width: 272px;
    height: 438px;
    bottom: -237px
}*/

.modal .form__mess {
    padding-bottom: 22px
}
.form-help {
    position: relative;
    padding-top: 25px;
    font-size: 13px;
    color: #777
}
.modal .form__btn a.main__link {
    font-weight: 900;
    display: block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    background: #f2532f;
}

.fancybox-slide--html .fancybox-close-small{
    filter:none;
}
.carousel__button svg{
    stroke-width: 1.5px;
}
.fancybox__content > .carousel__button.is-close{
    color:#000;
    top:7px;
    right: 7px;
}

.box-product-cart.btn-cloned {
    position: absolute;
    display: block;
    background: url("/images/box-product-buttons.png") no-repeat scroll 7px 8px #f2532f;
    border-radius: 3px;
    cursor: pointer;
    float: right;
    height: 33px;
    width: 33px;
    z-index: 10000;
    right: auto;
    bottom: auto;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.product-block{
    position: relative;
    padding: 15px;
    border:1px solid #ececec;
    margin-bottom: 54px;
}
.product-block h1.page-title{
    margin-top:0;
}
.product-block .ribbon-row{

}
.product-block .ribbon-row .ribbon{
    position: relative;
    display: inline-block;
    padding:5px 10px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.product-block .ribbon-row .ribbon-hit{
    background: linear-gradient(#84de52 0%, #66ae42 100%);
}
.product-block .ribbon-row .ribbon-new{
    background: linear-gradient(#f2532f 0%, #be4326 100%);
}

.product-block .info-wrapper {
    position: relative;
    font-size:14px;
    border-bottom:1px solid #ececec;
    margin-bottom:54px;
    padding-bottom:54px;
}
.product-block .info-wrapper a{
    color:#f85d00;
    text-decoration: underline;
}
.product-block .info-wrapper span{
    font-weight: 300;
    color:#393232;
}
.product-block .info-wrapper label{
    position: relative;
    display: inline-block;
    margin-right: 7px;
    color:#393232;
    font-weight: 500;
}
.product-block .info-wrapper .line-property{
    position: relative;
    margin-bottom:7px;
}
.product-block .info-wrapper .line-property.brand a{
    text-transform:uppercase;
}

.product-block .price-wrapper{
    margin-bottom: 54px;
}
.product-block .product-price-label{
    font-size: 26px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    color: #222;
    font-weight: 300;
    text-transform: lowercase;
}
.product-block .product-price{
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    margin-right: 10px;
}
.product-block .product-price-currency{
    font-size: 18px;
    position: relative;
    display: inline-block;
    color: #222;
    font-weight: 300;
    text-transform: lowercase;
}
.product-block .order-row {
    position: relative;
}
.product-block .order-row .counter{
    position: relative;
    margin: 0 20px 0 0;
    display: inline-block;
}
.product-block .box-product-cart{
    position: relative;
    display: inline-block;
}
.box-product-cart.btn-cloned.btn-text,
.product-block .box-product-cart{
    background: #f2532f;
    color:#fff;
    text-transform: lowercase;
    height:37px;
    width: 118px;
    line-height: 33px;
    padding:0 20px;
    font-size:16px;
    cursor:pointer;
}
.box-product-cart.btn-cloned.btn-text{
    position: absolute;
    text-transform: lowercase;
    color:#fff;
}
.description-block{
    position: relative;
    margin-bottom:100px;
}
.tab-row{
    position: relative;
    border-bottom: 1px solid #ececec;
    padding-left:20px;
}
.tab-btn{
    position: relative;
    bottom:-1px;
    display: inline-block;
    padding: 9px 35px 9px 30px;
    border: 1px solid #ececec;
    border-radius: 4px 17px 0 0;
    border-left-color: #f2532f;
    border-left-width: 3px;
    border-bottom-color: #ffffff;
}
.tab-item{
    position: relative;
    padding: 25px 22px;
    color:#555;
    font-size:14px;
}
.tab-content{
    border: 1px solid #ececec;
    border-top:0;
}
.page-content ul li {
    list-style: none;
    position: relative;
    padding: 3px 0 2px 25px;
}
.page-content ul li::before {
    content: "\2022";
    color: #f2532f;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
header .top-block-phone{
    margin-right: 50px;
}
.item-text{
    margin-bottom: 30px;
}
.social-buttons label{
    display: block;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size:14px;
    font-weight: 600;
}
.page-content ul li.ya-share2__item::before{
    display:none;
}

.brand-list-container{
    --auto-grid-min-size: 10rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 30px;
    margin-bottom: 60px;
}
.brand-list-container a{
    display: block;
    position: relative;
    background: #fff;
    transition: all 0.3s;
    z-index: 1000;
}
.brand-list-container a div{
    margin: 0 auto 5px;
    border:1px solid #dfdfdf;
    border-radius:3px;
    text-align: center;
    padding:15px;
    transition: all 0.15s;
}
.brand-list-container a:hover div{
    box-shadow: 0 0 8px rgba(0,0,0,0.15);
}
.brand-list-container a div img{
    margin-bottom:15px;
    width:100px;
    height:100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.brand-list-container a span{
    font-weight: 600;
    font-size:12px;
    display: block;
    text-align: center;
}
.success{
    padding: 20px;
    display: inline-block;
    background: #cfeacf;
}
.arrow_box {
    position: absolute;
    background: #ff8585;
    border-radius: 4px 4px 0 0;
    color: #fff;
    display: block;
    padding: 5px 15px 5px 22px;
    left: 0;
    top: -21px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #d76a03;
    z-index: 3000;
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 133, 133, 0);
    border-top-color: #FF8585;
    border-width: 7px;
    margin-left: -7px;
}
.arrow_box:before {
    border-color: rgba(215, 106, 3, 0);
    border-top-color: #d76a03;
    border-width: 8px;
    margin-left: -8px;
}
.slider-container .back-bar .pointer-label.high{
    margin-left:7px;
}
.slider-container .back-bar .pointer-label.low{
    margin-left:-7px;
}

#sidebar{
    position: fixed;
    display: block;
    z-index: -1;
    top:0;
    left:100%;
    width:0;
    height:100%;
    background: rgba(0,0,0,0.75);
    opacity:0;
    transition: all 0.5s;
    overflow: hidden;
}
#sidebar .menu-wrapper{
    position: absolute;
    top:0;
    left:100%;
    right:auto;
    background: #fff;
    width: 85%;
    max-width: 100%;
    height:100%;
    overflow: auto;
    transition: all 0.5s;
}
#sidebar .menu-wrapper ul{
    margin:10px 20px 20px;
    padding:0;
    list-style: none;
}
#sidebar .menu-wrapper ul ul{
    margin-top:0;
    margin-bottom:10px;
}
#sidebar .menu-wrapper ul li a{
    position: relative;
    display: inline-block;
    color:#3d3d3d;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 17px;
}

body.mobileMenuShow{
    overflow: hidden;
}
body.mobileMenuShow #sidebar{
    left:0;
    opacity:1;
    width:100%;
    margin-left:0;
    z-index:10000;
}
body.mobileMenuShow #sidebar .menu-wrapper{
    left:auto;
    right:0;
}
#sidebar .mobile-close{
    position: absolute;
    top:10px;
    right:10px;
    height: 20px;
    width: 20px;
    text-align: center;
    cursor: pointer;
    background: url('/images/close.png') center no-repeat;
    background-size: 24px 24px;
    display:none;
    z-index: 20;
}
body.mobileMenuShow #sidebar .mobile-close{
    display:block;
}
.mobile-logo-wrapper{
    padding:20px;
    margin-bottom: 30px;
}
#sidebar .mobile-phone-block{
    display: flex;
    align-items: center;
    padding:0 20px;
}
#sidebar .mobile-phone-block a.phone-link{
    position: relative;
    margin-left: 10px;
    font-size: 17px;
    font-weight: bold;
}
.search-wrapper{
    position:fixed;
    top:-46px;
    left:0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,0.15);
    padding:7px 0;
    z-index:100000;
    opacity: 0;
    transition: all 0.3s
}
.search-inner{
    display: flex;
    align-items: center;
    max-width: 1650px;
    margin:0 auto;
    background: #f5f5f5;
    border-radius:4px;
    padding:0 10px;
}
.search-input-wrapper{
    flex:1;
}
.search-input-wrapper input{
    color: #666;
    display: block;
    height: 32px;
    line-height: 16px;
    padding: 0 10px;
    width: 100%;
}

.search-button-wrapper button{
    position: relative;
    display: block;
    width:17px;
    height:17px;
    background: url('/images/icons/css_sprites.png') -460px -379px;
    cursor:pointer;
}
.search-wrapper .close-btn{
    position: relative;
    display: block;
    width:17px;
    height:17px;
    background: url("/images/close-bold.png");
    background-size: contain;
    cursor:pointer;
    margin-left:20px;
}
body.searchShow .search-wrapper{
    top:0;
    opacity:1;
}

.cat-list-grid{
    --auto-grid-min-size: 17rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 30px;
}
a.cat-list-item{
    display: block;
    font-size:0;
    text-decoration: none;
    margin-bottom: 20px;
}
a.cat-list-item div{
    text-align: center;
    margin-bottom:10px;
}
a.cat-list-item span{
    position: relative;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size:13px;
    font-weight: 600;
}
.similar-block .catalog-item{
    padding:5px 0 0 0;
}
.similar-block .catalog-item .box-product-item{
    margin:0 5px;
}