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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/* 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,
button,
input,
select,
optgroup,
textarea {
	color: #3B455A;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1{
	font-weight: 600;
	font-size: 32px;
	line-height: 1.3;
	color: #3B455A;
	position: relative;
}
h2{
	font-weight: 600;
	font-size: 32px;
	line-height: 1.3;
	color: #3B455A;
	position: relative;
	margin: 0 0 24px 0;
}
h3{
	font-size: 28px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0 0 24px 0;
}
h4{
	font-size: 23px;
	font-weight: 600;
	margin: 0 0 24px 0;
}
h5{
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 18px 0;
}

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

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0;
	padding: 0
}

ul {
	list-style: none;
}

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: 48px 0 1.5em 0;
	width: 100%;
	border-spacing: 0;
}
table td{
	border-bottom: 1px solid rgba(234, 32, 18, 0.3);
	padding: 6px 0;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #EA2012;
	border-radius: 5px;
	padding: 0 56px;
	border: none;
	font-weight: 500;
	font-size: 18px;
	border: none;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1;

	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	font-size: 14px;
	color: #3B455A;
	border: 1px solid #3B455A;
	border-radius: 10px;
	padding: 11px 16px 10px 46px;
	width: 100%;
	position: relative;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #3B455A;
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	height: 72px;
}
.nf-form-fields-required {
  display: none;
}
.email-form-col{
	display: inline-block;
	vertical-align: top;
}
.email-form-col input[type="email"]{
	width: 352px;
	height: 46px;
	background: #FFFFFF;
	border: 1px solid #525252;
	border-radius: 10px;
	padding: 0 20px;
	margin-right: 40px;
}
.email-form-col .wpcf7-submit{
	height: 46px;
	background: #EA2012;
	border-radius: 5px;
	padding: 0 56px;
	border: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	color: #FFFFFF;
	cursor: pointer;
	margin-bottom: 86px;
}
.form-row{
	margin-bottom: 12px;
	font-size: 14px;
}
.form-row .wpcf7-form-control-wrap{
	display: block;
}
.icon-name:after{
	content: url(/wp-content/themes/kazan/images/icon-person.svg);
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translate(0, -50%);
	line-height: 1;
}
.icon-email:after{
	content: url(/wp-content/themes/kazan/images/icon-mail.svg);
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translate(0, -50%);
	line-height: 1;
}
.icon-tel:after{
	content: url(/wp-content/themes/kazan/images/icons-phone.svg);
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translate(0, -50%);
	line-height: 1;
}
.icon-textarea:after{
	content: url(/wp-content/themes/kazan/images/icon-comments.svg);
	position: absolute;
	left: 16px;
	top: 12px;
	line-height: 1;
}
.send-btn{
	height: 72px;
	width: 100%;
	background: #EA2012;
	border-radius: 5px;
	padding: 0 56px;
	margin: 12px 0;
	border: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	color: #FFFFFF;
	cursor: pointer;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.wpcf7-acceptance label {
	position: relative;
	cursor: pointer;
	padding-left: 40px;
	display: block;
}

.wpcf7-acceptance input[type=checkbox] {
	position: absolute;
	left: 0;
  	visibility: hidden;
}

.wpcf7-acceptance input[type=checkbox] + span {
}

.wpcf7-acceptance input[type=checkbox] + span:before {
	display: block;
	position: absolute;
	content: '';
	border-radius: 1px;
	height: 15px;
	width: 15px;
	top: 0px;
	left: 0;
	border: 1px solid #3B455A;
}

.wpcf7-acceptance input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '';
    visibility: hidden;
    left: 5px;
    top: 3px;
    width: 6px;
    height: 8px;
    border: solid #66C218;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wpcf7-acceptance input[type=checkbox]:checked + span:before {
    background: transparent;
}

.wpcf7-acceptance input[type=checkbox]:checked + span:after {
   visibility: visible;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3B455A;
	font-weight: 600;
	cursor: pointer;
}

a:visited {
	color: #3B455A;
}

a:hover, a:focus, a:active {
	color: #3B455A;
	text-decoration: none;
}

a:focus {
	outline: none;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul li{
	margin-left: 0;
}
.main-navigation ul li:first-child{
	margin-left: 0;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-weight: 600;
	line-height: 26px;
	color: #3B455A;
	padding: 0 12px;
}
.main-navigation ul ul {
	box-shadow: 2px 0px 8px rgba(196, 196, 196, 0.25);
	background: #fff;
	padding: 24px 12px 16px 12px;
	width: 100%;
	min-width: 210px;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
/* #menu-item-106{
	margin-bottom: 12px;
} */
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation ul ul li{
	margin-left: 0;
	margin-bottom: 12px;
	float: none;
}

.main-navigation ul ul a {
	width: auto;
	margin-left: 0;
	font-weight: 400;
	padding: 0;
    display: initial;
}
.main-navigation ul ul a:hover{
	border-bottom: 2px solid #EA2012;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}


.menu-item-has-children{
	padding-right: 20px;
}
.menu-item-has-children:after{
	content: '';
	background: url(/wp-content/themes/kazan/images/chevron.svg);
    width: 10px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
}
/* Small menu. */
.menu-toggle {
	display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    background: transparent;
}
.main-navigation.toggled ul{
	display: block;
    position: absolute;
    z-index: 9999;
    top: 45px;
    left: 0;
    background: #fff;
    width: 100%;
}
@media screen and (min-width: 1081px) {
	.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%;
}
.custom-menu-item a{
	font-weight: 600 !important;
	font-size: 13px !important;
}
/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.slick-slide:focus{
	outline: none;
}
.flex-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header{
	padding: 32px 0 14px 0;
}
.header-container{
	padding: 0 0 8px 8px;
	border-bottom: 4px solid #EA2012;
}
.site-branding img{
	display: block;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.container{
	max-width: 1160px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
.flex-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.content-between{
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer{
	padding-top: 64px;
	font-size: 18px;
}
.mobile-footer{
	display: none;
}
.footer-col-1{
	float: left;
	width: 43%;
}
.footer-col-2{
	float: left;
	width: 57%;
}
.ws-footer-col{
	padding-bottom: 34px
}
.sidebar-title h3{
	margin: 0 0 24px 0;
}
.textwidget p{
	margin: 0;
}
#text-2{
	margin-bottom: 58px;
}
.widget-space{
	margin-bottom: 30px;
}
.widget_nav_menu li{
	padding-bottom: 24px;
}
.widget_nav_menu li:last-child{
	padding-bottom: 0;
}
.widget_nav_menu li a{
	font-weight: 400;
	text-decoration: none;
}
.widget_nav_menu li a:hover{
	border-bottom: 2px solid #EA2012;
}
.widget_polylang ul li{
	display: inline-block;
	padding-right: 12px;
}
.widget_polylang ul li a{
	font-weight: 400;
	text-decoration: none;
}
.widget_polylang ul .current-lang a{
	font-weight: 600;
	text-decoration: underline;
}
.social-media-list li{
	display: inline-block;
	padding-right: 32px;
}
.social-media-list li:last-child{
	padding-right: 0;
}
.social-icon{
	position: relative;
	width: 32px;
	height: 32px;
	display: block;
}
.fb-icon:before{
	content: '';
    background: url(/wp-content/themes/kazan/images/facebook.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
}
.skype-icon:before{
	content: '';
    background: url(/wp-content/themes/kazan/images/skype.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
}
.whatsapp-icon:before{
	content: '';
    background: url(/wp-content/themes/kazan/images/whatsapp.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
}
.instagram-icon:before{
	content: '';
    background: url(/wp-content/themes/kazan/images/instagram.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
}
.twitter-icon:before{
	content: '';
    background: url(/wp-content/themes/kazan/images/twitter.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
}
.copyright-info{
	font-size: 14px;
	padding: 16px 0 32px 0;
	text-align: right;
}
/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## Main slider
--------------------------------------------------------------*/
/*.multiple-slides__wrap{
	margin-bottom: 90px;
}*/
.multiple-slides__item{
	height: 50vh !important;
	min-height: 480px !important;
	background-size: cover;
	background-repeat: repeat;
}
.multiple-slides__item .container{
	height: 100%;
}
.multiple-slides__item h2{
	font-weight: bold;
	font-size: 52px;
	line-height: 1.4;
	text-transform: uppercase;
	color: #FFFFFF;
	width: 40%;
	padding: 8.5vh 0;
	margin: 0;
}
.multiple-slides__btn{
	position: absolute;
	right: 68px;
	bottom: 120px;
	display: block;
	background: #EA2012;
	border-radius: 5px;
	padding: 20px 40px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
	color: #FFFFFF;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.multiple-slides__btn:hover,
.multiple-slides__btn:visited,
.multiple-slides__btn:focus,
.multiple-slides__btn:active{
	color: #FFFFFF;
}
.multiple-slides__btn:hover{
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}
.button-wrap{
	position: absolute;
	top: 0;
}
.button-prev{
	position: absolute;
	top: calc(50% - 22px);
	left: calc(50% - 620px);
	cursor: pointer;
}
.button-next{
	position: absolute;
	top: calc(50% - 22px);
	right: calc(50% - 620px);
	cursor: pointer;
}
.slick-dots{
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
	width: 100%;
}
.slick-dots li{
	display: inline-block;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    position: relative;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    text-align: center;
    background-color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    background-color: #DADADA;
}
/*--------------------------------------------------------------
## Reviews
--------------------------------------------------------------*/
.reviews__wrap{
	position: relative;
	margin-bottom: 40px;
}
.reviews__item{
	padding: 16px 64px 64px 64px;
}
.reviews-prev{
	position: absolute;
	top: calc(50% - 16px);
	left: 0;
	cursor: pointer;
}
.reviews-next{
	position: absolute;
	top: calc(50% - 16px);
	right: 0;
	cursor: pointer;
}
.reviews__media{
	width: 30%;
	float: left;
	padding-right: 32px;
}
.reviews__content{
	width: 70%;
	float: left;
}
.reviews__img{
	width: 100%;
	height: 287px;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
	margin-bottom: 24px;
}
.reviews__title{
	font-weight: 600;
	font-size: 17px;
	line-height: 1.3;
}
.reviews__title span{
	font-weight: 400;
}
.reviews__content{
	padding: 40px 0 132px 0;
	font-size: 17px;
	line-height: 1.3;
	position: relative;
}
.reviews__content:after{
	content: '';
	background-image: url(/wp-content/themes/kazan/images/quotes-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 184px;
	height: 126px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.reviews__wrap .slick-dots li button:before {
    background-color: rgba(59, 69, 90, 0.3);
}
.slick-dots li.slick-active button:before {
    background-color: #3B455A;
}
/*--------------------------------------------------------------
## Section title
--------------------------------------------------------------*/
.title-box{
	text-align: center;
}
.title-wrap{
	display: inline-block;
}
.title-wrap h2,
.title-wrap h1{
	line-height: 1;
	margin: 35px 0 40px 0;
}
.title-wrap h2:before,
.title-wrap h1:before{
	content: '';
	width: 16px;
	height: 16px;
	background: #EA2012;
	position: absolute;
	left: -22px;
	top: 12px;
}
/*--------------------------------------------------------------
## Property post
--------------------------------------------------------------*/
.property-list-wrap{
	padding: 46px 0;
}
.property-post-item{
	margin-bottom: 32px;
}
.property-post-item:last-child{
	margin-bottom: 32px !important;
}
.property-post__inner{
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	height: 100%;
	position: relative;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.property-post__inner:hover{
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15), 0px 4px 32px rgba(191, 228, 255, 0.8);
}
.property-post__thumbnail{
	width: 100%;
	height: 234px;
	background-size: cover;
	border-radius: 5px 5px 0 0;
}
.property-post__body{
	padding: 56px 28px;
	position: relative;
}
.property-post__price{
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	background: #4C4D4A;
	border-radius: 0 0 0 5px;
	padding: 7px 14px;
	font-weight: 600;
	font-size: 17px;
	line-height: 1;
	color: #FFFFFF;
}
.property-post__title{
	text-decoration: none;
}
.property-post__title h4{
	margin: 0 0 12px 0;
}
.property-post__address{
	font-size: 17px;
    line-height: 1.5;
    margin-bottom: 8px;
}
.property-post__facilities{
	position: absolute;
	bottom: 24px;
	left: 28px;
}
.facilities-list li{
	display: inline-block;
	font-size: 17px;
	padding-right: 24px;
}
.facilities__bedroom{
	position: relative;
	padding-left: 24px;
}
.facilities__bedroom:before{
	content: url(/wp-content/themes/kazan/images/bed-icon.svg);
	position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
}
.facilities__bathroom{
	position: relative;
	padding-left: 24px;
}
.facilities__bathroom:before{
	content: url(/wp-content/themes/kazan/images/shower-icon.svg);
	position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
}
/*--------------------------------------------------------------
## Icon box
--------------------------------------------------------------*/
.icon-box{
	padding: 40px 40px 60px 40px;
}
.icon-box__icon-wrap{
	text-align: center;
	position: relative;
}
.icon-box__heading{
	margin: 20px 0 16px 0;
}
.icon-box__icon-wrap img{
	width: 100%;
	position: relative;
	border-radius: 5px;
}
.icon-box__icon-wrap.decor-right:before{
	content: '';
	width: 186px;
	height: 186px;
	background: rgba(126, 201, 254, 0.5);
	border-radius: 5px;
	position: absolute;
	top: -34px;
	right: -36px;
}
.icon-box__icon-wrap.decor-left:before{
	content: '';
	width: 186px;
	height: 186px;
	background: rgba(126, 201, 254, 0.5);
	border-radius: 5px;
	position: absolute;
	top: -34px;
	left: -36px;
}
/*--------------------------------------------------------------
## FAQ
--------------------------------------------------------------*/
.faq__wrap{
	padding: 46px 0;
}
.faq__item{
	margin-bottom: 18px;
}
.faq__question{
	border: 1px solid #66C218;
	border-radius: 8px;
	padding: 14px 48px 13px 40px;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.4;
	color: #3B455A;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.faq__question.open{
	background: #66C218;
	color: #FFFFFF;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.faq__question:after{
	content: '';
    background: url(/wp-content/themes/kazan/images/chevron.svg);
    width: 10px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 29px;
    transform: translate(0, -50%);
}
.faq__question.open:after{
	-moz-transform: rotate(1800deg);
  -ms-transform: rotate(1800deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq__answer{
	padding: 25px 44px;
	box-shadow: 0px 4px 12px rgba(196, 196, 196, 0.3);
	display:none;
}
/*--------------------------------------------------------------
## Property post
--------------------------------------------------------------*/
.media-box{
	padding: 60px 0 80px 0;
}
.gallery__wrap{
	width: 60%;
	float: left;
	position: relative;
}
.gallery li a{
	width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    display: block;
}
.gallery li a:before{
	content: "";
    padding-top: 73%;
    float: left;
}
.gallery-prev{
	position: absolute;
    top: calc(50% - 16px);
    left: 24px;
    cursor: pointer;
}
.gallery-next{
	position: absolute;
    top: calc(50% - 16px);
    right: 24px;
    cursor: pointer;
}
.facilities__wrap{
	width: 40%;
	float: left;
	padding-left: 64px;
}
.facilities__box{
	border: 1px solid #000000;
	border-radius: 8px;
	/*padding-bottom: 45px;*/
}
.facilities__header{
	background: #525252;
	border-radius: 7px;
	text-align: center;
	padding: 12px;
	font-size: 32px;
	line-height: 1;
	color: #FFFFFF;
}
.facilities__table{
	padding: 40px;
	display: table;
	width: 100%;
	font-size: 17px;
}
.facilities__row{
	display: table-row;
}
.facilities__cell{
	display: table-cell;
	width: 50%;
	padding-bottom: 12px;
}
.content__wrap{
	width: 60%;
	float: left;
	font-size: 23px;
	line-height: 1.3;
}
.content__wrap h3{
	margin-bottom: 48px;
}

.content__wrap ul{
	padding: 24px 0 24px 24px;
}
.content__wrap ul li{
	font-size: 23px;
	line-height: 1.3;
	padding-bottom: 4px;
}
.content__wrap ul li::before {
    content: "\2022";
    color: #EA2012;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    vertical-align: middle;
}
.list{
	padding: 0 0 0 24px;
}
.list li::before {
    content: "\2022";
    color: #EA2012;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    vertical-align: middle;
}
.content-form__wrap{
	width: 40%;
	float: left;
	padding-left: 64px;
}
.content-form__mobile{
	display: none;
}
.map-container{
	padding: 32px 0 92px 0;
}
/*--------------------------------------------------------------
## What we do
--------------------------------------------------------------*/
.whatwedo__wrap{
	padding: 24px 56px;
}
.whatwedo__item{
	width: 50%;
	padding: 0 20px 48px 20px;
}
.whatwedo__title{
	font-weight: 600;
	font-size: 17px;
	line-height: 1.3;
	margin: 0 0 12px 0;
}
.whatwedo__description{
	font-size: 17px;
}
/*--------------------------------------------------------------
## Image box
--------------------------------------------------------------*/
.img-box{
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 66px 0;
}
.img-box__media{
	width: 50%;
	float: left;
}
.img-box__content{
	width: 50%;
	float: left;
}
.img-box__desc{
	font-weight: normal;
	font-size: 17px;
	line-height: 1.3;
}
.left-img-box .img-box__media{
	padding-right: 16px;
}
.left-img-box .img-box__content{
	padding: 0 0 0 16px;
}
.left-img-box .img-box__content-inner{
	max-width: 544px;
	float: left;
}
.left-img-box .img-box__media img{
	border-radius: 0px 8px 8px 0px;
}
.right-img-box .img-box__media{
	padding-left: 16px;
}
.right-img-box .img-box__content{
	padding: 0 16px 0 0;
}
.right-img-box .img-box__content-inner{
	max-width: 544px;
	float: right;
}
.right-img-box .img-box__media img{
	border-radius: 8px 0px 0px 8px;
}
/*--------------------------------------------------------------
## Page heading with background
--------------------------------------------------------------*/
.bg_heading__wrap{
	padding: 76px 0 312px 0;
	width: 70%;
}
.bg_heading{
	font-weight: 600;
	font-size: 48px;
	line-height: 1.4;
	color: #FFFFFF;
	margin: 0;
}
/*--------------------------------------------------------------
## PDF Button
--------------------------------------------------------------*/
.pdf-btn a{
	display: inline-block;
	padding: 30px 73px;
	background: #ED8A04;
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-decoration: none;
	margin-bottom: 32px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.pdf-btn a:hover,
.pdf-btn a:visited,
.pdf-btn a:focus,
.pdf-btn a:active{
	color: #FFFFFF;
}
.pdf-btn a:hover{
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	-o-transform: scale(1.02);
	transform: scale(1.02);
}
/*--------------------------------------------------------------
## Custom style
--------------------------------------------------------------*/
.contact-us-wrap{
	padding: 0 64px !important;
}
.description-text{
	font-size: 23px;
}
.custom-icons-wrap{
	padding: 0 84px;
}
.custom-icons-wrap .vc_column-inner{
	padding-left: 32px !important;
    padding-right: 32px !important;
    padding-top: 32px;
    padding-bottom: 40px;
}
@media screen and (max-width: 1080px){
	.site-header {
	    padding: 24px 0 14px 0;
	}
	.header-container {
	    padding: 0;
	    border-bottom: none;
	}
	.site-branding img {
	    width: 166px;
	}
	.main-navigation.toggled ul{
		padding-bottom: 32px;
	}
	.main-navigation ul li{
		float: none;
		margin-left: 0;
	}
	.main-navigation ul li a{
		display: block;
		padding: 0 20px 12px 20px;
	}
	.main-navigation ul .sub-menu{
		box-shadow: none;
	    background: #fff;
	    padding: 0;
	    width: 100%;
	    float: none;
	    position: relative;
	    top: initial;
	    left: initial;
	    z-index: 99999;
	}
	.menu-item-has-children:after{
		content: none;
	}
	.main-navigation ul ul li {
	    margin-bottom: 0;
	    padding-left: 12px;
	}
	.lang-item{
		padding-left: 0 !important;
	}
	.main-navigation ul ul a:hover {
	    border-bottom: none;
	}
}
@media screen and (max-width: 768px) {

	h2 {
	    font-size: 23px;
	}
	h3 {
	    font-size: 18px;
	}
	h4 {
	    font-size: 17px;
	}
	.multiple-slides__item {
	    height: 50vh !important;
	    min-height: 640px !important;
	}
	.multiple-slides__item h2 {
	    font-size: 40px;
	    width: 100%;
	    padding: 8.5vh 0;
	}
	.multiple-slides__btn {
	    right: initial;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    min-width: 260px;
    	text-align: center;
	}
	.title-wrap h2:before, .title-wrap h1:before {
	    width: 10px;
	    height: 10px;
	    left: 0;
	    top: 10px;
	}
	.title-wrap h2, .title-wrap h1 {
	    margin: 32px 0;
	    text-align: left;
	    padding-left: 16px;
	}
	.property-list-wrap {
	    padding: 8px 0;
	}
	.icon-box {
	    padding: 24px 10px 40px 10px;
	}
	.icon-box__icon-wrap.decor-right:before {
	    width: 132px;
	    height: 132px;
	    top: -16px;
	    right: -16px;
	}
	.icon-box__icon-wrap.decor-left:before {
	    width: 132px;
	    height: 132px;
	    top: -16px;
	    left: -16px;
	}
	.faq__wrap {
	    padding: 8px 0 24px 0;
	}
	.reviews__item {
	    padding: 16px 40px 64px 40px;
	}
	.reviews__media {
	    width: 100%;
	    float: none;
	    padding-right: 0;
	}
	.reviews__img {
	    width: 96px;
	    height: 96px;
	    margin: 0 auto 5px auto;
	}
	.reviews__title {
	    font-size: 14px;
	    text-align: center;
	}
	.reviews__content {
	    width: 100%;
	    float: none;
	    padding: 32px 0 70px 0;
	    font-size: 16px;
	    line-height: 1.3;
	    position: relative;
	}
	.reviews__content:after {
	    width: 78px;
	    height: 54px;
	}
	.email-form-col {
	    display: block;
	}
	.email-form-col input[type="email"] {
	    max-width: 264px;
	    width: 100%;
	    height: 42px;
	    margin-bottom: 16px;
	}
	.email-form-col .wpcf7-submit {
		max-width: 264px;
	    width: 100%;
	}
	.site-footer{
		display: none;
	}
	.mobile-footer{
		display: block;
		padding-top: 72px;
	}
	.gallery__wrap {
	    width: 100%;
	    float: none;
	    margin-bottom: 48px;
	}
	.media-box {
	    padding: 24px 0 72px 0;
	}
	.facilities__wrap {
	    width: 100%;
	    float: none;
	    padding-left: 0;
	}
	.content__wrap {
	    width: 100%;
	    float: left;
	    font-size: 16px;
	}
	.content__wrap h3 {
	    margin-bottom: 24px;
	}
	.content__wrap p {

	}
	.content__wrap ul {
	    padding: 0 0 24px 24px;
	}
	.content__wrap ul li {
	    font-size: 16px;
	}
	.content__wrap ul li::before {
	    font-size: 24px;
	}
	.content-form__wrap{
		display: none;
	}
	.content-form__mobile{
		display: block;
	}
	.content-form__mobile h4{
		font-size: 23px;
	}
	.map-container {
	    padding: 32px 0 72px 0;
	}
	.send-btn{
		height: 60px;
	}
	.bg_heading__wrap {
	    padding: 72px 0 132px 0;
	    width: 100%;
	}
	.bg_heading {
	    font-size: 32px;
	    line-height: 1.2;
	}
	.description-text {
	    font-size: 16px;
	}
	.whatwedo__wrap {
	    padding: 0 0 24px 0;
	}
	.whatwedo__item {
	    width: 100%;
	    padding: 0 0 28px 0;
	}
	.img-box{
		display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    -moz-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    padding: 8px 0 66px 0;
	}
	.img-box__media {
	    width: 100%;
	    float: none;
	   	order: 2;
	   	padding: 32px 0 0 0 !important;
	}
	.img-box__media img{
		border-radius: 0 !important;
	}
	.img-box__content {
	    width: 100%;
	    float: none;
	    order: 1;
	    padding: 0 20px !important;
	}
	.custom-icons-wrap {
	    padding: 0 10px;
	}
	.custom-icons-wrap .vc_column-inner {
	    padding-bottom: 16px;
	}
	.pdf-btn a{
		padding: 30px 40px;
	}
	.contact-us-wrap {
	    padding: 0 40px !important;
	}
	.email-form-col .wpcf7-submit{
		margin-bottom: 42px;
	}

}




/****************************************/
.column-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -9px;
    padding: 40px 0;
}

.column-wrap .column {
    width: 20%;
    padding: 0 9px;
}

.column-wrap .column:last-child {
    float: right;
}

#my-ajax-filter-search label {
    display: block;
    font-weight: 600;
	font-size: 17px;
	padding-bottom: 24px;
}

#my-ajax-filter-search select {
    width: 100%;
    background-color: transparent;
    padding: 10px 16px;
    border: 1px solid #2F3747;
    border-radius: 5px;
    font-size: 15px;
    height: 44px;
}
#my-ajax-filter-search select:focus{
	outline: none;
}
@media screen and (max-width: 1023px){
	.column-wrap .column {
	    width: 50%;
	    padding: 0 9px 40px 9px;
	}
}
@media screen and (max-width: 767px){
	.column-wrap .column {
	    width: 100%;
	}
}



/*#cookie-law-info-bar span{
	max-width: 1160px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    display: block;
}*/


/*** Cookie ***/
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme{
	border-top: none !important;
	background: #4C4D4A !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content{
	max-width: 1160px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}
.moove-gdpr-cookie-notice p{
	font-weight: 400 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{
	border-radius: 5px !important;
}

@media (max-width: 980px) {
	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}
}

/**** Preloader ****/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/wp-content/themes/kazan/images/preloader.gif) center no-repeat #fff;
}
div.wpcf7-response-output{
	background: rgba(255, 255, 255, 0.8);
}