@media all and (max-width: 766px){
	.fancybox-item.fancybox-close{
		right: 5px;
		background-image: url('/bitrix/templates/new_main/img/svg/close.svg');
		background-size: contain;
		border-radius: 3px;
	  border: 1px solid #000;
		top: 7px;
		background-color: #CCC;
	}
	footer #footer_links .footer_about{
		text-align: left;
	}
	footer #footer_links .footer_about .see_us{
		text-align: center;
		width: 100%;
	}
	footer #footer_links .footer_about a{
		display: inline-block;
		width: calc((100% / 2) - 2px);
		text-align: center;
		height: 36px;
	    line-height: 36px;
	    vertical-align: middle;
	}
	footer #footer_links .footer_about a img{
		display: inline-block;
	}
	footer #footer_links .footer_about br{
		display: none;
	}
	footer #footer_links .footer_menu a{
		display: inline-block;
		width: calc((100% / 2) - 2px) !important;
		text-align: center;
	    vertical-align: middle;
	    /*overflow: hidden;
    	text-overflow: ellipsis;*/
    	white-space: nowrap;
	}
	footer #footer_links .footer_socials{
		text-align: left;
	}
	footer #footer_links .footer_socials .see_us{
		text-align: center;
		width: 100%;
	}
	footer #footer_links .footer_socials a{
		display: inline-block;
		width: calc((100% / 2) - 2px);
		text-align: center;
		height: 36px;
	    line-height: 36px;
	    vertical-align: middle;
	}
	footer #footer_links .footer_socials br{
		display: none;
	}
}
@media all and (max-width: 1100px){
  #footer_links {
    padding-top: 23px;
}
}
