/* RESET */
html,body,div,span,applet,input,textarea,button,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead{ margin: 0; padding: 0; border: 0; outline: 0; background: transparent; }
ol,ul { list-style: none outside none; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
font { color: inherit !important; font: inherit !important; color: inherit !important; }
img { border: 0; }
p { display: inline-block; }
a { text-decoration:none; outline: none; color: #0580B1; }
button { border: 0; outline: none; }

::-webkit-scrollbar { width: 5px; height: 5px; }
::-webkit-scrollbar-thumb { border-width:1px 1px 1px 2px; border-color: #777; background-color: #58A326; }
::-webkit-scrollbar-thumb:hover { border-width: 1px 1px 1px 2px; border-color: #555; background-color: ##58A326; }
::-webkit-scrollbar-track { border-width:0; }
::-webkit-scrollbar-track:hover { border-left: solid 1px #aaa; background-color: #eee; }
/* RESET END */
html,body {
	font-family: "RobotoRegular", Arial;
	font-size: 16px;
	background: #EFEFEF;
	height: 100%;
	min-height: 100%;
}
.header-wrapper {
	width: 100%;
	background: #58A326;
	margin-bottom: 5px;
	background: url(/img/header_bg.png) top #58A326;
	background-size: cover;
}
	.header {
		max-width: 1450px;
		margin: 0 auto;
		height: 150px;
		padding: 40px;
		color: #fff;
	}
		.header_info {
			float: left;
			font-size: 3em;
		}
		.header_phones {
			float: right;
			font-size: 26px;
			text-shadow: rgb(0,0,0,0.5)0px 1px 1px;
		}
			.header_phones_cell {
				float: left;
				padding: 0 20px;
			}
				.header_phones_cell>div {
					float: left;
				}
					.header_phones_cell>div>i {
						background: #fff;
						color: #3C3C3C;
						width: 32px;
						margin: 10px 10px 0 0;
						text-align: center;
						border-radius: 100px;
						padding: 2px 0;
						text-shadow: none;
					}
				.header_phones_cell>div>span {
					font-size: 20px;
					color: #3C3C3C;
				}
	.header_logo {
		height: 32px;
		float: left;
		margin: 10px 10px 5px 10px;
		opacity: 0;
		transition-duration: .5s;
	}
	.d_menu {
		position: relative;
		width: 100%;
		background: #58A326;
		z-index: 99;
		top: 0;
		left: 0;
		font-size: 14px;
	}
	.d_menu>ul>li {
		float: left;
		overflow: hidden;
		cursor: pointer;
		color: #fff;
		text-transform: uppercase;
	}
		.d_menu>ul>li>a, .hsub {
			display: block;
			color: #fff;
			padding: 15px 10px;
		}
			.d_menu>ul>li:hover, .d_menu>ul>li>a:hover {
				background: #EFEFEF;
				color: #58A326;
			}
			.submenu {
				display: none;
				position: absolute;
				background: #3C3C3C;
				border-radius: 2px;
				text-transform: uppercase;
				font-size: 12px;
				box-shadow: 0 1px 5px rgba(0,0,0,0.6);
				margin-left: -80px;
				top: 48px;
				padding: 5px 0;
			}
				.submenu::before {
					content: ''; 
					position: absolute;
					top: -18px;
					left: 90px;
					border: 10px solid transparent; border-bottom: 10px solid #3C3C3C;
				}
					.submenu>li {
						border-top: 1px solid #EFEFEF;
					}
					.submenu>li:first-child {
						border: 0;
					}
						.submenu>li>a {
							display: block;
							color: #fff;
							padding: 10px 30px;
						}
							.submenu>li>a:hover {
								background: #EFEFEF;
								color: #3C3C3C;
							}
			.d_menu>ul>li:hover .submenu {
				display: block;
			}

.header-mobile {
	display: none;
	width: 100%;
	background: #58A326;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 990;
}
	#mmenu {
		position: fixed;
		color: #fff;
		font-size: 36px;
		top: 7px;
		right: 15px;
		z-index: 999;
	}
	.header-mobile>ul {
		clear: both;
		display: none;
		width: 100%;
		background: #58A326;
		padding: 20px;
	}
		.header-mobile>ul>li>a, .mhsub {
			display: block;
			padding: 10px 0;
			color: #fff;
			text-transform: uppercase;
		}
		.msubmenu {
			display: none;
			margin-top: 15px;
		}
			.msubmenu>li {
				border-bottom: 1px solid #4D8E21;
			}
			.msubmenu>li>a {
				display: block;
				color: #fff;
				padding: 10px 30px;
			}
	.mobile_logo {
		max-height: 70%;
		float: left;
		margin-top: 8px;
		margin-left: 10px;
	}

.bx-shdw {
	box-shadow: 0 0 5px rgba(0,0,0,0.6);
}
.alert {
	width: 100%;
	padding-top: 70px;
	font-size: 12px;
	padding-left: 50px;
	text-align: left;
	text-transform: uppercase;
}
.fa-terminal {
	background: #58A326;
	color: #fff;
	padding: 0 5px;
	border-radius: 2px;
}
.row-flex {
	display: flex;
	flex-flow: row wrap;
}

h1, h2 {
	font-weight: normal;
	width: 100%;
	padding: 100px 0 50px 50px;
	text-align: left;
	text-transform: uppercase;
}
	h1>i, h2>i {
		color: #58A326;
	}

.header-banner {
	width: 100%;
	margin: 5px 0;
	padding: 100px 0;
	text-align: center;
	font-size: 1.5em;
}

.content {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	padding: 0;
	padding-bottom: 110px;
}
	.service {
		width: 100%;
		background: #fff;
		overflow: hidden;
		padding-bottom: 100px;
	}
		.chess {
			padding: 40px 20px;
			text-align: center;
			border-bottom: 1px solid #EFEFEF;
			border-right: 1px solid #EFEFEF;
			filter: grayscale(.8);
			
			border-radius: 10px;
		}
			.chess:nth-child(4n) {
				border-right: 0;
			}
			.chess:nth-last-child(-n+1) {
				border-bottom: 0;
			}
			.chess>a>span {
				text-transform: uppercase;
				color: #3C3C3C;
			}
			.chess:hover {
				filter: grayscale(.3);
				
			}
	.service-img {
		max-width: 80%;
		margin: 5px 0;
	}
	.white, .gray {
		width: 100%;
		padding: 0 0 100px 0;
		margin: 5px 0;
		overflow: hidden;
	}
	.white {
		background: #fff;
	}
	.gray {
		background: #3C3C3C;
		background: #EFEFEF;
		color: #FBFBFB;
		color: #3C3C3C;
	}
		.gray-text {
			padding: 0 30px;
			font-size: 16px;
		}
		.white-text {
			max-width: 1200px;
			margin: 0 auto;
			color: #3C3C3C;
			font-size: 16px;
		}
			.about-img {
				max-width: 80%;
			}
		.gray-text>ul {
			list-style: decimal;
			padding-left: 40px;
		}

	.why {
		position: relative;
		width: 100%;
		background: #3C3C3C;
		padding: 0 0 150px 0;
		margin: 5px 0;
	}
		.why>div {
			text-align: center;
			text-transform: uppercase;
			font-size: 16px;
			color: #fff;
			border-right: 1px solid #2F2F2F;
		}
			.why>div:hover .why-crcl {
				color: #fff;
				border: 2px solid #fff;
			}
			.why>div:last-child {
				border: 0;
			}
		.why-crcl {
			margin: 0 auto;
			border-radius: 200px;
			background: #58A326;
			border: 2px solid #3C3C3C;
			color: #3C3C3C;
			width: 150px;
			height: 150px;
			font-size: 5em;
			line-height: 1.8em;
		}
	.promo-text {
		max-width: 1200px;
		margin: 0 auto;
		padding: 100px 20px;
		color: #3C3C3C;
		font-size: 16px;
	}
		.promo-text>i {
			color: #58A326;
		}
		.promo-text-brand {
			max-height: 80px;
			margin: 10px;
		}

	.price {
		width: 100%;
		background: #fff;
		padding-bottom: 100px;
	}
		.price>div {
			margin: 0 auto;

		}
		.price-header {
			font-size: 22px;
			text-transform: uppercase;
			padding: 10px 0;
			color: #58A326;
		}
		.cell {
			overflow: hidden;
		}
		.cell>.col-lg-10.col-md-9.col-xs-8 {
			padding-top: 13px;
		}
		.cell>.col-md-3 {
			text-align: right;
		}
		.cell>div {
			text-transform: uppercase;
			font-size: 14px;
			padding: 10px;
		}
			.cell>div>span {
				position: relative;
				font-size: 18px;
				color: #58A326;
			}
			.cell:nth-child(2n) {
				background: #EFEFEF;
			}
.sheme_list {
	padding: 5px 0;
	overflow: hidden;
	font-size: 14px;
}
	.sheme_list:hover {
		background: #fff;
	}
	.sheme_list>.col-md-10>span {
		padding-left: 15px;
		text-transform: uppercase;
		font-size: 16px;
	}
	.sheme_list>.col-md-2 {
		text-align: right;
	}
	.sheme_list>.col-md-2>a {
		color: #3C3C3C;
	}
	.sheme_list>.col-md-2>a>i {
		color: #58A326;
		font-size: 16px;
	}
.review {
	max-width: 1200px;
	margin: 0 auto;
}
	.review img {
		max-width: 100%;
	}
	.review_list {
		padding: 10px 20px;
		color: #3C3C3C;
		text-transform: uppercase;
	}
		.review_list:hover {
			background: #EFEFEF;
		}

.scheme {
	width: 100%;
	background: #fff;
	padding-bottom: 100px;
}
	.scheme-cell {
		width: 100%;
		padding-left: 30px;
		color: #3C3C3C;
	}
		.scheme-cell>i {
			padding-right: 5px;
		}
		.scheme-cell:hover {
			color: #58A326;
		}

	.content-container {
		clear: both;
	}
		.content-container>iframe {
			pointer-events: none;
			border: 0;
			width: 100%;
			height: 450px;
			frameborder: 0;
		}
	.contacts-cell {
		text-align: center;
		padding-bottom: 100px;
		color: #3C3C3C;
		font-size: 14px;
	}
		.contacts-cell>.crcl {
			width: 100px;
			height: 100px;
			margin: 20px auto;
			border-radius: 200px;
			background: #58A326;
			color: #EFEFEF;
			font-size: 4.8em;
		}
			.contacts-cell>strong {
				font-size: 18px;
				font-weight: normal;
			}
			.contacts-cell:nth-child(3n)>.crcl {
				width: 150px;
				height: 150px;
				font-size: 7.2em;
				margin-top: -10px;
			}

.to-top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 410;
	cursor: pointer;
	color: #58A326;
	font-size: 3em;
	opacity: 0.7;
}
			.to-top:hover {
				opacity: 1;
			}
.footer-wrapper {
	margin-top: -105px;
	width: 100%;
	background: #3C3C3C;
	color: #EFEFEF;
	padding: 20px;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
}
	.footer-wrapper>div>span>p {
		color: #6AC62E;
	}
	.footer-wrapper>div>img, .footer-wrapper>div>a>img {
		height: 65px;
		float: left;
		margin-right: 20px;
	}
	.footer-wrapper>.by>a>span {
		color: #fff;
		float: right;
		text-align: center;
		padding-top: 10px;
		padding-right: 50px;
		text-transform: uppercase;
		font-size: 10px;
	}
		.footer-wrapper>.by>a>span>img {
			height: 28px;
		}
.callback {
	position: fixed;
	bottom: 150px;
	right: -170px;
	width: 240px;
	background: #58A326;
	border-radius: 50px 0 0 50px;
	padding: 5px;
	transition: .3s;
}
	.callback:hover {
		right: 0;
		transition: .3s;
	}
	.callback>span {
		float: right;
		color: #fff;
		padding: 0 20px;
		text-align: left;
	}
	.callback>i {
		font-size: 2.6em;
		background: #fff;
		border-radius: 250px;
		padding: 5px 10px;
		color: #58A326;
		animation: jump 1.5s infinite;
	}

@keyframes jump {
    0% {
        transform: rotate(20deg);
    }
    50% {
        transform: rotate(-55deg);
    }
    100% {
        transform: rotate(20deg);
    }
}

.popform {
	max-width: 300px;
	padding:20px;
	border-radius:3px;
	background-color: #EFEFEF;
	position: relative;
	border-radius: 5px;
	text-align: center;
}
	.popform>input {
		background: #fff;
		color: #3C3C3C;
		max-width: 250px;
		margin: 10px 0;
		padding: 10px 20px;
		width:100%;
	}
	.popform>button {
		color: #fff;
		background: #58A326;
		outline: none;
		border: 0;
		border-radius: 4px;
		width:100%;
		max-width: 250px;
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		text-transform: uppercase;
		position: relative;
		margin: 10px auto 0;
		padding: 10px;
	}
		.send_question_form>button:hover {
			background: #53A4D8;
			transition: all .3s;
		}