/*
Theme Name: РђР·РёРјСѓС‚
Theme URI: https://aleksinsky.ru/
Author: AleksinSky.ru
Author URI: https://aleksinsky.ru/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dazzling
Domain Path: /languages/
Tags: grid-layout, footer-widgets, blog, education, entertainment, food-and-drink, news, photography, portfolio

This theme, like WordPress, is licensed under the GPL.

Dazzling is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

/* Table of content
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Footer
13. Mobile Styling
14. Social icons
15. Call For Action
*/

/* =Global
----------------------------------------------- */
body {
	color: #4b695d;
	word-wrap: break-word;
	line-height: 1.7;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #25b575;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	 -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	color: #223d33;
	font-weight: 300;
}

h1,
.h1,
h2,
.h2 {
	font-size: 2.2em;
}

h3,
.h3 {
	font-size: 1.8em;
}

h4,
.h4 {
	font-size: 1.4em;
}

h5,
.h5 {
	font-size: 1.2em;
}

h6,
.h6 {
	font-size: 1.1em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
select {
	width: 250px;
	border: 1px solid #DCE4EC;
	background-color: #FFF;
	height: 30px;
	padding: 5px;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="tel"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:	content-box;
	box-sizing:		 content-box;
}
input[type="tel"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="tel"],
textarea {
	color: #666;
	border: 1px solid #E8E8E8;
	border-radius: 3px;
	width:100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="tel"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-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 */
}

/* Clearing */
.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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
	margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
	font-size: 13px;
}
#main .page-header {
	margin-top: 0;
}

.entry-meta a {
	color: #6B6B6B;
}
.entry-meta .fa {
	font-size: 14px;
	margin-right: 3px;
	color: #25b575;
}
.entry-meta span {
	margin-right: 10px;
}
.entry-title {
	font-size: 32px;
	color: #444;
}
.entry-title a {
	color: #444;
}
.entry-title a:hover {
	color: #666;
}
.btn.btn-default.read-more {
	float: right;
	border: 1px solid #E8E8E8;
	color: #25b575;
	background-color: transparent;
	margin-top: 10px;
}
.btn.btn-default.read-more:hover {
	color: #FFF;
	background-color: #25b575;
}
.search .btn.btn-default.read-more {
	float: none;
}
hr.section-divider {
	border-color: #E8E8E8;
	margin-top: 50px;
	margin-bottom: 50px;
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
	display: inline-block;
	color: #fff;
	background-color: #25b575;
	border-radius: 4px;
	padding: 2px 10px;
	margin-left: 2px;
}
.page-links a span {
	background-color: inherit;
	border: 1px solid #E8E8E8;
	color: #25b575;
	-webkit-transition: all 0.2s;
	 -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
.page-links a:hover span {
	background-color: #25b575;
	border: 1px solid #25b575;
	color: #fff;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget > ul > li,
li.recentcomments {
	border-bottom: 1px solid #EEE;
	position: relative;
	display: block;
	padding: 10px 0;
}
.widget ul li {
	list-style: none;
}
.widget ul {
	padding: 10px 10px;
}
.widget-title {
	border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
	padding: 0;
}
.tab-content ul li {
	list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
	font-family: fontawesome;
	margin-right: 10px;
}
#secondary .widget_archive ul li:before {
	content: '\f073';
}
#secondary .widget_categories ul li:before {
	content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
	content: '\f0e5';
}
.tab-content .tab-thumb {
	float: left;
	margin-right: 8px;
	padding-top: 5px;
	float: left;
	line-height: 0px;
	width: 60px;
	height: 60px;
}
.tab-content li {
	overflow: hidden;
	list-style: none;
	border-bottom: 1px solid #f0f0f0;
	margin: 0 0 8px;
	padding: 0 0 6px;
}
.tab-content .tab-entry {
	display: block;
}
.tab-content > .active {
	border: 1px solid #E8E8E8;
	border-top: none;
}
.tab-content ul li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.tab-content .tab-entry {
	font-size: 14px
}
.tab-comment {
	font-size: 18px;
	padding: 0 10px;
}
.nav-tabs > li > a {
	border-bottom-color: transparent;
	text-transform: uppercase;
}
.tab-content i {
	font-size: 12px;
}
.tab-thumb.thumbnail {
	margin-bottom: 5px;
}
.tab-content #messages li:before {
	content: '\f0e5';
	font-family: fontawesome;
	float: left;
	padding-right: 10px;
	font-size: 20px;
	color: #25b575;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default {
	background-color: #25b575;
	border-color: #25b575;
}
.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
	background-color: #029c63;
	border-color: #029c63;
}
.btn.btn-default {
	color: #FFF;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.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;
}
#infinite-handle span {
	display: block;
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	border-radius: 4px;
	padding: 12px;
	background: transparent;
	border: 1px solid #E8E8E8;
	color: #25b575;
	-webkit-transition: all 0.2s;
	 -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
#infinite-handle span:hover {
	background-color: #25b575;
	color: #fff;
}
.woocommerce #infinite-handle {
	display: none;
}
.woocommerce div.product form.cart .variations label {
	color: #6B6B6B;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 8px;
}

/* =Custom Styles
----------------------------------------------- */
.site-branding {
	margin-top: 20px;
	margin-bottom: 20px;
}
.site-description {
	clear: both;
	color: #777;
	font-weight: 200;
	font-size: 14px;
}
.page-template-page-homepage-php .carousel {
	margin-top: -20px;
	margin-bottom: 20px;
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
	border: 1px solid #E8E8E8;
	padding: 6px 12px;
	border-radius: 4px;
	display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
	color: #fff;
	background: #25b575;
	text-decoration: none;
}
.more-link {
	float: right;
	margin: 10px 0;
}
.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
}
.navbar.navbar-default {
	background-color: #fff;
	font-weight: 200;
	margin-bottom: 0;
	margin-top: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #999;
    line-height: 1.54em;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    display: block;
}
.navbar > .container .navbar-brand {
	color: #25b575;
	font-size: 24px;
	margin: 8px 0;
}
.site-main [class*="navigation"] {
    margin: -1.5em 0 4.5em;
	width: 100%;
    display: block;
	float:left;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	border-right: none;
	border-left: none;
}
.navbar {
	border-radius: 0;
}
.navbar-default {
	border: none;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #999;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
	padding: 14px 20px;
	color: #999;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	border: none;
}
.dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
	background-color: #25b575;
	color: #fff;
}

.dropdown-menu .divider {
	background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
	padding: 0;
}
.navbar-nav > li > a {
	padding-top: 18px;
	padding-bottom: 18px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-collapse {
	padding: 0;
}
@media (max-width: 767px) {
	.nav.navbar-nav {
	float: none;
	}
}
/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
#respond {
	background-color: transparent !important;
	box-shadow: none !important;
	padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
	margin-bottom: 10px;
}
p.logged-in-as {
	padding-bottom: 0px;
}
.comment-list {
	margin-bottom: 40px !important;
	margin-left: 0px !important;
	padding-left: 0;
}
.comment .comment-body {
	background-color: #ffffff;
	margin: 0;
	overflow: hidden;
	padding: 25px;
	margin-top: 2em;
	padding-left: 116px;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0);
	border-color: #E8E8E8;
	border-radius: 4px;
}
.comment-list .children {
	margin-left: 0px!important;
	padding-left: 40px;
	border-left: 1px solid #E8E8E8;
	background-repeat: no-repeat;
	background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
	position: absolute;
	left: 29px;
	top: 29px;
}
#comment-form-title {
	font-size: 24px;
	padding-bottom: 10px;
}
.vcard .avatar {
	position: absolute;
	left: 29px;
	top: 29px;
}
.comment-metadata {
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 10px;
}
.comment-reply-link {
	float: right;
}
.form-allowed-tags code {
	word-wrap: break-word;
	white-space: inherit;
}
.comment-respond label {
	display: block;
	font-weight: normal;
}
.comment-respond .required {
	color: #C7254E;
}


/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
	padding: 5px 20px;
	border: 1px solid #E8E8E8;
	border-radius: 4px;
	display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
	background-color: #25b575;
	color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
	margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

#footer-area {
	background-color: #eeeeef;
	color: #a5a8af;
}
#footer-area .footer-widget-area {
	padding: 40px 0 20px 0;
	overflow: hidden;
}
#footer-area .tab-content > .active {
	border: none;
}
#footer-area .nav-tabs > li.active > a, #footer-area .nav-tabs > li.active > a:hover, #footer-area .nav-tabs > li.active > a:focus {
	background-color: transparent;
}
#footer-area .tab-content .tab-entry {
	font-size: inherit;
}
#footer-area .widgettitle {
	font-size: 18px;
	color: inherit;
	margin-top: 0px;
}
#footer-area #social ul li {
	border-bottom: none;
}
#footer-area .widget ul li {
	padding: 10px 0;
	list-style: none;
}
.footer-nav.nav > li {
	position: relative;
	display: inline-table;
}
.footer-nav.nav {
	float: left;
	margin-bottom: 2px;
}
.copyright {
	margin-top: 10px;
	float: right;
	text-align: right;
}
#colophon {
	background-color: #1F1F1F;
	padding: 10px 0;
	border-top: 1px solid #3A3A3A;
}
.site-info a {
	color: #777;
}
.site-info a:hover {
	color: #999;
}
.site-info {
	color: #999;
	font-size: 12px;
}
.footer-nav.nav > li > a:hover {
	background-color: transparent;
}
.scroll-to-top {
	background: #3B3B3B;
	background: rgba(0, 0, 0, 0.4);
	color: #FFF;
	bottom: 4%;
	cursor: pointer;
	display: none;
	position: fixed;
	right: 20px;
	z-index: 999;
	font-size: 16px;
	padding: 2px 10px;
	border-radius: 4px;
	-webkit-transition: background-color 0.1s linear;
	 -moz-transition: background-color 0.1s linear;
		 -o-transition: background-color 0.1s linear;
			transition: background-color 0.1s linear;
}
.scroll-to-top:hover {
	background: #25b575;
	opacity: .8;
}

/* =Mobile Styling
----------------------------------------------- */

@media (max-width: 768px) {
	.pull-right {
	float: none !important;
	}
	.pull-left {
	float: none !important;
	}
	.site-info, .copyright {
		text-align: center;
	}
	.footer-nav.nav, .copyright {
	float: none;
	}
	.flex-caption {
	display: none;
	}
	.navbar > .container .navbar-brand {
	margin: 0;
	}
	.navbar-default .navbar-nav > li > a {
	line-height: 20px;
	padding: 15px 10px;
	}
}

/* =Social icons
----------------------------------------------- */

.top-bar {
	border-bottom-color: #E8E8E8;
}
#social a {
	font-size: 32px;
	margin: 6px;
	color: #E8E8E8;
}
#social {
	top: 0;
	position: relative;
	text-align: center;
}
#social ul li {
	list-style: none;
	display: inline-block;
	padding: 0 10px;
}
#social ul {
	margin-bottom: 0;
	padding: 0;
}
#social li a span {
	display: none;
}
.fa-googleplus:before {
	content: "\f0d5";
}
#social li,
#social ul {
	border: 0!important;
	list-style: none;
	padding-left: 0
}
#social li a[href*="twitter.com"] .fa:before,
.fa-twitter:before {
	content: "\f099"
}
#social li a[href*="facebook.com"] .fa:before,
.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}
#social li a[href*="github.com"] .fa:before,
.fa-github:before {
	content: "\f09b"
}
#social li a[href*="/feed"] .fa:before,
.fa-rss:before {
	content: "\f09e"
}
#social li a[href*="pinterest.com"] .fa:before,
.fa-pinterest:before {
	content: "\f0d2"
}
#social li a[href*="plus.google.com"] .fa:before,
.fa-google-plus:before {
	content: "\f0d5"
}
#social li a[href*="linkedin.com"] .fa:before,
.fa-linkedin:before {
	content: "\f0e1"
}
#social li a[href*="youtube.com"] .fa:before,
.fa-youtube:before {
	content: "\f167"
}
#social li a[href*="instagram.com"] .fa:before,
.fa-instagram:before {
	content: "\f16d"
}
#social li a[href*="flickr.com"] .fa:before,
.fa-flickr:before {
	content: "\f16e"
}
#social li a[href*="tumblr.com"] .fa:before,
.fa-tumblr:before {
	content: "\f173"
}
#social li a[href*="dribbble.com"] .fa:before,
.fa-dribbble:before {
	content: "\f17d"
}
#social li a[href*="skype.com"] .fa:before,
.fa-skype:before {
	content: "\f17e"
}
#social li a[href*="foursquare.com"] .fa:before,
.fa-foursquare:before {
	content: "\f180"
}
#social li a[href*="vimeo.com"] .fa:before,
.fa-vimeo-square:before {
	content: "\f194"
}
#social li a[href*="spotify.com"] .fa:before,
.fa-spotify:before {
	content: "\f1bc"
}
#social li a[href*="soundcloud.com"] .fa:before,
.fa-soundcloud:before {
	content: "\f1be"
}

@media (max-width: 992px) {
	.site-branding {
	text-align: center;
	}
	#social {
	top: 0;
	float: none;
	text-align: center;
	}
	.side-pull-left .main-content-inner, .side-pull-right .main-content-inner{
	float: none;
	}
}

/* =Call For Action
----------------------------------------------- */

.cfa{
	padding: 30px 0px;
	background: #25b575;
	text-align: center;
	overflow: hidden;
}
.cfa-text{
	font-size: 22px;
	color: #fff;
	display: block;
	padding-top: 10px;
}
.cfa-button {
	background-color: transparent;
	color: #fff;
	padding: 15px 30px;
	border-color: #fff;
}
.cfa-button a,
.cfa-button a {
	color: #fff;
}
.cfa-button:hover {
	background-color: #fff;
	color: #25b575;
}
.cfa-button:hover a {
	color: #25b575;
}
/* Layout */
.side-pull-left #primary{
	float: left;
}
.side-pull-right #primary{
	float: right;
}
.no-sidebar #secondary, .full-width #secondary{
	display: none;
}
.no-sidebar #primary{
	float: none;
	margin: 0 auto;
}
.full-width #primary{
	width: 100%;
}
/**/
@media (min-width: 1300px){
	.container {
		width: 1170px;
	}
}
@media (min-width: 1400px){
	.container {
		width: 1270px;
	}
}
@media (min-width: 1500px){
	.container {
		width: 1370px;
	}
}
@media (min-width: 1600px){
	.container {
		width: 1470px;
	}
}
@media (min-width: 1700px){
	.container {
		width: 1570px;
	}
}
.navbar-header-top{
	display:block;
	width:100%;
}
.navbar-header-top-content{
	display:table;
	margin-left:auto;
	margin-right:0;
}
.navbar-header-top-content>div{
	display:table-cell;
	vertical-align:middle;
    letter-spacing: .06em;
}
.navbar-header{
	display:table;
	width:100%;
}
.navbar-header>div{
	display:table-cell;
	vertical-align:middle;
}
.navbar-header>div#logo{
	width:220px;
	padding:22px 0;
}
.navbar-header>div#logo .site-title{
	margin:0;
}
.navbar-header>div#search form{
	width:400px;
	max-width:90%;
	margin: 0 auto;
}
.navbar-header>div#search .form-group {
	margin-bottom:0;
}
.navbar-header>div#phone {
	width:300px;
	text-align: center;
}
.navbar-header>div#iso {
	width:250px;
	white-space:nowrap;
}
.navbar-nav {
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	padding: 0;
	margin: 0;
}
.navbar-nav>li {
	float: none;
	display: block;
	text-align: center;
	padding: 0;
}
.header-menu {
    width: 100%;
    float: left;
    padding: 25px 0;
	background:#02b875;
	position:relative;
}
.header-menu:before {
    content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:-1000%;
	right:-1000%;
	background:#02b875;
	z-index:0;
}
.header-menu>div {
	position:relative;
	z-index:1;
}
#page {
    overflow: hidden;
}
.navbar-default .navbar-nav > li > a {
    letter-spacing:.08em;
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.current-menu-item > a,
.navbar-default .navbar-nav > li.current-menu-item > a:hover{
	color: #acffe1;
	background: transparent;
	outline: none;
}
.navbar-header-top {
    padding: 8px 0;
    border-bottom: 1px solid #f8faff;
    line-height: 1em;
	color:#9fa4b5;
	cursor:default;
}
.navbar-header-top a{
	color:#9fa4b5;
}
.navbar-header-top i{
	color:#6772e5;
	font-size:1.2em;
	display:inline-block;
	margin:-.2em 2.5px -.2em 0;
    transform: translateY(.05em);
}
.navbar-header-top-adress{
	padding-right:25px;
    border-right: 2px solid;
    white-space: nowrap;
}
.navbar-header-top-email{
	padding-left:25px;
}
.navbar-header>div#iso img {
    width: 45px;
	display:inline-block;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);	
}
.navbar-header>div#iso .iso-text-block{
    display: table;
    margin-left: auto;
    white-space: normal;
    line-height: 18.5px;
    font-weight: 600;
    color: #848484;
    text-transform: uppercase;
	position:relative;
	padding-left:50px;
	text-align:center;
}
.mobile-menu #search .form-control,
.navbar-header #search .form-control{
	border:none;
	box-shadow:none;
	height: 40px;
	padding:12.5px;
	background:#eef0f7;
	color:#7c7c7c;
	color:#666;
	font-size:13px;
	font-weight: 600;
	transition:.2s;
}
.mobile-menu #search .form-control::-webkit-input-placeholder,
.navbar-header #search .form-control::-webkit-input-placeholder {color:#7c7c7c;}
.mobile-menu #search .form-control::-moz-placeholder,
.navbar-header #search .form-control::-moz-placeholder {color:#7c7c7c;}
.mobile-menu #search .form-control:-ms-input-placeholder,
.navbar-header #search .form-control:-ms-input-placeholder {color:#7c7c7c;}
.mobile-menu #search .form-control:-moz-placeholder,
.navbar-header #search .form-control:-moz-placeholder {color:#7c7c7c;}

.mobile-menu #search .form-control:active,
.mobile-menu #search .form-control:hover,
.mobile-menu #search .form-control:focus,
.navbar-header #search .form-control:active,
.navbar-header #search .form-control:hover,
.navbar-header #search .form-control:focus {
	border:none;	
	box-shadow:none;
	background:#e9eaf0;
}

.mobile-menu #search .btn-default,
.navbar-header #search .btn-default{
	border:none;	
	box-shadow:none;
	background-color:#02b875;
	transition:.2s;
	height: 40px;
    width: 45px;
	border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
	background-image:url('img/search.svg');
	background-size:20px 20px;
	background-position:center center;
	background-repeat:no-repeat;
}

.mobile-menu #search .btn-default:active,
.mobile-menu #search .btn-default:hover,
.mobile-menu #search .btn-default:focus,
.navbar-header #search .btn-default:active,
.navbar-header #search .btn-default:hover,
.navbar-header #search .btn-default:focus {
	border:none;	
	box-shadow:none;
	background-color:#029c63;
	outline:none;
}
#phone{
	line-height:1.5em;
}
#phone a{
	position:relative;
}
#phone a:before{
	top:50%;
	left:-33px;
	content:'\f095';
	position:absolute;
	transform:translateY(-50%);
	height:21px;
	width:21px;
	line-height:21px;
	text-align:center;
	font-family: FontAwesome;
	background:#25b575;
	color:white;
	border-radius:100%;
}
.phone-num{
	font-size:1.31em;
	letter-spacing: .08em;
	font-weight:700;
	color:#000;
    display: inline-block;
}
.rez-rab{
	letter-spacing: .06em;
	color:#9fa4b5;	
	text-transform:uppercase;
	display: inline-block;
}
.slider {
    margin: 20px 0;
    position: relative;
    z-index: 0;
}
.slider-image {
    background-size: cover;
    background-position: center center;
    width: 100%;
    padding-bottom: 31.25%;
}
@media (max-width: 767px){
	.slider-image {
		padding-bottom: 75%;
	}
	.slider {
		margin: 0;
	}
}
.slide-text {
    display: block;
    /*width: 30%;*/
    position: absolute;
    top: 50%;
    left: 7.5%;
	transform:translateY(-50%);
	color:#000;
	font-size: 20px;
}
.slide-text-title {
    font-size: 3.6em;
    line-height: 1.2em;
    font-weight: 700;
	padding-bottom:.25em;
}
.slide-text-text {
    font-size: 1em;
    line-height: 1.35em;
    font-weight: 600;
}
.slider .owl-nav>div{
	position:absolute;
	top:50%;
	border-radius:100%;
	transform:translateY(-50%);
	font-size:0px;
	transition:.2s;
	color:#b2c0e2;
}
@media(max-width:1699px){
	.slide-text {
		font-size: 19px;
	}
	.navbar-header>div#iso {
		width: 200px;
	}
	.navbar-header>div#phone {
		width: 250px;
	}
	.navbar-header>div#search form {
		width: 475px;
	}
}
@media(max-width:1599px){
	/*.slide-text {
		width:32.5%;
	}*/
	.navbar-header>div#search form {
		width: 425px;
	}
}
@media(max-width:1499px){
	/*.slide-text {
		width:35%;
	}*/
	.navbar-header>div#search form {
		width: 375px;
	}
}
@media(max-width:1399px){
	.slide-text {
		font-size: 18px;
	}
	.navbar-header>div#iso {
		width: 225px;
	}
	.navbar-header>div#phone {
		width: 225px;
	}
	.navbar-header>div#search form {
		width: 325px;
	}
}
@media(max-width:1199px){
	.slide-text {
		/*width:40%;*/
		font-size: 16px;
	}
	.navbar-header>div#search form {
		width: 275px;
	}
	.navbar-header>div#iso {
		width: 175px;
	}
}
@media(max-width:991px){
	.slide-text {
		font-size: 13px;
	}
	.navbar-header>div#search form {
		width: 160px;
	}
	.navbar-header>div#logo {
		width: 170px;
		padding: 22px 0;
	}
	body {
		font-size: 11px;
	}
	.navbar-header>div#phone {
		width: 195px;
		padding-left: 30px;
	}
	.navbar-header #search .form-control {
		height: 35px;
		padding: 10px;
		font-size: 11px;
	}
	.navbar-header #search .btn-default {
		height: 35px;
		width: 35px;
		background-size: 15px 15px;
	}
	.navbar-header>div#iso {
		width: 175px;
	}
}
@media(max-width:767px){
	.header-menu{
		display:none !important;
	}
	.navbar-header #search {
		width:auto;
	}
	.navbar-header>div#logo {
		width: auto;
	}
	.navbar-header>div#logo a{
		width: 170px;
		margin-right:auto;
		display:block;
	}
	.navbar-header>div#search form{
		display:none;
	}
	.slide-text {
		font-size: 3vw;
		/*width:70%;*/
	}
	.navbar-header-top{
		display:none;
	}
	.navbar-header {
		padding: 0 15px;
	}
	.navbar-header>div#logo {
		padding: 15px 0;
	}
	.header-menu {
		padding: 0;
	}
	.hide-float{
		display:initial;
	}
	.hide-tab{
		display:none;
	}
}
@media(max-width:649px){
	.navbar-header>div#logo {
		width: 200px;
	}
	.navbar-header>div#iso {
		display:none;
	}
	.navbar-header,.navbar-header>div {
		display: block;
	}
	.navbar-header>div#logo {
		float:left;
	}
	.navbar-header>div#logo img{
		display: block;
	}
	.navbar-header>div#phone {
		float: right;
		padding: 17px 0;
		width: auto;
	}
	.hide-float{
		display:none;
	}
	.hide-tab{
		display:initial;
	}
}
@media(max-width:520px){
	#phone{
		display:none;
	}
	.navbar-header>div#logo {
		width: 170px;
	}
}
.slider .owl-nav>div:hover{
	color:#909ec0;
}
.slider .owl-nav>div:before{
	font-size:50px;
	font-family: FontAwesome;
}
.slider .owl-nav>div:hover::before{
	transform:scale(.85);
}
.slider .owl-nav>div.owl-prev:before{
	content:'\f104';
	padding-right: .15em;
}
.slider .owl-nav>div.owl-next:before{
	content:'\f105';
	padding-left: .15em;
}
.slider .owl-nav>div.owl-prev{
	left:-50px;
}
.slider .owl-nav>div.owl-next{
	right:-50px;
}
.navbar-toggle {
    padding: 26px 20px;
    margin-top: 0;
    margin-right: -15px;
    margin-left: 5px;
    margin-bottom: 0;
}
.navbar-toggle .icon-bar {
    width: 20px;
    height: 2px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #02b875;
}
.navbar-default .navbar-toggle {
	border: none;
    background: #fff;
    opacity:.75;
	transition:.2s;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #fff;
    opacity:.5;
}
.slider .owl-dots {
    position: absolute;
    bottom: 4vw;
    width: 100%;
	text-align:center;
}
.slider .owl-dot {
    height: 15px;
    width: 15px;
    display: inline-block;
	border-radius:100%;
	background:#fff;
	margin:0 5px;
}
.slider .owl-dot.active{
	background:#02b875;
}
@media(min-width:1300px) and (max-width:1319px){
	.slider .owl-nav>div.owl-prev {
		left: 2.5%;
	}
	.slider .owl-nav>div.owl-next {
		right: 2.5%;
	}
	.slider .owl-nav {
		width: 100vw;
		position: absolute;
		left: 50%;
		top:50%;
		transform: translateX(-50%) translateY(-50%);
	}
}
@media(min-width:1200px) and (max-width:1219px){
	.slider .owl-nav>div.owl-prev {
		left: 2.5%;
	}
	.slider .owl-nav>div.owl-next {
		right: 2.5%;
	}
	.slider .owl-nav {
		width: 100vw;
		position: absolute;
		left: 50%;
		top:50%;
		transform: translateX(-50%) translateY(-50%);
	}
}
@media(min-width:992px) and (max-width:1119px){
	.slider .owl-nav>div.owl-prev {
		left: 2.5%;
	}
	.slider .owl-nav>div.owl-next {
		right: 2.5%;
	}
	.slider .owl-nav {
		width: 100vw;
		position: absolute;
		left: 50%;
		top:50%;
		transform: translateX(-50%) translateY(-50%);
	}
}
@media(min-width:768px) and (max-width:899px){
	.slider .owl-nav>div.owl-prev {
		left: 2.5%;
	}
	.slider .owl-nav>div.owl-next {
		right: 2.5%;
	}
	.slider .owl-nav {
		width: 100vw;
		position: absolute;
		left: 50%;
		top:50%;
		transform: translateX(-50%) translateY(-50%);
	}
}
.preim{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
	width:100%;
	padding:3em 0;
}
.col-20{
	font-size:1.3em;
	line-height:1.35em;
	color:#323232;
	letter-spacing:.08em;
	position:relative;
	white-space:nowrap;
}
.col-20 img{
	height:3.3em;
	position:absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
}
.col-20 span{
	padding:0 2.75em 0 4.75em;
	display: inline-block;
	position:relative;
	text-align: left;
}
.preim-min,.preim-min .col-20{
	display:none;
}
@media(max-width:1399px){
	.col-20{
		font-size:1.25em;
	}
}
@media(max-width:1299px){
	.col-20{
		font-size:1.2em;
	}
}
@media(max-width:1199px){
	.col-20 {
		font-size: 1.05em;
	}
}
@media(max-width:991px){
	.col-20 {
		text-align: center;
	}
	.col-20 img {
		height: 3.3em;
		position: absolute;
		top: 0px;
		left: 50%;
		transform: translateX(-50%);
	}
	.col-20 span {
		padding: 4.25em 0 0;
		text-align: center;
	}
}
@media(max-width:767px){
	.preim {
		padding: 2em 15px;
	}
}
@media(max-width:549px){
	.preim {
		display: block;
	}
}
.napr{
	margin:3.75% -2.5% 3.75%;
}
.napr-item{
	width:33.3333%;
	float:left;
	padding:0 2.5%;
}
.napr-item-img{
	padding-bottom:60%;
	width:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
}
.napr-item-img:before{
	position:absolute;
	content:'';
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#97ade4;
	opacity:.1;
}
.napr-item-title{
	text-align:center;
	margin:.5em 0;
}
.napr-item>a{
	display:block;
}
.napr-item-title a{
	font-size:1.54em;
	text-transform:uppercase;
	color:#223d33;
	transition:.2s;
}
.napr-item a:hover{
	opacity:.8;
	cursor:pointer;
}
.napr-item-title a strong{
	color:#02b875;
}
@media(max-width:1199px){
	.napr-item-title a {
		font-size: 1.21em;
	}
}
@media(max-width:767px){
	.napr{
		margin:2em 0 3em;
	}
	.napr-item{
		padding:0 15px;
	}
	.napr-item-img {
		padding-bottom: 0;
		border-radius: 100%;
		width: 100px;
		height: 100px;
		overflow: hidden;
		margin: 0 auto;
	}
}
@media(max-width:449px){
	.napr{
		width: auto;
		display: table;
		margin: 1em auto 2em;
	}
	.napr-item{
		width:auto;
		display:table-row;
		float:none;
	}
	.napr-item>a {
		display: table-cell;
		width:85px;
	}
	.napr-item-img {
		width: 55px;
		height: 55px;
		margin-bottom:10px;
	}
	.napr-item-title{
		display: table-cell;
		vertical-align:middle;
		text-align:left;
		padding-right:15px;
		padding-bottom:10px;
	}
}
.popular{
	position:relative;
	padding:3.6em 0;
}
.popular:before{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	width:100vw;
	background-color:#f8faff;
	z-index:1;
}
.popular-container {
    position: relative;
    z-index: 2;
    max-width: 1370px;
    margin: 0 auto;
}
.popular-content{
	margin: 2em -1.75em;
}
.popular-content .owl-item {
    padding: 1.75em;
}
.popular-item {
    background-color: #fff;
    padding: 2.5em 1.5em;
	border-radius:5px;
	box-shadow: 0 0 1.75em 4px rgba(0,0,0,.05);
}
.popular-item>a {
    display:block;
	position:relative;
	overflow: hidden;
	padding: 10px;
}
.popular-item>a:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #97ade4;
    opacity: .1;
}
.popular-title,
.entry-content-title,
.models-title{
	font-size:3.6em;
	line-height: 1.2em;
	text-align:center;
	color:#223d33;
	font-weight:300;
	margin-bottom:.75em;
}
.popular-item-img {
	background-image:url('img/blank.jpg');
	background-size: contain;
	background-position:center center;
	background-repeat:no-repeat;
	padding-bottom:70%;
}
.popular-item-cat{
	text-align:center;
	padding:1.5em 15px 1em;
}
.popular-item-cat a,
.popular-item-title a,
.news-item-tab-title a,
.news-item-tab-excerpt p,
#secondary .widget_categories ul li a{
    display: block;
}
.popular-item-cat a{
	color:#070707;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:.12em;
	height: 1.5em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.popular-item-title{
	text-align:center;
	padding:0 15px;
}
.popular-item-title a{
	font-size: 1.15em;
    line-height: 1.5em;
    height: 2.877em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.popular-item a:hover{
	opacity:.8;
	cursor:pointer;
}
.entry-content-content .widget-title{
	display:none;
}
.single-post .entry-content,
.models {
	padding: 3.6em 0;
	margin:0;
	position:relative;
}
.models {
    padding: 3.6em 0 1.1em;
}
.single-post .entry-content:before,
.models:before {
    content: '';
	display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background-color: #fff;
    z-index: 1;
}
.models:before {
    background-color: #f8faff;
}
.single-post .entry-content-div,
.models-div{
	position:relative;
	z-index:2;
}
.ecc-div {
    float: left;
	font-size:1.23em;
	line-height:1.8125em;
	font-weight:300;
}
.ecc-div>* {
    margin-bottom:1em;
}
.ecc-div-100{
	width:100%;
}
.ecc-div-65{
	width:65%;
}
.ecc-div-50{
	width:50%;
}
.ecc-div-35{
	width:35%;
}
.ecc-div-65,
.ecc-div-50:first-child{
	padding-right:115px;
}
.ecc-div-50:last-child,
.ecc-div-35{
	padding-left:115px;
}
.models-content {
    width: 1360px;
    margin: auto;
    max-width: 100%;
}
.bgcolor-div span{
	text-transform:lowercase;
	font-weight:700;
}
.bgcolor-div{
	line-height:17px;
	height:17px;
	white-space:nowrap;
	display: table;
    margin: auto;
	color: #fff;
}
.model-ugol-div-carousel {
    margin: .75em 0;
	position:relative;
}
.model-ugol-div-carousel .owl-nav>div {
	position:absolute;
	top:0;
	bottom:0;
	width:50%;
	/*color:transparent;*/
	background-size:2em;
	background-position:center center;
	background-repeat:no-repeat;
}
.model-ugol-div-carousel .owl-nav>div.owl-prev {
	left:0;
	background-image:url('img/prev.svg');
}
.model-ugol-div-carousel .owl-nav>div.owl-next {
	right:0;
	background-image:url('img/next.svg');
}
.grad{
	font-size:3.5em;
	color:#fff;
	text-align:center;
	padding-left:.25em;
}
.bgcolor{
	display:block;
	float:left;
	width:17px;
	height:17px;
	border-radius:100%;
	margin-right:.75em;
	border:3px solid white;
}
.model-table-div .owl-nav{
	display:none !important;
}
.model-table-div table{
	width:100%;
}
.model-table-div{
	width:100%;
	background:white;
	border-radius:10px;
	padding:1.25em 2.75em;
	box-shadow: 0 0 1.75em 4px rgba(0,0,0,.05);
	margin:0 0 2.5em;
}
.model-ugol-div {
    margin: 0 0 2.5em;
	border-radius:10px;
	box-shadow: 0 0 1.75em 4px rgba(0,0,0,.05);
}
.td-pr {
    width: 1px;
	white-space:nowrap;
}
.td-pr a{
	text-transform: uppercase;
    letter-spacing: .12em;
    color: #fff;
    background-color: #25b575;
    padding: 1em 1.75em;
	transition:.2s;
	font-weight:700;
}
.td-pr a i{
	font-size:0px;
}
.td-pr a:hover {
    background-color: #029c63;
    cursor: pointer;
}
.model-table-div .table{
	display:table;
}
.model-table-div .table .tr{
	display:table-row;
}
.model-table-div .table .th,
.model-table-div .table .td{
	display:table-cell;
    vertical-align: middle;
}
.model-table-div .table .th{
	text-transform:uppercase;
	letter-spacing:.12em;
	color:#9ea2ae;
	padding:1em 1em 1em 0;
	font-weight:700;
}
.model-table-div .table .td{
	padding:1em 1.5em 1em 0;
	border-bottom:1px solid #e6e9f0;
	font-weight:300;
	color:#9ea2ae;
}
.model-table-div .table .tr:last-child .td{
	border-bottom:none;
	padding-bottom:0;
}
div[class^="td td-dl-"],
div[class^="td td-di-"],
div[class^="td td-co-"]{
	font-size:2em;
	white-space:nowrap;
}
div[class^="td td-na-"]{
	font-size:1.5em;
	line-height: 1.1em;
}
.addition-text{
	color:#9ea2ae;
	padding:0 0 2.5em;
	letter-spacing:.12em;
}
.model-ugol-image {
    width: 100%;
    padding-bottom: 50%;
	position:relative;
	background-image:url('img/tube.svg');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}
.model-ugol-arrow {
    width: 50%;
    padding-bottom: 50%;
	position:absolute;
	background-image:url('img/arrow.svg');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	transform: rotate(0deg);
	transition:.2s;
}
.model-ugol-div1 {
    padding: 3em;
    background: #25b575;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.model-ugol-div2 {
    padding: 3em;
    background: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.model-ugol-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    text-align: center;
    color: #fff;
}
.model-ugol-subtitle {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    text-align: center;
    color: #868481;
}
@media(max-width:1699px){
	.ecc-div-65,
	.ecc-div-50:first-child{
		padding-right:65px;
	}
	.ecc-div-50:last-child,
	.ecc-div-35{
		padding-left:65px;
	}
}
@media(max-width:1599px){
	.ecc-div-65,
	.ecc-div-50:first-child{
		padding-right:15px;
	}
	.ecc-div-50:last-child,
	.ecc-div-35{
		padding-left:15px;
	}
}
@media(max-width:1499px){
	.ecc-div-65,
	.ecc-div-50:first-child{
		padding-right:15px;
	}
	.ecc-div-50:last-child,
	.ecc-div-35{
		padding-left:15px;
	}
}
@media(max-width:1399px){
	.single-post .entry-content,
	.popular {
		padding: 3em 0;
	}
	.models{
		padding: 3em 0 .5em;
	}
	.popular-item {
		box-shadow: 0 0 1.5em 4px rgba(0,0,0,.04);
		padding: 2.25em 1.25em;
	}
	.popular-title,
	.entry-content-title,
	.models-title {
		font-size: 3em;
	}
	.popular-content {
		margin: 1.5em -1.5em;
	}
	.popular-content .owl-item {
		padding: 1.5em;
	}
}
@media(max-width:1299px){
	.single-post .entry-content,
	.popular {
		padding: 2em 0;
	}
	.models {
		padding: 2em 0 0;
	}
	.addition-text {
		padding: 0 0 2em;
	}
	.popular-item {
		box-shadow: 0 0 1em 4px rgba(0,0,0,.03);
		padding: 2em 1em;
	}
	.model-table-div,
	.model-ugol-div {
		margin: 0 0 2em;
	}
	.popular-title,
	.entry-content-title,
	.models-title {
		font-size: 2.75em;
	}
	.popular-content {
		margin: 1em -1em;
	}
	.popular-content .owl-item {
		padding: 1em;
	}
}
@media(max-width:1199px){
	.popular-title,
	.entry-content-title,
	.models-title {
		font-size: 2.5em;
	}
	.model-table-div {
		font-size: .9em;
	}
}
@media(max-width:991px){
	.popular-title,
	.entry-content-title,
	.models-title {
		font-size: 2.25em;
	}
	.ecc-div{
		width:100% !important;
		padding: 0px !important;
	}
	.td-pr {
		padding-right: 0px !important;
	}
}
@media(max-width:767px){
	div[class^="td td-dl-"],
	div[class^="td td-di-"],
	div[class^="td td-co-"]{
		font-size:1.5em;
	}
	.popular-title,
	.entry-content-title,
	.models-title {
		font-size: 2em;
	}
	.popular-container{
		padding:0 15px;
	}
	.entry-content-div {
		padding: 0 30px;
	}
	.models,
	.models-div {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(max-width:479px){
	.popular-title,
	.entry-content-title,
	.models-title {
		font-size: 1.75em;
	}
	.th.td-pr{
		font-size:0px;
	}
	.model-table-div {
		padding: .75em 1.5em;
	}
	div[class^="td td-na-"]{
		font-size:1.4em;
	}
}
.popular .owl-nav{
	position: absolute;
    top: 50%;
	width:100vw;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
}
.popular .owl-nav>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0px;
    transition: .2s;
    color: #b2c0e2;
}
.popular .owl-nav>div:before {
    font-size: 50px;
    font-family: FontAwesome;
}
.popular .owl-nav>div.owl-prev {
    left:2.5%
}
.popular .owl-nav>div.owl-next {
    right:2.5%
}
.popular .owl-nav>div.owl-prev:before {
    content: '\f104';
    padding-right: .15em;
}
.popular .owl-nav>div.owl-next:before {
    content: '\f105';
    padding-left: .15em;
}
@media (min-width: 1300px){
	.popular .owl-nav {
		width: 1270px;
	}
	.popular .owl-nav>div.owl-prev {
		left:0;
	}
	.popular .owl-nav>div.owl-next {
		right:0
	}
}
@media (min-width: 1400px){
	.popular .owl-nav {
		width: 1370px;
	}
}
@media (min-width: 1500px){
	.popular .owl-nav {
		width: 1470px;
	}
}
.text-block{
	position:relative;
	padding:10em 0;
}
.text-block-container{
	position:relative;
	z-index:2;	
	text-align:center;
}
.text-block-container .text-block-text{
	font-size:3.4em;
	line-height:2em;	
	color:#223d33;
	font-weight: 300;
}
.text-block-link{
	margin-top:3.5em;
}
.text-block-link a{
	font-size: 1.15em;
	letter-spacing: .12em;
	font-weight: 700;
	color:white;
	text-transform: uppercase;
	background-color: #25b575;
	padding:20px 45px;
	display:inline-block;
	transition:.2s;
}
.text-block-link a:hover{
	background-color: #029c63;
	cursor:pointer;
}
.text-block-bg{
	position:absolute;
	top:0;
	bottom:0;
	width:100vw;
	left:50%;
	transform:translateX(-50%);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
@media(max-width:1399px){
	.text-block-container .text-block-text {
		font-size: 3em;
	}	
	.text-block {
		padding: 8em 0;
	}
	.text-block-link a {
		font-size: 1.1em;
		padding: 17.5px 40px;
	}
}
@media(max-width:1199px){
	.text-block-container .text-block-text {
		font-size: 2.5em;
	}	
	.text-block {
		padding: 6em 0;
	}
	.text-block-link a {
		font-size: 1.05em;
		padding: 15px 35px;
	}
	.text-block-link {
		margin-top: 2.5em;
	}
}
@media(max-width:991px){	
	.text-block {
		padding: 4.5em 0;
	}
	.text-block-container .text-block-text {
		font-size: 2em;
		font-weight: 400;
	}
}
@media(max-width:767px){	
	.text-block {
		padding: 3.5em 15px;
		font-size:calc(.75vw + 5px);
	}
	.text-block-link a {
		font-size: 1.25em;
		padding: 1em 2.5em;
	}
}
.news-block {
    padding: 3.6em 0;
}
.news-item{
	width:33.3333%;
	float:left;
	padding:5em 3.5em;
}
.news-item-1,
.news-item-2,
.post-type-archive-news .news-item-3,
.post-type-archive-news .news-item-4,
.post-type-archive-news .news-item-5,
.post-type-archive-news .news-item-6{
	width:50%;
}
body:not(.post-type-archive-news) .news-item-1,
body:not(.post-type-archive-news) .news-item-2,
.post-type-archive-news .news-item-5,
.post-type-archive-news .news-item-6{
	border-bottom:1px solid #e2e7f3;
}
.news-block-title {
    font-size: 3.6em;
    text-align: center;
    color: #223d33;
    font-weight: 300;
    margin-bottom: .5em;
}
.news-item-tab{
	display: table;
}
.news-item-tab>div{
	display: table-cell;
	vertical-align:top;
}
.news-item-tab-img {
    width: 319px;
}
.news-item-1 .news-item-tab-text,
.news-item-2 .news-item-tab-text{
	padding:0 3.692em;
}
.post-type-archive-news .news-item-1 .news-item-tab-text,
.post-type-archive-news .news-item-2 .news-item-tab-text,
.post-type-archive-news .news-item-3 .news-item-tab-text,
.post-type-archive-news .news-item-4 .news-item-tab-text,
.post-type-archive-news .news-item-5 .news-item-tab-text,
.post-type-archive-news .news-item-6 .news-item-tab-text{
	padding:0 3.692em;
}
.news-item-tab-date{
	background-color:#6772e5;
	color:#fff;
	display:inline-block;
	font-size:1.23em;
	line-height:1.6em;
	padding:0 6px;
	border-radius:6px;
	margin-bottom:.5em;
}
.news-item-tab-title,
.news-item-tab-excerpt{
	margin-bottom:1.9em;
}
.news-item-tab-title a{
	color:#223d33;
	font-size:2em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	height: 1.539em;
}
.news-item-tab-link{
	font-size:1.23em;
}
.news-item-tab-excerpt p{
	color:#8e91a1;
	font-size:1.23em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height: 3.315em;
}
.news-item-1 .news-item-tab-excerpt p,
.news-item-2 .news-item-tab-excerpt p{
    -webkit-line-clamp: 3;
	height: 4.879em;
}
.post-type-archive-news .news-item-1 .news-item-tab-excerpt p,
.post-type-archive-news .news-item-2 .news-item-tab-excerpt p,
.post-type-archive-news .news-item-3 .news-item-tab-excerpt p,
.post-type-archive-news .news-item-4 .news-item-tab-excerpt p,
.post-type-archive-news .news-item-5 .news-item-tab-excerpt p,
.post-type-archive-news .news-item-6 .news-item-tab-excerpt p{
    -webkit-line-clamp: 3;
	height: 4.879em;
}
.news-item-img{
	width:100%;
	padding-bottom:70.533%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
@media(max-width: 1699px){
	.news-item-1 .news-item-tab-text,
	.news-item-2 .news-item-tab-text{
		padding:0 0 0 3.692em;
	}
	.post-type-archive-news .news-item-1 .news-item-tab-text,
	.post-type-archive-news .news-item-2 .news-item-tab-text,
	.post-type-archive-news .news-item-3 .news-item-tab-text,
	.post-type-archive-news .news-item-4 .news-item-tab-text,
	.post-type-archive-news .news-item-5 .news-item-tab-text,
	.post-type-archive-news .news-item-6 .news-item-tab-text{
		padding:0 0 0 3.692em;
	}
}
@media(max-width: 1599px){
	.news-item-1 .news-item-tab-text,
	.news-item-2 .news-item-tab-text{
		padding:0 0 0 2.692em;
	}
	.post-type-archive-news .news-item-1 .news-item-tab-text,
	.post-type-archive-news .news-item-2 .news-item-tab-text,
	.post-type-archive-news .news-item-3 .news-item-tab-text,
	.post-type-archive-news .news-item-4 .news-item-tab-text,
	.post-type-archive-news .news-item-5 .news-item-tab-text,
	.post-type-archive-news .news-item-6 .news-item-tab-text{
		padding:0 0 0 2.692em;
	}
	.news-item {
		padding: 5em 2.5em;
	}
	.news-item {
		font-size:12px;
	}
	.news-item-tab-img {
		width: 296px;
	}
}
@media(max-width: 1499px){
	.news-item-1 .news-item-tab-text,
	.news-item-2 .news-item-tab-text{
		padding:0 0 0 2.692em;
	}
	.post-type-archive-news .news-item-1 .news-item-tab-text,
	.post-type-archive-news .news-item-2 .news-item-tab-text,
	.post-type-archive-news .news-item-3 .news-item-tab-text,
	.post-type-archive-news .news-item-4 .news-item-tab-text,
	.post-type-archive-news .news-item-5 .news-item-tab-text,
	.post-type-archive-news .news-item-6 .news-item-tab-text{
		padding:0 0 0 2.692em;
	}
	.news-item {
		padding: 5em 2.5em;
	}
	.news-item {
		font-size:11px;
	}
	.news-item-tab-img {
		width: 268px;
	}
}
@media(max-width: 1399px){
	.news-block-title {
		font-size: 3em;
	}
	.news-block{
		padding: 3em 0;
	}
}
@media(max-width: 1299px){
	.news-block-title {
		font-size: 2.75em;
	}
	.news-block {
		padding: 2em 0;
	}
}
@media(max-width: 1199px){
	.news-block-title {
		font-size: 2.5em;
	}
	.news-item-tab>div.news-item-tab-img {
		display:none;
	}
	.news-item-1 .news-item-tab-text,
	.news-item-2 .news-item-tab-text {
		padding: 0;
	}
	.post-type-archive-news .news-item-1 .news-item-tab-text,
	.post-type-archive-news .news-item-2 .news-item-tab-text,
	.post-type-archive-news .news-item-3 .news-item-tab-text,
	.post-type-archive-news .news-item-4 .news-item-tab-text,
	.post-type-archive-news .news-item-5 .news-item-tab-text,
	.post-type-archive-news .news-item-6 .news-item-tab-text{
		padding: 0;
	}
	body:not(.post-type-archive-news) .news-item-1,
	body:not(.post-type-archive-news) .news-item-2{
		border-bottom:none;
	}
	.news-item-3,
	.news-item-4,
	.news-item-5{
		display:none;
	}
	.post-type-archive-news .news-item-1,
	.post-type-archive-news .news-item-2,
	.post-type-archive-news .news-item-3,
	.post-type-archive-news .news-item-4,
	.post-type-archive-news .news-item-5,
	.post-type-archive-news .news-item-6,
	.post-type-archive-news .news-item{
		border-bottom:none;
		display:initial;
		width:50%;
	}
	.post-type-archive-news .news-item-tab-excerpt p {
		-webkit-line-clamp: 3;
		height: 4.879em;
	}
}
@media(max-width: 991px){
	.news-block-title {
		font-size: 2.25em;
	}
}
@media(max-width: 767px){
	.news-block-title {
		font-size: 2em;
	}
	.post-type-archive-news .news-item-tab-excerpt p {
		-webkit-line-clamp: 2;
		height: 3.315em;
	}
	.news-item-1,
	.news-item-2,
	.news-item{
		width:100%;
	}
	.post-type-archive-news .news-item-1,
	.post-type-archive-news .news-item-2,
	.post-type-archive-news .news-item-3,
	.post-type-archive-news .news-item-4,
	.post-type-archive-news .news-item-5,
	.post-type-archive-news .news-item-6,
	.post-type-archive-news .news-item{
		width:100%;
	}
	.news-item{
		font-size:10px;
		padding: 0 0 2.5em;
	}
	.news-item-tab-title, .news-item-tab-excerpt {
		margin-bottom: 1em;
	}
	.news-block {
		padding: 1em 15px 0;
	}
	.news-item-tab-date {
		font-size: 1.2em;
		padding: 0 4px;
		border-radius: 4px;
	}
	.news-item-tab-title a {
		font-size: 1.8em;
		line-height:1.35em;
		-webkit-line-clamp: initial;
		height: auto;
	}
	.news-item-tab-link {
		font-size: 1.3em;
	}
	.news-item-1 .news-item-tab-excerpt p,
	.news-item-2 .news-item-tab-excerpt p {
		-webkit-line-clamp: 2;
		height: 3.315em;
	}
	.post-type-archive-news .news-item-1 .news-item-tab-excerpt p,
	.post-type-archive-news .news-item-2 .news-item-tab-excerpt p,
	.post-type-archive-news .news-item-3 .news-item-tab-excerpt p,
	.post-type-archive-news .news-item-4 .news-item-tab-excerpt p,
	.post-type-archive-news .news-item-5 .news-item-tab-excerpt p,
	.post-type-archive-news .news-item-6 .news-item-tab-excerpt p {
		-webkit-line-clamp: 2;
		height: 3.315em;
	}
}
@media(max-width: 479px){
	.news-block-title {
		font-size: 1.75em;
	}
}
.site-footer,
.site-footer-bottom{
	background:#fff;
}
.site-footer .fotter-content{
	padding-top:8em;
}
.site-footer .fotter-content>div{
	float:left;
}
.fotter-text{
	width:30%;
}
.fotter-menu{
	width:40%;
}
.fotter-icon{
	width:30%;
}
.fotter-text .fotter-logo{
    width: 220px;
	margin-bottom:2.5em;
}
.fotter-text .fotter-text-div{
	font-size:1.08em;
	line-height:1.42em;
	margin-bottom:1.5em;
	padding-right: 15%;
}
.fotter-sert-div{
	margin-bottom: 2.5em;
}
.fotter-sert-div .img{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	height:3.5em;
	margin-right:1.75em;
	opacity:.6;
	transition:.2s;
	cursor:help;
	position:relative;
	display:inline-block;
}
.fotter-sert-div .img>img{
	height:3.5em;
}
.fotter-sert-div .img:after{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	content:'';
	background-color: rgba(0,0,0,.025);
}
.fotter-sert-div .img:hover{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
	opacity:1;
}
.site-footer,
.site-footer-bottom{
	position:relative;
}
.site-footer:before,
.site-footer-bottom:before{
	position:absolute;
	content:'';
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color: rgba(0,0,0,.025);
	display:block;
	z-index:1;
	pointer-events:none;
}
.fotter-title{
	margin-bottom:2em;
}
.fotter-title a{
	color:#223d33;
	font-weight:700;
	text-transform:uppercase;
	font-size: 1.23em;
	letter-spacing:.12em;
}
.fotter-menu-tab{
	display:table;
	width:100%;
}
.fotter-menu-tc{
	display:table-cell;
	padding-right:2em;
}
.fotter-menu-pags{
	width:37.5%;
}
.fotter-menu-cats{
	width:62.5%;
}
.fotter-menu-pags ul,
.fotter-menu-cats ul{
	padding-left:0;
	list-style-type: none;
	margin-bottom: 1.5em;
}
.fotter-menu-pags ul li,
.fotter-menu-cats ul li{
	padding-bottom:1.35em;
	line-height:1.35em;
}
#footer-area .site-footer-bottom a {
    color: #a5a8af;
}
.site-footer-bottom .fotter-content{
	text-align:center;
}
.site-footer-bottom .fotter-content{
	border-top:1px solid #e2e7f3;
	padding-top:2em;
	padding-bottom:2em;
}
.site-footer-bottom .fotter-content>div{
	display:inline-block;
}
.rghts{
	float:left;
	text-align:left;
}
.alsky{
	float:right;
	text-align:right;
}
.descr {
    max-width: 100%;
    width: 700px;
}
.partners-div{
	margin-bottom:1.5em;
}
.partner-item{
	width:25%;
	margin-bottom:1em;
	float:left;
}
.partner-item a{
	width:90%;
	padding-bottom:67.5%;
	display:block;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#fff;
	position:relative;
}
.partner-item a:before{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background-color: rgba(0,0,0,.025);
}
@media(max-width:1199px){
	.fotter-text .fotter-text-div {
		font-size: 1em;
	}
	.partner-item {
		width: 33.3333%;
	}
	.fotter-menu {
		width: 45%;
	}
	.fotter-icon {
		width: 25%;
	}
	.descr {
		width: 600px;
	}
	.site-footer-bottom {
		font-size: .9em;
	}
}
@media(max-width:991px){
	.fotter-text .fotter-logo {
		width: 150px;
	}
	.descr,.rghts,.alsky{
		width: 100%;
		text-align:center;
	}
	.site-footer .fotter-content {
		padding-top: 5em;
	}
	.site-footer-bottom .fotter-content {
		padding-bottom: 1.5em;
	}
}
@media(max-width:767px){
	.site-footer .fotter-content {
		padding-top: 3em;
	}
	.fotter-content>div{
		width:100%;
	}
	.fotter-content{
		padding-left:15px;
		padding-right:15px;
	}
	.fotter-text .fotter-text-div {
		padding-right: 0;
	}
	.fotter-text .fotter-logo {
		margin-bottom: 1em;
	}
	.partner-item {
		width: 72px;
	}
}
.footer-form-sign{
	padding:10px 0;
	display: table;
}
.footer-form-sign p{
	margin:0;
}
.form-title {
    font-weight: 700;
    letter-spacing: .16em;
    float: left;
    padding: 9px 0;
    margin-right: 3em;
}
.form-tab{
	display:flex;
}
.form-tc{
	display:table-cell;
	vertical-align:middle;
	position:relative;
}
.form-content {
    float: left;
}
.form-tc>span{
	display:block;
	width:100%;
}
.footer-form-sign div.wpcf7 .ajax-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50%;
    width: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-image: url(img/ajax-loader.gif);
    z-index: 5;
    margin: 0;
    opacity: 1;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}
.wpcf7-not-valid-tip {
    display:none !important;
}
.wpcf7-response-output {
    position:fixed;
    bottom:0;
    left:0;
    width:100vw;
    margin:0 !important;
    padding:25px !important;
    text-align:center;
    color:white;
    text-transform:uppercase;
    font-weight:700;
    border: none !important;
	z-index:9999;
	pointer-events:none;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-delay:2s;
    animation-delay:2s;
    -webkit-animation-name:fadeOutUp;
    animation-name:fadeOutUp;
}
.wpcf7-validation-errors{background:rgba(255, 0, 0, 0.78);}
.wpcf7-mail-sent-ok{background:rgba(76, 175, 80, 0.78);}
@keyframes fadeOutUp{
	0% {
		opacity:1;
	}

	100% {
		opacity:0;
		-webkit-transform:translate3d(0, 100%, 0);
		-ms-transform:translate3d(0, 100%, 0);
		transform:translate3d(0, 100%, 0);
	}
}
a.slider-image-url {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.footer-form-sign input[type="email"]{
	border:1px solid white !important;
	outline:none !important;
	box-shadow:none !important;
	padding:8px 10px;
	border-radius:5px;
	width:250px;
	margin-right:.5em;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="tel"],
textarea{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}
.footer-form-sign input[type="submit"]{
	font-size:0px;
	display:block;
	height:40px;
	width:40px;
	border-radius:5px;
	border:none !important;
	outline:none !important;
	box-shadow:none !important;
    background-image: url(img/right.svg) !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
input.wpcf7-not-valid{
	border:1px dashed #ff0000 !important;
}
@media(max-width:991px){
	.footer-form-sign input[type="submit"]{
		height:36px;
		width:36px;
	}
	.footer-form-sign {
		padding: 8px 0;
	}
}
@media(max-width:767px){
	.footer-form-sign {
		padding: 6px 15px;
	}
}
@media(max-width:599px){
	.form-title {
		padding: .5em 0;
	}
	.form-title,.form-content{
		float:none;
	}
	.fotter-menu-pags {
		width: 45%;
	}
	.fotter-menu-cats {
		width: 55%;
		padding: 0;
	}
	.form-content{
		margin-bottom:1em;
	}
	.footer-form-sign input[type="email"] {
		width: 100%;
		margin-right: 0;
	}
	.form-tc>span {
		padding-right: .5em;
	}
	.form-tab {
		width:100%;
	}
	.form-tc.form-tc-submit {
		width:36px;
	}
}
.close-menu{
	cursor:pointer;
}
.mobile-menu{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#fff;
	transform:translateY(-100%) scale(.5);
	z-index:99999;
	transition:.2s;
	opacity:0;
}
body.hm-show{
	overflow:hidden;
	height:100vh;
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
}
body.hm-show .mobile-menu{
	transform:translateY(0) scale(1);
	opacity:1;
}
.mobile-menu .close-menu{
	font-size: 45px;
    line-height: 20px;
    display: block;
    height: 25px;
    width: 26px;
    text-align: center;
    color: #42c997;
    position: absolute;
    top: 21px;
    right: 17px;
}
.mobile-menu .logo{
	width:170px;
    position: absolute;
    top: 15px;
	left:15px;
}
.mobile-menu .menu-content{
    position: absolute;
	top:68px;
	right:0;
	left:0;
	bottom:45px;
	padding:0 15px 10px;
	overflow:hidden;
	overflow-y:auto;
	background:#f8faff;
}
.mobile-menu .menu-down{
	font-size:10px;
	color: #bfc2c9;
	padding:14px 20px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	font-weight:600;
    background-color: #f3f5fa;
}
.mobile-menu .menu-down a{
	color: #bfc2c9;
}
.menu-content #search,
.menu-content #phone,
.menu-content #iso{
	display:block;
	width:100%;
}
.cont-tab{
	font-size:13px;
	font-weight:400;
	color: #9fa4b5;
	margin-bottom: 15px;
}
.cont-tab>div{
	margin-bottom:3px;
}
.cont-tab a{
	color: #9fa4b5;
}
.cont-tab i {
    color: #6772e5;
	line-height:1em;
	height: 1em;
	width: 1em;
	margin-right:2px;
	text-align:center;
}
.menu-content .navbar-collapse{
	border:none;
}
.menu-content .navbar-nav {
    display: block;
}
.navbar-default .menu-content .navbar-collapse{
	margin:0 -15px 15px
}
.navbar-default .menu-content .navbar-nav > li > a{
	background:transparent;
	color:#000;
	padding: 7.5px 15px;
	text-align:left;
	font-size:14px;
	font-weight:400;
}
.mobile-menu #search .form-control{
	height: 35px;
}
.mobile-menu #search .btn-default {
    height: 35px;
    width: 40px;
    background-size: 15px 15px;
}
.navbar-default .menu-content .navbar-nav > li.current-menu-item > a{
	background:#02b875;
	color:white;
}
.navbar-default .menu-content .navbar-nav > li > a:hover{
	background: #42c997;
	color:white;
}
.breadcrumbs {
    margin: 2.5em 0;
	display:inline-block;
	white-space:nowrap;
	box-shadow:0 0 3em 5px rgba(0, 0, 0, 0.05);
}
.breadcrumbs>span{
	margin: 0;
}
.breadcrumbs span,.breadcrumbs a{
	display:inline-block;
}
.breadcrumbs a{
	margin: 0;
}
.breadcrumbs span[property="name"] {
	padding:8px 22px 8px 15px;
	margin:0 0 0 11px;
	background:#02b875;
	color: #fff;
	position:relative;
	cursor:default;
}
.breadcrumbs span[property="name"]:before,
.breadcrumbs span[property="name"]:after{
	position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    content: '';
}
.breadcrumbs span[property="name"]:before {
	border-top: 19px solid #02b875;
    border-left: 11px solid #fff;
    border-bottom: 19px solid #02b875;
	left:-11px;
	transition:.2s;
}
.breadcrumbs span[property="name"]:after {
	border-top: 19px solid transparent;
    border-left: 11px solid #02b875;
    border-bottom: 19px solid transparent;
	right:-11px;
	transition:.2s;
}
.breadcrumbs a span[property="name"] {
	background:#fff;
	color: #9ea2ae;
	margin:0;
	cursor:pointer;
	transition:.2s;
}
.breadcrumbs a span[property="name"]:before ,
.breadcrumbs a span[property="name"]:after {
	display:none;
}
.breadcrumbs a:hover span[property="name"] {
	color: #233e34;
}
@media(max-width:991px){
	.breadcrumbs span[property="name"] {
		padding:6px 18px 6px 13px;
	}
	.breadcrumbs span[property="name"]:before{
		border-top-width: 15px;
		border-bottom-width: 15px;
		border-left-width: 9px;
		left: -9px;
	}
	.breadcrumbs span[property="name"]:after{
		border-top-width: 15px;
		border-bottom-width: 15px;
		border-right-width: 9px;
		border-left: 9px solid #02b875;
		right: -9px;
	}
	.breadcrumbs span[property="name"] {
		margin: 0 0 0 9px;
	}
}
@media(max-width:767px){
	.breadcrumbs {
		margin-right: 15px;
		margin-left: 15px;
		white-space: nowrap;
	}
	.breadcrumbs span[property="name"] {
		padding:3px 12px;
	}
	.breadcrumbs span[property="name"]:before{
		border-top-width: 12px;
		border-bottom-width: 12px;
		border-left-width: 5px;
		left: -5px;
	}
	.breadcrumbs span[property="name"]:after{
		border-top-width: 12px;
		border-bottom-width: 12px;
		border-right-width: 5px;
		border-left: 5px solid #02b875;
		right: -5px;
	}
	.breadcrumbs span[property="name"] {
		margin: 0 0 0 5px;
	}
	#main,.secondary-div {
		padding: 0 15px;
	}
	.home #main{
		padding: 0;
	}
}
.blog .page-title,
.archive .page-title,
.page .entry-title{
    font-size: 3.6em;
    color: #223d33;
    font-weight: 300;
    margin-bottom: .75em;
	margin-top: 0;
	border-bottom:none;
}
.widget-title{
	font-size: 1.31em;
	text-transform:uppercase;
	letter-spacing:.1em;
    color: #223d33;
    font-weight: 700;
    margin: .5em 0;
	border-bottom:none;
}
.blog .page-title,
.post-type-archive-partners.archive .page-title,
.post-type-archive-news.archive .page-title{
    text-align: center;
}
.page-header{
	padding-bottom: 0;
    border-bottom: none;
}
.widget ul {
    padding: 0;
}
.widget > ul > li{
    border-bottom: none;
    padding: 10px 0;
	border-bottom: 1px solid #f0f2f8;
}
.popular-items:not(.owl-carousel){
	margin:0 -1.5em;
}
.popular-item-padding{
	float:left;
	width:25%;
	padding:0 1.5em;
	margin-bottom:4.5em;
}
.blog .popular-item-padding,
.post-type-archive-partners .popular-item-padding{
	width:25%;
}
#secondary .widget_categories ul li:before {
    display:none;
}
#secondary .widget_categories ul li a {
    font-weight: 400;
    letter-spacing: .08em;
	color:#9ea2ae;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#secondary .widget_categories ul li.current-cat a {
    color:#7d808a;
	font-weight:600;
}
.post-type-archive-partners .popular-item-title a,
.blog .popular-item-title a {
    height: 4.3155em;
    -webkit-line-clamp: 3;
}
.post-type-archive-partners .popular-item-title,
.blog .popular-item-title {
    text-align: center;
    padding: 0 15px;
    font-size: .8em;
}
.home .slider {
    padding-bottom: 31.25%;
    height: 0px;
}
.post-type-archive-partners .popular-item-img{
    background-size: contain;
    margin: 0 1em;
}
.post-type-archive-partners .popular-item>a:before{
    display:none;
}
.post-type-archive-partners .popular-item {
    box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
}
.post-type-archive-partners .popular-item-padding{
	border-bottom:1px solid #e2e7f3;
	padding-bottom: 2.25em;
	margin-bottom: 2.25em;
}
.post-type-archive-partners .popular-items {
	overflow:hidden;
    margin-bottom: -2.5em;
}
.post-type-archive-partners .popular-items-padding {
    margin-bottom: 2.5em;
    overflow: hidden;
}

.breadcrumbs span[property="itemListElement"]>span[property="name"] .name-div:after{
	content:'';
	position:absolute;
	top:-3px;
	bottom:-3px;
	left:100%;
	width:22px;
	background: -moz-linear-gradient(left, rgba(2, 184, 117, 0) 0%, rgba(2, 184, 117, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(2, 184, 117, 0) 0%, rgba(2, 184, 117, 1) 100%);
    background: -o-linear-gradient(left, rgba(2, 184, 117, 0) 0%, rgba(2, 184, 117, 1) 100%);
    background: -ms-linear-gradient(left, rgba(2, 184, 117, 0) 0%, rgba(2, 184, 117, 1) 100%);
    background: linear-gradient(left, rgba(2, 184, 117, 0) 0%, rgba(2, 184, 117, 1) 100%);
	pointer-events:none;
}
.name-div{
	max-width:350px;
	display:inline-block;
	position:relative;
}
.taxonomy-description {
    font-size: 1.35em;
    color: #223d33;
	margin-bottom: 2.5em;
}
.entry-title{
	font-size:2.31em;
	margin-top:0;
	margin-bottom:.65em;
	color:#02b875;
}
.entry-descr{
	font-size:1.23em;
	margin-bottom:2em;
}
body .entry-content {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
#map {
	position:relative;
	padding-bottom:30%;
	margin-bottom:1.5em;
}
#map>ymaps {
	position:absolute;
	top:0;
	left:0;
	height:100% !important;
	width:100% !important;
}
.fotter-menu .sub-menu{
	display:none !important;
}
.imgl-btn-info {
    display: none !important;
}
.imgl-content {
    white-space: nowrap;
	text-align:center;
}
@media (max-width: 1499px){
	.popular-item-padding{
		width:33.3333%;
	}
	.entry-content-content {
		font-size: 12px;
	}
}
@media (max-width: 1399px){
	.blog .page-title,
	.archive .page-title,
	.page .entry-title{
		font-size: 3em;
	}
	.popular-item-padding{
		width:33.3333%;
	}
	.blog .popular-item-padding,
	.post-type-archive-partners .popular-item-padding{
		width:25%;
	}
	.entry-content-content {
		font-size: 11px;
	}
}
@media (max-width: 1299px){
	.blog .page-title,
	.archive .page-title,
	.page .entry-title{
		font-size: 2.75em;
	}
}
@media (max-width: 1199px){
	.blog .page-title,
	.archive .page-title,
	.page .entry-title{
		font-size: 2.5em;
	}
	.popular-item-padding{
		width:50%;
	}
	.blog .popular-item-padding,
	.post-type-archive-partners .popular-item-padding{
		width:33.3333%;
	}
	.name-div{
		max-width:300px;
	}
	#map {
		padding-bottom:40%;
	}
}
@media (max-width: 991px){
	.blog .page-title,
	.archive .page-title,
	.page .entry-title{
		font-size: 2.25em;
	}
	#secondary {
		display:none;
	}
	.popular-item-padding,
	.blog .popular-item-padding,
	.post-type-archive-partners .popular-item-padding{
		width:33.3333%;
	}
	.breadcrumbs span[property="itemListElement"]>span[property="name"] .name-div:after {
		width: 18px;
	}
	.name-div{
		max-width:250px;
	}
	#map {
		padding-bottom:50%;
	}
}
@media (max-width: 767px){
	.blog .page-title,
	.archive .page-title,
	.page .entry-title{
		font-size: 2em;
	}
	.popular-item-padding,
	.blog .popular-item-padding,
	.post-type-archive-partners .popular-item-padding{
		width:50%;
	}
	.home .slider {
		padding-bottom: 75%;
	}
	.breadcrumbs span[property="itemListElement"]>span[property="name"] .name-div:after {
		width: 12px;
	}
	.name-div{
		max-width:200px;
	}
	.taxonomy-description {
		font-size: 1.2em;
	}
	#map {
		padding-bottom:60%;
	}
}
@media (max-width: 479px){
	.blog .page-title,
	.archive .page-title,
	.page .entry-title{
		font-size: 1.75em;
	}
	.popular-item-padding,
	.blog .popular-item-padding,
	.post-type-archive-partners .popular-item-padding{
		width:100%;
	}
	.taxonomy-description {
		font-size: 1em;
	}
	.entry-content-content {
		font-size: 10px;
	}
	.td-pr a{
		padding: 7px;
		line-height: 16px;
	}
	.td-pr a span{
		display:none;
	}
	.td-pr a i{
		font-size:16px;
	}
	#map {
		padding-bottom:70%;
	}
}
.popular-items-padding{
	width:1370px;
	max-width:100%;
	margin:auto;
}
.secondary-div {
	background: #f8faff;
    padding: 1.5em;
    padding-bottom: 0px;
    overflow: hidden;
	margin-bottom: 3em;
}
.delimiter-container {
    width: 0px;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.delimiter-container:nth-last-child(2) {
    display:none;
}
.delimiter {
    display: block;
    width: 20px;
    white-space: nowrap;
    text-align: center;
    margin-left: -10px;
	color: #9ea2ae;
}
.widget .cat-item:last-child{
	border:none;
}
#content {
    background: #fefeff;
}
.post-type-archive-partners .popular-item {
    background-color: transparent;
}
.post-type-archive-partners .site-main [class*="navigation"] {
    margin: 1.5em auto 4.5em;
	float: none;
}

.category .preim {
    padding: 0;
	margin-bottom:3em;
}
.category .col-20 {
	text-align: center;
}
.category .col-20 img {
	height: 3.3em;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.category .col-20 span {
	padding: 4.25em 0 0;
	text-align: center;
}
.category .page-header {
    margin-bottom:4em;
}
.category .popular-item-title {
    height: 2.877em;
	position:relative;
	padding: 0;
}
.category .popular-item-title a {
    height: auto;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	transform:translateY(-50%);
}
.category .popular-item-link {
    margin-top: 1.5em;
    text-align: center;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
}
.category .popular-item-link a {
    color:white;
	background:#25b575;
	padding:.75em 1.5em;
	display:inline-block;
}
.category .popular-item-cat {
    padding-left: 0;
    padding-right: 0;
}
.entry-thumbnail {
    width: 40%;
    float: left;
    margin-right: 10%;
	padding:10px;
	background-color: #fff;
    border: 1px solid #f0f2f8;
    position: relative;
	margin-bottom: 20px;
}
.entry-thumbnail>div {
	width: 100%;
    padding-bottom: 135%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}
.entry-thumbnail:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color: #afafc3;
	opacity:.01;
}
.single-post #main .page-header {
    width: 50%;
    float: left;
}
.entry-order,
.entry-cat,
.entry-clarif,
.entry-social{
    margin-bottom: 2em;
}
.entry-clarif a{
	white-space:nowrap;
}
.entry-order a {
    font-size: 1.15em;
    letter-spacing: .12em;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    background-color: #25b575;
    padding: 20px 55px;
    display: inline-block;
    transition: .2s;
}
.entry-order a:hover {
    background-color: #029c63;
    cursor: pointer;
}
.entry-social>div{
	float:left;
	margin-right:5px;
}
.entry-social {
    overflow: hidden;
}
.entry-social a {
    font-size:0px;
}
.fb-share-button>span{
	height: 21px !important;
    margin-bottom: 1px !important;
    background: #4267b2 !important;
    border-radius: 2px !important;
}
.ya-share2__container_size_m .ya-share2__icon {
    height: 20px !important;
    width: auto !important;
    padding: 0 7px 0 23px;
    background-repeat: no-repeat !important;
    background-position: 2px !important;
	line-height: 20px !important;
	font-size:12px;
}
.ya-share2__container_size_m .ya-share2__counter {
    line-height: 20px !important;
}
.ya-share2__icon:after{
	content:'РџРѕРґРµР»РёС‚СЊСЃСЏ';
}
.ya-share2__item_service_vkontakte .ya-share2__icon:after{
	content:'РЎРѕС…СЂР°РЅРёС‚СЊ';
}
.ya-share2__item_service_odnoklassniki .ya-share2__icon:after{
	content:'РљР»Р°СЃСЃ';
}
body .ya-share2__list_direction_horizontal > .ya-share2__item {
    margin-bottom: 11px;
	margin-right: 13px;
}
body .ya-share2__list {
    margin-bottom: -11px;
	margin-right: -13px;
}
body .ya-share2__badge {
    border-radius: 4px;
}

@media (max-width: 1399px){
	.entry-order a {
		font-size: 1.1em;
		padding: 17.5px 50px;
	}
}
@media(max-width:1199px){
	.entry-thumbnail {
		margin-right: 0;
	}
	.single-post #main .page-header {
		width: 60%;
		padding-left:30px;
		font-size: 11px;
	}
	.entry-order a {
		font-size: 1.05em;
		padding: 15px 45px;
	}
}
@media(max-width:991px){
	.single-post #main .page-header {
		font-size: inherit;
	}
	.entry-thumbnail {
		margin-right: 10%;
	}
	.single-post #main .page-header {
		width: 50%;
		padding-left:0;
	}
}
@media(max-width:767px){
	.entry-thumbnail {
		margin-right: 0;
		width: 300px;
		max-width: 100%;
		padding-bottom: 0;
	}
	.single-post #main .page-header {
		width: 100%;
		padding-left:0;
	}
	.entry-order a {
	    font-size: 1em;
		padding: 1em 2.5em;
	}
}
@media(min-width:1400px){
	.entry-thumbnail {
		width: 38%;
		margin-right: 12%;
	}
}
@media(min-width:1500px){
	.entry-thumbnail {
		width: 38%;
		margin-right: 12%;
	}
}
@media(min-width:1500px){
	.entry-thumbnail {
		width: 34%;
	}
	.page-header {
		margin-right: 4%;
	}
}
@media(min-width:1600px){
	.entry-thumbnail {
		width: 30%;
	}
	.page-header {
		margin-right: 8%;
	}
}
@media(min-width:1700px){
	.entry-thumbnail {
		width: 28%;
	}
	.page-header {
		margin-right: 10%;
	}
}
.col-20.waypoint{
	transform:translateY(8em);
	opacity:0;
	transition: .65s;
}
.napr-item.waypoint,
.popular-item.waypoint,
.text-block-container.waypoint .text-block-text,
.text-block-container.waypoint .text-block-link,
.news-item.waypoint{
	transform:translateY(8em) scale(.75);
	opacity:0;
	transition: .65s;	
}
.popular-item.waypoint,
.news-item.waypoint{
	transform:translateY(4em) scale(.75);
}
.news-item.waypoint:nth-child(1){
	transform:translateX(-100%);
}
.news-item.waypoint:nth-child(2){
	transform:translateX(100%);
}
.footer-form-sign.waypoint{
	transform:translateX(-50%);
	opacity:0;
	transition: .65s;	
}
.slide-text{
	transform:none;
	opacity:0;
	transition: .45s;
}
.fotter-content.waypoint,
.fotter-menu-pags.waypoint,
.fotter-menu-cats.waypoint,
.fotter-icon.waypoint{
	transform:translateY(3em) scale(.95);
	opacity:0;
	transition: .45s;
}
.fotter-menu-pags.waypoint{
	transition-delay:.1s;
}
.fotter-menu-cats.waypoint{
	transition-delay:.2s;
}
.fotter-icon.waypoint{
	transition-delay:.3s;
}
body.home .parallax-mirror {
    z-index: 1 !important;
}
.form-item{
	float:left;
	width:100%;
	padding:0 15px;
	margin-top:1em;
}
.form-item>p:first-child{
	text-transform: uppercase;
    font-weight: 600;
	letter-spacing: .08em;
	margin-bottom:0;
	color: #666;
}
.form-item:nth-child(2),
.form-item:nth-child(3),
.form-item:nth-child(4),
.form-item:nth-child(5){
	width:50%;
}
.page-template-page-contacts #primary form{
	margin-bottom:2.5em;
}
span.wpcf7-form-control-wrap,
span.wpcf7-form-control-wrap>* {
    display: block;
    width: 100%;
	box-sizing:border-box;
}
.page-template-page-contacts #primary form .wpcf7-not-valid{
	border: 1px dashed #ff0000 !important;
}
@media(max-width:1199px){
	.news-item.waypoint:nth-child(1),
	.news-item.waypoint:nth-child(2){
		transform:translateY(50px) scale(.75);
	}
}
@media(max-width:767px){
	.fotter-menu-pags.waypoint{
		transition-delay:0;
	}
	.fotter-menu-cats.waypoint{
		transition-delay:.1s;
	}
	.fotter-icon.waypoint{
		transition-delay:0;
	}
}
@media(max-width:549px){
	.col-20.waypoint{
		transition-delay:0s !important;
	}
	.form-item:nth-child(2),
	.form-item:nth-child(3),
	.form-item:nth-child(4),
	.form-item:nth-child(5){
		width:100%;
	}
}
@media(max-width:449px){
	.napr-item.waypoint{
		transform:translateX(-100%);
	}
	
}
.slide-text.wpLoaded,
.col-20.waypoint.wpLoaded,
.napr-item.waypoint.wpLoaded,
.popular-item.waypoint.wpLoaded,
.text-block-container.waypoint.wpLoaded .text-block-text,
.text-block-container.waypoint.wpLoaded .text-block-link,
.news-item.waypoint.wpLoaded,
.footer-form-sign.waypoint.wpLoaded,
.fotter-content.waypoint.wpLoaded,
.fotter-menu-pags.waypoint.wpLoaded,
.fotter-menu-cats.waypoint.wpLoaded,
.fotter-icon.waypoint.wpLoaded{
	transform:none;
	opacity:1;
}
.slide-text.wpLoaded{
	transform: translateY(-50%);
}
body.page .entry-content {
    font-size: 1.3em;
    font-weight: 300;
}
.our_history{
	margin:2em 0;
}
.oh_item{
	display:table;
	width: 100%;
}
.oh_item>div{
	display:table-cell;
	width:50%;
	vertical-align:middle;
	padding-top:1em;
	padding-bottom:1em;
}
.oh_item>div:nth-child(1){
	padding-right:35px;
}
.oh_item>div:nth-child(2){
	padding-left:35px;
}
.oh_year {
    font-size: 1.71em;
    color: #02b875;
    font-weight: 400;
	position:relative;
}
.oh_item:nth-child(2n-1)>div.oh_year {
	text-align:right;
	border-right: 2px solid #02b875;
}
.oh_item:nth-child(2n)>div.oh_year {
	border-left: 2px solid #02b875;
}
.oh_item:nth-child(2n)>div.oh_text {
	text-align:right;
	border-right: 2px solid #02b875;
}
.oh_item:nth-child(2n-1)>div.oh_text {
	border-left: 2px solid #02b875;
}
.oh_item>div.oh_year:after {
	position:absolute;
	content:'';
	top:50%;
	height:28px;
	width:28px;
	background-image:url('img/hexo.svg');
}
.oh_item:nth-child(2n-1)>div.oh_year:after {
	left:100%;
	margin:-14px 0 0 -12px;
}
.oh_item:nth-child(2n)>div.oh_year:after {
	right:100%;
	margin:-14px -12px 0 0;
}
.oht-div{
	font-size:.95em;
	line-height:1.35em;
	padding:1.35em 2em .35em;
	background:#fff;
	border-radius: 5px;
    box-shadow: 0 0 1.75em 4px rgba(0,0,0,.05);
	position:relative;
}
.oht-div:before{
	content:'';
	position:absolute;
	width:0;
	height:0;
	border-top:.5em solid transparent;
	border-right:1em solid #fff;
	border-bottom:.5em solid transparent;
	right:100%;
	top:50%;margin-top:-.5em;
}

.oh_item div.oht-div:before{
	content:'';
	position:absolute;
	width:0;
	height:0;
	border-top:.5em solid transparent;
	border-bottom:.5em solid transparent;
	top:50%;
	margin-top:-.5em;
}
.oh_item:nth-child(2n) div.oht-div:before{
	left:100%;
	border-left:1em solid #fff;
}
.oh_item:nth-child(2n-1) div.oht-div:before{
	right:100%;
	border-right:1em solid #fff;
}
.oht-div>*{
	margin-bottom:1em;
}
.oh_text ul{
	padding:0;
	list-style-type: none;
	margin-bottom:0;
}
.oh_text ul>li {
	padding-bottom:1em;
}
.oh_year>span{
	display:inline-block;
}
.oh_item.waypoint .oh_year>span{
	transform: translateX(-100px);
    opacity: 0;
    transition: .65s;
}
.oh_item.waypoint .oht-div{
	transform: translateX(-200px);
    opacity: 0;
    transition: .65s;
    transition-delay: .65s;
}
.oh_item.waypoint>div.oh_year:after {
    transform: scale(.5) translateY(20px);
    opacity: 0;
    transition: .35s;
}
.oh_item.waypoint.wpLoaded:nth-child(2n-1)  .oh_year>span,
.oh_item.waypoint.wpLoaded:nth-child(2n)  .oh_year>span,
.oh_item.waypoint.wpLoaded:nth-child(2n-1) .oht-div,
.oh_item.waypoint.wpLoaded:nth-child(2n) .oht-div{
	transform: none;
    opacity: 1;
}
.oh_item.waypoint.wpLoaded>div.oh_year:after {
    transform: none;
    opacity: 1;
}
@media(min-width:768px){
	.oh_item.waypoint:nth-child(2n-1) .oh_year>span{
		transform: translateX(100px);
	}
	.oh_item.waypoint:nth-child(2n) .oht-div{
		transform: translateX(200px);
	}
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
		color: #acffe1;
		background-color: transparent;
	}
	.navbar-nav>li>.dropdown-menu {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		overflow: hidden;
	}
	.dropdown-menu a {
		text-transform: uppercase;
		background-color:#fff;
	}
	.dropdown-menu{
		background-color:transparent;
	}
}
body.single-partners .entry-content,
body.single-news .entry-content {
    font-size: 1.23em;
    margin-bottom: 2em;
}
body.single .entry-meta{
	font-size: 1.1em;
	margin-bottom:3.5em;
}
body.single .entry-meta i{
	color:#02b875;
}
@media(max-width:767px){
	.oh_item {
		display: block;
		padding-top:3em;
		position:relative;
	}
	.oh_item>div.oh_year{
		display: block;
		position:absolute;
		top:0;
		left:0;
		right:0;
		height: 1.755em;
		text-align:left !important;
		padding:0 0 0 20px !important;
		width:100%;
	}
	.oh_item>div:nth-child(1),
	.oh_item>div:nth-child(2) {
		padding-right: 0;
		padding-left: 20px;
	}
	.oht-div {
		padding: 1em 1.5em 0;
		text-align:left !important;
	}
	.oh_item:nth-child(2n-1)>div.oh_text,
	.oh_item:nth-child(2n)>div.oh_text,
	.oh_item:nth-child(2n)>div.oh_year,
	.oh_item:nth-child(2n-1)>div.oh_year {
		border-right: none;
		border-left: 4px solid #02b875;
	}
	.our_history{
		margin-left:5px;
	}
	.oh_item>div.oh_year:after,
	.oh_item:nth-child(2n-1)>div.oh_year:after,
	.oh_item:nth-child(2n)>div.oh_year:after {
		left:auto;
		right:100%;
		margin:-11px -9px 0 0;
		height:22px;
		width:22px;
	}
	.oh_item div.oht-div:before{
		display:none;
	}
}
.asmodal{
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,.4);
	z-index:999999;
	overflow-y:auto;
}
.asmodal-outline{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1;
}
.asmodal-content{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	height:610px;
	width:350px;
	max-width:95%;
	background:white;
	border-radius:5px;
	padding:1.5em 2em;
	margin:auto;
	z-index:2;
}
.asmodal-close {
	font-size:2.5em;
	font-weight:300;
	position:absolute;
	top:0;
	right:0;
	line-height:1em;
	height:1em;
	width:1em;
	display:block;
	text-align:center;
	cursor:pointer;
	transition:.2s;
}
.asmodal-close:hover {
	opacity:.5;
}
.asmodal .form-item {
    float: left;
    width: 100%;
}
.asmodal textarea{
	max-height:160px;
	min-height:160px;
	height:160px;
	max-width:100%;
	min-width:100%;
	width:100%;
	padding-left:7px;
	padding-right:7px;
}
@media(max-width:991px){
	.asmodal-content{
		height:540px;
		width:325px;
	}	
	.asmodal textarea{
		max-height:150px;
		min-height:150px;
		height:150px;
	}
}
.asmodal input{
	padding-left:7px;
	padding-right:7px;
}
.asmodal input[type="submit"]{
	padding:1em 2em;
	border-radius: 0;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:.12em;
}
.page-template-page-service .slide-text {
    width: 55%;
}
.page-template-page-service .slide-text-title {
    font-size: 3.4em;
}
.page-template-page-service .slider {
    margin-top: 0;
}
.page-template-page-service .slide-text-title {
    color: #2b5844;
}
.page-template-page-service .slide-text-text {
    font-size: 1.5em;
    color: #223d33;
	font-weight:100;
}
.page-template-page-service .col-20 {
    white-space: normal;
}
.page-template-page-service .col-20 span {
    padding: 4.25em 0 0;
    text-align: center;
}
.page-template-page-service .col-20 img {
    height: 3.3em;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.why-we-item {
    margin-bottom: 3.6em;
}
.why-we-item:nth-child(4n-3){
	clear:both;
}
.popular-container .why-we-item:nth-child(4n-3){
	clear:none;
}
.popular-container .why-we-item:nth-child(3n-2){
	clear:both;
}
.why-we-tab{
	display:table;
	width:100%;
}
.why-we-tab>div>h4{
	margin-top: 0;
    color: #02b875;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 1.2em;
}
.why-we-tab>div>h3{
	margin: 0;
    font-size: 1.25em;
    font-weight: 400;
    color: #fff;
}
.why-we-tab .col-xs-3,
.why-we-tab .col-xs-9{
	display:table-cell;
	float:none;
	vertical-align:middle;
}
.why-we-tab .col-xs-3{
	text-align:right;
	vertical-align: top;
}
.why-we-tab .col-xs-3 img{
	width:55px;
	max-width:100%;
}
.why-we-items{
	margin-top:2.5em;
}
.why-we-item>a{
	display:block;
	border-radius:5px;
	cursor:pointer;
}
.popular-container .why-we-items .why-we-tab{
	border-radius:5px;
	background:#02b875;
	border: 10px solid #02b875;
	box-shadow: 0 0 1.75em 4px rgba(0,0,0,.05);
	transition:.2s
}
.popular-container .why-we-items a:hover>.why-we-tab{
	background-color: #029c63;
	border-color: #029c63;
}
.popular-container .why-we-items .why-we-tab>div{
	padding-top:10px;
	padding-bottom:10px;
}
.popular-container .why-we-tab .col-xs-3 {
	vertical-align:middle;
	text-align:center;
}
.popular-container .why-we-tab .col-xs-3 img {
    width: 74px;
}
.pred-img{
	width:100%;
	padding-bottom:10%;
	background-size:100% 100%;
	background-position:center center;
	background-repeat:no-repeat;
}
@media(max-width:14399px){
	.popular-container .why-we-tab .col-xs-3 img {
		width: 66px;
	}
}
@media(max-width:1399px){
	.popular-container .why-we-item{
		margin-bottom: 3em;
	}
	.popular-container .why-we-tab .col-xs-3 img {
		width: 58px;
	}
}
@media(max-width:1199px){
	.popular-container .why-we-tab .col-xs-3 img {
		width: 74px;
	}
	.page-template-page-service .slide-text-title {
		font-size: 3em;
	}
	.popular-container .why-we-item:nth-child(3n-2){
		clear:none;
	}
	.popular-container .why-we-item:nth-child(2n-1){
		clear:both;
	}
	.why-we-item:nth-child(4n-3){
		clear:none;
	}
	.why-we-item:nth-child(2n-1){
		clear:both;
	}
	.popular-container .why-we-item{
		margin-bottom: 2.5em;
	}
}
@media(max-width:991px){
	.popular-container .why-we-item{
		margin-bottom: 2em;
	}
	.popular-container .why-we-tab .col-xs-3 img {
		width: 55px;
	}
}
@media(max-width:767px){
	.page-template-page-service .slide-text {
		width: 85%;
	}
	.page-template-page-service .slide-text-title {
		font-size: 2.5em;
	}
	.why-we-tab .col-xs-9{
		padding:0;
	}
	.page-template-page-service .news-block {
		padding: 2em 0 0;
	}
	.popular-container .why-we-item{
		padding-left:0;
		padding-right:0;
	}
	.popular-container .why-we-items .why-we-tab {
		border-radius: 3px;
		border: 5px solid #02b875;
	}
	.popular-container .why-we-item{
		margin-bottom: 1.5em;
	}
	.pred-img{
		padding-bottom:40%;
		margin-bottom: 2em;
	}
	.popular-container .why-we-tab .col-xs-3 img {
		width: 74px;
	}
}
@media(max-width:499px){
	.popular-container .why-we-tab .col-xs-3 img {
		width: 55px;
	}
}
@media(max-width:399px){
	.popular-container .why-we-tab .col-xs-3 img {
		width: 35px;
	}
}
.service-cont-block{
	width:100%;
	padding-bottom:85%;
	position:relative;
}
.service-cont-block ymaps[class$="-controls-pane"],.service-cont-block ymaps[class$="-copyrights-pane"]{
	width: 100% !important;
    left: 50% !important;
    transform: translateX(-50%);
}
.service-cont-block ymaps[class$="-inner-panes"]>ymaps[class$="-places-pane"]:nth-last-child(1)>ymaps>ymaps,
.service-cont-block ymaps[class$="-inner-panes"]>ymaps[class$="-places-pane"]:nth-last-child(2)>ymaps>ymaps,
.service-cont-block ymaps[class$="-inner-panes"]>ymaps[class$="-places-pane"]:nth-last-child(3)>ymaps>ymaps,
.service-cont-block ymaps[class$="-inner-panes"]>ymaps[class$="-places-pane"]:nth-last-child(4)>ymaps>ymaps,
#map ymaps[class$="-inner-panes"]>ymaps[class$="-places-pane"]:nth-last-child(1)>ymaps>ymaps,
#map ymaps[class$="-inner-panes"]>ymaps[class$="-places-pane"]:nth-last-child(2)>ymaps>ymaps,
#map ymaps[class$="-inner-panes"]>ymaps[class$="-places-pane"]:nth-last-child(3)>ymaps>ymaps,
#map ymaps[class$="-inner-panes"]>ymaps[class$="-places-pane"]:nth-last-child(4)>ymaps>ymaps{
	background-image:url('img/dot.svg') !important;
}
.text-block-bg>ymaps{
	height:100% !important;
	width:100% !important;
	display:block !important;
}
#map>.YMaps{
	position:absolute;
	top:0;
	left:0;
	height:100% !important;
	width:100% !important;
}
.page-template-page-service .asmodal-content {
    transform:translateY(-50%);
    height:auto;
    bottom:auto;
    width:850px;
    top: 50%;
	max-height:95%;
}
.page-template-page-service .asmodal-scroll{
    overflow: auto;
    max-height: 90vh;
    max-width: 100%;
	padding-right: 15px;
	padding-bottom: 10px;
}
.service-cont-block{
	position:relative;
}
.service-cont-block:before,
.service-cont-block:after{
	content:'';
	top:0;
	bottom:0;
	position:absolute;
	display:block;
	width:100vw;
	z-index:1;
}
.service-cont-block:before{
	right:100%;
}
.service-cont-block:after{
	left:100%;
}
@media (min-width: 768px){
	.service-cont-block ymaps[class$="-controls-pane"],.service-cont-block ymaps[class$="-copyrights-pane"] {
		width: 750px !important;
	}
	.service-cont-block{
		padding-bottom:45%;
	}
}
@media (min-width: 992px){
	.service-cont-block ymaps[class$="-controls-pane"],.service-cont-block ymaps[class$="-copyrights-pane"] {
		width: 970px !important;
	}
	.service-cont-block{
		padding-bottom:40%;
	}
}
@media (min-width: 1200px){
	.service-cont-block ymaps[class$="-controls-pane"],.service-cont-block ymaps[class$="-copyrights-pane"] {
		width: 1170px !important;
	}
	.service-cont-block{
		padding-bottom:35%;
	}
}
@media (min-width: 1300px){
	.service-cont-block ymaps[class$="-controls-pane"],.service-cont-block ymaps[class$="-copyrights-pane"] {
		width: 1170px !important;
	}
	.service-cont-block{
		padding-bottom:35%;
	}
}
@media (min-width: 1400px){
	.service-cont-block ymaps[class$="-controls-pane"],.service-cont-block ymaps[class$="-copyrights-pane"] {
		width: 1270px !important;
	}
	.service-cont-block{
		padding-bottom:32.5%;
	}
}
@media (min-width: 1500px){
	.service-cont-block ymaps[class$="-controls-pane"],.service-cont-block ymaps[class$="-copyrights-pane"] {
		width: 1370px !important;
	}
	.service-cont-block{
		padding-bottom:30%;
	}
}
@media (min-width: 1600px){
	.service-cont-block ymaps[class$="-controls-pane"],.service-cont-block ymaps[class$="-copyrights-pane"] {
		width: 1470px !important;
	}
	.service-cont-block{
		padding-bottom:27.5%;
	}
}
@media (min-width: 1700px){
	.service-cont-block ymaps[class$="-controls-pane"],.service-cont-block ymaps[class$="-copyrights-pane"] {
		width: 1570px !important;
	}
	.service-cont-block{
		padding-bottom:25%;
	}
}
th {
    white-space: nowrap;
}
td,th {
    padding:.5em 1em;
	border-top:1px solid #9fa4b5;
	border-right:1px solid #9fa4b5;
}
tr {
	border-bottom:1px solid #9fa4b5;
	border-left:1px solid #9fa4b5;
}
.page-template-page-service .popular-title.waypoint,
.page-template-page-service .popular-title.waypoint,
.page-template-page-service .why-we-item.waypoint,
.page-template-page-service .news-block.waypoint{
	transform: translateY(100px);
    opacity: 0;
    transition: .65s;
}
.page-template-page-service .popular-title.waypoint.wpLoaded,
.page-template-page-service .popular-title.waypoint.wpLoaded,
.page-template-page-service .why-we-item.waypoint.wpLoaded,
.page-template-page-service .news-block.waypoint.wpLoaded{
	transform: none;
    opacity: 1;
}
.wpcf7-response-output {
    width: 100%;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
span.ws {
    white-space: nowrap;
}
.ser-cont{
	padding:2.5em 0;
	font-size:1.2em;
}
.ser-cont h2{
	margin-top:0;
}
.wpcf7 label {
    width: 100%;
}
.ppcf7_alert{
	margin:10px 0 0;
}
.footer-form-sign .ppcf7_alert{
	display:none !important;
}
.pp-btn {
    border: none !important;
	border-radius:0px;
	background: #02b875;
	padding-left:1em !important;
	padding-right:1em !important;
	text-transform:uppercase;
	letter-spacing:.12em;
	font-weight:700;
}
.cont-tab>div.adres {
    font-size: 12px;
}
.ecc-div .gallery img {
    border: none !important;
}
.site-footer>.container{
	position:relative;
	z-index:2;
}
.page-header .td-pr {
    width: 100%;
}
@media(min-width:768px){
	.mobile-menu{
		display:none;
	}
}
.title-h2 {
    font-weight: 700;
    letter-spacing: .05em;
    margin: 2em 0 .5em;
    color: #02b875;
}
.form-tab {
	width:100%;
}
.form-row {
    display: table-row;
}
.form-cell {
	display: table-cell;
	vertical-align:middle;
	padding:10px;
	padding-bottom:0;
}
.form-cell.form-param {
	padding-left:0;
	font-style:italic;
}
.form-cell.form-vol {
	padding-right:0;
	text-align:right;
	white-space: nowrap;
}
.form-cell.form-vol input,
.form-cell.form-vol textarea,
.form-cell.form-vol select {
	font-style: normal;
    color: #223d33;
    font-weight: 300;
    font-size: .7em;
    text-transform: uppercase;
	width:300px;
	max-width:100%;
	margin-left: auto;
}
@media(max-width:767px){
	.category .form-tab,
	.form-row,
	.form-cell {
		display: block !important;
		width:100% !important;
		text-align:left !important;
		padding:0;
	}
	.form-cell.form-vol {
		padding-bottom: 15px;
		white-space: normal;
	}
	.form-cell.form-vol input,
	.form-cell.form-vol textarea,
	.form-cell.form-vol select {
		margin-left: 0;
	}
}
.search #main>.page-header{
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #E8E8E8;
	width:100%;
}
.search .entry-title {
    font-size: 1.9em;
}
.search article:last-child .section-divider{
	margin-top:0;
	border:none;
}
.favorite-num {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    vertical-align: sub;
    margin-left: 10px;
	position:absolute;
	top:0;
	right:0;
	padding:2px 5px;
	border-radius:5px;
	background:#6772e5;
	line-height:1em;
	transition:.2s;
	white-space:nowrap;
}
#favorite {
    padding-left: 35px;
	text-align: right;
}
#favorite a {
    position:relative;
    display: inline-block;
	padding-right:10px;
	color: #9ea2ae;
}
#favorite a:hover {
	color: #02b875;
}
#favorite a span {
    display: inline-block;
}
#favorite i {
    font-size:3em;
}
@media(max-width:1499px){
	#favorite {
		padding-left: 25px;
	}
	.navbar-header>div#search form {
		width: 300px;
	}
}
@media(max-width:1399px){
	#favorite {
		padding-left: 15px;
	}
}
@media(max-width:1199px){
	#favorite i {
		font-size: 2.5em;
	}
	.favorite-num {
		font-size: 13px;
		top: -2px;
	}
	.navbar-header>div#iso {
		width: 155px;
		font-size:.85em;
	}
	.navbar-header>div#iso img {
		width: 35px;
	}
	.navbar-header>div#iso .iso-text-block {
		padding-left: 40px;
	}
	.phone-num {
		font-size: 1.1em;
	}
	.rez-rab {
		letter-spacing: 0;
		font-size: .95em;
	}
	.navbar-header>div#search form {
		width: 250px;
	}
}
@media(max-width:991px){
	.navbar-header>div#search form {
		width: 200px;
		margin-left:25px;
		margin-right:15px;
	}
}
.show-xxs{
	display:none !important;
}
@media(max-width:649px){
	.show-xxs{
		display:block !important;
	}
	.hide-xxs{
		display:none !important;
	}
	#favorite {
		float: right;
		padding: 19px 0;
	}
	.navbar-header>div#phone {
		margin-right:20px;
	}
}
@media(max-width:499px){
	.show-xxs{
		display:none !important;
	}
}
.td-pr a::selection,
.td-pr a *::selection{
	background-color:transparent;
}
.td-pr a.fav-rem {
    background-color: #6772e5;
}
.fav-rem span {
    margin-right: .095em;
}
h3.fav-sub-title {
    margin: 0 0 35px;
    font-weight: 700;
    color: #02b976;
}
.fav-title{
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:5px;
	display:block;
	float:left;
	width:100%;
}
.fav-addition-text{
	font-weight:400;
	font-size:14px;	
	margin-bottom:10px;
	color:#1b1b1b;
	letter-spacing:0;
	display:block;
	float:left;
	width:100%;
}
.fav-ex{
	font-weight:100;
	font-size:16px;	
	display:block;
	margin-bottom:10px;
	float:left;
	width:100%;
}
.page-template-favorites .td-pr{
	font-size:.5em;
	display:inline-block;
	margin:5px 0;
	float:left;
	width:100%;
}
.page-template-favorites .td-pr a {
	display:inline-block;
    padding: .75em 1.75em;
}
.fav-empty{
	margin-bottom:3.5em;
}
.fav-form{
    width: 100%;
    background: white;
    border-radius: 10px;
    padding: 2em 2em 1.5em;
    box-shadow: 0 0 1.75em 4px rgba(0,0,0,.05);
    margin: 0 0 2.5em;
	text-align:center;
}
.page-template-favorites .model-table-div .table .td {
    padding-right: 0;
}
.fav-form .ppcf7_alert{
	text-align:center;
	font-size:12px;
	line-height:1.2em;
	margin-top: -.25em;
}
.fav-form input {
	margin-bottom:1em;
}
@media(max-width:499px){
	.fav-form{
		padding: 1.5em 1.5em 1em;
		margin: 0 0 1.5em;
	}
}
body>jdiv{
	position:relative;
    z-index: 998 !important;
}
div#jivo-iframe-container:not(.jivo-c-mobile),
jdiv[class*="label_"] {
    z-index: 998 !important;
}

.fav-img-div{
	display:block;
	width:100%;
	padding-bottom:100%;
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	border:2px solid;
	border-radius:2px;
	margin-bottom:15px;
}
.lor-img{
	background-image:url('lor-imgs/100.png');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
}
.lor-img:before{
	display:block;
	content:'';
	width:100%;
	padding-bottom:100%;
}
.lor-img:after{
	display:block;
	height:0px;
	width:0px;
	content:'';
	background-image:url('lor-imgs/100.png'),url('lor-imgs/110.png'),url('lor-imgs/101.png'),url('lor-imgs/111.png'),url('lor-imgs/200.png'),url('lor-imgs/210.png'),url('lor-imgs/201.png'),url('lor-imgs/211.png');
}

/**/

.configurator{
	margin:0 auto 10px;
}
.configurator-img{
	width:600px;
	max-width:100%;
	margin:0 auto 15px;
}
.configurator-panel{
	width:600px;
	max-width:100%;
	margin:0 auto 15px;
	background-color:#eeeeef;
	border-radius:3px;
}
.configurator-img-div{
	position:relative;
	width:100%;
	border:2px solid #d2d2d2;
	border-radius:3px;
	background-image: 
		url(https://npkazimut.ru/wp-content/themes/azimuth/lor-imgs/100.png),
		url(https://npkazimut.ru/wp-content/themes/azimuth/lor-imgs/110.png),
		url(https://npkazimut.ru/wp-content/themes/azimuth/lor-imgs/101.png),
		url(https://npkazimut.ru/wp-content/themes/azimuth/lor-imgs/111.png),
		url(https://npkazimut.ru/wp-content/themes/azimuth/lor-imgs/200.png),
		url(https://npkazimut.ru/wp-content/themes/azimuth/lor-imgs/210.png),
		url(https://npkazimut.ru/wp-content/themes/azimuth/lor-imgs/201.png),
		url(https://npkazimut.ru/wp-content/themes/azimuth/lor-imgs/211.png);
	background-size:0px 0px;
	background-repeat:no-repeat;
}
.configurator-img-div>div{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.configurator-img-div:before{
	content:'';
	display:block;
	width:100%;
	padding-bottom:100%;
}
.conf-panel-items{
	padding-top:50px;
}
.conf-panel-item{
	padding: 25px 25px 75px;
}
.conf-panel-items .owl-dots {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin: 0;
	height:50px;
	border-bottom:1px solid #fff;
}
.conf-panel-items .owl-dots>div {
	height:30px;
	line-height:28px;
	text-align:center;
	border:1px solid #a2a2a2;
	border-radius:2px;
	color:#828282;
	font-size:11px;
	/* letter-spacing:.1em; */
	padding:0 7px 0 8px;
	transition:.2s;
}
.conf-panel-items .owl-dots>div.active{
	background-color: #25b575;
    border-color: #25b575;
    color: #fffffe;
}
.conf-panel-items .owl-dots>div:hover,
.conf-panel-items .owl-dots>div.active:hover{
	background-color: #029c63;
    border-color: #029c63;
    color: #fffffe;
}
.conf-panel-items .owl-nav>div{
	position:absolute;
	bottom:10px;
	font-size:13px;
	text-transform:uppercase;
}
.conf-panel-items input[type="submit"],
.conf-panel-items .owl-nav>div{
	height:35px;
	line-height:33px;
	text-align:center;
	border:1px solid #a2a2a2;
	border-radius:2px;
	color:#828282;
	font-size:13px;
	padding:0 15px;
	position:absolute;
	bottom:15px;
	font-size:13px;
	text-transform:uppercase;
	margin:0 7.5px;
	transition:.2s;
}
.conf-panel-items .owl-nav>div.active{
	border:1px solid #c2c2c2;
	background-color:#c2c2c2;
	color:#eeeeef;
}
.conf-panel-items .owl-nav>div:hover{
	background-color:#a2a2a2;
	color:#eeeeef;
}
.conf-panel-items .owl-nav>div.owl-prev{
	right:50%;
}
.conf-panel-items .owl-nav>div.owl-next{
	left:50%;
}
.conf-panel-items .owl-nav>div.owl-prev.disabled,
.conf-panel-items .owl-nav>div.owl-prev.disabled:hover,
.conf-panel-items .owl-nav>div.owl-prev.active.disabled,
.conf-panel-items .owl-nav>div.owl-prev.active.disabled:hover{
	cursor:no-drop;
	border: 1px solid #e2e2e2;
    background-color:transparent;
    color: #d8d8d8;
}
.conf-panel-items .owl-nav>div.owl-next.disabled{
	display:none;
}
.conf-panel-items .owl-height {
    transition: 0s;
}
.conf-panel-items input[type="submit"]{
	background-color: #25b575;
    border-color: #25b575;
    color: #fffffe;
	left:50%;
}
.conf-panel-items input[type="submit"]:hover,
.conf-panel-items input[type="submit"]:active,
.conf-panel-items input[type="submit"]:focus{
	background-color: #029c63;
    border-color: #029c63;
    color: #fffffe;
	outline:none;
	box-shadow:none;
}
.conf-panel-items .ppcf7_alert{
	font-size:12px;
	text-align:center;
	line-height:16px;
}
.conf-panel-items .ppcf7_alert a{
	white-space:nowrap;
}
.conf-panel-items{
	text-align:center;
}
.conf-panel-items input[type="text"],
.conf-panel-items input[type="email"],
.conf-panel-items input[type="tel"]{
	margin-bottom:10px;
	padding:5px 15px;
	text-align:left;
}
div.wpcf7 .conf-panel-items .ajax-loader {
    position:absolute;
	bottom:0;
	right:0;
	margin:25px;
}
.cpi-color input{
	display:none;
}
.cpi-color span.wpcf7-list-item-label{
	font-size:0px;
	width:50px;
	height:50px;
	border: 1px solid #a2a2a2;
	position:relative;
	display:inline-block;
}
.cpi-color span.wpcf7-list-item-label:before{
	position:absolute;
	content:'';
	display:block;
	width:100%;
	height:100%;
	border:2px solid #fff;
}
.cpi-color input:checked+span.wpcf7-list-item-label{
	border-color:#25b575;
}
.cpi-color input:checked+span.wpcf7-list-item-label:before{
	border-color: #9cf7cf;
}
.cpi-color .wpcf7-list-item{
	margin:0 5px;
}
.cpi-color input[value="Р·РµР»РµРЅС‹Р№"]+span.wpcf7-list-item-label{
	background-color:#005746;
}
.cpi-color input[value="СЃРµСЂС‹Р№"]+span.wpcf7-list-item-label{
	background-color:#93979b;
}
.conf-param-1{
	background-image: url(https://npkazimut.ru/wp-content/themes/azimuth/lor-imgs/100.png);
}
.cpi-heating input,
.cpi-refuse input{
	display:none;
}
.cpi-heating .wpcf7-list-item-label,
.cpi-refuse .wpcf7-list-item-label{
	text-transform:uppercase;
	color:#6f7275;
	font-weight:400;
	margin-top:10px;
	padding:0 0 0 30px;
	font-size:13px;
	line-height:23px;
	letter-spacing:.05em;
	position:relative;
	display:inline-block;
	cursor:pointer;
}
.cpi-heating .wpcf7-list-item-label:before,
.cpi-refuse .wpcf7-list-item-label:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:23px;
	height:23px;
	border-radius:3px;
	border:1px solid #93979b;
}
.cpi-heating input:checked+.wpcf7-list-item-label:before,
.cpi-refuse input:checked+.wpcf7-list-item-label:before{
	border-color: #25b575;
	background-color: #9cf7cf;
}
.cpi-heating input:checked+.wpcf7-list-item-label:after,
.cpi-refuse input:checked+.wpcf7-list-item-label:after{
	content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    height: 7.5px;
    width: 15px;
    border-bottom: 3px solid #25b575;
    border-left: 3px solid #25b575;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/**/

body.page-template-page-lor .breadcrumbs,
body.page-template-page-lor #page>.navbar,
body.page-template-page-lor #page>#footer-area {
    display: none;
}
.configurator{
	position: fixed;
    bottom: 0;
    /* top: 0; */
    margin: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #eeeeef;
}
.configurator-img{
	position: absolute;
    left: 0;
    width: 50%;
    /* padding-bottom: 55%; */
    /* top: 50%; */
    /* -ms-transform: translateY(-50%); */
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
	margin:0;
	height:100%;
	top:0;
	z-index: 1;
}
.configurator-text{
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
}
.step-img,
.step-img div{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;	
	background-size:cover;	
	background-position:center center;
	background-repeat:no-repeat;
}
.step-option-img.hide-step,
.step-option-subimg.hide-step,
.step-dop-img.hide-step{
	opacity:0;
}
.steps{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
	/*width:820px;*/
	width: 100%;
	height:820px;
	max-height:90%;
	max-width:100%;
}
.step-text {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
}
.step-text>h3{
    color: #4b695d;
    font-weight: 400;
    text-transform: uppercase;
	text-align:center;
	width:100%;
	margin: 0;
	position: absolute;
    top: 20%;
	left:0;
	font-size: 30px;
	line-height: 25px;
}
.opts-div{
    top: 20%;
	height:35%;
	position: absolute;
	width:100%;
	left:0;
	padding:25px;
	padding-top:50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    flex-direction: row;
    align-items: center;
	text-align:center;
	box-sizing: border-box;
}
.opts-div-scroll{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    flex-direction: row;
    align-items: center;
	text-align:center;
	height:100%;
	width:auto;
	max-width: 100%;
    box-sizing: border-box;
}
.step-text.step4 .opts-div-scroll{
    flex-direction: column;
    align-items: start;
}
.step-text.step-text-last>h3 {
    font-weight: 600;
}
.step-text-last .ppcf7_alert{
	width:660px;
	max-width:100%;
	text-align:center;
	color:#4b695d;
	font-size:14px;
	line-height:1.35em;
	margin:5px auto 0;
}
.step-text-last .ppcf7_alert a{
	white-space:nowrap;
	color:#25b575;
	text-decoration:underline;
}
.step-text-last .opts-div{
	font-size:21px;
	line-height:2em;
	color:#4b695d;
	font-weight:300;
}
.step-text.step11 .checkbox-div {
	position: relative;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
	overflow-x: hidden;
}
.color-div{
	text-align:center;
}
.color-span {
    position: relative;
	width: 12vh;
    display: inline-block;
    margin: 0 15px;
	margin-top:36px;
}
.color-span:before {
    content:'';
	display:block;
	width:100%;
	padding-bottom:100%;
}
.color-span-div {
    content:'';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	border:1px solid #93979b;
	background-color:#fff;
}
.color-span-div>div {
    content:'';
	position:absolute;
	top:5px;
	left:5px;
	bottom:5px;
	right:5px;
	background-color:#828282;
	transition:.2s;
}
.color-span-div>div:before {
    opacity:0;
	height:60%;
	width:60%;
	margin:20%;
	position:absolute;
	top:0;
	left:0;
	content:'';
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url('/images/configurator/icon/checked.svg');
	transition:.2s;
}
.color-span label {
    font-weight:300;
	position:absolute;
	top:-36px;
	left:50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	height:22px;
	white-space:nowrap;
	color:#4b695d;
	font-size:19px;
	text-transform:uppercase;
	margin: 0;
    line-height: 22px;
	cursor:pointer;
}
.color-span label::-moz-selection { background-color: transparent; }
.color-span label::selection { background-color: transparent; }
.color-span input {
    position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	margin: 0;
	z-index: 2;
	cursor:pointer;
	-webkit-appearance: none;
}
.color-span input:checked ~ .color-span-div {
	border:1px solid #25b575;
	background-color:#9cf7cf;
}
.color-span input:checked ~ .color-span-div>div:before {
    opacity:1;
}
.steps-nav {
	height: 20%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
    /*padding: 0 23px 25px;*/
	padding: 0 0 25px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.steps-nav>span{
	border:1px solid #828282;
	width:41px;
	text-align:center;
	border-radius:100%;
	color:#828282;
	cursor:pointer;
	transition:.2s;
	position:relative;
    margin: 0 2px;
}
.steps-nav>span:before{
	content:'';
	width:100%;
	padding-bottom:100%;
	display:block;
}
.steps-nav>span>div{
	position:absolute;
	top:50%;
	left:50%;
    transform: translateX(-50%) translateY(-50%);	
	font-size:13px;
	line-height:14px;
}
.steps-nav>span::-moz-selection { background-color: transparent; }
.steps-nav>span::selection { background-color: transparent; }
.steps-nav>span.active,
.steps-nav>span:hover{
	background-color:#25b575;
	border-color:#25b575;
	color:#fff;
}
.descr-div{
	top: 55%;
    height: 35%;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0 25px 70px;
	overflow: auto;
	box-sizing: border-box;
}
.step-text-last input[type="submit"]{
	position:absolute;
	bottom:0;
	left:50%;
	width:175px;
	color:#eeeeef;
	font-size:14px;
	font-weight:400;
	background-color:#25b575;
	border-color: #25b575;
	-webkit-appearance: none;
	display:inline-block;
	border-radius:2px;
	text-transform:uppercase;
	padding: 0 15px;
	margin:0 15px;
    line-height: 43px;
	transition:.2s;
	z-index:2;
}
.step-text-last input[type="submit"]:hover,
.step-text-last input[type="submit"]:focus{
	border-color: #029c63 !important;
	background-color:#029c63 !important;
	box-shadow:none !important;
	outline:none !important;
	color:#eeeeef !important;
}
.step-text-last .wpcf7-form-control-wrap input {
	color:#828282;
	width:528px;
	max-width:100%;
	margin:auto;
	margin-bottom:17px;
	background-color:#ffffff;
	border:1px solid #ffffff;
	font-size:18px;
	padding:8px 25px;
}
.step-text-last div.wpcf7 .ajax-loader {
	bottom:0;
	left:50%;
	margin:0;
	margin-left: 200px;
	margin-bottom:15px;
	position:absolute;
}
.step-text-last .opts-div {
    height: 25%;
}
.step-text-last .descr-div {
    top: 45%;
    height: 55%;
}
.radiobutton-span,
.checkbox-span{
	position:relative;
	padding:6px 10px;
	padding-left:46px;
	display:block;
    margin: 5px 0;
    text-align: left;
}
.radiobutton-span .radio-button,
.checkbox-span .check-box{
	position:absolute;
	left:0;
	top:0;
	width:36px;
	height:36px;
	border:1px solid #4b695d;
	border-radius:3px;
}
/*.radiobutton-span .radio-button{
	border-radius:100%;
}*/
.radiobutton-span .radio-button:before,
.checkbox-span .check-box:before{
	content:'';
	position:absolute;
	top:15%;
	left:15%;
	right:15%;
	bottom:15%;
	background-image:url('/images/configurator/icon/checked_small.svg');
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat;
	opacity:0;
}
/*.radiobutton-span .radio-button:before{
	top:20%;
	left:20%;
	right:20%;
	bottom:20%;
	background-image:none;
	background-color:#25b575;
	border-radius:100%;
}*/
.radiobutton-span label,
.checkbox-span label{
	color:#4b695d;
	text-transform:uppercase;
	font-size:19px;
	font-weight:300;
	white-space:nowrap;
	line-height: 22px;
	margin:0;
	cursor:pointer;
}
.radiobutton-span label::-moz-selection,
.checkbox-span label::-moz-selection { background-color: transparent; }
.radiobutton-span label::selection,
.checkbox-span label::selection { background-color: transparent; }
.radiobutton-span input,
.checkbox-span input{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
    opacity: 0;
    margin: 0;
    z-index: 2;
	height:36px;
	-webkit-appearance: none;
	cursor:pointer;
}
.radiobutton-span input:checked ~ .radio-button,
.checkbox-span input:checked ~ .check-box{
	border-color:#25b575;
	background-color:#9cf7cf;
}
.radiobutton-span input:checked ~ .radio-button:before,
.checkbox-span input:checked ~ .check-box:before{
	opacity:1;
}
#logo {
    display: inline-block;
    top: 20px;
    left: 40px;
    max-width: 20%;
    position: absolute;
    z-index: 20;
    transition: .2s;
}
.descr-div-scroll {
    max-height: 100%;
	font-size:14px;
	line-height:1.2em;
	color:#4b695d;
	padding-bottom: 15px;
}
.opts-div .mCSB_draggerRail,
.descr-div-scroll .mCSB_draggerRail {
    width: 4px;
    background-color: #d8d8d8 !important;
}
.opts-div .mCSB_dragger_bar,
.descr-div-scroll .mCSB_dragger_bar{
    width: 4px;
	background-color: #828282 !important;
}
.steps-nav-bottom span{
	position: absolute;
    bottom: 5%;
    width: 175px;
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    border:1px solid #a2a2a2;
    -webkit-appearance: none;
    display: inline-block;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0 15px;
    line-height: 43px;
    transition: .2s;	
	text-align:center;
	transition:.2s;
	cursor:pointer;
}
.steps-nav-bottom span::-moz-selection { background-color: transparent; }
.steps-nav-bottom span::selection { background-color: transparent; }
.steps-nav-bottom span.snb-next{
    left: 50%;	
}
.steps-nav-bottom span.snb-prev{
    right: 50%;	
}
.steps-nav-bottom span.snb-prev.disabled{
	cursor: no-drop;
	border:1px solid #e2e2e2;
    color: #d8d8d8;
}
.steps-nav-bottom span.snb-next.disabled{
	display:none;
}
.page-template-page-lor #logo {
    display: inline-block;
	top:20px;
	left:40px;
	max-width:15.625%;
	position:absolute;
	z-index:5;
	transition:.2s;
}
.page-template-page-lor #logo:hover {
    opacity:.85;
}
.hideOpt{
	display:none;
}
.opts-div .mCustomScrollBox{
    width: 100%;
}
.step-text-last .opts-div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    text-align: center;
}
.opts-div .mCSB_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    min-height: 100%;
    width: 100%;
}
.step-text-last .descr-div>.wpcf7{
	height:100%;
}
@media(max-height:899px){
	.steps-nav {
		height: 15%;
	}
	.step-text>h3 {
		top: 15%;
	}
	.opts-div {
		top: 15%;
	}
	.descr-div {
		top: 50%;
		height: 45%;
	}
	.step-text-last .descr-div {
		top: 45%;
		height: 55%;
	}
}
@media(max-height:749px){
	.steps-nav {
		height: 10%;
	}
	.step-text>h3 {
		top: 10%;
	}
	.opts-div {
		top: 10%;
	}
	.descr-div {
		top: 45%;
		height: 40%;
	}
	.step-text-last .descr-div {
		top: 40%;
		height: 50%;
	}
}
@media(max-width:1299px){
	.step-text>h3 {
		font-size: 26px;
	}
	.step-text-last .opts-div {
		font-size: 17px;
		line-height: 1.85em;
	}
}
@media(max-width:1199px), (max-height:768px){
	.step-text-last .wpcf7-form-control-wrap input {
		width: 400px;
		padding: 5px 20px;
		font-size: 15px;
		margin-bottom: 14px;
	}
	.step-text-last .ppcf7_alert {
		width: 450px;
		font-size: 12px;
	}
	.step-text-last div.wpcf7 .ajax-loader {
		margin-left: 180px;
	}
	.steps-nav>span>div{
		font-size:11px;
		line-height:12px;
	}
	.step-text-last input[type="submit"],
	.steps-nav-bottom span {
		width: 165px;
		font-size: 12px;
		margin: 0 10px;
	}
	.step-text>h3 {
		font-size: 21px;
	}
	.step-text-last .opts-div {
		font-size: 15px;
		line-height: 1.5em;
	}
	.color-span {
		margin-top: 30px;
	}
	.color-span label {
		font-size: 16px;
		top: -30px;
	}
	.color-span-div>div {
		top: 4px;
		left: 4px;
		bottom: 4px;
		right: 4px;
	}
	.radiobutton-span, 
	.checkbox-span {
		padding: 3px 10px;
		padding-left: 39px;
		margin: 4px 0 3px;
	}
	.radiobutton-span input, 
	.checkbox-span input {
		width: 29px;
		height: 29px;
	}
	.radiobutton-span .radio-button, 
	.checkbox-span .check-box {
		width: 29px;
		height: 29px;
	}
	.radiobutton-span label, 
	.checkbox-span label {
		font-size: 13px;
	}
	.descr-div-scroll {
		font-size: 14px;
	}
}
@media(max-width:991px){
	.step-text-last .wpcf7-form-control-wrap input {
		width: 350px;
		padding: 7px 15px;
		font-size: 13px;
		margin-bottom: 12px;
	}
	.step-text-last .ppcf7_alert {
		width: 400px;
		font-size: 11px;
	}
	.step-text-last div.wpcf7 .ajax-loader {
		margin-left: 170px;
	}
	.steps-nav>span>div{
		font-size:10px;
		line-height:10px;
	}
	.step-text-last input[type="submit"],
	.steps-nav-bottom span {
		width: 155px;
		font-size: 11px;
		margin: 0 7.5px;
	}
	.step-text>h3 {
		font-size: 18px;
	}
	.step-text-last .opts-div {
		font-size: 13px;
		line-height: 1.5em;
	}
	.color-span {
		margin-top: 26px;
	}
	.color-span label {
		font-size: 14px;
		top: -26px;
	}
	.color-span-div>div {
		top: 3px;
		left: 3px;
		bottom: 3px;
		right: 3px;
	}
	.radiobutton-span, 
	.checkbox-span {
		padding: 2px 10px;
		padding-left: 35px;
		margin: 3px 0;
	}
	.radiobutton-span input, 
	.checkbox-span input {
		width: 27px;
		height: 27px;
	}
	.radiobutton-span .radio-button, 
	.checkbox-span .check-box {
		width: 27px;
		height: 27px;
	}
	.radiobutton-span label, 
	.checkbox-span label {
		font-size: 12px;
	}
	.descr-div-scroll {
		font-size: 13px;
	}
}

.turn{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#25b575;
	z-index:9999;
}
.turn>div{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-position:center center;
	background-repeat:no-repeat;
}
.turn-portrait{
	background-size:120px 120px;
	background-image:url('img/mobile.png');
}
.turn-landscape{
	background-size:287px 150px;
	background-image:url('img/tablet.png');
}
body:not(.mobile) .turn{
	display:none;	
}
span.textinput-span input[type="text"]{
	font-size: 15px;
	padding: 7.5px 15px;
    width: 300px;
    border-radius: 4px;
    border: none;
    max-width: 100%;
}
body.mobile .configurator-of-div{
	overflow:auto;
	/* height:100vh; */
	width:100vw;
	/* max-height:100vh; */
	max-width:100vw;
	transform: translateY(-1px);
	margin:1px 0 -1px;
	position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}
.configurator-of-div .mCSB_inside > .mCSB_container {
    margin-right: 30px !important;
}
body.mobile .descr-div-scroll {
    margin-right: -7px;
	height: 100%;
    overflow: scroll;
    padding-bottom: 0;
}
@media (max-width:767px){
	.turn-landscape{
		display:none;
	}
}
@media (min-width:768px){
	.turn-portrait{
		display:none;
	}
}
@media (max-width:767px) {
	body.portrait .turn{
		display:none;
	}
}
@media (min-width:768px) {
	body.landscape .turn{
		display:none;
	}	
}
@media(max-width:767px){
	.radiobutton-span label,
	.checkbox-span label {
		white-space: normal;
		line-height:18px;
	}
	.configurator-img {
		width: 100%;
		height:auto;
		padding-bottom: 50vh;
		top: 0;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
	}
	.page-template-page-lor #logo {
		top: 20px;
		left: 20px;
		width:240px;
		max-width: 35%;
	}
	.configurator-text {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		/*padding-top:50vh;*/
	}
	.steps {
		position: absolute;
		top: 50vh;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: auto;
		height: auto;
		max-height: 100%;
		max-width: 100%;
	}
	.steps-nav {
		height: 10%;
		padding:0;
		background-color: #9cf7cf;
		display: block;
		white-space:nowrap;
		padding:0 10px;
		overflow-x: auto;
	}
	.steps-nav>span,
	.steps-nav>span:hover {
		border-color:transparent;
		background-color: transparent;
		color:#005746;
		display: inline-block;
		top:50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 5vh;
		max-width: 33px;
		margin: 0 6.5px;
	}
	.steps-nav>span.active {
		background-color: #005746;
		border-color: #005746;
		color: #fff;
	}
	.steps-nav>span>div {
		font-size: 13px;
		line-height: 13px;
	}
	.step-text>h3 {
		font-weight: 700;
		padding: 3vh 15px;
		top: 10%;
		margin-top: 0;
		font-size: 2.5vh;
		line-height: 1.35em;
		box-sizing: border-box;
	}
	.opts-div {
		top: 16%;
		bottom: 0;
		height: auto;
		padding-top: 10vh;
		padding-bottom: 12vh;
		padding-left: 15px;
		padding-right: 15px;
	}
	.steps-nav-bottom{
		display:none;
	}
	.color-div,
	.checkbox-div,
	.radiobutton-div {
		max-width: 100%;
		overflow:auto;
	}
	.radiobutton-span input, 
	.checkbox-span input,
	.radiobutton-span .radio-button, 
	.checkbox-span .check-box {
		width: 23px;
		height: 23px;
	}
	.radiobutton-span, 
	.checkbox-span {
		/* padding: 0 10px; */
		padding-left: 29px;
	}
	.descr-div {
		position:fixed;
		height:auto;
		height:auto;
		top:90%;
		border:15px solid #fff;
		/* padding:15px; */
		padding:0;
		left:0;
		right:0;
		background-color:#fff;
		width:auto;
		box-shadow:0 10px 15px -5px black;
		z-index:99;
		overflow: hidden;
		transition:.2s;
		margin-top:25px;
	}
	.descr-div.show-descr {
		margin-top:0;
		top:25%;
		box-shadow:0 5px 25px -10px black;
		overflow: auto;
	}
	.descr-div-scroll{
		max-height:100%;
		overflow:scroll;
	}
	.steps,
	.opts-div,
	.steps-nav,
	.step-text>h3,
	.configurator-img,
	.configurator-text{
		transition:.2s;
	}
	body.last-step .configurator-img {
		padding-bottom: 27vh;
	}
	body.last-step .configurator-text {
		padding-top: 27vh;
	}
	body.last-step .steps {
		top: 27vh;
	}
	body.last-step .steps-nav {
		height: 11.5%;
	}
	body.last-step .step-text>h3 {
		margin-top: 11%;
		position: static;
		font-size: 14px;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		padding-top: 2.5vh;
		padding-bottom: 1.5vh;
		line-height: 18px;
	}
	body.last-step .opts-div {
		position: static;
		padding: 0 15px 1.5vh;
		height: auto;
	}
	.step-text-last .descr-div {
		position: relative;
		height: auto;
		height: 60%;
		top: 0;
		border: none;
		padding: 0 15px;
		left: auto;
		right: auto;
		background-color: transparent;
		width: 100%;
		border-radius: 0px;
		box-shadow: none;
		z-index: 0;
		overflow: hidden;
		margin-top: 0;
	}
	.step-text-last .opts-div {
		font-size: 11px;
		line-height: 1.125em;
	}
	.step-text-last input[type="submit"] {
		margin:1vh auto;
		position: static;
		display:table;
		padding: 1.75vh;
		font-size: 13px;
		line-height: 2vh;
	}
	.step-text-last .ppcf7_alert {
		width: 300px;
		font-size: 9px;
		max-width:100%;
	}
	.step-text-last .wpcf7-form-control-wrap input {
		width: 300px;
		max-width: 80%;
		padding: .7vh 1.75vh;
		font-size: 2vh;
		margin-bottom: 1vh;
	}
	/*.step-text:not(.step-text-last) .before-open {
		position: fixed;
		top:90%;
		left:15px;
		padding:4px 10px;
		height: 25px;
		width: auto;
		margin:0;
		line-height: 17px;
		text-align: center;
		font-size: 14px;
		color: #1b1b1b;
		font-weight: 300;
		z-index:1000;
	}
	.step-text:not(.step-text-last) .before-open:before {
		content: 'Описание';
		display:inline-block;
		border-bottom:1px dashed;
	}*/
	.step-text:not(.step-text-last) .before-close {
		position: fixed;
		top: 25vh;
		left:auto;
		right: 5vw;
		height: 15px;
		width: 15px;
		margin:5px;
		line-height: 15px;
		text-align: center;
		font-size: 28px;
		color: #1b1b1b;
		font-weight: 400;
		display:none;
		z-index:1000;
	}
	.step-text:not(.step-text-last) .before-close:before {
		content: 'Г—';
		display:inline-block;
	}
	/*.step-text:not(.step-text-last) .descr-div:not(.show-descr) {
		animation: loader 3s infinite ease-in-out;
	}*/
}
/*@keyframes loader {
	0% {
		transform:translateY(0) scale(1);
	}
	80% {
		transform:translateY(0) scale(1);
	}
	90%{
		transform:translateY(-10px) scale(1.05);
	}
	100%{
		transform:translateY(0) scale(1);
	}
}*/
/*.mCSB_dragger {
    pointer-events: none;
}*/
@media(min-width:768px){
	.descr-div .mCSB_dragger .mCSB_dragger_bar:before,
	.descr-div .mCSB_dragger .mCSB_dragger_bar:after{
		content:'';
		position:absolute;
		width:16px;
		height:16px;
		border-radius:100%;
		border:2px solid #25b575;
		background:#9cf7cf;
		margin:0 -6px;
		left: 0;
		background-image:url('img/arrow.png');
		background-size: 12px;
		background-repeat:no-repeat;
		transition:.2s;
	}
	.descr-div .mCSB_dragger .mCSB_dragger_bar:before{
		top:0;
		background-position:top;
	}
	.descr-div .mCSB_dragger .mCSB_dragger_bar:after{
		bottom:0;
		background-position:bottom;
	}
	.descr-div .mCSB_dragger.position_top .mCSB_dragger_bar:before,
	.descr-div .mCSB_dragger.position_bottom .mCSB_dragger_bar:after{
		opacity:0;
	}
	.descr-div .mCSB_dragger.position_top.position_bottom .mCSB_dragger_bar:before,
	.descr-div .mCSB_dragger.position_top.position_bottom .mCSB_dragger_bar:after{
		opacity:1;
	}
}
.step-count-sub-img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.step-count-sub-img.hide-step{
	opacity: 0;
}

.min_on_mob {
    font-size: .75em;
    line-height: .75em;
}

/* ================================================= */
/*  УСЛОВНОЕ СКРЫТИЕ ОПЦИЙ МИКРОСКОПА НА 13 ШАГЕ   */
/* ================================================= */

.configurator-wrap.step12-no-rod .step-text.step13 .radiobutton-span:not(:first-child) {
    display: none !important;
}
.radiobutton-div {
    position: relative;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
    overflow-x: hidden;
	}

/*20251201*/

.configurator-img {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    z-index: 10;
    padding: 0 !important;
    margin: 0 !important;
    top: 0 !important;
}

.configurator-img .step-img,
.configurator-img .step-option-img,
.configurator-img .step-option-subimg {
    height: 100vh !important;
    width: 177vh !important;
    min-width: 100% !important;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 991px) {
	.configurator {
    position: relative !important;
    height: auto !important;
    min-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    }
    .configurator-img {
        height: 150vh !important;
        width: 50% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .configurator-img .step-img,
    .configurator-img .step-option-img,
    .configurator-img .step-option-subimg {
        height: 100% !important;
        width: 150vw !important;
        min-width: 150vw !important;
        background-size: cover !important;
        background-position: center center !important;
    }
	
}

@media (max-width:767px) {
	.configurator-img {
        height: 50vh !important;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }
}

._error {
    box-shadow: 0 0 5px red !important;
    border-color: red !important;
}

.step-send-form h3 {
    color: #4b695d;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    font-size: 30px;
    line-height: 20px;
}

@media (max-width: 767px) {
	.step-text {
		width: 100%;
		box-sizing: border-box;
	}
    .step-send-form h3 {
        font-weight: 700;
        padding: 3vh 15px;
        top: 16%;
        margin-top: 0;
        font-size: 2.5vh;
        line-height: 1.35em;
		width: 100%;
        box-sizing: border-box;
    }
	.opts-div {
        top: 11% !important;
        position: relative;
    }
	.descr-div {
		position: relative;
		top: 0;
		width: 100%;
		box-sizing: border-box;
	}
	.radiobutton-span, .checkbox-span {
        padding-top: 8px;
		padding-bottom: 8px;
      }
	.radiobutton-span input, .checkbox-span input, .radiobutton-span .radio-button, .checkbox-span .check-box {
        top: 4px;
    }
}

.step-send-form .opts-div {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 10%;
	flex-direction: column;
}

.opts-div-scroll.scroll-form, 
.opts-div-scroll.scroll-form > div {
    width: 100% !important; 
}



#calculateForm input, 
#calculateForm textarea {
    min-width: 100%; 
	width: 100%; 
	padding: 8px;
}

.step-send-form input,
.step-send-form textarea {
    font-size: 15px;
}

#calculateForm input,
#calculateForm textarea {
    font-family: inherit;
    font-size: 15px;
    line-height: 1;
    padding: 8px;
    height: auto;
}

#calculateForm textarea {
    resize: vertical;
}

.step-text.step5.stay-def .descr-div {
    display: none;
}

#config-preview-block{
    max-height: 10vh;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 5px;
}

#config-summary-list::-webkit-scrollbar {
    width: 12px;
}
#config-summary-list::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
#config-summary-list::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 3px;
}
#config-summary-list::-webkit-scrollbar-thumb:hover {
    background: #005746;
}


@media (min-width:768px) and (max-width:1199px) {
	.configurator-text {
	    height: 130%;
}
}

form#calculateForm {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}

.step-send-form p {
    font-size: 16px;
}
.descr-div-scroll p {
    font-size: 18px;
	line-height: 20px;
}

form#calculateForm button {
    font-size: 16px;
}