#hero_section {
    position: relative;
    width: 100%;
    height: 720px;
}
.bg_video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hero_section_wrapper{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.hero_section_wrapper .container{
    height: 100%;
}
.hero_section_content{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero_section_title{
    max-width: 806px;
    font-weight: 600;
    font-size: 85px;
    color: var(--color-Main-White);
    margin-bottom: 30px;
    line-height: 88px;
}

.hero_section_text{
    line-height: 22px;
    color: var(--color-Main-White);
    max-width: 463px;
    margin-bottom: 40px;
}
.hero_section_text span{
    font-weight: 600;
}

.basic_wrapper{
    padding: 120px 0;
}

.insurances_container{
    display: flex;
    justify-content: space-between;
}
.basic_texts_box{
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
}
.basic_block_title{
    color: var(--color-Main-Dark);
    font-size: 42px;
    font-weight: 700;
}
.red_text{
    color: var(--color-Main-Red);
}
.basic_block_pretitle{
    color: var(--color-Main-Blue);
    line-height: 22px;
}
.basic_block_pretitle span{
    font-weight: 600;
}
.insurances_content{
    position: relative;
}
.bg_video_isv{
    width: 758px;
    height: 611px;
    object-fit: cover;
}
.bg_video_isv_content{
    padding: 40px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 99%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.video_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video_header_text{
    color: var(--color-Main-White);
    font-size: 32px;
    font-weight: 700;
}
.primary_arrow{
    border: 1px var(--color-Main-White);
    border-radius: 50%;
    transition: .3s;
    width: 50px;
    cursor: pointer;
}
.primary_arrow:hover{
    background: #FFFFFF33;
}
.primary_arrow:active{
    /*width: 60px;*/
    background: #FFFFFF33;
}
#insurances_section,
#company_news{
    background: var(--color-Main-Neutral);
}
#insurances_section .primary_arrow{
    transform: rotate(-45deg);
}
.services_list{
    display: flex;
    justify-content: space-between;
}
.services_list li{
    color: var(--color-Main-White);
    font-weight: 600;
    cursor: pointer;
}

#media_partner_reviews{
    background: var(--color-Main-Dark);
}
#media_partner_reviews .container{
    padding: 80px 80px;
}
.media_partner_header{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
#media_partner_reviews .basic_block_title{
    color: var(--color-Main-White);
}
#media_partner_reviews .basic_block_pretitle{
    color: var(--color-Secondary-Blue);
}
#media-partners-carousel{
    background: #324150;
    padding: 60px 0;
    margin: 60px 0 120px 0;
}
#media-partners-carousel ul{
    gap: 10px;
}
#media-partners-carousel li{
    background: var(--color-Main-White);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 469px;
    width: 31.7%!important;
    opacity: 0.4;
    transition: .4s;
}
#media-partners-carousel .is-visible{
    opacity: 1!important;
}
.review_text{
    color: var(--color-Main-Blue);
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 20;
    line-clamp: 20;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.review_text span{
    font-weight: 700;
}
.review_author_container{
    display: flex;
    gap: 8px;
    align-items: center;
}
.review_author_content{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.review_author_header{
    display: flex;
    gap: 6px;
    align-items: center;
}
.review_author{
    color: var(--color-Main-Dark);
    font-weight: 700;
    line-height: 18px;
}
.about_author{
    color: var(--color-Secondary-Dark-Blue);
    font-size: 12px;
    line-height: 12px;
}
.review_partner_logo{
    padding: 11px;
    background: var(--color-Secondary-Grey);
    border-radius: 50%;
    width: 34px;
    height: 34px;
}
.review_author_container > img{
    width: 34px;
    height: 34px;
}
.slider_arrows{
    display: flex;
    align-items: center;
    gap: 30px;
}
.slide_count{
    font-weight: 600;
}
.slide_count, #slider_length{
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.40);
}
.slide_count span{
    color: var(--color-Main-White);
}
.prev_slide_media_partner{
    opacity: .5;
    transform: rotate(180deg);
}
.media_partner_footer{
    display: flex;
    justify-content: space-between;
}
#about_us{
    background: var(--color-Main-Neutral);
}

.about_us_content,
.company_news_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#about_us .basic_block_title,
#company_news .basic_block_title{
   margin-bottom: 16px;
}
#about_us .basic_block_pretitle{
    margin-bottom: 69px;
}
#company_news .basic_block_pretitle{
    margin-bottom: 61px;
}

.history_container{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 21px;
    margin-bottom: 85px;
}
.year_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 24px;
    cursor: pointer;
}
.progress_bar_container{
    position: relative;
    width: 100%;
    background: var(--color-Secondary-Grey);
}
.progress_bar{
    padding: 1px;
    opacity: 0;
    transition: .3s;
}
.progress_point{
    position: absolute;
    background: var(--color-Main-Red);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    top:-8px;
    right: 47%;
    opacity: 0;
    transition: .3s;
}
.history_year{
    color: var(--color-Main-Blue);
    font-weight: 600;
    transition: .3s;
}

.active_progress .progress_bar{
    background: var(--color-Main-Red);
    width: 81.25%;
    opacity: 1;
}
.active_progress .progress_point{
    opacity: 1;
}
.active_progress .history_year{
    color: var(--color-Main-Red);
}
.history_slides_content{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: end;
}
.history_slides{
    width: 100%;
    max-width: 585px;
    height: 335px;
    position: relative;
    overflow: hidden;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.02);
}
.history_slide {
    background: var(--color-Main-White);
    height: 100%;
    width: 100%;
    padding: 40px;
    position: absolute;
    transition: .3s;
    top: 0;
    left: 0;
    z-index: 0; /* default behind */
}
@keyframes fade-in {
    0% {
        top: 100%;
    }
    100% {
        top: 0;
    }
}
.history_slide_year{
    color: #EDECED;
    font-size: 200px;
    font-weight: 600;
    line-height: 54%;
    transition: .3s;
}
.about_us_video{
    width: 120px;
    height: 70px;
}
.history_slide_title{
    color: var(--color-Main-Dark);
    font-size: 24px;
    font-weight: 600;
    margin-top: 38px;
    margin-bottom: 21px;
}
.history_slide_title span{
    color: var(--color-Main-Red);
}
.history_slide_text{
    color: var(--color-Main-Blue);
    font-size: 14px;
    line-height: 20px;
}
.active_slide {
    z-index: 2; /* active always on top */
    animation: fade-in 1.5s ease-in-out forwards;
}
#about_us .prev_slide {
    z-index: 1; /* the previous slide stays just below */
}

#group_company{
    background: linear-gradient(180deg, #202D39 0%, #324150 100%);
    position: relative;
    overflow: hidden;
}
.group_company_container{
    padding: 150px 250px;
}
.group_company_desktop{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 99px;
}
.group_company_desktop .group_company_list{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.group_company_desktop .group_company_list:nth-child(1),
.group_company_desktop .group_company_list:nth-child(3){
    gap: 228px;
}
.group_company_desktop .group_company_list:nth-child(2){
    gap: 197px;
}
.group_company_desktop .company_item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    cursor: pointer;
    position: relative;
    transform: translateY(0);
    transition: transform 0.3s ease-out;
}
.founded_in p{
    color: var(--color-Secondary-Mint);
    font-size: 14px;
    font-weight: 700;
}
.company_description{
    color: var(--color-Secondary-Mint);
    font-size: 14px;
}
.founded_in{
    display: flex;
    gap: 8px;
    align-items: center;
}
.right_align,
.right_align .company_info{
    align-items: end;
    text-align: right;
}

.bg_line{
    transition: .3s;
    position: absolute;
}

.bg_line:nth-child(1){
    top: 0;
    left: 0; width: 515px;
}
.bg_line:nth-child(2){
    top: 0;
    left: 50%;
}
.bg_line:nth-child(3){
    top: 0;
    right: 0;
    transform: scaleX(-1);
    width: 515px;
}
.bg_line:nth-child(4){
    bottom: 0;
    left: 0;
    width: 515px;
}
.bg_line:nth-child(5){
    bottom: 0;
    left: 50%;
}
.bg_line:nth-child(6){
    bottom: 0;
    right: 0;
    transform: scaleX(-1);
    width: 515px;
}
.bg_line_active{
    width: 345px!important;
}
.eig_company{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.group_company_title{
    color: var(--color-Main-White);
    font-size: 42px;
    font-weight: 700;
    white-space: nowrap;
}
.group_company_pretitle{
    color: var(--color-Secondary-Mint);
    white-space: nowrap;
}
.group_company_desktop .eig_company svg{
    margin-bottom: 3px;
}
.group_company_desktop .eig_company{
    margin-bottom: 1px;
}
.company_info{
    display: none;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    width: 277px;
    top: 100%;
    padding-top: 20px;
    opacity: 0;
    transition: .3s;
}
[data-company-name="wow"] .company_description{
    width: 199px;
}

[data-company-name="ekta_company"] .company_description{
    width: 210px;
}

.active_bg{
    transition: .4s;
}

.active_company .active_bg{
    fill: var(--color-Main-Red);
    fill-opacity: 1;
}
.group_company_desktop .active_company{
    transform: translateY(-40px);
}

.active_company .company_info{
    display: flex;
    opacity: 1;
}

.group_company_mobile{
    display: none;
    align-items: center;
}
.group_company_mobile .group_company_list{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.group_company_mobile .company_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 1;
    transition: opacity .3s;
}

.group_company_mobile .active_company{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(49, 64, 79, 0.10) 100%);
    animation: fade-in-card .4s;
}
@keyframes fade-in-card {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.group_company_mobile .company_item:first-child{
    margin-top: 20px;
}
.group_company_mobile .active_company.company_item:first-child{
    margin: 0 0 20px 0;
}
.group_company_mobile .company_item.active_company{
    padding: 30px 30px 30px 27px;
}
.group_company_mobile .active_company svg{
    width: 112px;
    height: 50px;
}
.group_company_mobile svg{
    transition: .3s;
}

#company-news-slider{
    width: 100%;
}
#company-news-slider-mob{
    display: none!important;
}
.news_list{
    display: flex;
    gap: 10px;
}
.news_item{
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 500px;
    position: relative;
    cursor: pointer;
    transition: filter .2s;
}
.news_item:active{
    filter: brightness(0.8);
}
.news_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_content{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: linear-gradient(179deg, rgba(83, 116, 151, 0.04) 57%, rgba(33, 37, 41, 0.4) 76%);
    padding: 26px 20px;
    gap: 16px;
}
.dark_gradient{
    background: linear-gradient(180deg, rgba(83, 116, 151, 0.08) 40%, rgba(33, 37, 41, 0.8) 80%);
}
.news_slide_title{
    color: var(--color-Main-White);
    font-size: 24px;
    font-weight: 600;
}
.news_slide_text{
    color: var(--color-Main-White);
    font-size: 14px;
    max-width: 260px;
    line-height: 20px;
}

.company_news_slider_pagination{
    position: unset;
    margin: 30px 0 40px 0;
}
.company_news_slider_pagination .splide__pagination__page{
    position: unset;
    padding: 5px;
    background: #D9D9D9;
    opacity: 1;
    border-radius: 50%;
    transform: unset;
    transition: .3s;
    margin: 5px;
}
.company_news_slider_pagination .splide__pagination__page.is-active{
    background: var(--color-Main-Red);
}

.news_details{
    background: var(--color-Main-White);
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: .3s;
    width: 100%;
}
.news_item:hover > .news_details{
    opacity: 1;
}
.news_hashtag{
    color: var(--color-Main-Blue);
    font-weight: 600;
    margin-bottom: 20px;
}
.news_details_title{
    color: var(--color-Main-Dark);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.news_details_content{
    color: var(--color-Main-Blue);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px;
    opacity: 0.8;
}
.insights{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #EAEEF3;
    padding-top: 16px;
}
.post_date,
.post_views{
    color: var(--color-Main-Blue);
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    letter-spacing: 0.07px;
    opacity: 0.6;
}
.views_box{
    display: flex;
    align-items: center;
    gap: 8px;
}
.company_item svg{
    transition: .3s;
}
.eig_logo_lion{
    width: 63px;
    height: 63px;
    margin-bottom: 10px;
}

.slide_media_partner_mob{
    display: none;
}

.media_section_a{grid-area: media_section_a;}
.media_section_b{grid-area: media_section_b;}
.media_section_c{grid-area: media_section_c;}
.media_section_d{grid-area: media_section_d;}

.company_rating_container{
    display: flex;
    gap: 50px;
    align-items: start;
    justify-content: end;
}
.company_rating_wrapper{
    display: flex;
    gap: 11px;
    align-items: center;
}
.company_rating_logo{
    width: 67px;
    height: 67px;
}
.link_to_article{
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--color-Main-White);
    font-size: 12px;
}
[data-company="google"] .rate_by{
    margin-bottom: 7px;
    color: var(--color-Main-White);
    font-family: "Plus Jakarta Sans", serif;
    font-size: 24px;
    font-weight: 700;
}
[data-company="google"] .link_to_article{
    font-family: "Plus Jakarta Sans", serif;
    margin-top: 3px;
}

[data-company="forbes"] .rate_by{
    margin-bottom: 24.17px;
    padding-top: 6.43px;
}
.link_to_article img{
    width: 18px;
    height: 15px;
}

.company_rating_content{
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 1400px) {
    .bg_line:nth-child(1),
    .bg_line:nth-child(3),
    .bg_line:nth-child(4),
    .bg_line:nth-child(6){
        width: 306px;
    }

    .bg_line:nth-child(2),
    .bg_line:nth-child(5){
        height: 171px;
    }

    .bg_line_active{
        width: 250px!important;
    }

    .group_company_desktop .group_company_list:nth-child(1),
    .group_company_desktop .group_company_list:nth-child(3){
        gap: 167px;
    }
    .group_company_desktop .group_company_list:nth-child(2){
        gap: 132px;
    }
    .group_company_container{
        padding: 107px 175px;
    }
}

@media screen and (max-width: 1300px) {
    #media-partners-carousel li{
        width: 300px!important;
    }
}

@media screen and (max-width: 1290px) {
    .bg_video_isv {
        width: 664px;
        height: 554px;
    }
    .bg_video_isv_content{
        padding: 25px;
    }
    .insurances_container{
        gap: 10px;
    }
    .company_item svg{
        width: 101px;
        height: 45px;
    }
}

@media screen and (max-width: 1230px) {
    .history_slide_year{
        font-size: 160px;
    }
    .history_slides{
        max-width: 540px;
    }
    .news_content{
        padding: 23px 20px;
        gap: 10px;
    }
    .news_slide_title{
        font-size: 18px;
    }
    .news_slide_text{
        font-size: 12px;
    }
    .news_details{
        padding: 20px;
    }
    .news_hashtag{
        font-size: 14px;
        margin-bottom: 16px;
    }
    .news_details_title{
        font-size: 18px;
    }
    .news_details_content{
        font-size: 12px;
        display: -webkit-box;
        line-height: normal;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
    }
    .post_date,
    .post_views{
        font-size: 12px;
        font-style: normal;
        line-height: 16.8px;
        letter-spacing: 0.06px;
    }
    .insights{
        padding-top: 9px;
    }
    .news_item{
        max-height: unset;
        height: 375px;
    }
    .company_news_slider_pagination{
        margin: 20px 0 30px 0;
    }
}

@media screen and (max-width: 1220px) {
    .insurances_container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .bg_video_isv{
        width: 550px;
    }
}

@media screen and (max-width: 1150px) {
    .company_info{
        width: fit-content;
    }
    [data-company-name="ekta"] .company_description,
    [data-company-name="insurs_online"] .company_description{
        width: 173px;
    }

    [data-company-name="auras_insurance"] .company_description,
    [data-company-name="ekta_company"] .company_description{
        width: 199px;
    }

    [data-company-name="wow"] .company_description,
    [data-company-name="mght"] .company_description{
        width: 169px;
    }
}

@media screen and (max-width: 1080px) {
    .basic_block_pretitle,
    .slide_count,
    #slider_length,
    .hero_section_text,
    .review_author,
    .group_company_pretitle,
    .history_year,
    .see_all_news{
        font-size: 14px;
    }
    .history_slide_text,
    .review_text,
    .group_company_desktop .company_description{
        font-size: 12px;
    }
    .review_text,
    .review_author,
    .about_author,
    .history_slide_title,
    .history_slide_text,
    .basic_block_pretitle,
    .slide_count,
    #slider_length,
    .hero_section_text{
        line-height: normal;
    }
    .basic_texts_box,
    .company_info,
    .eig_company,
    .company_rating_wrapper,
    .review_author_container{
        gap: 10px;
    }
    .group_company_desktop{
        gap: 80px;
    }
    .insurances_content{
        height: 460px;
    }
    .slider_arrows{
        gap: 20px;
    }
    .company_info{
        padding-top: 15px;
    }
    .video_header_text{
        font-size: 21px;
    }
    #media_partner_reviews .container{
        padding: 60px;
    }
    .basic_wrapper{
        padding: 90px 0;
    }
    .primary_arrow{
        width: 40px;
    }
    .services_list li{
        font-size: 13px;
    }
    .bg_video_isv {
        width: 570px;
        height: 460px;
    }
    .bg_video_isv_content{
        height: 100%;
    }
    #hero_section{
        max-height: 540px;
    }
    .hero_section_title {
        max-width: 577px;
        font-size: 62px;
        margin-bottom: 16px;
        line-height: 65px;
    }
    .hero_section_text {
        font-style: normal;
        font-weight: 400;
        margin-bottom: 32px;
    }
    #hero_section .contact_us_btn{
        margin-bottom: 27px;
    }
    .media_partner_footer img{
        max-width: 92px;
    }
    .basic_block_title{
        font-size: 32px;
    }
    #about_us .basic_block_title,
    #company_news .basic_block_title{
        margin-bottom: 10px;
    }
    #about_us .basic_block_pretitle{
        margin-bottom: 59px;
    }
    #company_news .basic_block_pretitle{
        margin-bottom: 40px;
    }
    .history_container{
        gap: 16px;
        margin-bottom: 60px;
    }
    .review_text span{
        font-weight: 400;
    }
    #media-partners-carousel li{
        padding: 20px;
        height: 400px;
    }
    .review_author{
        font-weight: 600;
    }
    .review_author_link {
        width: 14px;
        height: 11px;
    }
    #media-partners-carousel{
        padding: 40px 0;
        margin: 40px 0 60px 0;
    }
    .group_company_desktop .active_company{
        transform: translateY(-20px);
    }
    .group_company_desktop .eig_company svg{
        width: 55px;
        height: 55px;
        margin-bottom: 6px;
    }
    .group_company_title{
        font-size: 32px;
    }
    .history_slides{
        max-width: 434px;
        max-height: 230px;
    }
    .history_slide{
        padding: 25px;
    }
    .about_us_video {
        width: 90px;
        height: 50px;
    }
    .history_slide_title{
        font-size: 18px;
        margin: 25px 0 16px 0;
    }
    .history_slide_year{
        font-size: 150px;
    }
    .year_box{
        gap: 20px;
    }
    .news_list{
        gap: 8px;
    }
    [data-company="google"] .rate_by{
        margin-bottom: 5.52px;
        font-size: 19px;
    }
    [data-company="google"] .link_to_article{
        margin-top: 7.45px;
    }
    .link_to_article img{
        width: 14.764px;
        height: 12.329px;
    }
    [data-company="forbes"] .rate_by {
        margin-bottom: 18px;
        padding-top: unset;
    }
    .company_rating_container{
        align-items: center;
        gap: 32px;
    }
    .company_rating_logo{
        width: 60px;
        height: 60px;
    }
    .active_progress .progress_bar{
        width: 91%;
    }
    .progress_point{
        left: 50%; right: 50%;
    }
}

@media screen and (max-width: 1040px) {
    .bg_video_isv{
        width: 510px;
    }
}

@media screen and (max-width: 1010px){
    .bg_line:nth-child(1),
    .bg_line:nth-child(3),
    .bg_line:nth-child(4),
    .bg_line:nth-child(6){
        width: 220px;
    }
    .bg_line_active {
        width: 200px !important;
    }
    .company_item svg{
        width: 90px;
        height: 40px;
    }
    .bg_line:nth-child(2),
    .bg_line:nth-child(5) {
        height: 126px;
    }
}

@media screen and (max-width: 985px) {
    .bg_video_isv{
        width: 470px;
    }
    .bg_video_isv_content{
        padding: 20px;
    }
    .basic_block_title{
        font-size: 28px;
    }
}

@media screen and (max-width: 935px) {
    .history_slide_year{
        font-size: 100px;
    }
}

@media screen and (max-width: 900px) {
    .insurances_container{
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
    .bg_video_isv{
        width: 100%;
    }
    .history_slide_year{
        font-size: 90px;
    }
}

@media screen and (max-width: 815px) {
    #media-partners-carousel ul{
        gap: 10px;
    }
    .media_partner_footer img{
        width: 45px;
    }
    .media_partner_header .slider_arrows{
        display: none;
    }
    .media_partner_footer{
        margin-top: 60px;
    }
    #media_partner_reviews .container{
        display: grid;
        grid-template-columns: 100%;
        grid-template-areas:
        'media_section_a'
        'media_section_d'
        'media_section_b'
        'media_section_c';
    }
    .slide_media_partner_mob {
        display: flex;
        justify-content: center;
    }
    #slide_count_num_mob{
        color: rgba(255, 255, 255, 0.40);
    }
}

@media screen and (max-width: 800px) {
    .bg_line:nth-child(1),
    .bg_line:nth-child(3),
    .bg_line:nth-child(4),
    .bg_line:nth-child(6){
        width: 150px;
    }
    .bg_line_active {
        width: 100px !important;
    }
    .group_company_desktop .group_company_list:nth-child(2) {
        gap: 70px;
    }
    .bg_line:nth-child(2), .bg_line:nth-child(5) {
        height: 85px;
        width: 1px;
    }
    .group_company_desktop {
        gap: 50px;
    }
    .group_company_title {
        font-size: 28px;
    }
    .eig_company {
        gap: 5px;
    }
    .group_company_desktop .eig_company svg {
        margin-bottom: 10px;
    }
    .group_company_title{
        margin-bottom: 10px;
    }
    .group_company_pretitle{
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 740px) {
    .services_list li{
        font-size: 14px;
    }
    .history_slides_content{
        flex-direction: column-reverse;
        gap: 20px;
    }
    .history_container{
        margin-bottom: 82px;
    }
    .history_slide_year{
        line-height: normal;
        font-size: 100px;
    }
    .history_slides{
        max-width: unset;
        max-height: 295px;
    }
    .history_slide_title{
        margin: 30px 0 21px 0
    }
    .history_slide_text{
        font-size: 14px;
        line-height: normal;
    }
    .about_us_video{
        width: 120px;
        height: 70px;
    }
    .history_container{
        gap: 9px;
    }
    .progress_point{
        width: 10px;
        height: 10px;
        top: -4px;
        right: 17px;
    }
    .active_progress .progress_bar{
        width: 79.25%;
    }
}


@media screen and (max-width: 735px) {
    #company-news-slider{
        display: none!important;
    }
    #company-news-slider-mob{
        display: block!important;
    }
    .news_item{
        height: 498px;
    }
    .news_slide_title{
        font-size: 24px;
    }
    .news_slide_text,
    .news_slide_title{
        max-width: unset;
    }
    .news_hashtag{
        margin-bottom: 10px;
    }
    .news_slide_text,
    .news_details_content,
    .post_date,
    .post_views{
        font-size: 14px;
        line-height: normal;
    }
    .news_details_content{
        margin-bottom: 50px;
    }
    .company_news_slider_pagination{
        margin: 20px 0 40px 0;
    }
    .company_news_slider_pagination .splide__pagination__page{
        margin: 0 5px;
    }
}

@media screen and (max-width: 680px) {
    .company_info{
        align-items: center;
        padding-top: 20px;
    }
    .company_description{
        color: var(--color-Secondary-Blue);
        text-align: center;
    }
    .group_company_desktop,
    .bg_line {
        display: none;
    }
    .group_company_mobile{
        display: flex;
    }
    .group_company_mobile{
        display: flex;
        flex-direction: column;
    }
    .company_info{
        position: unset;
    }
    .group_company_container{
        padding: 40px 60px 50px 40px;
    }
    .company_rating_container{
        justify-content: start;
    }
}
@media screen and (max-width: 650px) {
    .hero_section_title{
        font-size: 42px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .hero_section_text{
        font-size: 14px;
        margin-bottom: 40px;
    }
    #hero_section .contact_us_btn span{
        font-size: 16px;
    }
    #hero_section .contact_us_btn{
        margin-bottom: 107px;
    }
    #hero_section{
        max-height: unset;
        height: 784px;
    }
    .hero_section_content{
        justify-content: end;
    }
    .basic_btn{
        width: 170px;
        height: 44px;
    }
    .company_rating_logo{
        width: 50px;
        height: 50px;
    }
    .rating_stars img{
        width: 8.335px;
        height: 7.434px;
    }
    [data-company="google"] .rate_by{
        margin-bottom: 4.6px;
    }
    [data-company="google"] .link_to_article{
        margin-top: 2px;
    }
    [data-company="google"] .rate_by{
        font-size: 17px;
    }
    [data-company="forbes"] .rate_by{
        width: 67px;
        height: 16px;
    }
    [data-company="forbes"] .rate_by {
        margin-bottom: 15.33px;
    }
    .company_rating_container{
        gap: 26px;
        padding-bottom: 69px;
    }
}

@media screen and (max-width: 600px) {
    #media_partner_reviews .container{
        padding: 40px 0;
    }
    .media_partner_header,
    .media_partner_footer{
        padding: 0 20px;
    }
    .history_year span{
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .bg_video_isv_content{
        flex-direction: column-reverse;
    }
    .services_list{
        flex-direction: column;
        gap: 30px;
    }
    .bg_video_isv{
        height: 550px;
    }
    .bg_video_isv_content{
        height: 100%;
        padding: 30px 20px;
    }
    .insurances_content{
        height: 550px;
    }
    .video_header_text{
        font-size: 24px;
    }
    #media-partners-carousel li {
        width: 256px !important;
    }
    #media-partners-carousel{
        padding: 20px 0;
        margin: 40px 0 20px 0;
    }
    .video_header_link{
        width: 44px;
        height: 44px;
    }
    .review_text{
        line-height: normal;
    }
    .review_author_container > img,
    .review_partner_logo{
        width: 30px;
        height: 30px;
    }
    #about_us .basic_block_pretitle{
        margin-bottom: 50px;
    }
    .progress_point{
        left: unset;
    }
    .history_slide{
        padding: 20px;
    }
    .history_slide_title {
        margin: 30px 0 21px 0;
    }
    .group_company_mobile .company_item.active_company{
        padding: 30px 30px 34px 27px;
        max-width: 273px;
    }
    .news_content{
        padding: 22px 20.91px;
    }
    .link_to_article img {
        width: 12.135px;
        height: 10.274px;
    }
}

@media screen and (max-width: 380px) {
    .history_slide_title,
    .hero_section_title,
    .hero_section_text,
    .history_slide_year{
        line-height: normal;
    }
    .services_list li,
    .hero_section_text,
    .basic_block_pretitle,
    .history_year,
    .slide_count span,
    .history_slide_text,
    .group_company_pretitle,
    .news_slide_text,
    .company_description,
    .news_hashtag,
    .news_details_content,
    .post_date,
    .post_views{
        font-size: 12px;
    }
    .video_header_text,
    .news_slide_title,
    .news_details_title{
        font-size: 18px;
    }
    #group_company .history_slide_title,
    #media-partners-carousel li,
    .news_content,
    .group_company_mobile .company_item.active_company,
    .news_details,
    .bg_video_isv_content,
    .history_slide{
        padding: 16px;
    }
    .contact_us_btn,
    .contact_us_btn span,
    .see_all_news{
        font-size: 14px!important;
    }
    #hero_section {
        height: 540px;
    }

    .hero_section_title{
        font-size: 36px;
        margin-bottom: 10px;
    }
    .hero_section_text{
        margin-bottom: 30px;
    }
    .services_list{
        gap: 25px;
    }
    .insurances_content,
    .bg_video_isv{
        height: 492px;
    }
    #media_partner_reviews .container{
        grid-template-areas:
        'media_section_a'
        'media_section_b'
        'media_section_c'
        'media_section_d';
        padding: 40px 0 30px 0;
    }
    .media_partner_footer {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
        gap: 20px 27px;
    }
    .media_partner_footer img{
        width: 75.215px;
        height: 48.472px;
        max-width: unset;
        opacity: .5;
    }
    #media-partners-carousel li{
        height: 370px;
        width: 230px;
    }
    .basic_wrapper{
        padding: 70px 0;
    }
    .basic_block_title{
        font-size: 24px;
    }
    #media-partners-carousel{
        padding: 15px 0;
        margin: 40px 0 15px 0;
    }
    .menu_list_content {
        gap: 32px;
    }
    #hero_section .contact_us_btn {
        margin-bottom: 93px;
    }
    .contact_us_btn {
        width: 140px;
        height: 40px;
    }
    #about_us .basic_block_pretitle {
        margin-bottom: 44px;
    }
    .history_container {
        margin-bottom: 60px;
        gap: 8px;
    }
    .history_slides_content{
        gap: 40px;
    }
    .year_box{
        gap: 14px;
    }
    .active_progress .progress_bar {
        width: 81.25%;
    }
    .progress_point{
        right: 12px;
    }
    .history_slide_year{
        font-size: 80px;
    }
    .about_us_video{
        width: 96px;
        height: 56px;
    }
    .history_slides{
        height: 246px;
    }
    .eig_logo_lion {
        width: 41.999px;
        height: 42px;
        margin-bottom: 10px;
    }
    .group_company_title{
        font-size: 21px;
    }
    .group_company_container{
        padding: 40px;
    }
    .news_item{
        height: 391px;
    }
    .company_news_slider_pagination .splide__pagination__page{
        padding: 4px;
        margin: 0 4px;
    }
    .see_all_news{
        height: 44px;
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .news_hashtag{
        margin-bottom: 16px;
    }
    .news_details_content{
        margin-bottom: 21.5px;
    }
    .company_rating_logo{
        width: 45px;
        height: 45px;
    }
    .link_to_article{
        gap: 7px;
        font-size: 8px;
    }
    [data-company="forbes"] .rate_by {
        margin-bottom: 16px;
        margin-top: 4px;
    }
    .video_header_link {
        width: 40px;
        height: 40px;
    }
    .history_slide_title{
        font-size: 16px;
        margin: 30px 0 10px 0;
    }
    .company_news_slider_pagination {
        margin: 20px 0 30px 0;
    }
}