/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

#header .tab-holder,
.map .hover-list,
.services-content ul,
.abro-block .tab-holder,
.contact-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.d-none {
	display: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 16px/1.2 "helveticaneuecyr", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 1010px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #124db3;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 9, 2018 */

@font-face {
	font-family: "helveticaneuecyr";
	src: url("../fonts/helveticabold-webfont.eot");
	src: url("../fonts/helveticabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticabold-webfont.woff") format("woff"), url("../fonts/helveticabold-webfont.ttf") format("truetype"), url("../fonts/helveticabold-webfont.svg#helveticaneuecyrbold") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "helveticaneuecyr";
	src: url("../fonts/helveticaregular-webfont.eot");
	src: url("../fonts/helveticaregular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaregular-webfont.woff") format("woff"), url("../fonts/helveticaregular-webfont.ttf") format("truetype"), url("../fonts/helveticaregular-webfont.svg#helveticaneuecyrroman") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?dmsjk0");
	src: url("../fonts/icomoon.eot?dmsjk0#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?dmsjk0") format("truetype"), url("../fonts/icomoon.woff?dmsjk0") format("woff"), url("../fonts/icomoon.svg?dmsjk0#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-accessories:before {
	content: "\e900";
	color: #666;
}

.icon-additives:before {
	content: "\e901";
	color: #666;
}

.icon-aromatics:before {
	content: "\e902";
	color: #666;
}

.icon-cleaners:before {
	content: "\e903";
	color: #666;
}

.icon-construction:before {
	content: "\e904";
	color: #666;
}

.icon-glue:before {
	content: "\e905";
	color: #666;
}

.icon-household:before {
	content: "\e906";
	color: #666;
}

.icon-oils:before {
	content: "\e907";
	color: #666;
}

.icon-paints:before {
	content: "\e908";
	color: #666;
}

.icon-sealant:before {
	content: "\e909";
	color: #666;
}

#header {
	padding-top: 18px;
}

#header .header-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#header .logo {
	max-width: 211px;
}

#header .tab-holder {
	font-weight: 700;
	font-size: 15px;
	line-height: 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#header .tab-holder .west {
	position: relative;
}

#header .tab-holder .west:after {
	position: absolute;
	top: -4px;
	bottom: -4px;
	right: -18px;
	width: 30px;
	-webkit-transform: skewX(-27deg);
	-ms-transform: skewX(-27deg);
	transform: skewX(-27deg);
	z-index: 1;
	content: "";
}

#header .tab-holder .east {
	position: relative;
}

#header .tab-holder .east:after {
	position: absolute;
	top: -4px;
	bottom: -4px;
	left: -19px;
	width: 30px;
	-webkit-transform: skewX(-27deg);
	-ms-transform: skewX(-27deg);
	transform: skewX(-27deg);
	content: "";
	z-index: 1;
}

#header .tab-holder .btn {
	font-size: 21px;
	line-height: 1.3;
	text-decoration: none;
	color: #fff;
	display: block;
	position: relative;
	border: 3px solid #f5f5f5;
	outline: none;
}

#header .tab-holder .btn:hover {
	opacity: .7;
}

#header .tab-holder .btn-west {
	background: #ffc300;
	padding: 4px 25px 2px 11px;
}

#header .tab-holder .btn-east {
	background: #e01b1b;
	padding: 4px 8px 2px 20px;
}

#header .tab-holder .btn-east {
	position: relative;
	border: 2px solid #f5f5f5;
	z-index: 0;
}

#header .tab-holder .btn-east:before,
#header .tab-holder .btn-east:after {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
}

#header .tab-holder .btn-east:before {
	border: 2px solid #000;
}

#header .tab-holder .btn-east:after {
	position: absolute;
	bottom: -4px;
	left: -3px;
	width: 7px;
	border: 1px solid #000;
	content: "";
}

#header .tab-holder .btn-east .layout-right {
	border-right: 2px solid #f5f5f5;
}

#header .tab-holder .btn-east .layout-right:before,
#header .tab-holder .btn-east .layout-right:after {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
}

#header .tab-holder .btn-east .layout-right:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 1px;
	right: 1px;
	background: #000;
	border-right: 2px solid #000;
}

#header .tab-holder .btn-east .layout-right:before {
	content: "";
	position: absolute;
	top: 0;
	right: -2px;
	width: 3px;
	background: #000;
	z-index: 555555;
	height: 0;
	border: 1px solid #000;
}

#header .tab-holder .btn-east.active-area:before,
#header .tab-holder .btn-east.active-area:after,
#header .tab-holder .btn-east.selected:before,
#header .tab-holder .btn-east.selected:after {
	opacity: 1;
	visibility: visible;
}

#header .tab-holder .btn-east.active-area .layout-right:before,
#header .tab-holder .btn-east.active-area .layout-right:after,
#header .tab-holder .btn-east.selected .layout-right:before,
#header .tab-holder .btn-east.selected .layout-right:after {
	opacity: 1;
	visibility: visible;
}

#header .tab-holder .btn-east:before {
	content: "";
	position: absolute;
	top: -4px;
	bottom: -4px;
	left: 0;
	right: -4px;
}

#header .tab-holder .btn-east .layout-right {
	position: absolute;
	top: -4px;
	bottom: -4px;
	left: -19px;
	width: 30px;
	-webkit-transform: skewX(-27deg);
	-ms-transform: skewX(-27deg);
	transform: skewX(-27deg);
	background: #f5f5f5;
}

#header .tab-holder .btn-west {
	position: relative;
	border: 2px solid #f5f5f5;
	z-index: 0;
}

#header .tab-holder .btn-west:before,
#header .tab-holder .btn-west:after {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
}

#header .tab-holder .btn-west:before {
	border: 2px solid #000;
}

#header .tab-holder .btn-west:after {
	position: absolute;
	top: -4px;
	right: -3px;
	width: 7px;
	border: 1px solid #000;
	content: "";
}

#header .tab-holder .btn-west .layout-left {
	border-right: 2px solid #f5f5f5;
}

#header .tab-holder .btn-west .layout-left:before,
#header .tab-holder .btn-west .layout-left:after {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
}

#header .tab-holder .btn-west .layout-left:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 1px;
	left: 3px;
	background: #000;
	border-left: 2px solid #000;
}

#header .tab-holder .btn-west .layout-left:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 5px;
	z-index: 555555;
	height: 0;
	border: 1px solid #000;
}

#header .tab-holder .btn-west.active-area:before,
#header .tab-holder .btn-west.active-area:after,
#header .tab-holder .btn-west.selected:before,
#header .tab-holder .btn-west.selected:after {
	opacity: 1;
	visibility: visible;
}

#header .tab-holder .btn-west.active-area .layout-left:before,
#header .tab-holder .btn-west.active-area .layout-left:after,
#header .tab-holder .btn-west.selected .layout-left:before,
#header .tab-holder .btn-west.selected .layout-left:after {
	opacity: 1;
	visibility: visible;
}

#header .tab-holder .btn-west:before {
	content: "";
	position: absolute;
	top: -4px;
	bottom: -4px;
	left: -4px;
	right: 0;
}

#header .tab-holder .btn-west .layout-left {
	position: absolute;
	top: -4px;
	bottom: -4px;
	right: -18px;
	width: 30px;
	-webkit-transform: skewX(-27deg);
	-ms-transform: skewX(-27deg);
	transform: skewX(-27deg);
	background: #f5f5f5;
}

#header .tab-holder .info {
	width: 213px;
	padding: 1px 0 0 7px;
	position: relative;
	z-index: 25;
}

#header .tab-holder .info span {
	font-size: 14px;
}

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.container {
	width: 1010px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.sub-container {
	position: relative;
	z-index: 9999;
}

#main {
	padding: 13px 0 0;
}

.text-holder {
	font-size: 13px;
	line-height: 1;
	max-width: 450px;
}

.map-holder {
	text-align: center;
	position: relative;
	margin-bottom: 24px;
}

.map-holder .logo {
	max-width: 91px;
	position: absolute;
	bottom: -12px;
	left: 3px;
}

.tab-map-info {
	text-align: left;
	width: 240px;
	padding: 20px 0 0 19px;
	position: absolute;
	top: 13px;
	left: 0;
	z-index: 9999;
	font-size: 17px;
	line-height: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
}

.tab-map-info.active-area {
	opacity: 1;
	visibility: visible;
}

.tab-map-info:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	height: 4px;
	width: 30px;
}

.tab-map-info:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	width: 4px;
	height: 30px;
}

.tab-map-info .west-first {
	color: #f60;
}

.tab-map-info .west-second {
	color: #ffc300;
}

.tab-map-info .west-third {
	color: #e010a9;
}

.tab-map-info .west-fourth {
	color: #a3e99d;
}

.tab-map-info .west-fifth {
	color: #d61010;
}

.tab-map-info .west-sm {
	color: #ffcb08;
}

.tab-map-info .west-lg {
	color: #ffcb08;
}

.tab-map-info .east-first {
	color: #96f;
}

.tab-map-info .east-second {
	color: #093;
}

.tab-map-info .east-third {
	color: #46d5ab;
}

.tab-map-info .east-fourth {
	color: #ef84b9;
}

.tab-map-info .east-sm {
	color: #e01b1b;
}

.tab-map-info .east-lg {
	color: #e01b1b;
}

.tab-map-info .sm {
	font-size: 23px;
	line-height: 1.3;
	font-weight: 700;
}

.tab-map-info .lg {
	font-size: 29px;
	line-height: 1.3;
	font-weight: 700;
}

.tab-map-info h2 {
	color: #ffc300;
}

.tab-map-info h2 a {
	color: inherit;
	text-decoration: none;
}

.tab-map-info h2 a:hover {
	opacity: .7;
}

.image-map {
	position: relative;
	margin: 0 auto;
	width: 752px;
}

.image-map .tab-image {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: 5;
	pointer-events: none;
	-webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
}

.image-map .tab-image.active-area {
	opacity: 1;
	visibility: visible;
}

.image-map .tab-image.west-image {
	top: 69px;
	left: -2px;
}

.image-map .tab-image.east-image {
	top: -3px;
	right: -3px;
}

.map {
	width: 100%;
	display: block;
	position: relative;
	background: url(../images/map.png) no-repeat;
	background-size: 100% 100%;
}

.map img {
	z-index: 10;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

.map .pin-holder {
	font-size: 10px;
	font-weight: 700;
	pointer-events: none;
}

.map .pin-holder .star-yellow {
	position: absolute;
	bottom: 141px;
	left: 58px;
	z-index: 9999;
}

.map .pin-holder .star-orange {
	position: absolute;
	bottom: 13px;
	right: 81px;
	z-index: 9999;
}

.map .pin-holder img {
	max-width: 100%;
	width: auto;
}

.map .text-left {
	position: absolute;
	bottom: 178px;
	left: -45px;
	z-index: 9999;
}

.map .text-right {
	position: absolute;
	bottom: 17px;
	right: -3px;
	z-index: 9999;
}

.map .hover-list li {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
}

.map .hover-list li.activestate,
.map .hover-list li.selected {
	opacity: 1;
	visibility: visible;
}

.map .hover-list li#area1 {
	background-image: url(../images/area-1.png);
	background-size: 100% 100%;
	top: 269px;
	left: 34px;
	height: 68px;
	width: 36px;
}

.map .hover-list li#area2 {
	background-image: url(../images/area-2.png);
	background-size: 100% 100%;
	top: 235px;
	left: 21px;
	width: 90px;
	height: 71px;
}

.map .hover-list li#area3 {
	background-image: url(../images/area-3.png);
	background-size: 100% 100%;
	top: 149px;
	left: 56px;
	width: 115px;
	height: 94px;
}

.map .hover-list li#area4 {
	background-image: url(../images/area-4.png);
	background-size: 100% 100%;
	top: 184px;
	left: 94px;
	width: 139px;
	height: 131px;
}

.map .hover-list li#area5 {
	background-image: url(../images/area-5.png);
	background-size: 100% 100%;
	top: 72px;
	left: 48px;
	width: 290px;
	height: 144px;
}

.map .hover-list li#area6 {
	background-image: url(../images/area-6.png);
	background-size: 100% 100%;
	top: 125px;
	left: 177px;
	width: 181px;
	height: 177px;
}

.map .hover-list li#area7 {
	background-image: url(../images/area-7.png);
	background-size: 100% 100%;
	top: 24px;
	left: 255px;
	width: 298px;
	height: 360px;
}

.map .hover-list li#area8 {
	background-image: url(../images/area-8.png);
	background-size: 100% 100%;
	top: 0;
	left: 440px;
	width: 312px;
	height: 401px;
}

.map .hover-list li#area9 {
	background-image: url(../images/area-9.png);
	background-size: 100% 100%;
	top: 226px;
	left: 0;
	width: 24px;
	height: 25px;
}

.block-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
}

.services,
.abro-block {
	width: 50%;
}

.services {
	padding-right: 48px;
}

.services h2 {
	font-size: 17px;
	line-height: 1.3;
	position: relative;
	font-weight: 400;
}

.services h2:after {
	content: "";
	height: 4px;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
}

.services .text {
	text-decoration: none;
	color: #124db3;
	font-size: 11px;
	line-height: 12px;
	display: inline-block;
	vertical-align: middle;
}

.services-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 22px;
}

.services-content ul {
	padding-right: 15px;
}

.services-content li:last-child {
	margin-bottom: 0;
}

.services-content-left {
	width: 46%;
}

.services-content-left li {
	padding-left: 59px;
	margin-bottom: 26px;
}

.services-content-left .icon-sealant {
	font-size: 35px;
	left: 4px;
}

.services-content-left .icon-paints {
	font-size: 39px;
	left: 14px;
}

.services-content-left .icon-glue {
	font-size: 32px;
	left: 10px;
}

.services-content-left .icon-household {
	font-size: 36px;
	left: 8px;
}

.services-content-left .icon-aromatics {
	font-size: 30px;
	left: 9px;
}

.services-content-left .icon-accessories {
	font-size: 29px;
	left: 4px;
}

.services-content-right {
	width: 44%;
}

.services-content-right li {
	padding-left: 72px;
	margin-bottom: 21px;
}

.services-content-right .icon-oils {
	font-size: 42px;
	left: -3px;
}

.services-content-right .icon-cleaners {
	font-size: 47px;
	left: 7px;
}

.services-content-right .icon-construction {
	font-size: 45px;
	left: 1px;
}

.services-content-right .icon-additives {
	font-size: 41px;
	left: 11px;
}

.services-content li {
	position: relative;
}

.services [class^="icon-"] {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.abro-block .tablist-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.abro-block [class^="tab-"] {
	outline: none;
}

.abro-block h2 {
	font-size: 23px;
	line-height: 1.3;
	font-weight: 700;
	margin-bottom: 13px;
}

.abro-block a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}

.abro-block a:hover {
	opacity: .7;
}

.abro-block li {
	font-size: 13px;
	line-height: 1;
	margin-bottom: 15px;
}

.abro-block .tab-holder {
	margin-bottom: -7px;
}

.abro-block .tab-holder li {
	position: relative;
}

.abro-block .tab-holder a {
	position: relative;
}

.abro-block .tab-holder a:before {
	content: "";
	height: 15px;
	width: 15px;
	border-radius: 50%;
	position: absolute;
	left: -25px;
	top: -2px;
	z-index: 2;
}

.abro-block .tab-holder a:after {
	content: "";
	height: 23px;
	width: 23px;
	border-radius: 50%;
	position: absolute;
	left: -29px;
	top: -6px;
	z-index: 2;
	border: 1px solid #000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
	transition: opacity .5s ease-in-out, visibility .5s ease-in-out;
}

.abro-block .tab-holder a.active-area:after {
	opacity: 1;
	visibility: visible;
}

.abro-block .tab-west-first:before {
	background: #f60;
}

.abro-block .tab-west-second:before {
	background: #ffc300;
}

.abro-block .tab-west-third:before {
	background: #e010a9;
}

.abro-block .tab-west-fourth:before {
	background: #a3e99d;
}

.abro-block .tab-west-fifth:before {
	background: #d61010;
}

.abro-block .tab-east-first:before {
	background: #ef84b9;
}

.abro-block .tab-east-second:before {
	background: #093;
}

.abro-block .tab-east-third:before {
	background: #46d5ab;
}

.abro-block .tab-east-fourth:before {
	background: #96f;
}

.abro-east,
.abro-west {
	width: 50%;
}

.abro-west {
	padding-left: 52px;
}

.abro-west h2.active-area a {
	color: #ffc300;
}

.abro-west li {
	padding-left: 24px;
}

.abro-east {
	padding-left: 70px;
}

.abro-east h2.active-area a {
	color: #d61010;
}

.abro-east li {
	padding-left: 22px;
}

.contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.contact-content {
	margin-bottom: 3px;
}

.contact-content h3 {
	font-size: 12px;
	margin-bottom: 1px;
	line-height: 1.3;
}

.contact-links li {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.3;
}

.contact-left,
.contact-right {
	width: 50%;
}

.contact-left {
	padding-left: 49px;
}

.contact-right {
	padding-left: 70px;
}

.phone {
	font-size: 12px;
	line-height: 1;
}

.phone a {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 4px;
	font-size: 11px;
}

.bg-blue-lt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -3329px;
	right: 0;
	-webkit-transform: skewX(-27deg);
	-ms-transform: skewX(-27deg);
	transform: skewX(-27deg);
	z-index: 0;
}

.bg-blue-lt span {
	background: #124db3;
	display: block;
	width: 3000px;
	height: 100%;
	position: relative;
}

.bg-blue-lt span:after {
	content: "";
	position: absolute;
	top: 90%;
	left: 0;
	right: 0;
	height: 9999px;
	background: #124db3;
}

.bg-gray-md {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -2198px;
	-webkit-transform: skewX(-27deg);
	-ms-transform: skewX(-27deg);
	transform: skewX(-27deg);
	z-index: 0;
}

.bg-gray-md span {
	background: #f5f5f5;
	display: block;
	width: 3000px;
	height: 100%;
	float: right;
	position: relative;
}

.bg-gray-md span:after {
	content: "";
	position: absolute;
	top: 90%;
	left: 0;
	right: 0;
	height: 9999px;
	background: #f5f5f5;
}

.bg-gray-rt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -2813px;
	-webkit-transform: skewX(-27deg);
	-ms-transform: skewX(-27deg);
	transform: skewX(-27deg);
	z-index: 1;
}

.bg-gray-rt span {
	background: #ededed;
	display: block;
	width: 3000px;
	height: 100%;
	float: right;
	position: relative;
}

.bg-gray-rt span:after {
	content: "";
	position: absolute;
	top: 90%;
	left: 0;
	right: 0;
	height: 9999px;
	background: #ededed;
}

.bg-blue-rt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -3260px;
	-webkit-transform: skewX(-27deg);
	-ms-transform: skewX(-27deg);
	transform: skewX(-27deg);
	z-index: 3;
}

.bg-blue-rt span {
	background: #0840a1;
	display: block;
	width: 3000px;
	height: 100%;
	float: right;
	position: relative;
}

.bg-blue-rt span:after {
	content: "";
	position: absolute;
	top: 90%;
	left: 0;
	right: 0;
	height: 9999px;
	background: #0840a1;
}

a {
	-webkit-transition: opacity .5s ease-in-out, background .5s ease-in-out, color .5s ease-in-out;
	transition: opacity .5s ease-in-out, background .5s ease-in-out, color .5s ease-in-out;
}

.copyright-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	font-size: 11px;
	line-height: 1.3;
	padding: 13px 0 10px;
}
