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

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

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

.hdr-tp {
    height: 100px;
}

.hdr-bt {
    background-color: #F0F1F3;
}

.site-logo {
    /*
    padding-left: 5px;
    padding-top: 20px;
    */
    padding-left: 0px!important;
    padding-top: 5px;
}

.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: #0f1b33;
    padding-left: 50px;
    transition: color 0.15s ease-in-out;

}

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

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

.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: #b9bfcd ;
}

.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 #cfd6e5;
}

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


.hdr-srch {
    position: absolute;
    width: 80px;
    height: 100px;
    right: 105px;
    top: 0;
    transition: background 0.15s ease-in-out;
    cursor: pointer;
}


.hdr-basket {
    position: absolute;
    width: 120px;
    height: 100px;
    right: -15px;
    top: 0;
    transition: background 0.15s ease-in-out;
    cursor: pointer;
    border-left: 1px solid #cfd6e5;
}


.hdr-basket:focus .hdr-basket-dropdown,
.hdr-basket:hover .hdr-basket-dropdown {
    visibility: visible;
    opacity: 1;
}

.hdr-basket-count {
    position: absolute;
    min-width: 20px;
    min-height: 20px;

    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

    display: inline-block;
    padding: 1px 8px;

    color: #fff;
    background-color: #D10827;

    font-size: 13px;
    margin-top: -10px;
    margin-left: 15px;
}

/*.hdr-basket-price {
    position: absolute;

    left: 50%;
    bottom: 15px;

    transform: translateX(-50%);

    font-size: 14px;
    color: #D10827;
}*/

.hdr-basket .spn-svg svg {
    fill: #000;
}

.hdr-basket:hover{
    background-color:  #F0F1F3;
}

.hdr-basket:hover svg{
    fill: #fff;
}


.hdr-srch:hover {
    background: #F0F1F3;
}

.hdr-basket:hover .spn-svg svg {
    fill: #D10827;
}

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

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

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

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

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

.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 #cfd6e5;
    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: #0f1b33;
}

.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: #959aa6;
    font-size: 13px;
}

.hdr-cnts-val {
    color: #D10827;
    font-size: 18px;
}

.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: #D10827;
    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 {

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

}

.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: #D10827;
}

.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%;
}


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

.hdr-md-lnk {
    position: relative;
    background: #F0F1F3;
    text-align: center;
    height: 70px;
    transition: background 0.35s linear;
}

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

.hdr-md-lnk:focus ,
.hdr-md-lnk:hover {
    background: #dae2f2;
}
/*

.hdr-md-lnk:active {
    background: #D10827;
}


.hdr-md-lnk:active  > a {
    color: #fff;
}
*/

.hdr-md-lnk > a {
    display: inline-block;
    min-height: 70px;
    max-height: 70px;
    height: 70px;
    line-height: 70px;
    color: #0f1b33;
    font-size: 18px;
    text-decoration: none;
    width: 100%;
}

.hdr-md-lnk.hdr-md-lnk__act {
    background: #D10827 ;
}

.hdr-md-lnk.hdr-md-lnk__act   > a {
    color: #fff;
}

.hdr-md-lnk-menu {
    display: none;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 8;
    list-style: none;
    background: #F0F1F3;
    margin: 0;
    padding: 0;
}

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

.hdr-md-lnk-menu > li > a {
    color: #0f1b33!important;
    width: 100%;
    display: inline-block;
    min-height: 55px;
    line-height: 55px;
    font-size: 15px;
    text-decoration: none;
    padding: 0 15px;
    text-align: center;
    transition: background 0.35s linear;
}
.hdr-md-lnk-menu > li > a:hover {
    background: #dae2f2!important;
}

.hdr-md-lnk .spn-svg {
    position: absolute;
    width: 12px;
    height: 12px;
    margin-left: 6px;
}

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

.svg-menu > li > a.mobile-menu-sublink {
    padding-left: 30px!important;
    font-size: 16px!important;
}


.owl-sldr-img {
    height: 700px;
    background-size: cover;
}
@media(min-width: 300px) and (max-width: 350px) {
	.owl-sldr-img {
        height: 165px!important;
    }
}
@media(min-width: 350px) and (max-width: 400px) {
	.owl-sldr-img {
        height: 185px!important;
    }
}
@media(min-width: 400px) and (max-width: 450px) {
	.owl-sldr-img {
        height: 200px!important;
    }
}
@media(min-width: 450px) and (max-width: 500px) {
	.owl-sldr-img {
        height: 235px!important;
    }
}
@media(min-width: 500px) and (max-width: 550px) {
	.owl-sldr-img {
        height: 260px!important;
    }
}
@media(min-width: 550px) and (max-width: 600px) {
	.owl-sldr-img {
        height: 270px!important;
    }
}
@media(min-width: 600px) and (max-width: 650px) {
	.owl-sldr-img {
        height: 240px!important;
    }
}
@media(min-width: 651px) and (max-width: 700px) {
	.owl-sldr-img {
        height: 260px!important;
    }
}
@media(min-width: 701px) and (max-width: 800px) {
	.owl-sldr-img {
        height: 280px!important;
    }
}
@media(min-width: 801px) and (max-width: 900px) {
    .owl-sldr-img {
        height: 320px!important;
    }
}
@media(min-width: 901px) and (max-width: 1000px) {
    .owl-sldr-img {
        height: 350px!important;
    }
}
@media(min-width: 1001px) and (max-width: 1100px) {
	.owl-sldr-img {
        height: 380px!important;
    }
}
@media(min-width: 1101px) and (max-width: 1200px) {
	.owl-sldr-img {
        height: 435px!important;
    }
}
@media(min-width: 1201px) and (max-width: 1300px) {
	.owl-sldr-img {
        height: 465px!important;
    }
}
@media(min-width: 1301px) and (max-width: 1400px) {
	.owl-sldr-img {
        height: 495px!important;
    }
}
@media(min-width: 1401px) and (max-width: 1500px) {
	.owl-sldr-img {
        height: 540px!important;
    }
}
@media(min-width: 1501px) and (max-width: 1600px) {
	.owl-sldr-img {
        height: 580px!important;
    }
}
@media(min-width: 1601px) and (max-width: 1700px) {
	.owl-sldr-img {
        height: 620px!important;
    }
}
@media(min-width: 1701px) and (max-width: 1800px) {
	.owl-sldr-img {
        height: 660px!important;
    }
}
@media(min-width: 1801px) and (max-width: 1900px) {
	.owl-sldr-img {
        height: 685px!important;
    }
}
.owl-sldr.owl-sldr-index {
    position: relative;
}

.owl-sldr.owl-sldr-index .owl-controls {
    position: absolute;
    left: 80px;
    bottom: 40px;
}
@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: #fff;
    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 #fff;
    background: none;
    top: 23px;
    left: -10px;
}

.owl-sldr-bl {
    position: absolute;
    height: 200px;
    overflow: hidden;
    bottom: 200px;
    padding: 40px 0;
    padding-left: 75px;
    left: 55%;
    right: 0;
    /*
    background: linear-gradient(to right, rgba(255,255,255,0.75) 65%, rgba(255,255,255,0) 95% );
     */
}
/*
.owl-sldr-bl {
        display: none!important;
    }
 */
.owl-sldr-title {
    font-size: 80px;
    font-weight: 600;
    line-height: 1;
    color: rgb(208, 0, 36);
    margin-bottom: 20px;
    text-shadow: 1px 1px 6px #FFF !important;
}
.ctlg-header-bl {
    background: linear-gradient(to right, rgba(200,8,39,0.75) 65%, rgba(200,8,39,0) 95% );
}

.owl-sldr-txt {

    padding-left: 4px;
    line-height: 1;
    font-size: 30px;
    color: #0f1b33;

}

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

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

.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(15,27,51, 0.9) ;

 }

.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;
    font-size: 30px;
    text-decoration: none;
}

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

.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: 60px;
    width: 60px;
    color: #fff;
    fill: #fff;
    text-align: center;
    background-color: #D10827 ;
    transition: background-color 0.25s linear;

}

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

.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: #D10827 ;
    font-size: 18px;
    text-transform: uppercase;
    transition: background-color 0.25s linear;
    border-radius: 0;
}

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

.btn-nrm:active {
    background-color: #9d061d ;
}

.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: 400px;
    transition: background 0.25s linear;
    cursor: pointer;
}

.product-prev-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 300px;
}

.product-prev-img img {

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

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

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

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

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

.product-type {
    font-size: 14px;
    color: #0f1b33;
    font-weight: 600;
}

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

.prod-price__abs.prod-price__abs-d {
    top: -75px;
}

.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 {
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    color: #fff;
}

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

.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;
    color: #0f1b33;
    padding: 70px 0;
}

.txt-seo-tx {
    color: #0f1b33;
    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;
}
@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: #b8becc;
    width: 30px;
    height: 30px;
}

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

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

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

}

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

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

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

    color: #D10827;

}

.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: #959aa6;
    font-size: 14px;
}

.ftr-bt {
    text-align: center;
    height: 60px;
    line-height: 15px;
    background-color: #f7faff;
    color: #959aa6;
    font-size: 13px;
	padding: 25px 0;
}

@media(min-width: 300px) and (max-width: 400px) {
	.ftr-bt {
    height: 40px;
	padding: 15px;
	}
}

.steelArt-bl {
    position: relative;
    padding: 40px;
    height: 380px;
    background-color: #D10827;
    background-repeat: no-repeat;
}
.steelArt-bl-2024 {
    background-color: rgb(86, 86, 85) !important;
}

.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: #F0F1F3;
    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: #F0F1F3;
}
.ctlg-prts-list-bg {
    background: #f7faff;
}

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

.ctlg-prts-items {

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

}

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

.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;
    transition: background 0.25s ease-in-out;
}

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

}

.ctlg-prts-items > li.active {
    color: #0f1b33 ;
    z-index: 3;
    background: #F0F1F3;
}

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

}

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

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

.ctlg-prts-text-title {
    font-size: 30px;
    color: #0f1b33;
    margin-bottom: 30px;
}

.ctlg-prts-text-cnt {
    color: #0f1b33;
}

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

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


.btn-nrm.btn-nrm__prod-hdn.btn-nrm__cnts {
    position: absolute;
    left: 0px;
    right: 0px;
    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: #D10827;
}

.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: 100px;
    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: 600px;
}

.ctlg-header-srt {
    position: absolute;
    right: 10px;
    /*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: #000;
}

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

.ctlg-pagi > .ctlg-pagi-ul > li {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #F0F1F3;
    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: #0f1b33;
}


.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: #D10827;
}

.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;
}

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

.btn__ctlg-srt {
    color: #D10827;
    width: 100%;
    background: #fff;
    border: 2px solid #F0F1F3;
    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: #D10827;
    padding: 6px 12px;
    width: 100%;
    background: #fff;
    border: 2px solid #F0F1F3;
    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: 30px 40px 50px;
}

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

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

.ctlg-filter-title {
    position: relative;
    color: #0f1b33;
    border-top: 1px solid #cfd6e6;
    border-bottom: 1px solid #cfd6e6;
    padding: 40px;
    background: #f5f8ff ;
    padding-left: 70px;
}
@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: #F0F1F3 ;
}
.ctlg-filter-menu > ul > li > a {
    display: block;
    padding: 20px;
    font-size: 15px;
    color: #0f1b33!important;
    text-decoration: none!important;
    border-bottom: 1px solid #cfd6e6;
}

.ctlg-filter-acts {
    margin-top: 40px;
    border: 10px solid #cfd6e6;
}
.ctlg-filter-acts__prod {
    height: 290px;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    background: #fff;
}


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

.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 {
    color: /*#D10827;*/ #e64545;
    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 {
    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;
}

.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: #f5f8ff ;
}

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

.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: #F0F1F3;
    padding: 0 20px;
    float: left;
    margin-right: 10px;
}

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

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

.brdcrmb > li:first-child {
    background: #D10827;
    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 #F0F1F3;
    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 #f5f8ff;
    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 #D10827;
}

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

.ctlg-prod-text {
    font-size: 16px;
    color: #0f1b33;
    margin-bottom: 30px;
}

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


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

.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 #D10827;
    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 {
    position: relative;
    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-paysys {

    position: relative;
    border-top: 1px solid #cfd6e5;
    background-color: #f5f8ff;
    padding: 80px  ;

}

.ctlg-paysys-name {

    font-size: 36px;
    color: #0f1b33;
    padding-bottom: 20px;

}

.ctlg-paysys-slider-title {

    font-size: 20px;
    color:#0f1b33;
    margin-bottom: 25px;

}

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

.ctlg-paysys-comnt__forty {
    font-size: 16px;
	color: #0f1b33;
    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: #F0F1F3!important;
    color:#0f1b33!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 #dae2f2;
}

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


.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: #F0F1F3;
}

.btn-nrm.btn-nrm__images:hover {
    background-color: #fff;
}

.btn-nrm.btn-nrm__images:active {
    background-color: #cfd6e6;
}

.btn-nrm.btn-nrm__images:active {
    background-color: #cfd6e6;
}
.btn-nrm.btn-nrm__images .btnsvg svg {
    fill: #2e394f;
}



.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 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding: 0;
    height: 60px;
    text-align: center;
    border: 0;
    border-bottom: 4px solid #F0F1F3;
    border-radius: 0;
    font-size: 16px;
    font-weight: 100;
    color: #D10827;
}

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

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

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

.ctlg-props .tab-content .tab-pane h5 {
    font-weight: bold;
    font-size: 14px;
    color: #5a658a;
    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: #0f1b33;
    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: #dbe1f1;
    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;
}
/*NEW*/
.ctlg-ftr-seo ol,
.ctlg-ftr-seo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.ctlg-ftr-seo ol > li,
.ctlg-ftr-seo ul > li  {
    display: block;
    font-size: 16px;
    color: #0f1b33;
    padding: 7px 0 7px 35px;
    position: relative;
}
.ctlg-ftr-seo ul > li:after {
    position: absolute;
    background: #dbe1f1;
    display: block;
    width: 30px;
    height: 4px;
    content: ' ';
    left: 0;
    top: 16px;
}
.ctlg-ftr-seo ol {
    counter-reset: myCounter;
}
.ctlg-ftr-seo > li {
    padding: 7px 0 7px 30px;
}
.ctlg-ftr-seo > 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-ftr-seo ol > li:after {
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    content: ' ';
    left: 15px;
    top: 18px;
    content: ' ';
    background: #dbe1f1;
}
/*NEW*/

.ctlg-prod__to-topbg {
    background: #ecf0f9;
}

.ctlg-prod__to-top {
    position: relative;
    background: #ecf0f9;
    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: #5a658a;
    padding: 7px 0 7px 50px;
    position: relative;

}

.txt-wrp ul > li:after {
    position: absolute;
    background: #dbe1f1;
    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: #1a2135;
}

.actions-offer-link:focus ,
.actions-offer-link:hover {
    color: #1a2135;
    text-decoration: none;
}

.actions-offer-prev {
    font-size: 16px;
    color: #1a2135;
    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: #F0F1F3!important;
    color: #0f1b33!important;
}

.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: #0f1b33!important;
    height: 20px;
}

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

.ctlg-filter-params {
    background: #ecf0f9;
}

.ctlg-filter-name {
    position: relative;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #d0d5e4;
    border-bottom: 1px solid #d0d5e4;
    padding: 0 20px;
    font-size: 15px;
    color: #1a2135;
}

.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;
    background: #fff;
    border: 2px solid #d0d5e4;
    color: #d0d5e4;
    /* 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: #D10827;
    height: 20px;
    width: 25px;
    cursor: pointer;
}

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

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

.ctlg-filter-values .ctlg-filter-value {
    position: relative;
    min-height: 40px;
    line-height: 24px;
    padding: 4px 10px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 2px solid #fff;
    background: #fff;
    cursor: pointer;
    content: ' ';
    background-size: cover;
    background-repeat: no-repeat;
}

.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: #D10827;
}

.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-item .ctlg-filter-values .ctlg-filter-value.selected:before,
.ctlg-product-size-color-offers .ctlg-filter-value.selected:before {
    position: absolute;
    left: -4px;
    top: -4px;
    display: block;
    content: ' ';
    border: 2px solid #D10827; 
    width: 44px;
    height: 44px;
}

.nav__props.nav__added_prods {
    margin: 0;
}

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

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

.added_prods_name {

    font-size: 36px;
    padding: 35px 30px ;
    color: #0f1b33;

}

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

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

.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;
    /*line-height: 25px;*/
    background: #e93e58;
    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: #e93e58;
}

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

.filter-selectable.filter-selectable-act:before {
    position: absolute;
    left: -4px;
    top: -4px;
    display: block;
    content: ' ';
    border: 2px solid #e93e58;
    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: #e93e58;
}
.filter-selectable-act .glyphicon.glyphicon-unchecked:before {
    content: "\e067"; 
}

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

.ctlg-filter-clear {
    background: #e93e58;
    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;
}

.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 10px 30px 90px;
    background: #fff;
    border: 2px solid #d0d5e5;
    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: #d0d5e5;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

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


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

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

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

.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: #0f1b33!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: 90px;
    width: 100%;
    padding: 0;
}

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

.gallery-bl-ctrl__l > button,
.gallery-bl-ctrl__r > button {
    background: #ecf0f9!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: #D10827;
}
.ctlg-pagi.ctlg-pagi__bt > .ctlg-pagi-ul > li:hover svg ,
.ctlg-pagi.ctlg-pagi__bt > .ctlg-pagi-ul > li:hover > a {
    color: #fff;
    fill: #fff;
}

.ctlg-filter-param {
    position: relative;
}

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

.ctlg-filter-sections__index .gallery-section-one-title {
    left: 20px;
    bottom: 15px;
}

.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: #2a3044 ;
}

.prod_pdf_link {
    display: inline-block ;
    margin-bottom: 30px;
    margin-right: 30px;
    margin-top: 30px;
    width: 130px;
    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: #D10827;
}

.search-result {
    position: fixed;
    padding: 25px 40px 40px 40px;
    top: 100px;
    background: #fff;
    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: #9599a4;

}

.search-link {

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

.search-link:hover,
.search-link:focus {
    color: #e93e58;
    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;
    background: #F0F1F3;
    font-size: 18px;
    color: #0f1b33;
    position: relative;
}

.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;
}

.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: #D10827;
}


@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: 13px;
    }

    .product-prev-img {
        height: 260px;
    }

    .product-prev-img img {
        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: 320px;
    }

    .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;
        background: #fff;
    }

    .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: 375px;
    }
}
@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(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: 16px;
    }

    .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: 10px solid #dae2f2;
    }


    .ctlg-images-smal-wrp {
        padding: 10px;
        border: 10px 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) {
        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;
    }


    .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: 240px;
    }

    .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: 15px!important;
    }
    .owl-sldr.owl-sldr-index .owl-controls .owl-pagination .owl-page span {
        width: 8px;
        height: 8px;
        color: rgb(255 255 255 / 40%) !important;
    }
    .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: 20px;
        height: 20px;
        border: 2px solid rgb(255 255 255 / 40%) !important;
    }


    .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: 260px;
        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: 8px;
        left: -10px;
    }

    .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-prod-item .ctlg-filter-values {
        display: none;
    }
}
    .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;
        padding-bottom: 25px; /*2024*/
    }

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

@media(max-width: 400px) {
    #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%;
    background: #eceff9;
    border-radius: 0;
    width: 100%;
}

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

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

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

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

#blancomenu .btn.btn-menu {
    background: #e93e58;
    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: #1a2135;
}

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

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

.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: #1a2135;
    padding-bottom: 20px;
    padding-left: 15px;
}

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

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

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

.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: #e93e58;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

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

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

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


.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;
}
.map_left_title_top {
    font-size: 42px;
    position: relative;
    margin-top: 3px;
    left: -15px;
}

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

.map_hidden {
    opacity: 1;
}

.contacts-block--time {
    color: #1a2135;
    font-size: 20px;
    margin-bottom: 5px;
}

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

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


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

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

.answers_que {
    padding: 30px 20px;
    color: #1a2135;
    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: #e93e58;
}

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

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

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

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

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

.reviews .reviews_one:last-child {
}

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

}


.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.jpg);
}

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

.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: #1a2135;
    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: #e93e58;
    width: 20px;
    height: 20px;
}

.modal-body-text {
    color: #1a2135;
    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: #e93e58;
}

.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;
}

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

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

@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;
    }
    .ctlg-ftr-seo ol,
    .ctlg-ftr-seo ul {
        padding-left: 10px;
    }

    .added_prods_name {
        font-size: 18px;
        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: 250px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .bls-scts-mb-one > a {
        display: inline-block;
        position: absolute;
        font-size: 20px;
        color: #fff;
        text-decoration: none!important;
		left: 0;
		right: 0;
		bottom: -1px;
		padding: 15px;
		background: rgba(200, 8, 39, 0.7)!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 #d0d5e5;
    background: #fff;
    width: 20px;
    height: 20px;
    top: 4px;
    margin-right: 10px;
}

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

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

.filter-selectable-act  .ctlg-filter-check {
    border: 2px solid #e93e58;
}

@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='5'] {
        background: #e93e58e6!important;
    }
	.ctlg-header[data-treeid='4'] {        
		background: #e93e58e6!important;    
	}    
	.ctlg-header[data-treeid='3'] {        
	background: #e93e58e6!important;    
	}
	.ctlg-header[data-treeid='123'] {        
	background: #e93e58e6!important;    
	}
}
@media(max-width: 320px) {

    .ctlg-header[data-treeid='5'] {
        background: #e93e58e6!important;
    }
	.ctlg-header[data-treeid='4'] {        
		background: #e93e58e6!important;    
	}    
	.ctlg-header[data-treeid='3'] {        
	background: #e93e58e6!important;    
	}
}
@media(max-width: 630px) {
	.main-txt h1 {
        font-size: 20px!important;
    }
}
@media(max-width: 500px) {

    .ctlg-header[data-treeid='5'] {
        background: #e93e58e6!important;
    }
	.ctlg-header[data-treeid='4'] {        
		background: #e93e58e6!important;    
	}    
	.ctlg-header[data-treeid='3'] {        
	background: #e93e58e6!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%;
    }
}

@media (min-width: 250px) and (max-width: 699px) {
    .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 {
        margin: 5px 0;
        text-align: center;
    }

    .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: #e93e58;

}
/*


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


.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;
    color: #5a6589;
}

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

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

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

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

.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;
    }
}
/*
.ctlf-filter[data-treeid="5"] .ctlg-filter-value[data-valueid="6317"] {
display: none;
}
.ctlf-filter[data-treeid="5"] .ctlg-filter-value[data-valueid="6318"] {
display: none;
}
.ctlf-filter[data-treeid="5"] .ctlg-filter-value[data-valueid="6319"] {
display: none;
}
.ctlf-filter[data-treeid="5"] .ctlg-filter-value[data-valueid="6320"] {
display: none;
}
.ctlf-filter[data-treeid="5"] .ctlg-filter-value[data-valueid="6351"] {
    display: none;
}

.ctlf-filter[data-treeid="3"] .ctlg-filter-value[data-valueid="6259"] {
display: none;
}
.ctlf-filter[data-treeid="3"] .ctlg-filter-value[data-valueid="6209"] {
display: none;
}
.ctlf-filter[data-treeid="3"] .ctlg-filter-value[data-valueid="6213"] {
    display: none;
}
.ctlf-filter[data-treeid="5"] .ctlg-filter-value[data-valueid="6213"] {
    display: none;
}
.ctlf-filter[data-treeid="123"] .ctlg-filter-value[data-valueid="6213"] {
    display: none;
}
.ctlf-filter[data-treeid="5"] .ctlg-filter-value[data-valueid="6352"] {
    display: none;
}
.ctlf-filter[data-treeid="123"] .ctlg-filter-value[data-valueid="6352"] {
    display: none;
}

.ctlf-filter[data-treeid="123"] .ctlg-filter-value[data-valueid="6209"] {
display: none;
}
.ctlf-filter[data-treeid="123"] .ctlg-filter-value[data-valueid="6259"] {
display: none;
}
.ctlf-filter[data-treeid="123"] .ctlg-filter-value[data-valueid="6260"] {
display: none;
}
.ctlf-filter[data-treeid="123"] .ctlg-filter-value[data-valueid="6317"] {
display: none;
}
.ctlf-filter[data-treeid="123"] .ctlg-filter-value[data-valueid="6319"] {
display: none;
}
.ctlf-filter[data-treeid="123"] .ctlg-filter-value[data-valueid="6320"] {
display: none;
}
.ctlf-filter[data-treeid="123"] .ctlg-filter-param--sub[data-prid="525"] {
display: none!important;
}
.ctlf-filter[data-treeid="123"] .ctlg-filter-param--sub[data-prid="526"] {
display: none!important;
}

.ctlf-filter[data-treeid="130"] .ctlg-filter-value[data-valueid="6320"] {
display: none;
}
.ctlf-filter[data-treeid="130"] .ctlg-filter-param--sub[data-prid="524"] {
display: none!important;
}
.ctlf-filter[data-treeid="130"] .ctlg-filter-param--sub[data-prid="525"] {
display: none!important;
}
.ctlf-filter[data-treeid="130"] .ctlg-filter-param--sub[data-prid="526"] {
display: none!important;
}
.ctlf-filter[data-treeid="130"] .ctlg-filter-param[data-paramid="520"] {
    display: none;
}
*/

@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(max-width: 992px) {
    .product-prev-img {
        height: 230px;
    }
}
/*
@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: 140px!important;
		max-height: 140px!important;
    }
}	
@media(min-width: 850px) and (max-width: 950px) {
   .product-prev-img img {
	    min-height: 150px!important;
		max-height: 150px!important;
    }
}
@media(min-width: 950px) and (max-width: 992px) {
   .product-prev-img img {
	    min-height: 160px!important;
		max-height: 160px!important;
    }
}
@media(min-width: 992px) and (max-width: 1100px) {
   .product-prev-img img {
	    min-height: 165px!important;
		max-height: 165px!important;
    }
}
@media(min-width: 1100px) and (max-width: 1200px) {
   .product-prev-img img {
	    min-height: 170px!important;
		max-height: 170px!important;
    }
}
@media(min-width: 1200px) and (max-width: 1300px) {
   .product-prev-img img {
	    min-height: 170px!important;
		max-height: 170px!important;
    }
}
@media(min-width: 1300px) and (max-width: 1400px) {
   .product-prev-img img {
	    min-height: 180px!important;
		max-height: 180px!important;
    }
}
@media(min-width: 1400px) and (max-width: 1650px) {
   .product-prev-img img {
	    min-height: 190px!important;
		max-height: 190px!important;
    }
}
@media(min-width: 1650px) and (max-width: 1750px) {
   .product-prev-img img {
	    min-height: 160px!important;
		max-height: 160px!important;
    }
}
@media(min-width: 1750px) and (max-width: 1850px) {
   .product-prev-img img {
	    min-height: 175px!important;
		max-height: 175px!important;
    }
}
@media(min-width: 1850px) and (max-width: 1900px) {
   .product-prev-img img {
	    min-height: 185px!important;
		max-height: 185px!important;
    }
}
@media(min-width: 1900px) and (max-width: 1920px) {
   .product-prev-img img {
	    min-height: 190px!important;
		max-height: 190px!important;
    }
}
@media(min-width: 1920px) and (max-width: 2000px) {
   .product-prev-img img {
	    min-height: 190px!important;
		max-height: 190px!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%;
}
.videoWrapper video {
        position: absolute!important;
        top: 0!important;
        left: 0!important;
        width: 100%!important;
        height: 100%!important;
}
@media(min-width: 1900px) and (max-width: 2000px) {
   .ctlg-prts-list {
    height: 500px!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: #D10827!important;
}
.cntcs-inf:hover > a, .cntcs-inf:active > a, .cntcs-inf:visited > a, .cntcs-inf > a {
    text-decoration: none!important;
	color: #D10827!important;
}
.link-in-p:hover, .link-in-p:active, .link-in-p:visited, .link-in-p {
    text-decoration: none!important;
	color: #D10827!important;
}

@media (min-width: 1176px) and (max-width: 1238px) {
	.ctlg-filter-valueText {
        font-size: 12px!important;
    }
}
@media (min-width: 1113px) and (max-width: 1176px) {
	.ctlg-filter-valueText {
        font-size: 11px!important;
    }
}
@media (min-width: 1049px) and (max-width: 1113px) {
	.ctlg-filter-valueText {
        font-size: 10px!important;
    }
}
@media (min-width: 992px) and (max-width: 1049px) {
	.ctlg-filter-valueText {
        font-size: 9px!important;
    }
}

@media(max-width: 1400px)  {
    .container-fluid__search .ctlg-pagi.ctlg-pagi__bt {
        display: block;
    }
}

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

@media (min-width: 1176px) and (max-width: 1238px) {
    .ctlg-filter-valueText {
        font-size: 12px!important;
    }
}
@media (min-width: 1113px) and (max-width: 1176px) {
    .ctlg-filter-valueText {
        font-size: 11px!important;
    }
}
@media (min-width: 1049px) and (max-width: 1113px) {
    .ctlg-filter-valueText {
        font-size: 10px!important;
    }
}
@media (min-width: 992px) and (max-width: 1049px) {
    .ctlg-filter-valueText {
        font-size: 9px!important;
    }
}

@media(max-width: 1400px)  {
    .container-fluid__search .ctlg-pagi.ctlg-pagi__bt {
        display: block;
    }
}
.ctlg-counter {
    margin-left: 25px;
}

.ctlg-counter .ctlg-counter-value,
.ctlg-counter .ctlg-counter-less,
.ctlg-counter .ctlg-counter-more {
    float: left;
}

.ctlg-counter .ctlg-counter-value {
    display: inline-block;

    margin: 0 20px;

    height: 80px;
    width: 80px;

    font-size: 24px;

    text-align: center;
    border: 0;
    border-radius: 0;
    background-color: #fff;
}

.ctlg-counter .ctlg-counter-less,
.ctlg-counter .ctlg-counter-more {
    position: relative;
    font-size: 36px;
    height: 80px;
    width: 80px;
}

.ctlg-counter .ctlg-counter-less svg ,
.ctlg-counter .ctlg-counter-more svg {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}

.hdr-basket .spn-svg svg,
.hdr-basket .spn-svg {
    width: 75px;
    height: 70px;
}
.hdr-basket .hdr-basket-dropdown {
    position: absolute;
    right: 0;
    top: 100px;
    min-width: 400px;

    padding: 15px;

    background-color: #F0F1F3;
    z-index: 22;
    border: 1px solid #cfd6e5;

    visibility: hidden;
    opacity: 0;

    transition: all 0.1s ease-in-out;
}

.hdr-basket-items .hdr-basket-item:last-child {
    margin-bottom: 0;
}

.hdr-basket-item {
    display: block;
    position: relative;
    margin-bottom: 10px;

    padding-left: 85px;
    padding-bottom: 10px;
    min-height: 75px;

    border-bottom: 1px solid #cfd6e5;
    text-decoration: none!important;
}


.hdr-basket-item > a {
    color: #D10827;
    text-decoration: none!important;
}

.hdr-basket-item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    display: inline-block;

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F0F1F3;
}

.hdr-basket-item-count {
    position: absolute;

    right: 0;

    display: inline-block;
    padding: 1px 8px;
    color: #fff;
    background-color: #D10827;
    font-size: 13px;

}

.hdr-basket-item-price {
    font-size: 14px;
    font-weight: bold;

    color: #333;
}

.hdr-basket-item-offer {
    font-size: 14px;
}

.hdr-basket-sum {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.hdr-basket-sum .hdr-basket-sum-value {
    float: right;
}

.hdr-basket-sum .hdr-basket-sum-value,
.hdr-basket-sum .hdr-basket-sum-title {
    font-size: 18px;
    font-weight: bold;
}

.btn-hdr-basket-checkout {
    display: block;
    width: 100%;

    line-height: 60px;
}
.btn-hdr-basket-checkout:hover,
.btn-hdr-basket-checkout:focus {
    color: #fff;
    text-decoration: none;
}

.hdr-basket-sum-attention {
    display: none;

    margin-top: 15px;

    font-size: 14px;
    color: #D10827;
}

.hdr-basket-empty {
    padding: 20px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #D10827;
}

.basket-order-title {
    margin-top: 30px;

    font-size: 30px;
    text-align: center;
}

.basket-order-header {
    margin-top: 30px;
}

.basket-order-header [class*="col-"] {
    padding-top: 12px;
    padding-bottom: 12px;

    color: #fff;
    background: #D10827;
}

.basket-order-item > div {
    padding-top: 12px;
    padding-bottom: 12px;

    /*background: #F0F1F3;*/
    color: #D10827!important;
}

.basket-order-item-image {
    display: inline-block;
    margin: 5px;
    width: 40px;
}

.basket-order-total {
    margin-top: 30px;
    padding: 20px;

    background: #F0F1F3;

    box-shadow: 0 0 20px rgba(69, 122, 230, .1);
}

.basket-order-total > .row {
    padding-top: 12px;
    padding-bottom: 12px;

    color: #fff;
    background: #D10827;
}


.basket-order-sum,
.basket-order-count,
.basket-order-delivery,
.basket-order-payment {
    font-size: 16px;
    font-weight: bold;

    margin-bottom: 15px;
}


.basket-order-sum > span ,
.basket-order-count > span ,
.basket-order-delivery > span ,
.basket-order-payment > span {
    color: #D10827;
}


.basket-order-private .text-form {
    margin-top: 45px;
}

.basket-order-private .form-label {
    display: inline-block;
    margin-bottom: 10px;

    font-weight: 400;
}

.basket-payment-deliveries,
.basket-payment-options{
    margin-top: 45px;
}

.basket-order-option {
    padding-top: 12px;
    padding-bottom: 12px;

    cursor: pointer;
    background: #D10827;

    border-left: 1px solid #fff;
}

.basket-order-option-inner {
    position: relative;
}

.basket-order-option-icon {
    display: inline-block;
    position: relative;
    top: 4px;

    margin-right: 10px;

    width: 20px;
    height: 20px;

    border: 2px solid #fff;
    border-radius: 50%;
}

.basket-order-option-selected .basket-order-option-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-block;
    content: ' ';
    width: 7px;
    height: 7px;

    border-radius: 50%;
    background: #fff;

    transform: translate(-50%, -50%);
}

.basket-order-option-name {
    color: #fff;
}

.basket-order-finish {
    margin-top: 30px;
}

.basket-order-finish .btn-nrm {
    width: 100%;
}

.basket-container textarea.form-control {
    height: 120px;
}

.basket-empty {
    padding : 30px 0;
    text-align: center;
}

.basket-empty h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.basket-empty .ftr-menu {
    margin-top: 50px;
}

.ctlg-prod-order.first-row {
    margin-bottom: 25px;
}

.ctlg-add-basket-fast.btn-nrm {
    background-color: #9d061d;
}

.ctlg-add-basket-fast.btn-nrm:hover,
.ctlg-add-basket-fast.btn-nrm:active {
    background-color: #e93e58;
}

.basket-order-option-more .form-label {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 400;

    color: #fff;
}

.basket-order-option-more .error {
    font-weight: 100;
    font-size: 14px;
    color: #fff;
}

.basket-order-option-more .text-form {
    margin: 10px 0 0 0;
}

.basket-order-option-more {
    display: none;
}

.basket-order-option-selected .basket-order-option-more {
    display: block;
    padding: 5px;
}

.basket-order-item-delete {
    position: absolute;
    right: 15px;

    cursor: pointer;
}

.basket-order-item-delete svg {
    display: inline-block;
    width: 12px;
    height: 12px;
}

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

.basket-xs-property {
    display: none;
}

.basket-column-centering {
    text-align: center;
}

@media(max-width: 460px) {

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

    .hdr-srch-bl {
        height: 70px;
    }

    .hdr-cnts .spn-svg.spn-svg__thr30 {
        width: 12px;
        height: 12px;
    }

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

    .hdr-tp {
        height: 70px;
    }

    .hdr-srch {
        height: 70px;
    }

    .btn-menu > .spn-svg svg {
        width: 12px;
        height: 12px;
    }

    .hdr-srch {
        width: 60px;
    }

    .hdr-basket {
        width: 60px;
        height: 70px;
    }

    .hdr-basket .hdr-basket-dropdown {
        top: 70px;

        min-width: 320px;
    }

    .hdr-basket .spn-svg svg,
    .hdr-basket .spn-svg {
        width: 50px;
        height: 50px;
    }

    .hdr-srch {
        right: 45px;
    }

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

    .hdr-cnts-bl {
        padding-left: 55px;
    }
    .hdr-cnts-val {
        font-size: 13px;
    }

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

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


@media(max-width: 600px) {
    .ctlg-counter {
        margin-left: 0;
    }

    .ctlg-add-basket.btn-order-prod,
    .ctlg-add-basket-fast.btn-order-prod {
        font-size: 12px;
    }

    .ctlg-counter .ctlg-counter-value {
        height: 60px;

        font-size: 18px;
    }

    .ctlg-counter .ctlg-counter-less,
    .ctlg-counter .ctlg-counter-more {
        font-size: 24px;
        height: 60px;
        width: 60px;
    }

    .ctlg-counter .ctlg-counter-less svg,
    .ctlg-counter .ctlg-counter-more svg {
        width: 16px;
        height: 16px;
    }
}

@media(max-width: 1199.8px) {
    .basket-order-sum,
    .basket-order-count,
    .basket-order-delivery,
    .basket-order-payment {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .btn-nrm.btn-order-confirm {
        height: 46px;
        font-size: 14px;
    }

    .basket-order-body ,
    .basket-order-header {
        font-size: 14px;
    }

    .basket-order-total {
        padding: 8px;
    }

    .basket-order-total-col {
        padding-left: 0;
        padding-right: 0;
    }

    .basket-order-finish {
        margin-top: 15px;
    }

    .basket-order-private .form-label {
        margin-top: 10px;
    }
}


@media(max-width: 767.8px) {
    .basket-order-total-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .basket-order-total {
        padding: 15px;
        margin-bottom: 15px;
    }

    .basket-order-header {
        display: none;
    }

    .basket-xs-property {
        display: inline-block;
        font-weight: bold;
        margin-top: 6px;
    }

    .basket-column-centering {
        text-align: left;
    }

    .basket-order-item-delete {
        top: 50%;
    }

    .basket-order-total-bottom .basket-order-total {
        margin-top: 10px;
    }

    .basket-order-private .text-form {
        margin-bottom: 0;
    }

    .basket-order-total-bottom .basket-order-finish {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .basket-order-private .form-label {
        font-size: 14px;
    }

    .text-form input.form-control {
        font-size: 14px;
        height: 46px;
        line-height: 46px;
    }

    .basket-container textarea.form-control {
        height: 70px;
    }
}

.basket-order-payment-by-card {
    margin-top: 30px;
}
.tinkoffPaybuttonOnBlanco {

    display: inline-block;
    position: relative;
    border: 0;
    outline: none;
    box-shadow: none;
    height: 60px;
    color: #fff;
    fill: #fff;
    text-align: center;
    background-color: #D10827;
    transition: background-color 0.25s linear;
    width: 100%;
}

.prod-price-val__gen.prod-price-val__gen__thirty.old {
    text-decoration: line-through;

    font-size: 18px;
    padding-left: 5px;
}

.basket-container > .container-fluid {
    padding: 0;
}


#tinkoffPaymentModal .modal-content {
    height: 100%;
}

.basket-order-total-col .ctlg-services {
    margin-top: 20px;
}

.basket-order-total-col .ctlg-services .ctlg-service-one {
    width: 100%;
    margin: 0;

    padding-left: 120px;
    cursor: pointer;
}

.ctlg-service-payment-by-card {
    cursor: pointer;
}

.ctlg-service-payment-by-card svg,
.basket-order-total-col .ctlg-services .ctlg-service-one svg,
.basket-order-total-col .ctlg-services .ctlg-service-one svg line {
    transition: fill 0.2s ease-in-out, stroke 0.2s ease-in-out;
}

.ctlg-service-payment-by-card svg line,
.basket-order-total-col .ctlg-services .ctlg-service-one svg line {
    stroke: #D0D5E5;
    stroke-width: 3;
    stroke-miterlimit: 10;
}

.ctlg-service-payment-by-card:focus,
.ctlg-service-payment-by-card:hover,
.basket-order-total-col .ctlg-services .ctlg-service-one:focus,
.basket-order-total-col .ctlg-services .ctlg-service-one:hover {
    border-color: #e93e58;
}

.ctlg-service-payment-by-card:focus svg line,
.ctlg-service-payment-by-card:hover svg line,
.ctlg-service-payment-by-card:focus svg,
.ctlg-service-payment-by-card:hover svg,
.basket-order-total-col .ctlg-services .ctlg-service-one:focus svg line,
.basket-order-total-col .ctlg-services .ctlg-service-one:hover svg line,
.basket-order-total-col .ctlg-services .ctlg-service-one:focus svg,
.basket-order-total-col .ctlg-services .ctlg-service-one:hover svg {
    fill: #e93e58;
    stroke:#e93e58
}

@media (max-width: 768px) {
    .basket-order-total-col .ctlg-services .ctlg-service-one {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .basket-order-total-col .ctlg-services .ctlg-service-one svg {
        width: 30px;
        height: 30px;
    }
}


.basket-old-price ,
.basket-old-total {
    text-decoration: line-through;
    display: inline-block;
    margin-left: 10px;
}

.hdr-basket-empty > a{
    display: block;

    width: 100%;
    padding-top: 18px;
    margin-top: 10px;

    font-size: 18px;
    border-radius: 0;
    color: #fff!important;
}

@media(max-width: 768px) {
    .hdr-basket-empty {
        padding:  5px;
        font-size: 14px;
        font-weight: 400;
    }

    .hdr-basket-empty > a {
        height: 44px;
        padding-top: 12px;

        font-size: 14px;
    }

    .basket-empty h2 {
        font-size: 24px;
    }
}

.paybuttonOnBlanco { 
    display: inline-block;
    width: 100%;
    padding-top: 16px;
}

@media(min-width: 200px) and (max-width: 991px) {
    .dis_pc {
        display: none;
    }
}
@media(min-width: 992px) and (max-width: 1920px) {
    .dis_mob {
        display: none;
    }
}
.xv-socials {
    margin-bottom: 24px;
}

.xv-socials > li > a {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 1px;
    border-radius: 50%;
    border: 2px solid #d0d5e5;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
    transition: border-color 0.2s;
}

.xv-socials > li > a:hover,
.xv-socials > li > a:focus {
    border: 2px solid #ca1894;
    padding: 0;
    background-color: #ffffff;
}

.xv-socials > li {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}

.xv-socials > li:last-child {
    margin-right: 0;
}

.xv-social-fb {
    background-image: url(/svg/2020/icon_fb.svg);
}
.xv-social-vk {
    background-image: url(/svg/2020/icon_vk.svg);
}
.xv-social-ok {
    background-image: url(/svg/2020/icon_ok.svg);
}
.xv-social-inst {
    background-image: url(/svg/2020/icon_insta.svg);
}
.xv-social-wts {
    background-image: url(/svg/2020/icon_wts.svg);
}
.xv-social-vb {
    background-image: url(/svg/2020/icon_viber.svg);
}
.xv-social-tele {
    background-image: url(/svg/2020/icon_tele.svg);
}

.p_2022 {
    color: #e64545;
    font-weight: 600;
    font-size: 15px;
}

.xv-product-params table thead tr td {
    padding: 16px 24px;

    font-size: 14px;
    line-height: 24px;

    background: #3D3D3D;
    border-radius: 8px 8px 0 0;
    color: #fff;
}

.xv-product-params table tbody tr td {
    padding: 8px 24px 8px 0;

    font-size: 16px;
    line-height: 24px;

    border-radius: 8px 8px 0 0;
}

.xv-product-params table tbody tr td:first-child {
    border-radius: 8px 0 0 0;
}

.xv-product-params table tbody tr td:last-child {
    border-radius: 0 8px 0 0;
}


.xv-product-params table tbody tr:last-child td:first-child {
    border-radius: 0 0  0 8px;
}

.xv-product-params table tbody tr:last-child td:last-child {
    border-radius: 0 0 8px 0 ;
}

.ctlg-product-sizes-dropdown {
    width: 220px;
}

.ctlg-product-sizes-dropdown .spn-svg svg {
    fill: #D10827;
    height: 20px;
    width: 25px;
    cursor: pointer;
}

.ctlg-product-sizes-dropdown > .btn {
    color: #D10827;
    width: 100%;
    background: #fff;
    border: 2px solid #F0F1F3;
    height: 40px;
    text-align: left;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
}

.ctlg-product-sizes-dropdown .spn-svg {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 5px;
    transform: rotate(90deg);
}

.ctlg-product-sizes {
    width: 220px;
    margin-top: 0;
    border-radius: 0;
    border: 0;
    padding: 0;
}

.ctlg-product-sizes .ctlg-product-size {
    display: block;
    cursor: pointer;
    color: #D10827;
    padding: 6px 12px;
    width: 100%;
    background: #fff;
    border: 2px solid #F0F1F3;
    text-align: left;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    border-top: 0;
}
.tab-content {
    padding-bottom: 25px;
}

/*
#profile > div > table > tbody > tr:nth-child(2),
#profile > div > table > tbody > tr:nth-child(4) {
    display: none!important;
}
*/

.ctlg-offer-desc {
    margin-top: 12px;
}

.product-prev-data .ctlg-prod-colrs {
    margin: 6px 0;
}

@media (max-width: 500px) {
    .ctlg-prod-item  .ctlg-product-sizes-dropdown {
        width: 100%;
    }


    .ctlg-prod-item .ctlg-product-sizes {
      width: 100%;
    }

    .ctlg-prod-item .ctlg-product-sizes-dropdown .spn-svg svg {
        width: 12px;
    }

    .ctlg-prod-item .ctlg-product-sizes-dropdown .spn-svg {
        right: 10px;
    }
}


.hdr-dealer {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 12px;
    font-size: 18px;
    border-bottom: 1px solid #cfd6e5;
}

.hdr-dealer-price {
    cursor: pointer;
}

.hdr-dealer-price,
.hdr-dealer-title {
    margin-right: 24px;
}

.hdr-dealer-logout a {
    color: #000!important;
}

.ctlg-prod-dealer-price {
    position: relative;
    text-align: center;
    width: 50%;
    background: #fff;
    line-height: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.product-dealer-price-title {

    font-size: 14px;
    line-height: 1;
}

.product-dealer-price-value{
    font-weight: bold;
}

.ctlg-prod-price-title {
    position: absolute;
    left: 9px;
    top: 9px;
    font-size: 14px;
    line-height: 1;
}


@media(max-width: 768px ) {
    .product-dealer-price-title {
        font-size: 12px;
    }
}

/*MAP*/
.apecs--map .apecs--map-yandex {
    margin: 20px 0;
    height: 515px;
}
.apecs-maps-contact .apecs-maps-contact-name {
    margin-bottom: 0.5rem;
    font-size: 2rem;
    font-weight: bold;
    color: #D10827;
}
.apecs-maps-point .apecs-maps-point-name {
    margin-bottom: 0.5rem;
    font-size: 2rem;
    font-weight: bold;
    color: #D10827;
}
.apecs-maps-point .apecs-maps-point-contacts .name {
    font-weight: bold;
    font-size: 1.5rem;
}
.apecs-maps-point-address, .val {
    margin-bottom: 1rem;
}
.name {
    margin-bottom: 0.5rem;
}
.link-in-p {
    text-decoration: none!important;
    cursor: pointer;
}
.container-2024 {
    padding: 0px!important;
    width: 922px!important;
}
.apecs-maps-point .apecs-maps-point-show {
    margin-bottom: 2rem;
    color: #D10827;
    cursor: pointer;
}

.lkd-2024 {
    color: #FF0000!important;
    font-weight: 600;
}

.added_prods_sldr .ctlg-product-sizes-dropdown .dropdown-menu,
.ctlg-index-ajax-prods .ctlg-product-sizes-dropdown .dropdown-menu {
    max-height: 130px;
    overflow-y: scroll;
}

@media (max-width: 768px) {
    .added_prods_sldr .ctlg-product-sizes-dropdown .dropdown-menu,
    .ctlg-index-ajax-prods .ctlg-product-sizes-dropdown .dropdown-menu {
        max-height: 90px;
        overflow-y: scroll;
    }

    .added_prods_sldr .product-bl {
        height: 400px;
    }

    .product-prev-img img {
        min-height: 200px !important;
        max-height: 200px !important;
    }

    .ctlg-prod-item-index .product-bl {
        height: 400px;
    }

    .ctlg-prod-item-index .product-bl .product-prev-data {
        bottom: 80px;
    }

    .ctlg-prod-item-index .product-bl .product-prev-img {
        bottom: 180px;
    }
}
.general-map {
    text-align: center;
}
@media(max-width: 399px ) {
    .txt-seo-title h2 {
        font-size: 20px;
    }
    .txt-seo-tx.txt-seo-tx__pdtp {
        padding-top: 0px!important;
    }
    .prod-price-val__gen {
        font-size: 35px;
    }
    .ctlg-prod-colrs {
        margin: 20px 0 5px;
    }
    .width__hlf-2024 {
        width: 100%;
        padding-bottom: 35px;
    }
}
.apecs-maps-point {
    margin-top: 2.5rem!important;
}


.ctlg-prod-item .ctlg-prod-colrs-vars.ctlg-filter-values .ctlg-filter-value {
    width: 32px;
    min-height: 32px;
}


.ctlg-prod-item .ctlg-filter-values .ctlg-filter-value.selected:before {
    width: 36px;
    height: 36px;
}
.part-2024 {
    font-weight: 600;
    color: #D10827!important;
}
.pres-2024 {
    padding-bottom: 10px!important;
}
@media(max-width: 1800px ) {
    .owl-sldr.owl-sldr-index .owl-controls .owl-pagination .owl-page span {
        width: 8px;
        height: 8px;
        color: rgb(255 255 255 / 40%) !important;
    }

    .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: 20px;
        height: 20px;
        border: 2px solid rgb(255 255 255 / 40%) !important;
    }
    .owl-sldr.owl-sldr-index .owl-controls {
        bottom: 15px;
    }
}


@media (max-width: 1050px) {
    .ctlg-index-ajax-prods .product-prev-data {
        bottom: 120px;
    }

    .added_prods_sldr .product-prev-data {
        bottom: 90px;
    }

    .catalog-prods-blocks .ctlg-prod-item .product-bl {
        height: 300px;
    }
}
@media (min-width: 1700px) and (max-width: 1850px) {
    .cnt-2024 {
        font-size: 14px!important;
    }
}


.product-sm-params {
    display: none;
}

.product-sm-params .product-type {
    display: block;
    font-size: 10px;
}

@media (max-width: 768px) {
    .product-sm-params {
        display: block;
    }
}

@media (max-width: 440px) {
    .catalog-prods-blocks .product-bl .ctlg-size-selector {
        font-size: 12px;
    }
    .txt-pg .text-page h1 {
        font-size: 30px;
    }
    .text-page > img {
        width: 100% !important;
    }
    .text-page > p > img {
        width: 100% !important;
    }
}
@media (min-width: 992px) {
    .hdr-md-lnk {
        /*width: 25% !important;
        width: 20% !important;*/
        width: 16% !important;
    }
}

.cities {
    display: flex;
    margin: 20px 0;
    gap: 10px;
    flex-wrap: wrap;
}

.cities-second {
    display: flex;
    margin: 20px 0;
    gap: 10px;
}

.city-second {
    padding: 4px 12px;
    font-size: 16px;
    color: #fff;
    background: #D10827;
    cursor: pointer;
    transition: 0.5s;
}

.city {
    padding: 8px 20px;
    font-size: 20px;
    color: #fff;
    background: #D10827;
    cursor: pointer;
    transition: 0.5s;
}

.city-second:hover,
.city-second:focus,
.city:hover,
.city:focus {
    background: #D10827;
    color: #fff;
}

.city-second-wrapper .cities-second  {
    display: none;
    flex-wrap: wrap;
}


.city-second-wrapper .cities-second.active  {
    display: flex;
}


.city-items-wrapper .city-items {
    display: none;
}


.city-items-wrapper .city-items.active {
    display: flex;
}

.city-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.city-item {
    flex-basis: calc(50% - 20px/2);
}

.city-item img {
    display: inline-block;
    max-width: 300px;
    height: 200px;
    object-fit: cover;
}

.city-item-in-map .apecs-maps-point-show {
    display: none;
}

.city-item-in-map .apecs-maps-point {
    font-size: 14px!important;
    margin-top: 10px!important;
}

.city-item .apecs-maps-point-address {
    max-width: 75%;
}

@media (max-width: 922px) {
    .container-2024 {
        max-width: 100% !important;
    }
}

@media(max-width: 768px) {
    .cities {
        gap: 4px;
    }

    .city {
        padding: 4px 6px;
        font-size: 14px;
    }

    .city-second {
        padding: 4px 12px;
        font-size: 12px;
    }


    .city-item .apecs-maps-point-address {
        max-width: 100%;
    }
}


.module-files-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 25px;
}

.schema-files {
    margin-bottom: 20px;
}

.schema-files-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 25px;
}

.schema-item {
    flex-basis: calc(50% - 25px);
}

.schema-item-image {
    width: 100%;
    height: 150px;

    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.schema-item.schema-item-wide {
    flex-basis: 100%;
}

.schema-item-wide .schema-item-image {
    /*height: 200px;*/
    height: 285px;
}

.module-item {
    flex-basis: 30%;
}

.module-item-image {
    width: 100%;
    /*height: 200px;*/
    height: 465px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.module-item-2024 {
    height: 280px;
}
@media (max-width: 460px) {
    .module-item-image {
        height: 280px;
    }
    .module-item-2024 {
        height: 170px;
    }
    .schema-item-wide .schema-item-image {
        height: 115px!important;
    }
}

.module-item-sub {
    padding: 10px;
    text-align: center;
}

.module-files-title {
    font-size: 36px;
    padding: 35px 15px;
    color: #0f1b33;
}

@media (max-width: 992px) {
    .module-item {
        flex-basis: calc(50% - 50px);
    }
}

@media (max-width: 767.8px) {
    .module-item {
        flex-basis: 100%;
    }

    .schema-item {
        flex-basis: 100%;
    }
}

/*
.ctlg-filter-value-slider {
    margin: 12px 0;
    padding: 12px 20px;
}
*/

.rangeslider__fill-rivalli {
    background: #D10827;
}

.rangeslider--horizontal-rivalli  {
    height: 12px;
    border-radius: 12px;
}

.rangeslider--horizontal-rivalli .rangeslider__handle-rivalli {
    height: 16px;
    width: 16px;
    top: -2px;
}
.product-prev-img img {
    object-fit: cover;
    min-height: 100% !important;
    max-height: 100% !important;
    max-width: 95% !important;
}

.ctlg-filter-value-inputs {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.ctlg-filter-value-inputs .form-control {
    flex-basis: 90px;
    border-radius: 0;
}

.ctlg-filter-value-inputs-separator {
    position: relative;
    height: 34px;
    width: 30px;
}

.ctlg-filter-value-inputs-separator:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    left: 50%;
    top: 50%;
    background-color: #cfd6e6;
    transform: translate(-50%, -50%);
}
.catalog-prods-blocks {
    padding-top: 10px;
}

.product-bl.stellazhi {
    height: 520px;
}

.product-bl.stoliki  {
    height: 520px;
}


.product-bl.krovati-lineyki-prime,
.product-bl.krovati-lineyki-optima,
.product-bl.krovati-lineyki-simple,
.product-bl.krovat-detskaya-emili,
.product-bl.komody-i-tumby {
    height: 550px;
}

@media (max-width: 1649px) {

    .product-bl.krovati-lineyki-prime,
    .product-bl.krovati-lineyki-optima,
    .product-bl.krovati-lineyki-simple,
    .product-bl.krovat-detskaya-emili,
    .product-bl.komody-i-tumby {
        height: 500px;
    }

    .product-bl.krovati-lineyki-prime .product-prev-img,
    .product-bl.krovati-lineyki-optima .product-prev-img,
    .product-bl.krovati-lineyki-simple .product-prev-img,
    .product-bl.krovat-detskaya-emili .product-prev-img,
    .product-bl.komody-i-tumby .product-prev-img {
        height: 200px;
    }


    .product-bl.stellazhi {
        height: 520px;
    }

    .product-bl.stellazhi .product-prev-img {
        height: 300px;
    }

    .product-bl.stoliki {
        height: 480px;
    }

    .product-bl.stoliki .product-prev-img {
        height: 260px;
    }
}

@media (max-width: 1400px) {
    .product-bl.stoliki {
        height: 440px;
    }

    .product-bl.stoliki .product-prev-img {
        height: 220px;
    }
}

@media (max-width: 1200px) {
    .product-bl.stoliki .product-prev-img {
        height: 180px;
    }
}


@media (max-width: 1050px) {
    .catalog-prods-blocks .ctlg-prod-item .product-bl.stellazhi,
    .catalog-prods-blocks .ctlg-prod-item .product-bl.stoliki {
        height: 350px;
    }

    .catalog-prods-blocks .ctlg-prod-item .product-bl.stoliki {
        height: 260px;
    }


    .catalog-prods-blocks .ctlg-prod-item .product-bl.krovati-lineyki-prime,
    .catalog-prods-blocks .ctlg-prod-item .product-bl.krovati-lineyki-optima,
    .catalog-prods-blocks .ctlg-prod-item .product-bl.krovati-lineyki-simple,
    .catalog-prods-blocks .ctlg-prod-item .product-bl.krovat-detskaya-emili,
    .catalog-prods-blocks .ctlg-prod-item .product-bl.komody-i-tumby {
        height: 340px;
    }

    .catalog-prods-blocks .ctlg-prod-item .product-bl.krovati-lineyki-prime .product-prev-img,
    .catalog-prods-blocks .ctlg-prod-item .product-bl.krovati-lineyki-optima .product-prev-img,
    .catalog-prods-blocks .ctlg-prod-item .product-bl.krovati-lineyki-simple .product-prev-img,
    .catalog-prods-blocks .ctlg-prod-item .product-bl.krovat-detskaya-emili .product-prev-img,
    .catalog-prods-blocks .ctlg-prod-item .product-bl.komody-i-tumby .product-prev-img {
        height: 130px;
    }
}


@media (max-width: 992px) {
    .product-bl.stoliki {
        height: 300px;
    }

    .product-bl.stoliki .product-prev-img {
        height: 180px;
    }
}


@media (max-width: 768px) {
    .catalog-prods-blocks .ctlg-prod-item .product-bl.stellazhi {
        height: 370px;
    }

    .product-bl.stellazhi .product-prev-img {
        height: 250px;
    }

    .catalog-prods-blocks .ctlg-prod-item .product-bl.stoliki {
        height: 300px;
    }
    .product-bl.stoliki .product-prev-img {
        height: 170px;
    }

    .catalog-prods-blocks .ctlg-prod-item .product-bl.krovati-lineyki-prime,
    .catalog-prods-blocks .ctlg-prod-item .product-bl.krovati-lineyki-optima,
    .catalog-prods-blocks .ctlg-prod-item .product-bl.krovati-lineyki-simple,
    .catalog-prods-blocks .ctlg-prod-item .product-bl.krovat-detskaya-emili,
    .catalog-prods-blocks .ctlg-prod-item .product-bl.komody-i-tumby {
        height: 270px;
    }
}

@media (max-width: 450px) {
    .product-bl.stoliki .product-prev-img {
        height: 160px;
    }
    .catalog-prods-blocks .ctlg-prod-item .product-bl.krovati-lineyki-prime,
    .catalog-prods-blocks .ctlg-prod-item .product-bl.krovati-lineyki-optima,
    .catalog-prods-blocks .ctlg-prod-item .product-bl.krovati-lineyki-simple,
    .catalog-prods-blocks .ctlg-prod-item .product-bl.krovat-detskaya-emili,
    .catalog-prods-blocks .ctlg-prod-item .product-bl.komody-i-tumby {
        height: 320px;
    }
}

/*SEO*/

.index-2024-p {
    padding-bottom: 15px!important;
}
.index-2024-li {
    padding-bottom: 10px!important;
}
.index-2024-seo {
    height: 680px!important;
}
.index-2024-seo-left {
    height: 460px!important;
}
.seo-p {
    font-weight: 600!important;
}
.seo-ul-2024 {
    margin-top: 10px!important;
}
.index-2024-a {
    color: #D10827;
    text-decoration: none;
    transition: color 0.25s ease-in-out;
}
.index-2024-a:hover {
    color: #0f1b33;
    text-decoration: none;
}


@media (max-width: 400px) {
    .product-bl.stellazhi .product-prev-img {
        height: 210px;
    }
    .index-2024-seo {
        height: 1270px!important;
    }
    .index-2024-seo-left {
        height: 745px!important;
    }
    .steelArt-title {
        font-size: 18px;
        line-height: 1.1;
    }
    .seo-ul-2024-bot {
        margin-bottom: 0!important;
    }
    .txt-seo-tx-2024 {
        padding-top: 10px!important;
    }
    .steelArt-title {
        margin-bottom: 20px;
    }
    .btn-nrm.btn-nrm__steelart {
        margin-top: 0!important;
    }
    .cntcs-inf {
        font-size: 16px;
    }
    .ftr-menu > li:first-child {
        margin-bottom: 15px;
    }
    .ftr-menu--more {
        padding-top: 0!important;
    }
    .ftr-menu > li {
        margin-bottom: 20px;
    }
    .ftr-tp {
        padding: 25px 25px;
    }
    .video_2025 > video {
        max-width: 350px!important;
        padding-right: 15px;
    }
}
@media (min-width: 768px) {
    .h3_2024 {
        margin-top: 0px!important;
    }
}
.font_600 {
    font-weight: 600;
}
.index-2025-seo-left {
    height: 125px !important;
}
.index-2025-seo-left_mob {
    height: 140px!important;
    background-size: auto;
    background-color: #ffffff;
}
.gomel_2025 {
    padding-top: 25px;
}
.product-type {
    font-size: 13px!important;
    padding-bottom: 5px!important;
}
body > div.st-wrpr > header > div.hdr-bt.clearfix > div > div > div:nth-child(7) {
    width: 20% !important;
    background: #ff5454;
}
body > div.st-wrpr > header > div.hdr-bt.clearfix > div > div > div:nth-child(7) > a > span > svg {
    display: none!important;
}