.aboutPanel{
    display: flex;
    flex-direction: row;
    margin: 1rem auto;
    max-width: 1400px;
}
.aboutPanel .content{
    display: flex;
    justify-content: stretch;
    gap: 30px;
    width: 100%;
}
.aboutPanel .content .carousel{
    height: 100%;
    min-height: 300px;
    flex-basis: 0;
    flex-grow: 2;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    background-color: #eeeeee70;
    border-radius: 5px;
    overflow: hidden;
}
.aboutPanel.type2 .content .carousel{
    flex-grow: 1;
    max-height: 400px;
}
.aboutPanel .content .carousel .carousel-inner,
.aboutPanel .content .carousel .carousel-inner .carousel-item{
    height: 100%;
    width: 100%;
}
.aboutPanel .content .carousel .carousel-inner .carousel-item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.aboutPanel .content .description{
    display: flex;
    flex-direction: column;
    flex-grow: 3;
    flex-basis: 0;
    border-radius: 5px;
}
.aboutPanel.type2 .content .description{
    flex-grow: 1;
}
.aboutPanel .content .description h4{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: #29282f;
    padding: .5rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    color: #fff;
}
.aboutPanel.type2 .content .description h4{
    font-size: 22px;
    font-weight: 500;
    padding: 10px 5px;
    background-color: #29282f;
    border-radius: 5px;
}
.aboutPanel .content .description p{
    text-indent: 1rem;
    font-size: 18px;
    font-weight: 300;
}
.aboutPanel .content .description .dop{
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    gap: .5rem;
    margin-top: auto;
}
.aboutPanel .content .description .dop .item{
    text-align: center;
    background-color: #29282f;
    padding: .25rem .5rem;
    flex-grow: 1;
    flex-basis: 0;
    border-radius: 5px;
    line-height: 1.2;
}
.aboutPanel .content .description .dop .item div{
    display: block;
    color: #f96031;
    font-size: 24px;
    font-weight: bold;
}
.aboutPanel .content .description .dop .item span{
    line-height: 1;
    color: #fff;
}
/*Монтаж*/
.installation-container{
    display: flex;
    gap: 20px;
    max-width: 1400px;
    margin: 20px auto;
}
.installation-container .videoBlock{
    display: flex;
    flex-direction: column;
    width: 45%;
    padding: 0;
    border-radius: 5px;
}
.installation-container .videoBlock img{
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.installation-container .video-index.media-child > h4 {
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 400;
    position: inherit;
    font-size: 24px;
    background-color: #29282f;
    padding: 10px 15px;
    border-radius: 5px;
    left: 0;
    right: 0;
}
.installation-container .content{
    width: 55%;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}
.installation-container .content h4{
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
    position: inherit;
    font-size: 22px;
    background-color: #29282f;
    padding: 10px 15px;
    border-radius: 5px;
}
.installation-container .content p{
    font-size: 19px;
    color: #29282f;
    text-indent: 15px;
    font-weight: 300;
    line-height: 1.6;
}
.installation-container .content .installation-downlands{
    display: flex;
    align-items: end;
    flex-grow: 1;
    gap: 15px;
}
.installation-container .content .installation-downlands a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    font-size: 22px;
    text-align: center;
    padding: 20px 10px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}
.installation-container .content .installation-downlands a img{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.installation-container .content .installation-downlands a:hover{
    color: #f96031;
    background-size: 135%;
}
.installation-container .content .installation-downlands a:hover img{
    transform: scale(1.2);
    transition: all .3s linear;
}
.installation-container .content .installation-downlands a::after{
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
}
.installation-container .content .installation-downlands a i{
    font-size: 42px;
    margin-bottom: 5px;
    z-index: 1;
}
.installation-container .content .installation-downlands a span{
    z-index: 1;
}
#amk-catalog-btn{
    font-size: 16px;
    width: 100%;
    max-width: 500px;
    margin: 15px auto;
    display: flex;
    text-align: center;
    justify-content: center;
}
@media (max-width: 1200px) {
    .aboutPanel .content .carousel{
        max-height: inherit;
    }
    .installation-container .content p{
        font-size: 18px;

    }
    .installation-container .content .installation-downlands a{
        font-size: 18px;
        padding: 15px 10px;
    }
    .installation-container .content .installation-downlands a i{
        font-size: 36px;
    }
}
@media (max-width: 992px) {
    .aboutPanel .content{
        flex-direction: column;
    }
    .aboutPanel .content .description{
        padding: 0;
    }
}
@media (max-width: 768px) {
    .installation-container{
        flex-direction: column;
    }
    .installation-container .videoBlock{
        width: 100%;
        order: 1;
    }
    .installation-container .content{
        width: 100%;
        order: 0;
        margin-bottom: 20px;
    }
    .installation-container .content p{
        margin-bottom: 30px;
    }

}
@media (max-width: 576px) {
    .aboutPanel .content .description h4{
        font-size: 24px;
    }
    .aboutPanel .content .description p{
        font-size: 16px;
    }
    .aboutPanel .content .description .dop{
        flex-direction: column;
    }
    .aboutPanel.type2 .content .description h4{
        font-size: 24px;
    }
    .installation-container .content h4{
        font-size: 22px;
    }
    .installation-container .content .installation-downlands{
        gap: 10px;
    }
    .installation-container .content .installation-downlands a {
        width: 100%;
        font-size: 16px;
        padding: 15px 5px;
    }
    .installation-container .content .installation-downlands a i{
        font-size: 32px;
    }
    #amk-catalog-btn{
        margin: 15px 0;
        max-width: inherit;
    }
}