@media only screen and (max-width: 991px) {
    .rclp-container {
        max-width: 480px;
    }
    .rclp-header {
        padding: 58px 0 0;
    }
    .rclp-header img {
        width: 280px;
    }
    .rclp-section-1 {
        margin-bottom: 103px;
    }
    .rclp-section-1 h1 {
        font-size: 50px;
        display: block;
        max-width: 310px;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        margin: 126px auto 64px;
        text-align: center;
    }
    .rclp-section-1 h1 span {
        font-size: 30px;
    }
    .rclp-section-1 picture {
        overflow: hidden;
        text-align: right;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
    }
    .rclp-section-1 picture source,
    .rclp-section-1 picture img {
        height: 427px;
        max-width: none;
    }
    .rclp-section-2 {
        position: relative;
        background: url(../images/img_circle.svg) 50% 97px no-repeat;
        padding: 10px 0 462px;
        margin: 0 0 105px;
        background-size: 245% auto;
    }
    .rclp-section-2__title:before {
        top: 16px;
    }
    .rclp-section-2__title h2 {
        font-size: 40px;
        padding: 0 22px;
        max-width: 85%;
        display: block;
        margin: 0 auto;
    }
    .rclp-section-2__cat {
        max-width:100%;
        display: flex;
        margin: 0 auto;
        padding: 142px 0 0 10%;
        overflow: hidden;
    }
    .rclp-section-2__cat source, .rclp-section-2__cat img {
        height: 340px;
        max-width: none;
    }
    .rclp-section-2__info {
        position: absolute;
        top: 56%;
        right: 50%;
        transform: translate(50%,0);
        max-width: 58%;
    }
    .rclp-section-2_text {
        position: absolute;
        right: 0;
        bottom: 39px;
        text-align: center;
        left: 0;
        max-width: 50%;
        margin: 0 auto;
        line-height: 1.3;
    }
    .rclp-section-3 {
        border: 3px solid var(--orange-color);
        border-radius: 0 0 30px 30px;
        margin: 0 7% 109px;
    }
    .rclp-section-3 h2 {
        border-radius: 50px;
        text-align: center;
        margin: -49px -3px 0;
        font-size: 29px;
        padding: 13px 67px;
        position: relative;
        z-index: 2;
        line-height: 1.3;
    }
    .rclp-section-3__column {
        grid-template-columns: 1fr;
        margin: 8px 34px 63px;
    }
    .rclp-section-3__cat source, .rclp-section-3__cat img {
        height: 440px;
        max-width: none;
    }
    .rclp-section-3 h3 {
        font-size: 30px;
        max-width: 100%;
        margin-bottom: 17px;
        padding-left: 0;
        line-height: 1.1;
        margin-top: 19px;
    }
    .rclp-section-3__text {
        max-width: 92%;
        font-size: 20px;
        display: block;
        padding-left: 0;
        line-height: 1;
    }
    .rclp-section-2__title:before {
        top: 50%;
        transform: translate(0, -50%);
    }
    .rclp-section-4 .rclp-section-2__title {
        position: relative;
        margin-bottom: 103px;
    }
    .rclp-section-4__list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 90px;
        margin: 0 8%;
    }
    .rclp-section-4__item {
        border-radius: 30px;
        padding: 34px 34px 55px;
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
    }
    .rclp-section-4__item-l {
        text-align: center;
        position: relative;
        margin: -76px 20px 24px;
        max-width: 134px;
    }
    .rclp-section-4__numb {
        left: -24px;
        top: -1px;
        width: 48px;
        height: 48px;
        font-size: 32px;
    }
    .rclp-section-4__numb:after {
        width: 38px;
        height: 38px;
    }
    .rclp-section-4__item-l img {
        max-width: 130px;
    }
    .rclp-section-4__item-r h3 {
        font-size: 24px;
        margin-bottom: 22px;
        /* word-break: break-word; */
        margin-right: 0;
    }
    /*.rclp-section-4__item-r h3 br {*/
    /*    display: none;*/
    /*}*/
    .rclp-section-5 {
        position: relative;
        background: url("../images/img_circle.svg") 50% 55% no-repeat;
        padding: 90px 0 83px;
        margin: 0 0 0;
        background-size: 230% auto;
        overflow: hidden;
    }
    .rclp-section-5__title {
        max-width: 92%;
        font-size: 60px;
        text-align: center;
        margin: 0 auto 517px;
    }
    .rclp-section-5__title span {
        color: var(--grey-color);
        display: block;
        font-size: 30px;
    }
    .rclp-section-5__list {
        margin: 0 auto;
        max-width: 300px;
    }
    .rclp-section-5__item {
        grid-template-columns: 100px auto;
        gap: 20px;
        margin: 0 0 34px;
    }
    .rclp-section-5__icon {
        margin: -3px -3px -6px;
        max-width: 100px;
    }
    .rclp-section-5__text {
        font-size: 25px;
        line-height: 1;
        display: block;
    }
    .rclp-section-5__cat {
        position: absolute;
        bottom: 0;
        right: 0;
        display: none;
    }
    .rclp-section-5__cat source,
    .rclp-section-5__cat img {}
    .rclp-section-5__corm {
        position: absolute;
        top: 38%;
        bottom: auto;
        right: 50%;
        transform: translate(50%,0);
        max-width: 280px;
        display: flex;
        justify-content: center;
    }
    .rclp-section-5__corm source,
    .rclp-section-5__corm img {
        max-width: 150%;
    }
    .rclp-section-6__imgl-1,
    .rclp-section-6__imgr-1 {
        display: none !important;
    }

    .rclp-section-6 {
        position: relative;
        margin: 0 0 82px;
        overflow: hidden;
    }
    .rclp-section-6 .rclp-section-2__title {
        margin: 0 0 54px;
        position: relative;
    }
    .rclp-section-6 .rclp-section-2__title h2 {
        text-align: center;
        display: inline-block;
    }
    .rclp-section-6__list {
        display: grid;
        align-items: flex-end;
        grid-template-columns: 1fr 1% 1fr;
        position: relative;
    }
    .rclp-section-6__list div {
        position: initial;
        /* height: 100%; */
        display: flex;
        justify-content: center;
    }
    .rclp-section-6__imgl {
        display: flex;
        justify-content: center;
        width: 280px;
    }
    .rclp-section-6__imgl source,
    .rclp-section-6__imgl img {
        max-width: none;
        margin-left: 34px;
        margin-top: 8px;
        height: 480px;
    }
    .rclp-section-6__imgl-1 {
        background: var(--white-color);
        fill: var(--white-color);
        filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.15));
        position: absolute;
        border-radius: 50%;
        overflow: hidden;
        z-index: 2;
        left: 15px;
        bottom: 52px;
        width: 210px;
        height: 210px;
    }
    .rclp-section-6__imgl-1 source,
    .rclp-section-6__imgl-1 img {}
    .rclp-section-6__imgc {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        position: absolute;
        top: 0px;
        left: 10%;
        z-index: 2;
    }
    .rclp-section-6__imgc source,
    .rclp-section-6__imgc img {
        width: 190px;
        border-radius: 50%;
    }
    .rclp-section-6__imgr {
        display: flex;
        /* height: 100%; */
        padding-bottom: 16px;
        margin-right: 0;
        margin-left: -99px;
    }
    .rclp-section-6__imgr source,
    .rclp-section-6__imgr img {
        height: 245px;
        max-width: none;
    }
    .rclp-section-6__imgr-1 {
        background: var(--white-color);
        fill: var(--white-color);
        filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.15));
        position: absolute;
        z-index: 2;
        right: 32px;
        bottom: 46px;
        border-radius: 50%;
        overflow: hidden;
        width: 210px;
        height: 210px;
        display: inline-block;
        padding: 49px 0 0;
        text-align: center;
    }
    .rclp-section-6__imgr-1 source,
    .rclp-section-6__imgr-1 img {
    }
    .rclp-section-6__list2 {
        margin: 105px 8% 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 61px;
        position: relative;
    }
    .rclp-section-6__item2 {
        border-radius: 50px;
        background: var(--white-color);
        box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
        padding: 49px 30px 49px 74px;
    }
    .rclp-section-6__item2 h3 {
        color: var(--blue-color);
        font-size: 40px;
        margin-bottom: 26px;
    }
    .rclp-section-6__item2:last-child h3 {
        color: var(--green-color);
    }
    .rclp-section-6__item2 ul {
        list-style: none;
    }
    .rclp-section-6__item2 ul li {
        margin: 0 0 0px;
        position: relative;
    }
    .rclp-section-6__item2 ul li:before {
        content: '';
        background: var(--blue-color);
        width: 12px;
        height: 12px;
        position: absolute;
        left: -45px;
        top: 12px;
        border-radius: 50%;
    }
    .rclp-section-6__item2:last-child ul li:before {
        content: '';
        background: var(--green-color);
    }
    .rclp-section-6__mini {
        text-align: right;
        font-size: 16px;
        padding: 56px 8% 16px;
    }
    .rclp-section-7 {
        position: relative;
        margin-bottom: 50px;
        overflow: hidden;
    }
    .rclp-section-7 .rclp-section-2__title {
        position: relative;
        margin-bottom: 80px;
    }
    .rclp-section-7 .rclp-section-2__title h2 {
        max-width: 90%;
        display: inline-block;
        margin: 0 auto;
        padding: 0 36px;
    }
    .rclp-section-7__list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        align-items: center;
        margin: 0 9%;
    }
    .rclp-section-7__img {
    }
    .rclp-section-7__img source,
    .rclp-section-7__img img {
        display: block;
        max-width: 120%;
        margin: 0 -31px;
    }
    .rclp-section-7__item {
        margin: 45px 0;
        max-width: 100%;
    }
    .rclp-section-7__item h3 {
        font-family: var(--font-din-bold);
        font-size: 26px;
        margin-bottom: 12px;
        line-height: 1.2;
    }
    .rclp-section-7__item p {}

    .rclp-section-1 h1 br {
        display: block;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
    body {
        line-height: 21px;
        font-size: 20px;
    }
    source, img {
        max-width: 70%;
    }
    .rclp-container {
        max-width: 900px;
    }
    .rclp-header img {
        width: 250px;
    }
    .rclp-section-1 h1,
    .rclp-section-5__title {
        font-size: 60px;
        top: 150px;
    }
    .rclp-section-1 h1 span {
        font-size: 50px;
    }
    .rclp-section-2 {
        background-size: 80% auto;
    }
    .rclp-section-2__title:before {
        top: 17px;
    }
    .rclp-section-2__title h2,
    .rclp-section-3 h2,
    .rclp-section-3 h3,
    .rclp-section-5__title span,
    .rclp-section-6__item2 h3 {
        font-size: 40px;
    }
    .rclp-section-2__info,
    .rclp-section-5__cat source, .rclp-section-5__cat img {
        max-width: 270px;
    }
    .rclp-section-2_text {
        right: 40px;
        font-size: 12px;
        bottom: 10px;
    }
    .rclp-section-2__cat source, .rclp-section-2__cat img {
        max-width: 80%;
    }
    .rclp-section-3__text,
    .rclp-section-4__numb {
        font-size: 22px;
    }
    .rclp-section-4__item {
        grid-template-columns: 155px auto;
        padding: 40px 20px;
    }
    .rclp-section-4__item-l img {
        max-width: 100px;
    }
    .rclp-section-4__numb {
        width: 48px;
        height: 48px;
    }
    .rclp-section-4__numb:after {
        width: 38px;
        height: 38px;
    }
    .rclp-section-4__item-r h3 {
        font-size: 20px;
    }
    .rclp-section-5 {
        background-position: 500px calc(100% - 10px);
    }
    .rclp-section-5__corm {
        right: 25%;
    }
    .rclp-section-5__corm source, .rclp-section-5__corm img {
        max-width: 200px;
    }
    .rclp-section-6__imgc {
        max-width: 300px;
        margin: 0 auto 150px;
        display: block;
        text-align: center;
    }
    .rclp-section-6__imgr-1 {
        padding: 25px 0 0;
    }
    .rclp-section-6__item2 ul li:before {
        left: -40px;
        top: 7px;
    }
    .rclp-section-5__item {
        grid-template-columns: 100px auto;
    }
    .rclp-section-5__list {
        max-width: 410px;
    }
    .rclp-section-5__text {
        font-size: 36px;
        line-height: 1;
    }
    .rclp-section-5__icon {
        margin: -3px -3px -6px;
        max-width: 100%;
    }
    .rclp-section-6__imgl-1,
    .rclp-section-6__imgr-1 {
        width: 150px;
        height: 150px;
    }
    .rclp-section-6__imgl-1 source,
    .rclp-section-6__imgr-1 source,
    .rclp-section-6__imgl-1 img,
    .rclp-section-6__imgr-1 img {
        max-width: 100%;
    }
    .rclp-section-7__img source, .rclp-section-7__img img {
        max-width: 100%;
    }
    .rclp-section-7__item h3 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1530px) {
    body {
        line-height: 21px;
        font-size: 20px;
    }
    .rclp-container {
        max-width: 1200px;
    }
    .rclp-header img {
        width: 300px;
    }
    .rclp-section-1 h1,
    .rclp-section-5__title {
        font-size: 70px;
        top: 200px;
    }
    .rclp-section-1 h1 span {
        font-size: 60px;
    }
    .rclp-section-2__title:before {
        top: 24px;
    }
    .rclp-section-2__title h2,
    .rclp-section-3 h2,
    .rclp-section-3 h3,
    .rclp-section-5__title span,
    .rclp-section-6__item2 h3 {
        font-size: 50px;
    }
    .rclp-section-2__info,
    .rclp-section-5__cat source, .rclp-section-5__cat img {
        max-width: 400px;
    }
    .rclp-section-2_text {
        right: 40px;
    }
    .rclp-section-3__text,
    .rclp-section-4__numb {
        font-size: 28px;
    }
    .rclp-section-4__item {
        grid-template-columns: 175px auto;
    }
    .rclp-section-4__item-l img {
        max-width: 120px;
    }
    .rclp-section-4__numb {
        width: 48px;
        height: 48px;
    }
    .rclp-section-4__numb:after {
        width: 38px;
        height: 38px;
    }
    .rclp-section-4__item-r h3 {
        font-size: 20px;
    }
    .rclp-section-5 {
        background-position: 580px calc(100% - 10px);
    }
    .rclp-section-5__corm {
        right: 30%;
    }
    .rclp-section-5__corm source, .rclp-section-5__corm img {
        max-width: 200px;
    }
    .rclp-section-6__imgc {
        margin-bottom: 150px;
        max-width: 300px;
    }
    .rclp-section-6__item2 ul li:before {
        left: -40px;
        top: 7px;
    }
}