/*font-family: 'Roboto Slab', serif;*/
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	outline: none; 
}
body {
	font: 14px/24px "Open Sans", Arial, sans-serif;
	color: #5a5b64;
	/*background: #ced3d3;*/
	background: #fff;
}

.main-wrap {
	background: #fff;
}
header, footer, section, aside, figure, article {
	display: block;
}
p {
	margin-bottom: 15px;
}
.underline {
	text-decoration: underline;
}
.default-page ul {
	margin: 20px 0px;
}
.default-page ul li {
	list-style: none;
    padding-left: 40px;
    position: relative;
    display: block;
    line-height: 32px;
}
.default-page ul li:before {
	content: '';
    position: absolute;
    top: 13px;
    left: 13px;
    width: 4px;
    height: 4px;
    border: 1px solid #479ccf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
p:last-child {
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-weight: bold;
	line-height: 145%;
}
h1 {
	font-size: 32px;
	margin: 0 0 15px 0;
}
h2 {
	font-size: 26px;
	margin: 0 0 15px 0;
}
h3 {
	font-size: 22px;
	margin: 0 0 15px 0;
}
h4 {
	font-size: 18px;
	margin: 0 0 15px 0;
}
h5 {
	font-size: 16px;
	margin: 0 0 15px 0;
}
h6 {
	font-size: 14px;
	margin: 0 0 15px 0;
}
img {
	max-width: 100%;
}
strong {
	font-weight: bold;
	color: #000;
}
i {
	font-style: italic;
}
u {
	text-decoration: underline;
}
a {
    color: #2EAF62;
    text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input, textarea {
	font-family: "Open sans", sans-serif;
	font-size: 13px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

.nise-title {
	display: block;
    font: bold 25px/25px "Open sans", sans-serif;
    margin: 0px 0px 40px;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    word-spacing: 5px;
    position: relative;
}
.nise-title:after {
	content: '';
    position: absolute;
    left: 0;
    top: 45px;
    width: 40px;
    height: 3px;
    background: #2EAF62;
}
.border-block {
	padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.last-posts .arrow-bottom, .our-political .arrow-bottom {
	top: -28px;
}
.content {
	position: relative;
}
.center {
	margin: 0px auto;
}
.text-center {
	text-align: center;
}
.title {
	background: #28313A;
    padding: 60px;
	border-top: 1px solid #313B45;
	position: relative;
}
.title h1 {
	color: #fff;
}
.title .subtitle:after {
	content: '';
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 1px;
	background: rgba(33, 150, 243, 0.3);
}
.title .subtitle {
	max-width: 660px;
    margin: 0px auto; 
    text-align: center;
	color: #959ca4;
	line-height: 26px;
    font-size: 16px;
	position: relative;
}
.about-us .title {
	background: url(../images/bg/company.png)no-repeat bottom center;
	background-size: cover;
}
.contacts-post-header {
	padding-top: 156px !important;
	background: url(../images/bg/contacts.png)no-repeat bottom center;
	background-size: cover;
	text-align: center;
}
.default-page.price {
	background: #f9f9f9;
}
.price .title {
	background: url(../images/bg/price.png)no-repeat bottom center;
	background-size: cover;
	padding-bottom: 100px;
	text-align: center;
}
.our-service-post-header { 
	padding-top: 156px !important;
	background: url(../images/bg/service.png)no-repeat bottom center;
	background-size: cover;
	text-align: center;
}

.products-post-header {
	padding-top: 156px !important;
	background: url(../images/bg/products.png)no-repeat bottom center;
	background-size: cover;
	text-align: center;
}
.products-post-header h1,
.contacts-post-header h1,
.our-service-post-header h1 {
	color: #fff;
}
.products-post-header h1+p,
.contacts-post-header h1+p,
.our-service-post-header h1+p {
    font-size: 18px;
    font-weight: lighter;
    color: rgba(255, 255, 255, 0.5);
    line-height: 150%;
}
.products-post-header h1:after,
.contacts-post-header h1:after,
.our-service-post-header h1:after {
    content: '';
    display: block;
    width: 80px;
    height: 1px;
    background: rgba(255,255,255,0.4);
    margin: 30px auto;
}

.certificates .title {
	background: url(../images/bg/certificates.png)no-repeat bottom center;
	background-size: cover;
	padding-bottom: 120px;
	text-align: center;
}
/* =============== header section */
header {
	background: #28313A;
	height: 76px;
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
}
header > div {
	max-width: 1180px;
	margin: 0px auto;
}
.top-header {
	padding: 15px 0px;
}

.main-key {
	font: 11px/14px "Open sans", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.54);
	padding: 14px 0px;
	width: 100px;
	float: left;
	margin: 0px;
}
.search form {
	position: relative;
}
#search-searchword {
	display: block;
	background: none;
	border: 1px solid rgba(255,255,255,0.1);
	line-height: 33px;
	color: #999999;
	font-size: 12px;
	padding: 0px 15px;
	width: 100%;
	min-width: 240px;
	border-radius: 20px;
}
#search-searchword:focus {
	box-shadow: none;
}
.search-submit {
	position: absolute;
	top: 0;
	right: 5px;
	width: 34px;
	height: 34px;
	border: none;
	font-size: 0;
	background: url(../images/search.png)no-repeat center center;
}



@media only screen and (max-width: 767px) {

	.main-menu {}
	.main-menu > li {
		border-bottom: 1px solid rgba(255,255,255,0.03);
	}
	.main-menu > li.parent > a:after {
		content: '';
		position: absolute;
		top: 16px;
		right: 20px;
		width: 20px;
		height: 20px;
		background: url(../images/plus-icon.png) right center;
	}
	.main-menu > li.parent > a.active:after {
		content: '';
		position: absolute;
		top: 16px;
		right: 20px;
		width: 20px;
		height: 20px;
		background: url(../images/minus-icon.png) right center;
	}
	.main-menu > li > a {
		position: relative;
		padding: 16px 20px;
		text-decoration: none;
		font-size: 15px;
	}
	.main-menu > li > ul {
		position: relative;
		display: none;
		padding: 0 20px 0 40px;
		margin-bottom: 20px;
		list-style: none;
	}
	.main-menu > li > ul:after {
		content: '';
		height: 100%;
		width: 1px;
		position: absolute;
		top: 0;
		left: 25px;
		bottom: 20px;
		background: rgba(255,255,255,0.03);
	}
	.main-menu > li > ul > li > a {
		display: block;
		color: #aaa;
		font-size: 13px;
		line-height: 32px;
		text-decoration: none;
	}
	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	.lang-switcher {
		margin-bottom: 30px !important;
	}
}

@media only screen and (min-width: 768px) {
	/* main menu */
	.main-menu {
		margin-left: 30px;
		margin-right: 30px;
	}
	.main-menu > li {
		position: relative;
		list-style: none;
	    -webkit-transition: all .2s ease;
	    transition: all .2s ease;
	}
	.main-menu > li > a {
		display: block;
		line-height: 76px;
		padding: 0 15px;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 0.25px;
		font-weight: bold;
		text-decoration: none;
	}
	.main-menu > li:hover {
	    background: #2d323a;
	    -webkit-transition: all .2s ease;
	    transition: all .2s ease;
	}
	.main-menu > li:hover:after {
	    -webkit-transform: scaleX(1);
	    transform: scaleX(1);
	}
	.main-menu > li:after {
	    content: "";
	    width: 100%;
	    height: 2px;
	    background-color: #4772d9;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    -webkit-transition: -webkit-transform .2s ease;
	    transition: -webkit-transform .2s ease;
	    transition: transform .2s ease;
	    transition: transform .2s ease,-webkit-transform .2s ease;
	    -webkit-transform: scaleX(0);
	    transform: scaleX(0);
	}
	.main-menu > li.parent:before {
	    content: "";
	    width: 0;
	    height: 0;
	    border-top: 5px solid #4772d9;
	    border-left: 5px solid transparent;
	    border-right: 5px solid transparent;
	    bottom: -4px;
	    left: 50%;
	    -webkit-transform: translateX(-50%) scale(0);
	    transform: translateX(-50%) scale(0);
	    -webkit-transform-origin: 50% 0;
	    transform-origin: 50% 0;
	    position: absolute;
	    -webkit-transition: -webkit-transform .2s ease;
	    transition: -webkit-transform .2s ease;
	    transition: transform .2s ease;
	    transition: transform .2s ease,-webkit-transform .2s ease;
	    z-index: 2;
	}
	.main-menu > li.parent:hover:before{
		-webkit-transform: translateX(-50%) scale(1);
	    transform: translateX(-50%) scale(1);
	}
	.main-menu > li > ul {
		position: absolute;
		top: 76px;
		left: 0px;
		z-index: 1;
		min-width: 280px;
		padding: 30px 0;
		background: #fff;
		box-shadow: 0 2px 8px rgba(0,0,0,0.3);
	    -webkit-transition: all .2s ease;
	    transition: all .2s ease;
	    -webkit-transform: scaleY(0);
	    transform: scaleY(0);
	    opacity: 0;
	    -webkit-transform-origin: 50% 0;
	    transform-origin: 50% 0;
	}
	.main-menu > li:hover > ul {
	    -webkit-transform: scaleY(1);
	    transform: scaleY(1);
	    opacity: 1;
	}
	.main-menu > li > ul:before {
	    content: "";
	    position: absolute;
	    top: 35px;
	    bottom: 35px;
	    left: 29px;
	    width: 1px;
	    background: -webkit-linear-gradient(top,transparent 20px,#ddd 0,#eee calc(100% - 20px),transparent calc(100% - 20px));
	    background: linear-gradient(180deg,transparent 20px,#ddd 0,#eee calc(100% - 20px),transparent calc(100% - 20px));
	    z-index: 1;
	}
	.main-menu > li > ul > li {
		list-style: none;
	}
	.main-menu > li > ul > li > a {
		display: block;
		padding: 15px 30px;
		font-size: 13px;
		text-decoration: none;
		color: #3a3a3a;
	}
	.main-menu > li > ul > li > a:before {
		position: relative;
		content: "";
	    width: 7px;
	    height: 7px;
	    background-color: #fff;
	    border: 1px solid #aaa;
	    margin-left: -4px;
	    display: inline-block;
	    border-radius: 50%;
	    margin-right: 10px;
	    -webkit-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	    z-index: 2;
	}
	.main-menu > li > ul > li.active > a {
		color: #4772d9;
	}
	.main-menu > li > ul > li > a:hover {
		text-decoration: underline;
		color: #4772d9;
	}
	.main-menu > li > ul > li > a:hover:before {
		background-color: #4772d9;
	    border-color: #4772d9;
	}
}




/* Post Header */
.post-header-section {
	padding-top: 156px !important;
	background: url(../images/slider-bg.png)no-repeat left center;
	background-size: cover;
	text-align: center;
}
.post-header-section h1 {
	color: #fff;
}
.post-header-section h1+p {
    font-size: 18px;
    font-weight: lighter;
    color: rgba(255, 255, 255, 0.5);
    line-height: 150%;
}
.post-header-section h1:after {
	content: '';
	display: block;
	width: 80px;
	height: 1px;
	background: rgba(255,255,255,0.4);
	margin: 30px auto;
}
.post-header-section a {
	margin-top: 30px;
}


.footer {
	background: #212a34;
	padding: 20px 0px;
}
.footer-logo {
	float: left;
}
.footer-logo > div:first-child {
	float: left;
	margin-right: 20px;
}
.slogan {
	float: left;
    max-width: 120px;
    line-height: 20px;
    padding-top: 15px;
}
.copyright {
	float: right;
	text-align: right;
    line-height: 20px;
	padding-top: 15px;
}
.copyright a {
	color: rgba(255,255,255,0.5);
}
/* About style */
.fast-link li {
	margin-bottom: 20px;
	list-style: none;
}
.fast-link li a {
	display: block;
	list-style: none;
	width: 100%;
	height: 120px;
	background: #2EAF62;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 20px;
}
.fast-link li a span {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0px auto 10px;
}
.fast-link li a:hover {
	background: #181A1D;
}
.products-icon {
	background: url(../images/about-icon.png)no-repeat 0px 0px;
}
.price-icon {
	background: url(../images/about-icon.png)no-repeat 0px -50px;
}
.cert-icon {
	background: url(../images/about-icon.png)no-repeat 0px -100px;
}
.contact-icon {
	background: url(../images/about-icon.png)no-repeat 0px -150px;
}

/* Catalog style */
.catalog {
	padding-bottom: 40px;
}
.catalog h2 {
	text-align: center;
}
.catalog h3 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #5a5b64;
}
.catalog h4 {
	font-size: 14px;
}

.calatog-link {
	display: block;
    line-height: 100%;
    position: relative;
    height: 135px;
    overflow: hidden;
}
.calatog-link img {
	width: 100%;
}
.calatog-link h5 {
	display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
	z-index: 1;
}
.calatog-link:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 135px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 35%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 35%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 35%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.calatog-link:hover:after {
	background: rgba(0,0,0,0.8);
}
.calatog-link-other {
	display: block;
    width: 100%;
    height: 135px;
    background: #28313A;
    padding: 15px;
    overflow: hidden;
    line-height: 20px;
    color: #DCDCDC;
    text-decoration: none;
    cursor: pointer;
}
.calatog-link-other:hover {
	background: #2a6fa6;
	color: #bbdcf4;
}

/* Service style */
.service {
	background: #2a6fa6 url(../images/service-bg.png)left top;
}
.service .container {
	padding-top: 40px;
	padding-bottom: 40px;
}
.service h3 {
	display: block;
    font: 400 30px/30px "Open sans", sans-serif;
    margin: 0px auto 20px;
    letter-spacing: -0.8px;
    word-spacing: 5px;
	text-align: center;
	color: #fff;
}
.service .post-title {
	color: #bbdcf4;
}
.post-title {
	width: 660px;
	margin: 0px auto 60px;
	text-align: center;
}
.service-content {
	padding: 30px;
	border: 1px solid #2A6FA6;
	margin-left: -1px;
	margin-top: -1px;
	position: relative;
	text-align: center;
	background: #286799;
	color: #bbdcf5;
	min-height: 285px;
}
.service-content p {
	color: #bbdcf5;
}
.service-content:hover {
	background: #245f8d;
}
.service-content span {
	display: block;
	height: 62px;
	width: 62px;
	border: 1px solid #4c98d4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin: 0px auto 30px;
}
.service-content h5 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	height: 48px;
}
.service-content a {
	display: block;
	text-decoration: none;
}

.s-1 {
	background: url(../images/service-icon.png)no-repeat 0px 0px;
}
.s-2 {
	background: url(../images/service-icon.png)no-repeat 0px -120px;
}
.s-3 {
	background: url(../images/service-icon.png)no-repeat 0px -240px;
}
.s-4 {
	background: url(../images/service-icon.png)no-repeat 0px -60px;
}
.s-5 {
	background: url(../images/service-icon.png)no-repeat 0px -180px;
}
.s-6 {
	background: url(../images/service-icon.png)no-repeat 0px -300px;
}
.service-info {
	margin: 30px auto 0;
	text-align: center;
	color: #90edb7;
	font-size: 16px;
}
/* Homepage style */
.homepage {
	border-bottom: 1px solid #eee;
	display: none;
}
.homepage .title {
	display: none;
}
/* Last posts */
.last-posts {
	padding: 60px 0px;
	background: #f9f9f9;
	border-bottom: 1px solid #eee;
}
.last-posts h2 {
	text-align: center;
}
.last-posts h3 {
	display: block;
    font: 400 16px/26px "Open sans", sans-serif;
    margin: 0px auto 20px;
    text-align: center;
    color: #5a5b64;
}
.last-post-img {
	position: relative;
	height: 123px;
	overflow: hidden;
}
.last-post-cat {
	position: absolute;
	bottom: 0px;
	right: 0px;
	line-height: 100%;
	padding: 4px 8px;
    background: #30bf6c;
	text-decoration: none;
	color: #fff;
}
.last-post-title {
	font-weight: bold;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    line-height: 20px;
    display: block;
    height: 40px;
    overflow: hidden;
    margin: 0px 0px 15px 0px;
}
.last-post-title:hover {
	color: #30BF6C
}
.last-post-text {
	height: 72px;
	overflow: hidden;
	margin-bottom: 15px;
}
.last-post-date {
	font-size: 11px;
    color: #ababab;
    display: block;
    line-height: 100%;
    margin-bottom: 15px;
}
.last-post-readmore {
	font-weight: bold;
	text-decoration: none;
}
.last-post-readmore:hover {
	text-decoration: underline;
}

/* Blog style */
.blog-article {
	padding-top: 106px;
	padding-bottom: 80px;
}
.blog > .container {
	padding: 60px 0px;
}
.blog-header {
	padding: 106px 0px 30px;
    background: #f4f4f4;
    border-bottom: 1px solid #EEE;
}
.blog-menu {
	padding: 20px;
	background: #28313A;
}
.blog-menu h3 {
	color: #fff;
    display: block;
    margin: 0px 0px 30px 0px;
    font-size: 18px;
	position: relative;
    font-weight: bold;
}
.blog-menu h3:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 30px;
	width: 40px;
	height: 1px;
	background: #2EAF62;
}
.blog-menu ul li {
	list-style: disc;
	list-style-position: inside;
	line-height: 36px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	color: #2EAF62;
}
.blog-menu ul li a {
	text-decoration: none;
	color: #fff;
	margin-left: 10px;
}
.blog-menu ul li a:hover {
	color: #2EAF62;
}
.blog-title {
	font-size: 36px;
	line-height: 100%;
	color: #000;
	font-weight: 400;
	display: block;
	margin: 0px;
}
.block-cat-desc {
	display: block;
	text-align: center;
	color: #5a5d64;
	line-height: 100%;
	margin-bottom: 40px;
}
.bloglist-item-image {
	display: block;
	line-height: 100%;
	margin-bottom: 20px;
	max-height: 180px;
	overflow: hidden;
}
.bloglist-item {
	padding:0px 0px 30px 0px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e6deea;
}
.bloglist-item-title {
	margin-bottom: 10px;
}
.bloglist-item-title a {
	text-decoration: none;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}
.bloglist-item-date,.bloglist-item-cat {
	color: #a6a6a6;
	font-size: 11px;
	margin-right: 10px;
	line-height: 16px;
	display: inline-block;
}
.bloglist-item-itext {
	color: #5a5d64;
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0px;
}

.bloglist-item-readmore {
	color:#000000;
	font-size: 11px;
	text-decoration:none;
	border:1px solid #2ab060;
	padding: 7px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.bloglist-item-readmore:hover {
	border: 1px solid #2ab060;
	color: #fff;
	background: #2ab060;
}
.blog-item-content {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:1px solid #e6deea;
}
.blog-item-date,.blog-item-cat {
	color:#a6a6a6;
	font-size: 11px;
	display: inline-block;
	margin-right: 10px;
}
.blog-item-intro {
	margin-bottom: 15px;
}
.blog-item-intro,.blog-item-full {
	color: #5a5b64;
	font: normal 14px/24px "Open sans", sans-serif;
}


.news-subscribe {
	background: url(../images/newsletter.png);
	padding:20px;
}
.news-subscribe h3 {
	color: #fff;
	display: block;
	text-align: center;
	margin: 0px 0px 10px 0px;
	font-size: 15px;
	font-weight: bold;
}
.acymailing_introtext {
	display: block;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
}
.news-subscribe input[type="text"] {
	display: block;
    width: 100%;
    background: #fff;
    padding: 7px 10px;
    border: 0;
    height: 34px;
    color: #A2A2A2;
    font-size: 14px;
	margin-bottom: 10px;
}
.news-subscribe input[type="submit"] {
	display: block;
	width: 100%;
	border: 0;
	color: #fff;
	line-height: 34px;
	text-align: ceter;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
	background: #2ab260;
	background: -moz-linear-gradient(top, #2ab260 0%, #218850 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ab260), color-stop(100%,#218850));
	background: -webkit-linear-gradient(top, #2ab260 0%,#218850 100%);
	background: -o-linear-gradient(top, #2ab260 0%,#218850 100%);
	background: -ms-linear-gradient(top, #2ab260 0%,#218850 100%);
	background: linear-gradient(to bottom, #2ab260 0%,#218850 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ab260', endColorstr='#218850',GradientType=0 );
	-webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.20);
	-o-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.20);
}
.news-subscribe input[type="submit"]:hover {
	background: #20864f;
    background: -moz-linear-gradient(top, #146238 0%, #20864f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#146238), color-stop(100%,#20864f));
    background: -webkit-linear-gradient(top, #146238 0%,#20864f 100%);
    background: -o-linear-gradient(top, #146238 0%,#20864f 100%);
    background: -ms-linear-gradient(top, #146238 0%,#20864f 100%);
    background: linear-gradient(to bottom, #146238 0%,#20864f 100%);
}
.sidebar-right > div {
	margin-bottom: 20px;
}
.sidebar-right > div:last-child {
	margin-bottom: 0;
}
.sidebar-right > .last-articles-sidebar,.sidebar-right > .last-news-sidebar {
	padding: 20px;
	border: 1px solid #e7e7e7;
}
.sidebar-right > .last-articles-sidebar h3,.sidebar-right > .last-news-sidebar h3,.sidebar-right > .news-archive h3 {
	font-size: 16px;
	color: #000;
	font-weight:bold;
	display: block;
	line-height: 100%;
	margin-bottom: 10px;
}
.sidebar-right > .last-articles-sidebar ul li, .sidebar-right > .last-news-sidebar ul li {
	list-style: none;
	padding: 10px 0px;
	border-bottom: 1px solid #e7e7e7;
}
.sidebar-right > .last-articles-sidebar ul li:last-child,.sidebar-right > .last-news-sidebar ul li:last-child {
	border-bottom: 0px;
}
.sidebar-right > .last-articles-sidebar ul li a,.sidebar-right > .last-news-sidebar ul li a {
	font-size: 14px;
	color:#119948;
}
.sidebar-right > .last-articles-sidebar ul li a:hover,.sidebar-right > .last-news-sidebar ul li a:hover {
	color:#000;
	text-decoration: none;
}
.sidebar-right > .news-archive {
	background: #f3f3f3;
	padding: 20px;
}
.sidebar-right > .news-archive ul li {
	list-style-position: inside;
	line-height: 36px;
	border-bottom: 1px solid #e8e8e8;
}
.sidebar-right > .news-archive ul li a {
	text-decoration: none;
	color: #5a5b64;
	font-size: 14px;
	display: block;
}
.sidebar-right > .news-archive ul li:hover {
	color:#2ab060;
}
.sidebar-right > .news-archive ul li a:hover {
	color:#2ab060;
}
.article-title {
	font-size: 36px;
    line-height: 100%;
    color: #000000;
    display: block;
    text-align: center;
	font-weight: 400;
	position: relative;
	margin-bottom: 30px;
}
.article-title:after {
	content: '';
    position: absolute;
    left: 50%;
    top: 45px;
    width: 40px;
    height: 3px;
    background: #2EAF62;
    margin-left: -20px;
}
.cont-info strong {
	margin-bottom: 15px;
	display: block;
}
.rsform-block-name, .rsform-block-phone {
	width: 48%;
	float: left;
	overflow: visible;
}
.rsform-block-email,.rsform-block-question {
	float: left;
	width: 48%;
	margin-left: 20px;
	overflow: visible;
}
.rsform-block-message {
	float: left;
	width: 100%;
	overflow: visible;
}
.form-error {
	line-height: 100%;
    margin-bottom: 20px;
    color: #CF5B5B;
    font-size: 12px;
    font-weight: bold;
}
#krokus-feedback {
	padding: 20px;
	background: #f1f1f1 url(../images/email-bg.png);
}
#krokus-feedback .componentheading {
	font-size: 20px;
	line-height: 100%;
	margin-bottom: 20px;
	color: #239c56;
	font-weight: 600;
}
#krokus-feedback input[type="text"] {
	height: 36px;
	border: 1px solid #dddddd;
	background: #fff;
	width: 100%;
	padding: 5px 10px;
	color: #5a5b64;
	font-size: 14px;
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
#krokus-feedback textarea {
	font: normal 14px/18px "Open sans", sans-serif;
	width: 100%;
    resize: vertical;
    border: 1px solid #dddddd;
    padding:5px 10px;
    color: #5a5b64;
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
#krokus-feedback input[type="text"]:focus,#krokus-feedback textarea:focus {
	border: 1px solid #479ccf;
	box-shadow: 0px 0px 6px rgba(72,181,246,0.35);
	color: #5a5b64;
	font-weight: bold;
}
#krokus-feedback label {
	font-size:12px;
	color: #777;
	display: block;
	line-height: 100%;
	margin:0px 0px 7px 0px;
}
.rstar {
	color: #ff0000;
}
.feedback-form-title {
	font-size: 18px;
	color: #119948;
	margin-bottom: 20px;
}
.rsform-block-yourname,.rsform-block-yourphone {
	width: 220px;
	float: left;
	margin-right: 20px;
}
.formError {
	display: block;
	line-height: 20px;
}
#krokus-feedback input[type="submit"] {
    background: #479ccf;
    color: #fff;
    border: 0;
    font-size:14px;
    font-weight: bold;
    padding: 10px 30px;
    cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
#krokus-feedback input[type="submit"]:hover {
    background: #48b5f6;
}
.rsform-block-submit {
	overflow: visible;
}
.our-service-cat > .clearfix:first-child {
	margin-bottom: 45px
}
.deep-menu {
	margin-bottom: 45px;
}
.deep-menu ul {
	text-align: center;
}
.deep-menu ul li {
	display: inline-block;
	list-style: none;
    margin-right: 10px;
	position: relative;
}
.deep-menu ul li a {
	padding: 0 20px 0 20px;
	background: white;
	border-radius: 22px;
	border: 1px solid #cbcbcb;
	line-height: 39px;
	font-size: 14px;
	color: #555555;
	text-decoration: none;
	display: block;
}
.deep-menu ul li:hover a {
	text-decoration: underline;
	color:#000;
}
.deep-menu ul li.current a {
    border: 1px solid #27a35b;
    box-shadow: 0px 0px 0px 1px #27a35b inset;
    line-height: 39px;
    font-size: 14px;
    color: #555;
}
.deep-menu ul li.current:after {
	content: "";
    position: absolute;
    width: 15px;
    height: 10px;
    left: 50%;
    margin-left: -7px;
    top: 37px;
    background: url(../images/menu-corner.png)no-repeat;
}
.our-service-list li {
	list-style: none;
	font-size: 14px;
	line-height: 24px;
	color: #5a5b64;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e7e7e7;
	background: url(../images/green-check.png)no-repeat 0px 8px;
}
.our-service-cat h4 {
    font-size: 15px;
    color: #000;
    display: block;
    margin-bottom: 10px;
}
.contacts-block {
	padding: 20px;
	border: 1px solid #e7e7e7;
}
.contacts-block strong {
	margin-bottom: 10px;
	display: block;
}
.guarant {
	color: #17A651;
	padding: 10px 10px 10px 15px;
	background-color: #F3F3F3;
	border-left:3px solid #17A651;
	position: relative;
}
.guarant:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 17px;
	border: 5px solid transparent;
	border-left: 5px solid #17A651;
}
.guarant2 {
	color: #722798;
	padding: 10px 10px 10px 15px;
	background-color: #F3F3F3;
	border-left:3px solid #8C2190;
	position: relative;
}
.guarant2:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 17px;
	border: 5px solid transparent;
	border-left: 5px solid #8C2190;
}
.service-title {
	display: block;
	margin-bottom: 20px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
.sv-title a {
	display: block;
	text-align: center;
	color: #000000;
	text-decoration: none;
	font: 18px/18px "Open sans", sans-serif;
	margin-bottom: 20px;
}
.download-block {
	margin-bottom: 20px;
}
.download-block .download-price-title {
	font-size: 14px;
	font-weight:bold;
	display: block;
	color: #000;
	margin-bottom: 5px;
}
.download-block a:before {
	content:'';
	position: absolute;
	top: 9px;
	left: 18px;
	background: url(../images/download.png)no-repeat;
	width: 15px;
	height: 20px;

}
.download-block a {
    display: block;
    line-height: 40px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    margin-top: 10px;
    padding: 0px 10px 0px 50px;
    text-decoration: none;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 2px 2px rgba(214, 214, 214, 0.3);
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
}
.download-block a:hover {
	background: rgb(239,239,239);
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
	box-shadow: none;
}
.download-block a:focus {
	background: #F9F9F9;
}
.sertif-and-gost {
	margin-bottom: 20px;
}
.sertif-and-gost .sertif-and-gost-title {
	font-size: 14px;
    font-weight: bold;
    display: block;
    color: #000;
    margin-bottom: 5px;
}
.sertif-and-gost a {
	display: block;
	line-height: 25px;
	font-size: 14px;
}
/* Price table style */
.price-btn {
	margin: 30px 0;
}
.price .price-table {
	position: relative;
	top: -146px;
}
.price-table {
	width: 100%;
	border-spacing: 0;
    border-collapse: collapse;
	margin: 0px auto;
	background: #fff;
}
.price-table tr:hover {
	background: #f9fafa;
}
.price-table thead th {
	padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0.52632em;
    color: #30373b;
    font-size: 15px;
    line-height: inherit;
    font-weight: bold;
    text-align: left;
}
.price-table th {
	background-color: #f8f8f8;
    font-weight: normal;
}
.price-table th, .price-table td {
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
}
.price .price-table thead th {
	background: #2a3543;
	border: 1px solid #3d4a59;
	color: #6f8196;
}

.price-table th h3 {
    display: block;
    margin-bottom: 0.46154em;
    color: #30373b;
    font-size: 0.8125em;
    line-height: inherit;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.2em;
	text-align: left;
}


.nice-link {
    display: block;
    line-height: 40px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    margin-top: 10px;
    padding: 0px 10px 0px 50px;
    text-decoration: none;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 2px 2px rgba(214, 214, 214, 0.3);
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
}
.nice-link:hover {
	background: rgb(239,239,239);
    background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
    box-shadow: none;
}
.nice-link:focus {
	background: #F9F9F9;
}
.nice-link2 {
    display: block;
    line-height: 40px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    margin-top: 10px;
    padding: 0px 10px 0px 25px;
    text-decoration: none;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 2px 2px rgba(214, 214, 214, 0.3);
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
}
.nice-link2:hover {
	background: rgb(239,239,239);
    background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
    box-shadow: none;
}
.nice-link2:focus {
	background: #F9F9F9;
}
.nice-link2:before {
	content: '';
    position: absolute;
    top: 13px;
    left: 6px;
    background: url(../images/call-me.png)no-repeat;
    background-size: cover;
    width: 14px;
    height: 15px;
}
.nice-link:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 15px;
	background: url(../images/download2.png)no-repeat;
	width: 20px;
	height: 20px;
}
.our-company {
	position: relative;
}
.our-company-menu {
	margin-bottom: 20px;
}
.our-company-menu li {
	list-style: none;
	margin-bottom: 5px;
}
.our-company-menu li a {
	display: block;
	line-height: 36px;
	font-size: 15px;
	color: #5a5b64;
	text-decoration: none;
}
.activeMenu {
	padding-left: 15px;
	border-left:3px solid #119948;
	color: #119948 !important;
}
#fixedblock.fixed {
	position: fixed;
	top: 20px;
}
.our-company > .gr9 {
	float: right;
}
.our-company h4 {
	font-size: 20px;
	color: #000;
	font-weight: normal;
	display: block;
	padding: 10px 0px 15px 0px;
}
.our-company > .gr9 > div {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.our-company > .gr9 > div:last-child {
	border: none;
}
.our-company > .gr9 ul {
	margin-bottom: 20px;
}
.our-company > .gr9 h5 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
.our-company > .gr9 ul li {
	font-size: 14px;
    list-style-position: inside;
    color: #5a5b64;
    margin-bottom: 5px;
    line-height: 25px;
}
.our-company > .gr9 q {
	font-size: 16px;
    font-style: italic;
    color: #119948;
    display: block;
    line-height: 24px;
}
q:after {
	font-size: 36px;
    content: close-quote;
    margin-left: 10px;
}
q:before {
	font-size: 36px;
    content: open-quote;
    margin-right: 10px;
}
.gost-link > div > a {
	display: block;
    line-height: 40px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    margin-top: 10px;
    padding: 0px 10px 0px 50px;
    text-decoration: none;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 2px 2px rgba(214, 214, 214, 0.3);
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
}
.gost-link > div > a:hover {
	background: rgb(239,239,239);
	background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
	box-shadow: none;
}
.gost-link > div > a:focus {
    background: #F9F9F9;
}
.gost-link > div > a:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 15px;
	background: url(../images/view.png)no-repeat;
	width: 20px;
	height: 20px;
}
.sert > div > .gr5 {
	margin-bottom: 20px;
}
.nice-ul {
	margin-bottom: 20px;
	padding-left: 15px;
}
.nice-ul li {
	font-size: 14px;
	color: #5a5b64;
	line-height: 24px;
	margin-bottom: 10px;
}
.service-link {
	display: block;
	border: 1px solid #e7e7e7;
	text-decoration: none;
	line-height: 36px;
	text-align: center;
	color: #5a5b64;
	font-size: 11px;
	text-transform: uppercase;
}
.service-link:hover {
    border: 1px solid #27a35b;
    text-decoration: underline;
}
.service-main-title  {
	display: block;
	font-size: 18px;
	color: #000;
}
.h3-service-title {
   margin-bottom: 15px;
}
.l1 {
	float: left;
	margin-right: 9px;
}
.products-list .gr3 {
	margin-bottom: 20px;
	position: relative;
}
.products-list .gr3:hover .product-image:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 135px;
	background: rgba(0,0,0,0.3);
}
.product-image {
	display: block;
	line-height: 100%;
	height: 135px;
	overflow: hidden;
	font-size: 0px;
	position: relative;
}
.prCatItemTitle a {
    display: block;
    color: #fff;
    text-decoration: none;
	background: #2EAF62;
    padding: 10px 15px;
	font-size: 14px;
}
.prCatItemTitle a:hover,.products-list .gr3:hover .prCatItemTitle a {
	text-decoration: underline;
    color: #fff;
	background: #228A51;
}
.search-intro strong {
	color: #49C37B;
}
.search-intro {
	text-align: center;
	margin-bottom: 20px;
}
#searchForm {
	margin: 20px 0px;
	padding: 20px 0px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
#searchForm .form-limit select#limit {
	border: 1px solid #e0e0e0;
	padding: 3px;
	cursor: pointer;
	color: #259957;
	font-weight: bold;
}
#searchForm .form-limit {
	float: right;
	height: 36px;
	padding: 5px 0px;
}
.search-form {
	float:left;
}
.search-form input#search-searchword {
	border: 1px solid #E0E0E0;
	height: 36px;
	padding: 5px 15px;
	display: block;
	float: left;
}
.search-form-submit {
	width: 36px;
	height: 36px;
	display: block;
	float: left;
	background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	border: 1px solid #E0E0E0;
	border-left: 0;
}
.search-form-submit i {
	color:#9E149E;
}
dd.result-text {
	margin-bottom: 20px;
	font-size: 13px;
}
dt.result-title {
	font-size: 16px;
	font-weight: bold;
}

.back-to-home {
	width: 253px;
	display: block;
    line-height: 40px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(239,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(239,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    margin: 10px auto 0px auto;
    padding: 0px 10px;
    text-decoration: none;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 2px 2px rgba(214, 214, 214, 0.3);
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
}
.back-to-home:hover {
	background: rgb(239,239,239);
	background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
	box-shadow: none;
}
.back-to-home:focus {
	background: #F9F9F9;
}
.back-to-home em {
	margin-right: 10px;
	color: #8F3C94;
	vertical-align: middle;
	font-size: 20px;
}
.select-lang {
	padding: 20px 0px;
}
.select-lang .pretext p {
	font-size: 11px;
	color: #8d8d8d;
	display: block;
	width: 65px;
	float: left;
	text-align: center;
	line-height: 35px;
}
/* Lang switcher */
.lang-switcher {
	padding: 20px 0;
}
.lang-block {
	display: block;
    width: 85px;
    float: left;
	position:relative;
	height: 35px;
}
.lang-block:after {
    content: ''; 
    position: absolute;
	right: 11px;
    top: 17px;
    border: 4px solid transparent;
    border-top: 4px solid #fff;
}
.lang-block .dropdown-lang {
	padding: 0px 5px;
	margin-top: 4px;
	border:1px solid transparent;
	cursor: pointer;
}
.lang-block .dropdown-lang span {
	color: #fff;
	font-size: 10px;
	text-decoration: underline;
	text-transform: uppercase;
	line-height: 25px;
}
.lang-block .dropdown-lang img,.lang-block > ul > li img {
	display: block;
	width: 18px;
	height: 12px;
	float:left;
	margin: 7px 10px 0px 0px;
}
.lang-block .dropdown-lang:hover {
	border: 1px solid rgba(101,92,105,.5);
}
.lang-block > ul {
	display:none;
	position:absolute;
	z-index:10;
	top: 27px;
	left: 0px;
	width: 85px;
}
.lang-block:hover > ul {
	display: block;
}
.lang-block > ul > li {
	line-height: 27px;
	margin:0px !important;
	display: block;
	background-color: #2d2633;
    border-top: 1px solid #453d4a;
	padding: 0px 6px;
}
.lang-block > ul > li a {
	display: block;
}
.lang-block > ul > li a span {
	font-size: 10px;
	color: #ccc;
}
.lang-block > ul > li:hover span {
	text-decoration: underline;
	color:#fff;
}

.download-price {
	display: block;
    line-height: 50px;
	font-size: 16px;
    background: #2EAF62;
    width: 200px;
    margin: 20px auto 30px;
    color: #fff;
    text-decoration: none;
    text-align: center;
	padding: 0px 20px;
    border-radius: 2px;
	position: relative;
}
.download-price:hover {
	background: #228A51;
}






/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}

/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.9;
}
.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	overflow-y: hidden;
}
.mfp-preloader {
	display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace;
}
button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.article-full-text ul {
	margin: 20px 0px;
}
.article-full-text ul li {
	list-style: none;
	position: relative;
	line-height: 30px;
	padding-left: 30px;
}
.article-full-text ul li:after {
	content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    width: 5px;
    height: 5px;
    border-radius: 2px;
    background: #479ccf;
}
.service-list .gr4 {
	padding: 30px;
    text-align: center;
    border: 1px solid #eee;
    width: 272px;
    margin-right: -1px;
    margin-bottom: -1px;
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
}
.service-list .gr4:hover {
	background: #f9f9f9;
}
.service-list .title a {
	color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    height: 48px;
	display: block;
	text-decoration: none;
}
.service-list .title a:hover {
	color: #479ccf;
	text-decoration: underline;
}
.service-list .readmore {
	display: block;
	margin: 20px auto 0px;
	line-height: 36px;
	color: #fff;
	background: #479ccf;
	width: 140px;
	border-radius: 2px;
	text-decoration: none;
}

.service-list .readmore:hover {
	background: #48b5f6;
}
.service-list .image {
	padding: 5px;
    display: block;
    line-height: 100%;
    border-radius: 2px;
    margin-bottom: 20px;
}
.our-service-content h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 20px;
}
.service-list-item:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
	background: #eee;
}
.service-list-item-more {
    display: inline-block;
    vertical-align: top;
	width: 100px;
    margin-right: 20px;
}
.service-list-item-info {
	display: inline-block;
	vertical-align: top;
    width: 270px;
}
.service-list-item:nth-child(2n) {
	margin-right: 0;
}
a.service-list-item-title {
	color: #000;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
} 
a.service-list-item-title:hover {
	color: #479ccf;
}
.service-list-item-readmore {
	color: #479ccf;
    text-decoration: none;
    font-size: 11px;
    display: block;
    text-align: center;
    width: 100px;
    border: 1px solid #2A6FA6;
    line-height: 36px;
	text-transform: uppercase;
}
.service-list-item-readmore:hover {
	color: #fff;
	background: #2A6FA6;
	border-top-color: #377db4;
	text-decoration: underline;
}
.service-list-item-image {
	width: 100px;
	height: 100px;
	line-height: 100%;
    display: block;
}
.our-service .itemImageBlock {
	width: 100%;
}
.service-description {
    margin-bottom: 20px;
	font-size: 13px;
}
.service-description p {
	font-size: 13px;
}
.service-description em {
	display: block;
	color: #239c56;
}
.service-description .border-t-b-container {
	border-top: 3px solid #eee;
	border-bottom: 3px solid #eee;
	padding: 20px 0px;
	margin-bottom: 20px;
}

.our-service .service-menu {
	background: #2a6fa6;
	margin-bottom: 20px;
}
.our-service .service-menu h3 {
	display: block;
    line-height: 50px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0px 20px;
    border-bottom: 1px solid #226091;
    text-transform: uppercase;
    font-size: 14px;
    background: #26689c;
}
.our-service .service-menu ul li {
	list-style: none;
	padding: 0px 20px;
}
.our-service .service-menu ul li:hover {
	background: #479ccf;
}
.our-service .service-menu ul li a {
	color: rgba(255, 255, 255, 0.6);
    display: block;
    line-height: 40px;
    text-decoration: none;
}
.our-service .service-menu ul li a:hover {
	color: #fff;
}
.our-service .service-menu ul li.current {
	background: #48b5f6
}
.our-service .service-menu ul li.current a {
	color: #fff;
}

.our-service .itemImageBlock img {
	display: block;
	width: 100% !important;
	height: 250px !important;
}
.our-service-content ul {
	margin: 20px 0px;
}
.our-service-content ul li {
	list-style: none;
	padding-left: 40px;
	position: relative;
	display: block;
	line-height: 32px;
}
.our-service-content ul li:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 13px;
    width: 4px;
    height: 4px;
    border: 1px solid #479ccf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}
.our-service-content h3 {
	margin-bottom: 20px;
    display: block;
    font-weight: bold;
    font-size: 20px;
}
.our-service-content h2 {
	font-weight: bold;
}
.have-questions{
	padding: 30px;
	margin-top: 30px;
	background: #f1f1f1;
}
.have-questions-left,.have-questions-right {
	width: 50%;
	float: left;
}
/* pagination */
.pagination ul li {
	list-style: none;
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	line-height: 36px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	background: #eee;
	margin-right: 10px;
}
.pagination ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #29323c;
	display: block;
}
.pagination ul li.active,.pagination ul li.active:hover {
	background: #479ccf;
}
.pagination ul li.active a,.pagination ul li:hover a {
	color: #fff;
}
.pagination ul li:hover {
	background: #bdc3c7;
}
.pagination ul li:first-child,.pagination ul li:first-child + li,.pagination ul li:last-child,.pagination ul li:nth-last-child(2) {
	display: none;
}

.products-list-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.products-list-item {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.product-list-item-image {

}
.product-list-item-image img {
	width: 100%;
}
.product-list-item-image:hover {
	opacity: 0.7;
}
.product-list-item-title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
}
.product-list-item-title:hover {
	text-decoration: underline;
}
.products-menu {
	background: #239c56;
	margin-bottom: 30px;
}
.products-menu .page-header {
	display: block;
    line-height: 50px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0px 20px;
    border-bottom: 1px solid #1E874B;
    text-transform: uppercase;
    font-size: 14px;
    background: #248E50;
	margin-bottom: 0px;
}
.products-menu ul {
	margin: 0px !important;
}
.products-menu ul li {
	list-style: none;
	padding: 0px 20px !important;
}
.products-menu ul li:before {
	display: none;
}
.products-menu ul li a {
	color: rgba(255, 255, 255, 0.6);
	display: block;
	line-height: 40px;
	text-decoration: none;
}
.products-menu ul li:hover {
	background: #27ae60;
}
.products-menu ul li:hover a {
	color: #fff;
}
.products-menu ul li.current {
	background: #30bf6c; 
}
.products-menu ul li.current a {
	color: #fff;
} 
.products .contacts-in-sidebar,.our-service .contacts-in-sidebar {
	background: #f5f5f5;
	padding: 20px;
}
.products .contacts-in-sidebar strong,.our-service .contacts-in-sidebar strong  {
	text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}
.product-list-item-description {
    margin-top: 10px;
    height: 50px;
    line-height: 25px;
	overflow: hidden;
}
.product-list-item-description a {
	color: #012f84;
	text-decoration: none;
}

.product-list-item-info {
	float: right;
    width: 124px;
	height: 135px;
	border: 1px solid #27ae60;
	position: relative;
}
.product-list-item-info:hover {
	border: 1px solid #239c56;
}
.product-list-item-info .check-price {
	display: block;
    font-size: 11px;
    line-height: 36px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
	text-decoration: none;
}
.product-list-item-info .check-price:hover {
	color: #2EAF62;
}
.product-list-item-info .check-price span {
	display: block;
    font-size: 10px;
    padding: 8px;
    background: #eee;
	color: #ADADAD;
    line-height: 16px;
}
.product-list-item-readmore {
	display: block;
	width: 100%;
	line-height: 50px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #27ae60;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
.product-list-item-readmore:hover {
	background: #239c56;
}
.zoom-gallery a {
	display: block;
	line-height: 100%;
	padding: 20px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	position: relative;
}
.zoom-gallery a:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0;
	-webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
}
.zoom-gallery a:hover:after {
	opacity: 0.5;
}
.zoom-gallery a:before {
	content: attr(data-zoom);
    position: absolute;
    width: 120px;
    height: 36px;
    top: 50%;
    left: 50%;
    margin: -18px 0px 0px -60px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    opacity: 0;
    line-height: 36px;
    z-index: 2;
	-webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
}
.zoom-gallery a:hover:before {
	opacity: 1;
}
.zoom-gallery .big a {
	height: 765px;
}
.zoom-gallery .big img {
	width: 100%;
	height: 725px;
}
.tabs {
	text-align: center;
    margin-top: -150px;
    position: relative;
    z-index: 2;
}
.tabs__content {
	display: none;
	text-align: left;
}
.tabs__content.active {
	display: block;
}
.tabs__caption {
	margin:0px 0px 100px 0px !important;
	width: 500px;
	height: 46px;
	display: inline-table;
	border-radius: 30px;
	border: 1px solid #5D6B7B;
}
.tabs__caption > li {
	display: table-cell !important;
	vertical-align: middle;
	cursor: pointer;
	border-right: 1px solid #5D6B7B;
	padding: 0px 20px !important;
	text-align: center;
	color: #fff;
    font-size: 16px;
}
.tabs__caption > li:before {
	display: none;
}
.tabs__caption > li:first-child {
	-webkit-border-radius: 30px 0px 0px 30px;
	-moz-border-radius: 30px 0px 0px 30px;
	-o-border-radius: 30px 0px 0px 30px;
	border-radius: 30px 0px 0px 30px;
}
.tabs__caption > li:last-child {
	border-right: none;
	-webkit-border-radius: 0px 30px 30px 0px;
	-moz-border-radius: 0px 30px 30px 0px;
	-o-border-radius: 0px 30px 30px 0px;
	border-radius: 0px 30px 30px 0px;
}
.tabs__caption > li:hover {

}
.tabs__caption > li.active {
	color: #fff;
    background: #5D6B7B;
}
.tabs__content ul {
	margin: 20px 0px;
}
.tabs__content ul li {
	list-style: none;
    padding-left: 40px;
    position: relative;
    display: block;
    line-height: 32px;
}
.tabs__content ul li:before {
	content: '';
    position: absolute;
    top: 13px;
    left: 13px;
    width: 4px;
    height: 4px;
    border: 1px solid #479ccf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.tabs__content h3 {
	font-weight: bold;
	margin-bottom: 20px;
}
.download-gosts {
	text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: block;
    width: 190px;
    line-height: 46px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #27ae60;
    margin-bottom: 60px;
}
.download-gosts:hover {
	background: #30bf6c;
}
.download-gosts:after {
	content: '';
	display: table;
	clear: both;
}
.download-gosts span:first-child {
	display: block;
	float: left;
	width: 145px;
    text-align: center;
}
.download-gosts span:last-child {
	background: #fff;
	color: #27ae60;
	display: block;
	float: right;
	line-height: 44px;
	width: 44px;
	text-align: center;
	margin: 1px 1px 0 0;
}
.download-gosts:hover span:last-child {
	color: #30bf6c;
}

.recommend > div a {
	display: block;
	line-height: 100%;
	text-align: center;
	padding: 20px 0px;
	text-decoration: none;
	background: #eee;
}
.recommend > div a:hover {
	background: #ddd;
}
.recommend > div img {
	margin-bottom: 20px;
}
.recommend > div a span {
	display: block;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
}
.recommend > div a:hover span {
	color: #2a6fa6;
}

.symbol-block {
	min-height: 500px;
	margin-top: 30px;
}
.uslinfo {
    padding: 10px 5px 10px 5px;
    font-size: 18px;
    background-color: #EAEAEA;
    float: left;
    font-weight: bold;
}
.uslinfoHelp {
    position: absolute;
    margin-top: 10px;
    padding: 5px;
    border-left: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    margin-top: 20px;
    font-size: 14px;
    font-weight: normal;
    padding-left: 20px;
}
.uslinfoHelp:hover,.uslinfo:hover .uslinfoHelp {
	border-left: 1px solid #27ae60;
    border-bottom: 1px solid #27ae60;
	color: #27ae60;
}
.uslinfo:hover .uslinfoHelpText{
	color: #27ae60;
}
.uslinfo:hover {
	background: #27ae60;
	color: #fff;
}
.uslinfoHelpText {
    display: table-cell;
    vertical-align: bottom;
}
.uslinfoDel {
    float: left;
    margin: 15px 2px 10px 2px;
}
.products ul {
	margin: 20px 0px;
}
.products ul li {
	list-style: none;
    padding-left: 40px;
    position: relative;
    display: block;
    line-height: 32px;
}
.products ul li:before {
	content: '';
    position: absolute;
    top: 13px;
    left: 13px;
    width: 4px;
    height: 4px;
    border: 1px solid #27ae60;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

/* Link for price */
.product-price-link {
	
}

.ask-question {
	padding: 20px;
    background: #eee;
}
.ask-question a {
	text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    display: block;
    width: 190px;
    line-height: 46px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #27ae60;
}
.our-service-readmore {
	display: block;
    width: 140px;
    margin: 0px auto;
    background: #27AE60;
    color: #fff;
    border-radius: 2px;
    line-height: 40px;
    margin-top: 15px;
}


.last-post-item > div {
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.last-post-padd {
	padding: 15px;
}
/* Adaptive */
@media screen and (max-width: 991px) {
	.main-menu {
	    margin-left: 15px;
    	margin-right: 15px;
	}
	.last-post-item:nth-child(1) {
		margin-bottom: 30px;
	}
	.last-post-item {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
	.last-post-text {
		height: 48px;
		margin-bottom: 0;
	}
    .last-post-img {
    	float: left;
    	width: 200px;
    	margin: 15px;
    }
    .last-post-padd {
		padding: 15px 15px 0 15px;
	}
}

@media screen and (max-width: 481px) {
	
    .last-post-padd {
    	padding: 15px;
    }
	.last-post-img {
    	width: 100%;
    	float: none;
    	margin: 0;
    }
	header {
		padding: 0px;
		height: 60px;
	}

	.slider {
		padding: 136px 20px 20px 20px;
	}
	.slider a {
		margin-bottom: 20px;
	}
	.main-wrap {
		padding-top: 60px;
	}
	.container {
		width: 100%;
	}
	.col {
		float: none;
		margin-right: 0px;
	}
	.post-title {
		width: 100%;
		margin: 0px auto 20px;
	}
	header .select-lang,header .search {
		display: none;
	}
	.col-last {
		float: left;
	}
	.gr1, .gr2, .gr3, .gr4, .gr5, .gr6, .gr7, .gr8, .gr9, .gr10, .gr11, .gr12 {
		width: 100%;
	}
	.service-content {
		width: 100%;
		margin-bottom: 20px;
	}
	.service-content:last-child {
		margin-bottom: 0px;
	}
	.service .container {
		padding: 0px;
	}
	.last-posts, .service, .catalog  {
		padding: 40px 0;
	}
	.catalog .gr3 {
		margin-bottom: 20px;
	}
	.all-catalog {
		margin-top: 0px;
	}
	.last-posts .gr3 {
		margin-bottom: 20px;
	}
	.last-posts .gr3:last-child {
		margin-bottom: 0px;
	}	
	
	/* Lang switcher mobile */
	.select-lang {
		padding: 15px 20px;
		width: 170px;
	}
	.select-lang .pretext p {
		font-size: 14px;
		text-align: left;
		line-height: 30px;
		width: auto;
		margin-right: 10px;
	}
	.lang-block {
		width: 80px;
		height: 30px;
	}
	.lang-block .dropdown-lang {
		border: none;
		padding: 0px 5px;
		height: 30px;
		margin: 0px;
		border: 1px solid #63676e;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
	}
	.lang-block > ul {
		border: 1px solid #63676e;
		width: 80px;
		top: 29px;
	}
	.lang-block > ul > li {
		border-top: none;
		line-height: 28px;
		background-color: #28313A;
	}
	.lang-block > ul > li a span {
		color: #fff;
		font-size: 14px;
	}
	.lang-block .dropdown-lang span {
		text-decoration: none;
		font-size: 14px;
		line-height: 28px;
	}
	.lang-block:after {
		top: 14px;
	}
	.lang-block .dropdown-lang img, .lang-block > ul > li img {
		margin: 9px 9px 0px 0px;
	}
}




/* Catalog section */
.category-list > div {
	margin-bottom: 30px;
}
.catalog-section .section-footer {
	padding-top: 0;
}
.catalog-section {
	background: #fff;
}
.catalog-section h4 {
	position: absolute;
	bottom: 0;
	left: 10px;
	color: #fff;
	font-size: 14px;
	z-index: 1;
}

/* Service section */
.service-section {
    background: #2a6fa6 url(../images/service-bg.png)left top;
	color: #fff;
}
.service-section h2 {
	color: #fff;
}
.service-section h3 {
	height: 48px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #fff;
}

/* Last post section */
.last-posts-section {
	background: #f9f9f9;
}


.section-header {
	padding-bottom: 30px;
	text-align: center;
}
.section-footer {
	padding-top: 30px;
	text-align: center;
}
.p80 {
	padding: 80px 0;
}
.product-short-desc {
	margin-bottom: 30px;
}
.recommend h3 {
	padding: 0 15px;
}
.search-result {
	padding-top: 156px;
}



/* Foote adaptive */
@media (max-width: 992px) {
	.products .itemFullText > h3 {
		display: none;
	}
	.products .price-table {
		display: none;
	}
	.product-list-item-info {
		float: none;
		width: auto;
 		height: 120px;
	}
	.ask-question {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.footer {
		text-align: center;
	}
	.footer-logo,
	.slogan,
	.footer-logo > div:first-child {
		float: none;
		width: 100%;
	}
	.copyright {
	    float: none;
	    text-align: center;
	}

}
@media (min-width: 992px) and (max-width: 1200px) {
	.product-list-item-description {
		width: 250px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.main-menu > li > a {
		padding: 0 10px;
	}
	.lang-block {
	    margin: 0;
	}
	#krokus-feedback {
		margin-top: 30px;
	}
}
@media (max-width: 1200px){
	.rsform-block-email, .rsform-block-question {
		width: 47%;
	}
}
@media (max-width: 480px) {
	.w100 {
		width: 100%;
	}
	.rsform-block-email, .rsform-block-question,
	.rsform-block-name, .rsform-block-phone {
		width: 100%;
		float: none;
		margin: 0;
	}
	.tabs__caption {
		width: 100%;
	}
	.price-table th, .price-table td {
		padding: 6px 3px;
	}
}
@media (max-width: 767px){
	
	#krokus-feedback {
		margin-top: 30px;
	}
	
	.recommend > div {
		margin-bottom: 15px;
	}
	.tabs__content .price-table {
		display: none;
	}
	.service-list-item {
		text-align: center;
	}
	.service-list-item-more {
		margin-right: 0;
		margin-bottom: 20px;
	}
}








/* Product card */
.product {
	padding-top: 76px;
}
blockquote {
	font-family: 'Roboto Slab', serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 42px;
	letter-spacing: -0.5px;
	color: #012f84;
}
blockquote a {
	color: #009bf1;
	background: #d4eefc;
	text-decoration: none;
	transition: all 0.3s ease;
}
blockquote a:hover {
	color: #fff;
	background: #009bf1;
	transition: all 0.3s ease;
}
.product-header {
	max-height: 500px;
	margin-bottom: 40px;
	background: url(../images/product-bg.jpg)no-repeat center top;
	background-size: cover;
}
.product-header h1 {
	margin-bottom: 25px;
	font-size: 50px;
	line-height: 70px;
	color: #fff;
	word-break: break-word;
}
.product-header-left {
	height: 500px;
    display: table;
}
.product-header-wrap {
	display: table-cell;
	vertical-align: middle;
	padding-right: 20px;
}
.product-header-left .price-link {
	display: inline-block;
	background: #009bf1;
	line-height: 50px;
	padding: 0 25px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border-radius: 25px;
	margin-right: 30px;
	transition: all 0.3s ease;
}
.product-header-left .price-link:hover {
	background: #012F84;
	transition: all 0.3s ease;
}
.product-header-left span {
	color: #727f96;
}
.product-header-right {
	margin-top: 40px;
	-webkit-animation-name: productheader;
	-webkit-animation-duration: 1s;
	animation-name: productheader;
	animation-duration: 1s;
}
.product-header-right img {
	-webkit-box-shadow: 0 20px 50px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 20px 50px 0 rgba(0,0,0,0.15);
    box-shadow: 0 20px 50px 0 rgba(0,0,0,0.15);
}
@-webkit-keyframes productheader {
	0% {
		opacity: 0;
		margin-top: 140px;
	}
	100% {opacity:1;}
}

@keyframes productheader {
	0% {
		opacity: 0;
		margin-top: 140px;
	}
	100% {opacity:1;}
}
.product-text {
	font-family: 'Roboto', sans-serif;
	color: #727f96;
	font-size: 16px;
	line-height: 25px;
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #dcdfe5;
}
.product-text:last-child {
	border-bottom: 0;
}
.product-text p {
	color: #727f96;
	margin-bottom: 25px;
}
.product-text p:last-child {
	margin-bottom: 0;
}
.product-text a {
	color: #009bf1;
}
.product-text a:hover {
	color: #012F84;
}
.product-text strong,
.product-text b {
	font-weight: bold;
	color: #012f84;
}
.product-text h1,
.product-text h2,
.product-text h3,
.product-text h4,
.product-text h5,
.product-text h6 {
	color: #012f84;
}
.product-text h2,
.product-text h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 28px;
	letter-spacing: -0.25px;
}
.product-text ul {	
}
.product-text ul li {
	position: relative;
	list-style: none;
	font-size: 14px;
	margin-bottom:20px;
	line-height: 20px;
	padding-left: 35px;
}
.product-text ul li:last-child {
	margin-bottom: 0;
}
.product-text ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
    width: 20px;
    height: 2px;
    background: #009bf1;
}
.product-text table {
	width: 100%;
	font-size: 14px;
	margin-bottom: 25px;
}
.product-text th {
	background: #f4f6f8;
}
.product-text td,
.product-text th {
	border: 1px solid #dfe3e8;
	padding: 20px 15px;
	line-height: 20px;
}
.product-text table:last-child {
	margin-bottom: 0;
}
@media (max-width: 767px){
	.product-table {
		display: none;
	}
	.product-header-right {
		margin-bottom: 40px;
	}
	.product-text {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.have-questions {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	background: #e8edf0;
	color: #727f96;
	line-height: 25px;
	padding: 40px 0;
}
.have-questions p {
	float: left;
	margin-bottom: 0;
}
.have-questions strong {
	display: block;
	font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: -0.25px;
	color: #012f84;
}
.have-questions .col-xs-12 {
	position: relative;
}
.have-questions a {
	float: right;
	display: inline-block;
    background: #009bf1;
    line-height: 50px;
    padding: 0 25px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border-radius: 25px;
    transition: all 0.3s ease;
}
.have-questions a:hover {
	background: #012f84;
	transition: all 0.3s ease;
}