.__op_footer_1__[data-theme-switch="Light"]>.__op_content_footer__>.__op_footer_logo__>img:nth-child(2) {
    display: none;
}

.__op_footer_1__[data-theme-switch="Dark"]>.__op_content_footer__>.__op_footer_logo__>img:nth-child(1) {
    display: none;
}

.__op_footer_1__[data-theme-switch="Light"] {
    --logo_url: var(--logo-url-light);
}

.__op_footer_1__[data-theme-switch="Dark"] {
    --logo_url: var(--logo-url-dark);
}

.__op_footer_1__ {
    width: 100%;
    background-color: var(--color_1);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    padding: 10px;
}

/* __op_content_footer__ */

.__op_content_footer__ {
    width: 100%;
    height: 500px;
    grid-column: 1/4;
    grid-row: 1/2;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
    padding: 5px;
}

.__op_content_footer__>* {
    padding: 0;
    margin: 0;
}

.__op_content_footer__>.__op_footer_logo__ {
    width: 100%;
    height: 200px;
    grid-column: 1/3;
    grid-row: 1/2;
    display: grid;
    place-items: center;
}

.__op_content_footer__>.__op_footer_logo__>img.__op_footer_logo_img__ {
    width: 200px;
    object-position: center;
}

.__op_content_footer__>p.__op_footer_about_us__ {
    width: 100%;
    height: 155px;
    grid-column: 3/-1;
    grid-row: 1/2;
    color: var(--text_color_light);
    display: flex;
    align-items: center;
    line-height: 1.6;
}

.__op_content_footer__>.__op_footer_address__ {
    width: 100%;
    height: 100%;
    grid-column: 1/4;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    color: var(--text_color_light);
}

.__op_content_footer__>.__op_footer_address__>strong {
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.__op_content_footer__>.__op_footer_address__>p {
    margin-block: 3px;
    opacity: .9;
}

.__op_content_footer__>.__op_footer_address__>.__op_footer_phone__ {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: auto;
    margin-bottom: 20px;
    gap: 10px;
}

.__op_content_footer__>.__op_footer_address__>.__op_footer_phone__>a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text_color_light);
    box-shadow: var(--text_color_light_box_shadow);
    padding: 10px 10px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.__op_content_footer__>.__op_footer_address__>.__op_footer_phone__>a:hover {
    background-color: var(--text_color_light);
    color: var(--text_color_dark);
}

.__op_content_footer__>.__op_footer_address__>.__op_footer_phone__>a>i {
    margin-right: 10px;
}

.__op_content_footer__>.__op_footer_links {
    width: 100%;
    height: 260px;
    grid-column: 4/7;
    grid-row: 2/3;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    padding-inline: 20px;
    padding-block: 10px;
    justify-items: center;
}

.__op_content_footer__>.__op_footer_links>span {
    color: var(--text_color_light);
    margin-bottom: 5px;
    padding-right: 60px;
}

.__op_content_footer__>.__op_footer_links>ul {
    list-style: none;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    padding-left: 0;
    margin: 0;
}

.__op_content_footer__>.__op_footer_links>ul>a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--text_hover);
    width: 100%;
    scale: 1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.__op_content_footer__>.__op_footer_links>ul>a:hover {
    color: var(--text_color_light);
    scale: 1.05;
}

.__op_content_footer__>.__op_footer_links>ul>a::after {
    font-family: FontAwesome;
    content: '\f178';
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    opacity: 0;
}

.__op_content_footer__>.__op_footer_links>ul>a:hover::after {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    opacity: 1;
}

/* =======X=X=X========== */

/* __op_map_footer__ */

.__op_map_footer__ {
    width: 100%;
    height: 200px;
    background-color: var(--color_2);
    grid-column: 1/4;
    grid-row: 2/3;
}

/* =======X=X=X========== */

/* __op_form_footer__ */

.__op_form_footer__ {
    width: 100%;
    height: 100%;
    grid-column: 4/6;
    grid-row: 1/3;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 20px;
}

/* =======X=X=X========== */

/* __op_bottom_footer__ */

.__op_bottom_footer__ {
    width: 100%;
    height: 60px;
    grid-column: 1/-1;
    grid-row: 3/4;
    display: flex;
    align-items: center;
    padding-inline: 40px;
    gap: 20px;
}

.__op_bottom_footer__>.__op_bottom_footer_logo__ {
    width: 100px;
    height: 50px;
    background-image: var(--logo_url);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.__op_bottom_footer__>.__op_bottom_footer_content__ {
    color: var(--text_color_light);
    letter-spacing: 2px;
}

.__op_bottom_footer__>.__op_bottom_footer_content__>a {
    color: var(--text_color_light);
    text-decoration: none;
    position: relative;
}

.__op_bottom_footer__>.__op_bottom_footer_content__>a::after {
    content: "";
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: var(--text_color_light);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.__op_bottom_footer__>.__op_bottom_footer_content__>a:hover::after {
    width: 100%;
}

.__op_bottom_footer__>.__op_bottom_footer_icons__ {
    display: flex;
    gap: 20px;
    align-items: center;
    color: var(--text_color_light);
    margin-left: auto;
}

.__op_bottom_footer__>.__op_bottom_footer_icons__ h5 {
    margin: 0;
}

.__op_bottom_footer__>.__op_bottom_footer_icons__>a {
    color: var(--text_hover);
    font-size: 24px;
    margin-inline: 10px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    position: relative;
    isolation: isolate;
}

.__op_bottom_footer__>.__op_bottom_footer_icons__>a:hover {
    color: var(--text_color_light);
}

.__op_bottom_footer__>.__op_bottom_footer_icons__>a::before {
    content: "Facebook";
    font-size: 5px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    -webkit-transform: translateX(-50%) translateY(20px);
    -moz-transform: translateX(-50%) translateY(20px);
    -ms-transform: translateX(-50%) translateY(20px);
    -o-transform: translateX(-50%) translateY(20px);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    z-index: -1;
    opacity: 0;
}

.__op_bottom_footer__>.__op_bottom_footer_icons__>a:hover::before {
    font-size: 14px;
    opacity: 1;
    transform: translateX(-50%) translateY(-5px);
    -webkit-transform: translateX(-50%) translateY(-5px);
    -moz-transform: translateX(-50%) translateY(-5px);
    -ms-transform: translateX(-50%) translateY(-5px);
    -o-transform: translateX(-50%) translateY(-5px);
}

/* =======X=X=X========== */

@media (max-width: 1200px) {
    .__op_content_footer__ {
        grid-column: 1/4;
        grid-row: 1/4;
        min-height: 1100px;
    }

    .__op_content_footer__>.__op_footer_logo__ {
        grid-column: 1/-1;
        grid-row: 1/2;
    }

    .__op_content_footer__>p.__op_footer_about_us__ {
        grid-column: 1/-1;
        grid-row: 2/3;
        text-align: center;
        margin-bottom: 30px;
        height: auto;
    }

    .__op_content_footer__>.__op_footer_address__ {
        grid-column: 1/7;
        grid-row: 3/4;
        align-items: center;
    }

    .__op_content_footer__>.__op_footer_links {
        grid-column: 1/7;
        grid-row: 4/5;
    }

    .__op_content_footer__>.__op_footer_address__>.__op_footer_phone__ {
        margin-top: 20px;
        max-width: 350px;
        margin-inline: auto;
    }

    .__op_map_footer__ {
        grid-column: 1/6;
        grid-row: 4/5;
        height: 300px;
    }

    .__op_form_footer__ {
        grid-column: 4/6;
        grid-row: 1/4;
    }

    .__op_bottom_footer__ {
        grid-column: 1/-1;
        grid-row: 5/6;
    }
}

@media (max-width: 1100px) {
    .__op_content_footer__ {
        grid-column: 1/3;
        grid-row: 1/4;
        min-height: 1000px;
    }

    .__op_form_footer__ {
        grid-column: 3/6;
        grid-row: 1/4;
    }

    .__op_content_footer__>p.__op_footer_about_us__ {
        padding-inline: 10px;
    }
}

@media (max-width: 1000px) {
    .__op_content_footer__ {
        grid-column: 1/-1;
        grid-row: 1/4;
        min-height: 1100px;
    }

    .__op_map_footer__ {
        grid-column: 1/3;
        grid-row: 4/5;
        height: 100%;
    }

    .__op_form_footer__ {
        grid-column: 3/6;
        grid-row: 4/5;
        padding-inline: 0;
    }

    .__op_bottom_footer__ {
        grid-column: 1/-1;
        grid-row: 5/6;
        min-height: 200px;
        padding-block: 0px;
        display: grid;
        grid-template-columns: 1fr;
        place-items: center;
    }

    .__op_bottom_footer__>.__op_bottom_footer_icons__ {
        margin-left: auto;
        margin-right: auto;
    }

    .__op_bottom_footer__>.__op_bottom_footer_content__ {
        text-align: center;
    }
}

@media (max-width: 840px) {
    .__op_map_footer__ {
        grid-column: 1/-1;
        grid-row: 4/5;
        height: 400px;
    }

    .__op_form_footer__ {
        grid-column: 1/-1;
        grid-row: 5/6;
        padding-inline: 0;
    }

    .__op_bottom_footer__ {
        grid-column: 1/-1;
        grid-row: 6/7;
        min-height: 300px;
        padding-block: 0px;
        place-items: center;
    }

    .__op_bottom_footer__>.__op_bottom_footer_icons__ {
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .__op_content_footer__ {
        min-height: 1100px;
    }

    .__op_content_footer__>.__op_footer_address__>.__op_footer_phone__ {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 350px) {
    .__op_content_footer__ {
        min-height: 1200px;
    }

    .__op_content_footer__>.__op_footer_links {
        min-height: 500px;
    }

    .__op_content_footer__>.__op_footer_links>span:nth-child(1) {
        grid-column: 1/-1;
        grid-row: 1/2;
    }

    .__op_content_footer__>.__op_footer_links>span:nth-child(2) {
        grid-column: 1/-1;
        grid-row: 3/4;
    }

    .__op_content_footer__>.__op_footer_links>ul {
        grid-column: 1/-1;
    }
}