.company_slyder{
    /* padding: 0 75px; */
    box-sizing: border-box;
    gap: 30px;
    padding-bottom: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.company_slyder_switch{
    display: flex;
    gap: 20px;
}
.company_switch_box_min{
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 1px solid #111111;
    border-radius:50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: none;
    margin: 20px;
    transition: 0.3s;
}
.company_switch_box_min:hover{
    background: #0068AF;
    color:#fff;
}
.company_switch_a{
    font-size: 37px;
    cursor: pointer;
}
.paginat_page{
    width: 38px;
    height: 40px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #0068AF;
    display: flex;
    align-items: flex-end;
}
.pages{
    color: #000;;
}
.company_slyder_name{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #111111;
}
.company_slyder_img{
    opacity:1;
    width: 23%;
    height: auto;

}
.active_img{
    opacity:1;
    width: 50%;
}

.slyder_box{
    display: flex;
    gap: 20px;
    width: 95%;
}
/* карусель */
.carousel-3d {
    padding: 20px;
    -webkit-perspective: 500px;
    perspective: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.carousel-3d > * {
    flex: 0 0 auto;
}
.carousel-3d figure {
    margin: 0;
    width: 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.carousel-3d figure img,
.carousel-3d figure div {
    width: 100%;
    box-sizing: border-box;
}
.carousel-3d figure img {
    user-select: none;
}
.carousel-3d figure div:not(:first-of-type),
.carousel-3d figure img:not(:first-of-type) {
    position: absolute;
    left: 0;
    top: 0;
}
.carousel-3d nav {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}
/* .carousel-3d nav button {
    flex: 0 0 auto;
    margin: 0 5px;
    cursor: pointer;
    color: #337AB7;
    background: #BFE2FF;
    border: 1px solid #337AB7;
    padding: 5px 10px;
    font-weight: bold;
    transition: all .3s ease;
}
.carousel-3d nav button:hover {
    color: #FFF;
    background: #337AB7;
} */