.what-is,
.faq{
    margin: 120px 0;
}
.main-title--secondary,
.faq__title,
.stories__title,
.articles__title,
.values__title{
    text-align: center;
    color: #454545;
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 64px;
    line-height: 76px;
}
.subtitle--secondary,
.faq__txt {
    font-family: 'Jost';
    font-weight: 300;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    color: #454545;
    max-width: 920px;
    margin: 12px auto 0 auto;
}
.why-ra__text{
    font-family: 'Jost';
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #454545;
    margin: 12px auto 0 auto;
    max-width: 1088px;
}
.what-is__block:not(:last-child){
    margin-bottom: 80px;
}
.what-is__content, .what-is__content-additionally{
    display: flex;
    align-items: center;
    gap: 34px;
    margin-bottom: 45px;
}
.what-is__content-text{
    color: #454545;
    font-family: Jost;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    width: 66%;
}
.what-is__content-text p:not(:first-child){
    margin: 25px 0;
}
.what-is__content-text h2{
    margin-bottom: 25px;
    line-height: 42px;
}
.what-is__content-text ul li{
    position: relative;
    padding-left: 30px;
}
.what-is__content-text ul li::before{
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background-image: url('/wp-content/themes/wp-RA/assets/img/service/icon-arrow-list.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
}
.what-is__content-image{
    position: relative;
    width: 33%;
}
.what-is__content-image.buttonModalZoomImage{
    cursor: pointer;
}
.image-computer{
    max-width: 417px;
    width: auto;
    display: block;
    position: relative;
    margin: 0 auto;
}
.wrapper-zoom{
    position: absolute !important;
    left: 22px;
    bottom: 55px;
    z-index: 12;
    height: 54.34px;
    width: auto !important;
}
.what-is__content-zoom{
    color: #979797;
    font-family: Jost;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
}
.what-is__button{
    margin: 0px auto;
}
.main-button--green{
    width: 100%;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    height: 60px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(91deg, #d1cb28 0, #48dca6 100%);
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    color: #fff;
    max-width: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.main-button--green span{
    position: relative;
    z-index: 2;
}
.main-button--green::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(179.7deg, #3ca0d2 1.98%, #48dca6 99.74%);
    background: linear-gradient(270.3deg, #3ca0d2 1.98%, #48dca6 99.74%);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.main-button--green:hover::after{
    opacity: 1;
}
/* .why-ra__text{
    color: #454545;
    text-align: center;
    font-family: Jost;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
} */
/* .why-ra__text p{
    margin-bottom: 21px;
} */
.why-ra__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 19px;
    margin-top: 35px;
}
.why-ra__item{
    position: relative;
}
.why-ra__item img{
    display: block;
    width: 100%;
}
.why-ra__item-content{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 15px 0;
}
.why-ra__item-counter{
    color: #454545;
    text-align: center;
    font-family: Nunito;
    font-size: 66.219px;
    font-weight: 700;
}
.why-ra__item-text{
    color: #454545;
    text-align: center;
    font-family: Jost;
    font-size: 18px;
    font-weight: 350;
    line-height: 22.556px;
    max-width: 290px;
    hyphens: auto;
}
.why-ra__item-text a{
    color: #16719E;
    transition: all 0.3s ease;
}
.why-ra__item-text a:hover{
    color: #30BF98;
}
.benefits-block{
    position: relative;
}
/* .benefits-block::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('/wp-content/themes/wp-RA/assets/img/service/bg-benefits-left.svg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 330px;
    z-index: -1;
} */
/* .benefits-block::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('/wp-content/themes/wp-RA/assets/img/service/bg-benefits-right.svg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 260px;
    z-index: -1;
} */
.benefits-block__items{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}
.benefits-block__item{
    max-width: 385px;
    padding: 20px 15px;
    border-radius: 15px;
    border: 1.5px solid var(--Secondary-Shade-grey, #DFDFDF);
    background: #FFF;
    box-shadow: 5px -2px 3.4px 0px rgba(0, 0, 0, 0.22), 9px -8px 1.5px 0px #48dca6;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.page-id-27228 .benefits-block__item{
    box-shadow: 5px -2px 3.4px rgba(0, 0, 0, 0.22), 9px -8px 1.5px #FFB953;
}
.benefits-block__item-name{
    color: #454545;
    font-family: Nunito;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
    /*text-decoration-line: underline;*/
    min-height: 70px;
}
.benefits-block__item-text{
    color: #454545;
    font-family: Jost;
    font-size: 20px;
	/*font-size: 24px;*/
    font-weight: 325;
    line-height: 30px;
}
.benefits-block__item-text p{
    margin-bottom: 25px;
}
.benefits-block__item-text ul li{
    position: relative;
    padding-left: 30px;
}
.benefits-block__item-text ul li::before{
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background-image: url('/wp-content/themes/wp-RA/assets/img/service/icon-arrow-list.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
}
.benefits-slider .slick-track{
    padding: 15px 0;
    display: flex;
}
.benefits-slider .slick-dots{
    display: flex;
    justify-content: center;
    gap: 18px;
    padding-top: 25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.benefits-slider .slick-dots li{
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    border: 1px solid #454545;
}
.benefits-slider .slick-dots li.slick-active{
    background: #454545;
}
.benefits-slider .slick-dots li button{
    padding: 0;
    opacity: 0;
}
.benefits-slide{
    margin: 0px 12px;
    height: auto !important;
}
.benefits-slider{
    display: none !important;
}
.partner-contact{
    margin: 120px 0;
}
.partner-contact__info{
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 0px 0px 8.144px 0px rgba(120, 120, 120, 0.66);
}
.partner-contact__info::before{
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 55%;
    height: 122.448px;
    border-radius: 24.821px 0px 0px 0px;
    background: #30BF98;
    z-index: -1;
}
.partner-contact__info::after{
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 20%;
    height: 103px;
    border-radius: 0px 0px 24.821px 0px;
    background: #38DCE8;
    z-index: -1;
}
.partner-contact__info-wrapper{
    height: auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%), url('/wp-content/themes/wp-RA/assets/img/service/bg-partner2.png');
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.partner-contact__info-text{
    padding-left: 50px;
    padding-right: 25px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.partner-contact__info-title{
    color: #454545;
    font-family: Nunito;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    max-width: 720px;
}
.partner-contact__info-description{
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    color: #454545;
    margin-top: 12px;
}
.partner-contact__info-image img{
    max-width: 465px;
    display: block;
    border-radius: 20px;
}
.partner-contact__info-button{
    /* max-width: 250px; */
    margin-top: 48px;
    max-width: fit-content;
    min-width: 250px;
}
.modal-zoom__image img{
    display: block;
    width: 100%;
    border-radius: 15px;
}
.close.closeZoomWindow{
    right: -15px;
    top: -15px;
}

.page-service .circ-1 {
    top: -200px;
    left: -36px;
}
.page-service .circ-2 {
    top: 0px;
    left: -212px;
}
.page-service .circ-3 {
    max-width: 630px;
    top: 230px;
}
.page-service .circ-4 {
    left: -260px;
    top: 540px;
}
.page-service .circ-5 {
    top: 790px;
    left: -100px;
}
.page-service .circ__title{
    font-size: 52.367px;
    line-height: 59.124px;
    text-transform: none;
}
.page-service .circ__text{
    font-size: 23.649px;
    line-height: 31.63px;
    max-width: 100%;
}
.page-service .steps .circ-1 {
    top: -290px;
    left: 270px;
}
.page-service .steps .circ-2 {
    top: -100px;
    left: 480px;
}
.page-service .steps .circ-3 {
    top: 110px;
    left: 570px;
}
.page-service .steps .circ-4 {
    top: 360px;
    left: 580px;
}
.page-service .steps .circ-5 {
    top: 580px;
    left: 510px;
}
.page-service .steps .circ-6 {
    top: 770px;
    left: 360px;
}
.page-id-26792 .page-service .steps .circ-1 {
    top: -340px;
    left: 340px;
}
.page-id-26792 .page-service .steps .circ-2 {
    top: -150px;
    left: 510px;
}
.page-id-26792 .page-service .steps .circ-3 {
    top: 100px;
    left: 580px;
}
.page-id-26792 .page-service .steps .circ-4 {
    top: 340px;
    left: 560px;
}
.page-id-26792 .page-service .steps .circ-5 {
    top: 540px;
    left: 480px;
}
.page-id-26792 .page-service .steps .circ-6 {
    top: 725px;
    left: 270px;
}
.page-id-26651 .page-service .steps .circ-1 {
    top: -320px;
    left: 270px;
}
.page-id-26651 .page-service .steps .circ-2 {
    top: -110px;
    left: 480px;
}
.page-id-26651 .page-service .steps .circ-6 {
    top: 760px;
    left: 340px;
}
.page-id-26303 .page-service .steps .circ-1 {
    top: -330px;
    left: 300px;
}
.page-id-26303 .page-service .steps .circ-2 {
    top: -110px;
    left: 500px;
}
.page-id-26303 .page-service .steps .circ-3 {
    top: 110px;
    left: 580px;
}
.page-id-26303 .page-service .steps .circ-4 {
    top: 370px;
    left: 560px;
}
.page-id-26303 .page-service .steps .circ-5 {
    top: 580px;
    left: 470px;
}
.page-id-26303 .page-service .steps .circ-6 {
    top: 770px;
    left: 270px;
}
.page-id-23559 .page-service .steps .circ-1 {
    top: -350px;
    left: 340px;
}
.page-id-23559 .page-service .steps .circ-2 {
    top: -120px;
    left: 520px;
}
.page-id-23559 .page-service .steps .circ-3 {
    top: 110px;
    left: 585px;
}
.page-id-23559 .page-service .steps .circ-4 {
    top: 350px;
    left: 560px;
}
.page-id-23559 .page-service .steps .circ-5 {
    top: 580px;
    left: 440px;
}
.page-id-23559 .page-service .steps .circ-6 {
    top: 745px;
    left: 250px;
}
.page-id-26371 .page-service .steps .circ-1 {
    top: -350px;
    left: 280px;
}
.page-id-26371 .page-service .steps .circ-2 {
    top: -130px;
    left: 480px;
}
.page-id-26371 .page-service .steps .circ-3 {
    top: 110px;
    left: 580px;
}
.page-id-26371 .page-service .steps .circ-4 {
    top: 360px;
    left: 565px;
}
.page-id-26371 .page-service .steps .circ-5 {
    top: 580px;
    left: 480px;
}
.page-id-26371 .page-service .steps .circ-6 {
    top: 760px;
    left: 275px;
}

.video{
    margin: 120px 0;
}
.video-content{
    display: flex;
    align-items: center;
    gap: 10px;
}
.video-content__text{
    max-width: 510px;
    color: #454545;
    font-family: Jost;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
}
.video-content__text ul li{
    position: relative;
    padding-left: 30px;
}
.video-content__text ul li::before{
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    background-image: url('/wp-content/themes/wp-RA/assets/img/service/icon-arrow-list.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
}
.video-content__image{
    cursor: pointer;
}
.video-content__image img{
    display: block;
    width: 100%;
}
.modal-zoom__video iframe{
    /* width: 100% !important; */
    border-radius: 15px;
    display: block;
    /* height: 670px; */
    /* max-width: -webkit-fill-available; */
    width: 900px;
    height: 500px;
}
#windowModalZoomVideo .modal-contentWindow{
    max-width: fit-content;
    top: 50%;
    transform: translateY(-50%);
}
.faq__item .faq__item-txt-2 p:not(:last-child) {
    margin-bottom: 25px;
}
.faq__item .faq__item-txt-2 ul {
    margin-bottom: 25px;
}
.faq__item .faq__item-txt-2 ul li{
    position: relative;
    padding-left: 30px;
}
.faq__item .faq__item-txt-2 ul li::before{
    content: '';
    position: absolute;
    left: 5px;
    top: 10px;
    background-image: url('/wp-content/themes/wp-RA/assets/img/service/icon-arrow-list.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
}
.section-industry{
    margin: 120px 0;
}
.industry-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 30px;
}
.industry-item{
    display: flex;
    align-items: center;
    gap: 20px;
    background: #FFFFFF;
    border: 1px solid #454545;
    box-shadow: 5px -2px 3.4px rgba(0, 0, 0, 0.22), 8px -8px 1.5px #DFDFDF;
    border-radius: 15px;
    padding: 10px;
    transition: all 0.3s ease;
}
.industry-item:hover{
    box-shadow: 5px -2px 3.4px rgba(0, 0, 0, 0.22), 9px -8px 1.5px #454545;
}
.industry-item__image img{
    display: block;
    max-width: 130px;
}
.industry-item__name{
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #454545;
}


@media(max-width: 1440px){
    .partner-contact__info-image img{
        max-width: 500px;
        width: 100%;
    }
    .partner-contact__info-title{
        font-size: 29.624px;
        line-height: 35.549px;
    }
    .page-service .steps2 .circ__content{
        transform: none;
        top: 0;
        max-width: 100%;
        text-align: center;
    }
    .page-service .circ__title{
        text-align: center;
    }
    .page-service .circ__text{
        text-align: center;
    }
}
@media(max-width: 1024px){
    .main-title--secondary,
    .faq__title,
    .stories__title,
    .articles__title,
    .values__title{
        font-size: 46px;
        line-height: 54px;
    }
    .subtitle--secondary,
    .faq__txt,
    .why-ra__text{
        font-size: 22px;
        line-height: 28px;
    }
    .main-button--green{
        font-size: 20px;
    }
    .what-is,
    .partner-contact,
    .video,
    .faq{
        margin: 100px 0;
    }
    .what-is__content, .what-is__content-additionally{
        flex-direction: column-reverse;
    }
    .what-is__content-text{
        line-height: 30px;
        width: 100%;
    }
    .what-is__content-text p {
        margin: 15px 0;
    }
    .why-ra__item-counter{
        font-size: 52.306px;
    }
    .why-ra__item-content{
        padding: 20px 0;
    }
    .benefits-block__item{
        max-width: 340px;
    }
    .benefits-block__item-name{
        font-size: 23.019px;
        /* height: 62px; */
    }
    .benefits-block__item-text{
        font-size: 21.249px;
        line-height: 26.561px;
    }
    .video-content{
        flex-direction: column;
    }
    .video-content__text{
        max-width: 100%;
        line-height: 30px;
    }
    .page-service .circ__title{
        font-size: 50px !important;
        line-height: 60px !important;
        margin-bottom: 40px;
    }
    .what-is__content-image{
        width: 100%;
        max-width: 417px;
    }
    .image-computer{
        margin: 0 auto;
    }
    .page-service .main-circle2{
        margin-bottom: 140px;
    }
    .modal-zoom__video iframe{
        width: 700px;
        height: 400px;
    }
    .industry-list{
        gap: 18px;
    }
    .industry-item{
        gap: 18px;
    }
    .industry-item__name{
        font-size: 20px;
        line-height: 24px;
    }
    .faq__top{
        margin-bottom: 28px;
    }
    .partner-contact__info-description{
        font-size: 20px;
        line-height: 26px;
    }
    .partner-contact__info-button{
        margin-top: 12px;
    }
}
@media(max-width: 767px){
    .what-is, .why-ra, .page-service .main-circle2, .partner-contact, .video, .faq{
        margin: 80px 0;
    }
    .main-title--secondary,
    .faq__title,
    .stories__title,
    .articles__title,
    .values__title{
        font-size: 36px;
        line-height: 46px;
    }
    .subtitle--secondary,
    .faq__txt,
    .why-ra__text{
        font-size: 18px;
        line-height: 26px;
    }
    .main-button--green{
        font-size: 19px;
    }
    .what-is__content-image{
        width: fit-content;
    }
    .what-is__content-text{
        font-size: 20px;
    }
    .benefits-block__item{
        max-width: 100%;
    }
    .benefits-block__items{
        display: none;
    }
    .benefits-slider{
        display: block !important;
    }
    .benefits-block__item-name{
        font-size: 23px;
        line-height: 27px;
        margin-bottom: 15px;
        min-height: auto;
    }
    .benefits-block__item-text{
        font-size: 20px;
    }
    /* .benefits-block::before{
        max-width: 170px;
    } */
    /* .benefits-block::after{
        max-width: 170px;
    } */
    .partner-contact__info-title{
        font-size: 26px;
        line-height: 31px;
    }
    .video-content__text{
        font-size: 20px;
        line-height: 29px;
    }
    .page-service .circ__title{
        font-size: 35px !important;
        line-height: 42px !important;
    }
    .section-industry{
        margin: 80px 0;
    }
    .industry-list{
        gap: 16px;
    }
    .modal-zoom__video iframe{
        width: revert-layer;
        height: revert-layer;
    }
    .industry-item__name{
        line-height: 26px;
    }
    .faq__top{
        margin-bottom: 26px;
    }
    .partner-contact__info-description{
        font-size: 18px;
        line-height: 24px;
        margin-top: 8px;
    }
    .partner-contact__info-button{
        margin-top: 18px;
    }
}
@media(max-width: 670px){
    .partner-contact__info{
        background-size: cover;
        flex-direction: column;
        background-position: center;
        max-width: 400px;
        margin: 0 auto;
    }
    .partner-contact__info-image{
        margin-left: auto;
    }
    .partner-contact__info-image img{
        max-width: 190px;
    }
    .partner-contact__info-text{
        padding-top: 30px;
        padding-right: 25px;
        padding-bottom: 30px;
        font-size: 26px;
        transform: none;
    }
}
@media(max-width: 460px){
    .modal-zoom__video iframe{
        width: 390px;
        height: 200px;
    }
    .industry-list{
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
}