
@media screen and (max-width: 600px) {
    h1 {font: bold 18px / 24px 'Roboto Slab';}
	section {
		width: 100%;
	}
    nav.top{display:none;}
    .news {
        width: 100%;
        margin: 0;
    }
    .news_1, .news_2, .news_3 {
        width: 100%;
        height: auto;
        padding-bottom: 60px;
        margin: 0;
        border-radius: 0;
        box-shadow: rgb(202, 202, 202) 1px 1px 30px;
    }
    .news_it .panel {
        left: 15px;
    }
    .news_2 .photo {
        display:none;
    }
    .news_it span {
        width: calc(100% - 30px);
    }
    .news_3 .photo {
        border-radius: 0;
    }
	.news_it a {
		width: calc(100% - 30px);
		height: auto;
		bottom: 40px;
	}
	.news_50 {
		width: 100%;
	}
	.news_1 {
		height: 250px;
	}
	.news_1:before {
		border-radius: 0;
	}
	.news_1 a{
		padding: 15px;
		font: 700 16px / 20px 'Roboto Slab';
	}
	.news_it.news_1 .panel {
		left: 15px;
	}
	.news_1 span {
		left: 15px;
		top: 15px;
	}
	.reklam_block {
			float: left;
			width: calc(100% - 20px);
			position: relative;
			margin: 10px 10px;
			border-top: 1px solid #eee;
	}
	.reklam_block2 img.reklam_bl:nth-child(1) {
        width: calc(100% - 0px);
        float: left;
        margin: 0;
    }
	.reklam_block2 img.reklam_bl:nth-child(2) {
		width: 100%;
		height: auto;
		position: relative;
		right: 0;
		float: left;
		margin: 0;
		margin-top: 10px;
		}
	.news_50 .news_it {
		width: 100%;
	}
    section.grid .tags {
        width: calc(100% - 20px);
        height: auto;
        margin: 0;
        border-radius: 0;
        overflow: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        padding-bottom: 17px;
    }
    section.grid .tags a {
		white-space: nowrap;
	}

	body {
		margin-top: 101px;
	}
	header {
        margin: 0px;
        height: auto;
        padding: 15px 15px;
        position: fixed;
        top: 0;
        left: 0;
        width: calc(100% - 30px);
        z-index: 9;
    }
	.mobile_menu header {
        position: relative;
	}
	header section div, header section .search{
		display:none;
	}
	.photo_grid h1 {
		font: bold 16px / 18px 'Roboto Slab', Arial;
		left: 20px;
		width: calc(100% - 40px);
	}
	.post_cont .cont {
		width: calc(100% - 30px);
		padding: 15px;
	}
	.post_bottom .post_comment {
		width: calc(100% - 30px);
		padding: 15px;
	}

    .mobile_menu_open {
        display: block;
        width: 40px;
        height: 40px;
        background: #013b7c;
        right: 0;
        position: absolute;
        border-radius: 6px;
    }
    .mobile_menu_open:after {
        content: '';
        position: absolute;
        border-radius: 2px;
        width: 20px;
        height: 3px;
        top: 23px;
        left: 10px;
        background: #fff;
        transition-duration: 0.2s;
    }
    .mobile_menu_open:before {
        content: '';
        position: absolute;
        border-radius: 2px;
        width: 20px;
        height: 3px;
        top: 15px;
        left: 10px;
        background: #fff;
        transition-duration: 0.2s;
    }
    .mobile_menu_open.act:after {
        width: 23px;
        height: 3px;
        transform: rotate(45deg);
        left: 9px;
        top: 19px;
    }
    .mobile_menu_open.act:before {
        width: 3px;
        height: 23px;
        transform: rotate(45deg);
        left: 19px;
        top: 9px;
    }
    .mobile_menu .mobile_menu_open {
        position: fixed;
        top: 35px;
        right: 20px;
        z-index: 2;
    }
    .mobile_menu .top {
        position: fixed;
        display: block;
        left: 0;
        width: calc(100% - 120px);
        height: 100%;
        padding: 20px;
        padding-top: 100px;
        background: #013c78;
    }
            
    .mobile_menu .top section {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }
    .mobile_menu nav.top a {
        float: left;
        line-height: 46px;
        margin: 0;
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        margin-right: 0;
        font-weight: 500;
        border-top: 1px solid #01458e;
        width: 100%;
        font-size: 18px;
    }
    .mobile_menu nav.top a.yel {
        color: #e4801b;
        background: none;
        padding: 0;
    }
	.mobile_menu header .logo {
		position: fixed;
		left: 15px;
		top: 15px;
		z-index: 2;
	}
	.mobile_menu .n{
		background: #01458e;
		width: 80px;
		position: fixed;
		right: 0;
		top: 0;
		height: 100%;
		z-index: 1;
	}
	.mobile_menu .kurs {
		width: 80px;
		float: left;
		text-align: center;
		position: fixed;
		top: 210px;
		right: 0;
		z-index: 2;
		display: block;
	}
	.mobile_menu .kurs span {
		width: 100%;
	}
	.mobile_menu .kurs font {
		width: 100%;
		margin: 0;
		margin-bottom: 5px;
	}
	.mobile_menu .pog {
		width: 80px;
		float: left;
		margin-top: -2px;
		display: block;
		position: fixed;
		top: 290px;
		text-align: center;
		right: 0;
	}
	.mobile_menu .pog span {
		font-weight: 400;
		float: left;
		width: 100%;
		margin: 5px 0;
		flex-direction: column;
		color: #82c5ff;
		font-size: 12px;
	}
	.mobile_menu .pog div{
		width: 100%;
		margin-bottom: 2px;
	}
	.mobile_menu .pog img {
		width: 16px;
		margin-left: 0;
		margin-bottom: -5px;
	}
	.mobile_menu .pog font {
		color: #fff;
		font-weight: 400;
		margin-left: 5px;
	}
	   
	.mobile_menu .y{
		display: flex;
		position: fixed;
		top: 110px;
		right: 0;
		z-index: 2;
		flex-direction: column;
		width: 80px;
		align-items: center;
	}
	.mobile_menu .btn_cal{
		display: block;
		margin: 0;
		width: 40px;
		height: 40px;
	}
	.mobile_menu .btn_login {
		display: block;
		color: rgb(0 0 0 / 0%);
		padding: 0;
		background-position: 14px center;
		width: 40px;
		height: 40px;
	}
	
    .mobile_menu header .user {
        display: flex;
        flex-direction: column;
        position: fixed;
        bottom: 10px;
        align-content: center;
        align-items: center;
        margin: 0;
    }
	.mobile_menu header .user img {
		margin-right: 0;
	}
	
	.mobile_menu header .user nav{
		display: block;
		background: none;
		position: relative;
		padding: 0;
		top: 2px;
		box-shadow: none;
		text-align: center;
		opacity: 1;
	}
	.mobile_menu header .user nav a {
		float: left;
		width: 100%;
		color: #6b96c6;
		text-decoration: none;
		font-size: 14px;
		line-height: 20px;
		font-weight: 400;
		display: block;
	}
	.mobile_menu header .user nav:before {
		display:none;
	}
	.mobile_menu header .user span {
		width: auto;
	}
	.mobile_menu header .user a {
		display: none;
	}
	
	
	.h1_post {
		margin-top: 20px;
		margin-bottom: 15px;
		margin-left: 15px;
		width: calc(100% - 30px);
	}
    .filtrdate {
        background: #e9e8e9;
        float: left;
        border-radius: 0;
        padding: 0 15px;
        margin-top: 0;
        width: calc(100% - 30px);
        overflow: hidden;
        display: flex;
    }
    .filtrdate a {
        padding: 10px 8px;
        float: left;
        border-radius: 6px;
        color: #949294;
        font: 400 12px / 12px 'Source Sans 3';
        cursor: pointer;
        text-decoration: none;
        text-align: center;
    }
.sort {
    float: left;
    margin-top: 15px;
    background: none;
    width: calc(100% - 30px);
    padding: 0 15px;
    margin-bottom: 15px;
}
.sort a {
    background: #e9e8e9;
    line-height: 30px;
    float: left;
    margin-left: 0px;
    padding: 0 10px;
    color: #919191;
    text-decoration: none;
    border-radius: 10px;
    font-size: 12px;
    margin-right: 10px;
}
.blogs {
    border-radius: 10px;
    margin-top: -7px;
}
.blogr_list a {
    width: calc(50% - 90px);
    font: 600 14px / 16px 'Roboto Slab';
    padding-right: 30px;
}
.blog_vib_red.blog_vib_red_3 .blog_top1 {
    width: calc(100% - 60px);
    border-radius: 10px;
    height: 290px;
}
.blog_vib_red .blog_top1 .title {
    font: 400 14px / 20px 'Roboto Slab';
}
.blog_vib_red.blog_vib_red_3 .blog_top2 {
    width: calc(100% - 60px);
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog_vib_red .avtor img {
    display: none;
}
.blog_vib_red .avtor {
    left: 20px;
    bottom: 16px;
}
.blog_elements_left {
    float: left;
    width: calc(100% - 1px);
    border-right: 1px solid #eee;
    margin-top: 10px;
}
.blog_el .title {
    font: 600 14px / 20px 'Roboto Slab';
}
.blog_el span {
    margin-bottom: 5px;
}
.blog_el .panel {
    bottom: 24px;
}
.blogs h1 {
    margin-top: 10px;
}
.blogr_list {
    margin-bottom: 10px;
}
.photo_grid {
    margin-top: -7px;
    height: 240px;
    background-size: auto 100%;
}
.photo_grid h1 {
    padding-left: 30px;
    left: 0;
    width: calc(100% - 90px);
    padding-bottom: 65px;
    padding-top: 120px;
}
.post_cont .cont .tags {
    margin-top: 10px;
}
.post_cont .cont_right {
    display: none;
}
.post_bottom_left {
    width: calc(100% - 30px);
    float: left;
    padding: 15px;
    background: #fff;
    padding-bottom: 0;
}
.post_bottom .post_comment {
    margin-top: 40px;
}
.rek {
	float: left;
	width: calc(100% - 0px);
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	position: relative;
	background: #f2f2f2;
	margin-left: -15px;
	padding: 0 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 10px 10px 0 0;
}
.rek a.btn {
    right: 10px;
}
.modal_news_to {
    float: left;
    width: calc(100% - 90px);
    padding: 30px 30px;
    border-radius: 10px;
    margin: 0 15px;
    margin-bottom: 20px;
    margin-bottom: 50px;
}
.footer_form {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    position: absolute;
    top: -170px;
    width: calc(100% - 40px);
    justify-content: space-between;
}
.footer_form div {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.footer_form div span {
    font: 700 15px / 20px 'Roboto Slab';
    margin-bottom: 5px;
}
.footer_form form {
    width: 100%;
    margin-top: 10px;
}
footer {
    width: calc(100% - 30px);
    padding: 50px 15px;
    margin-top: 120px;
}
.footer_m {
    margin-top: 10px;
    margin-bottom: 10px;
}
.post_bottom {
        margin-bottom: 0;
}
.post_comment hr {
    width: calc(100% + 80px);
}

.albums a {
    width: calc(100% - 10px);
}
.content_bl {
    border-radius: 10px;
    margin-top: -6px;
    margin-bottom: 15px;
}

.gazeta_list .gazeta_item {
    width: calc(50% - 30px);
}
.dark_cont {
    width: calc(100% - 30px);
    padding: 15px;
    margin-top: -5px;
    border-radius: 10px 10px 0 0;
    padding-bottom: 150px;
}
.menu_pdf a {
    margin-bottom: 10px;
}
     .mobile_menu_search {
        opacity: 0.8;
        background: url(/img/search.png) center center / 20px no-repeat;
        width: 40px;
        height: 40px;
        display: block;
        position: absolute;
        right: 60px;
        top: 16px;
        border-radius: 6px;
        background-color: #013b7c;
        transition: none;
    }
    .mobile_search header section .search {
        display: block;
        position: fixed;
        left: 20px;
        top: 30px;
        width: calc(100% - 100px);
        margin: 0;
        z-index: 9;
    }

    .mobile_search header section .search:before {
        content: '';
        width: calc(100% + 100px);
        position: absolute;
        background: #00458f;
        height: 100px;
        top: -30px;
        left: -20px;
        z-index: -1;
    }
    .mobile_search .search input[type='text']{
        background: #033a73 !important;
        position: relative;
    }
    .mobile_search .mobile_menu_search {
        z-index: 999;
        position: fixed;
        right: 15px;
        top: 30px;
        height: 44px;
        width: 44px;
        background: url(/img/menuclose.png);
        background-position: center;
        border-radius: 6px;
        opacity: 1;
    }
    .content_1 {
        margin-top: -6px;
        margin-bottom: 140px;
        margin-bottom: 20px;
    }
    .tyu {
        width: 100%;
    }
    .content_1 .cont_left {
        width: 100%;
        margin-top: 20px;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .topred {
        display: none !important;
    }
	
	.m18_n {
        right: 15px;
        top: 185px;
        background: #fff;
        padding: 6px;
        border-radius: 36px;
    }
   .video_list .item {
		width: calc(100% - 0px);
   }
    #openVideoModal {
        width: calc(100% - 80px);
        height: 200px;
        left: 10px;
    }
	.newslider.photo_grid .grid_photo {
		width: 100%;
	}
	.newslider.photo_grid h1 {
		width: calc(100% - 60px);
		height: 100%;
		padding-left: calc(0% + 30px);
		padding-right: 30px;
	}
}
	