/*!
Theme Name: zaimodobren
Theme URI: https://gretathemes.com/wordpress-themes/justread/
Author: GretaThemes
Author URI: https://gretathemes.com
Description: zaimodobren is a clean and modern WordPress theme that focuses on reading experience. zaimodobren has a grid layout with single column content. The theme uses system fonts and SVG for fast loading. Enjoy reading long content with comfortability.
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zaimodobren
Tags: blog, news, food-and-drink, grid-layout, one-column, three-columns, custom-background, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-styles, wide-blocks
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
zaimodobren is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px #2e3740; 
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #ddd; 
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    opacity: .5; 
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, .site-main #infinite-handle span button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button, .site-main #infinite-handle span button {
	overflow: visible;
}
button, .site-main #infinite-handle span button,
select {
	text-transform: none;
}
button, .site-main #infinite-handle span button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], .site-main #infinite-handle span button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, .site-main #infinite-handle span button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
table.info-conditions-home-page {
    display: table;
}
.cookie-block {
	width: 100%;
    height: auto;
    display: none;
    padding: 1rem;
    justify-content: space-around;
    background: #f1f1f1;
    align-items: center;
    transition: all 1s;
    position: fixed;
    bottom: 8px;
	z-index: 99;
}
.cookie-text {
    width: 70%;
}
button.ok {
    border-color: #0277f4;
    background-color: #0277f4;
    color: #fff;
    border-radius: .2rem;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 20px;
    text-transform: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	    color: #263238;
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	color: #2f343a;
	line-height: 1.25;
	clear: both;
	margin: 1.5em 0 .5em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1rem;
	text-transform: uppercase;
}
h5 {
	font-size: .8em;
}
h6 {
	font-size: .7em;
}
#breadcrumbs {
    font-size: .8rem;
    color: #6f8590;
	padding: 0 1rem;
	text-align: center;
}
p {
	margin: 0 0 1.6em;
}
p:last-child {
	margin-bottom: 0;
}
blockquote {
	font-size: 1.2em;
	font-style: italic;
	border-top: 4px solid currentColor;
	padding: 1em 0 0 2.5em;
	margin: 0 0 1.6em;
	position: relative;
}
blockquote:before {
	content: "\201C";
	position: absolute;
	left: 0;
	top: .06em;
	font-size: 3em;
	font-style: normal;
}
blockquote cite {
	display: block;
	margin-top: .8em;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-style: normal;
	color: #6f8590;
}
blockquote cite:before {
	content: '\2014';
	margin-right: .5rem;
}
address {
	margin: 0 0 1.6em;
}
pre {
	background: #263238;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: .8em;
	line-height: 1.6;
	margin-bottom: 1.6em;
	overflow: auto;
	padding: 2em;
	color: #e3e6e8;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.84090145em;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #f9fafb;
	/* Fallback for when there is no custom background color defined. */
}
hr {
	background-color: rgba(38, 50, 56, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
	clear: both;
}
ul, ol {
	margin: 0 0 1.6em;
}
li > ul,
li > ol {
	margin-bottom: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.6em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
figure {
	margin: 0 0 1.6em;
	/* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.6em;
	width: 100%;
	font-size: 16px;
	font-size: 1rem;
	overflow-x: auto;
    display: block;
}
th, td {
	padding: .5rem .75rem;
}
th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
}
tr {
	border-bottom: 1px solid rgba(38, 50, 56, 0.1);
}
thead tr {
	border-width: .25rem;
}
thead th {
	text-transform: uppercase;
	text-align: left;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-size: 1rem;
}
.wp-block-pullquote.aligncenter, .wp-block-pullquote.alignwide, .wp-block-pullquote.alignfull, .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
	text-align: left;
	padding: 1em 0 0 2.5em;
	background-color: #fff p;
	background-color-font-size: 24px;
}
.wp-block-pullquote.aligncenter cite, .wp-block-pullquote.alignwide cite, .wp-block-pullquote.alignfull cite, .wp-block-pullquote.alignleft cite, .wp-block-pullquote.alignright cite {
	font-size: 14px;
	text-align: left;
	color: #6f8590;
}
figure.wp-block-image.alignleft {
	padding: 1em 0 0 2.5em;
	margin-right: 1.5em;
}
figure.wp-block-image.alignright {
	padding: 1em 0 0 2.5em;
	margin-left: 1.5em;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.button,
.wp-block-button__link, button, .site-main #infinite-handle span button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	border: 1px solid;
	border-color: #ff461b;
	background: #fff;
	color: #ff461b;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1;
	padding: .75rem 1.25rem;
	transition: all .3s ease;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
button.search-toggle {
    border: none;
    color: #2a3246;
}
.button:hover,
.wp-block-button__link:hover,
button:hover,
.site-main #infinite-handle span button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: .8;
	text-decoration: none;
	outline: 0;
}
.button:hover {
	text-decoration: none;
}
.wp-block-button.is-style-outline a {
	border: 2px solid #ff461b;
	background: transparent;
	color: #ff461b;
	border-radius: 3px;
	transition: all 0.3s;
}
.wp-block-button.is-style-outline a:hover {
	opacity: .8;
	text-decoration: unset;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid rgba(38, 50, 56, 0.1);
	border-radius: 3px;
	padding: .6875rem 1rem;
	line-height: 1;
	font-size: 16px;
	font-size: 1rem;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
select {
	border: 1px solid rgba(38, 50, 56, 0.1);
	padding: .4rem .5rem;
}
textarea {
	width: 100%;
	line-height: inherit;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ff461b;
	text-decoration: none;
	transition: all .3s;
}
a:hover {
	text-decoration: underline;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Main navigation */
.main-navigation {
	text-transform: uppercase;
	font-size: 12px;
	font-size: 0.75rem;
	/*letter-spacing: .04em;
	font-weight: bold;*/
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	box-shadow: 0 10px 20px rgba(38, 50, 56, 0.1);
	float: left;
	position: absolute;
	top: 101%;
	left: 0;
	z-index: 99999;
	background: #fff;
	width: 220px;
	transform: translate3d(0, 10px, 0);
	opacity: 0;
	visibility: hidden;
	transition: all .3s;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul li {
	width: 100%;
}
.main-navigation ul ul a {
	border-bottom: 1px solid rgba(38, 50, 56, 0.1);
	padding-top: .75rem;
	padding-bottom: .75rem;
}
.main-navigation ul ul li:first-child > a {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.main-navigation ul ul li:last-child > a {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}
.main-navigation .menu-item-has-children > a::after,
.main-navigation .page_item_has_children > a::after {
	content: "";
	display: block;
	background: url(images/angle-down.svg) center right no-repeat;
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
	position: absolute;
	z-index: 1001;
	right: 0;
	top: 50%;
	margin-top: -6px;
}
.main-navigation li .menu-item-has-children > a::after,
.main-navigation li .page_item_has_children > a::after {
	background-image: url(images/angle-right.svg);
	right: .75rem;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #808490;
	border-color: #2a3246;
}
.main-navigation li li:hover > a,
.main-navigation li li.focus > a {
	color: inherit;
	border-color: rgba(38, 50, 56, 0.1);
}
.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 24px 16px 21px;
	color: #2a3246;
	border-bottom: 1px solid transparent;
	font-weight: 700;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: inherit;
	border-color: #2a3246;
}
li .main-navigation .current_page_item > a, li
.main-navigation .current-menu-item > a, li
.main-navigation .current_page_ancestor > a, li
.main-navigation .current-menu-ancestor > a {
	border-color: rgba(38, 50, 56, 0.1);
}
.main-navigation li .current_page_item > a,
.main-navigation li .current-menu-item > a,
.main-navigation li .current_page_ancestor > a,
.main-navigation li .current-menu-ancestor > a {
	border-color: rgba(38, 50, 56, 0.1);
}

.geo-menu {
	height: 100%;
	display: inline-flex;
	padding: 0 1rem;
	cursor: pointer;
	margin: 0 0rem 0 0;
    align-items: center;
    flex-direction: row;
}

.geo-menu .side {
    display: none;
    position: absolute;
    background: #fff;
    padding: 1rem;
    box-shadow: 0 10px 20px rgb(38 50 56 / 10%);
    transform: translate3d(-50%,66px,0);
    z-index: 99999;
    transition: all .3s;
	width: 280px;
	top: 0;
}

.geo-menu span {
    display: block;
    background: url(//zaimodobren.com.ua/wp-content/themes/zaimodobren/images/angle-down.svg) center right no-repeat;
    background-size: 12px 12px;
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 1001;
    right: 0px;
    margin-top: 0px;
}

.menu-city-ua-container ul li {
    float: none;
}

.geo-menu img:hover .side {
    display: block;
}

.geo-menu:hover .side {
    display: block;
}

.geo-menu .side ul li a {
    display: block;
    padding: 0 0 .5rem;
}

.geo-menu .side ul li:hover {
    text-decoration: none;
    border: none;
}

.geo-menu .side ul li a:hover {
    color: #2a3246;
}
.menu-toggle {
	color: inherit;
	text-indent: -999em;
	margin-left: 4px;
	position: relative;
	padding: 0 0 0 1.25rem;
	background: transparent;
	border: none;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	top: -7px;
}
.menu-toggle:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 0.9375rem;
	display: block;
	border-top: 0.5625rem double currentColor;
	border-bottom: 0.1875rem solid currentColor;
	transition: all .5s;
}
/* Small menu. */
.main-navigation.toggled .menu {
	position: absolute;
	right: 0;
	top: 101%;
	width: 100%;
}
.main-navigation.toggled ul {
	display: block;
	background: #fff;
	width: 100%;
	box-shadow: 0 10px 20px rgba(38, 50, 56, 0.1);
}
.main-navigation.toggled ul ul {
	visibility: visible;
	opacity: 1;
	position: static;
	float: none;
	transform: none;
	box-shadow: none;
}
.main-navigation.toggled ul ul a {
	padding-left: 2rem;
	color: #6f8590;
}
.main-navigation.toggled ul ul ul a {
	padding-left: 4rem;
}
.main-navigation.toggled li {
	float: none;
}
.main-navigation.toggled li:hover a {
	border-color: rgba(38, 50, 56, 0.1);
}
.main-navigation.toggled a {
	padding-top: .75rem;
	padding-bottom: .75rem;
	border-bottom: 1px solid rgba(38, 50, 56, 0.1);
}
.main-navigation.toggled .menu-item-has-children > a:after,
.main-navigation.toggled .page_item_has_children > a:after {
	display: none;
}

.main-navigation.toggled .menu-item-has-children>a:after {
    content: "";
    display: block;
    background: url(//zaimodobren.com.ua/wp-content/themes/zaimodobren/images/angle-down.svg) center right no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    position: relative;
    z-index: 1001;
    left: 5px;
    margin-top: -6px;
}

.main-navigation.toggled .menu-item-has-children>a {
    position: relative;
    display: flex;
    border-bottom: 1px solid rgba(38,50,56,.1);
    align-items: center;
}
@media (min-width: 1024px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
/* Comment navigation */
.comment-navigation {
	overflow: hidden;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	margin: 1rem 0;
}
.comment-navigation a {
	color: #6f8590;
}
.comment-list + .comment-navigation {
	margin: -3rem 0 2rem;
}
.comment-navigation .nav-previous {
	float: left;
}
.comment-navigation .nav-next {
	float: right;
	text-align: right;
}
/* Posts pagination */
.pagination {
	padding: 3rem 3rem 0;
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	font-weight: bold;
}
a.page-numbers {
	background: #e2e6e9;
	padding: .75rem 1rem;
	border-radius: 2px;
	color: inherit;
	transition: all .2s;
	margin: 0 2px;
}
a.page-numbers:hover {
	text-decoration: none;
	background: #6f8590;
	color: #fff;
}
.current {
	background: none;
	color: inherit;
	background: #fff;
	line-height: 1;
	padding: .75rem 1rem;
	border-radius: 2px;
	border: 1px solid #e2e6e9;
}
/* Single post navigation */
.post-navigation {
	margin-top: 1.5rem;
}
.adjacent {
	padding: 1.5rem;
}
@media (min-width: 768px) {
	.post-navigation .nav-links {
		display: flex;
		justify-content: center;
		margin-left: -3rem;
	}
	.adjacent {
		display: flex;
		width: 50%;
		padding: 1.5rem 0 1.5rem 3rem;
	}
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 1em 1.5em .5em 0;
}
.alignleft.wp-caption {
	margin-bottom: .5em;
}
.alignright {
	display: inline;
	float: right;
	margin: 1em 0 .5em 1.5em;
}
.alignright.wp-caption {
	margin-bottom: .5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Grids
--------------------------------------------------------------*/
.grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0 .5rem;
}
.grid > * {
	padding: .5rem;
	width: 100%;
}
@media (min-width: 768px) {
	.grid {
		padding: 0 1.5rem;
	}
	.grid > * {
		padding: 1.5rem;
	}
	.grid--2 > *,
	.grid--3 > *,
	.grid--4 > * {
		width: 50%;
	}
}
@media (min-width: 1024px) {
	.grid--4 > *,
	.grid--3 > * {
		width: 33.3333%;
	}
}
@media (min-width: 1280px) {
	.grid--4 > * {
		width: 25%;
	}
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.site-footer .widget {
    color: #c4c4c4;
}
.widget select {
	width: 100%;
	padding: .6875rem 1rem;
}
.widget ul {
	list-style: none;
	padding-left: 0;
}
.widget li {
	margin-bottom: .5rem;
}
.widget li ul {
	margin-top: .5rem;
}
.widget li li {
	padding-left: 0.8rem;
}
.widget-title {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid rgba(38, 50, 56, 0.1);
	padding-bottom: .5rem;
}
.site-footer .widget-title {
    border-bottom: 1px solid rgb(255 255 255);
    color: #fff;
}
.search-field {
	width: 100%;
}
.widget_wpcom_social_media_icons_widget a {
	color: inherit;
	font-size: 20px;
	font-size: 1.25rem;
}
.widget_wpcom_social_media_icons_widget a:hover {
	color: #263238;
}
/* Calendar widget */
#next {
	text-align: right;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* Search form */
.form-wrapper {
	height: 0;
	background: #2e3740;
	padding: 0 2rem;
	transition: all .3s;
	position: relative;
	z-index: 1;
}
button#search-close {
    color: white;
}
@media (min-width: 768px) {
	.form-wrapper {
		padding-left: 6rem;
		padding-right: 6rem;
	}
}
.form-wrapper.is-visible {
	height: auto;
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.form-wrapper.is-visible .search-close {
	display: inline-block;
}
.form-wrapper .search-close {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 32px;
	font-size: 2rem;
	background: none;
	border: none;
	display: none;
}
@media (min-width: 768px) {
	.form-wrapper .search-close {
		top: 2rem;
		right: 2rem;
	}
}
.form-wrapper .search-field {
	font-size: 28.8px;
	font-size: 1.8rem;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	background: none;
	color: #fff;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	width: 30em;
	max-width: 100%;
	margin: 0 auto;
	display: none;
	padding-left: 0;
	padding-right: 0;
}
.is-visible input.search-field {
    display: block;
}
.form-wrapper .search-field:focus {
	outline: none;
}
.form-wrapper .search-field::placeholder {
	color: #fff;
	opacity: .3;
}
.search-field {
	max-width: 30em;
}
/* Header */
.site-header {
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: #fff;
	border-bottom: 1px solid rgba(38, 50, 56, 0.1);
	padding: 0 1rem;
	margin-bottom: 4rem;
	position: -webkit-relative;
    position: relative;
    top: 0;
	z-index: 999;
}
#masthead {
    position: fixed;
    width: 100%;
}
.top-bar {
    padding: 0 3rem;
    background: #2e3740;
    position: relative;
    z-index: 9;
    text-align: right;
}
.top-bar a {
		color:#fff;
	}
@media (min-width: 768px) {
	.site-header {
		padding: 0 3rem;
	}
	.top-bar {
		padding: 0 3rem;
	}
}
.social-icons {
	display: flex;
	align-items: center;
}
.social-icons ul {
    margin: 0;
	padding-left: 0;
}
.social-icons ul li {
    float: left;
    margin: 0 5px;
}
.social-icons ul li.current-lang {
    font-weight: 600;
    border-bottom: 1px solid #ff461b;
}
.social-icons ul li:hover {
    border-bottom: 1px solid #ff461b;
}
.social-icons ul li a:hover {
    text-decoration: none;
}
li.lang-item {
    list-style: none;
}
li.lang-item a {
    color: #263238;
}
li.lang-item.current-lang a {
    color: #ff461b;
}
.social-icons .jetpack-social-navigation {
	display: none;
}
@media (min-width: 1024px) {
	.social-icons .jetpack-social-navigation {
		display: flex;
		align-items: center;
	}
}
.social-icons .jetpack-social-navigation ul {
	margin: -7px 12px 0 0;
}
.social-icons .jetpack-social-navigation li {
	margin-right: 4px;
}
.social-icons .jetpack-social-navigation a {
	color: inherit;
}
.social-icons .jetpack-social-navigation a:hover {
	color: #ff461b;
}
.social-icons .search-toggle {
	border-radius: 0;
	padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 1rem;
}
@media (max-width: 1023px) {
	.social-icons .search-toggle {
		border: none;
		background: none;
		color: inherit;
		padding-left: 6px;
		padding-right: 6px;
	}
}
.navbar {
	display: flex;
	align-items: center;
	flex: 1;
}
.site-branding {
	margin: 1rem 1.5rem 1rem 0;
}
.site-title {
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25;
}
.site-title a {
	text-decoration: none;
	color: #0f161a;
}
.site-description {
	font-size: 12px;
	font-size: 0.75rem;
	color: #586674;
	font-weight: bold;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-content {
	max-width: 100%;
	margin: 6rem auto 0;
}
.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}
/* Card */
.card, .testimonial-item {
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(38, 50, 56, 0.05);
	background: #fff;
	position: relative;
	transition: all .3s ease;
	width: 100%;
}
.card:hover {
	box-shadow: 0 8px 16px rgba(38, 50, 56, 0.1);
}
.card:hover .card__media img {
	transform: scale(1.1);
}
.card__body {
	padding: 1.5rem 2rem;
}
.card__subtitle {
	font-size: 12px;
	font-size: 0.75rem;
	color: #6f8590;
	text-transform: uppercase;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	letter-spacing: 1px;
}
.card__subtitle.cat-links {
	padding: 0;
	float: left;
	width: auto;
}
.card__title {
	font-size: 1.2em;
	margin: 0 0 8px;
	word-wrap: break-word;
}
.card__title a:hover {
	color: #263238;
}
.card__content {
	clear: both;
	font-size: 16px;
	font-size: 1rem;
}
.card__media {
	display: block;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}
.card__media img {
	display: block;
	width: 100%;
	transition: all .3s ease;
}
.card__footer {
	font-size: 12px;
	font-size: 0.75rem;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.card__footer img {
	vertical-align: middle;
	border-radius: 50%;
	margin-right: 3px;
}
.card__footer a {
	color: #6f8590;
}
.card__footer .byline,
.card__footer .posted-on {
	margin-top: 24px;
	margin-bottom: -3px;
}
.card a:hover {
	text-decoration: none;
}
.icon-bookmark {
	display: none;
}
.sticky .icon-bookmark {
	display: inline-block;
	position: absolute;
	top: 1rem;
	right: 1rem;
	fill: #c2ccd0;
}
/* Archive page */
.hfeed .site-content {
	max-width: 1280px;
}
.hfeed.error404 .site-content {
	max-width: 58.5rem;
	padding: 2rem;
}
.hfeed .format-quote blockquote {
	font-size: 1.5em;
	border-top: none;
	margin-bottom: 0;
	text-align: center;
	padding: 1em;
}
.hfeed .format-quote blockquote > * {
	position: relative;
	z-index: 2;
}
.hfeed .format-quote blockquote:before {
	top: 50%;
	left: 50%;
	margin-top: -39px;
	margin-left: -39px;
	font-size: 8em;
	color: rgba(38, 50, 56, 0.1);
	z-index: 1;
	line-height: 1;
}
.hfeed .format-quote blockquote cite {
	font-size: 12px;
	font-size: 0.75rem;
	position: absolute;
	left: -1.5rem;
	bottom: -2.7rem;
}
.hfeed .format-quote blockquote cite a {
	color: inherit;
}
.hfeed .format-quote blockquote cite a:hover {
	color: #ff461b;
}
.hfeed .format-quote .card__footer {
	display: block;
	text-align: right;
}
.hfeed .format-quote .byline {
	display: none;
}
.page-header {
	margin: 3rem;
	padding: 2rem;
	background: #e2e6e9;
	border-radius: 4px;
}
.page-title {
	font-size: 1.8em;
    margin: 0;
    text-align: center;
    padding: 0 0 1rem;
}
.archive-description {
	font-size: 16px;
	font-size: 1rem;
	margin-top: .5em;
}
.updated:not(.published) {
	display: none;
}
.page-links {
	clear: both;
}
/* Single posts and pages */
.page .site-content,
.single .site-content, .section-home-box {
	width: 58.5rem;
}
.page .hentry,
.single .hentry {
	padding: 0;
	position: relative;
}
.page .entry-header,
.single .entry-header {
	margin-bottom: 4rem;
	text-align: center;
}
.post-template-default .entry-header {
    margin-bottom: 2rem;
}
.page .entry-title,
.single .entry-title {
	margin: 0 0 8px;
	word-wrap: break-word;
	font-size: 28.8px;
	font-size: 1.8rem;
}
@media (max-width: 959px) {
	.page .entry-title,
	.single .entry-title {
		padding: 0 10px;
	}
}
@media (min-width: 768px) {
	.page .entry-title,
	.single .entry-title {
		font-size: 38.4px;
		font-size: 2.4rem;
	}
}
.page .entry-meta,
.single .entry-meta {
	font-weight: bold;
	font-size: 12px;
	font-size: 0.75rem;
	color: #6f8590;
	font-weight: 400;
}
.single .entry-meta {
    padding: 1rem 4rem;
	display: flex;
	font-size: .9rem;
	justify-content: space-between;
	font-weight: 400;
}
.right-part {
    display: flex;
}
.post-views {
    margin-right: 1rem;
}
.single .entry-meta img { 
    position: relative;
    top: 4px;
}
.page .entry-meta a,
.single .entry-meta a {
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	color: #6f8590;
}
.page .entry-meta .on,
.single .entry-meta .on {
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	margin: 0 5px;
}
.page .entry-meta .comments-link:before,
.single .entry-meta .comments-link:before {
	content: '\2014';
	display: inline-block;
	margin: 0 5px;
}
.page .entry-meta .avatar,
.single .entry-meta .avatar {
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
}
.page .entry-body,
.single .entry-body {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 7px 50px 0 rgba(38, 50, 56, 0.07);
	padding: 2rem;
	position: relative;
}
.single-mfo .entry-body {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
	padding: 0 !important;
}
.page .entry-media,
.single .entry-media {
	position: relative;
	margin: -2rem -2rem 4rem;
}
@media (min-width: 768px) {
	.page .entry-media,
	.single .entry-media {
		margin: -4rem -4rem 4rem;
	}
}
.header-mfo .entry-media {
    margin: 0 auto;
}
@media (min-width: 1024px) {
	.page .entry-media,
	.single .entry-media {
		margin: -4rem -8rem 4rem;
	}
	.header-mfo .entry-media {
		margin: 0 0 0 1rem;
	}
}
.page .singular-thumbnail,
.single .singular-thumbnail {
	display: block;
	width: 100%;
}
@media (min-width: 1024px) {
	.page .singular-thumbnail,
	.single .singular-thumbnail {
		border-radius: 4px 4px 0 0;
	}
}
.page .entry-content > p:first-child,
.single .entry-content > p:first-child {
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-size: 1.2em;
	font-weight: 300;
	color: #6f8590;
}
.page .entry-content pre,
.single .entry-content pre {
	margin-left: -2rem;
	margin-right: -2rem;
	padding-left: 2rem;
	padding-right: 2rem;
}
@media (min-width: 768px) {
	.page .entry-body,
	.single .entry-body {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.page .entry-content pre,
	.single .entry-content pre {
		margin-left: -4rem;
		margin-right: -4rem;
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
@media (min-width: 1024px) {
	.page .entry-body,
	.single .entry-body {
		padding: 4rem;
	}
	.page .entry-content pre,
	.single .entry-content pre {
		margin-left: -8rem;
		margin-right: -8rem;
		padding-left: 8rem;
		padding-right: 8rem;
	}
}
.entry-content {
	word-wrap: break-word;
}
.text-bg {
    background: #ffcbbf;
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #ffa18c;
}
.entry-footer {
	margin: 3rem -1rem 0;
	overflow: hidden;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	display: flex;
	flex-wrap: wrap;
}
.cat-links, .tags-links, .telegram-content {
	flex-basis: 100%;
	padding: 1rem;
}
.telegram-content {
    width: 100%;
    text-align: center;
}

.telegram-content p {
    margin: 0;
    color: #ff461b;
    font-weight: 700;
}

.telegram-content small {
    color: #6f8590;
}

.telegram-content:hover {
    text-decoration: none;
}

.telegram-content img {
    transition: all .5s;
	-moz-transition: all .5s;
	animation: scaletg  2s infinite ease;
}

@keyframes scaletg {
  0% {
		transform: scale3d(1, 1, .1);
		-moz-transform: scale3d(1, 1, .1);
  }
  50% {
		transform: scale3d(.9, .9, .9); 
		-moz-transform: scale3d(.9, .9, .9); 
  }
  100% { 
		transform: scale3d(1, 1, .1);
		-moz-transform: scale3d(1, 1, .1);
  }  
}

@media (min-width: 768px) {
	.cat-links,
	.tags-links {
		flex-basis: 50%;
	}
}
.cat-links__title,
.tags-links__title {
	text-transform: uppercase;
	display: block;
	color: #6f8590;
	font-size: 12px;
	font-size: 0.75rem;
	margin-bottom: 1em;
	border-bottom: 1px solid rgba(38, 50, 56, 0.1);
}
.tag-cloud-link,
.tags-links a {
	display: inline-block;
	border: 1px solid #ff461b;
	color: #ff461b;
	padding: .2em 1em;
	border-radius: 99px;
	transition: all .2s;
	margin: 0 .25rem .5rem 0;
	text-transform: lowercase;
}
.tag-cloud-link:hover,
.tags-links a:hover {
	background: #ff461b;
	color: #fff;
	text-decoration: none;
}
.entry-footer .edit-link {
	flex-basis: 100%;
	padding-left: 1rem;
	margin-top: 2rem;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
}
.entry-footer .edit-link a {
	color: #6f8590;
}
/* Jetpack sharing icons */
.adjacent .sharedaddy {
	display: none;
}
@media (min-width: 1200px) {
	.sticky-sharing .sharedaddy {
		position: absolute !important;
		top: 0;
		left: -72px;
		width: 64px;
		text-align: center;
		will-change: min-height;
	}
	.sticky-sharing .sharedaddy .sd-title.sd-title:before {
		display: none;
	}
	.sticky-sharing .sharedaddy .sd-content li {
		display: block;
		margin-right: 0;
	}
	.sticky-sharing .sharedaddy .sh-sharing {
		transform: translate(0, 0);
		/* For browsers don't support translate3d. */
		transform: translate3d(0, 0, 0);
	}
}
/* No content */
.no-results {
	width: 100%;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	font-size: 16px;
	font-size: 1rem;
	width: 36em;
	max-width: 100%;
	padding: 2em;
	margin: 4rem auto 0;
}
.comments-title {
	font-size: 16px;
	font-size: 1rem;
	color: #6f8590;
	margin: 0 0 2rem;
	text-align: center;
}
.comment-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 4rem;
}
.comment-list .comment-respond {
	margin-bottom: 1.6rem;
}
.comment > .children {
	padding-left: 1.6rem;
	list-style: none;
}
.comment-body {
	padding: 27.6px 1.6rem 1.6rem;
	border-radius: .25rem;
	background: #fff;
	margin-bottom: 1.6rem;
}
.comment-meta {
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	margin-bottom: 1.6em;
}
.comment-author {
	font-size: 1rem;
	line-height: 1.25;
}
.comment-author .avatar {
	border-radius: 100%;
	margin-right: 8px;
	float: left;
	margin-top: -2px;
}
.says {
	display: none;
}
.comment-metadata {
	font-size: .75rem;
	margin-left: 48px;
}
.comment-metadata a {
	color: #6f8590;
}
.comment-metadata .edit-link {
	margin-left: .25rem;
}
.reply {
	display: inline-block;
	margin-top: 1.6rem;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
}
.reply a {
	color: #6f8590;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
	display: flex;
	flex-direction: column;
}
@media (min-width: 768px) {
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		flex-direction: row;
		align-items: center;
	}
	.comment-form-author label,
	.comment-form-email label,
	.comment-form-url label {
		order: 2;
		margin-left: 1em;
	}
}
.required {
	color: #e7040f;
}
.no-comments {
	text-align: center;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	color: #6f8590;
}

header.entry-header time {
    display: block;
    margin: 1rem 0 0;
    color: #6f8590;
}

.page-template-page-list-mfo .entry-header {
    margin-bottom: 2rem;
}
/*--------------------------------------------------------------
## Gutenberg
--------------------------------------------------------------*/
@media (min-width: 768px) {
	.entry-content .alignfull {
		margin-left: calc(50% - 49.5vw);
		margin-right: calc(50% - 49.4vw);
		width: auto;
		max-width: 1000%;
		background-color: #fff;
		padding-bottom: 24px;
	}
	.entry-content .alignfull iframe {
		width: 100%;
	}
}
.entry-content .alignwide,
.entry-content .is-large {
	margin-left: -8rem;
	width: calc(100% + 16rem);
	max-width: calc(100% + 16rem);
}
@media (max-width: 1023px) {
	.entry-content .alignwide, .entry-content .alignfull {
		margin-left: -2rem;
		width: calc(100% + 4rem);
		max-width: calc(100% + 4rem);
	}
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	padding: 1em 0 0 2.5em;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 14px;
	text-align: left;
}
/* Footer */
.site-footer {
	background: #2e3740;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	margin-top: 5rem;
	border-top: 1px solid rgba(38, 50, 56, 0.1);
	color: #fff;
}
.home .site-footer {
    margin-top: 0;
}
.site-footer a {
    color: #fff;
}
.footer-widgets {
	max-width: 1280px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(38, 50, 56, 0.1);
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.footer-widgets .widget_wpcom_social_media_icons_widget li {
	display: inline-block;
}
.footer-widgets .widget_wpcom_social_media_icons_widget .genericon {
	font-size: 24px;
}
.site-info {
	font-size: 12px;
	font-size: 0.75rem;
	text-align: center;
	padding: 1rem;
	background: #293038;
}
.site-info a {
	color: inherit;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .pagination,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/* Load more button */
.infinite-loader,
#infinite-handle {
	flex-basis: 100%;
	text-align: center;
}
#infinite-handle span {
	background: none;
	border-radius: 0;
	padding: 0;
	display: inline-block;
	color: inherit;
}
.site-main #infinite-handle span button {
	background: #e2e6e9;
	border-color: #e2e6e9;
	color: inherit;
}
.site-main #infinite-handle span button:hover {
	background: #6f8590;
	border-color: #6f8590;
	opacity: 1;
	color: #fff;
}
/* Spinner */
.spinner {
	left: 50% !important;
	margin-left: -8px;
}
/* Infinite footer */
#infinite-footer .container {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	border-color: rgba(38, 50, 56, 0.1);
}
#infinite-footer .blog-info a {
	color: #0f161a;
}
#infinite-footer .blog-credits,
#infinite-footer .blog-credits a {
	color: #6f8590;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: flex;
    align-items: center;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 2rem;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption-text {
	text-align: center;
	margin-top: .875rem;
	font-size: .875rem;
	font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
	color: #6f8590;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 50%;
	padding: 0 5px;
}
@media (min-width: 576px) {
	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}
	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}
.gallery-caption {
	display: block;
}
/*# sourceMappingURL=style.css.map */

div.scrollup {
    position: fixed;
    color: #ff461b;
    background-color: #ffffff;
	right: 4rem;
    bottom: 4rem;
    padding: 7px 0;
    font-size: 20px;
    cursor: pointer;
    display: none;
    text-align: center;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    -webkit-box-shadow: 0 0 14px rgba(122,135,147,.43);
    box-shadow: 0 0 14px rgba(122,135,147,.43);
	z-index: 9999;
}
div.scrollup:hover {
  opacity: .8; /* цвет заднего фона при наведении */
}


/*МФО*/
.single .header-mfo, .excerpt-promo {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 4px;
    align-items: center;
    padding: 1rem .5rem;
    flex-flow: row wrap;
    align-content: center;
	box-shadow: 0 7px 50px 0 rgba(38,50,56,.07);
	margin-bottom: 1rem;
}

.header-mfo img {
    max-width: 200px;
    width: 100%;
}

.single-mfo .header-mfo h1 {
    font-size: 1.2rem;
}

.header-btn {
    padding: 1rem;
}

.body-btn {
    display: flex;
    margin-bottom: 4rem;
    justify-content: center;
}

.btn.nonecolor {
    background: #fff;
    color: #ff461b;
    font-weight: 200;
	border: none;
}

.header-meta-mfo {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
	width: 60%;
	text-align: left;
}

.first-cond {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 1rem 2rem;
    border-top: 1px solid #e5eaef;
    padding: 1rem 0 0;
}

.item-first-cond {
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
	justify-content: center;
}

.item-first-cond img {
    width: 35px;
}

.subtitle-meta-first-cond {
    color: #6f8590;
    font-size: 12px;
}

.title-meta-first-cond {
    color: #000;
    font-weight: 600;
    font-size: 1rem;
}

.meta-first-cond {
    margin: 0 0 0 .5rem;
    text-align: left;
}

.header-meta-mfo .excerpt {
    padding: 0 1rem;
	text-align: right;
}

@media (max-width: 768px) {
	.header-mfo {
		justify-content: center;
	}	
	.header-meta-mfo {
		align-items: center;
		width: 100%;
	}
	.header-btn {
		display: flex;
		flex-flow: wrap-reverse;
		justify-content: center;
	}
	.btn.nonecolor {
		font-size: 1rem;
		margin-top: 1rem;
		text-transform: none;
	}
}	

.item-block-content {
    margin-bottom: 4rem;
    display: block;
    position: relative;
	background: #fff;
    border-radius: 4px;
    padding: 2rem;
}

.item-block-content.post-block {
    margin-bottom: 3rem;
}

.item-block-content-title {
    font-size: 1.5rem;
    padding: 0 0 1rem;
}

.item-block-content-title h2 {
    font-size: 1.6rem;
}

h3.item-block-content-title {
    font-size: 1.4rem;
}

.item-block-content table {
    border: none;
    display: table;
    border-collapse: collapse;
    margin-bottom: 28px;
    width: 100%;
}

.item-block-content table tbody {
    display: table-row-group;
}

.item-block-content table tr {
    display: table-row;
    padding: 12px 0;
    border-bottom: 1px solid #e5eaef;
    border-top: none;
}

.item-block-content table tr td {
    width: 60%;
    vertical-align: top;
    font-weight: 700;
    color: #252525;
    display: table-cell;
    padding-top: 12px;
    padding-bottom: 12px;
    padding: 12px 0;
    border: none;
}

.item-block-content table tr td:last-child {
    font-weight: 400;
}

.item-block-content table .first-cond-label td {
    color: #0277f4;
}

.item-block-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.item-block-content.post-block ul {
    list-style: disc;
    padding: 0 0 2rem 3rem;
}

div#toc_container {
    border-radius: 4px;
    background: #f8f9fa;
    padding: 1rem;
}

span.toc_number:after {
    content: '.';
}

.item-link-social-mfo a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

.link-social-mfo {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.link-social-mfo .item-block-content-title {
    width: 100%;
}

.item-link-social-mfo {
    margin: 0 2rem 1rem 0;
}

.item-link-social-mfo a img {
    margin: 0 .5rem 0 0;
}

.mfo-line {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 2rem;
}

.page-template-page-list-mfo .related-mfo-more-btn {
    margin: -1rem 0 2rem;
	border-radius: 4px;
}

.adsense-block {
    margin-bottom: 20px;
}


.company-line {
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 10px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(38,50,56,.05);
    box-shadow: 0 2px 4px rgba(38,50,56,.05);
    margin-bottom: 20px;
	position: relative;
    z-index: 4;
	opacity: .7;
}

.company-line:hover {
    box-shadow: 0 8px 16px rgba(38,50,56,.1);
}

.company-line.open {
    opacity: 1;
}

.btn.color {
    background-color:#0ac27a;
	color:#fff;
}

.block {
    display: flex;
    flex-flow: column;
    align-items: center;
	padding: 0px 10px;
}

.term {
    color: #000;
    font-weight: 600;
    font-size: 1rem;
}

.thead {
    color: #6f8590;
    font-size: 12px;
}

.block img {
    max-width: 180px;
	padding: 0.6rem;
}

.block .rating img {
  width: 18px;
  position: relative;
  top: -3px;
}

.btn {
    background: #ff461b;
    color: #fff;
    padding: 10px 12px;
	border-radius: 4px;
}

.block a:hover {
    text-decoration: none;
    opacity: .7;
}

.label-link {
    display: inline-block;
    position: relative;
    top: 5px;
}

.link-more {
    font-size: 13px;
    color: #0277f4;
    padding: 0;
    border-radius: 0;
	cursor: pointer;
}

.link-more:after {
    content: "";
    display: inline-flex;
    margin-left: 4px;
    top: -2px;
    width: 0;
    height: 0px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #0277f4;
    position: relative;
}

input[type=checkbox].hidden-check {
    position: absolute;
    display: none;
    transition: all 1s;
}

.more-conditions {
    display: none;
}

[type=checkbox].hidden-check:checked~.more-conditions {
    background: #fff;
    display: flex;
    position: relative;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    top: -22px;
    transition: all 1s;
    border-top: 1px solid #f1f1f1;
	justify-content: space-between;
    padding: 1rem;
	flex-flow: row wrap;
	margin: 0;
	box-shadow: 0 2px 4px rgba(38,50,56,.05);
    z-index: 5;
}

.item-more-conditions ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.item-more-conditions li span:first-child {
    font-weight: 600;
}

.item-more-conditions li span, .item-more-conditions li p {
    font-size: .85rem;
}

.item-more-conditions li {
    display: flex;
    flex-flow: column;
	margin-bottom: .8rem;
}

.review-title {
    font-size: 1.8rem;
    padding: 0 0 2rem;
}

.product-best-offer-mfo {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.item-product-best-offer-mfo a {
    display: flex;
    flex-flow: column;
	cursor: pointer;
}

.item-product-best-offer-mfo a:hover {
    text-decoration: none;
    opacity: .7;
}

.best-offer-mfo {
    /*background: linear-gradient(-60deg,#ffc11b,#ff901b 20%,#ff461b) !important;*/
    /*padding: 1rem !important;*/
    margin: 3rem 0;
}

.btn-block-offers {
    display: flex;
    color: #fff;
    flex-direction: column;
    align-items: center;
}

.social-proof-logo {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
}

.social-proof-logo img {
    margin: .5rem;
    width: 180px;
}

.home .section-home .best-offer-mfo {
    margin-bottom: 1rem;
}

.section-title {
    font-size: 1.2rem;
    padding-bottom: 1rem;
	text-align: center;
}

.btn-block-section-home-box a {
    background: #fff;
    padding: 1rem;
    border-radius: 4px;
    margin: .5rem;
    position: relative;
}

.btn-block-section-home-box span {
    margin: 0.5rem 0;
}

.btn-block-section-home-box {
    display: flex;
    position: relative;
    flex-flow: row wrap;
    justify-content: center;
	align-items: center;
}

.section-home .best-offer-mfo {
    margin-bottom: 1rem;
}

.meta-title-best-offer-mfo {
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.meta-title-best-offer-mfo a {
	display: flex;
    background: #fff;
    padding: 10px 12px;
	margin-bottom: 1rem;
	border-radius: 4px;
	align-items: center;
    box-shadow: 0 0 0 rgb(255 255 255 / 40%);
    animation: pulse 2s infinite;
}

.meta-title-best-offer-mfo span {
    font-size: 1.4rem;
	margin-bottom: 1rem;
}

.meta-subtitle-best-offer-mfo {
    color: #fff;
}

.meta-best-offer-mfo {
    margin: 0 0 2rem;
}

.meta-title-best-offer-mfo a img {
    max-width: 80px;
    width: auto;
}

.meta-title-best-offer-mfo a span {
    padding: 0 0 0 .5rem;
    margin: 0;
    font-size: 1rem;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
  }
  70% {
      -moz-box-shadow: 0 0 0 15px rgb(255 255 255 / 0%);
      box-shadow: 0 0 0 15px rgb(255 255 255 / 0%);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);
      box-shadow: 0 0 0 0 rgb(255 255 255 / 0%);
  }
}

.btn-best-offer {
    box-shadow: 0 0 0 rgb(255 255 255 / 60%);
    animation: pulse 2s infinite;
}

.btn-best-offer:hover {
    text-decoration: none;
    transform: translateY(2px);
}

.item-product-best-offer-mfo {
    background: #fff;
    padding: 1rem;
	width: 24%;
	border-radius: 4px;
}

.item-product-best-offer-mfo img {
    max-width: 150px;
	height: 60.5px;
}

.item-product-best-offer-mfo div {
    color: #0277f4;
    font-size: 1.2rem;
    margin-top: .2rem;
	cursor: pointer;
}

.item-product-best-offer-mfo label i {
    font-size: .9rem;
    margin-left: .1rem;
}

.section-home-box {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 7px 50px 0 rgba(38,50,56,.07);
    padding: 2rem;
    position: relative;
    margin-bottom: 6rem;
	max-width: 100%;
    margin: 0 auto;
}

.home .section-home-box {
    margin-bottom: 4rem;
}

.section-home-box.custom-color {
    background: aqua;
}

.section-home.custom-color .section-home-box {
    background: rgb(255 255 255 / 0%);
	box-shadow: none;
	padding-bottom: 0;
}

.home .header-desc {
    color: #fff;
}

.custom-color h1.entry-title {
    color: #fff;
}

.home .site-header {
    margin: 0;
}

.entry-body.section-home-box {
    max-height: 700px;
    overflow: auto;
}

.cause {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    flex-direction: row;
}


.item-cause {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 2rem;
}

.item-cause img {
    position: absolute;
}

.item-cause span, .item-cause p {
    margin: 0 20px 0 50px;
}

.item-cause span {
    font-size: 1rem;
    padding-bottom: .5rem;
    display: block;
    font-weight: 600;
}

.section-single {
    display: block;
    position: relative;
    padding: 4rem;
    background: #fff;
    margin: 3rem 0;
    box-shadow: 0 7px 50px 0 rgba(38,50,56,.07);
    border-radius: 4px;
}

.entry-content .related-mfo {
    margin-bottom: 2rem;
}

.item-related-mfo a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px;
    border-bottom: 1px solid #e5eaef;
    border-top: none;
	text-decoration: none;
	position: relative;
    z-index: 99;
}

.item-related-mfo a:hover {
    box-shadow: 0 8px 16px rgb(38 50 56 / 10%);
	z-index: 999;
}

.item-related-mfo:last-child a {
    border: none;
}

.block-rm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding: 8px;
}

.block-rm.block-rm-logo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 202px;
    -webkit-flex-basis: 202px;
    -ms-flex-preferred-size: 202px;
    flex-basis: 202px;
    height: 64px;
}

.block-rm.block-rm-more {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    padding: 0;
    top: 28px;
    right: 8px;
    width: 48px;
    height: 48px;
    background: #fff;
}

.block-rm.block-rm-index {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    white-space: nowrap;
}

.block-rm-index, .block-rm-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.item-block-rm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding: 0 8px;
}

a.related-mfo-more-btn {
    display: block;
    border: 1px solid;
    padding: 1rem;
    text-align: center;
    margin-top: 2rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

a.related-mfo-more-btn:hover {
    opacity: .7;
}

.list-page-type-loan {
    display: flex;
    flex-flow: row wrap;
}

.item-list-page-type-loan {
    display: inline-flex;
    width: 50%;
}

.item-list-page-type-loan a {
	display: flex;
    color: #0277f4;
	text-decoration: none;
    padding: .5rem 0;
}

.item-list-page-type-loan a:hover {
	text-decoration: none;
    opacity: .7;
}

:root {
  --borderWidth: 5px;
  --height: 20px;
  --width: 12px;
  --borderColor: #ff461b;
}

.check {
  display: inline-block;
  transform: rotate(45deg);
  height: var(--height);
  width: var(--width);
  border-bottom: var(--borderWidth) solid var(--borderColor);
  border-right: var(--borderWidth) solid var(--borderColor);
  margin-right: 1.5rem;
}

.contacts-block {
    display: flex;
    width: 100%;
    align-content: flex-start;
    border-bottom: 1px solid #e5eaef;
    padding: 15px;
}

.contacts-block-offer-name {
    font-weight: 700;
    color: #000;
    flex: 0 0 30%;
    font-size: 20px;
	padding-bottom: 1rem;
}

.contacts-block-value {
    display: inline-flex;
    flex-flow: column nowrap;
    flex: 0 0 60%;
}

span.name-row {
    flex: 0 1 20%;
    font-weight: 600;
    color: #6f8590;
    font-size: 15px;
}

span.desc-row {
    padding: 0 0 10px;
}

span.desc-row ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

span.desc-row ul li {
    padding: 0 0 5px;
}

.section-home-box.about-us {
    position: relative;
    margin-top: 2rem;
    color: #FFF;
    background: linear-gradient(-60deg,#ffc11b,#ff901b 20%,#ff461b);
}

.about-us-title h2 {
    position: relative;
    padding-left: 100px;
    margin: 3rem 0 2rem;
    color: #fff;
    font-size: 1.8rem;
	text-align: left !important;
}

.about-us-title h2:before {
    content: "";
    background: url(/wp-content/themes/zaimodobren/images/icon-zaimodobren-white.png) no-repeat;
    width: 100%;
    height: 84px;
    display: block;
    position: absolute;
    left: -5px;
    top: 0;
}

.about-us-header {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
}

.about-us-title {
    display: inline-flex;
    width: 55%;
}

.slogan p {
    font-size: 16px;
    margin: 3rem 0 2rem;
}

.about-us-body {
    display: flex;
    flex-flow: row wrap;
}

.item-about-us-body {
    display: inline-flex;
    width: 25%;
    padding: 15px;
}

.statistic_col p {
    font-size: 14px;
}

.statistic_col .title {
    font-size: 40px;
    margin: 1rem 0;
    line-height: 1.2em;
}

.project-bf {
    display: block;
    position: relative;
    flex: 0 0 50%;
    margin: 4.5rem 0;
    padding-left: 70px;
    padding-right: 20px;
}

.advance {
    display: flex;
    flex-flow: row wrap;
}

.num-lg {
	position: absolute;
    left: 0rem;
    top: 0rem;
    font-size: 155px;
    line-height: 1em;
    color: rgb(111 133 144 / 18%);
    width: 64px;
    font-weight: 600;
}

.title1 {
    font-size: 22px;
    line-height: 1.3em !important;
    margin: 1rem 0 2rem;
}

.project-bf.step01 {
    margin-top: 0;
}

.project-bf.step02 {
    margin: 16rem 0 0;
}

.project-bf.step03 {
    margin: -2rem 0 0 0;
}

.project-bf.step04 {
    margin-top: 7rem;
}

.project-bf.step05 {
    margin-top: -5rem;
}

.project-bf.step1 {
    margin-top: 1rem;
}

.slider {
      position: relative;
      overflow: hidden;
}

.home .slider {
    overflow: visible;
	padding: 0 1rem;
}

.slider__wrapper {
  display: flex;
  transition: transform 0.6s ease;
}

.slider__item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px 20px;
}

.slider__control {
    position: absolute;
    top: 62%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    opacity: 1;
    transform: translateY(-50%);
    background: #ff461b;
	padding: 0;
}

.slider__control:hover,
.slider__control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.slider__control_left {
  left: -10%;
}

.slider__control_right {
  right: -10%;
}

svg.bi.bi-chevron-right {
transform: rotateZ(90deg);
}

svg.bi.bi-chevron-left {
	transform: rotateZ(-90deg);
}

.slider__control svg {
	color: #fff;
}

.slider__item>div {
  line-height: 250px;
  font-size: 100px;
  text-align: center;
}

.home .slider__wrapper {
    overflow: hidden;
	flex-flow: row wrap;
}

.home .slider__wrapper a:hover {
    opacity: .8;
}

.slider-layer {
    overflow: hidden;
}

.slider__wrapper.testimonials-block {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    overflow: visible;
}

.testimonial-item {
    display: flex;
    flex-direction: column;
    flex: 0 0 33%;
    max-width: 300px;
    padding: 1.5rem;
}

span.name-testimonial-item {
    font-weight: 700;
}

span.content-testimonial-item {
    margin: 1rem 0;
    font-size: .85rem;
}

span.position-testimonial-item {
    font-size: .85rem;
}

span.meta-data-testimonial-item {
    font-size: .85rem;
    color: #6f8590;
	display: block;
}

span.date-testimonial-item {
    display: block;
    float: right;
}

.name-btn-testimonial-item {
    text-align: center;
    margin: 3rem 0 0;
}
	
.section-home-box.color-grey {
	background: #f9fafb;
    box-shadow: none;
    padding: 0;
}	

.no-bg {
	background:none;
	box-shadow: none;
    padding: 0;
}

.section-home.custom-color {
    background: #2e3740;
}

.section-home.color-white {
    background: #fff;
    margin: 0;
}

.custom-color h2 {
    color: #fff;
}

.section-home {
    padding: 6rem 0;
    margin: 0 0 3rem;
}

.section-home-box:last-child {
    margin-bottom: 0;
}

.vacancy {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.item-vacancy {
    display: block;
    position: relative;
    flex: 0 0 47%;
    background: #fff;
    padding: 1rem 3rem;
	cursor: pointer;
	margin-bottom: 2rem;
}

.title-vacancy {
    color: #0277f4;
    font-size: 1.2rem;
    margin-top: .2rem;
    cursor: pointer;
}

p.desc-vacancy {
    margin: 1rem 0;
}

.link-vacancy {
    color: #0277f4;
}

.link-vacancy svg {
    margin: 0px 0 -1px 10px;
    display: inline-block;
}

.page-template-page-about h2 {
    text-align: center;
}

.mass-media {
    display: flex;
	flex-flow: row wrap;
}

.item-mass-media {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 20px;
}

.item-mass-media:hover {
    opacity:.8;
}

.project-team {
    display: flex;
    flex-flow: column;
}

.item-project-team {
    display: flex;
    background: #fff;
    padding: 3rem;
    flex-flow: row wrap;
}

.photo-staff {
    flex: 1;
}

.meta-staff {
    display: block;
    margin-left: 2rem;
	flex: 3;
    flex-flow: column;
}

.name-staff {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

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

.modal {
    position: fixed;
    background: rgb(0 0 0 / 50%);
    z-index: 99999;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.modal-dialog {
    position: relative;
    z-index: 99999;
    top: 10%;
    background: #fff;
    padding: 3rem 2rem 2rem;
    border-radius: 4px;
    -webkit-box-shadow: 0 17px 53px -2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 17px 53px -2px rgba(0,0,0,0.1);
    box-shadow: 0 17px 53px -2px rgb(255 255 255 / 10%);
    max-width: 360px;
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
}

button.close {
    padding: .5rem 0.7rem;
    position: absolute;
    right: 6px;
    top: 6px;
    border: none;
    font-size: 1.5rem;
	outline: none;
	background: none;
}

.char-item {
    display: block;
    width: 100%;
    overflow: hidden;
	font-size: 30px;
    line-height: 1em;
    color: rgb(111 133 144/18%);
    font-weight: 600;
    border-bottom: 1px solid;
	margin-bottom: 1rem;
}

.mfo-sort-item {
	display: flex;
    width: 100%;
    padding: 1rem;
    transition: all .5s;
    overflow: hidden;
    align-items: center;
    height: 70px;
	position: relative;
}

.mfo-sort-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 7px 50px 0 rgb(38 50 56 / 7%);
}

.mfo-sort-item a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.mfo-sort-item img {
    width: 100px;
}

.mfo-sort {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 3rem;
    border-radius: 4px;
}

.count-mfo {
    color: #0277f4;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.blog-home {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.blog-home .hentry {
    flex: 0 0 46%;
	margin: 0 0 2rem;
}

.blog-home .card__title {
    font-size: 1.2rem;
}

.page .blog-home p {
    font-size: 1rem !important;
}

.page .blog-home .entry-header {
    margin-bottom: 1rem;
    text-align: left;
}


.section-home-box.color-grey h2 {
    padding: 0 2rem;
}

.more-btn {
    display: flex;
    margin: 0rem auto 0;
    text-align: center;
    border: 1px solid;
    padding: .8rem 0;
    justify-content: center;
    width: 100%;
    max-width: 200px;
	position:relative;
	overflow: hidden;
	border-radius: 4px;
}

.more-btn span {
    position: relative;
    z-index: 2;
}

.more-btn:hover {
    color: #fff;
	border-color: #ff461b;
	text-decoration: none;
}

.more-btn:after {
    content: '';
    position: absolute;
    width: inherit;
    height: 4rem;
    background: #ff461b;
    transform: translateY(40px);
    z-index: 1;
    transition: all .5s;
}

.more-btn:hover::after {
    transform: translateY(-15px);
}

.subtitle-section {
    display: flex;
    margin: 3rem 0 0;
    font-size: 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
}

.subtitle-section a {
    margin: 0 0 0 1rem;
}

.btn.non-color {
    background: #fff;
    color: #ff461b;
    border: 1px solid #ff461b;
}

.subtitle-section span {
    margin: 1rem 0;
}

.reviews-mfo {
    padding: 0rem 4rem 2rem;
	display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: center;
}

.inner-comment {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
	align-items: center;
}

.images-list img {
    width: 30px;
}

.title-images-list {
    text-align: center;
    font-size: 1rem;
    color: #2f343a;
}

.rate-text {
    text-align: center;
    font-size: 0.8rem;
    color: #6f8590;
}

.post-ratings {
    display: flex;
    flex-flow: column;
    width: 152px;
}

.inner-comment a {
    padding: 1rem;
}

.social a {
    margin: 0 10px 0 0px;
}

/* Style the header: fixed position (always stay at the top) */
.footer-progress-bar {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background-color: #f1f1f1;
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 8px;
  background: #f9fafb;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 8px;
  background: #ff461b;
  width: 0%;
}

span.author-label {
    padding: 1rem;
    width: 50%;
}
.page .helpful-content {
    margin: 4rem 0;
}
.page .helpful-content h3 {
    margin: 0 0 2rem;
}
.helpful-content-item {
    background: #fff;
    margin-bottom: 1rem;
}
.helpful-content-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.helpful-content-item a svg {
    transform: rotateZ(90deg);
	max-width: 20px;
    width: 100%;
    margin: 0 0 0 10px;
}

.helpful-content-item a:hover {
    box-shadow: 0 8px 16px rgb(38 50 56 / 10%);
    text-decoration: none;
}
.helpful-content .entry-meta {
    display: flex;
    margin-left: 1rem;
    align-items: center;
}

.helpful-content-item img {
    width: 18px;
    position: relative;
    top: 2px;
}
.author-head {
    display: flex;
    flex-flow: row wrap;
}

.photo-author {
    width: 20%;
}

.meta-author {
    width: 40%;
    margin-left: 2rem;
}

.position-author {
    color: #6f8590;
    padding: 0 0 .5rem;
}

.name-author {
    font-size: 1.1rem;
}

.phone-author {
    font-size: 1.1rem;
}

.email-author {
    font-size: 1.1rem;
}

.item-contact-author.social {
    margin: .5rem 0 0;
}

.exclusive-offer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 4rem;
    flex-flow: row wrap;
}

.item-exclusive-offer {
    max-width: 360px;
    padding: 1rem;
}

.title-exclusive-offer {
    font-size: 1.1rem;
    color: #2f343a;
    margin: 0 0 .4rem;
    line-height: 1.5rem;
}

.subtitle-exclusive-offer {
    font-size: .9rem;
    line-height: 1.3rem;
    margin: 0 0 2rem;
}

.subtitle-exclusive-offer strong {
    font-size: 1.2rem;
}

.excerpt-promo {
    font-family: -apple-system,BlinkMacSystemFont,"avenir next",avenir,"helvetica neue",helvetica,ubuntu,roboto,noto,"segoe ui",arial,sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    color: #6f8590;
    text-align: center;
    padding: 2rem;
}

.name-promo-mfo {
    text-align: center;
}

.promos-mfo {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.item-promo-mfo {
    width: 100%;
    margin-bottom: 1rem;
    max-width: 430px;
}

.item-promo-mfo a {
    display: flex;
    flex-flow: column;
}

.item-promo-mfo a:hover {
    text-decoration: none;
}

.item-promo-mfo a span:nth-child(1) {
    color: #6f8590;
    font-size: 14px;
    border-bottom: 1px solid #e5eaef;
    padding-bottom: 0.5rem;
    margin: 0 0 0.5rem 0;
}

.item-promo-mfo a span:nth-child(2) {
    font-size: 1.1rem;
}

.item-promo-mfo a span:nth-child(3) {
    color: #263238;
}

.post-type-archive-promos .site-main {
    margin: 3rem;
    padding: 0;
}

.post-type-archive-promos .item-promo-mfo {
    max-width: initial;
    background: #fff;
    padding: 2rem;
    border-radius: 4px;
    width: 48%;
    margin-bottom: 2rem;
}

.mfo-promo-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.card-mfo-promo {
    background: #fff;
    padding: 2rem;
    width: 100%;
    margin-bottom: 2rem;
	display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.card-mfo-promo-meta {
    display: flex;
    flex-flow: column;
	width: 300px;
}

.card-title-software {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.card-mfo-promo-list {
    display: flex;
    flex-flow: row wrap;
	margin-left: 2rem;
}

.item-card-mfo-promo-list {
    display: flex;
    flex-flow: column;
    max-width: 300px;
}

.marker-menu {
	position: absolute;	
	top: 0;
    left: 0;
}	

.marker-menu:before {
    content: '24 / 7';
    width: 56px;
    height: 20px;
    position: absolute;
    background: url(/wp-content/themes/zaimodobren/images/24-7.png) no-repeat;
    top: 0;
    left: 0;
    background-color: #005cbf;
    background-size: 12px;
    background-position-x: 40px;
    background-position-y: 3px;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    padding: 0px 3px 0px;
    border-radius: 4px 0 4px 0;
    z-index: 999;
}

.marker-available {
    position: absolute;
    top: 7px;
    left: 7px;
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
    line-height: 17px;
    font-size: 14px;
    color: #14a91f;
	z-index: 9;
	animation: anim 1.2s linear infinite;
}

.mfo-sort-item .marker-available {
    top: 0px;
    left: 0px;
    font-size: .8rem;
    padding: 0 0 0 15px;
    line-height: 9px;
}

.mfo-sort-item .marker-available:before {
    width: 10px;
    height: 10px;
    font-size: .6rem;
}

@keyframes anim {
  0% { transform: scale(1); }
  50% { transform: scale(0.9); }
  100% { transform: scale(1); }
}

.marker-available:before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #14a91f;
    background-size: 12px;
    color: #fff;
    font-size: .8rem;
    font-weight: 700;
    padding: 0 3px 0;
    border-radius: 50%;
    z-index: 999;
    box-shadow: 1px 2px 4px 1px rgb(106 106 106 / 47%);
}

.marker-available.right-arrow {
    font-size: 11px;
    left: 64px;
    top: 5px;
    line-height: 11px;
}

.marker-available.right-arrow:before {
    content: '';
    width: 11px;
    height: 11px;
}

.call-to-action {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 4rem;
    background: linear-gradient(-60deg,#ffc11b,#ff901b 20%,#ff461b);
    box-shadow: 0 7px 50px 0 rgb(38 50 56 / 7%);
    border-radius: 4px;
    color: #fff;
    text-align: center;
}

.title-cta {font-size: 1.5rem;}

.btn.bg {
    background: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #ff461b;
}

.btn.bg:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

.subtitle-cta {
    margin-bottom: 2rem;
}

.content-in {
    display: none;
	padding: 0rem 2rem 1rem;
}

.accordion-item {
    background: #fff;
    margin: 0 0 1rem;
	box-shadow: 0 7px 50px 0 rgb(38 50 56 / 7%);
}

.accordion-item:hover {
	box-shadow: 0 8px 16px rgb(38 50 56 / 10%);
}

.accordion-item h3 {
    margin: .5em 0;
}

.heading {
	padding: 1rem 2rem;
}

.heading:hover {
    cursor: pointer;
}

.loan-features {
    border-bottom: 1px solid #ddd;
    padding: 0 0 2rem;
    margin: 0 0 2rem;
}

.loan-features:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.loan-features-subtitle {
    font-size: 1.1rem;
    padding: 0 0 1rem;
}

@media screen and (min-width: 1000px) and (max-width: 1400px)  {
.site-header {
    padding: 0 1rem;
}
.site-branding img {
    width: 140px;
}
.main-navigation a {
    padding: 24px 8px 21px;
}	
.main-navigation .menu-item-has-children>a:after, .main-navigation .page_item_has_children>a:after {
    content: "";
    right: -2px;
}	
}

@media (min-width: 769px) {
.more-conditions .item-more-conditions:nth-child(3n-1) {
    width: 40%;
}
}

@media (max-width: 768px) {
.block:first-child {
  width: 100%;
  max-width: 400px;
}
.company-line {
  justify-content: center;
  flex-flow: column;
  align-items: normal;
  flex-flow: row wrap;
  margin: 0 20px 20px;
}
.block.img-mfo {
    width: 100%;
}
.block {
  width: 50%;
  align-items: center;
  float: left;
  padding: 8px !important;
}
.block:last-child {
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
.btn {
    padding: 10px 20px;
    font-size: 1.2rem;
    font-weight: bold;
	line-height: 28px;
}
.section-home-box .btn {
    padding: 1rem;
    font-family: Open Sans,sans-serif;
    font-weight: 400;
}
.best-offer-mfo {
    padding: 1rem !important;
}

.item-product-best-offer-mfo {
    margin-bottom: 1rem;
    width: 100%;
}

.item-product-best-offer-mfo img {
    margin: 0 auto 1rem;
}
.meta-title-best-offer-mfo a, .meta-title-best-offer-mfo span {
	margin: 0 auto 1rem;
}
.more-conditions {
    margin: 0 20px 20px !important;
}
.item-more-conditions {
    margin-bottom: 1rem;
}
.site-header {
    margin-bottom: 2rem;
}
.page .entry-header, .single .entry-header {
    margin-bottom: 4rem;
}
.item-cause {
    flex: 0 0 100%;
    max-width: 100%;
}
h2 {
    font-size: 1.4rem;
}
.section-single {
    padding: 1rem;
}
.item-list-page-type-loan {
    width: 100%;
}
.contacts-block {
    flex-flow: column wrap;
}
.item-about-us-body {
    width: 100%;
}
.about-us-title h2 {
    font-size: 1.4rem;
}
.about-us-title {
    width: 100%;
}
.slogan p {
    margin: 1rem 1rem 1rem;
}

.project-bf {
    flex: 0 0 100%;
    margin: 1rem 0 !important;
}
.slider__item {
    flex: 0 0 100%;
    max-width: 50%;
}
.owl-carousel .slider__item {
    max-width: 100%;
}
.item-vacancy {
    flex: 0 0 100%;
}
.item-mass-media {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding-bottom: 1rem;
}
.mfo-sort-item {
    width: 100%;
}
.home .slider__item {
    padding: 10px;
}

.blog-home .hentry {
    flex: 0 0 100%;
    margin-bottom: 1rem;
}
.blog-home .card__title {
    padding: 0;
    line-height: 26px;
}
.inner-comment {
    justify-content: center;
}
.inner-comment a {
    flex: 0 0 100%;
    text-align: center;
}
.cookie-block {
    flex-flow: column;
}
button.ok {
    margin-top: 1rem;
}
.cookie-text {
    width: 90%;
    font-size: .9rem;
}
div.scrollup {
	right: 2rem;
    bottom: 2rem;
}
span.author-label {
    width: 100%;
}
.single .entry-meta {
    padding: 1rem 2rem;
	font-weight: 500;
}
.post-views {
    margin: 0 0.2rem 0 0rem;
}
.single .entry-meta img {
    width: 20px;
    top: 2px;
}
.right-part {
    display: flex;
    font-size: 0.8rem;
    align-items: center;
}
.helpful-content {
    padding: 1rem;
}
.header-desc {
    padding: 0 1.5rem;
}
.photo-author, .meta-author, .contacts-author {
    width: 100%;
	margin: 0 0 1rem;
}
.page-header {
    margin: 1rem;
}
.mfo-sort {
    padding: 2rem 1rem;
}
.page-template-page-list-mfo .related-mfo-more-btn {
    margin: -1rem 20px 2rem;
}
.item-exclusive-offer {
    text-align: center;
}
.title-exclusive-offer {
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0 0 1rem;
}
.subtitle-exclusive-offer {
    font-size: 1rem;
}
.item-first-cond {
    padding: 1rem;
	flex: 50%;

}
.first-cond {
    margin: 1rem 0;
}
.reviews-mfo {
    justify-content: space-around;
}
.post-type-archive-promos .item-promo-mfo {
    width: 100%;
    margin-bottom: 1rem;
}
.post-type-archive-promos .site-main {
    margin: 1rem;
}
.card-mfo-promo-list {
    margin: 1rem 0 0;
    text-align: center;
}
.item-card-mfo-promo-list {
    display: flex;
    flex-flow: column;
    max-width: 300px;
    margin: 0 0 1rem;
    border-bottom: 1px solid #e5eaef;
    padding: 0 0 1rem;
}
.slider__control {
    bottom: -10%;
    top: auto;
}

.slider__control_left {
    left: 20%;
}

.slider__control_right {
    right: 20%;
}
.home .slider {
    overflow: hidden;
}
.slider__wrapper.testimonials-block {
    overflow: visible;
}
.btn-block-section-home-box {
    flex-direction: column;
}
.header-meta-mfo .excerpt {
	text-align: center;
}
.social-proof-logo div {
    width: 40%;
}	
.geo-menu .side {
    transform: translate3d(-50%,55px,0);
}
.social-icons ul li {
    float: none;
}
.section-home-box:last-child {
    padding: 0 1rem;
}
.site-content {
    margin: 5rem auto 0;
}
}
@media (max-width: 340px) {
.single .entry-meta {
    padding: 1rem;
}
.page .entry-body, .single .entry-body {
    padding: 1rem;
}
.page .entry-content>p:first-child, .single .entry-content>p:first-child {
    font-size: 1.1rem;
}
}	