.section-polniy-cikl{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #0A1628 0%, #0F2A50 100%);
    cursor: default;
}
.section-polniy-cikl__container{
    width: 92%;
    display: flex;
    justify-content: space-between;
    padding-top: 51px;
    padding-bottom: 51px;
}

.section-polniy-cikl__left{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.section-polniy-cikl__left__uptitle{
    color: #63F5FF;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.section-polniy-cikl__left__title{
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; 
    letter-spacing: 1px;
    width: 600px;
}
.section-polniy-cikl__left__subtitle{
    color: rgba(255, 255, 255, 0.60);
    font-family: 'Inter';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.9px; 
    width: 600px;
}

.section-polniy-cikl__left__list{
    display: flex;
    flex-direction: column;
    gap: 26px;
}
.section-polniy-cikl__left__el{
    display: flex;
    align-items: center;
    justify-content: start;
    width: 740px;
    padding: 15px 15px;
    gap: 15px;
    border-radius: 16px;
    border: 0.8px solid rgba(99, 245, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.section-polniy-cikl__left__el-left{
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background: linear-gradient(135deg, #63F5FF 0%, #00D4E0 100%);
    color: #0A1628;
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    
}
.section-polniy-cikl__left__el-right{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.section-polniy-cikl__left__el-right__tit{
    color: #FFF;
    font-family: 'Inter';
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}
.section-polniy-cikl__left__el-right__p{
    color: rgba(255, 255, 255, 0.60);
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
}


.section-polniy-cikl__right{
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.section-polniy-cikl__right__block-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 21px;
}
.section-polniy-cikl__right__block-img > img{
    width: 370px;
    height: auto;
}
.section-polniy-cikl__right__block-img > p{
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-family: 'Inter';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.9px; 
}

@media(max-width:  1740px){
    
    .section-polniy-cikl__container{ padding-top: 50px; padding-bottom: 50px; }

    .section-polniy-cikl__left{ gap: 30px; }
    .section-polniy-cikl__left__uptitle{ font-size: 16px; }
    .section-polniy-cikl__left__title{ font-size: 40px; line-height: 50px; }
    .section-polniy-cikl__left__subtitle{ font-size: 16px; line-height: 28px; width: 600px; }

    .section-polniy-cikl__left__list{ gap: 26px; }
    .section-polniy-cikl__left__el{ width: 700px; padding: 15px 15px; gap: 15px; border-radius: 16px; }
    .section-polniy-cikl__left__el-left{ width: 30px; height: 30px; border-radius: 16px; font-size: 13px; }
    .section-polniy-cikl__left__el-right{ gap: 6px; }
    .section-polniy-cikl__left__el-right__tit{ font-size: 16px; }
    .section-polniy-cikl__left__el-right__p{ font-size: 14px; line-height: 28px; }


    .section-polniy-cikl__right{ gap: 20px; margin-top: 10px; }
    .section-polniy-cikl__right__block-img{ gap: 20px; }
    .section-polniy-cikl__right__block-img > img{ width: 340px; }
    .section-polniy-cikl__right__block-img > p{ font-size: 16px; line-height: 28px; }
}

@media(max-width:  1620px){
    
    .section-polniy-cikl__container{ padding-top: 50px; padding-bottom: 50px; }

    .section-polniy-cikl__left{ gap: 28px; }
    .section-polniy-cikl__left__uptitle{ font-size: 15px; }
    .section-polniy-cikl__left__title{ font-size: 36px; line-height: 46px; }
    .section-polniy-cikl__left__subtitle{ font-size: 15px; line-height: 28px; width: 500px; }

    .section-polniy-cikl__left__list{ gap: 24px; }
    .section-polniy-cikl__left__el{ width: 600px; padding: 13px 13px; gap: 13px; border-radius: 16px; }
    .section-polniy-cikl__left__el-left{ width: 28px; height: 28px; border-radius: 16px; font-size: 13px; }
    .section-polniy-cikl__left__el-right{ gap: 6px; }
    .section-polniy-cikl__left__el-right__tit{ font-size: 15px; }
    .section-polniy-cikl__left__el-right__p{ font-size: 13px; line-height: 25px; }


    .section-polniy-cikl__right{ gap: 20px; margin-top: 10px; }
    .section-polniy-cikl__right__block-img{ gap: 20px; }
    .section-polniy-cikl__right__block-img > img{ width: 340px; }
    .section-polniy-cikl__right__block-img > p{ font-size: 16px; line-height: 28px; }
}

@media(max-width:  1500px){
    
    .section-polniy-cikl__container{ padding-top: 50px; padding-bottom: 50px; }

    .section-polniy-cikl__left{ gap: 28px; }
    .section-polniy-cikl__left__uptitle{ font-size: 15px; }
    .section-polniy-cikl__left__title{ font-size: 36px; line-height: 46px; }
    .section-polniy-cikl__left__subtitle{ font-size: 15px; line-height: 28px; width: 500px; }

    .section-polniy-cikl__left__list{ gap: 24px; }
    .section-polniy-cikl__left__el{ width: 600px; padding: 13px 13px; gap: 13px; border-radius: 16px; }
    .section-polniy-cikl__left__el-left{ width: 28px; height: 28px; border-radius: 16px; font-size: 13px; }
    .section-polniy-cikl__left__el-right{ gap: 6px; }
    .section-polniy-cikl__left__el-right__tit{ font-size: 15px; }
    .section-polniy-cikl__left__el-right__p{ font-size: 13px; line-height: 25px; }


    .section-polniy-cikl__right{ gap: 15px; margin-top: 10px; }
    .section-polniy-cikl__right__block-img{ gap: 15px; }
    .section-polniy-cikl__right__block-img > img{ width: 300px; }
    .section-polniy-cikl__right__block-img > p{ font-size: 15px; line-height: 25px; }
}
@media(max-width:  1370px){
    
    .section-polniy-cikl__container{ padding-top: 50px; padding-bottom: 50px; }

    .section-polniy-cikl__left{ gap: 20px; }
    .section-polniy-cikl__left__uptitle{ font-size: 14px; }
    .section-polniy-cikl__left__title{ font-size: 32px; line-height: 42px; width: 500px;}
    .section-polniy-cikl__left__subtitle{ font-size: 14px; line-height: 26px; width: 450px; }

    .section-polniy-cikl__left__list{ gap: 20px; }
    .section-polniy-cikl__left__el{ width: 500px; padding: 10px 10px; gap: 12px; border-radius: 14px; }
    .section-polniy-cikl__left__el-left{ width: 28px; height: 28px; border-radius: 16px; font-size: 13px; }
    .section-polniy-cikl__left__el-right{ gap: 6px; }
    .section-polniy-cikl__left__el-right__tit{ font-size: 14px; }
    .section-polniy-cikl__left__el-right__p{ font-size: 12px; line-height: 25px; }


    .section-polniy-cikl__right{ gap: 13px; margin-top: 20px; }
    .section-polniy-cikl__right__block-img{ gap: 15px; }
    .section-polniy-cikl__right__block-img > img{ width: 300px; }
    .section-polniy-cikl__right__block-img > p{ font-size: 15px; line-height: 25px; }
}
@media(max-width:  1280px){
    
    .section-polniy-cikl__container{ padding-top: 50px; padding-bottom: 50px; }

    .section-polniy-cikl__left{ gap: 20px; }
    .section-polniy-cikl__left__uptitle{ font-size: 14px; }
    .section-polniy-cikl__left__title{ font-size: 32px; line-height: 42px; width: 500px;}
    .section-polniy-cikl__left__subtitle{ font-size: 14px; line-height: 26px; width: 450px; }

    .section-polniy-cikl__left__list{ gap: 20px; }
    .section-polniy-cikl__left__el{ width: 500px; padding: 10px 10px; gap: 12px; border-radius: 14px; }
    .section-polniy-cikl__left__el-left{ width: 28px; height: 28px; border-radius: 16px; font-size: 13px; }
    .section-polniy-cikl__left__el-right{ gap: 6px; }
    .section-polniy-cikl__left__el-right__tit{ font-size: 14px; }
    .section-polniy-cikl__left__el-right__p{ font-size: 12px; line-height: 25px; }


    .section-polniy-cikl__right{ gap: 13px; margin-top: 20px; }
    .section-polniy-cikl__right__block-img{ gap: 15px; }
    .section-polniy-cikl__right__block-img > img{ width: 290px; }
    .section-polniy-cikl__right__block-img > p{ font-size: 14px; line-height: 25px; }
}
@media(max-width:  1240px){
    
    .section-polniy-cikl__container{ padding-top: 50px; padding-bottom: 50px; }

    .section-polniy-cikl__left{ gap: 17px; }
    .section-polniy-cikl__left__uptitle{ font-size: 13px; }
    .section-polniy-cikl__left__title{ font-size: 28px; line-height: 36px; width: 500px;}
    .section-polniy-cikl__left__subtitle{ font-size: 13px; line-height: 22px; width: 450px; }

    .section-polniy-cikl__left__list{ gap: 17px; }
    .section-polniy-cikl__left__el{ width: 450px; padding: 12px 10px; gap: 12px; border-radius: 14px; }
    .section-polniy-cikl__left__el-left{ width: 26px; height: 26px; border-radius: 16px; font-size: 12px; }
    .section-polniy-cikl__left__el-right{ gap: 6px; }
    .section-polniy-cikl__left__el-right__tit{ font-size: 13px; }
    .section-polniy-cikl__left__el-right__p{ font-size: 11px; line-height: 22px; }


    .section-polniy-cikl__right{ gap: 13px; margin-top: 20px; }
    .section-polniy-cikl__right__block-img{ gap: 15px; }
    .section-polniy-cikl__right__block-img > img{ width: 280px; }
    .section-polniy-cikl__right__block-img > p{ font-size: 14px; line-height: 25px; }
}
@media(max-width:  1170px){
    
    .section-polniy-cikl__container{ padding-top: 50px; padding-bottom: 50px; }

    .section-polniy-cikl__left{ gap: 17px; }
    .section-polniy-cikl__left__uptitle{ font-size: 12px; }
    .section-polniy-cikl__left__title{ font-size: 28px; line-height: 36px; width: 500px;}
    .section-polniy-cikl__left__subtitle{ font-size: 13px; line-height: 22px; width: 450px; }

    .section-polniy-cikl__left__list{ gap: 17px; }
    .section-polniy-cikl__left__el{ width: 450px; padding: 12px 10px; gap: 12px; border-radius: 14px; }
    .section-polniy-cikl__left__el-left{ width: 26px; height: 26px; border-radius: 16px; font-size: 12px; }
    .section-polniy-cikl__left__el-right{ gap: 6px; }
    .section-polniy-cikl__left__el-right__tit{ font-size: 13px; }
    .section-polniy-cikl__left__el-right__p{ font-size: 11px; line-height: 22px; }


    .section-polniy-cikl__right{ gap: 13px; margin-top: 35px; }
    .section-polniy-cikl__right__block-img{ gap: 15px; }
    .section-polniy-cikl__right__block-img > img{ width: 260px; }
    .section-polniy-cikl__right__block-img > p{ font-size: 13px; line-height: 25px; }
}
@media(max-width:  1170px){
    
    .section-polniy-cikl__container{ padding-top: 50px; padding-bottom: 50px; }

    .section-polniy-cikl__left{ gap: 17px; }
    .section-polniy-cikl__left__uptitle{ font-size: 12px; }
    .section-polniy-cikl__left__title{ font-size: 26px; line-height: 36px; width: 450px;}
    .section-polniy-cikl__left__subtitle{ font-size: 13px; line-height: 22px; width: 450px; }

    .section-polniy-cikl__left__list{ gap: 15px; }
    .section-polniy-cikl__left__el{ width: 425px; padding: 12px 10px; gap: 12px; border-radius: 14px; }
    .section-polniy-cikl__left__el-left{ width: 26px; height: 26px; border-radius: 16px; font-size: 12px; }
    .section-polniy-cikl__left__el-right{ gap: 6px; }
    .section-polniy-cikl__left__el-right__tit{ font-size: 13px; }
    .section-polniy-cikl__left__el-right__p{ font-size: 11px; line-height: 22px; }


    .section-polniy-cikl__right{ gap: 13px; margin-top: 35px; }
    .section-polniy-cikl__right__block-img{ gap: 15px; }
    .section-polniy-cikl__right__block-img > img{ width: 260px; }
    .section-polniy-cikl__right__block-img > p{ font-size: 13px; line-height: 25px; }
}
@media(max-width:  1090px){
    
    .section-polniy-cikl__container{ padding-top: 50px; padding-bottom: 50px; }

    .section-polniy-cikl__left{ gap: 17px; }
    .section-polniy-cikl__left__uptitle{ font-size: 12px; }
    .section-polniy-cikl__left__title{ font-size: 26px; line-height: 36px; width: 400px;}
    .section-polniy-cikl__left__subtitle{ font-size: 13px; line-height: 22px; width: 400px; }

    .section-polniy-cikl__left__list{ gap: 15px; }
    .section-polniy-cikl__left__el{ width: 400px; padding: 12px 10px; gap: 12px; border-radius: 14px; }
    .section-polniy-cikl__left__el-left{ width: 26px; height: 26px; border-radius: 16px; font-size: 12px; }
    .section-polniy-cikl__left__el-right{ gap: 6px; }
    .section-polniy-cikl__left__el-right__tit{ font-size: 13px; }
    .section-polniy-cikl__left__el-right__p{ font-size: 11px; line-height: 22px; }


    .section-polniy-cikl__right{ gap: 13px; margin-top: 35px; }
    .section-polniy-cikl__right__block-img{ gap: 12px; }
    .section-polniy-cikl__right__block-img > img{ width: 240px; }
    .section-polniy-cikl__right__block-img > p{ font-size: 13px; line-height: 25px; }
}

@media(max-width:  1000px){
    
    .section-polniy-cikl__container{ padding-top: 50px; padding-bottom: 50px; flex-direction: column;}

    .section-polniy-cikl__left{ gap: 23px; align-items: center; }
    .section-polniy-cikl__left__uptitle{ font-size: 13px; text-align: center; }
    .section-polniy-cikl__left__title{ font-size: 32px; line-height: 36px; width: 600px; text-align: center; }
    .section-polniy-cikl__left__subtitle{ font-size: 16px; line-height: 26px; width: 600px; text-align: center; }

    .section-polniy-cikl__left__list{ gap: 20px; align-items: center; }
    .section-polniy-cikl__left__el{ width: 700px; padding: 16px 20px; gap: 12px; border-radius: 14px; }
    .section-polniy-cikl__left__el-left{ width: 32px; height: 32px; border-radius: 16px; font-size: 14px; }
    .section-polniy-cikl__left__el-right{ gap: 8px; }
    .section-polniy-cikl__left__el-right__tit{ font-size: 16px; }
    .section-polniy-cikl__left__el-right__p{ font-size: 13px; line-height: 26px; }


    .section-polniy-cikl__right{ gap: 20px; margin-top: 50px; }
    .section-polniy-cikl__right__block-img{ gap: 15px; }
    .section-polniy-cikl__right__block-img > img{ width: 330px; }
    .section-polniy-cikl__right__block-img > p{ font-size: 15px; line-height: 25px; }
}

@media(max-width:  880px){
    
    .section-polniy-cikl__container{ padding-top: 50px; padding-bottom: 50px; flex-direction: column;}

    .section-polniy-cikl__left{ gap: 20px; align-items: center; }
    .section-polniy-cikl__left__uptitle{ font-size: 12px; text-align: center; }
    .section-polniy-cikl__left__title{ font-size: 32px; line-height: 36px; width: 600px; text-align: center; }
    .section-polniy-cikl__left__subtitle{ font-size: 16px; line-height: 26px; width: 600px; text-align: center; }

    .section-polniy-cikl__left__list{ gap: 20px; align-items: center; align-items: center; }
    .section-polniy-cikl__left__el{ width: 650px; padding: 16px 20px; gap: 12px; border-radius: 14px; }
    .section-polniy-cikl__left__el-left{ width: 29px; height: 29px; border-radius: 16px; font-size: 13px; }
    .section-polniy-cikl__left__el-right{ gap: 8px; }
    .section-polniy-cikl__left__el-right__tit{ font-size: 14px; }
    .section-polniy-cikl__left__el-right__p{ font-size: 12px; line-height: 23px; }


    .section-polniy-cikl__right{ gap: 20px; margin-top: 50px; }
    .section-polniy-cikl__right__block-img{ gap: 15px; }
    .section-polniy-cikl__right__block-img > img{ width: 300px; }
    .section-polniy-cikl__right__block-img > p{ font-size: 14px; line-height: 25px; }
}

@media(max-width:  800px){
    
    .section-polniy-cikl__container{ padding-top: 50px; padding-bottom: 50px; flex-direction: column;}

    .section-polniy-cikl__left{ gap: 20px; align-items: center; }
    .section-polniy-cikl__left__uptitle{ font-size: 12px; text-align: center; }
    .section-polniy-cikl__left__title{ font-size: 32px; line-height: 36px; width: 600px; text-align: center; }
    .section-polniy-cikl__left__subtitle{ font-size: 16px; line-height: 26px; width: 600px; text-align: center; }

    .section-polniy-cikl__left__list{ gap: 20px; align-items: center; align-items: center; }
    .section-polniy-cikl__left__el{ width: 600px; padding: 16px 20px; gap: 12px; border-radius: 14px; }
    .section-polniy-cikl__left__el-left{ width: 29px; height: 29px; border-radius: 16px; font-size: 13px; }
    .section-polniy-cikl__left__el-right{ gap: 8px; }
    .section-polniy-cikl__left__el-right__tit{ font-size: 14px; }
    .section-polniy-cikl__left__el-right__p{ font-size: 12px; line-height: 23px; }


    .section-polniy-cikl__right{ gap: 15px; margin-top: 40px; }
    .section-polniy-cikl__right__block-img{ gap: 15px; }
    .section-polniy-cikl__right__block-img > img{ width: 280px; }
    .section-polniy-cikl__right__block-img > p{ font-size: 14px; line-height: 25px; }
}

@media(max-width:  700px){
    
    .section-polniy-cikl__container{ padding-top: 50px; padding-bottom: 50px; flex-direction: column;}

    .section-polniy-cikl__left{ gap: 20px; align-items: center; }
    .section-polniy-cikl__left__uptitle{ font-size: 12px; text-align: center; }
    .section-polniy-cikl__left__title{ font-size: 28px; line-height: 36px; width: 500px; text-align: center; }
    .section-polniy-cikl__left__subtitle{ font-size: 15px; line-height: 24px; width: 500px; text-align: center; }

    .section-polniy-cikl__left__list{ gap: 20px; align-items: center; align-items: center; }
    .section-polniy-cikl__left__el{ width: 500px; padding: 16px 15px; gap: 12px; border-radius: 14px; }
    .section-polniy-cikl__left__el-left{ width: 28px; height: 28px; border-radius: 16px; font-size: 13px; }
    .section-polniy-cikl__left__el-right{ gap: 8px; }
    .section-polniy-cikl__left__el-right__tit{ font-size: 14px; }
    .section-polniy-cikl__left__el-right__p{ font-size: 12px; line-height: 23px; }


    .section-polniy-cikl__right{ gap: 15px; margin-top: 40px; }
    .section-polniy-cikl__right__block-img{ gap: 15px; }
    .section-polniy-cikl__right__block-img > img{ width: 260px; }
    .section-polniy-cikl__right__block-img > p{ font-size: 14px; line-height: 25px; }
}

@media(max-width:  610px){
    
    .section-polniy-cikl__container{ padding-top: 50px; padding-bottom: 50px; flex-direction: column;}

    .section-polniy-cikl__left{ gap: 20px; align-items: center; }
    .section-polniy-cikl__left__uptitle{ font-size: 12px; text-align: center; }
    .section-polniy-cikl__left__title{ font-size: 28px; line-height: 36px; width: 500px; text-align: center; }
    .section-polniy-cikl__left__subtitle{ font-size: 15px; line-height: 24px; width: 500px; text-align: center; }

    .section-polniy-cikl__left__list{ gap: 18px; align-items: center; align-items: center; }
    .section-polniy-cikl__left__el{ width: 450px; padding: 16px 13px; gap: 10px; border-radius: 14px; }
    .section-polniy-cikl__left__el-left{ width: 26px; height: 26px; border-radius: 16px; font-size: 12px; }
    .section-polniy-cikl__left__el-right{ gap: 8px; }
    .section-polniy-cikl__left__el-right__tit{ font-size: 13px; }
    .section-polniy-cikl__left__el-right__p{ font-size: 11px; line-height: 23px; }


    .section-polniy-cikl__right{ gap: 13px; margin-top: 40px; }
    .section-polniy-cikl__right__block-img{ gap: 13px; }
    .section-polniy-cikl__right__block-img > img{ width: 240px; }
    .section-polniy-cikl__right__block-img > p{ font-size: 13px; line-height: 25px; }
}

@media(max-width:  540px){
    
    .section-polniy-cikl__container{ padding-top: 50px; padding-bottom: 50px; flex-direction: column;}

    .section-polniy-cikl__left{ gap: 17px; align-items: center; }
    .section-polniy-cikl__left__uptitle{ font-size: 12px; text-align: center; }
    .section-polniy-cikl__left__title{ font-size: 26px; line-height: 36px; width: 450px; text-align: center; }
    .section-polniy-cikl__left__subtitle{ font-size: 14px; line-height: 24px; width: 450px; text-align: center; }

    .section-polniy-cikl__left__list{ gap: 18px; align-items: center; align-items: center; }
    .section-polniy-cikl__left__el{ width: 450px; padding: 16px 13px; gap: 10px; border-radius: 14px; }
    .section-polniy-cikl__left__el-left{ width: 26px; height: 26px; border-radius: 16px; font-size: 12px; }
    .section-polniy-cikl__left__el-right{ gap: 8px; }
    .section-polniy-cikl__left__el-right__tit{ font-size: 13px; }
    .section-polniy-cikl__left__el-right__p{ font-size: 11px; line-height: 23px; }


    .section-polniy-cikl__right{ gap: 13px; margin-top: 40px; flex-direction: column;}
    .section-polniy-cikl__right__block-img{ gap: 13px; }
    .section-polniy-cikl__right__block-img > img{ width: 340px; }
    .section-polniy-cikl__right__block-img > p{ font-size: 14px; line-height: 25px; }
}
@media(max-width:  510px){
    
    .section-polniy-cikl__container{ padding-top: 50px; padding-bottom: 50px; flex-direction: column;}

    .section-polniy-cikl__left{ gap: 17px; align-items: center; }
    .section-polniy-cikl__left__uptitle{ font-size: 12px; text-align: center; }
    .section-polniy-cikl__left__title{ font-size: 26px; line-height: 36px; width: 400px; text-align: center; }
    .section-polniy-cikl__left__subtitle{ font-size: 14px; line-height: 24px; width: 400px; text-align: center; }

    .section-polniy-cikl__left__list{ gap: 18px; align-items: center; align-items: center; }
    .section-polniy-cikl__left__el{ width: 400px; padding: 13px 12px; gap: 9px; border-radius: 14px; }
    .section-polniy-cikl__left__el-left{ width: 25px; height: 25px; border-radius: 16px; font-size: 12px; }
    .section-polniy-cikl__left__el-right{ gap: 8px; }
    .section-polniy-cikl__left__el-right__tit{ font-size: 12px; }
    .section-polniy-cikl__left__el-right__p{ font-size: 10px; line-height: 23px; }


    .section-polniy-cikl__right{ gap: 13px; margin-top: 40px; flex-direction: column;}
    .section-polniy-cikl__right__block-img{ gap: 15px; }
    .section-polniy-cikl__right__block-img > img{ width: 320px; }
    .section-polniy-cikl__right__block-img > p{ font-size: 13px; line-height: 25px; }
}
@media(max-width:  430px){
    
    .section-polniy-cikl__container{ padding-top: 40px; padding-bottom: 40px; flex-direction: column;}

    .section-polniy-cikl__left{ gap: 17px; align-items: center; }
    .section-polniy-cikl__left__uptitle{ font-size: 12px; text-align: center; }
    .section-polniy-cikl__left__title{ font-size: 22px; line-height: 36px; width: 330px; text-align: center; }
    .section-polniy-cikl__left__subtitle{ font-size: 11px; line-height: 18px; width: 330px; text-align: center; }

    .section-polniy-cikl__left__list{ gap: 15px; align-items: center; align-items: center; }
    .section-polniy-cikl__left__el{ width: 330px; padding: 10px 10px; gap: 12px; border-radius: 14px; }
    .section-polniy-cikl__left__el-left{ width: 22px; height: 22px; border-radius: 16px; font-size: 12px; }
    .section-polniy-cikl__left__el-right{ gap: 8px; }
    .section-polniy-cikl__left__el-right__tit{ font-size: 11px; }
    .section-polniy-cikl__left__el-right__p{ font-size: 9px; line-height: 16px; }


    .section-polniy-cikl__right{ gap: 20px; margin-top: 30px; flex-direction: column;}
    .section-polniy-cikl__right__block-img{ gap: 15px; }
    .section-polniy-cikl__right__block-img > img{ width: 260px; }
    .section-polniy-cikl__right__block-img > p{ font-size: 12px; line-height: 25px; }
}