
.section_testimonials .section__wrapper {
    padding-bottom: 0;
}

.testimonials_holder {
    background: url('../img/testimonial_bg.png') no-repeat;
    background-size: cover !important;
    width: 100%;
    height: calc(1180px * 0.4644);
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    position: relative;

}

.testimonial_bubble {
    position: absolute;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.testimonial_bubble:hover {
    margin-top: -10px;
    margin-bottom: 10px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.testimonial_bubble_eleven {
    background: url('../img/bubble_11_dsk6.png') no-repeat;
    width: 207px;
    height: 206px;
    left: 35px;
    bottom: 158px;
    padding: 20px 10px 50px 10px;
}
.testimonial_bubble_three {
    background: url('../img/bubble_3_dsk6.png') no-repeat;
    width: 218px;
    height: 216px;
    left: 252px;
    bottom: 229px;
    padding: 20px 10px 50px 10px;
}
.testimonial_bubble_eight {
    background: url('../img/bubble_8_dsk6.png') no-repeat;
    width: 228px;
    height: 244px;
    left: 470px;
    top: 25px;
    padding: 20px 10px 70px 10px;
}
.testimonial_bubble_nine {
    background: url('../img/bubble_9_dsk6.png') no-repeat;
    width: 199px;
    height: 202px;
    right: 330px;
    bottom: 168px;
    padding: 20px 10px 50px 10px;
}
.testimonial_bubble_five {
    background: url('../img/bubble_5_dsk6.png') no-repeat;
    width: 234px;
    height: 234px;
    right: 195px;
    top: 15px;
    padding: 20px 10px 70px 10px;
}
.testimonial_bubble_one {
    background: url('../img/bubble_1_dsk6.png') no-repeat;
    width: 209px;
    height: 205px;
    right: 25px;
    bottom: 190px;
    padding: 20px 10px 50px 10px;


}

.testimonial_bubble .mod_window_content {
    display: none!important;
}

.modalWindow {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 10000;
}

.modalWindow.active {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.modalWindowWrap {
    width: 600px;
    position: relative;
    max-height: 80vh;
}

.modalWindowWrap .close_btn {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 30px !important;
    z-index: 5;
}

.modal_content {
    width: 100%;
    height: auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    max-height: 100%;
    overflow-y: auto;
    padding-bottom: 30px;
}

#bg_mod_green_dark .modal_content {
    background: #489da2;
}
#bg_mod_green_dark .close_btn {
    color: #489da2;
}

#bg_mod_lemon .modal_content {
    background: #c1cf44;
}
#bg_mod_lemon .close_btn {
    color: #c1cf44;
}

#bg_mod_orange .modal_content {
    background: #d66e43;
}
#bg_mod_orange .close_btn {
    color: #d66e43;
}

#bg_mod_blue .modal_content {
    background: #2a5ca0;
}
#bg_mod_blue .close_btn {
    color: #2a5ca0;
}
#bg_mod_blue_light .modal_content {
    background: #6db2db;
}
#bg_mod_blue_light .close_btn {
    color: #6db2db;
}

#bg_mod_violet .modal_content {
    background: #9e50b0;
}
#bg_mod_violet .close_btn {
    color: #9e50b0;
}


.mod_window_content {
    display: none;
}

.modal_content .mod_window_content {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.modal_content {
    color: #fff;
}

.modal_content h2 {
    font-size: 24px;
    font-weight: 400;
}

.modal_content p {
    font-size: 16px;
    margin-top: 15px;
}

.modal_content a {
    color: #fff;
    text-decoration: underline;
}
@media only screen and (min-width: 800px) and (max-width: 1300px)  {

    .testimonials_holder {
        background: url('../img/testimonial_bg.png') no-repeat;
        background-size: cover !important;
        width: 100%;
        height: calc((100vw - 120px) * 0.4618);
        display: flex;
        flex-direction: column;
        margin-top: 50px;
        position: relative;

    }
    .testimonial_bubble {
        font-size: 1.5vw;
        line-height: 1;
    }
    .testimonial_bubble_eleven {
        background: url('../img/bubble_11_dsk6.png') no-repeat;
        background-size: cover!important;
        width: calc((100vw - 120px) * 0.1754);
        height: calc((100vw - 120px) * 0.1754 * 0.9951);
        left: calc((100vw - 120px) * 0.0296);
        bottom: calc((100vw - 120px) * 0.4644 * 0.2883);
        padding: 1vw 1vw 3vw 1vw;

    }
    .testimonial_bubble_three {
        background: url('../img/bubble_3_dsk6.png') no-repeat;
        background-size: cover!important;
        width: calc((100vw - 120px) * 0.1847);
        height: calc((100vw - 120px) * 0.1847 * 0.9908);
        left: calc((100vw - 120px) * 0.2135);
        bottom: calc((100vw - 120px) * 0.4644 * 0.4178);
        padding: 1vw 1vw 3vw 1vw;
    }

    .testimonial_bubble_eight {
        background: url('../img/bubble_8_dsk6.png') no-repeat;
        background-size: cover!important;
        width: calc((100vw - 120px) * 0.1932);
        height: calc((100vw - 120px) * 0.1932 * 1.07);
        left: calc((100vw - 120px) * 0.3983);
        top: calc((100vw - 120px) * 0.4644 * 0.0456);
        padding: 1vw 1vw 4vw 1vw;
    }
    .testimonial_bubble_nine {
        background: url('../img/bubble_9_dsk6.png') no-repeat;
        background-size: cover!important;
        width: calc((100vw - 120px) * 0.1686);
        height: calc((100vw - 120px) * 0.1686 * 1.015);
        right: calc((100vw - 120px) * 0.2796);
        bottom: calc((100vw - 120px) * 0.4644 * 0.3065);
        padding: 1vw 1vw 3vw 1vw;

    }
    .testimonial_bubble_five {
        background: url('../img/bubble_5_dsk6.png') no-repeat;
        background-size: cover!important;
        width: calc((100vw - 120px) * 0.1983);
        height: calc((100vw - 120px) * 0.1983);
        right: calc((100vw - 120px) * 0.1652);
        top: calc((100vw - 120px) * 0.4644 * 0.0273);
        padding: 1vw 1vw 4vw 1vw;
    }
    .testimonial_bubble_one {
        background: url('../img/bubble_1_dsk6.png') no-repeat;
        background-size: cover!important;
        width: calc((100vw - 120px) * 0.1771);
        height: calc((100vw - 120px) * 0.1771 * 0.98);
        right: calc((100vw - 120px) * 0.0211);
        bottom: calc((100vw - 120px) * 0.4644 * 0.3467);
        padding: 1vw 1vw 3vw 1vw;


    }








}
@media only screen and (max-width: 799px)  {
    .testimonials_holder {
        background:none;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 0 40px;

    }

    .testimonial_bubble {
        display: flex!important; flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        position: static;
        font-size: 5vw;
        line-height: 1;
        width: 100%;
        background: none;
        height: auto;
        padding: 0;

    }
    .testimonial_bubble:hover {
        margin-top: 0px;
        margin-bottom: 0px;
        -webkit-transition: 0.2s linear;
        -o-transition: 0.2s linear;
        transition: 0.2s linear;
    }
    .testimonial_bubble span {
        display: flex; flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
        max-width: 100%;
        background-size: 100% auto!important;
        background-position: bottom center!important;
    }

    .testimonial_bubble_one span {
        background: url('../img/bubble_1_mb.png') no-repeat;
        width: 336px;
        height: 765px;
        padding-bottom: 475px;
        padding-right: 18px;
    }

    .testimonial_bubble_three span {
        background: url('../img/bubble_3_mb.png') no-repeat;
        width: 409px;
        height: 777px;
        padding-bottom: 475px;
    }

    .testimonial_bubble_five span {
        background: url('../img/bubble_5_mb.png') no-repeat;
        width: 374px;
        height: 770px;
        padding-bottom: 475px;
        padding-right: 15px;
    }


    .testimonial_bubble_eight span {
        background: url('../img/bubble_8_mb.png') no-repeat;
        width: 380px;
        height: 785px;
        padding-bottom: 485px;
    }

    .testimonial_bubble_nine span {
        background: url('../img/bubble_9_mb.png') no-repeat;
        width: 356px;
        height: 757px;
        padding-bottom: 485px;
    }



    .testimonial_bubble_eleven span {
        background: url('../img/bubble_11_mb.png') no-repeat;
        width: 366px;
        height: 748px;
        padding-bottom: 470px;
    }

    .modalWindowWrap {
        width: calc(100vw - 60px);
        position: relative;
        max-height: calc(100vh - 60px);
    }

    .slick-arrow {
        width: 15vw;
        height: 20vw;
        max-width: 56px;
        max-height: 75px;
    }

}
@media only screen and (max-width: 450px)  {
    .testimonial_bubble_one span {
        background: url('../img/bubble_1_mb.png') no-repeat;
        width: 100%;
        height: calc((100vw - 110px) * 2.2767);
        padding-bottom: calc((100vw - 110px) * 2.2767 * 0.611);
        padding-right: calc((100vw - 110px) * 0.05);
    }

    .testimonial_bubble_three span {
        background: url('../img/bubble_3_mb.png') no-repeat;
        width: 100%;
        height: calc((100vw - 110px) * 1.899);
        padding-bottom: calc((100vw - 110px) * 1.899 * 0.611);
    }

    .testimonial_bubble_five span {
        background: url('../img/bubble_5_mb.png') no-repeat;
        width: 100%;
        height: calc((100vw - 110px) * 2.0588);
        padding-bottom: calc((100vw - 110px) * 2.0588 * 0.611);
        padding-right: calc((100vw - 110px) * 0.04);
    }


    .testimonial_bubble_eight span {
        background: url('../img/bubble_8_mb.png') no-repeat;
        width: 100%;
        height: calc((100vw - 110px) * 2.065);
        padding-bottom: calc((100vw - 110px) * 2.065 * 0.6178);
    }

    .testimonial_bubble_nine span {
        background: url('../img/bubble_9_mb.png') no-repeat;
        width: 100%;
        height: calc((100vw - 110px) * 2.126);
        padding-bottom: calc((100vw - 110px) *  2.126 * 0.6406);
    }


    .testimonial_bubble_eleven span {
        background: url('../img/bubble_11_mb.png') no-repeat;
        width: 100%;
        height: calc((100vw - 110px) * 2.043);
        padding-bottom: calc((100vw - 110px) *   2.043 * 0.6283);
        padding-left: calc((100vw - 110px) * 0.07);
    }



}
@media only screen and (max-width: 356px)  {
    .testimonial_bubble_one span {
        background: url('../img/bubble_1_mb.png') no-repeat;
        width: 100%;
        height: calc((100vw - 100px) * 2.2767);
        padding-bottom: calc((100vw - 100px) * 2.2767 * 0.611);
        padding-right: calc((100vw - 100px) * 0.05);
    }

    .testimonial_bubble_three span {
        background: url('../img/bubble_3_mb.png') no-repeat;
        width: 100%;
        height: calc((100vw - 100px) * 1.899);
        padding-bottom: calc((100vw - 100px) * 1.899 * 0.611);
    }

    .testimonial_bubble_five span {
        background: url('../img/bubble_5_mb.png') no-repeat;
        width: 100%;
        height: calc((100vw - 100px) * 2.0588);
        padding-bottom: calc((100vw - 100px) * 2.0588 * 0.611);
        padding-right: calc((100vw - 100px) * 0.04);
    }


    .testimonial_bubble_eight span {
        background: url('../img/bubble_8_mb.png') no-repeat;
        width: 100%;
        height: calc((100vw - 100px) * 2.065);
        padding-bottom: calc((100vw - 100px) * 2.065 * 0.6178);
    }

    .testimonial_bubble_nine span {
        background: url('../img/bubble_9_mb.png') no-repeat;
        width: 100%;
        height: calc((100vw - 100px) * 2.126);
        padding-bottom: calc((100vw - 100px) *  2.126 * 0.6406);
    }



    .testimonial_bubble_eleven span {
        background: url('../img/bubble_11_mb.png') no-repeat;
        width: 100%;
        height: calc((100vw - 100px) * 2.043);
        padding-bottom: calc((100vw - 100px) *   2.043 * 0.6283);
        padding-left: calc((100vw - 100px) * 0.07);
    }


}
