

@media (min-width:1px){
	footer{
		width: 100%;
		height: auto;
		margin-top: 70px;
		background: #1B1B1B;
		overflow: hidden;
		text-align: center;
	}

	.footer_flex_top{
		width: 100%;
		margin: 0px auto 0px;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.footer_block{
		width: 100%;
		margin-top: 40px;
	}

	.footer_block:nth-child(2){
		padding-left: 0px;
	}

	.footer_block_header{
		font-family: MontserratBold;
		font-size: 18px;
		line-height: 22px;
		color: white;
		margin-bottom: 20px;
		cursor: default;
	}

	.footer_block_header[type="mob"]{
		width: 100%;
	}

	.footer_block_link{
		color: rgba(255, 255, 255, 0.8);
		font-size: 15px;
		line-height: 37px;
		display: block;
	}

	.footer_block_link:hover{
		color: white;
		text-decoration: underline;
	}

	.footer_flex_bottom{
		width: 100%;
		margin: 40px auto 0px;
		display: flex;
		height: auto;
		align-items: center;
		flex-direction: column;
	}

	.footer_big_link{
		font-size: 18px;
		line-height: 22px;
		text-decoration: underline;
		font-family: MontserratBold;
		color: white;
		width: auto;
		display: block;
	}

	.footer_logo{
		display: none;
		width: 202px;
		height: 44px;
		background: url(../img/footer/logo.png) center/auto no-repeat;
		margin-left: 283px;
		cursor: pointer;
	}

	.footer_instagram{
		display: block;
		width: 30px;
		height: 30px;
		background: url(../img/social_icons/instagram_white.png) center/auto no-repeat;
		margin-left: 0px;
		cursor: pointer;
	}

	.footer_youtube{
		display: block;
		width: 30px;
		height: 30px;
		background: url(../img/social_icons/youtube_white.png) center/auto no-repeat;
		margin-left: 65px;
		cursor: pointer;
	}

	.footer_yandex{
		display: block;
		width: 30px;
		height: 30px;
		background: url(../img/social_icons/yandex_white.png) center/auto no-repeat;
		margin-left: 65px;
		cursor: pointer;
	}

	.footer_copyright{
		margin: 7px auto 0px;
		font-size: 12px;
		line-height: 15px;
		color: #939393;
		width: 1120px;
		display: none;
	}

	.footer_social_wrap{
		margin: 20px 0px 50px;
	}

}

@media (min-width:1120px){
	footer{
		width: 100%;
		margin-top: 150px;
		background: #1B1B1B;
		overflow: hidden;
		text-align: inherit;
		padding-bottom: 20px;
	}

	.footer_flex_top{
		width: 1120px;
		margin: 41px auto 0px;
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}

	.footer_block{
		width: 360px;
		margin-top: 0;
	}

	.footer_block:nth-child(2){
		padding-left: 37px;
	}

	.footer_block_header{
		font-family: MontserratBold;
		font-size: 18px;
		line-height: 22px;
		color: white;
		margin-bottom: 20px;
		cursor: default;
	}

	.footer_block_link{
		color: rgba(255, 255, 255, 0.8);
		font-size: 15px;
		line-height: 27px;
		display: block;
	}

	.footer_block_link:hover{
		color: white;
		text-decoration: underline;
	}

	.footer_flex_bottom{
		width: 1120px;
		margin: 40px auto 0px;
		display: flex;
		height: 44px;
		align-items: center;
		flex-direction: row;
	}

	.footer_big_link{
		font-size: 18px;
		line-height: 22px;
		text-decoration: underline;
		font-family: MontserratBold;
		color: white;
		width: 134px;
		display: block;
	}

	.footer_logo{
		display: block;
		width: 202px;
		height: 44px;
		background: url(../img/footer/logo.png) center/auto no-repeat;
		margin-left: 283px;
		cursor: pointer;
	}

	.footer_instagram{
		display: block;
		width: 30px;
		height: 30px;
		margin-left: 141px;
		cursor: pointer;
	}

	.footer_youtube{
		display: block;
		width: 30px;
		height: 30px;
		margin-left: 65px;
		cursor: pointer;
	}

	.footer_copyright{
		margin: 7px auto 0px;
		font-size: 12px;
		line-height: 15px;
		color: #939393;
		width: 1120px;
		display: block;
	}

	.footer_block_header[type="mob"]{
		display: none;
	}

	.footer_social_wrap{
		margin: 0px;
	}

}