

    a{
        color: #86091f;
    }
    a:hover{
        color: #C00628;
        text-decoration: none;
    }
    
    
    h1, h2{
        font-weight: 700;
        line-height: 1em;
    }

    h3{
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1em;
    }
    
    .bg-orange{
        background-color: #ff6600;
        color: #fff;
    }
    
    .page-body{
        margin: 2rem 0 5rem;
    }
    
    .content{
        line-height: 1.2em;
    }
    .content h3{
        color: #86091f;
    }  
/** FORMS -------------------------------------------------------  **/
    .form-control{
        border-radius: 0;
        border-width: 2px;
    }
    .form-control:focus {
      /*  background-color: inherit; */
        border-color: inherit;
        outline: 0;
        box-shadow: none;
    }
    
    .btn{
        border-radius: 0;
    }
    .btn{
        border-radius: 0;
    }
    .btn-primary,
    .btn-outline-primary{
        background-color: #86091f;
        border-color: #86091f;
        color: #fff;
    }
    .btn-primary:hover,
    .btn-outline-primary:hover{
        background-color: #f60;
        border-color: #f60;
    }
    .btn-primary:focus,
    .btn-outline-primary:focus{
        box-shadow: none;
    }
/** BACK TO TOP -------------------------------------------------------  **/

    #back-to-top{
        width: 50px;
        height: 50px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        background: #86091f;
        color: #fff;
        z-index: 1000;
        font-size: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        
        opacity: 0;
        transition: all 0.4s ease;
    }
    #back-to-top:hover{
        background: #f60;
    }
    #back-to-top.visible{
        opacity: 1;
    }

/** SIDEBAR STICKY -----------------------------------------------  **/
    .widget{
        position: sticky;
        top: 150px;
    }


/** HEADER -------------------------------------------------------  **/

    header.h {
        position: sticky;
        top: 0;
        width: 100%;
        height: 80px;
        z-index: 2;
        background-color: transparent;
        transition: all 0.4s ease;
    }
    
    header.h.sticky{
        background-color: #86091f;
        box-shadow: 0 0 10px 10px #0008;
    }
    
    header.h .logo{
        background-color: #86091f;
        padding: 10px 20px;
                position: absolute;

    }
    header.h .logo:before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 20%;
        height: 80px;
        background-color: #86091f;
        z-index: -1;
    }
    header.h .logo img{
        height: 60px;
    }
    .navbar{
        padding: 0;
    }
    .navbar .navbar-nav .nav-item{
        color: #fff;
        text-transform: uppercase;
       /* font-weight: bold; */
        font-size: 16px;
        transition: all 0.4s ease;
    }

    .navbar .navbar-nav .nav-item:hover{
        color: #f60;
    }
    
    .navbar .nav-link{
        position: relative;
    }
    .navbar .nav-link::before{
        content: '';
        display: block;
        height: 40px;
        width: 20px;
        background-image: url(../img/c-left-o.png);
        position: absolute;
        background-size: contain;
        left: 30px;
        top: 3px;
        opacity: 0;
        transition: all 0.4s ease;
    }
    .navbar .nav-link::after{
        content: '';
        display: block;
        height: 40px;
        width: 20px;
        background-image: url(../img/c-right-o.png);
        background-position: top center;
        background-size: contain;
        position: absolute;
        right: 30px;
        top: 3px;
        opacity: 0;
        transition: all 0.4s ease;
    }
    .navbar .nav-link:hover::before{
        left: -5px;
        opacity: 1;
    }
    .navbar .nav-link:hover::after{
        right: -5px;
        opacity: 0.7;
    }
    
    .top-panel *{
        width: 100%;
    }
    
    .btn-color{
        border-radius: 0;
        background-color: #86091f;
        color: #fff;
        text-transform: uppercase;
    }
    .btn-color:hover{
        background-color: #f60;
    }
    .phone a{
        display: block;
        padding: 0.3em 1.2em;
        background-color: #f60;
        color: #fff;
        text-transform: uppercase;
    }
    .navbar-toggler{
        color: #fff;
        font-size: 40px;
    }

/* section title ------------------------------------------------------- */

    section h2{
        font-size: 28px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .title-block{
        position: relative;
        margin-top: 2rem;
        margin-bottom: 4rem;
    }

    .title-block h1:before,
    .title-block h2:before{
        content: '';
        display: block;
        position: absolute;
        width: 180px;
        height: calc(100% + 40px);
        border: 6px #eee solid;
        z-index: -1;
        top: -16px;
        left: 60px;
    }
    
/** PAGE TITLE BLOCK  ------------------------------------------ */

    .page-title{
        margin-top: 40px;
    }
    
    .page-title .brick-before{
        margin: 0;
        padding: 2rem 0 2rem 4rem;
    }
    .page-title .title-block{
        margin: 0;
        padding: 0;
    }
    .page-title .title-block h1{
        margin: 0;
    }
    
/** BREADCRUMS  ------------------------------------------ */
    
    ul.breadcrumbs{
        list-style: none;
        margin: 2rem 0 0;
        padding: 0;
    }
    ul.breadcrumbs li{
        display: inline;
        margin-right: 10px;
    }
    ul.breadcrumbs li + li:before{
        content: "\f105";
        font-family: 'FontAwesome';
        margin-right: 10px;
    }

/** SLIDER ------------------------------------------------------- **/

    section#slider{
        background-image: url(../img/slider/slider.webp);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover;
        height: 650px; /*-- set by script */
        position: relative;
        margin-top: -80px;
        display: block;
    }

    section#slider .left-panel{
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 70px;
        background-color: #86091f;
        color: #fff;
        
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
    }
    
    section#slider .left-panel a{
        display: block;
        color: #fff;
        padding: 10px;
        font-size: 22px;
    }
    section#slider .left-panel a:hover{
        color: #f60;
    }
    
    section#slider .text-wrapper{
       padding-top: 10%;
       padding-left: 20%;
    }
    
    .slide-brick{
        filter: drop-shadow(0 0 10px #000a);
        height: 450px;
        position: absolute;
    }
    .slide-text{
        padding-top: 90px;
        padding-left: 140px;
        position: relative;
        z-index: 1;
    }
    .slide-title{
        font-size: 56px;
        font-weight: bold;
        color: #fff;
        line-height: 1.1em;
    }
    .slide-btn{
        text-transform: uppercase;
        border: 2px #fff solid;
        border-radius: 0;
        padding: 0.6em 1.2em;
        color: #fff;
        font-size: 16px;
    }
    .slide-btn:hover{
        background-color: #fff;
        color: #86091f;
        box-shadow: 3px 3px 10px 0 #000a;
    }


    .frame{
        height: 100%;
        width: 100%;
        border: 14px solid;
    }
    .border-brick{
        border-color: #86091f;
    }
    .color-brick{
        color: #86091f;
    }
    .color-orange{
        color: #f63;
    }
    
/** FEATURE ------------------------------------------------------- **/
        
    .feature-item{
        margin-bottom: 30px;
    }
    .feature-item .text{
        font-size: 1.1rem;
        font-weight: bold;
        line-height: 1.2em;
        margin-left: 64px;
    }
    
    .brick-marker{
        height: 20px;
        width: 36px;
        background-repeat: no-repeat;
        float: left;
        margin-right: 10px;
        background-size: contain;
        margin-top:5px;
    }

    .brick-marker-1{
        background-image: url('../img/icon/brick-1.png');
    }
    .brick-marker-2{
        background-image: url('../img/icon/brick-2.png');
    }
    .brick-marker-3{
        background-image: url('../img/icon/brick-3.png');
    }
    .brick-marker-4{
        background-image: url('../img/icon/brick-4.png');
    }
    .brick-marker-5{
        background-image: url('../img/icon/brick-5.png');
    }


    #feature .img-wrap img{
        width: 90%;
        margin: 10% 0 10% 10%; 
    }
    #feature .frame{
        z-index: -1; 
    }
    
/** ICONS ------------------------------------------------------- **/

    section#icons{
        background-color: #86091f;
        color: #fff;
    }
    section#icons .icon{
        width: 100%;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    section#icons .icon img{
        width: 60px;
        height: 60px;
    }
    section#icons .icon i.fa{
        font-size: 80px;
        
    }
    section#icons h3{
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: bold;
    }
    section#icons .text{
        font-size: 0.85rem;
    }

/** PRODUCTS  ------------------------------------------------------- **/

    #product-slider .description{
        font-size: 0.9rem;
        line-height: 1.2em;
        font-weight: 600;
        color: #555;
        margin: 1rem 0;
    }

    #product-slider .carousel-control-prev,
    #product-slider .carousel-control-next{
        color: #86091f;
        font-size: 3rem;
        opacity: 1;
    }
    #product-slider .carousel-control-prev{
        justify-content: flex-start;
    }
    #product-slider .carousel-control-next{
        justify-content: flex-end;
    }
    #product-slider .slide{
        min-height: 430px;
    }
    .slide-btn.color-gray{
        color: #999;
        border-color: #999;
    }
    .slide-btn.color-gray:hover{
        color: #86091f;
        border-color: #86091f;
    }
    
    .price-block .price{
        font-weight: 700;
        color: #86091f;
        font-size: 1.2rem;
        text-transform: uppercase;
    }
    .price-block .price .big{
        font-size: 2.5rem;
    }
    .price-block .price .big sup{
        font-size: 1.2rem;
        top: -1rem;
    }
    .price-block .price::before{
        content: '';
        display: inline-block;
        width: 34px;
        height: 69px;
        background-image: url('../img/c-left-price.png');
        margin-bottom: -20px;
    }
    .price-block .price::after{
        content: '';
        display: inline-block;
        width: 34px;
        height: 69px;
        background-image: url('../img/c-left-price.png');
        transform: scaleX(-1);
        margin-bottom: -20px;
        opacity: 0.4;
    }
    
    .product-features ul li{
        display: block;
        font-size: 1rem;
        line-height: 1.2em;
        position: relative;
    }
    .product-features ul li span{
        display: inline-block;
    }
    .product-features ul li span:first-child{
        color: #333;
        width: 50%;
        max-width: 300px;
        padding-right: 1rem;
    }
    .product-features ul li span:last-child{
        font-weight: bold;
        color: #000;
        width: 50%;
        max-width: 300px;
    }

    .productpage .title-block{
        margin-bottom: 2rem;
    }    
    .productpage .description{
        line-height: 1.2em;
    }    
    
    .productpage .btn-order{
        font-size: 1.2rem;
        text-transform: uppercase;
        margin: 2rem 0;
        padding: 0.6em 1.2em;
        width: auto;
    }   
     
    .productpage .sidebar .content{
        font-size: 0.9rem;
    }    
    .productpage .sidebar .content p{
        margin-bottom: 0;
    }    
    
/** PRODUCT CARD ----------------------------------- */
    .category-description{
        border: 3px #eee solid;
        padding: 1rem;
        line-height: 1.2em;
        font-style: italic;        
    }
    
    .product-card{
        padding-bottom: 2rem;
        border-bottom: 3px #eee solid;
        margin-bottom: 2rem;
    }

    .product-card .reference,
    .productpage .reference{
        font-size: 0.8rem;
    }
    .product-card .description{
        font-size: 0.9rem;
        line-height: 1.2em;
        margin: 1rem 0;
    }
    .product-card .old-price{
        font-size: 1.2rem;
        font-weight: bold;
        color: #999;
        text-decoration: line-through;
    }

    .product-img .flags{
        position: absolute;
        top: 10px;
        width: auto;
    }
    .product-img .flag{
        display: block;
        background-color: #bbb;
        padding: 0.6em 1.2em;
        margin-bottom: 0.4em;
        font-size: 0.9rem;
        font-weight: bold;
        line-height: 1em;
        color: #fff;
        width: fit-content;
    }
    .product-img .flag.new{
        background-color: #f60;
    }
    .product-img .flag.discount{
        background-color: #E93026;
    }
    .product-img .flag.stock{
        background-color: #6BB04A;
    }
    .product-img .flag.bestseller{
        background-color: #ED1616;
    }
    
    
/** ORDER  ----------------------------------- */

    section#order{
        background-color: #ffb37f;
        overflow: hidden;
    }
    section#order .col-md-5{
        padding: 4rem 3rem;
    }
    section#order h2:before{
        border: 6px #86091f solid;
    }
    .btn-order{
         width: 100%;
         background-color: #86091f; 
         color: #fff;
         text-transform: uppercase;
         font-size: 1.2rem;
         font-weight: 600;
         border-radius: 0;
    }

/** NEWS -------------------------------------------------------  **/
    .news-card{
        margin-bottom: 2rem;
    }
    .news-card img{
        transition: all 0.4s ease;
    }
    .news-card:hover img{
        transform: scale(1.05);
    }
    .news-card h3,
    .news-link h3{
        color: #86091f;
        margin-bottom: 1rem;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1rem;
    }
    .news-card .body{
        padding: 1rem;
        border: 3px #eee solid;
        border-top: none;
    }
    .news-card .description{
        color: #555;
        font-size: .9rem;
        line-height: 1em;
        margin-bottom: 1rem;
    }
    
    .news-card .date,
    .news-link .date{
        background-color: #86091f;
        padding: 1rem;
        position: absolute;
        right: 15px;
        top: -1rem;
        opacity: 0.8;
        font-weight: 600;
        text-align: center;
    }
    .news-card .date .day,
    .news-link .date .day{
        font-size: 1.6em;
        color: #f60;
        font-weight: 700;
    }
    .news-card .date .month,
    .news-link .date .month{
        color: #fff;
    }
    .news-card .date .year,
    .news-link .date .year{
        color: #fff;
        border-top: 1px #fff solid;
    }
    .news-card .date div,
    .news-link .date div{
        padding: 0.5rem 0;
    }

    .news-lenta .news-link{
        border: 3px #eee solid;
        position: relative;
        padding: 1rem;
        padding-right: 4rem;
    }
    .news-lenta .news-link + .news-link{
        border-top: none;
    }
    .news-lenta .news-link .description{
        color: #555;
        font-size: .9rem;
        line-height: 1em;
    }
    .news-lenta .news-link:hover h3,
    .news-lenta .news-link:hover .description{
        color: #C00628;
    }
    .news-link .date{
        font-size: 0.8rem;
        right: -3px;
        padding: 0.5rem;
    }

    .brick-before{
        background-image: url(../img/brick-orange.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
/* GALLERY PAGE ----------------------------------------------------- */
    .gallery_thumb .overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        display: flex;
        text-align: center;
        align-items: center; 
    }
    .gallery_thumb .overlay .title{
        padding: 0.5rem;
        font-size: 1rem;
        line-height: 1.2em;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase; 
    }
    #gallery .row>div{
        padding: 5px;
    }
    #gallery img{
        height: 100%; 
    }

    .gallery-item-3{
        width: calc(50% - 1rem);
        position: relative;
        margin: 0 1rem 1rem 0;
    }
    .gallery-item-2{
        width: calc(33.3% - 1rem);
        position: relative;
        margin: 0 1rem 1rem 0;
    }
    .gallery-item-1{
        width: calc(16.6% - 1rem);
        position: relative;
        margin: 0 1rem 1rem 0;
    }
    @media screen and (max-width: 992px) {
        .gallery-item-3,
        .gallery-item-2,
        .gallery-item-1{
            width: 100%;
        }
     }
/* HEWS PAGE ----------------------------------------------------- */

    .newspage blockquote{
        display: block;
        padding: 1rem;
        border: 3px #eee solid;
        
        font-style: italic;
    }    
    
    .newspage .meta{
        margin: 2rem 0;
    }
    .newspage .meta-item{
        font-size: 0.9rem;
        font-weight: bold;
    }
/* INFO PAGE � ��� ----------------------------------------------------- */

    .infopage blockquote {
        display: block;
        padding: 1rem;
        border: 3px #eee solid;
        font-style: italic;
    }
    .infopage .info-lenta {
        padding-left: 1rem;
    }
    .info-link h3{
        color: #86091f;
        margin-bottom: 1rem;
        font-weight: 700;
        font-size: 1rem;
    }
    .info-link .active h3,
    .info-link h3:hover{
        color: #C00628;
    }
    .info-link .active h3:before{
        content: "\f053";
        font-family: 'FontAwesome';
        margin-left: -1rem;
        margin-right: 0.3rem;
    }


/* FOOTER ------------------------------------------------------- */

    footer{
        background-color: #ab223c;
        padding: 3rem 0;
        color: #fff;
        position: relative;
    }
    footer ul{
        list-style: none;   
        padding: 0;
    }
    footer ul li a{
        color: #fff;  
    }
    footer ul li a:hover{
        color: #f60;  
    }
    
    footer .contacts p{
        font-weight: 600;
        line-height: 1.2em;
    }
    
    footer .left-panel{
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 70px;
        background-color: #86091f;
        color: #fff;
        padding: 2rem 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;        
    }
    footer .left-panel a{
        display: block;
        color: #fff;
        padding: 10px;
        font-size: 22px;
    }
    footer .left-panel a:hover{
        color: #f60;
    }

    
    footer .logo {
        background-color: #86091f;
        padding: 10px 20px;
        position: relative;
        bottom: -3rem; /* ����� ������� � ������ */
        display: inline-block;
        
    }                        
    footer .logo::before {
        content: '';
        position: absolute;
        left: -40%;
        top: 0;
        width: 40%;
        height: 100%;
        background-color: #86091f;
    }                        
    
    section#copyright{
        padding: 1rem 0;
        background-color: #f60;
        color: #fff;
    }
        

/*=========================================================================*/


    @media screen and (max-width: 1199px) {
        header .logo img {
            height: 50px;
        }
        .navbar .navbar-nav .nav-item{
            font-size: 13px;
        }
        .top-panel, .top-panel .btn{
            font-size: 13px;
        }
        .slide-title{
            font-size: 42px;
        }
        .slide-brick {
            height: 370px;
        }
        header .logo::before{
            display: none;
        }
    }    
    @media screen and (max-width: 992px) {
        /*
        */
        header{
            background-color: #86091f;
        }
        nav.navbar{
            background-color: #86091f;
        }
        navbar-collapse{
            position: absolute;
            background-color: #86091f;
            top: 57px;
            padding: 1rem;        
        }
        footer {
            padding-left: 90px;
        }      
        footer .logo{
            bottom: auto;
            margin-bottom: 1rem;
        } 
.contacts-left-block{
	flex: 0 0 100%;
    max-width: 100%;
}
		
    } 
    
    
      
    @media screen and (max-width: 575px) {
        
        section#slider .left-panel{
            display: none;
        }
        section#slider .text-wrapper {
            padding-top: 20%;
            padding-left: 10%;
        }        
        
        .slide-title{
            font-size: 36px;
        }
        .slide-brick{
            display: none;
        }
        .slide-text {
            padding-left: 0;
        }  
        .btn-order{
            font-size: 0.9rem;
        } 
    }    
    @media screen and (min-width: 993px) {
		.contacts-bottom-block{
			margin-top: -75px;
		}
	}
    .price-block_title{
        font-weight: 700;
        color: #86091f;
        font-size: 2rem;
        margin-right: 5px;
    }
	header.h>.container{max-width:1330px}
	
	@media (min-width:993px) and (max-width:1100px){
		header.h .navbar .navbar-nav .nav-item{
			font-size: 10px;
		}
	}
		@media (min-width:1101px) and (max-width:1280px){
		header.h .navbar .navbar-nav .nav-item{
			font-size: 12px;
		}
	}
			@media (min-width:1281px) and (max-width:1330px){
		header.h .navbar .navbar-nav .nav-item{
			font-size: 13px;
		}
	}
@media (min-width:993px) and (max-width:1330px){
	header.h .header-panel{
		line-height:	1.9em
	}
}
.subcategories{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom:2em
}
.subcategories-subcategory-title{
	margin-top:0.5em;
	font-weight:bold
}
.subcategories-subcategory{
		display: flex;
    flex-direction: column;
    text-align: center;
	margin-bottom:1em
}
.subcategories .subcategories-subcategory-image{
	max-height: 150px;
}
.navbar .navbar-nav .dropdown{
	display:none
}
.top-content-block{
	margin:1em auto 2em auto
}
.products-certificates{
    display: flex;
    flex-direction:column;
    margin: 10px 0;
  }
  .products-certificates a{
    margin-top: 5px;
    margin-left: 10px;
  }
  .products-certificates a:before{
    content: '';
    background: url(https://vkeram.by/application/themes/ataka/img/docs.svg) center center/contain no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    display: block;
  }
  .h2-to-div_news{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 0.5rem;
    font-family: inherit;
  }
  .h2-to-div_news:before{
    content: '';
    display: block;
    position: absolute;
    width: 180px;
    height: calc(100% + 40px);
    border: 6px #eee solid;
    z-index: -1;
    top: -16px;
    left: 60px;
  }
  .h3-news-link{
    line-height: 1.2;  
    color: #86091f;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
  }
  .h2-more-items:before{
    content: '';
    display: block;
    position: absolute;
    width: 180px;
    height: calc(100% + 40px);
    border: 6px #eee solid;
    z-index: -1;
    top: -16px;
    left: 60px;
  }
  .product-sidebar_h3{
      color: #86091f;
  }
  .map-h2-to-div{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
  }
  .map-h2-to-div:before {
    content: '';
    display: block;
    position: absolute;
    width: 180px;
    height: calc(100% + 40px);
    border: 6px #eee solid;
    z-index: -1;
    top: -16px;
    left: 60px;
}
.ccm-page-id-462 h3 , .ccm-page-id-462 h2, .ccm-page-id-190 h2, .ccm-page-id-190 h3,.ccm-page-id-468 h2, .ccm-page-id-468 h3,.ccm-page-id-469 h2, .ccm-page-id-469 h3,.ccm-page-id-470 h2, .ccm-page-id-470 h3,.ccm-page-id-464 h2, .ccm-page-id-464 h3,.ccm-page-id-201 h2, .ccm-page-id-201 h3,.ccm-page-id-203 h2, .ccm-page-id-203 h3{
    font-weight: bold;
    color: #86091f;
}
.categorypage .product-list .product-card .color-brick.h3 a span{
    font-weight: bold;
}
.ccm-page-id-201  .product-list .product-card .color-brick.h3 a span, .ccm-page-id-203  .product-list .product-card .color-brick.h3 a span{
    font-weight: bold;
}
.relinking_wrap .relinking_items{
    display: flex;
    justify-content: space-between;
}
.relinking_item{
    color: #86091f;
    font-size: 18px;
    position: relative;
}
.relinking_item a{
    color: #86091f;
    font-size: 18px;
    display: block;
}
.relinking_item__prev{
    margin-left: 20px;
}
.relinking_item__prev:before{
    content: '<';
    left: -20px;
    display: block;
    position: absolute;
    width: 20px;
    top: -1px;
    height: 20px;
    font-size: 20px;
}
.relinking_item__next{
    margin-right: 20px;
}
.relinking_item__next:after{
    content: '>';
    right: -25px; 
    display: block;
    position: absolute;
    width: 20px;
    top: -1px;
    height: 20px;
    font-size: 20px;  
}

  .calc_form_sizes{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .calc_form_sizes__item{
    width: 33%;
  }
  .calc_form_sizes__item select {
      padding: 8px 10px;
      font-size: 14px;
      color: #333;
      border: 1px solid #ff6600;
      width: 100%;
  }
  .calc_form_sizes__item select:focus-visible{
    border: 1px solid #ff6600;
    outline: none;
  }
  .result_calc{
    display: flex;
    flex-direction: column;
  }
  .calc_form input[type='text'] {
      font-size: 16px;
      width: 100%;
      padding: 9px 10px;
      color: #333;
      border: 1px solid #ff6600;
  }
  .calc_form__heading{
    font-weight: bold;
    color: #86091f;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
      font-family: inherit;
    line-height: 1em;
    text-transform: none;
  }
  p.opis_res{
    margin-bottom: 1px;
    margin-top: 7px;
  }
  .calc_form__wrapper hr{
    border-color: #ebebeb;
      margin: 10px 0 20px;
      border: 0;
      border-top: 1px solid #ebebeb;
  }
  .calc_form__title{
    font-size: 28px;
    font-weight: bold;
    color: #86091f;
    margin-bottom: 1rem;
    font-family: inherit;
    line-height: 1em;
  }
  .cals_description{
      display: flex;
      flex-direction: column;
  }
  .calc_button{
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    right: 0;
    width: 51px;
    background: #86091f;
    padding: 10px 0;
    max-height: 175px;
    text-align: center;
    zoom: 1;
    top: 30%;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
  }
  .calc_button__img_w{
    width: 100%;
    height: 40%;
  }
  .calc_button a{
      color: #fff;
      display: block;
      font-weight: bold;
  }
  .calc_button__img{
      display: block;
      background: url(../img/icon/brick-build.svg) center center/contain no-repeat;
      width: 100%;
      height: 50px;
    writing-mode: vertical-rl;
    transform: rotate(90deg);
    right: 0px;
  }
  @media screen and (max-width:767px){
      .calc_form_sizes{
          flex-direction: column;
      }
      .calc_form_sizes__item{
          width: 100%;
          margin-bottom: 10px;
      }
      .calc_form__title{
        font-size: 22px;
      }
      .calc_button__img {
        transform: none;
        height: 35px;
        width: 100%;
    }
      .calc_button__img_w {
        width: 37%;
        height: 40%;
    }
      .calc_button{
        font-size: 12px;
        bottom: 0%;
        left: 0;
        width: auto;
        top: auto;
        right: auto;
        writing-mode: initial;
        transform: none;
        max-height: 40px;
        max-width: 165px;
      }
      .calc_button a{
        color: #fff;
        display: block;
      margin-top: 0;
    }
    #copyright .d-flex.justify-content-between{
        flex-wrap: wrap;
    }
  }
  .navbar-nav .haschildren{
    position: relative;
  }
  .navbar-nav .haschildren .dropdown{
    transition: all 0.5s;
  }
  @media screen and (min-width:991px){
    .navbar-nav .haschildren:hover .dropdown{
        display: block;
        position: absolute;
        top: 100%;
        background: #86091f;
        list-style: none;
        padding-left: 5px;
        width: 110%;
        transform: translateX(-5%);
        
      }
  }
  
  .gallerypage-content h2, .gallerypage-content h3{
	  color: #86091f;
  }
  .price-list-item .ccm-block-file.file-pdf a::before{
    float: none;
    font-size: 40px;
    position: absolute;
    left: -35px;
  }
  @media screen and (max-width:620px){
    .price-list-item .ccm-block-file.file-pdf a::before{
        float: none;
        font-size: 40px;
        position: relative;
        left: 0;
      }
  }
  .h2-title-block{
    font-size: 28px;
    font-weight: bold;
  }
  .h2-title-block .color-orange{
text-transform: uppercase;
  }
  @media screen and (max-width:991px){
    .header-panel{flex-direction: column;}
    .header-panel .top-panel div{width: auto;display: inline-block;}
    header.h .logo{position: relative;}
    nav.navbar{position: absolute;z-index: 999;right: 0;}
    .header-panel .top-panel{
        display: flex;
    position: relative;
    }
    header.h{height: 90px;background-color: #86091f;}
    header.h .logo{padding: 5px 20px;}
    header.h .logo img{height: 50px;}
    header.h.sticky{height: 93px;}
    .order-online .btn{padding: 3px;}
    .navbar-toggler{padding: 9px .75rem;}
    .navbar-nav .haschildren i{color: #fff;position: relative;font-size: 15px;
        right: -8px;
        transform: rotate(90deg);top: 2px;}
    .navbar-nav .haschildren .menu_haschildren{display: inline-block;position: relative;}
    .navbar-nav .haschildren .menu_haschildren:after,.navbar-nav .haschildren .menu_haschildren:before,.navbar .navbar-nav .dropdown.active .nav-item-lvl-2:after,.navbar-nav .dropdown.active .nav-item-lvl-2:after{content: none;}
    .menu_haschildren-arrow{width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        right: 0px;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);}
    .page-title .title-block h1{font-size: 25px;}
    .page-body article table,.table_wrapper table{max-width: 100% !important;}
    .table_wrapper {overflow-x: auto;}
    .gallerypage-content img{object-fit: contain;max-width: 100%;}

  }
  .submenu-active .menu_haschildren-arrow i{transform: rotate(-90deg);}
  .navbar .navbar-nav .dropdown.active{display: block;padding-left: 0;list-style-type: none;}
  .navbar .navbar-nav .dropdown.active .nav-item{display: inline-block;}
  .image-left{
	  float:left;
	  margin:0.5em 1em 0 0
  }
  .image-right{
	  float:right;
	  margin:0.5em 0 1em 1em
  }
  footer .contacts a{color: #fff;}
  footer .contacts a:hover{text-decoration: underline;}
  .infopage .ccm-block-next-previous-wrapper{
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
  }
  .ccm-block-next-previous-previous-link,.ccm-block-next-previous-next-link{position: relative;}
  .ccm-block-next-previous-previous-link{
    margin-left: 20px;
  }
  .ccm-block-next-previous-previous-link:before{
    content:'';
    position: absolute;
    left: -21px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    background: url('/application/themes/ataka/img/arrowright.svg') center center/contain no-repeat;
    width: 20px;
    height: 15px;
  }
  .ccm-block-next-previous-next-link{margin-right: 20px;}
  .ccm-block-next-previous-next-link:after{
    content:'';
    position: absolute;
    right: -21px;
    top: 50%;
    transform: translateY(-50%) ;
    background: url('/application/themes/ataka/img/arrowright.svg') center center/contain no-repeat;
    width: 20px;
    height: 15px;
  }
  .ccm-block-next-previous-previous-link,.ccm-block-next-previous-next-link{max-width: 65%;}
  .product-features table tr td:nth-child(2){
    font-weight: bold;
  }
  .product-features table tr td:nth-child(1){padding-right: 10px;}
  .product-features table tr td{line-height: 1.2;}
  .product-features table{width: 100%;}
  @media (max-width:1240px){
	  header.h .navbar .navbar-nav .nav-item{
		  padding-right: 0.3rem;
    padding-left: 0.3rem;
	font-size: 11px;
	  }
  }
    @media (max-width:1110px){
	  header.h .navbar .navbar-nav .nav-item{

	font-size: 9px;
	  }
  }
  
      @media (min-width:1340px){
	  header.h .navbar .navbar-nav .nav-item{

	    font-size: 13px;
	  }
  }
  .clearboth{
	  clear:both
  }
  .required{
	  color:#86091f
  }
  form[id^="form-order-"] .form-control[readonly]{
	  background-color:unset
  }
  .price-text{
	  font-size: 2.5rem;
	  font-weight: 500;
    color: #86091f;
  }
  .parthers-block-title{
	  margin-top:3em
  }
  .custom-kirpich-gallery{
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(158px, 1fr));
  grid-gap: .5rem;
  }
  .custom-kirpich-gallery.for-in-row{
display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: .5rem;
  }
   .custom-kirpich-gallery img{
	       max-width: 100%;
   }
@media (max-width:768px){
	.custom-kirpich-gallery{
		grid-template-columns: repeat(auto-fill, minmax(49vw, 1fr));
	}
}
@media (max-width:500px){
	.custom-kirpich-gallery{
		grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
	}
}
.top-content-block h2,
.top-content-block h3{
	color: #86091f;
}