/* LARGE DESKTOP  (1366)
---------------------------------------------*/
@media only screen and (max-width:1366px) {
    .container {margin: 25px;}
}



/* LARGE DESKTOP  (1280)
---------------------------------------------*/
@media only screen and (max-width:1280px) {
    .header_content_left a {
        font-size: 10px;
        font-weight: 600;
    }
    .promo_item_content img {
        height: 215px;
    }
}



/* DESKTOP  (1200)
---------------------------------------------*/
@media only screen and (max-width:1200px) {
    .header_content_left {
        display: none;
    }
    button.top_menu {
        display: inline-flex;
    }
    .promo_item_content img {
        height: 200px;
    }
    .header_content_left {
        position: absolute;
        top: 100%;
        left: 0;
        width: 270px;
        background: var(--dark);
        z-index: 10;
    }
    .header_content_left ul {
        display: block;
    }
    .header_content_left ul li:first-child {
        padding-left: 0px;
    }
    .header_content_left ul li {
        padding: 0;
    }
    .header_content_left ul li a {
        position: relative;
        padding: 12px 25px;
        display: block;
    }
    .header_content_left ul li a:hover {
        background: rgba(255, 255, 255, 0.05);
    }
    .aside_r {
        display: none;
    }
    .middle_content {margin-right: 25px;}
}



/* DESKTOP  (1024)
---------------------------------------------*/
@media only screen and (max-width:1024px) {
    .promo_item_content img {
        height: 245px;
    }
}



/* TABLET  (992)
---------------------------------------------*/
@media only screen and (max-width:992px) {
    button.main_menu {
        display: inline-flex;
    }
    .aside_bl {display: none;}
    .aside_l {flex: 0 auto;}
    .aside_bl {
        position: absolute;
        top: 85px;
        z-index: 10;
        left: 25px;
        min-width: 270px;
    }
    .aside_bl.menu_ .aside_title {
        border-radius: 0;
    }
    .promo_item_content img {
        height: 300px;
    }
}



/* TABLET  (800)
---------------------------------------------*/
@media only screen and (max-width:800px) {
    .logo {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }
    .header_content {
        margin-left: -15px;
    }
    .aside_bl {
        top: 125px;
    }
    .search {
        flex: 1;
    }
    .search input {width: 100%;}
    .promo_item_content img {
        height: 230px;
    }
    .footer {justify-content: center;}
    .footer .footer_left {
        flex: 1 100%;
        min-width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }
    .footer .footer_right {
        margin-bottom: 10px;
    }
}



/* TABLET  (768)
---------------------------------------------*/
@media only screen and (max-width:768px) {

}



/* TABLET  (640)
---------------------------------------------*/
@media only screen and (max-width:640px) {
    .short_item_top_content .poster {
        flex: 1 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .short_item_load .rating_star {
        justify-content: left;
    }
    .short_item_load .rating_star {
        flex: 1 100%;
        margin-bottom: 12px;
    }
    .category {
        padding-left: 0;
    }
    .short_item_top_content .poster.mr-25 {
        margin-right: 0 !important;
    }
	
	.screens_bl > a {
		flex: 0 0 50%;
		max-width: 50%;
	}
}



/* MOBILE  (480)
---------------------------------------------*/
@media only screen and (max-width:480px) {
    .st_user_name {
        display: none;
    }
    .user_panel .st_ava {
        margin-right: 0;
    }
    .promo_item_content img {
        height: 265px;
    }
    span.m_hide {
        display: none;
    }
    .download_file {
        justify-content: center;
    }
    .download_file div {
        margin-bottom: 15px;
    }
    .download_file a.btn {
        margin-bottom: 10px;
    }
    .download_file div > span {
        text-align: center;
    }
    .title_section {
        display: block;
        text-align: center;
    }
    .title_section.beefup-head button {
        margin-top: 15px;
    }
    .fn_comm_item_top {
        flex-wrap: wrap;
    }
    .fn_comm_item_top_user_add {
        flex: 1 100%;
        margin-bottom: 10px;
    }
    .fn_dash_comm {
        justify-content: space-between;
        width: 100%;
    }
	.avat {
		margin-left: 0 !important;
        padding-right: 0 !important;
        float: none !important;
	}
	.tab-content {
		padding-left: 0 !important;
	}
}
@media only screen and (max-width:420px) {
    .screens_bl > a {
		flex: 0 0 100%;
		max-width: 100%;
	}
}


/* MOBILE  (360)
---------------------------------------------*/
@media only screen and (max-width: 360px) {
    .promo_item_content img {
        height: 170px;
    }
    .short_item_bottom a.btn {
        width: 100%;
        text-align: center;
    }
    .category {
        flex: 1 100%;
        margin-bottom: 15px;
    }
    .section_title {
        font-size: 12px;
    }
}