/* Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

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

}
/*--------------------------------*/
/* Для планшетов (до 768px)*/
@media (min-width: 481px) and (max-width: 769px) {
		.main_text h1 {
		font-size: 100px;
	}
	.about_us {
		padding-top: 130px;
	}
	.block_forma {
		max-width: 80%;
	}
}
/* Для маленьких экранов*/
@media (min-width: 320px) and (max-width: 480px) {
	.main_text h1 {
		font-size: 50px;
	}
	.zapis_modal.konsylt {
		padding: 1em;
		font-size: 1em;
	}
	.about_us {
		padding-top: 130px;
		margin-bottom: 100px;
	}
	.about_text {
		margin-left: 0px;
	}
	.wrap_elem_why img {
    width: 120px;
	}
	.block_text_number::after {
		top: -100px;
		left: -15px;
		font-size: 200px;
		line-height: 240px;
	}
	.block_text_title {
		font-size: 39px; 
	}
	#bl_zapis_2 input {
		font-size: 18px;
	}
	.pole_object {
		height: 180px;
	}
	.more {
		margin-top: 14px;
    font-size: 15px;
    padding: 2px 15px;
	}
	.jk_house {
		font-size: 14px;
	}
	.name_house {
		font-size: 25px;
	}
	.adress_object {
		display: none;
	}
	.goodprice {
		margin-bottom: 200px;
	}
	.get_goods {
		position: relative;
		display: block;
		margin: 0 auto;
		right: 0;
	}
	footer .zagolovok_why {
		text-align: center;
		padding: 0;
	}
	footer .zagolovok_why::after {
		margin: 2px auto 0;
	}
	.viddil_prodajy, .social_links {
		text-align: center;
		margin-bottom: 30px;
	}
	.block_forma {
		max-width: 80%;
    padding: 30px 10px;
	}
	.about_us_list.accordion_blocks li a:nth-child(1) {
		padding-right: 10px;
	}
}
/* Для 5S*/

@media (max-width: 320px) {
	.mobile_menu {
		width: 320px;
		padding: 20px 0;
	}
	.wrap_elem_why img {
    width: 100px;
	}
	.pole_object {
	    height: 150px;
	}
}
