

@media (max-width: 991px){
	.sidebar{display: none;}
	.nav-top{display: none;}
	.logotip{display: none;}
	.logotip-mobile{display: block;margin-left: 40px;text-align: center;padding: 0 20px;margin-right: 40px;}
	.logotip-mobile img{max-height: 180px;max-width: 100%;margin-top: 20px;        padding-bottom: 30px;}
	.navbar-toggle{display: block;}
	.callback-button{display: none;}

	.content-text img {
		max-width: 100%;
		width: 100%;
		height: auto;	
	}
	.icon-box img{
		width: auto;
	}

	.img_icon{
	    width: auto !important;
	    height: auto !important;
	}
	body .sidebar, 
	body .content-main,
	body.page .sidebar,
	body.page .content-page{
		margin-top: 0;
	}

	.top-contacts{
		margin: 20px 0 0;
	}
	header {
		height: auto;
	}

	footer, footer p, footer a, #quick a, #copyright{
		text-align: center;
	}

	.main-top-slogan {
	    border-left: 6px solid #007ec9;
	    margin: 15px 0 0 25px;
	}
	.btn-main {
        width: 100%;
        height: 80px;
	}

	.page .btn-main {
	    margin: 0;
	}
	.desc-quiz {
	    margin: 0 0 0 10px;
	}
}


@media (max-width: 768px){
	.table-scroll{
	    max-width: 100%;
	    overflow-y: scroll;
	}
	.table-scroll table{
		width: 750px;
	}
	footer, footer p, footer a, #quick a, #copyright {
	text-align: center;
	}
}

@media (max-width: 768px){
	.main-top-slogan {
	    font-size: 22px;
	    padding: 0 40px;
	    line-height: 32px;
	    margin-top: 20px;}
	.main-top-slogan {
        border-left: none;
    }
}

@media (max-width: 458px){
	.btn-quiz {
       font-size: 16px;
       max-width: 428px;
       width: 100%;
   }

   .desc-quiz {
	    margin: 0;
	    width: auto;
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 20px;
	    margin-top: 10px;
	}

	.main-top-contacts{
		margin: 0;
	}

	.main-top-slogan{
		margin-left: 15px;
		width: 100%;
	}

	.btn-main {
        margin: 24px 0 0 0;
        position:relative;
    }
}

@media (max-width: 351px){
	.btn-quiz {
	    padding: 15px 15px;
	    max-width: 321px;
       width: 100%;
	}
	.btn-main {
        width: 100%;
        height: 60px;
    }
}