@media only screen and (max-width : 1250px) {
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.cat-block-title {
		font-size: 40px;
		padding-bottom:30px;
	}
	.row-5 {
		width: 33.33%;
	}
	.row-5:nth-child(3n)+div{
		clear:both;
	}
	.cat-box{
		margin-bottom:30px;
	}
	.bot-contacts ul li{
		margin-right:10px;
	}
	.bot-info ul li{
		margin-letf:10px;
	}
	.benefit-box-numb{
		font-size:70px;
	}
	.text-top{
		padding-right:0;
	}
	.text-top-left{
		width:100%;
		max-width:450px;
		float:none;
		margin:0 auto;
		padding-top:0;
	}
	.text-top-right{
		margin:0;
		text-align:center;
	}
	.text-top-right:before{
		top:auto;
		height:300px;
	}
	.benefit-box-name{
		font-size:18px;
	}
	.informer-block{
		padding:30px 0;
	}
	.text-bot{
		padding-left:0;
	}
	.text-bot-left,
	.text-bot-right{
		float:none;
	}
	.text-bot-left,
	.text-bot-img{
		margin:0;
		text-align:center;
	}
	.text-bot-right{
		width:100%;
		max-width:500px;
		margin:0 auto;
		padding-top:0;
	}
	.text-bot-left:before{
		top:auto;
		height:300px;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.cat-block-title {
		font-size: 30px;
	}
	.row-5 {
		width: 50%;
	}
	.row-5:nth-child(2n)+div{
		clear:both;
	}
	.row-5:nth-child(3n)+div{
		clear:none;
	}
	.footer .container{
		padding-top:5px;
	}
	.foot-left,
	.foot-right{
		float:none;
	}
	.bot-contacts,
	.bot-info{
		text-align:center;
	}
	.bot-contacts ul li,
	.bot-info ul li{
		margin:0 5px;
	}
	.bot-contacts{
		margin-bottom:4px;
	}
	.cat-box a{
		font-size:20px;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
        .text-block {
            margin: 100px 0px 0px 15px;
        }
	.logo-box{
		width:120px;
	}
	.top-nav ul li a{
		font-size:15px;
		padding:5px 7px;
	}
	.cat-block-title {
		font-size: 22px;
		letter-spacing:0;
	}
	#home{
		margin-bottom:20px;
	}
	#home .container{
		height:auto;
		padding-bottom:0;
	}
	.valign-tab,
	.valign-box{
		height:auto;
		display:block;
	}
	.row-5 {
		width: 100%;
		float:none;
	}
/* 	.cat-box{
		margin-bottom:0;
	} */
	#about .container{
		padding-top:0;
		padding-bottom:0;
	}
	.wrapper .container{
		padding-bottom:30px;
	}
	.text-top{
		padding-bottom:0;
		margin-bottom:0;
	}
	.box-title {
		font-size: 24px;
		line-height: 25px;
	}
	.text-top-right::before{
		display:none;
	}
	.row-3 {
		width: 100%;
		float:none;
	}
	.row-3:nth-child(3n)+div{
		clear: none;
	}
	.benefit-box{
		margin-bottom:20px;
		margin-top:20px;
	}
	.benefit-box-numb{
		height:auto;
		margin-bottom:20px;
	}
	.informer-block{
		padding:0;
	}
	.text-bot-left:before{
		display:none;
	}
	.module-box{
		padding:0 0 15px 0;
	}
	.text-bot-left{
		margin-bottom:20px;
	}
	.text-bot{
		margin-bottom:0;
		padding-bottom:0;
	}
	.bot-logo {
		padding: 30px 0;
	}
	.bot-logo img{
		width:80%;
	}
	.scroll-next{
		display:none;
	}
	.footer{
		position:relative;
		height:auto;
		padding:5px 0 10px 0;
	}
	.bot-info ul li{
		display:block;
		margin:5px 0;
	}
	.benefit-box-numb{
		font-size:55px;
	}
}	
@media only screen and (max-width : 340px) {
	.logo-box{
		width:120px;
	}
	.top-nav ul li{
		margin:0;
	}
	.top-nav ul li a{
		font-size:14px;
	}
	.cat-box a{
		font-size:18px;
	}
	.button{
		letter-spacing: 0px;
		font-size:13px;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 768px) {
 	.head-nav-btn{
		display:none !important;
	}
	.head-nav{
		display:block !important;
	} 
}	