.ot-main__container {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.ot-main__title {
    margin-bottom: 30px;
}

.ot-main__subtitle {
    margin-bottom: 60px;
    width: 48%;
}

.ot-paginaton__title {
    margin-bottom: 40px;
    color: #323232;
}

.ot-main__bg img {
    width: 100%;
}

.ot-about {
    margin: 60px 0;
}

.ot-about__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ot-about__text {
    width: 48%;
}

.ot-about__picture {
    width: 48%;
}

.ot-swiper__title-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.ot-swiper__link img {
    margin-right: 13px;
}

.ot-swiper__link.text18-h {
    color: #273895;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.ot-swiper__link:hover {
    opacity: 0.8;
    transition: all 0.3s;
}


.ot-swiper .swiper-container {
    width: 100%;
    height: 470px;
    position: relative;
    cursor: grab;

}

.ot-swiper .swiper-container:active {
    cursor: grabbing;
}

.ot-swiper .swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ot-swiper .swiper-circle {
    border: 1px solid #DDDDDD;
    border-radius: 100%;
    padding: 66px 46px;
    width: 200px;
}

.ot-swiper .infinity {
    padding: 90px 75px;
}

.ot-swiper .swiper-data {
    color: #273895;
    font-weight: 300;
    font-size: 46px;
    line-height: 147%;
    text-align: center;
    letter-spacing: 0.04em;
}

.ot-swiper .swiper-content-bottom {
    height: 50%;
}

.swiper-content-bottom,
.swiper-content-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ot-swiper .swiper-content-top {
    height: 90%;
}

.ot-swiper .swiper-arrow {
    position: absolute;
    top: 25%;
    right: -40px;
    width: 24%;
    z-index: 10;
}

.ot-swiper {
    margin: 60px 0;
}

.ot-about__title {
    margin-bottom: 20px;
}

main .ot-subinfo {
    margin-bottom: 40px;
}

@media screen and (max-width: 1440px) {
    .ot-swiper .swiper-arrow {
        right: -38px;
        width: 23%;
    }
}


@media screen and (max-width: 1024px) {

    .ot-about__subtext {
        margin-bottom: 20px;

    }

    .ot-swiper .swiper-arrow {
        top: 21%;
        right: -36px;
        width: 28%;
    }

    .ot-swiper .swiper-data {
        font-size: 30px;
    }

    .ot-swiper .swiper-circle {
        padding: 56px 46px;
        width: 160px;
    }

    .ot-swiper .infinity {
        padding: 65px 45px;
    }

}

@media screen and (max-width: 768px) {
    .ot-about__container {
        flex-wrap: wrap-reverse;
    }

    .ot-about__picture {
        width: 100%;
    }

    .ot-about__text {
        margin-top: 20px;
        width: 100%;
    }

    .ot-main__subtitle {
        width: 100%;
    }

    .ot-swiper .swiper-circle {
        padding: 54px 46px;
        width: 155px;
    }

    .ot-swiper .infinity {
        padding: 65px 45px;
    }

    .ot-swiper,
    .ot-about {
        margin: 30px 0;
    }

    .ot-main__subtitle {
        margin-bottom: 30px;
    }

    .ot-swiper .swiper-arrow {
        top: 21%;
        right: -32px;
        width: 26%;
    }

}

@media screen and (max-width: 425px) {

    .ot-main__subtitle {
        width: 100%;
    }

    .ot-swiper .swiper-arrow {
        top: 20%;
        right: -28px;
        width: 26%;
    }


}

@media screen and (max-width: 375px) {

    .ot-swiper .swiper-data {
        font-size: 24px;
    }

    .ot-swiper .swiper-circle {
        padding: 50px 38px;
        width: 140px;
    }

    .ot-swiper .swiper-arrow {
        top: 20%;
        right: -27px;
        width: 27%;
    }

    .ot-swiper .infinity {
        padding: 55px 45px;
    }


}

@media screen and (max-width: 320px) {

    .ot-swiper .swiper-arrow {
        right: -23px;
        width: 27%;
    }

    .ot-swiper .swiper-circle {
        padding: 40px 25px;
        width: 120px;
    }

    .ot-swiper .infinity {
        padding: 45px 25px;
    }
}