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


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



/* 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: 10px;
    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;
}
.property-row {
    background: #fff;
}
.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;
}
.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 {
    border: 1px solid #dadee2;
    margin-bottom: 15px;
    margin-top: 20px;
	box-shadow: 4px 4px 4px #837d78;
    background: #f6f5f5;
}
.pro-cell {
	border-right: 1px solid #dadee2;
}
.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: 13px;
    background: #fe0000;
    color: #fff;
    padding: 3px 10px 5px;
    line-height: 1;
}
.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;
	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%; }
	.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 #95ce5a;
}
.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 {
	font-family: "Roboto", Arial, Tahoma, sans-serif;
	background: #fff;
}
.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 {
		text-transform: uppercase;
		font-size: 16px;
		line-height: 1.4;
		font-weight: 400;
		color: #343f51;
		background: transparent;
		padding: 20px 0;
		margin-right: 30px;
		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: #7bc057;
	}
	.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 {
		-webkit-box-shadow: 0 4px 20px 0 rgba(207,218,229,.6);
		box-shadow: 0 4px 20px 0 rgb(207,218,229,.6);
		border-top: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
		background-color: #fff;
		margin-bottom: 15px;
	}
	.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:#94cd5a;
	}
	.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;
    padding: 5px 5% 20px;
    border: 1px solid #dadee2;
}

/* --- */
.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: -15px;
	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: 20px 0;
	border: 1px solid #06c3cf;
}
.offerbox-top {
    background: #06c3cf;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
}
.offer-col {
    background: #fff;
}
.offerbox-img {
    text-align: center;
}
.offerbox-img img {
    padding: 20px 20px 10px 20px;
}
.offerbox-title {
    text-align: center;
    font-size: 16px;
    color: #727272;
    margin-bottom: 20px;
}
.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 30px;
}
.offerbox-btn a {
    width: 100%;
}
.bestopt .offerbox {
    margin: 0;
    border: none;
}
.bestopt .offer-col_inner {
	border: 1px solid #d9d9db;
	padding: 0 20px;
}
.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) {
	.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; }
}
/* sidebar */
aside#secondary {
    margin-top: 20px;
}
aside#secondary section {
    padding: 20px;
	 background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
aside ul.item_list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
aside .subtitle {
    padding-bottom: 15px;
}
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;
}
.h2, h2, .tabs-pro .tab-content h2, .woo-product-short-desc h2, h2.infotext  {
    font-size: 1.6rem;
    font-weight: 400;
}
#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;
}
.bottom-cats {
    margin: 20px 0 30px;
    border-top: 1px solid #dbdbdb;
    padding-top: 25px;
}
@media only screen and (min-width: 320px){
.bottom-cats {
    -moz-columns: 1;
    columns: 1;
    -moz-column-gap: 24px;
    column-gap: 24px;
}
}
@media only screen and (min-width: 568px){
.bottom-cats {
    -moz-columns: 3;
    columns: 3;
    -moz-column-gap: 24px;
    column-gap: 24px;
}
}
@media only screen and (min-width: 1024px){
.bottom-cats {
    -moz-columns: 4;
    columns: 4;
    -moz-column-gap: 32px;
    column-gap: 32px;
	padding: 25px;
}
}
.bottom-cats .subtitle {
    font-weight: 600;
}
.bottom-cats ul.item_list {
    list-style: none;
    margin: 10px 0 15px;
    padding: 0;
}
.bottom-cats ul.item_list li a {
    color: #707070;
    font-size: 14px;
}
.bottom-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;
}
.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 {
    font-size: 18px;
    font-weight: 600;
}
.property-lic {
    font-size: 14px;
}

.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: 50px;
    display: inline-block;
}
.slide_icon:before {
    content: '';
    position: absolute;
	left: 10px;
    width: 46px;
    height: 46px;
	background-size: cover !important;
}
.slide_icon_1:before {width: 46px;height: 55px;background: url(/wp-content/uploads/2022/07/check.png) no-repeat;}
.slide_icon_2:before {width: 46px;height: 55px;background: url(/wp-content/uploads/2022/07/check.png) no-repeat;}
.slide_icon_3:before {width: 46px;height: 55px;background: url(/wp-content/uploads/2022/07/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; }
}

.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: 20px;
    line-height: 1.2;
    font-weight: 600;
}
.mega-title {
    position: relative;
    min-height: 30px;
}
.mega-title span {
    font-size: 18px;
	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;}
.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-bottom: 1px solid #e5e5e5;
    margin: 0 0 30px;
    padding: 30px;
}
.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: 20px;
	align-items: center;
}
.bank-col {
    padding: 10px;
}
.bank-title {
    font-size: 18px;
    font-weight: 700;
}
.bank-img img {
    max-width: 200px;
}
.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;
}

/*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;
}
.country-flag.no-flag {
  background-position: 16px 0;
}
.country-flag.flag-ad {
  background-position: -16px 0;
}
.country-flag.flag-ae {
  background-position: -32px 0;
}
.country-flag.flag-af {
  background-position: -48px 0;
}
.country-flag.flag-ag {
  background-position: -64px 0;
}
.country-flag.flag-ai {
  background-position: -80px 0;
}
.country-flag.flag-al {
  background-position: -96px 0;
}
.country-flag.flag-am {
  background-position: -112px 0;
}
.country-flag.flag-an {
  background-position: -128px 0;
}
.country-flag.flag-ao {
  background-position: -144px 0;
}
.country-flag.flag-ar {
  background-position: -160px 0;
}
.country-flag.flag-as {
  background-position: -176px 0;
}
.country-flag.flag-at {
  background-position: -192px 0;
}
.country-flag.flag-au {
  background-position: -208px 0;
}
.country-flag.flag-aw {
  background-position: -224px 0;
}
.country-flag.flag-az {
  background-position: -240px 0;
}
.country-flag.flag-ba {
  background-position: 0 -11px;
}
.country-flag.flag-bb {
  background-position: -16px -11px;
}
.country-flag.flag-bd {
  background-position: -32px -11px;
}
.country-flag.flag-be {
  background-position: -48px -11px;
}
.country-flag.flag-bf {
  background-position: -64px -11px;
}
.country-flag.flag-bg {
  background-position: -80px -11px;
}
.country-flag.flag-bh {
  background-position: -96px -11px;
}
.country-flag.flag-bi {
  background-position: -112px -11px;
}
.country-flag.flag-bj {
  background-position: -128px -11px;
}
.country-flag.flag-bm {
  background-position: -144px -11px;
}
.country-flag.flag-bn {
  background-position: -160px -11px;
}
.country-flag.flag-bo {
  background-position: -176px -11px;
}
.country-flag.flag-br {
  background-position: -192px -11px;
}
.country-flag.flag-bs {
  background-position: -208px -11px;
}
.country-flag.flag-bt {
  background-position: -224px -11px;
}
.country-flag.flag-bv {
  background-position: -240px -11px;
}
.country-flag.flag-bw {
  background-position: 0 -22px;
}
.country-flag.flag-by {
  background-position: -16px -22px;
}
.country-flag.flag-bz {
  background-position: -32px -22px;
}
.country-flag.flag-ca {
  background-position: -48px -22px;
}
.country-flag.flag-catalonia {
  background-position: -64px -22px;
}
.country-flag.flag-cd {
  background-position: -80px -22px;
}
.country-flag.flag-cf {
  background-position: -96px -22px;
}
.country-flag.flag-cg {
  background-position: -112px -22px;
}
.country-flag.flag-ch {
  background-position: -128px -22px;
}
.country-flag.flag-ci {
  background-position: -144px -22px;
}
.country-flag.flag-ck {
  background-position: -160px -22px;
}
.country-flag.flag-cl {
  background-position: -176px -22px;
}
.country-flag.flag-cm {
  background-position: -192px -22px;
}
.country-flag.flag-cn {
  background-position: -208px -22px;
}
.country-flag.flag-co {
  background-position: -224px -22px;
}
.country-flag.flag-cr {
  background-position: -240px -22px;
}
.country-flag.flag-cu {
  background-position: 0 -33px;
}
.country-flag.flag-cv {
  background-position: -16px -33px;
}
.country-flag.flag-cw {
  background-position: -32px -33px;
}
.country-flag.flag-cy {
  background-position: -48px -33px;
}
.country-flag.flag-cz {
  background-position: -64px -33px;
}
.country-flag.flag-de {
  background-position: -80px -33px;
}
.country-flag.flag-dj {
  background-position: -96px -33px;
}
.country-flag.flag-dk {
  background-position: -112px -33px;
}
.country-flag.flag-dm {
  background-position: -128px -33px;
}
.country-flag.flag-do {
  background-position: -144px -33px;
}
.country-flag.flag-dz {
  background-position: -160px -33px;
}
.country-flag.flag-ec {
  background-position: -176px -33px;
}
.country-flag.flag-ee {
  background-position: -192px -33px;
}
.country-flag.flag-eg {
  background-position: -208px -33px;
}
.country-flag.flag-eh {
  background-position: -224px -33px;
}
.country-flag.flag-england {
  background-position: -240px -33px;
}
.country-flag.flag-er {
  background-position: 0 -44px;
}
.country-flag.flag-es {
  background-position: -16px -44px;
}
.country-flag.flag-et {
  background-position: -32px -44px;
}
.country-flag.flag-eu {
  background-position: -48px -44px;
}
.country-flag.flag-fi {
  background-position: -64px -44px;
}
.country-flag.flag-fj {
  background-position: -80px -44px;
}
.country-flag.flag-fk {
  background-position: -96px -44px;
}
.country-flag.flag-fm {
  background-position: -112px -44px;
}
.country-flag.flag-fo {
  background-position: -128px -44px;
}
.country-flag.flag-fr {
  background-position: -144px -44px;
}
.country-flag.flag-ga {
  background-position: -160px -44px;
}
.country-flag.flag-gb {
  background-position: -176px -44px;
}
.country-flag.flag-gd {
  background-position: -192px -44px;
}
.country-flag.flag-ge {
  background-position: -208px -44px;
}
.country-flag.flag-gf {
  background-position: -224px -44px;
}
.country-flag.flag-gg {
  background-position: -240px -44px;
}
.country-flag.flag-gh {
  background-position: 0 -55px;
}
.country-flag.flag-gi {
  background-position: -16px -55px;
}
.country-flag.flag-gl {
  background-position: -32px -55px;
}
.country-flag.flag-gm {
  background-position: -48px -55px;
}
.country-flag.flag-gn {
  background-position: -64px -55px;
}
.country-flag.flag-gp {
  background-position: -80px -55px;
}
.country-flag.flag-gq {
  background-position: -96px -55px;
}
.country-flag.flag-gr {
  background-position: -112px -55px;
}
.country-flag.flag-gs {
  background-position: -128px -55px;
}
.country-flag.flag-gt {
  background-position: -144px -55px;
}
.country-flag.flag-gu {
  background-position: -160px -55px;
}
.country-flag.flag-gw {
  background-position: -176px -55px;
}
.country-flag.flag-gy {
  background-position: -192px -55px;
}
.country-flag.flag-hk {
  background-position: -208px -55px;
}
.country-flag.flag-hm {
  background-position: -224px -55px;
}
.country-flag.flag-hn {
  background-position: -240px -55px;
}
.country-flag.flag-hr {
  background-position: 0 -66px;
}
.country-flag.flag-ht {
  background-position: -16px -66px;
}
.country-flag.flag-hu {
  background-position: -32px -66px;
}
.country-flag.flag-ic {
  background-position: -48px -66px;
}
.country-flag.flag-id {
  background-position: -64px -66px;
}
.country-flag.flag-ie {
  background-position: -80px -66px;
}
.country-flag.flag-il {
  background-position: -96px -66px;
}
.country-flag.flag-im {
  background-position: -112px -66px;
}
.country-flag.flag-in {
  background-position: -128px -66px;
}
.country-flag.flag-io {
  background-position: -144px -66px;
}
.country-flag.flag-iq {
  background-position: -160px -66px;
}
.country-flag.flag-ir {
  background-position: -176px -66px;
}
.country-flag.flag-is {
  background-position: -192px -66px;
}
.country-flag.flag-it {
  background-position: -208px -66px;
}
.country-flag.flag-je {
  background-position: -224px -66px;
}
.country-flag.flag-jm {
  background-position: -240px -66px;
}
.country-flag.flag-jo {
  background-position: 0 -77px;
}
.country-flag.flag-jp {
  background-position: -16px -77px;
}
.country-flag.flag-ke {
  background-position: -32px -77px;
}
.country-flag.flag-kg {
  background-position: -48px -77px;
}
.country-flag.flag-kh {
  background-position: -64px -77px;
}
.country-flag.flag-ki {
  background-position: -80px -77px;
}
.country-flag.flag-km {
  background-position: -96px -77px;
}
.country-flag.flag-kn {
  background-position: -112px -77px;
}
.country-flag.flag-kp {
  background-position: -128px -77px;
}
.country-flag.flag-kr {
  background-position: -144px -77px;
}
.country-flag.flag-kurdistan {
  background-position: -160px -77px;
}
.country-flag.flag-kw {
  background-position: -176px -77px;
}
.country-flag.flag-ky {
  background-position: -192px -77px;
}
.country-flag.flag-kz {
  background-position: -208px -77px;
}
.country-flag.flag-la {
  background-position: -224px -77px;
}
.country-flag.flag-lb {
  background-position: -240px -77px;
}
.country-flag.flag-lc {
  background-position: 0 -88px;
}
.country-flag.flag-li {
  background-position: -16px -88px;
}
.country-flag.flag-lk {
  background-position: -32px -88px;
}
.country-flag.flag-lr {
  background-position: -48px -88px;
}
.country-flag.flag-ls {
  background-position: -64px -88px;
}
.country-flag.flag-lt {
  background-position: -80px -88px;
}
.country-flag.flag-lu {
  background-position: -96px -88px;
}
.country-flag.flag-lv {
  background-position: -112px -88px;
}
.country-flag.flag-ly {
  background-position: -128px -88px;
}
.country-flag.flag-ma {
  background-position: -144px -88px;
}
.country-flag.flag-mc {
  background-position: -160px -88px;
}
.country-flag.flag-md {
  background-position: -176px -88px;
}
.country-flag.flag-me {
  background-position: -192px -88px;
}
.country-flag.flag-mg {
  background-position: -208px -88px;
}
.country-flag.flag-mh {
  background-position: -224px -88px;
}
.country-flag.flag-mk {
  background-position: -240px -88px;
}
.country-flag.flag-ml {
  background-position: 0 -99px;
}
.country-flag.flag-mm {
  background-position: -16px -99px;
}
.country-flag.flag-mn {
  background-position: -32px -99px;
}
.country-flag.flag-mo {
  background-position: -48px -99px;
}
.country-flag.flag-mp {
  background-position: -64px -99px;
}
.country-flag.flag-mq {
  background-position: -80px -99px;
}
.country-flag.flag-mr {
  background-position: -96px -99px;
}
.country-flag.flag-ms {
  background-position: -112px -99px;
}
.country-flag.flag-mt {
  background-position: -128px -99px;
}
.country-flag.flag-mu {
  background-position: -144px -99px;
}
.country-flag.flag-mv {
  background-position: -160px -99px;
}
.country-flag.flag-mw {
  background-position: -176px -99px;
}
.country-flag.flag-mx {
  background-position: -192px -99px;
}
.country-flag.flag-my {
  background-position: -208px -99px;
}
.country-flag.flag-mz {
  background-position: -224px -99px;
}
.country-flag.flag-na {
  background-position: -240px -99px;
}
.country-flag.flag-nc {
  background-position: 0 -110px;
}
.country-flag.flag-ne {
  background-position: -16px -110px;
}
.country-flag.flag-nf {
  background-position: -32px -110px;
}
.country-flag.flag-ng {
  background-position: -48px -110px;
}
.country-flag.flag-ni {
  background-position: -64px -110px;
}
.country-flag.flag-nl {
  background-position: -80px -110px;
}
.country-flag.flag-no {
  background-position: -96px -110px;
}
.country-flag.flag-np {
  background-position: -112px -110px;
}
.country-flag.flag-nr {
  background-position: -128px -110px;
}
.country-flag.flag-nu {
  background-position: -144px -110px;
}
.country-flag.flag-nz {
  background-position: -160px -110px;
}
.country-flag.flag-om {
  background-position: -176px -110px;
}
.country-flag.flag-pa {
  background-position: -192px -110px;
}
.country-flag.flag-pe {
  background-position: -208px -110px;
}
.country-flag.flag-pf {
  background-position: -224px -110px;
}
.country-flag.flag-pg {
  background-position: -240px -110px;
}
.country-flag.flag-ph {
  background-position: 0 -121px;
}
.country-flag.flag-pk {
  background-position: -16px -121px;
}
.country-flag.flag-pl {
  background-position: -32px -121px;
}
.country-flag.flag-pm {
  background-position: -48px -121px;
}
.country-flag.flag-pn {
  background-position: -64px -121px;
}
.country-flag.flag-pr {
  background-position: -80px -121px;
}
.country-flag.flag-ps {
  background-position: -96px -121px;
}
.country-flag.flag-pt {
  background-position: -112px -121px;
}
.country-flag.flag-pw {
  background-position: -128px -121px;
}
.country-flag.flag-py {
  background-position: -144px -121px;
}
.country-flag.flag-qa {
  background-position: -160px -121px;
}
.country-flag.flag-re {
  background-position: -176px -121px;
}
.country-flag.flag-ro {
  background-position: -192px -121px;
}
.country-flag.flag-rs {
  background-position: -208px -121px;
}
.country-flag.flag-ru {
  background-position: -224px -121px;
}
.country-flag.flag-rw {
  background-position: -240px -121px;
}
.country-flag.flag-sa {
  background-position: 0 -132px;
}
.country-flag.flag-sb {
  background-position: -16px -132px;
}
.country-flag.flag-sc {
  background-position: -32px -132px;
}
.country-flag.flag-scotland {
  background-position: -48px -132px;
}
.country-flag.flag-sd {
  background-position: -64px -132px;
}
.country-flag.flag-se {
  background-position: -80px -132px;
}
.country-flag.flag-sg {
  background-position: -96px -132px;
}
.country-flag.flag-sh {
  background-position: -112px -132px;
}
.country-flag.flag-si {
  background-position: -128px -132px;
}
.country-flag.flag-sk {
  background-position: -144px -132px;
}
.country-flag.flag-sl {
  background-position: -160px -132px;
}
.country-flag.flag-sm {
  background-position: -176px -132px;
}
.country-flag.flag-sn {
  background-position: -192px -132px;
}
.country-flag.flag-so {
  background-position: -208px -132px;
}
.country-flag.flag-somaliland {
  background-position: -224px -132px;
}
.country-flag.flag-sr {
  background-position: -240px -132px;
}
.country-flag.flag-ss {
  background-position: 0 -143px;
}
.country-flag.flag-st {
  background-position: -16px -143px;
}
.country-flag.flag-sv {
  background-position: -32px -143px;
}
.country-flag.flag-sx {
  background-position: -48px -143px;
}
.country-flag.flag-sy {
  background-position: -64px -143px;
}
.country-flag.flag-sz {
  background-position: -80px -143px;
}
.country-flag.flag-tc {
  background-position: -96px -143px;
}
.country-flag.flag-td {
  background-position: -112px -143px;
}
.country-flag.flag-tf {
  background-position: -128px -143px;
}
.country-flag.flag-tg {
  background-position: -144px -143px;
}
.country-flag.flag-th {
  background-position: -160px -143px;
}
.country-flag.flag-tj {
  background-position: -176px -143px;
}
.country-flag.flag-tk {
  background-position: -192px -143px;
}
.country-flag.flag-tl {
  background-position: -208px -143px;
}
.country-flag.flag-tm {
  background-position: -224px -143px;
}
.country-flag.flag-tn {
  background-position: -240px -143px;
}
.country-flag.flag-to {
  background-position: 0 -154px;
}
.country-flag.flag-tr {
  background-position: -16px -154px;
}
.country-flag.flag-tt {
  background-position: -32px -154px;
}
.country-flag.flag-tv {
  background-position: -48px -154px;
}
.country-flag.flag-tw {
  background-position: -64px -154px;
}
.country-flag.flag-tz {
  background-position: -80px -154px;
}
.country-flag.flag-ua {
  background-position: -96px -154px;
}
.country-flag.flag-ug {
  background-position: -112px -154px;
}
.country-flag.flag-um {
  background-position: -128px -154px;
}
.country-flag.flag-us {
  background-position: -144px -154px;
}
.country-flag.flag-uy {
  background-position: -160px -154px;
}
.country-flag.flag-uz {
  background-position: -176px -154px;
}
.country-flag.flag-va {
  background-position: -192px -154px;
}
.country-flag.flag-vc {
  background-position: -208px -154px;
}
.country-flag.flag-ve {
  background-position: -224px -154px;
}
.country-flag.flag-vg {
  background-position: -240px -154px;
}
.country-flag.flag-vi {
  background-position: 0 -165px;
}
.country-flag.flag-vn {
  background-position: -16px -165px;
}
.country-flag.flag-vu {
  background-position: -32px -165px;
}
.country-flag.flag-wales {
  background-position: -48px -165px;
}
.country-flag.flag-wf {
  background-position: -64px -165px;
}
.country-flag.flag-ws {
  background-position: -80px -165px;
}
.country-flag.flag-ye {
  background-position: -96px -165px;
}
.country-flag.flag-yt {
  background-position: -112px -165px;
}
.country-flag.flag-za {
  background-position: -128px -165px;
}
.country-flag.flag-zanzibar {
  background-position: -144px -165px;
}
.country-flag.flag-zm {
  background-position: -160px -165px;
}
.country-flag.flag-zw {
  background-position: -176px -165px;
}
.tab-pane td {
 padding: 5px 0 10px;
}

.blog-item {
    background: #F4F5FC;
    border-radius: 40px;
    padding: 45px 30px;
}
.blog-item-readmore svg {
    width: 12px;
}
.blog_date {
    color: #B8B8B8;
    font-size: .9rem;
}
.blog-item-title h3 {
    font-size: 1.4rem;
	font-weight: 600;
}
.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;}

/* article */
.single-post .sub-content {
    display: none;
}
.post_others {
    background: #F4F5FC;
    border-radius: 30px;
    padding: 40px 30px;
}
.post_other_img {
    width: 30%;
}
.post_other_content {
    padding-left: 15px;
	width: 70%;
}
.post_others h3 {
    font-size: 1.6rem;
    margin-bottom: 25px;
}
.side_post_title a {
    font-size: 1.2rem;
	line-height: 1;
}
.side_post_date {
    color: #B8B8B8;
    font-size: .9rem;
	margin-top: 5px;
}
.post_other {
    margin-bottom: 25px;
}
.post_other_img img {
    border-radius: 8px;
}
.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-size: 1.15em;
    color: #404040;
}
.article-row ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 20px;
}
.article-row ul li {
    padding-left: 22px;
    position: relative;
	line-height: 120%;
	margin-bottom: 8px;
	color: #252424;
}
.article-row ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 11px;
    height: 11px;
    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;
    max-width: 200px;
	margin-left: 20px;
}
.cur_widget > div {
    font-size: 16px;
    color: #333;
    width: 100%;
    background-color: #fafafa;
    padding: 3px 10px;
}
.cur_widget .country-flag {
    margin-right: 3px;
}
.cur_widget span {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
	.cur_widget {margin-left: 0px;}
}