body{
    font-family: 'Panton';
    font-size: 0.9rem;
}

/* BASE */
header{
    color: #c9c9c9;
    border-bottom: 1px solid #4a4a4a;
    width: 100%;
    top: 0;
    z-index: 10;
    background: #111419;
}

@media (min-width: 992px){
    header{
        /*position: absolute;*/
        background: #111419;
    }
}

a{

}

a:hover, a:focus, a:active, a.active{
    color: #ca944e !important;
    text-decoration: none !important;
    outline: none;
}

h2, .h2{
    font-family: 'PantonExtraBold';
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
}

/* BOOTSTRAP */
.card{
    border: none;
    background: none;
}

button:focus{
    outline: none;
}

/* STRUCTURE */
header .phone{
    font-size: 15px;
    font-family: 'PantonBold';
    background: url(../img/icons/6.svg) no-repeat;
    background-position: -17px -18px;
    padding: 0 30px;
    margin-top: 40px;
    display: inline-block;
    width: 210px;
}

header .phoneLink{
    font-size: 13px;
    font-family: 'PantonLight';
    background: url(../img/icons/10.svg) no-repeat;
    background-position-x: 125px;
    background-position-y: -18px;
    padding: 0 30px;
    display: inline-block;
    width: 175px;
}

.phoneLink a{
    color: #c9c9c9;
}

header .logo{
    margin-top: 11px;
}

header .slogan{
    font-size: 16px;
    font-family: 'PantonLight';
}

header .adress{
    font-size: 16px;
    font-family: 'PantonLight';
    margin-top: 10px;
}

.headerRow{
    margin-bottom: 10px;
}

.nav.mainNav{

}

.nav.mainNav .nav-link{
    padding: 20px 1em 0;
    text-transform: uppercase;
    color: #c9c9c9;
    font-size: 14px;
    font-family: 'PantonLight';
    height: 70px;
    white-space: nowrap;
}

@media (min-width: 992px){
    .nav.mainNav .nav-link{
        font-size: 13px;
    }
}

.nav.mainNav .nav-item{
    position: relative;
    margin-top: 0;
    margin-bottom: 0;

}

.nav.mainNav .nav-item:before{
    content: none;
}

.nav.mainNav .nav-item:hover:after, .nav.mainNav .nav-item.active:after{
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #ca944e;
    content: '';
    bottom: -2px;
}

.nav.mainNav .nav-link.img{
    padding-top: 0;
}

.basket{
    margin-top: 10px;
    text-align: right;
    padding-right: 40px;
    background: url(../img/icons/9.svg);
    background-repeat: no-repeat;
    background-position-x: 171px;
    background-position-y: -5px;
    display: inline-block;
    width: 215px;
}

@media (min-width: 1200px){
    .basket {
        background-position-x: 122px;
        background-position-y: -5px;
        width: 160px;
    }
}

.basket a{
    color: #c9c9c9;
    font-family: 'PantonBold';
}

.basket span{
    color: #ca944e;
    font-family: 'PantonLight';
}

.bannerWrapper{
    background: #000;
}

.caruselBrandWrapper{
    padding: 33px;
    margin-bottom: 42px;
}

.caruselBrand img{
    display: inline-block;
}

.caruselPopularWrapper{
    margin-bottom: 75px;
}

.caruselPopular .card .card-img {
    position: relative;
}

.caruselPopular .card:before {
    position: absolute;
    content: '';
    display: block;
    background: #e7e7e7;
    border-radius: 150px;
    max-width: 155px;
    max-height: 155px;
    width: 100%;
    height: 100%;
    left: 35px;
    top: 35px;
}

@media (min-width: 992px){
    .caruselPopular .card:before {
        left: 75px;
        top: 49px;
    }
}

@media (min-width: 1200px){
    .caruselPopular .card:before {
        left: 105px;
        top: 49px;
    }
}

.caruselPopular .card:hover:before{
    background: #ca944e;
}

h3.card-title{
    font-size: 18px;
    color: #000;
}

.card:hover h3.card-title{
    font-size: 18px;
    color: #ca944e;
}

.catalog{

}

.catalog .col-md-4, .catalog .col-sm-6, .catalog .col-lg-3{
    padding: 0;
}

.catalog .card .card-img{
    display: block;
    position: relative;
    text-align: center;

}

.catalog .card .card-title{
    text-align: center;
    height: 38px;
}

.catalog .card{
    box-shadow: 0px 0px 0px 1px #c0c0c0;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    height: 420px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 576px){
    .catalog .card{
        height: 400px;
    }
}

@media (min-width: 768px){
    .catalog .card{
        height: 370px;
    }
}

@media (min-width: 992px){
    .catalog .card{
        height: 368px;
    }
}

@media (min-width: 1200px){
    .catalog .card {
        height: 410px;
    }
}

.catalog .card .colors{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 13px;
    text-transform: uppercase;
    color: #c9c9c9;
}

.catalog .card .colors .colorButton{
    width: 15px;
    height: 15px;
    display: block;
    margin: 5px auto;
    padding: 0;
    border-radius: 16px;
    background: #000;
    cursor: pointer;
    border: 2px solid #fff;
}

.catalog .card .colors .colorButton.active,
.characteristics .colorButton.active{
    border: 2px solid #c9c9c9;
}

.catalog .card .colors .colorButton.blue{
    background: #1c59bb;
}

.catalog .card .colors .colorButton.black{
    background: #3c3c3c;
}

.card-price{
    text-align: center;
    font-family: 'PantonExtraBold';
    font-size: 1rem;
}

.catalog .cart-block{
    padding: 0;
}

.btn {
    border-radius: 0;
    font-size: 13px;
    text-transform: uppercase;
    padding: 15px 40px;
    font-family: 'PantonExtraBold';
    cursor: pointer;
}

.btn-secondary {
    border-color: #ca944e;
}

.catalog .card .btn-group{
    margin-left: -1px;
}

.catalog .card .btn-group button{
    padding: 0;
}

.catalog .card .btn-group .btn:first-child{
    width: 195px;

}
.catalog .card .btn-group .btn:last-child{
    width: 91px;
}

.catalog .card:hover{
    overflow: visible;
    position: relative;
}

.catalog .card:hover .inner{
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.75);
}

.date{
    font-size: 12px;
    font-family: 'PantonLight';
    color: #878788;
}

.itemNews {
    border-bottom: 1px solid #c9c9c9;
    padding: 15px 0;
    height: 96px;
}

.itemNews a{
    color: #000;
    font-family: 'PantonBold';
}

.news{
    border-top: 1px solid #c9c9c9;
    margin-bottom: 90px;
}

@media (min-width: 992px){
    .news{
        margin-bottom: 0;
    }
}

.artItem{
    background: url(../img/art-background.png);
    background-size: cover;
    color: #fff;
    height: 290px;
    padding: 10px 10px;

}


@media (min-width: 576px){
    .artItem{
        padding: 70px 50px;

    }
}


.artItem a{
    color: #fff;

}

.artItem h2{
    text-transform: none;
}

.caruselArticles .slick-dots{
    position: absolute;
    bottom: 30px;
}

.advantagesWrapper{
    border-top: 1px solid #e7e7e7;
    /*margin-top: 115px;*/
}

.advantagesItems{
    padding: 25px 0;
}

.advantagesItems img, .advantagesItems div{
    display: inline-block;
    vertical-align: middle;
}

.advantagesItemsInner {
    width: 186px;
    font-size: 14px;
    font-family: 'PantonSemiBold';
}

.footer{
    background: #111419;
    color: #c9c9c9;
    padding-top: 35px;
}

.footer h2{
    color: #c9c9c9;
}

.footer a{
    color: #c9c9c9;
}

.sliderInner{
    position: relative;
}

.sliderInner .sliderInnerText{
    position: absolute;
    z-index: 1000;
    top: 375px;
    left: 250px;
}


@media (min-width: 576px){
    .sliderInner .sliderInnerText{
        top: 50px;
        left: 50px;
    }
}


@media (min-width: 768px){
    .sliderInner .sliderInnerText{
        top: 100px;
        left: 100px;
    }
}

@media (min-width: 992px){
    .sliderInner .sliderInnerText{
        top: 224px;
        left: 170px;
    }
}

@media (min-width: 1200px){
    .sliderInner .sliderInnerText{
        top: 265px;
        left: 250px;
    }
}

@media (min-width: 1500px){
    .sliderInner .sliderInnerText{
        top: 284px;
        left: 250px;
    }
}

.sliderInner .h1{
    color: #c9c9c9;
    font-family: 'PantonLight';
    font-size: 55px;
    margin-bottom: 46px;
}

@media (min-width: 576px){
    .sliderInner .h1{
        font-size: 35px;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px){
    .sliderInner .h1{
        font-size: 45px;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px){
    .sliderInner .h1{
        font-size: 50px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px){
    .sliderInner .h1{
        font-size: 55px;
        margin-bottom: 46px;
    }
}

.sliderInner .sliderText{
    color: #a28064;
    font-family: 'PantonLight';
}

@media (min-width: 576px){
    .sliderInner .sliderText{
        font-size: 16px;
        width: 300px;
    }
}

@media (min-width: 768px){
    .sliderInner .sliderText{
        font-size: 16px;
        width: 300px;
    }
}

@media (min-width: 992px){
    .sliderInner .sliderText{
        font-size: 16px;
        width: auto;
    }
}

@media (min-width: 1200px){
    .sliderInner .sliderText{
        font-size: 16px;
        text-transform: uppercase;
    }
}

.headerContainer{
    position: relative;
}


@media (min-width: 576px) {
  .bannerWrapper {
    width: 540px;
    margin: auto;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .bannerWrapper {
    width: 720px;
    margin: auto;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .bannerWrapper {
    width: 960px;
    margin: auto;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .bannerWrapper {
    width: 1140px;
    margin: auto;
    max-width: 100%;
  }
}



.caruselBanner .slick-dots{
    position: absolute;
    top: 450px;
    left: 45px;
    width: 81px;

}

@media (min-width: 576px){
    .caruselBanner .slick-dots{
        top: 168px;
        left: 13px;
    }
}


@media (min-width: 768px){
    .caruselBanner .slick-dots{
        top: 238px;
        left: 5px;
    }
}

@media (min-width: 992px){
    .caruselBanner .slick-dots{
        top: 335px;
        left: 45px;
    }
}

@media (min-width: 1200px){
    .caruselBanner .slick-dots{
        top: 385px;
        left: 45px;
    }
}
.caruselBanner .slick-dots li{
    display: block;
    margin-bottom: 10px;


}

.caruselBanner .slick-dots li button {
    height: 2px;
    border-radius: 0;
    width: 30px;
    padding: 0;
}

.caruselBanner .slick-dots li button:hover, .caruselBanner  .slick-dots li.slick-active button{
    width: 45px;
}

.caruselBanner.slick-dotted.slick-slider{
    margin-bottom: 0;
}

.container.banner{
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.catalogLink{
    margin-top: 45px;
    margin-bottom: 95px;
}

.articlesWrapper{
    margin-bottom: 30px;
}

.footer h2, .footer .h2{
    font-size: 13px;
    text-align: left;
    margin-top: 30px;
}

@media (min-width: 768px){
    .footer h2, .footer .h2{
        height: 60px;
        margin-top: 0;
    }
}

.footer dl, .footer  ol, .footer  ul{
    padding: 0;
    list-style: none;
}

.footer .contacts{
    padding-left: 35px;
    margin-bottom: 50px;
    background-position-y: -17px;
    background-position-x: -17px;
    background-repeat: no-repeat;
}

.footer .contacts.phone{
    background-image: url(../img/icons/6.svg);
    font-family: 'PantonBold';
}
.footer .contacts.adress{
    background-image: url(../img/icons/5.svg);
    font-size: 14px;
}


@media (min-width: 768px){
    .header .search h2, .header .search .h2{
        height: auto;
    }
}
.header .search h2, .header .search .h2{
    display: none;
}
.header .search{
    padding-left: 0;
    margin-top: 8px;
    position: relative;
}

.header .search form{
    background: #1e232a;
    position: relative;
    height: 40px;
}

.header .search form input{
    border: none;
    background: none;
    font-size: 12px;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 10px;
    left: 0;
}

.header .search form button{
    position: absolute;
    right: 0;
    width: 40px;
    height: 100%;
    background: none;
    border: none;
    background-image: url(../img/icons/7.svg);
    background-repeat: no-repeat;
    background-position-x: -5px;
    background-position-y: -8px;
}

.mobileMenu a{
    color: #c9c9c9;
}

.mobileMenu .navbar{
    position: relative;
}

.mobileMenu .navbar .basket{
    position: absolute;
    top: -5px;
    right: 5px;
}

/* ABOUT */
.lightBackground{
    background: #fafafa;
}

.darkBackground{
    background: #111419;
}

.highlight{
    background: #f4f6f9;
    padding: 25px 45px 0;
    margin-bottom: 16px;
    font-size: 1.1rem;
    text-align: center;
}

.breadcrumb{

}

/* about */
.normal{
    position: static;
}

/*
    Общий -----------------------------------
*/
.breadcrumbs{
    font-size: 12px;
    font-family: 'PantonLight';
    color: #878788;
}

.breadcrumbs a{
    color: #878788;
}

h1{
    font-family: 'PantonExtraBold';
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    margin-top: 0.6rem;
    margin-bottom: 1.9rem;
    letter-spacing: 2px;
}

/*  НОВОСТИ */
.newsImage{
    margin: 32px auto;
}

/*
    Общий -----------------------------------
*/
ul{
    padding-left: 15px;
}

ul li{
    list-style: none;
    margin-top: 16px;
    margin-bottom: 32px;
    position: relative;
}

ul li:before{
    content: '\2022';
    color: #ca944e;
    position: absolute;
    left: -15px;
    font-family: monospace;
    font-size: 13px;
}

.bigText{
    font-size: 1.5rem;
    font-family: 'PantonBold';
}

strong, b{
    font-family: 'PantonBold';
    font-weight: normal;
}

.h3, h3 {
    font-size: 1rem;
    letter-spacing: 1px;
    font-family: 'PantonExtraBold';
    text-transform: uppercase;
}

/* Catalog */
.sale .inner:before{
    content: '%';
    font-size: 30px;
    font-family: 'PantonBold';
    position: absolute;
    left: 20px;
    top: 5px;
}

.sale .inner .card-price{
    margin-top: -5px;
    margin-bottom: 5px;
}

.sale .inner .card-price.old-price{
    color: #c9c9c9;
    font-family: 'Panton';
    font-size: 0.9rem;
    text-decoration: line-through;
}


/* Общий*/
ul li:before {
    content: initial;
}

.pagination{
    margin: 40px;
}

.page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.page-link {
    border: 0;
    border-radius: 0!important;
    border-bottom: 1px solid #e7e7e7;
    color: #000;
    font-family: 'PantonBold';
}

.page-link:focus, .page-link:hover{
    background-color: initial;
    position: relative;

}

.page-item:focus{
    outline: none;
}

.page-item:focus:after, .page-item:hover:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #ca944e;
    left: 0;
    outline: none;
    bottom: -1px;
}

.catalogText{
    font-family: 'PantonBold';
}

@media (min-width: 768px) {
    .catalogText{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        font-family: 'PantonBold';
    }
}

.catalogTextHeder{
    position: relative;
    margin-bottom: 30px;
    padding: 0;
}

@media (min-width: 768px){
    padding: 15px;
}

.catalogTextHederInner{
    position: absolute;
    top: 40px;
    color: #fff;
    text-align: center;
    width: 100%;

}

.catalogTextHederInner h2{
    font-size: 14px;
}

.catalogTextHederInner h1{
    font-family: 'PantonLight';
}

.catalogTextHederInner p.lead{
    font-family: 'PantonLight';
    font-size: 0.9rem;
    text-transform: uppercase;
}

/* Новости */
.newsCard{
    border: 1px solid #e8e8e8;
    height: 300px;
    border-radius: 0;
    position: relative;
    margin-bottom: 25px;
    display: block;
}

.newsCard img{
    display: block;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .newsCard{
        display: flex;
    }
}

.newsCard{

}

.newsWrapper a{
    color: #000;
}

.cardDate{
    text-transform: uppercase;
    color: #cfcfcf;
    font-size: 0.75rem;
}

.newsCard h4.card-title{
    font-size: 1.1rem;
    margin: 24px 0;
}

.newsCard .withoutImage{
    padding-top: 50px;
}

.newsCard:after{
    content: '\2192';
    right: 15px;
    position: absolute;
    bottom: 0;
    font-size: 30px;
}

.colorButton {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 5px auto;
    padding: 0;
    border-radius: 16px;
    background: #000;
    cursor: pointer;
    border: 2px solid #fff;
}

/* Карточка товара */
.goodsCard{
}

.goodsCard h1{
    font-family: 'PantonLight';
    text-transform: none;
    color: #000;
    text-align: left;
}

.cardPrice{
    background: #f4f6f9;
    padding: 16px 24px;
    margin-bottom: 24px;
}

.cardPrice .price{
    font-family: 'PantonExtraBold';
    font-size: 1.3rem;
    line-height: 43px;
}

.cardPrice .btn{
    padding: 8px 16px;
}

.cardPrice .btn:hover{
    background: #ca944e;
    color: #fff;
}

.cardPrice .btn:hover img{
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.characteristics h2 {
    font-size: 1.04rem;
    text-align: left;
    margin: 32px 0 16px;
}


/* Общий */
table{
    width: 100%;
}

tr, th{
    padding: 8px 0;
}

th{
    font-weight: normal;
}

/* карточка товара */

.characteristics table td{
    font-family: 'PantonBold';
}

.viewedWrapper h3{
    margin-top: 16px;
    font-size: 1.2rem;
    font-family: 'Panton';
    text-transform: none;
}

.viewedWrapper .price{
    font-family: 'PantonExtraBold';
}

.viewedCard{
    border: 1px solid #e7e7e7;
}
.caruselCardPopularWrapper{
    margin: 96px 0;
}

.caruselCardPopularWrapper h2{
    margin-bottom: 40px;
}
.cardImages {
    margin-top: 48px;
}

/* корзина */

/* Общие */
legend {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-family: 'PantonBold';
    margin-bottom: 16px;
}

.form-control{
    border-radius: 0;
    background: #f4f6f9;
    border: 1px solid #fff;
    padding: 16px;
    font-size: 0.9rem;
}

.form-control:focus{
    border: 1px solid #e7e7e7;
}

.custom-radio .custom-control-input:checked~.custom-control-indicator{
    background-image: none;
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #ca944e;
}

.custom-control-input:focus~.custom-control-indicator{
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #e0e0e0;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #e0e0e0;
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #c5c5c5;
}

/* Корзина */
.basketItem{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
}

.basketItem input{
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 8px;
    width: 40px;
    margin-top: 22px;
}

.basketItem h3{
    font-family: 'Panton';
    text-transform: none;
}

.basketItem .price{
    font-family: 'PantonBold';
}

.delLink {
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 79px;
}

.delLink a{
    color: #e7e7e7;
}

.footer ul li{
    margin-bottom: 0;
}

/* Общий */
.btn-primary {
    color: #fff;
    background-color: #ca944e;
    border-color: #ca944e;
}

.btn-primary:hover {
    color: #fff;
    background-color: #757575;
    border-color: #757575;
}

.col-md-1-5{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px){
    .col-md-1-5{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/* Каталог */
.filterWrapper label{
    display: block;
    color: #878788;
    text-transform: uppercase;
    font-size: 12px;
}

.filterPriceWrapper label{
    display: inline-block;
}


/* Общий */
.im-mt-1{
    margin-top: 8px;
}

.im-mb-1{
    margin-bottom: 8px;
}

.im-mx-1{
    margin: 8px 0;
}

.im-pt-1{
    padding-top: 8px;
}

.im-pb-1{
    padding-bottom: 8px;
}

.im-px-1{
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Каталог */
.ui-slider-horizontal .ui-slider-handle {
    background: #fff;
    border: 4px solid #ca944e;
    border-radius: 10px;
    width: 15px;
    height: 15px;
}

.ui-slider {
    position: relative;
    text-align: left;
    height: 6px !important;
    background: #4f545c;
    border-radius: 10px;
    display: inline-block;
    width: 137px;
    margin-left: 10px;
    margin-top: -1px;
}

.ui-slider .ui-slider-range{
    background: #ca944e;
}


.togglesWrapper label{
    display: inline-block;
}

.filterWrapper span{
    color: #fff;
}

.filterWrapper{
    position: relative;
}

.togglesWrapper {
    background: #fff;
    position: absolute;
    z-index: 300;
    width: 100%;
    top: 55px;
    padding: 20px 10px;
    margin: 0 -14px;
    display: none;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 3px 7px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 3px 7px 0px rgba(50, 50, 50, 0.75);
}

@media (min-width: 992px) {
    .togglesWrapper {
        margin: 0 -14px;
        top: 92px;
    }
}

@media (min-width: 1200px) {
    .togglesWrapper {
        margin: 0 -14px;
        top: 72px;
    }
}

@media (min-width: 768px) {
    .togglesWrapper {
        width: 100%;
        padding: 20px 10px;
    }
}

.togglesWrapper span.custom-control-description{
    color: #000;
    text-transform: uppercase;
}

/* Общий */
.im-mb-0{
    margin-bottom: 0!important;
}

.im-mt-2{
    margin-top: 16px!important;
}

.filterWrapper1:after,
.filterWrapper2:after,
.filterWrapper3:after,
.filterWrapper4:after{
    content: '\2c5';
    font-family: monospace;
    color: #ca944e;
    position: absolute;
    right: 20px;
}

.filterWrapper1:hover, .filterWrapper1:focus,
.filterWrapper2:hover, .filterWrapper2:focus,
.filterWrapper3:hover, .filterWrapper3:focus,
.filterWrapper4:hover, .filterWrapper4:focus{
    cursor: pointer;
    background: #3c3b3b;
    outline: none;
    border-right: 2px solid rgb(84, 84, 84);
}

.filterWrapper1:focus .togglesWrapper, .filterWrapper1:hover .togglesWrapper,
.filterWrapper2:focus .togglesWrapper, .filterWrapper2:hover .togglesWrapper,
.filterWrapper3:focus .togglesWrapper, .filterWrapper3:hover .togglesWrapper,
.filterWrapper4:focus .togglesWrapper, .filterWrapper4:hover .togglesWrapper{
    display: block;
}

.togglesWrapper:focus, .togglesWrapper:hover{
    display: block;
}

.filterWrapper1:focus:after,
.filterWrapper2:focus:after,
.filterWrapper3:focus:after,
.filterWrapper4:focus:after{
    color: #4f545c;
}

.togglesWrapper span.custom-control-description{
    line-height: 24px;
}

#amount{
    background: transparent;
    color: #878788;
    font-size: 14px;
    border: none;
    margin-top: 5px;
    display: inline-block;
}

.sortWrapper .container{
    padding: 30px;
    font-family: 'PantonSemiBold';
}

.sortWrapper .container label{
    margin-bottom: 0;
    margin-right: 30px;
}

.sortWrapper .container a{
    display: inline-block;
    padding: 0 20px;
    cursor: pointer;
}

.ui-slider-horizontal .ui-slider-handle{
    outline: none;
}

/* Modal */
.modal-content{
    border-radius: 0;
    padding: 24px 30px;
}

.modal-body .basketItem h3{
    margin-top: 20px;
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 370px;
    }
}

.modal-body legend {
    font-family: 'PantonSemiBold';
    margin-bottom: 25px;
}

.modal-body .message{
    padding-top: 65px;
}

.modal-body .message h2{
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'PantonSemiBold';
}

.modal-body .message .btn{
    margin-top: 60px;
}

.caruselSpecialOffers {
    position: relative;
}

.caruselSpecialOffers .slick-prev, .caruselSpecialOffers  .slick-next{
    position: absolute;
    right: 10px;
    left: auto;
    z-index: 200;
}

.caruselSpecialOffers .slick-prev{
    top: 370px;
}
.caruselSpecialOffers  .slick-next{
    top: 400px;
}

@media (min-width: 576px) {
    .caruselSpecialOffers .slick-prev{
        top: 140px;
    }
    .caruselSpecialOffers  .slick-next{
        top: 170px;
    }
}

.d_message_error ul li{
    color: coral;
    display: list-item;
    margin-bottom: 5px;
}

.newsFilter{
    text-align: center;
    display: block;
    padding: 0;
    width: 100%;
}

.newsFilter li{
    display: inline-block;
    padding: 0 20px 10px;

}

.newsFilter li a{
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.newsFilter li a:hover{
    border-bottom: 1px solid #ca944e;
}

.sliderInner img{
    width: 100%;
}

.copyright {
    padding: 20px 0;
    border-top: 1px solid #2a2e34;
}

.caruselSpecialOffersText{
    text-align: center;
    width: 100%;
    padding-top: 30px;
}

@media (min-width: 576px) {
    .caruselSpecialOffersText{
        position: absolute;
        padding-top: 50px;
        padding-left: 30px;
        text-align: left;
        width: 250px;
    }
}

@media (min-width: 768px) {
    .caruselSpecialOffersText{
        width: 350px;
    }
}

@media (min-width: 992px) {
    .caruselSpecialOffersText{
        width: 250px;
    }
}

@media (min-width: 1200px) {
    .caruselSpecialOffersText{
        width: 250px;
    }
}

.caruselSpecialOffersText span{
    text-transform: uppercase;
    color: #c9c9c9;
    font-size: 12px;
    margin-bottom: 40px;
    display: block;
}

.caruselSpecialOffersText h3{
    font-family: 'Panton';
    font-size: 30px;
    margin-bottom: 50px;
}


@media (min-width: 576px) {
    .caruselSpecialOffersText h3{
        font-family: 'Panton';
        font-size: 20px;
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .caruselSpecialOffersText h3{
        font-size: 30px;
    }
}

.caruselSpecialOffersText div.price{
    font-family: 'PantonSemiBold';
    font-size: 1.2rem;
}

.caruselSpecialOffersPhoto{
    text-align: right;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

@media (min-width: 576px) {
    .caruselSpecialOffersPhoto{
        text-align: right;
        width: 240px;
        margin-left: auto;
    }

    .caruselSpecialOffers{
        padding: 10px 40px;
    }

    .caruselSpecialOffers .slick-prev{
        top: 180px;
    }

    .caruselSpecialOffers .slick-next{
        top: 210px;
    }
}

@media (min-width: 992px) {
    .caruselSpecialOffers{
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .caruselSpecialOffers{
        padding: 30px 40px;
    }
}

@media (min-width: 576px) {
    caruselSpecialOffersPhoto{
        text-align: center;
    }
}

.goodsCardInnerImage{
    padding: 15px 0;
}

.goodsCardInnerH3{
    text-align: center;
}

.grayShadow{
    box-shadow: 0px 0px 0px 1px #c0c0c0;
}


.card-block .inner{
    margin-bottom: 15px;
}

.price_old{
    height: 21px;
}

.adaptive_map{
    display: block;
    position: relative;
    width: 100%;
}

div.adaptive_map > ymaps {
    width: 100% !important;
}

.artItem{
    position: relative;
}

.artItem a, .artItem div.artItemDescription{
    position: relative;
}

.blackOpacity {
    position: absolute;
    display: block;
    content: '';
    background: #00000094;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.h1ps{
    margin-bottom: 0%;
}
.fontbigs{font-size: 16px}
.centr_txt{
   text-align: center;
}
.count1{
   padding-left:8%;
   padding-right:8%;
   margin-bottom: 4%;
}
.count{
   margin-bottom: 4%;
}
.h2ps{
    text-align: center;
}
.imgtop{
    margin-bottom: 10%;
    margin-top: 5%;
}
.primary__pic {
    text-align: center;
    width: 100%;
    margin-top: 3%;
}
.primary__pc{
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 16px;
    box-shadow: 0 0 1pt #727272;
    border-radius: 0pt;
    width: 75%;
    display: inline-block;
    padding: 8pt;
}
.row1ps_item{
    padding-right: 8px;
    border: 0px solid black;
    padding-left: 8px;
}
.row1ps_item2{
    padding-right: 10px;
}
.row1ps{
    display: flex;
}
@media screen and (min-width: 800px) and (max-width: 966px) {
.row1ps{
   display: block;
   text-align: center;
}
.row1ps_item2{
    text-align: center;
    padding-bottom: 10px;
}
.row1ps_item2{
    text-align: left;
    padding-bottom: 10px;
}
}
@media screen and (min-width: 636px) and (max-width: 799px) {
.row1ps{
   display: block;
   text-align: center;
}
.row1ps_item2{
    text-align: center;
    padding-bottom: 10px;
}
.row1ps_item2{
    text-align: left;
    padding-bottom: 10px;
}
}
@media screen and (max-width: 635px) {
    .row1ps{
        display: block;
        text-align: center;
    }
    .row1ps_item2{
        text-align: left;
        padding-bottom: 10px;
    }
     .row1ps_item2{
        text-align: center;
        padding-bottom: 10px;
    }
    .cardPrice .btn {
        padding: 15px 16px;
    }
    .add-to-cart-btn.btn, .add-to-cart-btn.btn + .btn{
        padding: 15px 20px;
    }

}
.cart-block i{
    font-style: normal;
}
#cart-block-mobile {
    position: absolute;
    top: 20px;
    right: 25px;
}
