.header-center_mob, .mobile_only {display: none;}
.customGallery{
    display     : table;
    margin:0 auto;
    width:615px;
}
.customGallery img{
    height: 200px;
    margin-bottom: 10px;
    vertical-align: top;
    width: 200px;
}
.randomReviews
{
    background: linear-gradient(to bottom, #ececec 0%, #ffffff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    border-top: 1px solid #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 12px;
    line-height: 1.8em;
    margin-top: 15px;
    padding: 20px;
    text-align: center;
    display: table;
    width: 756px;
}
.randomReviews img{
    margin:0 5px;
    width:250px;
    vertical-align: top;
}
ol.spisok li{
    list-style-type: decimal;
}
ul.spisok li{
    list-style-type: disc;
}
ul.spisok{
    padding:0 0 0 13px;
}

.extend_sidebar_relink{
    width:180px;
    margin-top:10px;
}
.extend_sidebar_relink > ul{
    margin-bottom: 10px;
      -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, #ececec 0%, #ffffff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #fff #d6d6d6 #d6d6d6;
    border-image: none;
    border-radius: 5px;
    border-right: 1px solid #d6d6d6;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    height: auto !important;
    padding: 5px 0 5px 10px;
    width: 100%;
}
.extend_sidebar_relink > ul > li{
    line-height: 36px;
}
.extend_sidebar_relink > ul > li >a{
    padding: 8px 0 6px 0;
    line-height: 17px;
}
#contacts-phone-header > p{
    margin:0;
    padding: 0;
    line-height: 17px;
    font-size: 11px;
}
#work-examples{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ececec 0%, #ffffff 100%) repeat scroll 0 0;
    border-radius: 5px;
    border-top: 1px solid #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    margin-top: 10px;
}
#work-examples .caption{
    text-align: center;
    color:#9c010c;
    font-size: 15px;
}
#work-examples #work-examples-gallery{
    position: relative;
}
#work-examples #work-examples-gallery .content{
    margin:0 auto;
}
#work-examples #work-examples-gallery .content img{
    width:120px;
    height: 120px;
}
#work-examples #work-examples-gallery .workprev{
    height: 28px;
    left: 10px;
    outline: 0 none;
    position: absolute;
    top: 35%;
    width: 28px;
    z-index: 90;
}
#work-examples #work-examples-gallery .worknext{
    height: 28px;
    outline: 0 none;
    position: absolute;
    right: 10px;
    top: 35%;
    width: 28px;
    z-index: 90;
}
#work-examples #work-examples-gallery .content ul li{
    margin-right: 10px;
}
#work-examples #work-examples-gallery .content ul li a{
    display: block;
}
#header-inner .logo-description {
    color: #9c010c;
    float: left;
    font-size: 12px;
    margin: 0;
    text-align: center;
    line-height: 1.1;
    font-weight: bold;
}
.photo-items-list.gallery {
    display: flex;
}
.logo-description-mobile {
    color: #9c010c;
    font-size: 12px;
    margin: 0;
    text-align: center;
    line-height: 1.1;
    font-weight: bold;
}
.search-form{
    margin-top: 20px;
    float:left;
    width: 305px;
    margin-left: 38px;
}
.search-form table{
    width:100%;
}
    .search-form .caption-column{
        width: 130px;
        /*color:#9c010c;*/
        display: block;

    }
    .search-form .field-column {
        display: block;
        position: relative;
        width: 300px;
    }
    .search-form .search__input{
        padding-right: 20px;
        width: 275px;
        height: 20px;
    }

    .search-form .field-column .search__btn {
        background: url("/images/search.png") no-repeat scroll 0 0;
        border: medium none;
        cursor: pointer;
        font-size: 0;
        height: 15px;
        padding: 0;
        position: absolute;
        right: 8px;
        top: 8px;
        width: 15px;
        z-index: 5;
    }
/*.search-form .field-column input{
    width:70%;
}*/
nav.menu_accordion{
    height: auto;
    width: 100%;
    padding: 5px 0;
    /* float: left; */
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to bottom, #ECECEC 0%, #FFFFFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: solid 1px #D6D6D6;
    border-top: 1px solid #fff;
}
nav.menu_accordion ul li {
    list-style: none;
}
nav.menu_accordion>ul>li.active>a{
    background: #9c010c;
    color: white;
}
nav.menu_accordion ul.submenu li.active>a{
    color: #4c7da6;
}
nav.menu_accordion li a{
    display: block;
    padding: 8px 0 6px 10px;
    font-size: 0.9em;
    line-height: 1.7em;
    color: #9c010c;
    text-decoration: none;
    -webkit-transition: color 220ms ease-out;
    -moz-transition: color 220ms ease-out;
    -ms-transition: color 220ms ease-out;
    -o-transition: color 220ms ease-out;
    transition: color 220ms ease-out;
}
nav.menu_accordion li.active > ul.submenu{
    display: block;
}
nav.menu_accordion ul.submenu{
    display: none;
    margin-left:10px;
}
nav.menu_accordion ul.submenu li a{
    padding-top:2px;
    padding-bottom:2px;
}
.social-btn-bar > span{
    position: absolute;
    right:0;
    top:0;
}
.manager{
    padding:0 !important;
    background: none;
    border-radius: none !important;
    border-top: none !important;
    box-shadow: none !important;
    margin-top:0 !important;
}
.page-content_div{
    font-size: 12px !important;
    color:#444;
    padding:20px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ececec 0%, #ffffff 100%) repeat scroll 0 0;
    border-radius: 5px;
    border-top: 1px solid #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    margin-top:15px;
    position: relative;
}
.search__input{
    min-width: 250px !important;
    margin-right: 5px;
}
.search__btn{
    min-width: auto !important;
}
.workinfo {       
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    padding-left: 45px;
    background: url('/images/minicloack.png') no-repeat scroll left 5px;
}
    .workinfo .worktime_block {
        background-color: #d9dcdd;
        display: block;
        font-size: 14px;
        line-height: 1;
        margin: 0;
        padding: 10px;
    }
    .workinfo .mailblock {
        display: block;
        font-size: 14px;
        margin-bottom: 0;
        margin-top: 0;
        padding: 3px 10px 5px;
    }

.contacts_block {
    padding-top: 16px;
    
}
    .contacts_block .contacts_phone_block p.header_phone {
        margin: 2px 0 2px 0;
        font-size: 14px;
        text-align: right;
    }
        .contacts_block .contacts_phone_block .header_phone .fortel_block {
            /*color: #9c010c;*/
            font-size: 15px !important;
            line-height: 10px;
        }
    .contacts_block .region {
        display: block;
        font-size: 12px;
        margin-bottom: 4px;
        text-align: right;
    }
    .contacts_block .top_callback {
        display: block;
        float: right;
        font-size: 11px;
        font-weight: bold;
        margin-top: 5px;
        padding: 4px 6px 5px;
        text-align: center;
        width: 165px;
        background-color: #9c010c;
        border-radius: 2px;
        color: white;
        cursor: pointer;
    }
/*.b-contacts{
    padding-top: 5px;
    text-align: center;
}
    .b-contacts__phone{
        margin:2px 0 !important;
        font-size: 15px;
    }
    .b-contacts__region{
        font-size: 14px !important;
    }

*/
.b-worktime__call-btn {
    margin-top:4px;
    font-size:12px;
    font-weight: bold;
    line-height:normal;
}
.b-perila-table-price{
    border-collapse: collapse;
    width:100%;
}
.b-perila-table-price__td{
    border:1px solid #000;
    padding:3px 5px;
}
.text-center{
    text-align: center;
}
.b-perila-table-price__link{
    color:#000 !important;
    border-bottom:1px dashed #000 ;
}
.b-perila-caruousel__li{
    margin-right:10px;
    height: auto !important; 
}
.b-perila-caruousel-inner{
    width:700px !important;
    margin:0 auto;
}
.b-perila-caruousel-inner__img{
    width: 165px;
    height: 165px;

}
.b-perila-table-price__tr--gray{
    background: #cacaca;
}
.b-perila-table-price__td--gray{
    background: #cacaca;
}
.b-perila-table-price__td--red-color{
    color:#9c010c;
}
.b-perila-caruousel{
    width:100%;
    position: relative;
}
.b-perila-caruousel__prev{
    background: rgba(0, 0, 0, 0) url("images/carousel-left.png") no-repeat scroll 0 0;
    height: 36px;
    left: 0;
    position: absolute;
    top: 70px;
    width: 28px;
    cursor: pointer;
}
.b-perila-caruousel__next{
    background: rgba(0, 0, 0, 0) url("images/carousel-right.png") no-repeat scroll 0 0;
    height: 36px;
    position: absolute;
    right: 0;
    top: 70px;
    width: 28px;
    cursor: pointer;
}
.b-callus{
    margin: 10px auto;
    width: 550px;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0311e+0,760d0a+50,b0311e+100 */
background-color: #b0311e; /* Old browsers */
background: -moz-linear-gradient(top, #b0311e 0%, #760d0a 50%, #b0311e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b0311e 0%,#760d0a 50%,#b0311e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b0311e 0%,#760d0a 50%,#b0311e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0311e', endColorstr='#b0311e',GradientType=0 ); /* IE6-9 */
border-radius:15px;
color:#E39C71;
}
.b-callus__inner{
    background-image:url("images/phone-call.png");
    background-repeat:no-repeat;
    background-position: 10px center;
    background-size:42px;
    padding: 0 20px 0 60px;
}

.b-callus__bottom-bar{
    overflow: hidden;
}
.b-callus_lt-col{
    float:left;
    margin:0;
    font-weight: bold;
    font-size: 18px;
    padding-left: 50px;
}
.b-callus_rt-col{
    float:right;
    display: inline-block;
    margin:0;
    border-bottom:2px solid #D0784D;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    padding-right:3px;
    margin-right: 50px;
    line-height: 28px;
}
.b-callus__caption{
    margin:0;
    font-weight: bold;
    font-size: 15px;
}
.easy-modal{
    width: 600px;
    padding: 2em;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
    background-color: white;
}
.lean-overlay{
    z-index: 9999 !important;
}
#modal-callback-order{
    z-index: 99999 !important;
    position: relative;
    padding-top:0 !important;
    background:#EFEFEF;
}
.easy-modal-close{
    position: absolute;
    right: 5px;
    top:5px;
    background-image: url('images/close_btn.png');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center center;
    width:16px;
    height: 17px;
    cursor: pointer;
}
.super-feedback-none-border{
    border:none !important;
    box-shadow: none !important;
}
.b-preila-list{
    padding: 0 0 5px 0;
    margin:10px 0 30px;
    /* border:1px solid #CACACA;
    border-radius: 20px 20px 0 0; */
}
.b-preila-list__content{
    display: none;
   /* height: 260px;*/
    overflow: hidden;
    padding:3px 1px;
}
.b-preila-list__item{
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    float: left;
    height: 240px;
    margin-bottom: 20px;
    padding-top: 16px;
    text-align: center;
    width: 32%;
    margin-right: 15px;
}
.b-preila-list__item:nth-child(3n+3){
    margin-right: 0px;
}
.b-preila-list__caption{
    /* background: #CACACA;
    font-size: 15px;
    font-weight: bold;
    padding:5px 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius:15px 15px 0 0; */
    font-size: 1.7em;
    color: #9C010C;
    font-weight: 300;
    margin: 0.4em 0 0.3em 0;
}
.b-preila-list__heading{
    text-align: center;
}
.b-preila-list__see-all{
    text-align: right;
}
.b-preila-list__see-all-btn{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    cursor: pointer;
    text-decoration: underline;
    padding-right: 5px;
}
.b-preila-list__item--no-margin{
    margin-bottom: 0 !important;
}
/* .manager .serviceBlock div.products h2, .serviceBlock .heading2 {
    height: auto;
} */
.b-preila-list .serviceBlock div.products {
    padding: 0;
    width: 31%;
    display: flex;
    flex-direction: column;
    margin-right: 2% !important;
}
.b-preila-list .serviceBlock.b-preila-list__content div.products > a {
    height: auto;
}
.b-preila-list .serviceBlock div.products > a:first-child, .catalog-infoblock--unlimited-images .products > a {
    height: auto !important;
}
.b-preila-list > .serviceBlock div.products > a > img {
    width: 100% !important;
    height: 150px !important;
    object-fit: cover;
}
.b-preila-list .serviceBlock div.products > a:first-child img, .catalog-infoblock--unlimited-images .products > a img {
    width: 100% !important;
    height: 150px !important;
    object-fit: cover;
}
.b-preila-list .serviceBlock div.products:nth-child(3n){
    margin-left: 0; margin-right: 0;
}
.b-preila-list .serviceBlock div.products>a {
    display: inline-block;
    width: 100%;
}
.b-preila-list .serviceBlock .heading2 {
    background: #9c010c;
    color: white;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px;
    margin: -6px 0 0 0;
}
.b-news-gallery__photo{
    width:147px;
}


.rounded-block {
    border:2px solid #9C010C;
    border-radius: 10px;
    padding: 10px;
}
.rounded-block ul.price{
    margin-left: 30px;
}
.rounded-block ul.price li{
    list-style-type: circle;
}


.block-with-images {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.block-with-images a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin-bottom: 25px;
}
.block-with-images a img {
    width: 100%;
}
.imagesBlock {
    margin-bottom: 20px;
    margin-top: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: no-wrap;
    justify-content: space-around;
}
.imagesBlock__item {
    width: 340px;
    display: inline-block;
}
.imagesBlock__item-img {
    max-width: 100%;
}
.eksklyuziv-na-zakaz-photo{
    text-align: center;
}
.eksklyuziv-na-zakaz-photo img{
    width:250px;
}

.table-ogr-mini {
    border-collapse: collapse;
    width: 55%;
}
.table-ogr-mini td,th {
    text-align:center;
}

.b-ligatex-client-box__row{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.b-download-instructions{
    float: right;
    width: 120px;
    text-align: center;
}
.pull-right{
    float: right;
}
.b-ligatex-own-work{
    overflow: hidden;
}
.b-ligatex-own-work img{
    width:150px;
}
.b-ligatex-own-work__item{
    width:150px;
    float:left;
    height: 90px;
    overflow: hidden;
}

    .footer_reqblock {
    clear: both;
    display: block;
    margin: 20px 0;
    /*min-height: 400px;*/
    }

        .footer_reqblock .left_case {
            float: left;
            margin-bottom: 20px;
            width: 375px;
        }
            .footer_reqblock .left_case p {
                margin: 0;
            }
            .footer_reqblock .left_case p:first-child {
                margin-top: 19px;
            }
            .footer_reqblock .left_case ul {
                margin-top: -3px;
            }

        .footer_reqblock .right_case {
            float: right;
            margin-bottom: 20px;
            /*margin-left: 15px;*/
            width: 375px;
        }

.bot_catmenu {
    float: left;
    /*margin-left: 60px;*/
}
    .bot_catmenu li {
        font-size: 13px;
        margin-bottom: 3px;
    }
        .bot_catmenu li a {
            text-decoration: underline;      
        }
        .bot_catmenu li a:hover {
            text-decoration: none;      
        }

.page-content_div .go_to_order {
    background: #9c010c url('/images/downgowhite.png') no-repeat center 40px;
    border-radius: 15px;
    float: right;
    height: 65px;
    line-height: normal;
    padding: 0 3px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 13px;    
    width: 60px;
}

    .page-content_div .go_to_order > a {
        color: white;
        display: block;
        font-size: 10px;
        font-weight: bold;
        padding-bottom: 30px;
        padding-top: 10px;
        text-transform: uppercase;
        background: url("/images/downgowhite.png") no-repeat scroll center 46px;
    }



#openorderform .left_case .randomReviews {
    width: 340px !important;
}

.b-subcategory-link{
    color: #9C010C !important;
}

.manager ul {
    margin: 12px 0;
    padding-left: 40px;
}
.manager ul > li {
    list-style: disc;
}
.bold{
    font-weight: bold;
}
.article_img{
    margin-right: 10px;
}
.client-logo p {
  margin-top: 0px;
 }
 .tbprice{
 border-collapse: collapse;
width: 100%;
 }
 .tbprice tr:first-child{
 background: #cacaca;
 }
 .tbprice tr:first-child td{
 text-align: center;
 border: 1px solid #000;
padding: 3px 5px;
font-weight: bold;
 }
 .tbprice td:first-child{
text-align: center;
border: 1px solid #000;
padding: 3px 5px;
font-weight: bold;
background: #cacaca;

 }
 .tbprice td{
text-align: center;
border: 1px solid #000;
padding: 3px 5px;
 }
 .tbprice td:last-child{
text-align: center;
border: 1px solid #000;
padding: 3px 5px;
font-weight: bold;
 }
 .b-preila-list .serviceBlock div.products .product-price{
    padding: 10px;
    margin: 0;
 }
 .serviceBlock div.products .product-price {
    font-size: 14px;
    margin: 0 0 15px 0;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.serviceBlock div.products .product-price .product-price-value {
    font-size: 15px;
}
.product-price-value {
    margin: 0;
}


.navesy-li
{
    list-style: initial;
    margin-left: 20px;
}


.table-navesy
{
    border-collapse: collapse;
    width:100%;
    border: 1px solid #000;

}


.table-navesy-tr
{
        border-collapse: collapse;
        border: 1px solid #000;
}

.table-navesy-tr-th
{
    border-collapse: collapse;
    border: 1px solid #000;
    text-align: left;
    font-weight: bold;
    padding: 5px;
    background: #cacaca;
}

.table-navesy-tr-td
{
    border-collapse: collapse;
    border: 1px solid #000;
    padding: 5px;
}


.table-characteristics
{
    border: 1px solid black;
    width: 100%;

}

.table-characteristics>caption
{
    border: 1px solid black;
    font-weight:bold;
    font-style:oblique;
}

.table-characteristics>tr
{
    border: 1px solid black;
}

.table-characteristics tr>td 
{
      border: 1px solid black;
}

.table-characteristics-left-td
{
    font-weight:bold;
    font-style:oblique;
}
.image-shop-window{
    width: 200px;
    height: 200px;
}
.element-shop-window{
    display: flex;
    flex-wrap: wrap;
    border: 2px solid transparent;
    margin-top: 20px;
}
.image-shop-window-container{
    flex: 1 1 320px;
}
.column-window >li{
    margin:0;
    padding: 0;
    font-size: 12px;
}
.column-window{
    padding-left: 13px !important;
    margin: 0px 0px !important;
}
.description-shop-window{
    flex: 1 1 320px;
}
.title-shop-window{
    color: #000;
    font-size: 18px;
    margin:0;
}
.characteristics-shop-window{
    display: flex;
    align-items: flex-start;
}
.price-shop-window{
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.test-tovara {
    width: 48%;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    float: left;
    margin-left: 10px;
    position: relative;
}

.test-heading2 {
    background-color: #d9d8d6;
    padding: 1em;
    font-size: var(--fontSize);
    height: 220px;
}

.test-product-price {
    font-weight: bold;
    text-align: center;

}

.heading3 {
    list-style: square inside url(data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==) !important;
    padding: 0 !important;
    margin: 0 !important;
}

.heading3 > li {
    list-style: square inside url(data:image/gif;base64,R0lGODlhBQAKAIABAAAAAP///yH5BAEAAAEALAAAAAAFAAoAAAIIjI+ZwKwPUQEAOw==) !important;
}

.

@media (max-width: 991px) {
  /* line 23, ../sass/styles.scss */
  .test-tovara {
    width: 48%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  /* line 23, ../sass/styles.scss */
  .test-tovara {
    width: 48%;
    min-width: 270px;
  }
}

.size-price {
    font-size: 20px;
}


.h2_like_contact {
    font-size: 1.7em;
    color: #9C010C;
    font-weight: 300;
    margin: 0.4em 0 0.3em 0;
}
.test-tovara .callme_content {
position: absolute;
bottom: 10px;
right: 35%;
}

    .review-main-block{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 25px;
    justify-content: space-between;
    margin-bottom: 40px;
}
.review-main-block .review-text{
    line-height: 1.5;
    margin-top: 30px;
    clear: both;
}
.review-main-block .review-item{
    width: 30%;
}
.review-main-block .review-item .review-head-block .review-author,
.review-main-block .review-item .review-head-block .review-date{
    margin:3px 0;
}
.review-main-block .review-item .review-head-block img{
    width: 100px;
    height: 100px;
    float:left;
    margin: 0 5px 15px 0;
}
ul.star_rate {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.star_rate li {
    margin: 4px 0;
    padding: 0;
    list-style: none;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    position: relative;
    cursor: pointer;
}
ul.star_rate li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 20px;
    overflow: hidden;
    background: url(/images/star.png) repeat;
    background-position: 0 -16px;
}

ul.star_rate li.five_star:before {
    width: 100px;
}
.custom-list-ul{
    list-style-type: disc;
    margin-left: 30px;
}
.custom-list-ul > li{
    list-style-type: disc;
}
.without-margin > p{
    margin: 0;
}
.custom-list-ol{
    list-style-type: decimal;
}
.custom-list-ol > li{
    list-style-type: decimal;
}
.serviceBlock-container{
    display: flex;
}
.serviceBlock-container .serviceBlock div.products{
    margin-right: 15px !important;
    width: 100%;
    min-width: 168px;
}
.text-underline{
    text-decoration: underline;
}

.color-options{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.item-option{
    width: 84px;
    border: 1px solid #cccccc;
    margin-left: -1px;
    margin-top: -1px;
}
.image-container{
    position: relative;
    width: 100%;
    height: 140px;
}
.image-container img{
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    width: 75%;
    height: 75%;
    margin: 15%;
}
.title-option{
    border-top: 1px solid #cccccc;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
}
.clearfix{
    clear: both;
}

.how-work{
    display: flex;
    flex-wrap: wrap;
}
.item-work{
    width: 150px;
    height: 200px;
}
.inline-circle{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #c71715;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}
.outer-circle{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #ededed;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-container{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.item-work:not(:last-child) .circle-container::after{
    content: ' ';
    display: block;
    background-image: url('/images/arrow.png');
    width: 26px;
    height: 20px;
    position: absolute;
    left: 135px;
}
.text-work{
    padding: 0 10px;
    text-align: center;
    margin-top: 15px;
    line-height: 1.2em;
}
.work-h3{
    font-size: 20px;
}
.forging-options-container{
    display: flex;
    flex-wrap: wrap;
}
.forging-image-container{
    width: 130px;
    height: 130px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.forging-image-container img{
    width: 100%;
    border:1px solid #000;
}
.forging-title{
    text-align: center;
}
.forging-item{
    height: 180px;
}
.contacts_new_block {
    float: right;
    margin-right: 60px;
    margin-top: 25px;
    width: 145px;
}
.bold {
    font-weight: bold;
}
.contacts_new_block p {
    line-height: 1em;
    margin: 0;
    white-space: nowrap;
}
.worktime_block {
    font-size: 15px;
    text-align: right;
    margin-top: 10px;
}
.header-right {
    /* margin-top: 25px; */
}
.top_callback {
    text-transform: uppercase;
    color: white;
    background: #9c010c;
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    float: right;
    cursor: pointer;
}
.header_mail {
    display: inline-block;
}
.header_mail a {
    color: black;
    text-decoration: underline;
}
.mail_row {
    text-align: right;
    margin-top: 15px;
    display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
}
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-theme {
    color: white;
    background: #9c010c;
    border-radius: 0;
}
.btn-theme:hover{
    background: #0e5088;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.h2 {
  font-size: 1.7em;
  color: #9C010C;
  font-weight: 300;
  margin: 0.4em 0 0.3em 0;
}
.header-wrapper {
    display: flex;
    align-items: flex-start;
    padding: 8px 0 0;
    margin-bottom: 5px;
  }
  .header-logo {
    width: 25%;
    text-align: center;
  }
  .header-wrapper .header-logo__description{
    color: #9c010c;
    float: left;
    font-size: 14px;
    margin: 0;
    text-align: center;
    line-height: 1.1;
    font-weight: bold;
  }
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .header-contacts {
    width: 25%;
    text-align: right;
    padding-right: 25px;
  }
  .header-search {
    width: 25%;
    text-align: center;
  }
  .header-search .basket-wrapper{
    width: 100% !important;
    height: 32px;
  }
  .header-search .bx_cart_block .bx_small_cart.empty_cart{
    line-height: 25px;
  }
  .header-search .bx_cart_block.bx_cart_top_inline{
    height: 25px;
  }
  .header-search .bx_cart_block .bx_small_cart.empty_cart a.bx_cart_top_inline_link{
    height: 25px;
    line-height: 25px;
  }
  .header-search .bx_cart_block .bx_small_cart.empty_cart{
    padding: 0px 60px 0 60px;
  }
  .header-contacts .mail{
    position: relative;
    font-size: 15px;
    padding: 2px;
    display: inline-block;
  }
  .header-contacts .mail::before{
    position: absolute;
    content: '';
    left: -25px;
    width: 18px;
    height: 18px;
    background: url('/bitrix/templates/uslugi_copy/images/e-mail.jpg');
    background-size: cover;
  }
  .header-contacts .top_callback{
    text-transform: uppercase;
    color: white;
    background: #9c010c;
    padding: 5px 10px;
    font-weight: bold;
    text-align: center;
    width: 75%;
    padding: 11px;
    display: block;
    float: right;
    border-radius: 3px;
    font-size: 12px;
  }
  .header-phone {
    font-size: 18px;
    text-align: center;
  }
  .header-phone .call_the_master.callme_viewform{
    font-size: 12px;
  }
  .header-phone .phone{
    margin-bottom: 24px;
  }
  .header-contacts .worktime_block,
  .header-contacts p{
    margin: 0;
    line-height: 1.5;
  }
  .header-search .search-form {
    width: 95%;
    margin: 0;
  }
  .header-search .search-form .caption-column {
    margin: 0 auto;
  }
  .header-search .search__input {
    width: 75%;
    min-width: auto !important;
    margin: 0 auto;
  }
  .header-search .search-form .field-column {
    width: 100%;
  }
  .header-search .search-form .field-column .search__btn {
    right: 45px;
  }
  .header-search .search-form .search__input {
    padding: 0;
  }
  .header-search .bx_cart_block.bx_cart_top_inline .bx_small_cart {
    padding: 5px 70px;
  }
  .new_sublist_item {
      width: 100%;
      padding-left: 15px;
  }
  .newtopmenu #h_m_menu li.new_element .new_sublist li {
      display: flex;
      align-items: flex-start;
      padding: 5px;
      line-height: 1.5em;
  }
  .newtopmenu #h_m_menu li.new_element .new_sublist_item a {
      display: flex;
      align-items: center;
      width: 100%;
      border-bottom: 1px solid white;
  }
  .newtopmenu #h_m_menu li.new_element .new_sublist_item>a {
      height: 25px;
  }
  .newtopmenu #h_m_menu li.new_element .new_sublist {
    width: 816px;
    margin-left: -15px;
    overflow: hidden;
    background-color: #C31B27;
}
  .new_sublist_sub {
      display: flex;
      flex-wrap: wrap;
  }
  .new_sublist_sub .column {
      width: 30%;
      padding: 5px;
  }
  .new_sublist_sub .column p{
      font-size: 12px;
      color: white;
      line-height: 1em;
      margin: 5px 0;
  }
  .newtopmenu #h_m_menu li.new_element .new_sublist_sub .column>li{
      font-size: 12px;
      color: white;
      line-height: 1.5em;
      text-transform: none;
      padding: 0;
      border: none;
  }
  .newtopmenu #h_m_menu li.new_element .new_sublist_sub .column>li:hover{
     background: #ca373a;
  }
  .newtopmenu #h_m_menu li.new_element .new_sublist_sub .column a{
        border: none;
        padding: 0;
  }
    #footer .address {
        margin-left: 30px;
    }
    #footer .address p,
    #footer .address a{
        line-height: 2;
        margin: 0;
    }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
    .modal-dialog-centered {
      min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
      max-width: 300px;
    }
  }
  @media (min-width: 767px) {
    
  }
  @media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .modal-lg {
      max-width: 800px;
    }
    #header-inner.header-inner-mobile {
      display: none;
    }
    .newtopmenu #h_m_menu {
      display: flex;
      justify-content: center;
    }
  }
  @media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
  }
  @media (max-width: 1019px) {
    .header-wrapper {
      display: none;
    }
  }
  @media (max-width: 576px) {
    .newtopmenu #h_m_menu li.new_element .new_sublist img {
        display: none;
    }
    .new_sublist_item,
    .new_sublist_item span,
    .new_sublist_item a,
    .new_sublist_sub .column {
        padding: 0 !important;
    }
    .newtopmenu #h_m_menu li.new_element .sublists_block {
        height: auto;
        overflow-y: hidden;
    }
    .new_sublist_sub {
        flex-direction: column;
    }
    .newtopmenu #h_m_menu li.new_element .new_sublist_sub .column>li {
        margin: 12px;
    }
    .b-preila-list .serviceBlock div.products {
        width: 100%;
    }
  }
.catalog-text ul>li {
    list-style: disc;
    list-style-position: inside;
    padding-left: 15px;
}
.pagination {
    display: flex;
    justify-content: center;
}
.pagination .item{
    padding: 5px;
    border: 1px solid #9c010c;
    margin: 0 5px;
}
.pagination a.item:hover{
    background-color: #9c010c;
    color: white;
}
.paginationCurrent {
    background-color: #9c010c;
    color: white;
}

.img-left{
    float: left;
    width: 250px;
    margin: 15px 15px 15px 0px;
}
.img-right{
    float: right;
    width: 250px;
    margin: 15px 0px 15px 15px;
}
.img-row{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.img-col-l{
    width:45%;
}
.img-col-r{
    width:45%;
}

.img-col-l img, .img-col-r img{
    width: 100%;
    max-height:263px;
}
.gallery-project{
    display: flex;
    flex-direction: row;
}
.project-table{
    border-collapse: collapse;
    width: 100%;
}
.project-table tr{}
.project-table th{ 
    font-weight: bold;
    border: 1px solid; 
}
.project-table ul{
    margin-left: 0;
    padding-left: 10px;
}
.project-table td{
    border:1px solid;
    padding:10px;
}
.img-center{
    width:470px;
    display:block;
    margin:15px auto;
}
.btn_custom span {
    color: #fff!important;
    display: block;
    padding: 3px;
    background-color: #9c010c;
    cursor: pointer;
}

.btn_custom span:hover {
    background-color: #F8487B;

}

.contacts_custom {
    margin: 0.6em 0;
}
.company_details h2,
.contacts_custom .cont_custom,
.contacts_custom h2 {
    font-size: 1.3em;
}
.contacts_custom h2{ 
    float: left;
}
.contacts_custom .cont_custom {
    float: left;
    margin: 0.4em 0 0.3em 0.4em;
}
.contacts_custom p.cont_custom {
    line-height: inherit;
}
.contacts_custom .cont_custom a{
    color: #444;
}
.contacts_custom .cont_custom .quon_phone a{
    text-decoration: underline;
}
.icon_contacts,
.company_details {
    margin: 1.7em 0;
}

.company_details h2,
.company_details p {
    font-weight: bold;
    line-height: initial;
    margin: 0px;

}
@media (max-width: 650px) {
    .contacts_custom .cont_custom {
        margin: 0.1em 0 0.1em 0.3em;

    }
}
@media (max-width: 968px){
    .img-left{
        display: block;
        margin: 15px auto;
        float: none;
    }
    .img-right{
        display: block;
        margin: 15px auto;
        float: none;  
    }
    .img-row{
        flex-direction: column;
    }
    .img-col-l, .img-col-r{
        width:100%;
    }
    .gallery-project{
        flex-direction: column;
        align-items: center;
    }
    .img-center{
        width:100%;
    }
}

.flex-color-wrapper{
    display: flex;
    flex-direction: row;
        margin: 15px 0;
}
.flex-color-item{
    width:31%;
    padding: 10px;
}
.flex-color-item img{
        width: 100%;
        
}

.text__table {
    width: 100%;

    border-collapse: collapse;
}

.text__table td {
    padding: 4px;

    border: 1px solid #9c010c;
}