﻿@font-face {
    font-family: "Opensans";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/opensans.woff") format("woff"), url("/themes/default/fonts/opensans.ttf") format("truetype"), url("/themes/default/fonts/opensans.svg") format("svg");
}
@font-face {
    font-family: "Opensansbold";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/opensansbold.woff") format("woff"), url("/themes/default/fonts/opensansbold.ttf") format("truetype"), url("/themes/default/fonts/opensansbold.svg") format("svg");
}
@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/ubuntu.woff") format("woff"), url("/themes/default/fonts/ubuntu.ttf") format("truetype"), url("/themes/default/fonts/ubuntu.svg") format("svg");
}
@font-face {
    font-family: "Ubuntu-bold";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/ubuntu-bold.woff") format("woff"), url("/themes/default/fonts/ubuntu-bold.ttf") format("truetype"), url("/themes/default/fonts/ubuntu-bold.svg") format("svg");
}
@font-face {
    font-family: "Ubuntu-light";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("/themes/default/fonts/ubuntu-light.woff") format("woff"), url("/themes/default/fonts/ubuntu-light.ttf") format("truetype"), url("/themes/default/fonts/ubuntu-light.svg") format("svg");
}

html, body { 
	width: 100%; 
	height: 100%; 
	padding: 0; 
	margin: 0; 
    font-family: "Ubuntu";
	font-size: 16px; 
	color: #020202;
}


a { 
	outline: none; 
	-moz-outline: 0; 
	border: none; 
	border-width: 0px; 
}
a:active { 
	outline: none; 
	-moz-outline: 0; 
}
a:focus { 
	outline: none; 
	-moz-outline: 0; 
}

img { 
	border: none; 
	border-width: 0px; 
}

.clear { 
	clear: both; 
	font-size: 0; 
	line-height: 0; 
	height: 0; 
}

*html #main { 
	height: 100%; 
}

p { 
	margin: 12px 0px ; 
}
a { 
	text-decoration: underline; 
	color: #000; 
}
a:hover { 
	text-decoration: none; 
}

/* ----- h1- h6 ----- */
h1 {
	color: #020202;
	font-size: 25px;
	font-style: none;
	font-weight: normal;
	text-transform: uppercase;
    font-family: "Ubuntu";
}
h2, h3, h4 { 
	font-size: 18px;
	margin: 15px 0; 
	font-weight: normal; 
    font-family: "Ubuntu";
}
h3 { 
	font-size: 16px;
}
h4 {
	font-size: 14px;
}

table { 
	border-collapse: collapse; 
}

ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
}

/* ----- pagewrap ----- */
html {
	
}
body {
	height:auto;
}
#pagewrap {
	width:100%;
}
#blackwrap {
	z-index:10000;
}
#show_form {
	z-index:10001;
}

/* ----- header ----- */
header {
	width: 1150px;
	padding: 0;
	margin: 0 auto;
    font-family: "Ubuntu";
	border-bottom:1px dotted #000;
}
header .header-desktop {
	width: 100%;
	min-height: 180px;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header.header-inner {
	border-bottom:none;
}
#header-logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#header-logo img {
	width: 92px;
	height: 92px;
}
#header-logo div {
    font-family: "Ubuntu-bold";
	font-size: 18px;
	line-height: 1.3;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 10px;
}
#header-logo span {
	display: block;
    font-family: "Ubuntu-light";
	font-size: 18px;
	line-height: 1.3;
	font-weight: normal;
}
#header-slogan {
    font-family: "Ubuntu-bold";
	font-size: 18px;
	line-height: 1.3;
	font-weight: normal;
	text-align: center;
}
#header-slogan span {
	display: block;
    font-family: "Ubuntu-light";
	font-size: 18px;
	line-height: 1.3;
	font-weight: normal;
}
#header-phone {
    font-family: "Ubuntu-light";
	font-size: 18px;
	line-height: 1.3;
	font-weight: normal;
}
#header-phone a {
	text-decoration: none;
	color:#6666ff;
	font-family: "Ubuntu";
}

/* ----- quality-on-main ----- */
#quality-on-main {
	width: 1110px;/* 1150 */
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 20px 30px 20px;
	margin: 0 auto;
	font-family: "Ubuntu";
	border-bottom:1px dotted #000;
}
#quality-on-main p {
	font-size: 28px;
	line-height: 40px;
}
#quality-on-main span {
	font-family: "Ubuntu-bold";
}
#quality-on-main img {
	width: 186px;
}
/* ----- alert-on-main ----- */
#alert-on-main {
	width: 1110px;/* 1150 */
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 35px 20px 35px 20px;
	margin: 0 auto;
	font-family: "Ubuntu";
	/* border-bottom:1px dotted #000; */
}
#alert-on-main img {
	padding: 0;
	margin: 0 40px 0 95px;
}
#alert-on-main div {
	font-family: "Ubuntu";
	font-size: 16px;
}
#alert-on-main div p {
	padding: 0;
	margin: 0 0 10px 0;
	color:#ff0000;
	line-height: 28px;
}
#alert-on-main div p.bold {
	font-family: "Ubuntu-bold";
}

/* ----- call-on-main ----- */
#call-on-main {
	width: 1150px;/* 1150 */
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0px 20px 0px 20px;
	margin: 0 auto;
	font-family: "Ubuntu";
	/* border-bottom:1px dotted #000; */
}
#main-swiper-container {
	width: 555px;
	flex-basis: 555px;
	padding: 0;
	margin:0;
    font-family: "Ubuntu";
}
.mainSwiper {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	position: relative;
}
.mainSwiper .swiper-slide {
	width: 100%;
	background: #ffffff;
}
.mainSwiper .swiper-slide img {
	width: 100%;
}
.mainSwiper .swiper-slide span {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	margin: 0;
	padding: 0px 0 0px 0;
	height:60px;
	font-size: 16px;
  	line-height: 20px;
	font-family: "Ubuntu-light";
	letter-spacing: -0.1px;
	color: rgb(102, 102, 102);
	border-bottom:1px dotted #000000;

}
#call-on-main-form {
	width: 565px;
	flex-basis: 565px;
	padding: 0;
	margin:0 0 0 30px;
    font-family: "Ubuntu";
}
#call-on-main-form-title {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 18px;
}
#call-on-main-form-title a {
	text-decoration: none;
	color: #6666ff;
}
#call-on-main-form-content {
	width: 100%;
}
#call-on-main-form-content .show_form_all_fields {
	width: 100%;
}
#call-on-main-form-content .show_form_all_fields input[type=text],
#call-on-main-form-content .show_form_all_fields textarea {
	float: none;
	width: 93%;
	padding: 5px 3% 5px 3%;
	margin: 0 0 10px 0;
	font-size: 15px;
  	line-height: 27px;
	color: #8b8d94;
	border: 1px solid #e0e1e1;
}
#call-on-main-form-content .show_form_send {
	float: none;
	padding: 12px 18px 12px 18px;
	margin: 0;
	font-size: 15px;
	color: #bababa;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 2px;
}
#call-on-main-form-content .show_form_all_fields input[type=text]::placeholder,
#call-on-main-form-content .show_form_all_fields textarea::placeholder {
	color: #8b8d94;
	font-size: 15px;
}
#call-on-main-form-content .show_form_all_fields input[type=text]:active, 
#call-on-main-form-content .show_form_all_fields input[type=text]:hover, 
#call-on-main-form-content .show_form_all_fields input[type=text]:focus,
#call-on-main-form-content .show_form_all_fields textarea:active, 
#call-on-main-form-content .show_form_all_fields textarea:hover, 
#call-on-main-form-content .show_form_all_fields textarea:focus {
    outline: 0;
    outline-offset: 0;
}

/* ----- city-on-main ----- */
#city-on-main {
	width: 1150px;/* 1150 */
	padding: 0px 0px 20px 0px;
	margin: 0 auto;
	font-family: "Ubuntu";
	border-bottom:1px dotted #000;
}
#city-on-main h5 {
	margin: 0;
	padding: 35px 0 10px 0;
	text-align: center;
	font-weight: normal;
	width: 100%;
	flex-basis: 100%;
}
#city-on-main-container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#city-on-main h5 a {
	color: #3366ff;
	text-decoration: none;
	font-size: 16px;
  	line-height: 20px !important;
  	text-align: center;
	font-family: "Ubuntu";
}
#city-on-main-container {
	font-size: 16px;
	line-height: 28px;
}
#city-on-main-container p {
	margin: 0 0 10px 0;
	padding: 0;
	color: #666666;
}
#city-on-main-container img {
	width: 100px;
	flex-basis: 100px;
	padding: 0;
	margin: 0 0 0px 50px;
}

/* ----- opt-on-main ----- */
#opt-on-main {
	width: 1150px;/* 1150 */
	padding: 30px 0px 35px 0px;
	margin: 0 auto;
	font-family: "Ubuntu";
	border-bottom:1px dotted #000;	
	color:#020202;
}
#opt-on-main p {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 28px;
}
#opt-on-main a {
	color: #3366ff;
	text-decoration: none;
}
#opt-on-main h4 {
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 28px;
}
#opt-on-main h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
#opt-on-main div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#opt-on-main div img {
	width: 321px;
	flex-basis: 321px;
}
#opt-on-main div ul {
	list-style: disc;
	padding: 0;
	margin: 0 0 10px 20px;
	font-size: 16px;
	line-height: 28px;
	font-family: "Ubuntu-bold";
}
/* ----- pena-on-main ----- */
#pena-on-main {
	width: 1150px;/* 1150 */
	padding: 10px 0px 35px 0px;
	margin: 0 auto;
	font-family: "Ubuntu";
	border-bottom:1px dotted #000;
}
#pena-on-main h3 {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}
#pena-on-main h3 span {
	font-family: "Ubuntu-bold";
}
#pena-on-main div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#pena-on-main div p {
	/**/
	padding: 0;
	margin: 0;
}
#pena-on-main div p a {
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
	color: #3366ff;
	font-size: 16px;
  	line-height: 20px !important;
	text-decoration: none;
	font-family: "Ubuntu-bold";
}
#pena-on-main div img {
	width: 400px;
	flex-basis: 400px;
	padding: 0;
	margin: 0 100px 0 0;
}
#pena-on-main h4 {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 16px;
	line-height: 28px;
}

/* ----- staff-on-main ----- */
#staff-on-main {
	width: 1150px;
	margin: 0 auto;
	padding: 35px 0;
	color:#666;
	font-family: "Ubuntu";
	font-size: 16px;
	line-height: 28px;
}
/* ----- footer ----- */
footer {
	overflow: hidden;
	width: 100%;
	padding: 10px 0;
	margin:0px auto 0 auto;
    font-family: "Ubuntu";
	font-size: 13px;
  	line-height: 25px;
	text-align: center;
  	color: #eeeeee;
	background: #1a1c20;
}

/* inner */
#main.main-inner {
	width: 1150px;
	padding: 20px 0;
	margin: 0 auto;
}
#main.main_2 .tetext {
	width: 100%;
	font-family: "Ubuntu";
	font-size: 16px;
  	line-height: 28px;
	font-weight: normal;
}
#main.main_2 .tetext p {
	padding: 0;
	margin: 0 0 10px 0;
}
#main.main_2 .tetext strong {
	font-family: "Ubuntu-bold";
	font-weight: normal;
}
#main.main_2 .tetext .red {
	color:#ff0000;
}
#main.main_2 .tetext a {
	color: #6666ff;
	text-decoration: none;
	font-size: 16px;
	line-height: 28px;
}
#main-inner-goback {
	width: 1150px;
	padding: 0;
	margin: 0 auto;
}
#main-inner-goback a {
	color: #6666ff;
	text-decoration: none;
	font-size: 16px;
	line-height: 28px;
}
#main.main_2  .static {
	padding: 0;
	margin: 0;
	width: 100%;
	font-family: "Ubuntu";
	font-size: 16px;
  	line-height: 28px;
	font-weight: normal;
}
#main.main_2 .inner-page-flex-start {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#main.main_2 .inner-page-flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main.main_2 .inner-page-dotted {
	border-bottom:1px dotted #000;
	margin:0 0 10px 0;
	padding: 0;
}
#main.main_2 .inner-page-solid {
	border-bottom:1px solid #000;
	margin:0 0 10px 0;
	padding: 10px 0;
}
#main.main_2 .center {
	text-align: center;
}
/* inner-page-cena */
#inner-page-cena {
	width: 100%;
}
#inner-page-cena h2 {
	padding: 0;
	margin: 0 0 25px 0;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}
#inner-page-cena-img-1 {
	width: 350px;
	flex-basis: 350px;
	padding: 0;
	margin: 0 25px 0 0;
}
#inner-page-cena-img-2 {
	width: 300px;
	flex-basis: 300px;
	padding: 0;
	margin: 0 0px 0 0;
}
/* inner-page-etiketka */
#inner-page-etiketka {
	width: 100%;
}
#inner-page-etiketka h2 {
	padding: 0;
	margin: 0 0 35px 0;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}
#inner-page-etiketka-img-1 {
	display: block;
	width: 100%;
	max-width: 821px;
	padding: 0;
	margin: 0 auto 30px auto;
}
/* inner-page-marka-a */
#inner-page-marka {
	width: 100%;	
}
#inner-page-marka h2 {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	background: url("/themes/default/images/inner-page-marka-h2.png") repeat-x scroll 50% 50%;
}
#inner-page-marka h2 span {
	padding:0 10px;
	margin: 0;
	background-color: #fff;
}
#inner-page-marka-pic-1 {
	width: 107px;
	flex-basis: 107px;
}
#main.main_2 #inner-page-marka .p-double-solid {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 0px 0;
	padding: 5px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#main.main_2 #inner-page-marka .p-margin {
	margin:0 0 10px 0;
}
#inner-page-marka .p-double-solid span:first-child {
	width: 60%;
	flex-basis: 60%;
	text-align: left;
}
#inner-page-marka .p-double-solid span:last-child {
	width: 40%;
	flex-basis: 40%;
	text-align: left;
}
/* inner-page-primenenie */
#inner-page-primenenie {
	width: 100%;
}

#inner-page-primenenie-pic-1 {
	width: 250px;
	float: right;
	margin:0 0 0 20px;
	padding: 0;
}
/* inner-page-sertifikat */
#inner-page-sertifikat-pasport {
	width: 100%;
}
#inner-page-sertifikat-pasport h2 {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	font-family: "Ubuntu-bold";
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom:1px dotted #000000;
}
#inner-page-sertifikat-pasport table {
	width: 100%;
}
#inner-page-sertifikat-pasport table tr {
	border-bottom:1px solid #dddddd;
}
#inner-page-sertifikat-pasport table tr.gray {
	background: #f9f9f9;
}
#inner-page-sertifikat-pasport table tr td {
	padding:3px 1%;
}
.inner-page-sertifikat-pasport-td-1 {
	width: 50%;
}
.inner-page-sertifikat-pasport-td-2 {
	width: 10%;
}
.inner-page-sertifikat-pasport-td-3 {
	width: 10%;
}
.inner-page-sertifikat-pasport-td-4 {
	width: 20%;
}
/* inner-page-msds */
#inner-page-msds {
	width: 100%;
}
#inner-page-msds h2 {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	font-family: "Ubuntu";
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom:1px dotted #000000;
}
#inner-page-msds h2 strong {
	font-family: "Ubuntu-bold";
}
#inner-page-msds-block-1 {
	width: 100%;
}
#inner-page-msds-block-1 p {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#inner-page-msds-block-1 p span:first-child {
	width: 25%;
	flex-basis: 25%;
}
#inner-page-msds-block-1 p span:last-child {
	width: 70%;
	flex-basis: 70%;
	padding:5px 2%;
	border:1px solid #000;
}
#inner-page-msds-block-2 {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
#inner-page-msds-block-2 div {
	text-align: center;
	padding:20px 0;
}
#inner-page-msds-block-2 div:first-child {
	margin:0 0 0 20%;
}
#inner-page-msds-block-3,
#inner-page-msds-block-4 {
	width: 99%;
	text-align: center;
	border:1px solid #000;
}
#inner-page-msds-block-5 {
	width: 99%;
	font-family: "Ubuntu";
	padding: 0;
	margin: 30px 0 10px 0;
}
#inner-page-msds-block-5 th {
	text-align: center;
	font-family: "Ubuntu-bold";
	font-weight: normal;
	padding:3px;
}
#inner-page-msds-block-5 td {
	text-align: center;
	padding:3px;
}
#inner-page-msds-block-5 td.left {
	text-align: left;
}
#inner-page-msds-block-6 {
	width: 100%;
	height: 40px;
	padding: 0;
	margin: 15px 0 5px 0;
	background: #d9edf7;
	border-bottom:1px dotted #000000;
}
#inner-page-msds-block-7 {
	width: 100%;
	border-top: 1px solid #ddd;
}
#main.main_2 #inner-page-msds-block-7 p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding:5px 0;
}
#main.main_2 #inner-page-msds-block-7 p span.left {
	width: 35%;
	flex-basis: 35%;
}
#main.main_2 #inner-page-msds-block-7 p span.right {
	width: 60%;
	flex-basis: 60%;
}
#main.main_2 #inner-page-msds .double-solid {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 5px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-align: left;
	font-family: "Ubuntu-bold";
	font-weight: normal;
}
#main.main_2 #inner-page-msds .center {
	text-align: center;
}
#main.main_2 #inner-page-msds .normal {
	font-family: "Ubuntu";
}
.inner-page-msds-block-8 {
	width: 100%;
	border-top: 1px solid #ddd;
	padding: 0;
	margin: 10px 0 0 0;
}
.inner-page-msds-block-8 p {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding:5px 0;
}
.inner-page-msds-block-8 p span:first-child {
	width: 35%;
	flex-basis: 35%;
}
.inner-page-msds-block-8 p span:last-child {
	width: 60%;
	flex-basis: 60%;
}
#inner-page-msds-pic-1 {
	width: 150px;
}
#inner-page-msds-block-9,
#inner-page-msds-block-10 {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
}
#inner-page-msds-block-9 tr,
#inner-page-msds-block-10 tr {
	border-bottom:1px dotted #000;
}
#inner-page-msds-block-9 tr td,
#inner-page-msds-block-9 tr th,
#inner-page-msds-block-10 tr td,
#inner-page-msds-block-10 tr th {
	padding:3px;
}



/* go-to-top */
#toTopFast {
	position: fixed;
	right: 10px;
	bottom:10px;
	padding:10px;
	color:#fff;
	background-color: #6d6d6d;
	border:1px solid #ffffff;
    font-family: "Ubuntu-bold";
	text-transform: uppercase;
	text-decoration: none;
	z-index:10002;
	opacity: 0;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s  ease-in-out;
}
#toTopFast::before {
	content: "↑";
	display: block;
	padding:0 10px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	font-family: "Ubuntu-bold";
	cursor: pointer;
}
#toTopFast.show {
    display: block;
    opacity: 0.65;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
}
/**/
@media screen and (max-width: 1000px) {
	
}