/*
Theme Name: Base
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 < 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;
}

.intro-section .intro-info ul,
.cards-section .card-view-list,
.info-list,
#footer .contacts-list,
#footer .footer-nav,
.social-networks,
.nav,
.user-block .user-drop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single: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: #2f343f;
	background: #fff;
	font: 14px/1.89 "AvenirNext", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 500;
}

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

blockquote {
	border-left: 4px solid #6c6f76;
	padding-left: .5em;
	margin-left: 1.89em;
}

th,
td {
	border: 1px solid #6c6f76;
	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 #6c6f76;
	padding: .4em .7em;
}

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

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

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

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

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

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

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

.widget {
	margin-bottom: 1.89em;
}

.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: #000;
	color: #fff;
	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.89em;
}

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

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

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

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

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

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

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

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

.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: #000;
	color: #fff;
	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.89em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	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 #6c6f76;
	padding: .4em;
	margin-bottom: 1.89em;
}

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

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

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

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

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

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

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

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Noe Display", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #4178b7;
}

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

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.ttf?qi9c1b") format("truetype"), url("fonts/icomoon.woff?qi9c1b") format("woff"), url("fonts/icomoon.svg?qi9c1b#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"],
.user-block .user-circle:after {
	/* 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-arrow-down:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

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

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

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

@font-face {
	font-family: "Noe Display";
	src: url("fonts/noe_display_regular-webfont.woff") format("woff"), url("fonts/noe_display_regular-webfont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AvenirNext";
	src: url("fonts/AvenirNextLTPro-UltLt.woff") format("woff"), url("fonts/AvenirNextLTPro-UltLt.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "AvenirNext";
	src: url("fonts/3999FC_1_0.woff") format("woff"), url("fonts/3999FC_1_0.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AvenirNext";
	src: url("fonts/3999FC_0_0.woff") format("woff"), url("fonts/3999FC_0_0.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AvenirNext";
	src: url("fonts/AvenirNextLTPro-Medium.woff") format("woff"), url("fonts/AvenirNextLTPro-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "AvenirNext";
	src: url("fonts/AvenirNextLTPro-Demi.woff") format("woff"), url("fonts/AvenirNextLTPro-Demi.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "AvenirNext";
	src: url("fonts/39D300_0_0.woff") format("woff"), url("fonts/39D300_0_0.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 4px;
	width: 8px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 3px solid #777;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

/* common custom form elements styles */

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

.intro-section {
	position: relative;
	padding: 50px 0 60px;
}

.intro-section .intro-heading {
	position: relative;
	margin: 0 0 36px;
}

.intro-section .intro-heading:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: #faaf3a;
	height: 3px;
	width: 35%;
}

.intro-section .holder-block {
	position: relative;
}

.intro-section .h1,
.intro-section h1 {
	margin-bottom: 36px;
	line-height: 1.31;
}

.intro-section .text-holder {
	font-size: 19px;
	letter-spacing: -.1px;
	margin-bottom: 10px;
	padding-right: 30px;
}

.intro-section .intro-info {
	font-size: 24px;
	line-height: 1.2;
	padding: 17px 0 28px;
}

.intro-section .intro-info ul li {
	margin: 0 0 23px;
}

.intro-section .intro-info mark {
	background: transparent;
	font-weight: 700;
	color: #faaf3a;
}

.intro-section.intro-small {
	min-height: 250px;
	margin-bottom: 50px;
}

.intro-section.intro-small:before {
	min-height: 250px;
}

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

.decor-image {
	position: absolute;
	right: -85px;
	top: 55px;
	width: 200px;
	z-index: -1;
}

.statistics-section {
	padding: 50px 0 90px;
}

.statistics-section .content-block {
	margin-bottom: 50px;
}

.statistics-section .h3,
.statistics-section h3 {
	margin-bottom: 30px;
}

.statistics-section .report-day {
	margin-bottom: 65px;
}

.statistics-section .report-day table {
	margin: 0;
}

.statistics-section .report-day table th,
.statistics-section .report-day table td {
	border: 0;
	font-weight: 300;
	padding: 0;
	display: block;
	text-align: left;
}

.statistics-section .report-day table tr {
	display: block;
}

.statistics-section .report-day table .col-1 {
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1.1px;
	margin-bottom: 10px;
	color: #2f343f;
}

.statistics-section time,
.statistics-section .rating-number {
	display: block;
	text-transform: uppercase;
}

.statistics-section time {
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 1.1px;
	margin-bottom: 10px;
}

.statistics-section .rating-number {
	font-size: 60px;
	font-weight: 300;
	line-height: 1;
	position: relative;
}

.statistics-section .rating-number:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 75px;
	background: #d3dce4;
	left: 0;
	bottom: -30px;
}

.statistics-section .link-holder {
	margin-bottom: 17px;
}

.statistics-section .link-holder a {
	color: #3f5666;
	font-weight: 400;
}

.statistics-section .link-holder a:hover {
	color: #faaf3a;
}

.statistics-section .link-holder [class^="icon-"] {
	vertical-align: middle;
	margin-left: 5px;
}

.statistics-section .schedule-text {
	text-transform: uppercase;
	margin-bottom: 25px;
	letter-spacing: 1.1px;
	font-size: 12px;
}

.statistics-section .period {
	margin-right: 35px;
	position: relative;
}

.statistics-section .period:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 26px;
	background: #d9dfe5;
	right: -25px;
	bottom: -5px;
}

.statistics-section .income {
	color: #8d929e;
}

.statistics-section .income .text-blue {
	margin-left: 5px;
}

.statistics-section .img-holder .igsv-chart svg > rect {
	fill: none;
}

.information-of-company-section {
	padding: 60px 0;
}

.information-of-company-section:last-child {
	padding-bottom: 30px;
}

.information-of-company-section .text-frame {
	margin-bottom: 50px;
}

.information-of-company-section .text-holder {
	font-size: 15px;
}

.information-of-company-section .text-holder p {
	margin-bottom: 10px;
}

.information-of-company-section .more {
	font-size: 10px;
	letter-spacing: 1px;
}

.information-of-company-section .img-holder {
	text-align: center;
}

.sign-up-block {
	padding: 100px 0 80px;
}

.sign-up-block .heading-frame:before {
	top: -35px;
}

.sign-up-block .h2,
.sign-up-block h2 {
	margin-bottom: 20px;
}

.cards-section {
	padding: 63px 0 35px;
}

.cards-section .card-view-list {
	display: none;
}

.cards-section .card-view-list li {
	margin-right: 10px;
}

.cards-section .card-view-list a,
.cards-section .card-view-list .view {
	padding: 11px 12px 10px;
	color: #8d929e;
}

.cards-section .card-view-list a {
	border-radius: 20px;
}

.cards-section .card-view-list a:hover {
	color: #faaf3a;
}

.cards-section .card-view-list a.active {
	background: #faaf3a;
	color: #fff;
}

.cards-section .cards-holder {
	margin-bottom: 45px;
}

.cards-section .col {
	margin-bottom: 20px;
}

.article-block {
	border: 1px solid #e5e8ef;
}

.article-block .img-block {
	border-bottom: 1px solid #e5e8ef;
	text-align: center;
}

.article-block .img-block a {
	display: block;
}

.article-block .text-frame {
	padding: 20px 20px 0 20px;
}

.article-block .block-title {
	font-weight: 600;
	display: block;
	margin: 0 0 10px;
}

.article-block .block-title a {
	color: #2f343f;
}

.article-block .info-list {
	margin: 0 0 22px;
}

.article-block .text-block {
	margin: 0 0 15px;
}

.article-block .text-block a {
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: .22em;
	text-transform: uppercase;
}

.article-block .text-block p {
	display: inline;
}

.info-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 10px;
	line-height: 1;
	color: #6c6f76;
	margin: 0 0 16px;
	letter-spacing: .22em;
}

.info-list li:before {
	content: "|";
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	font-size: 8px;
}

.info-list li:first-child:before {
	display: none;
}

.info-list li a {
	color: #6c6f76;
}

.info-list li a:hover {
	color: #faaf3a;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.cards-details-section {
	padding: 20px 0 25px;
}

.cards-details-section .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.cards-details-section .nav-previous,
.cards-details-section .nav-next {
	width: 100%;
	background: #eff4f9;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 1.5px;
}

.cards-details-section .nav-previous a,
.cards-details-section .nav-next a {
	display: block;
	padding: 36px 30px;
}

.cards-details-section .nav-previous {
	margin-bottom: 5px;
}

.cards-details-section .nav-previous [class^="icon-"] {
	margin-right: 5px;
}

.cards-details-section .nav-next {
	text-align: right;
}

.cards-details-section .nav-next [class^="icon-"] {
	margin-left: 5px;
}

.singl-article .article-heading {
	padding: 7px 0 38px;
}

.singl-article .article-heading h2,
.singl-article .article-heading .h2 {
	line-height: 1.1;
	letter-spacing: .8px;
}

.singl-article .article-content {
	margin: 0 0 35px;
}

.weekly-nav-section {
	padding: 30px 0;
}

.weekly-nav-section .load-more {
	padding: 18px 29px;
}

.weekly-nav-feed {
	margin-bottom: 35px;
}

.weekly-nav-feed .feed-row {
	padding: 10px 17px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.weekly-nav-feed .feed-row:nth-of-type(odd) {
	background: #eff4f9;
}

.weekly-nav-feed .feed-row .date {
	max-width: 252px;
	padding-right: 17px;
	width: 65%;
}

.weekly-nav-feed .feed-row .rate {
	width: 35%;
}

.weekly-nav-feed .feed-row.title-row {
	padding: 10px 0;
	background: #fff;
	font-size: 30px;
	border-bottom: 1px solid #eff4f9;
	border-top: 1px solid #eff4f9;
	margin: 3px 0;
}

.weekly-nav-feed .feed-row.title-row:first-of-type {
	border-top: 0;
}

.weekly-nav-feed table {
	width: 100%;
}

.weekly-nav-feed table th,
.weekly-nav-feed table td {
	border: none;
}

.weekly-nav-feed table th {
	text-align: left;
	font-weight: normal;
}

.weekly-nav-feed table .col-1 {
	min-width: 120px;
	padding-right: 17px;
	width: 50%;
}

.weekly-nav-feed table tbody tr:nth-child(odd) {
	background: #eff4f9;
}

.settings-section {
	padding: 20px 0 26px;
}

.settings-section h2,
.settings-section .h2 {
	margin-bottom: 43px;
}

.settings-section h3,
.settings-section .h3 {
	border-bottom: 1px solid rgba(229, 232, 239, .7);
	padding-bottom: 7px;
	margin-bottom: 35px;
}

.notifications-form {
	margin-bottom: 57px;
}

.notifications-form .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 22px;
}

.notifications-form .jcf-checkbox {
	margin-right: 12px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.notifications-form label {
	font-size: 15px;
	line-height: 1.5;
}

.notifications-form label strong {
	font-weight: 600;
}

.account-form input {
	width: 100%;
	margin-bottom: 18px;
	padding: 5px 17px !important;
}

.account-form .input-holder {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(229, 232, 239, .7);
	margin-bottom: 30px;
}

.account-form .btn {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	background: #fff;
	padding: 17px 19px;
}

.wppb-user-forms ul li {
	padding-bottom: 22px !important;
}

.wppb-user-forms .form-submit input {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	color: #4178b7;
	border: 2px solid #4178b7;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: .22em;
	padding: 17px 26px;
	text-transform: uppercase;
	background: #fff;
}

.wppb-user-forms .form-submit input:hover {
	background: #4178b7;
	color: #fff;
}

.wppb-form-field input {
	width: 100%;
	padding: 5px 17px !important;
	border-radius: 0 !important;
	border-color: #e0e3eb !important;
}

.wppb-form-field.wppb-default-username {
	display: none;
}

#select_user_to_edit_form .select2-container--default .select2-selection--single {
	padding: 5px 17px;
	border-radius: 0;
	border-color: #e0e3eb;
	outline: none;
	height: 48px;
}

#select_user_to_edit_form .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
}

#select_user_to_edit_form .select2-selection__arrow {
	bottom: 0;
	height: 100%;
}

#select_user_to_edit_form .wppb-form-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#select_user_to_edit_form .wppb-form-field > span {
	width: 100% !important;
	margin-left: 10px;
}

.popup-holder {
	display: none;
}

.fancybox-content {
	padding: 50px 20px;
	width: 100%;
	max-width: 637px;
	border-radius: 5px;
}

.fancybox-content .fancybox-close-small {
	padding: 0;
	right: 20px;
	top: 20px;
	color: #b1bccb;
}

.fancybox-content .form-holder {
	text-align: center;
	max-width: 380px;
	margin: 0 auto;
}

.fancybox-content .form-holder h2 {
	line-height: 2.1;
	margin-bottom: 0;
}

.fancybox-content .form-holder p {
	margin-bottom: 30px;
}

.fancybox-content .form-holder .notification {
	font-size: 15px;
}

.fancybox-content .form-holder .notification a {
	font-size: 10px;
	margin-left: 5px;
	font-weight: 600;
}

.fancybox-content .form-holder .notification p {
	margin-bottom: 10px;
}

.fancybox-content .tml {
	border-bottom: 1px solid #eff4f9;
	padding-bottom: 23px;
	margin-bottom: 35px;
}

.fancybox-content .tml-field-wrap {
	margin-bottom: 17px;
	text-align: left;
}

.fancybox-content .tml-field-wrap input[type="text"],
.fancybox-content .tml-field-wrap input[type="tel"],
.fancybox-content .tml-field-wrap input[type="email"],
.fancybox-content .tml-field-wrap input[type="search"],
.fancybox-content .tml-field-wrap input[type="password"],
.fancybox-content .tml-field-wrap textarea {
	width: 100%;
}

.fancybox-content .tml-pwd-wrap {
	position: relative;
}

.fancybox-content .tml-pwd-wrap input {
	padding-right: 72px;
}

.fancybox-content .tml-pwd-wrap .tml-lostpassword-link {
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	top: 50%;
	right: 13px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fancybox-content .tml-label a {
	text-decoration: underline;
}

.fancybox-content .tml-button {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, border-radius .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, border-radius .3s ease-in-out;
	outline: none;
	width: 100%;
	color: #4178b7;
	background: #fff;
	border: 2px solid #4178b7;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: .22em;
	padding: 17px 26px;
	text-transform: uppercase;
}

.fancybox-content .tml-button:hover {
	background: #4178b7;
	color: #fff;
}

#signup-form .fields-block {
	margin-bottom: 20px;
}

#signup-form .checkboxes-block {
	margin-bottom: 30px;
}

#signup-form .checkboxes-block .tml-field-wrap {
	margin-bottom: 11px;
}

#login-form .fields-block {
	margin-bottom: 25px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	height: 48px;
	border-color: #e0e3eb;
	outline: none;
	padding: 5px 12px;
	border-width: 1px;
	line-height: 2.57;
}

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

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: rgba(141, 146, 158, .6);
	font-size: 14px;
	line-height: 38px;
}

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: rgba(141, 146, 158, .6);
	font-size: 14px;
	line-height: 38px;
}

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: rgba(141, 146, 158, .6);
	font-size: 14px;
	line-height: 38px;
}

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: rgba(141, 146, 158, .6);
	font-size: 14px;
	line-height: 38px;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: rgba(141, 146, 158, .6);
	font-size: 14px;
	line-height: 38px;
}

.jcf-checkbox {
	width: 17px;
	height: 17px;
	border: 1px solid #e0e3eb;
	margin: 0 6px 0 0;
}

.jcf-checkbox input {
	cursor: pointer;
}

.jcf-checkbox span {
	margin: -4px 0 0 -5px;
	height: 6px;
	width: 10px;
	margin: -7px 0 0 -6px;
	border: 3px solid #faaf3a;
	border-width: 0 0 2px 2px;
}

.jcf-checked {
	border-color: #faaf3a;
}

#wppb-login-wrap .login-username input {
	width: 100% !important;
}

#loginform input {
	padding: 5px 17px;
	line-height: 2.57;
}

#loginform .login-submit input {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	color: #4178b7;
	border: 2px solid #4178b7;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: .22em;
	padding: 17px 26px;
	text-transform: uppercase;
	background: #fff;
	width: 100%;
}

#loginform .login-submit input:hover {
	background: #4178b7;
	color: #fff;
}

#wppb-register-user .form-submit input {
	width: 100%;
}

.wppb-user-forms label[for="bcap-owner"],
.wppb-user-forms label[for="updates-sing-up "] {
	display: none;
}

.wppb-user-forms .wppb-checkboxes li {
	padding: 0 !important;
}

.wppb-user-forms ul {
	text-align: left;
}

.wppb-user-forms ul .wppb-gdpr-checkbox label {
	display: block;
}

.wppb-user-forms ul .wppb-gdpr-checkbox label a {
	text-decoration: underline;
}

.wppb-user-forms ul .wppb-gdpr-checkbox label .wppb-required {
	display: none;
}

.wppb-user-forms ul li {
	padding-bottom: 16px !important;
}

.wppb-user-forms .form-submit input[type="submit"] {
	width: 100%;
}

#wppb-edit-user-profile .wppb-checkbox > label {
	display: none;
}

#wppb-edit-user-profile .wppb-checkboxes .jcf-checkbox {
	float: left;
	margin: 4px 6px 0 0;
}

#wppb-edit-user-profile .wppb-checkboxes label {
	display: block;
	overflow: hidden;
}

#footer {
	padding: 25px 0;
	position: relative;
	z-index: 1;
}

#footer .logo {
	width: 100%;
	text-align: center;
	margin: 0 0 15px;
	z-index: 50;
}

#footer .wrap {
	width: 100%;
}

#footer .nav-social-holder {
	width: 100%;
}

#footer .contacts-list {
	font-size: 12px;
	margin-bottom: 15px;
	font-weight: normal;
	width: 100%;
}

#footer .contacts-list [class^="icon-"] {
	margin-right: 7px;
}

#footer .contacts-list li:first-child {
	margin-bottom: 20px;
}

#footer .contacts-list li a {
	color: #8c94a5;
}

#footer .contacts-list li a:hover {
	color: #4178b7;
}

#footer address {
	font-style: normal;
	color: #8c94a5;
	margin-bottom: 0;
}

#footer .footer-nav {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: .22em;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}

#footer .footer-nav li {
	padding: 0 0 20px;
}

#footer .footer-nav li a {
	color: #8c94a5;
}

#footer .footer-nav li a:hover {
	color: #4178b7;
}

#footer .social-networks {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 26px;
	margin: 0 -5px;
}

.social-networks li {
	padding: 0 5px;
}

.social-networks li a {
	color: #2f343f;
}

.social-networks li a:hover {
	color: #4178b7;
}

#header {
	padding: 30px 0;
}

#header .header-holder {
	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: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.logo {
	display: block;
	position: relative;
	z-index: 100;
}

.logo img {
	width: 192px;
}

.nav {
	font-weight: 700;
	letter-spacing: .22em;
	text-transform: capitalize;
}

.nav li {
	padding: 0 0 20px;
}

.nav li.active a:before {
	opacity: 1;
	visibility: visible;
}

.nav li a {
	color: #2f343f;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.nav li a:before {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #faaf3a;
	opacity: 0;
	visibility: hidden;
}

.nav li a:hover {
	color: #2f343f;
}

.nav li a:hover:before {
	opacity: 1;
	visibility: visible;
}

.header-nav li {
	padding: 10px 18px;
}

.menu {
	position: relative;
	z-index: 10;
	width: 67%;
}

.nav-opener {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	display: block;
	position: absolute;
	right: 15px;
	top: 42px;
	width: 33px;
	height: 31px;
	text-indent: -9999px;
	z-index: 12;
}

.nav-opener:hover:after,
.nav-opener:hover:before,
.nav-opener:hover span {
	background: #faaf3a;
}

.nav-opener:after,
.nav-opener:before,
.nav-opener span {
	-webkit-transition: background .3s ease-in-out, top .25s ease-in-out .3s, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, top .25s ease-in-out .3s, -webkit-transform .3s ease-in-out;
	transition: background .3s ease-in-out, transform .3s ease-in-out, top .25s ease-in-out .3s;
	transition: background .3s ease-in-out, transform .3s ease-in-out, top .25s ease-in-out .3s, -webkit-transform .3s ease-in-out;
	content: "";
	position: absolute;
	background: #2f343f;
	height: 3px;
	left: 0;
	right: 0;
}

.nav-opener:after {
	top: 0;
}

.nav-opener span {
	-webkit-transition: opacity .3s ease-in-out, background .3s ease-in-out;
	transition: opacity .3s ease-in-out, background .3s ease-in-out;
	top: 12px;
}

.nav-opener:before {
	top: 24px;
}

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

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	top: 12px;
	-webkit-transition: background .3s ease-in-out, top .25s, -webkit-transform .3s ease .3s;
	transition: background .3s ease-in-out, top .25s, -webkit-transform .3s ease .3s;
	transition: background .3s ease-in-out, top .25s, transform .3s ease .3s;
	transition: background .3s ease-in-out, top .25s, transform .3s ease .3s, -webkit-transform .3s ease .3s;
}

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

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

.user-block.active .user-circle {
	border: 1px solid #faaf3a;
}

.user-block .user-drop:after {
	content: "";
	position: absolute;
	bottom: 100%;
	height: 10px;
	left: 0;
	right: 0;
}

.user-block .user-drop ul {
	font-weight: 600;
	font-size: 10px;
	line-height: 1.2;
	color: #4178b7;
}

.user-block .user-drop ul li {
	margin-bottom: 24px;
}

.user-block .user-drop ul li:last-child {
	margin-bottom: 0;
}

.user-block .user-circle {
	width: 36px;
	height: 36px;
	display: block;
	border: 1px solid #c4c4c4;
	border-radius: 50%;
	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;
	overflow: hidden;
	font-size: 13px;
	color: #2f343f;
	margin: 0 18px 0 0;
}

.user-block .user-circle:after {
	content: "";
	position: absolute;
	right: -3px;
	font-size: 16px;
}

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

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

.container {
	max-width: 1035px;
	padding: 0 15px;
	margin: 0 auto;
}

a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, border-radius .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out, border-radius .3s ease-in-out;
	text-decoration: none;
	font-weight: 600;
}

a:hover {
	color: #faaf3a;
}

.btn {
	display: inline-block;
	vertical-align: top;
	color: #4178b7;
	border: 2px solid #4178b7;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	letter-spacing: .22em;
	padding: 17px 26px;
	text-transform: uppercase;
}

.btn:hover {
	background: #4178b7;
	color: #fff;
}

h1,
.h1 {
	font-weight: 400;
}

h2,
.h2 {
	letter-spacing: 1.6px;
	font-weight: normal;
}

h3,
.h3 {
	margin: 0 0 27px;
	font-weight: 400;
	letter-spacing: .35px;
}

h5,
.h5 {
	font-family: "AvenirNext", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: .2px;
	margin: 0 0 6px;
}

.text-blue {
	color: #4178b7;
}

.text-white {
	color: #fff;
}

.light-gray-bg {
	background: #eff4f9;
}

.bg-dark {
	background: #2f343f;
}

.heading-frame {
	position: relative;
}

.heading-frame:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	width: 268px;
	background: #faaf3a;
}

.hidden {
	opacity: 0;
	visibility: hidden;
	left: -9999px;
	top: -9999px;
	position: absolute;
}

.irr-info table {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.irr-info table th {
	border: none;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.9;
	padding: 0;
}

@media (min-width: 480px) {
	.intro-section .holder-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		width: 50%;
	}

	.decor-image {
		width: 400px;
		top: -27px;
	}
}

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

	.intro-section {
		padding: 100px 0 190px;
	}

	.intro-section.intro-small {
		min-height: 478px;
		margin-bottom: 62px;
	}

	.intro-section.intro-small:before {
		min-height: 587px;
	}

	.decor-image {
		width: 565px;
		right: -156px;
		top: 75px;
	}

	.statistics-section {
		padding: 90px 0 130px;
	}

	.statistics-section .content-wraprer {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.statistics-section .content-block {
		width: 35%;
		margin-bottom: 0;
	}

	.statistics-section .schedule-block {
		width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.statistics-section .h3,
	.statistics-section h3 {
		margin-bottom: 50px;
	}

	.statistics-section .report-day {
		margin-bottom: 85px;
	}

	.statistics-section .rating-number {
		font-size: 67px;
	}

	.statistics-section .rating-number:before {
		bottom: -40px;
	}

	.statistics-section .link-holder {
		min-height: 52px;
	}

	.information-of-company-section .content-wraprer {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.information-of-company-section .text-frame {
		margin: 0;
		width: 40%;
	}

	.information-of-company-section .img-holder {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.sign-up-block {
		padding: 140px 0 98px;
	}

	.cards-section {
		padding-bottom: 65px;
	}

	.cards-section.view-list .col {
		width: 100% !important;
	}

	.cards-section.view-list .article-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border: none;
		border-bottom: 1px solid #e5e8ef;
	}

	.cards-section.view-list .article-block .img-block {
		width: 27%;
		padding: 0 10px;
		border: none;
	}

	.cards-section.view-list .article-block .text-frame {
		width: 73%;
		padding: 0 10px;
	}

	.cards-section .card-view-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 40px -8px;
		font-size: 12px;
		font-weight: 600;
		margin-bottom: 70px;
	}

	.cards-section .cards-holder {
		margin: -30px -20px 45px;
	}

	.cards-section .col {
		width: 50%;
		padding: 20px 20px 15px 20px;
		margin-bottom: 0;
	}

	.article-block .block-title {
		font-size: 17px;
		line-height: 38px;
	}

	.article-block .text-block {
		margin: 0 0 27px;
	}

	.cards-details-section .nav-previous,
	.cards-details-section .nav-next {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0;
		flex: 1 1 0;
	}

	.cards-details-section .nav-previous {
		margin: 0 3px 0 0;
	}

	.singl-article .article-heading h2,
	.singl-article .article-heading .h2 {
		margin: 0 0 42px;
		font-size: 57px;
	}

	.singl-article .article-content {
		margin: 0 0 85px;
	}

	.weekly-nav-section {
		padding: 60px 0;
	}

	.weekly-nav-feed {
		margin-bottom: 55px;
	}

	.weekly-nav-feed table .col-1 {
		min-width: 252px;
		width: 25%;
	}

	.account-form .row {
		width: 38%;
	}

	.account-form .input-holder {
		margin-bottom: 38px;
		padding-bottom: 60px;
	}

	.wppb-user-forms ul {
		max-width: 380px !important;
	}

	#select_user_to_edit_form {
		max-width: 380px;
	}

	.fancybox-content {
		padding: 51px 20px 62px;
	}

	.fancybox-content .form-holder h2 {
		font-size: 50px;
	}

	#wppb-edit-user-profile .form-submit {
		max-width: 380px;
	}

	#footer {
		padding: 70px 0 90px;
	}

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

	#footer .logo {
		margin: 0 0 25px;
	}

	#footer .wrap {
		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;
	}

	#footer .nav-social-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#footer .contacts-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#footer .contacts-list li:first-child {
		margin: 0 27px 0 0;
	}

	#footer .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: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: -10px 0;
		padding: 0 20px 0 0;
	}

	#footer .footer-nav li {
		padding: 10px 17px;
	}

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

	#header {
		padding: 52px 0;
	}

	.logo {
		width: 33%;
	}

	.nav-opener {
		top: 63px;
	}

	p {
		margin: 0 0 27px;
	}

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

@media (min-width: 1024px) {
	.intro-section {
		min-height: 775px;
	}

	.intro-section.intro-small {
		min-height: 587px;
	}

	.statistics-section .content-wraprer {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.statistics-section .content-block {
		width: 25%;
	}

	.information-of-company-section {
		padding: 110px 0 130px;
	}

	.cards-section .col {
		width: 33%;
	}

	.settings-section {
		padding: 63px 0 56px;
	}

	#footer {
		padding: 105px 0 125px;
	}

	#footer .footer-holder {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer .logo {
		width: 33%;
		text-align: left;
		margin: 0;
	}

	#footer .wrap {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 67%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-top: 10px;
	}

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

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

	#footer .footer-nav {
		padding: 0 30px 0 0;
	}

	.nav {
		font-size: 11px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-transform: uppercase;
		margin: -10px;
	}

	.nav li {
		padding: 10px;
	}

	.header-nav {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: -10px -18px;
	}

	.header-nav li {
		padding: 10px 18px;
	}

	.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0 0 8px;
	}

	.nav-opener {
		display: none;
	}

	.user-block {
		position: relative;
	}

	.user-block .user-drop {
		-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: 100%;
		right: -999px;
		border: 1px solid #e5e8ef;
		opacity: 0;
		visibility: hidden;
		border-radius: 5px;
		min-width: 110px;
		padding: 15px;
		margin: 10px 0 0;
		font-size: 20px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
		background: #fff;
	}

	.user-block .user-drop .menu {
		width: 100%;
		-webkit-box-pack: initial;
		-ms-flex-pack: initial;
		justify-content: initial;
	}

	.user-block .user-block-wrap {
		padding-left: 50px;
	}

	.user-block .user-block-wrap:hover .user-drop {
		opacity: 1;
		visibility: visible;
		right: 0;
	}
}

@media (max-width: 1199px) {
	.statistics-section .img-holder {
		overflow-y: hidden;
		overflow-x: auto;
	}

	.nav-active {
		overflow: hidden;
	}
}

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

	.settings-section h2,
	.settings-section .h2 {
		margin-bottom: 30px;
	}

	.menu {
		background: #eff4f9;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100vh;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
		transition: -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
		transition: transform .5s cubic-bezier(.19, 1, .22, 1);
		transition: transform .5s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(.19, 1, .22, 1);
		text-align: center;
		padding: 140px 15px 15px;
		overflow: hidden;
		overflow-y: auto;
		width: auto;
	}

	.nav-active .menu {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.user-block .user-drop {
		padding: 60px 0;
	}

	.user-block .user-circle {
		display: none;
	}

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

	h3,
	.h3 {
		line-height: 1.4;
		font-size: 25px;
	}
}

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

	.intro-section .text-holder {
		font-size: 15px;
	}

	.sign-up-block .heading-frame {
		text-align: center;
	}

	.sign-up-block .heading-frame:before {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.sign-up-block .link-holder {
		text-align: center;
	}

	#select_user_to_edit_form .wppb-form-field {
		display: block;
	}

	#select_user_to_edit_form .wppb-form-field label {
		margin: 0 0 10px;
		float: none;
		display: block;
	}

	#select_user_to_edit_form .wppb-form-field > span {
		margin: 0;
	}

	#footer .contacts-list {
		text-align: center;
	}

	.social-networks {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	h1,
	.h1 {
		font-size: 46px;
		line-height: 50px;
	}

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

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 479px) {
	.intro-section .intro-heading:before {
		bottom: -20px;
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

