@font-face {
    font-family: 'pf_dindisplay_prolight';
    src: url('fonts/pfdindisplaypro-light-webfont.eot');
    src: url('fonts/pfdindisplaypro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfdindisplaypro-light-webfont.woff2') format('woff2'),
         url('fonts/pfdindisplaypro-light-webfont.woff') format('woff'),
         url('fonts/pfdindisplaypro-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pf_dindisplay_promedium';
    src: url('fonts/pfdindisplaypro-med-webfont.eot');
    src: url('fonts/pfdindisplaypro-med-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfdindisplaypro-med-webfont.woff2') format('woff2'),
         url('fonts/pfdindisplaypro-med-webfont.woff') format('woff'),
         url('fonts/pfdindisplaypro-med-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pf_dindisplay_problack';
    src: url('fonts/pfdindisplaypro-black-webfont.eot');
    src: url('fonts/pfdindisplaypro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pfdindisplaypro-black-webfont.woff2') format('woff2'),
         url('fonts/pfdindisplaypro-black-webfont.woff') format('woff'),
         url('fonts/pfdindisplaypro-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/************************* reset *************************/
html{
	height: 100%;
	margin: 0;
	padding: 0;width: 100%;
	background: #fff;
}
body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	font-size:0.625em;
	font-weight: 300;
	font-family: 'pf_dindisplay_prolight', Arial, Helvetica, sans-serif;
	line-height: 20px;
	min-width: 320px;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, p, ul, li, a, span, div, input, textarea, select, form, fieldset, button, dl, dd, dt, figure, figcaption, blockquote, caption, aside, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
}
input, textarea, select, button {
	font-family: 'pf_dindisplay_prolight', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border: 0;
	outline: 0;
	background: none;
}
a:hover {text-decoration: none;}
ul li {list-style: none;}
/************************* common styles *************************/
.holder {
	max-width: 1000px;
	padding: 0 10px;
	margin: 0 auto;
}
.holder:after {
	display: block;
	content: '';
	clear: both;
}
.scroll {
	overflow: hidden;
	margin: 0 -20px 20px;
}
.scroll-inner {
	margin-bottom: -20px;
	padding: 0 0 0 20px;
	overflow-y: hidden;
    overflow-x: auto;
}
/************************* form styles *************************/
.input {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 18px;
	color: #b3b3b3;
	font-size: 18px;
	font-weight: 400;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
}
.submit {
	display: block;
	width: 100%;
	height: 72px;
	padding: 0 0 1px;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	outline: 0;
	border: 0;
	cursor: pointer;
	background: transparent;
	background: #46d0ae;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.submit:hover {
	background: #49e3bd;
}
::-webkit-input-placeholder {color: #b3b3b3;}
:-moz-placeholder {color: #b3b3b3; opacity: 1;}
::-moz-placeholder {color: #b3b3b3; opacity: 1;}
:-ms-input-placeholder {color: #b3b3b3;}
.input.error {
	color: rgb(255, 86, 71);
}
label.error {
	position: absolute;
	left: -9999px;
}
a.submit {
	line-height: 50px;
	text-align: center;
	text-decoration: none;
}
/* Checkbox */
.checker {
	float: left;
	position: relative; 
}
.checker, .checker span, .checker input {
	display: block;
	width: 15px;
	height: 15px; 
	cursor: pointer;
}
.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
	cursor: pointer;
    text-align: center;
    background: url(images/checkbox.png) 0 0 no-repeat; 
}
.checker span.checked {
    background-position: 0 -15px;
}
.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1; 
	display: block;
}
/************************* wrapper *************************/
#wrapper {
	position: relative;
	overflow: hidden;
}
/************************* header *************************/
.header {
	position: relative;
	padding: 123px 0 94px;
	background: url(images/media/bg1.jpg) 50% 0 no-repeat;
	background-size: cover;
}
.logo {
	position: relative;
	z-index: 120;
	float: left;
}
.logo a {
	color: #fff;
	font-size: 36px;
	text-decoration: none;
}
.logo span {
	display: inline-block;
	vertical-align: top;
}
.logo-blue {
	display: inline-block;
	vertical-align: middle;
	color: #46d0ae;
	font-size: 60px;
}
.logo-point {
	padding: 4px 1px 0;
	font-family: 'pf_dindisplay_problack';
}
.logo-white {padding: 4px 0 0;}
.main-title {
	max-width: 724px;
	padding: 112px 0 0;
	margin: 0 0 62px;
	clear: left;
	color: #fff;
	font-size: 48px;
	font-weight: 400;
	line-height: 58px;
}
.main-title a {
    color: #fff;
    text-decoration: none;
}
.header-form {
	margin: 0 0 129px;
}
.header-form-text {
	margin: 0 0 29px;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
}
.header-form .input {
	float: left;
	width: 255px;
	margin: 0 28px 0 0;
	background: #fff;
	border: 1px solid #fff;
}
.header-form .submit {
	float: left;
	width: 255px;
	height: 50px;
	font-size: 18px;
}
.header-icons {
	margin: 0 -50px;
	text-align: center;
}
.header-icon {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	text-align: center;
}
.header-icon-img {
	height: 49px;
	margin: 0 0 13px;
	line-height: 49px;
}
.header-icon-img img {
	vertical-align: middle;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.header-icon:hover img {
	-moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.header-icon-text {
	min-height: 56px;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
}
.header-icon-hidden {
	display: none;
}
.header-icon:hover .header-icon-hidden {display: inline;}
.header-icons-slider {display: none;}
.header-icons-slider .header-icon {
	display: block;
	width: auto;
}
.header-icons-slider .header-icon-hidden {
	font-size: 16px;
	display: inline;
}
.header-icons-slider .header-icon-text {
	min-height: 1px;
}
.owl-prev, .owl-next {
	position: absolute;
	width: 14px;
	height: 27px;
	top: 50%;
	margin-top: -14px;
}
.owl-prev {
	left: 0;
	background: url(images/arrows.png) 0 0 no-repeat;
}
.owl-next {
	right: 0;
	background: url(images/arrows.png) -14px 0 no-repeat;
}
.nav-hidden {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	display: none;
	background: #000;
	background: rgba(0, 0, 0, 0.95);
}
.nav-hidden .holder {
	position: relative;
	padding: 270px 10px 0;
}
.nav-icon {
	float: right;
	margin: -6px 0 0;
}
.nav-list {
	overflow: hidden;
	padding: 0 0 1px;
	margin: 0 0 56px;
}
.nav-list li {
	float: left;
	margin: 0 25px 18px 0;
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
}
.nav-list a {
	color: #fff;
	text-decoration: none;
}
.nav-list a:hover {color: #46d0ae;}
.nav-close {
	position: absolute;
	right: 0;
	top: 115px;
	z-index: 150;
}
.nav-mob {display: none;}
/************************* about *************************/
.about {
	padding: 132px 0;
}
.about-block {
	padding: 47px 52px 45px;
	font-size: 18px;
	line-height: 28px;
	border: 2px solid #f7c71d;
}
.about-block a {color: #067cc9;}
/************************* ban_block *************************/
.ban_block {
	padding: 84px 0 0;
	margin: -84px 0 0;
	background: url(images/media/banner-bg.png) 50% 0 repeat-x;
}
.ban_block-bg {
	padding: 81px 0 131px;
	background: #f6f6f6;
}
.ban_block h2 {
	text-align: left;
}
.banner-text {
	margin: 0 0 57px;
	font-size: 18px;
	line-height: 28px;
}
.ban_block .button {
	color: #3bc5a3;
	border: 1px solid #3bc5a3;
}
.ban_block .button:hover {
	color: #fff;
	background: #3bc5a3;
}
/************************* about *************************/
.info {
	padding: 84px 0 0;
	margin: -84px 0 0;
	background: url(images/media/info-bg.png) 50% 0 repeat-x;
}
.info-bg {
	padding: 81px 0 131px;
	background: #3bc5a3;
}
.info-article {
	margin: 0 0 49px;
}
.info-article:after {
	display: block;
	content: '';
	clear: both;
}
.info-img {
	float: left;
}
.info-article article {
	margin: 0 0 0 257px;
	padding: 49px 0 0;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}
.info-article h2 {
	margin: 0 0 41px;
	color: #fff;
	text-align: left;
}
.info-content {
	overflow: hidden;
	padding: 0 0 34px;
}
.info-img-column {
	float: left;
	width: 220px;
}
.info-img-item {
	float: left;
	margin: 0 16px 16px 0;
}
.info-img-item img {
	width: 94px;
	height: 116px;
}
.info-table-holder {
	margin: 0 0 0 257px;
}
.info-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
	line-height: 21px;
}
.info-table th {
	height: 62px;
	color: #fff;
	font-weight: 400;
	font-family: 'pf_dindisplay_promedium';
	background: #000;
	border-left: 1px solid #1f1f1f;
	border-bottom: 1px solid #000;
}
.info-table th:first-child {
	padding: 0 10px 0 20px;
	text-align: left;
	border-left: 0;
}
.info-table td {
	position: relative;
	width: 23%;
	padding: 20px 0 21px;
	text-align: center;
	background: #fff;
	border-top: 1px solid #dfe6e4;
}
.info-table td:first-child {
	width: auto;
	padding: 20px 10px 21px 20px;
	text-align: left;
}
.info-table td:last-child {
	width: 36%;
	padding: 20px 20px 21px;
	text-align: left;
}
.info-table td:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 54px;
	margin-top: -27px;
	display: block;
	content: '';
	background: #dfe6e4;
}
.info-table td:first-child:before {display: none;}
.info-table tr:hover td {background: #f7c71d;}
.info-table tr:hover td:before {background: #d1a714;}
.info .button:hover {
	color: #9a0c3a;
	background: #fff;
}
.info-hidden {
	display: none;
	padding: 5% 0 0;
}

.news-list {
	overflow: hidden;
}
.news-item {
	position: relative;
	float: left;
	width: 30%;
	margin: 0 0 5% 5%;
}
.news-list .news-item:nth-child(3n + 1){
	clear: left;
	margin: 0 0 5%;
}
.news-item:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 3px;
	content: '';
	background: url(images/news-item-shadow.png) 0 0 repeat-x;
}
.news-img {
	position: relative;
	overflow: hidden;
	display: block;
}
.news-img:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	display: block;
	content: '';
	background: #3bc5a3;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.news-img:hover:after {opacity: 0.8;}
.news-img img {width: 100%;}
.news-category {
	margin: -17px 0;
	height: 34px;
	text-align: center;
}
.news-category-text {
	display: inline-block;
	position: relative;
	height: 34px;
	padding: 0 8px;
	color: #818181;
	font-size: 1.6em;
	line-height: 34px;
	background: url(images/news-category-bg.png) 0 -68px repeat-x;
}
.news-category-text:before, .news-category-text:after {
	position: absolute;
	top: 0;
	display: block;
	width: 18px;
	height: 34px;
	content: '';
}
.news-category-text:before {
	left: -18px;
	background: url(images/news-category-bg.png) 0 0 no-repeat;
}
.news-category-text:after {
	right: -18px;
	background: url(images/news-category-bg.png) 0 -34px no-repeat;
}
.news-content {
	padding: 42px 34px 34px;
	background: #fff;
	box-sizing: content-box;
}
.news-name {
	margin: 0 0 5px;
	font-size: 1.8em;
}
.news-name a {
	color: #0780cf;
	text-decoration: none;
}
.news-name a:hover {
	text-decoration: underline;
}
.news-info {
	margin: 0 0 6px;
	color: #818181;
	font-size: 1.2em;
}
.news-date {padding: 0 20px 0 0;}
.news-comment {
	padding: 0 25px 0 0;
}
.icon-comment {
	width: 14px;
	margin: 2px 5px 0 0;
	vertical-align: top;
}
.icon-view {
	width: 15px;
	margin: 4px 4px 0 0;
	vertical-align: top;
}
.news-views {
	padding: 0;
}
.news-text {font-size: 1.6em;}
/************************* promo *************************/
.pr {
	padding: 126px 0 172px;
	background: #f6f6f6;
}
.pr-content {
	float: left;
	width: 100%;
	padding: 2px 345px 0 0;
}
.pr-content h2 {
	margin: 0 0 41px;
	text-align: left;
}
.pr-text {
	margin: 0 0 32px;
	font-size: 18px;
	line-height: 28px;
}
.pr-side {
	float: right;
	width: 290px;
	margin-left: -345px;
}
.pr-list {padding: 9px 0 0;}
.pr-item {
	display: table;
	width: 100%;
	margin: 0 0 14px;
	font-size: 18px;
	line-height: 28px;
	background: #fff;
	border-left: 3px solid #3bc5a3;
}
.pr-item-num {
	display: table-cell;
	vertical-align: middle;
	width: 10%;
	padding: 28px 0 25px;
	color: #3bc5a3;
	text-align: center;
	font-family: 'pf_dindisplay_promedium';
}
.pr-item-text {
	display: table-cell;
	vertical-align: middle;
	padding: 28px 10px 25px;
}
.pr-view {
	padding: 0 0 0 54px;
	margin: 0 0 43px;
	color: #dedede;
	font-size: 36px;
	line-height: 40px;
	background: url(images/eye.png) 0 7px no-repeat;
}
.button-blue {
	display: block;
	height: 48px;
	margin: 0 0 94px;
	color: #fff;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	background: #3bc5a3;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.button-blue:hover {background: #49e3bd;}
.pr-bottom {
	overflow: hidden;
	clear: both;
	padding: 77px 0 0;
}
.pr-price-text {
	float: left;
	padding: 27px 0 0;
	font-size: 18px;
	font-family: 'pf_dindisplay_promedium';
	line-height: 28px;
}
.pr-bottom-right {float: right;}
.pr-price {
	float: left;
	position: relative;
	height: 82px;
	padding: 0 32px 0 17px;
	margin: 0 0 0 42px;
	color: #000;
	font-size: 45px;
	line-height: 82px;
	background: #f7c71d;
	border-radius: 0 5px 5px 0;
}
.pr-price:before {
	position: absolute;
	top: 0;
	left: -42px;
	display: block;
	content: '';
	width: 42px;
	height: 82px;
	background: url(images/pr-price-bg.png) 0 0 no-repeat;
}
.pr-price-button {
	float: left;
}
.pr-button {
	display: block;
	width: 340px;
	height: 82px;
	color: #000;
	font-size: 24px;
	line-height: 82px;
	text-align: center;
	text-decoration: none;
	background: #fff;
}
.pr-button span {
	border-bottom: 1px solid #000;
}
.pr-button:hover span {border-bottom: 1px solid transparent;}
/************************* promo *************************/
.promo {
	padding: 84px 0 0;
	margin: -84px 0 0;
	background: url(images/media/promo-bg.png) 50% 0 repeat-x;
}
.promo-bg {
	padding: 81px 0 131px;
	background: #9a0c3a;
}
.promo-article {
	margin: 0 0 49px;
}
.promo-article:after {
	display: block;
	content: '';
	clear: both;
}
.promo-img {
	float: right;
	margin: 0 -41px 0 0;
}
.promo-article article {
	margin: 0 400px 0 0;
	padding: 49px 0 0;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
}
.promo-article h2 {
	margin: 0 0 41px;
	color: #fff;
	text-align: left;
}
.promo-table {
	width: 100%;
	margin: 0 0 50px;
	border-collapse: collapse;
	font-size: 18px;
	line-height: 21px;
}
.promo-table th {
	height: 62px;
	color: #fff;
	font-weight: 400;
	font-family: 'pf_dindisplay_promedium';
	background: #000;
	border-left: 1px solid #1f1f1f;
	border-bottom: 1px solid #000;
}
.promo-table th:first-child {
	padding: 0 10px 0 20px;
	text-align: left;
	border-left: 0;
}
.promo-table td {
	position: relative;
	width: 15%;
	padding: 19px 0 21px;
	text-align: center;
	background: #fff;
	border-top: 1px solid #dfe6e4;
}
.promo-table td:first-child {
	width: auto;
	padding: 0 10px 0 20px;
	font-family: 'pf_dindisplay_promedium';
	text-align: left;
}
.promo-table td:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 27px;
	margin-top: -14px;
	display: block;
	content: '';
	background: #dfe6e4;
}
.promo-table td:first-child:before {display: none;}
.promo-table tr:hover td {background: #f7c71d;}
.promo-table tr:hover td:before {background: #d1a714;}
.old-price {
	padding: 0 12px 0 0;
	color: #898989;
	text-decoration: line-through;
}
.new-price {
	color: #067cc9;
	font-family: 'pf_dindisplay_promedium';
}
.button-block {overflow: hidden;}
.button {
	display: block;
	height: 50px;
	color: #fff;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.button:hover {
	color: #3bc5a3;
	background: #fff;
}
.button-big-holder {
	float: right;
	width: 100%;
	padding: 0 0 0 257px;
}
.button-block .button {
	float: left;
	width: 204px;
	margin: 0 -257px 0 0;
}
.button-block .button-big {
	float: none;
	width: auto;
	margin: 0;
	text-transform: uppercase;
}
.promo .button:hover {
	color: #9a0c3a;
	background: #fff;
}
.info .button:hover {
	color: #3bc5a3;
	background: #fff;
}
.promo-hidden {
	display: none;
	padding: 5% 0 0;
}
.promo-video {
	overflow: hidden;
}
.promo-video-item {
	float: left;
	width: 30%;
	margin: 0 0 5% 5%;
}
.promo-video-item:nth-child(3n + 1){
	clear: left;
	margin: 0 0 5%;
}
.promo-video-item  img {
	width: 100%;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.promo-video-item  img:hover {opacity: 0.8;}
.button-more .button {
	width: 30%;
	margin: 0 auto;
}
.button-more .button:hover {
	color: #fff;
	background: none;
}
.arrow-icon {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 15px;
	margin: 16px 7px 0 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.button-more .button:hover .arrow-icon {
	-moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
/************************* about *************************/
.order {
	padding: 126px 0 131px;
	background: #f6f6f6;
}
.order h2 {
    margin: 0 0 42px;
    font-size: 50px;
    line-height: 50px;
}
h3 {
    margin: 0 0 30px;
    font-size: 24px;
	font-weight: 400;
    line-height: 27px;
}
h4 {
    margin: 0 0 32px;
    font-size: 18px;
	font-weight: 400;
	font-family: 'pf_dindisplay_promedium';
    line-height: 20px;
}
.input-block {
	overflow: hidden;
	padding: 0 0 16px;
}
.input-block .input {
	float: left;
	width: 48%;
	margin: 0 0 4% 4%;
}
.input-block .input:nth-child(2n + 1){
	clear: left;
	margin: 0 0 4%;
}
.order-block {
	
}
.order-block:after {
	display: block;
	content: '';
	clear: both;
}
.order-item {
	position: relative;
	float: left;
	width: 48%;
	margin: 0 0 4% 4%;
	padding: 53px 55px 55px;
	background: #fff;
}
.order-item:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 3px;
    content: '';
    background: url(images/news-item-shadow.png) 0 0 repeat-x;
}
.order-item:after {
	display: block;
	content: '';
	clear: both;
}
.order-item:nth-child(2n + 1){
	clear: left;
	margin: 0 0 4%;
}
.checkbox-block {
	padding: 0 0 1px;
	margin: 0 0 22px;
}
.checkbox-item {
	overflow: hidden;
	margin: 0 0 19px;
}
.checkbox-item .checker {
	float: left;
	margin: 2px 0 0;
}
.checkbox-item label {
	display: block;
	margin: 0 0 0 26px;
	font-size: 18px;
	line-height: 21px;
	cursor: pointer;
}
.order-item-note {
	margin: -28px 0 38px;
	font-size: 12px;
	line-height: 14px;
}
.order-quantity .input {
	float: left;
	width: 40%;
	margin: 0;
}
.order-quantity-text {
	margin: 0 -5% 0 44%;
	padding: 6px 0 0;
	font-size: 12px;
	line-height: 14px;
}
.order-quantity-text-line {margin: 0 0 10px;}
.order-quantity-text-line:last-child {margin: 0;}
.order .submit {
	max-width: 530px;
	margin: 0 auto;
}
.order-discount {
	clear: both;
	margin: 0 0 4%;
	padding: 51px 55px 45px;
	border: 2px solid #f7c71d;
}
.order-discount-item {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 24px;
	margin: 0 93px 0 0;
}
.order-discount-item:last-child {margin: 0;}
.order-discount-item span {font-family: 'pf_dindisplay_promedium';}
/************************* white-block *************************/
h2 {
	margin: 0 0 37px;
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
}
.line {
	position: relative;
	display: inline-block;
}
.line:before, .line:after {
	position: absolute;
	top: 0;
	display: inline;
	content: '-';
	color: #46d0ae;
}
.line:before {left: -20px;}
.line:after {right: -20px;}
.line.white, .line.white:before, .line.white:after {color: #fff;}
.line.black, .line.black:before, .line.black:after {color: #000;}
.white-block {
	padding: 96px 0 60px;
	background: #fff;
}
.white-block-text {
	margin: 0 0 92px;
	font-size: 1.6em;
}
.pink {color: #3bc5a3;}
.partners h2 {
	font-size: 30px;
	line-height: 30px;
}
.partners-holder {
	overflow: hidden;
	width: 1000px;
}
.partners-img {
	float: left;
	width: 300px;
	height: 120px;
	margin: 0 0 40px 40px;
}
.partners-img:nth-child(3n + 1){
	clear: left;
	margin: 0 0 40px;
}
.partners-img img {
	width: 100%;
	height: 120px;
}
/************************* bottom-block *************************/
.bottom-block {
	padding: 95px 0 74px;
	background: #000;
}
.bottom-block h2 {color: #fff;}
.bottom-list-holder {width: 980px;}
.bottom-list {
	float: left;
	margin: 0 75px 0 0;
}
.bottom-list1 {width: 270px;}
.bottom-list2 {width: 300px;}
.bottom-list3 {
	width: 260px;
	margin: 0;
}
.bottom-list li {margin: 0 0 20px;}
.bottom-list a {
	display: inline-block;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 1.4em;
	text-decoration: none;
	background: url(images/bottom-arrow.png) 0 7px no-repeat;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.bottom-list a:hover {
	color: #46d0ae;
	text-decoration: underline;
	background: url(images/bottom-arrow-hover.png) 0 7px no-repeat;
}
/************************* footer *************************/
#footer {
	position: relative;
	overflow: hidden;
	padding: 24px 0 27px;
	background: #000;
	border-top: 6px solid #3bc5a3;
}
#footer .logo {padding: 4px 0 0;}
.footer-block {
	float: left;
	width: 620px;
	margin: 0 0 0 25px;
	color: #fff;
	font-size: 1.4em;
}
.copy {margin: 0 0 13px;}
.footer-mail {float: left;}
.footer-mail a {
	color: #fff;
	text-decoration: none;
}
.footer-links {float: left;}
.footer-links a {
	float: left;
	margin: 0 0 0 35px;
	color: #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.footer-links a:hover {color: #46d0ae;}
.stat {
	float: right;
	width: 88px;
	height: 31px;
	margin: 4px 0 0;
}
.footer-webs {
	overflow: hidden;
	padding: 20px 0 0;
}
.footer-webs-text {
	float: left;
	margin: 0 14px 0 0;
	color: #fff;
	font-size: 1.4em;
}
.footer-webs-icon {
	overflow: hidden;
	float: left;
}
.footer-webs-icon a {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 8px 0 0;
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #fff;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.footer-webs-icon a:hover {
	color: #46d0ae;
	border: 1px solid #46d0ae;
}
.fw-green {display: none;}
.footer-webs-icon a:hover .fw-white {display: none;}
.footer-webs-icon a:hover .fw-green {display: inline-block;}
.footer-web3 img {
	vertical-align: middle;
	width: 12px;
}
.popup {display: none;}
.video-popup {
	display: none;
}
.video-popup iframe {
	width: 600px;
	height: 400px;
}
.popup-block {
	width: 780px;
	max-height: 720px;
	padding: 50px 55px 30px;
}
.popup-block h2 {
	font-size: 36px;
	text-align: left;
	text-transform: none;
}
.popup-text {
	padding: 35px 0 0;
	font-size: 18px;
	line-height: 25px;
	border-top: 1px solid #dfe6e4;
}
.popup-text p {margin: 0 0 25px;}
.popup-list {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 25px;
	border-bottom: 1px solid #dfe6e4;
}
.popup-item {
	padding: 40px 0 20px;
	border-top: 1px solid #dfe6e4;
}
.popup-line {
	overflow: hidden;
	margin: 0 0 17px;
}
.popup-line-left {
	float: left;
	width: 160px;
	font-family: 'pf_dindisplay_promedium';
}
.popup-line-right {
	margin: 0 0 0 175px;
}
.popup-line a {color: #0072bc;}
.blue {
	color: #3bc5a3;
	font-family: 'pf_dindisplay_promedium';
}
.popup-line-right ul {padding: 0 0 0 18px;}
.popup-line-right li {
	list-style: disc;
}

/************************* media *************************/
@media screen and (max-width: 1024px) {
	h2 {
		margin: 0 0 34px;
		font-size: 30px;
	}
	.white-block {padding: 41px 0 8px;}
	.white-block-text {margin: 0 0 37px;}
	.partners-img {margin: 0 0 20px 20px;}
	.partners-img:nth-child(3n + 1) {margin: 0 0 20px;}
	.bottom-block {padding: 39px 0 21px;}
	#footer {padding: 42px 0 45px;}
	#footer .logo {
		float: none;
		padding: 4px 0 42px;
		text-align: center;
	}
	.footer-block {
		overflow: hidden;
		float: none;
		width: auto;
		margin: 0;
	}
	.stat {float: none;}
	.footer-mail, .footer-links {margin: 0 0 20px;}
	
}
@media screen and (max-width: 960px) {
	.nav-mob {display: block;}
	.nav-desk {display: none;}
	.nav-icon {
		position: absolute;
		top: 25px;
		right: 20px;
		float: none;
		margin: 0;
	}
	.nav-close {
		right: 20px;
		top: 18px;
	}
	
	.header-icons {display: none;}
	.header-icons-slider {
		display: block;
		max-width: 400px;
		margin: 0 auto;
	}
	.logo {
		float: none;
		text-align: center;
	}
	.logo a {
		position: relative;
		z-index: 600;
	}
	.main-title {
		max-width: 690px;
		margin: 0 auto 62px;
		text-align: center;
	}
	.header-form {
		max-width: 538px;
		margin: 0 auto 129px;
	}
	.header-form-text {text-align: center;}
	.info-img, .info-img-column {display: none;}
	.info-article article, .info-table-holder {margin: 0;}
	.pr-content {
		float: none;
		padding: 2px 0 0;
	}
	.pr-side {
		float: none;
		width: auto;
		margin-left: 0;
	}
	.pr-view, .pr-icons {display: none;}
	.button-blue {margin: 0 0 20px;}
	.pr-bottom {padding: 20px 0 0;}
	.pr-price-text {
		float: none;
		padding: 0 0 30px;
		text-align: center;
	}
	.promo-img {display: none;}
	.promo-article article {margin: 0;}
	.order-item {padding: 23px 25px 25px;}
	.order-discount-item {margin: 0 40px 0 0;}
	.news-item {
		position: relative;
		float: left;
		width: 47.5%;
		margin: 0 0 5% 5%;
	}
	.news-list .news-item:nth-child(3n + 1){
		clear: none;
		margin: 0 0 5% 5%;
	}
	.news-list .news-item:nth-child(2n + 1){
		clear: left;
		margin: 0 0 5%;
	}
}
@media screen and (max-width: 800px) {
	.popup-block {
		width: 580px;
		padding: 20px 25px 5px;
	}
}
@media screen and (max-width: 767px) {
	.nav-hidden .holder {padding: 130px 10px 0;}
	.nav-list{
		margin: 0 40px 35px;
		padding: 65px 0 0;
		border-top: 2px dashed #fff;
	}
	.nav-list:first-child {
		border-top: 0;
		padding: 0;
	}
	.nav-list li {
		float: none;
		margin: 0 0 12px;
		font-size: 18px;
		line-height: 24px;
	}
	
	.header {padding: 55px 0 51px;}
	.main-title {
		max-width: 600px;
		padding: 51px 0 0;
		margin: 0 auto 31px;
		font-size: 30px;
		line-height: 36px;
	}
	.header-form {
		max-width: 400px;
		margin: 0 auto 55px;
	}
	.header-form-text {margin: 0 0 42px;}
	.header-form .input {
		float: none;
		width: 100%;
		margin: 0 0 6px;
	}
	.header-form .submit {
		float: none;
		width: 100%;
	}
	.order-item {
		float: none;
		width: auto;
		margin: 0 0 30px;
	}
	.order-item:nth-child(2n + 1){margin: 0 0 30px;}
	.about {padding: 44px 0 100px;}
	.about-block {padding: 23px 23px 23px;}
	.old-price {
		display: block;
		padding: 0;
	}
	.new-price {	display: block;}
	.scroll-min {
		overflow: hidden;
		margin: 0 0 20px -20px;
	}
	.scroll-min-inner {
		margin-bottom: -20px;
		padding: 0 0 20px 20px;
		overflow-y: hidden;
		overflow-x: auto;
	}
	.info-table {min-width: 640px;}
	.promo-table {
		min-width: 640px;
		margin: 0;
	}
	.banner-bg {padding: 31px 0 131px;}
	.banner h2 {margin: 0 0 10px;}
	.banner-text {margin: 0 0 17px;}
	.button-big-holder {
		float: none;
		padding: 0;
	}
	.button-block .button {
		float: none;
		width: auto;
		margin: 0;
	}
	.button-block .button-big {
		float: none;
		width: auto;
		height: auto;
		padding: 14px 0 12px;
	    line-height: 22px;
		margin: 0 0 20px;
	}
	.info-bg {padding: 31px 0 48px;}
	.info-article h2 {margin: 0 0 10px;}
	.info-article article {padding: 0;}
	.info-article {margin: 0 0 19px;}
	.info-content {padding: 0 0 0;}
	.pr {padding: 36px 0 96px;}
	.pr-content h2 {margin: 0 0 10px;}
	.pr-text {margin: 0 0 32px;}
	.pr h4 {margin: 0 0 20px;}
	.pr-bottom {padding: 10px 0 0;}
	.pr-price-text {padding: 0 0 22px;}
	.pr-bottom-right {
		float: none;
		text-align: center;
	}
	.pr-price {
		display: inline-block;
		float: none;
		height: 66px;
		padding: 0 18px;
		margin: 0 0 0 33px;
		font-size: 37px;
		line-height: 66px;
	}
	.pr-price:before {
		left: -33px;
		width: 33px;
		height: 66px;
		background: url(images/pr-price-bg-mob.png) 0 0 no-repeat;
	}
	.pr-price-button {
		float: none;
		padding: 25px 0 0;
	}
	.pr-button {
		display: inline;
		width: auto;
		height: auto;
		font-size: 20px;
		line-height: 24px;
		background: none;
	}
	.promo-bg {padding: 11px 0 46px;}
	.promo-article h2 {margin: 0 0 10px;}
	.promo-article {margin: 0 0 19px;}
	.promo-article article {padding: 19px 0 0;}
	.order {padding: 56px 0 61px;}
	.order h2 {
		margin: 0 0 22px;
		font-size: 36px;
		line-height: 36px;
	}
	.input-block .input {
		display: block;
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
	.input-block .input:nth-child(2n + 1){margin: 0 0 15px;}
	h4 {margin: 0 0 22px;}
	.order-item-note {margin: -18px 0 28px;}
	.order-quantity .input {
		float: none;
		width: 100%;
	}
	.order-quantity-text {
		margin: 0 0 0;
		padding: 10px 0 0;
	}
	.order-discount-item {
		display: block;
		margin: 0;
	}
	.order-discount {
		padding: 41px 45px 35px;
		margin: 0 0 30px;
	}
	.submit {
		height: 72px;
		font-size: 18px;
	}
}
@media screen and (max-width: 640px) {
	.video-popup iframe {
		width: 500px;
		height: 320px;
	}
	.button-more .button {width: 60%;}
	.popup-block {
		width: 400px;
		padding: 20px 15px 5px;
	}
}
@media screen and (max-width: 560px) {
	.footer-links {
		overflow: hidden;
		clear: left;
		float: none;
	}
	.footer-links a:first-child{margin: 0;}
	.video-popup iframe {
		width: 400px;
		height: 280px;
	}
	.news-item {
		position: relative;
		float: left;
		width: 100%;
		margin: 0 0 5%;
	}
	.news-list .news-item:nth-child(3n + 1){
		clear: none;
		margin: 0 0 5%;
	}
	.news-list .news-item:nth-child(2n + 1){
		clear: left;
		margin: 0 0 5%;
	}
}
@media screen and (max-width: 480px) {
	.video-popup iframe {
		width: 290px;
		height: 200px;
	}
	.button-more .button {width: 100%;}
	.popup-line-left {
		float: none;
		width: auto;
		margin: 0 0 10px;
	}
	.popup-line-right {
		margin: 0;
	}
	.popup-block {
		width: 290px;
	}
}
@media screen and (max-width: 420px) {
	
}



















