/*
Theme Name: Trilliant
Author: Anonymous
Author URI:
Version: 1
Description: Trilliant theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trilliant
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 < 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.ttf?ca92ld") format("truetype"), url("fonts/icomoon.woff?ca92ld") format("woff"), url("fonts/icomoon.svg?ca92ld#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

i {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	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-world:before {
	content: "";
}

.icon-globe:before {
	content: "";
}

.icon-internet:before {
	content: "";
}

.icon-network:before {
	content: "";
}

.icon-angle-double-down:before {
	content: "";
}

.icon-angle-double-up:before {
	content: "";
}

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

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

.icon-youtube:before {
	content: "";
}

.icon-linkedin:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

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

.icon-angle-up:before {
	content: "";
}

.icon-angle-left:before {
	content: "";
}

.icon-angle-down:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.slick-dots,
.main-nav,
.add-nav,
.inner-nav,
.top-nav,
ul:not([class]),
.certificates-logo-list,
.social-networks-list,
.footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p: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: #fff;
	background: #000;
	font: 18px/1.3334 "Roboto", "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.3334em;
}

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

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

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

ul,
ol {
	padding-left: 12px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 12px;
	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"],
select,
textarea {
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 10px 16px;
	color: #000;
	font-size: 17px;
	line-height: 1.29412;
}

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

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,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #828282;
}

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,
select::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #828282;
}

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,
select:-moz-placeholder,
textarea:-moz-placeholder {
	color: #828282;
}

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,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #828282;
}

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

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;
}

.panel-search-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.panel-search {
	position: relative;
}

.panel-search button {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	position: absolute;
	right: 0;
	top: 1px;
	bottom: 1px;
	background: transparent;
	border: none;
	border-left: 1px solid #ccc;
	padding: 12px 14px 10px 12px;
	font-size: 20px;
	line-height: 1;
	margin: 0;
	color: #828282;
	z-index: 1;
}

.panel-search button:hover {
	color: #49ab48;
}

.panel-search button i {
	font-weight: 700;
}

.panel-search input {
	position: relative;
	width: 100%;
	margin: 0;
	padding-right: 48px;
}

.select-holder {
	position: relative;
}

.select-holder select {
	width: 100%;
	padding-right: 49px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.select-holder select::-ms-expand {
	display: none;
}

.select-holder::after {
	content: "";
	height: 0;
	width: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ccc;
	position: absolute;
	right: 11px;
	top: 51%;
	bottom: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.select-holder::before {
	content: "";
	position: absolute;
	top: 1px;
	bottom: 1px;
	right: 33px;
	background-color: #ccc;
	width: 1px;
}

.widget {
	margin-bottom: 1.3334em;
}

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

.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;
	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;
}

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

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

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

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #49ab48;
	color: #fff;
	border: none;
	padding: 11px 10px;
}

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

.commentlist {
	margin: 0 0 1.3334em;
}

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

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

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

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

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

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

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

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

.navigation,
.navigation-comments {
	position: relative;
	margin-bottom: 1.3334em;
}

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

.navigation a,
.navigation-comments a {
	color: #fff;
}

.navigation a:hover,
.navigation-comments a:hover {
	color: #49ab48;
	text-decoration: none;
}

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

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	padding: 0 8px;
}

.navigation .page-numbers.current,
.navigation-comments .page-numbers.current {
	color: #49ab48;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	max-width: 48%;
	text-decoration: none;
	text-transform: uppercase;
}

.navigation-single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 1.3334em;
}

.navigation-single .next,
.navigation-single .prev {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: inline-block;
	background: #49ab48;
	color: #fff;
	text-decoration: none;
	margin-bottom: 20px;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	background: #337732;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: 11px 10px;
	display: inline-block;
}

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

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

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

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

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

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

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

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

.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 #ccc;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	margin: 0 0 .5em;
	color: inherit;
	line-height: 1.2;
}

h1,
.h1 {
	font-size: 40px;
	letter-spacing: .03em;
	line-height: .95;
	margin-bottom: .13em;
	text-transform: uppercase;
}

h2,
.h2 {
	font-size: 36px;
	letter-spacing: .01em;
	line-height: 1.17;
	text-transform: uppercase;
}

h3,
.h3 {
	font-size: 26px;
	letter-spacing: .03em;
	margin-bottom: .3em;
}

h4,
.h4 {
	font-size: 24px;
	line-height: 1.2083;
}

h5,
.h5 {
	font-size: 22px;
	margin-bottom: .7em;
}

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

p {
	margin: 0 0 1em;
}

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

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

a.link-with-arrow {
	white-space: nowrap;
}

a.link-with-arrow::before {
	content: "";
	display: inline-block;
	font-family: "icomoon";
	font-size: .5em;
	margin-right: 4px;
	vertical-align: middle;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-slide:focus,
.slick-arrow:focus {
	outline: none !important;
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -5px -10px;
}

.slick-dots li {
	margin: 0 5px 10px;
	line-height: 0;
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active .slick-slide-control {
	background: #fff;
}

.slick-dots li button,
.slick-dots li .slick-slide-control {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: rgba(255, 255, 255, .5);
	font-size: 0;
	line-height: 0;
	padding: 0;
	border: none;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	vertical-align: bottom;
	box-shadow: 0 0 8px #000;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li .slick-slide-control:hover,
.slick-dots li .slick-slide-control:focus {
	outline: none;
	background: #fff;
}

.slick-dots {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#wrapper {
	position: relative;
	overflow: hidden;
}

#main {
	padding-top: 150px;
}

#main > .intro-section:first-child {
	margin-top: -150px;
}

.container-fluid {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

.container {
	width: 100%;
	max-width: 1368px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}

.container.container-md {
	max-width: 1284px;
}

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

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

.row.card-row {
	margin: 0 -6px -30px;
}

.row.card-row .col {
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 30px;
}

.row .col {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	margin-bottom: 20px;
}

.justify-content-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.align-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ml-auto {
	margin-left: auto;
}

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

.h-100 {
	height: 100% !important;
}

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

.content-section {
	padding-top: 90px;
	padding-bottom: 50px;
}

.section-heading {
	text-align: center;
	max-width: 906px;
	margin: 0 auto 60px;
}

.section-heading.wide {
	max-width: 1084px;
}

.stages-holder {
	margin-bottom: 30px;
}

.bg-gradient-section {
	position: relative;
}

.bg-gradient-section.bottom::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -10;
	height: 220px;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
}

.bg-gradient-section .bg-gradient {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -10;
}

.bg-gradient-section .bg-gradient::before {
	content: "";
	display: block;
	background: -webkit-linear-gradient(top, #000 0%, rgba(0, 0, 0, .9) 12%, rgba(0, 0, 0, 0) 58%);
	background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, .9) 12%, rgba(0, 0, 0, 0) 58%);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.bg-gradient-section .bg-gradient img {
	position: relative;
	z-index: -1;
	width: 400%;
	max-width: initial;
	-webkit-transform: translateX(-40%);
	-ms-transform: translateX(-40%);
	transform: translateX(-40%);
}

.fullscreen-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 400px;
	background-size: cover;
	background-position: center center;
	padding-top: 53px;
	padding-bottom: 53px;
}

.tile-row .col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 0;
}

.tile-row .col .tile {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.tile-row .tile {
	margin-bottom: 30px;
}

.preview-post {
	line-height: 1.2;
	margin-bottom: 22px;
}

.preview-post:last-child {
	margin-bottom: 0;
}

.preview-post h6 {
	padding-top: 9px;
	margin-bottom: .7em;
}

.preview-post > *:last-child {
	margin-bottom: 0;
}

.preview-post p {
	margin-bottom: .5em;
}

.article-card-section {
	padding-top: 49px;
	padding-bottom: 26px;
}

.article-card-section .article-card {
	margin-bottom: 40px;
}

.article-card-section .article-card:last-child {
	margin-bottom: 0;
}

.panel-posts-section {
	padding-top: 31px;
	padding-bottom: 16px;
}

.cta-section {
	padding-top: 16px;
	padding-bottom: 16px;
}

.cta-block {
	position: relative;
	width: 100%;
	background-color: #49ab48;
	min-height: 247px;
}

.cta-block .background-image {
	position: relative;
	width: 100%;
	z-index: 0;
}

.cta-block .background-image img {
	width: 100%;
}

.cta-block .background-image::after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 70%;
	background: -webkit-linear-gradient(left, #49ab48 0%, rgba(73, 171, 72, 0) 100%);
	background: linear-gradient(to right, #49ab48 0%, rgba(73, 171, 72, 0) 100%);
}

.cta-block a {
	color: #fff;
}

.cta-block .text-holder {
	position: relative;
	z-index: 1;
	padding: 32px 16px;
	font-size: 16px;
	font-weight: 500;
}

.cta-block .text-holder .heading {
	line-height: 1.1282;
	text-transform: none;
	margin-bottom: 8px;
}

#header {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background-color: #000;
	min-height: 101px;
	padding: 16px 0;
}

#header.fixed-position {
	z-index: 100;
}

.nav-active #header {
	z-index: 100;
}

#header .flex-holder {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}

#header .flex-holder .logo {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-right: 12px;
}

#header .logo {
	line-height: 1;
	max-width: 160px;
}

#header .logo img {
	width: 100%;
}

#header .nav-opener-holder {
	z-index: 100;
}

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

.main-nav-drop {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.resize-active .main-nav-drop {
	-webkit-transition: none !important;
	transition: none !important;
}

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

.main-nav {
	font-size: 22px;
}

.main-nav > li {
	position: relative;
}

.main-nav > li:hover .slide {
	opacity: 1;
	visibility: visible;
}

.main-nav > li a {
	text-decoration: none;
	color: #fff;
}

.main-nav .slide {
	position: relative;
}

.main-nav .slide::before {
	height: 0;
	width: 0;
	border-bottom: 12px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	position: absolute;
	top: -12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.main-nav .slide a:hover,
.main-nav .slide a:focus {
	color: #49ab48;
}

.main-nav.accordion li {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.main-nav.accordion li a {
	display: block;
	padding: 15px 20px 13px;
	font-weight: 500;
}

.main-nav.accordion li ul > li a {
	font-weight: 700;
}

.main-nav.accordion li ul ul a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
}

.main-nav.accordion li ul ul a:before {
	content: "»";
	display: inline-block;
	margin-right: 4px;
}

.main-nav.accordion .opener {
	position: relative;
	padding-right: 32px;
}

.main-nav.accordion .opener::after {
	display: inline-block;
	content: "";
	font-family: "icomoon";
	position: absolute;
	top: 52%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 16px;
	font-size: 12px;
}

.top-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top-nav li {
	position: relative;
	margin-left: 7px;
	margin-right: 7px;
}

.top-nav li a {
	color: inherit;
	text-decoration: none;
}

.nav-opener {
	display: block;
	padding: 0;
	margin-left: 10px;
	width: 26px;
	height: 26px;
	position: relative;
	overflow: hidden;
	background: transparent;
	border: none;
	outline: none;
}

.nav-opener span {
	-webkit-transition: height 100ms ease-in-out;
	transition: height 100ms ease-in-out;
	display: block;
	background: #fff;
	width: 100%;
	height: 6px;
	position: absolute;
	top: 10px;
	font-size: 0;
}

.nav-opener span:after,
.nav-opener span:before {
	-webkit-transition: top 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
	transition: top 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out, top 200ms ease-in-out;
	transition: transform 200ms ease-in-out, top 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
	content: "";
	position: absolute;
	left: 0;
	background: #fff;
	height: 6px;
	width: 100%;
}

.nav-opener span:before {
	top: -9px;
}

.nav-opener span:after {
	top: 9px;
}

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

.nav-active .nav-opener span:after,
.nav-active .nav-opener span:before {
	top: -1px;
}

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

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

.search-wrapper {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: calc(100% + 24px);
	right: -20px;
	width: 260px;
	opacity: 0;
	visibility: hidden;
	z-index: 20;
	padding: 4px;
	border: 1px solid #ccc;
	background: #fff;
}

.search-wrapper::before {
	content: "";
	height: 0;
	width: 0;
	border-bottom: 12px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	position: absolute;
	top: -12px;
	right: 17px;
}

.search-active .search-wrapper {
	opacity: 1;
	visibility: visible;
}

.search-wrapper .header-search {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}

.search-wrapper .header-search button {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background: transparent;
	border: none;
	padding: 8px;
	font-size: 20px;
	line-height: 1;
	margin: 0;
	color: #828282;
	z-index: 1;
}

.search-wrapper .header-search input {
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	padding: 6px 10px 6px 40px;
	margin: 0;
	font-size: 20px;
	line-height: 1.2;
}

.language-select-holder {
	position: relative;
}

.language-select-opener > span {
	display: none;
}

.language-select-opener > span .icon {
	position: relative;
	font-size: .5em;
	margin-right: 4px;
	padding-bottom: 2px;
}

.language-select-opener > .icon {
	display: inline-block;
}

.language-select-wrapper {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: calc(100% + 12px);
	right: -20px;
	padding: 18px 20px;
	min-width: 110px;
	width: max-content;
	background-color: #fff;
	z-index: 20;
	opacity: 0;
	visibility: hidden;
}

.language-select-wrapper::before {
	content: "";
	height: 0;
	width: 0;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: -8px;
	right: 21px;
}

.language-select-active .language-select-wrapper {
	opacity: 1;
	visibility: visible;
}

.language-select-wrapper a {
	color: #000 !important;
	font-weight: 700;
}

.language-select-wrapper a:hover {
	text-decoration: none;
	color: #49ab48 !important;
}

.language-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 15px;
}

.language-list a {
	margin-bottom: 10px;
}

#footer {
	padding-top: 20px;
	padding-bottom: 67px;
	text-align: center;
}

#footer .flex-holder {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer .logo {
	margin-bottom: 18px;
}

#footer .footer-nav-holder {
	margin-bottom: 23px;
}

#footer .copyright {
	margin-bottom: 35px;
}

.copyright {
	font-size: 11px;
	letter-spacing: .015em;
	line-height: 1.27;
	text-transform: uppercase;
	max-width: 272px;
}

.footer-search-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer-search-holder label {
	margin-bottom: 10px;
	line-height: 28px;
}

.footer-search-holder .mailpoet_form {
	width: auto !important;
	padding: 0 !important;
}

.mailpoet_form .mailpoet-screen-reader-text {
	display: none;
}

.mailpoet_form .mailpoet_form_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.mailpoet_form .mailpoet_paragraph {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.mailpoet_form .mailpoet_form_form .mailpoet_text {
	padding: 4px 17px !important;
	font-size: 12px !important;
	line-height: 1.6667 !important;
	width: 159px !important;
}

#footer .mailpoet_form .mailpoet_form_form .mailpoet_text {
	border: none !important;
}

.mailpoet_form .mailpoet_form_form .mailpoet_text::-webkit-input-placeholder {
	text-transform: uppercase;
}

.mailpoet_form .mailpoet_form_form .mailpoet_text:-ms-input-placeholder {
	text-transform: uppercase;
}

.mailpoet_form .mailpoet_form_form .mailpoet_text::placeholder {
	text-transform: uppercase;
}

.mailpoet_form .mailpoet-email {
	margin-bottom: 0 !important;
	max-width: 159px !important;
}

.mailpoet_form .mailpoet_message {
	padding: 0 !important;
}

.mailpoet_form .mailpoet-submit {
	position: relative;
	margin-left: 4px;
}

.mailpoet_form .mailpoet-submit::after {
	content: "";
	font-family: "icomoon";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 10px;
	line-height: 1;
	pointer-events: none;
}

.mailpoet_form .mailpoet-submit .mailpoet_submit {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	padding: 2px;
	width: 28px;
	height: 28px;
	background-color: #49ab48;
	border: none !important;
	margin-right: 0 !important;
}

.mailpoet_form .mailpoet-submit .mailpoet_submit:hover,
.mailpoet_form .mailpoet-submit .mailpoet_submit:focus {
	background-color: #337732;
}

.intro-slide > .flex-holder {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100vh;
	padding-top: 110px;
	padding-bottom: 110px;
}

.intro-slide .text-box {
	text-shadow: -1px 1px 9px rgba(38, 38, 38, .8);
	letter-spacing: -.003em;
}

.intro-section .intro-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 365px;
	padding-top: 110px;
	padding-bottom: 10px;
	text-shadow: -1px 1px 9px rgba(38, 38, 38, .8);
}

.intro-section .intro-block > .container {
	margin-top: auto;
}

.post-intro-section + .title-post-section {
	margin-top: -196px;
}

.post-intro-section .intro-text-block {
	padding-top: 39px;
	padding-bottom: 43px;
	font-size: 29px;
	font-weight: 700;
	line-height: 1.34;
	letter-spacing: .036em;
	background-color: #0655a4;
	min-height: 264px;
}

.post-intro-section .intro-text-block .text-holder p {
	margin-bottom: .53em;
}

.background-holder {
	position: relative;
}

.background-holder .background-image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.background-holder .background-image.position-left-bottom img {
	object-position: left bottom;
}

.background-holder .background-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

ul:not([class]) {
	padding-left: 12px;
	margin-bottom: 16px;
}

ul:not([class]) li {
	position: relative;
	margin-bottom: 3px;
}

ul:not([class]) li::before {
	content: "»";
	position: absolute;
	top: -.1em;
	left: -14px;
	font-size: 1em;
}

ul:not([class]) li ul {
	padding-top: 5px;
	line-height: 1.4;
	margin-bottom: 0;
}

ul:not([class]) li ul > li {
	margin-bottom: 0 !important;
}

ul:not([class]) li ul > li::before {
	content: "-";
	font-weight: 400 !important;
	left: -10px !important;
}

ul:not([class]) ol li::before {
	content: none;
}

.certificates-logo-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-bottom: -15px;
}

.certificates-logo-list li {
	margin: 0 15px 15px;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.social-networks-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -3px -10px;
	font-size: 23px;
}

.social-networks-list li {
	padding: 0 3px 10px;
}

.social-networks-list a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	line-height: 1;
	color: #fff;
}

.social-networks-list a:hover,
.social-networks-list a:focus {
	text-decoration: none !important;
	color: #49ab48;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -10px -6px;
	font-size: 16px;
}

.footer-nav li {
	margin: 0 10px 6px;
}

.footer-nav li a {
	text-decoration: none;
	color: #fff;
}

.footer-nav li a:hover {
	color: #49ab48;
}

.btn {
	-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;
	display: inline-block;
	padding: 5px 12px;
	font-size: 16px;
	line-height: 1.3125;
	text-align: center;
	font-weight: 500;
	background-color: #49ab48;
	color: #fff;
	border: none;
	text-decoration: none;
	text-transform: capitalize;
	min-width: 127px;
	text-shadow: none;
}

.btn:active,
.btn:focus,
.btn:hover {
	text-decoration: none;
	background-color: #337732;
}

.btn.btn-with-arrow {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn.btn-with-arrow::before {
	content: "";
	font-family: "icomoon";
	font-size: 8px;
	margin-right: 4px;
}

.btn.btn-black {
	background-color: #000;
	color: #fff;
}

.btn.btn-black:active,
.btn.btn-black:focus,
.btn.btn-black:hover {
	background-color: #262626;
}

.btn.btn-black:active::after,
.btn.btn-black:focus::after,
.btn.btn-black:hover::after {
	background-color: #262626;
}

.btn.btn-black::after {
	background-color: #000;
}

.decor {
	position: relative;
}

.decor::after {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #49ab48;
}

.decor.left::after {
	right: 100%;
	left: -99999px;
}

.decor.right::after {
	left: 100%;
	right: -99999px;
}

a.decor:active::after,
a.decor:focus::after,
a.decor:hover::after {
	background-color: #337732;
}

.card {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 32px 20px;
	background-color: #000;
	height: 100%;
}

.card .card-body > :last-child {
	margin-bottom: 0;
}

.article-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	background-color: #fff;
	color: #000;
}

.article-card .card-image {
	background-size: cover;
	background-position: center center;
	padding-bottom: 46.4286%;
	background-color: #ccc;
}

.article-card .card-body {
	padding: 32px 16px;
}

.article-card .card-body > :last-child {
	margin-bottom: 0;
}

.article-card .card-body h3 {
	margin-bottom: .75em;
}

.article-card .card-body strong {
	letter-spacing: .02em;
}

.article-card .card-body > ul {
	line-height: 1.2;
}

.article-card .card-body > ul li {
	margin-bottom: .5em;
}

.article-card .card-body > ul li:before {
	font-weight: 900;
	font-size: 1.1em;
}

.stage-box {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	line-height: 1.55;
	max-width: 370px;
	margin: 0 auto;
}

.stage-box .image-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 80px;
	margin-bottom: 17px;
}

.card-solution {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	line-height: 1.25;
}

.card-solution h3 {
	margin-bottom: .2em;
}

.card-solution p:last-of-type {
	margin-bottom: 31px;
}

.card-solution .btn:last-child {
	margin-top: auto;
}

.card-platform .image-holder {
	height: 86px;
	margin-bottom: 44px;
}

.card-platform .card-body {
	width: 100%;
}

.tile {
	padding: 32px 20px;
	background-color: #262626;
}

.tile.wide .preview-post {
	line-height: 1.5;
}

.tile .tile-heading {
	display: block;
	background-color: #49ab48;
	padding: 5px 0 5px 24px;
	margin-left: -24px;
	margin-bottom: 20px;
}

.tile .tile-heading * {
	margin-bottom: 0;
}

.post-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #000;
}

.post-card.large {
	padding: 20px 16px;
}

.post-card.large .card-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 320px;
	flex: 0 0 320px;
	max-width: 320px;
	height: 320px;
	padding-bottom: 0;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.post-card.large .card-body {
	padding: 12px 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	letter-spacing: .015em;
}

.post-card.large .card-body > :last-child {
	margin-bottom: 0;
}

.post-card.large .card-body .card-subtitle {
	margin-bottom: .2em;
}

.post-card.large .card-body .card-title {
	margin-bottom: .8em;
}

.post-card.large .card-body .post-date {
	font-size: 17px;
	font-weight: 700;
}

.post-card.small .card-body {
	padding: 30px 8px;
}

.post-card .card-image {
	width: 100%;
	padding-bottom: 53.5%;
	background-size: cover;
	background-position: center center;
	background-color: #ccc;
}

.post-card .card-body {
	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-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 30px 20px;
	font-size: 17px;
	line-height: 1.2;
}

.post-card .card-body .card-title {
	margin-bottom: .9em;
}

.post-card .card-body h6.card-subtitle {
	font-size: 17px;
}

.post-card .card-body h6.card-subtitle + .card-title {
	margin-top: 14px;
}

.post-card .card-body .post-date {
	margin-bottom: 21px;
	color: #49ab48;
}

.post-card .card-body .card-title a,
.post-card .card-body .card-subtitle a {
	color: inherit;
}

.post-card .card-body .card-title a:hover,
.post-card .card-body .card-subtitle a:hover {
	color: #49ab48;
	text-decoration: none;
}

.panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #49ab48;
}

.panel .text-block {
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 794px;
	padding: 40px 33px 97px;
	margin: 0 auto;
	text-align: center;
}

.panel .text-block p:last-of-type {
	margin-bottom: 1.7em;
}

.panel .certificates-holder {
	background-color: #fff;
	padding: 0 10px 51px;
}

.panel .certificates-holder .certificates-logo-list {
	margin-top: -57px;
}

.panel-posts {
	background-color: #fff;
	color: #000;
}

.panel-posts .panel-heading {
	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;
	background-color: #f0f0f0;
	padding: 20px 10px 10px;
}

.panel-posts .panel-heading .panel-block {
	width: 100%;
	margin-bottom: 18px;
}

.panel-posts .panel-heading .panel-search-holder {
	width: 100%;
}

.panel-posts .panel-content {
	padding: 45px 12px 30px;
}

.panel-posts .panel-content .post-card-row {
	margin-bottom: -16px;
}

.panel-posts .panel-content .post-card-row .col {
	margin-bottom: 16px;
}

.panel-posts .panel-content .pagination {
	padding-top: 16px;
	margin-bottom: 0;
}

.panel-posts .navigation a,
.panel-posts .navigation-comments a {
	color: #000;
}

.panel-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.panel-block label {
	font-weight: 700;
	letter-spacing: .01em;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	line-height: 1.1;
	margin-right: auto;
	padding-right: 10px;
}

.panel-block .panel-search,
.panel-block .select-holder {
	width: 100%;
	max-width: 175px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.viewport-section-animation {
	-webkit-transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
	transition: opacity .6s ease-in-out, -webkit-transform .6s ease-in-out;
	transition: opacity .6s ease-in-out, transform .6s ease-in-out;
	transition: opacity .6s ease-in-out, transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
	opacity: 0;
}

.viewport-section-animation.from-left {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.viewport-section-animation.from-right {
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.viewport-section-animation.from-bottom {
	-webkit-transform: translateY(20%);
	-ms-transform: translateY(20%);
	transform: translateY(20%);
}

.viewport-section-animation.in-viewport {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	opacity: 1;
}

@media (min-width: 375px) {
	.panel-block .panel-search,
	.panel-block .select-holder {
		max-width: 200px;
	}
}

@media (min-width: 480px) {
	.widget select {
		width: 230px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: 0 16px;
	}

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

	.container {
		padding-left: 30px;
		padding-right: 30px;
	}

	.row .col.col-sm-4 {
		width: 33.3333%;
	}

	.row .col.col-sm-5 {
		width: 41.6666%;
	}

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

	.row .col.col-sm-7 {
		width: 58.3333%;
	}

	.row .col.col-sm-8 {
		width: 66.6667%;
	}

	.cta-block .text-holder {
		padding: 41px 31px 60px;
	}

	.cta-block .text-holder .heading {
		font-size: 39px;
	}

	#header .flex-holder {
		padding-left: 34px;
		padding-right: 36px;
	}

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

	.main-nav.accordion {
		letter-spacing: .02em;
	}

	.main-nav.accordion li a {
		padding-left: 38px;
		padding-right: 38px;
	}

	.main-nav.accordion .opener {
		padding-right: 44px;
	}

	.main-nav.accordion .opener::after {
		right: 28px;
	}

	.intro-slide .text-box {
		font-size: 21px;
		padding-left: 16px;
	}

	.card {
		padding: 38px;
	}

	.article-card .card-body {
		padding: 43px 34px 48px;
	}

	.card-platform {
		padding: 40px 60px 46px;
	}

	.tile {
		padding: 52px 34px;
	}

	.post-card.large {
		padding: 44px 33px 7px;
	}

	.post-card.large .card-body {
		padding: 28px 0;
	}

	.post-card.large .card-body .post-date {
		letter-spacing: .045em;
		margin-bottom: 34px;
	}

	.post-card.small .card-body {
		padding: 35px 10px 20px;
	}

	.post-card .card-body {
		padding: 37px 36px 21px;
	}

	.panel .text-block {
		padding-top: 68px;
	}

	.panel .certificates-holder {
		padding-left: 46px;
		padding-right: 46px;
	}

	.panel-posts .panel-heading {
		padding: 28px 32px 8px 28px;
	}

	.panel-posts .panel-content {
		padding: 45px 24px 51px;
	}

	.panel-block .panel-search,
	.panel-block .select-holder {
		max-width: 274px;
	}
}

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

	.navigation-single .next,
	.navigation-single .prev {
		max-width: 48%;
	}

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

	.slick-dots {
		bottom: 54px;
	}

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

	.row .col.col-md-4 {
		width: 33.3333%;
	}

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

	.row .col.col-md-9 {
		width: 75%;
	}

	.row .col.col-md-11 {
		width: 91.6666%;
	}

	.content-section {
		padding-bottom: 64px;
	}

	.bg-gradient-section .bg-gradient img {
		position: static;
		width: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.article-card-section {
		padding-top: 33px;
		padding-bottom: 21px;
	}

	.panel-posts-section {
		padding-top: 17px;
	}

	.panel-posts-section + .cta-section {
		margin-top: -32px;
	}

	.cta-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.cta-block .background-image {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 50%;
	}

	.cta-block .background-image img {
		object-fit: cover;
		height: 100%;
		object-position: center;
	}

	.cta-block .background-image::after {
		content: "";
	}

	.cta-block .text-holder {
		width: 85%;
		padding: 24px 66px;
	}

	#footer {
		padding-top: 26px;
		padding-bottom: 80px;
		text-align: left;
	}

	.copyright {
		max-width: none;
	}

	.footer-search-holder {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.footer-search-holder label {
		margin-right: 18px;
		margin-bottom: 0;
	}

	.intro-slide .text-box {
		padding-left: 0;
	}

	.intro-section .intro-block br {
		display: none;
	}

	.article-card {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.article-card.right-side {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.article-card .card-image {
		padding-bottom: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 37.4183%;
		flex: 0 0 37.4183%;
	}

	.article-card .card-body {
		padding: 40px 32px;
	}

	.stage-box .image-holder {
		margin-bottom: 22px;
	}

	.card-platform {
		padding: 46px 46px 73px;
	}

	.card-platform .image-holder {
		margin-bottom: 40px;
	}

	.post-card.large {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 28px 16px;
	}

	.post-card.large .card-body {
		padding: 20px 16px;
	}

	.post-card.small .card-body {
		padding: 35px 12px 20px;
	}

	.post-card .card-body {
		padding: 24px;
	}

	.panel .text-block {
		padding: 82px 33px 103px;
	}

	.panel .certificates-holder .certificates-logo-list {
		margin-top: -74px;
	}

	.panel-posts .panel-heading {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.panel-posts .panel-heading .panel-block {
		margin-left: 10px;
		margin-right: 10px;
		width: auto;
	}

	.panel-posts .panel-content {
		padding: 45px 42px 29px;
	}

	.panel-posts .panel-content .post-card-row {
		margin-left: -42px;
		margin-right: -42px;
	}

	.panel-block label {
		margin-right: 4px;
	}

	.panel-block .panel-search,
	.panel-block .select-holder {
		width: 289px;
		max-width: initial;
	}
}

@media (min-width: 1024px) {
	#main {
		padding-top: 175px;
	}

	#main > .intro-section:first-child {
		margin-top: -175px;
	}

	.row .col.col-lg-2 {
		width: 16.6667%;
	}

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

	.row .col.col-lg-4 {
		width: 33.3333%;
	}

	.row .col.col-lg-5 {
		width: 41.6667%;
	}

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

	.row .col.col-lg-7 {
		width: 58.3333%;
	}

	.row .col.col-lg-8 {
		width: 66.6667%;
	}

	.row .col.col-lg-9 {
		width: 75%;
	}

	.row .col.col-lg-10 {
		width: 83.3333%;
	}

	.row .col.col-lg-11 {
		width: 91.6666%;
	}

	.d-none-lg {
		display: none;
	}

	.content-section {
		padding-top: 124px;
		padding-bottom: 72px;
	}

	.section-heading {
		margin-bottom: 41px;
	}

	.stages-holder {
		margin-bottom: 20px;
	}

	.bg-gradient-section.bottom {
		padding-bottom: 118px;
	}

	.fullscreen-section {
		min-height: calc(100vh - 126px);
	}

	.cta-block .background-image::after {
		width: 50%;
	}

	.cta-block .text-holder {
		width: 70%;
	}

	#header {
		min-height: 126px;
		background-color: transparent;
		padding: 11px 0 16px;
	}

	#header.fixed-position {
		background-color: #000;
	}

	#header .flex-holder {
		padding-left: 10px;
		padding-right: 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#header .nav-opener-holder {
		display: none;
	}

	#header .top-nav {
		margin-bottom: 16px;
	}

	#header .main-nav-drop {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 calc(100% - 220px);
		flex: 0 1 calc(100% - 220px);
		margin-left: auto;
	}

	.main-nav-drop {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.main-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		font-size: 17px;
		margin: 0 -8px -8px;
	}

	.main-nav .main-nav-btn {
		margin-left: 10px;
	}

	.main-nav > li {
		margin: 0 8px 8px;
	}

	.main-nav .slide::before {
		content: "";
	}

	.main-nav .slide {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		position: absolute;
		background-color: #fff;
		opacity: 0;
		visibility: hidden;
		top: calc(100% + 24px);
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 1;
	}

	.main-nav .slide a {
		color: #000;
	}

	.main-nav .holder-slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.main-nav .holder-slide .add-nav {
		width: 238px;
		padding: 30px 16px;
	}

	.main-nav .holder-slide .add-nav:nth-child(even) {
		background-color: #f0f0f0;
	}

	.main-nav.accordion li a {
		display: inline-block;
		padding: 0;
		font-weight: 400;
	}

	.main-nav.accordion li ul ul a {
		font-weight: 500;
	}

	.main-nav.accordion > li.active > a {
		font-weight: 900;
		letter-spacing: .04em;
	}

	.main-nav.accordion .opener {
		padding-right: 0;
	}

	.main-nav.accordion .opener::after {
		content: none;
	}

	.add-nav li {
		line-height: 1.25;
		margin-bottom: 19px;
	}

	.add-nav li .inner-nav {
		margin-top: -13px;
	}

	.add-nav li.active > a {
		color: #49ab48;
	}

	.inner-nav li {
		margin-bottom: 7px;
	}

	.top-nav {
		width: 100%;
		font-size: 14px;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
	}

	.search-wrapper {
		top: calc(100% + 12px);
	}

	.search-opener:hover,
	.search-opener:focus,
	.language-select-opener:hover,
	.language-select-opener:focus {
		color: #49ab48;
	}

	.language-select-opener > span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.language-select-opener > .icon {
		display: none;
	}

	.language-select-wrapper {
		right: 0;
	}

	.language-select-wrapper::before {
		right: 30px;
	}

	.language-list a {
		margin-bottom: 6px;
	}

	#footer .flex-holder .social-networks-list {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
		margin-left: auto;
	}

	#footer .flex-holder .footer-search-holder {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#footer .flex-holder .footer-nav-holder {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 80%;
		flex: 0 1 80%;
		margin-left: auto;
	}

	#footer .flex-holder .footer-nav-holder .footer-nav {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
	}

	#footer .logo {
		margin-right: 21px;
		margin-bottom: 0;
	}

	#footer .footer-nav-holder {
		margin-bottom: 0;
		margin-top: 4px;
	}

	#footer .copyright {
		margin-bottom: 0;
		margin-top: 18px;
	}

	#footer .social-networks-list {
		margin-top: 18px;
	}

	#footer .footer-search-holder {
		margin-top: 20px;
	}

	.intro-slide > .flex-holder {
		padding-top: 132px;
		padding-bottom: 132px;
	}

	.intro-slide .text-box {
		margin-left: auto;
		width: 50%;
	}

	.intro-section .intro-block {
		padding-top: 130px;
		padding-bottom: 18px;
		min-height: 400px;
	}

	.intro-section .intro-block > .container {
		padding-left: 56px;
		padding-right: 56px;
	}

	.post-intro-section + .title-post-section {
		margin-top: -173px;
	}

	.post-intro-section .intro-text-block {
		padding-top: 47px;
		padding-bottom: 45px;
		min-height: 224px;
	}

	.post-intro-section .intro-text-block .text-holder {
		max-width: 1174px;
		padding-left: 22px;
	}

	.main-nav-btn {
		-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;
		display: inline-block;
		padding: 5px 12px !important;
		font-size: 16px;
		line-height: 1.3125;
		text-align: center;
		font-weight: 500 !important;
		background-color: #49ab48;
		color: #fff;
		border: none;
		text-decoration: none;
		text-transform: capitalize;
		min-width: 127px;
	}

	.main-nav-btn:active,
	.main-nav-btn:focus,
	.main-nav-btn:hover {
		text-decoration: none;
		background-color: #337732;
	}

	.card {
		padding: 53px 44px 57px;
	}

	.tile.wide {
		padding-left: 58px;
		padding-right: 58px;
	}

	.post-card.large {
		padding: 28px 27px 31px;
	}

	.post-card.large .card-body {
		padding: 10px 44px;
	}

	.panel .certificates-holder {
		padding: 0 88px 35px;
	}
}

@media (min-width: 1024px) and (max-width: 1439px) {
	.main-nav > li:first-child .slide {
		left: -16px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.main-nav > li:first-child .slide::before {
		left: 46px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@media (min-width: 1024px) and (max-width: 1599px) {
	.main-nav > li:nth-child(n + 5) .slide {
		right: -16px;
		left: initial;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.main-nav > li:nth-child(n + 5) .slide::before {
		right: 50px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: initial;
	}
}

@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 84px;
	}

	#header .flex-holder .logo {
		top: -4px;
	}

	.article-card .card-body {
		padding: 66px 53px 63px;
	}

	.tile {
		padding: 44px 40px 35px 48px;
	}

	.post-card .card-body {
		padding: 35px 30px 40px;
	}
}

@media (min-width: 1366px) {
	.row .col.col-xl-3 {
		width: 25%;
	}

	.row .col.col-xl-2 {
		width: 16.6666%;
	}

	.stages-holder .stages-holder-row .col-xl-2 {
		width: 18%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.solutions-row .col-lg-5 {
		width: 44.4% !important;
		padding-left: 22px !important;
		padding-right: 22px !important;
	}

	.card-platform-row .col-lg-4 {
		width: 31.46% !important;
		padding-left: 21px !important;
		padding-right: 21px !important;
	}

	.main-nav .holder-slide .add-nav {
		width: 260px;
		padding: 37px 20px 22px 33px;
	}

	#footer .flex-holder .footer-search-holder {
		width: auto;
		margin-left: auto;
	}

	#footer .flex-holder .footer-nav-holder {
		margin-left: 0;
		-ms-flex-preferred-size: 62%;
		flex-basis: 62%;
	}

	#footer .flex-holder .footer-nav-holder .footer-nav {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}

	#footer .logo {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	#footer .footer-nav-holder {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	#footer .footer-search-holder {
		margin-top: 0;
		max-width: 350px;
	}

	.panel-posts .panel-content .post-card-row .col {
		padding: 0 42px;
	}
}

@media (min-width: 1440px) {
	#header .flex-holder {
		padding-left: 48px;
		padding-right: 32px;
	}

	.main-nav .holder-slide .add-nav {
		width: 284px;
	}

	.language-select-wrapper {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		right: initial;
	}

	.language-select-wrapper::before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		right: initial;
	}
}

@media (min-width: 1600px) {
	.main-nav > li:nth-child(n + 6) .slide {
		right: -16px;
		left: initial;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.main-nav > li:nth-child(n + 6) .slide::before {
		right: 50px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: initial;
	}
}

@media (max-width: 1365px) {
	#footer .flex-holder .footer-search-holder {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
}

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

	.d-none-lg-down {
		display: none;
	}

	#header .top-nav {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		opacity: 0;
		visibility: hidden;
		margin-left: auto;
	}

	.main-nav-drop {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		z-index: 10;
		opacity: 0;
		visibility: hidden;
		overflow-x: hidden;
		overflow-y: auto;
		height: calc(100vh - 98px);
		background-color: #49ab48;
		padding-bottom: 60px;
	}

	.main-nav.accordion li.active {
		background-color: #337732;
	}

	.main-nav.accordion li.active .opener::after {
		content: "";
	}

	.main-nav.accordion li ul {
		font-size: 19px;
	}

	.main-nav.accordion li ul a {
		padding-top: 9px;
		padding-bottom: 9px;
		line-height: 1.36;
	}

	.main-nav.accordion li ul ul {
		padding-bottom: 16px;
	}

	.main-nav.accordion > li {
		border-bottom: 1px solid rgba(255, 255, 255, .6);
	}

	.main-nav.accordion .slide {
		padding-top: 9px;
		padding-bottom: 30px;
	}

	.add-nav li.active > a {
		text-decoration: underline;
	}

	.add-nav li.active > a:before {
		text-decoration: none;
	}

	.inner-nav li.active > a {
		text-decoration: underline;
	}

	.top-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.top-nav li {
		line-height: 1;
	}

	#footer .flex-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#footer .social-networks-list {
		margin-bottom: 4px;
	}

	.decor.left-sm::after {
		right: 100% !important;
		left: -99999px !important;
	}

	.panel .text-block .btn {
		margin-left: auto;
	}
}

@media (max-width: 767px) {
	.cta-block .text-holder .heading {
		display: inline;
		margin-right: 4px;
	}
}

@media (max-width: 479px) {
	.panel .certificates-holder .certificates-logo-list li {
		margin-left: 4px;
		margin-right: 4px;
	}
}

