@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Regular.eot');
    src: local('Circe'), local('Circe-Regular'),
        url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Regular.woff2') format('woff2'),
        url('../fonts/Circe-Regular.woff') format('woff'),
        url('../fonts/Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/Circe-Bold.eot');
    src: local('Circe Bold'), local('Circe-Bold'),
        url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe-Bold.woff2') format('woff2'),
        url('../fonts/Circe-Bold.woff') format('woff'),
        url('../fonts/Circe-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
body{
	font-family: 'Circe', sans-serif;
	color:#1F1F1F;
}
.phn{
    color:#fff !important;
    text-decoration: none;
    font-size:18px;
}
#menu .scroll{
    display: none;
}
#menu .scroll.active{
    display: block;
}
header {
	padding: 15px 0;
	background:#fff;
	font-family: Circe;
}
header .text{
	max-width:350px;
	line-height: normal;
}
header .tr{
	border-left:1px solid rgba(19, 87, 129, 0.45)
}
header .time .top{
	color: #156190;
}
header .phone{
	text-align: center;
}
header .phone a{
	color: #1F1F1F;
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
}
.button{
	font-family: Circe;
	background: #FFFFFF;
	border: 1px solid #135781;
	padding: 12px 30px;
	color:#135781;
	font-weight: bold;
	border-radius:10px;
	text-decoration: none;
	display: inline-block;
	transition: 0.3s all;
}
header .button{
	float: right;
}
#menu{
	background: #135781;
	font-family: Circe;
}
#menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
}
#menu ul li{
    position: relative;
}
#menu ul li.parent>a:after{
	content:"•";
	display: inline;
	margin-left: 5px;
}
#menu ul li a{
	color:#fff;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 15px 30px;
	font-weight: bold;
	font-size: 18px;
}
#menu ul li.active>a, #menu ul li:hover>a{
    color:#ccc;
}
#menu ul li ul{
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    background: #fff;
    display: block;
    padding: 5px 0;
    z-index: 5;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    display: none;
}
#menu ul li:hover ul{
    display: block;
}
#menu ul li ul li a{
    color:#333;
    padding: 5px 15px;
    text-align: left;
    font-size:16px;
}
#menu ul li ul li.active>a, #menu ul li ul li a:hover{
    background: #135781;
    color:#fff;
}
#block-1{
	/*background:url("../images/smoke.png") bottom center/cover no-repeat,
	    url("../images/dez.png") top 20px left 25%/700px 800px no-repeat,
	    url("../images/tar.png") bottom 350px right 20%/357px 198px no-repeat,
	    url("../images/block-1.jpg") top center/cover no-repeat;*/
	/*background: url("../images/block-1.jpg") top center/cover no-repeat;*/
	background-position: top center;
	background-size:cover;
	background-repeat:no-repeat;
	color:#fff;
	padding: 100px 0 0;
	font-family: Circe;
	min-height: 1050px;
}
.title{
	font-family: Circe;
	font-weight: bold;
	font-size: 35px;
	text-transform: uppercase;
}
#block-1 .title{
	font-size:39px;
}
#block-1 .right{
	text-align: right;
}
#block-1 .sub{
	font-size:25px;
	margin: 10px 0 30px;
}
#block-1 .button{
	font-size: 22px;
	font-weight: bold;
	padding: 18px 48px;
}
#block-1 .left{
	position: relative;
}
#block-1 .block{
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(30, 30, 30, 0.2);
	border-radius: 10px;
	padding: 4px;
	width: 230px;
	position: absolute;
}
#block-1 .block .wrap{
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(30, 30, 30, 0.2);
	border-radius: 10px;
	padding: 10px 20px;
}
#block-1 .block .top{
	color: #1D72A6;
	font-family: "Source Sans Pro";
	font-weight: 600;
	font-size: 18px;
}
#block-1 .block .bot{
	color: #000;
}
#block-1 .block img{
	margin-left: 15px;
}
#block-1 .b-1{
	left: 0;
	top: 250px;
}
#block-1 .b-2{
	right: -150px;
	top: 330px;
}
.top-block{
	margin-bottom: 40px;
}
.top-block .title{
	margin-top: 5px;
}
.top-block .sub{
	font-family: Circe;
	font-size:18px;
}
.top-block .line{
	border-left: 1px solid #1D72A6;
}
.pt-100{
	padding-top: 100px;
}
.pb-100{
	padding-bottom: 100px;
}
.pt-50{
	padding-top: 50px;
}
.pb-50{
	padding-bottom: 50px;
}
#block-2 {
	
}
#block-2 .top-block .sub, #block-4 .top-block .sub{
	color:#1D72A6
}
#block-2 .top-block .sub, #block-4 .top-block .sub{
	border-left: 1px solid #1D72A6;
	padding-left: 15px;
}
#block-5 .top-block .sub{
	border-left: 1px solid #fff;
	padding-left: 15px;
	color: #fff;
}
#block-2 .block{
	display: table;
	margin-bottom: 30px;
	font-family: "Source Sans Pro";
	cursor: pointer;
}
#block-2 .block>div{
	display: table-cell;
	vertical-align: top;
}
#block-2 .block .left{
	padding-right: 15px;
	position: relative;
}
#block-2 .block .tit{
	font-weight: 600;
	transition:0.3s all;
}
#block-2 .block:hover .tit{
    color: #1D72A6;
}
#block-2 .block .left:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border:1px solid transparent;
    border-radius:50%;
    transition:0.3s all;
}
#block-2 .block:hover .left:after{
    border-color:#1D72A6;
    transform: scale(1.2);
}
#block-3{
	color:#fff;
	background:url("../images/block-3.jpg") top center no-repeat;
	background-size:cover;
}
#block-3 .img{
	margin-left: -200px;
	margin-top: -170px;
}
#block-3 .top-block .line{
	border-color:#fff;
}
#block-3 .title{
	padding-right: 10px;
}
#block-3 .sub{
	padding-left: 10px;
}
#block-3 .form-control{
	height: 60px;
	border-radius: 10px;
	font-family: Circe;
	padding: 0 20px;
}
#block-3 .button{
	display: block;
	width: 100%;
	height: 60px;
	font-weight: bold;
	font-size: 20px;
	color:#fff;
	background:none;
	border:1px solid #fff;
}
#block-3 form{
	position: relative;
	z-index: 5;
}
#block-4 .sub{
	/*font-size: 22px;
	max-width: 700px;
	margin: auto;
	margin-bottom: 40px;
	margin-top: 10px;*/
}
#block-4 .col-auto{
	width: 20%;
	text-align: center;
}
#block-4 .block{
	margin-bottom: 20px;
	background: #EFEFEF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	transition: 0.3s all;
}
#block-4 .block:hover, #block-9 .block:hover, #block-11 .block:hover, #block-12 .block:hover{
	background: #1D72A6;
}
#block-4 .block a{
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #1F1F1F;
}
#block-4 .block .img, #block-9 .block .img, #block-11 .block .img, #block-12 .block .img{
	border-radius: 50%;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	max-width: 170px;
	margin: auto;
	position: relative;
	transition: 0.3s all;
}
#block-4 .block img, #block-9 .block img, #block-11 .block img, #block-12 .block img{
	webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
#block-4 .block:hover img, #block-9 .block:hover img, #block-11 .block:hover img, #block-12 .block:hover img{
	webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}
#block-4 .block .tit{
	margin-top: 15px;
	font-size: 20px;
	font-family: Source Sans Pro;
	min-height: 60px;
}
#block-4 .block:hover .tit{
	color:#fff;
}
#block-4 .block .img:after, #block-9 .block .img:after, #block-11 .block .img:after, #block-12 .block .img:after{
	content: '';
	display: block;
	position: absolute;
	background: url("../images/d-hover.svg") center center no-repeat;
	background-size:cover;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition:0.3s all;
}
#block-4 .block:hover .img:after, #block-9 .block:hover .img:after, #block-11 .block:hover .img:after, #block-12 .block:hover .img:after{
	opacity: 1;
}
#block-5 {
	background:url("../images/block-5.jpg") top center no-repeat;
}
#block-5 .title{
	color:#fff;
}
#block-5 .block{
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
}
#block-5 .wrap{
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 30px 20px;
}
#block-5 .block .tit{
	font-weight: 600;
	font-family: "Source Sans Pro";
	font-size: 20px;
	text-transform: uppercase;
}
#block-5 .block .price{
	font-size: 30px;
	font-weight: bold;
	max-width: 257px;
	margin: auto;
	background: url("../images/border.svg") top center no-repeat,
		url("../images/border.svg") bottom center no-repeat;
	color: #1D72A6;
	padding: 5px 0;
	margin: 15px auto;
}
#block-5 .block .price span{
	font-size: 18px;
	font-weight: normal;
}
#block-5 .block ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#block-5 .text{
	margin-bottom: 20px;
}
#block-5 ul li{
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
}
#block-5 ul li:before{
	content:"";
	display: block;
	width: 20px;
	height: 20px;
	background: url("../images/gal.svg") center center no-repeat;
	position: absolute;
	left: 0;
}
#block-5 .button{
	font-weight: bold;
	font-size: 22px;
	width: 200px;
	margin: auto;
	display: block;
	text-align: center;
}
#block-5 .b-2{
	background:#1D72A6;
	color:#fff;
}
#block-5 .popular{
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.38em;
	color: rgba(29, 114, 166, 0.25);
	font-size: 25px;
	padding-top: 10px;
}
#block-6{
	background: url("../images/block-6.jpg") top right no-repeat;
	background-size:cover;
	min-height: 868px;
	margin-bottom: -250px;
	position: relative;
	z-index: 1;
}
#block-6 .sub{
	color:#1D72A6;
	border-left:1px solid #1D72A6;
	padding-left: 15px;
}
#block-6 .block{
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 20px;
	font-size: 20px;
	margin-bottom: 20px;
	transition:0.3s all;
}
#block-6 .block:hover{
    background: #EFEFEF;
}
#block-6 .block img{
	margin-bottom: 15px;
}
#block-6 .button, #block-7 .button{
	font-size: 22px;
	color:#fff;
	background: #1D72A6;
	padding: 15px 40px;
	margin-top: 30px;
	width: 270px;
}
#block-7 .button{
    background: #fff;
    color: #135781;
    border:1px solid #1D72A6;
}
#block-7 .button:hover{
    background: #135781;
    color:#fff;
}
#block-7{
	color:#fff;
	background:#1d73a6;
}
#block-7 .left{
	margin-left: -100px;
	position: relative;
	z-index: 3;
}
#block-7 .right{
	position: relative;
	z-index: 3;
}
#block-7 .title{
	margin-top: 200px;
}
#block-7 .block{
	display: table;
	margin-bottom: 15px;
}
#block-7 .block>div{
	display: table-cell;
}
#block-7 .block .left{
	margin: 0;
	padding-right: 20px;
}
#block-7 .block .tit{
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}
#block-7 .block .text{
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
}
#block-8 .title{
	
}
#block-8 .block{
	text-align: center;
	margin-bottom: 25px;
}
#block-8 .block a{
	text-decoration: none;
	color:#222;
	display: block;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 15px;
	transition:0.3s all;
}
#block-8 .block a:hover{
	background:#EFEFEF;
}
#block-8 .block .tit{
	font-family: "Source Sans Pro";
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	padding-top: 15px;
}
#block-8 .block img{
	width: 100%;
}
.title{
	margin-bottom: 40px;
}
.top-block .title{
	margin-bottom: 0;
}
#block-9{
	background:url("../images/block-9.jpg") bottom center no-repeat;
	background-size:cover;
}
#block-9 .block, #block-11 .block, #block-12 .block{
	margin-bottom: 20px;
	background: #EFEFEF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	text-align: center;
	transition: 0.3s all;
}
#block-9 .block:hover, #block-11 .block:hover, #block-12 .block:hover{
	background: #1D72A6;
}
#block-9 .block a, #block-11 .block a, #block-12 .block a{
	display: block;
	padding: 20px;
	text-decoration: none;
	color: #1F1F1F;
}
#block-9 .block .tit, #block-11 .block .tit, #block-12 .block .tit{
	margin-top: 15px;
	font-size: 20px;
	font-family: Source Sans Pro;
}
#block-9 .block:hover .tit, #block-11 .block:hover .tit, #block-12 .block:hover .tit{
	color:#fff;
}
#block-9 .block img, #block-11 .block img, #block-12 .block img{
	border-radius: 50%;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
#block-10 .sub{
	font-size: 18px;
	margin-bottom: 40px;
}
#block-10 .title{
	margin-bottom: 5px;
}
#block-10 {
	background: url("../images/block-10.jpg") top center no-repeat;
	color:#fff;
}
#block-10 .block{
	display: block;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin: 0 15px;
	text-align: center;
}
#block-10 a.block{
	margin-bottom: 10px;
}
#block-10 .block img{
	display: block;
	margin:auto;
}
#block-10 .wrap{
	padding: 0 50px;
}
#block-10 .slick-arrow{
	width: 26px;
	height: 26px;
	display: block;
	border:none;
	overflow: hidden;
	text-indent: -1000px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -17px;
}
#block-10 .slick-prev{
	background: #fff url("../images/left.svg") center center no-repeat;
	left: -30px;
}
#block-10 .slick-next{
	background: #fff url("../images/right.svg") center center no-repeat;
	right: -30px;
}
#block-11 .sub, #block-12 .sub{
	color:#1D72A6;
}
#block-11 .line{
	border-left: 1px solid #1D72A6;
}
#block-12 .line{
	border-right: 1px solid #1D72A6;
	border-left: none;
}
#block-11 .text, #block-12 .text{
	font-family: "Source Sans Pro";
	font-size: 16px;
	margin-bottom: 40px;
}
#block-11 .top-block, #block-12 .top-block{
	margin-bottom: 20px;
}
#block-12 .text{
	text-align: right;
}
#filter-1{
	text-align: center;
	margin-bottom: 20px;
}
#filter-1 .block{
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	border: 1px solid #1D72A6;
	box-sizing: border-box;
	border-radius: 3px;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	cursor:pointer;
	margin: 0 3px;
}
#filter-1 .block:hover, #filter-1 .block.active{
	color: #fff;
	background: #1D72A6;
}
#filter-2{
	text-align: center;
	margin-bottom: 30px;
}
#filter-2 .block{
	display: inline-block;
	cursor: pointer;
	padding: 5px;
	font-family: "Source Sans Pro";
}
#filter-2 .block:hover, #filter-2 .block.active{
	color: #1D72A6;;
}
.filter-result .block img{
	width: 100%;
}
.filter-result .block{
	position: relative;
	border-radius:15px;
	overflow: hidden;
	margin-bottom: 20px;
}
.filter-result .block .hover{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(person-is-spraying-the-house-to-prevent-viruses-and-bacterias.jpg);
	opacity: 0;
	transition:0.3s all;
}
.filter-result .block:hover .hover{
	opacity: 1;
}
.filter-result .block a{
	color: #fff;
}
.filter-result .block .hover img{
	width: auto;
	margin-top: 5px;
}
.filter-result .block .hover .tit{
	margin: auto;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
#block-14{
	background: #1D72A6;
	color: #fff;
	position: relative;
}
#block-14 .block{
	z-index: 5;
}
#block-14 .wrap{
    position: relative;
    z-index: 10;
}
#block-14:after{
	content: '';
	display: block;
	left: 0;
	right: 0;
	bottom: -250px;
	height: 607px;
	background: url("../images/block-14-2.png") top center no-repeat;
	background-size:cover;
	position: absolute;
}
#block-14 .img{
	float: right;
	margin-top: -300px;
}
#block-14 .block{
	margin-bottom: 10px;
}
#block-14 .block .top{
	background: #FFFFFF;
	border-radius: 10px;
	font-size: 18px;
	color: #000000;
	padding: 10px 30px;
	cursor: pointer;
	padding-right: 50px;
	position: relative;
}
#block-14 .pm{
	width: 30px;
	height: 30px;
	border-radius:50%;
	background: #1D72A6 url("../images/plus.svg") center center no-repeat;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
}
#block-14 .active .pm{
	background: #1D72A6 url("../images/minus.svg") center center no-repeat;
}
#block-14 .block .bot{
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	color: #000000;
	font-family: "Source Sans Pro";
	position: absolute;
	left: 100%;
	top: 0;
	width: 470px;
	margin-left: 20px;
	display: none;
}
#block-14 .block.active .bot{
	display: block;
}
#block-14 .block.active .top:after{
	content:"";
	display: block;
	border: 7px solid transparent; 
	border-right: 7px solid #fff; 
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: -20px;
}
footer.pt-100{
	background: #0A4D77;
	color:#fff;
	padding-top: 150px;
}
footer .container{
	position: relative;
	z-index: 5;
}
.pb-200{
	padding-bottom: 20px;
}
footer .left{
	max-width:220px;
}
footer .text{
	margin: 15px 0;
}
footer .copy{
	font-family: "Source Sans Pro";
	font-size: 15px;
	color: rgba(255, 255, 255, 0.79);
}
footer .tit{
	color: #FFFFFFB2;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
footer ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
footer ul li a{
	font-family: "Source Sans Pro";
	color:#fff !important;
	text-decoration: none;
	font-size: 15px;
}
footer ul li a:hover{
	text-decoration: underline;
}
.f-menu ul li a{
	font-size: 18px;
	font-weight: bold;
}
footer .tit.tit2{
	font-weight: normal;
	color: #fff;
}
footer .pm{
	font-family: Source Sans Pro;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 15px;
}
footer .pm a{
	color:#fff;
	text-decoration: none;
}
footer .pm a:hover{
	text-decoration: underline;
}
footer .button{
	display: block;
	text-align: center;
	border: none;
}
footer .b-block{
	padding-top: 15px;
}
footer .b-block img{
	display: block;
}
header .button:hover, #block-1 .button:hover, #block-3 .button:hover, #block-5 .button:hover, footer .button:hover{
	background: #135781;
	color: #fff;
}
#block-6 .button:hover{
	background:#fff;
	color:#135781
}
#block-11{
	position: relative;
}
#block-11:after{
	content: '';
	display: block;
	width: 418px;
	height: 522px;
	background: url("../images/block-11-12.jpg");
	background-size:contain;
	position: absolute;
	left: 0;
	bottom: -250px;
}
#block-11 .container, #block-12 .container{
	position: relative;
	z-index: 4;
}
.toggler {
	width: 40px;
	cursor: pointer;
	padding: 5px;
	height: 100%;
	float: right;
}
.toggler div {
	height: 2px;
	background: #333;
	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;
}
#callback .form-control{
    height: 50px;
    border-radius:10px;
}
#callback .button{
    width: 100%;
}
#callback .button:hover{
    background:#135781;
    color:#fff;
}
#block-5 .wrap{
    position: relative;
}
#block-5 .flag{
    width: 40px;
    height: 65px;
    background:#EBB700;
    position: absolute;
    top: 0;
    right: 15px;
}
#block-5 .flag:after{
    content: '';
    display: block;
    border: 20px solid transparent;
    border-bottom: 15px solid #fff; 
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
#m-menu {
	display: block;
	position: fixed;
	left: -450px;
	width: 450px;
	bottom: 0;
	top: 0;
	background: #fff;
	/* z-index: 600; */
	font-size: 17px;
	padding: 20px;
	overflow-y: auto;
	z-index: 40;
	padding-top: 30px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	transition: 0.3s all;
}
#m-menu.active {
	left: 0;
}
#m-menu ul{
    padding: 0;
    margin: 0;
    list-style:none;
}
#m-menu ul li {
	border-bottom: 1px solid #e4e8eb;
	position: relative;
}
#m-menu ul li.active > a {
	background:#2b2a29;
	color:#fff;
}
#m-menu .pm {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 35px;
	background:#135781 url("../images/plus.svg") center center no-repeat;
}
#m-menu .pm.active {
	background:#135781 url("../images/minus.svg") center center no-repeat;
}
#m-menu ul li ul {
	padding-left: 20px;
	display: none;
}
#m-menu .neon{
    display: none;
}
#m-menu ul li a{
    color:#1b1b1b;
    text-decoration: none;
    display: block;
    padding: 5px 15px;
    text-transform: uppercase;
    position: relative;
}
#m-menu ul li ul li a{
    text-transform: none;
    font-size:14px;
}
.m-logo{
    margin-bottom: 15px;
    display: block;
}
#gallery .block, #category .block{
    margin-bottom: 20px;
}
#map{
    height: 400px;
}
@media(max-width:1400px){
    #block-3 .button{
        font-size: 17px;
    }
    #menu .lgo{
        display: block;
        width: 150px;
    }
    #menu ul li a{
        padding: 15px 20px;
    }
    #gallery, #category{
        padding-top: 50px;
    }
	header .text{
	    font-size: 14px;
		max-width: 260px;
	}
	header .phone a{
	    font-size: 18px;
	}
	#block-1 .b-2{
		right: 0;
	}
	#block-1 .title{
		margin-left: -70px;
	}
	#block-1 {
		min-height: 700px;
	}
	#block-3 .sub{
		font-size: 16px;
	}
	#block-6{
		min-height: 750px;
	}
	#block-7 .left{
		margin-left: 0;
	}
	#block-7 .left.img img{
		max-width:100%;
	}
	#block-10{
		-webkit-background-size: cover;
		background-size: cover;
	}
}
@media(max-width:1200px){
    #block-3 .button{
        font-size: 15px;
    }
    #menu ul li a{
        font-size: 15px;
    }
    .phn{
        font-size: 16px;
    }
	header .phone a{
		font-size:16px;
	}
	header .text{
		font-size:12px;
		max-width: 230px;
	}
	header .time{
		font-size:14px;
	}
	header .button{
		padding: 10px 20px;
	}
	header .phone{
		float: none;
	}
	#block-1 .b-1{
		top: 50px;
	}
	#block-1 .b-2 {
		right: 0px;
		top: 150px;
	}
	#block-1 .title{
		font-size:30px;
		margin-left: 0;
		margin-bottom: 20px;
	}
	#block-1{
		padding-top: 80px;
		min-height: 500px;
	}
	#block-1 .sub{
		font-size:20px;
	}
	#block-1 .button{
		font-size:18px;
	}
	#block-2{
		padding-top: 50px;
	}
	#block-3 .img{
		margin-left: 0;
		float: right;
		margin-top: -130px;
	}
	#block-3 form{
		margin-bottom: 50px;
	}
	#block-6 .block{
		font-size:16px;
	}
	#block-11:after{
		width: 300px;
		height: 422px;
	}
	footer ul{
		margin-bottom: 30px;
	}
	footer .pm{
		margin-bottom: 0;
	}
	footer .button{
		max-width:182px;
	}
}
@media(max-width:992px){
    #menu .scroll{
        display: none !important;
    }
    #block-14 .block.active .top:after{
        display: none;
    }
	#menu ul li a{
		font-size:16px;
		padding: 15px 20px;
	}
	#block-1 .block{
		font-size:14px;
		width: 200px;
	}
	#block-1 .block .top{
		font-size:14px;
	}
	#block-1 .b-2{
		left: 0;
		right: auto;
	}
	#block-1 .title{
		font-size:25px;
	}
	#block-1 .button{
		padding: 15px 30px;
	}
	#block-1 {
		min-height: 400px;
	}
	.title{
		font-size:25px;
	}
	#block-2 .block{
		margin-bottom: 20px;
	}
	.pb-100{
		padding-bottom: 50px;
	}
	.pt-100{
		padding-top: 50px;
	}
	#block-3 .form-group{
		margin-bottom: 10px;
	}
	#block-3 .form-control, #block-3 .button{
		height: 45px;
	}
	#block-3 .button{
		font-size:16px;
		padding: 10px;
	}
	#block-3 .top-block{
		margin-bottom: 20px;
	}
	#block-3 .img{
		margin-top: -80px;
	}
	.title{
		margin-bottom: 25px;
	}
	#block-4 .sub{
		font-size:18px;
	}
	#block-4 .col-auto{
		width: 25%;
	}
	#block-4 .block .tit{
		font-size:16px;
	}
	#block-5 .block .button{
		padding: 12px 15px;
		font-size: 17px;
		width: auto;
	}
	#block-5 .popular{
		font-size:15px;
		padding-top: 0;
	}
	#block-6 .button, #block-7 .button{
		font-size:17px;
		padding: 15px 30px;
		width: auto;
	}
	#block-7 .button{
	    width: 200px;
	    margin-top: 0;
	}
	#block-7 .block .text{
		font-size: 15px;
	}
	#block-7 .block .left img{
		width: 40px;
	}
	#block-8 .block .tit, #block-9 .block .tit{
		font-size:16px;
	}
	#block-10{
		padding-top: 0;
	}
	#block-11 .block .tit, #block-12 .block .tit{
		font-size: 15px;
	}
	#filter-1{
		margin-bottom: 10px;
	}
	#filter-1 .block{
		font-size: 16px;
		width: 30px;
		line-height: 30px;
		height: 30px;
	}
	.filter-result .block .tit{
		font-size: 14px;
	}
	.pb-200{
		padding-bottom: 50px;
	}
	#block-14 .block .top{
		position: relative;
		padding-left: 20px;
	}
	#block-14 .block .bot{
		position: static;
		margin: 0;
		margin-top: 1px;
		width: auto;
	}
	#block-14 .block .bot:after{
		display: none;
	}
	#block-14:after{
		height: 300px;
		bottom: -100px;
	}
	footer {
		padding-top: 100px !important;
	}
}
@media(max-width:768px){
	#block-1{
		padding-top: 50px;
		background: url("../images/block-1-m.jpg") top center/cover no-repeat !important;
		text-align: center;
	}
	#block-1 .title{
		font-size:22px;
		margin-bottom: 0;
		text-align: center;
	}
	#block-1 .right {
        text-align: center;
    }
	#block-1 .sub{
		font-size:18px;
		padding-left: 50px;
		text-align: center;
		padding-left: 0;
		margin-bottom: 5px;
	}
	#block-1 .button{
		font-size:16px;
		padding: 12px 30px;
		margin-bottom: 30px;
	}
	#block-1 .block{
		position: static;
		display: inline-block;
		margin: 0 15px;
	}
	#block-1  .left{
		text-align: center;
	}
	#block-3 .sub{
		padding: 0;
	}
	#block-4 .col-auto{
		width: 33.333333%;
	}
	#block-5 .popular{
		display: none;
	}
	#block-6{
		margin-bottom: -150px;
	}
	#block-10{
		background: #1d73a6;
	}
	#block-10 .block{
		padding: 5px;
	}
	#block-11{
		padding-top: 50px;
	}
	footer .button{
		padding: 10px;
	}
	header{
		padding: 5px 0;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 10;
	}
	body{
		padding-top: 50px;
	}
	.top-block .sub{
	    padding-left: 12px !important;
	    border-left: 1px solid #1D72A6 !important;
	}
	#block-3 .top-block .sub{
	    border-color:#fff !important;
	}
	.top-block .line{
	    border: none !important;
	}
	#block-3 .img{
	    margin-top: -40px;
	    margin-bottom: -20px;
	}
	#block-7 .title{
	    text-align: center;
	}
}
@media(max-width:576px){
	#block-1 .block:first-child{
		margin-bottom: 10px;
	}
	.title{
		font-size:22px;
	}
	.top-block{
		margin-bottom: 20px;
	}
	.pb-50{
		padding-bottom: 30px;
	}
	.pt-50{
		padding-top: 30px;
	}
	#block-2 .block{
		width: 100%;
		margin-bottom: 15px;
	}
	#block-2 .block .left{
		width: 65px;
	}
	#block-2, #block-3{
		padding-bottom: 30px;
	}
	#block-3 form{
		margin-bottom: 0;
	}
	#block-4 .col-auto{
		width: 50%;
	}
	#block-6{
		background: none;
		margin-bottom: 0;
		padding-bottom: 30px;
	}
	#block-6 .button{
		margin-top: 0;
	}
	#block-7 .title{
		margin-top: 0;
	}
	#block-7{
		padding-top: 30px;
	}
	#block-11:after{
		display: none;
	}
	footer .b-block{
		width: 204px;
		margin: auto;
		margin-bottom: 30px;
	}
	footer .tit2{
		margin-bottom: 0px;
	}
	footer .tit2, footer .pm{
		text-align: center;
	}
	footer .tit{
		margin-bottom: 0;
	}
	footer ul{
		margin-bottom: 10px;
	}
	.f-logo{
		margin-top: 10px;
	}
	#m-menu {
	    width: 250px;
	    left: -250px;
	}
	#block-1 .block{
	    display: block;
	    width: 48%;
	    margin: 0;
	}
	#block-1 .left{
	    display: flex;
	    justify-content: space-between
	}
	#block-1 .block .wrap{
	    padding: 10px;
	}
	#block-1 .block img{
	    margin: 0;
	}
	#block-1 .block .wrap .top{
	    display: flex;
	    flex-wrap:wrap;
	}
	#block-1 .block .wrap .top span:nth-child(1){
	    order:2;
	    display: block;
	    width: 100%;
	    text-align: center;
	}
	#block-1 .block .wrap .top span:nth-child(2){
	    order:1;
	    display: block;
	    width: 100%;
	    text-align: center;
	}
	#block-1 .block:first-child{
	    margin-bottom: 0;
	}
	#block-2 .block > div{
	    vertical-align: middle;
	}
	#block-2 .block .left:after{
	    top: 50%;
	    margin-top: -25px;
	}
	#block-3 .img {
    	margin-top: 0;
    	margin-bottom: -20px;
    	width: 190px;
    }
    #block-7 .left.img img {
        max-width: 100%;
        width: 150px;
        margin: auto;
        display: block;
    }
}
.wh svg, .tg svg{
    width: 20px;
    fill:#fff;
}
.wh, .tg{
    text-decoration: none;
    display: block;
    line-height: 48px;
    text-align: center;
    padding:0 10px;
    padding-right: 20px;
    border-radius:10px 0 0 10px;
    margin-right: -10px;
}
.bt{
    display: flex;
}
.wh{
    background: #67d449;
}
.tg{
    background: #25a3e0;
}
header .button{
    position: relative;
    z-index: 2;
    background: #fff;
}
.marquiz__container{
    height:auto;
    min-height:100%;
    max-width:100% !important;
    font-size:0;
    min-height:100% !important;
}
.marquiz__inline-frame{
    height:auto !important;
    
}