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

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

.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: #000000;
    text-decoration: none;
}

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

.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-srch:hover {
    background: #E6E6E6;
}

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

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

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

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

.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: #000000;
    font-size: 16px;
}

.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 {
    fill: #000000;
    height: 20px;
    width: 25px;
    cursor: pointer;
}

.spn-svg__drop-cnts.spn-svg.spn-svg__thr30 svg {
    fill: #000000;
    height: 20px;
    width: 15px;
    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: #000000;
}

.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 {
    background: #E6E6E6;
    text-align: center;
    height: 70px;
    transition: background 0.35s linear;
    border-left: 1px solid #cfd6e5;
}

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

.hdr-md-lnk:focus,
.hdr-md-lnk:hover {
    background: #D20001;
}

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

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

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

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

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

.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: 280px !important;
    }
}

@media(min-width: 650px) and (max-width: 700px) {
    .owl-sldr-img {
        height: 300px !important;
    }
}

@media(min-width: 700px) and (max-width: 1000px) {
    .owl-sldr-img {
        height: 320px !important;
    }
}

@media(min-width: 1000px) and (max-width: 1100px) {
    .owl-sldr-img {
        height: 340px !important;
    }
}

@media(min-width: 1100px) and (max-width: 1200px) {
    .owl-sldr-img {
        height: 360px !important;
    }
}

@media(min-width: 1200px) and (max-width: 1300px) {
    .owl-sldr-img {
        height: 380px !important;
    }
}

@media(min-width: 1300px) and (max-width: 1400px) {
    .owl-sldr-img {
        height: 400px !important;
    }
}

@media(min-width: 1400px) and (max-width: 1500px) {
    .owl-sldr-img {
        height: 450px !important;
    }
}

@media(min-width: 1500px) and (max-width: 1600px) {
    .owl-sldr-img {
        height: 500px !important;
    }
}

@media(min-width: 1600px) and (max-width: 1700px) {
    .owl-sldr-img {
        height: 550px !important;
    }
}

@media(min-width: 1700px) and (max-width: 1800px) {
    .owl-sldr-img {
        height: 600px !important;
    }
}

@media(min-width: 1800px) and (max-width: 1900px) {
    .owl-sldr-img {
        height: 650px !important;
    }
}

.owl-sldr.owl-sldr-index {
    position: relative;
}

.owl-sldr.owl-sldr-index .owl-controls {
    position: absolute;
    left: 80px;
    bottom: 80px;
}

@media(min-width: 320px) and (max-width: 1500px) {
    .owl-sldr.owl-sldr-index .owl-controls {
        bottom: 25px;
    }
}

.owl-sldr.owl-sldr-index .owl-controls .owl-pagination {
    position: relative;
}

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

.owl-sldr.owl-sldr-index .owl-controls .owl-pagination .owl-page span {
    width: 14px;
    height: 14px;
    background: #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: 0;
    right: 40%;
    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: 100;
    line-height: 1;
    color: #000000;
    margin-bottom: 20px;
}

.owl-sldr-txt {
    padding-left: 4px;
    line-height: 1;
    font-size: 30px;
    color: #0f1b33;
}

.main-txt {
    padding: 65px 40px;
    background: rgba(0, 0, 0, 0.03);
    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(0,0,0, 0.75) ;
}
*/

.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(0, 0, 0, 0.75);
}

.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(0, 0, 0, 0.75);
}

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

/*
.gallery-section-one:active .gallery-section-one-bg:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
    background-color: rgba(0,0,0, 0.75);
    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: #E6E6E6;
}

.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: #000000;
    transition: background-color 0.25s linear;
}

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

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

.btn-nrm .btnsvg {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

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

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

.gallery-bl-ctrl__txt {
    color: #959aa6;
    font-size: 14px;
    width: 250px;
    text-align: right;
    padding-top: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-nrm.btn-nrm__prod-hdn {
    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-prev-data,
.product-bl:hover .product-prev-data {
    bottom: 60px;
}

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

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

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

@media(min-width: 992px) and (max-width: 1500px) {
    .txt-seo-title {
        padding: 20px 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: #000000;
    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: #000000;
}

.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: 80px;
    line-height: 15px;
    background-color: rgba(0, 0, 0, 0.03);
    color: #959aa6;
    font-size: 13px;
    padding: 25px 0;
}

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

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

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

.steelArt-txt {
    color: #fff;
}

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

.btn-nrm__steelart {
    position: absolute;
    right: 40px;
    bottom: 40px;
    background: #E6E6E6;
    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: #E6E6E6;
}

.ctlg-prts-list-bg {
    background: rgba(0, 0, 0, 0.03);
}

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

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

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

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

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

.ctlg-prts-text-title {
    font-size: 36px;
    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: #000000;
}

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

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

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

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

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

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

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

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

.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: 40px;
    min-width: 400px;
}

.btn__ctlg-srt {
    color: #000000;
    width: 100%;
    background: #fff;
    border: 2px solid #E6E6E6;
    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: #000000;
    padding: 6px 12px;
    width: 100%;
    background: #fff;
    border: 2px solid #E6E6E6;
    height: 40px;
    text-align: left;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    border-top: 0;
}

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

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

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

.btn-nrm__shmo {
    font-weight: 100;
    width: 400px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

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

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

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

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

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

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

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

.brdcrmb > li:first-child {
    background: #000000;
    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 #E6E6E6;
    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 #f7f7f7;
    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 #000000;
}

.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 #000000;
    width: 42px;
    height: 42px;
}

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

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

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

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

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

.width__hlf {
    width: 50%;
}

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

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

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

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

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

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

.ctlg-paysys {
    position: relative;
    border-top: 1px solid #cfd6e5;
    background-color: #f7f7f7;
    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: #E6E6E6 !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 #D20001;
}

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

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

.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 {
    margin-right: 0;
    padding: 0;
    line-height: 60px;
    height: 60px;
    text-align: center;
    border: 0;
    border-bottom: 4px solid #E6E6E6;
    border-radius: 0;
    font-size: 18px;
    font-weight: 100;
    color: #000000;
}

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

.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: #E6E6E6;
    border: 0;
    border-bottom: 4px solid #E6E6E6;
    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;
}

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

.ctlg-prod__to-top {
    position: relative;
    background: #D20001;
    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: #E6E6E6;
}

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

.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: #000000;
    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;
    height: 40px;
    line-height: 38px;
    padding: 0 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: #000000;
}

.ctlg-filter-value[data-valueid='6162'] {
    background: #ff1a21;
}

.ctlg-pagi-more,
.ctlg-pagi {
    visibility: hidden;
}

.ctlg-ftr {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

.nav__props.nav__added_prods {
    margin: 0;
}

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

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

.added_prods_name {
    font-size: 36px;
    padding: 35px 30px;
    color: #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: #000000;
    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: #000000;
}

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

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

.filter-selectable-act .glyphicon.glyphicon-unchecked:before {
    content: "\e067";
}

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

.ctlg-filter-clear {
    background: #000000;
    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 75px;
    background: #fff;
    border: 2px solid #000000;
    width: 49%;
    margin-left: 1%;
}

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

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

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

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

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

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

.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: #E6E6E6 !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: #000000;
}

.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: #E6E6E6;
    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: #E6E6E6;
    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;
    width: 90px;
    text-align: center;
    font-size: 16px;
    font-weight: 100;
}

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

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

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

@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 img {
        padding: 25px;
        object-fit: cover;
    }

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

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

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

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

    .product-bl {
        height: 400px;
    }

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

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

    .btn-menu {
        display: block;
    }

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

    .hidden-less-1920 {
        display: none;
    }

    .ctlg-prod-images-in-copy {
        display: block;
    }

    .ctlg-prod-right-1920 {
        width: 100%;
    }

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

    .ctlg-prod-props-in-copy {
        display: block;
        margin: 0 -15px;
        padding: 80px 95px;
        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: 769px) and (max-width: 991px) {
    .txt-seo-tx.txt-seo-tx__pdtp,
    .txt-seo-tx {
        height: 355px !important;
    }
}

@media (min-width: 992px) and (max-width: 1017px) {
    .txt-seo-tx.txt-seo-tx__pdtp,
    .txt-seo-tx {
        height: 275px;
    }
}

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

@media (min-width: 1500px) and (max-width: 1590px) {
    .txt-seo-tx.txt-seo-tx__pdtp,
    .txt-seo-tx {
        height: 355px !important;
    }
}

@media (min-width: 1500px) and (max-width: 1650px) {
    .txt-seo-tx.txt-seo-tx__pdtp,
    .txt-seo-tx {
        height: 315px;
    }
}

@media (min-width: 992px) and (max-width: 997px) {
    .ctlg-prts-title,
    .ctlg-prts-text-title {
        font-size: 19px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1201px) {
    .ctlg-prts-title,
    .ctlg-prts-text-title {
        font-size: 25px !important;
    }
}

@media (min-width: 1201px) and (max-width: 1268px) {
    .ctlg-prts-title,
    .ctlg-prts-text-title {
        font-size: 26px !important;
    }
}

@media (min-width: 1269px) and (max-width: 1403px) {
    .ctlg-prts-text-title {
        font-size: 28px !important;
    }
}

@media (min-width: 992px) and (max-width: 1026px) {
    .ctlg-prts-text-cnt {
        font-size: 11px !important;
    }
}

@media (min-width: 1027px) and (max-width: 1112px) {
    .ctlg-prts-text-cnt {
        font-size: 12px !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: 325px !important;
        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: 35px;
    }

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

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

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

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

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

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

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

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

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

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

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

    .ctlg-header {
        height: auto;
    }

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

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

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

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

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

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

    .ctlg-share-one {
        width: 65px;
        height: 30px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .body-hide {
        padding-right: 0;
    }

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

    .product-prev-img img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .product-bl {
        height: 350px;
    }

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

    .ctlg-ftr-seo h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

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

    .product-type {
        display: none;
    }
}

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

@media(max-width: 400px) {
    .prod-price__abs {
        position: initial;
    }

    .steelArt-bl {
        padding: 15px;
    }

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

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

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

    .ctlg-share-one {
        width: 60px;
    }

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

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

    .hdr-tp {
        height: 70px;
    }

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

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

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

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

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

    .hdr-srch {
        position: absolute;
        width: 70px;
        height: 70px;
    }

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

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

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

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

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

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

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

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

    .hdr-srch-frm:before {
        display: none;
    }

    .hdr-srch-inp {
        font-size: 18px;
        padding-left: 15px;
        padding-top: 8px;
    }

    .search-result {
        top: 70px;
    }

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

    .product-prev-data {
        padding: 10px;
    }

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

@media(max-width: 350px) {
    #products-list .items .col-xs-6.col__pdzero {
        width: 100% !important;
    }

    .prod-price__abs {
        top: 12px;
        background: none;
        padding: 0;
    }
}

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

#blancomenu .modal-dialog,
#blancomenu .modal-content {
    margin: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    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: #000000;
    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: #000000;
}

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

.map_left_title svg {
    display: inline-block;
    width: 17px;
    height: 17px;
    fill: #D20001;
    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: #000000;
}

.contacts-block .adress_map {
    font-size: 20px;
    color: #000000;
}

.txt-pg {
    position: relative;
}

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

.answers_one {
    position: relative;
    background: #E6E6E6;
    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: #000000;
}

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

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

.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: 290px;
        overflow: hidden;
    }
}

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

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

@media(max-width: 1700px) {
    .ctlg-filter-clear-show {
        position: relative;
        display: inline-block;
        margin-left: 20px;
        right: inherit;
        top: inherit;
        margin-bottom: 5px;
    }

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

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

    .ctlg-filter-sections .ctlg-filter-clear-show {
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
}

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

@media(max-width: 500px) {
    .ctlg-collection-title {
        font-size: 20px;
        padding: 20px;
    }

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

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

    .nav__props {
        margin: 25px 0;
    }

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

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

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

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

    .ctlg-service-one {
        height: auto;
    }

    .ctlg-paysys-name {
        font-size: 24px;
    }

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

@media(max-width: 370px) {
    .ctlg-filter-sections .ctlg-filter-clear-show {
        margin-left: 0;
    }
}

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

    .txt-pg.steelart .brdcrmb-bl.brdcrmb-bl__text {
        margin-left: 15px;
    }
}

.bls-scts-mb {
    display: none;
}

@media (max-width: 320px) and (max-width: 1200px) {
    .ctlg-prts-items > li {
        font-size: 16px;
        padding: 0 4px;
    }
}

.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(0, 0, 0, 0.75) !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;
}

@media (max-width: 600px) {
    .index-slider-mob-hidden {
        display: none;
    }

    .bls-scts-mb {
        display: block;
    }
}

.ctlg-prod-colrs.ctlg-prod-colrs__tab {
    margin-top: 0;
}

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

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

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

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

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

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

@media(max-width: 630px) {
    .main-txt h1 {
        font-size: 20px !important;
    }
}

@media(max-width: 500px) {
    .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: #E6E6E6 !important;
}

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

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

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

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

@media(max-width: 450px) {
    .ctlg-index-ajax-prods-ctrls {
        text-align: center;
        margin: 30px 0;
    }

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

.ctlg-prod-avai-colors {
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 5px;
    background: #E6E6E6;
    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: #000000;
}

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

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

.ctlf-filter[data-treeid="126"] .ctlg-filter-param[data-paramid="559"] {
    display: none !important;
}

.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: #000000;
    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="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="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: 1499px) {
    .ctlg-prts-text-cnt,
    .steelArt-txt {
        font-size: 13px;
    }
}

@media(min-width: 1500px) and (max-width: 1643px) {
    .ctlg-prts-text-cnt,
    .steelArt-txt {
        font-size: 14px !important;
    }
}

@media(min-width: 768px) and (max-width: 1100px) {
    .ctlg-paysys-controls {
        bottom: 190px;
    }
}

@media(min-width: 250px) and (max-width: 320px) {
    .ctlg-filter-img {
        display: none;
    }
}

@media(min-width: 992px) and (max-width: 1270px) {
    .ctlg-filter-img {
        display: none;
    }
}

@media(min-width: 351px) and (max-width: 451px) {
    .product-prev-img img {
        min-height: 125px !important;
        max-height: 125px !important;
    }
}

@media(min-width: 451px) and (max-width: 768px) {
    .product-prev-img img {
        min-height: 160px !important;
        max-height: 160px !important;
    }
}

@media(min-width: 768px) and (max-width: 850px) {
    .product-prev-img img {
        min-height: 135px !important;
        max-height: 135px !important;
    }
}

@media(min-width: 850px) and (max-width: 950px) {
    .product-prev-img img {
        min-height: 145px !important;
        max-height: 145px !important;
    }
}

@media(min-width: 950px) and (max-width: 992px) {
    .product-prev-img img {
        min-height: 155px !important;
        max-height: 155px !important;
    }
}

@media(min-width: 992px) and (max-width: 1100px) {
    .product-prev-img img {
        min-height: 160px !important;
        max-height: 160px !important;
    }
}

@media(min-width: 1100px) and (max-width: 1200px) {
    .product-prev-img img {
        min-height: 165px !important;
        max-height: 165px !important;
    }
}

@media(min-width: 1200px) and (max-width: 1300px) {
    .product-prev-img img {
        min-height: 165px !important;
        max-height: 165px !important;
    }
}

@media(min-width: 1300px) and (max-width: 1400px) {
    .product-prev-img img {
        min-height: 175px !important;
        max-height: 175px !important;
    }
}

@media(min-width: 1400px) and (max-width: 1650px) {
    .product-prev-img img {
        min-height: 185px !important;
        max-height: 185px !important;
    }
}

@media(min-width: 1650px) and (max-width: 1750px) {
    .product-prev-img img {
        min-height: 155px !important;
        max-height: 155px !important;
    }
}

@media(min-width: 1750px) and (max-width: 1850px) {
    .product-prev-img img {
        min-height: 170px !important;
        max-height: 170px !important;
    }
}

@media(min-width: 1850px) and (max-width: 1900px) {
    .product-prev-img img {
        min-height: 175px !important;
        max-height: 175px !important;
    }
}

@media(min-width: 1900px) and (max-width: 1920px) {
    .product-prev-img img {
        min-height: 180px !important;
        max-height: 180px !important;
    }
}

@media(min-width: 1920px) and (max-width: 2000px) {
    .product-prev-img img {
        min-height: 185px !important;
        max-height: 185px !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: #000000 !important;
}

.cntcs-inf:hover > a,
.cntcs-inf:active > a,
.cntcs-inf:visited > a,
.cntcs-inf > a {
    text-decoration: none !important;
    color: #000000 !important;
}

.link-in-p:hover,
.link-in-p:active,
.link-in-p:visited,
.link-in-p {
    text-decoration: none !important;
    color: #000000 !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: #ebf0fa;
    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: #457ae6;
    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: #ebf0fa;
}

.hdr-basket-item-count {
    position: absolute;
    right: 0;
    display: inline-block;
    padding: 1px 8px;
    color: #fff;
    background-color: #457ae6;
    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: #457ae6;
}

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

.basket-order-item > div {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #D20001 !important;
}

.basket-order-item > div a {
    color: #D20001 !important;
}

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

.basket-order-total {
    margin-top: 30px;
    padding: 20px;
    background: #ebf0fa;
    box-shadow: 0 0 20px rgba(69, 122, 230, .1);
}

.basket-order-total > .row {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    background: #457ae6;
}

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

.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: #000;
    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 {
    padding: 0 15px;
}

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

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

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

.on-hover-red:hover {
    background-color: #440411 !important;
}

.on-hover-red:active {
    background-color: #D20001 !important;
}

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

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

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

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

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

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

a.paybuttonOnBlanco {
    line-height: 60px;
    text-decoration: none !important;
    color: #fff !important;
}

.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: 90px;
    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: #D20001;
}

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

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

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

.hdr-basket-item-count {
    position: absolute;
    right: 0;
    display: inline-block;
    padding: 1px 8px;
    color: #fff;
    background-color: #D20001;
    font-size: 13px;
}

.hdr-basket-item-price {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

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

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

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

.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: #000;
    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: #457ae6;
}
*/

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

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

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

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

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

.hdr-basket:hover .hdr-basket-count {
    box-shadow: 0 0 9px 0 #fff;
}

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

@media (max-width: 460px) {
    .hdr-basket {
        width: 60px;
        height: 70px;
    }

    .hdr-basket .hdr-basket-dropdown {
        top: 70px;
        min-width: 320px;
    }
}

.basket-container .bls-scts-mb {
    display: block;
}

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

.ctlg-prod-actual-date {
    font-size: 15px;
    padding: 12px 0;
}

.ctlg-prod-cp-add {
    font-size: 18px;
    border: 0;
    text-decoration: underline;
    background: none;
    margin-bottom: 20px;
    padding: 0;
}

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

.text-form-co .basket-order-item-delete {
    top: 16px;
}

input.form-control-co::-webkit-outer-spin-button,
input.form-control-co::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.form-control-co[type=number] {
    -moz-appearance: textfield;
}

.co-item-title a {
    display: flex;
    padding-top: 8px;
    gap: 20px;
}

.btn-co-link,
.btn-co-download {
    width: 200px;
}

.btn-co-link {
    line-height: 60px;
    text-decoration: none !important;
    color: #fff !important;
    margin-bottom: 50px;
}

.basket-commercial-offer .basket-order-item-image {
    width: 100px;
    margin: 0;
}

.co-footer {
    display: flex;
    gap: 12px;
    margin-bottom: 50px;
}

@media(max-width: 600px) {
    .ctlg-header {
        background: #9EC105 !important;
        /*
        background-image: url(../../site-imgs/mytex_0.png)!important;
         */
    }
}

@media(max-width: 460px) {
    .hdr-basket .spn-svg svg,
    .hdr-basket .spn-svg {
        width: 50px !important;
        height: 50px !important;
    }
}

.ctlg-prod-prices-xs {
    display: none;
}

@media(max-width: 768px) {
    .ctlg-prod-prices-xs {
        display: block;
    }

    .ctlg-prod-prices-pc {
        display: none;
    }
}

.ctlg-images-thumbnails {
    display: flex;
    margin: 24px 0;
    justify-content: stretch;
    flex-wrap: wrap;
    row-gap: 20px;
}

.ctlg-images-thumbnail {
    flex-basis: 25%;
    cursor: pointer;
    padding: 10px;
    text-align: center;
    transition: background-color 0.25s linear;
    border: 10px solid transparent;
}

.ctlg-images-thumbnail.active {
    border: 10px solid #D20001;
}

.ctlg-images-thumbnail-image {
    display: inline-block;
    width: 100%;
    height: 170px;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.2s;
}

.ctlg-images-thumbnail.selected .ctlg-images-thumbnail-image {
    border-color: #E52428;
}

@media (max-width: 767px) {
    .ctlg-images-thumbnail {
        flex-basis: 33%;
    }
}

/*
@media (max-width: 600px) {
    .ctlg-images-thumbnail {
        flex-basis: 33%;
    }
}
*/

@media (max-width: 500px) {
    .ctlg-images-thumbnail-image {
        height: 90px;
        background-size: contain;
    }
}