/*====================================
1. styles for site-wrapper
2. styles for holder
3. styles for h1
4. styles for h2
5. styles for h3
6. styles for h4
7. styles for h5
8. styles for large-text
9. styles for medium-text
10. styles for main-title
11. styles for default link
12. styles for form-button
13. styles for seleft-list
14. styles for btn
15. styles for tag
16. styles for filter-block
17. styles for social-networks
18. styles for pagination
19. styles for subscribe-block
20. styles for quote
21. styles for text-holder
22. styles for category-list
23. styles for article-block
24. styles for event-block
25. styles for related-block
26. styles for news-block
27. styles for three-columns
28. styles for article-post
29. styles for search block
30. styles for search form
====================================*/

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

ul,
.filter-block .drop-list,
.filter-block .links-list,
.social-networks,
.three-columns,
.category-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

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

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 18px/1.5 "Proxima Nova Rg", 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;
}

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

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

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
	font-family: "Proxima Nova Bl";
	src: url("../fonts/ProximaNova-Black.eot");
	src: url("../fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Black.woff2") format("woff2"), url("../fonts/ProximaNova-Black.woff") format("woff"), url("../fonts/ProximaNova-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Proxima Nova Lt";
	src: url("../fonts/ProximaNova-SemiboldIt.eot");
	src: url("../fonts/ProximaNova-SemiboldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-SemiboldIt.woff2") format("woff2"), url("../fonts/ProximaNova-SemiboldIt.woff") format("woff"), url("../fonts/ProximaNova-SemiboldIt.ttf") format("truetype");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "Proxima Nova Rg";
	src: url("../fonts/ProximaNova-Bold.eot");
	src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Proxima Nova Lt";
	src: url("../fonts/ProximaNova-LightIt.eot");
	src: url("../fonts/ProximaNova-LightIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-LightIt.woff2") format("woff2"), url("../fonts/ProximaNova-LightIt.woff") format("woff"), url("../fonts/ProximaNova-LightIt.ttf") format("truetype");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "Proxima Nova Rg";
	src: url("../fonts/ProximaNova-RegularIt.eot");
	src: url("../fonts/ProximaNova-RegularIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-RegularIt.woff2") format("woff2"), url("../fonts/ProximaNova-RegularIt.woff") format("woff"), url("../fonts/ProximaNova-RegularIt.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Proxima Nova Lt";
	src: url("../fonts/ProximaNova-Semibold.eot");
	src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Proxima Nova Rg";
	src: url("../fonts/ProximaNova-Regular.eot");
	src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

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

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

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

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

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

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

.icon-search:before {
	content: "\e904";
}

.icon-down:before {
	content: "\e905";
}

.icon-facebook:before {
	content: "\ea90";
}

.icon-twitter:before {
	content: "\ea96";
}

.icon-linkedin:before {
	content: "\eaca";
}

/*===========================
1. styles for site-wrapper
===========================*/

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

/*===========================
2. styles for holder
===========================*/

.holder {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}

/*===========================
3. styles for h1
===========================*/

h1,
.h1 {
	font-size: 36px;
	font-family: "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.18;
	margin: 0 0 15px;
	color: #1d428a;
}

/*===========================
4. styles for h2
===========================*/

h2,
.h2 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.18;
	margin: 0 0 8px;
	font-family: "Proxima Nova Lt", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #1d428a;
}

h2 strong,
.h2 strong {
	font-weight: 700;
	font-family: "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*===========================
5. styles for h3
===========================*/

h3,
.h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.18;
	margin: 0 0 15px;
	font-family: "Proxima Nova Lt", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #1d428a;
}

h3 strong,
.h3 strong {
	font-weight: 700;
	font-family: "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*===========================
6. styles for h4
===========================*/

h4,
.h4 {
	font-size: 18px;
	line-height: 1.18;
	font-weight: 600;
	font-family: "Proxima Nova Lt", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0 0 15px;
	color: #1d428a;
}

h4 strong,
.h4 strong {
	font-weight: 700;
	font-family: "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*===========================
7. styles for h5
===========================*/

h5,
.h5 {
	font-size: 16px;
	line-height: 1.18;
	font-weight: 600;
	margin: 0 0 15px;
	font-family: "Proxima Nova Lt", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #1d428a;
}

h5 strong,
.h5 strong {
	font-weight: 700;
	font-family: "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5 {
	font-weight: 700;
	font-family: "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.style {
	position: relative;
	padding-top: 12px;
}

.style:after {
	width: 80px;
	height: 8px;
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	background: #6cc24a;
}

/*===========================
8. styles for large-text
===========================*/

.large {
	font-size: 16px;
	font-weight: 400;
	color: #3d3935;
}

/*===========================
9. styles for medium-text
===========================*/

.medium {
	font-size: 14px;
	font-weight: 400;
	color: #3d3935;
}

/*===========================
10. styles for main-title
===========================*/

.main-title {
	font-size: 24px;
	color: #1d428a;
	line-height: 1.16;
	display: block;
	margin: 0 0 36px;
}

/*===========================
11. styles for default link
===========================*/

a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-family: "Proxima Nova Lt", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #f68d2e;
	font-size: 15px;
	font-weight: 600;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

a.link {
	text-decoration: underline;
	font-size: 14px;
	font-weight: 400;
	font-family: "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a.link:hover {
	text-decoration: none;
}

p a {
	font-size: 16px;
	font-family: "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
}

/*===========================
12. styles for form-button
===========================*/

button {
	font-size: 14px;
	padding: 14px 15px 10px;
}

button:hover {
	text-decoration: underline;
}

button:focus {
	outline: none;
}

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

/*===========================
13. styles for seleft-list
===========================*/

.select-list {
	width: 100%;
}

.select-list li {
	width: 100%;
}

/*===========================
14. styles for btn
===========================*/

.btn {
	display: inline-block;
	vertical-align: top;
	padding: 12px 22px;
	font-family: "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
	background: #6cc24a;
	font-weight: 400;
	color: #fff;
	border-radius: 2px;
}

.btn:hover {
	background: #6cc24a;
}

/*===========================
15. styles for tag
===========================*/

.tag {
	background: #3d3935;
	border-radius: 0 0 12px;
	padding: 8px 10px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
}

.tag .icon-wrap {
	color: #6cc24a;
	padding-right: 2px;
}

/*===========================
16. styles for filter-block
===========================*/

.filter-block {
	padding: 8px 0;
}

.filter-block .select-wrap {
	position: relative;
	margin: 0 0 18px;
	font-size: 15px;
}

.filter-block .select-wrap .select-opener {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 10px 40px 10px 15px;
	background: #fff;
	position: relative;
	display: block;
	width: 100%;
	color: #3d3935;
	font-family: "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
}

.filter-block .select-wrap .select-opener:hover {
	text-decoration: none;
}

.filter-block .select-wrap .select-opener:after {
	content: "\e905";
	font-family: icomoon;
	position: absolute;
	top: 50%;
	font-size: 5px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 19px;
}

.filter-block .select-wrap.active .select-drop {
	opacity: 1;
	visibility: visible;
}

.filter-block .select-wrap .select-drop {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	max-height: 322px;
	overflow-y: auto;
	z-index: 9;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .15);
}

.filter-block .drop-list li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.filter-block .drop-list li a {
	color: #3d3935;
	font-family: "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	display: block;
	padding: 8px 15px;
}

.filter-block .left-block {
	margin: 0 0 16px;
}

.filter-block .right-block {
	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;
}

.filter-block .right-block .select-wrap {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
	width: 100%;
}

.filter-block .links-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin: 0 -16px 32px;
	padding: 8px 0;
}

.filter-block .links-list li {
	padding: 0 16px;
	font-size: 15px;
}

.filter-block .links-list li a {
	color: #3d3935;
	display: inline-block;
	vertical-align: middle;
	font-family: "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
}

.filter-block .links-list li a:hover {
	text-decoration: none;
}

.filter-block .links-list li a:hover .text {
	text-decoration: underline;
}

.filter-block .links-list li .icon-wrap {
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
}

/*==============================
17. styles for social-networks
===============================*/

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

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

.social-networks li a {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	-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;
	font-size: 12px;
}

.social-networks li a.facebook {
	background: #3b5998;
}

.social-networks li a.twitter {
	background: #38a1f3;
}

.social-networks li a.linkedin {
	background: #0077b5;
}

.social-networks li a:hover {
	text-decoration: none;
}

.social-block {
	padding: 20px 0;
	border-top: 1px solid #e3e8e3;
	border-bottom: 1px solid #e3e8e3;
	margin: 40px 0 50px;
}

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

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

.social-block .social-networks li a {
	width: 32px;
	height: 32px;
	font-size: 17px;
	font-weight: 400;
}

/*===========================
18. styles for pagination
===========================*/

.pagination-wrap {
	margin: 26px 0;
}

.pagination-wrap .pagination-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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pagination-wrap .pagination-list li {
	padding: 0 12px;
	font-size: 16px;
	color: #3d3935;
}

.pagination-wrap .pagination-list li a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}

.pagination-wrap .pagination-list li a.prev-btn,
.pagination-wrap .pagination-list li a.next-btn {
	width: 40px;
	height: 40px;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
	border-radius: 50%;
	overflow: hidden;
	background: #6cc24a;
	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;
	color: #fff;
	font-size: 12px;
}

.pagination-wrap .pagination-list li a.prev-btn:hover,
.pagination-wrap .pagination-list li a.next-btn:hover {
	background: #6fc74c;
}

.info-holder {
	margin: 0 0 32px;
	padding: 42px 0 32px;
}

.info-holder h2 {
	margin: 0 0 20px;
}

.info-holder .press-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -16px;
}

.info-holder .press-list > li {
	padding: 0 16px;
	margin: 0 0 36px;
}

.info-holder .press-list .content-holder {
	max-width: 242px;
}

.info-holder .thumbnail-wrap {
	width: 140px;
	margin: 0 0 12px;
}

.info-holder .name {
	font-size: 16px;
	font-weight: 700;
	color: #3d3935;
	display: block;
	margin: 0 0 4px;
}

dl {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

dl a {
	font-size: 14px;
}

dl dd,
dl dt {
	display: inline;
	margin: 0;
}

/*=============================
19. styles for subscribe-block
==============================*/

.subscribe-block {
	background: #e3e8e3;
	margin: 0 32px 35px;
	display: block;
}

.subscribe-block .two-blocks .image-wrap {
	margin-bottom: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	height: 210px;
	position: relative;
}

.subscribe-block .two-blocks .text-wrap {
	padding: 24px;
}

.subscribe-block .two-blocks .h2,
.subscribe-block .two-blocks h2 {
	margin: 0 0 14px;
	line-height: 1.5;
}

.subscribe-block .two-blocks .info-wrap {
	text-align: center;
}

.subscribe-block .two-blocks .btn {
	font-size: 14px;
}

.subscribe-block:hover {
	text-decoration: none;
}

.subscribe-block:hover .btn {
	text-decoration: underline;
}

/*===========================
20. styles for quote
===========================*/

blockquote {
	margin: 0 0 48px;
}

blockquote q {
	font-style: italic;
	quotes: initial;
}

blockquote q:before {
	content: open-quote;
}

blockquote q:after {
	content: close-quote;
}

blockquote cite {
	font-style: normal;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

#nav-wrapper {
	background: #fff;
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
	padding: 25px 0;
	position: relative;
}

#nav-wrapper #nav-container {
	max-width: 1264px;
	padding: 0 25px;
	margin: 0 auto;
	position: relative;
}

#nav-wrapper #main-logo img {
	height: 30px;
}

#nav-wrapper #nav-top-container {
	display: none;
}

#nav-wrapper #nav-top {
	text-align: right;
}

#nav-wrapper #nav-top p {
	margin: 0 0 2px;
}

#nav-wrapper #nav-top p a {
	color: #3d3935;
	text-decoration: none;
	padding: 10px 0 10px 8px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	font-family: "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#nav-wrapper #nav-top p a.hot-link {
	color: #f68d2e;
}

#nav-wrapper #nav-top p a:hover {
	text-decoration: underline;
}

#nav-wrapper #main-menu > ul {
	display: none;
	padding: 20px 0 0;
}

#nav-wrapper #main-menu > ul > li {
	position: relative;
	overflow: hidden;
}

#nav-wrapper #main-menu > ul > li:not(:last-child) {
	border-bottom: 1px solid #e3e8e3;
}

#nav-wrapper #main-menu > ul > li:first-child {
	border-top: 1px solid rgba(150, 150, 150, .15);
}

#nav-wrapper #main-menu > ul > li > a {
	color: #1d428a;
	text-decoration: none;
	padding: 6px 0 6px 6px;
	display: block;
	font-size: 14px;
	font-weight: 400;
	font-family: "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#nav-wrapper #main-menu > ul > li > a:hover,
#nav-wrapper #main-menu > ul > li > a:active {
	color: #3d3935;
}

#nav-wrapper #main-menu > ul > li.hover ul,
#nav-wrapper #main-menu > ul > li.active ul {
	opacity: 1;
	visibility: visible;
}

#nav-wrapper #main-menu > ul > li.active .submenu-button {
	background: #e3e8e3;
}

#nav-wrapper #main-menu > ul > li.active .submenu-button:after {
	content: none;
}

#nav-wrapper #main-menu > ul ul {
	text-align: left;
	background: #fff;
	box-shadow: 0 0 5px #3d3935;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

#nav-wrapper #main-menu > ul ul li:not(:last-child) {
	border-bottom: 1px solid rgba(150, 150, 150, .15);
}

#nav-wrapper #main-menu > ul ul li a {
	padding: 9px 15px 9px 25px;
	color: #1d428a;
	text-decoration: none;
	display: block;
	font-weight: 400;
	font-size: 14px;
	font-family: "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#nav-wrapper #main-menu > ul ul li a:hover {
	text-decoration: underline;
}

#nav-wrapper #main-menu > ul ul:after {
	content: "";
	height: 10px;
	background: transparent;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
}

#nav-wrapper .submenu-button {
	width: 40px;
	height: 32px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	border-left: 1px solid #e3e8e3;
	cursor: pointer;
}

#nav-wrapper .submenu-button:after,
#nav-wrapper .submenu-button:before {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	height: 2px;
	background: #1d428a;
}

#nav-wrapper .submenu-button:after {
	top: 17px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

#nav-wrapper .submenu-button:before {
	top: 17px;
}

.nav-active #nav-wrapper #main-menu ul {
	display: block;
}

.nav-active #menu-button:before {
	top: 6px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active #menu-button:after {
	top: 6px;
	box-shadow: none;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menu-button {
	width: 20px;
	height: 14px;
	position: absolute;
	top: 11px;
	right: 25px;
	cursor: pointer;
}

#menu-button:after {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #1d428a;
	height: 2px;
	box-shadow: 0 6px 0  #1d428a;
}

#menu-button:before {
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #1d428a;
	height: 2px;
}

#footer-wrapper {
	background: #e3e8e3;
	padding: 20px 0;
	margin-top: 22px;
}

#footer-wrapper #footer-container {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 26px;
}

#footer-wrapper .subscription_link {
	margin-top: 20px;
	font-size: 13px;
}

#footer-wrapper .subscription_link p {
	margin: 0 0 3px;
}

#footer-wrapper .subscription_link a {
	display: block;
	padding: 9px 10px 6px;
	text-align: center;
	font-weight: 400;
	color: #fff;
	background: #f68d2e;
}

#footer-wrapper .f-fp li {
	margin: 0 0 5px;
}

#footer-wrapper .f-fp li a {
	color: #3d3935;
	font-size: 15px;
	font-family: "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	display: block;
	padding: 12px 15px;
	border-bottom: 1px solid #3d3935;
}

#footer-wrapper .f-fp li a.hot-link {
	color: #f68d2e;
}

#copyright-wrapper {
	background: #3d3935;
	color: #fff;
	font-size: 10px;
	padding: 15px 0;
}

#copyright-wrapper #copyright {
	max-width: 1250px;
	margin: 0 auto;
	padding: 0 25px;
}

#copyright-wrapper p {
	margin: 0;
}

#copyright-wrapper p a {
	color: #fff;
	font-size: 10px;
	font-family: "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
}

/*===========================
29. styles for search block
===========================*/

.search-block {
	padding: 60px 0 100px;
	background: #e3e8e3;
}

.searched-results {
	padding: 22px 0 0;
}

/*===========================
30. styles for search form
===========================*/

.search-form {
	margin: 0 0 26px;
}

.search-form .btn {
	width: 100%;
	border: none;
	border-radius: 0;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.search-form input {
	padding: 14px 15px;
	background: #fff;
	border: none;
	width: 100%;
	font-size: 15px;
	height: 44px;
}

.search-form input:focus {
	outline: none;
}

/*=============================
26. styles for news-block
==============================*/

.news-block {
	padding: 58px 0 96px;
	background: #e3e8e3;
}

.news-block h1,
.news-block .h1 {
	font-size: 32px;
}

/*=============================
27. styles for three-columns
==============================*/

.three-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -16px;
}

.three-columns .col {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 16px;
	margin: 0 0 48px;
}

.three-columns .col:after {
	content: "";
	display: block;
	clear: both;
	min-height: 423px;
	font-size: 0;
	line-height: 0;
}

/*=============================
28. styles for article-post
==============================*/

.article-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #3d3935;
	font-size: 12px;
	border: 1px solid #e3e8e3;
	background: #fff;
	width: 100%;
	overflow: hidden;
	font-family: "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
}

.article-post .image-wrap {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 175px;
	position: relative;
}

.article-post .h3 {
	margin: 0 0 8px;
	font-family: "Proxima Nova Lt", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 600;
}

.article-post .text-wrap {
	padding: 18px 24px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.article-post .content-hold {
	margin: 0 0 22px;
}

.article-post p,
.article-post time {
	color: #3d3935;
}

.article-post time {
	font-size: 11px;
}

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

.article-post .category-list li {
	font-size: 12px;
	line-height: 1.7;
}

.article-post:hover {
	text-decoration: none;
}

.article-post:hover h2 {
	text-decoration: underline;
}

/*===========================
21. styles for text-holder
===========================*/

.text-holder {
	padding: 32px 0;
	font-size: 14px;
	line-height: 1.6;
}

.text-holder .text-wrap {
	overflow: hidden;
}

.text-holder .text-wrap p {
	margin: 0 0 32px;
}

.text-holder p {
	margin: 0 0 24px;
}

.text-holder .img-holder {
	text-align: center;
	margin: 0 0 26px;
}

/*===========================
22. styles for category-list
===========================*/

.category-list {
	margin: 0 0 16px;
}

.category-list li {
	font-family: "Proxima Nova Lt", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 600;
	font-size: 13px;
}

.category-list li:not(:last-child):after {
	content: ",";
	padding: 0 5px 0 0;
	color: #3d3935;
}

.category-list li .category {
	color: #f68d2e;
}

.category-list li .category:hover {
	cursor: pointer;
	text-decoration: underline;
}

/*=============================
23. styles for article-block
==============================*/

.article-block {
	color: #3d3935;
}

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

.article-block h1.white {
	color: #fff;
}

.article-block .holder {
	max-width: 854px;
	width: 100%;
}

.article-block .hero-block {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 20px 0;
	position: relative;
}

.article-block .hero-block:after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
	min-height: 440px;
}

.article-block .hero-block .holder {
	-ms-flex-item-align: end;
	align-self: flex-end;
	z-index: 2;
}

.article-block .hero-block .bg-stretch {
	z-index: -1;
}

.article-block .hero-block.overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, .8) 100%);
}

.article-block .hero-footer {
	font-size: 12px;
}

.article-block .hero-footer time {
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	margin: 0 0 18px;
}

.article-block .hero-footer .category-list {
	margin: 0 0 30px;
}

.article-block .hero-footer .category-list li {
	font-size: 12px;
	line-height: 1.65;
	width: 100%;
}

.article-block .hero-footer .category-list li:after {
	color: #fff;
}

.article-block .hero-footer .social-networks {
	margin: 0 -7px;
}

.article-block .hero-footer .social-networks li {
	margin: 0 0 5px;
	padding: 0 8px;
}

.article-block .image-list {
	margin: 0 -10px;
	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;
}

.article-block .image-list li {
	margin: 0 0 50px;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	padding: 0 10px;
}

.article-block .image-list li img {
	width: 100%;
}

.article-block .image-wrap {
	text-align: center;
	margin: 0 auto 46px;
	padding: 16px 0;
}

.article-block .image-wrap .img {
	margin: 0 auto 6px;
	max-width: 584px;
	border-bottom: 4px solid #65af4a;
}

.article-block .image-wrap .caption {
	font-size: 14px;
	font-weight: 400;
	color: #3d3935;
}

.article-block img {
	width: auto;
}

.article-block .about-block {
	background: #dbeef0;
	padding: 30px 24px 8px;
	font-size: 14px;
	color: #3d3935;
	margin: 0 0 22px;
}

.article-block .about-block h2 {
	margin: 0 0 12px;
}

.article-block .about-block p {
	margin: 0 0 16px;
}

.article-block .btn {
	background: #6cc24a;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
}

/*=============================
24. styles for event-block
==============================*/

.events-block {
	background: #e3e8e3;
	padding: 50px 0 76px;
	margin: 0 0 32px;
}

.events-block h2 {
	margin: 0 0 26px;
}

.events-block .three-columns .col {
	margin: 0 0 20px;
}

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

.contact-list li a:hover {
	text-decoration: none;
}

.contact-list li dl a {
	color: #3d3935;
}

.deal-list {
	margin: 0 0 24px;
}

.deal-list li {
	margin: 0 0 24px;
}

.deal-list .content-wrap {
	max-width: 242px;
}

.deal-list .img-wrap {
	width: 140px;
	margin: 0 0 12px;
}

.deal-list .name {
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 2px;
}

.related-list {
	margin: 0 0 24px;
}

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

.related-list li a {
	display: block;
	border: 1px solid #e2e2e2;
	border-bottom: 5px solid #64af4a;
}

.related-list img {
	width: 100%;
}

.quote-block {
	text-align: center;
	max-width: 693px;
	margin: 0 auto 66px;
}

.quote-block .img-wrap {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.quote-block blockquote {
	background: #dbeef0;
	padding: 36px 30px;
	position: relative;
	margin: 0 0 46px;
}

.quote-block blockquote:after {
	height: 0;
	width: 0;
	border-left: 32px solid transparent;
	border-right: 32px solid transparent;
	border-top: 24px solid #dbeef0;
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.quote-block blockquote q {
	color: #1d428a;
	font-size: 20px;
	line-height: 1.8;
	font-family: Georgia, "Times New Roman", Times, Baskerville, serif;
	display: inline-block;
	font-weight: 400;
	vertical-align: top;
	margin: 0 0 16px;
}

.quote-block blockquote cite {
	color: #6cc24a;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Proxima Nova Lt", "Proxima Nova Rg", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.deal-block {
	padding: 64px 0 34px;
}

.deal-block h2 {
	margin: 0 0 30px;
}

/*=============================
25. styles for related-block
==============================*/

.related-block {
	margin: 0 0 30px;
	overflow: hidden;
	text-align: center;
}

@media (min-width: 375px) {
	.holder {
		padding: 0 32px;
	}

	.pagination-wrap .pagination-list li a.prev-btn,
	.pagination-wrap .pagination-list li a.next-btn {
		width: 48px;
		height: 48px;
	}

	.related-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -6px 8px;
	}

	.related-list li {
		padding: 0 6px;
		width: 50%;
	}

	.related-list img {
		width: auto;
	}

	.related-block {
		text-align: left;
		margin: 0;
	}
}

@media (min-width: 480px) {
	.pagination-wrap .pagination-list {
		margin: 0 -16px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.category-list li {
		display: inline;
	}

	.article-block .hero-footer time {
		margin: 0;
	}

	.article-block .hero-footer .category-list li {
		width: auto;
		display: inline;
	}
}

@media (min-width: 500px) {
	.deal-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -16px 8px;
	}

	.deal-list li {
		padding: 0 16px;
		width: 50%;
	}
}

@media (min-width: 540px) {
	#nav-wrapper {
		padding: 18px 0  22px;
	}

	#nav-wrapper #main-logo img {
		height: 40px;
	}

	#menu-button {
		right: 26px;
		top: 16px;
	}
}

@media (min-width: 600px) {
	.info-holder .thumbnail-wrap {
		margin: 0 0 10px;
		width: auto;
	}

	.deal-list .img-wrap {
		width: auto;
	}

	.related-list {
		margin: 0 -16px 8px;
	}

	.related-list li {
		padding: 0 16px;
		margin: 0 0 24px;
		width: 33.33%;
	}
}

@media (min-width: 700px) {
	.three-columns .col {
		width: 50%;
		margin: 0 0 32px;
	}
}

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

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

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

	.style {
		padding-top: 16px;
	}

	a.link {
		font-size: 16px;
	}

	button {
		font-size: 16px;
		padding: 10px;
	}

	.filter-block .links-list li {
		padding: 0 16px;
	}

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

	.social-block {
		margin: 32px 0 142px;
		padding: 34px 0;
	}

	.pagination-wrap .pagination-list li {
		font-size: 18px;
		padding: 0 32px;
	}

	.info-holder {
		margin: 0 0 26px;
		padding: 42px 0 0;
	}

	.info-holder h2 {
		margin: 0 0 30px;
	}

	.info-holder .name {
		font-size: 18px;
	}

	dl {
		font-size: 16px;
	}

	dl a {
		font-size: 16px;
	}

	.subscribe-block .two-blocks {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.subscribe-block .two-blocks:after {
		content: "";
		display: block;
		clear: both;
		font-size: 0;
		line-height: 0;
		min-height: 264px;
	}

	.subscribe-block .two-blocks .image-wrap {
		-ms-flex-preferred-size: 394px;
		flex-basis: 394px;
		max-width: 394px;
		height: auto;
	}

	.subscribe-block .two-blocks .text-wrap {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		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;
		padding: 16px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.subscribe-block .two-blocks .h2,
	.subscribe-block .two-blocks h2 {
		margin: 0 0 22px;
		line-height: 1.18;
	}

	.subscribe-block .two-blocks .info-wrap {
		max-width: 180px;
	}

	.subscribe-block .two-blocks .btn {
		font-size: 16px;
	}

	#nav-wrapper #nav-container {
		padding: 0 41px;
	}

	#menu-button {
		top: 12px;
	}

	#footer-wrapper {
		padding: 36px 0;
		margin-top: 32px;
	}

	.searched-results {
		padding: 0;
	}

	.search-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0;
	}

	.search-form .input-wrap {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.search-form .btn {
		height: 44px;
		-ms-flex-preferred-size: 130px;
		flex-basis: 130px;
		max-width: 130px;
		padding: 8px 10px;
		border-radius: 0 3px 3px 0;
	}

	.news-block h1,
	.news-block .h1 {
		font-size: 48px;
	}

	.three-columns .col:after {
		min-height: 517px;
	}

	.three-columns .col.d-block {
		width: 100%;
	}

	.three-columns .col.d-block:after {
		min-height: 480px;
	}

	.three-columns .col.d-block .article-post {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		font-size: 16px;
		line-height: 1.5;
	}

	.three-columns .col.d-block .article-post .text-wrap {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.three-columns .col.d-block .article-post .image-wrap {
		height: auto;
		-ms-flex-preferred-size: 400px;
		flex-basis: 400px;
		max-width: 400px;
	}

	.three-columns .col.d-block .content-hold {
		margin: 0 0 32px;
	}

	.three-columns .col.d-block h2 {
		margin: 0 0 24px;
	}

	.article-post {
		font-size: 14px;
	}

	.article-post .image-wrap {
		height: 213px;
	}

	.article-post .text-wrap {
		padding: 28px 30px 26px;
	}

	.article-post .content-hold {
		margin: 0 0 50px;
	}

	.article-post time {
		font-size: 13px;
	}

	.article-post .category-list {
		margin: 0 0 13px;
	}

	.article-post .category-list li {
		font-size: 13px;
	}

	.text-holder {
		font-size: 16px;
		line-height: 1.5;
		padding: 48px 0;
	}

	.text-holder .img-holder {
		padding: 24px 0;
	}

	.category-list {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.article-block h1 {
		margin: 0 0 10px;
	}

	.article-block .hero-footer {
		font-size: 15px;
		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;
	}

	.article-block .hero-footer .left-block {
		-ms-flex-preferred-size: 70%;
		flex-basis: 70%;
		max-width: 70%;
		padding: 5px 0 0;
	}

	.article-block .hero-footer .right-block {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.article-block .hero-footer time:after {
		content: "-";
		padding: 0 7px;
	}

	.article-block .hero-footer .category-wrap {
		display: inline;
		padding: 0 5px;
	}

	.article-block .hero-footer .category-list {
		margin: 0;
		display: inline;
	}

	.article-block .hero-footer .category-list li {
		font-size: 15px;
		line-height: 1.5;
	}

	.article-block .image-list {
		padding: 26px 0 0;
	}

	.article-block .image-list li {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		max-width: none;
	}

	.article-block .image-wrap {
		padding: 24px 0 0;
	}

	.events-block {
		padding: 60px 0 30px;
	}

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

	.quote-block blockquote cite {
		font-size: 16px;
	}
}

@media (min-width: 881px) {
	.responsive-menu-item {
		display: none;
	}

	#nav-wrapper {
		position: fixed;
		padding: 30px 0 16px;
		left: 0;
		right: 0;
		top: 0;
		z-index: 999;
	}

	#nav-wrapper #main-logo {
		width: 300px;
	}

	#nav-wrapper #main-logo {
		width: 350px;
		position: absolute;
		top: 8px;
		left: 46px;
	}

	#nav-wrapper #main-logo img {
		height: 45px;
	}

	#nav-wrapper #nav-top-container,
	#nav-wrapper #nav-main-container {
		padding-left: 350px;
	}

	#nav-wrapper #nav-top-container {
		display: block;
	}

	#nav-wrapper #nav-top p a {
		font-size: 14px;
		display: inline-block;
		vertical-align: top;
		padding: 0;
		margin-left: 20px;
	}

	#nav-wrapper #main-menu > ul {
		padding: 0;
		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 -7px;
	}

	#nav-wrapper #main-menu > ul > li:not(:last-child) {
		border-bottom: none;
	}

	#nav-wrapper #main-menu > ul > li:first-child {
		border-top: none;
	}

	#nav-wrapper #main-menu > ul > li {
		padding: 0 10px;
		overflow: visible;
	}

	#nav-wrapper #main-menu > ul > li > a {
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}

	#nav-wrapper #main-menu > ul > li.has-sub {
		padding: 0 10px;
	}

	#nav-wrapper #main-menu > ul > li:nth-last-child(2) > ul,
	#nav-wrapper #main-menu > ul > li:last-child > ul {
		left: auto;
		right: 0;
	}

	#nav-wrapper #main-menu > ul ul {
		position: absolute;
		top: 93%;
		left: -6px;
		width: 230px;
		overflow: visible;
	}

	#nav-wrapper #main-menu > ul ul li a {
		padding: 8px 15px;
	}

	#nav-wrapper .submenu-button {
		display: none;
	}

	#menu-button {
		display: none;
	}

	.search-block {
		padding: 184px 0;
	}

	.news-block {
		padding: 170px 0 50px;
	}

	.article-block {
		padding: 98px 0 50px;
	}
}

@media (min-width: 1024px) {
	.holder {
		max-width: 1264px;
	}

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

	.select-list li {
		padding: 0 15px;
		width: auto;
	}

	.select-list li:only-child {
		padding: 0 15px 0 30px;
	}

	.tag {
		font-size: 13px;
	}

	.filter-block {
		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;
		margin: 0 0 22px;
		padding: 10px 0;
	}

	.filter-block .select-wrap {
		margin: 0;
		display: inline-block;
		vertical-align: top;
	}

	.filter-block .select-wrap .select-opener {
		max-width: 238px;
	}

	.filter-block .select-wrap .select-drop {
		width: 250px;
		right: auto;
	}

	.filter-block .drop-list li {
		padding: 10px;
	}

	.filter-block .drop-list li:not(:last-child) {
		border-bottom: none;
	}

	.filter-block .drop-list li a {
		padding: 0;
		display: inline-block;
		vertical-align: middle;
	}

	.filter-block .left-block {
		-ms-flex-preferred-size: 400px;
		flex-basis: 400px;
		max-width: 400px;
		margin: 0;
	}

	.filter-block .left-block .select-list li:only-child {
		padding: 0 30px 0 15px;
	}

	.filter-block .right-block {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.filter-block .right-block .select-wrap {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: auto;
	}

	.filter-block .right-block .select-wrap .select-drop {
		left: auto;
		right: 0;
	}

	.filter-block .right-block .select-list {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: auto;
	}

	.filter-block .links-list {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		padding: 0 12px;
		margin: 0 -16px;
	}

	.pagination-wrap {
		margin: 0 0 78px;
	}

	.subscribe-block {
		max-width: 790px;
		margin: 0 auto;
	}

	#nav-wrapper #main-logo {
		top: 8px;
	}

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

	#footer-wrapper .footer-column {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 7px 33px;
	}

	#footer-wrapper .footer-column:not(:first-child) {
		border-left: 1px solid #3d3935;
	}

	#footer-wrapper .f-fp li a {
		font-size: 13px;
		display: inline-block;
		vertical-align: top;
		padding: 0;
		border-bottom: none;
	}

	.search-block h1 {
		margin: 0 0 32px;
	}

	.search-block .search-content {
		max-width: 584px;
		margin: 0 0 70px;
	}

	.search-form {
		max-height: 584px;
	}

	.three-columns .col {
		width: 33.33%;
		margin: 0 0 80px;
	}

	.three-columns .col.d-block .article-post .text-wrap {
		padding: 50px 40px 52px 45px;
	}

	.three-columns .col.d-block .article-post .image-wrap {
		-ms-flex-preferred-size: 560px;
		flex-basis: 560px;
		max-width: 560px;
	}

	.three-columns .col.d-block h2 {
		font-size: 28px;
	}

	.article-block .image-list li img {
		width: auto;
	}

	.article-block .about-block {
		padding: 32px 48px 30px;
		font-size: 16px;
		margin: 0 0 64px;
	}

	.article-block .about-block h2 {
		margin: 0 0 24px;
	}

	.events-block {
		padding: 96px 0 18px;
	}

	.events-block h2 {
		margin: 0 0 30px;
	}

	.events-block .three-columns .col {
		margin: 0 0 80px;
	}

	.quote-block .img-wrap {
		width: 192px;
		height: 192px;
	}

	.quote-block blockquote {
		margin: 0 0 42px;
		padding: 48px;
	}

	.quote-block blockquote q {
		line-height: 1.75;
		margin: 0 0 36px;
		font-size: 24px;
	}
}

@media (min-width: 1100px) {
	#nav-wrapper {
		padding: 26px 0 20px;
	}

	#nav-wrapper #nav-container {
		padding: 0 59px;
	}

	#nav-wrapper #main-logo {
		left: 57px;
		width: 475px;
	}

	#nav-wrapper #main-logo img {
		height: 60px;
	}

	#nav-wrapper #nav-top p {
		margin: 0 0 10px;
	}

	#nav-wrapper #nav-top p a {
		font-size: 16px;
	}

	#nav-wrapper #main-menu > ul > li > a {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.filter-block .left-block {
		-ms-flex-preferred-size: 600px;
		flex-basis: 600px;
		max-width: 600px;
	}

	#nav-wrapper #nav-top-container,
	#nav-wrapper #nav-main-container {
		padding-left: 475px;
	}

	#nav-wrapper #main-menu > ul {
		margin: 0 -8px;
	}

	#nav-wrapper #main-menu > ul ul {
		left: -5px;
		margin-top: 10px;
		top: 100%;
	}

	#nav-wrapper #main-menu > ul ul li a {
		font-size: 16px;
	}

	.news-block {
		padding: 184px 0 126px;
	}

	.three-columns .col.d-block .article-post .image-wrap {
		-ms-flex-preferred-size: 700px;
		flex-basis: 700px;
		max-width: 700px;
	}

	.three-columns .col.d-block h2 {
		font-size: 32px;
	}

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

@media (min-width: 1400px) {
	#nav-wrapper #nav-container {
		padding: 0 32px;
	}

	#nav-wrapper #main-logo {
		top: 8px;
		left: 34px;
	}

	.three-columns .col.d-block .article-post .image-wrap {
		-ms-flex-preferred-size: 790px;
		flex-basis: 790px;
		max-width: 790px;
	}
}
