/*!
Theme Name: okna-info
Theme URI: http://underscores.me/
Author: Vadym Mishchenko
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: okna_info
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.

okna-info 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.
 */

 @import url(assets/css/fontello.css);

 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: #404040;
	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;
}

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 0 1.5em 3em;
}

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

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

/*--------------------------------------------------------------
# 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 0 1.5em;
}

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




/* -------------------------------
	Global 
	------------------------------- */
	html, body {height: 100%;}
	html {background: #eaeaea;}
	body {
		min-width: 320px;
		font: 15px/2 'Open Sans', sans-serif;
		color: #212121;
	}

	body,
	dl, dd,
	blockquote, fieldset, legend {
		margin: 0;
		padding: 0;
	}
	fieldset {border: none;}
	table {
		border: none;
		border-collapse: collapse;
	}
	th, td {vertical-align: top;}
	th {
		text-align: left;
		font-weight: normal;
	}
	address {font-style: normal;}
	p, ul, ol {margin: 0 0 2em 0;}
	img {
		max-width: 100%;
		vertical-align: top;
	}
	iframe[src="//t.insigit.com/nsapi/static/partners.html"] {display: none;}

	*,
	*::before,
	*::after {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.clearfix::after {
		content: "";
		display: block;
		clear: both;
		font-size: 0;
		line-height: 0;
	}

	#wrapper {
		background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 1950px;
		min-height: 100%;
		margin: 0 auto;
		overflow-x: hidden;
		position: relative;
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	}

	.in {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
		position: relative;
	}

/* -------------------------------
	Txt 
	------------------------------- */
	h1, h2, h3, h4, h5, h6 {
		margin: 0 0 0.8em 0;
		font-weight: 600;
		line-height: 1.25;
		color: #212121;
		text-transform: uppercase;
	}
	h1 {font-size: 35px;}
	h2 {font-size: 20px;}
	h3 {font-size: 16px;}
	h4 {font-size:;}
	h5 {font-size:;}
	h6 {font-size:;}

	.title1 {
		margin-bottom: 0.5em;
		font-weight: 600;
		font-size: 35px;
		line-height: 1.25;
		color: #212121;
		text-transform: uppercase;
	}

	.title2 {
		margin-bottom: 0.5em;
		font-weight: 600;
		font-size: 20px;
		line-height: 1.25;
		color: #212121;
		text-transform: uppercase;
	}
	.title2.v1 {
		margin-bottom: 2em;
		border-bottom: 2px solid #c6cfd3;
		color: #32486c;
	}
	.title2.v1 span {
		display: inline-block;
		vertical-align: top;
		margin-bottom: -2px;
		padding-bottom: 15px;
		border-bottom: 4px solid #ffa800;
	}

	.title3 {
		margin-bottom: 1em;
		font-weight: 700;
		font-size: 20px;
		line-height: 1.25;
		color: #535353;
		text-transform: uppercase;
	}
	.title3 span {color: #ffa800;}

	.title4 {
		margin-bottom: 1.2em;
		font-weight: 700;
		font-size: 16px;
		line-height: 1.25;
		color: #535353;
		text-transform: uppercase;
	}

	.title5 {
		margin-bottom: 1.6em;
		padding-bottom: 0.56em;
		border-bottom: 1px solid #44a5db;
		font-weight: 700;
		font-size: 25px;
		line-height: 1.25;
		color: #535353;
		text-transform: uppercase;
	}

	.tbl_hide,
	.tbl_hide th,
	.tbl_hide td {border: none;}

	.tbl_border,
	.tbl_border th,
	.tbl_border td {border: 1px solid #333;}

	.tbl_overflow {
		position: relative;
		overflow: auto;
	}
	.tbl_overflow table {min-width: 640px;}

/* -------------------------------
	Links 
	------------------------------- */
	:focus {outline: none;}
	a img {border: none;}

	a {
		color: #212121;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	a:hover {text-decoration: none;}

	a[href^="tel"] {
		color: inherit;
		white-space: nowrap;
		text-decoration: none;
	}

/* -------------------------------
	Forms 
	------------------------------- */
	.f_row {margin-bottom: 10px;}

	.f_cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
	}
	.f_cols .f_row {
		-ms-flex-preferred-size: 200px;
		flex-basis: 200px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-right: 5px;
		margin-left: 5px;
	}

	form .b_btn {padding-top: 10px;}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="number"],
	input[type="search"],
	input[type="tel"],
	input[type="url"],
	select,
	textarea {
		background: #fff;
		width: 100%;
		margin: 0;
		padding: 10px 20px;
		border: 1px solid #b1c0c7;
		font-family: inherit;
		font-size: 15px;
		line-height: 1.25;
		-webkit-appearance: none;
	}
	textarea {
		height: 100px;
		overflow: auto;
		resize: none;
		vertical-align: top;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		color: inherit;
		opacity: 1;
	}
	input::-moz-placeholder,
	textarea::-moz-placeholder {
		color: inherit;
		opacity: 1;
	}
	input:-moz-placeholder,
	textarea:-moz-placeholder {
		color: inherit;
		opacity: 1;
	}
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		color: inherit;
		opacity: 1;
	}

	input[type="submit"],
	input[type="button"],
	button {
		cursor: pointer;
	}

	.btn {
		display: inline-block;
		border: none;
		font-family: inherit;
		line-height: 1.25;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		cursor: pointer;
		-webkit-appearance: none;
	}

	.btn.v1 {
		background: #32486c;
		padding: 15px 20px;
		border-radius: 0 25px 25px 25px;
		font-size: 16px;
		color: #fff;
	}

	.btn.v2 {
		background: #ffa800;
		padding: 16px 20px;
		border-radius: 25px;
		color: #fff;
	}

	.btn.v3 {
		background: #3e4755;
		padding: 14px 20px;
		font-weight: 600;
		font-size: 14px;
		color: #fff;
	}

	.btn.v4 {
		min-width: 160px;
		padding: 10px 20px;
		border: 1px solid #2498d1;
		border-radius: 0 25px 25px 25px;
		font-size: 13px;
		color: #2498d1;
	}

	.btn.v5, .form-submit input[type="submit"] {
		background: #32486c;
		padding: 10px 30px;
		font-weight: 600;
		font-size: 12px;
		color: #fff;
	}
.form-submit input[type="submit"]{
	border: none;
}
	.btn.v6 {
		background: #cc282b;
		padding: 5px 20px;
		font-weight: 600;
		font-size: 12px;
		color: #fff;
	}

/* -------------------------------
	Header 
	------------------------------- */
	#header {position: relative;}

	.hdr_row.v1 {
		background: #E4E4E4;
		color: #121212;
	}

	.hdr_row.v2 {background: #f2f6f7;}

	.m_ctrl {
		/*background: rgb(35, 53, 82, 0.7);*/
		display: none;
		width: 60px;
		height: 60px;
		border-radius: 20px;
		position: relative;
		top: 0px;
		left: 0px;
		z-index: 200;
		cursor: pointer;
	}
	/*.m_ctrl::after {
		width: 80px;
		height: 80px;
		border: 20px solid #233552;
		border-radius: 50%;
		position: absolute;
		bottom: -20px;
		right: -60px;
		clip: rect(40px, 40px, 60px, auto);
	}*/
	.m_ctrl span,
	.m_ctrl span::before,
	.m_ctrl span::after {
		background: #2A2A2A;
		height: 4px;
		border-radius: 2px;
		position: absolute;
		z-index: 1;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.m_ctrl span {
		display: block;
		width: 30px;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.m_ctrl span::before,
	.m_ctrl span::after {
		content: "";
		width: 100%;
		left: 0;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.m_ctrl span::before {top: -10px;}
	.m_ctrl span::after {bottom: -10px;}

	.m_ctrl.active {
		background: #233552;
		border-radius: 10px 10px 0 0;
		width: 30px;
		height: 30px;
	}
	.m_ctrl.active::after {content: "";}
	.m_ctrl.active span {background: none;}
	.m_ctrl.active span::before {
		top: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #fff;
	}
	.m_ctrl.active span::after {
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #fff;
	}

	.h_menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		padding: 0;
		list-style: none;
		column-gap: 20px;
	}
	.h_menu li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	/*.h_menu li::after {
		content: "";
		background: #9bacc7;
		width: 3px;
		height: 3px;
		margin: 0 auto;
	}*/
	.h_menu li:last-child {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.h_menu li:last-child::after {display: none;}
	.h_menu a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 4.6em;
		padding-top: 4px;
		border-bottom: 4px solid transparent;
		font-weight: 600;
		font-size: 15px;
		line-height: 1.25;
		color: inherit;
		text-transform: uppercase;
		text-decoration: none;
	}
	/*.h_menu a:hover,
	.h_menu li.active a, .h_menu .current-menu-item a {border-color: #ffa800;}*/

	.h_menu .current-menu-item a, .h_menu a {
		color: #121212;
		font-family: Inter;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 26px; /* 130% */
		text-transform: initial;
	}
	.h_menu a:hover, .h_menu li.active a, .h_menu .current-menu-item a {
		color: #FD8E0B;
		font-family: Inter;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 26px; /* 130% */
	}


	.h_phone {
		padding: 0.43em 0;
		font-weight: 600;
		font-size: 35px;
		line-height: 1;
		text-align: center;
	}
	.h_phone span {
		display: block;
		margin-top: 0.5em;
		font-size: 12px;
		color: #868686;
		text-transform: uppercase;
	}

	.slider {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.slider .item {
		height: 15vw;
		max-height: 180px;
		position: relative;
	}
	.slider img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}

	#pg_home .hdr_row.v2 {position: relative;}

	#pg_home .hdr_row.v2 .in {
		height: 15vw;
		max-height: 180px;
	}

	#pg_home .h_phone {
		position: absolute;
		top: 50%;
		right: 20px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
		text-align: right;
	}

/* -------------------------------
	Main 
	------------------------------- */
	#main {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		position: relative;
	}

	.breadcrumbs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 4px 0;
		padding: 0;
		list-style: none;
		font-size: 13px;
		line-height: 1.3;
		color: #737373;
		text-transform: uppercase;
	}
	.breadcrumbs li {margin-bottom: 0.2em;}
	.breadcrumbs li + li::before {
		content: "\002F";
		margin: 0 10px;
	}
	.breadcrumbs a {color: inherit;}

	.slick-arrow {
		background: none;
		min-width: auto;
		padding: 0;
		border: none;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
		font-size: 0;
		line-height: 0;
		color: #b0b7c2;
	}
	.slick-prev {left: 0;}
	.slick-next {right: 0;}
	.slick-prev::before,
	.slick-next::before {
		font-family: "fontello";
		font-weight: normal;
		font-size: 60px;
		line-height: 1;
	}
	.slick-prev::before {content: "\e808";}
	.slick-next::before {content: "\e80a";}
	.slick-arrow.slick-disabled {opacity: 0.5;}

	.slick-dots {
		/*background: #fff;*/
		min-width: 220px;
		max-width: 300px;
		margin: 0 auto;
		padding: 0 0 15px 0;
		list-style: none;
		border-radius: 20px 20px 0 0;
		position: relative;
		font-size: 0;
		line-height: 0;
		text-align: center;
	}
	/*.slick-dots::before,
	.slick-dots::after {
		content: "";
		width: 80px;
		height: 80px;
		border: 20px solid #fff;
		border-radius: 50%;
		position: absolute;
		bottom: -20px;
	}
	.slick-dots::before {
		left: -60px;
		clip: rect(40px, auto, 60px, 40px);
	}
	.slick-dots::after {
		right: -60px;
		clip: rect(40px, 40px, 60px, auto);
	}*/
	.slick-dots li {
		display: inline-block;
		vertical-align: middle;
		margin: 5px 10px;
	}
	.slick-dots button {
		background: none;
		width: 10px;
		min-width: auto;
		height: 10px;
		padding: 0;
		border: none;
		font-size: 0;
		line-height: 0;
	}
	.slick-dots button::before {
		content: "";
		background: #d5dfe1;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		opacity: 0.9;

	}
	.slick-dots li.slick-active button::before {
		background: #32486c;
		width: 6px;
		height: 6px;
	}

	.tabs .ui-helper-clearfix::before,
	.tabs .ui-helper-clearfix::after {display: none;}
	.ui-tabs .ui-tabs-nav {
		margin: 0;
		padding: 0;
		list-style: none;
		line-height: inherit;
	}
	.ui-tabs .ui-tabs-nav li {
		margin: 0;
		padding: 0;
		float: none;
		white-space: normal;
	}
	.ui-tabs .ui-tabs-nav li:last-child {margin-right: 0;}
	.ui-tabs .ui-tabs-nav li.ui-tabs-active {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		padding: 0;
		float: none;
		color: inherit;
		text-decoration: none;
	}
	.ui-tabs .ui-tabs-panel {padding: 0;}

	.tabs_wr {padding: 0 0 15px 0;}
	.tabs_wr > .ui-tabs-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 40px;
		border-bottom: 2px solid #c6cfd3;
	}
	.tabs_wr > .ui-tabs-nav > li {margin-right: 50px;}
	.tabs_wr > .ui-tabs-nav > li > .ui-tabs-anchor {
		display: block;
		margin-bottom: -2px;
		padding-bottom: 15px;
		border-bottom: 4px solid transparent;
		font-weight: 600;
		font-size: 20px;
		line-height: 1.25;
		color: #212121;
		text-transform: uppercase;
	}
	.tabs_wr > .ui-tabs-nav > li.ui-tabs-active > .ui-tabs-anchor {
		border-color: #ffa800;
		color: #32486c;
	}

	.tabs_wr1 {}
	.tabs_wr1 > .ui-tabs-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 35px;
	}
	.tabs_wr1 > .ui-tabs-nav > li {margin: 0 5px 5px 0;}
	.tabs_wr1 > .ui-tabs-nav > li > .ui-tabs-anchor {
		background: #f2f6f7;
		display: block;
		padding: 10px 20px;
		font-weight: 600;
		font-size: 12px;
		line-height: 1.3;
		color: #212121;
		text-transform: uppercase;
	}
	.tabs_wr1 > .ui-tabs-nav > li.ui-tabs-active > .ui-tabs-anchor {
		background: #ffa800;
		color: #fff;
	}

	.tabs_wr2 {}
	.tabs_wr2 .tab_content {display: none;}
	.tabs_wr2 .tab_content.active {display: inherit;}

	.tabs_wr3 {position: relative;}
	.tabs_wr3 > .ui-tabs-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		padding: 30px 10px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.tabs_wr3 > .ui-tabs-nav > li {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 160px;
	}
	.tabs_wr3 > .ui-tabs-nav > li > .ui-tabs-anchor {
		background: #fff;
		display: block;
		padding: 11px;
		font-size: 14px;
		line-height: 1.3;
		color: #000;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
	}
	.tabs_wr3 > .ui-tabs-nav > li:first-child > .ui-tabs-anchor {border-radius: 10px 0 0 10px;}
	.tabs_wr3 > .ui-tabs-nav > li:last-child > .ui-tabs-anchor {border-radius: 0 10px 10px 0;}
	.tabs_wr3 > .ui-tabs-nav > li.ui-tabs-active > .ui-tabs-anchor {
		background: #ffa800;
		color: #fff;
	}
	.tabs_wr3 .tab_in {
		height: 400px;
		overflow: hidden;
	}
	.tabs_wr3 .tab_in iframe {
		width: 100%;
		height: 100%;
	}

	.ui-accordion .ui-accordion-header {
		background: #f2f6f7;
		margin: 0 0 20px 0;
		padding: 22px 92px 22px 30px;
	}
	.ui-accordion .ui-accordion-header::after {
		content: "\e83d";
		position: absolute;
		top: 50%;
		right: 25px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-family: "fontello";
		font-weight: normal;
		font-size: 42px;
		line-height: 1;
		color: #32486c;
	}
	.ui-accordion .ui-accordion-header.ui-accordion-header-active, .ui-accordion .ui-accordion-header a[aria-expanded="true"] {margin-bottom: 0;}
	.ui-accordion .ui-accordion-header.ui-accordion-header-active::after, .ui-accordion .ui-accordion-header a[aria-expanded="true"]::after {content: "\e83c";}
	.ui-accordion .ui-accordion-content {
		background: #fafbfc;
		margin-bottom: 20px;
		padding: 30px;
	}
	.ui-accordion .ui-accordion-content > :last-child {margin-bottom: 0;}

	.c_wr_head {
		max-width: 650px;
		margin: 0 auto;
		padding-bottom: 12px;
		font-size: 14px;
		line-height: 1.8;
		color: #868686;
		text-align: center;
	}
	.c_wr_head .title1 {margin-bottom: 0.4em;}
	.c_wr_head .btn.v6 {
		margin-left: 5px;
		position: absolute;
		top: 10px;
		white-space: nowrap;
	}

	.c_wr {
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(242,246,247,1)), to(rgba(255,255,255,1)));
		background: -o-linear-gradient(top, rgba(242,246,247,1) 0%, rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(242,246,247,1) 0%, rgba(255,255,255,1) 100%);
		padding: 70px 0 40px 0;
		border-top: 2px solid #fff;
		color: #868686;
	}

	.m_cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 -20px;
		font-size: 14px;
	}
	.m_cols .col {margin: 0 20px 40px 20px;}
	.m_cols .col:nth-child(1) {
		-ms-flex-preferred-size: 480px;
		flex-basis: 480px;
		-webkit-box-flex: 9999;
		-ms-flex-positive: 9999;
		flex-grow: 9999;
		max-width: 585px;
		padding-top: 15px;
	}
	.m_cols .col:nth-child(2) {
		-ms-flex-preferred-size: 450px;
		flex-basis: 450px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 450px;
	}

	.c_wr1 {
		background: #f2f6f7 url(assets/img/bkg1.jpg) center 0;
		padding-top: 70px;
		padding-bottom: 10px;
		border-top: 1px solid #c5d4d8;

		background-repeat: no-repeat;
		background-size: contain;
	}

	.c_wr2 {
		padding: 70px 0 35px 0;
		background-color: #DFDFDF;
	}
	.c_wr3_contact {
		padding: 70px 0 35px 0;
		background-color: #DFDFDF;
	}

	.table1 {
		width: 100%;
		font-size: 14px;
		line-height: 1.3;
		color: #535353;
	}
	.table1 tr:nth-child(odd) {background: #f2f6f7;}
	.table1 th,
	.table1 td {padding: 6px 20px;}
	.table1 th {
		padding-right: 10px;
		text-align: right;
	}
	.table1 td {}

	.social {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.social a {
		width: 46px;
		height: 46px;
		margin-right: 4px;
		border: 2px solid transparent;
		border-radius: 50%;
		font-size: 18px;
		line-height: 42px;
		color: #7d8588;
		text-align: center;
	}
	.social a:hover {
		border-color: #c5cfd3;
		color: #287ea1;
	}

	.clock .widget.shailan_CountdownWidget{
		background: rgba(255, 168, 0, 0.85);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-radius: 0 20px 20px 0;
		padding: 20px;
		font-weight: 600;
		font-size: 18px;
		line-height: 1;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		line-height: 0.5;
	}
	.clock.v1 .widget.shailan_CountdownWidget{
		line-height: 1;
	}
	.clock .countdown_amount, 	.countdown__num, .countdown_row span.countdown_amount {
		background: #32486c;
		display: block;
		width: 45px;
		height: 40px;
		margin-bottom: 0.5em;
		border-radius: 0 17px 17px 17px;
		line-height: 40px;
		color: #fff;
	}
	.countdown_row span.countdown_amount{
		font-size: 18px;
	}
	.clock .countdown_section {
		display: block;
		font-size: 0.66em;
		color: #fff;
	}
	.clock .countdown_section br{
		display: none;
	}


	.b_info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
	}
	.b_info .item {
		background: rgba(242, 246, 247, 0.2);
		width: calc(20% - 10px);
		min-height: 208px;
		margin: 0 5px 30px 5px;
		padding: 20px 15px;
		border-bottom: 5px solid transparent;
		border-radius: 30px 30px 0 0;
		font-size: 13px;
		line-height: 1.43;
		text-align: center;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
		cursor: pointer;
	}
	.b_info .thumb {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 80px;
		margin-bottom: 10px;
	}
	.b_info img {
		margin: auto;
		max-height: 100%;
	}
	.b_info .title {
		margin-bottom: 0.5em;
		font-weight: 600;
		font-size: 14px;
		color: #212121;
	}
	.b_info a {color: #287ea1;}
	.b_info .item:hover,
	.b_info .item.active {
		background: #f2f6f7;
		border-bottom-color: #ffa800;
	}
	.b_info .item.active {cursor: default;}

	.carousel {
		margin: 0 0 45px 0;
		position: relative;
		z-index: 1;
	}
	.carousel::after {
		content: "";
		background: #c6cfd3;
		width: 100%;
		height: 2px;
		position: absolute;
		bottom: 3px;
		left: 0;
		z-index: -1;
	}
	.carousel .slick-list {
		max-width: 1060px;
		margin: 0 auto;
	}
	.carousel .slick-track {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.carousel .slick-slide {height: auto;}
	.carousel .item {margin-bottom: 0;}

	.b_info1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -32px;
	}
	.b_info1 .item {
		width: calc(50% - 64px);
		margin: 0 32px 60px 32px;
	}
	.b_info1 .thumb {
		height: 30vw;
		max-height: 300px;
		margin-bottom: 20px;
		position: relative;
	}
	.b_info1 img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.b_info1 .clock {
		position: absolute;
		top: 30px;
		left: 0;
	}
	.b_info1 .descr {
		padding: 25px 20px 0 20px;
		border-top: 1px solid #44a5db;
		line-height: 1.66;
		color: #868686;
	}

	.b_info2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -27px;
	}
	.b_info2 .item {
		width: calc(100% / 3 - 54px);
		margin: 0 27px 60px 27px;
	}
	.b_info2 .thumb {
		height: 220px;
		margin-bottom: 25px;
	}
	.b_info2 img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.b_info2 .descr {}

	.b_info3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 25px;
		font-weight: 600;
		font-size: 15px;
		line-height: 1.66;
		color: #212121;
	}
	.b_info3 p {
		margin: 0 50px 0 0;
		padding-right: 50px;
		border-right: 1px solid #ffa800;
	}

	.b_info4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -27px;
	}
	.b_info4 .item {
		width: calc(100% / 3 - 54px);
		margin: 0 27px 100px 27px;
	}
	.b_info4 .thumb {
		height: 250px;
		margin-bottom: 25px;
	}
	.b_info4 .thumb img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.b_info4 .descr {
		font-weight: 600;
		line-height: 1.66;
	}
	.b_info4 .title2 {
		margin-bottom: 0.3em;
		color: #979797;
	}
	.b_info4 .title2 span {color: #212121;}
	.b_info4 .rate {margin-bottom: 10px;}

	.pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 35px;
	}
	.pagination a, .pagination span {
		background: #32486c;
		width: 50px;
		height: 50px;
		margin: 5px 10px 5px 0;
		border-radius: 50%;
		font-size: 14px;
		line-height: 50px;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
	.pagination a:link,
	.pagination a:visited {
		background: #f3f7f8;
		color: #646464;
	}
	.pagination a:hover , .pagination span:hover{
		background: #32486c;
		color: #fff;
		cursor: pointer;
	}

	.content_wr {padding: 37px 0 40px 0;}

	.b_detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -25px;
		font-size: 14px;
	}
	.b_detail .col {
		-ms-flex-preferred-size: 450px;
		flex-basis: 450px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin: 0 25px 28px 25px;
	}
	.b_detail .col:nth-child(1) {max-width: 520px;}
	.b_detail .col:nth-child(2) {}
	.b_detail .b_btn {
		padding-top: 40px;
		text-align: center;
	}
	.b_detail .b_btn .btn.v2 {min-width: 210px;}

	.bd_info {
		padding-bottom: 15px;
		font-weight: 600;
		font-size: 15px;
		line-height: 1.66;
	}
	.bd_info h2 {
		margin-bottom: 0.3em;
		color: #979797;
	}
	.bd_info h2 span {color: #212121;}
	.bd_info .rate {margin-bottom: 10px;}

	.b_nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 80px;
		list-style: none;
	}
	.b_nav li{
		margin: 0 5px 5px 0;
		

		background: #f2f6f7;

	}
	.b_nav a{
		font-weight: 600;
		font-size: 12px;
		line-height: 1.3;
		color: #212121;
		text-decoration: none;
		text-transform: uppercase;
		padding: 10px 20px;
		display: inline-block;
	}
	.b_nav a.active, .b_nav li.current-menu-item  {
		background: #ffa800;
		color: #fff;
	}
	.b_nav li.current-menu-item  a{
		color: #fff;
	}
	.table2 {
		width: 100%;
		margin-bottom: 40px;
		border-collapse: separate;
		border-spacing: 10px 0;
		font-size: 14px;
		line-height: 1.79;
		color: #535353;
	}
	.table2 tr:nth-child(even) {background: #f2f6f7;}
	.table2 th,
	.table2 td {
		padding-right: 30px;
		padding-left: 30px;
	}
	.table2 th {
		min-width: 200px;
		padding-top: 1.65em;
		padding-bottom: 1.65em;
		font-weight: 700;
		font-size: 16px;
		line-height: 1.56;
		color: #fff;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.table2 th.v1, .table2 th.column-2 {background-color: #158dc1;}
	.table2 th.v2, .table2 th.column-3 {background-color: #95ac34;}
	.table2 th.v3, .table2 th.column-4 {background-color: #ed7731;}
	.table2 th.v4, .table2 th.column-5 {background-color: #3e4755;}
	.table2 td {
		background-color: rgba(242, 246, 247, 0.2);
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	.table2 .price {
		padding: 25px 0 18px 0;
		font-weight: 700;
		font-size: 25px;
		line-height: 1;
		color: #f05725;
	}
	.table2 .price del {
		display: block;
		font-size: 15px;
		color: #3e4755;
	}
	.table2 .price span {font-size: 15px;}
	.table2 .btn {
		width: 100%;
		max-width: 300px;
	}

	.table3 {
		width: 100%;
		margin-bottom: 40px;
		line-height: 1.3;
	}
	.table3 tr:nth-child(even) {background: #f2f6f7;}
	.table3 th,
	.table3 td {padding: 1em 0 1em 30px;}
	.table3 tr > :last-child {padding-right: 30px;}
	.table3 th {
		background: #3e4755;
		color: #fff;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.table3 td {
		font-weight: 600;
		color: #545454;
	}

	.b_info5 {}
	.b_info5 .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 50px;
	}
	.b_info5 .thumb {
		-ms-flex-preferred-size: 450px;
		flex-basis: 450px;
		-webkit-box-flex: 9999;
		-ms-flex-positive: 9999;
		flex-grow: 9999;
		max-width: 650px;
		height: 32vw;
		max-height: 365px;
		margin-right: 50px;
	}
	.b_info5 iframe {
		width: 100%;
		height: 100%;
	}
	.b_info5 .descr {
		-ms-flex-preferred-size: 380px;
		flex-basis: 380px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.list1 {
		padding: 0;
		list-style: none;
	}
	.list1 li {
		margin-bottom: 2em;
		padding-left: 3em;
		position: relative;
	}
	.list1 li::before {
		content: "";
		background: #ffa800;
		width: 1.8em;
		height: 1px;
		position: absolute;
		top: 1em;
		left: 0;
	}

	.b_info6 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 40px;
	}
	.b_info6 .thumb {
		-ms-flex-preferred-size: 450px;
		flex-basis: 450px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.b_info6 .descr {
		-ms-flex-preferred-size: 316px;
		flex-basis: 316px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.b_info6 .clock {}
	.b_info6 .b_btn {
		padding-top: 40px;
		text-align: center;
	}
	.b_info6 .btn.v1 {min-width: 250px;}

	.countdown, .clock .countdown_row {
		display: -webkit-box;
		display: flex;
		border-radius: 0 15px 15px 0
	}
	.clock.v1 .countdown_row{
		width: 100%;
	}


	.countdown__text, .countdown_row .countdown_section {
		text-transform: uppercase;

		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		
		font-size: 13px;
	}
	.clock.v1 .countdown_row .countdown_section {

		color: #000;
	}
	.clock.v1 .countdown_section br{
		display: block;
	}
	.clock.v1 .countdown__num, .clock.v1 .countdown_row span.countdown_amount {
		text-align: center;
		background-color: #32486c;
		color: #fff;
		margin-bottom: 0;
		padding-bottom: 0;
		width: 80px;
		height: 70px;
		line-height: 70px;
		font-size: 45px;
	}

	.countdown__item, .countdown_row .countdown_section {
		margin: 0 5px;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;

		flex-direction: column;
		justify-content: flex-start;
	}
	.widget.shailan_CountdownWidget{
		padding: 30px 25px;
	}

	.countdown_big .countdown__num {
		width: 80px;
		height: 70px;
		line-height: 72px;
		font-size: 2.813em
	}





/* -------------------------------
	Footer 
	------------------------------- */
	#footer {
		background: #32486c url(assets/img/bkg2.png) center 0 / cover no-repeat;
		padding: 50px 0;
		position: relative;
		color: #95a6c2;
	}

	#footer > .in {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer .col {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#footer .col:nth-child(1) {
		-ms-flex-preferred-size: 380px;
		flex-basis: 380px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 590px;
	}
	#footer .col:nth-child(2) {
		text-align: right;
	}

	.f_menu {
		margin: 0;
		padding: 0;
		list-style: none;
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-width: 160px;
		-moz-column-width: 160px;
		column-width: 160px;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
		font-weight: 600;
		font-size: 14px;
		line-height: 1.3;
		text-transform: uppercase;
	}
	.f_menu li {margin-bottom: 1.55em;}
	.f_menu a {
		color: #d3dbe8;
		text-decoration: none;
	}
	.f_menu a:hover,
	.f_menu li.active a, .f_menu .current-menu-item a {color: #fff;}

	.f_phone {
		margin-bottom: 25px;
		font-weight: 600;
		font-size: 35px;
		line-height: 1;
	}
	.f_phone a[href^="tel"] {color: #fff;}
	.f_phone span {
		display: block;
		margin-top: 0.5em;
		font-size: 12px;
		text-transform: uppercase;
	}

	.copy {
		font-size: 12px;
		text-transform: uppercase;
	}

	@media screen and (max-width: 1100px) {
		.h_menu a {font-size: 14px;}

		.slick-prev::before,
		.slick-next::before {font-size: 30px;}

		.m_cols .col:nth-child(1),
		.m_cols .col:nth-child(2) {max-width: none;}

		.b_info1,
		.b_info2,
		.b_info4 {margin: 0 -15px;}
		.b_info1 .item,
		.b_info2 .item,
		.b_info4 .item {
			margin-right: 15px;
			margin-left: 15px;
		}

		.b_info1 .item {width: calc(50% - 30px);}

		.b_info2 .item,
		.b_info4 .item {width: calc(100% / 3 - 30px);}

		.b_info5 .thumb {margin-right: 30px;}
	}

	@media screen and (max-width: 980px) {
		.in {
			padding-right: 10px;
			padding-left: 10px;
		}

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

		.m_ctrl {
			display: block;
			top: 20px;
		}

		.h_menu {
			background: #233552;
			display: none;
			width: calc(100% - 20px);
			max-width: 360px;
			height: calc(100vh - 80px);
			border-radius: 0 20px 20px 20px;
			padding: 20px;
			position: fixed;
			top: 127px;
			left: 10px;
			z-index: 200;
			overflow: auto;
		}
		.h_menu li::after {display: none;}
		.h_menu a {
			height: auto;
			margin-bottom: 1em;
			padding: 0 0 5px 0;
			font-size: 15px;
		}

		.h_phone,
		.f_phone {font-size: 30px;}

		#pg_home .h_phone {right: 10px;}

		.tabs_wr > .ui-tabs-nav > li {margin-right: 20px;}

		.c_wr_head .title1 {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}
		.c_wr_head .btn.v6 {
			margin: 10px 0 0 0;
			position: static;
		}

		.b_info .item {width: calc(25% - 10px);}

		.b_info2 .item,
		.b_info4 .item {width: calc(50% - 30px);}
		.b_info2 .thumb {
			height: 30vw;
			max-height: 290px;
		}
		.b_info4 .thumb {
			height: 34vw;
			max-height: 333px;
		}

		.b_detail {
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
		.bd_info {text-align: center;}

		.article > img,
		.article p img {
			width: auto !important;
			margin: 0 0 10px 0 !important;
			float: none !important;
		}

		.b_info6 {
			display: block;
			position: relative;
		}
		.b_info6 .thumb {
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
		}
		.b_info6 .thumb img {
			width: 100%;
			height: 100%;
			-o-object-fit: cover;
			object-fit: cover;
		}
		.b_info6 .descr {
			background: rgba(255, 255, 255, 0.5);
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			padding: 20px;
			position: relative;
		}
		.b_info6 .clock.v1 {border-radius: 20px;}

		#footer {
			background-image: none;
			padding: 20px 0;
		}
		#footer .col:nth-child(1) {display: none;}
		#footer .col:nth-child(2) {
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			text-align: center;
		}
		.h_menu a {
			color: #ffffff;
		}
	}

	@media screen and (max-width: 780px) {
		.b_info .item {width: calc(100% / 3 - 10px);}
	}

	@media screen and (max-width: 730px) {
		.h_phone,
		.f_phone {font-size: 25px;}

		.b_info1,
		.b_info2,
		.b_info4 {margin: 0 -10px;}
		.b_info1 .item,
		.b_info2 .item,
		.b_info4 .item {margin: 0 10px 40px 10px;}

		.b_info1 .item,
		.b_info2 .item,
		.b_info4 .item {width: calc(100% - 20px);}
		.b_info1 .thumb,
		.b_info2 .thumb {
			height: 53vw;
			min-height: 220px;
			max-height: 380px;
		}
		.b_info4 .thumb {
			height: 70vw;
			min-height: 220px;
			max-height: 490px;
		}

		.b_info5 .item {
			display: block;
			margin-bottom: 40px;
		}
		.b_info5 .thumb {
			max-width: none;
			height: 53vw;
			max-height: 380px;
			margin: 0 0 25px 0;
		}
	}

	@media screen and (max-width: 600px) {
		.slider {position: static;}

		#pg_home .hdr_row.v2 .in {
			height: auto;
			max-height: none;
		}
		#pg_home .h_phone {
			position: static;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			text-align: center;
		}

		.b_info .item {width: calc(50% - 10px);}
	}

	@media screen and (max-width: 550px) {
		body {font-size: 14px;}

		h1,
		.title1 {font-size: 25px;}

		h2,
		.title2,
		.title3 {font-size: 16px;}

		h3,
		.title4 {font-size: 15px;}

		.title5 {font-size: 20px;}

		.tabs_wr > .ui-tabs-nav > li > .ui-tabs-anchor {font-size: 16px;}

		.ui-accordion .ui-accordion-header {padding: 10px 40px 10px 10px;}
		.ui-accordion .ui-accordion-header::after {
			right: 7px;
			font-size: 26px;
		}
		.ui-accordion .ui-accordion-content {padding: 10px;}

		.c_wr,
		.c_wr2 {padding: 40px 0 10px 0;}

		.m_cols .col:nth-child(1) {padding-top: 0;}

		.c_wr1 {padding-top: 40px;}

		.b_info3 {display: block;}
		.b_info3 p {
			margin: 0 0 2em 0;
			padding: 0;
			border: none;
		}

		.b_info3 {
			padding-top: 0;
			font-size: inherit;
		}

		.table1 th,
		.table1 td {
			padding-right: 10px;
			padding-left: 10px;
		}

		.table2 th,
		.table2 td {
			padding-right: 10px;
			padding-left: 10px;
		}
		.table2 th {
			min-width: 165px;
			font-size: 14px;
		}

		.table3 th,
		.table3 td {padding-left: 10px;}
		.table3 tr > :last-child {padding-right: 10px;}
	}
	.m_ctrl {
		top: 0px;
	}
	.h_menu {
		top: 72px;
	}

	@media screen and (max-width: 400px) {
		.b_info .item {width: calc(100% - 10px);}

		.clock.v1 {font-size: 25px;}
		.clock.v1 span {
			width: 60px;
			height: 50px;
			line-height: 50px;
		}
	}

	


/* EM-RHYTM DEV */
.under_tolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slick-dots button::before {
    background: #FD8E0B;
}
.c_wr_new {
	display: flex;
    align-items: center;
    justify-content: center;

    height: 100vh;
    background-image: url(https://okna-info.com/wp-content/uploads/2023/10/banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.title_h1 {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 110px;
    font-style: normal;
    font-weight: 700;
    line-height: 130px;
    letter-spacing: 2.2px;
    text-transform: capitalize;
	margin-bottom: 70px;
}

.bth-hero {
    display: flex;
    align-items: center;
    justify-content: center;
	max-width: 760px;
	margin: 0 auto;
}

.btn.v4 {
    min-width: 340px;
    padding: 28px 75px;
    
	color: #FCFCFC;
	text-align: center;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 17px; /* 70.833% */
	letter-spacing: 0.96px;
	text-transform: uppercase;
	
    border-radius: 12px;
    border: 1px solid #FD8E0B;
    background: #FD8E0B;

	transition: all .3s;
}
.btn.v4:hover {
	background: #e27a04;
}

a.btn.v4.first {
	margin-right: 70px;
}

/* НАШИ САЙТЫ */
.c_wr {
    background: #DFDFDF;
}
.b_info .item {
    background: #F2F6F7;
}

.b_info .item {
    margin: 0 17px 0px 17px;
}
.slick-prev::before {
    content: url(/wp-content/uploads/2023/10/left-arrow.png);
}
.slick-next::before {
    content: url(/wp-content/uploads/2023/10/right-arrow.png);
}
.b_info .thumb {
    justify-content: center;
}

/* ДЕЙСТВУЮЩИЕ АКЦИИ */
.btn.v4.new_btn {
	color: #FCFCFC;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 17px;
	letter-spacing: 0.64px;

	border-radius: 10px;
	min-width: 190px;
	padding: 15px 40px;
}

.btn.v6 {
    padding: 20px 157px;
    border-radius: 12px;
    border: 1px solid #FD8E0B;
    background: #FD8E0B;
    color: #FCFCFC;
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.96px;
    transition: all .3s;

	margin: 40px auto;
    display: flex;
    width: 620px;
    justify-content: center;
    align-items: center;
}
.btn.v6:hover {
	background: #e27a04;
}

/* У ВАС ВИНИКЛИ ПИТАННЯ? */
.c_wr3_contact {
    padding: 70px 0 150px;
}
.c_wr3_contact .in {
    max-width: 1530px;
}

.grid_container {
    display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 40px;
	row-gap: 30px;
}
.form_column {
    border-radius: 25px;
    background: #F2F6F7;
    padding: 35px;
}
.form_column .c_wr_head {
    margin: 0;
    text-align: left;
}
.uk-input, .uk-textarea {
    border-bottom: 1px solid #505050 !important;
    background: #CECECE !important;
    padding: 15px 30px !important;
    color: #757575 !important;
    font-family: Open Sans !important;
    font-size: 14px !important;
    font-weight: 400;
    margin-bottom: 25px !important;
}
.uk-textarea {
	border: 1px solid #505050;
}
.uk-button {
    color: #FCFCFC;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.88px;
    text-transform: uppercase;
    border-radius: 12px;
    border: 1px solid #FD8E0B;
    background: #FD8E0B;
    width: 355px;
    height: 58px;
	transition: all .3s;
}
.uk-button:hover {
	background: #e27a04;
}

.feedback {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	grid-gap: 50px;
	row-gap: 25px;
	margin-bottom: 20px;
}
.header_h5 {
    color: #212121;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 43.75px;
    text-transform: uppercase;
}
.feedback p {
    margin-bottom: 15px;
}
.map {
	width: 95%;
}


/* HEADER */
.tollbar_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}
.phn_soc a {
    color: #121212 !important;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.phn_soc a:not(:last-child) {
    margin-right: 20px;
}
#header .in {
    max-width: 1531px;
}
.h_menu {
    column-gap: 80px;
}

/* footer */
#footer {
    background: #32486c url(assets/img/bkg2.png) center 0 / cover no-repeat;
    padding: 40px 0;
    color: #121212;
    border-bottom: 1px solid #E4E4E4;
    background: #F2F2F2;
}
.footer_section_grid {
    display: grid;
    grid-gap: 50px;
    row-gap: 25px;
    grid-template-columns: 15% 81%;
    width: 100%;
    padding: 30px 20px 0;
    max-width: 1560px;
    margin: 0 auto;
}
.footer_section_grid .feedback:last-child {
    grid-gap: 0;
}
.grid_feedback_4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
	justify-content: space-between;
}
.footer_section_grid p, .footer_section_grid .logo {
	margin-bottom: 20px;
}
.grid_feedback_2 p, .grid_feedback_3 p {
	margin-bottom: 10px;
}
.under_tolbar .btn.v4.new_btn {
    min-width: 190px;
    padding: 15px 24px;
    width: 295px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.32px;
}
.feedback .btn.v4.new_btn {
    width: 295px;
	padding: 15px 24px;
}


@media screen and (max-width: 1475px) {
	.h_menu {
		column-gap: 50px;
	}
}
@media screen and (max-width: 1285px) {
	.h_menu {
		column-gap: 30px;
	}
}
@media screen and (max-width: 1190px) {
	.h_menu a {
		font-size: 17px;
	}
	.under_tolbar .btn.v4.new_btn {
		width: 240px;
		font-size: 12px;
	}
}

@media screen and (max-width: 980px) {
	.title_h1 {
		font-size: 80px;
		line-height: 90px;
		margin-bottom: 15px;
	}
	a.btn.v4.first {
		margin-right: 40px;
	}
	.btn.v4 {
		min-width: 255px;
		padding: 15px 30px;
		font-size: 14px;
		border-radius: 5px;
	}
	.btn.v6 {
		padding: 20px 130px;
	}

	.grid_container {
		grid-template-columns: 100%;
	}
	.feedback {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.feedback p {
		margin-bottom: 5px;
	}
	.social_hero {
		margin-bottom: 25px;
	}

	.map {
		width: 100%;
	}
	.phn_soc {
		display: none;
	}
	.under_tolbar {
		flex-direction: row-reverse;
		padding: 10px 0;
	}

	.h_menu {
		background: #233552;
		display: none;
		width: calc(100% - 20px);
		max-width: 100%;
		height: calc(100vh - 170px);
		border-radius: 0 0px 20px 20px;
		padding: 20px;
		position: absolute;
		top: 107px;
		left: 10px;
		z-index: 200;
		overflow: auto;
	}
	.footer_section_grid .phn_soc {
		display: inherit;
	}
	.footer_section_grid {
		grid-template-columns: 100%;
	}
	.footer_section_grid_1 {
		text-align: center;
		margin: 0 auto;
	}
	.footer_section_grid_1 .phn_soc a:not(:last-child) {
		margin-right: 0;
	}
	.footer_section_grid .h_menu {
		display: contents;
	}
	.footer_section_grid .h_menu li {
		align-items: center;
		justify-content: center;
	}
	.footer_section_grid .logo {
		width: auto;
		height: auto;
		left: auto;
		position: relative;
	}
	.grid_feedback_4 {
		align-items: center;
	}
}

@media screen and (max-width: 670px) {
	.title_h1 {
		font-size: 60px;
		line-height: 70px;
	}
	.btn.v6 {
		width: 500px;
	}
}

@media screen and (max-width: 550px) {
	.c_wr_new {
		height: 200px;
	}
	.title_h1 {
		font-size: 24px;
		line-height: 25px;
	}
	a.btn.v4.first {
		margin-right: 20px;
	}
	a.btn.v4 {
		padding: 5px 20px;
		min-width: 80px;
		height: 19px;
		font-size: 7px;
		border-radius: 5px;
		line-height: 8px; 
	}

	.in.our_sites {
		width: auto;
		border-radius: 10px;
    	border-top: 2px solid #FFF;
		background: linear-gradient(180deg, #F2F6F7 0%, #FFF 100%);
		margin-left: 30px;
		margin-right: 30px;
		padding-top: 30px;
	}
	.c_wr.wr_sites {
		padding: 25px 0 25px 0;
	}
	.in.our_sites .carousel {
		margin: 0;
	}

	.btn.v4.new_btn {
		font-size: 10px;
		line-height: 17px;
		letter-spacing: 0.2px;
	
		border-radius: 5px;
		min-width: 100px;
		padding: 5px 20px;
		height: 28px;
	}

	.btn.v6 {
		font-size: 16px;
		line-height: 17px; /* 170% */
		letter-spacing: 0.2px;
		width: 100%;
		height: 40px;
		border-radius: 5px;
		padding: 10px 80px;
	}

	.c_wr3_contact {
		padding: 30px 0 25px;
	}
	.form_column {
		padding: 15px;
	}

	.uk-button {
		font-size: 16px;
		line-height: 17px;
		letter-spacing: 0.2px;
		width: 100%;
		height: 40px;
		padding: 5px 20px;
		border-radius: 5px;
	}
	
	.h_menu a {
		color: #ffffff;
	}

	.hdr_row.v1 .btn.v4.new_btn {
		min-width: 175px;
		padding: 5px 10px;
		height: 25px;
		font-size: 10px;
		line-height: 14px;
		letter-spacing: 0.1px;
		text-transform: uppercase;
		border-radius: 2px;
	}
	.logo {
		position: relative;
		left: 10px;
	}
	/*.m_ctrl {
		width: 19px;
		height: 12px;
	}
	.m_ctrl span {
		width: 10px;
	}
	.m_ctrl span {
		height: 2px;
	}
	.m_ctrl span::before {
		top: -3px;
	}
	.m_ctrl span::after {
		bottom: -3px;
	}
	.m_ctrl span::before, .m_ctrl span::after {
		height: 2px;
	}*/
	.hdr_row.v1 {
		background: #D9D9D9;
	}
	.b_info .item {
		background: transparent;
	}
	.slick-next::before, .slick-prev::before {
		display: none;
	}
	.b_info1 .descr {
		padding: 25px 0;
	}

	.h_menu a:hover, .h_menu li.active a, .h_menu .current-menu-item a, .h_menu a {
		color: #fff;
		font-family: Inter;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 26px;
		margin-bottom: 0px;
	}
	.footer_section_grid {
		padding-bottom: 0;
	}
	.hdr_row.v1 .btn.v4.new_btn {
		max-width: 85px;
	}
	.feedback .btn.v4.new_btn {
		padding: 5px 24px;
	}
	.footer_section_grid .feedback:last-child {
		grid-gap: 20px;
	}
	.footer_menu {
		padding-bottom: 25px;
	}
	.tabs_wr2 .tab_content.active {
		margin-top: 20px;
	}
	.tollbar_header {
		justify-content: center;
	}
	.h_menu {
		top: 97px;
	}
}


@media screen and (min-width: 550px) {
	.under_tolbar .logo {
		display: none;
	}
}

.footer_section_grid_2 ul.h_menu li a {
	color: #000;
}

/** Archive New **/
body.archive.category .hdr_row.v1, body.page-id-43 .hdr_row.v1 {
	background: #fff;
}
body.archive.category #main, body.page-id-43 #main{
	background: #e4e4e4;
} 
.b_info4 a.btn.v5, .b_info1 a.btn.v4  {
	background: #fd8e0b;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 10px;
	border: 1px solid #FD8E0B;
	height: unset;
}
.b_info4 a.btn.v5:hover, .b_info4 a.btn.v5:focus, .b_info1 a.btn.v4:hover, .b_info1 a.btn.v4:focus {
	background: #e27a04;
	border-color: #e27a04;
}
.pagination a {
	background: #fff!important;
}
.pagination span.current, .pagination span.dots {
	border: 1px solid #FD8E0B;
	background: #fd8e0b;
}
.pagination a:hover,  .pagination a:focus{
	background: #e27a04!important;
	border-color: #e27a04!important;
	color: #fff;
}
body.archive.category .content_wr, body.page-id-43 .content_wr {
	padding: 80px 0;
}
body.archive.category .in h1 {
	margin-bottom: 80px;
}
body.archive.category .b_nav li, body.page-id-43  .b_nav li, .page-template-documentation-pages.page-child .b_nav li{
	margin-right: 80px;
}
@media screen and (max-width: 767px) {
	body.archive.category .content_wr, body.page-id-43 .content_wr {
		padding: 40px 0;
	}
	body.archive.category .in h1 {
		margin-bottom: 40px;
	}
	body.archive.category .b_nav {
		padding-bottom: 40px;
	}
	body.archive.category .b_nav li, body.page-id-43 .b_nav li {
		margin-right: 5px;
	}
}

/** Video Galery **/
body.category-5 .table1 tr:nth-child(2n+1) {
	background: unset;
}
body.category-5 .table1 th, .table1 td {
	padding-right: 10px;
	text-align: left;
	padding-left: 0;
}

/** Dovidka **/
body.page-id-43 .b_nav li, body.page-id-49 .b_nav li, .page-template-documentation-pages.page-child .b_nav li {
	margin-bottom: 40px;
}
body.page-id-43 .b_nav, body.page-id-49 .b_nav, .page-template-documentation-pages.page-child .b_nav {
	padding-bottom: 0;
}
@media screen and (max-width: 767px) {
	body.page-id-43 .b_nav, body.page-id-49 .b_nav, .page-template-documentation-pages.page-child .b_nav {
		display: grid;
		justify-content: center;
		justify-items: center;
	}
	body.page-id-43 .b_nav li, body.page-id-49 .b_nav li, .page-template-documentation-pages.page-child .b_nav li {
		margin-right: 0;
	}

}

/** Salles **/
body.archive.category-aktsii .in h1{
	margin-bottom: 40px;
}