/* ============== Media Tags =============== */
/* 
#    min-width : 1024px
#    max-width : 1400px
#    max-width : 1200px
#    max-width : 1024px
#    max-width : 991px
#    max-width : 820px
#    max-width : 768px
#    max-width : 680px
#    max-width : 480px
#    max-width : 400px
#    max-width : 375px
*/

/* ============== Media Settings =============== */

@media only screen and (min-width : 1025px) {

}
@media only screen and (max-width : 1366px) {

}
@media only screen and (max-width : 1400px) {
}
@media only screen and (max-width : 1200px) {
    .quote_block-wrapper {
        padding-bottom: 300px;
    }

    .menu_switcher {
        margin: 0px;
        display: flex !important;
        justify-content: flex-end;
        flex: unset;
    }

    .menu_switcher svg{
        height: 25px;
        width: 25px;
        color: #fff;
    }

    .header__menu{
        display: none !important;
    }
}
@media only screen and (max-width : 1024px) {

}
@media only screen and (max-width : 991px) {
    header .hidden-md-down{
        display: none !important;
    }

    .h1, h1{
        font-size: 36px;
    }

    .main_banner_description{
        font-size: 20px;
    }

    .quote_block-wrapper {
        padding-bottom: 420px;
    }

    .main_banner_block-wrapper img{
        height: 100%;
        min-height: 800px;
    }

    .main_banner_block-wrapper .social__link{
        height: 50px;
        width: 50px;
    }

    .split_block:not(.activity-wrapper){
        display: grid;
        grid-template-columns: 1fr;
    }

    .activity_content{
        padding: 40px 20px;
    }

    .h3, h3{
        margin-bottom: 20px;
    }

    .activity-wrapper img{
        min-height: 380px;
        height: 100%;
    }

    .sentence-wrapper{
        max-width: calc(100vw / 2 + 720px / 2 + 7px);
    }

    .sentence_description-wrapper{
        padding: 50px 20px;
    }

    .sentence_img-wrapper img{
        height: 100%;
        width: 100%;
    }
    .footer_column_part {
        max-width: unset;
    }

    .footer_column_part:first-child{
        display: none;
    }
    .footer_column_part:not(:last-child) > *:last-child{
        display: none;
    }
    .activity-wrapper > *{
        max-height: none;
    }
    .footer_column_block-wrapper{
        flex-direction: column-reverse !important;
    }
    .footer_column_block-wrapper > .f_col-lg:not(:first-child){
        border-bottom: 1px solid #616161;
    }
    .footer__title {
        margin-bottom: 0px;
        padding: 0 15px;
        border-radius: 3px;
        line-height: 36px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 500;
        font-size: 13px;
        border: unset;
        padding: 20px !important;
        background-color: transparent;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }
    .quote_block{
        right: 0;
    }

    .footer__hidden{
        display: none;
    }
}
@media only screen and (max-width : 820px) {
    .quote_block-wrapper {
        padding-bottom: 480px;
    }
}
@media only screen and (max-width : 768px) {
    section:not(.map-wrapper):not(.main_banner_block-wrapper):not(.sentence_block-wrapper):not(.quote_block-wrapper){
        padding: 50px 0;
    }

    .main_banner_content-wrapper{
        padding: 45px 20px 120px;
    }

    .h1, h1 {
        font-size: 28px;
    }

    .main_banner_description {
        font-size: 18px;
    }

    .main_banner_content {
        grid-template-rows: max-content;
        gap: 40px;
    }

    .main_banner_content .social_links-wrapper{
        margin-top: unset;
    }

    .quote_block-wrapper {
        /* margin-bottom: 220px; */
    }

    .quote_block{
        max-width: 420px;
        right: 50%;
        transform: translate(50%, 0);
    }

    .quote_list-wrapper{
        font-size: 14px;
    }

    .quote_item{
        max-width: 320px;
    }

    .split_block{
        display: grid;
        grid-template-columns: 1fr;
    }

    .activity_list .activity-wrapper:nth-child(odd) img{
        border-radius: 0;
    }
    .activity_list .activity-wrapper:nth-child(even) img{
        border-radius: 0;
    }
    
    .activity_list .activity-wrapper.flex-row-reverse:last-child img{
        border-radius: 0
    }
    .activity_list .activity-wrapper:nth-child(odd) .activity_content{
        border-radius: 0;
    }
    .activity_list .activity-wrapper:nth-child(even) .activity_content{
        border-radius: 0;
    }

    .sentence-wrapper{
        max-width: unset;
        width: 100%;
        background-color: #f0f0f0;
    }

    .sentence-wrapper::before{
        content: unset;
    }

    .sentence_img-wrapper {
        display: none !important;
    }

    .sentence-wrapper .sentence_content-wrapper{
        padding: 0;
        position: relative;
        border-bottom: 1px solid #C9C9C9;
        margin: 0px auto !important;
    }

    .sentence_description-wrapper{
        padding: 50px 15px;
    }
    .quote_author-wrapper{
        grid-template-columns: 80px 1fr;
    }
    footer .container{
        padding: 45px 15px ;
    }
    .activity_content{
        padding: 40px 0;
    }
    .about_block_content-wrapper{
        gap: 45px;
    }
    .activity_list .activity-wrapper:first-child .activity_content{
        padding-top: 0px;
    }
    .activity_list .activity-wrapper:not(:first-child) .activity_content{
        padding: 20px 0;
    }
}
@media only screen and (max-width : 680px) {
    .quote_block-wrapper {
        padding-bottom: 500px;
    } 

    .quote_block{
        max-width: 80vw;
        padding: 10px 0;
    }

    .quote_item{
        max-width: 80vw;
    }

    section:not(.map-wrapper):not(.main_banner_block-wrapper):not(.sentence_block-wrapper):not(.quote_block-wrapper){
        padding: 45px 30px;       
    }
}
@media only screen and (max-width : 540px) {
    .btn{
        width: 151px;
        height: 51px;
        padding: 15px 40px;
    }
    .h2, h2{
        font-size: 30px;
    }
}
@media only screen and (max-width : 480px) {
    .quote_author-wrapper{
        grid-template-columns: 80px 1fr;
        gap: 0;
    }
}
@media only screen and (max-width : 400px) {
    .btns-wrapper{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .quote_block-wrapper{
        margin-bottom: 400px;
        padding-bottom: 175px;
    }

    .quote_block{
        bottom: -400px;
    }
    .main_banner_block-wrapper img {
        height: calc(100vh - 100px);
    }

    .quote_text-wrapper{
        max-width: calc(80vw - 40px);
    }
}
@media only screen and (max-width : 375px) {

}
    