/* ============== 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) {
    .activity_content {
        padding: 0 30px
    }
    .feedback_block, .feedback_mini_title {
        padding: 0 20px;
    }
}
@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;
    }
    .feedback_block {
        padding: 0;
        gap: 20px;
    }
    .feedback_mini_title {
        padding: 0;
    }
    .activity_img {
        height: 100%;
    }
    .career_item {
        padding: 18px 12px;
    }
    .business_structure_grid {
        gap: 12px;
    }
    .business_structure_item {
        padding: 18px 12px 16px
    }
    .structure_item_description li::before {
        width: 20px;
        height: 20px;
    }
    .structure_item_description li {
        line-height: 20px;
    }
    .structure_item_ttl {
        font-size: 20px;
    }
}
@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;
    }

    section:not(.map-wrapper):not(.main_banner_block-wrapper):not(.sentence_block-wrapper):not(.quote_block-wrapper) {
        padding: 90px 0;
    }

    .main_banner_description{
        font-size: 20px;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 30px;
    }

    .quote_block-wrapper {
        padding-bottom: 420px;
    }

    .main_banner_block-wrapper .social__link{
        height: 50px;
        width: 50px;
    }

    .split_block:not(.activity-wrapper){
        flex-direction: column-reverse;
        gap: 24px;
    }
    .main_description-wrapper {
        width: 100%;
    }
    .fn_banner_video {
        max-width: 100%;
    }

    .h3, h3{
        margin-bottom: 20px;
        font-size: 22px;
    }

    .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_block-wrapper{
        flex-direction: column;
    }
    .footer_column-wrapper {
        gap: 24px;
    }
    footer .container {
        padding: 40px 15px;
    }
    .footer_column_block-wrapper > .f_col-lg:not(:last-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;
    }
    .business_structure_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
    .career_banner_grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .career_item {
        width: 31%;
    }
    .contacts_grid_img {
        max-width: 55%;
    }
    .feedback_grid {
        width: 45%;
    }
    h2, .h2 {
        font-size: 36px;
    }
}
@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;
    }


    .h1, h1 {
        font-size: 28px;
    }

    .main_banner_description {
        font-size: 18px;
    }

    .main_banner_content {
        grid-template-rows: max-content;
        gap: 40px;
        align-content: center;
    }
    .slogan-wrapper::after{
        height: 160px;
        background-size: contain;
        top: -20px;
    }

    .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{
        flex-direction: column!important;
        padding: 20px 0;
    }

    .activity_list .activity-wrapper:nth-child(odd) img{
        border-radius: 10px;
    }
    .activity_list .activity-wrapper:nth-child(even) img{
        border-radius: 10px;
    }
    
    .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;
    }
    .contacts_grid_img {
        max-width: 100%;
    }
    .feedback_block {
        flex-direction: column;
    }
    .feedback_grid {
        width: 100%;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
        width: 6px;
        height: 6px;
        padding: 6px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 18px;
    }
    .activity_img {
        max-height: 450px;
    }
    .heading_wrapper .banner_main_ttl {
        font-size: 36px;
    }
    .feedback_block_ttl {
        padding: 40px 20px
    }
    .business_structure_item {
        padding: 18px 14px 14px;
    }
    .feedback_block_ttl {
        margin-bottom: 36px;
    }
    .activity_content-wrapper, .activity_img {
        max-width: 100%;
    }
}
@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;
    }
}
@media only screen and (max-width : 576px) {
    .btn{
        width: 151px;
        height: 51px;
        padding: 15px 40px;
    }
    .h2, h2{
        font-size: 30px;
    }
    .heading_wrapper .banner_main_ttl {
        font-size: 30px;
        letter-spacing: 16px;
    }
    .main_banner_description {
        font-size: 16px;
    }
    .main_banner-wrapper {
            animation: infiniteZoom 30s linear infinite;
    }
    .activity_content-wrapper {
        max-height: unset;
    }
    .business_structure_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 14px;
    }
    .structure_item_ttl {
        font-size: 18px;
    }
    .career_item {
        width: 48%;
    }
    .main_banner_block-wrapper .heading_wrapper {
        margin-bottom: 40px;
    }
    .main_description-wrapper {
        font-size: 16px;
    }
    .career_second_description, .career_description {
        font-size: 16px;
    }
}
@media only screen and (max-width : 480px) {
    .quote_author-wrapper{
        grid-template-columns: 80px 1fr;
        gap: 0;
    }
    .heading_wrapper .banner_main_ttl {
        letter-spacing: 8px;
    }
    .career_item {
        width: 100%;
    }
    .feedback_career_ttl {
        margin-bottom: 30px;
    }
    .banner_logo_img {
        height: 190px;
        margin: 30px auto;
    }
}
@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;
    }

    .quote_text-wrapper{
        max-width: calc(80vw - 40px);
    }
}
@media only screen and (max-width : 375px) {

}
    