@media (min-width:992px){
	#content {
    min-height: calc(100vh - 173px);
}

.top-menu li a:hover,
.top-menu li.current-menu-item:not(.menu-item-60) > a,
body.category .top-menu li.current_page_parent > a{
	color:var(--light-color);
}
	
}

@media (min-width:1200px){
	
	
}
	
@media (max-width:1199px){
	
	

}

@media (max-width:991px){
	body{
		padding-top:56px;
	}
	
	h1, .h1, .btitle{
		
	}
	.header-wrap{
		padding:8px 0;
		height:56px;
	}
	
	#mobile-menu{
		display:block;
	}
	
	.top-menu{
		display: none;
        position: absolute;
        background: #fff;
        padding: 5px 15px;
        border-radius: 12px;
        right: 0;
        top: 100%;
        z-index: 9;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		margin:-10px 0 0;
	}
	.top-menu:before{
		display:inline-block;
		position:absolute;
		top:-8px;
		right:20px;
		width: 0px;
		height: 0px;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-bottom: 10px solid #fff;
	}

	.top-menu{
		margin-left:-10px;
		margin-right:-10px;
	}
	.top-menu li{
		padding-left:10px;
		padding-right:10px;
		display:block;
		float:none;
	}
	
.top-menu li.current-menu-item:not(.menu-item-60) > a,
body.category .top-menu li.current_page_parent > a{
	color:var(--accent-color);
}
.home-intro{
	min-height:calc(100vh - 56px);
}
.bg-intro{
	object-fit:cover;
	margin-left:0;
}

.contact-section .wpcf7,
#calculator{
	width:100%;
	padding:32px;
}

.contact-list{
	width:100%;
}
.footer-wrap{
	flex-wrap:wrap;
	height:auto;
	justify-content:center;
}

.footer-wrap ul.footmenu{
	display:none;
}
#footer .copyrights{
	order:3;
	width:100%;
	text-align:center;
	padding-top:16px;
}
#footer .copyrights br{
	display:none;
}

.calc-page .adv-list.row .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.adv-list{
	margin:0 -16px -32px;
}
.adv-list > .col-4, 
.adv-list > .col-3{
	padding:0 16px;
}
	
}

@media screen and (max-width: 782px) {
	body.admin-bar #header,
	body.admin-bar #header.clearHeader{
		top:46px;
	}
}
@media (max-width:767px){
	p:not(:last-child){
		padding: 0 0 16px 0;
	}
	
	h1 br, .h1 br, .btitle brr{
		display:none;
	}
	
	.adv-list.row .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
	
	.carousel-list{
		height:250px;
	}
	.carousel-item{
		width:300px;
	}
	
	.contact-section > .row > .col-6{
		-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	
	.contact-section .wpcf7{
		margin-bottom:48px;
	}
	#main{
		overflow-x:hidden;
	}
}

@media (max-width:575px){
	#calculator > .row > .col-5,
	#calculator > .row > .col-7{
		-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	#calculator label{
		text-align:center;
	}
	.adv-list .item .icon{
		width:100px;
		height:100px;
		margin-bottom:16px;
	}
	.adv-list .item .title{
		font-size:16px;
	}
	h1, .h1, .btitle{
		font-size:20px;
	}
}
