@media only screen and (max-width: 990px) {

/* top */
.top .logo { text-align: center; border-bottom: 1px solid #ddd; padding: 0% 0% 2% 0%; }
.top .adress, .top .phone { text-align: center; margin: 2% 0% 0%; }
.top .adress i, .top .phone i { display:none; }

/* menu */
.top_menu .menu ul { width: 100%; }
.top_menu .menu ul li { border: 1px solid #ddd !important; padding: 1% !important; margin: 1%; width: 31.33%; }
.top_menu .menu ul li a { text-align: center; font-size: 14px; }

/* rotator */
#mod_iqrotator .carousel-inner img { width: 100%; height: auto; }
#mod_iqrotator .carousel-inner .carousel-caption { display:none; }

/* box */
.box { display: none; }

/* content */
.content .img_home { margin: 0 auto; display: table; float: none !important; }
.content span { width:100%; text-align: center; margin-top: 1%; display: table; }
.content .more { margin: 0 auto; margin-top: 3%; border: 1px solid #269de7; }

/* therapies */
.TherapiesBox .box .title_image .title { position: unset; top: 0; height: 75px; }
.TherapiesBox .box .title_image .title a { font-size: 15px; width: 180px; display: table; margin: 0 auto; }

/* footer */
.footer { padding: 3% 0%; }
.footer .copyright { text-align: center; border-bottom: 1px solid #ddd; padding: 0% 0% 3%; margin: 0% 0% 3%; }

}