.slick-dots button{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #FCDDD0;
}
.slick-dots .slick-active button{
  background: #F15513;
  transition: background 0.5s ease;
}
.adv{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.adv {}
.adv>*{width:calc(50% - 10px);}
.adv__cont{
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: calc((100% - 220px) / 12 * 5 + 80px);
}
.adv__item{
    padding-bottom: 20px;
    border-bottom: 1px solid #BDBDBD;
}
.adv__title{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 8px;
}
.item-page span{
    font-weight: 500;
    font-size: 22px;
    font-family: "Manrope", sans-serif;
}

.item-page section:first-child{margin-top: 40px;}
.item-page section:first-child p.small{
    max-width: calc((100% - 220px) / 12 * 7 + 120px )
}
.item-page section:first-child h1{
    max-width: calc((100% - 220px) / 12 * 8 + 140px )
}
.item-page section:first-child .btn__add{
    margin-top:40px;
}
.products__detail{display:flex;flex-wrap: wrap;gap: 20px;margin: 20px 0;}
.products__detail-img{float:right;padding-top: 20px;padding-left: 20px;}

.products__detail-item{
    display: flex;
    background-color: #F2F2F2;
    width: calc(50% - 10px);
}

.products__detail-item img{width:30%;object-fit: cover;}
.products__detail-cont{
    padding: 16px 20px;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* display: grid; */
    padding-bottom: 66px;
}
.products__beton>.products__detail-cont{width: calc((100% - 160px) / 3 + 40px);background-color: #F2F2F2;padding: 20px 30px;height: 170px;padding-bottom: 74px;}
.products__beton>.products__detail-cont .products__detail-price{position:relative;bottom: 0;}
.products__beton>.products__detail-cont .products__detail-title{}
.products__detail-title{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #252724;
    margin: 0;
    border-bottom: 1px solid #BDBDBD;
    margin-bottom: 8px;
    padding-bottom: 10px;
}
.products__detail-price{
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    position: absolute;
    /* align-self: end; */
    bottom: 20px;
}
.footer__social a:hover svg path {
  stroke: #f7b296;
    fill: #F15513;
}
div.products__item{position:relative}
.products__btn{position:absolute;width:100%;top:0;height: 232px;align-items: center;justify-content: center;z-index: 5;display: none;}
div.products__item:hover .products__btn{display:flex;}
div.products__item:hover:after{
    content:"";
    width:100%;
    height:100%;
    background-color: #ffffffa3;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
}
.products__item img{
    height: 232px;
    width:100%;
    object-fit:cover;
}
@media screen and (max-width: 1100px){
    .header__inner, .header__contacts{flex-direction: column;align-items: center;gap:5px;margin: 0 50px;text-align: center;}
    .header__wrapper--second .header__inner{margin: 0;}
    .main-menu {gap:5px;}
    .topMenuHeader {width:100%;}
}
@media screen and (max-width: 990px){
    .footer-second__inner{display:flex;flex-direction: column;align-items: center;text-align: center;}
    .products__detail-img {display:none}
    .item-page section:first-child h1, .item-page section:first-child p.small{
    max-width: 100%;
}
    
}
@media screen and (max-width: 920px){
    .rent__item, .rent__item:first-child{
      width: calc(50% - 10px);
    }
    .products__item img{height:150px;}
}
@media screen and (max-width: 820px){
    .products__detail-item{width:100%;}
    .about__inner{display:block}
    .advantages{
    width:100%;
    padding: 20px 44px 50px 0;
    }
    .advantages__inner{}
    .about__cont{width:100%;}
    section{
        margin: 30px 0;
    }
    .rent__item{height: 250px;}
    .products__item{
        width: calc(50% - 10px);
    }
    .stages__item {
      width: calc(50% - 10px);
    }
    .footer__inner{
        flex-direction:column;
        margin: 0 auto;
        width: fit-content;
    }
    .footer__col {
      max-width: 100%;
    }
    .footer{padding:40px 0; }
    .adv img{display:none}
    .adv__cont{width:100%}
}
@media screen and (max-width: 767px){
    .header__inner>a{display:none}
    .header__wrapper--second .header__inner{flex-direction:row;align-items:flex-start;margin: 0;}
  	.modal-dialog{
      width:100%;
      margin: 10px 0 10px 0;
  }
}
@media screen and (max-width: 640px){
.products__beton .products__detail-cont{width: calc(50% - 10px);}
        .rent__item, .rent__item:first-child{
      width: calc(100% - 10px);
    }
    .form img{display:none}
    .form__content{
        width:100;
        min-width:100%;
    }
    .contacts__left {
    width: 100%;
    }
    .contacts__right{
        display:none;
    }
}
@media screen and (max-width: 520px){}
@media screen and (max-width: 430px){
    .top-slider__title{font-size:36px;}
    .section__title{font-size:32px;}
    .rent__item{height: 200px;}
    .products__beton .products__detail-cont{width: 100%;}
}
@media screen and (max-width: 368px){
    .products__item{
        width: calc(100% - 20px);
    }
    .products__detail-title{font-size: 18px}
}