.h1_main
{
    display: none;
}

.top_slider .carousel-indicators li
{
    width: 15px;
    height: 15px;
    border:2px solid #000;
}
.top_slider .carousel-indicators .active
{
    border: 2px solid #F9D27D;
    width: 16px;
    height: 16px;
}
.top_slider
{
    max-width: 1800px;
    padding: 0;
}

.top_slider .item img 
{
    width: 100%;
}

.for_whom_block
{
    margin-top: 50px;
}

.for_whom_block .two_in_row img
{
    max-width: 560px;
    /*max-height: 435px;*/
    width: 100%;
}

.for_whom_block .one_in_row
{
    margin-top: 30px;
    max-height: 440px;
    overflow-y: hidden;
}
    
.for_whom_block .one_in_row img
{
    width: 100%;
    /*max-height: 440px;*/
}

.for_whom
{
    position:  relative;
    overflow-y: hidden;
    max-height: 435px;
}

.for_whom img
{
    transition: filter 1s;    
}

.for_whom a
{
    text-decoration: none;
    color: #fff;
}

.for_whom:hover img
{
    -webkit-filter: brightness(0.5) grayscale(0.49)  saturate(1.2);
    filter: brightness(0.5) grayscale(0.49)  saturate(1.2);
}

.for_whom:hover .for_whom_text
{
    display: block;
}

.for_whom_text
{
    display: none;
    position: absolute;
    font-size: 24px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: display 1s;
}

.for_whom_text:before, .for_whom_text:after
{
    content: "";
    display: block;
    height: 1px;
    width: 35%;
    background-color: #fff;
    margin: auto;
}

.new_items
{
    margin-top: 50px;
}

.new_items h2
{
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    margin-bottom: 50px;
}

.new_items h2:before, .new_items h2:after
{
    content: "";
    display: block;
    height: 1px;
    width: 30%;
    background-color: #313131;
    margin: auto;    
}
.new_items h2:before
{
    margin-bottom: 25px;
}

.new_items h2:after
{
    margin-top: 25px;
}

.newitem_slider img
{
    max-height: 250px;
    margin: auto;
    max-width: 100%;
    display: inline !important;
}

.newitem_one
{
    height: 251px;
    line-height: 250px;
    text-align: center;
    /*background-color: #FCF8F6;*/
    /*overflow: hidden;*/
}
.newitem_one img
{
    border: 1px solid #f9d27d;
}
.about_logo
{
    text-align: center;
}

.about_index
{
    margin-top: 50px;
    margin-bottom: 35px;
}

.about_index p
{
    font-size: 24px;
    margin-bottom: 45px;
}

.about_index p,
.about_index p span,
.about_index span
{
    font-family: Roboto !important;
}

.about_margin
{
    margin-left: 60px;    
}

.about_text_center
{
    text-align: center;
    max-width: 960px;
    margin: 45px auto;
}

.about_for_img
{
    position: relative;
}

.about_img
{
    position: absolute;
    top: 0;
    height: 180px;
    margin-right: 15px;
}


.about_index .about_img img
{
    max-width: 50px;
}

/* PRODUCT PAGE */
.strip_prod
{
    height: 1px;
    background-color: #838383;
    width: 100%;
    margin-bottom: 50px;
}

.one_product
{
    font-size: 16px;
}

.one_product h1
{
    font-size: 24px;
}

.prod_size label
{
    font-weight: normal;
    border: 1px solid #bdb9c6;
    padding: 4px 0;
    margin-right: 5px;
    min-width: 30px;
    text-align: center;
    height: 30px;
    vertical-align: middle;
    transition: all 1s;
}

.prod_size label:hover
{
    border: 1px solid #313113;  
    cursor: pointer;  
    background-color: #f9d27d;
}

.prod_price
{
    color: #e03434;
    font-size: 24px;
    margin: 15px 0 28px;
    font-weight: 600;
}

.product_polotno
{
    margin-bottom: 20px;
}

.product_desc
{
    margin: 45px 0;
}

.prod_button
{
    border: 2px solid #f9d27d;
    background-color: #f9d27d;
    font-size: 24px;
    color: #313131;
    padding: 13px 22px;
    display: inline-block;
    margin-bottom: 50px;
    transition: all 1s;
}

.prod_button:hover
{
    text-decoration: none;
    background-color: transparent;
    color: #313131;
}

.prod_button img
{
    height: 25px;
}

.one_product input[type=number]
{
    border: 1px solid #7a7a7a;
    color: #7a7a7a;
    width: 60px;
    font-size: 24px;
    padding: 14px 0;
    text-align: center;
}

.one_product input[type=number]::-webkit-inner-spin-button, 
.one_product input[type=number]::-webkit-outer-spin-button
{
     display: block;    
     width: 10px;   
     height: 62px;  
     opacity: 0.5;
}

#err_block {
    display: none;
    color: #b71932;
    font-size: 16px;
    margin-bottom: 5px;
}
/* product slider */
.bigprodslider 
{
    margin-bottom: 25px;
}

.my-foto-container 
{
    max-width: 100%;
    max-height: 100%;
}

.my-foto 
{
    width: 100%;
    float: left;
    cursor: pointer;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.myphoto_block
{
    display: inline-block;
    height: 120px;
    width: 80px;
    position: relative;
    background-color: #FCF8F6;
    border: 1px solid #fdefe8;
    margin: 10px 4px 0;
}

.prod_big_img_block
{
    text-align: center;
    /*background-color: #FCF8F6;
    border: 1px solid #fdefe8;*/
    height: 405px;
    line-height: 405px;
}
.prod_big_img_block img
{
    border: 1px solid #f9d27d;
}
.prod_size label.active
{
    background: #f9d27d;
    color: #000;
    border: 1px solid #313113;
}
#jadd
{
    text-decoration: none !important;
}

/* NEWS */
.news_block
{
    margin-bottom: 50px;
}
.news_block h2, .news_block .news_img
{
    text-align: center;
}

.news_block .news_name
{
    color: #6a6a6a;
    text-decoration: none;
}

 .news_block .news_img img
 {
    max-width: 100%;
    max-height: 350px;
 }

.news_block .news_date
{
    text-align: right;
    font-size: 20px;
}

.news_block .news_text,
.news_block .news_text p, 
.news_block .news_text p span,
.news_block .news_text span
{
    font-size: 24px !important;
    line-height: 40px !important;
}

.news_button_block
{
    text-align: center;
}

.news_block .news_button
{
    text-transform: uppercase;
    border: 2px solid #F8D894;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    color: #000;
    font-size: 20px;
    transition: all 1s;
}

.news_block .news_button:hover
{
    background-color: #F8D894;
}

/* pagination */

.pags_news
{
    text-align: center;
}

.pags ul li:first-child > span,  
.pags ul li:last-child > span,
.pags ul li:last-child > a
{
    border-radius: 0;
}

.pags ul li a, .pags ul li span
{
    margin-right: 10px;
}

.pags ul li a
{
    color: #6a6a6a;
}

.pags ul li span
{
    border: 1px solid #6a6a6a;
    color: #6a6a6a;
}

.pags ul .active a, 
.pags ul .active a:hover,
.pags ul li a:hover
{
    border: 1px solid #f8d894;
    background-color: #f8d894;
    color: #6a6a6a;
}

/*CONTACTS*/
.contacts_block
{
    font-size:  24px;
}

.contacts_top
{
    width: 265px;
    margin: 45px auto;
}

.contacts_top img
{
    height: 24px;
    margin-left: -30px;
}

.contacts_col
{
    margin-bottom: 25px;    
}

.contacts_col img
{
    width: 70px;
    margin-right: 10px;
}

.cont_right .contacts_col img
{
    width: 25px;
}

.cont_center
{
    width: 285px;
    margin: auto;
}

/* static pages */
.spage p, 
.spage p span,
.spage span,
.spage span p
{
    font-family: Roboto !important;
}
.slideritemdiv
{
    height: 490px;
}
@media(max-width:767px) 
{
    .slideritemdiv
    {
        height: 300px;
    }
}
@media(max-width:385px) 
{
.prod_button 
{
    font-size: 20px;
    padding: 13px 10px;
}  
.one_product input[type=number] 
{
    width: 50px;
} 
.slick-dots
{
    bottom: -60px !important;
}
}