#princips-block {
    padding-bottom: 120px;
}
#princips-block .wrapper{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
#princips-block .slides-holder{
    width: 49%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #D9D9D9;
    position: relative;
}
#princips-block .subtitle{
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: var(--main);
    margin-bottom: 20px;
}
#princips-block .title{
    font-size: 24px;
    font-weight: 600;
    line-height: 135%;
    text-transform: uppercase;
    text-align: justify;
    margin-bottom: 30px;
}
#princips-block .desc {
    width: 90%;
    margin-bottom: 150px;
}
#princips-block .desc p{
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: justify;
}
#princips-block .slide-item {
    display: flex;
}
#princips-block .slide-item-wrapper{
    padding: 80px 30px 0px 60px;
    position: relative;
    height: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
#princips-block .num{
    position: absolute;
    bottom: -38px;
    right: -35px;
    font-size: 295px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--bg);
}
#princips-block .swiper{
    height: 100%;
    display: flex;
}
#princips-block .img{
    width: 49%;
    position: relative;
    max-height: 650px;
    border-radius: 10px;
    overflow: hidden;
}
#princips-block .img:before {
    content: "";
    width: 50%;
    height: 45%;
    top: 0;
    right: 0;
    position: absolute;
    background-image: url(images/aboutB.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
#princips-block .img:after {
    content: "";
    width: 40%;
    height: 2%;
    bottom: 0;
    left: 0;
    position: absolute;
    background-image: url(images/aboutA.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
#princips-block .img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
#princips-block .swiper-button-prev{
    top: unset;
    left: 70px !important;
    bottom: 50px;
}
#princips-block .swiper-button-next{
    top: unset;
    bottom: 50px;
    left: 140px;
}

@media (max-width: 1400px) {
    #princips-block .slide-item-wrapper {
        padding: 15px 15px 75px 15px;
    }
    #princips-block .swiper-button-prev {
        left: 15px !important;
        bottom: 15px;
    }
    #princips-block .swiper-button-next {
        left: unset;
        bottom: 15px;
        right: 15px !important;
    }
    #princips-block .num {
        font-size: 95px;
        bottom: 0;
        right: 0;
        position: static;
        margin-top: auto;
        margin-left: auto;
    }
    #princips-block .desc {
        margin-bottom: 20px;
        width: 100%;
    }
}
@media (max-width: 1100px) {
    #princips-block .title {
        font-size: 20px;
    }
    #princips-block .img {
        max-height: unset;
    }
}
@media (max-width: 996px)  {
    #princips-block .title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    #princips-block .wrapper {
        flex-direction: column;
        align-items: center;
    }
    #princips-block .img {
        width: 70%;
    }
    #princips-block .slides-holder {
        width: 100%;
    }
}
@media (max-width: 600px) {
    #princips-block {
        padding-bottom: 40px;
    }
    #princips-block .img {
        width: 85%;
    }
    #princips-block .num {
        font-size: 50px;
    }
}
@media (max-width: 498px) {
    #princips-block .img {
        width: 100%;
    }
}