
HTML, BODY, DIV, SPAN {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

BODY, HTML {
	width: 100%;
	height: 100%;
}
BODY {
	font-family: 'gothampro', Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	background: #fff;
}
DIV {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
BLOCKQUOTE:before, BLOCKQUOTE:after,
Q:before, Q:after {
	content:'';
	content:none;
}
TABLE {
	border-collapse:collapse;
	border-spacing:0;
}
IMG {
	vertical-align:top;
}
BUTTON:focus {
	outline: none;
}

h2 {
	font-size: 42px;
	color: #000;
	font-weight: 600;
}
p {
	font-size: 18px;
	color: #292c30;
	font-weight: 400;
	font-family: 'open_sans';
}

.b-wrap {
	width: 100%;
	min-height: 100%;
	position: relative;
	padding-top: 92px;
	padding-bottom: 65px;
}
.b-header-logo:hover img {
	display: none;
}
.b-header-logo:hover .logo--hover {
	display: block;
}
.b-header-nav a:hover,


.dotstyle-circlegrow span:hover,
.dotstyle-circlegrow span:focus,
.owl-dots span:hover,
.owl-dots span:focus {
	opacity: 1;
}

UNUSEDUNUSED.dotstyle-circlegrow .swiper-pagination-bullet-active::after,
UNUSEDUNUSED.owl-dots .active span::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn1:after {
	width: 100%;
	height: 0px;
	top: 0;
	left: 0;
	background: #292c30;
	z-index: 1;
}

.btn1:hover,
.btn1:hover:after,
.btn1:active:after {
	height: 100%;
}

.not_found {
    background: #f4f6f8;
    position: absolute;
    top: 92px;
    left: 0;
    right: 0;
    bottom: 65px;
  	text-align: center;
}
.not_found:after {
	content: '';
  	display: inline-block;
  	vertical-align: middle;
  	height: 100%;
}
.not_found-text {
	width: 400px;
    display: inline-block;
    vertical-align: middle;
	margin: -130px 0 0 -300px;
    text-align: left;
}
.not_found-text h2 {
	padding: 165px 0 0;
    background: url('/data/404.png') 0 0 no-repeat;
	font-size: 27px;
	margin: 0 0 20px;
}
.not_found-text p {
	line-height: 1.4;
}
.not_found-pic {
	position: absolute;
    bottom: 0;
    left: 50%;
}


@media screen and (max-width:768px) {
	.b-header-nav {
		padding-right: 18px;
	}

	.not_found {
    	padding: 40px 0 0px;
        min-height: 680px;
        bottom: auto;
	    top: auto;
        position: relative;
    }
    .not_found-text {
    	padding: 0 10px 40px;
    	max-width: 400px;
        width: 100%;
    	display: block;
        margin: 0px auto;
        text-align: center;
    }
	.not_found:after {display: none;}
    .not_found-text h2 {
    	background-size: contain;
        font-size: 18px;
    	margin: 0 0 10px;
	    padding: 150px 0 0;
    }
	.not_found-text p {
  		font-size: 15px;
	}
    .not_found-pic {
	    position: relative;
    	width: 100%;
        left: 0%;
    }
	.not_found-pic img {
  		max-width: 100%;
	}
}
@media screen and (min-width:641px) {
	.b-header-nav-wrap {
		display: block !important;
	}
}
@media screen and (max-width:640px) {
	.b-wrap {
		padding-top: 81px;
	}
	.icon-menu-burger:before, .icon-menu-burger:after {
		background: #fd992a;
		content: '';
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
	}
	.icon-menu-burger:before {
		top: -8px;
		-webkit-transition: top .2s linear .4s;
		transition: top .2s linear .4s;
	}
	.icon-menu-burger:after {
		bottom: -8px;
		-webkit-transition: bottom .2s linear .4s;
		transition: bottom .2s linear .4s;
	}
	.sub-opened .icon-menu-burger:before {
		-webkit-transition: top .2s linear;
		transition: top .2s linear;
		top: 0;
	}
	.sub-opened .icon-menu-burger:after {
		-webkit-transition: bottom .2s linear;
		transition: bottom .2s linear;
		bottom: 0;
	}

	.b-footer-copy {
		display: block;
		padding-top: 12px;
	}
	.b-footer-tel, .b-footer-mail {
		padding-top: 10px;
		margin-left: 0;
	}
}
@media screen and (max-width: 360px) {
	.b-wrap {
		padding-bottom: 92px;
	}
	.b-footer-copy {
		padding-top: 16px;
	}
	.b-footer-tel, .b-footer-mail {
		display: block;
	}
}
