html {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    height: 100%;
    width: 100%;
    color: #363636;
}

.st-wrpr {
    max-width: 1920px;
    margin: 0 auto;
}

.hdr-tp {
    height: 100px;
}

.site-logo {
    padding-left: 5px;
    padding-top: 20px;
}


.svg-menu {

    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100px;

}

.svg-menu > li {
    display: block;
    float: left;
}

.svg-menu > li > a {

    position: relative;
    display: block;
    padding: 40px 20px;
    font-size: 15px;
    color: #cbcbcb;
    padding-left: 50px;
    transition: color 0.15s ease-in-out;

}

.svg-menu > li > a:hover {
    color: #a10023;
    text-decoration: none;
}

.svg-menu > li > a:hover .spn-svg svg {
    fill: #a10023;
}

.svg-menu > li > a .spn-svg svg {

    transition: fill 0.15s ease-in-out;
}



.svg-menu > li > a .spn-svg {
    position: absolute;
    top: 35px;
    left: 10px;
}

.svg-menu > li > a .spn-svg {
    fill: #cbcbcb ;
}

.spn-svg {
    display: inline-block;
    text-align: center;
}

.spn-svg.spn-svg__thr30 {
    width: 30px;
    height: 30px;
}

.spn-svg svg {
    width: 100%;
}

.spn-svg.spn-svg__thr30 svg {
    height: 30px;
}


.col-md__lfbrd {
    border-left: 1px solid #dcdcdc;
}



.hdr-cnts-srch {
    position: relative;
    height: 100px;
}


.hdr-srch {

    position: absolute;
    width: 100px;
    height: 100px;
    right: -15px;
    top: 0;
    transition: background 0.15s ease-in-out;
    cursor: pointer;
}



.hdr-srch .spn-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.hdr-srch:hover .spn-svg svg {
    fill: #457ae6;
}

.hdr-srch:hover .spn-svg svg {
    transition: fill 0.15s ease-in-out;
}

.hdr-cnts {
    position: relative;  margin-right: 100px;
}

.hdr-cnts-bl {
    padding: 0 30px 0 15px;
    padding-top: 25px;
}

.fix-he-sto-overf {
    height: 100px;
    overflow: hidden;
}

.hdr-cnts-bl.hdr-cnts-sec {

    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 150px;
    background: #fff;
    left: -16px;
    right: -115px;
    transition: top 0.2s linear;
    border-left: 1px solid #dcdcdc;
    padding: 0 30px 20px;
}


.hdr-cnts-srch__sh-cnts .spn-svg__drop-cnts {
    transform: rotate(-90deg) ;
}


.hdr-cnts-srch__sh-cnts .hdr-cnts-bl.hdr-cnts-sec {
    visibility: visible;
    opacity: 1;
    top: 100px;
}

.hdr-cnts-sec .hdr-cnts-val {
    color: #a10023;
}

.hdr-cnts-title__sec {
    margin-top: 15px;
}

.hdr-cnts-val.hdr-cnts-val__sec {
    font-size: 20px;
}


.col-md-active .col-md__lfbrd {
    border-left: 0;
}

.hdr-cnts-title {
    color: #8c8c8e;
    font-size: 13px;
}

.hdr-cnts-val {
    color: #a10023;
    font-size: 24px;
}

.btn__ctlg-srt .spn-svg  ,
.spn-svg__drop-cnts {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 35px;
    transform: rotate(90deg);
}

@media(min-width: 1648px) {
    .spn-svg__drop-cnts {
        right: 10px;
    }
}


.btn__ctlg-srt .spn-svg svg ,
.spn-svg__drop-cnts.spn-svg.spn-svg__thr30 svg {
    fill: #457ae6;
    height: 20px;
    width: 25px;
    cursor: pointer;
}

.hdr-srch-bl {
    position: relative;
}

.hdr-srch-bl .hdr-srch {
    right: 0;
}

.hdr-srch-frm {

    padding:25px 40px;
}

.hdr-srch-inp {

    display: block;
    background: transparent;
    font-size: 24px;
    font-weight: 100;
    color: #a10023;
    border: 0;
    width: 75%;
    padding-left: 30px;
    outline: none;
    position: relative;

}

.col-md-active {
    z-index: 8;
    background: #fff;
}

.hdr-srch-frm:before {
    position: absolute;
    display: none;
    width: 1px;
    height: 50px;
    background: #000;
    content: '  ';
    left: 35px;
    top: 25px;
}

.hdr-srch-bl .hdr-srch .spn-svg svg {
    fill: #a10023;
}

.hdr-srch-bl {
    width: 130px;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    top: 0;
    right: 0;
    height: 100px;
    background: #fff;
    transition: width 0.35s linear;
}

.hdr-srch-bl.hdr-srch-bl__toleft {
    left: 0;
    visibility: visible;
    opacity: 1;
    z-index: 7; width: 100%;
    background: #f5f5f5;
}


.hdr-srch-bl.hdr-srch-bl__toleft .hdr-srch-frm {
    padding-top: 30px;
}

.hdr-md-lnk {
    position: relative;
    background: #f5f5f5;
    text-align: center;
    height: 70px;
    transition: background 0.35s linear;
}
.hdr-md-lnk-text {
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 10px;
    transform: translate(-50%, -50%);
}

.hdr-md-lnk  .hdr-md-lnk-text > .spn-svg {
    position: absolute;
    right: -8px;
    top: calc(50% - 5px);
}

.hdr-md-lnk:first-child {
    border-left: 0;
}

.hdr-md-lnk:focus ,
.hdr-md-lnk:hover {
    color: #fff;
    background: #a10023;
}

.hdr-md-lnk:focus   > a,
.hdr-md-lnk:hover   > a,
.hdr-md-lnk:active  > a {
    color: #fff;
}

.hdr-md-lnk > a {

    display: inline-block;
    height: 70px;
    line-height: 70px;
    color: #363636;
    font-size: 15px;
    text-decoration: none;
    width: 100%;
}


.owl-sldr-img {
    height: 700px;
    background-size: cover;
}
@media(min-width: 600px) and (max-width: 650px) {
	.owl-sldr-img {
        height: 280px!important;
    }
}
@media(min-width: 650px) and (max-width: 700px) {
	.owl-sldr-img {
        height: 300px!important;
    }
}
@media(min-width: 700px) and (max-width: 1000px) {
	.owl-sldr-img {
        height: 320px!important;
    }
}
@media(min-width: 1000px) and (max-width: 1100px) {
	.owl-sldr-img {
        height: 340px!important;
    }
}
@media(min-width: 1100px) and (max-width: 1200px) {
	.owl-sldr-img {
        height: 360px!important;
    }
}
@media(min-width: 1200px) and (max-width: 1300px) {
	.owl-sldr-img {
        height: 380px!important;
    }
}
@media(min-width: 1300px) and (max-width: 1400px) {
	.owl-sldr-img {
        height: 400px!important;
    }
}
@media(min-width: 1400px) and (max-width: 1500px) {
	.owl-sldr-img {
        height: 450px!important;
    }
}
@media(min-width: 1500px) and (max-width: 1600px) {
	.owl-sldr-img {
        height: 500px!important;
    }
}
@media(min-width: 1600px) and (max-width: 1700px) {
	.owl-sldr-img {
        height: 550px!important;
    }
}
@media(min-width: 1700px) and (max-width: 1800px) {
	.owl-sldr-img {
        height: 600px!important;
    }
}
@media(min-width: 1800px) and (max-width: 1900px) {
	.owl-sldr-img {
        height: 650px!important;
    }
}
.owl-sldr.owl-sldr-index {
    position: relative;
}

.owl-sldr.owl-sldr-index .owl-controls {
    position: absolute;
    left: 80px;
    bottom: 80px;
}
@media(min-width: 320px) and (max-width: 1500px) {
    .owl-sldr.owl-sldr-index .owl-controls {
        bottom: 25px;
    }
}
.owl-sldr.owl-sldr-index .owl-controls .owl-pagination {
    position: relative;
}


.owl-sldr.owl-sldr-index .owl-controls .owl-pagination .owl-page span {
    position: relative;
    top: 15px;
    margin-right: 30px;
}

.owl-sldr.owl-sldr-index .owl-controls .owl-pagination .owl-page span {
    width: 14px;
    height: 14px;
    background: #a10023;
    border-radius: 0;
}

.owl-sldr.owl-sldr-index .owl-controls .owl-pagination .owl-page:hover span {
    width: 18px;
    height: 18px;
    top: 17px;
    left: -1px;
    margin-right: 26px;
}

.owl-sldr.owl-sldr-index .owl-controls .owl-pagination .owl-page.active:hover  span,
.owl-sldr.owl-sldr-index .owl-controls .owl-pagination .owl-page.active span {
    width: 30px;
    height: 30px;
    margin-right: 14px;
    border: 2px solid #a10023;
    background: none;
    top: 23px;
    left: -10px;
}

.owl-sldr-bl {

    position: absolute;
    height: 200px;
    overflow: hidden;
    top: 200px;
    padding: 40px 0;
    padding-left: 40px;
    left: 10%;
    right: 0;

}
/*.owl-sldr-bl {
        display: none!important;
    }*/
.owl-sldr-title {

    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    color: #a10023;
    margin-bottom: 30px;
	text-shadow: 3px 5px 6px #f5f5f5;
}

.owl-sldr-txt {

    padding-left: 4px;
    line-height: 1;
    font-size: 24px;
    color: #fff;

}

.main-txt {
    padding: 65px 40px;
    font-size: 42px;
    color: #0f1b33;
}

.main-txt h1 {
    margin: 0;
    font-size: 42px;
    color: #1a2135;
}

.body-hide-bg {

    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: none;
    z-index: -1;
}

.body-hide {
    overflow: hidden;
    padding-right: 17px;
}

.body-hide .body-hide-bg {
    display: block;
    z-index: 6;
}


.gallery-section-one {
    position: relative;
    height: 270px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-section-one-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.gallery-section-one .gallery-section-one-bg:after {

    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    width: 0;
    height: 270px;
    content: ' ';
    transition: width 0.25s linear;

}

/*
.gallery-section-one:active .gallery-section-one-bg:after ,
.gallery-section-one:hover .gallery-section-one-bg:after {

    visibility: visible;
    opacity: 1;
    width: 100%;
    background-color: rgba(15,27,51, 0.5) ;

}


.gallery-section-one.gallery-section-one__ac .gallery-section-one-bg:after ,
.gallery-section-one.gallery-section-one__ac:active .gallery-section-one-bg:after ,
.gallery-section-one.gallery-section-one__ac:hover .gallery-section-one-bg:after {

    visibility: visible;
    opacity: 1;
    width: 100%;
    background-color: rgba(15,27,51, 0.9) ;

}*/
/*.gallery-section-one .gallery-section-one-bg:after {

    visibility: visible;
    opacity: 1;
    width: 100%;
    background-color: rgba(15,27,51, 0.4) ;

}

.gallery-section-one:hover .gallery-section-one-bg:after {

    visibility: visible;
    opacity: 1;
    width: 100%;
    background-color: rgba(15,27,51, 0.2) ;

}*/

.gallery-section-one.gallery-section-one__ac .gallery-section-one-bg:after ,
 .gallery-section-one.gallery-section-one__ac:active .gallery-section-one-bg:after ,
 .gallery-section-one.gallery-section-one__ac:hover .gallery-section-one-bg:after {

     visibility: visible;
     opacity: 1;
     width: 100%;
     background-color: rgba(161,0,35, 0.6) ;

 }

.gallery-section-one:active .gallery-section-one-bg:after ,
.gallery-section-one.gallery-section-one__ac:active .gallery-section-one-bg:after  {
    background-color: rgba(15,27,51, 0.9) ;
}

.steelArt-bl__chnItem {
    background-size: cover;
}

/*.gallery-section-one:active .gallery-section-one-bg:after {

    visibility: visible;
    opacity: 1;
    width: 100%;
    background-color: rgba(15,27,51, 0.9);
    transition-delay: 2s ;

}*/

.gallery-section-one-title {
    position: absolute;
    left: 40px;
    bottom: 40px;
    color: #fff;
    font-size: 30px;
}



.gallery-section-one-title > a {
    color: #fff;
    text-decoration: none;
    background: #a10023;
    padding: 10px;
    font-size: 25px;
}

.gallery-cntrls {
    padding: 20px 0 ;
    background-color: #ebf0fa;
}

.gallery-bl-ctrl {
    height: 60px;
    margin-right: 20px;
}


.col__pdzero {
    padding: 0;
}


.btn-nrm {

    display: inline-block;
    position: relative;
    border: 0;
    outline: none;
    box-shadow: none;
    height: 50px;
    width: 50px;
    color: #fff;
    fill: #fff;
    text-align: center;
    background-color: #4d87c6 ;
    transition: background-color 0.25s linear;

}

.btn-nrm:hover {
    background-color: #4c85c6 ;
}

.btn-text-form {

    display: inline-block;
    position: relative;
    border: 0;
    outline: none;
    box-shadow: none;
    height: 60px;
    width: 100%;
    color: #fff!important;
    text-align: center;
    background-color: #a10023 ;
    font-size: 18px;
    text-transform: uppercase;
    transition: background-color 0.25s linear;
    border-radius: 0;
}

.btn-text-form.btn-nrm:hover {
    background-color: #a10023 ;
}

.ctlg-filter-a .btn-nrm {

    background: #a10023;
}

.ctlg-filter-a .btn-nrm:hover {
    color: #fff;
    text-decoration: none;
}

.btn-nrm:active {
    background-color: #365fb3 ;
}

.btn-nrm .btnsvg {

    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate( -50% , -50% );

}

.btn-nrm .btnsvg svg ,
.btn-nrm .btnsvg  {
    height: 20px;
    width: 20px;
}


.btn-nrm__svg-prev .btnsvg svg {
    transform: rotate( -180deg );
}

.gallery-bl-ctrl__txt {

    color: #959aa6;
    font-size: 14px;
    width: 250px;
    text-align: right;
    padding-top: 10px;

}


.product-bl {
    position: relative;
    background-color: #fff;
    height: 500px;
    overflow: hidden;
    transition: background 0.25s linear;
    cursor: pointer;
}

.product-prev-img {

    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    top: 0;

}

.product-prev-img img {

    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    max-height: 210px;
	min-height: 210px;
    max-width: 100%;
}

.product-prev-data {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px ;
    transition: bottom 0.25s linear;
    background-color: #fff;
}

.product-name ,
.product-type {
    display: inline-block;
    width: 100%;
}

.product-name  {
    text-decoration: none;
    color: #a10023;
    font-size: 20px;
}

.product-name:active ,
.product-name:focus ,
.product-name:hover {
    color: #a10023;
    text-decoration: none;
}

.product-type {
    font-size: 14px;
    color: #353439;
}

.prod-price__abs {
    position: absolute;
    right: 15px;
    top: -10px;
}

.prod-price-val {
    font-size: 16px;
    font-weight: 100;
    color: #0f1b33;
}

.prod-price-val__gen {
    font-size: 24px;
    font-weight: bold;
}

.prod-hidden-data {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    transition: bottom 0.25s linear;
}




.btn-nrm.btn-nrm__prod-hdn {
    background-color: #a10023;
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    height: 60px;
    color: #fff;
}

.product-bl:focus .prod-hidden-data ,
.product-bl:hover .prod-hidden-data {
    bottom: 0;
}

.product-bl:focus .product-prev-data ,
.product-bl:hover .product-prev-data {
    bottom: 60px;
}

/*
.product-bl:focus ,
.product-bl:hover {
    background-color: #ebf0fa;
}
*/

.product-bl:focus .product-name:focus  ,
.product-bl:hover .product-name:hover ,
.product-bl:focus .product-name ,
.product-bl:hover .product-name {
    color: #2d3548;
}

.gallery-prods-bl {
    display: none;
}

.gallery-prods-bl.gallery-prods-bl__active {
    display: block;
}

.txt-seo.txt-seo__indx {
    padding: 0 40px;
    background-image: url(../../site-imgs/text-imgs.png);
    background-position: -10px 180px;
    background-repeat: no-repeat;
    padding-bottom: 80px;
}
@media(max-width: 1900px) {
  .txt-seo.txt-seo__indx {
        background-image: none;
    }
}

@media(min-width: 992px) and (max-width: 1500px) {
  .txt-seo.txt-seo__indx {
         padding-bottom: 0px;
    }
}

.txt-seo-title {
    font-size: 36px;
    padding: 70px 0;
}

.txt-seo-tx {
    font-size: 15px;
    padding-right: 50px;
}

.txt-seo.txt-seo__indx .container-fluid .row .col-md-3:nth-child(1) {
    padding-left: 0;
}

.txt-seo.txt-seo__indx .container-fluid .row .col-md-3:last-child {
    padding-right: 0;
}

.txt-seo-tx.txt-seo-tx__pdtp {
    padding-top: 65px;
	text-align: justify;
}
@media(min-width: 1650px) and (max-width: 1900px) {
    .txt-seo-tx.txt-seo-tx__pdtp {
        padding-top: 0px!important;
    }
}


.txt-seo-tx__pdlf {
    padding-left: 30px;
}

.ftr {
    height: 440px ;
}

.ftr-tp {
    padding: 40px 25px;
}

.ftr-tp .site-logo {
    padding : 0;
}

.cntcs-svg-bl {
    position: relative;
    padding-left: 50px;

}
.cntcs-svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    padding-top: 5px;
}

.cntcs-svg .span-svg {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.cntcs-svg .span-svg svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}

.ftr-tp .cntcs-svg-bl {
    margin-top: 40px;
}

.cntcs-sm-title {
    color: #959aa6;
    font-size: 12px;
}
.cntcs-inf {
    color: #363636;
    font-size: 18px;
}

.ftr-menu {
    margin: 0;
    padding: 0;

}

.ftr-menu > li {
    display: block;
}

.ftr-menu > li > a {
    color: #363636;
    text-decoration: none;
    transition: color 0.25s ease-in-out;
}

.ftr-menu > li > a:focus ,
.ftr-menu > li > a:hover {

    color: #a10023;

}

.ftr-menu > li {
    margin-bottom: 30px;
}


.ftr-menu > li:first-child {
    margin-bottom: 35px;
}

.ftr-menu > li:first-child > a {
    font-size: 20px;
}

.ftr-menu-txt {
    color: #363636;
    font-size: 14px;
}

.ftr-bt {
    text-align: center;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
    font-size: 13px;
}

.steelArt-bl {
    position: relative;
    padding: 40px;
    height: 380px;
    background-color: #a10023;
    background-repeat: no-repeat;
}

.steelArt-title {
    color: #fff;
    font-size: 36px;
    margin-bottom: 30px;
}

.steelArt-txt {
    color: #fff;
}

.ctlg-collection-title {
    padding: 70px 40px 20px;
    font-size: 28px;
    color: #1a2135;
}

.btn-nrm__steelart {
    position: absolute;
    right: 40px;
    bottom: 40px;
    background: #ebf0fa;
    background-size: cover;
}
.btn-nrm.btn-nrm__steelart:hover {
    background-color: #fff;
}

.btn-nrm.btn-nrm__steelart:focus {
    background-color: #cfd6e6;
}

.ctlg-prts-list {
    position: relative;
    height: 500px;
    padding: 30px 25px;
}
.ctlg-prts-list-cnt {
    background: #f5f5f5;

}
.ctlg-prts-list-bg {
    background: #ededed;
}

.ctlg-prts-title {
    font-size: 28px;
    margin-bottom: 30px;
}

.ctlg-prts-items {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ctlg-prts-item {
    display: block;
}

.ctlg-prts-items > li {
    position: relative;
    font-size: 16px;
    height: 60px;
    color: #a10023;
    cursor: pointer;
}

.ctlg-prts-items > li > ul {
    display: none;
}

.ctlg-prts-items > li:hover,
.ctlg-prts-items > li:focus {
    z-index: 3;
}

.ctlg-prts-items > li:after,
.ctlg-prts-items > li:after {
    z-index:-1;
    display: block;
    visibility: hidden;
    opacity: 0;
    content: ' ';
    height: 60px;
    left: -40px;
    right: -40px;
    top: 0;
    position: absolute;
}

.ctlg-prts-items > li:hover:after,
.ctlg-prts-items > li:focus:after {
    visibility: visible;
    opacity: 1;
}

.ctlg-prts-items > li.active {
    color: #ffffff ;
    z-index: 3;
    background: #a10023;


}

.ctlg-prts-items > li.active > ul {
    display: block;

    list-style: none;
    background: #ededed;
}

.ctlg-prts-items > li.active > ul > li {
    color: #a10023;
}

.ctlg-prts-items > li.active:after  {
    visibility: visible;
    opacity: 1;
    background: #a10023;

}

.ctlg-prts-item-plus {
    position: absolute;
    display: block;
    right: -40px;
    top: 0;

    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
}

.ctlg-prts-item-plus:hover,
.ctlg-prts-item-plus:focus
{
    background: #ce002b;
}

.ctlg-prts-item-plus:hover svg ,
.ctlg-prts-item-plus:focus svg
{
    fill: #fff;
}


.ctlg-prts-item-plus svg {
    width: 15px;
    height: 15px;
    fill: #a10023;
}

.ctlg-prts-items > li.active .ctlg-prts-item-plus svg {
    fill: #fff;
}

.ctlg-prts-items > li .ctlg-prts-item-plus .minus {
    display: none;
}

.ctlg-prts-items > li.active .ctlg-prts-item-plus .minus {
    display: block;
}



.ctlg-prts-items > li.active .ctlg-prts-item-plus .plus {
    display: none;
}

.ctlg-prts-list .ctlg-prts-item {

    padding-top: 10px;
}

.ctlg-prts-text {
    height: 430px;
    position: relative;
    display: none;
    overflow: hidden;
}

.ctlg-prts-text.active {
    display: block;
}

.ctlg-prts-text-title {
    font-size: 36px;
    margin-bottom: 30px;
}


.btn-nrm.btn-nrm__text {
    position: absolute;
    bottom: 0;
    background: #a10023;
}

.btn-nrm.btn-nrm__text  svg {
    fill: #fff!important;
}


.btn-nrm.btn-nrm__prod-hdn.btn-nrm__cnts {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    text-transform: uppercase;
    font-size: 20px;
}

.btn-nrm__cnts:after {
    position: absolute;
    display: block;
    content: ' ';
    height: 60px;
    top: 0px;
    width: 1px;
    left: -1px;
    background: #a10023;
}

.col-md-active .hdr-srch {
    display: none;
}

.ctlg-header {
    position: relative;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

.ctlg-header-bl {
    position: absolute;
    overflow: hidden;
    top: 60px;
    padding: 0 40px ;
    left: 0;
    right: 50%;
}

.ctlg-header-title {

    font-size: 42px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;

}


.ctlg-header-txt {

    padding-left: 4px;
    font-size: 14px;
    color: #fff;
    max-width: 500px;
    font-weight: 600;
}

.ctlg-header-srt {
    position: absolute;
    right: 150px;
    bottom: 40px;
}

.ctlg-pagi.ctlg-pagi__bt {
    height: 60px;
    overflow: hidden;
}

.ctlg-pagi > .ctlg-pagi-ul,
.ctlg-pagi.ctlg-pagi__bt > .ctlg-pagi-ul {
    margin: 0;
}

.ctlg-pagi.ctlg-pagi__bt > .ctlg-pagi-ul {

    height: 60px;
    overflow: hidden;
}

.ctlg-pagi > .ctlg-pagi-ul > li.nav svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: #fff;
}

.ctlg-sort .btn__ctlg-srt .spn-svg svg {
    fill: #fff;
}

.nav__fr svg {
    transform: rotate(-180deg);
}

.ctlg-pagi > .ctlg-pagi-ul > li {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #a10023;/*#ebf0fa*/;
    border: 0;
    transition: background 0.15s linear;
    margin-right: 10px;
}
@media(min-width: 250px) and (max-width: 260px) {
    .ctlg-pagi > .ctlg-pagi-ul > li {
    width: 22px;
    height: 22px;
    }
}
@media(min-width: 260px) and (max-width: 270px) {
    .ctlg-pagi > .ctlg-pagi-ul > li {
    width: 24px;
    height: 24px;
    }
}
@media(min-width: 270px) and (max-width: 280px) {
    .ctlg-pagi > .ctlg-pagi-ul > li {
    width: 26px;
    height: 26px;
    }
}
@media(min-width: 280px) and (max-width: 300px) {
    .ctlg-pagi > .ctlg-pagi-ul > li {
    width: 28px;
    height: 28px;
    }
}
@media(min-width: 300px) and (max-width: 320px) {
    .ctlg-pagi > .ctlg-pagi-ul > li {
    width: 33px;
    height: 33px;
    }
}
@media(min-width: 320px) and (max-width: 330px) {
    .ctlg-pagi > .ctlg-pagi-ul > li {
    width: 37px;
    height: 37px;
    }
}
@media(min-width: 330px) and (max-width: 340px) {
    .ctlg-pagi > .ctlg-pagi-ul > li {
    width: 39px;
    height: 39px;
    }
}
.ctlg-pagi > .ctlg-pagi-ul > li.dots {
    background: none!important;
    width: 20px;
    height: 40px;
    margin-left: -5px;
}


.ctlg-pagi > .ctlg-pagi-ul > li > a {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
    border: 0;
    background: none;
    text-align: center;
    font-size: 14px;
    text-transform: none;
    padding: 0;
    margin-left: 0;
    float: none!important;
    color: #fff;
}


.ctlg-pagi > .ctlg-pagi-ul > li.dots > a {
    width: 20px;
    color: #fff;
}

.ctlg-pagi > .ctlg-pagi-ul > li:hover {
    background-color: #fff;
}

.ctlg-pagi > .ctlg-pagi-ul > li.active  {
    background-color: #457ae6;
}

.ctlg-pagi > .ctlg-pagi-ul > li.active > a  ,
.ctlg-pagi > .ctlg-pagi-ul > li:hover  > a   {
    background: none;
}

.ctlg-pagi > .ctlg-pagi-ul > li.active > a  {
    color: #fff;
}

.ctlg-prt-tile {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.ctlg-sort {
    margin-right: 40px;
    min-width: 400px;
}

.btn__ctlg-srt {
    color: #fff!important;
    width: 100%;
    background: #a10023;
    /*border: 2px solid #363636;*/
    height: 40px;
    text-align: left;
    border-radius: 0;
    outline: none!important;
    box-shadow: none!important;
}

.btn__ctlg-srt .spn-svg {
    right: 20px;
    top: 5px;
}
.ctlg-sort .ctlg-sort-menu {
    margin-top: 0;
    width: 400px;
    border-radius: 0;
    border : 0;
    padding: 0;
}

.ctlg-sort .ctlg-sort-menu .ctlg-sort-item {
    display: block;
    color: #fff!important;
    padding: 6px 12px;
    width: 100%;
    background: #a10023;
    border: 2px solid #a10023;
    height: 40px;
    text-align: left;
    border-radius: 0;
    outline: none!important;
    box-shadow: none!important;
    border-top: 0;
}

.ctlg-ftr {
    border-top: 1px solid #cfd6e6;
    border-bottom: 1px solid #cfd6e6;
    padding: 40px;
}

.ctlg-pagi__bt.ctlg-pagi > .ctlg-pagi-ul > li {
    width: 60px;
    height: 60px;
}

.ctlg-pagi__bt.ctlg-pagi > .ctlg-pagi-ul > li.dots > a  {
    color: #0f1b33;
}

.btn-nrm__shmo {

    font-weight: 100;
    width: 400px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;

}

.ctlg-ftr-seo {
    padding: 70px 40px 150px;
}

.ctlg-ftr-seo h2 {
    margin-bottom: 40px;
    color: #363636;
}

.ctlg-ftr-seo p {
    font-size: 16px;
    color: #363636;
}

.ctlg-filter-title {
    position: relative;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 40px;
    padding-left: 70px;
    background: #f5f5f5;
    font-weight: bold;
    font-size: 20px;
}
@media(min-width: 1000px) and (max-width: 1145px) {
    .ctlg-filter-title {
        padding-left: 25px!important;
    }
	.ctlf-filter .ctlg-filter-img {
		display: none;
	}
}


.ctlg-filter-img {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 30px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);
}

.ctlg-filter-menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

.ctlg-filter-menu {
    margin-top: 40px;
}

.ctlg-filter-menu > ul > li {
    display: block;
    background-color: #f5f5f5 ;
}

.ctlg-filter-menu > ul > li > a {
    display: block;
    padding: 20px;
    color: #363636;
    font-size: 15px;
    text-decoration: none!important;
    border-bottom: 1px solid #dcdcdc;
}

.ctlg-filter-menu > ul > li:hover a{
   color: #a10023 ;
}

.ctlg-filter-acts {
    margin-top: 40px;
    border: 10px solid #dcdcdc;
}

.ctlg-filter-acts__prod {
    height: 290px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    background: #dcdcdc;
}


.ctlg-filter-act-title {
    font-size: 36px;
    font-weight: 100;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #363636;
}

.ctlg-filter-acts__prod .ctlg-filter-act-title {
    position: absolute;
    left: 30%;
    top:0;
    padding-bottom: 0;
}

.ctlg-filter-act-img {
    padding: 10px;
    text-align: center;
}


.ctlg-filter-act-img img {
    max-width: 60%;
}


.ctlg-filter-acts__prod .ctlg-filter-act-img {
    width: 30%;
    position: absolute;
    left: 0;
    top:0;
    padding: 40px;

}

.ctlg-filter-acts__prod .ctlg-filter-act-img img {
    max-width: 100%;
}


.ctlg-filter-act-boldname {
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    padding : 15px 15px 5px 15px;
}

.ctlg-filter-acts__prod .ctlg-filter-act-boldname {
    position: absolute;
    left: 30%;
    top: 75px;
    padding: 0;
}

.ctlg-filter-act-cond {
    color: #989898;
    padding : 10px;
    text-align: center;
}

.ctlg-filter-acts__prod .ctlg-filter-act-cond {
    position: absolute;
    left: 30%;
    top: 135px;
    padding: 0;
}

.btn-nrm-more {
    font-weight: 100;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    line-height: 60px;
    height: 60px;
    background-color: #a10023!important;
}

.ctlg-filter-acts__prod .btn-nrm-more {
    position: absolute;
    left: 30%;
    right: 40px;
    top: 170px;
    width: auto;
}

.ctlg ,
.ctlg-prod {
    border-bottom: 1px solid #cfd6e6;
}

.ctlg-prod__left ,
.ctlg-prod__right {
    padding: 80px 65px 80px 65px;
}


.ctlg-prod__bg,
.ctlg-prod__right {
    background-color: #f5f5f5 ;
}

@media(min-width: 320px) and (max-width: 1649px) {
    .ctlg-prod__bg,
    .ctlg-prod__right {}
}

.brdcrmb {

    list-style: none;
    padding: 0;
    margin: 0;

}

.brdcrmb > li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #54658c;
    line-height: 30px;
    height: 30px;
    background: #ebf0fa;
    padding: 0 20px;
    float: left;
    margin-right: 10px;
}

.brdcrmb > li > a {
    color: #54658c;
}

.ctlg-prod-artnumber {
    font-size: 16px;
    color: #363636;
    padding: 15px 0;
}

.ctlg-prod-offerdesc {
    color: #363636;
}

.brdcrmb > li:first-child {
    background: #457ae6;
    padding-left: 10px;
}

.brdcrmb > li:first-child > a {
    color: #fff;
}

.brdcrmb > li:after {
    position: absolute;
    right: -10px;
    top: 0;
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    border-color: transparent transparent transparent #ebf0fa;
    z-index: 3;
}

.brdcrmb > li:before {
    position: absolute;
    left: 0px;
    top: 0;
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    border-color: transparent transparent transparent #f5f5f5;
    z-index: 3;
}

.brdcrmb > li:first-child:before {
    display: none;
}

.brdcrmb > li:first-child:after {
    position:absolute;
    left: inherit;
    right:-10px;
    top:0;
    display: block;
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    border-color: transparent transparent transparent #457ae6;
}

.ctlg-prod-h1 {
    font-size: 42px;
    color: #666;
    margin: 0;
    margin-bottom: 40px;
}

.ctlg-prod-text {
    font-size: 15px;
    color: #666666;
    margin-bottom: 30px;
}

.ctlg-prod-colrs {
    margin: 50px 0 60px;
}


.ctlg-prod-colrs-name {
    font-size: 20px;
	margin-top: 30px;
    margin-bottom: 15px;
    color: #363636;
}

.ctlg-prod-colrs-var{
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 2px solid #fff;
    cursor: pointer;
}

.ctlg-prod-colrs-var:hover:before {
    position: absolute;
    left: -4px;
    top: -4px;
    display: block;
    content: ' ';
    border: 2px solid #457ae6;
    width: 42px;
    height: 42px;
}

.color-var-1 {
    background-color: #d8d1bf;
}

.color-var-2 {
    background-color: #cbb18e;
}

.color-var-3 {
    background-color: #9a8b86;
}

.color-var-4 {
    background-color: #635042;
}

.ctlg-prod-prices {
    text-align: center;
}

.width__hlf {
    width: 50%;
}

.ctlg-prod-prices {
    background: #fff;
    line-height: 80px;
    height: 80px;
}

.prod-price-val__gen__thirty {
    font-size: 30px;
}

.prod-price-val__twfour {
    font-size: 24px;
}

.btn-order-prod {
    width: 100%;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;

}

.btn-order-prod__in-wrp {
    line-height: 80px;
    height: 80px;
}

.ctlg-prod-order {
    margin-bottom: 60px;
}

.ctlg-prod-order .btn-order-prod {
    background-color: #a10023;
}

.ctlg-paysys {

    position: relative;
    border-top: 1px solid #dcdcdc;
    background-color: #f5f5f5;
    padding: 80px  ;

}

.ctlg-paysys-name {
    font-size: 36px;
    padding-bottom: 20px;

}

.ctlg-paysys-slider-title {
    font-size: 20px;
    margin-bottom: 25px;
}

.ctlg-paysys-comnt {
    font-size: 16px;
    margin-bottom: 45px;
}

.ctlg-paysys-comnt__forty {
    font-size: 16px;
    margin-bottom: 20px;
}

.ctlg-paysys-slider-img img {
    width: 100%;
}

.ctlg-paysys-controls {
    position: absolute;
    bottom: 242px;
    left: 45%;
}

.ctlg-paysys-dop {
    margin-top: 50px;
}

.btn-ctlg-paysys {
    margin-top: 35px;
    background-color: #a10023!important;
    color:#fff!important;
    font-weight: 400;
    width: 300px;
}

.ctlg-images-main {
    height: 800px;
    background-size: contain;
    background-position: center center;
    margin-bottom: 60px;
    transition: all 0.15s linear;
    background-repeat: no-repeat;
}

.ctlg-images {
    position: relative;
}

.ctlg-images-smal-one {
    display: inline-block;
    height: 170px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    /*width: 160px;*/
    width: 100%;
}

.ctlg-images-smal-wrp {
    cursor: pointer;
    padding: 10px;
    text-align: center ;
    transition: background-color 0.25s linear;
    border: 10px solid transparent;
}

.ctlg-images-smal-wrp.active {
    border: 10px solid #a10023;
}

.ctlg-images-smal-wrp:hover {
    /*background-color:#dae2f2*/
	border: 10px solid #a10023;
}


.ctlg-filter-menu-mob-use .ctlg-menu-filter-all,
.ctlg-filter-mob-use .ctlg-filter-all {
    transform: rotate(-90deg);
}

.btn-nrm.btn-nrm__images {
    width: 40px;
    height: 40px;
    background-color: #a10023;
}


.btn-nrm.btn-nrm__images .btnsvg svg {
    fill: #fff;
}



.btn-sldr-prev.btn-nrm__images {
    position: absolute;
    left: -40px;
}

.btn-sldr-next.btn-nrm__images {
    position: absolute;
    right: -40px;
}

.btn-sldr-prev.btn-nrm__images ,
.btn-sldr-next.btn-nrm__images {
    bottom: 80px;
}

.nav__props {
    margin: 50px 0;
}

.nav__props > li {
    display: inline-block;
    width: 50%;
}

.nav-tabs.nav__props > li > a {

    margin-right: 0;
    padding: 0;
    line-height: 60px;
    height: 60px;
    text-align: center;
    border: 0;
    border-bottom: 4px solid #a10023;
    border-radius: 0;
    font-size: 18px;
    font-weight: 100;
    color: #363636;

}

.nav-tabs>li>a:focus ,
.nav-tabs>li>a:hover {
    text-decoration: none;
    background-color: #a10023;
    border-color: #a10023;
}

.nav-tabs.nav__props>li.active>a,
.nav-tabs.nav__props>li.active>a:focus,
.nav-tabs.nav__props>li.active>a:hover {
    cursor: default;
    background-color: #a10023;
    border: 0;
    border-bottom: 4px solid #a10023;
    color: #fff;
}

.ctlg-props .tab-content .tab-pane h3 {
    font-size: 20px;
    color: #363636;
    margin-bottom: 20px;
}

.ctlg-props .tab-content .tab-pane h5 {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.ctlg-props .tab-content .tab-pane ol,
.ctlg-props .tab-content .tab-pane ul {

    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;

}
.ctlg-prod-props-content .tab-content .tab-pane ol > li,
.ctlg-prod-props-content .tab-content .tab-pane ul > li,

.ctlg-props .tab-content .tab-pane ol > li,
.ctlg-props .tab-content .tab-pane ul > li  {

    display: block;
    font-size: 16px;
    color: #363636;
    padding: 7px 0 7px 35px;
    position: relative;

}
.ctlg-prod-props-content  .tab-content .tab-pane ul > li:after,
.ctlg-props .tab-content .tab-pane ul > li:after {
    position: absolute;
    background: #a10023;
    display: block;
    width: 30px;
    height: 4px;
    content: ' ';
    left: 0;
    top: 16px;
}

.ctlg-prod-props-content .tab-content .tab-pane ol,
.ctlg-props .tab-content .tab-pane ol {
    counter-reset: myCounter;
}

.ctlg-prod-props-content .tab-content .tab-pane ol > li ,
.ctlg-props .tab-content .tab-pane ol > li {
    padding: 7px 0 7px 30px;
}

.ctlg-prod-props-content .tab-content .tab-pane ol > li:before,
.ctlg-props .tab-content .tab-pane ol > li:before {
    display: block;
    position: absolute;
    width: 30px;
    content: ' ';
    left: 0;
    top: 4px;
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #dbe1f1;
    font-size: 18px;
    font-weight: bold;
}

.ctlg-prod-props-content .tab-content .tab-pane ol > li:after,
.ctlg-props .tab-content .tab-pane ol > li:after {
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    content: ' '; 
    left: 15px;
    top: 18px;
    content: ' ';
    background: #dbe1f1;
}


.ctlg-prod__to-topbg svg {
    fill: #fff;
}

.ctlg-prod__to-top {
    position: relative;
    background: #a10023;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.ctlg-prod__to-top .spn-svg {
    position: relative;
    cursor: pointer;
    top: 15px;
    left: -10px;
    transform: rotate(-90deg);
}

.ctlg-prod__to-top .spn-svg svg {
    width: 20px;
    height: 20px;
}

.col__pdlgzr {
    padding-left: 0;
}
.col__pdrgzr {
    padding-right: 0;
}

.txt-wrp {
    margin-top: 20px;
}

.brdcrmb-bl__text ul > li:before {
    border-color: transparent transparent transparent #fff;
}

.txt-wrp .brdcrmb {
    margin-bottom: 30px;
}

.txt-wrp-image img {
    object-fit: cover;
    height: 640px;
    width: 100%;
}

.txt-wrp h3 {
    font-size: 20px;
    color: #1a2135;
    margin-bottom: 20px;
}

.txt-wrp h5 {
    font-weight: bold;
    font-size: 14px;
    color: #5a658a;
    margin-bottom: 10px;
}

.txt-wrp ol,
.txt-wrp ul {

    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;

}
.txt-wrp ol > li,
.txt-wrp ul > li  {

    display: block;
    font-size: 14px;
    color: #a10023;
    padding: 7px 0 7px 50px;
    position: relative;

}

.txt-wrp ul > li:after {
    position: absolute;
    background: #a10023;
    display: block;
    width: 30px;
    height: 4px;
    content: ' ';
    left: 0;
    top: 16px;
}

.txt-wrp ol {
    counter-reset: myCounter;
}

.txt-wrp ol > li {
    padding: 7px 0 7px 30px;
}

.txt-wrp ol > li:before {
    display: block;
    position: absolute;
    width: 30px;
    content: ' ';
    left: 0;
    top: 4px;
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #dbe1f1;
    font-size: 18px;
    font-weight: bold;
}

.brdcrmb-bl__text {
    margin-top: 40px;
}

.txt-wrp .table>tbody>tr>td,
.txt-wrp .table>tbody>tr>th,
.txt-wrp .table>tfoot>tr>td,
.txt-wrp .table>tfoot>tr>th,
.txt-wrp .table>thead>tr>td,
.txt-wrp .table>thead>tr>th {
    padding: 20px ;
    font-size: 14px;
    color: #5a658a;
    border-top: 2px solid #fff;
}

.txt-wrp .table>tbody>tr>td:first-child,
.txt-wrp .table>tbody>tr>th:first-child,
.txt-wrp .table>tfoot>tr>td:first-child,
.txt-wrp .table>tfoot>tr>th:first-child,
.txt-wrp .table>thead>tr>td:first-child,
.txt-wrp .table>thead>tr>th:first-child {
    border-right: 2px solid #fff;
}

.txt-wrp .table>tbody>tr:first-child>td,
.txt-wrp .table>tbody>tr:first-child>th,
.txt-wrp .table>thead>tr:first-child>td,
.txt-wrp .table>thead>tr:first-child>th {
    font-weight: bold;
}

.txt-wrp .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f6f8ff;
}
.txt-wrp .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #ecf0f9;
}

.spn-svg__actitle {
    margin-right: 10px;
}

.spn-svg__actitle svg {
    fill: #b8bdca;
}

.actions-offers {
    margin-top: 20px;
}

.actions-offer {
    margin-bottom: 60px;
}

.actions-offer-link {
    display:block;
    font-size: 36px;
    margin: 20px 0 ;
    color: #a10023!important;
}

.actions-offer-link:focus ,
.actions-offer-link:hover {
    text-decoration: none;
}

.actions-offer-prev {
    font-size: 16px;
    color: #a10023!important;
    margin: 0 0 30px;
}

.actions-offer-img img {
    width: 100%;
    object-fit: cover;
    max-height: 600px;
}

.btn-nrm__actions-of {
    position: relative;
    width: auto;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #a10023!important;
    color: #fff!important;
    height: 60px;
}

.btn-nrm__actions-of .spn-svg {
    position: relative;
    top: 15px;
    right: -15px;
    transform: rotate(90deg);
}

.btn-nrm__actions-of .spn-svg.spn-svg__thr30 svg {
    width: 20px;
    fill: #fff!important;
    height: 20px;
}

.actions-offer-prev__page {
    margin-top: 30px;
}

.ctlg-filter-name {
    position: relative;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 20px;
    font-size: 15px;
    font-weight: bold;
    background: #f5f5f5;
}

.ctlg-filter-param--sub .ctlg-filter-name {
    border-bottom: 0;

}

.ctlg-filter-params .ctlg-filter-param:first-child .ctlg-filter-name {
    border-top: 0;
}

.ctlg-filter-popup {
    display: inline-block;
    height: 20px;
    line-height: 2px;
    padding: 7px 6px;
    border: 2px solid #a10023;
    color: #a10023;
    /* top: 0px; */
    margin-left: 15px;
    font-weight: bold;
}

.ctlg-filter-param--sub .ctlg-filter-name {
    height: 50px;
    line-height: 50px;
}

.ctlg-filter-name .spn-svg.spn-svg__thr30 {

    display: inline-block;
    position: absolute;
    right: 10px;
    top: 15px;
    transform: rotate(90deg);
}

.ctlg-filter-name .spn-svg.spn-svg__thr30 svg {
    fill: #363636;
    height: 20px;
    width: 25px;
    cursor: pointer;
}

.ctlg-filter-param--open .ctlg-filter-name .spn-svg.spn-svg__thr30 svg {
    fill: #a10023;
}

.ctlg-filter-param--sub {
    display: none;
    /*display: block;*/
}

.ctlg-filter-values {
    padding: 0 20px;
}

.ctlg-filter-values .ctlg-filter-value {
    position: relative;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    float: left;
    margin-right: 10px;
    margin-bottom: 30px;
    cursor: pointer;
    content: ' ';
    background-size: cover;
    background-repeat: no-repeat;
	border: 1px solid #a10023;
}

.ctlg-filter-values.color-values .ctlg-filter-valueText {
    display: none;
}

.ctlg-filter-values.color-values .ctlg-filter-value {
    width: 40px;
    padding: 0;
}

.ctlg-filter-param--open .ctlg-filter-name {
    color: #a10023;
}

.ctlg-filter-value[data-valueid='6162'] {
    background: #ff1a21;
}
.ctlg-pagi-more,
.ctlg-pagi {
    visibility: hidden;
}
.ctlg-ftr {
    display: none;
}

.catalog-prods-blocks .list-view .pagination {
    display: none;
}

.gallery-section-one-bg[data-collection='6148'] {
    background-image: url(../../site-imgs/catalog-img/image2.png)!important;
}

.ctlg-filter-param--sub[data-treeid="520"] .ctlg-filter-valueText ,
.ctlg-filter-param--sub[data-treeid="527"] .ctlg-filter-valueText ,
.ctlg-filter-param--sub[data-treeid="510"] .ctlg-filter-valueText {
    display: none
}

.ctlg-filter-param--sub .filter-selectable-all .ctlg-filter-valueText {
    display: inline-block;
}

.ctlg-filter-param--sub[data-treeid="527"] .ctlg-filter-value ,
.ctlg-filter-param--sub[data-treeid="510"] .ctlg-filter-value {
    width: 40px;
}



.ctlg-prod-colrs-vars.ctlg-filter-values {
    padding: 0;
}


.ctlg-prod-colrs-vars.ctlg-filter-values .ctlg-filter-value {
    width: 40px;
}

.ctlg-prod-colrs-vars.ctlg-filter-values {

}

.ctlg-prod-colrs-vars.ctlg-filter-values .ctlg-filter-valueText {
    display: none;
}


/*.ctlg-prod-colrs.ctlg-prod-select .ctlg-filter-value.selected:before {
    position: absolute;
    left: -4px;
    top: -4px;
    display: block;
    content: ' ';
    border: 2px solid #457ae6; 
    width: 44px;
    height: 44px;
}*/

.nav__props.nav__added_prods {
    margin: 0;
}

.nav__props.nav__added_prods > li {
    display: inline-block;
    width: 25%;
}

.nav__props.nav__added_prods {
    border-bottom: 0;
}

.added_prods_name {
    font-size: 36px;
    padding: 35px 30px ;
    color: #fff;
}

.ctlg-prod__left {
    padding-bottom: 0;
}

.row__br_bot {
    border-top: 1px solid #1f2022;
}

.product-bl-by-param.no-param-colors {
    display: none;
}

.added_prods_sldr_noparms.added_prods_sldr {
    display: none;
}

.nav__added_prods > li.hidden-added {
    display: none;
}

.ctlg-filter-value.ctlg-filter-value__hidden-popup {
    position: absolute;
    left: -2px;
    top: 45px;
    width: 150px !important;
    height: 150px;
    z-index: 9;
    /*display: none;*/
    opacity: 0;
    visibility: hidden;
    box-shadow: 1px 1px 9px 1px #b9b9b9;
    transition: all 0.25s ease-in-out;
}

.ctlg-filter-value:hover > .ctlg-filter-value.ctlg-filter-value__hidden-popup {
    /*display: block;*/
    opacity: 1;
    visibility: visible;
}

.ctlg-filter-value.ctlg-filter-value__hidden-popup .ctlg-filter-valueText {
    display: block!important;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    /* height: 30px;
    line-height: 30px; */
    overflow: hidden;
    padding: 4px;
    line-height: 1.2;
}

.tooltip-blanco.tooltip ,
.ctlg-prod-avai-colors  .tooltip ,
.ctlg-filter-name   .tooltip ,
.ctlg-filter-values .tooltip {
    opacity: 1;
}

.tooltip-blanco.tooltip .tooltip-inner,
.ctlg-prod-avai-colors  .tooltip  .tooltip-inner,
.ctlg-filter-name   .tooltip .tooltip-inner,
.ctlg-filter-values .tooltip .tooltip-inner {
    font-family: 'Open Sans';
    min-height: 25px;
    background: #a10023;
    color: #fff;
    text-transform: uppercase;
    opacity: 1;
    border-radius: 0;
    padding: 5px 10px;
    max-width: 300px;
}

.tooltip-blanco.tooltip .tooltip-arrow ,
.ctlg-prod-avai-colors  .tooltip  .tooltip-arrow,
.ctlg-filter-name .tooltip .tooltip-arrow ,
.ctlg-filter-values .tooltip .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -8px;
    border-width: 0 9px 5px;
    border-bottom-color: #a10023;
}

.ctlg-filter-name__switch {
    cursor: pointer;
}
/*

.filter-selectable.filter-selectable-act:before {
    position: absolute;
    left: -4px;
    top: -4px;
    display: block;
    content: ' ';
    border: 2px solid #5979E2;
    width: calc( 100% + 6px);
    height: 44px;
}
*/

.ctlg-filter-param--sub[data-treeid="520"] .ctlg-filter-value,
.ctlg-filter-param--sub[data-treeid="527"] .ctlg-filter-value,
.ctlg-filter-param--sub[data-treeid="510"] .ctlg-filter-value {
    width: 40px;
}

.ctlg-filter-param--sub[data-treeid="520"] .ctlg-filter-value:before,
.ctlg-filter-param--sub[data-treeid="527"] .ctlg-filter-value:before,
.ctlg-filter-param--sub[data-treeid="510"] .ctlg-filter-value:before {
    width: 44px;
}

.ctlg-filter-param--sub[data-prid="546"] .ctlg-filter-valueText,
.ctlg-filter-param--sub[data-prid="539"] .ctlg-filter-valueText {
    display: inline-block;
}
.ctlg-filter-param--sub[data-prid="546"] .ctlg-filter-value:before ,
.ctlg-filter-param--sub[data-prid="539"] .ctlg-filter-value:before {
    width: calc( 100% + 6px);
}

.ctlg-filter-param--sub[data-prid="546"] .ctlg-filter-value ,
.ctlg-filter-param--sub[data-prid="539"] .ctlg-filter-value {
    width: auto;
}

.ctlg-filter-param--sub .filter-selectable-all .ctlg-filter-valueText {
    display: inline-block;
    width: auto;
}

.ctlg-filter-param--sub .filter-selectable-all.ctlg-filter-value {
    width: auto;
}

.ctlg-filter-param--sub .filter-selectable-all.ctlg-filter-value:before {
    width: calc( 100% + 6px);
}

.filter-selectable-act,
.filter-selectable-act .glyphicon-check {
    color: #a10023;
}
.filter-selectable-act .glyphicon.glyphicon-unchecked:before {
    content: "\e067"; 
}

.ctlg_empty {
    display: block;
    padding: 40px 25px;
}

.ctlg-filter-clear {
    background: #a10023;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    margin-left: 15px;
}

.ctlg-filter-clear {
    display: none;
    line-height: 20px;
}

.ctlg-filter-clear-show {
    position: absolute;
    display: inline-block;
    top: 18px;
    right: 70px;
    z-index: 10;
    cursor: pointer;
}

.ctlg-filter-params .ctlg-filter-param--sub {
    padding-bottom: 15px;
    background-color: #f5f5f5;
}

.steelArt-bl__bg500 {
    height: 500px;
}

.ctlg-prod-props-content h4 > b,
.ctlg-prod-props-content h4 > strong,
.ctlg-prod-props-content h2,
.ctlg-prod-props-content h3 {
    font-weight: 100;
}

.ctlg-share-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.ctlg-share-one svg {
    display: block;
    position: absolute;
    width: 24px;
    height: 20px;
    fill: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ctlg-share-one {
    position: relative;
    float: left;
    padding: 5px 20px;
    width: 80px;
    height: 40px;
    margin-right: 10px;
    cursor: pointer;
}

.ctlg-share-one.vk {
    background: #6b82a6;
}

.ctlg-share-one.fb {
    background: #475995;
}

.ctlg-share-one.vb {
    background: #635ca8;
}

.ctlg-share-one.wh {
    background: #63a530;
}

.ctlg-service-one {
    float: left;
    position: relative;
    padding: 30px 90px 30px 90px;
    border: 4px solid #dcdcdc;
    width: 48%;
    margin-left: 2%;
}

.ctlg-service-one:nth-child(1) {
    margin-right: 2%;
    margin-left: 0;
}

.ctlg-service-one  svg {
    position: absolute;
    width: 47px;
    height: 47px;
    fill: #cdcdcd;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.ctlg-service-one > span {
    font-size: 15px;
}


.ctlg-services {
    margin-top: 60px;
}

.ctlg-paysys-controls > .btn-nrm {
    background: #a10023;
    width: 40px;
    height: 40px;
}

.ctlg-paysys-controls > .btn-nrm:hover ,
.ctlg-paysys-controls > .btn-nrm:focus {
    background: #fff;
}

.ctlg-paysys-controls > .btn-nrm:hover svg,
.ctlg-paysys-controls > .btn-nrm:focus svg {
    fill: #000;
}

.ctlg-paysys-controls .btn-sldr-next {
    margin-left: 20px;
}

.btn-ctlg-paysys .btnsvg {
    left: initial;
    right: 20px;
    top: 13px;
}
.btn-ctlg-paysys .btnsvg svg {
    fill: #fff!important;
}

.ctlg-filter-sections__index .gallery-section-one {
    float: left;
    width: 100%;
    height: 215px;
}

.ctlg-filter-sections__index .gallery-cntrls {
    background: none;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0;
    transform: translateY(-50%);
}

.gallery-bl-ctrl__l,
.gallery-bl-ctrl__r {
    position: absolute;
}

.gallery-bl-ctrl__l > button,
.gallery-bl-ctrl__r > button {
    background: #a10023 !important;
}
.gallery-bl-ctrl__l {
    left: 20px;
}
.gallery-bl-ctrl__r {
    right:20px;
    margin: 0;
}

.ctlg-filter-param--open .ctlg-filter-name .spn-svg.spn-svg__thr30 {
    transform: rotate(-90deg);
    right: 35px;
}

.ctlg-pagi-ul > li {
    cursor: pointer;
}



.ctlg-pagi.ctlg-pagi__bt > .ctlg-pagi-ul > li:hover {
    background-color: #ebf0fa;
}
.ctlg-pagi.ctlg-pagi__bt > .ctlg-pagi-ul > li:hover svg ,
.ctlg-pagi.ctlg-pagi__bt > .ctlg-pagi-ul > li:hover > a {
    color: #000;
    fill: #000;
}

.ctlg-filter-param {
    position: relative;

    background-color: #f5f5f5;
}

.ctlg-filter-sections__index .gallery-section-one-title > a {
    font-size: 24px;
}

.ctlg-filter-sections__index .gallery-section-one-title {
    font-size: 18px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    /*background: #343539;*/
}

.gallery-section-total {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 12px;
    text-align: center;
    width: 34px;
    height: 18px;
    line-height: 18px;
    background: #ecf0f9;
    border: 1px solid #000;
    z-index: 4;
    padding-top: 2px;
}

.gallery-section-total:before {
    position: absolute;
    display: block;
    content: '';
    left: 2px;
    top: 2px;
    width: 34px;
    height: 18px;
    line-height: 18px;
    background: #ecf0f9;
    border: 1px solid #000;
    z-index: -1;
}

.ctlg-filter-sections__index .gallery-bl-ctrl svg {
    fill: #fff ;
}

.prod_pdf_link {
    display: inline-block ;
    margin-bottom: 30px;
    margin-right: 30px;
    width: 90px;
    text-align: center;
    font-size: 16px;
    font-weight: 100;
}

.prod_pdf_svg {
    display: block;
    text-align: center;
}

.prod_pdf_svg svg {
    display: block ;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    margin-left: 25px;
    fill: #ebf0fa;
}

.search-result {
    position: fixed;
    padding: 25px 40px 40px 40px;
    top: 100px;
    background: #f5f5f5;
    width: 100%;
    border-top: 1px solid #cfd6e5;
    display: none;
}

.search-result-show {
    display: block;
}

.search-title {
    display: block;
    font-size: 16px;
    font-weight: 100;
    margin-top: 15px;
    color: #a10023;
}

.search-link {

    margin-top: 10px;
    display: block;
    font-size: 24px;
    color: #a10023;
    text-decoration: none;
}

.search-link:hover,
.search-link:focus {
    color: #a10023;
    text-decoration: none;
}

.brdcrmb-bl__text {
    margin-top: 40px;
}

.text-page .ctlg-ftr-seo {
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 70px;
    color: #5a6589;
    font-size: 13px;
}

.nav__props__colrs.nav__props > li {
    width: 33%;
}

.ctlg-image-tab {
    display: inline-block;
    width: 100%;
    height: 300px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.ctlg-detail-main {
    height: 257px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.ctlg-detail-small {
    width: 33%;
    float: left;
    margin-top: 10px;
}

.ctlg-detail-small-img {
    height: 100px;
    cursor: pointer;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.ctlg-detail-small-title {
    font-size: 13px;
    padding-top: 5px;
    text-align: center;
}

.ctlg-detail-smalls {
    margin-bottom: 30px;
}

.ctlg-prod-h1_no_color {
    margin-top: 50px;
}

.ctlg-filter-clear__coll {
    top: 40px;
    cursor: pointer;
    right: 20px;
}

@media(min-width: 1649px) {


    .col-xl-9 {
        width: 75%;
    }

    .col-xl-3 {
        width: 25%;
    }

}

.ctlg-prod-images-in-copy {
    display: none;
    margin-bottom: 30px;
}
.ctlg-prod-props-in-copy {
    display: none;
}


.btn-menu {
    display: none;
    width: 100%;
    height: 70px;
    font-size: 18px;
    color: #fff!important;
    position: relative;
    background: #a10023;
}

.btn-menu > .spn-svg {
    position: relative;
    top:3px;
    right: -10px;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
}

.btn-menu > .spn-svg svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.ctlg-menu-filter-all,
.ctlg-filter-all {
    display: none;
    position: absolute;
    right: 10px;
    top: 20px;
    transform: rotate(90deg);
    width: 20px;
    cursor: pointer;
}

.ctlg-menu-filter-all.spn-svg.spn-svg__thr30,
.ctlg-filter-all.spn-svg.spn-svg__thr30 {
    width: 20px;
}

.ctlg-menu-filter-all.spn-svg.spn-svg__thr30 svg,
.ctlg-filter-all.spn-svg.spn-svg__thr30 svg {
    fill: #fff;
}

.btn-nrm.btn-nrm__shmo.ctlg-pagi-more,
.gallery-cntrls .btn-nrm {
    background-color: #a10023;
}


@media(max-width: 1649px) {

    .ctlg-collection-title {
        font-size: 20px;
        padding: 40px;
    }

    .btn-sldr-prev.btn-nrm__images, .btn-sldr-next.btn-nrm__images {
        bottom: 50%;
        transformY: -50%;
    }
    .txt-seo.txt-seo__indx {
        background-image: none;
    }


    .ctlg-filter-name {
        padding: 10px 20px;
        font-size: 14px;
        height: auto;
        line-height: 1.4;
    }

    .gallery-section-one {
        height: 215px;
    }

    .ctlg-filter-title {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .gallery-section-one-title {
        left: 20px;
        bottom: 20px;
    }

    .gallery-section-one-title > a {
        font-size: 20px;
    }

    .gallery-cntrls .btn-nrm {
        height: 40px;
        width: 40px;
    }

    .ctlg-filter-name .spn-svg.spn-svg__thr30 {
        top: 5px;
    }

    .ctlg-filter-param--open .ctlg-filter-name .spn-svg.spn-svg__thr30 {
        right: 5px;
    }

    .ctlg-filter-param--sub .ctlg-filter-name {
        line-height: inherit;
        height: inherit;
    }

    .ctlg-filter-valueText {
        font-size: 12px;
    }

    .product-prev-img img {
        padding: 25px;
        object-fit: cover;
    }

    .ctlg-header-srt {
        position: absolute;
        top: 70px;
        left: 50%;
        right: 10px;
    }

    .ctlg-sort .dropdown {
        margin-bottom: 20px;
    }

    .ctlg-pagi.ctlg-pagi__bt {
        display: none;
    }

    .ctlg-pagi-more {
        width: 100% ;
    }

    .product-bl {
        height: 400px;
    }

    .prod-price-val ,
    .product-name {
        font-size: 14px;
    }

    .prod-price-val__gen {
        font-size: 18px;
    }

    .btn-menu {
        display: block;
    }


    .ctlg-prod-left-hide-less-1920 {
        display: none;
    }

    .hidden-less-1920 {
        display: none;
    }
    .ctlg-prod-images-in-copy {
        display: block;
    }
    .ctlg-prod-right-1920 {
        width:100% ;
    }

    .ctlg-service-one {
        height: 110px;
    }

    .ctlg-prod-props-in-copy {
        display: block;
        margin: 0 -15px;
        padding: 80px 95px;
    }

    .ctlg-prod-props-content {
    }

    .txt-seo-tx.txt-seo-tx__pdtp,
    .txt-seo-tx {
        padding: 0;
        padding-top: 20px;
        height: 250px;
        overflow: hidden;
    }
}
@media (min-width: 768px) and (max-width: 884px) {
    .txt-seo-tx.txt-seo-tx__pdtp,
    .txt-seo-tx {
        height: 290px;
    }
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .txt-seo-tx.txt-seo-tx__pdtp,
    .txt-seo-tx {
        height: 445px;
    }
}
@media (min-width: 1500px) and (max-width: 1650px) {
    .txt-seo-tx.txt-seo-tx__pdtp,
    .txt-seo-tx {
        height: 290px;
    }
}
@media (min-width: 992px) and (max-width: 997px) {
	.ctlg-prts-title,
    .ctlg-prts-text-title {
        font-size: 19px!important;
    }
}
@media (min-width: 1200px) and (max-width: 1201px) {
	.ctlg-prts-title,
    .ctlg-prts-text-title {
        font-size: 25px!important;
    }
}	
@media (min-width: 1201px) and (max-width: 1268px) {
	.ctlg-prts-title,
    .ctlg-prts-text-title {
        font-size: 26px!important;
    }
}
@media (min-width: 1269px) and (max-width: 1403px) {
	.ctlg-prts-text-title {
        font-size: 28px!important;
    }
}
@media (min-width: 1649px) and (max-width: 1741px) {
	.ctlg-filter-valueText {
        font-size: 14px!important;
    }
}
@media (min-width: 1325px) and (max-width: 1408px) {
	.ctlg-filter-valueText {
        font-size: 11px!important;
    }
}
@media (min-width: 1242px) and (max-width: 1325px) {
	.ctlg-filter-valueText {
        font-size: 10px!important;
    }
}
@media (min-width: 1158px) and (max-width: 1242px) {
	.ctlg-filter-valueText {
        font-size: 9px!important;
    }
}
@media (min-width: 1158px) and (max-width: 1242px) {
	.ctlg-filter-valueText {
        font-size: 9px!important;
    }
}
@media (min-width: 1075px) and (max-width: 1158px) {
	.ctlg-filter-valueText {
        font-size: 8px!important;
    }
}	
@media (min-width: 992px) and (max-width: 1075px) {
	.ctlg-filter-valueText {
        font-size: 7px!important;
    }
}	
@media(max-width: 1200px) {
    .txt-seo-title {
        padding: 30px 15px;
        font-size: 30px;
    }
    .ctlg-prts-title,
    .ctlg-prts-text-title {
        font-size: 20px;
    }

    .ctlg-prts-items > li {
        font-size: 14px;
    }

    .ctlg-prts-text-cnt {
        font-size: 14px;
        max-height: 280px;
        overflow: hidden;
    }

    .steelArt-bl {
        background-size: cover;
    }

    .steelArt-title {
        font-size: 28px;
    }

    .steelArt-txt {
        font-size: 14px;
    }

    .ctlg-filter-sections__index .gallery-section-one-title > a {
        font-size: 18px;
    }

    .owl-sldr-title {
        font-size: 54px;
    }

    .owl-sldr-txt {
        font-size: 22px;
    }

    .owl-sldr-bl {
        height: 160px;
        bottom: 120px;
        padding-left: 75px;
    }
.owl-sldr-bl {
        display: none!important;
    }
    .owl-sldr.owl-sldr-index .owl-controls {

        left: 70px;
    }

    .main-txt {
        padding: 40px  ;
        font-size: 36px;
    }

    .main-txt h1 {
        font-size: 36px;
    }

    .ctlg-filter-sections__index .gallery-section-one {
        height: 215px;
    }
@media (min-width: 320px) and (max-width: 400px) {
	.ctlg-filter-sections__index .gallery-section-one {
		height: 215px!important;
	}
}
@media (min-width: 400px) and (max-width: 479px) {
	.ctlg-filter-sections__index .gallery-section-one {
		height: 260px!important;
	}
}
@media (min-width: 479px) and (max-width: 530px) {
	.ctlg-filter-sections__index .gallery-section-one {
		height: 145px!important;
	}
}
@media (min-width: 530px) and (max-width: 590px) {
	.ctlg-filter-sections__index .gallery-section-one {
		height: 160px!important;
	}
}			
@media (min-width: 590px) and (max-width: 620px) {
	.ctlg-filter-sections__index .gallery-section-one {
		height: 165px!important;
	}
}	
@media (min-width: 620px) and (max-width: 660px) {
	.ctlg-filter-sections__index .gallery-section-one {
		height: 175px!important;
	}
}
@media (min-width: 660px) and (max-width: 780px) {
	.ctlg-filter-sections__index .gallery-section-one {
		height: 215px!important;
	}
}	
@media (min-width: 780px) and (max-width: 835px) {
	.ctlg-filter-sections__index .gallery-section-one {
		height: 230px!important;
	}
}	
@media (min-width: 835px) and (max-width: 900px) {
	.ctlg-filter-sections__index .gallery-section-one {
		height: 250px!important;
	}
}
@media (min-width: 900px) and (max-width: 950px) {
	.ctlg-filter-sections__index .gallery-section-one {
		height: 260px!important;
	}
}		
@media (min-width: 950px) and (max-width: 980px) {
	.ctlg-filter-sections__index .gallery-section-one {
		height: 270px!important;
	}
}
@media (min-width: 980px) and (max-width: 1000px) {
	.ctlg-filter-sections__index .gallery-section-one {
		height: 280px!important;
	}
}
@media (min-width: 1000px) and (max-width: 1050px) {
	.ctlg-filter-sections__index .gallery-section-one {
		height: 290px!important;
	}
}
@media (min-width: 1050px) and (max-width: 1100px) {
	.ctlg-filter-sections__index .gallery-section-one {
		height: 300px!important;
	}
}
@media (min-width: 1100px) and (max-width: 1150px) {
	.ctlg-filter-sections__index .gallery-section-one {
		height: 310px!important;
	}
}
@media (min-width: 1150px) and (max-width: 1190px) {
	.ctlg-filter-sections__index .gallery-section-one {
		height: 320px!important;
	}
}
@media (min-width: 1190px) and (max-width: 1218px) {
	.ctlg-filter-sections__index .gallery-section-one {
		height: 330px!important;
	}
}

@media (min-width: 980px) and (max-width: 1000px) {
	.gallery-section-one .gallery-section-one-bg:after {
		height: 280px;
	}
}
@media (min-width: 1000px) and (max-width: 1050px) {
	.gallery-section-one .gallery-section-one-bg:after {
		height: 290px;
	}
}
@media (min-width: 1050px) and (max-width: 1100px) {
	.gallery-section-one .gallery-section-one-bg:after {
		height: 300px;
	}
}
@media (min-width: 1100px) and (max-width: 1150px) {
	.gallery-section-one .gallery-section-one-bg:after {
		height: 310px;
	}
}
@media (min-width: 1150px) and (max-width: 1190px) {
	.gallery-section-one .gallery-section-one-bg:after {
		height: 320px;
	}
}
@media (min-width: 1190px) and (max-width: 1218px) {
	.gallery-section-one .gallery-section-one-bg:after {
		height: 330px;
	}
}

	
    .ctlg-header-bl {
        top: 50px;
        padding: 0 20px;
    }

    .ctlg-header-bl .h1Catalog {
        margin-top: 0;
    }

    .ctlg-header-srt {
        top: 40px;
    }

    .ctlg-prod__right {
        padding: 20px 5px 20px 5px;
    }

    .ctlg-images-main {
        height: 500px;
    }

@media(min-width: 768px) and (max-width: 1200px) {
    .ctlg-images-main {
		object-fit: contain!important;
    }
}	

@media(min-width: 1200px) {
    .ctlg-images-main {
		background-size: cover;
    }
}		
    .ctlg-prod-h1 {
        font-size: 36px;
    }

    .ctlg-paysys {
        padding: 20px;
    }

    .ctlg-prod-props-in-copy {
        padding: 20px  ;
    }

    .btn-sldr-prev.btn-nrm__images {
        position: absolute;
        left: 0px;
    }

    .btn-sldr-next.btn-nrm__images {
        position: absolute;
        right: 0px;
    }
    .btn-sldr-next.btn-nrm__images ,
    .btn-sldr-prev.btn-nrm__images {
        z-index: 6;
    }

    .ctlg-images-smal-wrp.active {
        border: 5px solid #a10023;
    }


    .ctlg-images-smal-wrp {
        padding: 5px;
        border: 5px solid transparent ;
    }

    .hdr-bt .row .col-lg-3:nth-child(2),
    .hdr-bt .row .col-lg-3:nth-child(3),
    .hdr-bt .row .col-lg-3:nth-child(4),
    .hdr-bt .row .col-lg-3:nth-child(5)  {
        display: none;
    }

    .spn-svg__drop-cnts {

        right: 20px;
    }

    .hdr-cnts-val {
        font-size: 20px;
    }

}

.ctlg-prod__to-top {
    cursor: pointer;
}

.nav-tabs.nav__props__colrs {
    border-bottom: 0;
}
@media(max-width: 768px) {

    .row.row-mobile-slider {
        margin: 0;
    }

    .row.row-mobile-slider .col-md-9 {
        padding: 0;
    }

    .ctlg-prod-props-in-copy {
        margin-bottom: 40px;
    }
    .ctlg-filter-value.ctlg-filter-value__hidden-popup {
        display: none;
    }
    .nav-tabs.nav__props > li > a {
        font-size: 16px;
    }
    .btn-ctlg-paysys {
        font-size: 15px;
    }

   .form-group .col-sm-6 {
       margin-bottom: 10px;
   }

    .form-group .col-sm-6:last-child {
        margin-bottom: 0;
    }

    .site-logo img {
        max-width: 100%;
    }
    .col-xs-right-pad-zero {
        padding-right: 0;
    }



    .ctlg-prts-title {
        display: none;
    }
    .ctlg-prts-list {
        height: auto;
    }

    .ctlg-prts-text {
        height: auto;

    }


    .btn-nrm.btn-nrm__text {
        right: 0;
        height: 40px;
        width: 40px;
    }



    .btn-nrm.btn-nrm__steelart {
        position: relative;
        margin-top: 10px;
        right: inherit;
        bottom: inherit;
    }

    .btn-nrm.btn-nrm__text {
        position: relative;
        margin-top: 10px; 
        bottom: inherit;
    }

    .ctlg-prts-list-bg .ctlg-prts-list {
        padding: 0;
    }

    .ctlg-prts-list {
        padding-left:0px;
        padding-right:0px;
    }

    .ctlg-prts-items > li.active {
        background: none;
    }

    .ctlg-prts-items > li.active:after,
    .ctlg-prts-items > li:after {
        visibility: hidden!important;
        opacity: 0!important;
    }

    .ctlg-prts-items > li {
        display: inline-block;
        padding: 0 10px;
    }

    .ctlg-prts-items > li:first-child {
        padding-left: 0;

    }

    .ctlg-prts-items > li.active {
        color: #a10023;
    }

    .ctlg-prts-list-bg .ctlg-prts-list {
        height: auto!important;
    }

    .ctlg-prts-list-cnt .ctlg-prts-list {
        height: auto!important;
    }


    .btn-show-seo-text {
        width: 100%;
    }
    .txt-seo-tx.txt-seo-tx__pdtp,
    .txt-seo-tx {
        height: auto;
    }

    .ftr-menu {
        padding-top: 30px;
    }

    .steelArt-bl {
        height: auto;
    }

    .steelArt-bl__bg500 {
        height: 200px;
    }
    .steelArt-bl.steelArt-bl__bg {
        height: 200px;
    }

    .main-txt h1 {
        font-size: 28px;
    }

    .owl-sldr-title {
        font-size: 42px;
    }

    .owl-sldr-bl {
        height: 140px;
        bottom: 80px;
        padding-left: 40px;
    }

    .owl-sldr.owl-sldr-index .owl-controls {
        left: 40px;
        bottom: 40px;
    }


    .ctlg-filter-sections.ctlg-filter-sections__index {
        display: block;
    }

    .ctlg-filter-sections__index .gallery-section-one {
        width: 100%;
    }

    .gall-sects-sldr .gallery-section-one  {
      /*  width: 33.3%;
        float: left;*/
    }

    .ctlg-header-srt {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        bottom: auto;
    }

    .ctlg-ftr-seo {
        padding: 30px 20px ;
    }

    .ctlg-header {
         height: auto;
    }

    .ctlg-sort {
        margin-right: 0;
        min-width: 100%;
    }

    .ctlg-header-bl {
        padding-top: 20px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }


    .spn-svg__drop-cnts {
        right:  5px;
    }

    .ctlg-service-one {
        width: 100%;
        margin: 0;
        padding: 30px 30px 30px 90px;
    }

    .ctlg-service-one:nth-child(1) {
        margin-bottom: 20px;
    }

    .ctlg-services {
        margin : 30px 0 10px;
    }

    .ctlg-share-one {
        width: 65px;
        height: 30px;
    }
    .ctlg-prod-order {
        margin-bottom: 30px;
    }

    .ctlg-images-smal-one {
        height: 135px;
        width: 100%;
    }

    .ctlg-images-main {
        margin-bottom: 30px;
    }

    .btn-sldr-prev.btn-nrm__images, .btn-sldr-next.btn-nrm__images {
        bottom: 60px;
    }

    .btn-ctlg-paysys {
        width: 100%;
    }

    .ctlg-prod-colrs {
        margin: 20px 0 30px;
    }

    .ctlg-paysys-controls {
        bottom: 235px;
        left: 55%;
        right: 20px;
        transform: translateX(-50%);
    }

    .ctlg-paysys-comnt {
        margin-bottom: 15px;
    }
    .ctlg-paysys-slider-title {
        margin : 15px 0;
    }

    .nav__props.nav__added_prods > li {
        display: inline-block;
        width: 50%;
    }

    .ctlg-images-main {
        height: 300px;
		background-size: contain;
    }

    .hdr-cnts-logo {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 20px;
    }

    .hdr-cnts-bl {
        padding-left: 80px;
    }

    .hdr-cnts-val {
        font-size: 16px;
    }

    .hdr-cnts-bl.hdr-cnts-sec {
        left: -16px;
        right: -30px;
    }

    .hdr-cnts-srch__sh-cnts .hdr-cnts {
        margin-right: 0;
    }
    .body-hide {
        padding-right: 0;
    }

    .brdcrmb > li {
        padding-left: 10px;
        padding-right: 0px;
        margin-bottom: 5px;
    }

    .product-prev-img img {

        max-width: 100%;
        max-height: 100%;
		object-fit: contain;
    }
    .product-bl {
        height: 350px;
    }
@media(max-width: 768px) {	
	.product-bl {
        height: 300px;
    }
}
    .ctlg-ftr-seo h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

}
@media(max-width: 1050px) {
    .prod-price__abs {
        position: initial;
    }
    .product-type {
        display: none;
    }
}


@media(max-width: 500px) {
    .ctlg-image-tab {
        background-size: contain;
    }
}

@media(max-width: 400px) {

    .prod-price__abs {
        position: initial;
    }

    .steelArt-bl {
        padding: 15px;
    }
    .txt-seo-title {
        margin-top: 30px;
        font-size: 24px;
        padding : 15px;
    }

    .txt-seo.txt-seo__indx {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 45px;
    }

    .ctlg-prts-items > li {
        font-size: 16px;
    }

    .ctlg-share-one {
        width: 60px;
    }
    .ctlg-prod-prices {
        background: #fff;
        line-height: 60px;
        height: 60px;
    }
    .btn-order-prod__in-wrp {
        line-height: 60px;
        height: 60px;
    }

    .hdr-tp {
        height: 70px;
    }

    .hdr-cnts-logo {
        width: 40px;
        height: 40px;
    }

    .hdr-cnts-logo img {
        width: 40px;
        height: 40px;
    }

    .hdr-cnts-bl {
        padding-left: 55px;
        padding-right: 0;
        padding-top: 17px;
    }

    .hdr-srch .spn-svg {
        height: 20px;
        width: 20px;
    }

    .hdr-srch .spn-svg.spn-svg__thr30 svg {
        height: 20px;
        width: 20px;
    }
    .hdr-srch {
        position: absolute;
        width: 70px;
        height: 70px;
    }

    .hdr-tp .row >.col-md__lfbrd {
        border-left: 0;
    }

    .spn-svg__drop-cnts.spn-svg.spn-svg__thr30 {
        right: -5px;
        top: 20px; width: 20px;
        height: 20px;
    }

    .spn-svg__drop-cnts.spn-svg.spn-svg__thr30 svg {
        width: 20px;
        height: 15px;
    }


    .hdr-cnts-val {
        font-size: 16px;
    }

    .hdr-cnts {
        position: relative;
        margin-right: 70px;
    }

    .hdr-cnts-srch__sh-cnts .spn-svg__drop-cnts.spn-svg__drop-cnts.spn-svg.spn-svg__thr30 {
        right: 20px;
    }

    .hdr-srch-bl {
        height: 70px;
    }
    .hdr-srch-bl.hdr-srch-bl__toleft .hdr-srch-frm {
        padding-top: 15px;
        padding-left: 20px;
    }
    .hdr-srch-frm:before {
        display: none;
    }
    .hdr-srch-inp {
        font-size: 18px;
        padding-left: 15px;
        padding-top: 8px;
    }
    .search-result {
        top: 70px;
    }

   /* .btn-nrm.btn-nrm__prod-hdn {
        line-height: 40px;
        height: 40px;
        font-size: 13px;
    }
    .product-bl:focus .product-prev-data, .product-bl:hover .product-prev-data {
        bottom: 40px;
    }
*/
    .product-prev-data {
        padding: 10px;
    }

    .product-type {
        font-size: 12px;
    }
}

@media(max-width: 350px) {
    #products-list .items .col-xs-6.col__pdzero {
        width: 100%!important;
    }
    .prod-price__abs {
        top: 12px;
        background: none;
        padding: 0 ;
    }
}

.btn.btn-menu {
    box-shadow: none !important;
    outline: none !important;
}

#blancomenu .modal-dialog,
#blancomenu .modal-content {
    margin: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    border-radius: 0;
    width: 100%;
}

#blancomenu .modal-header {
    display: none;
}

#blancomenu .svg-menu > li {
    display: block;
    width: 100%;
    float: none;
    color: #fff;
}

#blancomenu .modal-content {
    max-height: 800px;
    overflow-y: scroll;
}

#blancomenu .modal-body {
    padding: 0;
}

.col-blancomenu {
    background: #a10023;
}

#blancomenu .btn.btn-menu {
    background: #a10023;
    color: #fff;
    border-radius: 0;
}

#blancomenu .btn.btn-menu svg {
    fill: #fff;
}

#blancomenu .btn.btn-menu .spn-svg {
    transform: rotate(-90deg);
}

#blancomenu .svg-menu > li > a {
    padding: 15px 20px ;
}

#blancomenu .svg-menu > li > a {
    font-size: 18px;
    color: #9599a4;
}

.svg-menu-first {
    color: #9599a4;
}

.svg-menu-sec {
    margin-top: 30px;
    color: #5979e2;
}

.svg-menu-sec ,
.svg-menu-first {
    font-size: 18px;
    padding: 10px 20px ;
}

#blancomenu .svg-menu > li:nth-child(2){
    padding-top: 20px;
}

.txt-pg .text-page  h1 {
    font-size: 42px;
    margin: 30px 0;
}

.text-page-img {
    margin-bottom: 50px;
}

.text-page-img img {
    height: 100%;
    width: 100%;
}

.text-form {
    margin: 60px 0;
}

.text-form-title {
    font-size: 20px;
    color: #363636;
    padding-bottom: 20px;
    padding-left: 15px;
}

.text-form input.form-control {
    font-size: 16px;
    color: #363636;
    height: 56px;
    line-height: 56px;
    border: 2px solid #a10023;
    border-radius: 0;
    padding: 0 15px ;
    text-shadow: none!important;
    box-shadow: none!important;
    outline: none!important;
    background: transparent;
}

.text-form textarea.form-control {
    font-size: 16px;
    color: #363636;

    border: 2px solid #a10023;
    border-radius: 0;
    padding: 10px 15px ;
    text-shadow: none!important;
    box-shadow: none!important;
    outline: none!important;
    height: 200px;
    resize: none;
    background: transparent;
}

.map_left_l,
.map_left_r {
    width: 50%;
}

.map_left_l ,
.map_left_r {
    position: relative;
    height: 720px;
}

.map_left_r {
    opacity: 0.5;
}

.map_data .map_left_r {
    opacity: 1;
}

.text-page-right {
    margin-top: 30px;
}

.map_left_title {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    color: #fff;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.map_left_title svg {
    display: inline-block;
    width: 17px;
    height: 17px;
    fill: #fff;
    transform: rotate(-180deg);
    position: relative;
    top: 3px;
    margin-right: 3px;
}

.map_data .map_left_title svg {
    transform: rotate(0deg);
}

.map_hidden {
    position: relative;
    height: 300px;
}


.map_data .map_left_l {
    width: 25%;
}

.map_data .map_left_r {
    width: 75%;
}

.map_col_data {
    display: none;
    position: absolute;
    right: -300px;
    top: 90px;
    background: #fff;
    z-index: 9;
    transition: all 0.2s linear;
    opacity: 0;
    visibility: hidden;
    width: 1px;
    height: 720px;
    overflow: hidden;
    background: #292a2e;
}
.map_left_title_top {
    font-size: 42px;
    position: relative;
    margin-top: 3px;
    left: -15px;
    color: #fff;
}

.map_col_data.map_col_data__activated {
    opacity: 1;
    visibility: visible;
    width: 75%;
    right: -15px;
}

.map_hidden {
    opacity: 1;
}

.contacts-block--time {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.contacts-block .phone {
    font-size: 30px;
    color: #fff;
}
.txt-pg {
    position: relative;
}

.txt-pg.txt-pg-showmap .map_left_r_static {
    display: none;
}


.answers_one {
    position: relative;
    background: #f5f5f5;
    border-top: 1px solid #dcdcdc;
}

.answers_one:last-child {
    border-bottom: 1px solid #dcdcdc;
}

.answers_que {
    padding: 30px 20px;
    color: #363636;
    font-size: 20px;
}

.answers_que {}

.answers_ask {
    padding: 0px 20px 20px;
    color: #1a2135;
    font-size: 16px;
    display: none;
}

.answers_ask p {
    margin: 5px 0;
}

.answers_ask li {
    margin: 5px 0;
}

.services {
    margin-top: 30px;
}


.answers_one {
    cursor: pointer;
}

.spn-svg.answers_one_svg {
    position: absolute;
    cursor: pointer;
    right: 25px;
    top: 30px;
    width: 18px;
    transform: rotate(90deg);
}

.spn-svg.answers_one_svg svg {
    width: 18px;
}

.answers_one.opened .answers_ask {
    display: block;
}

.answers_one.opened .answers_one_svg {
    transform: rotate(-90deg);
}

.answers_one.opened .answers_que {
    color: #a10023;
}

.answers_one .spn-svg.answers_one_svg svg {
    fill: #363636;
}

.answers_one.opened .spn-svg.answers_one_svg svg {
    fill: #a10023;
}

.reviews_one {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #3e3f44;
}

.reviews_one .reviews_stars {
    margin: 15px 0;
}

.reviews_name {
    font-size: 20px;
    color: #a10023;
    padding-bottom: 5px;
}

.reviews_text img {
    max-width: 100%;
}

.reviews .reviews_one:first-child {
    padding-top: 0;
}

.reviews .reviews_one:last-child {
}

.form-group .error {
    font-weight: 100;
    font-size: 14px;
    color: #a10023;
}


.reviews {
    margin-bottom: 60px;
}

.reviews_date {
    font-size: 15px;
    color: #9599a4;
}

.reviews_text {
    color: #1a2135;
}
.reviews_svg {
    display: inline-block;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.reviews_stars_form {
    margin: 5px 0;
}

.btn-text-form-w {
    width: 100%;
}

.reviews_svg_ok {
    background-image: url(../../site-imgs/star_ok.png);
}

.reviews_svg_bad {
    background-image: url(../../site-imgs/star_bad.png);
}

.modal-blanco .modal-dialog {
    width: 480px;
}

.modal-blanco .modal-content {
    border-radius: 0;
}

.modal-blanco .modal-header {
    border-bottom: 0;
    padding: 30px 40px;
    position: relative;
}

.modal-blanco .modal-body {
    padding: 0px 40px 20px;
    position: relative;
}

.modal-header-title {
    color: #a10023;
    font-size: 28px;
}

.modal-blanco .modal-header .close {
    position: absolute;
    right: 30px;
    top: 43px;
    width: 20px;
    height: 20px;
    margin-right: 0;
    opacity: 1;
}

.modal-blanco .modal-header .close svg {
    fill: #a10023;
    width: 20px;
    height: 20px;
}

.modal-body-text {
    color: #a10023;
    font-size: 18px;
    padding-bottom: 30px;
}

.modal-body-catalog-links {
    font-size: 14px;
    color: #9599a4;
}

.modal-body-catalog-links p {
    margin-bottom: 5px;
}

.modal-body-catalog-links a {
    font-size: 18px;
    display: inline-block;
    margin-right: 15px;
    color: #a10023;
}

.modal-blanco .modal-footer {
    border:  0;
    padding: 0;
}

.modal-blanco .text-form {
    margin: 0;
}

.btn--modal {
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0;

    background: #a10023!important;
}

.btn--modal:hover ,
.btn--modal:focus {
    color: #fff;
}

.modal-body-text.modal-body-text-policy {
    font-size: 14px;
    color: #a10023;
}

.modal-body-text.modal-body-text-policy a {
    color: #a10023!important;
}

@media(min-width: 1200px) and (max-width: 1500px) {
    .ctlg-prts-text-cnt {
        max-height: 220px;
        overflow: hidden;
    }
}

@media(min-width: 1500px) and (max-width: 1800px) {
    .ctlg-prts-text-cnt {
        max-height: 265px;
        overflow: hidden;
    }
}

@media(max-width: 500px) {
    .modal-open .modal-dialog {
        margin: 0;
        width: 100%;
    }
}

@media(max-width: 1700px) {

    .ctlg-filter-clear-show {
        position: relative;
        display: inline-block;
        margin-left: 20px;
        right: inherit;
        top: inherit;
        margin-bottom: 5px;
    }

    .ctlg-filter-name {
        border-bottom: 0;
    }

    .ctlg-filter-sections .ctlg-filter-title .ctlg-filter-img {
        position: absolute;
        top: 25px;
        left: 20px;
        width: 30px;
        height: 34px;
        transform: none;
    }

    .ctlg-filter-sections .ctlg-filter-clear-show {

        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

}

.btn-nrm__steelart .btnsvg svg  {
    fill: #0f1b33;
}

@media(max-width: 500px) {

    .ctlg-collection-title {
        font-size: 20px;
        padding: 20px;
    }

    .ctlg-prod-props-content .tab-pane ol,
    .ctlg-prod-props-content .tab-pane ul {
        padding-left: 10px;
    }

    .added_prods_name {
        font-size: 20px;
        padding: 20px;
    }

    .nav__props {
        margin: 25px 0;
    }

    .ctlg-prod-props-content .tab-pane h2 {
        font-size: 24px;
    }
    .ctlg-prod-props-content .tab-pane h3 {
        font-size: 20px;
    }
    .ctlg-prod-props-content .tab-pane h4 {
        font-size: 18px;
    }

    .ctlg-filter-sections .ctlg-filter-clear-show { 
        margin-left: 10px;
    }
    .ctlg-service-one {
        height: auto;
    }
    .ctlg-paysys-name {
        font-size: 24px;
    }

    .btn-order-prod {
        font-size: 18px;
    }

}
@media(max-width: 370px) {

    .ctlg-filter-sections .ctlg-filter-clear-show {
        margin-left: 0;
    }

}

@media(max-width: 1920px) {
    .txt-pg.steelart h1 {
        margin-left: 15px;
    }

    .txt-pg.steelart .brdcrmb-bl.brdcrmb-bl__text {

        margin-left: 15px;
    }
}
.bls-scts-mb {
    display: none;
}

@media (max-width: 320px) and (max-width: 1200px) {
    .ctlg-prts-items > li {
        font-size: 16px;
        padding: 0 4px;
    }
}
@media (max-width: 600px) {
    .index-slider-mob-hidden {
        display: none;
    }
    .bls-scts-mb {
        display: block;
    }
    .bls-scts-mb-one {
        display: block;
        cursor: pointer;
        position: relative;
        padding: 20px;
        height: 240px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .bls-scts-mb-one > a {
        display: inline-block;
        position: absolute;
        bottom: 20px;
        font-size: 20px;
        color: #fff;
        text-decoration: none!important;
    }
    .bls-scts-mb-one > a:after {
        display: inline-block;
        position: absolute;
        content: '';
        background: #fff;
        width: auto;
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 0;
    }
}
.ctlg-prod-colrs.ctlg-prod-colrs__tab {
    margin-top: 0;
}

.ctlg-filter-check {
    position: relative;
    display: inline-block;
    border: 2px solid #a10023;
    background: transparent;
    width: 20px;
    height: 20px;
    top: 4px;
    margin-right: 10px;
}

.ctlg-filter-check svg {
    display: none;
    width: 16px;
    height: 16px;
    fill: #fff;
}

.filter-selectable-act .ctlg-filter-check svg {
    display: block;
}

.filter-selectable-act  .ctlg-filter-check {
    border: 2px solid #a10023;
    color: #fff;
    background-color: #a10023;
}

@media(max-width: 1300px) {
    .ctlg-filter-sections__index .gallery-cntrls {
        top: 65px;
    }
}

.ctlg-collections-more .btn-nrm-more {
    width: 480px;
}

@media(max-width: 780px) {

    .ctlg-header[data-treeid='134'] {
    background: rgba(161, 0, 35, 0.9)!important;
    }
	.ctlg-header[data-treeid='139'] {        
	background: rgba(161, 0, 35, 0.9)!important;
	}    
	.ctlg-header[data-treeid='4'] {        
	background: rgba(161, 0, 35, 0.9)!important;
	}
	.ctlg-header[data-treeid='123'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='126'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='132'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='133'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='135'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='151'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='152'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='137'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
}
@media(max-width: 320px) {

    .ctlg-header[data-treeid='134'] {
    background: rgba(161, 0, 35, 0.9)!important;
    }
	.ctlg-header[data-treeid='139'] {        
	background: rgba(161, 0, 35, 0.9)!important;
	}    
	.ctlg-header[data-treeid='4'] {        
	background: rgba(161, 0, 35, 0.9)!important;
	}
	.ctlg-header[data-treeid='123'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='126'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
		.ctlg-header[data-treeid='132'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='133'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='135'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='151'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='152'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='137'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
}
@media(max-width: 630px) {
	.main-txt h1 {
        font-size: 20px!important;
    }
}
@media(max-width: 500px) {

    .ctlg-header[data-treeid='134'] {
    background: rgba(161, 0, 35, 0.9)!important;
    }
	.ctlg-header[data-treeid='139'] {        
	background: rgba(161, 0, 35, 0.9)!important;
	}    
	.ctlg-header[data-treeid='4'] {        
	background: rgba(161, 0, 35, 0.9)!important;
	}
	.ctlg-header[data-treeid='123'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='126'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='132'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='133'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='135'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='151'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='152'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	.ctlg-header[data-treeid='137'] {        
	background: rgba(161, 0, 35, 0.9)!important;    
	}
	
    .ctlg-filter-sections__index .gallery-section-one-title > a {
        font-size: 14px;
    }

    .main-txt h1 {
        font-size: 20px;
    }

    .main-txt {
        padding: 20px;
        font-size: 24px;
    }

    .ctlg-collections-more .btn-nrm-more {
        width: 100%;
    }
    .ctlg-prod-avai-colors {
        display: none;
    }
}

.ctlg-collections-more {
    padding: 20px 0;
}

.ctlg-index-ajax-prods {
    position: relative;
}


.ctlg-index-ajax-prods-ctrls {
    position: relative;
}


.ctlg-index-ajax-prods-ctrls button {
    background: #ecf0f9!important;
}

.ctlg-index-ajax-prods-ctrls .pos-rel {
    position: relative;
}

.ctlg-index-ajax-prods-ctrls .btn-sldr-prev {
    left: 0px;
}

.ctlg-index-ajax-prods-ctrls .btn-sldr-next {
    right: 0px;
}

.ctlg-index-ajax-prods-ctrls .btn-sldr-prev,
.ctlg-index-ajax-prods-ctrls .btn-sldr-next {
    top: -200px;
    position: absolute;
    width: 40px;
    height: 40px;
}

@media(max-width: 450px) {

    .ctlg-index-ajax-prods-ctrls {
        text-align: center;
        margin: 30px 0;
    }

    .ctlg-index-ajax-prods-ctrls .btn-sldr-prev,
    .ctlg-index-ajax-prods-ctrls .btn-sldr-next {
        position: relative;
        top: 0;
    }
}

.ctlg-prod-avai-colors {
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 5px;
    background: #ecf0f9;
    z-index: 7;
}

.ctlg-prod-avai-colors .ctlg-filter-value {

    position: relative;
    width: 29px;
    height: 29px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 3px;

}

.ctlg-prod-avai-colors .ctlg-filter-value:before {

    position: absolute;
    left: -3px;
    top: -3px;
    border: 3px solid transparent;
    width: 32px;
    height: 34px;
    background: transparent;
    border: 3px solid transparent;
    display: block;
    content: ' ';

}
.ctlg-prod-avai-colors .ctlg-filter-value.clicked:before {

    border-color: #5979E2;

}
/*


.ctlg-prod-avai-colors .ctlg-filter-value.clicked {
    border-color: #5979E2;
}
*/


.ctlg-prod-avai-colors .ctlg-filter-value:last-child {
    margin-right: 0;
}

@media(min-width: 1300px) {

    .ctlg-collection-title {
        display: none;
    }
}

.ctlg-service-one[data-toggle] {
    cursor: pointer;
}

/*.ctlf-filter[data-treeid="4"] .ctlg-filter-param[data-paramid="520"] {
    display: none;
}*/


.page-404 {
    padding: 150px 0;
}

.page-404--error-code {
    font-size: 18px;
}

.page-404--error-text {
    line-height: 1;
    font-size: 80px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.page-404--warn {
    font-size: 24px;
    margin-bottom: 20px;
}

.page-404--warn-two {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 100;
}

.page-404--link {
    width: 500px;
    text-transform: uppercase;
    line-height: 60px;
    font-size: 20px;
    font-weight: 100;
    text-decoration: none!important;
    margin: 20px 0;
    color: #fff!important;
    background: #a10023 !important;
}

.page-404--image img {
    max-width: 100%;
}
@media(max-width: 1000px) {
    .ctlg-menu-filter-all,
    .ctlg-filter-all {
        display: block;
    }
    .ctlg-filter-menu > ul{
        display: none;
    }
    .ctlg-filter-menu {
        margin-top: 0;
    }
    .ctlg-filter-acts ,
        /*.ctlg-filter-menu ,*/
    .ctlg-filter-sections,
    .ctlg-use-filter,
    .ctlg-filter-params {
        display: none;
    }
    .page-404 {
        padding: 30px 0;
    }
    .page-404--link {
        width: 100%;
    }
    .page-404--error-text {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .page-404--link {
        margin:  0;
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }
    .page-404--warn-two ,
    .page-404--warn {
        font-size: 16px;
    }

    .page-404--warn-two {
        margin-bottom: 40px;
    }
    .ctlg-filter-menu.ctlg-filter-menu-mob-use > ul{
        display: block;
    }
    .ctlg-filter-mob-use .ctlg-filter-sections,
    .ctlg-filter-mob-use .ctlg-use-filter,
    .ctlg-filter-mob-use .ctlg-filter-params {
        display: block;
    }

    .ctlg-filter-sections.ctlg-filter-sections__index {
        display: block;
    }
}
@media(min-width: 1000px) and (max-width: 1300px) {
    .ftr-tp .site-logo img {
        max-width: 100%;
    }
}
@media(min-width: 768px) and (max-width: 1000px) {
    .ctlg-header {
        height: 260px;
    }
}
@media(min-width: 768px) and (max-width: 1900px) {
    .ctlg-image-tab {
        height: 250px;
        max-width: 100%;
        background-size: contain;
    }
}

@media(min-width: 320px) and (max-width: 768px) {

    .ctlg-header-txt{
        display: none;
	}
}
@media(min-width: 320px) and (max-width: 1300px) {
    .ctlg-filter-param--open .ctlg-filter-clear {
        position: relative;
        display: inline-block;
        margin-left: 20px;
        right: inherit;
        top: inherit;
        margin-bottom: 5px;
    }
    .btn-nrm.btn-nrm__text,
    .btn-nrm.btn-nrm__steelart {
        height: 40px;
        width: 40px;
    }

}
@media(min-width: 320px) and (max-width: 600px) {
    .ctlg-prts-text-cnt ,
    .steelArt-txt {
        font-size: 15px;
    }
}
@media(min-width: 600px) and (max-width: 1496px) {
    .ctlg-prts-text-cnt ,
    .steelArt-txt {
        font-size: 13px;
    }
}
@media(min-width: 768px) and (max-width: 1100px) {
    .ctlg-paysys-controls {
        bottom: 190px;
    }
}
@media(min-width: 250px) and (max-width: 320px) {
    .ctlg-filter-img{
        display: none;
	}
}
@media(min-width: 992px) and (max-width: 1270px) {
    .ctlg-filter-img{
        display: none;
	}
}
@media(min-width: 351px) and (max-width: 451px) {
   .product-prev-img img {
	    min-height: 130px!important;
		max-height: 130px!important;
    }
}
@media(min-width: 451px) and (max-width: 768px) {
   .product-prev-img img {
	    min-height: 165px!important;
		max-height: 165px!important;
    }
}
@media(min-width: 768px) and (max-width: 850px) {
   .product-prev-img img {
	    min-height: 200px!important;
		max-height: 200px!important;
    }
}	
@media(min-width: 850px) and (max-width: 950px) {
   .product-prev-img img {
	    min-height: 200px!important;
		max-height: 200px!important;
    }
}
@media(min-width: 950px) and (max-width: 992px) {
   .product-prev-img img {
	    min-height: 210px!important;
		max-height: 210px!important;
    }
}
@media(min-width: 992px) and (max-width: 1100px) {
   .product-prev-img img {
	    min-height: 175px!important;
		max-height: 175px!important;
    }
}
@media(min-width: 1100px) and (max-width: 1440px) {
   .product-prev-img img {
	    min-height: 180px!important;
		max-height: 180px!important;
    }
}
@media(min-width: 1900px) and (max-width: 1920px) {
   .product-prev-img img {
	    min-height: 220px!important;
		max-height: 220px!important;
    }
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#showSearch svg,
.btn__ctlg-srt .spn-svg svg, .spn-svg__drop-cnts.spn-svg.spn-svg__thr30 svg {
    fill: #000000;
}

.ctlg-prod__right .brdcrmb > li:first-child ,
.ctlg-prod__right .brdcrmb > li {
    background: #a10023;
}

.ctlg-prod__right .brdcrmb > li {
    margin-bottom: 10px;
}

.ctlg-prod__right .brdcrmb > li:after {
    border-color: transparent transparent transparent #a10023;
}

.ctlg-prod__right .brdcrmb > li:last-child {
    background: #fff;
}

.ctlg-prod__right .brdcrmb > li:last-child:after {
    border-color: transparent transparent transparent #fff;
}

.ctlg-prod__right .brdcrmb > li a {
    color: #fff;
}

.ctlg-prod__right .brdcrmb > li:last-child a {
    color: #2a2a2d;
}

.txt-pg .brdcrmb > li:first-child ,
.txt-pg .brdcrmb > li {
    background: #a10023;
}

.txt-pg .brdcrmb > li:first-child > a ,
.txt-pg .brdcrmb > li > a {
    color: #fff;
}

.txt-pg .brdcrmb > li:first-child:after ,
.txt-pg .brdcrmb > li:after {
    border-color: transparent transparent transparent #a10023;
}

.txt-pg .brdcrmb > li:last-child {
    background: #f5f5f5;
}

.txt-pg .brdcrmb > li:last-child > a,
.txt-pg .brdcrmb > li:last-child > span {
    color: #363636;
}

.txt-pg .brdcrmb > li:before {
    border-color: transparent transparent transparent #fff;
}


.txt-pg .brdcrmb > li:last-child:after {
    border-color: transparent transparent transparent #f5f5f5;
}

.txt-pg .brdcrmb > li:last-child {
    color: #fff;
}

.modal-blanco .modal-content {
    background-color: #fff;
}


.ctlg-filter-sections__index .gallery-section-one {
    height: 215px;
}

.gallery-section-one-title .title-button {
    display: none;
}


.gallery-section-one-title .title-button {
    display: none;
}

.gallery-section-one-title .title-name {
    height: 60px;
    padding: 17.5px 15px;
    color: #363636;
    text-transform: none;
    background-color: rgba(245, 245, 245, 0.8);/*#f5f5f5;*/
}

.gallery-section-one:hover .gallery-section-one-title .title-button ,
.gallery-section-one:focus .gallery-section-one-title .title-button {
    display: block;
    color: #fff;
    text-transform: uppercase;
}

.title-button > .btn-nrm {
    text-transform: uppercase;
}


.gallery-section-one:hover .gallery-section-one-title .title-name ,
.gallery-section-one:focus .gallery-section-one-title .title-name {
    display: none;
}


.gallery-section-one-hover-bg {
    display: none;
}

.gallery-section-one:hover .gallery-section-one-hover-bg,
.gallery-section-one:focus .gallery-section-one-hover-bg {
    position: absolute;
    display: block;

    left: 0;
    right: 0;
    top: 0;
    bottom: 60px;
    background: rgba(72,73,76, 0.85) ;
}

.gallery-section-one-hover-bg .title-name {
    padding: 50%  20px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.dual-blocks .dual-block {
    position: relative;
    background: #f5f5f5;
    min-height: 240px;
    margin-top: 40px;
}

.dual-blocks .dual-block.dual-block-contacts {
    min-height: 300px;
}

.dual-block .dual-block-first,
.dual-block .dual-block-second {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    right: 40px;
    background: #f5f5f5;
    transition: all 0.15s linear;
}

.dual-block .dual-block-first,
.dual-block .dual-block-second {
    transition: all 0.15s linear;
}

.dual-block-first .dual-block-title,
.dual-block-second .dual-block-title {
    font-size: 28px;
    color: #363636;
    margin-bottom: 15px;
}

.dual-block-second .dual-block-title {
    color: #a10023;
}

.dual-block-first .dual-block-text,
.dual-block-second .dual-block-text {
    font-size: 15px;
    color: #363636;
}

.dual-block .dual-block-second {
    height: 1px;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}

.dual-blocks .dual-block {
    cursor: pointer;
}

/*.dual-block.toggled .dual-block-second {
    visibility: visible;
    height: inherit;
    opacity:1;
}


.dual-block.toggled .dual-block-first {
    height: 1px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}*/

.dual-block-addrs ,
.dual-block-phones {
    margin-top: 20px;
}
.dual-block-addr,
.dual-block-phone {
    display: inline-block;
    margin-right: 30px;
    font-size: 16px;
    color: #a10023;
}

.dual-block-phone {
    font-weight: bold;
}

.dual-block-right-outer {
    /*position: absolute;
    right: -500px;
    width: 800px;*/
}

@media(max-width: 768px) {

    .dual-block-right-outer {
        position: absolute;
        right: 0px;
        width: 100%;
    }

    .dual-blocks .dual-block.dual-block-contacts{
        min-height: 370px;
    }
}


.hdr-md-lnk .spn-svg svg,
.hdr-md-lnk .spn-svg {
    height: 15px;
    width: 15px;
}

.hdr-md-lnk .spn-svg {
    position: relative;
    margin-left: 10px;
    transform: rotate(90deg);
    line-height: 1;
}

.hdr-md-lnk-menu {
    display: none;
    width: 100%;
    left: 0;

    position: absolute;
    z-index: 8;

    list-style: none;
    background: #8b0020;
    margin: 0;
    padding: 0;
    margin-top: -5px;
}

.hdr-md-lnk-menu > li > a {
    color: #fff!important;

    width: 100%;
    display: inline-block;
    min-height: 70px;
    font-size: 15px;
    text-decoration: none;

    padding-left: 30px;
    text-align: left;
    padding-top: 17px;
    padding-right: 15px;
}

.hdr-md-lnk-menu > li > a:hover,
.hdr-md-lnk-menu > li > a:focus {
    background: #a10023;
}

.hdr-md-lnk:focus .hdr-md-lnk-menu,
.hdr-md-lnk:hover .hdr-md-lnk-menu {
    display: block;
}

.hdr-md-lnk:hover .spn-svg  {
    transform: rotate(-90deg);
}

.hdr-md-lnk:hover .spn-svg svg {
    fill: #fff;
}

   .ctlg-prts-list {
    height: 500px!important;
	}


@media(min-width: 1200px) {
    .hdr-md-lnk {
        width: 20%!important;
    }
}

.ctlg-prts-text-cnt {
    cursor: pointer;
}

.ctlg-prts-text .btn-nrm a {
    display: inline-block;
    width: 60px;
    height: 60px;
}
@media(min-width: 1619px) and (max-width: 1705px) {
	.ctlg-prts-items > li {
    font-size: 15px;
	}
}
@media(min-width: 1533px) and (max-width: 1619px) {
	.ctlg-prts-items > li {
    font-size: 14px;
	}
}
@media(min-width: 1446px) and (max-width: 1533px) {
	.ctlg-prts-items > li {
    font-size: 13px;
	}
}

.second-menu-modal > li > a {
    position: relative;
    display: block;
    padding: 5px;
    font-size: 15px;
    color: #9599a4;
}
@media(min-width: 300px) and (max-width: 768px) {
    .hdr-cnts-logo {
		background-image: url(/site-imgs/logo_mob.png);
        background-size: cover;
	}
}

 .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
}
.videoWrapper video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

.superStong {
	font-weight: bold;
}

.link-in-p:hover, .link-in-p:active, .link-in-p:visited, .link-in-p {
    text-decoration: none!important;
	color: #a10023!important;
}
.hdr-cnts-val:hover > a, .hdr-cnts-val:active > a, .hdr-cnts-val:visited > a, .hdr-cnts-val > a {
    text-decoration: none!important;
	color: #a10023!important;
}
.cntcs-inf:hover > a, .cntcs-inf:active > a, .cntcs-inf:visited > a, .cntcs-inf > a {
    text-decoration: none!important;
	color: #a10023!important;
}

@media(min-width: 300px) and (max-width: 450px) {
    .img_sertif {
		max-width: 300px;
	}
}
.img_center {
	text-align: center;
}

.text_just {
	text-align: justify;
}
.text-shadow {
    text-shadow: -2px -2px 2px hsl(240, 4%, 22%);
}


@media(min-width: 1100px) and (max-width: 1300px) {
    /*.hdr-md-lnk .hdr-md-lnk-menu,
    .hdr-md-lnk .hdr-md-lnk-menu {
        display: none!important;
    }*/
    .hdr-md-lnk.tabClicked .hdr-md-lnk-menu,
    .hdr-md-lnk.tabClicked .hdr-md-lnk-menu {
        display: block!important;
    }
}
@media(min-width: 769px) and (max-width: 1299px) {
	.main-txt {
		padding: 35px;
		font-size: 40px;
		color: #0f1b33;
	}
}
@media(min-width: 601px) and (max-width: 1299px) {
	.ctlg-collection-title {
        font-size: 20px;
        padding: 10px 35px!important;
    }
}
@media(min-width: 200px) and (max-width: 768px) {
	.text-form-title {
        padding-top: 20px;
    }
}
.paddin_20 {
	padding: 20px!important;
}
.margin_btn_10 {
	margin-bottom: 10px!important;
}
@media(min-width: 390px) and (max-width: 740px) {
    .ftr-bt {
        line-height: 30px;

    }
}
@media(min-width: 200px) and (max-width: 390px) {
    .ftr-bt {
        height: 90px;
        line-height: 30px;

    }
}