.content-digital-directory { height: calc(100% - 145px - 165px); }

footer .social-network { display: table; }
footer .return { display: none; }

.row { height: 100%; }
.menu-item { border: 1px solid #bdac9f; display:flex;align-items: center;justify-content: center; position: relative;}
.menu-item:nth-child(3n + 1) { border-left: 0px; }
.menu-item:nth-child(3n) { border-right: 0px; }
.icon { width: 150px; border-radius: 100%; border: 1px solid #bdac9f; margin: 0 auto 10px; }
.icon img { width: 150px; }
.menu-item:hover { background: #bdac9f; }
.menu-item:hover .icon { background: white; }
.menu-item:hover * { color: white !important; }

@media screen and (max-height:  1000px){
	.fancybox__container { top: 0 !important; bottom: 0 !important; min-height: 100%; }
}

@media screen and (max-width: 600px){
	.icon img, .icon { width: 110px; }
}

@media screen and (max-width: 450px){
	.icon img, .icon { width: 80px; }
	.title { font-size: 18px; }
	.menu-item { border: 1px solid #bdac9f !important; }
}