
@font-face {
    font-family: 'uni_neue';
    src: url('../fonts/unineueregular-webfont.eot');
    src: url('../fonts/unineueregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/unineueregular-webfont.woff2') format('woff2'),
         url('../fonts/unineueregular-webfont.woff') format('woff'),
         url('../fonts/unineueregular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'uni_neue';
    src: url('../fonts/unineuebold-webfont.eot');
    src: url('../fonts/unineuebold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/unineuebold-webfont.woff2') format('woff2'),
         url('../fonts/unineuebold-webfont.woff') format('woff'),
         url('../fonts/unineuebold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'uni_neue';
    src: url('../fonts/unineueheavy-webfont.eot');
    src: url('../fonts/unineueheavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/unineueheavy-webfont.woff2') format('woff2'),
         url('../fonts/unineueheavy-webfont.woff') format('woff'),
         url('../fonts/unineueheavy-webfont.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
	font-display: swap;
}
/************************* reset *************************/
html{
	height: 100%;
	margin: 0;
	padding: 0;width: 100%;
	background: #fff;
}
body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	font-family: 'uni_neue', Arial, Helvetica, sans-serif;
	line-height: 28px;
	min-width: 320px;
	-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-weight: 400;
	font-family: 'uni_neue', 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: 1200px;
	padding: 0 30px;
	margin: 0 auto;
}
@media (min-width: 576px){
	.holder {
		max-width: 540px;
		margin: auto;
		padding: 0;
	}
}
@media (min-width: 768px){
	.holder {
		max-width: 720px;	
	}
}
@media (min-width: 1024px) {
	.holder {
		max-width: 960px;
	}
}
@media (min-width: 1200px){
	.holder {
		max-width: 1100px;
	}
}
@media (min-width: 1300px){
	.holder {
		max-width: 1200px;
	}
}
.holder:after {
	display: block;
	content: '';
	clear: both;
}
.title {
	margin: 0 0 35px;
	font-size: 45px;
	font-weight: 700;
	line-height: 54px;
	text-align: center;
}
a {transition: all .3s linear;}
p {margin: 0 0 30px;}
p a, .article li a {color: #0661be;}
.yellow {color: #f9ba13;}
.blue {color: #0661be;}
.center {text-align: center;}
.upper {text-transform: uppercase;}
.button-holder {text-align: center;}
.button {
	position: relative;
	display: inline-block;
	padding: 16px 47px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-image: -moz-linear-gradient( 0deg, rgb(235,102,0) 0%, rgb(238,157,70) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(235,102,0) 0%, rgb(238,157,70) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(235,102,0) 0%, rgb(238,157,70) 100%);
	border-radius: 6px;
	transition: all .3s linear;
}  
.button:hover {
	opacity: 0.8;
}
.button-white {
	color: #eb6600;
	background: #fff;
}
.button-white:hover {
	
}
/************************* form-block *************************/
/************************* form-block *************************/
.input {
	display: block;
	width: 100%;
	height: 60px;
	padding: 0 22px;
	margin: 0 0 24px;
	color: #000;
	font-size: 16px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.textarea {
	display: block;
	width: 100%;
	height: 164px;
	padding: 22px 22px;
	margin: 0 0 24px;
	color: #000;
	font-size: 16px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
}
::-webkit-input-placeholder {color: #a1a1a1;}
:-moz-placeholder {color: #a1a1a1; opacity: 1;}
::-moz-placeholder {color: #a1a1a1; opacity: 1;}
:-ms-input-placeholder {color: #a1a1a1;}
.submit {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 16px 15px 16px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	background-image: -moz-linear-gradient( 0deg, rgb(235,102,0) 0%, rgb(238,157,70) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(235,102,0) 0%, rgb(238,157,70) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(235,102,0) 0%, rgb(238,157,70) 100%);
	border-radius: 6px;
	transition: all .3s linear;
}
.submit:hover {opacity: 0.8;}
.input.error, .textarea.error {
	color: rgb(255, 86, 71);
	background-color: rgb(255, 206, 202);
}
label.error {
	position: absolute;
	left: -9999px;
}
.form-file {padding: 0px 0 30px;}
/************************* wrapper *************************/
#wrapper {
	position: relative;
	overflow: hidden;
}
/************************* header *************************/
.header-top-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 31px 0 51px;
}
.header-logo img {width: 200px;}
.header-top-text {
	margin: 28px 0 0;
	color: #3389f3;
	font-size: 18px;
}
.header-top-text img {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	margin: 7px 0 0 8px;
}
.header-phone {
	padding: 28px 0 0;
	font-size: 22px;
	font-weight: 700;
}
.header-phone a {
	color: #000;
	text-decoration: none;
}
/************************* header-nav *************************/
.header-nav {
	padding: 0 0 40px;
}
.header-nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}
.header-nav-list li {
	position: relative;
	font-size: 16px;
	text-transform: uppercase;
}
.header-nav-list li:after {
	position: absolute;
	top: 0;
	right: -80px;
	display: block;
	content: '/';
	color: #eb6600;
}
.header-nav-list li:last-child:after {display: none;}
.header-nav-list a {
	color: #000000;
	text-decoration: none;
	transition: all .3s linear;
}
.header-nav-list a:hover {color: #eb6600;}
.header-nav-list .active,
.header-nav-list .active > a,
.header-nav-list .active > span {
	color: #eb6600;
}
.mob-nav-icon {
	display: none;
	position: absolute;
	top: 6px;
	right: 0px;
	z-index: 250;
	padding: 0 0 8px;
}
.mob-nav-block {
    position: relative;
	display: block;
    width: 24px;
    height: 2px;
    margin: 9px 0 0;
	background: #000;
	transition: all .5s ease;
}
.mob-nav-block:after {
    content: "";
    position: absolute;
    top: -9px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #000;
	transition: all .5s ease;
}
.mob-nav-block:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 24px;
    height: 2px;
    background: #000;
	transition: all .5s ease;
}
.mob-nav-icon.active .mob-nav-block {
    background: none;
}
.mob-nav-icon.active .mob-nav-block:before {
    top: 0;
    transform: rotate(45deg);
	background: #000;
}
.mob-nav-icon.active .mob-nav-block:after {
    top: 0;
    transform: rotate(-45deg);
	background: #000;
}
/************************* header-main *************************/
.header-main {
	padding: 0 0 93px;
}
.header-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	padding: 90px 0 13px;
}
.header-content {
	width: 49%;
	padding: 120px 0 0;
}
.header-title {
	margin: 0 0 13px;
    font-size: 55px;
    font-weight: 900;
    line-height: 60px;
}
.header-title span {
	padding: 0 65px 0 0;
	background: url(../images/poland.svg) 100% 10px no-repeat;
	background-size: 53px 17px
}
.header-text {
	max-width: 490px;
	margin: 0 0 36px;
	font-size: 24px;
	line-height: 35px;
}
.header-img {
	width: 45%;
}
.header-img img {
	max-width: 130%;
	margin-left: -30%;
}
.header-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.header-info-item {
	position: relative;
	width: 25%;
	padding: 39px 0 0;
}
.header-info1 {width: 200px;}
.header-info2 {width: 190px;}
.header-info3 {width: 335px;}
.header-info4 {width: 160px;}
.header-info-item:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 105px;
	height: 2px;
	background: #eb6600;
}
.header-info-text {
	font-size: 18px;
	line-height: 30px;
}
/************************* header-fixed *************************/
.header-fixed {
	position: fixed;
	top: -200px;
	left: 0;
	right: 0;
	z-index: 200;
	height: 70px;
	padding: 21px 0 0;
	background: #fff;
	box-shadow: 2.177px 8.733px 32px 0px rgba(33, 23, 0, 0.15);
	transition: all 0.5s ease;
}
.header-fixed.fixed {top: 0px;}
.header-fixed-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}
.fixed-logo {margin: 3px 0 0;}
.fixed-logo img {
	display: block;
	width: 180px;
}
.header-fixed .header-nav-list {
	flex: 1;
	padding: 0 62px;
}
.header-fixed .header-nav-list li:after {display: none;}
.fixed-phone {
	color: #eb6600;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}
/************************* banner *************************/
.banner-block {
	position: relative;
	overflow: hidden;
	padding: 111px 125px 125px;
	color: #fff;
	border-radius: 8px;
	background-image: -moz-linear-gradient( 0deg, rgb(235,102,0) 0%, rgb(238,157,70) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(235,102,0) 0%, rgb(238,157,70) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(235,102,0) 0%, rgb(238,157,70) 100%);
	box-shadow: 6.532px 26.198px 50px 0px rgba(0, 0, 0, 0.2);
}
.banner-bg {
	position: absolute;
	right: 0;
	bottom: 0;
}
.banner-info {
	max-width: 440px;
}
.banner-info .title {
	margin: 0 0 7px;
	text-align: left;
}
.banner-text {
	margin: 0 0 45px;
	font-size: 22px;
	line-height: 30px;
}
/************************* prod *************************/
.prod {
	padding: 87px 0 0;
}
.prod-subtitle {
	margin: -13px 0 60px;
	text-align: center;
}
.prod-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.prod-col {
	width: 33.33%;
	padding: 0 20px;
	margin: 0 0 40px;
}
.prod-item {
	height: 480px;
	padding: 30px 0 0;
	text-align: center;
}
.prod-text {
	line-height: 24px;
}
.prod-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 315px;
	margin: 0 0 35px;
}
.prod-img img {
	max-width: 100%;;
	height: auto;
}
.prod3 {margin: -52px 0 0;}
.warning {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 40px;
	margin: 0 0 0 20px;
	background: #f2f2f2;
	border-radius: 8px;
}
.warning-icon {margin: 0 0 36px;}
.warning-icon img {width: 57px;}
.warning-title {
	margin: 0 0 24px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.warning-title span {
	display: block;
	margin: 0 0 9px;
	font-size: 35px;
}
/************************* special *************************/
.special {
	position: relative;
	padding: 120px 0 144px;
}
.special-bg {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -547px;
}
.special .holder {position: relative;}
.special-block {
	margin: 0 0 0 51.5%;
}
.special-block .title {
	text-align: left;
	text-transform: uppercase;
}
.special-text {
	margin: 0 0 35px;
}
.special-list {
	padding: 0 0 22px;
}
.special-list li {
	padding: 0 0 1px 44px;
	margin: 0 0 19px;
	background: url(../images/check.svg) 0 0 no-repeat;
	background-size: 29px;
}
/************************* order *************************/
.order {
	padding: 0px 0 99px;
}
.order-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 60px 125px;
	height: 620px;
	color: #fff;
	border-radius: 6px;
	background-image: -moz-linear-gradient( 0deg, rgb(235,102,0) 0%, rgb(238,157,70) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(235,102,0) 0%, rgb(238,157,70) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(235,102,0) 0%, rgb(238,157,70) 100%);
	box-shadow: 6.532px 26.198px 50px 0px rgba(0, 0, 0, 0.2);
}
.order-block .title {
	margin: 0 0 15px;
	text-align: left;
}
.order-text {
	margin: 0 0 42px;
}
.order-bg {
	position: absolute;
	top: 57px;
	left: 50%;
	margin-left: 157px;
}
/************************* footer *************************/
.footer .holder {position: relative;}
.contacts-map {
	height: 640px;
}
.contacts-map iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.contacts-block {
	position: absolute;
	top: 123px;
	left: 0;
	z-index: 10;
	width: 560px;
	padding: 52px 50px 37px 60px;
	border-radius: 6px;
	background-color: rgb(255, 255, 255);
	box-shadow: 6.532px 26.198px 50px 0px rgba(0, 0, 0, 0.2);
}  
.contacts-title {
	margin: 0 0 21px;
	font-size: 40px;
	font-weight: 700;
	line-height: 34px;
}
.contacts-text {
	margin: 0 0 30px;
	line-height: 30px;
}
.orange {color: #eb6600;}
.contacts-info {
	font-size: 18px;
}
.contacts-info li {
	margin: 0 0 7px;
}
.contacts-info a {
	color: #eb6600;
}
/************************* popup *************************/
.popup {
	width: 450px;
	display: none;
	border-radius: 20px;
}
.fancybox-content {border-radius: 20px;}
.popup.fancybox-content {
    padding: 51px 60px 54px;
}
.popup-title {
	margin: 0 0 26px;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
}
/************************* media *************************/
@media screen and (max-width: 1300px) {
	.header-fixed .header-nav-list {
		padding: 0 30px;
	}
	.header-nav-list li:after {
		right: -70px;
	}
	.header-title {
		font-size: 50px;
	}
	.banner-block {
		padding: 111px 100px 125px;
	}
	.banner-bg {
		right: -50px;
	}
	.order-block {
		padding: 60px 100px;
	}
	.order-bg {
		margin-left: 200px;
	}
	.contacts-block {
		top: 130px;
		width: 460px;
		padding: 52px 40px 37px 50px;
	}
}
@media screen and (max-width: 1199px) {
	.header-nav-list li:after {
		right: -52px;
	}
	.header-content {
		padding: 100px 0 0;
	}
	.header-title {
		margin: 0 0 13px;
		font-size: 44px;
		line-height: 56px;
	}
	.fixed-logo img {
		width: 160px;
	}
	.header-fixed .header-nav-list {
		padding: 0 30px;
	}
	.header-fixed .header-nav-list li {font-size: 14px;}
	.fixed-phone {font-size: 16px;}
	.prod-col {
		width: 50%;
	}
	.banner-block {
		padding: 111px 80px 125px;
	}
	.banner-bg {
		right: -180px;
	}
	.order-block {
		height: 520px;
		padding: 60px 80px;
	}
	.order-bg {
		margin-left: 250px;
	}
}
@media screen and (max-width: 1023px) {
	.header {padding: 60px 0 0;}
	.header-fixed .header-nav-list {display: none;}
	.header-fixed {
		top: 0px;
		height: 60px;
		padding: 14px 0 0;
	}
	.header-top-block {display: none;}
	.fixed-logo {
		margin: 6px auto 0;
	}
	.mob-nav-icon {display: block;}
	.fixed-phone {
		position: absolute;
		top: 0;
		left: 0;
		margin: 2px 0 0;
	}
	.header-nav {
		position: fixed;
		top: 0px;
		left: -100%;
		bottom: 0;
		width: 100%;
		height: auto;
		z-index: 240;
		padding: 80px 15px 20px;
		box-sizing: border-box;
		text-align: center;
		display: block;
		background: #fff;
		box-shadow: none;
		transition: all 0.5s ease;
	}
	.header-nav.vis {
		left: 0;
	}
	.header-nav .mob-nav-icon {
		top: 20px;
		right: 20px;
	}
	.header-nav-list {display: block;}
	.header-nav-list li {margin: 0 0 20px;}
	.header-nav-list a {color: #000;}
	.header-nav-list li:after {display: none;}
	.header-main {
		padding: 50px 0 1px;
	}
	.header-block {
		display: block;
		padding: 0 0 80px;
		text-align: center;
	}
	.header-img {
		position: static;
		display: block;
		width: 100%;
		max-width: 480px;
		margin-left: 0;
		margin: 0 auto;
	}
	.header-img img {
		max-width: 100%;
		margin: 0;
	}
	.header-content {
		width: auto;
		padding: 10px 0 0;
	}
	.header-text {
		margin: 0 auto 40px;
	}
	.header-info-item {
		width: 45%;
		margin: 0 0 40px;
		padding: 20px 0 0;
	}
	.title {
		margin: 0 0 35px;
		font-size: 36px;
		line-height: 42px;
	}
	.title-min {
		margin: 0 0 40px;
		font-size: 36px;
		line-height: 42px;
	}
	.subtitle {
		margin: -15px auto 45px;
	}
	.banner {
		padding: 20px 0 0;
	}
	.banner-block {
		padding: 60px 20px 200px;
		text-align: center;
	}
	.banner-info {margin: 0 auto;}
	.banner-info .title {
		text-align: center;
	}
	.banner-bg {
		right: -10px;
		bottom: -160px;
	}
	.prod {
		padding: 70px 0 0;
	}
	.prod-block {
		margin: 0 -15px;
	}
	.prod-col {
		padding: 0 15px;
		margin: 0 0 30px;
	}
	.prod-item {
		height: 420px;
	}
	.prod-img {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 280px;
		margin: 0 0 35px;
	}
	.prod-img img {
		max-width: 100%;
		max-height: 100%;
		height: auto;
		margin: 0;
	}
	.special {
		padding: 70px 0 70px;
	}
	.special-bg {
		display: none;
	}
	.special-block {
		margin: 0;
	}
	.order {
		padding: 0 0 70px;
	}
	.order-bg {display: none;}
	.order-block {
		display: block;
		height: auto;
		padding: 60px 20px;
		text-align: center;
	}
	.order-block .title {
		text-align: center;
	}
	.contacts-block {
		top: 100px;
		width: 320px;
		padding: 40px 30px 37px;
	}
	.contacts-block a {display: inline-block;}
		
}
@media screen and (max-width: 767px) {
	.fixed-phone {
		width: 20px;
		height: 20px;
		margin: 7px 50px 0 0;
		font-size: 0;
		background: url(../images/phone.svg) 0 0 no-repeat;
		background-size: cover;
	}
	.header-info-item {
		width: 100%;
	}
	.header-title {
		font-size: 36px;
		line-height: 40px;
	}
	.header-text {
		font-size: 18px;
		line-height: 30px;
	}
	.title {
		margin: 0 0 30px;
		font-size: 30px;
		line-height: 36px;
	}
	.title-min {
		margin: 0 0 40px;
		font-size: 30px;
		line-height: 36px;
	}
	.subtitle {
		margin: -15px auto 45px;
		font-size: 16px;
	}
	.banner-bg {
		right: auto;
		left: 70px;
	}
	.prod-col {
		width: 100%;
	}
	.prod-item {
		height: auto;
	}
	.prod-img {
		display: block;
		height: auto;
		margin: 0 0 25px;
	}
	.warning {
		padding: 50px 20px;
		margin: 0;
	}
	.contacts-block {
		position: relative;
		top: auto;
		left: auto;
		z-index: 10;
		width: auto;
		padding: 0 0 45px;
		background: none;
		box-shadow: none;
		border-radius: 0;
		text-align: center;
	}
	.contacts-title {
		margin: 0 0 20px;
		font-size: 24px;
		line-height: 32px;
	}
	.contacts-info {
		font-size: 16px;
	}
	.contacts-map {
		height: 320px;
	}
}
@media screen and (max-width: 576px) {
	.header-title {
		font-size: 30px;
		line-height: 36px;
	}
	.title {
		margin: 0 0 40px;
		font-size: 24px;
		line-height: 32px;
	}
	.title-min {
		margin: 0 0 40px;
		font-size: 24px;
		line-height: 32px;
	}
	.footer-top .subtitle br {display: none;}
	.warning-title span {
		margin: 0 0 6px;
		font-size: 27px;
	}
	.banner-block {
		margin: 0 -30px;
	}
}
@media screen and (max-width: 480px) {
	.popup.fancybox-content {
		padding: 25px 30px 27px;
	}
}
@media screen and (max-width: 374px) {
	.banner-block {margin: 0 -30px;}
	.fixed-logo img {
		width: 180px;
	}
	.fixed-logo {
		margin: 1px auto 0;
	}
}