.our-services{
    padding: 65px 0;
}

.our-services .section-title{
    font-weight: 500;
    font-size: 45px;
    line-height: 110%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 70px;
}

.our-services .service-title{
    font-weight: 500;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
}

.our-services .service-title span.elem{
    font-weight: 500;
    font-size: 60px;
    line-height: 110%;
    letter-spacing: -0.06em;
    text-transform: uppercase;
    color: var(--orange);
    transition: all 0.3s linear;
}

.our-services .service-item:hover .service-title span.elem{
    color: var(--white);
}

.our-services .service-item .info{
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.03em;
    max-width: 55%;
    display: flex;
    align-items: center;
    gap: 70px;
}

.our-services .service-item .title-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.our-services .service-item .title-block span{
    max-width: 420px;
}

.service-item-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height .4s ease;
}

.more-btn {
    cursor: pointer;
}

.active .service-title::before{
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
}

.service-item-content ul{
    list-style: disc!important;
    margin-top: 20px;
}
.service-item-content li{ 
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: var(--white);
    list-style: disc;
}

.documentsSwiper .higher-slide.swiper-slide-active::after{
    content: none;
}
.service-item-content li:not(:last-child){
    margin: 0 0 10px;
}


.service-item-content {
     max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.service-item.active .service-item-content {
    max-height: 400px;
}

    .service-content .service-item{
        padding: 45px 20px;
        border-top: 1px solid rgba(251, 251, 251, 0.2);
        border-bottom: 1px solid rgba(251, 251, 251, 0.2);
        transition: all 0.3s linear;
    }

.service-content .service-item:hover{
    background-color: var(--orange);
    border-radius: 7px;
    border-top: none;
    border-bottom: none;
}

.service-content .service-item .more-btn{
    transition: all 0.3s linear;
   
}

.service-content .service-item:hover .more-btn{
    background-color: var(--white);
     color: var(--black);
}

@media screen and (min-width:1600px){
    
}

@media screen and (max-width: 1199px){
    
   .our-services .section-title{
    font-size: 35px;
   }

   .our-services .service-title{
    font-size: 40px;
   }
    
}

@media screen and (max-width: 992px){
    .service-content{
        border-radius: 0 0 18px 18px;
    }
    .our-services>div{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; 
    }
    .service-image, .advantages-image{
        max-height: 550px;
        border-radius: 18px 18px 0 0 ;
    }

    .service-image img{
        -o-object-position: top;
           object-position: top;
    }

    .service-item-content li:not(:last-child){
        margin: 0 0 11px;
    }
}

@media screen and (max-width: 840px){
    .service-content{
        border-radius: 18px 18px 0 0;
    }
}

@media screen and (max-width: 768px){
    .service-content{
        padding: 0;
    }
    .service-content h4{
        padding: 10px 20px 7px;
    }
    .service-title p{
        font-size: 1rem;
    }
    .service-title span{
        font-size: .81rem;
        margin-top: 0px;
    }
    .service-item-content li{
        font-size: .81rem;
    }
    .service-item-content ul{
        padding-top: 13px;
    }
    .service-content{
        padding: 0;
    }

    .our-services .service-title {
        font-size: 35px;
        display: flex;
        gap: 20px;
    }

    .our-services .service-item .title-block{
        display: block;
    }

    .our-services .service-item .info{
        display: block;
    }

    .our-services .service-item .info{
        max-width: 100%;
    }

    .our-services .service-item .title-block span{
        margin-bottom: 50px;
        display: block;
    }

    .our-services .service-title span.elem{
        font-size: 35px;
    }

    .service-content .service-item .title-block span.more-btn{
        margin-bottom: 0;
        max-width: fit-content;
    }

    .our-services .section-title{
        font-size: 30px;
        margin-bottom: 42px;
        text-align: left;
    }
}