main > .block {
    margin-bottom: 50px;
}

#main-banner {
    position: relative;
    height: auto;
    margin-bottom: 40px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgb(18 17 36 / 4%), 0 4px 32px rgb(18 17 36 / 8%);
    background-image: url(../img/top_door.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 25px 0;
}

#main-banner .slide-wrap:before {
    content: '';
    position: absolute;
    width: 1150px;
    height: 1150px;
    left: 0;
}

#main-banner .container {
    background-color: transparent;
}

#main-banner .slide-wrap {
    position: relative;
    height: 100%;
    width: 100%;
    align-items: center;
   /* padding: 0 40px; */
    color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: space-between;}

#main-banner .slide-wrap .slide {
    position: relative;
    z-index: 5;
    width: 35%;
   /* margin-left: -20px; */
    margin-top: 30px;
    padding-right: 120px;
}

#main-banner .slide-wrap .title {
    font-family: 'PF BeauSans Pro', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #bab6b7;
    margin-top: -10px;
    text-shadow: 4px 8px 11px #000000;
}

#main-banner .slide-wrap .description {
    margin-bottom: 30px;
/*    font-size: 17px;
    font-weight: 600;*/
    color: black;
    font: 14px/1.5 "Gotham Pro", Arial, sans-serif;
        font-weight: 600;
            color: #d02129;
  /*   background-color: #d02129;
    color: transparent;
   text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;*/
    background-clip: text;

}

#main-banner .slide-wrap a {
    font-size: 13px;
    letter-spacing: -0.25px;
}

#main-banner .slick-list, #main-banner .slick-track {
    height: 100%;
}

#main-banner .slick-arrow:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 2px #fff solid;
    border-bottom: 2px #fff solid;
    transform: rotateZ(45deg);
}

#main-banner .slick-arrow {
    z-index: 1;
    height: 32px;
    width: 32px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 0 30px 30px 0;
}

#main-banner .slick-prev {
    left: 0;
}

#main-banner .slick-next:before {
    border-color: #abafbc;
}

#main-banner .slick-next {
    right: 0;
    margin-top: -16px;
    background-color: rgba(235, 235, 235, .3);
    transform: rotateY(180deg);
}

#home-intro h1 {
    margin-bottom: 25px;
}

#home-intro .columns  {
    display: flex;
}

#home-intro p {
    font-size: 15px;
}

#home-intro .btn-wrap {
    display: inline-block;
}

#home-intro .item {
    font-weight: 500;
    color: #ababab;
    padding: 7.5px;
}

#home-intro .icon {
    width: 60px;
    height: 55px;
    fill: #d02129;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 7.5px;
}

#home-intro .title {
    font-family: 'PF BeauSans Pro';
    font-size: 15px;
    max-width: 170px;
    margin: 0 auto;
}

#home-catalog .row {
    margin-left: -5px;
    margin-right: -5px;
}

#home-catalog .item-wrap {
    padding: 5px;
}

#home-catalog .item {
    text-decoration: none;
}

#home-catalog .item:hover .title {
    color: #d02129;
}

#home-catalog .item:hover .img {
    filter: brightness(1.1);
}

#home-catalog .item-wrap .img {
    width: 200px;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .2s ease;
    display: block; 
    margin: 10px auto;
}

#home-catalog .item-wrap a {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    transition: all .2s ease;
    text-align: center;
    text-shadow: 2px 4px 0.2em #4846462e;
}

#home-catalog .item-wrap .price {
    margin-top: 10px;
    font-weight: 500;
    color: #d02129;
    text-align: center;
    text-shadow: 0.1em 0.1em 0.2em #d7d3d3;
}

#home-popular .products-row {
    margin-top: 25px !important;
}

.filter-wrap {
    padding: 35px;
    background: #fff;
}

.form-control {
    font-size: 14px;
}

input[type="text"] {
    min-height: 40px;
}

#eFiltr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.eFiltr_cat {
    display: flex;
    flex-wrap: wrap;
}

#eFiltr .fltr_block_checkbox {
    width: calc(25% - 20px);
    margin-bottom: 20px;
    position: relative;
}

#eFiltr .fltr_block_checkbox:not(:nth-child(5)) {
    margin-right: 25px;
}

#eFiltr .fltr_block_checkbox .fltr_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    width: 100%;
    padding: 0 20px;
    border: 1px #e9e9e9 solid;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .1);
}

#eFiltr .fltr_block_checkbox .fltr_name.active {
    background: #f7f7f7;
}

#eFiltr .fltr_block_checkbox .fltr_name:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6.5px 0 6.5px;
    border-color: #d9d9d9 transparent transparent transparent;
}

#eFiltr [type="checkbox"] {
    display: none;
}

#eFiltr [type="checkbox"]:checked + * {
    box-shadow: inset 0 0 0 1px #d02129;
    background-color: #d02129;
    position: relative;
}

#eFiltr [type="checkbox"]:checked + *:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    width: 8px;
    height: 5px;
    transform: rotateZ(-45deg);
    border-left: #fff 2px solid;
    border-bottom: #fff 2px solid;
}

#eFiltr .input_box {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
    transition: .2s all ease;
}

#eFiltr .fltr_block_checkbox .options {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 20px 25px 10px;
    z-index: 50;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .1);
    width: 100%;
    border-radius: 0 0 5px 5px;
    border: 1px #e9e9e9 solid;
    border-top: none;
    margin-top: -5px;
}

#eFiltr .fltr_block_checkbox .options label {
    user-select: none;
    cursor: pointer;
    display: block;
    line-height: 1;
    margin-bottom: 5px;
    width: 100%;
    height: 30px;

}

#eFiltr .fltr_block_slider {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: calc(75% - 10px);
}

#eFiltr .irs {
    width: 100%;
}

#eFiltr .fltr_block_slider .fltr_inner {
    display: flex;
    width: 100%;
}

#eFiltr .price-label {
    display: flex;
    align-items: center;
    font-weight: 600;
}

#eFiltr .price-label input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    width: 100%;
    padding: 0 20px;
    border: 1px #e9e9e9 solid;
    user-select: none;
    border-radius: 5px;
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .1);
}

#eFiltr .price-label .name {
    margin-right: 10px;
    flex-shrink: 0;
}

#eFiltr .price-label.left {
    margin-right: 30px;
}

#eFiltr .price-label.right {
    margin-left: 30px;
}

#eFiltr [type="submit"] {
    display: inline-flex;
    align-items: center;
    height: 44px;
    padding: 0 30px;
    border: none;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.1px;
    text-decoration: none;
    user-select: none;
    white-space: nowrap;
    background-color: #d02129;
    box-shadow: 0 5px 9px 0 rgba(160, 57, 57, 0.25)
}

#eFiltr .results {
    font-weight: 500;
}

#eFiltr_info_cnt {
    margin-right: 5px;
}

#eFiltr .popular-search {
    font-size: 13px;
}

#eFiltr .popular-search .title {
    font-weight: 600;
}

#eFiltr .popular-search a {
    font-weight: 500;
    margin-left: 10px;
    color: #a3a3a3;
    text-decoration: underline;
}
.required:after {
    color: #fff;
}

@media screen and (max-width: 1199px) {
    main {
        padding-top:80px;
    }
    #home-intro p {
        font-size: 14px;
    }
    #eFiltr .fltr_block_checkbox {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    #eFiltr .fltr_block_checkbox .options {
        max-height: 220px;
        overflow-y: auto;
    }
    #eFiltr .fltr_block_slider {
        width: 100%;
    }
    #eFiltr .fltr_block_slider .fltr_inner {
        flex-wrap: wrap;
    }
    #eFiltr .price-label.left {
        order: 1;
        margin-right: 0;
        width: 55%;
        margin-bottom: 15px;
    }
    #eFiltr .price-label.right {
        margin-left: 0;
        padding-left: 10px;
        order: 2;
        width: 45%;
        margin-bottom: 15px;
    }
    #eFiltr .popular-search .title {
        width: 100%;
    }
    #eFiltr .popular-search {
        flex-wrap: wrap;
    }
    #eFiltr .popular-search a {
        display: block;
        text-decoration: none;
        padding: 5px 0;
        margin: 0;
    }
    #eFiltr .irs {
        order: 3;
    }
}

@media screen and (max-width: 899px) {
    #main-banner .slide-wrap .title {
        line-height: 1.2;

        font-family: 'PF BeauSans Pro', sans-serif;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 0px;
        color: #ffffff;
        margin-top: -10px;
        text-shadow: 4px 8px 11px #0000005c;
        text-align: center;
        padding-left: 30px;

    }

    #main-banner .slide-wrap img {
display: none;
}

    #main-banner .slide-wrap .description {
    font-size: 15px;
    margin-bottom: 30px;
    color: #ffffff;
    /* margin-top: -10px; */
    text-shadow: 4px 8px 11px #0000005c;
    text-align: center;
    padding-left: 30px;
    padding-top: 10px;
    background-color: #000000;
    color: transparent;
    text-shadow: 0px 2px 3px rgb(255 255 255 / 50%);
    -webkit-background-clip: text;
    }

    #main-banner {
        margin-left: -20px;
        margin-right: -20px;
        border-radius: 0;
        height: auto;
        background-color: #d02129;
        background-image: none;
    }

    #main-banner .slide-wrap {
        padding: 0 15px;
    }

    #main-banner .slide-wrap:before {
        background-color: #d02129;
        background-image: url(../img/logo_background0.svg);
        background-position: 50px;
        background-repeat: no-repeat;
        background-size: 550px;
    }

    #main-banner .slide-wrap .action {
        margin-bottom: 35px;
    }
    #main-banner .slide-wrap .slide {
        padding: 25px 15px;
        width: 100%;
    }
    #main-banner .slide-wrap img {
        top: unset;
        bottom: 0;
        opacity: .3;
        mix-blend-mode: multiply;
        height: 100%;
        width: auto;
        left: 0;
        right: 0;
    }
    #main-banner .slide-wrap a {
        height: 34px;
        padding: 0 20px;
    }
    #home-catalog .row {
        margin-right: -10px;
        margin-left: -10px;
    }
    #home-catalog .item-wrap {
        padding: 10px;
    }



    #home-catalog .item-wrap .img {
    width: auto;
    height: 280px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s ease;
    display: block;
    margin: 0 auto;
}


    #home-catalog .item-wrap .price {
        font-size: 13px;
    }
    #home-catalog .item-wrap a {
        margin-top: 10px;
        font-size: 14px;
    }
    #eFiltr .results {
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }
    #eFiltr .results > * {
        margin-top: 15px;
    }
}

@media screen and (max-width: 499px) {
    #eFiltr .price-label.left, #eFiltr .price-label.right {
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 360px) {
    #home-catalog .item-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.hr-line {
    margin: 20px 0;
    padding: 0;
    height: 0;
    border: none;
    border-top: 1px solid #333;
}



.new_catalog {
    padding: 10px 0 20px;
    border-radius: 10px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgb(18 17 36 / 3%), 0 4px 32px rgb(18 17 36 / 6%);
}

.row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 19.6%;
}



@media screen and (max-width: 767px) {

    .row-cols-xl-5>* {
       flex: 0 0 47.47%;
       max-width: 48%;
   }

    #constructions-variants .items img {
        max-width: 100%;
    }
}


.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
}


@media (min-width: 1360px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
     background-color: #ffffff; 
  }


}

.section__line {
    width: 100px;
    height: 3px;
    margin: -10px 0 35px;
    background: #d02129;
}

.main_banner__form {
    width: 28%;
    z-index: 99;
    min-width: 350px;
}

.main_banner__form #action-byte-form .content {
    margin: 0 auto;
}

.main_banner__form #action-byte-form .form-control {
    height: calc(1.5em + .75rem);
    padding: 15px;
}

.main_banner__form #action-byte-form .content > .counter_action_text {
    font-size: 17px;
    margin: 25px auto 5px;
    width: 100%;
    height: 100%;
}

.main_banner__form #action-byte-form .content > .counter_block__small {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    color: #fff;
}

.main_banner__form #action-byte-form .content > .title {
    font-size: 26px;
}

.main_banner__form #action-byte-form .content > .counter_block__small {
    font-size: 14px;
}

.main_banner__form .bg-white {
    background-color: #ffffff05!important;
    border: 1px solid #DE2323;
    border-radius: 5px;

}




@media (max-width: 599px) {
.main_banner__form  .bg-white {
    background-color: #ffff!important;
    border: 1px solid #ffff;
    border-radius: 5px;
  }
.main_banner__form #action-byte-form .content > .counter_block__small {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    color: #000;
  }
}