
@media only screen and (max-width: 1300px){

}

@media only screen and (max-width: 1140px){


}

@media only screen and (min-width: 768px){


}

@media only screen and (max-width: 1023px){


}

@media only screen and (max-width: 767px){


}

@media only screen and (max-width: 599px){
    #footer .footer__right .links ul li:last-child{
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    body{
        background-attachment: fixed;
    }

    #main #sidebar {
        clear: both;
        overflow: hidden;
    }
    #main .content_box_block{
        float: left;
    }

    #main .sidebar_block{
        float: none;
    }
    #main #contact__us .map-section{
        display: block;
        margin:  0 0 30px 0;
    }


    #main #contact__us #contact__info .contact_box:last-child {
        display: block;
        margin:  0 0 30px 0;

    }
    #main #contact__us #contact__info {}

    #header #logo_menu{
        margin: 10px 0 0 0;
    }
    #header #logo_menu .menu .navbar-default{
        height: auto;
        border-radius: 10px;
    }
    #header #logo_menu .menu .dropdown-menu{
        padding: 0px 10px 0px 40px;
    }
    #header #logo_menu .logo{
        left: -10px;
    }
    #header #logo_menu .logo img{
        width: 80%;
    }

    #header #logo_menu .menu{
        margin:  0 0 0 60px;
        padding: 40px 0 0 0;
    }

    #header #logo_menu .menu .navbar-default .navbar-nav li a{
        padding: 19px 10px 19px 40px;
    }

    .navbar-brand{
        padding: 15px 15px 15px 70px;
        font-size: 16px;
        color: #000;
    }

    #header #phone_social{
        display: block;
        margin: 40px 0 0 0;
        float: none;
        text-align: center;
    }

    #header #phone_social .phone,
    #header #phone_social .social_media{
        float:none;
    }

    #header #phone_social .social_media ul{
        display: inline-block;
        float:left;
    }

    #main{
        margin: 30px 0 0 0;
    }

    #main #home__slider_block #home__slider .item .slider__content_right{
        text-align: center;
        float: none;
        display: block;
        padding: 0  30px;
    }
    #main #home__slider_block #home__slider .item .slider__content_right h1{
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 10px 0;
    }

    #main #home__slider_block #home__slider .item .slider__content_right h2{
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 10px 0;
    }
    #main #home__slider_block #home__slider .item .slider__content_right .slider__buttons a{
        padding: 0 10px;
    }
    #main #home__slider_block #home__slider .owl-prev{
        left:0;
        top: 20%;
        font-size: 48px;
    }
    #main #home__slider_block #home__slider .owl-next{
        right: 0;
        top: 20%;
        font-size: 48px;
    }

    #main #home__slider_block{
        margin:  0 0 30px 0;
    }

    #main #news__shops .news__block{
        padding: 20px 40px;
        height: auto;
    }

    #main #news__shops .news__block .owl-prev{
        left:-30px;
        top: 20%;
        font-size: 48px;
    }
    #main #news__shops .news__block .owl-next{
        right: -30px;
        top: 20%;
        font-size: 48px;
    }
    #main #news__shops .shops__block .icon_box{
        padding: 10px 20px;
    }

    #footer .footer__left {
        margin:  0 0 10px 0;
    }
    #footer .footer__left .footer_icon{
        text-align: center;
        margin: 0 0 10px 0;
    }
    #footer .footer__left .footer_icon img{
        display: inline-block;
    }
    #footer .footer__left .copyright{
        text-align: center;
        font-size: 12px;
    }

    #footer .footer__right .links{
        float: none;
        height: auto;
        text-align: center;
    }
    #footer .footer__right .links ul li{
        width: 50%;
        border:0;
        margin:0;
        padding: 0;
    }

    #footer .footer__right .hr_bilisim{
        float: none;
        text-align: center;
    }
}
