:root{
    --color1: #4A6B65;
    --color1-light: #A8B682;
    --color2: #F57F27;
    --color3: #fab629;
    --black: #333;
    --animation: all .8s ease-out;
}



.custom-list{
	list-style: disc;
	padding-left: 40px;
	margin-bottom: 1rem;
}

.custom-list li{
	list-style: disc;
}



/* Main Footer
   ========================================================================== */

.main-footer
{
    background-color: #f1f1e9;
}

.main-footer__wrapper
{
    width: 100%;
    margin: 0 auto;
    padding-top: 52px;
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 53px;
    padding-left: 160px;
    padding-left: 60px;
}

.main-footer__column--first
{
    width: 386px;
}

.main-footer__column--second
{
    width: 320px;
}

.main-footer__column--third
{
    width: 200px;
}

.main-footer__column--third .main-footer__menu-item
{
    margin-bottom: 0;
}

.main-footer__column--third .main-footer__menu-subtitle
{
    margin-bottom: 9px;
}

.main-footer__menu
{
    display: -webkit-flex;
    display:    -moz-flex;
    display:     -ms-flex;
    display:      -o-flex;
    display: -webkit-box;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 35px;

    -webkit-flex-wrap: wrap;
       -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
         -o-flex-wrap: wrap;
            flex-wrap: wrap;
}

.main-footer__menu-subtitle
{
    margin-top: 0;
    margin-bottom: 10px;
}

.main-footer__menu-list .main-footer__menu-subtitle a
{
    font-size: 18px;
    font-weight: 600;

    color: #807367;
}

/* .main-footer__menu-item
{
    margin-bottom: 45px;
} */

/* .main-footer__menu-list > li a
{
    margin-left: 17px;
} */

.main-footer__menu-list > li ul
{
    padding-left: 17px;
}

.main-footer__menu-list > li ul ul
{
    padding-left: 17px;
}

.main-footer__menu-list > li > li a
{
    margin-left: 17px;
}

.main-footer__column--third
.main-footer__menu-list li
{
    margin-bottom: 0;
}

/* .main-footer__menu-list >li{margin-bottom: 45px;} */

.main-footer__menu-list li a
{
    /* font-family: Arial, Helvetica, sans-serif; */
    font-size: 14px;
    /* font-weight: 500; */
    line-height: 1.5;
    position: relative;
    display: inline-block;
    color: #807367;
}

/* 

.main-footer__menu-list li a:before
{
    position: absolute;
    top: 4px;
    left: -17px;

    width: 5px;
    height: 2px;

    content: '';
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);

    background-color: #807367;
}

.main-footer__menu-list li a:after
{
    position: absolute;
    top: 7px;
    left: -17px;

    width: 5px;
    height: 2px;

    content: '';
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);

    background-color: #807367;
}
 */

.main-footer__copyright span
{
    font-size: 13px;

    color: #807367;
}
/* .main-footer__menu-list li .main-footer__menu-subtitle a{
	font-family: 'futurabook', 'GillSansC', Helvetica, sans-serif;
} */
.main-footer__menu-list > li .main-footer__menu-subtitle a {
    margin-left: 0;
    
}
.main-footer__menu-list li .main-footer__menu-subtitle a:after {
    display:none;
}
.main-footer__menu-list li .main-footer__menu-subtitle a:before {
    display:none;
}
.main-footer__menu-list > li ul {
    padding-left: 0;
}




.social__whatsapp{
	width: 80px;
	position: fixed;
	z-index: 10;
	right: 30px;
	bottom: 30px;
}



.main__btn {
    padding: 8px 20px;
    display: inline-block;
    border: none;
    background: var(--color1);
    color: #fff;
    transition: all var(--animation);
}


.main__btn:hover {
    background: var(--color1-light);
    color: #FFF;
    cursor: pointer;
}


.main-header-home{
    background: url('/local/templates/main/images/home-banner.jpg');
}


/* NEW */
.main-header{
    padding: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.heaer__site{
    background-color: #fff;
        -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    
}

.heaer__menu{
    flex: 1;
}

.header__fixed{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    transition: all .3s;
}

.header__wrapper{
    display: flex;
    align-items: center;
}

.logo img{
    max-width: 100px;
}

.header__logo{
    padding: 10px 0px;
}

.logo-kpc{
    padding-right: 20px;
    padding-bottom: 0;
}

.logo-knauf{
    margin-left: auto;
    padding-left: 10px;
    padding-right: 20px;
}


@media(max-width: 991px){
    .catalog__project .flex__primer{
        flex-direction: column;
    }
    .catalog__project .flex__primer .katalog-cat{
        width: 100% !important;
    }
    .main-news__wrapper{
        width: 100%;
    }
    .m__katalog_main .katalog-cat{
        width: 49% !important
    }
   
}

@media(max-width: 991px){
    .m__katalog_main .katalog-cat{
        width: 100% !important
    }
}


.btn-primary{
    background-color: var(--color1);
    border-radius: 0px;
    border-color: var(--color1);
}

.btn-primary:hover{
    background-color: transparent;
    border-color: var(--color1);
    color: var(--color1);
}



.anchor-menu__social-new{
    position: relative;
    margin-top: 10px;

    display: flex;
    justify-content: center;
    align-items: center;

}

.anchor-menu__social-new a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: var(--color1);
    transition: all .3s;
    border: 1px solid var(--color1-light);

}

.anchor-menu__social-new a img{
    width: 18px;
    height: 18px;
}

.anchor-menu__social-new a:hover,
.anchor-menu__social-new a:focus{
    background-color: var(--color1-light);
}





/**/

.section1{
    padding-bottom: 0px;
}

.section1__title{
    text-align: left;
}

.slider{
    margin: 30px 0px;
    padding-bottom: 30px;
    position: relative;

}

.slider .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border-radius: 0px;
}
.slider .swiper-pagination{
    bottom: -10px
}


.slider__item{
    position: relative;
}

.slider__link{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.slider__images{
    height: 200px;
}

.slider__images img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.slider__content{
    padding: 15px;
    /* margin-top: 10px; */
}

.slider__content .slider__name{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}


.block-text-images{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 20px; */
    border: 1px solid #f0f0f0;

}




.block-text-imas__img{

}

.block-text-imas__img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.block-text-imas__text{
    padding: 20px;
}

.block-text-imas__text p{
    margin: 0px;
}

.block-text-imas__text p:not(:last-child){
    margin-bottom: 10px;
}

.block-text-imas__text ul{
    padding-left: 30px;
}

.block-text-imas__text ul li::before {
    content: "\2022";
    /*color: var(--color1);*/
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}


.block-gallary{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.block-gallary__item{
    height: 300px;
}

.block-gallary__item img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}



.other-pages{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.other-pages__item{
    position: relative;
}

.other-pages__link{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.other-pages__images img{
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.other-pages__content{
    padding: 10px;
}

.other-pages__name{
    font-size: 20px;
    /*color: var(--color1);*/
}   


.reshenie__list{
    margin: 20px 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.reshenie__item{
    position: relative;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.reshenie__images{
    height: 200px;
}

.reshenie__images img{
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.reshenie__link{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.reshenie__content{
    padding: 10px 15px;
}

.reshenie__name{
    font-size: 20px;
}   



.block-text-images:not(:last-child){
    margin-bottom: 30px;
}

.block-text-images:nth-child(2n+1) .block-text-imas__text{
    order: -1;
}

@media (max-width: 991px) {
    .block-text-images{
        grid-template-columns: repeat(1, 1fr);
    }
    .block-gallary__item{
        height: 250px;
    }
}

@media (max-width: 768px) {
    .block-gallary__item{
        height: 200px;
    }

    .other-pages{
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 576px) {
    .block-gallary__item{
        height: 130px;
    }
}


.reshenie__text{
    padding: 30px 0px;
}

.reshenie__text ul{
    padding-left: 40px;
}
.reshenie__text ul li:not(:last-child){
    margin-bottom: 10px;
}
.reshenie__text ul li::before {
    content: "\2022";
    color: var(--color1);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}


.section1__slider{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 20px 0px;
}

.section1__slider .slider__item{
    background-color: #fff;
    border: 1px solid #f0f0f0;
}

@media(max-width: 991px){
    .section1__slider{
        grid-template-columns: repeat(3, 1fr)
    }
     
}


@media(max-width: 768px){
    .section1__slider{
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 576px){
    .section1__slider{
        grid-template-columns: repeat(1, 1fr)
    }
}


.reshenie__section{
    padding: 20px 0px;
}

.main-nav__items{
    justify-content: space-between;
}

/* .main-nav__item{
    flex: 1;
} */


/**/

.list{
    padding-left: 40px;
    margin-bottom: 20px;
    list-style: disc;
}

.list li{
    list-style: disc;
}


.title-with-picture a{
    color: var(--color1);
}


.grid-about{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px
}

.d-grid{
    display: grid;

}

.d-grid.grid-4{
    grid-template-columns: repeat(4, 1fr);
    gap: var(--gap);
}

.d-grid.grid-2{
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap);
}

.d-grid.grid-3{
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap);
}

.d-grid .katalog-cat{
    width: 100%;
}

.main-ol{
    padding-left: 40px;
}

.main-ol, .main-ol li{
    list-style: inherit;
    list-style-type: auto;
}



.local-video{
    
}


.local-video video{
    display: block;
    max-width: 600px;
    margin: 0px auto;
}



.thumb-wrap {
    position: relative;
    padding-bottom: 33.25%;
    height: 0;
    overflow: hidden;
    max-width: 800px;
    width: 100%;
    margin: 30px auto;
}

.thumb-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}



  .project-btn{
    margin-top: 5px;
    display: inline-block;
  
    background-color: var(--color2);
    padding: 10px 20px;
    color: #FFF;
    transition: all .3s;
  }
  
  .project-btn:hover{
    color: #FFF;
    background-color: var(--color3);
  }
  
  
  .d-grid.grid-4.katalog-cat-grid{
    gap: 20px;
  }


.main-news__title{
    font-weight: 500;
}


.home_abbilites p{
    margin: 0;
}


.main-header.logistika{
    background-image: url('/upload/iblock/297/logistika.jpg');
}


.svg-inline-color-1 svg{
    color: var(--color1);
}




/* @media (max-width: 768px) { */
    .main-news__wrapper,
    .wrapper, .header__wrapper, main, footer{
        padding-left: 10px;
        padding-right: 10px;
    }
/* } */



.btn-up {
    position: fixed;
    z-index: 99;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: var(--color1);
    border-radius: 100%;
    bottom: 10%;
    right: 40px;
    opacity: 0.8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .btn-up svg {
    width: 80%;
    height: 80%;
    fill: #fff;
  }
  
  .btn-up.btn-up_hide {
    display: none;
  }



@media (max-width: 991px) {
    .cooperation__list{
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 576px) {
    .cooperation__list{
        grid-template-columns: repeat(2, 1fr);
    }
}




.page-404{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.page-404__inner{
    margin-top: 10px;
    text-align: center;
}

.page-404__title{
    font-size: 32px;
    font-weight: bold;
}

.page-404__text{
    color: #666;
}

.page-404__btn{
    margin-top: 10px;
}


.page-404__btn .btn{
    margin: 0;
}
.page-404__btn .btn-primary{
    border-radius: 4px;
}