/* ipad landscape */
@media only screen and (min-width : 768px) and (max-width : 1024px) {  


}
/* ipad portrait*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait),  (max-width : 1023px) and (min-width : 700px) {
       
}
/* iphone */
@media only screen and (max-width : 699px) {   
    html, body {
        min-width: 0;
    }
    .top_line .current_time {
        display: none;
    }
    .top_line .lk-link {
        float: none;
        text-align: center;
    }
    .content {
        padding: 0 1em;
    }
    .top_line.content {
        padding: 1em;
    }
    .header.content .block:nth-child(2) {
        display: none;
    }

    .header.content a img {
        max-width: 80%;
    }    
    .header.content {
        position: relative;
    }
    .menu_trigger {
        position: absolute;
        width: 1.2em;
        height: 1em;
        right: 1em;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
        font-size: 1.6em;
        z-index: 200;
    }   
    .menu_trigger:before, .menu_trigger:after, .menu_trigger span {
        content:'';
        display: block;
        width: 100%;
        height: 4px;
        background: #313D48;
        position: absolute;
        transition: all .3s;
    }  
    .menu_trigger:before {
        top: 0;
    }
    .menu_trigger:after {
        bottom: 0;     
        z-index: 100;
    }
    .menu_trigger span {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .menu_trigger.active:before {
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);    
        top: 0.42em;    
    }
    .menu_trigger.active:after {
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);  
        bottom: 0.42em;   
    }    
    .menu_trigger.active span {
        background: transparent;
    }    
    #global100.menu_right {
        transform: translateX(-250px);
        -webkit-transform: translateX(-250px);
        z-index: 100;
        position: relative;        
    }  
    .top_block.first_screen .menu {
        transition: all .3s;
    }
    .menu_horizontal {
        position: absolute;
        top: 0;
        right: 0;
        background: #313D48;
        z-index: 0;
        text-align: right;
        width: 0px;    
        overflow: hidden; 
        z-index: 100;
        box-sizing: border-box;
        display: block;
        padding: 6.5em 0 1em 0;
        height: auto;
        flex: none;
        min-height: 150vh;
    }      
    .menu_horizontal.active {
        padding: 5em 1em 1em 1em;
        width: 250px;     
        /*transform: translateX(250px);
        -webkit-transform: translateX(250px); */
        right: -250px;      
    }    
    .menu_horizontal .container {
        width: 218px;
    }
    .menu_horizontal a,.menu_horizontal a:last-child {
        display: block;
        text-align: right;
        box-sizing: border-box;
        padding: 0.2em 0;
        margin: 0.4em 0;
        text-shadow: none;
        font-size: 1.1em;
        width: 218px;
        min-width: 218px;
    }   
    .header.content .block.search {
        width: 0;
        overflow: hidden;
        transition: all .3s;
        position: absolute;
        right: 16px;
        top: -16px;
        height: 0;
        transition: all .3s;
        opacity: 0;
    }
    .header.content .block.social {
        width: 0;
        overflow: hidden;
        transition: all .3s;
        position: absolute;
        right: 16px;
        top: 350px;
        height: 0;
        transition: all .3s;
        opacity: 0;
        text-align: right;
    }    
    .header.content .block.search.active {
        display: block;
        width: 215px;
        height: 35px;
        transform: translateX(250px);
        -webkit-transform: translateX(250px); 
        z-index: 200;
        background: #fff;     
        opacity: 1;  
    }     
    .header.content .block.social.active {
        display: block;
        width: 215px;
        height: 35px;
        transform: translateX(250px);
        -webkit-transform: translateX(250px); 
        z-index: 200;
        opacity: 1;  
    }  
    .header.content .block.social.active > * {
        margin: 0 5px;
        font-size: 1.7em;
    }           
    .columns.content {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;        
    }
    .columns.content > .left {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;        
    }
    .columns.content > .center {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;   
        max-width: 100%;
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;             
    }    
    .columns.content > .right {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;        
    }       
    .columns.content > .center {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }    
    .reportazh_container .block .image, .reportazh_container .block .image a img, .reportazh_container .block .image a  {
        position: static;
        width: auto;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
    }
    .reportazh_container .block .image a img {
        min-width: 100%;
    }
    .reportazh_container .block:nth-child(1) .image, 
    .reportazh_container .block:nth-child(2) .image, 
    .reportazh_container .block:nth-child(3) .image, 
    .reportazh_container .block:nth-child(4) .image,
    .reportazh_container .block:nth-child(5) .image,
    .reportazh_container .block:nth-child(6) .image,
    .reportazh_container .block:nth-child(7) .image,
    .reportazh_container .block:nth-child(8) .image,
    .reportazh_container .block:nth-child(9) .image,
    .reportazh_container .block:nth-child(10) .image {
        width: auto;
        height: auto;
    }
    .reportazh_container .block:nth-child(1), 
    .reportazh_container .block:nth-child(2), 
    .reportazh_container .block:nth-child(3), 
    .reportazh_container .block:nth-child(4),
    .reportazh_container .block:nth-child(5),
    .reportazh_container .block:nth-child(6),
    .reportazh_container .block:nth-child(7),
    .reportazh_container .block:nth-child(8),
    .reportazh_container .block:nth-child(9),
    .reportazh_container .block:nth-child(10) {
        padding: 1em;
        min-height: 0;
    }
    .columns.content > .left, .columns.content > .right {
        max-width: 100%;
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;        
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    .footer .content .block:nth-child(2), .footer .content .block:nth-child(3) {
        display: none;
    }    
    .footer .content .block:nth-child(1) {
        max-width: 100%;
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;        
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        text-align: center;        
    }
    .comment_unreg {
        margin-bottom: 30px;
    }
    .video_container_main > *, .video_container_main > *:nth-child(2n+2) {
        max-width: 100%;
        flex: 0 0 100%;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;        
        box-sizing: border-box;
        margin: 0 0 2em 0;
        padding: 0;
    }
    .header.content .block:nth-child(3) {
        display: none;
    }
    .slavina {
        left: -70px;        
    }
}