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

	.container{
		max-width: 98%;
	}
	.d{
		display: none;
	}
	.m{
		display: block;
	}
	.fx{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.fx-1{
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
	}
	nav{
		display: none;
        flex-direction: column;
        height: auto;
        background-color: rgb(21, 13, 37);
        padding-top: 1rem;
        top: 50px;
        padding-bottom: 1rem;
	}
    .ham_exit{
        display: none;
          margin-right: 5px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    z-index: 5;
    }
    .nav__items{
            padding-bottom: 0.2rem;
    }
	.nav_text{
		font-size: 0.8rem;
		text-align: center;
		flex: 1;
		
	}
	#top_header .headernav{
		    flex-direction: row;
    		flex-wrap: wrap;
	}
    .nav_logo_gerb-text{
        font-size: 0.5rem;
		line-height: inherit;
		margin-left: auto;
    }
    .nav_button{
        display: none;
    }
    #header{
            background-position-x: 27%;
    }
	.why_china--btns_right div{
		margin-left: 0;
	}
	.header__btn{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		right: auto;
   
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}
	.header__btn--right{
		margin-top: 1rem;
	}
	#consultation h2, #get_grant h2, #obuceniya h2, #why_china h2, #shag h2, #university h2, #unigranti h2, #pocemu h2, #bron h2, #footer h2, #studenti h2{
		font-size: 2rem;
		line-height: 2.5rem;
		text-align: center;
		margin: 2rem 0;
	}
	#consultation, #get_grant, #university, #unigranti, #pocemu, #bron, #footer{
		height: auto;
	}
	#form{
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.get_grant_right p{
		font-size: 1.2rem;
		margin-bottom: 2rem;
	}
	.obuceniya_items-left div{
		margin: 0 auto;
	}
	.obuceniya_items-right ul{
		padding-bottom: 2rem;
	}
	.stajirovka-logos{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		overflow-x: auto;
	}
	.stajirovka-logo--items{
		margin-right: 2rem;
	}
	.why_china--item_count{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.why_china--btns_left, .why_china--btns_right{
		text-align: center;
	}
	.why_china--btns_right div{
		font-size: 1.2rem;
	}
	.shag_number{
		font-size: 10rem;
		text-align: center;
	}
	.shag_text--body_count-items{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.shag_text--body_count-items div:first-child{
		margin-right: 1rem;
		margin-left: 1rem;
	}
	.shag_text--body_btns{
		margin-left: auto;
		margin-right: auto;
	}
	.universite__items .gt-btn{
		margin: 2rem auto 1rem auto;
	}
	.university_body .universite__items:last-child p{
		font-size: 1.1rem;
		margin-bottom: 2rem;
	}
	.unigranti_body .unigranti__items:last-child{
		padding-left: 2rem;
	}
	#unigranti ul li{
		font-size: 1.2rem;
	}
	.unigranti_body .unigranti__items:last-child div{
		margin-bottom: 3rem;
		margin-top: 2rem;
	}
	#pocemu .gt-btn{
		position: relative;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		left: 0;
	}
	.bron__items .gt-btn{
		font-size: 1.4rem;
		width: 293px;
		margin: 0 auto;
	}
	.bron__items p{
		font-size: 1.2rem;
    margin-top: 1rem;
	line-height: 1.5rem;
	margin-bottom: 2rem;
	}
	.footer_privacy{
		position: relative;
		bottom: 0;
	}
	.social_links div{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
	.social_links p{
		margin-top: 0;
		margin-bottom: 2rem;
	}
	.footer_body{
		padding-top: 4vh;
	}
    #consultation h2, #get_grant h2, #obuceniya h2, #why_china h2, #shag h2, #university h2, #unigranti h2, #pocemu h2, #bron h2, #footer h2, #studenti h2, #stajirovka h2{
            font-size: 2rem;
    line-height: 2rem;
    }
    #slider_city.owl-carousel .owl-nav button.owl-next{
        right: 0;
    }
    #slider_city.owl-carousel .owl-nav button.owl-prev{
        left: 0;
    }
	.obuceniya_items-right-items--logo img{
		margin: 0 auto;
	}
	.obuceniya_items-right-items--name{
		text-align: center;
	}
	.nav_logo{
		width: 35%;
	}
	.nav_logo a{
		display: block;
		text-align: center;
	}
	.nav_logo_gerb .vertical_center{
		flex-direction: row;
	}
	.nav_logo_gerb img{
		    width: 44px;
	}
	.hamburger{
		      margin-right: 5px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    z-index: 5;
	}
}