/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	h2{
		font-size: 35px!important;
	}
	.top-functions{
		width: 90%;
		margin: 20px auto;
	}
	.top-functions a{
		font-size: 12px;
	}
	.top-nav .top-logo{
	    display: inline-block;
	    margin: 0 auto;
	    width: 40%;
	    margin-right: 15px;
	}
	.top-nav i{
		height: 24px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 15px;
	}
	.top-nav .burger{
		display: inline-block;
		width: 24px;
		height: 4px;
		background: #212121;
		backface-visibility: hidden;
	    border-radius: 0;
	    position: relative;
	    vertical-align: top;
	}
	.top-nav .burger:before{
	    transform-origin: 1.71429px center;
	    content: "";
	    position: absolute;
	    left: 0;
	    top: 8px;
		display: block;
		width: 24px;
		height: 4px;
		background: #212121;
		backface-visibility: hidden;
	    border-radius: 0;
	    content: '';
	}
	.top-nav .burger:after{
	    transform-origin: 1.71429px center;
	    content: "";
	    position: absolute;
	    left: 0;
	    top: 16px;
		display: block;
		width: 24px;
		height: 4px;
		background: #212121;
		backface-visibility: hidden;
	    border-radius: 0;
	    content: '';
	}
	.horizontal-multilevel-menu{
		display: none;
		position: absolute;
		width: 100%;
		text-align-last: center;
		margin-top: 30px;
	}
	.horizontal-multilevel-menu>li{
		display: block;
		background-color: #ececec;
		border-bottom: solid 1px #cecece;
	}
	.horizontal-multilevel-menu>li a{
		line-height: 35px;
	}
	.horizontal-multilevel-menu>li>ul {
		display: none;
		visibility: visible;
		opacity: 1;
		transition: none;
		-ms-text-align-last: center;
		text-align-last: center;
	    position: relative;
	    background-color: #fff;
	    border: solid 1px #26b0f5;
	}
	.horizontal-multilevel-menu>li>a:before, .horizontal-multilevel-menu>li:hover>a:before{
		display: none;
	}
	.horizontal-multilevel-menu>li>a.active:before{
		display: block;
	}
	.top-contacts-block{
		display: none;
	}
	.search .search-block {
	    padding-top: 30px;
	    padding-bottom: 50px;
	    text-align: center;
	    color: #fff;
	}
	.search .search-block .search-query{
		width: 90%;
		margin-bottom: 15px;
	}
	.last-announces {
	    margin-top: 35px;
	}
	.last-announces .last-announce{
		margin-bottom: 50px;
	}
	
	.last-announces .last-announce .announce-name {
	    font-size: 20px;
	}
	.last-announces .last-announce .announce-price{
		font-size: 18px;
	}
	.key-features{
		margin-top: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.key-features .key-feature{
		padding-top: 5px;
		padding-bottom: 40px;
	}
	.sales-mans h2:after{
		margin-bottom: 15px;
	}
	.sales-mans {
	    margin-top: 30px;
	    padding-bottom: 30px;
	}
	.sales-mans .sales-man{
		margin-bottom: 30px;
	}
	.sales-mans .sales-man-all{
		margin-top: 30px;
	}
	.hot-sections .hot-section .text-block h3{
		white-space: initial;
	}
	.reviews .review .review-text{
		margin-top: 10px;
		margin-bottom: 20px;

	}
	.reviews{
		padding-bottom: 50px;
		padding-top: 30px;
	}
	.bread-crumbs {
	    height: 235px;
	    padding-top: 40px;
	}
	.about-info {
	    padding-top: 25px;
	    padding-bottom: 30px;
	}
	.about-info .about-review-text, .about-info .about-company-text{
		margin-top: 30px;
	}
	.about-info .sales-man {
	    margin-top: 0px;
	    margin-bottom: 50px;
	}
	.contacts .cont-hd:before {
	    content: '';
	    height: 20px;
	    width: 20px;
	    position: relative;
	    display: inline-block;
	    left: 0;
	    top: 0;
	    margin-right: 10px;
	}
	.contacts .text {
		margin-bottom: 40px;
	}
	.contacts{
		padding-bottom: 20px;
	}
	.feedback{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.feedback form{
		padding-top: 00px;
	}
	.feedback form input {
	    width: 98%;

	    padding: 15px;
	    margin: 15px 5px;
	}
	.news {
    padding-top: 30px;
    padding-bottom: 30px;
}
	.news .news-pic img{
		float: none;
	}
	.news .news-frame{
		margin-bottom: 60px;
	}
	.news h2{
		font-size: 20px !important;
	}
	footer{
		text-align: center;
	}
	footer:after{
		content: 'Агентство недвижимости © 2019 . Политика конфиденциальности';
		font-family: 'Uni Neue Book';
		color: #9b9b9b;
		text-align: center;
		display: block;
		margin-top: 20px;
		position: relative;
		left: 0;
		transform: none;
		bottom: 0;
	}
	footer .foot-gen-info{
		margin: 0;
	}
	footer .list-inline {
    	width: initial;
	}
	footer .agency-name:before {
		content: '';
	    position: absolute;
	    display: block;
	    background: url(../images/bird.png);
	    width: 40px;
	    height: 38px;
	    right: 50%;
	    top: -47px;
	    transform: translateX(50%);
	}
	footer .foot-mid{
		margin-top: 50px;
	}
	footer .foot-news{
		margin-top: 50px;
	}
	footer {
		padding-bottom: 50px;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}