.about-block{
    overflow:hidden;
}

.about-block .swiper-slide-active{
    
}

.about-block .advantages{
    width:100%;
    height:auto;
    display:grid;
    grid-template-columns: repeat(4,1fr);
    justify-content:space-between;
    margin-bottom:50px;
}

.alignfull{
    margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 1000%;
	width: auto;
}

.about-block .swiper-pagination-bullet-active{
    background:var(--main);
    width:37px;
    height:10px;
    border-radius:5px;
    transition: width .5s;
}

.about-block .nav_holder{
    position:absolute;
    display:flex;
    flex-direction:row;
    width:fit-content;
    right: 0;
    top: 5px;
    z-index:1;
    text-align:center;
    align-items:center;
    min-width:130px;
}

.about-block .swiper-pagination-bullet{
    background:var(--main);
    transition: width .5s;
}

.about-block .swiper-button-disabled{
    opacity:.5;
}

.about-block .pag {
    width: fit-content;
    margin: 0px auto;
    margin-left: auto;
}
.about-block .swiper-pagination{
    position:static;

}

.about-block .advantages .advantage-item{
    display:flex;
    flex-direction:row;
    position:relative;
    margin-left: auto;
    margin-right: auto;
}

.about-block .advantages .advantage-item .advantage__info{
    display: flex;
    flex-direction: row;
    margin-left: auto;
    justify-content: center;
    align-items:center;
   
}

.about-block .advantages .advantage-item::before{
    content:"";
    background: url("./images/ellipse-44.svg");
    width: 96px;
    height: 96px;
    position:absolute;
    left:17%;
    top:-30%;
}

.about-block .advantages .advantage-item .item__title{
    color: var(--main);
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */
    text-align:right;
    white-space:nowrap;
}

.about-block .advantages .advantage-item .item__subtitle{
    color: var(--darky);
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
    opacity: 0.6;
    width:60%;
    margin-left:5px;
}

@media(max-width:1200px){
    .about-block .advantages{
        grid-template-columns: repeat(2,1fr);
        gap:60px 0px;
    }
    .about-block .advantages .advantage-item .item__subtitle{
        width:unset;
        text-align:center;
        margin-left:0px;
    }
    .about-block .advantages .advantage-item{
        width:50%;
        justify-content: center;
        
    }
    .about-block .advantages .advantage-item .advantage__info{
        margin-left:unset;
        flex-direction:column;
        align-items:center;
    }
    .about-block .advantages .advantage-item::before{
        left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    }
}

@media(max-width:700px){
    .about-block .advantages{
        grid-template-columns: repeat(1,1fr);
        gap:60px 0px;
    }
}


.about-block .about-section{
    background:#fff;
    border-radius: 8px;
    width: 583px;
    height: 580px;
    width:100%;
    display:grid;
    grid-template-columns: 1fr 1fr;
    
}

.about-block .about-section .left-side{
    width: 583px;
    height: 580px;
}

.about-block .about-section .right-side .swiper-holder .swiper1 .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    border-radius: 8px;
    background: linear-gradient(270deg, #F9F9F9 0.4%, rgba(249, 249, 249, 0.67) 45.03%, rgba(249, 249, 249, 0.00) 99.64%);
    opacity:.5;
}

.about-block .about-section .right-side  .swiper-backface-hidden .swiper-slide{
    transition: all 1s ease-out !important;
}

.about-block .about-section .right-side{
    width: calc(100% - 240px - (100% - 1170px) / 2);
    position:relative;
}

.about-block .about-section .left-side .about-info{
    padding-left:50px;
    padding-right:36px;
    padding-top:50px;
    padding-bottom: 50px;
}

.about-block .about-section .about-info .info__title{
    color: var(--darky);
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 48px */
    width:70%;
}

.about-block .about-section .about-info .info__title span{
    color: var(--main);
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.about-block .about-section .about-info .info__subtitle{
    color: #848484;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    padding-top:21px;
    width:95%;
}

.about-block .about-section .right-side .swiper-holder{
    overflow:hidden;
    position:relative;
    max-width:1720px;
}
.about-block .about-section .right-side .swiper-slide .img{
    cursor:pointer;
}

.about-block .about-section .right-side .swiper-holder .swiper1 .swiper-wrapper .swiper-slide img{
    width: 570px;
    height: 580px;
    object-fit:cover;
    border-radius:10px;
}

@media (min-width:1100px) and (max-width:3220px) {
    .about-block .about-section .right-side .swiper-slide{
        max-width:575px;
    }
}
@media (min-width:1200px) and (max-width:1300px){
    
}

@media(max-width:1100px){
    .about-block .about-section{
        grid-template-columns: 1fr 1fr;
    }
    .about-block .about-section .right-side{
        width: 112vw;
    }
    .about-block .about-section{
        height:auto;
    }
    .about-block .about-section .right-side .swiper-holder .swiper1 .swiper-wrapper .swiper-slide img{
        width:100%;
        border-radius:10px;
    }
    .about-block .about-section .right-side .swiper-holder{
        max-width:600px;
        max-height:600px;
    }
    
}

@media(max-width:400px){
    .about-block .about-section .left-side{
        width:90%;
    }
}

@media(max-width:900px){
    .about-block .about-section{
        grid-template-columns: 1fr;
    }
    .about-block .about-section .right-side .swiper-holder{
        max-width:unset;
        max-height:unset;
    }
    .about-block .about-section .left-side {
        margin-left: unset;
        margin-right: unset;
    }
    .about-block .about-section .left-side{
        height:auto;
        width:95%;
        margin-left:auto;
        margin-right:auto;
    }
    .about-block .about-section .about-info .info__subtitle{
        width:100%;
    }
    .about-block .about-section .about-info .info__title{
        width:100%;
    }
    .about-block .about-section .right-side{
        width:100vw;
    }
    .about-block .about-section .left-side .about-info{
        text-align:center;
    }
    .about-block .about-section .right-side .swiper-holder .swiper1 .swiper-wrapper .swiper-slide img{
        width:96%;
        
    }
    .about-block .about-section .left-side .about-info{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        padding-top:50px;
        padding-bottom: 20px;
        
    }
    .about-block .about-section .right-side .swiper-holder{
        margin-bottom:50px;
    }
    .about-block .about-section .right-side .nav_holder{
        left: 0 !important;
        bottom: 0px !important;
    }
}

@media(max-width:700px){
    .about-block .about-section .left-side{
        margin-left:unset;
        margin-right:unset;
    }
}



.about-block .about-section .right-side .nav_holder{
    position: absolute;
    left: -535px;
    bottom: 50px;
    top: 524px;
    height: fit-content;
}

.about-block .about-section .right-side .swiper-button-next1{
    background-image: url("./images/slider-right.png");
    background-repeat:no-repeat;
    right:0px;
    width:20px;
    height:30px;
    cursor:pointer;
}

@media(max-width:900px){
    .about-block .about-section .right-side .swiper-button-next1{
        right:-15px;
    }
    .about-block .about-section .right-side{
        margin-bottom:20px;
    }
    .about-block .about-section .right-side .nav_holder{
        top:600px;
    }
}

.about-block .about-section .right-side .swiper-button-prev1{
    background-image: url("./images/slider-right.png");
    background-repeat:no-repeat;
    transform:rotateZ(180deg);
    width:20px;
    height:30px;
    cursor:pointer;
}