@media(min-width:1500px){
	.container{
		max-width: 1500px
	}
}
body{
	font-family: Rubik;
}
header{
	border-bottom: 1px solid #C0C0C0;
	padding: 15px 0;
	position: relative;
	z-index: 1;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(40px);
	position:sticky;
	top: 0;
}
header .logo{
	text-decoration: none;
	color: #000;
}
header .slogan{
	text-decoration: none;
	color: #000;
}
header .time{
	color: #808080;
}
#menu ul{
	padding: 0;
	margin: 0;
	list-style:none;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#menu ul li{
	display: block;
	position: relative;
}
#menu ul li a{
	display: block;
	color: #000;
	text-decoration: none;
	padding: 10px 20px;
	transition: 0.3s all;
}
#menu ul li a:hover, #menu ul li.active>a{
	background: #0095D4;
	color: #fff;
}
/*#menu ul li a span{
	width: 10px;
	height: 6px;
	background: url("../images/menu.svg") center center no-repeat;
	display: inline-block;
	position: relative;
	top: -2px;
	margin-left: 4px;
}*/
#menu ul li a svg{
	fill:#000;
	width: 10px;
	height: 6px;
	transition: 0.3s all;
}
#menu ul li.active>a svg, #menu ul li a:hover svg{
	fill:#fff;
}
#menu ul li ul{
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 3;
	background: #fff;
	display: block;
	text-align: left;
	box-shadow: 0 3px 7px #ccc;
	padding: 5px 0;
	min-width: 100%;
	display: none;
}
#menu ul li ul li{
	
}
#menu ul li ul li a{
	padding: 5px 20px;
	white-space: nowrap
}
#menu ul li:hover ul{
	display: block;
}
header .phone a{
	font-weight: 600;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	line-height: normal;
}
header .mail a{
	text-decoration: none;
	color: #000;
	line-height: normal;
}
header .callback{
	border: 1px solid #000;
	display: inline-block;
	color: #000;
	text-decoration: none;
	border-radius: 100px;
	padding: 10px 30px;
	transition:0.3s all;
}
header .callback:hover{
	background: #FFE600;
}
#block-1{
	background: url("../images/block-1.jpg") center center no-repeat;
	background-size: 100% auto;
	padding: 240px 0 100px;
	margin-top: -80px;
}
#block-1 .title{
	font-size: 59px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 40px;
	text-transform: none;
}
#block-1 .sub{
	font-size: 20px;
	color: #717171;
	font-weight: 300;
	margin-bottom: 50px;
	max-width: 450px;
}
#block-1 .button{
	font-size: 20px;
	text-decoration: none;
	color: #000;
	font-weight: 500;
	background: #FFE600;
	display: inline-block;
	border-radius: 100px;
	padding: 15px 40px;
}
.p-60{
	padding: 60px 0;
}
.title{
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.sub{
	font-size: 18px;
	font-weight: 300;
	color: #717171;
	margin-bottom: 80px;
}
#block-2.main{
	padding-top: 110px;
}
#block-2 .block{
	padding: 20px;
	border-radius: 30px;
	line-height: normal;
	position: relative;
}
#block-2 .block .tit{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	max-width: 200px;
	min-height: 76px;
}
#block-2 .block ul{
	font-size: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
	max-width: 270px
}
#block-2 .b2 ul{
	max-width: 330px
}
#block-2 .b3 ul{
	max-width: 300px
}
#block-2 .block ul li{
	position: relative;
	margin-bottom: 15px;
	padding-left: 30px;
}
#block-2 .block ul li:after{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url("../images/li1.svg") center center no-repeat;
	position: absolute;
	left: 0;
	top: 2px;
}
#block-2 .b2 ul li:after{
	background: url("../images/li2.svg") center center no-repeat;
}
#block-2 .b1{
	background: url("../images/b1.jpg") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}
#block-2 .b2{
	background: url("../images/b2.jpg") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#block-2 .b3{
	background: url("../images/b3.jpg") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
}
#block-2 .b1:after{
	content: '';
	display: block;
	width: 203px;
	height: 260px;
	background: url("../images/ba1.webp") top center no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: -15px;
}
#block-2 .b2:after{
	content: '';
	display: block;
	width: 225px;
	height: 127px;
	background: url("../images/ba2.webp") top center no-repeat;
	background-size: cover;
	position: absolute;
	top: -20px;
	right: 0;
}
#block-2 .b3:after{
	content: '';
	display: block;
	width: 130px;
	height: 180px;
	background: url("../images/ba3.webp") top center no-repeat;
	background-size: cover;
	position: absolute;
	top: -20px;
	right: 0;
}
#block-3 .title{
	font-size: 32px;
	margin-bottom: 15px;
}
#block-3 .block{
	background: url("../images/block-3.jpg") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 30px;
	color: #fff;
	padding: 30px 20px;
	font-size: 18px;
}
#block-3 .form-control, #block-3 .input-file{
	font-size: 18px;
	height: 60px;
	border-radius: 15px;
	box-shadow: none;
	background: #fff;
	width: 100%;
	position: relative;
}
#block-3 .input-file-btn{
	position: absolute;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 18px;
	vertical-align: middle;
	color: #333;
	text-align: center;
	border-radius: 4px;
	line-height: 22px;
	height: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	border: none;
	margin: 0;
	line-height: 60px;
	width: 100%;
	text-align: left;
	background: url("../images/photo.svg") right 15px center no-repeat;
}
#block-3 input[type="file"]{
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.ipnut-file-btn{
	cursor: pointer;
}
.button{
	font-size: 20px;
	font-weight: bold;
	border:none;
	border-radius: 15px;
	background: #FFE600;
	padding: 15px;
	transition:0.3s all;
}
#block-3 .button{
	width: 100%;
	height: 60px;
	font-weight: 500;
}
#block-3 .text{
	margin-bottom: 40px;
}
#block-3 .form-control[name="name"]{
	background: #fff url("../images/nsme.svg") right 15px center no-repeat;
}
#block-3 .form-control[name="phone"]{
	background: #fff url("../images/phone.svg") right 15px center no-repeat;
}
#block-3 .img {
	position: relative;
	height: 100%;
	width: 120%;
	margin-left: -50px;
}
#block-3 .img img{
	position: absolute;
	bottom: -30px;
}
#block-4 table{
	font-size: 18px;
	margin-top: 50px;
}
#block-4 table td:last-child{
	font-weight: 600;
	text-align: right;
	color: #0095D4;
}
#block-4 table td{
	border-bottom: 1px solid #B7B7B7;
	padding: 10px 0;
}
#block-4 .tit{
	font-size: 40px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 15px;
}
#block-4 .tit span{
	color: #0095D4;
}
#block-4 .text{
	font-size: 18px;
	line-height: normal;
	margin-bottom: 15px;
}
.button{
	text-decoration: none;
	color: #000 !important;
	display: inline-block;
}
#block-4 .button{
	font-weight: 500;
	padding: 15px 30px;
}
#block-4 .block{
	background: url("../images/stars-1.png") top 30px right no-repeat, url("../images/stars-2.png") left bottom 30px no-repeat;
}
#block-5 .wrap{
	border-radius: 30px;
	background: url("../images/calc.jpg") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	padding: 30px;
}
#block-5 input, #block-5 select{
	height: 60px;
	border-radius: 15px;
	padding: 20px;
	font-size: 18px;
}
#block-5 select option{
	font-family: Rubik;
}
#block-5 select{
	padding: 0 20px;
}
#block-5 label{
	font-size: 18px;
	margin-bottom: 10px;
}
#block-5 .block{
	margin-bottom: 25px;
}
.quest{
	width: 17px;
	line-height: 17px;
	background: #fff;
	text-align: center;
	font-size: 10px;
	color: #314B56;
	display: inline-block;
	border-radius: 50%;
	position: relative;
	top: -3px;
	margin-left: 8px;
	cursor: pointer;
}
#block-5 .bottom{
	border-top: 1px solid #D3E7F8;
	padding-top: 20px;
}
#block-5 .total{
	font-size: 30px;
	font-weight: bold;
}
#block-5 .total span{
	color: #FFE600;
}
#block-5 .button{
	font-size: 20px;
	font-weight: 600;
	padding: 15px 40px;
}
#block-6 .title, #block-7 .title, #block-8 .title{
	margin-bottom: 50px;
	font-size: 30px;
}
#block-6 .block img, #block-8 .block img{
	border-radius: 30px;
	display: block;
}
.owl-carousel .block{
	text-align: center;
}
.owl-carousel .block .tit{
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #0095D4;
	backdrop-filter: blur(3.5px);
	border-radius: 20px;
	display: inline-block;
	padding: 15px 30px;
	margin-top: -40px;
	position: relative;
	top: -15px;
}
.owl-carousel .block a{
	text-decoration: none;
	color: #fff;
	display: block;
}
#block-6 .wrap, #block-7 .wrap, #block-8 .wrap{
	padding: 0 100px;
}
.owl-theme .owl-nav{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 0;
	margin-top: -40px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	width: 23px;
	height: 59px;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
	display: none;
}
.owl-carousel .owl-nav button.owl-next{
	background: url("../images/right.svg") center center no-repeat !important;
	float: right;
	margin-right: -80px;
}
.owl-carousel .owl-nav button.owl-prev{
	background: url("../images/left.svg") center center no-repeat !important;
	float: left;
	margin-left: -80px;
}
#block-9 .sub{
	margin-bottom: 50px;
}
#block-9 .buttons{
	margin-bottom: 40px;
}
#block-9 .buttons .button{
	margin: 0 5px;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 40px;
}
#block-9 .buttons .button.active{
	background: #0095D4;
	color: #fff !important;
}
#block-9 .block{
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 24px;
}
#block-9 .block a{
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
}
#block-9 .block .wrap{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background: rgba(0,0,0,0.5);
	transition:0.3s all;
	opacity: 0;
}
#block-9 .block:hover .wrap{
	opacity: 1;
}
#block-9 .block .tit{
	margin: auto;
	font-size: 18px;
	font-weight: bold;
	max-width: 250px;
	text-align: center;
	position: relative;
}
#block-9 .block .tit:after{
	content: '';
	display: block;
	width: 50px;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -25px;
}
#block-10 img{
	border-radius: 30px;
}
#block-10 .tit{
	background: #FFE600;
	border-radius: 30px;
	display: inline-block;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 15px;
	padding: 0 10px;
}
#block-10{
	font-size: 15px;
	color: #717171;
}
#block-10 h1{
    color: #000;
}
footer {
	padding: 30px 0;
	color: #fff;
	background: url("../images/footer.jpg") top center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
footer .f-logo img{
	display: block;
	margin-bottom: 5px;
}
footer .f-logo{
	margin-bottom: 40px;
	font-size: 14px;
}
footer .copy{
	font-size: 14px;
}
footer .tit{
	font-weight: bold;
	margin-bottom: 10px;
}
footer ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul li a{
	font-size: 14px;
	color: #fff !important;
	text-decoration: none;
	font-weight: 300;
}
footer ul li a:hover{
	text-decoration: underline;
}
footer .ttu{
	text-transform: uppercase;
}
footer .phone a{
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
}
footer .mail a{
	text-decoration: none;
	color: #fff;
}
footer .soc{
	margin: 30px 0;
}
footer .soc a{
	text-decoration: none;
	display: inline-block;
	margin: 0 10px;
}
footer .button{
	font-size: 18px;
	font-weight: 600;
	padding: 15px 40px;;
}
.button:hover{
	background: #0095D4;
	color: #fff !important;
}
#block-4{
	background: url("../images/block-9-1.jpg") top left no-repeat;
}
#block-9{
	background: url("../images/block-9-1.jpg") top left no-repeat, url("../images/block-9-2.jpg") top 150px right no-repeat;
}
.modal-content{
	border-radius: 0;
}
.modal-header{
	color: #fff;
	background: #0095D4;
	border-radius: 0;
	font-weight: 600;
	font-size: 18px;
}
.modal .button{
	width: 100%;
}
.modal .form-control{
	height: 50px;
}
.toggler {
	width: 40px;
	cursor: pointer;
	padding: 5px;
	height: 100%;
	float: right;
}
.toggler div {
	height: 2px;
	background: #000;
	margin: 6px 0;
	transition: 0.3s all;
}
.toggler.active .l1 {
	opacity: 0;
}
.toggler.active .l2 {
	transform: rotate(45deg);
}
.toggler.active .l3 {
	transform: rotate(-45deg);
	position: relative;
	top: -8px;
}
header{
	z-index: 10;
}
#m-menu{
	padding: 30px;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	background: #fff;
	padding-top: 60px;
	box-shadow: 0 4px 7px #ccc;
	font-size: 18px;
	transition:0.3s all;
	margin-left: -400px;
	width: 300px;
}
#m-menu.active{
	margin-left: auto;
}
#m-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#m-menu ul li{
	margin: 10px 0;
}
#m-menu ul li a{
	text-decoration: none;
	color: #000;
	position: relative;
	display: block;
	padding-right: 40px;
}
#m-menu ul li ul{
	padding-left: 15px;
	font-size: 15px;
	display: none;
}
#m-menu ul li a span{
	position: absolute;
	right: 0;
	background: #FFE600;
	display: block;
	top: 0;
	width: 30px;
	text-align: center;
}
#m-menu ul li a svg{
	fill:#000;
}
#m-menu ul li ul li a{
	padding: 0;
}
#m-menu ul li ul{
	margin: 0;
}
#portfolio .wrap{
	border-bottom: 1px solid #717171;
}
h1{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
}
#portfolio .gallery .block{
	margin-bottom: 24px;
	border-radius: 10px;
	overflow: hidden;
}
#portfolio .t-wrap{
	background: #FFFFFF;
	border: 1px solid #EDEDED;
	box-shadow: 2px 2px 20px rgba(170, 170, 170, 0.25);
	border-radius: 20px;	
	padding: 15px;
}
#portfolio .table td{
	vertical-align: middle;
	border:none;
}
#portfolio .table td:nth-child(2){
	font-weight: bold;
}
#portfolio .table td:nth-child(1){
	text-align: center;
	padding-left: 0;
}
#portfolio .table td:nth-child(3){
	text-align: right;
}
#portfolio .table{
	margin-bottom: 0;
}
#portfolio{
	background: url("../images/block-9-2.jpg") top right no-repeat;
}
.pb-60{
	padding-bottom: 60px;
}
#service{
	background: url("../images/im1.jpg") left center no-repeat;
}
#service h1{
	font-size: 50px;
	margin-bottom: 010px;
}
#service .text{
	font-size: 14px;
	color: #717171;
}
.breadcrumb{
    padding-top: 30px;
    color: #333;
    font-size: 12px;
}
.breadcrumb a{
    color: #6D6D6D;
}
#block-10 h1 {
	background: #FFE600;
	border-radius: 30px;
	display: inline-block;
	font-weight: 600;
	font-size: 28px;
	margin-bottom: 15px;
	padding: 0 10px;
}
.btn-more{
    margin-top: 20px;
    background:none;
    border:none;
    border-bottom:1px solid #000;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}
.btn-more svg{
    fill:#000;
}
#map{
    height: 600px;
}
#m-block .title{
    margin-bottom: 50px;
}
@media(max-width:1500px){
	#menu ul li a{
		padding: 16px;
	}
	header .time{
		font-size: 12px;
	}
	header .callback{
		padding: 10px 15px;
	}
	#block-2 .b1:after{
		width: 150px;	
		height: 190px;
	}
	#block-2 .b3:after{
		width: 110px;	
		height: 150px;
	}
}
@media(max-width:1400px){
	#block-1 .title{
		font-size: 44px;
	}
	#block-2 .block .tit{
		font-size: 25px;
	}
	#block-2 .block ul{
		font-size: 17px;
		max-width: 230px
	}
	#block-2 .b1:after{
		width: 120px;	
		height: 150px;
	}
	#block-2 .b2:after{
		width: 180px;
		height: 100px;
	}
	#block-2 .b2 ul{
		max-width: 350px
	}
	#block-2 .b3 ul{
		max-width: 350px
	}
	#block-2 .b3:after{
		width: 110px;	
		height: 150px;
		right: -12px;
	}
	#block-3 .title{
		font-size: 30px;
	}
	#block-3 .input-file-btn{
		font-size: 15px;
	}
	#block-4 table td:last-child{
		white-space: nowrap;
	}
	#block-6 .wrap, #block-7 .wrap, #block-8 .wrap{
		padding: 0 50px;
	}
	#service h1{
		font-size: 40px;
	}
}
@media(max-width:1200px){
	header .slogan{
		font-size: 12px;
	}
	#menu ul li a{
		padding: 10px;
		font-size: 14px;
	}
	header .phone{
		margin-bottom: -5px;
	}
	header .phone a{
		font-size: 15px;
	}
	header .callback{
		font-size: 14px;
	}
	header{
		padding: 10px 0;
	}
	#menu ul li ul li a{
		font-size: 14px;
	}
	.p-60{
		padding: 50px 0;
	}
	#block-1{
		padding-top: 200px;
	}
	#block-2.main{
		padding-top: 80px;
	}
	.sub{
		margin-bottom: 50px;
	}
	#block-2 .block ul{
		font-size: 14px;
	}
	#block-2 .b1 ul{
		max-width: 210px;
	}
	#block-2 .block ul li{
		padding-left: 20px;
	}
	#block-2 .block ul li:after{
		width: 14px;
		height: 14px;
		-webkit-background-size: cover;
		background-size: cover;
		top: 1px;
	}
	#block-2 .b2:after{
		width: 150px;
		height: 80px;
		top: -10px;
	}
	#block-2 .b3:after{
		width:88px;
		height: 120px;
	}
	#block-3 .title{
		font-size: 26px;
	}
	#block-3 .text{
		font-size: 15px;
		margin-bottom: 30px;
	}
	#block-3 .text p{
		margin-bottom: 5px;
	}
	#block-3 .form-group{
		margin-bottom: 10px;
	}
	#block-3 .form-group.l{
		margin: 0;
	}
	#block-3 .img {
    	width: 100%;
    	margin-left: 00px;
    }
	#block-4 table{
		font-size: 15px;
	}
	#block-4 .tit{
		font-size: 30px;
	}
	#block-4 .text{
		font-size: 14px;
	}
	#block-5 label{
		font-size: 15px;
	}
	#block-5 input,#block-5 select{
		font-size: 15px;
	}
	footer .f-logo{
		margin-top: 30px;
		margin-bottom: 20px;
	}
	#service h1{
		font-size: 36px;
	}
}
@media(max-width:992px){
    #m-block .title{
        margin-bottom: 30px;
    }
	header .mail{
		font-size: 14px;
	}
	header .mail{
		text-align: right;
	}
	#block-1{
		padding-top: 150px;
		padding-bottom: 50px;
	}
	#block-1 .title{
		font-size: 35px;
		margin-bottom: 30px;
	}
	#block-1 .sub{
		font-size: 16px;
		margin-bottom: 30px;
	}
	#block-2 .block{
		margin-bottom: 30px;
	}
	.title{
		font-size: 30px;
		margin-bottom: 0;
	}
	.sub{
		margin-bottom: 30px;
	}
	#block-2 .b3{
		margin-bottom: 0;
	}
	.p-60{
		padding: 40px 0;
	}
	#block-2 .block .tit{
		min-height: 1px;
	}
	#block-3 .title{
		font-size: 18px;
	}
	#block-3 .form-control, #block-3 .input-file, #block-3 .button{
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	#block-3 .input-file-btn{
		line-height: 50px;
	}
	#block-3 .button{
		line-height: normal;
	}
	#block-4 img{
		width: 200px;
	}
	#block-5 .form-control, #block-5 select{
		height: 50px;
		font-size: 14px;
	}
	#block-5 .total{
		font-size: 20px;
	}
	#block-5 .button{
		font-size: 18px;
	}
	.owl-carousel .owl-nav button.owl-prev{
		margin-left: -50px;
	}
	.owl-carousel .owl-nav button.owl-next{
		margin-right: -50px;
	}
	.owl-carousel .block .tit{
		font-size: 14px;
		padding: 10px 20px;
	}
	#block-9 .buttons{
		margin-bottom: 20px;
	}
	#block-9 .buttons .button{
		font-size: 16px;
		padding: 10px 30px;
	}
	#block-9 .sub{
		margin-bottom: 30px;
	}
	#block-9 .block{
		border-radius: 20px;
	}
	#block-9 .block .tit{
		font-size: 15px;
	}
	footer .soc{
		margin: 10px 0;
	}
	footer .ttu{
		margin-top: 20px;
	}
	footer .button{
		font-size: 15px;
		padding: 12px 25px;
		margin-top: 5px;
	}
	#service h1{
		font-size: 25px;
	}
	#service img{
		width: 250px;
	}
	.pb-60{
		padding-bottom: 40px;
	}
}
@media(max-width:768px){
	.pb-60{
		padding-bottom: 30px;
	}
	header .mail{
		text-align: center;
		font-size: 11px;
	}
	header{
		padding: 5px 0;
	}
	#block-1{
		background: none;
	}
	#block-1 .title{
		margin-bottom: 0;
	}
	#block-1{
		padding: 130px 0 0px;
	}
	.title{
		font-size: 25px;
	}
	.sub{
		font-size: 16px;
	}
	#block-2 .block .tit{
		max-width: 10000px;
	}
	#block-3 .block{
		position: relative;
	}
	#block-3 .block .img{
		margin-bottom: -30px;
	}
	#block-3 .img img{
		position: static;
	}
	#block-4 table{
		margin-top: 0px;
		font-size: 14px;
	}
	#block-5 .block{
		margin-bottom: 10px;
	}
	#block-5 .block label{
		margin-bottom: 5px;
	}
	#block-6 .title, #block-7 .title, #block-8 .title{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.owl-carousel .block .tit{
		font-size: 14px;
		padding: 5px 10px;
	}
	#block-9 .buttons .button{
		font-size: 16px;
		padding: 8px 15px;
	}
	#block-10 img{
		margin-bottom: 30px;
	}
	.p-60{
		padding: 30px 0;
	}
}
@media(max-width:576px){
	#block-1 .title{
		font-size: 22px;
		margin-bottom: 10px;
	}
	#block-1 .sub{
		margin-bottom: 10px;
	}
	#block-1 img{
		width: 270px;
		margin-bottom: 20px;
	}
	#block-2 .block{
		
	}
	#block-2 .block .tit{
		max-width:200px;
	}
	#block-2 .b1 .tit{
		max-width: 100%;
	}
	#block-2 .b1 ul{
		max-width: 180px;
	}
	#blcok-2 .b1:after{
		
	}
	#block-2 .b2:after{
		width: 130px;
		height: 70px;
	}
	#block-2 .b3 ul{
		max-width: 200px
	}
	#block-2{
		overflow: hidden;
	}
	#block-3 .img{
		width: 170px;
		margin-top: 20px;
	}
	#block-4{
		background: none;
	}
	#block-4 .button{
		font-size: 18px;
	}
	#block-5 .wrap{
		padding: 15px;
	}
	#block-5 .total{
		margin-bottom: 10px;
	}
	#block-6 .wrap, #block-7 .wrap ,#block-8 .wrap{
		padding: 0 30px;
	}
	.owl-carousel .owl-nav button.owl-prev{
		width: 23px;
		height: 30px;
		-webkit-background-size: cover;
		background-size: cover;
		margin-left: -30px;
	}
	.owl-carousel .owl-nav button.owl-next{
		width: 23px;
		height: 30px;
		-webkit-background-size: cover;
		background-size: cover;
		margin-right: -30px;
	}
	#block-9{
		background: none;
	}
	#block-9 .buttons .button{
		font-size: 14px;
		margin: 0;
		margin-bottom: 5px;
		padding: 10px;
	}
	#block-10 .tit{
		font-size: 20px;
		line-height: normal;
	}
	footer .tit{
		line-height: normal;
	}
	footer ul li a, footer ul{
		font-size: 12px;
	}
	#portfolio .table {
		font-size: 13px;
	}
	#portfolio .table td{
		line-height: normal;
		padding:6px 5px;
	}
	#portfolio{
		background: none;
	}
	#service{
	    background: none;
	}
}