

@media (max-width: 1199px){
    
}



@media (max-width: 991px){
    .menu-bar {
        position: relative;
    } 

    .menu-bar-link {
        padding-top: 50px;
    }

    .dropdown {
        float: left;
        padding-top: 50px;
    }

    .market-logo-link {
        position: absolute;
        top: -5px;
    }

    .main-banner {
        flex-direction: column;
    }

    .main-banner-content {
        width: 100%;
    }

    .main-banner-img {
        width: 100%;
    }

    .about-us-block img {
        max-width: 35%;
        max-height: 35%;
    }

    .order-step-wrapper {
        flex-direction: column !important;
    }

    .buy-section {
        flex-direction: column;
    }

    .buy-block {
        width: 100%;
    }

    .questions-accordion {
        width: 100%;
    }

    .market-form {
        width: 100%;
    }

    .form-card {
        width: 95%;
    }

    .list-of-goods-wrapper {
        flex-direction: column !important;
    }

    .list-of-goods {
        width: 100% !important;
        flex-direction: column !important;
    }

    .goods-card {
        width: 100% !important;
        flex-direction: row !important;
    }

    .goods-link {
        width: 50% !important;
    }

    .goods-text {
        width: 50% !important;
    }

    .footer-area {
        flex-direction: column;
    }

    .polit-link {
        align-items: center;
    }

    .about-us-block {
        width: 95%;
    }

    .goods-page { 
        flex-direction: column !important;
    }
    
    .goods-page-title {
        font-size: 25px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .goods-info {
        gap: 15px;
    }

    .goods-info-item {
        padding: 5px;
    }

    .goods-info-wrapper {
        gap: 10px;
    }

    .goods-page-image {
        float: none !important;
    }

    .goods-image-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .goods-info-wrapper {
        justify-content: center;
    }

    .feed-form {
        flex-direction: column;
        width: 90%;
    }

    .goods-buy {
        width: 100%;
    }


    .related-prod-block {
        flex-direction: column;
    }

    .r-p-card {
        width: 100%;
    }

    .kont-block {
        flex-direction: column;
    }

    .kont-adress, .kont-phone, .kont-email {
        width: 100%;
        border-left: 0px solid rgb(121, 122, 123);
        border-right: 0px solid rgb(121, 122, 123);
        border-top: 1px solid rgb(121, 122, 123);
        border-bottom: 1px solid rgb(121, 122, 123);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .kont-adress i, .kont-phone i, .kont-email i  {
        margin: 0;
    }

    .map-n-work {
        flex-direction: column;
    }

    .map {
        width: 100%;
    }

    .schedule {
        width: 100%;
    }

    .order-step{
        width: 100%;
    }


}


@media(max-width: 767px){
    .goods-page-image {
        float: none !important;
    }

    .goods-image-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .goods-info-wrapper {
        justify-content: center;
    }

    .feed-form {
        flex-direction: column;
        width: 90%;
    }

    .goods-buy {
        width: 100%;
    }


}


@media(max-width: 576px){
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .dropdown-content a {
        width: 230px;
    }

    .goods-card {
        flex-direction: column !important;
    }

    .menu-bar-link {
        font-size: 12px !important;
    }

    .dropdown .dropbtn {
        font-size: 12px;
    }

    .goods-link {
        width: 100% !important;
    }

    .goods-text {
        width: 100% !important;
    }

    .order-steps-block {
        width: 95%;
    }

    .about-us-txt {
        font-size: 16px;
    }

    .about-us-block {    
        padding: 30px 50px;
    }

    .order-step {
        padding: 15px 15px;
    }

    .market-logo-txt {
        font-size: 25px;
    }

    .menu-bar {
        gap: 5px;
    }

    .customer-rev-area {
        flex-direction: column-reverse;
    }

    .work-hours-block {
        flex-direction: column;
    }

    .p-link {
        font-size: 14px;
    }
}