<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: NEXGEL
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! 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 &lt; 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;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot%3Fni2zg8");
	src: url("fonts/icomoon.eot%3Fni2zg8") format("embedded-opentype"), url("fonts/icomoon.ttf%3Fni2zg8") format("truetype"), url("fonts/icomoon.woff%3Fni2zg8") format("woff"), url("fonts/icomoon.svg%3Fni2zg8") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[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-location:before {
	content: "\e904";
}

.icon-triangle:before {
	content: "\e903";
}

.icon-angle-double-right:before {
	content: "\e901";
}

.icon-angle-double-left:before {
	content: "\e902";
}

.icon-angle-right:before {
	content: "\e900";
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 26px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

body &gt; .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body &gt; .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

.main-menu,
.skew-list,
.gels-list,
.team-list,
.position-list,
.requirements,
.category-list,
.category-description,
.category,
.features-list,
ul:not([class]):not([id]),
.news-list,
.applications-list,
.advantages-list,
.check-list,
.component-list,
.terms-list,
.contact-list,
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
#main:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.manufacturing-process .content-holder:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

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

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

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

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.2em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.2em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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 #798289;
	padding: 8px 37px;
}

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

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: #798289;
}

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: #798289;
}

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: #798289;
}

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: #798289;
}

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

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

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

#content {
	float: left;
	width: 70%;
}

#content:only-child {
	float: none;
	width: 100%;
}

#sidebar {
	float: right;
	width: 25%;
}

#sidebar #wp-calendar {
	width: 100%;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: transparent;
	color: #5bc1a6;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: transparent;
	color: #5bc1a6;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: transparent;
	color: #5bc1a6;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

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

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #5bc1a6;
}

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

#header {
	padding: 5px 0;
	position: relative;
	z-index: 5;
}

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

.logo {
	display: block;
	width: 190px;
}

.main-menu li {
	margin-bottom: 15px;
	text-align: center;
}

.main-menu li.active a,
.main-menu li:hover a {
	color: #5bc1a6;
}

.main-menu li a {
	color: #aaa;
	font-size: 11px;
	text-transform: uppercase;
}

.nav-opener {
	display: block;
	margin-left: 20px;
	position: relative;
	height: 32px;
	width: 26px;
	z-index: 5;
}

.nav-opener:hover:after,
.nav-opener:hover:before,
.nav-opener:hover span {
	opacity: .8;
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	background: #000;
	left: 0;
	height: 2px;
	margin-top: -2px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	right: 0;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav {
	opacity: 1;
	visibility: visible;
}

#wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 100vh;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

body {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
}

h1,
h1 {
	font-weight: 600;
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 400;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
	text-transform: uppercase;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover {
	color: #5bc1a6;
}

h2,
.h2 {
	line-height: 1.097804878;
}

h3,
.h3 {
	line-height: 1.11099932;
}

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

.container {
	margin: 0 auto;
	max-width: 1020px;
	padding: 0 15px;
	position: relative;
	z-index: 3;
}

.container.container-sm {
	max-width: 960px;
}

.bg-gray,
.products,
.gels,
.team,
.about-career,
.category-description &gt; li,
.category-description &gt; li:last-of-type:after,
.form-section,
.news,
.aplications,
.advantages {
	background-color: #f7f7f7;
}

.text-center {
	text-align: center;
}

.btn,
.category-list li a {
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
	border: 2px solid #5bc1a6;
	border-radius: 25px;
	background-color: transparent;
	color: #5bc1a6;
	display: inline-block;
	font-size: 15px;
	min-width: 220px;
	padding: 8px 37px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: top;
}

.btn:hover,
.category-list li a:hover {
	background-color: #5bc1a6;
	color: #fff;
}

.btn:after,
.category-list li a:after {
	content: "&gt;";
	padding-left: 10px;
}

button:focus,
a:focus {
	outline: none;
}

.skew-decor,
.skew-bottom-decor,
.skew-top-decor,
.dots-decor,
.bottom-line {
	position: relative;
}

.skew-decor,
.skew-bottom-decor,
.skew-top-decor {
	overflow: hidden;
}

.skew-decor.skew-gray:after,
.skew-decor.skew-gray:before {
	background-color: #f7f7f7;
}

.skew-decor.skew-top-gray:before {
	background-color: #f7f7f7;
}

.skew-decor.skew-bottom-gray:after {
	background-color: #f7f7f7;
}

.skew-top-decor.skew-top-gray:after {
	background-color: #f7f7f7;
}

.skew-bottom-decor.skew-bottom-gray:before {
	background-color: #f7f7f7;
}

.skew-decor:before,
.skew-decor:after {
	content: "";
	background-color: #fff;
	left: 0;
	height: 100%;
	position: absolute;
	-webkit-transform: skewY(-3.5deg);
	-ms-transform: skewY(-3.5deg);
	transform: skewY(-3.5deg);
	width: 100%;
	z-index: 2;
}

.skew-bottom-decor:before {
	background-color: #fff;
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	-webkit-transform: skewY(-3.5deg);
	-ms-transform: skewY(-3.5deg);
	transform: skewY(-3.5deg);
	top: 100%;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	width: 100%;
	z-index: 2;
}

.skew-top-decor:after {
	background-color: #fff;
	bottom: 100%;
	content: "";
	left: 0;
	height: 100%;
	position: absolute;
	-webkit-transform: skewY(-3.5deg);
	-ms-transform: skewY(-3.5deg);
	transform: skewY(-3.5deg);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	width: 100%;
	z-index: 2;
}

.skew-decor:before {
	bottom: 100%;
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.skew-decor:after {
	top: 100%;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.dots-decor {
	padding-bottom: 25px;
	text-align: center;
}

.dots-decor .dots {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dots-decor .dots:before,
.dots-decor .dots:after {
	content: "";
}

.dots-decor .dots .dot,
.dots-decor .dots:before,
.dots-decor .dots:after {
	width: 10px;
	height: 10px;
	background-color: #5bc1a6;
	bottom: 0;
	border-radius: 50%;
	display: block;
}

.dots-decor .dots .dot {
	margin: 0 5px;
}

.intro-section {
	min-height: 536px;
}

.intro-section .intro-text {
	padding: 57px 0;
}

.intro-section .intro-text .logo,
.intro-section .intro-text .img {
	margin: 0 auto;
}

.intro-section .intro-text .logo {
	margin-bottom: 40px;
	max-width: 330px;
	width: auto;
}

.intro-section .intro-text .img {
	max-width: 392px;
	margin-bottom: 44px;
}

.intro-section .intro-text .img img {
	width: 100%;
}
.intro-section .overlay {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.about-company {
	padding: 26px 0 10px;
}

.about-company h2 {
	margin-bottom: 25px;
}

.about-company .img-holder {
	margin: 0 auto 30px;
	max-width: 162px;
}

.section-content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bg-stretch {
	background-size: cover;
	background-position: 50%, 50%;
	background-repeat: no-repeat;
}

.products {
	background-color: #f7f7f7;
}

.products h2 {
	margin-bottom: 30px;
}

.section-heading {
	padding-top: 45px;
	position: relative;
	z-index: 3;
}

.skew-list {
	position: relative;
	z-index: 3;
}

.skew-list.team-list li:last-child .img-holder,
.skew-list.team-list li:nth-child(3n+3) .img-holder,
.skew-list.team-list li:nth-child(3n+6) .img-holder {
	margin-top: 0;
}

.skew-list.team-list li:last-child h3 {
	font-size: 24px;
	letter-spacing: normal;
}

.skew-list.team-list li:nth-child(4n+3) .img-holder {
//	margin-top: 0;
}

.skew-list.team-list li:first-child .img-holder,
.skew-list.team-list li:nth-child(4n+5) .img-holder {
//	margin-top: 12.2%;
//	margin-top: 18.3%;
}

.skew-list.team-list-sub li:last-child .img-holder,
.skew-list.team-list-sub li:nth-child(5n+3) .img-holder,
.skew-list.team-list-sub li:nth-child(5n+6) .img-holder {
	margin-top: 0;
}
.skew-list.team-list-sub li:nth-child(5n+4) .img-holder {
	margin-top: 6.1%;  
}
.skew-list.team-list-sub li:nth-child(5n+2) .img-holder {
	margin-top: 18.3%;
}
.skew-list.team-list-sub li:nth-child(5n+3) .img-holder {
	margin-top: 12.2%;  
}
.skew-list.team-list-sub li:first-child .img-holder{
	margin-top: 24.4%;
}


.skew-list.team-list .img-holder {
	padding-top: 100%;
}

.skew-list li {
	margin-bottom: 30px;
}

.skew-list .img-holder {
	padding-top: 114%;
}

.skew-list .img-holder:after,
.skew-list .img-holder:before {
	background-color: #f7f7f7;
	height: 7%;
	width: 101%;
}

.skew-list .text-holder {
	padding: 15px;
}

.skew-list .heading {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.skew-list .heading .icon {
	margin-right: 15px;
}

.skew-list h3 {
	margin-bottom: 0;
	padding-right: 20px;
}

.skew-list h3 a {
	color: inherit;
}

.skew-list h3 a:hover {
	color: #5bc1a6;
}

.icon {
	width: 50px;
	height: 50px;
	display: block;
}

.facilities h2 {
	letter-spacing: -.9px;
	margin-bottom: 30px;
	text-align: left;
}

.facilities h2 .dots {
	left: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.facilities .img-holder {
	margin-bottom: 30px;
	padding-top: 80%;
}

.facilities .text-holder {
	padding: 0 15px 30px;
}

.gels {
	padding-bottom: 20px;
}

.gels .section-heading {
	padding-top: 39px;
}

.gels h2 {
	margin-bottom: 40px;
}

.gels-list li {
	padding-bottom: 30px;
}

.gels-list .img-holder {
	display: inline-block;
	min-height: 141px;
	max-width: 230px;
	margin-bottom: 29px;
	vertical-align: middle;
}

.gels-list .img-holder.arctic5 {
	max-width: 180px;
}

.gels-list .img-holder.arctic10 {
	max-width: 193px;
}

.hero-section.investors-hero {
	background-position: top, center;
}

.hero-section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hero-section h1 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	min-height: 255px;
	margin-bottom: 0;
	padding: 15px 0 67px;
	width: 100%;
}

.hero-section .overlay {
	-webkit-transform: skewY(-3.5deg);
	-ms-transform: skewY(-3.5deg);
	transform: skewY(-3.5deg);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.about-block {
	padding-top: 17px;
}

.about-block .img-holder {
	margin: 0 auto 43px;
	max-width: 330px;
}

.bottom-line {
	padding-bottom: 35px;
}

.bottom-line:after {
	background-color: #5bc1a6;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 70%;
}

.suggestion {
	padding: 50px 0;
}

.suggestion h3 {
	letter-spacing: -.4px;
	line-height: 1.50033333;
	text-transform: none;
}

.suggestion .overlay {
	background-color: rgba(255, 255, 255, .9);
}

.logo-part-bg {
	position: absolute;
}

.logo-part-bg img {
	height: 100%;
	width: 100%;
}

.overlay {
	background-color: rgba(0, 0, 0, .4);
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
}

.background {
	padding: 37px 0;
}

.background h2 {
	margin-bottom: 42px;
}

.team + .facilities .text-holder {
	max-width: 500px;
}

.team h2 {
	margin-bottom: 8px;
}

.team-list li h3 {
	color: #5bc1a6;
	line-height: 1.16666666;
/* 	margin-bottom: 30px; */
}
.team-list li h4 { 
  color: #798289;
  font-size: 16px;
}
.team .team-list {
  background-color: #f7f7f7;
}
.about-career {
	padding: 25px 0 35px;
}

.about-career h2 {
	color: #5bc1a6;
	line-height: 1.2;
}

.job-listing {
	padding: 25px 0 28px;
}

.job-listing .section-heading {
	padding-top: 12px;
}

.job-listing h2 {
	margin-bottom: 52px;
}

.job-listing .list-title {
	color: #000;
	margin-bottom: 26px;
	text-transform: capitalize;
}

.position-list {
	margin-bottom: 35px;
}

.position-list &gt; li {
	border-bottom: 2px solid #ececec;
}

.position-list &gt; li.active .opener:after {
	opacity: 1;
}

.position-list &gt; li .opener {
	padding: 18px 50px 18px 0;
	position: relative;
}

.position-list &gt; li .opener:after {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	color: #ebebeb;
	content: "\e903";
	font-family: "icomoon" !important;
	font-size: 14px;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}

.position-list &gt; li .job-title {
	color: #5bc1a6;
	font-size: 17px;
	display: block;
	line-height: 1.8668621;
	text-transform: capitalize;
}

.position-list &gt; li address {
	font-size: 15px;
	margin-bottom: 0;
	padding-left: 5px;
}

.position-list &gt; li .location {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.position-list .title {
	margin-bottom: 10px;
}

.position-list .slide {
	padding: 14px 0 29px;
}

.slide-title {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.requirements {
	margin: 0 -10px;
}

.requirements li {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	position: relative;
}

.requirements li:last-child:before {
	display: none;
}

.requirements li:before {
	width: 3px;
	height: 3px;
	background-color: gray;
	border-radius: 50%;
	content: "";
	left: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.requirements li span {
	text-transform: capitalize;
}

.navigation.pagination {
	text-align: center;
}

.navigation .nav-links {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.navigation .page-numbers {
	width: 35px;
	height: 35px;
	-webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #798289;
	border-radius: 50%;
	color: #798289;
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.navigation .page-numbers.current,
.navigation .page-numbers:hover {
	border-color: #5bc1a6;
	color: #5bc1a6;
	opacity: 1;
}

.navigation .page-numbers.prev:before,
.navigation .page-numbers.next:before {
	font-family: "icomoon" !important;
	font-size: 14px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.navigation .page-numbers.prev:before {
	content: "\e902";
}

.navigation .page-numbers.next:before {
	content: "\e901";
}

.category-holder {
	padding-top: 40px;
}

.category-holder .text {
	margin-bottom: 32px;
}

.category-description &gt; li {
	padding-top: 28px;
}

.category-description &gt; li:nth-child(even) {
	background-color: #fff;
}

.category-description &gt; li.skew-decor {
	padding-top: 50px;
}

.category-description &gt; li.skew-decor.less-space .category {
	margin-bottom: 17px;
}

.category-description &gt; li:not(.skew-decor) .category {
	margin-bottom: 21px;
}

.category-description &gt; li:last-child {
	margin-bottom: 0;
	padding-top: 0;
}

.category-description h2 {
	margin-bottom: 30px;
}

.category-list {
	margin-bottom: 35px;
}

.category-list li {
	margin: 0 0 10px;
}

.category-list li:last-child {
	margin-bottom: 0;
}

.category-list li a {
	color: #000;
	min-width: 170px;
}

.category-list li a:after {
	display: none;
}

.category {
	margin-bottom: 50px;
}

.category &gt; li {
	margin-bottom: 40px;
}

.category &gt; li:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.category &gt; li:last-child {
	margin-bottom: 0;
}

.category .img-holder {
	margin-bottom: 30px;
	padding-top: 100%;
}

.category h3 {
	color: #5bc1a6;
	letter-spacing: -.5px;
	margin-bottom: 5px;
}

ul:not([class]):not([id]) li {
	font-size: 14px;
	padding-left: 8px;
	position: relative;
}

ul:not([class]):not([id]) li:before {
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #5bc1a6;
	content: "";
	left: 0;
	position: absolute;
	top: 8px;
}

.features-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.features-list &gt; li {
	padding-right: 15px;
	width: 50%;
}

.features-list h4 {
	color: inherit;
	font-size: 14px;
	text-transform: uppercase;
}

.contact-section {
	padding: 30px 0;
}

.contact-section h2 {
	line-height: 1.16129032;
	margin-bottom: 15px;
}

.contact-section .container .map-holder {
	margin-bottom: 30px;
}

.contact-section .icon-img {
	width: 55px;
	height: 55px;
	display: block;
	margin-right: 16px;
}

.contact-section .contact-list li {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact-section .contact-list li:last-child {
	margin-bottom: 0;
}

.contact-section .contact-list h3 {
	margin-bottom: 11px;
}

.contact-section .contact-list address {
	line-height: 1.265625;
	margin-bottom: 0;
}

.contact-section .contact-list a {
	color: inherit;
}

.contact-section .contact-list a:hover {
	color: #5bc1a6;
}

.custom-project {
	padding: 80px 0 60px;
}

.custom-project .container {
	background-color: rgba(255, 255, 255, .95);
	max-width: 990px;
	padding: 38px 10px;
}

.custom-project h2 {
	max-width: 800px;
	margin: 0 auto 26px;
}

.custom-project .text {
	margin-bottom: 47px;
}

.custom-project .text span {
	font-style: italic;
}

.form-section {
	padding-bottom: 51px;
}

.form-section h2 {
	margin-bottom: 44px;
}

.about-relations {
	background-position: 100%;
	background-repeat: no-repeat;
	padding: 53px 0 38px;
	position: relative;
	z-index: 3;
}

.about-relations .container {
	max-width: 1060px;
}

.about-relations .logo-part-bg {
	bottom: -22px;
	top: -70px;
	opacity: .1;
	right: 8%;
}

.about-relations .text mark {
	background-color: transparent;
	color: #5bc1a6;
	font-weight: 600;
	padding: 0;
}
.bios {
/*   padding-top: 116px; */
  padding-bottom: 116px;
  background-color: #f7f7f7;
}
.bios .bio {
  padding: 35px 0;
  border-bottom: 1px solid #e2e2e2;
}
.bios .bio:last-of-type {
  border-bottom: 0;
}
.bios .bio p:last-of-type {
  margin-bottom: 0;
}
.news {
	padding-bottom: 116px;
}

.news h2 {
	margin-bottom: 39px;
}

.news p {
	margin-bottom: 18px;
}

.news-list li {
	margin-bottom: 16px;
}

.news-list li a {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	background-color: #5bc1a6;
	border-radius: 25px;
	border: 1px solid #5bc1a6;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 11px 50px 11px 35px;
	padding-right: 50px;
	position: relative;
	text-transform: uppercase;
	text-align: left;
}

.news-list li a:hover {
	background-color: transparent;
	color: #5bc1a6;
}

.news-list li a:after {
	content: "\e900";
	font-family: "icomoon" !important;
	font-size: 20px;
	right: 30px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sec-filings {
	padding-bottom: 40px;
}

.sec-filings .section-heading {
	padding-top: 32px;
}

.sec-filings h2 {
	margin-bottom: 25px;
}

.sec-filings .navigation {
	margin-bottom: 30px;
}

.sec-filings .text {
	font-size: 12px;
	line-height: 1.5;
}

.about-production {
	padding: 36px 0 30px;
}

.about-production .container {
	max-width: 860px;
}

.about-production .img-holder {
	padding-top: 70%;
	margin-bottom: 30px;
}

.aplications h2 {
	margin-bottom: 48px;
}

.applications-list li,
.advantages-list li {
	text-align: center;
}

.applications-list .icon,
.advantages-list .icon {
	margin: 0 auto 20px;
}

.applications-list li {
	padding-bottom: 30px;
}

.applications-list li h3 {
	font-size: 15px;
}

.manufacturing-process {
	padding-bottom: 15px;
	padding-top: 40px;
}

.manufacturing-process h2 {
	margin-bottom: 49px;
}

.manufacturing-process .content-holder .img-holder {
	padding-top: 50%;
	margin-bottom: 30px;
}

.advantages {
	padding-bottom: 62px;
}

.advantages h2 {
	margin-bottom: 30px;
}

.check-list li {
	padding-bottom: 28px;
	padding-left: 40px;
	position: relative;
}

.check-list li:before {
	width: 26px;
	height: 26px;
	background-image: url("images/check.png");
	background-size: 100%;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
}

.advantages-list {
	padding-top: 20px;
	width: 100%;
}

.advantages-list li {
	padding-bottom: 30px;
}

.advantages-list li .icon {
	margin-bottom: 15px;
}

.advantages-list li span {
	color: #5bc1a6;
	font-size: 18px;
	display: block;
	line-height: 1.222222222;
}

.about-component {
	padding-top: 37px;
}

.about-component + .form-holder {
	max-width: 830px;
	margin: 0 auto 47px;
}

.about-component + .form-holder .dots-decor {
	margin-bottom: 35px;
}

.about-component h2 {
	margin-bottom: 43px;
}

.about-component .text {
	margin-bottom: 35px;
}

.component-list {
	margin-bottom: 30px;
}

.component-list li {
	text-align: center;
}

.component-list li:first-child,
.component-list li:nth-child(3n+4) {
	background-color: #5bc1a6;
}

.component-list li:nth-child(3n+2) {
	background-color: #59c4ea;
}

.component-list li:nth-child(3n+3),
.component-list li:last-child {
	background-color: #0d8f87;
}

.component-list li h3 {
	color: #fff;
	margin-bottom: 25px;
	padding-bottom: 33px;
}

.component-list li h3 .dots:before,
.component-list li h3 .dots:after,
.component-list li h3 .dots .dot {
	background-color: #fff;
}

.component-list li .text-holder {
	color: #fff;
	line-height: 1.5;
	padding: 50px 30px 30px;
	width: 100%;
}

div.dots-decor {
	padding-bottom: 34px;
}

div.dots-decor p {
	margin-bottom: 0;
}

.terms-and-conditions {
	padding: 40px 0 47px;
	text-transform: none;
}

.terms-and-conditions .text {
	margin-bottom: 28px;
}

.uppercase {
	text-transform: uppercase;
}

.terms-list h2 {
	color: #5bc1a6;
	margin-bottom: 4px;
}

.bg-video-holder .bg-video {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	pointer-events: none;
}

.video-active .bg-video {
	opacity: 1;
}

form {
	margin: 0 auto;
	/*max-width: 764px;*/
}

form .row {
	margin: 0 -5px;
}

form [class^="col-"] {
	padding: 0 5px;
	margin-bottom: 16px;
}

form [class^="col-"] [class^="col-"]:last-child {
	margin-bottom: 0;
}

form [class^="col-"].select-holder {
	margin-bottom: 7px;
}

form .button {
	margin: 0 auto;
	max-width: 247px;
	position: relative;
}

form .button:hover:after {
	color: #fff;
}

form .button:after {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #5bc1a6;
	content: "&gt;";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 55px;
}

form .btn,
form .category-list li a,
.category-list li form a {
	border-radius: #798289;
	display: block;
	width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea,
.jcf-select {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	background-color: transparent;
	box-sizing: border-box;
	border: 1px solid #798289;
	border-radius: 25px;
	height: 50px;
	font-size: 14px;
	padding: 8px 25px;
	width: 100%;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus,
.jcf-select:focus {
	border-color: #5bc1a6;
	outline: none;
}

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,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.jcf-select::-webkit-input-placeholder {
	color: #798289;
}

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,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder,
.jcf-select::-moz-placeholder {
	opacity: 1;
	color: #798289;
}

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,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder,
.jcf-select:-moz-placeholder {
	color: #798289;
}

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,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.jcf-select:-ms-input-placeholder {
	color: #798289;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder,
.jcf-select.placeholder {
	color: #798289;
}

.jcf-select {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
}

.jcf-select.jcf-drop-active,
.jcf-select.jcf-focus {
	border-color: #5bc1a6 !important;
}

.jcf-select .jcf-select-opener {
	background-color: transparent;
	width: 70px;
}

.jcf-select .jcf-select-opener:before {
	content: "\e900";
	font-size: 28px;
	font-family: "icomoon" !important;
	font-weight: 700;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.jcf-select .jcf-select-text {
	font-size: 14px;
	margin: 0;
	line-height: 33px;
}

.jcf-select-drop-content {
	border: 1px solid #5bc1a6 !important;
	border-radius: 25px;
}

.jcf-select-drop-content ul:not([class]):not([id]) li {
	padding-left: 0;
}

.jcf-select-drop-content ul:not([class]):not([id]) li:before {
	display: none;
}

.jcf-list {
	border-radius: 25px;
	background-color: #f7f7f7;
	overflow: hidden;
}

.jcf-list .jcf-option {
	padding: 18px 37px;
}

input[type="radio"],
input[type="checkbox"] {
	position: absolute;
	left: -624.9375rem;
}

input[type="radio"]:checked + .wpcf7-list-item-label:after,
input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
	opacity: 1 !important;
}

.wpcf7-form-control-wrap {
	cursor: pointer;
}

.check-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 8px;
	position: relative;
}

span.wpcf7-list-item {
	margin: 0;
}

.wpcf7-list-item-label {
	font-size: 14px;
	padding-left: 50px;
	position: relative;
}

.wpcf7-list-item-label:before {
	width: 22px;
	height: 22px;
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	border: solid 1px #798289;
	border-radius: 50%;
	content: "";
	display: block;
	left: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wpcf7-list-item-label:after {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 14px;
	height: 14px;
	content: "";
	border-radius: 50%;
	background-color: #5bc1a6;
	opacity: 0;
	position: absolute;
	left: 24px !important;
	top: 2px;
}

div.wpcf7 .ajax-loader {
	display: none;
}

.wpcf7-form-control.wpcf7-submit.btn,
.category-list li a.wpcf7-form-control.wpcf7-submit {
	border-radius: 25px !important;
	display: block;
	padding: 12px 37px;
	margin: 0 auto;
}

.viewport.in-viewport .fade {
	-webkit-animation: fadeIn .5s linear forwards;
	animation: fadeIn .5s linear forwards;
}

.viewport.in-viewport .move-up {
	-webkit-animation: moveUp .5s linear forwards;
	animation: moveUp .5s linear forwards;
}

.viewport.in-viewport .fade-with-opacity {
	-webkit-animation: fade-with-opacity .5s linear forwards;
	animation: fade-with-opacity .5s linear forwards;
}

.fade {
	opacity: 0;
}

.move-up {
	opacity: 0;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
}

.fade-with-opacity {
	opacity: 0;
}

.top-footer {
	background-color: #2e3339;
	padding: 52px 0 29px;
}

.top-footer .logo {
	margin-bottom: 27px;
	width: 173px;
}

.top-footer address {
	color: #fff;
	line-height: 1.5;
	font-style: normal;
}

.top-footer .contact-list {
	padding-top: 26px;
}

.top-footer .contact-list li a {
	color: #fff;
}

.top-footer .contact-list li a:hover {
	color: #5bc1a6;
}

address {
	font-style: normal;
}

.row {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.row .col {
	padding: 0 15px;
	width: 100%;
}

.row .col-sm-6 {
	width: 100%;
}

.row .col-12 {
	width: 100%;
}

.footer-nav {
	padding-top: 20px;
}

.footer-nav li {
	margin-bottom: 8px;
}

.footer-nav li a {
	color: #fff;
	text-transform: uppercase;
}

.footer-nav li a:hover {
	color: #5bc1a6;
}

.contact-list li {
	margin-bottom: 26px;
}

.contact-list li span {
	display: block;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}

.contact-list li a {
	letter-spacing: .5px;
}

.contact-list li .mail {
	text-decoration: underline;
}

.copyright {
	background-color: #25272b;
	padding: 21px 0;
}

.copyright p {
	margin-bottom: 0;
}

.copyright a,
.copyright span {
	color: #fff;
	font-size: 13px;
}

.copyright a:hover {
	color: #5bc1a6;
}

@media (min-width: 480px) {
	.category-list {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px 35px;
	}

	.category-list li {
		width: calc(50% - 20px);
	}

	.category-list li:nth-child(even) {
		text-align: left;
	}

	.category-list li:nth-child(odd) {
		text-align: right;
	}

	.applications-list,
	.advantages-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -15px;
	}

	.applications-list li {
		padding: 0 15px 30px;
	}

	.advantages-list li {
		padding: 0 15px 30px;
	}

	form [class^="col-"] [class^="col-"] {
		margin-bottom: 0;
	}

	.wpcf7-list-item-label {
		padding-left: 70px;
	}

	.wpcf7-list-item-label:before {
		left: 38px;
	}

	.wpcf7-list-item-label:after {
		left: 42px !important;
	}

	.row .col-sm-6 {
		width: 50%;
	}

	.footer-nav {
		-webkit-column-count: 2;
		column-count: 2;
	}

	.copyright a:after {
		content: "|";
		padding: 0 2px 0 7px;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	#header {
		padding: 15px 0;
	}

	.nav {
		margin: 0 0 0 auto;
	}

	.main-menu {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.main-menu li {
		margin: 0 5px;
	}

	.main-menu li:last-child {
		margin-right: 0;
	}

	.nav-opener {
		display: none;
	}

	body {
		line-height: 1.75;
	}

	body p {
		margin-bottom: 28px;
	}

	.intro-section .intro-text {
		margin: 0 0 0 auto;
		max-width: 45%;
	}

	.about-company {
		padding: 41px 0 0;
	}

	.about-company .img-holder {
		margin-left: 28px;
		margin-bottom: 0;
	}

	.about-company .text-holder {
		padding-left: 41px;
		padding-top: 14px;
		width: calc(100% - 190px);
	}

	.products h2 {
		margin-bottom: 7px;
	}

	.section-heading {
		padding-top: 76px;
	}

	.skew-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.skew-list li {
		margin-bottom: 0;
		width: 50%;
	}

	.skew-list li:first-child .img-holder,
	.skew-list li:nth-child(4n+5) .img-holder {
		margin-top: 6.2%;
	}

	.skew-list li:nth-child(4n+3) .img-holder {
		margin-top: 6%;
	}

	.skew-list li:last-child h3 {
		font-size: 28px;
		letter-spacing: -1.5px;
	}

	.skew-list p {
		margin-bottom: 24px;
	}

	.facilities {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.facilities h2 {
		margin-bottom: 46px;
	}

	.facilities .img-holder,
	.facilities .text-holder {
		width: 50%;
	}

	.facilities .img-holder {
		margin-bottom: 0;
		padding-top: 36%;
	}

	.facilities .text-holder {
		padding: 50px 30px;
	}

	.gels-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.gels-list li {
		padding: 0 15px 30px;
		width: 33.33%;
	}

	.gels-list .gels-article {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: 100%;
		font-size: 0.85em;
	}

	.gels-list .content-holder {
		height: 100%;
		width: 100%;
	}

	.about-block {
		padding-bottom: 28px;
	}

	.suggestion {
		padding: 80px 0;
	}

	.suggestion h3 {
		max-width: 50%;
	}

	.logo-part-bg {
		bottom: 28px;
		top: 14px;
		right: 15px;
	}

	.background {
		padding: 48px 0 26px;
	}

	.team + .facilities .img-holder {
		padding-top: 30%;
	}

	.about-career {
		padding: 50px 0 84px;
	}

	.about-career .container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.about-career h2,
	.about-career .text {
		padding: 0 15px;
		width: 50%;
	}

	.about-career h2 {
		text-align: right;
	}

	.position-list &gt; li .opener {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding-right: 100px;
	}

	.position-list &gt; li .opener:after {
		right: 60px;
	}

	.position-list &gt; li .opener,
	.position-list &gt; li .slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.position-list &gt; li .location {
		width: 42%;
	}

	.position-list .title {
		margin-bottom: 0;
		width: 58%;
	}

	.position-list .slide {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.position-list .text {
		padding-left: 56px;
		padding-right: 50px;
	}

	.position-list .text p {
		margin-bottom: 37px;
	}

	.category-description h2 {
		margin-bottom: 50px;
	}

	.category-list li {
		margin: 0 10px 0;
		width: calc(25% - 20px);
	}

	.category-list li:nth-child(even) {
		text-align: center;
	}

	.category-list li:nth-child(odd) {
		text-align: center;
	}

	.category-list li a {
		padding-bottom: 0;
		padding-top: 0;
	}

	.category &gt; li {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.category &gt; li:nth-child(even) .text-holder {
		padding-left: 0;
		padding-right: 30px;
	}

	.category .img-holder,
	.category .text-holder {
		width: 50%;
	}

	.category .img-holder {
		padding-top: 50%;
	}

	.category .text-holder {
		padding-left: 30px;
	}

	.category p {
		margin-bottom: 25px;
	}

	ul:not([class]):not([id]) li:before {
		top: 12px;
	}

	.features-list h4 {
		margin-bottom: 0;
	}

	.contact-section {
		padding: 43px 0;
	}

	.contact-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.contact-section .container .map-holder,
	.contact-section .container .text-holder {
		width: 50%;
	}

	.contact-section .container .map-holder {
		margin-bottom: 0;
		width: 65%;
	}

	.contact-section .container .text-holder {
		padding-left: 15px;
	}

	.about-production {
		padding-bottom: 0;
	}

	.about-production .container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.about-production .img-holder {
		margin-bottom: 0;
		padding-top: 30%;
		width: 42%;
	}

	.about-production .text {
		padding-left: 30px;
		width: 58%;
	}

	.aplications {
		padding-bottom: 44px;
	}

	.applications-list li h3 {
		font-size: 18px;
	}

	.manufacturing-process .content-holder .img-holder {
		float: left;
		padding-top: 32.5%;
		margin-bottom: 28px;
		margin-right: 45px;
		width: 41.5%;
	}

	.advantages .section-heading {
		padding-top: 75px;
	}

	.advantages h2 {
		margin-bottom: 43px;
	}

	.advantages-description {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.advantages-description .text {
		padding-right: 30px;
		width: 50%;
	}

	.advantages-description .check-list {
		width: 50%;
	}

	.component-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.component-list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 50%;
	}

	.component-list li:first-child .text-holder,
	.component-list li:nth-child(3n+4) .text-holder {
		padding-top: 25.4%;
	}

	.component-list li:nth-child(3n+2) .text-holder {
		padding-top: 18.3%;
	}

	.bg-video:not([style]) + .container .intro-text {
		margin: 0 0 0 auto;
	}

	.bg-video + .container .intro-text {
		margin: 0 auto;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="url"],
	input[type="date"],
	textarea,
	.jcf-select {
		padding: 8px 37px;
	}

	.jcf-select .jcf-select-opener {
		width: 94px;
	}
}

@media (min-width: 1024px) {
	.main-menu li {
		margin: 0 14px;
	}

	h1,
	h1 {
		font-size: 45px;
	}

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

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

	h4,
	h4 {
		font-size: 20px;
	}

	.section-heading {
		padding-top: 87px;
	}

	.skew-list.team-list li {
		width: 33.333%;
		padding: 0 25px;
	}
	.skew-list.team-list-sub li {
		width: 20%;
		padding: 0 25px;
	}
	.skew-list li {
		width: 25%;
	}

	.skew-list li:first-child .img-holder,
	.skew-list li:nth-child(3n+4) .img-holder {
//		margin-top: 18.5%;
    margin-top: 12.3%;
	}

	.skew-list li:nth-child(3n+2) .img-holder {
//		margin-top: 12.3%;
    margin-top: 6.2%;
	}

	.skew-list li:nth-child(4n+3) .img-holder {
		margin-top: 6.2%;
	}

	.skew-list li:last-child .text {
		padding-right: 65px;
	}

	.facilities .text-holder {
		max-width: 570px;
		padding: 91px 15px 91px 50px;
	}

	.gels {
		padding-bottom: 41px;
	}

	.gels-list li {
		padding: 0 40px 30px;
	}

	.gels-list li:first-child {
		padding: 0 50px 30px;
	}

	.gels-list li:last-child {
		padding: 0 15px 30px;
	}

	.suggestion h3 {
		max-width: 52%;
	}

	.logo-part-bg {
		right: 84px;
	}

	.team .section-heading {
		padding-top: 120px;
	}

	.team-list li h3 {
		font-size: 24px;
	}
	.team-list-sub li h3,
	.skew-list.team-list-sub li:last-child h3 {
		font-size: 18px;
		margin-bottom: 0;
	}

	.about-career h2,
	.about-career .text {
		padding: 0 40px;
	}

	.about-career .text {
		padding-left: 23px;
	}

	.job-listing .list-title {
		font-size: 26px;
	}

	.category-description &gt; li.skew-decor {
		padding-top: 116px;
	}

	.category-description &gt; li.skew-decor.less-space .category {
		margin-bottom: 17px;
	}

	.category-list {
		margin: 0 -20px 35px;
	}

	.category-list li {
		width: calc(25% - 40px);
		margin: 0 20px;
	}

	.category-list li a {
		font-size: 20px;
		min-width: 200px;
	}

	.category {
		margin-bottom: 94px;
	}

	.category &gt; li {
		margin-bottom: 55px;
	}

	.category &gt; li:nth-child(even) .text-holder {
		padding-right: 50px;
	}

	.category .img-holder {
		padding-top: 28%;
		width: 38%;
	}

	.category .text-holder {
		padding-left: 50px;
		width: 62%;
	}

	.contact-section h2 {
		font-size: 31px;
		margin-bottom: 43px;
	}

	.contact-section .container .text-holder {
		padding-left: 35px;
		width: 35%;
	}

	.contact-section .contact-list li {
		margin-bottom: 40px;
	}

	.custom-project {
		padding-top: 128px;
	}

	.custom-project .container {
		padding: 51px 110px;
	}

	.form-section .section-heading {
		padding-top: 121px;
	}

	.news .section-heading {
		padding-top: 126px;
	}

	.about-production .img-holder {
		padding-top: 28%;
	}

	.about-production .text {
		padding-left: 57px;
		padding-top: 10px;
	}

	.aplications .section-heading {
		padding-top: 138px;
	}

	.applications-list .icon,
	.advantages-list .icon {
		width: 75px;
		height: 75px;
	}

	.applications-list {
		margin: 0 -65px;
	}

	.applications-list li {
		padding: 0 65px 50px;
	}

	.advantages .section-heading {
		padding-top: 129px;
	}

	.advantages-list li {
		padding: 0 46px 50px;
	}

	.component-list li {
		width: 33.33%;
	}

	.component-list li h3 {
		font-size: 28px;
	}

	.component-list li .text-holder {
		height: 100%;
		padding: 63px 55px 73px;
	}

	.row .col-lg-3 {
		width: 25%;
	}

	.row .col-lg-6 {
		width: 50%;
	}
}

@media (min-width: 1200px) {
	.skew-list.team-list .text-holder {
		padding: 48px 22px 22px;
	}
	.skew-list.team-list-sub .text-holder {
		padding: 48px 0 22px;
	}

	.skew-list .text-holder {
		padding: 31px 20px 31px 55px;
	}

	.icon {
		width: 70px;
		height: 70px;
	}

	.facilities .text-holder {
		padding: 104px 15px 90px 100px;
	}

	.suggestion {
		padding: 143px 0 115px;
	}

	.suggestion h3 {
		max-width: 60%;
	}

	.logo-part-bg {
		bottom: 45px;
	}

	.team + .facilities .text-holder {
		padding: 98px 15px 79px 100px;
	}

	.about-relations .logo-part-bg {
		bottom: -29px;
		top: -98px;
	}

	.advantages-description .check-list {
		padding-left: 63px;
	}
}

@media (min-width: 1366px) and (max-width: 1400px) {
	.products {
		margin-bottom: -35px;
	}

	.products.skew-decor:after {
		background-color: #fff;
		top: calc(100% + 50px);
	}
}

@media (min-width: 1366px) {
	.suggestion h3 {
		max-width: 66%;
	}

	.logo-part-bg {
		bottom: 60px;
	}
}

@media (min-width: 1600px) {
	.hero-section h1 {
		min-height: 500px;
	}
}

@media (max-width: 1199px) {
	.hero-section.careers-hero:before {
		top: 94%;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.custom-project .container {
		margin: 0 10px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.nav {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		background-color: #fff;
		box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
		left: 0;
		opacity: 0;
		padding: 30px 15px 15px;
		position: absolute;
		right: 0;
		top: 100%;
		visibility: hidden;
		z-index: 99;
	}

	.intro-section .container {
		white-space: nowrap;
		text-align: center;
	}

	.intro-section .container:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 524px;
	}

	.intro-section .container &gt; * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.hero-section.bg-stretch {
		background-position-x: 75%;
	}

	.hero-section.bg-stretch.careers-hero {
		background-position-x: 25%;
	}

	.logo-part-bg {
		display: none;
	}

	.contact-section .container .map-holder {
		padding-top: 60%;
	}
}

@media (max-width: 479px) {
	.copyright span {
		display: block;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fade-with-opacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: .1;
	}
}

@keyframes fade-with-opacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: .1;
	}
}

@-webkit-keyframes moveUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.news-list.archive {
  margin: 50px 0 100px;
}</pre></body></html>