@media(max-width:1150px) 
{
}

@media(max-width:820px) 
{
	section.default h1{
		font-size: 36px;
	}
	section.visual{
		padding: 80px 0;
	}
	section.visual i{
		font-size: 6em;
		margin-bottom: 10px;
	}
	section.visual h1{
		font-size: 34px;
        line-height: 44px;
	}
	section.visual h1 span{
		font-size: 22px;
        line-height: 38px;
	}
	section.visual h2{
		font-size: 16px;
        line-height: 24px;
        max-width: 100vw;
	}
	section.visual p br{
		display: none;
	}
	section.visual .container-fluid:before{
		content: ''; display: block;
		width: 669px; height: 755px;
		position: absolute;
		background-image: url('../images/visual-xs.png');
		background-size: contain;
		background-repeat: no-repeat;
		overflow: visible;
		bottom: 0; left: 0;
	}
	section.visual.webp .container-fluid:before{
		background-image: url('../images/visual-xs.webp');
	}
	section.default {
	    padding: 60px 0;
	}
	.ach-item{
		margin-bottom: 50px;
	}

	.dv-image{
		display: none;
	}

	#dv ul.options{
		display: block;
	}
	#dv ul.options li{
		margin-top: 20px;
	}
	.service-item{
		width: 100%;
	}
	#chat:after {
	    background-size: contain;
	    width: 150px;
	    height: 150px;
	    bottom: -30px;
	    right: 20px;
	}
	#chat .btn{
		margin-top: 40px;
	}
	.owl-nav .owl-next{
		right: -17px;
	}
	.owl-nav .owl-prev{
		left: -17px;
	}
}