@charset "utf-8";
/*
 * Used fonts:
 * font-family: 'Open Sans', sans-serif;
*/

/* => Globals */
/* ------------------------------------------------------------------------------*/
@font-face {
    font-family: 'AvenirLTS';
    src: url('fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

body {
	position: relative;
	font: 16px 'Open Sans', sans-serif;
	color: #000000;
	background-color: #f8f8f8;
}
#main-wrap {
	padding-top: 81px;
	overflow: hidden;
}
.single-campaigns #main-wrap {
	padding-top: 0;
}
a {
	color: #c1001f;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	margin: 0;
	padding: 0;
}
.product-list1 .regular ul,
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 45px;
}
ol {
	list-style-type: decimal;
	margin-left: 20px;
}
.product-list1 .regular li,
li {
	padding-left: 30px;
	margin-bottom: 10px;
	line-height: 1.3125em;
	background: url('icon01.gif') no-repeat left 5px;
}
ol li {
	padding-left: 10px;
	background: none;
}
.product-list1 .regular p,
p {
	margin-bottom: 1.47em;
	line-height: 1.3125em;
}
.by {
	position: absolute;
	right: 30px;
	bottom: -10px;
}
.by a {
	display: block;
	width: 24px;
	height: 11px;
	background: url('okia.gif') no-repeat;
	text-indent: -999px;
	font-size: 0;
}
.button {
	color: #fff;
	background-color: #c1001f;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	padding: 8px 22px;
	display: block;
	font-weight: 600;
	-moz-transition: background-color 0.4s ease-out, color 0.4s ease-out;
	-webkit-transition: background-color 0.4s ease-out, color 0.4s ease-out;
	transition: background-color 0.4s ease-out, color 0.4s ease-out;
}
.button.invert {
	color: #c1001f;
	background-color: #fff;
}
.button.link {
	border: 0;
	background: none;
	font: 15px 'Open Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
	color: #c1001f;
}
input.button {
	border: none;
}
.button.inline {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.button:focus,
.button:hover {
	background-color: #b1000c;
	text-decoration: none;
}
.button.invert:hover {
	color: #fff;
	background-color: #4c4c4c;
}
.button.link:hover,
.button.link:focus {
	color: #fff;
}
.frontpage-title {
	font-size: 2.1875em;
	color: #292929;
	text-align: center;
	background: url('bg05.png') repeat-x left 28px;
	font-weight: 300;
	margin-bottom: 42px;
}
.frontpage-title span {
	background-color: #f8f8f8;
	overflow: hidden;
	padding: 0 20px;
}
.text-input {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	color: #626161;
	font-size: 0.875em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 12px 9px;
	font-weight: 400;
	-webkit-appearance: none;
	height: 36px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: border-color 0.4s ease-out;
	-webkit-transition: border-color 0.4s ease-out;
	transition: border-color 0.4s ease-out;
}
.text-input:focus,
.text-input:hover {
	border-color: #8a8a8a;
}
.submit-btn {
	background-color: #c1001f;
	color: #fff;
	font-weight: 600;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 0 5px;
	text-align: center;
	border: none;
	height: 36px;
	line-height: 36px;
	font-size: 0.875em;
	-moz-transition: background-color 0.4s ease-out;
	-webkit-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
}
.submit-btn:hover {
	background-color: #b1000c;
}
h1 {
	font-weight: 300;
	color: #1c1c1c;
	font-size: 2.8125em;
	margin-bottom: 30px;
}
.product-about,
.product-list1 .regular h2,
h2 {
	font-size: 1.1875em;
	color: #c1001f;
	line-height: 1.1052em;
	margin-bottom: 25px;
}
h3 {
	font-size: 1em;
	color: #c1001f;
	font-weight: bold;
	margin-bottom: 25px;
}
.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.aligncenter {
	display: block;
	margin: 20px auto;
}
.text-center {
	text-align: center;
}
.nomargin {
	margin: 0;
}
table {
	margin-bottom: 20px;
}
table p {
	margin-bottom: 0;
}
.section.default table tr:first-child {
	background: #fff !important;
	color: #3e3e3e;
}
.section.default table tr:first-child td {
	border-bottom: 2px solid #c1001f;
	padding: 10px 20px;
}
.section.default table {
	width: 100%;
	margin-bottom: 1em;
	border: 1px solid #ccc;
}
.section.default table td,
.section.default table th {
	background: none;
	padding: 10px 20px;
	border: 0;
}
.section.default table td {
	background-color: #f8f8f8;
	color: #000;
}
.section.default table tr:nth-child(odd) td {
	background-color: #fff;
	width:30%;
}
.currently_selected_category {
	position: absolute;
	top: -35px;
	left: 0;
	margin-bottom: 0;
	font-size: 0.75em;
	font-weight: bold;
}
.currently_selected_category .category {
	font-style: italic;
}
/* => Readmore */
/* ------------------------------------------------------------------------------*/
.has-readmore {
    overflow: hidden;
}

.oi-readmore-helper {
    position: relative;
    max-height: 200px;
    -webkit-transition: max-height .25s;
    transition: max-height .25s;
    overflow: hidden;
    z-index: 0;
}

.open > .oi-readmore-helper {
    max-height: 5000px;
    -webkit-transition: max-height 2s;
    transition: max-height 2s;
}

.oi-readmore-toggle {
    position: relative;
    text-align: center;
    padding-top: 30px;
    background-color: #fff;
    box-shadow: 0 -5px 18px 13px #fff;
    z-index: 1;
}
.oi-readmore-toggle .button {
	display: inline-block;
}
.open > .oi-readmore-toggle {
	box-shadow: none;
}

/* => Lists */
/* ------------------------------------------------------------------------------*/
.list, .list li, .list .item, .sub-menu, .menu, .menu-item, .list p,
.wp-paginate, .wp-paginate li {
	margin: 0;
	padding: 0;
	background: none;
	list-style-type: none;
	line-height: 1;
}
.gallery {
	width: 1010px;
	margin-left: -30px;
	overflow: hidden;
}
.gallery-item {
	width: 172px;
	margin-left: 30px;
	float: left;
	margin-bottom: 30px;

}

/* => Sections */
/* ------------------------------------------------------------------------------*/
#header {
	/*background: url('bg01.jpg') no-repeat center bottom;*/
	width: 100%;
}
#header .header-top-wrap {
	background: url('bg01.jpg') no-repeat center top;
	position: fixed;
	top: 0;
	z-index: 16;
	width: 100%;
	border-bottom: 3px solid #e30010;
	-webkit-transition: box-shadow .15s;
	transition: box-shadow .15s;
}
#header .header-top-wrap.border {
	box-shadow: 0 0 2px rgba(0, 0, 0,.62);
}
.home #header .header-top-wrap,
.home #header {
	background-image: none;
	background-color: #fff;
}
.inner {
	max-width: 980px;
	margin: auto;
}
#content {
	max-width: 980px;
	margin: auto;
	background-color: #fff;
}
.home #content {
	background-color: #f8f8f8;
	margin-bottom: 85px;
}
#content-wrap-bottom,
.form-wrap,
#content-wrap {
	width: 100%;
	max-width: 1260px;
	background-color: #fff;
	margin: auto;
	margin-bottom: 85px;
}
#maps {
	width: 100%;
	max-width: 1260px;
	min-width: 980px;
	margin: 0 auto;
	margin-bottom: 90px;
}
#content-wrap-bottom,
.form-wrap {
	background-color: #ededed;
	padding-top: 44px;
	padding-bottom: 32px;
	display: none;
}
#content-wrap-bottom {
	display: block;
	margin-bottom: 0;
	padding-bottom: 0;
	background: #eeeeee url('bg09.jpg') repeat-x center bottom;
}
.page-template-page-contact-php #content-wrap {
	margin-bottom: 0;
}
.single #content {
	padding-bottom: 47px;
}
.single-kliimaseade_product #content {
	padding-bottom: 0;
}
.single #content-wrap.form-active {
	margin-bottom: 0;
}
.single .form-active #content {
	padding-bottom: 30px;
}
/* => Header */
/* ------------------------------------------------------------------------------*/
#logo {
	margin: 20px 0 0 -3px;
	float: left;
	font-size: 0px;
}
/* Levipro
.home #logo {
	margin-left: 16px;
}
*/
.lang-switch-list {
	float: right;
	/* Levipro margin: 26px 2px 26px 9px;*/
	margin: 26px 2px; /* Levipro */
}
.lang-switch-list li {
	float: left;
	margin-left: 14px;
	padding: 7px 0 8px 12px;
	border-left: 1px solid #7f7f7f;
}
.lang-switch-list li:first-child {
	margin-left: 0; /* Levipro */
	border-left: 0;
}
.lang-switch-list li a {
	font-size: 0.875em;
	display: block;
	color: #969696;
	font-weight: 600;
	text-transform: uppercase;
	-moz-transition: color 0.4s ease-out;
	-webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}
.lang-switch-list li a:hover,
.lang-switch-list .current-lang a {
	color: #000;
	text-decoration: none;
}
#ask-offer {
	float: right;
	margin-top: 23px;
	margin-left: 0px;
	margin-bottom: 0;
}
#ask-offer a {
	font-size: 0.875em;
}
/* => Main navigation */
/* ------------------------------------------------------------------------------*/
#mainnav {
	float: right;
	margin-top: 26px;
}
#mainnav .menu-item {
	float: left;
}
#mainnav .menu-item a {
	display: block;
	padding: 7px 12px 8px;
	font-size: 0.875em;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	-moz-transition: color 0.4s ease-out;
	-webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}

#mainnav .current-menu-item a, #mainnav .current-menu-parent a, #mainnav .current-menu-ancestor a,
#mainnav a:hover {
	text-decoration: none;
	color: #c1001f;
}
/* => Submenu */
/* ------------------------------------------------------------------------------*/
#submenu {
	width: 100%;
	margin: 0 auto;
	margin-top: -32px;
	padding-top: 32px;
	/*border-bottom: 3px solid #e30010;
	height: 46px;*/
}
#submenu .inner {
	background-color: #c1001f;
	max-width: 1260px;
	width: 100%;
}
#submenu .sub-menu {
	display: table;
	width: 980px;
	margin: 0 auto;
}
#submenu .menu-item {
	display: table-cell;
	position: relative;
}
#submenu .menu-item a {
	background-color: #c1001f;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.875em;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 18px 10px 17px;
	-moz-transition: background-color 0.4s ease-out;
	-webkit-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
}
#submenu .separator {
	position: relative;
}
#submenu .current-menu-ancestor a,
#submenu .current-menu-parent a,
#submenu .current-menu-item a,
#submenu .menu-item a:hover {
	background-color: #bc0612;
	text-decoration: none;
}
#submenu .menu-item .sub-menu {
	position: absolute;
	top: 49px;
	left: 0;
	width: auto;
	white-space: nowrap;
	z-index: 2;
}
#submenu .menu-item .sub-menu .menu-item {
	display: block;
}
#submenu .menu-item .sub-menu .menu-item a {
	text-align: left;
	padding: 18px 93px 19px 28px;
	background-color: #2e2e2e;
	border-top: 1px solid #4b4b4b;
	text-transform: none;
	font-weight: normal;
	font-size: 1em;
}
#submenu .sub-menu .sub-menu {
	visibility: hidden;
	opacity: 0;
	-moz-transition: opacity 0.4s ease-out;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
#submenu .sub-menu .sub-menu .sub-menu {
	display: none;
}
#submenu .sub-menu .menu-item:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	-moz-transition: opacity 0.4s ease-out;
	-webkit-transition: opacity 0.4s ease-out;
	transition: opacity 0.4s ease-out;
}
#submenu .menu-item .sub-menu .menu-item:first-child a {
	border-top: none;
}
#submenu .menu-item .sub-menu .current-menu-parent a
#submenu .menu-item .sub-menu .current-menu-ancestor a
#submenu .menu-item .sub-menu .current-menu-item a,
#submenu .menu-item .sub-menu .menu-item a:hover {
	background-color: #111111;
}
/* => Frontpage */
/* ------------------------------------------------------------------------------*/
#top-content {
	height: 395px;
	width: 100%;
    max-width: 1980px;
	border-bottom: 3px solid #e30010;
	position: relative;
	z-index: 1;
    margin: auto;
	margin-bottom: 70px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#top-content .active-campaign {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 15;
}
#top-content .active-campaign .active-campaign-wrap {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}
#top-content .active-campaign .active-campaign-wrap img {
	width: 100%;
	height: auto;
}
#top-content #product-categories {
	height: 366px;
	width: 1057px;
	position: absolute;
	left: 50%;
	top: 76px;
	margin-left: -528.5px;
    pointer-events: none;
}
#top-content #product-categories .inner {
	position: relative;
}
#top-content #product-categories .categories {
	float: right;
	width: 724px;
	margin-top: 62px;
}
#top-content #product-categories .categories .menu-item {
	float: left;
	width: 160px;
	margin: 0 9px;
	text-align: center;
}
#top-content #product-categories .categories .menu-item .category-image {
	width: 102px;
	height: 102px;
	-moz-border-radius: 51px;
	-webkit-border-radius: 51px;
	border-radius: 51px;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.16);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.16);
	box-shadow: 0 1px 0 rgba(0,0,0,0.16);
	margin: 0 auto;
	margin-bottom: 12px;
	overflow: hidden;
}
#top-content #product-categories .categories .menu-item .title {
	font-size: 0.875em;
	color: #2f2f2f;
	font-weight: bold;
	text-transform: uppercase;
	-moz-transition: color 0.4s ease-out;
	-webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}


#top-content #product-categories .categories .menu-item a:hover .title {
	color: #c1001f;
}
#top-content #product-categories .categories .menu-item a:hover {
	text-decoration: none;
}
#product-categories #about-banner {
	position: absolute;
	top: -76px;
	left: 0;
}
#about-banner {
	width: 120px;
	padding-bottom: 50px;
	position: relative;
    font-family: 'AvenirLTS';
}
#about-banner:after {
	content: '';
    background: url('new_badge_bottom.png') no-repeat;
	width: 120px;
	height: 64px;
    background-size: contain;
	position: absolute;
	left: 0;
	bottom: auto;
}
#about-banner .banner-content {
	padding: 40px 16px 0;
    background-color: #e3000b;
	text-align: center;
	color: #fff;
	overflow: hidden;
    height: 80px;
    z-index: 2;
}
#about-banner .banner-content p {
	font-weight: 600;
	line-height: 1.25em;
	margin-bottom: 18px;
}
#about-banner .banner-content .company-name {
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 0;
}
#about-banner .banner-content .years {
	margin-bottom: 11px;
	font-size: 18px;
	font-weight: 800;
	padding-top: 6px;
	padding-bottom: 9px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin-bottom: 0;
	padding-bottom: 0;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    line-height: 0.3em;
}
#about-banner .banner-content .services {
    display: none;
	margin-bottom: 0;
    margin-top: 20px;
    padding-bottom: 5px;
    font-weight: 400;
}
.lang-ru #about-banner .banner-content .years {
	letter-spacing: 0;
}
#about-banner .banner-content .years span {
	font-size: 70px;
	display: block;
	line-height: 0.9em;
	letter-spacing: 0;
	margin-bottom: 5px;
}
.home .featured-products {
	margin-bottom: 50px;
}
.product-list1 {
	width: 1010px;
	margin-left: -30px;
}
.product-list1 .product {
	width: 475px;
	margin-left: 30px;
	float: left;
	position: relative;
}
.campaign-wrap .product-list1 .product {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1;
	text-align: left;
}
.product-list1 .title,
.product-list1 .category {
	font-size: 1.2em;
	line-height: 1.25em;
}
.product-list1 .title {
	padding-right: 190px;
	margin-bottom: 13px;
}
.product-list1 .template-2 .title {
	padding-right: 170px;
}
.product-list1 a:hover {
	text-decoration: none;
}
.product-list1 .excerpt {
	color: #292929;
	line-height: 1.3125em;
}
.product-list1 .price-label {
	width: 104px;
	height: 121px;
	padding: 81px 20px 0;
	overflow: hidden;
	background: url('icon04.png') no-repeat left top;
	position: absolute;
	right: 28px;
	top: 0;
}
.product-list1 .product a:hover .price-label {
	background-position: right top;
}
.product-list1 .product a:hover .price-label p {
	color: #c1001f;
}
.product-list1 .product a {
	display: block;
}
.product-list1 .product .product-logo {
	text-align: center;
	margin-bottom: 30px;
}
.product-list1 .price-label p {
	color: #fff;
	font-size: 0.75em;
	text-align: center;
	font-weight: 700;
	line-height: 1.166em;
	-moz-transition: color 0.4s ease-out;
	-webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}
.product-list1 .price-label .old-price {
	text-transform: uppercase;
	margin-bottom: 3px;
}
.product-list1 .price-label .real-price {
	font-size: 1.875em;
	margin-bottom: 3px;
}
.product-list1 .price-label .no_old_price {
	margin-top: 19px;
}
.product-list1 .product .featured-image {
	margin-bottom: 14px;
	text-align: center;
}
.product-list1 .product .featured-image.left {
	text-align: left;
}
.product-list1 .product .featured-image.right {
	text-align: right;
}
.product-list1 .product .featured-image.center {
	text-align: center;
}
.product-list1 .product.template-2 .featured-image {
	text-align: left;
	margin-top: -40px;
	margin-left: 22px;
	margin-bottom: 10px;
}
.product-info-wrap {
	position: relative;
}
.activity-list {
	width: 100%;
	line-height: 0;
	font-size: 0px;
	margin-bottom: 0px;
}
.activity-list .activity {
	display: inline-block;
	width: 475px;
	font-size: 16px;
	line-height: 1;
	vertical-align: top;
	margin-bottom: 26px;
	color: #292929;
}
.activity-list .activity a {
	display: block;
}
.activity-list .activity.full {
	max-width: 980px;
	width: 100%;
	clear: left;
}
.activity-list .activity .title {
	font-size: 1.1875em;
	margin-bottom: 12px;
}
.activity-list .activity p {
	line-height: 1.3125em;
	color: #292929;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.activity-list .activity.full p {
	margin-bottom: 1.47em;
	line-height: 1.3125em;
}
.activity-list .activity a:hover {
	text-decoration: none;
}
.activity-list .activity a:hover p {
	color: #c1001f;
}
.calc-row {
	margin-bottom: 100px;
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 100px;
}
.calc-row-title {
	font-weight: bold;
}
.calc-button {
	padding: 8px 25px;
	font-weight: bold;
	background-color: #c1001f;
	color: #ffffff;
	display: inline-block;
}
.calc-button:hover {
	background-color: #b1000c;
}
.svea_wrapper {
	text-align: center;
}
@media only screen and (max-width: 1000px) {
	.svea_wrapper {
		text-align: left !important;
	}
}
.information-list {
	width: 1013px;
	margin-left: -33px;
}
.information-list .item {
	width: 305px;
	float: left;
	margin-left: 32.5px;
}
.information-list .information-box__inner {
	background-color: #fff;
	padding: 60px 35px 16px;
}
.information-list .item .box {
	padding-top: 91px;
	margin-top: -90px;
	position: relative;
}
.information-list .item .box:before {
	content: '';
	background: url('sprite01.png') no-repeat left top;
	position: absolute;
	width: 75px;
	height: 64px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -37px;
}
.information-list .item .box.help:before {
	background-position: -336px top;
}
.information-list .item .box.warning:before {
	background-position: -672px top;
}
.information-list .title {
	text-align: center;
	color: #292929;
	font-size: 2.1875em;
	font-weight: 300;
	margin-bottom: 10px;
}
.information-list p {
	text-align: center;
	color: #292929;
	line-height: 1.3125em;
	margin-bottom: 17px;
}
.read-more a {
	text-align: center;
	font-weight: 700;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-transform: uppercase;
	font-size: 0.875em;
	border: 1px solid #d9000f;
	color: #d9000f;
	background-color: #fff;
	padding: 6px 26px 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.read-more a:hover {
	background-color: #d9000f;
	color: #f8f8f8;
	text-decoration: none;
}
.read-more a:focus {
	background-color: #b1000c;
	border-color: #b1000c;
	color: #edc5c5;
}

#frontpage-slider,
#frontpage-slider .slick-list,
#frontpage-slider .slick-track,
#frontpage-slider .slider-item {
    height: 100%;
}

.slider-item__link {
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#frontpage-slider .slick-arrow {
    height: 50px;
    width: 50px;
    z-index: 1;
}

#frontpage-slider .slick-arrow::before {
    font-size: 40px;
}

#frontpage-slider .slick-prev {
    left: 30px;
}

#frontpage-slider .slick-next {
    right: 30px;
}

@media only screen and (max-width: 1000px) {
    #frontpage-slider {
        height: 260px;
    }
}

@media only screen and (max-width: 650px) {
    #frontpage-slider {
        height: 140px;
    }

    #frontpage-slider .slick-prev {
        left: 5px;
    }

    #frontpage-slider .slick-next {
        right: 5px;
    }
}
/* => Breadcrumb */
/* ------------------------------------------------------------------------------*/
.breadcrumb {
	margin-top: 10px;
	margin-bottom: 35px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}
.breadcrumb a {
	padding: 13px 12px 20px 13px;
	float: left;
	display: block;
	background: url('bg07.gif') no-repeat left bottom;
	font-size: 0.75em;
	font-weight: bold;
	color: #7c7c7c;
	-moz-transition: color 0.4s ease-out;
	-webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}
.breadcrumb a:hover,
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb > a:last-child,
.breadcrumb > span:last-child a {
	color: #000;
}
.breadcrumb .home {
	background: none;
	padding: 0 12px 0 0;
	width: 34px;
	height: 34px;
	background: url('bg06.png') no-repeat left top;
	text-indent: -9999px;
	font-size: 0;
}
/* => Product category list */
/* ------------------------------------------------------------------------------*/
#content .col-1 {
	width: 222px;
	float: left;
	margin-right: 30px;
}
#content .col-2 {
	float: left;
	width: 728px;
}
#sidebar .sub-menu .menu-item a {
	font-size: 0.9375em;
	color: #111111;
	padding: 20px 10px 19px 26px;
	display: block;
	background-color: #f8f8f8;
	-moz-transition: 0.4s all ease-out;
	-webkit-transition: 0.4s all ease-out;
	transition: 0.4s all ease-out;
}
#sidebar .sub-menu .menu-item a:hover {
	background-color: #ededed;
	color: #111111;
	text-decoration: none;
}
#sidebar .sub-menu .current-menu-item>a:hover,
#sidebar .sub-menu .current-menu-item>a {
	background-color: #333333;
	color: #ffffff;
}
#sidebar .sub-menu .sub-menu {
	display: none;
}
#sidebar .sub-menu .current-menu-item > .sub-menu {
	display: block;
}
#sidebar .sub-menu .sub-menu .menu-item a {
	font-size: 0.875em;
	padding: 11px 10px 11px 40px;
	background-color: #fff;
	border-top: 1px solid #e0e0e0;
}
#sidebar .sub-menu .sub-menu {
	margin: 8px 0;
}
#sidebar .sub-menu .sub-menu .menu-item:first-child a {
	border-top: none;
}
#sidebar .sub-menu .sub-menu .menu-item a:hover {
	background-color: #ededed;
	color: #111111;
}
#content .col-2.wide {
	width: 100%;
}
#content .col-2.wide .product-list {
	width: 1010px;
}
.product-list {
	line-height: 0;
	font-size: 0px;
	width: 758px;
	margin-left: -30px;
	margin-bottom: 20px;
}
.product-list .product {
	font-size: 16px;
	line-height: 1.4em;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 200px;
	margin-left: 30px;
	vertical-align: top;
	margin-bottom: 30px;
	background-color: #f8f8f8;
	padding: 10px 10px 20px;
	transition: 0.4s background-color ease-out;
}
.product-list .product:hover {
	background-color: #f1f1f1;
 }

.product-list .product p {
	font-size: 0.9375em;
	line-height: 1.4em;
}
.product-list .product .featured-image {
	border: 1px solid #e7e7e7;
	text-align: center;
	width: 220px;
	height: 185px;
	display: table-cell;
	vertical-align: middle;
	background: white;
}
.product-list .product .title {
	color: #292929;
	font-size: 0.9375em;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 12px;
	-moz-transition: 0.4s color ease-out;
	-webkit-transition: 0.4s color ease-out;
	transition: 0.4s color ease-out;
}
.product-list .product .excerpt p {
	margin-bottom: 0;
	color: #111111;
}
.product-list .product a:hover {
	text-decoration: none;
}
.product-list .product a:hover .title {
	color: #c1001f;
}
/* => Single */
/* ------------------------------------------------------------------------------*/
.single #content .col-1 {
	width: 698px;
	margin-right: 30px;
	padding-right: 29px;
	float: left;
}
.single #content .col-2 {
	width: 222px;
	float: left;
}
.product-bottom-button {
	clear: left;
	margin-top: 1.47em;
}
.product-bottom-button .button {
	font-size: 0.875em;
	font-weight: 700;
	padding: 15px 50px;
}
.product-nav__section {
	position: relative;
	margin-left: -140px;
	margin-right: -140px;
}
.product-nav__section.fixed {
	position: fixed;
	top: 82px;
	left: 0;
	right: 0;
	margin-left: 0;
	margin-right: 0;
	z-index: 10;
}
.product-nav {
	position: relative;
	width: 1026px;
	height: 51px;
	margin: auto;
	background-color: #2d2d2d;
}
.product-nav:before {
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: -117px;
	right: -117px;
	content: '\00ad';
	background-color: #2d2d2d;
	z-index: 0;
}
.product-nav .menu-item {
	position: relative;
	float: left;
	z-index: 1;
}
.product-nav .menu-item a {
	position: relative;
	color: #fff;
	display: block;
	padding: 18px 20px;
	-moz-transition: color 0.2s ease-out;
	-webkit-transition:color 0.2s ease-out;
	transition: color 0.2s ease-out;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}
.product-nav .menu-item a:hover {
	text-decoration: none;
}
.product-nav .menu-item a:after {
	position: absolute;
	bottom: -3px;
	left: 20px;
	right: 20px;
	height: 3px;
	background-color: #2d2d2d;
	content: '\00ad';
}

.product-nav .active a:after,
.product-nav .menu-item a:hover:after {
	background-color: #e00b1f;
}

/*Energiamärgised*/
#energy-class .energy-class-image a{
	overflow:hidden;
	text-indent: 9000px;
}

.mark-1{
	background-image: url('mark-1.png');
	background-repeat: no-repeat;
	display:block;
    height:32px;
    width:79px;

}
 .mark-2{
	background-image: url('mark-2.png');
	background-repeat: no-repeat;
	display:block;
    height:32px;
    width:79px;
}
.mark-3{
	background-image: url('mark-3.png');
	background-repeat: no-repeat;
	display:block;
    height:32px;
    width:79px;
}
.mark-4{
	background-image: url('mark-4.png');
	background-repeat: no-repeat;
	display:block;
    height:32px;
    width:79px;
}
.mark-5{
	background-image: url('mark-5.png');
	background-repeat: no-repeat;
	display:block;
    height:32px;
    width:79px;
}
.mark-6{
	background-image: url('mark-6.png');
	background-repeat: no-repeat;
	display:block;
    height:32px;
    width:79px;
}
.mark-7{
	background-image: url('mark-7.png');
	background-repeat: no-repeat;
	display:block;
    height:32px;
    width:79px;
}
.mark-8{
	background-image: url('mark-8.png');
	background-repeat: no-repeat;
	display:block;
    height:32px;
    width:79px;
}
.mark-9{
	background-image: url('mark-9.png');
	background-repeat: no-repeat;
	display:block;
    height:32px;
    width:79px;
}

.mark-10{
	background-image: url('mark-10.png');
	background-repeat: no-repeat;
	display:block;
    height:32px;
    width:79px;
}

.mark-12{
	background-image: url('mark-12.png');
	background-repeat: no-repeat;
	display:block;
    height:32px;
    width:79px;
}

.mark-13{
	background-image: url('mark-13.png');
	background-repeat: no-repeat;
	display:block;
    height:32px;
    width:79px;
}

.mark-14{
	background-image: url('mark-14.png');
	background-repeat: no-repeat;
	display:block;
    height:32px;
    width:79px;
}

.mark-15{
	background-image: url('mark-15.png');
	background-repeat: no-repeat;
	display:block;
    height:32px;
    width:79px;
}

.mark-16{
	background-image: url('mark-16.png');
	background-repeat: no-repeat;
	display:block;
    height:32px;
    width:79px;
}

.mark-17{
	background-image: url('mark-17.png');
	background-repeat: no-repeat;
	display:block;
    height:32px;
    width:79px;
}

.mark-18{
	background-image: url('mark-18.png');
	background-repeat: no-repeat;
	display:block;
    height:32px;
    width:79px;
}

.mark-19{
	background-image: url('mark-19.png');
	background-repeat: no-repeat;
	display:block;
    height:32px;
    width:79px;
}

.mark-20{
	background-image: url('mark-20.png');
	background-repeat: no-repeat;
	display:block;
    height:32px;
    width:79px;
}
/**/

.content-box {
	clear: left;
}
.product-nav__section.fixed + .content-box {
	padding-top: 120px;
}
.content-box.section {
	position: relative;
	margin-bottom: 60px;
	padding-top: 60px;
}
.content-box.section + .section:before {
	position: absolute;
	content: '\00ad';
	top: 0;
	background: url('border01.gif') 50% 0 repeat-x;
	height: 1px;
	left: -137px;
	right: -138px;
}
.section.default {
	background-color: #f6f6f6;
}
.section.danger {
	background-color: #c1001f;
	color: #fff;
}
.section.default > .clear,
.section.danger > .clear {
	position: relative;
	z-index: 2;
}
.section.default:after,
.section.danger:after {
	position: absolute;
	left: -140px;
	top: 0;
	bottom: -61px;
	right: -140px;
	content: '\00ad';
	background-color: #f6f6f6;
	z-index: 1;
}
.section.default:after {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.section.danger:after {
	background-color: #c1001f;
}
.section.danger .text-center {
	width: 680px;
	margin: auto;
}
.content-box.active {
	display: block;
}

.section-title {
	font-size: 30px;
	color: #4c4c4c;
	margin-bottom: 1.1em;
}
.section.danger .section-title {
	color: #fff;
}
.file-list {
	margin: 0 -15px 24px;
	overflow: hidden;
}

.file-list .item {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 15px;
}

.file-list a {
	display: block;
	padding: 30px 30px 30px 68px;
	min-height: 100px;
	border: 2px solid #c1001f;
	color: #4c4c4c;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 600;
	background: url('icon05.png') 15px 50% no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: background .4s, color .4s;
}

.file-list.gallery-list .item,
.gallery-item {
	width: 220px;
}
.file-list.gallery-list a,
.gallery-item a {
	display: block;
	padding: 0;
	background: none;
	text-align: center;
	border: 1px solid #ccc;
	transition: border .4s, color .4s;
}
.file-list.gallery-list img,
.gallery-item img {
	display: block;
	margin: auto;
}

.gallery-item .gallery-caption {
	display: block;
	padding: 5px 8px;
	font-size: 14px;
}
.file-list a:hover {
	text-decoration: none;
	color: #333;
	background-color: #ececec;
}
.file-list.gallery-list a:hover,
.gallery-item a:hover {
	background-color: #fff;
	border-color: #999;
}

.form-wrap .col-1 {
	width: 644px;
	float: left;
}
.form-wrap .col-1 .left-side {
	width: 307px;
	float: left;
}
.form-wrap .col-1 .right-side {
	width: 307px;
	float: left;
	margin-left: 30px;
}
.form-wrap .col-2 {
	width: 306px;
	margin-left: 30px;
	float: left;
}
.form-wrap h2.title {
	color: #1c1c1c;
	font-size: 2.8125em;
	font-weight: 300;
	margin-left: -4px;
	margin-bottom: 38px;
}
.form-wrap h3.title,
.wpcf7 h3.title {
	color: #c1001f;
	font-size: 1.1875em;
	line-height: 1.579em;
	margin-bottom: 25px;
	text-transform: uppercase;
	margin-bottom: 21px;
}
.form-wrap h3.title.underline,
.wpcf7 h3.title.underline {
	border-bottom: 2px solid #c1001f;
	padding-bottom: 4px;
}
.wpcf7 h3 {
	font-family: 'Avenir LT Std', sans-serif;
	font-weight: 350;
	color: #c1001f;
}
.wpcf7 .block-margin {
	margin-top: 30px !important;
}
textarea,
input[type="e-mail"],
input[type="email"],
input[type="tel"],
.wpcf7 input[type="submit"],
input[type="text"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 6px 12px 7px;
	font-size: 0.9375em;
	border: 1px solid #dfdfdf;
	-moz-transition: border-color 0.3s ease-out;
	-webkit-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
	outline: none;
	background-color: #fff;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #525252;
}
textarea {
	resize: none;
	padding: 12px;
}
input,
select,
textarea {
	font-family: Arial, sans-serif !important;
}
.wpcf7 select:not(.inads-appartment) {
	border: 1px solid #dfdfdf;
	background-position: 100% -1px !important;
}
.wpcf7 select[class^="inads-"],
.wpcf7 .inads-result li {
	background-image: none !important;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}
.wpcf7 .wpcf7-form-control-wrap[data-name="i_agree"] .wpcf7-list-item-label {
	font-weight: bold;
}
.wpcf7 input[type=checkbox]{
	position: relative;
	height: 22px;
	float: left;
	width: auto;
	margin-right: 20px;
}
.wpcf7 input[type=checkbox]:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	padding: 3px 0 0 2px;
	width: 22px;
	height: 17px;
	border: 1px solid #000;
	background: #fff;
	line-height: 14px;
}
.wpcf7 input[type=checkbox]:checked:before{
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #c1001f;
	font-size: 20px;
}
.wpcf7 input[type="submit"] {
	width: auto;
	min-width: 200px;
	background-color: #c1001f;
	color: #fff;
	border-color: #c1001f;
}
.wpcf7 input[type="submit"]:not(:disabled):hover {
	background-color: #d9000f;
	color: #fff;
	border-color: #d9000f;
}
.wpcf7 #building_address {
	display: block;
}
.wpcf7 #building_address small {
	display: none;
}
.wpcf7 #InAadressDiv {
	display: block;
	margin-bottom: 7px;
}
.wpcf7 #InAadressDiv .inads-input,
.wpcf7 #InAadressDiv .inads-result {
	border: 1px solid #c1cfd9 !important;
}
.wpcf7 #InAadressDiv .inads-result li:hover,
.wpcf7 #InAadressDiv .inads-result li.active {
	background-color: #c1001f !important;
}
.wpcf7 #InAadressDiv .inads-input-search {
	filter: invert(11%) sepia(9%) saturate(10%) hue-rotate(348deg) brightness(103%) contrast(77%);
}
.wpcf7 #InAadressDiv .inads-input-clear {
	filter: invert(17%) sepia(94%) saturate(7138%) hue-rotate(345deg) brightness(74%) contrast(107%);
}
.wpcf7 span[data-name="building_location"] {
	position: relative;
}
.wpcf7 span[data-name="building_location"].loading:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 9;
}
.wpcf7 span[data-name="building_location"].loading:after {
	position: absolute;
	display: inline-block;
	top: 5px;
	left: calc(50% - 20px);
	content: "\f110";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 20px;
	color: #ccc;
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	z-index: 9;
}
.wpcf7 p {
	margin-bottom: 0;
	height: 100%;
}
.wpcf7 p > small {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #969696;
}
.wpcf7 p > small:first-child {
	margin-top: 0;
}
.wpcf7 p br {
	display: none;
}
.wpcf7 p label:not(#InAadressDiv) {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.wpcf7 p label:not(#InAadressDiv).half {
	display: -webkit-inline-flex;
	display: inline-flex;
	width: calc(50% - 3px);
	vertical-align: top;
}
.wpcf7 p span.labeled {
	flex: 0 0 100%;
	display: block;
	margin-bottom: 1px;
	font-weight: 400;
}
.wpcf7 p span.labeled small {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #969696;
	font-weight: 400;
}
.wpcf7 p span.labeled a {
	display: inline-block;
	padding-left: 5px;
	color: #969696;
}
.wpcf7 p span.labeled a:hover {
	color: #c1001f;
}
.wpcf7 p label .wpcf7-form-control-wrap {
	flex: 1 1 50%;
}
.wpcf7 label > small {
	display: block !important;
	padding: 6px 8px;
	min-width: 18px;
	height: 23px;
	background-color: #373737;
	color: #e6e6e6;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.wpcf7-form .wpcf7-not-valid-tip {
	display: block;
	margin: 5px;
	line-height: .9em;
	font-size: .8em;
	color: #f55b5f
}
.wpcf7-quiz.wpcf7-not-valid,
.wpcf7-validates-as-required.wpcf7-not-valid {
	border-color: #f55b5f !important;
}
.wpcf7 form.validating .wpcf7-response-output {
	border: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border: 0;
	color: #f55b5f;
}
.wpcf7 ::-webkit-input-placeholder { /* WebKit browsers */
    color: #999 !important;
    opacity: 1;
}
.wpcf7 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999 !important;
    opacity: 1;
}
.wpcf7 ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999 !important;
    opacity: 1;
}
.wpcf7 :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999 !important;
    opacity: 1;
}
.wpcf7 input:disabled,
.wpcf7 input[readonly] {
	background-color: #f2f2f2 !important;
	border-color: #ccc;
	color: #ccc;
}
.wpcf7 span[data-id="choose-product-group"] {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	height: calc(100% - 22px) !important;
	border: 1px solid #f2f2f2 !important;
	background-color: #fdfdfd !important;
	color: #969696;
	font-size: 14px;
	text-align: center;
}
.wpcf7 div.half,
.wpcf7 div.third {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
}
.wpcf7 div.half > div {
	flex: 0 1 calc(50% - 5px);
	margin-right: 10px;
	min-width: calc(50% - 5px);
}
.wpcf7 div.third > div {
	flex: 0 1 calc(33.3333% - 5px);
	margin-right: 10px;
	min-width: calc(33.3333% - 5px);
}
.wpcf7 div.third > div.twothird {
	flex: 0 1 calc(66.6666% - 5px);
	margin-right: 10px;
	min-width: calc(66.6666% - 5px);
}
.wpcf7 .wpcf7-radio:not(.not-full) > span {
	flex: 0 1 calc(50% - 10px);
	margin-right: 10px;
	min-width: calc(50% - 10px);
}
.wpcf7 div.third .wpcf7-radio > span {
	flex: 0 1 calc(33.3333% - 10px);
	margin-right: 10px;
	min-width: calc(33.3333% - 10px);
}
.wpcf7 div.half > div:nth-of-type(2),
.wpcf7 div.third > div:nth-of-type(3),
.wpcf7 div.third > div:nth-of-type(2).twothird,
.wpcf7 .wpcf7-radio > span {
	margin-right: 0;
}
.wpcf7 .wpcf7-checkbox label,
.wpcf7 .wpcf7-radio label {
	display: inline-block !important;
	padding: 5px;
	cursor: pointer;
}
.wpcf7 .submit-button-row {
	position: relative;
	margin: 20px 0;
	text-align: center;
}
.wpcf7 .submit-button-row .wpcf7-spinner {
	position: absolute;
	right: 0;
}
.wpcf7 .inads-copyright {
	top: 30px;
}
#humidityInfo {
	display: none;
}
#TB_closeWindowButton:focus .tb-close-icon {
	box-shadow: none !important; 
	-webkit-box-shadow: none !important;
	color: #666 !important;
}
#TB_ajaxContent p {
	margin-bottom: 10px;
}
@media only screen and (max-width:767px) {
	.wpcf7 p label:not(#InAadressDiv).half {
		display: -webkit-flex;
		display: flex;
		width: 100%;
	}
	.wpcf7 div.half > div,
	.wpcf7 div.third > div:not(.onethird):not(.twothird),
	.wpcf7 .wpcf7-radio > span {
		flex: 0 1 100%;
		margin-right: 0;
		min-width: 100%;
	}
	.wpcf7 .wpcf7-checkbox {
		display: flex;
		flex-direction: column;
	}
	.wpcf7 .wpcf7-checkbox label {
		display: block !important;
	}
	.wpcf7 p > small:first-child {
		margin-top: 10px;
	}
}
.form-step-container select,
.form-step-container textarea,
.form-step-container input {
	border: 1px solid #e3e3e3;
}
textarea:hover,
input[type="e-mail"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover {
	border-color: #8a8a8a;
}
textarea:focus,
input[type="e-mail"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus {
	border-color: #c9c9c9;
}
select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid transparent;
	padding: 6px 8px 7px 12px;
	background: url('sprite03.png') no-repeat 273px -1px;
	outline: none;
	background-color: #fff;
	text-indent: 0.01px;
    text-overflow: '';
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #525252;
    font-size: 0.9375em;
}
select:hover {
	border-color: #c9c9c9;
}
select:focus {
	background-position: right bottom;
	border-color: #c9c9c9;
}
.submit-row .required,
.label-row .required {
	color: #c1001f;
	margin-left: 4px;
}
@-moz-document url-prefix() {
    select {
    	padding: 5px 8px 6px 12px;
    	background-position: 273px top;
    }
}
.label-row {
	margin-bottom: 13px;
}
.form-row {
	margin-bottom: 21px;
	overflow: hidden;
}
.form-row.with-label input[type="e-mail"],
.form-row.with-label input[type="email"],
.form-row.with-label input[type="tel"],
.form-row.with-label input[type="text"] {
	width: 89.2%;
	float: left;
}
.form-row.with-label span {
	width: 10.8%;
	float: left;
	background-color: #383737;
	font-weight: bold;
	color: #ffffff;
	font-size: 0.8125em;
	text-align: center;
	padding: 7px 0 8px;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	line-height: 1em;
}
.submit-row {
	margin-top: 53px;
	overflow: hidden;
	line-height: 33px;
}
.submit-row .required {
	margin-left: 0;
	margin-right: 4px;
}
.submit-row .button {
	float: right;
	font-size: 14px;
	font-weight: 400;
	-webkit-appearance: none;
	padding:
}
#form .inner {
	position: relative;
}
#form .close {
	font-size: 3.75em;
	font-weight: 300;
	color: #1c1c1c;
	cursor: pointer;
	position: absolute;
	top: -20px;
	right: 0;
}
input[type="e-mail"].error,
input[type="email"].error,
input[type="tel"].error,
input[type="text"].error,
select.error,
textarea.error {
	border-color: #c09853;
}
#form {
	position: relative;
	margin-top: 50px;
}
#form.selectedCategory {
	margin-top: 70px;
}
#form.selectedCategory .currently_selected_category {
	top: -50px;
	font-size: 1em;
}
#form.selectedCategory .currently_selected_category .category {
	color: #c1001f;
}
.info {
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	clear: left;
}
.info.error {
	color: #c09853;
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
}
.info.success {
	color: #fff;
	background-color: #367506;
	border: 1px solid #367506;
}
.modal-info {
	text-align: center;
	font-size: 16px;
	padding: 30px 10px;
	display: none;
}
.modal-info.full {
	width: 100%;
	position: relative;
}
.modal-info-3,
.modal-info-2,
.modal-info-1 {
	width: calc(100% - 20px);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	line-height: 1.5;
	font-weight: 600;
	margin: 0;
	border-radius: 0;
	box-shadow: 0 20px 15px rgba(0,0,0,0.1);
}

@media only screen and (max-width: 500px) {
	.modal-info {
		font-size: 12px;
	}
}
/* => Form */
/* ------------------------------------------------------------------------------*/
#form-navigation {
	width: 980px;
	margin-bottom: 50px;
	overflow: hidden;
}
#form-navigation .menu-item {
	float: left;
	width: 294px;
	border-left: 1px solid #535353;
}
#form-navigation .menu-item:first-child {
	border-left: none;
	width: 295px;
}
#form-navigation .menu-item a,
#form-navigation .menu-item .title {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #262626;
	padding: 13px 0;
	-moz-transition: background-color 0.3s ease-out;
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
#form-navigation .current-menu-item a,
#form-navigation .menu-item a:hover,
#form-navigation .current-menu-item .title {
	background-color: #e30010;
	text-decoration: none;
}
#form-navigation .menu-item .number {
	width: 26px;
	height: 16px;
	padding: 5px 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
	background-color: #fff;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	color: #262626;
	text-align: center;
	margin-right: 15px;
	-moz-transition: color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
#form-navigation .current-menu-item a .number,
#form-navigation .menu-item a:hover .number,
#form-navigation .current-menu-item .number {
	color: #e30010;
}
#form-navigation #step-4 {
	border-left: none;
	width: 93px;
}
#form-navigation .form-succesful {
	width: 93px;
	height: 52px;
	display: block;
	text-indent: -9999px;
	font-size: 0px;
	background: #4b4a4a url('icon03.png') no-repeat center center;
}
#form-navigation .current-menu-item .form-succesful {
	background-color: #e30010;
}
.form-step-container {
	width: 980px;
}
#form-2 {
	overflow: hidden;
}
#form-3 .col {
	width: 306px;
}
#form-3 .row {
	display: flex;
}
#form-3 .row .col {
	flex: 1 1 50%;
	margin-right: 20px;
}
#form-3 .row .col:last-of-type {
	margin-right: 0;
}
@media only screen and (max-width: 650px) {
	#form-3 .row {
		flex-direction: column;
	}
	#form-3 .row .col {
		flex: 0 0 100%;
		margin-right: 0px;
	}
}
.form-step-container .col-2-3 {
	width: 60%;
}
#form-2 .right-side,
#form-2 .left-side {
	width: 306px;
	float: left;
}
#form-2 .right-side {
	margin-left: 30px;
}
input[type="radio"] {
	display: none;
}
.radio {
	width: 18px;
	height: 18px;
	float: left;
	background: url('sprite04.png') no-repeat left top;
	margin-right: 15px;
}
#form-1 label {
	float: left;
	width: 947px;
}
.radio.checked {
	background-position: left bottom;
}
.form-wrapper {
	width: 980px;
	position: relative;
	height: 500px;
	overflow: hidden;
	margin-bottom: 20px;
}
#form-1 {
	position: absolute;
	left: 0;
	top: 0;
}
#form-2 {
	position: absolute;
	left: 980px;
	top: 0;
}
#form-3 {
	position: absolute;
	left: 1960px;
	top: 0;
}
.form-nav-buttons {
	margin-bottom: 40px;
	overflow: hidden;
}
.form-nav-buttons #prev {
	padding-left: 36px;
	background: #d0d0d0 url('sprite05.png') no-repeat 9px 9px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	-moz-transition: background-color 0.3s ease-out;
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	float: left;
	outline: none;
}
.form-nav-buttons #prev .prev-arrow {
	background-color: #dfdfdf;
	padding: 7px 22px 8px;
	color: #817e7e;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-transform: uppercase;
	-moz-transition: background-color 0.3s ease-out;
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
.form-nav-buttons #next {
	padding-right: 36px;
	background: #a40015 url('arrow02.png') no-repeat right top;
	display: inline-block;
	*display: inline;
	zoom: 1;
	-moz-transition: background-color 0.3s ease-out;
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	float: right;
	outline: none;
}
.form-nav-buttons #next .next-arrow {
	background-color: #d9000f;
	padding: 7px 22px 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-transform: uppercase;
	-moz-transition: background-color 0.3s ease-out;
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
.form-nav-buttons #prev:hover {
	background-color: #bebebe;
}
.form-nav-buttons #prev:hover .prev-arrow {
	background-color: #d2d2d2;
}
.form-nav-buttons #next:hover {
	background-color: #73000f;
}
.form-nav-buttons #next:hover .next-arrow {
	background-color: #a40015;
}
.form-nav-buttons #prev:active {
	background-color: #bebebe;
	background-position: 9px -27px;
}
.form-nav-buttons #prev:active .prev-arrow {
	background-color: #d2d2d2;
	color: #000;
}
.form-nav-buttons #next:active {
	background-color: #3b0008;
}
.form-nav-buttons #next:active .next-arrow {
	background-color: #a40015;
}
.form-nav-buttons input[type="submit"] {
	font-size: 14px;
	padding: 9px 22px 10px;
	float: right;
}
.form-nav-buttons #prev,
.form-nav-buttons input[type="submit"] {
	display: none;
}

/* => Contact page */
/* ------------------------------------------------------------------------------*/
.page-template-page-contact-php .section .contact {
	cursor: pointer;
}
.page-template-page-contact-php .section .contact:after {
	content: '';
	display: inline-block;
	margin-left: 10px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #c1001f;
	vertical-align: middle;
}
.page-template-page-contact-php .section .contact.active:after {
	border-top: none;
	border-bottom: 7px solid #c1001f;
}
.page-template-page-contact-php .section .contact:hover {
	color: #b1000c;
}
.page-template-page-contact-php .section .contact:hover:after {
	border-top-color: #b1000c;
	border-bottom-color: #b1000c;
}
.person-list {
	width: 1010px;
	margin-left: -30px;
	line-height: 0;
	font-size: 0px;
	display: none;
}
.person-list.active {
	display: block;
}
.person-list .person {
	width: 222.5px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 16px;
	line-height: 1em;
	vertical-align: top;
	margin-left: 30px;
	text-align: center;
	margin-bottom: 42px;
}
.person-list .featured-image {
	border: 1px solid #dedede;
	width: 220px;
	height: 162px;
	margin-bottom: 17px;
}
.person-list .title {
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 1px;
}
.person-list .occupation {
	font-size: 0.875em;
	margin-bottom: 11px;
	line-height: 1.3572em;
	padding: 0 15px;
}
.person-list .meta {
	font-size: 0.875em;
	margin-bottom: 5px;
}
.person-list .meta a {
	color: #000000;
	-moz-transition: color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.person-list .meta a:hover {
	color: #c1001f;
	text-decoration: none;
}
.contacts-list {
	width: 1010px;
	margin-left: -30px;
	overflow: hidden;
}
.contacts-list .item {
	width: 306px;
	margin-left: 30px;
	float: left;
	border-bottom: 2px solid #dda7ae;
	padding-bottom: 20px;
	cursor: pointer;
	-moz-transition: border-color 0.3s ease-out;
	-webkit-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
}
.contacts-list .item.active,
.contacts-list .item:hover {
	border-color: #b5041a;
	background: url('arrow01.png') no-repeat center bottom;
}
.contacts-list .item h2 {
	font-weight: bold;
	color: #262626;
	text-transform: uppercase;
	font-size: 1.0625em;
}
.contacts-list .item p {
	color: #5c5c5c;
	margin-bottom: 1.47em;
	line-height: 1.3125em;
}
.contacts-list .item a {
	color: #5c5c5c;
	-moz-transition: color 0.3s ease-out;
	-webkit-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.contacts-list .item a:hover {
	color: #c1001f;
	text-decoration: none;
}
#maps {
	position: relative;
	height: 525px;
}
#maps .item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	visibility: hidden;
}
#maps .item iframe {
	width: 100%;
	height: 525px;
}
/* => Campaign page */
/* ------------------------------------------------------------------------------*/
#campaign-header {
	width: 100%;
	height: 262px;
	overflow: visible;
	background-color: #a00b15;
}
#campaign-header .inner {
	height: 262px;
	position: relative;
}
#campaign-header #about-banner {
	position: absolute;
	left: 0;
	top: 0;
}
#campaign-header #about-banner.dark {
	background: url('bg10.png') no-repeat center bottom;
}
#campaign-header #about-banner .banner-content {
	padding-top: 20px;
}
#campaign-header #about-banner.dark .banner-content {
	background-color: #2a2a2a;
}
#campaign-header #about-banner .banner-content .company-name {
	margin-bottom: 15px;
	text-align: center;
}
#campaign-header .title {
	margin-left: 265px;
	color: #ffffff;
	font-weight: bold;
	font-size: 3.75em;
	line-height: 60px;
	margin-top: 45px;
	float: left;
}
.campaign-wrap .brand {
	text-align: center;
}
.campaign-wrap .brand p {
	color: #747474;
	font-size: 1.9375em;
	line-height: 1.194em;
}
.campaign-wrap .product-list1 .read-more a {
	padding: 10px 43px 10px;
}
.campaign-wrap .product-list1 {
	margin-bottom: 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.product-list1 .template-2 .col-2 {
	width: 150px;
	float: right;
}
.product-list1 .template-2 .price-label {
	top: 81px;
	right: 28px;
}
.product-list1 .product-about,
.product-list1 .regular h2 {
	background-color: #000;
	width: 100%;
	padding-right: 30px;
	color: #fff;
	font-size: 0.875em;
	line-height: 1.5em;
	font-weight: bold;
	padding: 10px 30px 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product-list1 .product-about {
	margin-bottom: 20px;
}
.campaign-wrap {
	background-color: #f8f8f8;
}
.campaign-wrap .inner {
	background-color: #fff;
	padding: 0 30px;
	padding-top: 60px;
}
#fixed-header {
	background-color: #272727;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	display: none;
	padding-bottom: 9px;
}
#fixed-header .customer-service {
	text-transform: uppercase;
	color: #fff;
	float: left;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 0.875em;
	margin-top: 18px;
}
#fixed-header #ask-offer {
	margin-top: 10px;
}
.campaign-wrap .inner.bottom-text {
	font-size: 20px;
}
#fixed-header .lang-switch-list {
	float: right;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
}
#fixed-header .lang-switch-list li a:hover, #fixed-header .lang-switch-list .current-lang a {
	color: #c1001f;
}

/* => SVEA page */
/* ------------------------------------------------------------------------------*/

.page-template-page-svea #content .col-1{
	width: 698px !important;
	margin-right: 30px !important;
	padding-right: 29px !important;
	float: left !important;
}
.page-template-page-svea #content .col-2{
	width: 222px !important;
	float: left !important;
}

@media only screen and (max-width: 1000px) {
	.page-template-page-svea #content .col-1 {
	    width: 100% !important;
	    padding-right: 0 !important;
	    margin-right: 0 !important;
	}
	.page-template-page-svea #content .col-2 {
		width: 100% !important;
		padding-left: 10px;
	}
}



/* => Pagination */
/* ------------------------------------------------------------------------------*/
.wp-paginate {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	border-top: 1px solid #cccccc;
	padding-top: 20px;
}
.wp-paginate li {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.wp-paginate .next,
.wp-paginate .prev,
.wp-paginate .page {
	margin: 0 5px;
}
/* => Product categories */
/* ------------------------------------------------------------------------------*/
.product-categories {
	margin-left: -15px;
	margin-right: -15px;
}
.product-categories .item {
	float: left;
	width: 33.333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}
.product-categories h2:hover{
	background-color:#b1000c;
}

.product-categories a {
	display: block;
}
.product-categories a:hover {
	text-decoration:none;
}

.product-categories .featured-image {
	margin: 0;
}
.product-categories .featured-image img {
	width: 100%;
	height: auto;
}
.product-categories .title {
	background-color: #c1001f;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	padding: 8px 22px;
}
.product-categories .item:nth-child(10),
.product-categories .item:nth-child(7),
.product-categories .item:nth-child(4) {
	clear: left;
}
/* => Footer */
/* ------------------------------------------------------------------------------*/
#footer {
	background-color: #eaeaea;
	position: relative;
	color: #292929;
}
#footer .brands {
	background-color: #fff;
}
#footer .brands ul {
	list-style-type: none;
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
}
#footer .brands ul li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 114px;
	background: none;
	padding: 0;
}
#footer .brands ul li img {
	max-height: 80px;
}
#footer .contacts {
	padding: 70px 0 67px;
}
#footer .contacts h2 {
	font-size: 2.1875em;
	font-weight: 300;
	color: #292929;
	margin-bottom: 5px;
}
#footer .contacts .col-1 {
	width: 50%;
	float: left;
}
#footer .contacts .col-1 p {
	margin-bottom: 14px;
}
#footer .newsletter-form .text-input {
	width: 306px;
	float: left;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
#footer .newsletter-form .submit-btn {
	float: left;
	width: 84px;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
#footer .contacts .col-2 {
	width: 49%;
	float: left;
}
#footer .contacts .col-3 {
	float: left;
	width: 222px;
	margin-left: 10px;
}
#footer .contacts .col-3 p,
#footer .contacts .col-2 p {
	margin-bottom: 4px;
}
#footer .contacts .contact-text-wrapper {
	padding: 20px;
	text-align: center;
}
#footer .contacts a {
	color: #292929;
	-moz-transition: color 0.4s ease-out;
	-webkit-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out;
}
#footer .contacts a:hover {
	text-decoration: none;
	color: #c1001f;
}
.footer-youtube {
	margin: 0;
	background-color: #c1001f;
	text-align: center;
}
.footer-youtube a {
	display: inline-block;
	padding: 10px 10px 6px;
}
.footer-copyright {
	padding-bottom: 2rem;
	color: #fff;
	font-size: .8em;
}
.mobile-nav {
	display: none;
}
/* => Form builder */
/* ------------------------------------------------------------------------------*/
.visual-form-builder fieldset {
	background: #ededed;
	padding: 20px 0 10px;
	border: none;
	margin: 0;
}
.visual-form-builder .vfb-legend {
	color: #c1001f;
	font-size: 1.1875em;
	line-height: 1.579em;
	text-transform: uppercase;
	margin-bottom: 21px;
	border-bottom: 2px solid #c1001f;
	padding-bottom: 4px;
}
input.vfb-text, input[type="text"].vfb-text, input[type="tel"].vfb-text, input[type="email"].vfb-text, input[type="url"].vfb-text, textarea.vfb-textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 12px 7px;
	font-size: 0.9375em;
	border: 1px solid transparent;
	-moz-transition: border-color 0.3s ease-out;
	-webkit-transition: border-color 0.3s ease-out;
	transition: border-color 0.3s ease-out;
	outline: none;
	background-color: #fff;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #525252;
    box-shadow: none;
}
input.vfb-text:focus, input[type="text"].vfb-text:focus, input[type="tel"].vfb-text:focus, input[type="email"].vfb-text:focus, input[type="url"].vfb-text:focus, textarea.vfb-textarea:focus,
input.vfb-text:hover, input[type="text"].vfb-text:hover, input[type="tel"].vfb-text:hover, input[type="email"].vfb-text:hover, input[type="url"].vfb-text:hover, textarea.vfb-textarea:hover {
	border-color: #8a8a8a;
}
.visual-form-builder label, label.vfb-desc {
	margin-bottom: 13px;
	font-size: 16px;
	font-weight: 400;
}
select.vfb-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid transparent;
	padding: 6px 8px 7px 12px;
	background: url('sprite03.png') no-repeat right -1px;
	outline: none;
	background-color: #fff;
	text-indent: 0.01px;
    text-overflow: '';
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #525252;
    font-size: 15px;
}
.vfb-submit {
	background-color: #c1001f;
	color: #fff;
	font-weight: 600;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 0 20px;
	text-align: center;
	border: none;
	height: 36px;
	line-height: 36px;
	font-size: 0.875em;
	-moz-transition: background-color 0.4s ease-out;
	-webkit-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
}
.vfb-submit:focus,
.vfb-submit:hover {
	background-color: #b1000c;
	text-decoration: none;
}

.front-categories #menu-frontpage-categorys,
.front-categories #menu-frontpage-categorys-rus {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}

.front-categories #menu-frontpage-categorys > li,
.front-categories #menu-frontpage-categorys-rus > li {
    text-align: center;
}

.front-categories #menu-frontpage-categorys > li .category-image,
.front-categories #menu-frontpage-categorys-rus > li .category-image {
    border-radius: 50%;
    background-color: #a3a3a2;
    display: flex;
    height: 130px;
    width: 130px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
    transition: background-color 0.3s ease-in-out;
}

.front-categories #menu-frontpage-categorys > li:hover .category-image,
.front-categories #menu-frontpage-categorys-rus > li:hover .category-image {
    background-color: #e21c23;
    text-decoration: none;
}

.front-categories #menu-frontpage-categorys > li a:hover,
.front-categories #menu-frontpage-categorys-rus > li a:hover {
    text-decoration: none !important;
}

.front-categories #menu-frontpage-categorys > li .category-image img,
.front-categories #menu-frontpage-categorys-rus > li .category-image img {
    width: 80px;
    height: auto;
}

.front-categories #menu-frontpage-categorys > li .title,
.front-categories #menu-frontpage-categorys-rus > li .title {
    text-transform: uppercase;
    font-size: 20px;
}

#content.active-campaign {
    margin-top: 140px;
}

/* => Main Panel
/* ------------------------------------------------------------------------- */
.main-sidebar-panel {
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	min-height: 100%;
	background-color: #f2f2f2;
	overflow: hidden;
	overflow-y: auto;
	z-index: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	z-index: 15;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.main-panel-section {
	padding: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	overflow-y: auto;
	position: relative;
	min-height: 100%;
}
.main-wrap-helper {
	position: relative;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform .3s ease;
	-moz-transition: -moz-transform .3s ease;
	transition: transform .3s ease;
	box-shadow: 0 0 3px rgba(0,0,0, .4);
}
.main-sidebar-open .main-wrap-helper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	-webkit-transform: translateX(330px);
	-moz-transform: translateX(330px);
	transform: translateX(330px);
}
.main-sidebar-open .main-sidebar-panel {
	width: 100%;
	height: 100%;
}

#cookie-notice {
    font-size: 11px !important;
}

#cookie-notice .btn-cookie {
    background-image: none;
	background-color: #c1001f;
    box-shadow: none;
	color: #fff;
	font-weight: bold;
	border-style: none;
	border-radius: 2px;
	text-transform: uppercase;
    transition: background-color 0.3s ease-in-out;
}

#cookie-notice .btn-cookie:hover {
    background-color: #b1000c;
}

#cookie-notice .btn-cookie.cn-more-info {
    background-color: transparent;
    margin-left: 0;
}

#cookie-notice .cookie-notice-container {
	width: auto;
}

/* => Ninja Forms
/* ------------------------------------------------------------------------- */
.nf-form-cont input, .nf-form-cont textarea, .nf-form-cont select{
	border: 1px solid #cccccc !important;
	border-radius: 3px !important;
	padding: 8px !important;
	font-size: 14px !important;
}
.nf-form-cont select{
	background: url(sprite03.png) no-repeat 100% 0px;
}
.nf-form-cont select[multiple]{
	background: none;
}

@media only screen and (max-width: 1100px) {
	.single-campaigns .inner,
	.campaign-wrap .inner {
		width: 100%;
		max-width: 980px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 0;
		padding-right: 0;
	}
	.single-campaigns .product-list1 {
		width: 100%;
		margin-left: 0;
	}
	.single-campaigns .product-list1 .product {
		width: 50%;
		padding: 15px;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.single-campaigns #fixed-header .inner {
		padding: 0 15px;
	}
	.single-campaigns .product-list1 .product .featured-image img {
		width: 100%;
		height: auto;
		max-width: 367px;
	}
	.single-campaigns .product-list1 .product.template-2 .featured-image {
		width: 31.6%;
		max-width: 150px;
	}
	.single-campaigns .campaign-wrap .inner.bottom-text {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1000px) {
	.single-campaigns #footer .contacts {
		padding: 30px 0;
	}
	.single-campaigns #footer .contacts .col-1 {
		width: 100%;
		padding: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}
	.single-campaigns #footer .newsletter-form .submit-btn,
	.single-campaigns #footer .newsletter-form .text-input {
		float: none;
		display: inline-block;
		*display: inline;
		zoom: 1;
	}
	.single-campaigns #footer .newsletter-form .submit-btn {
		margin-left: -4px;
	}
	.single-campaigns #footer .contacts .col-3,
	.single-campaigns #footer .contacts .col-2 {
		width: 100%;
		padding: 15px;
		margin: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
	}
	#top-content #product-categories {
		width: auto;
		background-image: none;
		left: 0;
		right: 0;
		margin-left: 0;
	}
	.activity-list {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.information-list {
		width: 100%;
		margin-left: 0;
	}
	.information-list .item {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 33.333%;
		margin-left: 0;
		padding: 0 15px;
	}
	#footer .contacts {
		padding-left: 10px;
		padding-right: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	#footer .contacts .col-1 {
		width: 100%;
		text-align: center;
		float: none;
	}
	.newsletter-form__inner {
		display: inline-block;
	}
	#footer .contacts .col-3,
	#footer .contacts .col-2 {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	#footer .brands {
		background-color: #fff;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	#footer .brands ul li {
		display: block;
		height: auto;
		margin-bottom: 20px;
	}
	#header .header-top-wrap .inner {
		padding-right: 20px;
	}
	#mainnav {
		display: none;
	}
	#content-wrap {
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
	}
	#logo {
		margin-left: 10px;
	}
	#content .col-1 {
		width: 30%;
		margin-right: 0;
		padding-right: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#content .col-2 {
		width: 70%;
	}
	.product-list {
		margin: 0 -15px;
		display: block;
		width: 100%;
	}
	.product-list .product {
		margin-left: 0;
		width: calc (50% - 20px);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 10px;
	}
	.product-list .product .featured-image {
		width: 100%;
		height: auto;
		display: block;
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#submenu .sub-menu {
		width: 100%;
	}
	.product-nav__section {
		margin-left: 0;
		margin-right: 0;
	}
	.single #content .col-1 {
		width: 100%;
		padding-right: 0;
		margin-right: 0;
	}
	.single #content .col-2 {
		width: 100%;
	}
	#technical-parameters .clear {
		overflow-y: hidden;
		overflow-x: auto;
		width: 100%;
	}
	#technical-parameters table {
		font-size: 12px;
	}
	#technical-parameters table td {
		padding: 10px;
	}
	.gallery {
		width: 100%;
		margin-left: -15px;
		margin-right: -15px;
	}
	.file-list.gallery-list .item,
	.gallery-item {
		width: 33%;
		margin-left: 0;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.gallery-item img {
		width: 100%;
		height: auto;
	}
	.section.danger .text-center {
		width: 100%;
	}
	#form {
		padding-left: 15px;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.form-wrap .col-1 {
		width: 50%;
		padding-right: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.form-wrap .col-2 {
		width: 50%;
		padding-left: 15px;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.form-wrap .col-1 .left-side {
		width: 100%;
	}
	.product-nav .menu-item {
		display: table-cell;
		float: none;
		text-align: center;
	}
	.product-nav .menu-item a {
		padding-left: 0;
		padding-right: 0;
	}
	.product-nav {
		display: table;
		width: 100%;
	}
	#form-navigation {
		width: 100%;
		display: table;
	}
	#form-navigation .menu-item {
		display: table-cell;
		float: none;
		text-align: center;
	}
	.form-step-container,
	.form-wrapper {
		width: 100%;
	}
	#form-1 label {
		width: 80%;
	}
	#form-3 .col,
	.form-step-container .col-2-3 {
		width: 100%;
	}
	.service-form-wrapper {
		margin-left: -15px;
		margin-right: -15px;
	}
	.currently_selected_category {
		left: 15px;
	}
	.person-list {
		width: 100%;
		margin: 0 -15px;
		overflow: hidden;
	}
	.person-list .person {
		width: 25%;
		float: left;
		padding: 0 15px;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.person-list .featured-image {
		width: 100%;
		height: auto;
	}
	.person-list .featured-image img {
		width: 100%;
		height: auto;
	}
	.contacts-list {
		width: 100%;
		margin: 0;
	}
	.contacts-list .item {
		width: 33.333%;
		margin-left: 0;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#maps {
		min-width: 0;
	}
	#top-content {
		height: auto;
		background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
	}
	#top-content .active-campaign {
		position: relative;
	}
	#top-content #product-categories {
		/*position: relative;*/
		top: 0;
	}
	.active-campaign-wrap .campaign {
		margin-bottom: 0;
	}
	#top-content .active-campaign .active-campaign-wrap img {
		display: block;
	}
	#product-categories #about-banner {
		display: none;
	}
	#top-content #product-categories .categories {
		float: none;
		width: 100%;
		text-align: center;
	}
	#top-content #product-categories .categories .menu-item {
		width: 25%;
		margin: 0;
		padding: 0 9px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#top-content #product-categories .categories .menu-item .title {
		color: #fff;
	}
	#ask-offer {
		display: none;
	}
	.lang-switch-list {
		display: none;
	}
	.mobile-nav {
		display: block;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 0;
		background: transparent;
		border: none;
		float: right;
		margin-top: 33px;
	}
	.icon-burger {
		width: 20px;
		height: 16px;
		background: url('icon07.png') no-repeat center center;
		display: block;
		background-size: 20px 16px;
	}
	#header .header-top-wrap {
		border-bottom: none;
		height: 81px;
		background: #fff;
	}
	.main-sidebar-panel {
		padding-top: 82px;
	}
	.main-panel-section {
		padding: 20px;
	}
	.main-panel-section #mob-mainnav {
		display: block;
	}
	.main-panel-section .lang-switch-list {
		display: block;
	}
	#mob-mainnav {
		margin-bottom: 20px;
	}
	#mob-mainnav .menu-item a {
		display: block;
		color: #000;
		font-size: 18px;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 1;
		padding: 10px 0;
	}
	#mob-ask-offer .button {
		display: inline-block;
	}
	.main-panel-section .lang-switch-list {
		float: none;
		overflow: hidden;
		margin: 0;
	}
	.main-panel-section .lang-switch-list li:first-child {
		padding-left: 0;
		margin-left: 0;
	}
	.main-panel-section .lang-switch-list li {
		border-left: none;
	}
	#sidebar .sub-menu > .menu-item {
		display: none;
	}
	#sidebar .sub-menu .current-menu-item,
	#sidebar .sub-menu .current-menu-parent,
	#sidebar .sub-menu .current-menu-ancestor {
		display: block;
	}
	#sidebar .sub-menu .current-menu-item .menu-item,
	#sidebar .sub-menu .current-menu-parent .menu-item,
	#sidebar .sub-menu .current-menu-ancestor .menu-item {
		display: block;
	}
	.product-categories .item {
		width: 50%;
	}
	.product-categories .item:nth-child(10),
	.product-categories .item:nth-child(7),
	.product-categories .item:nth-child(4) {
		clear: none;
	}
	.product-categories .item:nth-child(odd) {
		clear: left;
	}
    .active-campaign + #product-categories {
        height: 0 !important;
    }
}
@media only screen and (max-width: 800px) {
	.single-campaigns .product-list1 .product {
		width: 100%;
	}
	.single-campaigns #campaign-header .title {
		display: none;
	}
	.information-list .item {
		width: 100%;
		margin-bottom: 55px;
	}
	#content .col-1 {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	#content .col-2 {
		width: 100%;
	}
	#form-navigation {
		display: block;
	}
	#form-navigation #step-4,
	#form-navigation .menu-item:first-child,
	#form-navigation .menu-item {
		display: block;
		width: 100%;
		text-align: left;
	}
	#form-navigation .menu-item a {
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
	}
	#form-navigation .form-succesful {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		text-align: left;
		background-position: 20px center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.person-list .person {
		width: 33.333%;
	}
	.contacts-list .item {
		width: 100%;
		height: auto!important;
		border-bottom: none;
	}
	.contacts-list .item.active, .contacts-list .item:hover {
		background-image: none;
	}
	#content iframe {
		width: 100%;
	}
}
@media only screen and (max-width: 650px) {
	.single-campaigns #footer .brands ul li {
		display: block;
		height: auto;
	}
	.activities {
		display: none;
	}
	#submenu .menu-item {
		display: block;
		border-top: 2px solid #8f0010;
	}
	#submenu .menu-item:first-child {
		border-top: none;
	}
	.single #content .col-1 iframe {
		width: 100%;
	}
	.form-wrap .col-1,
	.form-wrap .col-2 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.file-list.gallery-list .item, .gallery-item {
		width: 50%;
	}
	.product-nav .menu-item {
		display: block;
	}
	.person-list .person {
		width: 50%;
	}
	#top-content #product-categories .categories .menu-item {
		width: 50%;
	}
	#top-content #product-categories .categories {
		overflow: hidden;
		margin-top: 40px;
		text-align: left;
	}
	#submenu .menu-item a {
		text-align: left;
		padding: 20px;
		background-color: #c1001f;
	}
	#submenu .sub-menu .sub-menu {
		display: block;
		visibility: visible;
		position: relative;
		top: 0;
		opacity: 1;
	}
	#submenu .menu-item .sub-menu {
		padding: 10px 0;
		background-color: #8f0010;
		display: none;
	}
	#submenu .menu-item .sub-menu .menu-item a {
		background-color: #8f0010;
		border: none;
		padding: 10px 20px;
	}
	#submenu .current-menu-ancestor .sub-menu,
	#submenu .current-menu-parent .sub-menu,
	#submenu .current-menu-item .sub-menu {
		display: block;
	}
	#submenu .menu-item .sub-menu .current-menu-parent a,
	#submenu .menu-item .sub-menu .current-menu-ancestor a,
	#submenu .menu-item .sub-menu .current-menu-item a {
		background-color: #111111;
	}
	.product-nav__section.fixed {
		position: static;
	}
	.breadcrumb {
		display: none;
	}
	#top-content #product-categories .categories .menu-item:nth-child(3) {
		clear: left;
	}
    .front-categories #menu-frontpage-categorys,
    .front-categories #menu-frontpage-categorys-rus {
        display: block;
    }
    #top-content #product-categories {
        height: 200px;
    }
    #content.active-campaign {
        margin-top: 0;
    }
}
@media only screen and (max-width: 550px) {
	.single-campaigns #footer .contacts .col-3,
	.single-campaigns #footer .contacts .col-2 {
		width: 100%;
	}
	#footer .contacts .col-2,
	#footer .contacts .col-3 {
		width: 100%;
		float: none;
	}
	#footer .contacts .col-2 {
		margin-bottom: 30px;
	}
	#logo {
		margin-left: 10px;
	}
	h1 {
		font-size: 26px;
	}
	#footer .newsletter-form .text-input {
		width: 70%;
	}
	#footer .newsletter-form .submit-btn {
		width: 30%;
	}
	.newsletter-form__inner {
		display: block;
	}
	.product-categories .item {
		width: 100%;
	}
}
@media only screen and (max-width: 460px) {
	.single-campaigns .product-list1 .price-label {
		width: 80px;
		height: 101px;
		background-size: 200px 140px;
		padding-top: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.single-campaigns .product-list1 .price-label .real-price {
		font-size: 1.2em;
	}
	.single-campaigns .product-list1 .price-label p {
		font-size: 0.7em;
	}
	.single-campaigns #fixed-header .customer-service {
		font-size: 0.675em;
	}
	.single-campaigns #fixed-header #ask-offer {
		font-size: 0.875em;
	}
	.single-campaigns #fixed-header #ask-offer .button {
		padding-left: 10px;
		padding-right: 10px;
	}
	.single-campaigns .campaign-wrap .inner.bottom-text {
		font-size: 14px;
	}
	#ask-offer a {
		font-size: 0.825em;
		padding: 6px 15px;
	}
	.product-list .product {
		width: 100%;
	}
	.file-list .item {
		width: 100%;
		display: block;
		margin: 0;
		padding: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.file-list.gallery-list .item, .gallery-item {
		width: 100%;
	}
	.person-list .person {
		width: 100%;
	}
}


/**
 * Kliimaseade "Küsi pakkumist" Form
 * styles 2019
 */

.kliimaseade-form .kliimaseade-form__row {
	display: flex;
	flex-direction: row;
	margin: 0 -15px;
}

.kliimaseade-form .kliimaseade-form__col {
	flex: 1 1 0px;
	padding: 0 15px;
}

.kliimaseade-form select {
	background-position: 100% -1px !important;
}

.kliimaseade-form textarea {
	height: 100px;
}

.kliimaseade-form .form-row.with-label {
	position: relative;
}

.kliimaseade-form .form-row.with-label input {
	width: 100%;
	padding-right: 40px;
}

.kliimaseade-form .form-row.with-label span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 35px;
	float: none;
	padding: 0;
}

.form-nav-buttons #next.disabled,
.form-nav-buttons #next.disabled span {
	background-color: #cccccc;
	pointer-events: none;
}

#form .modal-info-2 .errors .error-item::after {
	content: ', ';
}

#form .modal-info-2 .errors .error-item:last-child::after {
	content: '';
}

.form-nav-buttons input[type="submit"].disabled {
	background-color: #cccccc;
	pointer-events: none;
}

#form .phone-row {
	display: flex;
}

#form .phone-row #phone-country-code {
	width: 250px;
	margin-right: 10px;
	background-position: 100% -1px !important;
}

@media only screen and (max-width: 800px) {
	.kliimaseade-form .kliimaseade-form__row{
		flex-direction: column;
	}
}

.single-kliimaseade_product #form-3 {
	display: block;
	position: unset;
	left: unset;
}

.single-kliimaseade_product .modal-info {
	position: fixed;
}

.privacy-notice {
	display: none;
}

/* Retailers button in the header */

#mainnav .menu-item a {
	padding-right: 8px;
}

.btn-retailers {
	height: 37px;
	margin-top: -3px;
	padding-left: 10px;
	padding-right: 10px;
}

.btn-retailers a {
	padding: 10px 12px 11px !important;
	color: #d9000f !important;
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
}

.btn-retailers a:hover {
	background-color: #d9000f !important;
	color: #f8f8f8 !important;
}

@media only screen and (max-width: 1000px) {
	.btn-retailers {
		display: inline-block;
		padding: 20px 0 0 0;
		min-width: 178px;
	}
	.btn-retailers a {
		padding: 8px 22px !important;
	}
}
