@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&subset=latin-ext');

@font-face {
  font-family: 'segoe-ui';
  src: url('../fonts/SegoeUIBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'segoe-ui';
  src: url('../fonts/segoe-ui.ttf') format('truetype');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'segoe-ui';
  src: url('../fonts/segoe-ui-light.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'segoe-ui';
  src: url('../fonts/segoe-ui-bold.ttf') format('truetype');
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'segoe-ui';
  src: url('../fonts/segoe-ui-italic.ttf') format('truetype');
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: 'segoe-ui';
  src: url('../fonts/segoe-ui-light-italic.ttf') format('truetype');
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: 'segoe-ui';
  src: url('../fonts/segoe-ui-bold-italic.ttf') format('truetype');
  font-style: italic;
  font-weight: 700;
}

*{
	box-sizing: border-box;
}
html{

}
body{
	font-family: 'segoe-ui', sans-serif;
	margin: 0 auto;
	padding: 0;
	overflow-x:	hidden;
	background-color: #ffffff;
	max-width: 2560px;
}

::selection {
  	background: #0752d7;
  	color: #ffffff;
}
::-moz-selection {
	background:	#0752d7;
  	color: #ffffff;
}

.anchor_point{
	display: block;
	position: absolute;
	width: 100%;
	margin-top: -107px;
}

iframe{
	max-width: 100% !important;
}

.wow{
	visibility: hidden;
}

/*=== NAV ===*/
nav{
	background-color:#fff;
	width: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 25px 40px 25px 40px;
	border-bottom: 1px solid #f3f3f3;
	transition: all .3s;
}
@media only screen and (max-width: 1200px) {
	nav{
		padding: 15px 20px 15px 20px;
	}
}
nav p.logo{
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	color: transparent;
	margin: 0;
	padding: 0;
	line-height: 0;
}
nav p.logo a{
	display: inline-block;
	width: 151px;
	/* width: 270px; */
	height: 56px;
	background-image: url(../img/logo.png);
	/* background-image: url(../img/logo-uk.png); */
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
@media only screen and (max-width: 1200px) {
	nav p.logo a{
		width: 126px;
		height: 50px;
		background-size: 100%;
		margin-top: 3px;
		background-repeat: no-repeat;
	}
}
nav .r{
	float: right;
	vertical-align: top;
	text-align: right;
}
nav .r ul{
	display: inline-block;
	padding: 0;
	margin: 5px 0 0 0;
	list-style: none;
	max-height: 35px;
}
@media only screen and (max-width: 1200px) {
	nav .r ul.main{ 
		display: none;
	}
}
nav .r ul.opened{
	display: block;
}
@media only screen and (max-width: 1200px) {
	nav .r ul.main.opened{
		position: absolute;
		top: 80px;
		background-color: #fff;
		right: 0;
		padding: 20px 10px 30px 50px;
		max-height: calc(100vh - 170px);
		overflow-y: scroll;
	}
}
nav .r ul li{
	display: inline-block;
	position: relative;
	transition: all .33s;
}
@media only screen and (max-width: 1200px) {
	nav .r ul li{
		display: block;
	}
}
nav .r ul li.expandable .expandarea{
	display: none;
	height: auto;
	width: auto;
	overflow: hidden;
	position: absolute;
	top: 60px;
	background-color: #fff;
	border-top: 1px solid #ddd;
	text-align: left;
	width: 200px;
	padding: 15px 20px 15px;
	transition: all .33s;
}
nav .r ul li.expandable:hover .expandarea{
	display: block;
}
@media only screen and (max-width: 1200px) {
	nav .r ul li.expandable .expandarea{
		display: block;
		position: static;
		width: auto;
		top: auto;
		border-top: none;
		text-align: right;
		padding: 0px 20px 10px;
		margin-top: -5px;
	}
}
nav .r ul li.expandable .expandarea ul{
	margin: 0;
}
nav .r ul li.expandable .expandarea ul li{
	display: block;
	margin: 10px 0;
}
nav .r ul li.expandable .expandarea ul li a{
	display: block;
	padding: 0;
	margin: 0;
}
@media only screen and (max-width: 1200px) {
	nav .r ul li.expandable .expandarea ul li a{
		color: #888;
		font-size: 12px;
		text-transform: none;
		font-weight: 500;
	}
}
nav .r ul li.expandable .expandarea ul li a:after{
	display: none;
}
nav .r ul li a{
	display: inline-block;
	color: #31343d;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .8px;
	margin: 0px 20px;
	position: relative;
	transition: all .33s;
}
@media only screen and (max-width: 1200px) {
	nav .r ul li a{
		margin: 5px 20px;
	}
}
nav .r ul li:hover a{
	color: #0752d7;
	text-decoration: none;
}
nav .r ul li a.active{
	color: #0752d7;
}
nav .r ul li.expandable:hover .expandarea a{
	color: #31343d;
}
nav .r ul li.expandable a{
	padding-bottom: 45px;
}
@media only screen and (max-width: 1200px) {
	nav .r ul li.expandable a{
		padding-bottom: 0;
	}
}
nav .r ul li.expandable a:after{
	content: "";
	width: 12px;
	height: 8px;
	display: inline-block;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -6px;
	background-image: url(../img/nav_down_arrow.png);
	transition: all .33s;
}
@media only screen and (max-width: 1200px) {
	nav .r ul li.expandable a:after{
		display: none;
	}
}
nav .r ul li.expandable:hover a:after{
	background-image: url(../img/nav_down_arrow_hover.png);
}
nav .r ul li.expandable ul{
	max-height: none;
}
nav .r ul li.highlight a{
	background-image: url(../img/nav_cart_ic.png);
	background-position: 37px center;
	background-repeat: no-repeat;
	background-color: #0752d7;
	color: #fff;
	padding: 16px 45px 16px 70px;
	margin-right: 0;
}
@media only screen and (max-width: 1200px) {
	nav .r ul li.highlight a{
		margin-top: 10px;
		margin-right: 20px;
	}
}
nav .r ul li.highlight:hover a{
	background-color: #0949b9;
}
nav .r ul li.expandable:hover a .expandarea{
	height: auto;
}

nav .r ul li.item_language a{
	margin: 0px 5px;
}
nav .r ul li.first_language a{
	margin-left: 30px;
}
nav .r ul li.current_language a{
	color: #0752d7;
}

nav .mobilenavswitch{
	width: 48px;
	height: 48px;
	float: right;
	background-image: url(../img/burger_ic_blue.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
	cursor: pointer;
	margin-top: 6px;
	right: 0;
	display: none;
	transition: all .3s linear;
}
@media only screen and (max-width: 1200px) {
	nav .mobilenavswitch{
		display: inline-block;
	}
}
nav .mobilenavswitch.opened{
	background-image: url(../img/close_ic_blue.png);
}

header.mp #mp_slider{
	width: 100vw;
	height: 24.70777912vw;
	overflow: hidden;
	background-color: #eee;
	margin-top: 107px;
	position: relative;
}
@media only screen and (max-width: 1200px) {
	header.mp #mp_slider{
		margin-top: 85px;
	}
}
header.mp #mp_slider .owl-dots{
	position: absolute;
	bottom: 20px;
	width: 100%;
}
header.mp #mp_slider .owl-dots .owl-dot span{
	background-color: #1d397f;
	opacity: .3;
	width: 17px;
	height: 17px;
	border-radius: 100%;
}
header.mp #mp_slider .owl-dots .owl-dot.active span{
	background-color: #0752d7;
	opacity: 1;
}
header.mp #mp_slider .owl-nav{
	
}
header.mp #mp_slider .owl-prev{
	position: absolute;
	left: 2.5px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-image: url(../img/ic_slider_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	border-radius: 0;
	color: transparent;
	background-color: transparent;
	opacity: .3;
}
header.mp #mp_slider .owl-prev:hover{
	opacity: .8;
}
header.mp #mp_slider .owl-next{
	position: absolute;
	right: 2.5px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-image: url(../img/ic_slider_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
	border-radius: 0;
	color: transparent;
	background-color: transparent;
	opacity: .3;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
header.mp #mp_slider .owl-next:hover{
	opacity: .8;
}
header.mp #mp_slider .item{
	width: 100vw;
	height: 24.70777912vw;
	display: block;
	background-size: 100%;
	background-position: center;
	position: relative;
}
header.mp #mp_slider .item .stext{
	opacity: 0;
	color: transparent;
}
header.mp #mp_slider .item .hyperlink{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

header.sp{
	background-color: #0752d7;
	margin-top: 107px;
	position: relative;
	padding: 120px 0;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
}
@media only screen and (max-width: 1200px) {
	header.sp{
		margin-top: 85px;
	}
}
header.sp.bloglist{
	background-image: url(../img/sp_bg_header_1.jpg);
}
header.sp.career{
	background-color: #555; 
	background-image: url(../img/bg_career.jpg);
}
header.sp.contact{
	background-image: url(../img/bg_contact.jpg); 
}
header.sp.certificates{
	background-image: url(../img/header_bg_certificates.jpg);
}
header.sp.product-info{
	background-color: #31343d !important;
	background-image: url(../img/bg_produktove_informace.jpg);
}
header.sp.product-info-detail{
	padding: 0;
}
header.sp.product-info-detail .fadebox{
	padding: 120px 0;
	background-color: rgba(49,52,61,.85);
}
header.sp h1{
	font-size: 46px;
	color: #fff;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
	header.sp h1{
		font-size: 36px;
	}
}
header.sp.certificates h1{
	/*color: #0b55d8;*/
}
header.sp.generic_subpage{
	background-image: url(../img/bg_contact.jpg); 
}

.mp_blog{
	position: relative;
	padding: 100px 0;
}
@media only screen and (max-width: 1200px) {
	.mp_blog{ 
		padding: 40px 0;
	}
}
.mp_blog h2{
	font-size: 40px;
	color: #0752d7;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
	.mp_blog h2{ 
		font-size: 30px;
	}
}
.mp_blog h2 span{
	position: relative;
	padding: 0px 20px;
}
.mp_blog h2 span:before{
	content: "";
	position: absolute;
	width: 110px;
	height: 1px;
	background-color: #dddddd;
	display: inline-block;
	left: -110px;
	top: 28px;
}
@media only screen and (max-width: 1200px) {
	.mp_blog h2 span:before{
		display: none;
	}
}
.mp_blog h2 span:after{
	content: "";
	position: absolute;
	width: 110px;
	height: 1px;
	background-color: #dddddd;
	display: inline-block;
	right: -110px;
	top: 28px;
}
@media only screen and (max-width: 1200px) {
	.mp_blog h2 span:after{
		display: none;
	}
}
.mp_blog .subt{
	font-size: 16px;
	text-transform: uppercase;
	color: #373a42;
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 30px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
	.mp_blog .subt{
		font-size: 14px;
		margin-top: 15px;
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 1200px) {
	.mp_blog .wrap{
		margin-bottom: 15px;
	}
}
.mp_blog .blog_boxes a.inner{
	height: 100%;
	border: 1px solid #eee;
	display: block;
	transition: all .33s;
}
.mp_blog .blog_boxes a.inner:hover{
	border: 1px solid #ccc;
	text-decoration: none;
}
.mp_blog .blog_boxes a.inner .image{
	height: 175px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
}
.mp_blog .blog_boxes a.inner .textc{
	padding: 20px;
}
.mp_blog .blog_boxes a.inner .textc .date{
	color:#9295a3;
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 10px;
}
.mp_blog .blog_boxes a.inner .textc .title{
	color: #373942;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}
.mp_blog .blog_boxes a.inner .textc .more{
	font-size: 14px;
	font-weight: 700;
	color: #0b55d8;
	text-transform: uppercase;
	letter-spacing: .66px;
	position: relative;
	display: inline-block;
	margin-top: 30px;
}
.mp_blog .blog_boxes a.inner .textc .more:after{
	content: "";
	width: 6px;
	height: 11px;
	display: inline-block;
	background-image: url(../img/article_button_arrow.png);
	position: absolute;
	right: -15px;
	top: 6px;
	transition: all .33s;
}
.mp_blog .blog_boxes a.inner:hover .textc .more:after{
	right: -20px;
}
.mp_blog .button_wrap{
	text-align: center;
	margin-top: 60px;
}
.mp_blog .button_wrap a{
	display: inline-block;
	color: #0752d7;
	border: 2px solid #0752d7;
	padding: 16px 60px 16px 35px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	background-image: url(../img/button_arrow_blue.png);
	background-position: 83% center;
	background-repeat: no-repeat;
	transition: all .33s;
}
.mp_blog .button_wrap a:hover{
	color: #fff;
	background-color: #0752d7;
	background-image: url(../img/button_arrow_white.png);
	text-decoration: none;
}

.mp_bluebox{
	padding: 50px 35px;
	text-align: center;
	background-color: #0752d7;
	background-image: url(../img/bg_bluebox.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
}
.mp_bluebox .item{
	display: inline-block;
	margin: 20px;
	max-width: 220px;
}
.mp_bluebox .item .image{
	height: 60px;
	position: relative;
}
.mp_bluebox .item p{
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	margin-top: 10px;
	letter-spacing: .5px;
	margin-bottom: 0;
}

.mp_about{
	position: relative;
	padding: 100px 0;
	text-align: center;
}
.mp_about.sp_about{
	padding: 60px 0;
}
.mp_about.sp_about.line_top{
	border-top: 1px solid #eee;
}
.mp_about h2{
	font-size: 40px;
	color: #0752d7;
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
	.mp_about h2{ 
		font-size: 30px;
	}
}
.mp_about h2 span{
	position: relative;
	padding: 0px 20px;
}
.mp_about h2 span:before{
	content: "";
	position: absolute;
	width: 110px;
	height: 1px;
	background-color: #dddddd;
	display: inline-block;
	left: -110px;
	top: 28px;
}
@media only screen and (max-width: 1200px) {
	.mp_about h2 span:before{
		display: none;
	}
}
.mp_about h2 span:after{
	content: "";
	position: absolute;
	width: 110px;
	height: 1px;
	background-color: #dddddd;
	display: inline-block;
	right: -110px;
	top: 28px;
}
@media only screen and (max-width: 1200px) {
	.mp_about h2 span:after{
		display: none;
	}
}
.mp_about p{
	color: #797c8b;
	font-size: 14px;
	line-height: 26px;
}
.mp_about .imagerow{
	margin-top: 35px;
	margin-bottom: 35px;
}
.mp_about .imagerow img{
	max-width: 100%;
}
@media only screen and (max-width: 1200px) {
	.mp_about .imagerow img{
		margin-bottom: 15px;
	}
}
.mp_about .subt{
	font-size: 16px;
	text-transform: uppercase;
	color: #373a42;
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 30px;
	margin-bottom: 35px;
}
@media only screen and (max-width: 1200px) {
	.mp_about .subt{
		font-size: 14px;
	}
}
.mp_about a.moreinfo{
	display: inline-block;
	color: #0752d7;
	border: 2px solid #0752d7;
	padding: 16px 60px 16px 35px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	background-image: url(../img/button_arrow_blue.png);
	background-position: 83% center;
	background-repeat: no-repeat;
	transition: all .33s;
}
.mp_about a.moreinfo:hover{
	color: #fff;
	background-color: #0752d7;
	background-image: url(../img/button_arrow_white.png);
	text-decoration: none;
}

.newsletter_submit{
	padding: 90px 0 80px;
	text-align: center;
	background-color: #0752d7;
	background-image: url(../img/newsletter_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
}
.newsletter_submit h2{
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}
.newsletter_submit p.subt{
	font-size: 14px;
	color: #fff;
}
.newsletter_submit .newsletter_form{
	margin: 35px 0 30px;
}
.newsletter_submit .newsletter_form input.form-control{
	border: 2px solid #fff;
	font-size: 14px;
	padding: 13px 20px;
	color: #fff;
	border-radius: 0;
	background-color: transparent;
	height: auto;
	display: inline-block;
	width: 275px;
	margin: 0px 5px;
}
@media only screen and (max-width: 1200px) {
	.newsletter_submit .newsletter_form input.form-control{
		width: 100%;
		margin-bottom: 15px;
	}
}
.newsletter_submit .newsletter_form input.form-control.ic{
	width: 155px;
}
@media only screen and (max-width: 1200px) {
	.newsletter_submit .newsletter_form input.form-control.ic{
		width: 100%;
	}
}
.newsletter_submit .newsletter_form input.form-control::-webkit-input-placeholder{
	color: #fff;
	opacity: .7;
}
.newsletter_submit .newsletter_form input.form-control:-ms-input-placeholder{
	color: #fff;
	opacity: .7;
}
.newsletter_submit .newsletter_form input.form-control::placeholder{
	color: #fff;
	opacity: .7;
}
.newsletter_submit .newsletter_form input.form-submit{
	padding: 15px 30px;
	background-color: #fff;
	border: 0;
	border: 2px solid #fff;
	font-size: 14px;
	margin-left: 5px;
	font-weight: 700;
	color: #074ece;
	text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
	.newsletter_submit .newsletter_form input.form-submit{
		width: 100%;
	}
}
.newsletter_submit p.disc{
	font-size: 12px;
	color: #a9b1d7;
}

footer{
	background-color: #171719;
}
footer .top{
	padding: 55px 0 35px;
}
footer .top .title{
	font-size: 14px;
	color: #898c99;
	font-weight: 700;
	letter-spacing: .33px;
	text-transform: uppercase;
	margin-bottom: 12px;
}
footer .top ul{
	padding: 0;
	list-style: none;
	font-size: 13px;
}
footer .top ul li{
	margin-bottom: 5px;
}
footer .top ul li a{
	color: #676a76;
}
footer .top .contact p{
	font-size: 13px;
	color: #676a76;
	line-height: 20px;
}
footer .top .contact .logo{
	width: 86px;
	height: 31px;
	display: inline-block;
	background-image: url(../img/footer_logo.png);
	margin-bottom: 15px;
}
footer .bot{
	padding: 0px 0px 35px 0;
}
footer .bot .line{
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,.05);
	margin-bottom: 30px;
}
footer .bot .copyright{
	display: inline-block;
	margin: 0;
	font-size: 13px;
	color: #696b75;
}
footer .bot .credit{
	float: right;
	margin: 0;
	font-size: 13px;
	color: #696b75;
}
@media only screen and (max-width: 1200px) {
	footer .bot .credit{
		float: none;
		text-align: left;
		margin-top: 15px;
	}
}

.sp_bloglist_content{
	padding: 65px 0;
}
.sp_bloglist_content .blog_row{
	margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
	.sp_bloglist_content .article_list .wrap{ 
		margin-bottom: 15px;
	}
}
.sp_bloglist_content .article_list a.inner{
	height: 100%;
	border: 1px solid #eee;
	display: block;
	transition: all .33s;
}
.sp_bloglist_content .article_list a.inner:hover{
	border: 1px solid #ccc;
	text-decoration: none;
}
.sp_bloglist_content .article_list a.inner .image{
	height: 175px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
}
.sp_bloglist_content .article_list a.inner .textc{
	padding: 20px;
}
.sp_bloglist_content .article_list a.inner .textc .date{
	color:#9295a3;
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 10px;
}
.sp_bloglist_content .article_list a.inner .textc .title{
	color: #373942;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}
.sp_bloglist_content .article_list a.inner .textc .more{
	font-size: 14px;
	font-weight: 700;
	color: #0b55d8;
	text-transform: uppercase;
	letter-spacing: .66px;
	position: relative;
	display: inline-block;
	margin-top: 30px;
}
.sp_bloglist_content .article_list a.inner .textc .more:after{
	content: "";
	width: 6px;
	height: 11px;
	display: inline-block;
	background-image: url(../img/article_button_arrow.png);
	position: absolute;
	right: -15px;
	top: 6px;
	transition: all .33s;
}
.sp_bloglist_content .article_list a.inner:hover .textc .more:after{
	right: -20px;
}
.sp_bloglist_content .button_wrap{
	text-align: center;
	margin-top: 60px;
}
.sp_bloglist_content .button_wrap a{
	display: inline-block;
	color: #0752d7;
	border: 2px solid #0752d7;
	padding: 16px 60px 16px 35px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	background-image: url(../img/button_arrow_blue.png);
	background-position: 83% center;
	background-repeat: no-repeat;
	transition: all .33s;
}
.sp_bloglist_content .button_wrap a:hover{
	color: #fff;
	background-color: #0752d7;
	background-image: url(../img/button_arrow_white.png);
	text-decoration: none;
}

.sp_article{
	padding-top: 107px;
}
.sp_article .top_navpanel{
	padding: 40px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 35px;
}
@media only screen and (max-width: 1200px) {
	.sp_article .top_navpanel{
		padding-top: 25px;
	}
}
.sp_article .top_navpanel .backtolist{
	display: inline-block;
	color: #aaaaaa;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	padding-left: 25px;
	margin: 0;
}
@media only screen and (max-width: 1200px) {
	.sp_article .top_navpanel .backtolist{
		display: none;
	}
}
.sp_article .top_navpanel .backtolist:hover{
	text-decoration: none;
}
.sp_article .top_navpanel .backtolist:before{
	content: "";
	width: 6px;
	height: 11px;
	display: inline-block;
	background-image: url(../img/article_arrow_back.png);
	position: absolute;
	left: 0;
	top: 5px;
	transition: all .33s;
}
.sp_article .top_navpanel .backtolist:hover:before{
	left: -5px;
}
.sp_article .top_navpanel .date{
	text-align: right;
	font-size: 14px;
	color: #ababab;
	font-weight: 700;
	letter-spacing: .33px;
	margin: 0;
}
@media only screen and (max-width: 1200px) {
	.sp_article .top_navpanel .date{
		text-align: left;
	}
}
.sp_article .article_content{

}
.sp_article .article_content h1, .sp_article .article_content h2, .sp_article .article_content h3, .sp_article .article_content h4, .sp_article .article_content h5{
	font-weight: 700;
	color: #2d323d;
	letter-spacing: .66px;
	margin-bottom: 25px;
	margin-top: 35px;
	text-align: left;
}  
.sp_article .article_content h1{
	font-size: 36px;
}
.sp_article .article_content h2{
	font-size: 28px;
}
.sp_article .article_content h3{
	font-size: 24px;
}
.sp_article .article_content h4{
	font-size: 20px;
}
.sp_article .article_content h5{
	font-size: 18px;
}
.sp_article .article_content img{
	max-width: 100%;
	margin: 25px 0 15px;
}
.sp_article .article_content h1{
	font-weight: 900;
	color: #0b55d8;
	font-size: 28px;
	line-height: 42px;
	letter-spacing: 1.33px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 25px;
}
.sp_article .article_content p{
	font-family: 'PT Serif', serif;
	font-size: 16px;
	line-height: 30px;
	color: #797c8b;
	text-align: justify;
}
.sp_article .article_content p.subtitle{
	color: #2d323d;
}
.sp_article .article_content ul, .sp_article .article_content ol{
	color: #797c8b;
	font-size: 11px;
	padding-left: 30px;
	margin-top: 25px;
	list-style: square;
}
.sp_article .article_content ul li{
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.sp_article .article_content .imagearea{
	margin: 10px 0;
}
.sp_article .article_content .imagearea img{
	max-width: 100%;
}
.sp_article .article_content .bottom_line{
	width: 100%;
	height: 1px;
	background-color: #eee;
	margin: 70px 0 60px;
}
.article_morearticles{
	margin: 0px;
	padding-bottom: 80px;
}
.article_morearticles .wrapper{
	margin: 0px -15px;
}
.article_morearticles h2{
	color: #0b55d8;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 28px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
	.article_morearticles .wrap{ 
		margin-bottom: 15px;
	}
}
.article_morearticles a.inner{
	height: 100%;
	border: 1px solid #eee;
	display: block;
	transition: all .33s;
}
.article_morearticles a.inner:hover{
	border: 1px solid #ccc;
	text-decoration: none;
}
.article_morearticles a.inner .image{
	height: 175px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
}
.article_morearticles a.inner .textc{
	padding: 20px;
}
.article_morearticles a.inner .textc .date{
	color:#9295a3;
	font-weight: 700;
	font-size: 12px;
	margin-bottom: 10px;
	font-family: 'segoe-ui', sans-serif;
}
.article_morearticles a.inner .textc .title{
	color: #373942;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	font-family: 'segoe-ui', sans-serif;
}
.article_morearticles a.inner .textc .more{
	font-size: 14px;
	font-weight: 700;
	color: #0b55d8;
	text-transform: uppercase;
	letter-spacing: .66px;
	position: relative;
	display: inline-block;
	margin-top: 30px;
}
.article_morearticles a.inner .textc .more:after{
	content: "";
	width: 6px;
	height: 11px;
	display: inline-block;
	background-image: url(../img/article_button_arrow.png);
	position: absolute;
	right: -15px;
	top: 6px;
	transition: all .33s;
}
.article_morearticles a.inner:hover .textc .more:after{
	right: -20px;
}
.article_morearticles .button_wrap{
	text-align: center;
	margin-top: 60px;
}
.article_morearticles .button_wrap a{
	display: inline-block;
	color: #0752d7;
	border: 2px solid #0752d7;
	padding: 16px 60px 16px 35px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	background-image: url(../img/button_arrow_blue.png);
	background-position: 83% center;
	background-repeat: no-repeat;
	transition: all .33s;
}
.article_morearticles .button_wrap a:hover{
	color: #fff;
	background-color: #0752d7;
	background-image: url(../img/button_arrow_white.png);
	text-decoration: none;
}

.sp_career_topt{
	padding: 75px 0 65px;
	text-align: center;
}
.sp_career_topt p{
	color: #797c8b;
	font-size: 14px;
	line-height: 26px;
}
.sp_career_topt p.subt{
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #373a42;
	letter-spacing: 3px;
	line-height: 30px;
	margin-bottom: 25px;
}

.sp_career_benefits{
	padding: 90px 0 80px;
	border-top: 1px solid #eeeeee;
	text-align: center;
}
.sp_career_benefits img{
	max-width: 80%;
}
.sp_career_benefits h2{
	font-size: 28px;
	color: #41444b;
	line-height: 42px;
	font-weight: 700;
	margin-bottom: 85px;
	text-transform: uppercase;
}
.sp_career_benefits .item{
	margin-bottom: 30px;
}
.sp_career_benefits .item h3{
	color: #41444b;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 20px;
}
.sp_career_benefits .item p{
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.02em;
	color: #797c8b;
}

.sp_career_list{
	background-color: #f6f6f6;
	padding: 80px 0 90px;
}
.sp_career_list h2{
	font-size: 28px;
	font-weight: 700;
	color: #41444b;
	text-transform: uppercase;
	line-height: 28px;
	text-align: center;
	margin-bottom: 65px;
}
.sp_career_list .careerbox .list ul{
	display: block;
	background-color: #fff;
	list-style: none;
	padding: 0px 0 0px 0;
	margin: 0 -15px 0 0;
	position: relative;
	z-index: 2;
	border-right: 1px solid #eee;
}
.sp_career_list .careerbox .list ul li{
	display: block;
}
.sp_career_list .careerbox .list ul li a{
	padding: 13px 20px 13px 20px;
	margin: 0 0 0 0;
	display: block;
	font-size: 17px;
	font-weight: 300;
	color: #333333;
}
.sp_career_list .careerbox .list ul li a span{
	display: inline-block;
	background-color: #f6f6f6;
	color: #333333;
	padding: 2px 5px;
	margin-left: 10px;
	margin-top: -3px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	position: relative;
}
.sp_career_list .careerbox .list ul li a span:before{
	content: "";
	width: 7px;
	height: 7px;
	background-color: #f6f6f6;
	position: absolute;
	left: -3px;
	top: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sp_career_list .careerbox .list ul li a:hover{
	background-color: #0b55d8;
	color: #ffffff;
	text-decoration: none;
}
.sp_career_list .careerbox .list ul li.opened a{
	background-color: #0b55d8;
	color: #ffffff;
	text-decoration: none;
	position: relative;
}
.sp_career_list .careerbox .list ul li.opened a:after{
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -5px;
	background-color: #0b55d8;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media only screen and (max-width: 992px) {
	.sp_career_list .careerbox .list ul li.opened a:after{ 
		display: none;
	}
}
.sp_career_list .careerbox .detail .place{
	border: 1px solid #eeeeee;
	padding: 30px 30px 15px 30px;
	margin-left: -16px;
	position: relative;
	z-index: 1;
	border-top: 3px solid #0b55d8;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	display: none;
}
@media only screen and (max-width: 992px) {
	.sp_career_list .careerbox .detail .place{ 
		margin-left: 0;
	}
}
.sp_career_list .careerbox .detail .place.opened{
	display: block;
}
.sp_career_list .careerbox .detail .place p.title{
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0b55d8;
}
.sp_career_list .careerbox .detail .place p.subtitle{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333333;
}
.sp_career_list .careerbox .detail .place ul{
	padding: 0 0 0 20px;
	list-style-type: square;
	color: #ef5c30;
}
.sp_career_list .careerbox .detail .place ul li{ 
	color: #777777;
	font-size: 14px;
	margin: 7px 0;
}
.sp_career_list .careerbox .detail .place ul li span{
	color: #777777;
}
.sp_career_list .careerbox .detail .place .contact{
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 15px 0 10px;
}
.sp_career_list .careerbox .detail .place .contact a{
	display: inline-block;
	color: #0752d7;
	border: 2px solid #0752d7;
	padding: 15px 60px 15px 35px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	background-image: url(../img/button_arrow_blue.png);
	background-position: 83% center;
	background-repeat: no-repeat;
	transition: all .33s;
}
.sp_career_list .careerbox .detail .place .contact a:hover{
	color: #fff;
	background-color: #0752d7;
	background-image: url(../img/button_arrow_white.png);
	text-decoration: none;
}

.sp_career_submitform{
	text-align: center;
	padding: 100px 0;
}
.sp_career_submitform h2{
	font-size: 28px;
	color: #0b55d8;
	line-height: 42px;
	font-weight: 700;
	margin-bottom: 55px;
}
.sp_career_submitform h2 span{
	color: #41444b;
}
.sp_career_submitform .form_wrap input.form-control{
	height: auto;
	border: 2px solid #eeeeee;
	padding: 18px 20px;
	font-size: 14px;
	color: #6e7580;
	border-radius: 0px;
	margin-bottom: 20px;
}
.sp_career_submitform .form_wrap textarea.form-control{
	height: auto;
	border: 2px solid #eeeeee;
	padding: 18px 20px;
	font-size: 14px;
	color: #6e7580;
	border-radius: 0px;
	margin-bottom: 20px;
	resize: none;
}
.sp_career_submitform .form_wrap .file_input{
	border: 2px solid #eeeeee;
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
	color: #6e7580;
	position: relative;
	padding: 18px 20px;
}

.sp_career_submitform .form_wrap .file_input input[type="file"]{
  margin-top: 5px;
}/*
.sp_career_submitform .form_wrap .file_input input:focus + label{
  outline: 2px solid;
}*/
.sp_career_submitform .legal_text{
	font-size: 13px;
	color: #797c8b;
	text-align: left;
	margin-bottom: 20px;
}
.sp_career_submitform .legal_text p{
	margin: 0;
}
.sp_career_submitform .form_wrap .form-submit{
	width: 100%;
	padding: 26px 25px;
	color: #fff;
	background-color: #0b55d8;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	border: 0;
	cursor: pointer;
	transition: all .33s;
}
.sp_career_submitform .form_wrap .form-submit:hover{
	background-color: #0949b9;
}

.sp_contact_central{
	padding: 80px 0;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.sp_contact_central h2{
	font-weight: 700;
	font-size: 30px;
	color: #3c3f47;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.sp_contact_central p{
	font-size: 14px;
	line-height: 26px;
	color: #797c8b;
}
.sp_contact_central .icons{
	margin-top: 50px;
}
.sp_contact_central .icons h3{
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #3c3f47;
	margin-top: 25px;
	margin-bottom: 8px;
}
.sp_contact_central .icons p{
	line-height: 20px;
	margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
	.sp_contact_central .icons p{
		margin-bottom: 35px;
	}
}

.sp_contact_form{
	padding: 80px 0 100px;
	text-align: center;
}
.sp_contact_form h2{
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	color: #3c3f47;
	margin-bottom: 50px;
}
.sp_contact_form input.form-control{
	height: auto;
	border: 2px solid #eeeeee;
	padding: 18px 20px;
	font-size: 14px;
	color: #6e7580;
	border-radius: 0px;
	margin-bottom: 20px;
}
.sp_contact_form textarea.form-control{
	height: auto;
	border: 2px solid #eeeeee;
	padding: 18px 20px;
	font-size: 14px;
	color: #6e7580;
	border-radius: 0px;
	margin-bottom: 20px;
	resize: none;
}
.sp_contact_form .form-submit{
	width: 100%;
	padding: 26px 25px;
	color: #fff;
	background-color: #0b55d8;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	border: 0;
	cursor: pointer;
	transition: all .33s;
}
.sp_contact_form .form-submit:hover{
	background-color: #0949b9;
}

.sp_contact_shopsheader{
	background-image: url(../img/sp_contact_subheader_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
	padding: 65px 0;
	text-align: center;
}
.sp_contact_shopsheader h2{
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}
.sp_contact_shopsheader p{
	margin-top: 15px;
	margin-bottom: 0;
}
.sp_contact_shopsheader p a{
	color: #ccc;
}
#contact_shopsmap{
	display: block;
	height: 750px;
}
#contact_shopsmap > div > div > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) > div > div > div > div, #contact_shopsmap > div > div > div:nth-child(2) > div:nth-child(1) > div:nth-child(4) > div > div > div > div{
	font-weight: 700;
	position: relative;
	margin-top: -52px;
	font-size: 12px !important;
	color: #0b55d8;
	background-color: #fff;
	padding: 2px 4px;
}
.gm-style .gm-style-iw-a{
	margin-top: -35px;
}
#contact_shopsmap .gm-style .gm-style-iw-c{
	border-radius: 0;
	box-shadow: 0px 3px 13px rgba(0,0,0,.13);
}
#contact_shopsmap .map_dialogbox{
	min-width: 585px;
	max-width: 586px;
	border-radius: 0;
	padding: 10px 10px 0px 10px;
	color: #797c8b;
}
#contact_shopsmap .map_dialogbox .map_dialogbox_heading{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #3c3f47;
	margin-bottom: 15px;
}
#contact_shopsmap .map_dialogbox p{
	font-size: 14px;
	line-height: 20px;
}
#contact_shopsmap .gm-style .gm-style-iw-c button img{
	width: 24px;
	height: 24px;
}

.sp_certificates_content{
	padding: 75px 0;
	text-align: center;
	color: #555;
}
.sp_certificates_content .certificate_row{
	margin-bottom: 30px;
}
.sp_certificates_content a.inner{
	height: 100%;
	border: 1px solid #eee;
	display: block;
	transition: all .33s;
	height: 235px;
	overflow: hidden;
	position: relative;
	color: #fff;
}
.sp_certificates_content a.inner:hover{
	border: 1px solid #ccc;
	text-decoration: none;
}
.sp_certificates_content a.inner .image{
	height: 235px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
	position: absolute;
	width: 100%;
	transition: all .33s;
}
.sp_certificates_content a.inner:hover .image{
	transform: scale(1.1);
}
.sp_certificates_content a.inner .textc{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 25px 25px 25px;
	background-color: rgba(11,85,216,.95);
}
.sp_certificates_content a.inner .textc h2{
	font-size: 18px;
	font-weight: 700;
	line-height: 24px; 
	color: #fff;
	padding: 0;
	margin: 0;
}

.sp_productinfo_content{
	padding: 75px 0;
	text-align: center;
	color: #555;
}
.sp_productinfo_content .product_row{
	margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
	.sp_productinfo_content .wrap{ 
		margin-bottom: 15px;
	}
}
.sp_productinfo_content a.inner{
	height: 100%;
	border: 1px solid #eee;
	display: block;
	transition: all .33s;
	height: 235px;
	overflow: hidden;
	position: relative;
	color: #fff;
}
.sp_productinfo_content a.inner:hover{
	border: 1px solid #ccc;
	text-decoration: none;
}
.sp_productinfo_content a.inner .image{
	height: 235px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
	position: absolute;
	width: 100%;
	transition: all .33s;
}
.sp_productinfo_content a.inner:hover .image{
	transform: scale(1.05);
}
.sp_productinfo_content a.inner .textc{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 25px 25px 25px;
	background-color: rgba(49,52,61,.92);
}
.sp_productinfo_content a.inner .textc h2{
	font-size: 18px;
	font-weight: 700;
	line-height: 24px; 
	color: #fff;
	padding: 0;
	margin: 0;
	text-align: left;
}
.sp_productinfo_content_detail{
	padding: 75px 0;
	text-align: center;
	color: #555;
}
.sp_productinfo_content_detail h1, .sp_productinfo_content_detail h2, .sp_productinfo_content_detail h3, .sp_productinfo_content_detail h4, .sp_productinfo_content_detail h5{
	font-weight: 700;
	color: #2d323d;
	letter-spacing: .66px;
	margin-bottom: 25px;
	margin-top: 35px;
	text-align: left;
}  
.sp_productinfo_content_detail h1{
	font-size: 36px;
}
.sp_productinfo_content_detail h2{
	font-size: 28px;
}
.sp_productinfo_content_detail h3{
	font-size: 24px;
}
.sp_productinfo_content_detail h4{
	font-size: 20px;
}
.sp_productinfo_content_detail h5{
	font-size: 18px;
}
.sp_productinfo_content_detail img{
	max-width: 100%;
	margin: 25px 0 15px;
}
.sp_productinfo_content_detail h1{
	font-weight: 900;
	color: #0b55d8;
	font-size: 28px;
	line-height: 42px;
	letter-spacing: 1.33px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 25px;
}
.sp_productinfo_content_detail p{
	font-family: 'PT Serif', serif;
	font-size: 16px;
	line-height: 30px;
	color: #797c8b;
	text-align: justify;
}
.sp_productinfo_content_detail p.subtitle{
	color: #2d323d;
}
.sp_productinfo_content_detail ul, .sp_productinfo_content_detail ol{
	color: #797c8b;
	font-size: 11px;
	padding-left: 30px;
	margin-top: 25px;
	list-style: square;
}
.sp_productinfo_content_detail ul li{
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.sp_generic_subpage{
	padding: 75px 0;
	text-align: center;
	color: #555;
}
.sp_generic_subpage h1, .sp_generic_subpage h2, .sp_generic_subpage h3, .sp_generic_subpage h4, .sp_generic_subpage h5{
	font-weight: 700;
	color: #2d323d;
	letter-spacing: .66px;
	margin-bottom: 25px;
	margin-top: 35px;
	text-align: left;
}  
.sp_generic_subpage h1{
	font-size: 36px;
}
.sp_generic_subpage h2{
	font-size: 28px;
}
.sp_generic_subpage h3{
	font-size: 24px;
}
.sp_generic_subpage h4{
	font-size: 20px;
}
.sp_generic_subpage h5{
	font-size: 18px;
}
.sp_generic_subpage img{
	max-width: 100%;
	margin: 25px 0 15px;
}
.sp_generic_subpage h1{
	font-weight: 900;
	color: #0b55d8;
	font-size: 28px;
	line-height: 42px;
	letter-spacing: 1.33px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 25px;
}
.sp_generic_subpage p{
	font-size: 16px;
	line-height: 30px;
	color: #797c8b;
	text-align: justify;
}
.sp_generic_subpage p.subtitle{
	color: #2d323d;
}
.sp_generic_subpage ul, .sp_generic_subpage ol{
	color: #797c8b;
	font-size: 11px;
	padding-left: 30px;
	margin-top: 25px;
	list-style: square;
}
.sp_generic_subpage ul li{
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 10px;
}

.sp_sortiment_toptext{
	padding: 75px 0;
	text-align: center;
	color: #555;
	background-color: #eee;
}
.sp_sortiment_toptext p{
	font-size: 16px;
	text-transform: uppercase;
	color: #373a42;
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sp_sortiment_image{
	padding: 50px;
}
.sp_sortiment_image img{
	max-width: 100%;
}
.sp_sortiment_content{
	border-top: 1px solid #eee;
	padding: 75px 0;
	text-align: center;
	color: #555;
}
@media only screen and (max-width: 1200px) {
	.sp_sortiment_content .wrap{ 
		margin-bottom: 15px;
	}
}
.sp_sortiment_content .inner{
	border: 1px solid #eee;
	overflow: hidden;
}
.sp_sortiment_content .inner h2{
	border-bottom: 1px solid #eee;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
	padding: 25px 0;
	background-color: rgba(49,52,61,1);
	color: #fff;
}
.sp_sortiment_content .inner .content{
	padding: 10px 10px 15px;
}
.sp_sortiment_content .inner .content img{
	margin: 10px 20px;
	max-width: 100% !important;
}

.sp_comments_submitform{
	text-align: center;
	padding: 100px 0;
}
.sp_comments_submitform h2{
	font-size: 28px;
	color: #0b55d8;
	line-height: 42px;
	font-weight: 700;
	margin-bottom: 55px;
}
.sp_comments_submitform h2 span{
	color: #41444b;
}
.sp_comments_submitform .form_wrap input.form-control{
	height: auto;
	border: 2px solid #eeeeee;
	padding: 18px 20px;
	font-size: 14px;
	color: #6e7580;
	border-radius: 0px;
	margin-bottom: 20px;
}
.sp_comments_submitform .form_wrap textarea.form-control{
	height: auto;
	border: 2px solid #eeeeee;
	padding: 18px 20px;
	font-size: 14px;
	color: #6e7580;
	border-radius: 0px;
	margin-bottom: 20px;
	resize: none;
}
.sp_comments_submitform .form_wrap .file_input{
	border: 2px solid #eeeeee;
	font-size: 14px;
	text-align: left;
	margin-bottom: 20px;
	color: #6e7580;
	position: relative;
	padding: 18px 20px;
}

.sp_comments_submitform .form_wrap .file_input input[type="file"]{
  margin-top: 5px;
}/*
.sp_career_submitform .form_wrap .file_input input:focus + label{
  outline: 2px solid;
}*/
.sp_comments_submitform .legal_text{
	font-size: 13px;
	color: #797c8b;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
}
.sp_comments_submitform .legal_text p{
	margin: 0;
}
.sp_comments_submitform .form_wrap .form-submit{
	width: 100%;
	padding: 26px 25px;
	color: #fff;
	background-color: #0b55d8;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	border: 0;
	cursor: pointer;
	transition: all .33s;
}
.sp_comments_submitform .form_wrap .form-submit:hover{
	background-color: #0949b9;
}

.sp_comments_submitform .radio_boxes{
	text-align: left;
	margin-bottom: 10px;
}
.sp_comments_submitform .radio_boxes label.top{
	font-size: 14px;
	color: #6e7580;
	font-weight: 700;
	margin-bottom: 10px;
}
.sp_comments_submitform .radio_boxes .container {
  	display: block;
  	position: relative;
  	padding-left: 35px;
  	margin-bottom: 12px;
  	cursor: pointer;
	font-size: 14px;
	line-height: 18px;
	color: #6e7580;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
} 
.sp_comments_submitform .radio_boxes .container input {
  	position: absolute;
  	opacity: 0;
  	cursor: pointer;
}
.sp_comments_submitform .radio_boxes .checkmark {
  	position: absolute;
  	top: 0;
  	left: 0;
  	height: 19px;
  	width: 19px;
  	background-color: #eee;
  	border-radius: 50%;
}
.sp_comments_submitform .radio_boxes .container:hover input ~ .checkmark {
  	background-color: #ccc;
}
.sp_comments_submitform .radio_boxes .container input:checked ~ .checkmark {
  	background-color: #2196F3;
}
.sp_comments_submitform .radio_boxes .checkmark:after {
  	content: "";
  	position: absolute;
  	display: none;
}
.sp_comments_submitform .radio_boxes .container input:checked ~ .checkmark:after {
  	display: block;
}
.sp_comments_submitform .radio_boxes .container .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: white;
}

.sp_productinfo_content_detail p{
	font-family: 'segoe-ui', sans-serif;
}

.ostrabonus-header{
	text-align: center;
}
.ostrabonus-header .top{
	padding: 220px 30px 0;
	background: url(../img/ostrabonus/header-bg.jpeg) no-repeat center bottom;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
	.ostrabonus-header .top{
		padding-top: 150px;
	}
}
@media only screen and (max-width: 350px) {
	.ostrabonus-header .top{
		/*padding-bottom: 85px;*/
	}
}
.ostrabonus-header .top::after{
	content: '';
	width: 100%;
	height: 200px;
	position: absolute;
	z-index: 1;
	display: block;
	bottom: 0;
	left: 0;
	background: url(../img/ostrabonus/header-leaning-block.svg) no-repeat center top;

}
@media only screen and (max-width: 350px) {
	.ostrabonus-header .top::after{
		height: 150px;
		background-size: auto 150px;
		background-position: center 50px;
	}
}
.ostrabonus-header .top .logo{
	width: 199px;
	height: 75px;
	background: url(../img/ostrabonus/header-logo.svg) no-repeat center center;
	margin: 0 auto;
}
@media only screen and (max-width: 768px) {
	.ostrabonus-header .top .logo{
		width: 132px;
		height: 50px;
		background-size: contain;
	}
}
.ostrabonus-header .top h1{
	width: 703px;
	height: 350px;
	background: url(../img/ostrabonus/header-title.svg) no-repeat center center;
	margin: 0 auto -33px;
	font-size: 0;
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 768px) {
	.ostrabonus-header .top h1{
		width: 397px;
		height: 228px;
		background-size: contain;
	}
}
@media only screen and (max-width: 480px) {
	.ostrabonus-header .top h1{
		width: 298px;
		height: 178px;
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 350px) {
	.ostrabonus-header .top h1{
		width: 197px;
		height: 117px;
		margin-bottom: 10px;
	}
}
.ostrabonus-header .bottom{
	background: #031837;
	color: #fff;
	padding: 60px 0 120px;
}
@media only screen and (max-width: 768px) {
	.ostrabonus-header .bottom{
		padding: 40px 0 80px;
	}
}
@media only screen and (max-width: 480px) {
	.ostrabonus-header .bottom{
		padding-top: 0;
		padding-bottom: 80px;
	}
}
@media only screen and (max-width: 350px) {
	.ostrabonus-header .bottom{
		padding-bottom: 50px;
	}
}
.ostrabonus-header .bottom p{
	width: 435px;
	height: 65px;
	display: block;
	margin: 0 auto;
	font-size: 0;
	background: url(../img/ostrabonus/header-text.svg) no-repeat center center;
}
@media only screen and (max-width: 768px) {
	.ostrabonus-header .bottom p{
		background-size: contain;
		width: 287px;
		height: 43px;
	}
}
@media only screen and (max-width: 350px) {
	.ostrabonus-header .bottom p{
		width: 190px;
		height: 29px;
	}
}

.ostrabonus-form{
	border: 1px solid #eee;
	padding: 40px;
	margin: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
	.ostrabonus-form{
		padding: 20px;
	}
}

.ostrabonus-form .form-group{
	margin-bottom: 20px;
}
.ostrabonus-form .form-control{
	border: 0;
	height: auto;
	padding: 15px 20px;
    border: 2px solid #eeeeee;
	font-size: 14px;
	border-radius: 0;
}
.ostrabonus-form label{
	color: #666666;
	font-size: 14px;
	text-align: left;
	display: block;
	font-weight: 700;
}
.ostrabonus-form label .color-red{
	color: #F50000;
}
.ostrabonus-form button{
	border: 0;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	padding: 25px 30px;
	background-color: #0b55d8;
	color: #fff;
	transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
	.ostrabonus-form button{
		margin-top: 20px;
	}
}
.ostrabonus-form button:hover{
	background-color: #0949b9;
}

#backToTop {
	width: 45px;
	height: 45px;
	line-height: 40px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
    display: none; /* Initially hidden */
    position: fixed;
    bottom: 20px; /* Some space from the bottom */
    right: 20px;  /* Some space from the right */
    border: none;
    background-color: white;
    color: #0752d7; /* Blue arrow color */
    cursor: pointer;
    font-size: 24px; /* Adjust size if needed */
	box-shadow: 4px 4px 15px rgba(0,0,0,.2);
    transition: background-color 0.3s, color 0.3s; /* For smooth color transition */
    z-index: 9999; /* Ensure the button is above most content */
}

#backToTop:hover {
    background-color: #0752d7;
    color: white;
}

.career-after-form-block{
	border-top: 1px solid #eee;
	padding: 100px 0;
}
.career-after-form-block .points-icons{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 25px;
}
@media only screen and (max-width: 992px) {
	.career-after-form-block .points-icons{
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media only screen and (max-width: 768px) {
	.career-after-form-block .points-icons{
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width: 576px) {
	.career-after-form-block .points-icons{
		grid-template-columns: 1fr;
	}
}
.career-after-form-block .points-icons .point-inner{
	text-align: center;
}
.career-after-form-block .points-icons .point-img{
	height: 55px;
	margin-bottom: 15px;
	text-align: center;
}
.career-after-form-block .points-icons h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.career-after-form-block .points-icons p{
	font-size: 14px;
	color: #797c8b;
}

.career-bottom-texts{
	background: #f6f6f6;
	padding: 100px 0;
	color: #797c8b;
}

.career-bottom-texts h3{
	font-size: 28px;
	color: #0b55d8;
	line-height: 42px;
	font-weight: 700;
}

.career-bottom-texts h4{
	font-weight: bold;
	color: #212529;
}

.career-bottom-texts .text-right{
	text-align: right;
}