/*a[href="/catalog/sale/"]{display:none!important}*/
.banner_title_nowrap,
.banner_title_whitewrap,
.banner_title_blackwrap,
.banner_desc_nowrap,
.banner_desc_blackwrap,
.banner_desc_whitewrap {
    display: inline;
    word-break: normal;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    position: relative;
    font-weight: 300;
/ / font-family: "Roboto", sans-serif;
}

.banner_title_nowrap,
.banner_title_whitewrap,
.banner_title_blackwrap {
    font-size: 36px;
    line-height: 56px;
    color: #202020;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.banner_desc_nowrap,
.banner_desc_blackwrap,
.banner_desc_whitewrap {
    line-height: 20px;
    font-size: 16px;
    color: #202020;
    padding-top: 1px;
    padding-bottom: 1px;
}

.banner_title_whitewrap {
    background-color: rgba(255, 255, 255, 0.8);
    color: #202020;
    box-shadow: 18px 0 0 rgba(255, 255, 255, 0.8),
    -10px 0 0 rgba(255, 255, 255, 0.8);
}

.banner_title_blackwrap {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    box-shadow: 18px 0 0 rgba(0, 0, 0, 0.5),
    -10px 0 0 rgba(0, 0, 0, 0.5);
}

.banner_desc_blackwrap {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    box-shadow: 18px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
}

.banner_desc_whitewrap {
    background-color: rgba(255, 255, 255, 0.8);
    color: #202020;
    box-shadow: 18px 0 0 rgba(255, 255, 255, 0.8), -10px 0 0 rgba(255, 255, 255, 0.8);
}

@media (max-width: 992px) {
    .banner_title_whitewrap {
        box-shadow: 1.76vw 0 0 rgba(255, 255, 255, 0.8),
        -1vw 0 0 rgba(255, 255, 255, 0.8);
        padding: 0.5vw 0;
    }

    .banner_title_blackwrap {
        box-shadow: 1.76vw 0 0 rgba(0, 0, 0, 0.5),
        -1vw 0 0 rgba(0, 0, 0, 0.5);
        padding: 0.5vw 0;
    }

    .banner_desc_blackwrap,
    .banner_desc_whitewrap {
        padding-top: 0.2vw;
        padding-bottom: 0.2vw;
    }
}

.sectio .sections-description {
    width: 100%;
}

/*Dimitrii.po PB-Credi*/
#openPBCredit {
    background-color: #ffe062;
    border-color: #ffe062;
    color: #555555;
    font-size: 15px;
    line-height: 1.2;    
    padding: 10px 30px;
}

#openPBCredit .fa {
    color: #fff;
    text-shadow: 0 1px 2px #555;
    margin-right: 5px;
}

#openPBCredit:hover {
    color: #555;
    background-color: #ffd62f;
    border-color: #ffd62f;
}

.pb-price {
    font-weight: 800;
}

/*Dimitrii.po PB-Credi END*/

/*Dimitrii.pro Slider*/
.product-cat-image-canvas {
    display: block;
    padding-bottom: 90%;
    position: relative;
}

.product-cat-image, .product-cat-image-overlay, .product-cat-image-slide, .product-cat-image-slider {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.product-cat-image-slide {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.product-cat-image-slider {
    overflow: hidden;
}

.product-cat-image-slide.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.product-cat-image {
    max-height: 100%;
    max-width: 100%;
}

.product-cat-image-slider-control-container {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 95;
}

.product-cat-image-slider-control {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    position: relative;
}

.product-cat-image-slider-control:after {
    background-color: rgba(255,255,255,.8);
    content: '';
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 1px 2px;
    height: 4px;
    opacity: 1;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 4;
}

.product-cat-image-slider-control.active:after {
    background-color: #f8b728;
}

.product-cat-image-slider-control:first-child:after {
    margin-left: 3px;
}


/*.product-cat-image-slider-control-container:not(:hover) .product-cat-image-slider-control:after {*/
/*opacity: 0;*/
/*background-color: #f8b728;*/
/*}*/

.products-counter {
    bottom: 12px!important;
}

.product-cat-image-canvas{
    /*padding-bottom: 100%*/
    position: initial;
}

.bx-touch .product-cat-image-slider > .active, .bx-touch .product-cat-image-slider > .next,
.bx-touch .product-cat-image-slider > .prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.bx-touch .product-cat-image-slider > .active {
    left: 0
}

.bx-touch .product-cat-image-slider > .next, .bx-touch .product-cat-image-slider > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.bx-touch .product-cat-image-slider > .next {
    left: 100%
}

.bx-touch .product-cat-image-slider > .prev {
    left: -100%
}

.bx-touch .product-cat-image-slider > .next.left, .bx-touch .product-cat-image-slider > .prev.right {
    left: 0
}

.bx-touch .product-cat-image-slider-control-container {
    display: none;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .bx-touch .product-cat-image-slide {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .bx-touch .product-cat-image-slide.active.right, .bx-touch .product-cat-image-slide.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .bx-touch .product-cat-image-slide.active.left, .bx-touch .product-cat-image-slide.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .bx-touch .product-cat-image-slide.active, .bx-touch .product-cat-image-slide.next.left,
    .bx-touch .product-cat-image-slide.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.product-cat-image-slider-more {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    line-height: 30px;
    z-index: 95;
}

.product-cat-image-slider-more-icon {
    display: block;
    font-size: 14px;
}



.product-cat-image-slider-more-wrapper {
    /*height: 100%;*/
}

.product-cat-image-slider-more-wrapper img {
    height: 70px;
}

.product-cat-image-slider-more-text {
    font-size: 14px;
    font-weight: 900;
}
/*Dimitrii.pro Slider END*/

/*Dimitrii.pro 3 col*/

.content .row.products_showcase > .col.half {
    width: 100%!important;
}

@media (min-width: 740px) {
    .content .row.products_showcase > .col {
        float: left;
    }
    .content .row.products_showcase > .col, .content .row.products_showcase > .col.half {
        width: 33.33333%!important;
    }
}
@media (min-width: 1260px) {
    .content .row.products_showcase > .col, .content .row.products_showcase > .col.half {
        width: 33.33333%!important;
    }
}
@media (min-width: 1680px) {
    .content .row.products_showcase > .col, .content .row.products_showcase > .col.half {
        width: 33.33333%!important;
    }
}

.products_showcase .products__item:hover{	
    z-index: 96;
}
/*Dimitrii.pro 3 col END*/
/*Dimitrii.pro 3 10.12.19*/
.btn-more {
    text-decoration: underline;
    font-size: 16px;
}
.btn-call-me {
    background-color: #ffe062;
    padding: 10px 20px;
    border-radius: 6px;
    color: #000000;
}
.btn-call-me:hover {
    background-color: #ffd62f;
    color: #000000;
}

.headline .btn-call-me {
    padding: 4px 14px;
}
.btn-call-me .fa {
    color: #ffffff;
    padding-right: 4px;
}
.headline .btn-call-me .fa{
    padding-right: 10px;
}

.footer_line_menu li {
    display: inline;
    padding: 0 6px;
}
.fancybox-wrap .fancybox-close {
    top: 14px;
    right: 20px;
    width: 37px;
    height: 36px;
}

.search-result .product-cat-image-slider-more {
    display: none;
}

body .fly-header-wrap.__simple .fly-header .fly-header__contacts {
    display: inline-block!important;
}

body .fly-header-wrap.__simple .fly-header .fly-header__contacts .header-contacts__phone{
    padding: 20px 0;
    font-size: 18px;
	margin-bottom: 0;
	line-height: normal;
    display: inline-block;
    vertical-align: middle;
    /*font-weight: 900;*/
}
body .fly-header-wrap.__simple .fly-header .fly-header__contacts .header-contacts__adr{
    display: none;
}

/*Dimitrii.pro 3 10.12.19 END*/

table.eac{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	height: auto; }

table.eac,table.eac td, table.eac th {
	border: 2px solid #ffe062; }

table.eac td,table.eac th {
	min-height:35px;padding: 5px; 
	width: 30px;
	height: 35px; }

table.eac th {
	background: #347c99;
	color: #fff;
	font-weight: normal; }
}
