html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
sup{
	font-size:11px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: #8cc63e;
	text-decoration: none;
}
a:hover {
	color: #00BD34;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-decoration: none;
}
.b-link {
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: inherit;
}
.b-link:hover {
	color: inherit;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
input[type="text"], input[type="password"], textarea, select {
	display: block;
	width: 100%;
	height: 50px;
	padding: 6px 18px;
	font-size: 14px;
	line-height: 34px;
	color: #bfbbb6;
	background-color: #fff;
	border: 1px solid #e2e2e2;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	outline: 0;
}
strong{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
textarea {height: 152px;}
table {width: 100%;}
.clearfix:after, .row:after, .container:after {
	content: '';
	display: table;
	clear: both;
}
/********text********/
/*.text * {font-family: 'open_sansregular', Arial, sans-serif;}*/
.text h1, .text h2, .text h3, .text h4, .text strong {font-family: 'Open Sans', sans-serif; font-weight: 400;}
.text ul, .txt-2 ul {
	list-style-type: disc;
	padding: 18px 20px;
}
.text ol {
	padding: 18px 40px;
	list-style-type: decimal;
}
.text em {font-style: italic;}
.text p {margin-bottom: 9px;}
.text img {max-width: 100%;}
.text table {
	width: 100%!important;
	height: auto;
}
.text td {
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: top;
}
.text tr:nth-child(odd) {background: #eee;}
small{
	font-size: 80%;
}
/*********text********/
.img {
	vertical-align: middle;
	max-width: 100%;
}
.f-left{
	float:left;
}
.f-right{
	float:right;	
}
.t-left{
	text-align:left;
}
.t-right{
	text-align:right;
}
.t-center{
	text-align: center;
}
.m-top{
	margin-top: 30px;
}
.m-bottom{
	margin-bottom: 30px;
}
.m-top-b{
	margin-top: 60px;
}
.m-bottom-b{
	margin-bottom: 60px;
}
.m-right{
	margin-right: 30px;
}
.m-left{
	margin-left: 30px;
}
.p-top{
	padding-top: 30px;
}
.p-bottom{
	padding-bottom: 30px;
}
.p-bottom-b{
	padding-bottom: 60px;
}
.p-top-b{
	padding-top: 60px;
}
.p-right{
	padding-right: 30px;
}
.p-left{
	padding-left: 30px;
}
.r-img{
	vertical-align: middle;
	max-width: 100%;
}
.hidden {display: none;}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after, .row:after, .container:after {
	content: '';
	display: table;
	clear: both;
}
html {font: 100%/1.4 "Open Sans", sans-serif;
}
html, body{
	height: 100%;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased !important;
	color: #000;
	-webkit-text-size-adjust: none;
	font-weight: 300;
}
body {

}
h1, .h1, h2, h3, h4, h5, h6 {
	margin-top: 1.25rem;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 1.25rem;
}
h4, h5, h6 {
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
}
h1,
.h1 {
	font-size: 2.15em;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	color: #000;
}
h2,
.h2 {
	font-size: 1.5em;
}
.h2 {
	/*font-size: 1.975em;*/
	font-weight: 600;
}
h3,
.h3 {
	font-size: 1.2em;
}
h4,
.h4 {
	font-size: 1.125em;
}
h5,
.h5 {
	font-size: 0.875em;
}
h6,
.h6 {
	font-size: 0.75em;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.fixed{
	position: fixed;
	top:0px;
	width: 100%;
	z-index: 99999;
}
.d-none{
	display: none;
}
bold, .bold{
	font-weight: 700;
}
@media (min-width: 768px) {
	.container {
	width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
	width: 970px;
	}
}
@media (min-width: 1200px) {
.container {
	width: 1170px;
	}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
@media (min-width: 968px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13 {
	float: left;
	}
	.col-sm-13 {
	width: 20%;
	}
	.col-sm-12 {
	width: 100%;
	}
	.col-sm-11 {
	width: 91.66666667%;
	}
	.col-sm-10 {
	width: 83.33333333%;
	}
	.col-sm-9 {
	width: 75%;
	}
	.col-sm-8 {
	width: 66.66666667%;
	}
	.col-sm-7 {
	width: 58.33333333%;
	}
	.col-sm-6 {
	width: 50%;
	}
	.col-sm-5 {
	width: 41.66666667%;
	}
	.col-sm-4 {
	width: 33.33333333%;
	}
	.col-sm-3 {
	width: 25%;
	}
	.col-sm-2 {
	width: 16.66666667%;
	}
	.col-sm-1 {
	width: 8.33333333%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
	}
	.col-md-12 {
	width: 100%;
	}
	.col-md-11 {
	width: 91.66666667%;
	}
	.col-md-10 {
	width: 83.33333333%;
	}
	.col-md-9 {
	width: 75%;
	}
	.col-md-8 {
	width: 66.66666667%;
	}
	.col-md-7 {
	width: 58.33333333%;
	}
	.col-md-6 {
	width: 50%;
	}
	.col-md-5 {
	width: 41.66666667%;
	}
	.col-md-4 {
	width: 33.33333333%;
	}
	.col-md-3 {
	width: 25%;
	}
	.col-md-2 {
	width: 16.66666667%;
	}
	.col-md-1 {
	width: 8.33333333%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
	}
	.col-lg-12 {
	width: 100%;
	}
	.col-lg-11 {
	width: 91.66666667%;
	}
	.col-lg-10 {
	width: 83.33333333%;
	}
	.col-lg-9 {
	width: 75%;
	}
	.col-lg-8 {
	width: 66.66666667%;
	}
	.col-lg-7 {
	width: 58.33333333%;
	}
	.col-lg-6 {
	width: 50%;
	}
	.col-lg-5 {
	width: 41.66666667%;
	}
	.col-lg-4 {
	width: 33.33333333%;
	}
	.col-lg-3 {
	width: 25%;
	}
	.col-lg-2 {
	width: 16.66666667%;
	}
	.col-lg-1 {
	width: 8.33333333%;
	}
}

.btn{
	font-weight: 700;
	font-style: normal;
	color: #ffffff;
	display: inline-block;
	padding:10px 20px;
	font-size: 15px;
	text-transform: uppercase;
	background-color: #00BD34;
	border-color: transparent;
}
.btn:hover{
	color: #1e283a;
	background-color: #c3cdd5;
	border-color: transparent;
}
.page {
	padding-top: 97px;
}
.header{
	position: relative;
    background: #8cc63e;
    color: #fff;
    padding:5px 0px 54px;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
}
.callback-opened .header {right: 17px;}
.header .col-sm-1 a{
	color:#fff;
	font-size:43px;
}
.phone-block {
	font-weight: 400;
	font-size: 30px;
}
.spblock {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font: 14px/1.5 'Open Sans', sans-serif;
}
.wrapper-slider{
	position: relative;
}
.category-block li{
	margin-bottom: 10px;
}
.category-block-item:hover{
	border:1px solid #00BD34;
}
.category-block-item a{
	display: inherit;
}
.block-name{
    display: table-cell;
    vertical-align: top;
    max-width: 200px;
    width: 100%;
    font-size: 15px;
    padding-left: 10px;
    vertical-align: middle;
}
.category-block li:nth-child(3n) + li {
    clear: left;
}
.category-block-item{
    border: 1px solid #c0c0c0;
    padding: 5px;
    display: table;
    width: 100%;
}
.anchor-nav {
	background: #8cc63e;
	padding: 10px 0;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 30;
	min-height: 54px;
}
.nav-fixed .anchor-nav {
	position: fixed;
	bottom: auto;
	top: 0;
}
.anchor-nav__list {
	display: flex;
	justify-content: center;
}
.anchor-nav__item {
	position: relative;
	margin: 0 5px;
}
.anchor-nav__item_hidden {display: none;}
.nav-fixed .anchor-nav__item_hidden {
	display: block;
}
.link_anchor-nav {
	position: relative;
	display: block;
	padding: 5px 0;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 2px solid transparent
}
.link_anchor-nav:hover {
	color: #fff;
}
.link_anchor-nav.active {
	border-color: #fff;
}
.anchor-nav__item .b-btn_header {margin-top: 0;}
.b-photo-layout {
	position: relative;
	padding-bottom: 1.875rem;
}
.cert .b-photo {
	padding: 0 5px;
	text-align: center;
}
.b-img_photo {
	display: inline-block!important;
	max-width: 100%;
}
.b-photo .slick-prev,
.b-photo .slick-next
{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 110%;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.b-photo .slick-prev:before,
.b-photo .slick-next:before
{
	font-family: 'FontAwesome';
	font-size: 26px;
	line-height: 1;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.b-photo .slick-prev:hover:before,
.b-photo .slick-next:hover:before {
	color: #8cc63e;
}
.b-photo .slick-prev
{
	left: 42%;
}
.b-photo .slick-prev:before
{
	content: '\f104';
}
.b-photo .slick-next
{
	right: 42%;
}
.b-photo .slick-next:before
{
	content: '\f105';
}
.wrapper-footer{
	color:#fff;
	background: #8cc63e;	
}
.mm-listview>li>a, .mm-listview>li>span{
	text-align:left;
}
body .mm-menu.mm-theme-black{
    background: #71716f;	
}
body .mm-menu.mm-theme-black li a{
	color:#fff;
}
.mm-listview>li:not(.mm-divider):after, .mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before{
	background: #c0c0c0;
}
body .mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before{
	height:0px;
}
body .mm-menu .mm-navbar a, .mm-menu .mm-navbar>*{
	color:#fff;
}
.mm-navbar{
	border-bottom:1px solid #ccc;
}
body .mm-menu.mm-theme-black li a:hover{
	background: #8cc63e;
}
.mm-listview>li:not(.mm-divider):after{
	left:0px;
}
@media (max-width: 992px) {
.phone-block{
	font-size: 26px;
}
.header .col-sm-5{
	padding-bottom: 20px;
}
}
.wrapper-footer a{
	color:#fff;
	text-decoration: underline;
}
.wrapper-footer a{
	padding:0px 10px;
}
.cd-wrapper {
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
	background: rgba(255,255,255,.4);
	padding: 15px 30px;
	text-align: center;
	/*color: #fff;*/
}
.cd-title {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	max-width: 525px;
}
.cntSeparator {
	font-size: 50px;
	line-height: 70px;
	margin: 0 10px;
}
.cd-wrapper .d div {
	float: left;
	text-align: center;
	width: 104px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 0 36px;
}
.cd-wrapper .d div:first-child {
	margin-left: 1px;
}
.clear {
	clear: both;
}
.b-prods__item {
	position: relative;
	margin-bottom: 1.875rem;
}
.b-prods-photo {
	position: relative;
	/*padding-bottom: 1.5rem;*/
	text-align: center;
}
.b-link-prods-photo {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 17px 20px;
	background: #fff;
}
.b-link-prods-photo:before {
	content: '';
	width: 200%;
	height: 200%;
	display: block;
	position: absolute;
	left: -50%;
	top: -50%;
	-webkit-box-shadow: inset 0 0 0 0 rgba(40,44,48,.2);
	box-shadow: inset 0 0 0 0 rgba(40,44,48,.2);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.b-link-prods-photo:hover:before {
	-webkit-box-shadow: inset 0 0 0 300px rgba(40,44,48,.2);
	box-shadow: inset 0 0 0 300px rgba(40,44,48,.2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.b-prods-caption {
	margin-top: 1.5rem;
	position: relative;
}
.b-prods-price-layout {
	position: relative;
	line-height: 1.5;
	color: #8cc63e;
	margin-bottom: 1rem;
}
.b-prods-price {
	display: inline-block;
	/*font-size: 1.5625em;*/
	/*margin-right: 3px;*/
	font-weight: 300;
}
.b-prods-oldprice {
	font-size: 1.25em;
	text-decoration: line-through;
}
.b-prods-title {
	color: #31353d;
	text-transform: uppercase;
	font: 700 0.875em/1.1 'Open Sans', sans-serif;
}
.b-prods-title:hover {color: #8cc63e;}
.b-prods-desc {
	font-size: .75em;
	color: #222;
}
.b-prods-buy {
	position: relative;
	margin-top: 1.875rem;
}
.b-prods-buy a {
	color: #222;
	padding: 0px;
	font-size: 0.9375em;
	text-transform: uppercase;
	display: inline-block;
}
.b-sticker {
	padding-top: 17px;
	color: #ffffff;
	background: #8cc63e;
	width: 52px;
	height: 52px;
	border-radius: 50px;
	font-size: 19px;
	vertical-align: middle;
	margin-right: .625rem;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	text-align: center;
}
.b-prods-buy a:hover .b-sticker {
	background: #282c30;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.payment-heading {
	font: 400 1.25em/1.4 'Open Sans', sans-serif;
	margin-bottom: 2rem;
	color: #000;
}
.payment {
	position: relative;
	list-style-type: none!important;
	padding: 0!important;
}
.payment li {
	position: relative;
	float: left;
}
.payment li + li {margin-left: 1.25rem;}
.payment:after {
	content: '';
	display: table;
	clear: both;
}
#contactForm > div {margin-bottom: 1.5625rem;}
#contactForm > div:last-child {text-align: center;}
.b-btn {
	padding: .5625rem 2.9375rem;
	letter-spacing: 1px;
	font: 1.1em/1.4 'Open Sans', sans-serif;
	background: transparent;
	color: #555555;
	display: inline-block;
	border: 2px solid #c2c2c2;
	border-color: #8cc63e;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none;
	cursor: pointer;
}
.b-btn:hover {
	color: #fff;
	background: #8cc63e;
	border-color: #8cc63e;
}
.b-btn_white {
	background: #fff!important;
	border-color: #fff!important;
	color: #555555!important;
}
.b-btn_header {
	font-size: 14px;
	padding: .3125rem 1.25rem;
	float: left;
	margin-top: 15px;
	border-color: #fff;
	background: #fff;
	font-weight: 600;
}
.b-btn_header:hover {
	color: #000;
	background: #fff;
	border-color: #fff;
}
.callback-opened {
	overflow: hidden;
	padding-right: 17px;
}
.callback {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0,0,0,.6);
	display: none;
}
.callback.active {display: block;}
.callback-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: grid;
	padding: 30px 0;
	overflow-y: auto;
}
.callback-layout {
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 450px;
	padding: 2.5rem;
	border-radius: 1px;
	box-shadow: 0 0 5px rgba(0,0,0,.7);
	background: #fff;
}
#callback-form > div {
	margin-bottom: 1.5625rem;
}
#callback-form > div:last-child {
	text-align: center;
	margin-bottom: 0;
}
#callback-form input[type="text"] {
	height: 38px;
}
#callback-preload,
#callback-result {display: none;}
.callback-close {
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
}
.tabs__header {
	position: relative;
	display: flex;
	margin-bottom: 50px;
}
.tabs-header__item {
	text-decoration: none;
	flex-grow: 1;
	flex-shrink: 1;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	color: #929daf;
}
.tabs-header__item:hover {
	color: #929daf;
	opacity: .8;
}
.tabs-header__item.active {
	color: #8cc63e;
}
.tabs-header__icon {
	position: relative;
	display: block;
}
.tabs-header__icon:before {
	content: '\f0d1';
	font: normal 20px/1 'FontAwesome';
}
.tabs-slider {
	position: absolute;
	bottom: -20px;
	transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
	height: 4px;
}
.tabs-slider:before {
	content: '';
	width: 50px;
	height: 4px;
	background: #8cc63e;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.tabs__content {
	position: relative;
}
.tabs-content__item {
	display: none;
	-webkit-animation-name: content;
	animation-name: content;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.tabs-content__item.active {
	display: block;
}
.mobile-sideshow {
	display: none;
}
.mobile-slideshow__layout {
	background: #8cc63e;
	margin-top: 15px;
}
.mobile-slideshow__layout .slick-prev:before, .mobile-slideshow__layout .slick-next:before {
	/*color: #000;*/
}
.mobile-slideshow__layout .slick-prev {left: 5px;}
.mobile-slideshow__layout .slick-next {right: 5px;}
.mobile-slideshow__item {
	text-align: center;
	color: #fff;
}
.mobile-slidehsow__inner {
	padding: 15px 35px;
}
.mobile-slideshow__title {
	font-size: 1.125em;
	font-weight: 400;
	margin: 0;
}
.mobile-slideshow__summary {
	margin: .625rem 0 0;
	/*font-size: .875em;*/
	font-weight: 400;
}
.verstin__item {
	position: relative;
	margin-bottom: 1.875rem;
	text-align: center;
}
.verstin__title {
	color: #31353d;
	font: 0.875em/1.1 'Open Sans Bold', sans-serif;
	font-weight: bold;
	margin: 1rem 0;
	text-transform: uppercase;
}
.verstin__summary {
	font-size: .875em;
}
.verstin__item:nth-child(2n+1){
	clear: left;
}
@media screen and (max-width: 767px) {
	.header {
		padding: 5px 0;
	}
	.anchor-nav {
		display: none;
	}
	.wrapper-slider {display: none;}
	.mobile-sideshow {display: block;}
	#contactForm > .clearfix > * {margin-bottom: 1.5625rem;}
	#contactForm > .clearfix > *:last-child {margin-bottom: 0;}
	.mobile-sideshow + * {padding-top: 15px;}
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.bg-green {
	background: #8cc63e;
	color: #fff;
}
.mobile-slideshow__summary ul {
	list-style-type: disc;
	text-align: left;
}
.mobile-slideshow__summary ul li + li {margin-top: 2px; }
.header-phone a {color: #fff;}
@media screen and (max-width: 640px) {
	.header {
		padding: 5px 0 15px;
	}
	.phone-block {
		width: 100%!important;
		text-align: left;
	}
	.spblock {
		display: none;
	}
	.phone-block {
		/*font-size: 14px;*/
		padding-left: 0!important;
	}
	.b-btn_header_header {
		float: none;
	}
	.header .col-sm-5 {
		padding: 0;
		max-width: 45%;
	}
	.header-phone {
		display: block;
		position: absolute;
		top: -35px;
		right: 5px;
		font-size: 20px;
	}
	.mobile-menu-anchor {
		position: absolute;
		bottom: 3px;
		right: 15px;
	}
	.b-btn_header_header {
		padding-left: .25rem;
		padding-right: .25rem;
	}
}
@media screen and (max-width: 420px) {
	.mobile-menu-anchor {
		bottom:2px;
	}
	.header-phone {
		/*padding-right: 40px;*/
	}
}