@media screen and (min-width: 1020px) {
	.advicesBlock_item:hover {
		transform: scale(1.1);
		z-index: 11;
	}
}
@media screen and (max-width: 1120px) {
	.topMenu_buter{
		display: inline-block;
	}
	.topMenu_wrp{
		display: none;
	}
	.topMenu_wrp.active{
		display: flex;
		position: absolute;
		top: 100%;
		left: 0;
		padding: 0 15px;
		width: 100%;
		background: #000;
	}
	.topMenu{
		display: flex;
		align-items:center;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 1020px) {
	.helpBlock_list_item{
		width: 50%;
		padding: 0 15px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 860px) {
	.trustBlock_list_item{
		width: 50%;
	}
	.advicesBlock_item_wrp{
		width: 100%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 780px) {
	.feedbackBlock_form .wrap_input{
		width: 100%;
	}
	.feedbackBlock_form{
		padding: 22px 0 0 0;
	}
	.feedbackBlock_info_item{
		width: 100%;
		padding: 23px 15px 29px;
	}
	.feedbackBlock_info_item:before{
		bottom: 0;
		left: auto;
		right: auto;
		top: auto;
		margin: auto;
		height: 1px;
		width: 80px;
		background: linear-gradient(to left, #f3f1eb 0%, #a38d5f 50%, #f3f1eb 100%);;
	}
}
@media screen and (max-width: 680px) {
	.infoBlock_header{
		font-size: 34px;
	}
	.infoBlock_text{
		font-size: 20px;
	}

	.header{
		height: auto;
		padding-bottom: 20px;
	}
	.topMenu{
		width: 100%;
		height: 40px;
		position: relative;
	}
	.header_r_block{
		width: 100%;
		justify-content: space-between;
	}
	.topMenu_wrp.active{
		width: auto;
		left: -15px;
		right: -15px;
		padding: 0;
		flex-direction: column;
		align-items: flex-start;
	}
	.topMenu_link{
		height: auto;
		padding: 7px 15px;
		justify-content: flex-start;
	}
	.topMenu_item{
		margin: 0;
		border-bottom: 1px dotted #5c4831;
		width: 100%;
	}
	.topMenu_item:last-child {
		border-bottom: none;
	}
	.topMenu_item:before{
		display: none;
	}
}
@media screen and (max-width: 620px) {
	.header_r_block{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.blockTel{
		margin: 0 0 10px 0;
		flex-wrap: wrap;
	}
	.blockChat{
		margin: 0 0 10px 0;
	}
	.mapBlock_info{
		position: relative;
		top: auto;
		bottom: auto;
		padding: 15px;
		height: auto;
		flex-wrap: wrap;
	}
	.mapBlock_info_l_block{
		width: 100%;
		justify-content: center;
		margin-bottom: 20px;
	}
	.mapBlock_info .header_r_block{
		width: 100%;
		padding: 0;
	}
}
@media screen and (max-width: 560px) {
	.helpBlock_list_item{
		width: 100%;
	}
	.trustBlock_list_item{
		width: 100%;
	}
	.show_block_img{
		float: none;
		border: none;
		margin: 0 0 15px 0;
	}
	.show_block_img img {
		border: 5px solid #a28c5d;
		margin: 0 auto;
	}
	.reviewsBlock_item{
		padding: 27px 30px 23px 30px;
	}
	.swiper-button-prev{
		left: 25px;
	}
	.swiper-button-next{
		right: 25px;
	}
	footer{
		padding: 15px;
		height: auto;
	}
	.footer_item{
		width: 100%;
		margin-bottom: 15px;
		display: flex;
		justify-content: center;
	}
	.footer_item:last-child{
		margin-bottom: 0;
	}
}