﻿@-ms-viewport{width:device-width;} /* http://msdn.microsoft.com/en-gb/library/ie/hh869615%28v=vs.85%29.aspx */


@media (min-width: 1300px){}
@media (min-width: 992px) and (max-width: 1299px){}
@media (min-width: 1200px){}

/* Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1200px){

}
/* Large devices (desktops, 992px and up)*/
@media (max-width: 992px){
    body{padding-bottom: 1px; background:url('../images/bg-new.webp') no-repeat left top, #2141A6;}
    
    #trigger_overlay{display:block;}

    header{}
    .header-inside{display: block; background-image: none; min-height: auto;}
    .header-inside > *{ text-align: center;}
    .logo{margin: 10px 0;}
    .logo img{max-width: 200px;}
    .logo span{margin-left: 41px;}

    .header-inside > div:nth-child(2), .phones-questions{display: none;}

    #header-menu{display: none;}
    footer{border-radius:4px; margin-bottom: 9px;}
    
    #content .prajs-content-item h2{text-align: center;}
    

    #main{flex-wrap: nowrap; flex-direction: column; margin: 10px 0 20px; border-radius: 4px 4px 0 0;}
    #main aside{display: none; /*order: 2; width: 100%; border-radius:4px; margin: 20px 0; background: white; text-align: center;*/}
    /*.owl_slider_sidebar_wrap .owl_slider_sidebar{margin: auto;}*/

    #content{border-radius:4px;}

    .stars section{display: flex; flex-wrap: wrap; height: auto;}
    .stars section > div{order: 1; width: 100%;}
    .stars section > div:first-child{order: 2;}
    .stars section img{position: relative; top: auto !important; right: auto !important; bottom: auto !important; left: auto !important;}
    .stars section.text-right,
    .stars section.text-left{padding:0}
    .stars section.text-left{}

    footer{margin-top: 20px; margin-bottom: 20px; display: none;}
    #footer-inside_v2{flex-wrap: wrap; flex-direction: column; gap:0;}
    #footer-inside_v2 section{text-align: center; width: 100%;}
    #developer{ text-align: center;}

    #leftMenuAside{ display: none;}

    .list-film-block .film-item{flex-basis:33%;}

}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px){
    #content{padding:10px;}
	/*.table-desc{margin-bottom: 20px;}
    .table-desc tr{flex-wrap: wrap; flex-direction: column;}
    .table-desc tr td{width: 100% !important;}*/

    .content-blocks{gap:10px;}

    .list-film-block .film-item{flex-basis:48%;}
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px){
	
}



/* Large devices (large desktops, 1200px and up) ---LG--- */
/*@media screen and (max-width: 1200px){
}*/
/* Medium devices (desktops, 992px and up) ---MD--- */
/*@media screen and (max-width: 992px ){
	
}*/
/* Small devices (tablets, 768px and up) ---SM--- */
/*@media screen and (max-width: 750px){
	
}*/
/* Extra small devices (phones, 480px and up) ---XS--- */
/*@media screen and (max-width: 480px){
	
}*/