@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@font-face {
	font-family: 'Ubuntu';
	src: url('fonts/Ubuntu-Light.eot');
	src: local('☺'), url('fonts/Ubuntu-Light.woff') format('woff'), url('fonts/Ubuntu-Light.ttf') format('truetype'), url('fonts/Ubuntu-Light.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Ubuntu';
	src: url('fonts/Ubuntu-Regular.eot');
	src: local('☺'), url('fonts/Ubuntu-Regular.woff') format('woff'), url('fonts/Ubuntu-Regular.ttf') format('truetype'), url('fonts/Ubuntu-Regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/Ubuntu-Medium.eot');
	src: local('☺'), url('fonts/Ubuntu-Medium.woff') format('woff'), url('fonts/Ubuntu-Medium.ttf') format('truetype'), url('fonts/Ubuntu-Medium.svg') format('svg');
}

@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/Ubuntu-Bold.eot');
	src: local('☺'), url('fonts/Ubuntu-Bold.woff') format('woff'), url('fonts/Ubuntu-Bold.ttf') format('truetype'), url('fonts/Ubuntu-Bold.svg') format('svg');
}

body,
html {
	height: 100%;
	font-family: "Ubuntu";
	font-size: 15px;
	line-height: 1.3em;
    color: #151616;
    scroll-behavior: smooth;
}

p {
	line-height: 1.5em;
	margin-bottom: 20px;
}

a {
	color: #151616;
	text-decoration: none;
}

a:hover {
	color: #4d90fe;
	text-decoration: none;
}

.text-red {
	color: #4d90fe;
}

ol {
	list-style-type: decimal;
	padding: 0 0 0 20px;
}

ol li {
	margin: 10px 0;
}

ul {
	list-style-type: disc;
	padding: 0 0 0 20px;
	font-size: 14px;
}

ul li {
	margin: 10px 0;
	list-style: circle;
}

.h1,
.h2,
h2,
h1 {
	font-size: 20px;
}

h3,
.h3 {
	font-size: 17px;
}

.print_button {
	background-color: #158fbe;
	border: medium none;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 16px;
	font-weight: 600;
	height: 35px;
	width: 135px;
}

.row-height {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}

.col-height {
	display: table-cell;
	float: none;
	height: 100%;
}

.col-middle {
	vertical-align: middle;
}

.col-top {
	vertical-align: top;
}

.bg-grey {
	background-color: #f1f3f2;
}

.bg-darkgrey {
	background-color: #cddee1;
}

.bg-lightgrey {
	background-color: #ddeff2;
}

.bg-grey-1 {
	background-color: #e7ebee;
}

.bg-grey-2 {
	background-color: #e0e5e9;
}

.bg-grey-3 {
	background-color: #eeeff1;
}

.bg-sky {
	background-color: #c1e6ec;
}

header {
	padding-top: 20px;
	padding-bottom: 20px;
}

header {
	background: #fff !important;
}

header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	display: block;
	/* background: url(../img/logo.svg) no-repeat 0 0; */
	/* width: 240px; */
	/* height: 90px; */
	float: left;
	/*background-color: #ddd;*/
	background: #4d90fe;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 20px;
}

.logo span {
	font-size: 28px;
	color: #fff;
}

.slogan {
	float: left;
	margin-left: 35px;
	padding-top: 5px;
}

.slogan span {
	font-weight: 300;
}

.text-bold {
	font-weight: bold;
}

header address {
	float: left;
	text-align: center;
	margin-bottom: 0;
	margin-left: 50px;
	font-size: 13px;
	line-height: 1em;
}

header address div:first-child {
	margin-top: -8px;
}

.phone {
	font-size: 18px;
	display: inline-block;
	text-align: left;
	font-weight: bold;
	line-height: 1.2em;
	color: inherit;
	padding-top: 3px;
	text-decoration: none;
	width: 158px;
}

.head-phone {
	text-align: left;
}

.head-phone span {
	margin-left: 10px;
	font-weight: 500;
}

.hamburger {
	float: right;
	padding: 21px;
	font-weight: 500;
	padding-right: 48px;
	background-image: url(../img/sandwich.svg);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

.slogan .text-bold {
	font-size: 17px;
}

.container {
	position: relative;
}

.text-blue {
	color: #151616;
}

.wrapper {
	background-color: #fff;
	/* background-image: url(../img/bg.jpg); */
	background-repeat: no-repeat;
	background-position: top center;
}

.left-menu {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.left-menu li {
	padding: 0;
	list-style: none;
	margin: 0 0 5px 0;
}

.left-menu .level-1>a,
.top-menu-left li a {
	padding: 23px;
	display: block;
	position: relative;
	background-color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	padding-right: 50px;
}

.left-menu .level-1>a:after,
.top-menu-left li a:after {
	content: '';
	display: block;
	position: absolute;
	background-image: url(../img/arrow_menu.svg);
	width: 12px;
	height: 12px;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	background-repeat: no-repeat;
}

.top-menu-left ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.top-menu li a {
	color: #151616;
	font-size: 15px;
	border-bottom: 1px solid #ededed;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: right;
}

.top-menu li:last-child a {
	border-bottom: none;
}

.top-menu li {
	margin: 0;
	padding: 0;
}

ul.left-menu {
	margin: 0;
	padding: 0;
}

.bg-white {
	background-color: #fff;
}

.owl-carousel .slick-arrow{
	margin-top: 0;
	transform: translate(0, -50%);
	top: 45%;
}
/*.owl-carousel .owl-stage {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
}*/
.owl-carousel .owl-nav {
	height: 0;
}
.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	text-align: center;
}
.owl-carousel .owl-dot {
	background-color: RGB(29,48,69) !important;
	opacity: .7;
	width: 12px;
	height: 12px;
	border: 2px solid white !important;
	border-radius: 50%;
	z-index: 5;
	position: relative;
	display: inline-block;
}
.owl-carousel .owl-dot.active {
	transform: scale(1.25)
}
.owl-carousel .owl-dot:focus {
	outline: none;
}
.owl-carousel .owl-dot:hover {
	opacity: 1;
}
.owl-carousel .owl-dot + .owl-dot {
	margin-left: 9px;
}

.banner3{
	background-image: url(../img/banner2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #eef8f9;
}
.banner3 .act_block{
	width: 375px;
	margin-left: auto;
}
.banner3 .act_block .title{
	color: #fff;
	background-color: #4d90fe;
	text-align: center;
	padding: 30px 30px 15px;
	font-size: 20px;
}
.banner3 .zvzd{
	font-size: 10px;
	color: #ccc;
}
.banner3 .over{
	font-size: 11px;
	color: #e96a6c;
	padding-top: 20px;
}
.banner3 .count{
	padding-bottom: 70px;
	text-align: center;
	position: relative;
}
.banner3 .count .conter{
	position: absolute;
	display: inline-block;
	top: -10px;
	left: calc(50% - 90px);

}
.banner2 {
	padding-top: 80px;
	padding-right: 23px;
	height: 385px;
	padding-left: 450px;
	background-image: url(../img/banner2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #eef8f9;
}

.banner2 .video {
	position: absolute;
	left: 30px;
}

.banner2 .btn.fancy-video{
	margin-top: 10px;
}

.banner2 .h1 {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 2.5rem;
}

/*
.banner {
	padding-top: 100px;
	padding-left: 23px;
	height: 485px;
	padding-right: 390px;
	background-image: url(../img/img_banner.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #eef8f9;
}
*/

.banner_shla{
	height: 300px;
	background-image: url(../img/shlagbaum.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	padding-left: 200px;
	padding-top:90px;
	margin-bottom:10px;
	margin-left: 0;
	margin-right: 0;
}
.banner_shla .sh_name{
	font-size: 15px;
	line-height: 20px;
}

.banner_shla .sh_act,
.banner_shla .sh_price span{
	font-size: 50px;
	font-weight: 900;
	color: #E12325;
}

.banner_shla .sh_price{
	margin-top: 20px;
}
.banner_shla .sh_price span{
	display:inline-block;
	line-height:50px;
}
.banner_shla .sh_price strong{
	display: inline-block;
	position: relative;
}
.banner_shla .sh_price strong:after{
	position:absolute;
	content: "";
	left: 0;
	bottom: 50%;
	width: 48px;
	height: 2px;
	background-color: #E12325;
	transform: rotate(-10deg);
}

.banner_shla .sh_act{
	line-height: 50px;
}

.banner_shla .sh_act2{
	font-size: 23px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 20px;
}
.banner_shla .sh_name span{
	font-size: 30px;
	font-weight: 900;
	display:inline-block;
	padding-bottom:5px;
	border-bottom: 3px solid #E12325;
}

.banner_shla .btn{
	font-size: 30px;
}

.banner {
	padding-top: 100px;
	padding-left: 23px;
	height: 485px;
	padding-right: 390px;
	background-image: url(../img/PBRA0041.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #eef8f9;
	background-size: 750px;
}
.banner_ov {
	padding-top: 100px;
	padding-left: 23px;
	height: 600px;
	padding-right: 390px;
	background-image: url(../img/otkat.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #eef8f9;
	background-size: 750px;
}
.banner_sh {
	padding-top: 100px;
	padding-left: 23px;
	height: 485px;
	padding-right: 390px;
	background-image: url(../img/shlg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #eef8f9;
	background-size: 750px;
}
.banner_avtdv {
	padding-top: 100px;
	padding-left: 23px;
	height: 485px;
	padding-right: 390px;
	background-image: url(../img/avtdv.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #eef8f9;
	background-size: 750px;
}
.banner_skvr {
	padding-top: 100px;
	padding-left: 23px;
	height: 485px;
	padding-right: 390px;
	background-image: url(../img/skvr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #eef8f9;
	background-size: 750px;
}
.banner .btn{
	border-color: #fff;
	color: #fff;
}

.banner .h1 {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
	color: #fff;
}

.banner p {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1.3em;
	color: #fff;
}

.banner p.small {
	font-size: 13px;
	margin-bottom: 40px;
	color: #fff;
}

.banner_ov .btn{
	border-color: #fff;
	color: #fff;
	text-shadow: 0 0 7px black;
}

.banner_ov .h1 {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
	color: #fff;
	text-shadow: 0 0 7px black;
}

.banner_ov p {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1.3em;
	color: #fff;
	text-shadow: 0 0 7px black;
}

.banner_ov p.small {
	font-size: 18px;
	margin-bottom: 40px;
	color: #fff;
	text-shadow: 0 0 7px black;
}
.banner_sh .btn{
	border-color: #000;
	color: #000;
}

.banner_sh .h1 {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
	color: #000;
}

.banner_sh p {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1.3em;
	color: #000;
}

.banner_sh p.small {
	font-size: 18px;
	margin-bottom: 40px;
	color: #000;
}
.banner_avtdv .btn{
	border-color: #fff;
	color: #fff;
}

.banner_avtdv .h1 {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
	color: #fff;
}

.banner_avtdv p {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1.3em;
	color: #fff;
}

.banner_avtdv p.small {
	font-size: 18px;
	margin-bottom: 40px;
	color: #fff;
}

.banner_skvr .btn{
	border-color: #000;
	color: #000;
}

.banner_skvr .h1 {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
	color: #000;
}

.banner_skvr p {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1.3em;
	color: #000;
}

.banner_skvr p.small {
	font-size: 18px;
	margin-bottom: 40px;
	color: #000;
}
.btn.form-control {
	color: #4d90fe;
	background-color: white;
	border-color: #4d90fe;
}

.btn {
	color: #4d90fe;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	border: 3px solid;
	border-radius: 0;
	padding: 13px 30px;
	letter-spacing: 1px;
	background-color: transparent;
	white-space: normal;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.big-img {
	ransition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
}

.btn:hover {
	border-color: #4d90fe;
	background-color: #4d90fe;
	color: #fff;
}

.banner .big {
	font-size: 30px;
	font-weight: bold;
}
.banner_ov .big {
	font-size: 30px;
	font-weight: bold;
}
.main-icons {
	padding-top: 65px;
	padding-bottom: 45px;
	text-align: center;
	font-size: 16px;
	color: inherit;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.main-icons:hover {
	background-color: #4d90fe;
	cursor: pointer;
	color: inherit;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
}

.main-icons svg path {
	fill: #4d90fe !important;
}
.fancy-form svg path {
	fill: #fff !important;
}
.main-icons:hover svg path {
	fill: #fff !important;
}

.main-icons:hover .main-text {
	color: #fff;
}

.fancy-form .padding-top {
	color: #fff !important;
}

.fancy-form:hover {
	background: #7aacff !important;
	border-color: #7aacff !important;
}

.main-ico {
	display: block;
	width: 78px;
	height: 77px;
	line-height: 77px;
	margin: 0 auto;
}

.main-text {
	margin-top: 23px;
	height: 40px;
}

.main-icons .padding-top {
	padding-top: 25px;
}
.top-line{
	background-color: #4d90fe;
}
.calc.btntop img{
	height: 50px;
    margin-left: 40px;
}
.calc.btntop{
		background-color: #4d90fe;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	display: block;
	padding-left: 50px;
	border-color: #4d90fe;
	font-size: 22px;
	font-weight: bold;
	/*background-image: url(../img/arrow-right.png);*/
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center;
}
.calc.showmob{
	display: none;
}
.calc.hidemob{
	display: block;
}
@media (min-width: 500px) and (max-width: 768px){
	.calc.btntop{
		padding-left:0;
	}
}
@media (max-width: 500px){
	.calc.showmob{
		display: flex;
		align-items: center;
	}
	.calc.showmob img{
			height: 50px;
    	margin-left: 0;
	}
	.calc.btntop{
		background-color: #4d90fe;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-color: #4d90fe;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	/*background-image: url(../img/arrow-right.png);*/
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: right center;
	}
	.calc.hidemob{
		display: none;
	}

}
@media (max-width: 360px){
	.top-line .container{
		padding:0;
	}
	.calc.btntop{
		background-color: #4d90fe;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-color: #4d90fe;
	font-size: 17px;
	line-height: 1.2;
	font-weight: bold;
	/*background-image: url(../img/arrow-right.png);*/
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: right center;
	}
}
.calc.btn {
	background-color: #4d90fe;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	padding-left: 50px;
	border-color: #4d90fe;
	font-size: 13px;
	background-image: url(../img/calc.svg);
	background-repeat: no-repeat;
	background-position: 20px center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 15px 0;
}


.calc.btn:hover {
	background-color: #4d90fe;
	border-color: #4d90fe;
}

.bg-sky:hover {
	background-color: #4d90fe;
}

.memu-slogan {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
	padding: 20px 15px;
	padding-top: 20px !important;
}

.memu-slogan .h1 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 42px;
	line-height: 1.2em;
}

.memu-slogan {
	padding-top: 43px;
}

.memu-slogan p {
	padding-top: 8px;
	font-style: italic;
	font-size: 16px;
	font-weight: 300;
}

.works .h1,
.diler .h2 {
	font-weight: 300;
	font-size: 49px;
	line-height: 1em;
	margin: 0;
}

.works {
	position: relative;
	padding: 30px 35px;
	padding-right: 40%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.works .line {
	margin: 22px 0 25px 0;
}

.line {
	height: 2px;
	width: 75px;
	background: #bcbdbf;
}

.works a {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40%;
	background-image: url(../img/arror_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	max-width: 180px;
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}

.works a:hover {
	background-image: url(../img/work-hover-2.jpg);
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}

.works a:hover img {
	opacity: 0;
}

.works a img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -29px;
	transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
}

.works p {
	margin: 0;
}

.diler {
	padding: 30px 40px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.diler .h2 {
	font-size: 35px;
	line-height: 1.1em;
	margin-bottom: 16px;
}

.diler p {
	margin-bottom: 0;
	line-height: 1.35em;
}

.dogovor .btn {
	padding-left: 0;
	padding-right: 0;
	display: block;
}

.dogovor {
	padding: 32px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.dogovor .h3 {
	margin-top: 0;
	margin-bottom: 22px;
}

.diler,
.works,
.dogovor {
	height: 272px;
	background-color: #eff0f2;
}

.diler p,
.works p,
.dogovor p {
	color: #5c6671;
	font-weight: 300;
}

footer {
	color: #151616;
	font-size: 14px;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer li a:before {
	content: '- ';
	margin-right: 4px;
}

footer .h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 25px;
	color: #393b3c;
}

footer li {
	margin-top: 0;
	margin-bottom: 10px;
}

footer .phone {
	padding-top: 0;
	text-align: left;
	line-height: 22px;
	margin-bottom: 2px;
}

footer address {
	font-size: 13px;
	margin-bottom: 0;
}

footer p {
	line-height: 1.3em;
}

.creativa {
	padding: 15px;
	display: block;
	padding-left: 45px;
	background-image: url(../img/creativa_logo.svg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 38px;
}

.form-control {
	border-color: #d6d6d6;
	border-radius: 0;
	margin-bottom: 20px;
	height: 50px;
	color: #151616;
}

footer li a:hover,
.level-3 a:hover {
	color: #4d90fe;
}

textarea.form-control {
	height: 85px;
	max-width: 100%;
	min-width: 100%;
}

.article .title.text-orange {
	margin-top: 0;
}

.gal-but:focus {
	outline: none;
}

.togleclass {
	display: none;
}

.insta {
	background-image: url(../img/insta.svg);
}

.vk {
	background-image: url(../img/vk.svg);
}

.insta:hover {
	background-image: url(../img/insta-big.svg);
}

.vk:hover {
	background-image: url(../img/vk-big.svg);
}

.insta,
.vk {
	display: inline-block;
	width: 50px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0 center;
}

.social .insta {
	background-image: url(../img/insta_.svg);
}

.social .vk {
	background-image: url(../img/vk_.svg);
}

.social .insta:hover {
	background-image: url(../img/insta_hover.svg);
}

.social .vk:hover {
	background-image: url(../img/vk_hover.svg);
}

.social .insta,
.vk {
	width: 40px;
}

.hamburger:hover {
	background-image: url(../img/sandwich_hover.svg);
}

.level-1>a:hover,
.top-menu li a:hover {
	color: #fff;
	background-color: #4d90fe;
}

.level-1>a:hover .text-red {
	color: #151616;
}

.left-menu .level-1>a:hover:after,
.top-menu li a:hover:after {
	background-image: url(../img/arrow_menu_hover.svg);
}



.dropdown-menu {
	float: none;
	top: 78px;
	border: 0;
	border-radius: 0;
	background-color: #fff;
	right: 15px;
	padding: 0;
	margin: 0;
}

.top-menu-left {
	float: left;
	padding: 37px 30px;
}

.top-menu-popular {
	float: right;
	padding: 30px 60px;
	background-color: #f8f6f6;
	background-image: url(../img/Polygon.svg);
	background-repeat: no-repeat;
	background-position: 97% 0;
}

.top-menu-popular .h2 {
	color: #151616;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
	padding-top: 14px;
	padding-bottom: 15px;
	margin-top: 0;
	margin-bottom: 0;
}

.top-menu-popular>img {
	margin-bottom: 20px;
	max-width: 100%;
}

.pop-name {
	font-size: 16px;
	color: #5c5c5c;
	font-weight: 400;
	float: left;
}

.pop-line {
	margin-bottom: 26px;
}

.pop-value {
	text-align: right;
	float: right;
	font-size: 16px;
}

.old-price {
	font-size: 14px;
	font-weight: bold;
}

.old-price span {
	text-decoration: line-through;
}

.price {
	font-size: 21px;
	font-weight: bold;
	color: #4d90fe;
	margin-left: 5px;
}

.btn.btn-green {
	background-color: #4d90fe;
	color: #fff;
	border-color: #4d90fe;
	display: block;
}

.btn.btn-green:hover {
	background-color: #4d90fe;
	border-color: #4d90fe;
}

.foot-menu {
	float: left;
}

.foot-menu+.foot-menu {
	margin-left: 40px;
}

.top-menu-left ul.last-ul {
	margin-top: 48px;
}

.level-1>ul {
	display: none;
}

.level-1 {
	position: relative;
}

.submenu {
	position: absolute;
	display: none;
	top: 0;
	left: 100%;
	z-index: 3;
	width: 780px;
	background-color: #f8f6f6;
	padding: 30px 30px;
}

.submenu.open {
	display: block;
}

.submenu .tab {
	display: none;
}

.level-1.open>a,
.bg-blue,
.level-1.active>a {
	background-color: #c4e0ec;
}

.level-1 a:focus {
	text-decoration: none;
}

.left-menu .level-1.open>a:after,
.left-menu .level-1.open>a:hover:after,
.level-1.active>a:after {
	border: 3px solid #fff;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	right: -10px;
	z-index: 6;
	background-image: url(../img/arrow_menu.svg);
}

.submenu .level-2 {
	width: 357px;
	display: inline-block;
	padding-bottom: 25px;
	vertical-align: top;
}

.level-2:nth-child(2n) {
	padding-left: 15px;
}

.level-2:nth-child(2n+1) {
	padding-right: 15px;
}

.level-2>a:not(.btn),
.level-2>.word-2 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
}

.level-2 .word-2 span {
	font-size: 34px;
	font-weight: 300;
	text-transform: uppercase;
}

.level-2 a.btn {
	margin-top: 15px;
}

.level-3 li.last a {
	border: none;
}

.level-2>ul {
	margin-top: 20px;
	margin-left: 0;
	padding-left: 0;
}

.level-3 {
	margin: 0;
	padding: 0;
}

.level-3 li {
	list-style: none;
	margin: 0;
}

.level-3 a {
	display: block;
	background-image: url(../img/arrow_menu.svg);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 25px;
	border-bottom: 1px solid #cfd7b7;
	color: #4e4c59;
	font-weight: 300;
	font-size: 15px;
}

.bread,
.bread a {
	color: #58626d;
	font-size: 13px;
}

.pagetitle {
	font-size: 15px;
	text-transform: uppercase;
	color: #151616;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 30px;
}

.bg-grey-4 {
	background-color: #f4f4f4;
	padding: 15px;
}

.gal-but {
	background: #fff;
	border: none;
	height: 65px;
	width: 100%;
	font-family: inherit;
	color: #4c4c4c;
	font-size: 14px;
}

.gal-but:hover,
.gal-but.active {
	background-color: #4d90fe;
	color: #fff;
}

a.simple {
	background-image: url(../img/arrow_works.svg);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	background-size: 25px;
	margin-bottom: 20px;
	padding-right: 35px;
}

.position-relative {
	position: relative;
}

.top-menu-left .level-1.open>ul {
	display: block;
}

.top-menu li.level-2 a {
	font-weight: 400;
	padding-left: 40px;
	text-transform: none;
}

.top-menu-left li.open>a:after {
	background-image: url(../img/Polygon.svg);
	background-size: 13px;
}

.level-2>p {
	font-weight: 300;
	font-size: 15px;
	color: #4e4c59;
	margin-bottom: 0;
	margin-top: 25px;
}

.menu-acsess {
	width: 100%;
}

.menu-acsess .level-3 li {
	display: inline-block;
	width: 340px;
}

.menu-acsess .level-3 li:nth-child(2n+1) {
	margin-right: 30px;
}

.menu-acsess .level-3 li:nth-child(5) a {
	border-bottom: none;
}

.menu-acsess h3 {
	position: relative;
	font-weight: 500;
	color: #151616;
	font-size: 15px;
	text-transform: uppercase;
	padding-left: 17px;
}

.menu-acsess h3 span {
	background-color: #f8f6f6;
	z-index: 1;
	padding-left: 7px;
	padding-right: 7px;
}

.menu-acsess h3:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	background-color: #e6e5e5;
	top: 50%;
	z-index: -1;
}

.gallery {
	display: none;
}

.gallery-list {
	padding: 20px;
	width: 100%;
	min-height: 460px;
}

.fotorama__arr.fotorama__arr--next {
	background-image: url(../img/arrow_r.svg) !important;
	right: 40px !important;
}

.fotorama__arr.fotorama__arr--prev {
	background-image: url(../img/arrow_l.svg) !important;
	left: 40px !important;
}

.fotorama__arr.fotorama__arr--prev,
.fotorama__arr.fotorama__arr--next {
	background-position: center !important;
	width: 40px !important;
	height: 40px !important;
	background-size: 100% !important;
}

img {
	max-width: 100%;
}

.page-reviews {
	padding: 30px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #58626d;
}

.rev-name span {
	font-weight: 300;
	padding-left: 15px;
}

.rev-name {
	font-weight: bold;
	margin-bottom: 20px;
}

.bg-orange {
	background-color: #4d90fe;
}

.form .bg-orange {
	color: #fff;
	padding: 35px 30px;
}

.form .bg-grey-4 {
	padding: 30px;
}

.form p {
	color: #454545;
	font-weight: 300;
	font-size: 16px;
}

#otziv-form textarea.form-control {
	height: 120px;
}

.btn.btn-orange {
	background-color: #4d90fe;
	border-color: #4d90fe;
	color: #fff;
	font-weight: 300;
}

.mfp-content .bg-white {
	padding: 20px;
}

.btn.btn-orange:hover {
	background-color: #4d90fe;
	border-color: #4d90fe;
}

.par-header {
	padding: 30px;
	padding-right: 60px;
	position: relative;
	margin-bottom: 15px;
	cursor: pointer;
}

.par-title {
	color: #4d90fe;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.par-header:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 25px;
	font-size: 37px;
	font-weight: 300;
	color: #4d90fe;
	line-height: 0px;
	margin-top: -8px;
	background-image: url(../img/plus_.svg);
	background-position: 0 0;
	width: 16px;
	height: 16px;
}

.par-header:hover:after {
	background-image: url(../img/plus_hover.svg);
}

.par-body {
	border-top: 3px solid #151616;
	display: none;
}


/*.par-body.open{
    display: block;
    transition: 2s;
    -webkit-transition:2s;
    -o-transition:2s;
    -moz-transition:2s;
}*/

.partner {
	margin-bottom: 15px;
}

.par-header.open:after {
	background-image: url(../img/minus.svg);
}

.par-header.open:hover:after {
	background-image: url(../img/minus_hover.svg);
}

.video-title {
	height: 50px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.fancy-video {
	color: #4c4c4c;
	font-size: 12px;
	padding-left: 10px;
	line-height: 1.3em;
	padding-right: 10px;
}

.postav {
	padding: 30px;
	border-bottom: 3px solid #c4e0ec;
}

.postav:last-child {
	border-bottom: none;
}

.diler-page {
	padding: 30px;
}

.pagination a,
.pagination .ditto_currentpage {
	color: #58626d;
	font-size: 14px;
	line-height: 38px;
	display: inline-block;
	width: 38px;
	background-color: #f4f4f4;
	margin-left: 1px;
	margin-right: 1px;
}

.pagination .ditto_currentpage,
.pagination a:hover {
	color: #fff;
	background-color: #4d90fe;
}

.pagination {
	display: block;
	text-align: center;
}

.prel {
	display: none;
}

.preloader .prel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background-image: url(../img/138.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	z-index: 100;
	display: block;
	background-color: rgba(245, 245, 245, 0.8);
	min-height: 150px;
}

.video {
	-webkit-transition: all 0 ease-out 0;
	-moz-transition: all 0 ease-out 0;
	-o-transition: all 0 ease-out 0;
	transition: all 0 ease-out 0;
	position: relative;
	overflow: hidden;
}

#video {
	padding: 30px;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
	opacity: 1;
}

.preloader #video {
	opacity: 0;
}

.instructions a {
	color: #151616;
	font-size: 14px;
	padding-left: 25px;
	display: block;
	background-position: 0 center;
	background-image: url(../img/plus.svg);
	background-repeat: no-repeat;
	background-size: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.instructions,
.instructions li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.instructions {
	padding: 30px;
}

.instructions ul {
	margin-left: 20px;
	display: none;
}

.instructions .open>ul {
	display: block;
}

.instructions .open>a {
	background-image: url(../img/minus_.svg);
}

footer .form-control {
	margin-bottom: 10px;
}

.pr-mini.ur-pl img {
	border: 2px solid #fff;
}

.pr-mini.ur-pl a:hover img,
.pr-mini.ur-pl a.active img {
	border-color: #4d90fe;
}

.instructions .l-3 a {
	background-image: url(../img/pdf.svg);
	background-size: 18px;
	color: #4c4c4c;
}

.l-2>ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.donwloads {
	padding: 30px;
	border-top: 3px solid #c4e0ec;
	margin: 0;
	list-style: circle;
	font-size: 14px;
	color: #4c4c4c;
	font-weight: 500;
}

.donwloads li {
	margin-left: 20px;
}

.article,
.news {
	padding: 30px;
	margin-bottom: 30px;
	font-size: 14px;
	color: #58626d;
	line-height: 22px;
}

.article .title,
.news .title {
	color: #58626d;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
}

.btn.btn-blue {
	color: #fff;
	border-color: #4d90fe;
	background-color: #4d90fe;
	text-transform: none;
	font-weight: 400;
	padding-top: 7px;
	padding-bottom: 7px;
}

.btn.btn-blue:hover {
	color: #fff;
	background-color: #7aacff !important;
	border-color: #7aacff !important;
}

.article-img {
	text-align: center;
	margin-bottom: 20px;
}

.media-left,
.media>.pull-left {
	padding-right: 20px;
}

.stock .par-body {
	padding: 30px;
	border-bottom: none;
}

.stock img.media-object {
	max-width: 150px;
}

.news img.media-object {
	max-width: 230px;
}

.news .btn {
	margin-top: 15px;
}

[class*="ymaps-2"][class*="-ground-pane"] {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	/* Firefox 3.5+ */
	-webkit-filter: grayscale(100%);
	/* Chrome 19+ & Safari 6+ */
}

.row.cont-menu {
	margin: 0;
}

.cont-menu a {
	background-color: #fff;
	padding-top: 30px;
	text-align: center;
	padding-bottom: 30px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.cont-menu a+a {
	border-left: 2px solid #e1f2f4;
}

.cont-menu a:hover,
.cont-menu a.active {
	color: #fff;
	background-color: #4d90fe;
}

.cont-address {
	padding: 30px 0 30px 30px;
	font-size: 14px;
	color: #4c4c4c;
	margin-bottom: 0;
	min-height: 170px;
}

.line-blye {
	height: 1px;
	background-image: url(../img/dashed.jpg);
	background-repeat: repeat-x;
}

.social {
	padding: 30px 0 0px 30px;
}

.day {
	background-color: #4d90fe;
	color: #fff;
	width: 50px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 2px;
}

.week {
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
}

.week .media-object {
	display: table-cell;
	vertical-align: middle;
}

.week .media-body {
	vertical-align: middle;
	max-width: 200px;
}

.week .media {
	margin-top: 0;
	margin-bottom: 5px;
}

span.city {
	margin-right: 15px;
}

.ico {
	padding-left: 29px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-top: 3px;
}

.ico-map {
	background-image: url(../img/location.svg);
}

.ico-phone {
	background-image: url(../img/phone.svg);
	padding-bottom: 4px;
}

.ico-mail {
	background-image: url(../img/mail.svg);
}

.p-name {
	padding: 12px;
	font-size: 14px;
	color: #151616;
	font-weight: 500;
	border-bottom: 1px solid;
}

.p-job {
	padding: 12px;
}

.p-block {
	display: table-cell;
	width: 10000px;
	height: 200px;
	position: relative;
}

a.p-mail {
	position: absolute;
	bottom: 15px;
	left: 0;
	color: #00b8f9;
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	word-break: break-all;
	font-size: 14px;
}

a.p-mail:hover {
	color: #151616;
}

.mfp-content {
	background: #fff;
	padding: 30px;
}

.mfp-content form .h3, .mfp-content .leave-modal h3 {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 20px;
}

.mfp-content form, .mfp-content .leave-modal {
	width: 400px;
	max-width: 100%;
}

.mfp-content .leave-modal p {
	text-align: center;
	margin-top: -15px;
}

.mfp-content .leave-modal-buttons {
	margin-top: 25px;
	text-align: center;
}

.btn-no-fixed {
	position: fixed !important;
	z-index: 100;
}

.mfp-content .leave-modal .btn {
	width: 100px;
}

.mfp-content .leave-modal .btn + .btn {
	margin-left: 20px;
}

.mfp-content {
	max-width: 95%;
}

.small-text {
	font-size: 12px;
	line-height: 1.3em;
}

.mfp-content p {
	margin-bottom: 5px;
	margin-top: 15px;
}

option {
	padding: 10px;
}

.param {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 25px;
	text-align: center;
}

.fancy-video span {
	display: block;
	position: relative;
}

.fancy-video:hover span:after {
	opacity: 1;
}

.fancy-video span:after {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	background-image: url(../img/play.svg);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.6;
}

.pr-mini {
	font-size: 14px;
	float: left;
	width: 50%;
	/*height: 121px;*/
	padding-bottom: 0;
}

.passport {
	float: left;
	width: 50%;
	/*height: 121px;*/
	font-size: 16px;
	color: #151616;
	/*text-align: center;*/
	padding-top: 33px;
	/*background-repeat: no-repeat;*/
	line-height: 1.5em;
	/*background-position: 70px center;
    background-image: url(/img/passport.svg);*/
	padding-left: 40px;
}

.passport.bg-blue {
	background-color: #c4e0ec;
}

.passport .table-cell {
	width: 1%;
	/* background-image: url(/img/passport.svg); */
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}

.passport .table-cell img {
	float: left;
	margin-right: 20px;
}

.pr-mini a {
	padding-left: 5px;
	position: relative;
	padding-right: 5px;
}

.pr-mini a span {
	position: absolute;
	left: 15px;
	top: 0;
	line-height: 20px;
	width: 20px;
	text-align: center;
	color: #fff;
}

.pr-mini .row {
	padding: 0;
	margin-left: -10px;
	margin-right: -10px;
}

.pr-mini a span {
	position: absolute;
	left: 5px;
	top: 0;
	line-height: 20px;
	width: 20px;
	text-align: center;
	color: #fff;
	background-color: #4d90fe;
	z-index: 2;
}

.pr-mini a.active span,
.pr-mini a:hover span {
	background-color: #4d90fe;
}

.pr-mini a.active:after {
	content: '';
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../img/Polygon.svg);
	width: 16px;
	height: 10px;
	position: absolute;
	z-index: 2;
	bottom: -10px;
	left: 50%;
	margin-left: -8px;
}

.big-img {
	position: relative;
	padding: 20px;
	width: 50%;
	float: left;
}

.big-img .sale {
	position: absolute;
	top: 20px;
	right: 20px;
	background-image: url(../img/action.svg);
	width: 83px;
	height: 83px;
}

.short-descr {
	float: left;
	width: 50%;
	padding: 27px 25px;
	padding-left: 0;
}

.man {
	width: 150px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: top right;
}

.man.man-icon-4,
.man.Alutech {
	background-image: url(../img/alutech_logo.png);
}

.man.man-icon-9,
.man.DOORHAN {
	background-image: url(../img/Doorhan.jpg);
}

.man.man-icon-1,
.man.Hermann {
	background-image: url(../img/Hormann.jpg);
}

.short-descr .pop-line:first-child .pop-name {
	padding-top: 5px;
}

.short-descr .pop-line:first-child {
	margin-bottom: 6px;
}

.short-descr.short-descr-sect-vorota .pop-line:first-child {
	margin-bottom: 25px;
}

.short-descr .pop-line {
	margin-bottom: 30px;
}

.short-descr .btn.btn-green {
	margin-top: 42px;
	text-transform: none;
	font-weight: 300;
	padding-top: 6px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}

.short-descr.short-descr-sect-vorota .btn.btn-green {
	padding-top: 13px;
	padding-bottom: 13px;
}

.calc-mini.btn.btn-orange {
	width: 100%;
	/*background-image: url(/img/calculation.svg) ;
    background-repeat: no-repeat;
    background-position: 30px center;*/
	background: url(../img/calculation.svg) no-repeat 30px center, url(../img/arrow2.svg) no-repeat 95% center;
	text-transform: none;
	padding-top: 17px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 19px;
	background-color: #4d90fe;
}

.calc-mini.btn.btn-orange:hover {
	background-color: #4d90fe;
}

.btn-orange img {
	margin-left: 15px;
}

.pr-block-more {
	display: none;
	background-color: #fff;
}

.pr-block {
	padding: 35px 80px 35px 30px;
	cursor: pointer;
	position: relative;
}

.pr-block.open:after {
	background-image: url(../img/arrow_up.svg);
}

.pr-block h2 {
	padding: 0;
	color: #4d90fe;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 25px;
}

.pr-block:after {
	content: '';
	background-image: url(../img/arrow_down.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 45px;
	margin-top: -15px;
}

.pr-block:hover:after {
	background-image: url(../img/arrow_down_hover.svg);
}

.pr-block.open:hover:after {
	background-image: url(../img/arrow_up_hover.svg);
}

.rubl {
	font-family: 'PT Sans', serif;
	text-decoration: none !important;
}

.pr-block-more .h3 {
	color: #4d90fe;
	font-size: 16px;
	padding: 25px 60px 25px 35px;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	border-top: 3px solid #e0f1f3;
	cursor: pointer;
	line-height: 1.3em;
}

.more-cont {
	padding: 10px 30px 30px;
	color: #4c4c4c;
	font-size: 14px;
	display: none;
}

.pr-block-more .h3 span.numb {
	background-color: #4d90fe;
	color: #fff;
	width: 22px;
	text-align: center;
	margin-right: 12px;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	display: inline-block;
}

.pr-block-more .h3 span {
	/* */
}

.pr-block-more .h3.open:after {
	background-image: url(../img/minus.svg);
}

.pr-block-more .h3:hover:after {
	background-image: url(../img/plus_hover.svg);
}

.pr-block-more .h3.open:hover:after {
	background-image: url(../img/minus_hover.svg);
}

.pr-block-more .h3:after {
	content: '';
	position: absolute;
	right: 30px;
	top: 50%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../img/plus_.svg);
	width: 16px;
	height: 16px;
	margin-top: -8px;
}

.text-green {
	color: #92ac47;
}

.text-orange {
	color: #4d90fe;
}

.border-green {
	border-top: 2px dashed #4d90fe;
	border-bottom: 2px dashed #4d90fe;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.warning {
	padding-left: 45px;
	background-image: url(../img/warning.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	min-height: 30px;
}

.h3-qwest {
	background-color: #4d90fe;
	color: #fff;
	padding: 34px;
	font-weight: bold;
}

.tooltip-inner {
	background-color: #fff;
	color: #444;
	font-size: 13px;
	font-weight: 300;
	opacity: 1;
	border: 2px solid #4d90fe;
	padding-bottom: 10px;
	border-radius: 0;
	margin-top: 30px;
	text-align: left;
	width: 320px;
	max-width: 95%;
	padding: 20px;
	font-family: Ubuntu;
}

.tooltip {
	opacity: 1 !important;
}

.tooltip-arrow {
	background-repeat: no-repeat;
	border: none;
}

.tooltip.bottom .tooltip-arrow {
	width: 23px;
	height: 16px;
	background-image: url(../img/poly_up.svg);
	margin-left: -12px;
	margin-top: 20px;
}

.tooltip.right .tooltip-inner {
	margin-top: 0px;
}

.tooltip.right .tooltip-arrow {
	width: 16px;
	height: 23px;
	background-image: url(../img/poly_left.svg);
	margin-left: -10px;
	margin-top: -13px;
}

.tooltip.right {
	margin-left: 30px;
}

.tooltip.top {
	margin-top: 20px;
}

.text-orange {
	color: #4d90fe;
}

.product-form .form-control {
	display: inline-block;
	height: 40px;
	margin-left: 20px;
	margin-right: 5px;
}

.width-120 {
	width: 120px;
}

.brd-btm-grey {
	border-bottom: 1px solid #c4e0ec;
}

label {
	font-weight: 400;
	font-size: 14px;
}

.panel div {
	position: relative;
}

.panel-name {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	font-weight: 300;
}

.panel div span {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	text-align: center;
	color: #fff;
	background-color: #4d90fe;
	line-height: 25px;
	font-size: 14px;
}

.panel-colors label img {
	border: 2px solid #c4e0ec;
	margin-right: 10px;
}

.panel-colors label {
	display: block;
	clear: both;
	font-size: 13px;
	cursor: pointer;
}

.check {
	width: 20px;
	height: 20px;
	border: 1px solid #d6d6d6;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.panel,
.check-block label {
	cursor: pointer;
}

.panel-check:checked+.panel div span,
.panel:hover div span {
	background-color: #4d90fe;
}

.panel-color:checked+label img,
.panel-colors label:hover img,
.scor-colors:checked+label .scor-color,
label:hover .scor-color {
	border-color: #4d90fe;
}

.check-block label:hover .check:after,
.check-block input:checked+label .check:after {
	content: '';
	width: 14px;
	height: 14px;
	display: inline-block;
	background-color: #4d90fe;
	margin-top: 2px;
	margin-left: 2px;
}

.left-check .check {
	margin-right: 10px;
	margin-left: 0;
}

.qwestions {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background-image: url(../img/question.svg);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 10px;
	cursor: pointer;
}

.qwestions:hover {
	background-image: url(../img/question_hover.svg);
}

#help .h3 {
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 20px;
}

#help .h3 span {
	font-size: 15px;
}

footer li,
header li {
	list-style: none;
}

.rasp-block+div {
	display: none;
	background-color: #fff;
}

.pr-block-more-2 {
	text-align: center;
	padding: 20px 35px;
	border-bottom: 1px solid #c4e0ec;
}

.pr-block-more-2 img {
	display: block;
	margin: 15px auto;
}

.h3-green {
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	color: #4d90fe;
	font-weight: 500;
	margin-bottom: 20px;
}

.pr-block-more-2 .table-cell {
	display: table-cell;
	vertical-align: bottom;
	float: none;
}

.border-btm-blue {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #c4e0ec;
	margin-top: 30px;
	margin-bottom: 30px;
}

.pr-block-more-2 .table-cell.vertical-middle {
	vertical-align: middle;
}

.pr-block-more-2 label {
	text-align: left;
	display: block;
}

form .pr-block-more-2 {
	padding-left: 0;
	padding-right: 0;
}

.scor-colors label {
	margin-right: 15px;
	width: 70px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.scor-color {
	width: 70px;
	height: 70px;
	border: 2px solid #c4e0ec;
}

.scor-colors label {
	cursor: pointer;
}

.scor-colors label:last-child {
	margin-right: 0
}

.big-img.ur-pl {
	float: none;
	width: 100%;
	text-align: center;
}

.pr-mini.ur-pl {
	float: none;
	height: auto;
	width: 100%;
}

.pr-mini.ur-pl a.active:after {
	background-image: none;
}

.uravn-pl-a .btn.btn-green.hochu-a,
.uravn-pl-a .calc-mini.btn.btn-orange {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 400;
	text-transform: none;
	font-size: 16px;
	margin-top: 10px;
}

.uravn-pl-a .calc-mini.btn.btn-orange {
	/* background-position: 20px center;*/
	padding-left: 45px;
	padding-right: 15px;
}

.uravn-pl-a .calc-mini.btn.btn-orange img {
	margin-left: 5px;
}

.pr-mini p {
	height: 41px;
	margin-bottom: 0;
	line-height: 1em;
	overflow: hidden;
}

.form-control.width-120.margin-0 {
	margin-left: 0;
	margin-bottom: 0;
}

.logo-group img {
	margin-bottom: 20px;
}

.article .btn.btn-green {
	display: inline-block;
}

.article .title.text-orange,
.level-3 .active>a {
	color: #4d90fe;
}

.btn-blue.toogle {
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 15px;
}

.border-top-blue {
	border-top: 2px solid #c4e0ec;
}

.padding-30.padding-h-30 .pop-line:last-child {
	margin-bottom: 0
}

.man.man-icon-13 {
	background-image: url(../assets/images/partners/dinaco.jpg);
}

.text-underline {
	text-decoration: underline;
	cursor: pointer;
}

*+.text-underline {
	margin-left: 20px;
}

.sticky {
	position: fixed;
	z-index: 101;
}

.stop {
	position: relative;
	z-index: 101;
}

.on-page.submenu {
	position: relative;
	display: block;
	left: auto;
	top: auto;
	width: auto;
	z-index: 1;
}

.on-page.submenu .tab {
	display: block !important;
}

.on-page.submenu .level-2 {
	width: 100%;
}

.on-page.submenu .level-2:nth-child(2n) {
	padding-left: 0;
}

.clear {
	clear: both;
}

.pr-block div {
	color: #4c4c4c;
}

.day-red {
	background-color: #4d90fe;
}

.padding-0 {
	padding-bottom: 0px;
	padding-top: 0px
}

.padding-5 {
	padding-bottom: 5px;
	padding-top: 5px
}

.padding-10 {
	padding-bottom: 10px;
	padding-top: 10px
}

.padding-15 {
	padding-bottom: 15px;
	padding-top: 15px
}

.padding-20 {
	padding-bottom: 20px;
	padding-top: 20px
}

.padding-25 {
	padding-bottom: 25px;
	padding-top: 25px
}

.padding-30 {
	padding-bottom: 30px;
	padding-top: 30px
}

.padding-35 {
	padding-bottom: 35px;
	padding-top: 35px
}

.padding-40 {
	padding-bottom: 40px;
	padding-top: 40px
}

.padding-50 {
	padding-bottom: 50px;
	padding-top: 50px
}

.padding-70 {
	padding-bottom: 70px;
	padding-top: 70px
}

.padding-60 {
	padding-bottom: 60px;
	padding-top: 60px
}

.padding-80 {
	padding-bottom: 80px;
	padding-top: 80px
}

.no-margin,
.product-form .form-control.no-margin {
	margin: 0;
}

.margin-0 {
	margin-bottom: 0px;
	margin-top: 0px
}

.margin-5 {
	margin-bottom: 5px;
	margin-top: 5px
}

.margin-10 {
	margin-bottom: 10px;
	margin-top: 10px
}

.margin-20 {
	margin-bottom: 20px;
	margin-top: 20px
}

.margin-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.margin-30 {
	margin-bottom: 30px;
	margin-top: 30px
}

.padding-h-0 {
	padding-left: 0px;
	padding-right: 0px
}

.padding-h-15 {
	padding-left: 15px;
	padding-right: 15px
}

.padding-h-20 {
	padding-left: 20px;
	padding-right: 20px
}

.padding-h-30 {
	padding-left: 30px;
	padding-right: 30px
}

.margin-right-20 {
	margin-right: 20px;
}

.padding-right-20 {
	padding-right: 20px;
}

.margin-left-20 {
	margin-left: 20px;
}

.padding-left-20 {
	padding-left: 20px;
}

.padding-left-45 {
	padding-left: 45px;
}

.form-control.error-field {
	border-color: red;
}


/*
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*****************************************************************************
*/

@media (max-width: 1199px) and (min-width: 991px) {
	.banner2 {
		padding-left: 240px;
	}
	.slogan {
		margin-left: 15px;
		font-size: 13px;
	}
	header address {
		margin-left: 15px;
	}
	.banner .h1 {
		font-size: 30px;
	}
	.banner {
		padding-top: 40px;
		padding-left: 23px;
		background-size: 617px;
		height: 390px;
		padding-right: 280px;
	}
	.memu-slogan .h1 {
		text-transform: uppercase;
		font-weight: 300;
		font-size: 35px;
		line-height: 1.2em;
	}
	.works .h1,
	.diler .h2 {
		font-size: 37px;
	}
	.diler .h2 {
		font-size: 28px;
	}
	.dogovor .h3 {
		font-size: 18px;
	}
	.foot-menu+.foot-menu {
		display: none;
	}
	footer form .btn {
		padding-left: 15px;
		padding-right: 15px;
	}
	.submenu {
		width: 645px;
	}
	.level-2>a {
		font-size: 24px;
	}
	.level-2>a span {
		font-size: 28px;
	}
	.submenu .level-2 {
		width: 290px;
	}
	a.simple {
		background-size: 25px;
	}
	.menu-acsess .level-3 li {
		width: 275px;
	}
	.passport {
		background-position: 45px center;
	}
	.hamburger {
		padding: 30px 0;
		padding-right: 44px;
	}
	.phone {
		width: auto;
	}
}

@media(max-width: 991px) {
	.cont-address {
		min-height: auto;
	}
}

@media(max-width: 991px) and (min-width: 768px) {
	.banner_shla{
		padding: 30px;
		background: none;
		background-color: #fff;
	}
	.banner_shla .sh_name span{
		font-size: 20px;
	}
	.banner_shla .sh_price span{
		font-size: 40px;
	}
	.banner2 {
		padding-left: 60px;
	}
	.pr-block-more-2 .table-cell {
		display: block;
		vertical-align: bottom;
		float: left;
	}
	.uravn-pl-a .calc-mini.btn.btn-orange {
		padding-top: 9px;
		padding-bottom: 9px;
	}
	.passport {
		background-position: 30px center;
		padding-left: 20px;
	}
	.width-120 {
		width: 90px;
	}
	.top-menu-popular {
		padding: 30px 35px;
	}
	.banner {
		padding-top: 30px;
		padding-left: 23px;
		height: 320px;
		padding-right: 30px;
		background-image: none;
		background-size: 470px;
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	.banner .btn{
		color: #4d90fe;
		border-color: #4d90fe;
	}
	.banner .btn:hover{
		color: #fff;
	}
	.banner .h1{
		color: #4d90fe;
	}
	.banner p{
		color: #4d90fe;
	}
	.banner p.small{
		color: #151616;
	}
	.memu-slogan {
		padding-top: 10px;
	}
	.memu-slogan .h1 {
		font-size: 30px;
	}
	.foot-menu+.foot-menu {
		margin-left: 0;
		margin-top: 20px;
	}
	.creativa {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.diler .h2 {
		font-size: 30px;
	}
	.submenu .level-2 {
		width: 100%;
		display: block;
		padding-bottom: 25px;
		vertical-align: top;
		padding-left: 0;
		padding-right: 0;
	}
	.level-2:nth-child(2n) {
		padding-left: 0;
	}
	.submenu {
		width: 500px;
	}
	.menu-acsess .level-3 li:nth-child(5) a {
		border-bottom: 1px solid #cfd7b7;
	}
}

@media(max-width: 767px) {
	.banner_shla{
		padding: 30px;
		background: none;
		background-color: #fff;
	}
	.banner_shla .sh_name span{
		font-size: 20px;
	}
	.banner_shla .sh_price span{
		font-size: 40px;
	}
	.act_block{
		width: 100%;
	}
	
	.banner2 {
		padding-left: 20px;
	}
	.banner2 .btn.fancy-form{
		width: 100%;
		margin-bottom: 10px;
	}
	.banner2 .h1{
		font-size: 32px;
	}
		.banner .btn{
		color: #fff;
		border-color: #fff;
		text-shadow: 0 0 7px red;
	}
	.banner .btn:hover{
		color: #fff;
		text-shadow: 0 0 7px red;
	}
	.banner .h1{
		color: #fff;
		text-shadow: 0 0 7px red;
	}
	.banner p{
		color: #fff;
		text-shadow: 0 0 7px red;
	}
	.banner p.small{
		color: #fff;
		text-shadow: 0 0 7px red;
	}
	footer form {
		margin-bottom: 20px;
	}
	.xs-center {
		text-align: center;
	}
	footer button.btn {
		display: block;
		width: 100%;
	}
	.news .media>.pull-left {
		float: none !important;
		margin-bottom: 15px;
	}
	.diler,
	.works,
	.dogovor {
		height: auto;
	}
	.banner {
		padding-top: 100px;
		padding-right: 0px !important;
	}
	.banner_ov {
	padding-top: 100px;
	padding-right: 0px !important;
	}
		.banner_ov .btn{
		color: #fff;
		border-color: #fff;
		text-shadow: 0 0 7px red;
	}
	.banner_ov .btn:hover{
		color: #fff;
	}
	.banner_ov .h1{
		color: #fff;
		text-shadow: 0 0 7px red;
	}
	.banner_ov p{
		color: #fff;
		text-shadow: 0 0 7px red;
	}
	.banner_ov p.small{
		color: #fff;
		text-shadow: 0 0 7px red;
	}
	.banner_sh {
		padding-top: 100px;
		padding-right: 0px !important;
	}
		.banner_sh .btn{
		color: #fff;
		border-color: #fff;
		text-shadow: 0 0 7px red;
	}
	.banner_sh .btn:hover{
		color: #fff;
		text-shadow: 0 0 7px red;
	}
	.banner_sh .h1{
		color: #fff;
		text-shadow: 0 0 7px red;
	}
	.banner_sh p{
		color: #fff;
		text-shadow: 0 0 7px red;
	}
	.banner_sh p.small{
		color: #fff;
		text-shadow: 0 0 7px red;
	}
	.banner_avtdv {
		padding-top: 100px;
		padding-right: 0px !important;
	}
		.banner_avtdv .btn{
		color: #000;
		border-color: #000;
		text-shadow: 0 0 7px red;
	}
	.banner_avtdv .btn:hover{
		color: #000;
		text-shadow: 0 0 7px red;
	}
	.banner_avtdv .h1{
		color: #000;
		text-shadow: 0 0 7px red;
	}
	.banner_avtdv p{
		color: #000;
		text-shadow: 0 0 7px red;
	}
	.banner_avtdv p.small{
		color: #000;
		text-shadow: 0 0 7px red;
	}
	.banner_skvr {
		padding-top: 100px;
		padding-right: 0px !important;
	}
		.banner_skvr .btn{
		color: #fff;
		border-color: #fff;
		text-shadow: 0 0 7px red;
	}
	.banner_skvr .btn:hover{
		color: #fff;
		text-shadow: 0 0 7px red;
	}
	.banner_skvr .h1{
		color: #fff;
		text-shadow: 0 0 7px red;	}
	.banner_skvr p{
		color: #fff;
		text-shadow: 0 0 7px red;
	}
	.banner_skvr p.small{
		color: #fff;
		text-shadow: 0 0 7px red;
	}
	.logo {
		width: 140px;
		background-position: 0px;
	}
	.top-menu-left {
		float: none;
		padding: 20px;
		background-image: url(../img/Polygon.svg);
		background-repeat: no-repeat;
		background-position: 97% 0;
	}
	.top-menu li a {
		text-align: left;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	address.visible-xs {
		float: none;
		margin: 0;
		padding-bottom: 20px;
	}
	.dropdown-menu {
		right: 0;
		max-width: 95%;
	}
	.pop-value {
		text-align: left;
		float: none;
		display: block;
	}
	.pop-name {
		float: none;
		display: block;
	}
	.top-menu-popular {
		padding: 30px;
	}
	.banner .h1 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.banner p {
		font-size: 18px;
	}
	.banner p.small {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.bg-grey-3+.bg-grey-3 {
		background-color: #e0e5e9;
	}
	.works .h1,
	.diler .h2 {
		font-size: 24px;
	}
	.foot-menu+.foot-menu {
		margin-left: 0;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.creativa {
		margin-top: 20px;
	}
	.padding-xs-10 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	footer .phone {
		text-align: center;
	}
	footer .bg-lightgrey {
		padding-bottom: 35px;
	}
	.top-menu-left ul+ul {
		margin-top: 48px;
	}
	.menu-acsess .level-3 li {
		width: 100%;
	}
	.top-menu-left .level-2:nth-child(2n+1) {
		padding-right: 0;
	}
	.top-menu-left .level-2,
	.top-menu-left .level-2:nth-child(2n+1) {
		padding-right: 0;
		padding-left: 0;
		margin-left: 20px;
	}
	.top-menu li.level-2 a {
		font-size: 15px;
		padding-left: 15px;
	}
	.works .h1,
	.diler .h2 {
		font-size: 18px;
	}
	.fotorama__arr.fotorama__arr--next {
		right: 0px !important;
	}
	.fotorama__arr.fotorama__arr--prev {
		left: 0px !important;
	}
	.fotorama__arr.fotorama__arr--prev,
	.fotorama__arr.fotorama__arr--next {
		width: 30px !important;
		height: 30px !important;
	}
	.gal-but {
		height: 45px;
	}
	.fancy-video {
		text-align: center;
	}
	.fancy-video img {
		margin: 0 auto;
	}
	.stock img.media-object {
		float: none !important;
		margin-bottom: 20px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.cont-menu a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.foot-menu {
		float: none;
	}
	.foot-menu+.foot-menu {
		margin-left: 0;
		margin-top: 20px;
		float: none;
	}
	.pr-mini {
		float: none;
		width: 100%;
		height: auto;
	}
	.passport {
		float: none;
		width: 100%;
		text-align: left;
		background-position: 30px center;
		padding-left: 40px;
		height: auto;
		padding-bottom: 32px;
	}
	.pr-mini a {
		padding-left: 2px;
		position: relative;
		padding-right: 2px;
		width: 24%;
		display: inline-block;
	}
	.big-img {
		width: 100%;
		float: none;
	}
	.short-descr {
		float: none;
		width: 100%;
		padding: 27px 25px;
	}
	.short-descr .pop-line {
		text-align: center;
		margin-bottom: 10px;
	}
	.short-descr .man {
		width: 150px;
		height: 50px;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-position: center;
	}
	.short-descr .pop-name {
		margin-bottom: 10px;
	}
	.short-descr .pop-value {
		text-align: center;
	}
	.product-form .form-control.no-margin {
		margin-bottom: 10px;
	}
	.pr-block {
		padding: 35px 50px 35px 30px;
	}
	.pr-block:after {
		right: 10px;
	}
	.left-menu .level-1.open>a:hover:after,
	.level-1.active>a:after {
		right: 17px;
		border: none;
		border-radius: 0;
	}
	.level-1.open>a,
	.bg-blue,
	.level-1.active>a {
		background-color: transparent;
	}
	.people img.pull-left {
		float: none !important;
		display: block;
		margin: 0px auto;
		padding-top: 20px;
	}
	.p-block {
		display: block;
		width: 100%;
		height: auto;
	}
	a.p-mail {
		position: relative;
		margin-top: 10px;
		display: block;
	}
	.diler-page .col-xs-12 {
		text-align: left;
		padding-bottom: 0;
	}
	.diler-page .col-xs-12.text-right {
		padding-bottom: 20px;
		padding-top: 5px;
	}
	.calc-mini.btn.btn-orange {
		text-align: left;
		background: url(../img/calculation.svg) no-repeat 15px center, url(../img/arrow2.svg) no-repeat 90% center;
		background-color: #4d90fe;
	}
	.logo-group {
		margin-top: 20px;
	}
	span.xs-block {
		display: block;
		margin-top: 20px;
		margin-left: 0;
	}
	.xs-block .form-control {
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.phone {
		font-size: 14px;
		width: 130px;
		padding-top: 10px;
	}
}



.promo-modal {
	background: #ededee;
	padding: 10px 0 23px;
	width: 460px;
	max-width: 100%;
}
.promo-modal .mob {
	display: none;
}
#promo-modal .mfp-close {
    color: #b7b7b7;
    font-size: 35px;
}
.promo-modal_content {
	width: 381px;
	max-width: 100%;
	text-align: center;
	margin: auto;
}
.promo-modal h2 {
	color: #c74343;
 	
 	font-size: 23px;
 	font-weight: bold;
 	margin-bottom: 0px;
}
.promo-modal p {
	color: #2e2e2e;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 16px;
	font-weight: 300;
}
.promo-modal a, .action-line a {
	display: block;
	width: 193px;
	max-width: 100%;
	height: 40px;
	line-height: 35px;
	margin: auto;
	color:  #4d90fe;
	border: 3px solid #4d90fe;
	background: transparent;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	transition: all .2s ease;
}
.promo-modal a:hover, .action-line a:hover {
	color:  #fff;
	background: #4d90fe;

}

.action-line {
	padding: 9px 0;
	background: #fff;	
}
.action-line_content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	text-transform: uppercase;
	color: #4d5758;
	font-size: 31px;
	
}
.action-line p {
	margin-bottom: 0;
	margin-right: 20px;
	font-weight: 300;
}
.action-line a {
	margin: 0px;
	color: #4d90fe;
	border-color: #4d90fe;
	text-align: center;
}
.action-line p span {
	font-weight: 700;
	color: #313c3e;
}
@media(max-width: 1199px) {
	.action-line_content {
		font-size: 27px;
	}
}
@media(max-width: 991px) {
	.action-line_content {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		font-size: 22px;
		text-align: center;
	}
	.action-line p {
		margin-bottom: 15px;
	}
}
@media(max-width: 575px) {
	.promo-modal {
		padding: 12px 25px 25px;
		width: 250px;
	}
	.promo-modal .mob {
		display: block;
	}
	.promo-modal .pc {
		display: none;
	}	

	.promo-modal h2 {
	 	font-size: 23px;
	}
	.promo-modal h2 span {
		display: block;
		text-transform: uppercase;
		font-size: 33px;
	}
	.promo-modal p {
		font-size: 17px;
		margin-bottom: 17px;
		line-height: 20px;
	}
	.promo-modal p span {
		display: block;
	}
	
}

.fancy-form {
	border-color: #4d90fe;
	background: #4d90fe;
	color: #fff;
}

.submenu.open {
    box-shadow: 3px 0 7px rgba(0, 0, 0, 0.2);
}

footer {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	margin-top: 10px;
}

footer > div {
	background: #fff !important;
}

#help {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.dropdown-menu .fancy-form {
	background: #fff;
}

.banner-callback {
    height: 485px;
    background-image: url(../img/rental.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #eef8f9;
	background-size: 750px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 70px;
}

.banner-callback .btn {
	display: block !important;
	padding: 11px 30px;
	background: #4d90fe;
	box-shadow: 0px 3px 16.92px 1.08px rgba(213, 179, 107, 0.5);
}

@media (max-width: 480px) {
	.banner-callback {
		height: 340px;
		background-size: cover;
		background-position: center;
	}
	header .btn {
		padding: 13px 21px;
	}
	header .logo {
		padding: 26px 10px;
	}
	header .logo span {
		font-size: 16px;
	}
}