/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .category_content .one_category .title_cat {
        width: 211px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .category_content .one_category .title_cat {
        width: 218px;
    }

    .main_page .wp-video, .single_page .wp-video {
        /*width: 700px !important;*/
    }

    .main_page iframe, .single_page iframe {
        /*width: 700px !important;*/
        /*height: 393px !important;*/
    }

    .main_page .container_day {
        padding-left: 35px;
    }

    .main_page .main_row {
        padding-right: 15px;
    }

    .main_page .container_day .day {
        left: -25px;
    }

    footer .e_mail {
        margin-right: -10px;
    }

    .category_content .one_post .more_info {
        left: 63%;
        bottom: -7px;
    }

    .category_content .one_post .post_exerpt {
        max-width: 62%;
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width: 768px) {

        .main_page .wp-video, .single_page .wp-video {
            /*width: 270px !important;*/
        }

        .main_page iframe, .single_page iframe {
            /*width: 270px !important;*/
            /*height: 152px !important;*/
        }


        footer .e_mail {
            margin-right: 10px;
        }

        .category_content .one_post .more_info {
            left: 90%;
        }

        .category_content .one_post .post_exerpt {
            max-width: 100%;
            margin-right: 50px;
        }

        #sidebar_right {
            padding-left: 0px;
        }

    }

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

        .main_page .main_anonse_title h3 {
            /*font-size: 100%;*/
            /*margin-left: 50px;*/
        }

        .category_content .one_post .wp-video {
            /*width: 270px !important;*/
        }

        .category_content .one_post iframe {
            /*width: 270px !important;*/
            /*height: 152px !important;*/
        }

        .category_content .pr {
            margin-right: 15px;
        }

        .category_content .one_post .more_info {
            left: 84%;
        }

        .category_content .one_post {

        }

        .category_content .one_post img {
            width: 100%;
        }

        .bg_header .top_menu ul {
            display: block;
            width: 100vw;
            border: none;
        }

        .bg_header .top_menu li {
        }

        .bg_header .top_menu li a {
        }

    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width: 480px) {

    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width: 320px) {

    }


    /*==========  Mobile First Method  ==========*/
    /* Custom, iPhone Retina */
    @media only screen and (min-width: 320px) {

    }

    /* Extra Small Devices, Phones */
    @media only screen and (min-width: 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width: 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width: 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width: 1200px) {

    }
