/*!
Theme Name: mark agency
Theme URI: http://underscores.me/
Author: mifsul
Author URI: http://mark-agency.ru
Description: Wordpress тема от Web-студии MARK
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mark-agency
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

mark agency is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://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
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
:root {
	--std_color: #dd0024;
	--std_color2: #baa070;
	--button_text: #fff;
	--text_color: #333;
	--link_color: #333;
	--link_hover_color: #333;
}
#page {
	background-color: #f1f4f7;
}
/* Box-size
#page {
    max-width: 1240px;
    margin: 0px auto;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .06);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .06);
}
body {
	background-color: #ffffff;
	background-image: url();
    background-repeat: repeat;
    background-position: center top;
}
 */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-font-smoothing: antialiased;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}
a:active, a:hover {
    outline: 0;
}
/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
select,
optgroup,
textarea {
	color:var(--text_color);
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
#content .fa, #content .fa {
	font-weight: 400;
}
.single-post #content, .blog #content {
    background: #fff;
}
/* new pagination */
.pager {
    display: block;
    width: 100%;
    text-align: center;
}
.pager .pages {
    padding: 0;
    margin: 30px 0 40px;
    list-style: none;
}
.pager .pages * {
    display: inline-block;
    margin: 0 2px;
}
.pager .pages a.page-numbers {
    padding: 7px 5px;
}
.pager .pages span.page-numbers.current {
    background-color: #8cc459;
    color: #fff;
    padding: 7px 10px;
    border-radius: 7px;
}

/*--------------------------------------------------------------
# Стили для контактной формы
--------------------------------------------------------------*/

textarea {
	width: 100%;
}
select {
	border: 1px solid #ccc;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    padding: 10px;
    outline: none;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 20px;
	border: 1px solid #ccc;
    border-radius: 3px;
	color: #111;
    box-sizing: border-box;
    -webkit-appearance: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid var(--std_color);
    background-color: var(--std_color);
	border-radius: 3px;
    color: var(--button_text);
    padding: 1em 2em;
	font-size:0.8em;
	display: inline-block;
	width: auto;
	margin: 0;
	cursor: pointer;
	overflow: hidden;
	font-weight: 600;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
.skidka-popup {
    text-align: center;
line-height:110%;
}

.skidka-popup img {
width:230px;
text-align: center;
}

.skidka-popup .telephon {
margin: 0 0 0 10%;
 width: 40%; 
float: left;
}
.skidka-popup .button_skidka {
float: left; 
margin: 0 0 0 5%;
width: 40%; 
text-align: left;
}

@media screen and (max-width: 767px)
{
.skidka-popup .telephon {
margin: 0 0 5%;
width: 100%; 
text-align: center;
}
.skidka-popup .button_skidka {
margin: 0 0 5%;
width: 100%; 
text-align: center;
}
.skidka-popup img {
width:70%;
}
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:visited {
	color:var(--link_hover_color);
}

a:focus, a:active {
	color: var(--link_hover_color);
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}




/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# 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: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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



/* Отображение блога,портфолио и статей */
article.article_post h2 {
	font-size: 1.45em;
}

article.article_post h2 a {
	color: #000;
}

article.article_post .article_post_link {
	background-color: rgba(0, 0, 0, 0.02);
}

article.article_post .article_post_link a {
	color: #000;
	border-color: rgba(0, 0, 0, 0.08);
}

article.article_post .article_post_link a i {
	color: #a8a8a8;
}

article.project_photo {
	text-align: center;
}

article.project_photo .article_image {
	margin-bottom: .5em;
	width: 100%;
	height: 390px;
	overflow: hidden;
	display: inline-block;
}

article.project_photo .article_image img {
	height: 100%;
	width: 100%;
	transition: 3s;
}

article.project_photo:hover img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

article.project_photo a {
	color: #333;
}

article.project_photo h2 {
	font-size: 1.1em;
	font-weight: normal;
	padding: 1em;
}

.articles-row .article_post_image {
    border-radius: 8px;
}
.article_post_image {
	max-height: 20em;
	overflow: hidden;
}
.article_post_image img {
	-webkit-transition: 3s;
	-o-transition: 3s;
	transition: 3s;
}
.article_post:hover .article_post_image img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	
}

@media (max-width: 576px) {
	.article_post_image {margin-bottom: 1em;}
	article.project_photo .article_image {
		height: auto;
	}
}

@media (max-width: 768px) {
	body {
		padding-top: 1.7em;
	}
	
	article.project_photo .article_image img {
		width: 100%;
	}

	.drop_down_menu:before {content: '+';}
	.drop_down_menu_minus:before {content: '-';}
}

.portfolio_item .article_image {
height: auto !important;
}

div#content {
    background-color: #fff;
}
.site-content a, .site-content a:focus {
    transition: all .2s;
	outline: 0;
}
.site-content a:hover {
    text-decoration: none;
	color: #005fff;
}

.articles-row h2 {
    margin-bottom: 20px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.hover_color_wrapper h6 {
    margin: 0;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
		.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.subhead {
    background: #fff;
}
nav.sub-breadcrumb {
    padding-top: 20px;
    font-size: 13px;
}

nav.woocommerce-breadcrumb {
    padding: 10px 0;
	font-size: 13px;
}
h1.woocommerce-products-header__title {
    font-size: 26px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight:400;
}
nav.sub-breadcrumb, nav.sub-breadcrumb a {
	color: #959595;
}
span.breadcrumb_last {
    color: #333;
}
.subheader_2 span.breadcrumb_last {
    color: #fff;
}
.sub-content {
    padding-bottom: 20px;
}
.sub-left.col-12 {
    padding-left: 0;
}
.sub-row h2 {
    margin-bottom: 15px;
    font-size: 18px;
}
.sub-row .slide_icon span {
    font-size: 14px;
}
span.sort-date {
    color: #787878;
    font-size: 16px;
}
.count-block {
    color: #787878;
    font-size: 16px;
}
.blog-inner {
    background: #fff;
    padding: 25px;
	border: 1px solid #dadee2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.blog-item {
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
}
.blog-item:last-child {
    border-bottom: none;
}
.blog-item h3 {
    font-size: 20px;
}
.blog-item-title h3 a:hover {
    text-decoration: none;
}
span.blog_date {
    color: #787878;
    font-size: 14px;
}
.blog-item-readmore a {outline: 0;}
.blog-item-readmore a span {
    text-decoration: underline;
}
@media screen and (min-width: 992px) {
	h1.woocommerce-products-header__title {font-size: 30px;line-height: 34px;font-weight:400;}
}
@media screen and (max-width: 767px) {
	.sub-right {display:none}
	.star-rating {margin: 0 auto;}
	.columns-3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.columns-3 .pro-list {
		/* order: 1; */
		width: 100%
	}
	.columns-3 aside {
		order: 2;
		width: 100%
	}
	.site {overflow-x: hidden}
}
.header-phone-top a {
    color: #2494ec;
    font-size: 1.1rem;
    font-weight: bold;
}
.header-phone-top a:hover {text-decoration:none}
.head-hours span {
    line-height: 1.4;
    display: inline-block;
}
@media screen and (max-width: 767px) {
	.header-phone {margin-bottom:20px}
}
/* shop */
.property {
   /*  border: 1px solid #dadee2; */
    margin-bottom: 15px;
	border-radius: 10px;
    overflow: hidden;
}
.property-row {
    background: #fff;
	padding-bottom: 10px;
}
.property-row, .tag-row, .pro-row {
	position: relative;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.property-inner {
	width: 20%;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -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;
}
.zaim0 .property-inner {
	width: 25%;
}
.property-star {
    float: right;
	padding-right: 20px;
	text-align: right;
}
.pro-rating span.count {
    font-size: 12px;
	font-weight: 400;
	margin-left: 7px;
}
.pro-rating .star-rating {font-size: .8em;}
.tag-row {
    background: #d0e1e8;
}
.tag-cell, .pro-cell {
	width: 20%;
    padding: 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pro-row {
    margin-bottom: 15px;
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
}
.pro-cell {
	border-right: 1px solid #e4eaf1;
}
.pro-cell:last-child {border-right:none;}
.pro-cell span {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.property-cell {
	padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -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;
}
.property-img {
    max-width: 80%;
}
.property-img img {
    max-height: 100%;
}
.property-sum > div {
    font-size: 16px;
    font-weight: 600;
}
.proc-item {
    font-size: 18px;
    font-weight: 600;
}
.proc-span span {
    display: inline-block;
    font-size: 11px;
    background: #E9F0FD;
    color: #474a51;
    padding: 4px 10px 4px;
    line-height: 1.2;
	border-radius: 5px;
}
.property-srok > div {
    font-size: 14px;
}
.zayav-btn a {
    display: inline-block;
    background-color: #8cc459;
    border-color: #8cc459;
    color: #fff;
    padding: 7px 12px;
    outline: 0;
    border-radius: 5px;
    /* -webkit-box-shadow: 0 5px 8px rgba(149,206,90,.8);
    -moz-box-shadow: 0 5px 8px rgba(149,206,90,.8);
    box-shadow: 0 5px 8px rgba(149,206,90,.8); */
	text-align: center;
	transition: all .2s;
	font-size: 14px;
	line-height: 1.2;
}
.zayav-btn a:hover, .zayav-btn a:active {
	outline: 0;
	color: #fff;
	text-decoration: none;
	background-color: #95dd55;
}
.zayav-item {
    color: #aebbcb;
    font-size: 16px;
	margin-bottom: 7px;
}
.zayav-item span {
    color: #8cbe75;
    font-size: 20px;
}
.tag-cell {
    padding: 10px 5px;
	border-right: 1px solid #ccc;
}
.tag-cell:last-child {border-right:none;}
.tag-cell span {
    color: #333;
	font-size: 14px;
}
span.tag-img {
    margin-left: 5px;
}
.tag-img img {
    max-height: 18px;
}
.property-title {
    margin-top: 8px;
}
.property-title a {
    color: #7aa4b0;
    font-size: 18px;
}
.property-title a:hover, .property-title a:active {
	outline: 0;
	text-decoration: none;
	color: #507984;
}
.tag-row-before {
    background: #fff;
    padding: 5px 25px 15px;
}
span.prop-span {
	display:block;
    color: rgb(129, 134, 148);
    font-size: 12px;
    line-height: 14px;
	margin-bottom: 3px;
}
@media screen and (max-width: 768px) and (max-width: 991px) {
	.property-sum > div {font-size: 18px;}
	.proc-span span {font-size: 9px;}
	.tag-cell span {font-size: 12px;}
	.zayav-item {font-size: 12px;}
	.zayav-item span {font-size: 16px;}
}
@media screen and (max-width: 767px) {
	.pro-list-th {display: none;}
	.property-row, .property-inner, .property-cell {display: block; text-align: center;}
	.property-inner { padding: 0; width: 100%; }
	.zaim0 .property-inner { padding: 0; width: 100%; }
	.property-img {max-width: none;}
	.property-row { padding: 20px 0; }
	.property-cell {padding: 10px 10px;}
	.tag-row {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 10px 0;}
	.tag-cell {width: 50%; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: flex-start; padding: 3px 10px;}
	.tag-cell span {font-size: 13px;}
	.tag-cell:last-child {width: 100%; justify-content: center;}
}

/* product card */
.pro-col .pro-left, .pro-col .info-pro {
	padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff;
}
.inform-img {
    padding: 0 20px;
    border: 1px dashed rgba(0,0,0,.3);
}
.img-pro {
    margin: 1.5rem 0;
}
.pro-contact-title {
	margin: 10px 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
	text-align: center;
}
.pro-contact {
    font-size: 1em;
    margin: 10px 0;
}
.pro-contact .cont-inf {
    font-size: 14px;
    color: #696969;
}
.lay-up {
    font-size: 15px;
    color: #263042;
}
.lay-down {
    font-weight: 700;
    font-size: 29px;
    color: #263042;
	line-height: 1;
}
.lay-top .proc-span {
    margin-left: 15px;
}
.lay-reviews {
    margin-bottom: 20px;
}
.lay-reviews a.woocommerce-review-link {
    margin-left: 10px;
	font-size: 14px;
}
.lay-inner {
    position: relative;
    padding-left: 70px;
	margin-bottom: 30px;
}
.lay-inner:before {
    content: '';
    position: absolute;
    width: 52px;
    height: 52px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.lay-sum:before {background: url(/wp-content/uploads/2022/05/prod-sum-t.png);}
.lay-stav:before {background: url(/wp-content/uploads/2021/01/prod-stav.png);}
.lay-srok:before {background: url(/wp-content/uploads/2021/01/prod-srok.png);}
.lay-istor:before {background: url(/wp-content/uploads/2021/01/prod-istor.png);}
.lay-vozr:before {background: url(/wp-content/uploads/2021/01/prod-vozr.png);}
.lay-resh:before {background: url(/wp-content/uploads/2021/01/prod-resh.png);}
.lay-button .zayav-btn a {
    padding: 15px;
    width: 80%;
}
.lay-odobr {
    color: #aebbcb;
    font-size: 24px;
}
.lay-odobr span {
    color: #8cbe75;
    font-size: 28px;
}
.after-pro .woocommerce-tabs ul.tabs, ol.commentlist .comment_container img {display: none;}
.after-pro div#reviews {
    border: 1px solid #d3dbea;
    padding: 20px;
	background: #fff;
}
.after-pro ol.commentlist {
    padding: 0;
    margin: 0;
}
.after-pro h2.woocommerce-Reviews-title {
    font-size: 24px;
	font-weight:400;
}
.after-pro time.woocommerce-review__published-date {
    color: #808080;
    font-size: 14px;
}
.after-pro .commentlist li.review {
    border-bottom: 1px solid #d7d8db;
    padding: 10px 0 0;
	list-style: none;
}
.after-pro .commentlist li.review .star-rating {
    margin-bottom: 10px;
}
.after-pro #review_form_wrapper {
    margin-top: 20px;
}
.after-pro span#reply-title {
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
}
.after-pro .related {
    margin-top: 30px;
}
.tabs-pro {
    margin-top: 2rem;
}
.tabs-pro ul.nav-tabs {
    margin: 0;
}
.tabs-pro .nav-tabs .nav-link {
    font-size: 15px;
    padding: .8rem 1rem;
    color: #878c95;
    text-transform: uppercase;
}
.tabs-pro .nav-tabs .nav-link.active {
    color: #333e50;
    border: none;
    border-bottom: 2px solid #005fff;
}
.tabs-pro .nav-tabs a.nav-link.active:focus {outline:none}
.tabs-pro .tab-content {
    padding: 20px;
}
.tabs-pro .tab-content h2 {
    font-size: 20px;
    margin-bottom: 15px;
}
.tabs-pro {
    background: #fff;
}
.info-zaim {
    margin-top: 30px;
}
.info-zaim .woo-product-short-desc {
	background: #fff;
	padding: 30px 20px;
}
.info-blocks {
    margin-top: 30px;
}
.info-col-50 > div {
	background: #fff;
	margin: 0 4% 20px;
    padding: 25px;
    border: 1px solid #dadee2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.info-col-50 h3 {
    font-size: 20px;
	margin-bottom: 20px;
}
.info-col-50 ul {
    margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: listNum;
}
.info-col-50 ul li {
	position: relative;
    padding-left: 25px;
	margin-bottom: 10px;
}
.info-col-50 ul li::before {
	position: absolute;
    left: 0;
    top: 0;
    counter-increment: listNum;
    content: counter(listNum) ".";
	color: #95ce5a;
	font-weight: 700;
}

/* header */
.site-header {
	background: #fff;
	border-bottom: 1px solid #f5f7fa;
}
.page #content {
    background: #fff;
}
.site-header .top-web {
	width: 100%;
	text-align: center;
	display: inline;
}
.tel-top {
    font-size: 1.8em;
    line-height: 1.3;
    font-weight: bold;
    border-bottom: 3px solid #c8351f;
}
.tel-top a, .tel-top a:hover {
    color: #000;
    text-decoration: none;
}
.tel-top a span {
    font-size: 0.8em;
    font-weight: normal;
}
.zakaz-top {
    margin-top: 2px;
}
a.buttontop {
    font-weight: bold;
    color: #000;
    font-size: 1.2em;
}
.head-adr span {
    display: block;
}
@media screen and (min-width: 992px) {
.site-header .top-web {
    font-size: 0.8rem;
    line-height: 1.2;
    align-self: center;
	text-align: left;
}
.site-header .top-web span {display: block;}
.head-adr {text-align: left;}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.tel-top {font-size: 1.6em;}
}
/* nav */
@media only screen and (max-width: 991px) {
	.main-nav, .main-nav #mega-menu-wrap-menu-1 .mega-menu-toggle {
		background: #4a4a4a;
	}
	.main-nav #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label, .main-nav #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1:after {
		color: #fff;
	}
}
@media only screen and (min-width: 992px) {
	.main-nav, .main-nav #mega-menu-wrap-menu-1 {
		background-color: #fff;
	}
	.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 14px;
		line-height: 1.6;
		font-weight: 400;
		color: #343f51;
		background: transparent;
		padding: 20px 0;
		margin-right: 25px;
		height: auto;
		white-space: nowrap;
		position: relative;
	}
	.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, .main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-current-menu-item > a.mega-menu-link {
		color: #005fff;
	}
	.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
		box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	}
	.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
		padding: 8px 10px 8px 10px;
		border-bottom: 1px solid rgba(0,0,0,.05);
	}
	.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {
		border-bottom: none;
	}
	nav.main-nav {
		background-color: #fff;
		margin-bottom: 0px;
	}
	.home nav.main-nav {
		margin-bottom: 0;
	}
	.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 3px;
		border-radius: 3px 3px 0 0;
		-webkit-transform: translateX(-50px);
		-ms-transform: translateX(-50px);
		transform: translateX(-50px);
		-webkit-transition: all .25s;
		-o-transition: all .25s;
		transition: all .25s;
		background-color:transparent;
	}
	.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-current-menu-item > a.mega-menu-link:after, .main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover:after {
		-webkit-transform:translateX(0);
		-ms-transform:translateX(0);
		transform:translateX(0);
		background-color:#005fff;
	}
	.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link > span.mega-indicator:after {
		transition: .2s;
		color: #ccc;
	}
	.main-nav #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover > span.mega-indicator:after {
		transform: rotate(180deg);
	}
}

a.mfo-lider {
	display: block;
    height: 40px;
    background: #8cc459;
    line-height: 40px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    border-radius: 3px 4px 4px 3px;
    color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: -1px -1px 0 0 #6b906f inset;
}
.mfo-lider:hover {
    background: #98d065;
	color: #fff;
	text-decoration: none;
}
.mfo-lider:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    background: url(/images/kubok-white.png) 0px 1px no-repeat;
    height: 22px;
    width: 28px;
}
#act_time {
	display: block;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 8px;
    font-size: 12px;
	line-height: 13px;
    color: #4e5b68;
}
#act_time span {
    font-weight: 800;
}
a.mfo-list {
	color: #424c57;
	border-bottom: 1px dashed #424c57;
	display: inline-block;
	position: relative;
	margin-top: 8px;
	text-align: center;
	font-size: 15px;
	outline: 0;
}
a.mfo-list:hover {
    color: #6e9946;
	border-bottom: 1px dashed #6e9946;
	text-decoration: none;
}
a.mfo-list:before {
	width: 15px;
    height: 17px;
    position: absolute;
    left: -22px;
    top: 3px;
    content: '';
    background: url(/images/location.svg) no-repeat;
    background-size: 15px 17px;
}
a.mfo-list:after {
    width: 9px;
    height: 5px;
    position: absolute;
    right: -15px;
    top: 10px;
    content: '';
    background: url(/images/arrow_down.svg) no-repeat;
	transition: all .2s;
}
a.mfo-list:hover::after {
    transform: rotate(180deg);
}
.head-right i {
    color: #8cc459;
	font-size: 14px;
}
.search-inf {
    margin: 3px 0 1px;
    font-size: 14px;
    color: #9BA3AD;
    text-align: right;
}
@media only screen and (max-width: 768px) {
	a.mfo-lider {margin-bottom: 30px;}
}
aside .widget_nav_menu ul.menu {
    margin: 0;
	padding: 0;
    list-style: none;
    margin-top: 20px;
}
aside .widget_nav_menu ul.menu li a {
    padding: 10px 15px;
    border: 1px solid #c6c6c6;
    display: block;
    margin-bottom: 10px;
}

/* popup-city */
._25JxB {
    position: -webkit-sticky;
    position: sticky;
    top: 64px;
    margin-left: -1px;
    z-index: 1;
}
.cit-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}
._2BOeM {
    position: relative;
	padding: 20px;
}
._2yxCG {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    padding-top: 16px;
}
._3q8XF {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 8px;
}
._2yxCG ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
._1xByn {
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
}
._1xByn:hover {
    color: #039be5;
}
@media only screen and (min-width: 320px) {
._1Pxiu {
    -moz-columns: 1;
    columns: 1;
    -moz-column-gap: 24px;
    column-gap: 24px;
}
}
@media only screen and (min-width: 568px) {
._1Pxiu {
    -moz-columns: 3;
    columns: 3;
    -moz-column-gap: 24px;
    column-gap: 24px;
}
._2yxCG {
    padding-top: 32px;
}
}
@media only screen and (min-width: 1024px) {
._25JxB {
    top: 88px;
}
._1Pxiu {
    -moz-columns: 4;
    columns: 4;
    -moz-column-gap: 32px;
    column-gap: 32px;
}
}
/* reviews twb */
.twb-block {
    background: #fff;
}

/* --- */
.woocommerce-pagination {
    display: block;
    width: 100%;
    text-align: center;
}
.woocommerce-pagination ul.page-numbers {
    padding: 0;
    margin: 30px 0 40px;
    list-style: none;
}
.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
	margin: 0 2px;
}
.woocommerce-pagination ul.page-numbers li span.current {
	background-color: #8cc459;
	color: #fff;
	padding: 7px 10px;
    border-radius: 7px;
}
.woocommerce-pagination ul.page-numbers li a {
    padding: 7px 10px;
}

.subheader_2	{
	background-image: url(/images/sub_city.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
	padding: 40px 0;
	background-size: cover;
	margin-top: 0;
	position: relative;
}
.subheader_2 .entry-title {
	text-align:left;
	color:#fff;		
}
.subheader_2 div#breadcrumbs, .subheader_2 div#breadcrumbs a {
    text-align: left;
    color:#fff;	
    margin-top: 0.625rem;
}

/* offerbox */
.offerbox {
    margin: 10px 0 10px;
}
.offerbox-top {
    background: #06c3cf;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
}
.offer-col {
    background: #fff;
	padding: 20px 20px;
	border-radius: 10px;
}
.offerbox-img {
    text-align: right;
}
.offerbox-title {
    text-align: left;
    font-size: 16px;
}
.offerbox-title a, .offerbox-title a:hover { 
	color: #093953;
	text-decoration: none;
	font-weight: 600;
}
.offerbox-stav {
    text-align: center;
    font-size: 20px;
	line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
}
.offerbox-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
	text-align: left;
}
.offerbox-info ul li {
    position: relative;
	padding-left: 15px;
}
.offerbox-info ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    background: #8cc459;
    border-radius: 50%;
}
.offerbox-btn {
    margin: 20px 0 10px;
}
.offerbox-btn a {
    width: 100%;
}
.bestopt .offerbox {
    margin: 0;
    border: none;
}
.bestopt .offer-col_inner {
	border: 1px solid #d9d9db;
	padding: 0 20px;
}
.offerbox-info-left {
    color: #828282;
}
.offerbox-info-right {
    font-weight: 600;
    text-align: right;
	color: #222735;
}
.offerbox-info > div {
    margin-bottom: 8px;
}
.offer-col-top {
    min-height: 75px;
}
.top-tags ul li{background:white;display:inline-block;border-radius:6px;margin: 3px 0 3px 0;border:1px solid #d7e7f5}
.top-tags ul li:hover{border:1px solid #b7b7b7}.top-nav-menu li:last-child{margin:0}
.top-tags ul li a{display:block;padding:6px 14px 8px;text-decoration:none;text-align:center;font-size:14px;width:max-content;transition-duration:.3s;color:#696d7a}
.top-tags ul li a:hover{color:#000000}
.top-tags ul li span{display:block;padding:10px;text-decoration:none;color:black;text-align:center;border-bottom:2px solid #000000;font-weight:700;font-size:14px;width:max-content}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.top-tags ul.bank-cat-list {display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; overflow-x: auto;flex-wrap: nowrap}
}
@media only screen and (min-width: 768px) {
	.offer-col {border-right: 1px solid #d9d9db;}
	.offer-col:last-child {border-right: none;}
}
@media only screen and (max-width: 767px) {
	.offer-col {border-bottom: 1px solid #d9d9db;}
	.offer-col:last-child {border-bottom: none;}
	.top-tags ul {display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; overflow-x: auto;flex-wrap: nowrap}
}

.top-tags ul {
    padding: 0;
    margin: 0;
}

/* --- */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #474747;;
  color: white;
  cursor: pointer;
padding: 10px 18px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #ec2c2f;
}
footer.site-footer {
	background: #ffffff;
}
.footer-middle .container {
	border-top: 1px solid #E1E1E1;
}
.footer-bottom .container {
	border-top: 1px solid #E1E1E1;
}
.footer-top_brand {
    font-size: 14px;
    line-height: 20px;
}
.footer-info p {
    margin-bottom: 5px;
	   font-size: 14px;
    line-height: 20px;
    color: #A6A5AA;
}
.footer-top .footer-content {
	padding: 0 0 24px 0;
}
.footer-top_brand-slogan {
    letter-spacing: .5px;
    opacity: .7;
    white-space: nowrap;
}
.footer-top_brand-logo+.footer-top_brand-slogan {
    margin-left: 24px;
    line-height: 16px;
}
.footer-social-icons {
	vertical-align: bottom;
}
.footer-middle .footer-content {
    padding: 24px 0;
}
.footer-middle a {
    font-size: 14px;
    line-height: 20px;
}
.footer-bottom .footer-content {
    padding: 24px 0;
    color: #a4a9b5;
    font-size: 12px;
    line-height: 16px;
}
.footer-bottom a {
    color: #A6A5AA;
    font-size: 14px;
    line-height: 18px;
	transition: all .2s;
}
.btm_heading {
    color: #A6A5AA;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
	min-height: 20px;
}
.contact_bot {
    font-size: 14px;
    font-weight: 400;
    color: #6B6B72;
    line-height: 20px;
	padding-top: 3px;
}
.contact_bot p {
    margin-bottom: 12px;
}
ul.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.footer-links li {
    padding-bottom: 5px;
}
ul.footer-links li a {
    font-size: 14px;
    font-weight: 400;
    color: #6B6B72;
    line-height: 20px;
	transition: all .2s;
}
ul.footer-links li a:hover, .footer-bottom a:hover, .bot_logos_img a:hover {
    color: #95ce5a;
    text-decoration: none;
}
.bot_logos {
    margin-bottom: 15px;
}
.bot_logos_head {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.bot_logos_img a {
    display: inline-block;
    margin-right: 15px;
	transition: all .2s;
}
.bot_logos_img img {
    margin-right: 3px;
}
ul.xxx-footer__bottom-nav {
    list-style-type: none;
}
li.xxx-footer__bottom-item a {
    font-size: 16px;
    font-weight: 400;
    color: #6B6B72;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
li.xxx-footer__bottom-item a:hover {
	text-decoration: none;
}
li.xxx-footer__bottom-item {
    margin-right: 15px;
}
li.xxx-footer__bottom-item i {
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    font-size: 20px;
    color: #adb4bf;
	margin-left: 5px;
	font-family: "bankiros";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ic-mail:before {
    content: "\e979";
}
.ic-telegram_icon:before {
    content: "\e91f";
}
.ic-viber:before {
    content: "\e9df";
}
.ic-whatsapp:before {
    content: "\e9de";
}
.support-link--tg:hover i {
    color: #50b4ef;
}
.support-link--viber:hover i {
    color: #7360f2;
}
.support-link--whatsApp:hover i {
    color: #47ca61;
}
@media only screen and (max-width: 767px) {
	.footer-social-icons {margin-top: 10px;}
	ul.d-flex.xxx-footer__bottom-nav {flex-wrap: wrap;}
	li.xxx-footer__bottom-item { margin-right: 0; margin-bottom: 5px; }
	a.footer-top_brand-logo { margin-bottom: 10px; }
}

@media screen and (min-width:992px){
	.col-cities ul.item_list{columns:4;-webkit-columns:4;-moz-columns:4}
	.col-cities ul.item_list li{padding-right:15px}
}
@media screen and (min-width:768px) and (max-width:991px){
	.col-cities ul.item_list ul{columns:3;-webkit-columns:3;-moz-columns:3}
}

/* sidebar */
aside#secondary {
    margin-top: 20px;
}
aside#secondary section {
    padding: 20px;
	 background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
section#custom_html-8, .offerbox .offer-col, .property {box-shadow: 0 6px 29px rgba(15,16,17,.05); background: #fff;}
aside ul.item_list {
    list-style: none;
    padding: 0;
    margin: 0;
	max-height: 155px;
    overflow: hidden;
}
aside ul.item_list.no-height {
	max-height: none;
    overflow: auto;
}
aside .item_list.active {
	overflow: auto;
	max-height: none;
}
aside ul.item_list .vid-btn-wrap a {
    font-size: 14px;
    color: #8cc459;
    border-bottom: 1px dashed;
}
aside ul.item_list .vid-btn-wrap a:hover {
	color: #8cc459;
	text-decoration: none;
}
aside .item_list.active .vid-btn-wrap {
	display:none;
}
aside .subtitle {
    padding-bottom: 15px;
	margin-top: 20px;
}
aside ul.item_list a {
    margin-bottom: 10px;
    font-size: 14px;
    color: #388ec3;
}
aside ul.item_list a {
    margin-bottom: 5px;
    font-size: 14px;
    color: #388ec3;
    display: inline-block;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
aside ul.item_list a:hover {
	color: #7bc057;
    text-decoration: none;
}
a.g-btn-dotted {
    padding: 5px 0;
    border: 0;
    background-color: transparent;
    font-size: 0;
    outline: 0;
}
.g-btn-dotted__dotted {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #adb4bf;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}

.h2, h2, .tabs-pro .tab-content h2, .woo-product-short-desc h2, h2.infotext  {
    font-size: 1.4rem;
    font-weight: 400;
}
h3  {
    font-size: 1rem !important;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#tarif ul, #tarif ol {
    margin: 0 0 1.5em 0;
 padding-left: 6%;
}
.tabs-pro ul, .tabs-pro ol {
    margin: 0 0 1.5em 0;
 padding-left: 2%;
}
#tarif table td {
	border: 1px solid rgba(0,0,0,.2);
padding: 5px 2% 0;
}
.tarif {
    font-size: 1.2rem;
    font-weight: 400;
}
#toggle-company-text>div>p {
    font-size: 12px;
    overflow: hidden;
    height: 140px;
    margin: 1px;
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 15px;
    background: #f5f5f5;
}
@media only screen and (max-width: 767px) {
#tarif {
    overflow-x: auto;
}
#tarif ul, #tarif ol {
    padding-left: 15px;
    font-size: 80%;
}
#tarif table tr:first-child td {
    min-width: 120px;
}
}
.offerbox-top h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.list-cats {
    margin: 30px 0 30px;
}
.list-cats .subtitle {
    font-weight: 600;
	font-size: 16px;
    color: #171d23;
}
.list-cats ul.item_list {
    list-style: none;
    margin: 10px 0 15px;
    padding: 0;
}
.list-cats ul.item_list li {
    margin-bottom: 10px;
}
.list-cats ul.item_list li a {
    color: #707070;
    font-size: 14px;
}
.list-cats ul.item_list li a:hover {
	text-decoration: none;
	color: #6e9946;
}
.about-us {
    font-size: 110%;
}
.why {
    margin-top: 2em;
}
.why-text {
    padding: 20px 30px;
    background: linear-gradient(-16deg,#209cff 20%,#4ec8df 77%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 20px 6px #eef0f2;
    -moz-box-shadow: 0 4px 20px 6px #eef0f2;
    box-shadow: 0 4px 20px 6px #eef0f2;
}
.why-text-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}
.why-text-help {
    font-weight: 600;
    font-size: 18px;
}
.why-block-title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
}
.why-block {
    position: relative;
    padding: 30px 0 0 60px;
}
.why-right .col-md-6:before {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 200px;
    color: #f5f8fb;
    line-height: .9;
    font-family: 'Arial';
}
.why-right .col-md-6.why-1:before {content: '01';}
.why-right .col-md-6.why-2:before {content: '02';}
.why-right .col-md-6.why-3:before {content: '03';}
.why-right .col-md-6.why-4:before {content: '04';}
.why-block {
    z-index: 5;
}
.support_form {
    background: #eff1f5;
    padding: 40px 30px;
}
.support_form .col-md-4 span {
    font-weight: 600;
}
.support_form .row {
    margin-bottom: 15px;
}

.filter-title h2 {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px;
}

.rev-items {
    background: #fff;
    border: 1px solid #dadee2;
	border-radius: 10px;
    overflow: hidden;
}
.rev-items-head {
    padding: 0 20px;
}
.row.rev-items-content {
    border-top: 1px solid #e8ecef;
}
.xxx-reviews-card {
    padding: 20px;
}
.xxx-reviews-card__title {
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 700;
    color: #333e50;
}
.xxx-reviews-info {
    font-size: 14px;
    color: #adb4bf;
    padding-bottom: 15px;
}
.xxx-reviews-info>*:not(:last-child) {
    display: inline-block;
    margin-right: 25px;
}
.xxx-reviews-card__bottom-content {
    margin-top: 20px;
}
@font-face {
	font-family: "bankiros";
	font-display: swap;
	src: url("css/bankiros.woff2?p_v=3") format("woff2"),
	url("css/bankiros.woff?p_v=3") format("woff");
	font-weight: normal;
	font-style: normal;
}
.xxx-reviews-info__user {
    position: relative;
}
.xxx-reviews-info__user::before {
    content: '\e950';
    font-family: 'bankiros';
    margin-right: 5px;
    font-size: 11px;
}
.xxx-reviews-info__local::before {
    content: '\e915';
    font-family: 'bankiros';
    margin-right: 5px;
    font-size: 11px;
}
.xxx-reviews-info__bank::before {
    content: '\e902';
    font-family: 'bankiros';
    margin-right: 5px;
    font-size: 11px;
}
@media only screen and (min-width: 768px){
	.col-md-6.rev-items-col:first-child {
		border-right: 1px solid #e8ecef;
	}
	.col-md-6.rev-items-col {
		padding-right: 0;
	}
}
@media only screen and (max-width: 767px){
	.col-md-6.rev-items-col:first-child {
		border-bottom: 1px solid #e8ecef;
	}
}
.uslov-link .btn-link {
    font-size: 14px;
}
.property .card-body {
    padding: 0;
}
.property .card-body .tabs-pro {
    margin-top: 0;
}
.head-row {
    background: #fff;
}
.property-tit a, .property-tit > span {
    font-size: 18px;
    font-weight: 600;
}
.property-lic {
    font-size: 12px;
}

.slider {
	background: #efefef;
	position: relative;
}
.slider:after {
    content: '';
    position: absolute;
	left: 0;
    bottom: 0;
    height: 66px;
    width: 100%;
    background: url(/wp-content/uploads/2022/07/slide-btm.png) bottom repeat-x;
}
.slider > .container {
	background: url(/wp-content/uploads/2022/07/ban.png) top right no-repeat;
	padding: 2rem 0 5rem;
	background-size: contain;
}


h1.slider_title {
	color: #4190b5;
	font-size: 2.8rem;
	line-height: 1.15;
	font-weight: 400;
}
.slider_subtitle {
	color: #000000;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: 400;
	margin: 1rem 0 3rem;
}
.slider_subtitle span {
	color: #4190b5;
	font-weight: 400;
}
.slide_icons {
    margin-bottom: 1.5rem;
}
.slide_icon {position: relative;}
.slide_icon span {
    padding-left: 30px;
    display: inline-block;
}
.slide_icon:before {
    content: '';
    position: absolute;
	left: 12px;
    width: 20px;
    height: 20px;
	background-size: cover !important;
}
.slide_icon_1:before {width: 20px;height: 20px;background: url(/wp-content/uploads/2023/09/check.png) no-repeat;}
.slide_icon_2:before {width: 20px;height: 20px;background: url(/wp-content/uploads/2023/09/check.png) no-repeat;}
.slide_icon_3:before {width: 20px;height: 20px;background: url(/wp-content/uploads/2023/09/check.png) no-repeat;}
.slide_btm_left {
    margin-right: 15px;
}
.slide_btm_left a {
	display: inline-block;
	padding: 1.2rem 3.4rem;
	color: #ffffff;
	text-decoration: none;
    font-size: 1.2rem;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 5px;
    background-color: #3d9be9;
    background-position: center center;
    transition: all .3s ease-in-out;
	border-bottom: 4px solid #1954aa;
	background: -webkit-gradient linear-gradient(0deg,#2b6ece 0,#3b87f3);
    background: linear-gradient(0deg,#2b6ece 0,#3b87f3);
	position: relative;
}
.slide_btm_left a:hover {color: #ffffff;text-decoration: none;background-color: #3d9be9;background: linear-gradient(0deg,#3674cd 0,#4a8ff1);}
.slide_btm_left a:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -20px;
    width: 48px;
    height: 52px;
    background: url(/wp-content/uploads/2022/07/coin.png) no-repeat;
    background-size: contain;
}
.slide_btm_right span {
    display: block;
	line-height: 1.6;
}

@media screen and (max-width: 1199px) {
	.slider > .container {background: none;}
	.slider {	background:#e4e4e4;}
	h1.slider_title {
		font-size: 2.6rem;}
	a.newbtn {
		text-align: center;}
}
@media screen and (max-width: 767px) {
	.slider {text-align: center;}
	h1.slider_title {font-size: 2.2rem;}
	.slide_icons { text-align: left; padding-left: 0.8rem; }
	.slide_icon {min-height: 60px;margin-bottom: 45px;margin-left: 20px;}
	.slide_icons {margin-bottom: 1rem;}
	.slide_btm_right { margin-top: 1rem;}
	.slide_btm_left {padding: 1.4rem;}
	.slide_btm_left a:after {display:none;}
	.slide_btm_left a {padding: 1.4rem;}
	.row.slide_btm { justify-content: center; }
}

.best-row ul.nav-tabs {
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px;
	border-bottom: 0;
}
.best-row .nav-tabs li.nav-item {
    padding: 0;
    margin: 0 15px 0 0;
}
.best-row .nav-tabs a.nav-link {
	cursor: pointer;
    display: inline-block;
	position: relative;
	padding: 0;
    border: none;
    font-size: 14px;
    line-height: 1.4;
    color: #388ec3;
    -webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}
.best-row .nav-tabs a.nav-link:not(.active):before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px dotted #388ec3;
}
.best-row .nav-tabs .nav-link.active {
	color: #333e50;
}
table.best-table tr {
	border-bottom: 1px solid #e9edf0;
}
table.best-table td:first-child {
    width: 60%;
}
table.best-table tr.best-table-last {
    border-bottom: none;
}
table.best-table td {
    padding: 15px 10px 15px 0;
    background-color: #fff;
    vertical-align: middle;
    font-size: 14px;
}
table.best-table td:last-child {
    text-align: right;
	padding: 15px 0;
}
table.best-table thead td {
    padding: 10px 0;
    font-size: 13px;
    color: #9299a2;
}
table.best-table td a {
	color: #388ec3;
}
table.best-table td.best-table-update {
    color: #adb4bf;
    padding-top: 15px;
    font-size: 13px;
}

.best-preim {
    border-radius: 16px;
    background-color: #f5f5f5;
    padding: 32px 24px;
}
.best-preim-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 16px;
}
.best-preim-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: normal;
    width: 100%;
    flex-direction: column;
    column-gap: 18px;
    row-gap: 18px;
}
.best-preim-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: normal;
    width: 100%;
    flex-direction: row;
    align-items: center;
    column-gap: 16px;
    row-gap: 16px;
}
.best-preim-item span {
    display: inline-flex;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}
.best-preim-item svg {
    color: #0dd149;
}

.ff_slider {
    padding: 40px 0;
}
h1.ff_title {
    line-height: 1.1;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 42px;
	margin: 40px 0 25px;
}
.ff_subtitle {
    line-height: 1.4;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 14px;
    color: #4d4d4d;
	margin-bottom: 30px;
}
a.ff_btn_first {
    background: #005fff;
    color: #fff;
    font-size: 13px;
    border-radius: 0;
	transition: all .2s;
}
a.ff_btn_first:hover {
	color: #fff;
	background: #3681ff;
}
a.ff_btn_second {
    background: #efefef;
    color: #333;
    font-size: 13px;
    border-radius: 0;
    margin-left: 10px;
	transition: all .2s;
}
a.ff_btn_second:hover {
	color: #333;
	background: #d9d7d7;
}
.ff_info_text {
    color: #4d4d4d;
    line-height: 1.4;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 13px;
	margin-bottom: 20px;
}
.ff_info_phone a {
    color: #045aa5;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 600;
    font-size: 21px;
}
.ff_info_phone a:hover {
	color: #0966b7;
	text-decoration: none;
}
.ff_info {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e3e3e3;
    max-width: 450px;
}
.ff_info_consult {
    position: relative;
	padding-right: 30px;
}
.ff_info_circle {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #005fff;
    z-index: 2;
	text-align: center;
    color: #fff;
	font-size: 13px;
}
.ff_info_circle i {
    margin-top: 10px;
}
.ff_info_consult img {
	position: absolute;
	top: 0px;
	left: 25px;
	width: 33px;
    height: 33px;
	z-index: 3;
}
@keyframes leaves {
	0% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
	100% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
	}
}

.ff_info_circle {
	animation: leaves 1s ease-in-out infinite alternate;
	-webkit-animation: leaves 1s ease-in-out infinite alternate;
}
@media screen and (max-width: 767px) {
	
}

.categories-item__cell-img img {
    max-width: 50px;
    width: 50px;
}
a.categories-item__cell {
    padding: 25px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
	transition: all .3s;
}
a.categories-item__cell:hover {text-decoration:none;border: 1px solid #555;}
.categories-item__cell-title {
    color: #333e50;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
}
.mega-title {
    position: relative;
    min-height: 30px;
}
.mega-title span {
    font-size: 14px;
	font-weight: 600;
    color: #333e50;
    text-transform: uppercase;
	padding-left: 40px;
	position: relative;
}
.mega-title span:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
	bottom:0;
	margin: auto 0;
    width: 40px;
    height: 40px;
    background-size: contain !important;
}
.mega-title.mega-zaim span:before {
	background: url(/wp-content/uploads/2022/07/mega-zaim.png) no-repeat;
	width: 40px;
    height: 20px;
}
.mega-title.mega-mfo span:before {
	background: url(/wp-content/uploads/2022/07/mega-mfo.png) no-repeat;
	width: 30px;
    height: 30px;
}

/* calc */
.loan-overpayment-calc {margin: 30px 0;padding: 0 65px 32px 65px;background: #fff;border: 1px solid #E5E5E5;border-radius: 10px;}
.loan-overpayment-calc-body {display: flex;flex-wrap: wrap;margin-top: 20px;justify-content: space-between;}
.loan-overpayment-calc-el {width: 285px;margin: 10px 0;}
.loan-overpayment-calc-el:not(:nth-child(3n+3)) {margin-right: 61px;}
.loan-overpayment-calc-el .l-overpayment-calc-title {color: #888;}
.loan-overpayment-calc-down-block {display: flex;justify-content: space-between;align-items: center;margin-top: 28px;}
.loan-overpayment-result {display: flex;align-items: center;font-weight: 600;}
.l-result{margin-left: 11px;font-weight: 600;}
.l-currency {margin-left: 5px;}
.l-result,.l-currency{font-size: 1.625rem;}
.loan-overpayment-btn-wrap .btn {width: 270px;}
.loan-overpayment-calc input[type=text] {border: none;border-bottom: 1px solid #E5E5E5;font-size: 1.5rem;width: 100%;margin-bottom: 10px;}
.loan-overpayment-calc input[type=text]:focus {outline: none;}
.loan-overpayment-calc input[type=range] {outline: none;padding: 0;width: 285px;height: 4px;border-radius: 14px;background-color: #E5E5E5;background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%,#355FF1), color-stop(100%, #355FF1));background-image: -webkit-linear-gradient(#355FF1, #355FF1);background-image: -moz-linear-gradient(#355FF1, #355FF1);background-image: -o-linear-gradient(#355FF1, #355FF1);background-image: linear-gradient(#355FF1, #355FF1);background-repeat: no-repeat;cursor: pointer;-webkit-appearance: none;z-index: 1;}
.loan-overpayment-calc input[type=range]::-webkit-slider-runnable-track {box-shadow: none;border: none;background: transparent;-webkit-appearance: none;z-index: 1;}
.loan-overpayment-calc input[type=range]::-moz-range-track {box-shadow: none;border: none;background: transparent;opacity: 1;z-index: 1;}
.loan-overpayment-calc input[type=range]::-moz-focus-outer {border: 0;opacity: 1;z-index: 1;}
.loan-overpayment-calc input[type=range]::-webkit-slider-thumb {width: 20px;height: 20px;opacity: 1;border: 0;background:#355FF1;border-radius: 50%;-webkit-appearance: none;z-index: 1;}
.loan-overpayment-calc input[type=range]::-webkit-slider-thumb:hover {width: 26px;height: 26px;}
.inputCalcSumValue, .inputCalcDaysValue, .inputCalcPercentValue {border: none;color: #888;border-bottom: 1px solid #E5E5E5;font-size: 1.5rem;width: 100%;margin: 18px 0;line-height: 1.938rem;}
.loan-overpayment-btn-wrap button.btn-light {border-color: #8cc459;background: #8cc459;color: #fff;}
.loan-overpayment-btn-wrap button.btn-light:hover {border-color: #96ca66;background: #96ca66;color: #fff;}
div.inputCalcSumValue, div.inputCalcDaysValue, div.inputCalcPercentValue{display:none}
@media screen and (max-width: 767px) {
	.loan-overpayment-calc {margin: 30px 0;padding: 10px;background: #fff;border: 1px solid #E5E5E5;}
	.loan-overpayment-calc-el {width: 100%;margin: 10px 0;}
	.loan-overpayment-calc-body {display:block;}
	.loan-overpayment-btn-wrap .btn { width: 100%; }
}

.author-in-category {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin: 0 0 30px;
    padding: 30px;
	border-radius: 10px;
}
.author-in-category-avatar {
    width: 100px;
    height: 100px;
}
.author-in-category-title {
    font-weight: bold;
    margin-top: 10px;
}
.author-in-category-avatar img {
    height: 100px;
    border-radius: 100px;
	max-width: none;
}
.author-in-category-name {
    color: #0c5da9;
    font-size: 18px;
    font-weight: 700;
}
.author-in-category-description {
    color: grey;
}
span.title-end {
    font-size: 16px;
    font-weight: 400;
}
.facetwp__loader {
    text-align: center;
    width: 100%;
}
.property + .offerbox, .property + .pro-list-th {
    display: none;
}

span.sort-date {
    color: #787878;
    font-size: 16px;
}
.side-offers h2 {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px dotted #d3d3d3;
    padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
	section#custom_html-8 {
		position: sticky;
		top: 20px;
	}
}
.author-in-category-btn.zayav-btn a {
	padding: 17px 12px;
}

.delivery-payment {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 40px;
}
.delivery-payment .group {
  padding-top: 34px;
  padding-bottom: 33px;
  position: relative;
  z-index: 10;
}
.delivery-payment .group_delivery {
  width: 40%;
  background: #636363 url('/wp-content/uploads/2022/08/bg.png') no-repeat center right;
  color: #fff;
  padding-left: 6px;
}
.delivery-payment .group_delivery .group__title {
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
}
.delivery-payment .group_delivery .group__content li {
  margin-bottom: 25px;
  font-size: 16px;
}
.delivery-payment .group_payment {
  width: 60%;
  padding-left: 30px;
  background: #eee;
}
.delivery-payment .group_delivery .group__wrap {
    padding-left: 20px;
}
.delivery-payment .group__title {
	margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  color: #000;
  text-align: left;
}
.delivery-payment .group__title.pay-title {
    margin-bottom: 20px;
}
.delivery-payment .group__content {
  font-size: 16px;
}
.delivery-payment .group__content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.delivery-payment .group__content li {
  margin: 0 0 13px 0;
  padding-left: 35px;
  position: relative;
  color:#fff;
  min-height: 15px;
  background: url('/wp-content/themes/mark-agency/img/icon_list-1.png') no-repeat center left;
  font-size: 18px;
}
.delivery-payment .group__content li:last-of-type {
  margin-bottom: 0;
}
.deliv-flex img {
    height: auto;
	margin-right: 20px;
}
.deliv-flex {
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.deliv-flex > div {
    width: 50%;
	display: -ms-flexbox;
    display: flex;
	align-items: center;
    margin-bottom: 20px;
}
.deliv-info {
    font-size: 12px;
}
.deliv-flex > div > div {
    font-weight: 400;
	line-height: 1.4;
}
.deliv-span span {
    display: block;
	margin-top: 5px;
    font-size: 12px;
	line-height: 1.4;
	font-weight: normal;
}
.pay-text {
    margin-bottom: 20px;
}
.delivery-payment .group_payment .group__wrap {
    padding-right: 20px;
}
.montazh-text {
    margin-top: 20px;
    padding-right: 20px;
}
@media only screen and (max-width: 991px){
	.delivery-payment {display: block;}
	.delivery-payment .group_delivery {width:100%;}
	.delivery-payment .group_payment {width:100%;padding-left: 15px;}
	.deliv-flex > div,.deliv-flex {width:100%;display: block;padding: 0 15px;}
	.deliv-flex img { margin-right: 10px; float: left; vertical-align: middle; }
}
.deliv-item img {
    height: 100px;
}
.deliv-text {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}

.author-info-top p {
    margin-bottom: 0;
}
.author-info-one {
    font-weight: 600;
    font-size: 18px;
}
.author-info-three a {
    color: #0c5da9;
    font-size: 20px;
}
.author-info-three a:hover {
    color: #0c5da9;
    text-decoration:none;
}

.razdel {
	margin: 0;
	background: #cbddee;
	border-top: 2px solid #ffffff;
}
.razdel > .container > .row {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.razdel h2 {
	font-size: 36px;
    line-height: 1.2;
}
.razdel .col-lg-7 span {
	margin-top: 1.25rem;
	font-size: 1.5rem;
    line-height: 1.54;
}
a.btn-razd {
	color: #fff;
    border-color: #317eb2;
    background-color: #317eb2;
	padding: 1rem 2.5rem;
    font-size: 1rem;
    line-height: 1.47;
    border-radius: 0.375rem;
	position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    font-weight: 700;
	transition: all 0.2s ease-in-out;
	box-shadow: 10px 15px 18px rgba(23, 23, 36, 0.15);
}
a.btn-razd:hover {
	color: #fff;
    border-color: #3e92ca;
    background-color: #3e92ca;
	box-shadow: 10px 15px 5px rgba(23, 23, 36, 0.15);;
}
.btnform input[type="email"] {
    height: 50px;
	margin-bottom: 0;
}
.btnform input[type="submit"] {
    margin-left: 10px;
    margin-right: 10px;
	width: 40%;
	padding: 1em;
	background-color: #317eb2;
    border-color: #317eb2;
}
.btnform span.wpcf7-form-control-wrap {
    width: 65%;
}
@media (max-width: 767px) {
	.razdel > .container > .row {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
}

/* <LISTING_COMPARE_TABLE> */
/* raw table */
.listing-compare-table > table {
	width: 100%;
    background: #fff;
    border-radius: 6px;
	margin-bottom: 68px;
}
.listing-compare-table > table thead th {
	border-bottom: 1px solid #9c27b0;
	padding: 12px 8px;
}
.listing-compare-table > table tbody tr:nth-child(n+11) {
	display: none;
}
.listing-compare-table > table tbody tr td {
	padding: 8px;
	border-top: 1px solid #dee2e6;
}
.fixed-table-body::-webkit-scrollbar {
    width: 5px;
}
.fixed-table-body::-webkit-scrollbar-thumb {
    background-color: #317eb2;
    border-radius: 20px;
    border: 3px solid #317eb2;
}
/* bs table */
.category-view .bootstrap-table .fixed-table-container {
	background: #0000 !important;
}
.listing-compare-table table {
	background: #fff;
    border-radius: 6px;
}
.listing-compare-table h3 {
	margin-bottom: 0px;
}
.listing-compare-table .fixed-table-container {
	border-radius: 6px;
}
/*.listing-compare-table .fixed-table-container:hover {*/
.bootstrap-table .fixed-table-container .table:hover {
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 12px;
}
.listing-compare-table {
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.listing-compare-table thead {
	font-size: 14px;
}
.listing-compare-table thead th {
	border-color: #317eb2 !important;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
	padding: 12px 12px 12px 24px !important;
	padding-right: 12px !important;
}
.bootstrap-table .fixed-table-container .table thead th .sortable {
	background-position: left !important;
}
.listing-compare-table .mf-thumb {
	width: 62px;
	margin: 0 auto;
}
.listing-compare-table tbody {
	font-weight: 400;
}
.listing-compare-table tbody tr:last-child td {
	border: 0;
}
.listing-compare-table tbody > tr:hover {
	background: rgba(86,61,124,.06);
}
.listing-compare-table .bootstrap-table .fixed-table-pagination > .pagination-detail {
	display: none;
}
.listing-compare-table .bootstrap-table .fixed-table-pagination>.pagination {
	margin-top: 15px;
	margin-bottom: 0px;
}
.listing-compare-table-desc {
	background: #f7f7f7;
	border-radius: 6px;
	padding: 16px 20px 18px 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.listing-compare-table-desc p:last-child {
	margin: 0;
}
@media (max-width: 767px) {
	.table-comparison-wrapper {
		margin-left: -12px;
		margin-right: -12px;
	}
	.bootstrap-table .fixed-table-container .fixed-table-body {
		padding: 12px;
		display: flex;
	}
	.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
		width: calc(100% - 24px)!important;
	}
}
/* </LISTING_COMPARE_TABLE> */
.info_block {
	padding: 25px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.name_mfo, .no_mfo span, .bik_mfo span {
	font-weight:600;
}
.reestr {
	text-align:center;
margin:8px 0;
}
.reestr a {
color: #317eb2;
    border-bottom: 1px dashed #317eb2;
}
.reestr a:hover {
color: #144465;
    text-decoration:none;
	border-bottom: 1px dashed #144465;
}
.mfo-table td, .mfo-table th {
    border: 1px solid #a7beec;
    padding: 10px;
}

/* faq */
.faq .card-header {
	background-color: #fff;
	padding: 0;
	border: none;
}
.faq .card {
	padding: 0;
	border-radius: 0;
	border: none;
    border-top: 1px solid #ccc;
}
.faq .card:last-child {border-bottom: 1px solid #ccc;}
.faq .card button {
	padding: 10px 10px 10px 0;
    font-size: 16px;
    line-height: 1.3;
    color: #2d2d2d;
	width: 100%;
	text-decoration: none;
	white-space: normal;
    text-align: left;
}
.faq .card button:hover {
	text-decoration: none;
}
.faq .card button br {
	display: none;
}
.faq .card button .acc-icon-plus, .faq .card button .acc-icon-minus {
	color: rgba(0,0,0,.25);
	float: right;
	position: relative;
}
.faq .card button[aria-expanded="false"] .acc-icon-minus {
	display:none;
}
.faq .card button[aria-expanded="true"] .acc-icon-plus {
	display:none;
}
.faq .card .card-body {
    padding: 10px 0 30px;
}
@media screen and (max-width: 767px) {
	.faq .card button {font-size: 18px;}
}
.faq-form-col {
    padding: 40px;
    border: 1px solid #ccc;
    border-radius: 20px;
}
.faq-form-col h2 {
    font-size: 24px;
    margin-bottom: 15px;
}
.quest-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.quest-form-item {
    width: 100%;
}
.quest-form-item textarea {
    max-height: 90px;
}
.quest-form-item input[type="submit"] {
	margin-top: 20px;
	background: #8cc459;
	border: 1px solid #8cc459;
	text-transform: uppercase;
}

.zay-form-wrap {
    background: #f1f1f1;
    padding: 20px;
	border: 1px solid #ccc;
}
.zay-form-item label {
    width: 100%;
}
.zay-form-item label input, .zay-form-item label select {
    max-height: 35px;
    margin-bottom: 5px;
}
.zay-form-item input[type="submit"] {
    margin: 10px 0;
}

.likes-text {
    font-size: .9rem;
    margin-right: 10px;
}
.likes-btns {
    padding: 0 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.likes-btns > div {
    padding: 3px 8px;
	cursor: pointer;
	transition: all .2s;
}
.likes-btns > div#like {
    border-right: 1px solid #ccc;
}
span#likecount, span#dislikecount {
    padding-left: 8px;
}
.likes-btns > div:hover {
    opacity: .7;
}

/* banki */
.bank-wrap {
	width: 100%;
    border: 1px solid #dadee2;
    margin-bottom: 15px;
    background: #fff;
}
.bank-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 10px 20px;
	align-items: center;
}
.bank-col {
    width: 20%;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -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;
}
.bank-title {
	padding: 0;
    font-size: 18px;
    font-weight: 700;
}
.bank-img img {
    max-width: 130px;
}
.bank-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 0 20px 15px 20px;
}
.bank-line-col {
    padding: 3px 10px;
}
.bank-line-info {
    font-size: 14px;
}
.bank-row-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 20px 0;
    align-items: center;
}
.bank-row-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px 20px;
    align-items: center;
}
.bank-row-bottom .bank-lic {
	padding: 0px 10px;
}
.bank-cell {
    text-align: center;
}
.bank-cell-span {
    color: rgb(129, 134, 148);
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 3px;
}
.bank-cell-property {
	font-size: 13px;
}
.bank-img {
    padding: 0 10px;
}
@media only screen and (max-width: 1199px) {
	.bank-col {
		width: auto;
		flex: 1 1 100%;
	}
	.bank-cell-property {
		font-size: 13px;
		min-width: 120px;
	}
    .bank-row {
        overflow: hidden;
        overflow-x: auto;
        flex-wrap: nowrap;
    }
	.bank-title {
		padding: 0;
		font-size: 14px;
		line-height: 1.4;
	}
}

/*custom pagination and load more*/
.misha_loadmore{
	background-color: #ddd;
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.misha_loadmore:hover{
	background-color: #767676;
	color: #fff;
}

a.geo-link {
	color: #388ec3;
	position: relative;
	-webkit-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}
a.geo-link:hover {
    color: #7bc057;
	text-decoration: none;
}
a.geo-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: border-color .25s;
    -o-transition: border-color .25s;
    transition: border-color .25s;
    border-bottom: 1px dotted #388ec3;
}

.cardlogo {
    max-width: 160px;
	margin-right: 15px;
	padding: 10px;
}
.title-bank {
    font-size: 1.1em;
    font-weight: bold;
	color: #525252;
}
.col-bank {
    margin-bottom: 10px;
}
.row.kred-list {
    margin-bottom: 30px;
}
.kred-wrap h1.product_title {
    font-size: 2em;
}
.kred-item {
    padding: 5px 10px;
}
.kred-wrap .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
.kred-wrap .lay-top {
    background: #fff;
    padding-top: 30px;
}
.kred-item span {
    position: relative;
    font-size: 1.1em;
	padding-left: 30px;
}
.kred-item span:before {
	content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 21px;
    height: 20px;
    background: url(/wp-content/themes/mark-agency/img/check.png) no-repeat;
}
.bank-lic {
    color: #a4a9b5;
    font-size: 12px;
}
.bank-lic > span {
	display: inline;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 10px;
}
.bank-lic > span::before {
    content: '\2022';
    margin-right: 10px;
}
.bank-lic > span:first-child {
  margin-left: 0;
}
.bank-lic > span:first-child::before {
  display: none;
}
@media screen and (min-width: 768px) {
	.pro-col.kred-wrap .pro-left, .pro-col.kred-wrap .info-pro {
		padding-bottom: 0;
	}
}

/* converter */
.standard-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  background: #fff;
}
.standard-table:not(.standard-table--list) {
  border: 1px solid #d6d9e0;
}
.standard-table th,
.standard-table td {
  text-align: left;
  vertical-align: top;
  padding: 20px;
}
.standard-table th.banner,
.standard-table td.banner {
  padding: 0;
  border: 0;
}
@media (max-width: 576px) {
  .standard-table th,
  .standard-table td {
    padding: 15px;
  }
}
.standard-table th hr,
.standard-table td hr {
  height: 0;
  border: 0;
  border-bottom: 1px solid #d6d9e0;
}
.standard-table th.table-subtitle,
.standard-table td.table-subtitle {
  background-color: #fcfbf7;
  font-weight: bold;
}
.standard-table th.table-title,
.standard-table td.table-title {
  font-weight: bold;
  cursor: default;
}
tbody.standard-table__row tr td {
  border-top: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
tbody.standard-table__row tr:first-child td {
  padding-top: 20px;
}
@media (max-width: 576px) {
  tbody.standard-table__row tr:first-child td {
    padding-top: 15px;
  }
}
tbody.standard-table__row tr:last-child td {
  padding-bottom: 20px;
}
@media (max-width: 576px) {
  tbody.standard-table__row tr:last-child td {
    padding-bottom: 15px;
  }
}
tbody.standard-table__row + tbody.standard-table__row {
  border-top: 1px solid #d6d9e0;
}
.standard-table th {
  background-color: #eff1f5;
  font-weight: normal;
}
.standard-table th > a {
  color: #28467f;
  text-decoration: none;
}
.standard-table th.colspan {
  border-bottom: 1px solid #d6d9e0;
}
.standard-table td {
    border-top: 1px solid #d6d9e0;
}
.country-flag {
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url("/wp-content/themes/mark-agency/img/country-flags.png") no-repeat;
}

.tab-pane td {
 padding: 5px 0 10px;
}

.blog-item {
    background: #F4F5FC;
    border-radius: 10px;
    padding: 25px 30px 10px;
}
.blog-item-readmore svg {
    width: 12px;
}
.blog_date {
    color: #B8B8B8;
    font-size: .9rem;
}
.blog-item-title h3 {
    font-size: 1rem;
	line-height: 1.4;
	font-weight: 400;
}
.owl-news .owl-item:nth-child(3n+2) > div > .blog-item {background: #FFEDC0;}
.owl-news .owl-item:nth-child(2n+2) > div > .blog-item {background: #C8D9FD;}
.owl-news .owl-item:nth-child(4n+2) > div > .blog-item {background: #C0EFDE;}

.owl-logos .product-thumb {
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    padding: 0;
    border-radius: 2px;
	height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
}
.owl-logos .product-thumb .image-logos {
    position: relative;
    text-align: center;
    margin: auto;
	padding: 15px;
}
.owl-logos .product-thumb .caption {
	height: 40px;
    background-color: #fcfcfc;
    padding: 10px;
    margin: 0;
    text-align: center;
    display: grid;
    border-top: 1px solid #f5f5f5;
}
.owl-logos .product-thumb h4 {
	color: #0076AF;
	font-size: 15px;
	line-height: 18px;
    margin-top: 0;
    font-weight: normal;
    overflow: hidden;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
}
.owl-carousel .owl-nav button {
	outline: 0;
	position: absolute;
	cursor: pointer;
    opacity: 0;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    transition: all .3s ease;
}
.owl-carousel .owl-nav .owl-prev {
    left: 0px !important;
	top: 45%;
}
.owl-carousel .owl-nav .owl-next {
    right: 0px !important;
	top: 45%;
}
.owl-carousel .owl-nav button i {
    font-size: 30px;
	margin: -20px 0 0;
}
.owl-carousel:hover .owl-nav button {
    opacity: 0.7;
}
.owl-carousel .owl-nav button i:hover {
	color: #36A2D7;
}
.owl-logos .product-thumb .image-logos a {
    display: block;
}
@media screen and (max-width: 567px) {
	.owl-carousel .owl-item img {
		width: auto !important;
		margin: auto;
	}
	.owl-carousel .owl-item .image-logos img {
		max-height: 60px !important;
	}
}

/* article */
.single-post .sub-content {
    display: none;
}
.post_others {
    background: #F4F5FC;
    border-radius: 30px;
    padding: 40px 30px;
}
.post_other_img {
    width: 30%;
	overflow: hidden;
    max-height: 55px;
}
.post_other_content {
    padding-left: 15px;
	width: 70%;
}
.post_others h3 {
    font-size: 1.6rem;
    margin-bottom: 25px;
}
.side_post_title a {
    font-size: inherit;
	line-height: 1;
}
.side_post_date {
    color: #B8B8B8;
    font-size: .9rem;
	margin-top: 5px;
}
.post_other {
    margin-bottom: 25px;
}
.post_other_img img {
    border: 2px solid #fff;
}
.post_weopen {
    margin-top: 30px;
}
.post_weopen_inner {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 15px;
}
a.open-icon {
    display: inline-block;
}
a.open-icon svg {
    width: 44px;
}
.post_weopen_inner span {
    font-size: 1rem;
    font-weight: 600;
}
.con-anons {
    font-size: 1.2rem;
}
.con-img img {
    border-radius: 14px;
}
article.article_post .article-row h2 {
	font-size: 1.45em;
	text-transform: uppercase;
    margin: 30px 0 15px;
	color: #0095ef;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
article.article_post .article-row h3 {
	font-weight: 600;
	font-size: 1.15em;
    color: #404040;
}
.article-row ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 20px;
}
.article-row ul li {
    padding-left: 16px;
    position: relative;
	line-height: 120%;
	margin-bottom: 8px;
	color: #252424;
}
.article-row ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
	background: #0095ef;
}
.plan-block {
    margin: 30px 0 40px;
}
.plan-header {
    font-size: 1.6rem;
    color: #0095ef;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.plan-list li {
	font-size: 1.15rem;
	color: #54595F;
    margin-bottom: 5px;
}
.plan-list li a {
    color: #54595F;
	font-size: 1.15rem;
	padding-left: 5px;
	transition: all .2s;
}
.plan-list li a:hover {
	color: #95ce5a;
    text-decoration: none;
}
.nav-links a {
    display: inline-block;
    padding: 5px 10px;
    background: #0095ef;
    border-radius: 6px;
    color: #fff;
}
.nav-links a:hover {text-decoration:none}
.nav-previous {
    margin-bottom: 20px;
}

.cur_widget {
    box-shadow: 0 0 4px #d2d2d2;
    border-radius: 4px;
}
.cur_widget > div {
    font-size: 16px;
    color: #333;
    width: 100%;
    background-color: #fafafa;
    padding: 3px 10px;
}
.cur_widget .country-flag {
    margin-right: 5px;
}
.cur_widget span {
    font-size: 14px;
}
h3.kurs-title {
	font-size: 18px;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.cur_widget {margin-left: 0px;}
}

.page #content .bg--gray {background: #f2f2f2;}
.block-company-info{background:white;border:solid 1px #f2f2f2;padding:20px;margin-bottom:10px}.block-company-info:before,.block-company-info:after{content:" ";display:table}
.block-company-info:after{clear:both}
.block-company-info:before,.block-company-info:after{content:" ";display:table}
.block-company-info:after{clear:both}
.block-company-info:before,.block-company-info:after{content:" ";display:table}
.block-company-info:after{clear:both}.block-company-info:before,.block-company-info:after{content:" ";display:table}
.block-company-info:after{clear:both}
.block-company-info .block-label{font-size:14px;color:gray;margin-bottom:10px}
.block-company-info .block-icon{font-size:25px;display:block;float:left;color:#c89f5d}
.block-company-info .block-company-content{padding-left:30px;position:relative;line-height:1.4em;font-size:18px;word-wrap:break-word;font-family:'Times New Roman'}
.block-company-info .block-contact{margin-bottom:13px}
.block-company-info .block-contact .text-detail{margin:2px 0}
.block-company-info .block-icon-inline{font-size:25px;vertical-align:middle;color:#c89f5d}
.block-company-info i {float: left;display: inline-block;margin-top: 3px;font-size: 20px;}
.block-currency-rate{border:solid 1px #f2f2f2;background:#fff;padding:25px 20px}
.block-currency-rate .currency-info-container{display:table;width:100%;padding-top:10px}
.block-currency-rate .currency-logo-container{display:table-cell;width:48px;padding-right:10px;vertical-align:top}
.block-currency-rate .currency-logo-container img{width:48px;height:48px}
.block-currency-rate .currency-name-container{display:table-cell;vertical-align:middle}
.block-currency-rate .currency-name-container .currency-name{font-size:16px;line-height:1em}
.block-currency-rate .currency-rate-container{padding-left:58px}
.block-currency-rate{margin-bottom:10px;border:0;padding:15px 20px 15px 20px}
.block-currency-rate .currency-name{font-size:16px}
.block-currency-rate .currency-info-container{margin-bottom:10px;padding-top:3px}
.currency-rate-big{font-size:36px;font-weight:lighter}
.block-currency-rate .text-detail { color:gray; font-size: 13px; }

.head-hours a.geo-link {
    font-size: 1.1rem;
    margin-top: 7px;
}
.country-item {
    margin-right: 12px;
}
.country-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	color: #18304f;
}
.country-item a span {
    margin-left: 5px;
    font-size: 16px;
	font-weight: 500;
}
.country-item a:hover {
	color: #295ffe;
	text-decoration: none;
}

ul.bank-cat-list {
    box-shadow: 0 1px 2px 0 rgba(22,33,54,.16);
    border-radius: 8px;
    box-sizing: border-box;
	margin-bottom: 40px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.top-tags ul.bank-cat-list li {
    height: 116px;
    border-radius: 0;
    border: none;
    border-right: 1px solid #d6d9e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1 1 100%;
    max-width: 11.5%;
	justify-content: center;
    padding-top: 20px;
	background: transparent;
}
/* .top-tags ul.bank-cat-list li:last-child {border-right: none;} */
.top-tags .bank-cat-list li a {
	position: relative;
}
.top-tags .bank-cat-list li a span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #212121;
    border: none;
    width: auto;
	margin-top: 20px;
    min-height: 60px;
}
.top-tags .bank-cat-list li a:before {
    content: '';
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(/images/icons/cat.svg) no-repeat;
    background-position: center center !important;
}
.top-tags .bank-cat-list li.cat-ipoteki a:before {background: url(/images/icons/cat-ipoteka.svg) no-repeat;}
.top-tags .bank-cat-list li.cat-debet a:before, .top-tags .bank-cat-list li.cat-kart a:before {background: url(/images/icons/cat-debet.svg) no-repeat;}
.top-tags .bank-cat-list li.cat-avto a:before {background: url(/images/icons/cat-avto.svg) no-repeat;}
.top-tags .bank-cat-list li.cat-rko a:before {background: url(/images/icons/cat-rko.svg) no-repeat;}
.top-tags .bank-cat-list li.cat-vklad a:before {background: url(/images/icons/cat-vklad.svg) no-repeat;}
@media screen and (max-width: 767px) {
	.top-tags ul.bank-cat-list li {max-width: 35%;}
	.top-tags .bank-cat-list li a span {line-height: 1.2}
}
.cur_widget > div > div {
    font-size: 12px;
}

.single .pro-col, .single .tabs-pro, .single .info-zaim, .single .after-pro div#reviews {
    border-radius: 10px;
    overflow: hidden;
}

aside .noUi-connect {
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%,#355FF1), color-stop(100%, #355FF1));
    background-image: -webkit-linear-gradient(#355FF1, #355FF1);
    background-image: -moz-linear-gradient(#355FF1, #355FF1);
    background-image: -o-linear-gradient(#355FF1, #355FF1);
    background-image: linear-gradient(#355FF1, #355FF1);
}
aside .noUi-horizontal {
    height: 4px;
}
aside .noUi-target {
	border: none;
}
aside .noUi-horizontal .noUi-handle {
	top: -9px;
	border-radius: 50%;
	width: 20px;
    height: 20px;
	cursor: pointer;
}
aside .noUi-handle:after, aside .noUi-handle:before {display:none}

@media screen and (min-width: 768px) {
	h2.toph2 {margin-top: -18px;}
}
@media screen and (max-width: 767px) {
	h2.toph2 {margin-top: 20px;}
	.property-img img {max-width: 200px;}
	.property-star {float: none;text-align: center;margin-top: 20px;}
}

button.fwp-load-more {
    background-color: #8cc459;
    border: none;
	outline: none;
    border-radius: 5px;
}
.property + h2.toph2 {
    display: none;
}
.twb-block .woo-sc-box {
    padding: 0 20px 20px;
}

.news-section {
    background: #f6f5f4;
    padding: 60px 0 40px;
}
a.news-item_link {
    display: block;
    background: #fff;
	padding-bottom: 15px;
	transition: all .3s;
	border-radius: 12px 12px 0 0;
}
a.news-item_link:hover {
	text-decoration: none;
}
.news-item_img {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
a.news-item_link .news-item_img img {
	transition: all .3s;
	object-fit: cover;
    min-height: 200px;
}
a.news-item_link:hover .news-item_img img {
	transform: scale(1.04);
}
.news-item_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin: 14px;
}
.news-item_excerpt {
    margin: 0 15px;
    font-size: 12px;
}
.news-all_link {
    text-align: center;
}
.news-all_link a {
    border-bottom: 1px dotted #adadad;
}

.save-grid {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, .5fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-grow: 1;
}
a.save-item {
	position: relative;
    transition: color .3s cubic-bezier(.46,0,.03,.99);
    text-decoration: none;
    cursor: pointer;
}
a.save-item:hover {
	text-decoration: none;
}
a.save-item:hover .save-item_inner {
    -webkit-filter: brightness(93%);
    filter: brightness(93%);
}
.save-item_inner {
    border: 1px solid transparent;
    height: 100%;
    min-height: 92px;
    min-width: 102px;
    position: relative;
    overflow: hidden;
    padding: 12px;
    transition: all .1s linear;
	border-color: #f5f5f5;
    background-color: #f5f5f5;
	border-radius: 16px;
}
.save-item-title {
    font-size: 12px;
    line-height: 14px;
	margin-bottom: 8px;
}
.save-item-text {
	color: #636f7d;
    font-size: 10px;
    line-height: 16px;
	margin-bottom: 8px;
}
.save-item-tag {
	background-color: #5047d7;
    color: #fff;
	display: inline-block;
	height: 16px;
    padding: 0 6px;
    border-radius: 20px;
    transition: all .3s cubic-bezier(.46,0,.03,.99);
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 10px;
    line-height: 16px;
	z-index: 2;
    position: relative;
}
.save-item-image {
    position: absolute;
    bottom: 0;
    right: 0;
}
.save-item.save-sm img {
	height: 80px;
}
.save-item.save-item-big img {
	height: 120px;
}
@media screen and (min-width: 1199px) {
    .save-grid {
        margin: auto;
        padding-right: 0;
    }
}
@media screen and (min-width: 1024px) {
    .save-item-title {
        font-size: 13px;
        line-height: 16px;
    }
}
@media screen and (min-width: 768px) {
    .save-grid {
        height: 206px;
        padding-right: 0;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(2, 1.5fr);
    }
	.save-item.save-item-big {
		grid-row: span 2;
	}
}
@media screen and (max-width: 767px) {
	.save-item-image {
		display: none;
	}
	.save-item-tag {
		font-size: 8px;
	}
}

.smallnews-item {
    border-bottom: 1px solid #eceff1;
    padding: 24px 0;
}
.smallnews-item_date {
    color: #9b9b9b;
    font-size: 12px;
    margin-bottom: 7px;
}
.bignews-item_img {
    max-height: 480px;
    overflow: hidden;
    border-radius: 8px;
}
.bignews-item_title {
    margin: 10px 0;
    font-size: 24px;
    font-weight: 600;
	transition: all .3s;
}
a.bignews-item_link:hover {
	text-decoration: none;
}
a.bignews-item_link:hover .bignews-item_title {
    color: #005fff;
}
@media screen and (max-width: 767px) {
	.bignews-row .col-md-3 {
		order: 2;
	}
}

.quick-view-image {
    margin: 15px 0;
}
.quick-view-image img {
    max-height: 80px;
}
