/*
Theme Name: TeplaKvartyra
Author: 1GogDesign
Author URI: https://1gog.kiev.ua/
Version: 999.9
Text Domain: twentysixteen
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
@font-face{
font-family:GothamPro;
src:url("fonts/GothamPro/GothamPro.eot");
src:url("fonts/GothamPro/GothamPro.eot?#iefix")format("embedded-opentype"),
	url("fonts/GothamPro/GothamPro.woff2") format("woff2"),
	url("fonts/GothamPro/GothamPro.woff") format("woff"),
	url("fonts/GothamPro/GothamPro.ttf") format("truetype");
font-weight:400;
font-display: swap;
}
@font-face{
font-family:GothamPro;
src:url("fonts/GothamPro/GothamProMedium.eot");
src:url("fonts/GothamPro/GothamProMedium.eot?#iefix")format("embedded-opentype"),
	url("fonts/GothamPro/GothamProMedium.woff2") format("woff2"),
	url("fonts/GothamPro/GothamProMedium.woff") format("woff"),
	url("fonts/GothamPro/GothamProMedium.ttf") format("truetype");
font-weight:500;
font-display: swap;
}
@font-face{
font-family:GothamPro;
src:url("fonts/GothamPro/GothamProBold.eot");
src:url("fonts/GothamPro/GothamProBold.eot?#iefix")format("embedded-opentype"),
	url("fonts/GothamPro/GothamProBold.woff2") format("woff2"),
	url("fonts/GothamPro/GothamProBold.woff") format("woff"),
	url("fonts/GothamPro/GothamProBold.ttf") format("truetype");
font-weight:700;
font-display: swap;
}


/*Scroll*/
* {
  scrollbar-width: thin;
  scrollbar-color: #C8D7E0 transparent;
}
*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: #C8D7E0;
  border-radius: 20px;
  border: 3px solid transparent;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before,
.menu-toggle:before,
.close-menu::before,
.faq-item-question:before,
.faq-item-button:before,
.faq-item-button.open-arrow:before,
.why-item-button:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #000;
	font-family: GothamPro, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 10px;
}

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

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

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

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

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

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

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

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #007acc;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

a:focus {
	outline: thin dotted;
}

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

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	/*display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	margin: 0.875em 0;*/
	width:250px;
	height:100%;
	top:0; 
	left:0;
	background:#fff;
	position: fixed;
	z-index:999;
	padding:10px;
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
overflow-y: auto;
}
.site-header-menu.menu-hide{
transform: translateX(-110%);
-webkit-transform: translateX(-110%);
-moz-transform: translateX(-110%);
-ms-transform: translateX(-110%);
-o-transform: translateX(-110%);
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
	}
.close-menu{
	text-align:right;
	}
.close-menu:before{
	position:relative;
	width:24px;
	height:24px;
	content: "\f405";
	font-size:24px;
	margin:0 0 0 auto;
	}


.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	border-top: 1px solid #00a2de;
	position: relative;
}

.main-navigation a {
	font-size:16px;
	line-height:1.1;
	color: #00a2de;
	display: block;
	padding: 5px 10px;
	text-transform:uppercase;
	font-weight:700;
	-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #00a2de;
	outline:0;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
	color: #00a2de;
}
.main-navigation li.current-menu-item span{
	font-size:16px;
	line-height:1.1;
	color: #47a54f;
	display: block;
	padding: 5px 10px;
	text-transform:uppercase;
	font-weight:700;	
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #00a2de;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #1a1a1a;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #007acc;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.site-footer .social-navigation {
	margin-bottom: 1.75em;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -0.4375em;
}

.social-navigation li {
	float: left;
	margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	color: #1a1a1a;
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
}

.social-navigation a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
	color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div + div {
	border-top: 4px solid #1a1a1a;
}

.pagination {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	border-top: 4px solid #1a1a1a;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/**
 * 11.0 - Content
 */

.site {
	background-color: #fff;
	max-width:2560px;
	margin:0 auto;
}
.home .site-inner {
    max-width: 2560px;
    padding: 0;
    width: 100%;
	height:auto;
}
.site-inner {
    margin: 0 auto;
    max-width: 2560px;
    position: relative;
    width: 100%;
	overflow:hidden;
	/*overflow:auto;*/
}
html, body {
    height: 100%;
}
/*.site {
	height:100%;
}*/
.site-inner {
	display: -webkit-box;
  	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	height:100%;
	clear:both;
	}
.site-content-wrap {
-webkit-flex:1 0 auto;
flex: 1 0 auto;
clear:both;
width:100%;
	}
.site-footer {
-webkit-flex:0 0 auto;
flex: 0 0 auto;
}
.site-content {
	word-wrap: break-word;
}
.home .site-content {
    margin: 0 auto;
    max-width: 2560px;
    padding: 0;
    position: relative;
}
.page-template-page-baner .site-content{
	padding: 0 0 0 0;
}
.site-content {
    margin: 0 auto 0 auto;
    max-width: 2560px;
    padding: 50px 0 0 0;
    /*max-width: 1470px;
    padding: 0 2.5455%;*/
    position: relative;
	width:100%;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	margin-bottom: 2em;
}

.site-main > :last-child {
	margin-bottom: 0;
}
.container-center {
    margin: 0 auto 0 auto;
    max-width: 1470px;
    padding: 0 2.5455%;
    position: relative;
	width:100%;
}
.container-center2 {
    margin: 0 auto 0 auto;
    max-width: 1470px;
    padding: 0 6%;
    position: relative;
	width:100%;
}
.paddingtopbottom{padding-top:20px;padding-bottom:20px;}
.paddingbottom{padding-bottom:20px;}
.paddingtop{padding-top:20px;}
.margintopbottom{margin:20px 0 20px 0;}
.marginbottom{margin-bottom:20px;}
.margintop{margin-top:20px;}
.marginbigbottom{margin-bottom:25px;}

.content-404 {max-width:700px; margin:0 auto;}
.txt1-404 {font-size:22px;margin:0 0 20px 0;text-align:center;}
.txt2-404 {font-size:28px; line-height:32px;margin:20px 0 10px 0;text-align:center;text-transform:uppercase;}
#wpcp-error-message{display:none}

.strong {
  font-weight: 700;
}
h2.green, .middle-single-content h2{
	font-size:22px;
	line-height:1.5;
	color:#47a54f;
	margin-bottom:10px;
}
.middle-single-content h3{
	font-size:20px;
	color:#47a54f;
	margin-bottom:10px;
}
.list-col h2.blue{
	font-size:24px;
	line-height:1.5;
	font-weight:700;
	text-transform:uppercase;
	color:#00a2de;
	margin-bottom:10px;
}

.page_contacts{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start;}
.page_contacts_left{width:100%;margin:0 0 20px 0;font-size:18px;}
.page_contacts_right{width:100%;min-height:400px;}
#map_canvas2{max-height:550px;}
.soc_contacts{margin:0 0 20px 0;clear:both;overflow:hidden;}
.soc_title{font-size:18px;font-weight:normal;margin:0 0 15px 0;}
.csoc .fb{
  height: 21px;
  width: 10px;
  background-image: url(images/icons.webp);
  background-position: 0 -90px;
}
.csoc .inst{
  height: 21px;
  width: 21px;
  background-image: url(images/icons.webp);
  background-position: 0 -44px;
}
.csoc .yt{
  height: 20px;
  width: 27px;
  background-image: url(images/icons.webp);
  background-position: 0 0;
}

.caddress{
    margin: 0 auto 20px auto;
    width: auto;
    padding: 0 0 0 27px;
    position: relative;
}
.caddress::before {
position:absolute;content:"";margin:auto;top:-4px;bottom:0;left:0;height:24px;width:17px;background-image:url(images/icons.webp);background-position:-1px -230px;
}

.cmail_wrap {
margin:0 0 20px 0;width:auto;padding:0 0 0 27px;position:relative;
}
.cmail_wrap a{ color:#474747;}
.cmail_wrap:before{position:absolute;content:"";margin:auto;top:2px;bottom:0;left:0;height:16px;width:20px;background-image:url(images/icons.png);background-position:-102px -210px;}

.cphone_wrap{margin:0 0 20px 0;width:auto;padding:0 0 0 27px;position:relative} 
.cphone{display:table;font-size:20px;line-height:22px;color:#000;white-space:nowrap;margin:0 0 20px 0;}
.cphone_wrap::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-image: url(images/icons.webp);
  background-position: 0 -185px;
}
.cphone a {color:#000;}
.form-title {
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
}
.callform{padding:15px 20px 20px 20px;background-color:#f8f1e1;}
.callform textarea{padding:8px 0.4375em;margin-bottom:10px; background:#fff;}
.callform input[type="submit"]{
width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0;
    background-color: #00a2de;
    padding: 12px 20px;
    border-radius: 0;
    margin: 0 auto 0 auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.callform input[type="submit"]:hover{
background-color:#7e7e7e;
color:#fff;
}
.callform input[type="text"], 
.callform form input[type="email"], 
.callform form input[type="url"], 
.callform form input[type="password"], 
.callform form input[type="search"], 
.callform form input[type="tel"], 
.callform form input[type="number"], 
.callform textarea {
    font-family: GothamPro;
    padding: 10px 10px;
    font-size: 16px;
    margin-bottom: 10px;
    border-radius: 0;
    border: 1px solid #c7c7c7;
    color: #545454;
    background: #e8e8e8;
    font-weight: 500 !important;
}
.page_contacts_right .mapframe,
.page_contacts_right .mapframe iframe,
.mapframe, .mapframe iframe{
	height:100%;
	min-height:100%;
	width:100%;
	margin-bottom:0;
	}

/*Search*/
.search-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
    clear: both;
}
.search-container .search-item {
    margin: 0 auto 30px auto;
    padding: 0;
    position: relative;
    width:100%;
}
.search_thumb{
	overflow:hidden;
	margin-bottom:10px;
}	
.search_thumb img{
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.search-item:hover .search_thumb img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	}
.fp-tableCell{
	 position:relative;
	 z-index:2
 }
.html.fp-enabled, .fp-enabled body{overflow:inherit !important;}
@media screen and (min-width:1280px){.html.fp-enabled, .fp-enabled body{overflow:hidden !important;}}
.baner-scroll-arrow{position:absolute;left:0;right:0;bottom:15px;display:block;width:36px;height:25px;margin:auto;cursor:pointer;overflow:hidden;z-index:100;}
.baner-scroll-arrow:focus{outline:0;}
@media screen and (min-height:568px){
.baner-scroll-arrow{bottom:20px;}
}
@media screen and (min-width:1400px) and (min-height:700px){
.baner-scroll-arrow{bottom:60px;}
}
.baner-scroll-arrow:hover .baner-scroll-arrow__icon--top{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.baner-scroll-arrow:hover .baner-scroll-arrow__icon--bottom{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
.baner-scroll-arrow__icon{position:absolute;left:0;right:0;width:100%;height:100%;margin:auto;background-image:url(images/arrow_down.png);background-size:24px;background-repeat:no-repeat;background-position:center;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}
.baner-scroll-arrow__icon--top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}

.baner-scroll-arrow__icon--bottom{
	-webkit-transform:translate3d(0,4px,0);transform:translate3d(0,4px,0);
	}
.baner-scroll-arrow__icon--bottom.vibro{
	-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);
	}


@media screen and (min-width:1400px) and (min-height:700px){
.baner-scroll-arrow{bottom:60px;}
.baner-scroll-arrow__icon{background-size:30px}
}
.bc {
  font-size: 12px;
  color: #47a54f;
  overflow: hidden;
}
.bc a {color: #3f3f3f;}
/*.wpsm-show{
	position:relative;
}
.wpsm-show:before{
	content:"";
	position:absolute;
	bottom:30px;
	left:0;
	width:100%;
	height:200px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
}*/
.slider{
	position:relative;
	}
.slide-item{
	height:100vh !important;
	height: calc(var(--vh, 1vh) * 100) !important;
	}
.slide-item{
background-size:cover !important;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
  position:relative;
}

.slick-slider {
    margin-bottom:0  !important;
}
.sliderbg{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	}
.intro{
	position: absolute;
	top:0;
	left:0;
	right:0;
    margin: 0 auto 0 auto;
    max-width: 1470px;
    padding: 50px 2% 0 2%;
	z-index:100;
	height:100%;
	}
.intro2{
	position: relative;
	top:0;
	left:0;
	right:0;
    margin: 0 auto 0 auto;
    max-width: 1470px;
    padding: 0 0;
	z-index:101;
	background: rgba(0,0,0,0.8);
	}
.intro a:focus, .intro2 a:focus{
	outline:none;
	}
.slide_content{
	position:relative;
	width:100%;
	height:100%;
	max-width:270px;
	margin:0 auto;
}

.slide_title{
	font-size:22px;
	line-height:1.1;
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
	background:rgba(0,162,222,0.8);
	padding:10px 15px;
	}
.slide_title span{
	display:block;
	font-size:16px;
	font-weight:400;
	margin-top:10px;
}
.slide-desc{
	display:table;
	font-size:14px;
	line-height:1.1;
	color:#fff;
	background:rgba(71,165,79,0.8);
	padding:10px 15px;
	margin:0;
	position:absolute;
	bottom:10%;
	width:100%;
	}

.slide-desc ul{
	margin:0;
	}
.slide-desc li{
	list-style:inside;
	list-style-type: square;
	margin-bottom:3px;
}
.slide-desc li::marker{
	padding:0;
	margin:0;
}
.slide-form{
	width:100%;
	max-width:360px;
	margin:0 auto 0 auto;
	background:rgba(0,0,0,0);
	padding:15px 25px;
}
.slide-form .form-title{font-size:22px;font-weight:700;line-height:30px;color:#fff;text-transform:uppercase;margin:0 0 20px 0;padding:0;position:relative;text-align:center;}
.calc-form .form-title{font-size:22px;font-weight:700;line-height:30px;color:#00a2de;text-transform:uppercase;margin:0 0 20px 0;padding:0;position:relative; text-align:center;}
.form-title p{
	margin:0;
}
.slide-form input[type="submit"],
.calc-form input[type="submit"]{
width: 100%;
padding: 15px 20px;
  font-size: 16px;
  font-weight:500;
  text-transform: uppercase;
  color: #fff;
  letter-spacing:0;
  background-color: #00a2de;
  padding: 12px 20px;
  border-radius:0;
  margin: 0 auto 0 auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;

}
.slide-form input[type="submit"]:hover,
.calc-form input[type="submit"]:hover{
background-color:#7e7e7e;
color:#fff;
}
.slide-form .wpcf7-form-control-wrap input,
.calc-form .wpcf7-form-control-wrap input {
    background:rgba(255,255,255,0.8);
    display: block;
    border: none;
}
.slide-form input[type="text"], 
.slide-form form input[type="email"], 
.slide-form form input[type="url"], 
.slide-form form input[type="password"], 
.slide-form form input[type="search"], 
.slide-form form input[type="tel"], 
.slide-form form input[type="number"], 
.slide-form textarea {
    font-family: GothamPro;
	padding: 10px 10px;
    font-size: 16px;
	margin-bottom:10px;
	border-radius:0;
	color:#545454;
	font-weight:500 !important;
}
.calc-form input[type="text"], 
.calc-form form input[type="email"], 
.calc-form form input[type="url"], 
.calc-form form input[type="password"], 
.calc-form form input[type="search"], 
.calc-form form input[type="tel"], 
.calc-form form input[type="number"], 
.calc-form textarea {
    font-family: GothamPro;
	padding: 10px 10px;
    font-size: 16px;
	margin-bottom:10px;
	border-radius:0;
	border:1px solid #c7c7c7;
	color:#545454;
	background:#e8e8e8;
	font-weight:500 !important;
}
select:focus, select:active{
	border:none;
}
.calc-form .select-css{
	border:1px solid #c7c7c7;
	background-color:#e8e8e8; 
}
.select-css {
	font-family: GothamPro;
	font-weight:400;
	color:#545454;
display: block; 
padding: 10px 10px;
width: 100%; 
box-sizing: border-box; 
margin-bottom:10px;
border: 0;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 background-color:rgba(255,255,255,0.8); 
background-image: url(images/arrow_down_forma.png); 
background-repeat: no-repeat, repeat;
background-position: right .7em top 50%, 0 0;
background-size: .75em auto, 100%; 
} 
.select-css::-ms-expand { display: none; } 
.select-css:hover { border-color: #888; } 
.select-css:focus { border-color: #aaa; 
 box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
 box-shadow: 0 0 0 3px -moz-mac-focusring; 
color: #222;
 outline: none; 
} 
 .select-css option { font-weight:normal;font-family:GothamPro;} 
 *[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css { 
background-position: left .7em top 50%, 0 0; 
padding: .6em .8em .5em 1.4em; 
}
.calc-form .form-container{
	padding:10px 20px;
}
.slide-form .req-val{
	font-size:12px;
	color:#fff;
}
.calc-form-call{
	font-size:22px;
	color:#535353;
	text-align:center;
}
.calc-form-call a{
	font-size:24px;
	color:#00a2de !important;
}

.wpcf7-not-valid-tip {
    font-size: 10px !important;
    line-height: 12px !important;
    position: relative !important;
    top: -8px !important;
}
.wpcf7-not-valid{
	background-color:#fde5e8 !important;
	}
.wpcf7 form.sent .wpcf7-response-output {
	display:block !important;
    border: none !important; 
	text-align:center;
	padding-top:120px !important;
	background-image:url(images/sendok.webp);
	background-repeat:no-repeat;
	background-position:top center;
	color:#fff;
}
.wpcf7 form .wpcf7-response-output{
	display:none !important;
	}
.sent .form-container{
	display:none;
	}

.why-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  height: 100%;
  background-color:#daeddc;
}
.why-content-left {
    width: 100%;
  }
.why-content-right {
    width: 0;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
 } 
.why-content-left-inner {
    width: 100%;
    padding:20px 0 10px 30px;
    margin: 0 0 0 auto;
}


.why-list-item{
  margin-bottom:30px;
  position: relative;
}
.why-item-answer{padding:5px 10px; margin-top:0;background:#efefef;position:relative; top:100%; width:100%;}
.why-item-button{
	position:absolute;
	top: calc(50% - 15px);
	right:20px;
	width:31px;
	height:31px;
	line-height:20px !important;
	border:1px solid #b3b3b3; border-radius:50%;
}
.why-list-item .why-item-button:after{position:absolute;content:"\f431";font-size:30px !important;color:#b3b3b3 !important;
top:-1px;left:0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.why-list-item.active .why-item-button:after{
	top:-1px;left:-1px;
	-webkit-transform: rotate(-180deg) !important;
	-moz-transform: rotate(-180deg) !important;
	-ms-transform: rotate(-180deg) !important;
	transform: rotate(-180deg) !important;}
.why-list-item:hover{
		cursor:pointer;
	}




.why-title{
	font-size:26px;
	font-weight:700;
	color:#47a54f;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:20px;	
}
.why-list-title{
	font-size:18px;
	font-weight:500;
	color:#47a54f;
	text-transform:uppercase;
	background:#fff;
	padding:7px 50px;
	position:relative;
}
.why-list-title:before{
	content:"";
	position:absolute;
	width:39px;
	height:29px;
	background-image:url(images/ok_aroow_icon.webp);
	top:6px;
	left:-14px;
}
/*.why-list-title:after{
	content:"";
	position:absolute;
	width:27px;
	height:27px;
	background-image:url(images/why_arrow_down.webp);
	top:8px;
	right:10px;
}*/
.videoitem{width:100%;margin:0 auto 0 auto; max-width:1170px; position:relative;}
.middle-single-content{width:100%;margin:0 auto 0 auto; max-width:1170px; position:relative;}
.faq-item-answer .middle-single-content{
max-width:1470px;
}
.faq-item-answer .container-center{
	padding:0;
}
.videoitem a{
	display:block;
	position:relative;
	}
.yt-button{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	height:50px;
	width:50px;
	z-index:1;
	}
.videobg{
opacity:0;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:2;
background:rgba(0,0,0,0.4);
-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}
.videoitem a:hover .videobg{
opacity:1;
}

.big-title{
	font-size:22px;
	line-height:1.2;
	font-weight:700;
	color:#00a2de;
	text-transform:uppercase;
	text-align:center;
	margin:30px 0 20px 0;
}
.big-title-single{
	font-size:22px;
	font-weight:700;
	color:#47a54f;
	text-transform:uppercase;
	text-align:center;
	margin:20px 0 20px 0;
}
.big-title-single img{
	position:relative;
	margin-right:10px;
	top:-3px;
}
.big-title-article{
	font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3f3f3f;
  margin:20px 0 40px 0;
}
.compare{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start;
}
/*.compare-wrap{
	width:50%;
}*/
.compare-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.compare-item{
	width:50%;
	margin-bottom:30px;
}
.price-param .calc-button{
	display:none;
}
.compare-item.item-formbutton{
	width:100%;
	display:block;
}
.compare-item.item-formbutton .calc-button{
	margin:0 auto;
}
.item-desc .calc-button{
	display:none;
}
/*.home .item-desc .calc-button{
	display:block;
}*/

.item-title__title{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start;
-webkit-align-items:center;
align-items:center;	
	position:relative;
	background-image:url(images/corner.webp);
	background-size:contain;
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#00a2de;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	min-height:150px;
}
.item-title__title span{
	max-width:10ch;
}
.item-desc-img img{max-height:150px;}
.item-title__title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
  background:#00a2de;
}
.item-title__title,.item-desc-img{
	margin-bottom:30px;
}
.item-title__param{
	min-height:50px;
	padding:0 5px;
}
.item-title__param .pimg{
	margin-left:0;
	position: absolute;
    bottom: 3px;
}
.item-title__param span{
	font-size:12px;
	position:relative;
	display:block;
	bottom:10px;
	left:25px;
	background:#ececec;
	padding:4px 5px;
	border:1px solid #d2d2d2;
	margin-left:3px;
}
.item-title__param span:before{
	position:absolute;
	content:"";
	background:url(images/corner.jpg);
	width:7px;
	height:8px;
	bottom:-8px;
	left:-1px;

}

.item-desc{text-align:center;}
.item-desc .item-title__param{border-left:1px solid #ccc;}
.item-desc-img{margin-left:30px;}
.item-titles .item-title__param{
	font-size:10px;
	color:#00a2de;
	font-weight:700;
	text-transform:uppercase;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start;
-webkit-align-items:center;
align-items:center;	
}
.item-desc .item-title__param{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:center;
justify-content:center;
-webkit-align-items:center;
align-items:center;	
position:relative;
}
.price-param{
	border-top:3px solid #ccc;
}
.item-desc .item-title__param{
	font-size:14px;	
}
.border-param{
border-bottom:1px solid #ccc;	
}
.item-desc .price-param{
	font-size:20px;
	font-weight:700;
}
.art-title{
	font-size:26px !important;
	text-transform:uppercase;
	font-weight:700;
	color:#00a2de !important;
	padding:0 0 0 40px;
	background-image:url(images/statya_icon.webp);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.art-home li{
	list-style:square;
	margin-bottom:5px;
	    color: #00a2de;
		-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}
.art-home li a{
	font-size:16px;
	color:#00a2de;
	text-decoration:underline;
	-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}
.art-home li:hover{
	color:#00a2de;
	text-decoration:underline;
}
.art-home li:hover > a{
	color:#00a2de;
}
.utpages{
	display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start;
}
.utpages-item{
	position:relative;
	width:90%;
	margin:0 auto 30px auto;	
}
.utpages-item-title{
	position:absolute;
	bottom:15px;
	left:20px;
	right:0;
	font-size:16px;
	line-height:1.1;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	padding:0;
	max-width:55%;
	z-index:10;
}
.utpages-item-bg{
	
}
.utpages-item-bg{
opacity:0;
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:2;
background:rgba(0,0,0,0.3);
-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}
.utpages-item a:hover .utpages-item-bg{
opacity:1;
}
.wpsm-show, .wpsm-hide{
	font-weight:500;
}
.calc-button{
	display:table;
	font-size:16px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
	background-color:#47a54f;
	padding:10px 20px;
	margin:20px auto 0 auto;
	-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}
.calc-button:hover{
background-color:#00a2de;
color:#fff;
}
.blue-button{
	display:table;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	background-color:#00a2de;
	padding:10px 20px;
	margin:20px auto 0 auto;
	-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}
.blue-button:hover{
background-color:#7e7e7e;
color:#fff;
}
.big-title-white{
	font-size:22px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	margin:20px 0 20px 0;
}
.steps-container{
	background:#7ec083;
	overflow:hidden;
}
.steps{
	display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start;
}
.step-item{
	width:100%;
	text-align:center;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:center;
justify-content:center;
-webkit-align-items:center;
align-items:center;
margin-bottom:20px;
}
.step-item-img{
	position:relative;
	margin-bottom:0;
	width:35%;
}
.step-item-img img{
	position:relative;
	z-index:2;
	max-width:100px;
}

.step-item-title{
	font-size:18px;
	line-height:1.1;
	color:#fff;
	text-transform:uppercase;
	font-weight:500;
	max-width:16ch;
	width:65%;
}

.list-col ul{
	overflow:hidden;
	margin-left:0;
}
.list-col{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start;
}
.list-col .col-left,
.list-col .col-right{
	width:100%;
	margin:0 auto 10px auto;
	list-style:none;
}
.list-col li a{
	color:#00a2de;
	text-transform:uppercase;
	-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}
.list-col li{
	margin-bottom:7px;
}
.list-col li:hover a{
	color:#47a54f;
}
.faq-wrap{
	width:100%;
}
.faq-item{color:#191919;margin-bottom:15px;position:relative}
.faq-item-question{font-size:18px; line-height:22px; padding:15px 50px 15px 20px;background:#dbeddd;position:relative}
.faq-item-answer{padding:10px 20px; margin-top:0;background:#efefef;}
.faq-item-button{
	position:absolute;
	top: calc(50% - 15px);
	right:20px;
	width:31px;
	height:31px;
	line-height:20px !important;
	border:1px solid #a8a8a8; border-radius:50%;
}
.faq-item .faq-item-button:before{position:absolute;content:"\f431";font-size:30px !important;color:#a8a8a8 !important;
top:-1px;left:0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.faq-item.active .faq-item-button:before{
	top:-1px;left:-1px;
	-webkit-transform: rotate(-180deg) !important;
	-moz-transform: rotate(-180deg) !important;
	-ms-transform: rotate(-180deg) !important;
	transform: rotate(-180deg) !important;}
	.faq-item:hover{
		cursor:pointer;
	}

/*Start Old site*/
.nf-content{max-width:1170px;margin:10px auto 10px auto;padding-bottom:10px;text-align:justify;}
.nf-content2{max-width:1170px;margin:0 auto 0 auto;padding-bottom:0;text-align:justify;}
.f-content{margin:10px auto 10px auto;padding:0 0 0 10px;text-align:justify;}
.nf-content img,.f-content img{width:680px;}
.page-item-content{text-align:justify;}
.info-green{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:16px;line-height:20px;position:relative;max-width:750px;margin:20px auto 40px auto;padding:15px 15px 15px 30px;border:1px solid #2d9440;min-height:75px;}
.info-green a,
.info-red a{color:#0089cf;text-decoration:underline;}
.info-green span,
.info-red span{color:#0089cf;}
.info-green:before{position:absolute;content:"";background-image:url(images/icons.png);background-position:-39px -93px;width:36px;height:36px;top:calc(50% - 18px);left:-18px;z-index:2;}
.info-green:after,
.info-red:after{position:absolute;content:"";background-color:#fff;width:36px;height:40px;top:calc(50% - 20px);left:-18px;z-index:1;}
.info-red{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:16px;line-height:20px;position:relative;max-width:750px;margin:20px auto 20px auto;padding:15px 15px 15px 30px;border:1px solid #a2072b;min-height:75px;}
.info-red:before{position:absolute;content:"";background-image:url(images/icons.png);background-position:-96px -93px;width:36px;height:36px;top:calc(50% - 18px);left:-18px;z-index:2;}
.stage{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start;}
.stage-item{width:48%;margin:0 1% 20px 1%;}
.stage-item-img{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:150px;position:relative;margin-bottom:5px;text-align:center;overflow:visible;z-index:1;}
.stage-item-img img{display:block;height:auto;margin:auto;max-height:150px;max-width:100%;width:auto;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}
.stage-item:hover .stage-item-img img{-moz-transform:scale(1.05);-ms-transform:scale(1.05);-webkit-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}
.stage-item-name{font-size:14px;line-height:18px;text-transform:uppercase;color:#3f3f3f;text-align:center;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}
.num-stage:before{position:absolute;content:"";width:41px;height:41px;top:0;right:10px;z-index:2;}
.stage-item:hover .stage-item-name{color:#0089cf;}
.stage-item:nth-child(1) .stage-item-img:before{background-image:url(images/icons2.png);background-position:0 0;}
.stage-item:nth-child(2) .stage-item-img:before{background-image:url(images/icons2.png);background-position:0 -46px;}
.stage-item:nth-child(3) .stage-item-img:before{background-image:url(images/icons2.png);background-position:0 -92px;}
.stage-item:nth-child(4) .stage-item-img:before{background-image:url(images/icons2.png);background-position:0 -138px;}
.stage-item:nth-child(5) .stage-item-img:before{background-image:url(images/icons2.png);background-position:0 -184px;}
.stage-item:nth-child(6) .stage-item-img:before{background-image:url(images/icons2.png);background-position:0 -230px;}
.stage-item:nth-child(7) .stage-item-img:before{background-image:url(images/icons2.png);background-position:0 -276px;}
.stage-item:nth-child(8) .stage-item-img:before{background-image:url(images/icons2.png);background-position:0 -322px;}
.stage-item:nth-child(9) .stage-item-img:before{background-image:url(images/icons2.png);background-position:0 -368px;}
.stage-item:nth-child(10) .stage-item-img:before{background-image:url(images/icons2.png);background-position:0 -414px;}
.np:nth-child(1) .stage-item-img:before{background-image:url(images/icons22.png);background-position:0 0;}
.np:nth-child(2) .stage-item-img:before{background-image:url(images/icons22.png);background-position:0 -46px;}
.np:nth-child(3) .stage-item-img:before{background-image:url(images/icons22.png);background-position:0 -92px;}
.np:nth-child(4) .stage-item-img:before{background-image:url(images/icons22.png);background-position:0 -138px;}
.np:nth-child(5) .stage-item-img:before{background-image:url(images/icons22.png);background-position:0 -184px;}
.np:nth-child(6) .stage-item-img:before{background-image:url(images/icons22.png);background-position:0 -230px;}
.np:nth-child(7) .stage-item-img:before{background-image:url(images/icons22.png);background-position:0 -276px;}
.np:nth-child(8) .stage-item-img:before{background-image:url(images/icons22.png);background-position:0 -322px;}
.np:nth-child(9) .stage-item-img:before{background-image:url(images/icons22.png);background-position:0 -368px;}
.np:nth-child(10) .stage-item-img:before{background-image:url(images/icons22.png);background-position:0 -414px;}
.art-container{max-width:950px;margin:20px auto 20px auto;padding-bottom:20px;padding:0 10px;}
.art-container-title{color:#3f3f3f;font-size:20px;text-transform:uppercase;margin-bottom:10px;}
.pop-art{max-width:750px;margin:0 auto 0 auto;}
.art-item{width:100%;}
.pop-art li{margin:0 0 0 15px;}
.art-item a{font-size:18px;color:#0089cf;text-decoration:underline;}
.pop-art2{
	display: -webkit-box;
  	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
width:100%;margin:0 auto 0 auto;}
.art-item2{width:98%; margin:0 1% 10px 1%;border:1px solid #ccc; min-height:50px; padding:10px;}
.art-item2 a{font-size:18px;color:#0089cf;text-decoration:underline; display:block; width:100%; height:100%;}
.art-item2 a:hover,.art-item a:hover{color:#2d9440;}

.container-beige{background:#f8f1e1;padding:20px 0 20px 0;margin-bottom:20px;}
.h-green{color:#2d9440;text-transform:uppercase;}
.h-red{color:#a2072b;text-transform:uppercase;}
.container-green{background:#d5ead9;padding:20px 0 20px 0;margin-bottom:20px;}
.li-green ul, .li-red ul{margin:0 0 10px 0;}
.li-green li, .li-red li{font-size:18px;line-height:20px;list-style:none;padding:0 0 0 12px;margin-bottom:5px;position:relative;}
.li-green li:before{position:absolute;content:"";width:6px;height:6px;background:#2d9440;top:10px;left:0;border-radius:50%}
.li-red li:before{position:absolute;content:"";width:6px;height:6px;background:#a2072b;top:10px;left:0;border-radius:50%}
.reditem{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;margin:20px auto 30px auto;padding-bottom:10px;border-bottom:2px solid #cce7f5;}
.reditemnb{border-bottom:none !important;}
.reditem-left{width:auto;margin:0 auto 0 auto;}
.reditem-right{width:100%;}
.reditem-img{padding:0 0 0 30px;position:relative;}
.reditem-img:before{position:absolute;content:"";width:41px;height:41px;top:0;left:0;z-index:2;}
.rnum1:before{background-image:url(images/icons22.png);background-position:0 0;}
.rnum2:before{background-image:url(images/icons22.png);background-position:0 -46px;}
.rnum3:before{background-image:url(images/icons22.png);background-position:0 -92px;}
.rnum4:before{background-image:url(images/icons22.png);background-position:0 -138px;}
.rnum5:before{background-image:url(images/icons22.png);background-position:0 -184px;}
.rnum6:before{background-image:url(images/icons22.png);background-position:0 -230px;}
.rnum7:before{background-image:url(images/icons22.png);background-position:0 -276px;}
.rnum8:before{background-image:url(images/icons22.png);background-position:0 -322px;}
.rnum9:before{background-image:url(images/icons22.png);background-position:0 -368px;}
.rnum10:before{background-image:url(images/icons22.png);background-position:0 -414px;}
.blueitem{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;margin:20px auto 30px auto;}
.blueitemnb{border-bottom:none !important;}
.blueitem-left{width:auto;margin:0 auto 0 auto;}
.blueitem-right{width:100%;}
.blueitem-img{padding:0 0 0 30px;position:relative;}
.blueitem-img:before{position:absolute;content:"";width:41px;height:41px;top:0;left:0;z-index:2;}
.imgitem-container{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between;}
.imgitem{width:27%;margin:0 auto 20px auto;}
.blueitem-img2{padding:50px 0 0 0;position:relative;}
.blueitem-img2:before{position:absolute;content:"";width:41px;height:41px;top:0;left:0;z-index:2;}
.blueitem-img2 img{border:1px solid #0089cf;}
.bnum1:before{background-image:url(images/icons2.png);background-position:0 0;}
.bnum2:before{background-image:url(images/icons2.png);background-position:0 -46px;}
.bnum3:before{background-image:url(images/icons2.png);background-position:0 -92px;}
.bnum4:before{background-image:url(images/icons2.png);background-position:0 -138px;}
.bnum5:before{background-image:url(images/icons2.png);background-position:0 -184px;}
.bnum6:before{background-image:url(images/icons2.png);background-position:0 -230px;}
.bnum7:before{background-image:url(images/icons2.png);background-position:0 -276px;}
.bnum8:before{background-image:url(images/icons2.png);background-position:0 -322px;}
.bnum9:before{background-image:url(images/icons2.png);background-position:0 -368px;}
.bnum10:before{background-image:url(images/icons2.png);background-position:0 -414px;}
.gallery-icons{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;justify-content:center;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;}
.gallery-icon-item{margin:0 auto 40px auto; position:relative; width:90%;}
.gallery-icon-item:hover .videobg{
	opacity:1;
}
.gal-content{
	position:absolute;
	z-index:3;
	top:30%;
	left:0; right:0;
	margin:auto;
}
.gallery-container{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.gallery-left{width:100%;margin:0 0 10px 0;}
.gallery-right{width:100%;padding:0 0;}
.galphoto, .galvideo {display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start;}
.photoitem{margin:0 1% 20px 1%; width:48%}
.gal-icon{width:100%;text-align:center;margin-bottom:20px; text-decoration:none;}
.gal-icon-name{font-size:22px;line-height:1.4;font-weight:700;color:#fff;text-align:center;text-transform:uppercase;}
.singlephotoitem{width:48%;margin:0 1% 30px 1%;}
.photoitem-name{font-size:16px;text-transform:uppercase;text-align:center;margin-top:10px;}
.singlevideoitem{width:98%;margin:0 1% 30px 1%; position:relative;}
.singlevideoitem a{ display:block;}
.singlevideoitem a:focus{outline:0;}
.portfolio_content{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;padding-bottom:20px;width:100%;}
.article_item{width:98%;margin:0 1% 30px 1%;}
.art_img{overflow:hidden;margin-bottom:10px;}
.art_img img{-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
.article_item:hover .art_img img{-moz-transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
.article_title{margin-bottom:10px; line-height:1.2; font-weight:500;}
.article_title a{font-size:20px;font-weight:500;color:#231f20;}
.post-rating {position:relative;right:0; margin:0 0 0 auto}
.vote-block {
  display:table;
  overflow: hidden;
  margin: 0 0 0 auto;
  padding-bottom: 20px;
  vertical-align: middle;
  position: relative;
}
.vote-block .rating-info {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: #000;
  font-family: georgia, serif;
}
.vote-block span.rating-text {
  font-size: 14px;
  line-height:16px;
  color: #000;
  display: block;
  float: left;
}
.vote-block .rating {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
  width: 80px;
  height: 15px;
  float: left;
  vertical-align: middle;
}
.vote-block .rating:hover li {
  background-image: url(images/star.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .vote-block .rating:hover li {
    background-image: url(images/star@2x.png);
    background-size: 16px 45px !important;
  }
}
.vote-block .rating li {
  display: block;
  width: 16px;
  height: 15px;
  float: right;
  text-indent: -9999px;
  cursor: pointer;
}
.vote-block .rating li:hover,
.vote-block .rating li:hover ~ li {
  background-position: 0 -15px;
}
.vote-block.disabled .rating li.current {
  display: block;
  z-index: 10;
}
.vote-block .rating li.active,
.vote-block .rating li.active ~ li {
  background-position: 0 -30px;
}
.vote-block li.current {
  display: none;
}
.vote-block ol.show-current {
  position: relative;
}
.vote-block ol.show-current li {
  cursor: default;
  z-index: 2;
  position: relative;
}
.vote-block ol.show-current li.current {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 1;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-image: url(images/star.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .vote-block ol.show-current li.current {
    background-image: url(images/star@2x.png);
    background-size: 16px 45px !important;
  }
}
.vote-block ol.show-current li.current span {
  display: block;
  height: 20px;
  width: 0;
  background: inherit;
  background-position: 0 -30px;
}

.li-white li {
    font-size: 18px;
    line-height: 20px;
    list-style: none;
    padding: 0 0 0 12px;
    margin-bottom: 5px;
    position: relative;
}
.li-white li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    top: 8px;
    left: 0;
    border-radius: 50%;
}
/*.price-container{
	display: -webkit-box;
  	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	}
.price-item{
	background:#edbe86;
	width:100%;
	margin:0 auto 40px auto;
	border:1px solid #000
	}
.price-item-name{
	background:#a2072b;
	color:#fff;
	font-size:22px;
	line-height:24px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	padding:20px;
	}
.price-top{
	background:#52b4e3;
	color:#fff;
	font-size:18px;
	line-height:24px;
	padding:20px 15px;
	min-height:65px;
	}
.price-top .strong{
font-size:22px;	
	}
.price-item ul{
	margin:0;
	}
.price-mat{
	background:#90c0a8;
	color:#fff;
	font-size:18px;
	line-height:22px;
	padding:20px;
	min-height:245px;
	text-align:left;
	}
.price-mat span.strong2,
.price-work span.strong2{
	display:block;
	color:#fff;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
	}
.price-work{
	background:#edbe86;
	color:#fff;
	font-size:16px;
	line-height:18px;
	padding:20px 20px 10px 20px;
	text-align:left;
	}*/
.price-bottom .strong{
	text-transform:uppercase;
	font-size:18px;
	color:#47a54f;
	}
.price-bottom li{
	position:relative;
	list-style:none;
	padding:0 0 0 25px;
	margin-bottom:5px;
	}
.price-bottom li:before{
	position:absolute;
	content:"";
	background:url(images/li2.png) no-repeat;
	width:23px;
	height:23px;
	top:-2px;
	left:0
	}
/*End Old Site*/

/*.price-title{
	font-size:22px;
	font-weight:500;
	text-transform:uppercase;
	color:#00a2de;
	text-align:center;
}
.price-addtitle{
	font-size:22px;
	font-weight:500;
	text-transform:uppercase;
	color:#47a54f;
	text-align:center;
}
.price-table{
margin:20px 5px 0 5px;
box-shadow:0 0 15px rgba(0,0,0,0.3);
}
.price-table-row{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start;
}
.price-table-row ul{
	margin:0 0 10px 15px;
	width:100%;
	font-weight:500;
}
.price-table-row li{
	list-style:square;
}
.price-table-row small{
	display:block;
	line-height:1.2;
	font-size:14px;
	width:100%;
}
.price-table-row-title{
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	background-color:#ccecf8;
	padding:10px 10px;
}
.price-table .price-table-row:nth-of-type(3),
.price-table .price-table-row:nth-of-type(5),
.price-table .price-table-row:nth-of-type(7){
	display:none;
}
.price-table-row-value{
	font-size:16px;
	padding:3px 10px;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:center;
justify-content:center;
-webkit-align-items:center;
align-items:center;
}
.price-table-row-value.col1{
-webkit-justify-content:flex-start;
justify-content:flex-start;
}
.col1{width:44%;}
.col2{width:13%;text-align:center;}
.col3{width:13%;text-align:center;}
.col4{width:15%;text-align:center;}
.col5{width:15%;text-align:center;}

.price-table-row-value.col1,
.price-table-row-value.col2,
.price-table-row-value.col3,
.price-table-row-value.col4{
border-right:1px solid #00a2de
}
.price-table .price-table-row.row-value:nth-of-type(4),
.price-table .price-table-row.row-value:nth-of-type(8){
	background:#f0f0f0;
}
.price-calc-button{
	display:table;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	background-color:#00a2de;
	padding:5px 20px;
	margin:0 auto 0 auto;
	-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}
.price-calc-button:hover{
background-color:#7e7e7e;
color:#fff;
}*/

.price-title{
	font-size:22px;
	font-weight:500;
	text-transform:uppercase;
	color:#00a2de;
	text-align:center;
}
.price-addtitle{
	font-size:22px;
	font-weight:500;
	text-transform:uppercase;
	color:#47a54f;
	text-align:center;
}
.price-table{
margin:20px 5px 0 5px;

}
.price-table-item{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start;
margin-bottom:30px;
box-shadow:0 0 15px rgba(0,0,0,0.3);
}
.price-table-row{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:center;
justify-content:center;
-webkit-align-items:baseline;
align-items:baseline;	
}
.table-row-1 .price-table-row{
-webkit-align-items:baseline;
align-items: baseline;	
}
.price-table-row ul{
	margin:0 0 10px 15px;
	width:100%;
	font-weight:500;
}
.price-table-row li{
	list-style:square;
}
.price-table-row small{
	display:block;
	line-height:1.2;
	font-size:14px;
	width:100%;
}
.price-table-row-title{
	font-size:10px;
	text-align:center;
	text-transform:uppercase;
	background-color:#ccecf8;
	padding:10px 5px;
	align-self: flex-start;
	width:100%;
	position:relative;
}

.price-table-row-value{
	font-size:16px;
	padding:3px 10px;
	line-height:1.2;
}
.col1{width:100%;}
.col2{width:50%;text-align:center;}
.col3{width:50%;text-align:center;}
.col4{width:50%;text-align:center;}
.col5{width:50%;text-align:center;}


.col2,
.col4{
border-right:1px solid #00a2de
}
.col2 .price-table-row-title:before,
.col4 .price-table-row-title:before{
	position:absolute;
	content:"";
	top:0;
	right:-1px;
	width:3px;
	height:100%;
	background:#ccecf8;
	z-index:2;	
}

.price-table-item.table-row-2,
.price-table-item.table-row-4{
 background: #f0f0f0;
}




.price-calc-button{
	display:table;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
	background-color:#00a2de;
	padding:5px 20px;
	margin:10px auto 10px auto;
	-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}
.price-calc-button:hover{
background-color:#7e7e7e;
color:#fff;
}

/**
 * 11.1 - Header
 */

.site-header {
padding: 0;
  position: absolute;
  z-index: 999;
  width: 100%;
  background-color:#fff;
}

.site-header-main {
    margin: 0 auto;
    max-width: 1470px;
    padding: 0 2.5455%;
    position: relative;
}

.site-branding {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items:center;
	align-items:center;	
	position:relative;
	padding:0 0;
	border-bottom:2px solid #00a2de;
	}
.logo{
	margin:0 auto 0 0;
	max-width:110px;
}
.logo a:focus{
	outline:0;
}
.hsoc.desktop, 
.rejim_wrap.desktop,
.language.desktop{display:none;}
.footerlang {
	margin: 0 0 0 auto;
}
.footerlang .wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
    color: #fff !important;
	border: 1px solid #fff;
}
.footerlang .language a{font-size: 12px}.footerlang .wpml-ls-legacy-list-horizontal a{padding: 5px 4px 4px;}
.site-header-menu .rejim_wrap{
	color:#00a2de;
	margin:20px 0 20px 0;
}
.site-header-menu .hsoc{
	overflow:hidden;
	margin-bottom:20px;
}

.fb, .inst, .yt{margin:0 15px 0 0;}
.fb, .inst, .yt{position:relative;float:left;}
.inst {width:21px;height:21px;}
.fb {width:10px;height:21px;}
.yt {width:27px;height:21px;}
.fb div.top {background-image:url(images/icons.webp);width:10px;height:21px;background-position:-14px -90px;}
.fb div.bottom {background-image:url(images/icons.webp);width:10px;height:21px;background-position:0 -90px;}
.inst div.top {background-image:url(images/icons.webp);width:21px;height:21px;background-position:0 -67px;}
.inst div.bottom {background-image:url(images/icons.webp);width:21px;height:21px;background-position:0 -44px;}
.yt div.top {background-image:url(images/icons.webp);width:27px;height:21px;background-position:0 -21px;}
.yt div.bottom {background-image:url(images/icons.webp);width:27px;height:21px;background-position:0 1px;}
.fb div, .inst div, .yt div{position:absolute;left:0;top:0;-webkit-transition:opacity 0.5s ease-in-out;-moz-transition:opacity 0.5s ease-in-out;-o-transition:opacity 0.5s ease-in-out;transition:opacity 0.5s ease-in-out;}
.fb div.bottom, .inst div.bottom, .yt div.bottom{opacity:0;}
.fb:hover div.bottom, .inst:hover div.bottom, .yt:hover div.bottom{opacity:1;}
.fb:hover div.top, .inst:hover div.top, .yt:hover div.top{opacity:0;}

.site-header-menu .hsoc.mob {
    margin-bottom: 30px;
}
.mob .fb, .mob .inst, .mob .yt{margin:0 45px 0 0;}
.mob .fb div.top {background-image:url(images/icons.webp);width:10px;height:21px;background-position:0 -90px;}
.mob .fb div.bottom {background-image:url(images/icons.webp);width:10px;height:21px;background-position:0 -90px;}
.mob .inst div.top {background-image:url(images/icons.webp);width:21px;height:21px;background-position:0 -44px;}
.mob .inst div.bottom {background-image:url(images/icons.webp);width:21px;height:21px;background-position:0 -44px;}
.mob .yt div.top {background-image:url(images/icons.webp);width:27px;height:21px;background-position:0 1px;}
.mob .yt div.bottom {background-image:url(images/icons.webp);width:27px;height:21px;background-position:0 1px;}

.hphone_wrap{margin:0 auto 0 auto;width:auto;padding:0 0 0 25px;position:relative} 
.hphone{display:table;font-size:16px;line-height:24px;color:#000;white-space:nowrap;margin:0 auto; font-weight:500;}
.hphone_wrap:before{position:absolute;content:"";margin:auto;top:0;bottom:0;left:0;height:21px;width:21px;background-image:url(images/icons.webp);
background-position:0 -185px;}
.hphone a {color:#353535;}

.rejim_wrap{margin:0 auto 0 auto;width:auto;padding:0 0 0 30px;position:relative; color:#fff;} 
.rejim_wrap:before{position:absolute;content:"";margin:auto;top:0;bottom:0;left:0;height:20px;width:20px;background-image:url(images/icons.webp);background-position:-1px -208px;}


.menu-toggle:before{color:#fff;content:"\f419";line-height:20px;width:20px;font-size:20px;font-weight:normal;position:relative;}
.menu-toggle{background:#00a2de;font-size:18px;margin:5px 0 5px auto;padding:5px 6px 5px 6px;line-height:18px;border-radius:0;}
.menu-toggle:hover{background:#00a2de;color:#fff;}
.menu-toggle:hover:before{color:#fff;}
.no-js .menu-toggle{display:none;}
#menu-toggle.toggled-on:before{content:"\f405";font-size:42px;position:relative;top:1px;left:-13px;color:#fff;}
.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus{background-color:transparent;border-color:#fff;color:#fff;}
.menu-toggle:focus{outline:0;background-color:#00a2de;}
.menu-toggle.toggled-on:focus{background-color:#00a2de;}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	margin-right: 7.6923%;
	margin-left: 7.6923%;
}

.entry-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
}

.entry-title a {
	color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #007acc;
}

.post-thumbnail {
	display: block;
	margin: 0 7.6923% 1.75em;
}

.post-thumbnail img {
	display: block;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	border-top: 4px solid #1a1a1a;
	margin: 0 7.6923% 3.5em;
	padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #007acc;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #1a1a1a;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}


/**
 * 11.5 - Sidebar
 */

.sidebar {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}


/**
 * 11.6 - Footer
 */

.site-footer {
	position:relative;
	width:100%;
	overflow:hidden;
}

.site-info {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
    margin: 0 auto;
    max-width: 1470px;
    padding: 0; 
    width: 100%;
}
.footer-left{
	width:100%;
	background:#00a2de;
	position:relative;
	padding:40px 30px 30px 30px;
	order:3;
}
.footer-left::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
  background: #00a2de;
}
.footer-left::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  background: #00a2de;
}
.footer-center{
	width:100%;
	order:2;
}
.mapframe iframe{
	min-height:350px;
}
.footer-right{
	width:100%;
	background:#47a54f;
	position:relative;
	padding:40px 0 40px 30px;
	order:1;
}
.footer-right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  background:#47a54f;
}
.footer-right::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
  background:#47a54f;
}
.footer-logo{
	margin-bottom:20px;
	display:none
}
.fcn{
font-size:20px;line-height:24px; font-weight:700;color:#fff;	
margin:0 0 20px 0;padding:0 0 0 30px;position:relative
}
.faddress {
	display:inherit;
	position:relative;
    font-size: 18px;
    line-height: 20px;
	color:#fff;
	padding:0 0 0 30px;
	margin:0 0 20px 0;
    overflow: hidden;
	white-space: nowrap;
}
.faddress:before {
position:absolute;
content:"";
width: 15px;
height: 24px;
background-image: url(images/icons.webp);
background-position: 0 -159px;
top:6px;
left:4px;
}
.fphone_wrap{margin:0 0 20px 0;padding:0 0 0 30px;position:relative} 
.fphone_wrap::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-image: url(images/icons.webp);
  background-position: 0 -113px;
}
.fphone{display:table;font-size:22px;line-height:26px; font-weight:700;color:#fff;white-space:nowrap;margin:0;}
.fphone_wrap a{color:#fff;}
.frejim{
	display:inherit;
	position:relative;
    font-size: 18px;
    line-height: 20px;
	color:#fff;
	padding:0 0 0 30px;
	margin:0 0 20px 0;
    overflow: hidden;
	white-space: nowrap;
}
.frejim:before {
position:absolute;
content:"";
width: 21px;
height: 21px;
background-image: url(images/icons.webp);
background-position: 0 -136px;
top:10px;
left:0;
}
.frejim span{
	font-weight:700;
}
.fsoc {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items:flex-start;
	align-items:flex-start;
	margin-left:30px;
	}
.footer-menu{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start;
}
.fmenu1{
	width:100%;
}
.fmenu2{
	width:100%;
}
.fmenu ul {
	margin:0 0 0 0;
	}
.fmenu li {
	list-style:none;
	line-height:24px;
	margin-bottom:7px;
	}
.fmenu li a {
	font-size:14px;
	color:#fff;
	padding:5px 2px;
	text-transform:lowercase;
	-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
	}
.fmenu li:hover > a,
.fmenu li.current-menu-item a{
	color:#00a2de;
	background:#fff;
	}
.fmenu li.current-menu-item span{
	font-size:14px;
	color:#00a2de;
	background:#fff;
	padding:5px 2px;
	}
.tm {
	position:absolute;
	bottom:20px;
	left:30px;
	display:none;
}
.tm2 {
	position:relative;
	display:block;
	margin-top:30px;
}
.copyright {
  font-size: 12px;
  color: #000;
  margin: 8px auto 0 0;
}
.allrights {
  color: #000;
  line-height: 12px;
  font-size: 12px;
  margin: 10px 0 0 0px;
}
.allrights a {
  color: #000;
}
.allrights img {
  position: relative;
  top: -5px;
}

.scrollTop{background:url(images/up_arrow.png) no-repeat;background-size:cover;display:block;width:32px;height:33px;position:fixed;bottom:10px;right:10px;z-index:2000;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;opacity:1}
.scrollTop:hover{opacity:0.8;}

/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
/*@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}*/
@media (min-height: 480px) and (orientation: portrait) {
/*.slide_title {
    padding: 15px 15px;
}*/
.slide-item {
  height: 60vh !important;
  height: calc(var(--vh, 1vh) * 60) !important;
}
.page-id-2580 .slide-item {
  background-position: 42% center;
}
}
@media (min-height: 1024px) and (orientation: portrait) {
.slide_content {
    top: 10% !important;
    left: 12%;
}

}
@media (min-width: 480px) and (orientation: landscape) {
.slide_content {margin: 0 auto 0 0;}
.slide-desc {position: relative;bottom: 0;}
}
@media screen and (min-width:375px){
.price-table-row-title {font-size: 12px;}
}
@media screen and (min-width:414px){
.price-table-row-title {font-size: 13px;}
}
@media screen and (min-width:480px){
.search-container .search-item {
    margin: 0 2% 30px 2%;
    width:29%;
}
table.price th{font-size:12px;}
.stage-item-img{min-height:160px;}
.stage-item-img img{max-height:160px;}
table.price{
font-size:14px;
line-height:18px;
}
table.price th{
font-size:14px;
}
.item-titles .item-title__param{font-size:12px;}
.item-title__title {font-size:22px;}
.videoitem{width:90%;}
.slide_title {font-size: 26px;}
}
@media screen and (min-width:568px){
.search-container .search-item {
    margin: 0 1% 30px 1%;
    width:48%;
}
.article_item{width:48%;}
.singlevideoitem{width:48%;}
.item-titles .item-title__param {font-size: 14px;}
.item-desc .item-title__param {font-size: 16px;}
.utpages-item{
width:31%;
margin:0 1% 0 1%;	
}
.utpages-item-title{font-size:14px;max-width: 80%;}
.footer-center{width:45%;}
.footer-right{width:55%;}
.footer-right::after {
    width:0;
    background: transparent;
}
.fmenu ul {margin:0 20px 0 0;}
.fmenu1{width:55%;}
.fmenu2{width:45%;}
.fmenu li a {font-size:14px;}
.fmenu li.current-menu-item span{font-size:14px;}
.gallery-icon-item{margin:0 auto 40px auto; width:46%;}
}
@media screen and (min-width:667px){
.item-title__title{font-size:30px;min-height:250px;}
.item-desc-img img{max-height:250px;}
.item-titles .item-title__param {font-size: 16px;}
.footer-center{width:50%;}
.footer-right{width:50%;}
.intro {padding: 60px 2% 0 2%;}
}
@media screen and (min-width:736px){
.page_contacts_left{width:48%;margin:0 4% 0 0;font-size:18px;}
.page_contacts_right{width:48%;}
table.price{
font-size:16px;
line-height:20px;
}
table.price th{
font-size:16px;
}
table.price td,table.price th{
padding:5px 5px;
}
.info-green:before{background-position:-60px -129px;width:51px;height:51px;top:calc(50% - 24px);left:-26px;}
.info-green:after,
.info-red:after{width:51px;height:60px;top:calc(50% - 30px);left:-26px;}
.info-green{font-size:18px;line-height:22px;margin:20px auto 40px auto;padding:15px 15px 15px 45px;}
.info-red:before{background-position:0 -129px;width:53px;height:53px;top:calc(50% - 25px);left:-27px;}
.info-red{font-size:18px;line-height:22px;padding:15px 15px 15px 45px;}
.stage-item{width:23%;}
.stage-item-img{min-height:150px;}
.stage-item-img img{max-height:150px;}
.gallery-right{padding:0 0;}
.photoitem{width:31%}
.blueitem-left{width:35%;margin:0 3% 0 0;}
.blueitem-right{width:62%;}
.reditem-left{width:35%;margin:0 3% 0 0;}
.reditem-right{width:62%;}
.singlephotoitem{width:23%;margin:0 1% 30px 1%;}
.utpages-item-title{max-width: 55%;}

.step-item{width:20%;margin-bottom:0;
-webkit-align-items:flex-start;
align-items:flex-start;	
}
.step-item-img{
	position:relative;
	margin-bottom:20px;
	width:100%;
}
.step-item-img:after{
	position:absolute;
	content:"";
	width:50%;
	height:4px;
	top:50%;
	right:0;
	border-bottom:4px dotted #fff;
}
.step-item-img:before{
	position:absolute;
	content:"";
	width:50%;
	height:4px;
	top:50%;
	left:-4px;
	border-bottom:4px dotted #fff;
}
.step-item:first-child .step-item-img:before,
.step-item:last-child .step-item-img:after{
	display:none;
}
.step-item-title{font-size:14px;width:100%;}
.list-col .col-left,
.list-col .col-right{width:46%;margin:0 auto 10px auto;}
.intro {padding: 70px 2% 0 2%;}
}
/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
.footer_left1 {
width:auto;
text-align:left;
margin-bottom:0;
}
.contacts-left {
	width:50%;
	padding-right:10px;
	}
.contacts-right {
	width:50%;
	}
.scrollTop{width:48px;height:48px;}
	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		top: 46px;
	}

	body:not(.custom-background-image):after {
		bottom: 0;
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}

	.header-image {
		margin: 1.3125em 0;
	}

	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-main > article {
		margin-bottom: 5.25em;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 23.0769%;
	}

	.entry-title {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-bottom: 0.8484848485em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		margin-left: -1.473684211em;
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}

	.comment-list .children > li {
		padding-left: 1.75em;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}

	.comments-area,
	.widget,
	.content-bottom-widgets .widget-area {
		margin-bottom: 5.25em;
	}

	.sidebar,
	.widecolumn {
		margin-bottom: 5.25em;
		padding-right: 23.0769%;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		top: 32px;
	}
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 56.875em) {
.paddingtopbottom{padding-top:40px;padding-bottom:40px;}
.paddingbottom{padding-bottom:40px;}
.paddingtop{padding-top:40px;}
.margintopbottom{margin:40px 0 40px 0;}
.marginbottom{margin-bottom:40px;}
.margintop{margin-top:40px;}
.marginbigbottom{margin-bottom:50px;}
.container-center, .site-header-main {
padding-left: 35px;
padding-right: 35px;
}
.site {background:url(images/bg_line.jpg) repeat-x #fff;}
.site-content {padding: 100px 0 0 0;}
.site-branding {border-bottom:0}
.site-info {
padding: 0 35px 0 35px;
-webkit-justify-content:flex-start;
justify-content:flex-start;
}
.search-container .search-item {
    margin: 0 2% 30px 2%;
    width:29%;
}
	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
.site-header-menu.menu-hide {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.site-header-menu {
    width: auto;
    background: none;
    position: relative;
    padding: 0;
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.close-menu {
    display: none;
}
table.price th{font-size:18px;}

.article_item{width:29%;margin: 0 2% 30px 2%;}
.home-menu li{float:left;margin:0 5px}
.home-menu li a{font-size:12px;}
.info-red{margin:20px auto 40px auto;}
.stage-item{width:18%;}
.gallery-left{width:20%;margin:0 2% 0 0;}
.gallery-right{width:78%;padding:0 0;}
.gal-icon-name{font-size:30px;}
.slick-slider{margin-bottom:20px;}
.art-item2{width:48%; min-height:60px}
.price-item{width:48%;}
.site-header-menu{display:block;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto; width:100%;}
.nf-content{margin:20px auto 20px auto;padding-bottom:20px;}

.slide_content{height:auto;}
.intro{padding: 12% 2% 0 2%;margin: 0 auto 0 auto;}
.intro2{
position: absolute;
margin: 0 auto 0 auto;
padding: 12% 2% 0 2%;
background: rgba(0,0,0,0);
}
.slide_content{
position:absolute;
max-width:380px;
}
.slide-desc li {margin-bottom: 5px;}
.slide-form{
max-width:300px;
margin:0 0 0 auto;
background:rgba(0,0,0,0.5);
padding:15px 25px;
}
.slide-form .form-title {font-size: 20px; margin: 0 0 10px 0;}
.slide_title{
font-size:38px;
padding:10px 20px;
}
.slide_title span{
font-size:20px;
margin-top:10px;
}
.slide-desc{
font-size:16px;
padding:15px 20px;
position:relative;
bottom:0;
width:auto;
}
.calc-container{
	position:relative;
	z-index:100;
	margin-top:-180px;
}

.logo{ max-width:150px;}
.site-header {background-color:transparent;}
.site-branding {padding:10px 0;}
.hsoc.desktop, 
.rejim_wrap.desktop,
.language.desktop{display:block;}
.hsoc.mob, 
.rejim_wrap.mob,
.language.mob{display:none;}

.hphone_wrap{padding:0 0 0 30px;} 
.hphone{font-size:18px;line-height:24px;color:#fff;}
.big-title{font-size:40px;margin:50px 0 20px 0;}
.big-title-single{font-size:40px;margin:20px 0 40px 0;}

.compare-item{width:25%;margin-bottom:0;}
.compare .compare-item:nth-child(3),
.compare .compare-item:nth-child(4),
.compare .compare-item:nth-child(6),
.compare .compare-item:nth-child(7){display:none;}
.item-titles .item-title__param {font-size: 14px;}
.item-title__param .pimg{
	margin-left:80px;
	position:relative;	
}
.item-title__param span{bottom:23px;left:0;}
.calc-button{font-size:16px;padding:10px 20px;}
.compare-item.item-formbutton{
	width:100%;
	display:none;
}


/*.compare-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 75%;
}
.home .compare-item.item-desc{
	width:33%;
}
.home .compare .compare-item:nth-child(3),
.home .compare .compare-item:nth-child(4),
.home .compare .compare-item:nth-child(6),
.home .compare .compare-item:nth-child(7){display:block;}*/




.border-param {border-bottom: 0;}
.item-desc .calc-button {display: block;}
.blue-button{font-size:16px;padding:10px 20px;margin:20px auto 0 auto;}

.why-content-left {width: 65%;}
.why-content-right {width: 35%;} 
.why-content-left-inner {width: calc(73% - ((100% - 900px)/2));padding:30px 30px 30px 0;margin: 0 0 0 auto;}
.why-list-item{margin-bottom:30px;}
.why-title{font-size:36px;margin-bottom:30px;}
.why-list-title{font-size:20px;padding:7px 40px;}
.yt-button{height:90px;width:90px;}
.utpages-item-title{font-size:16px;}

.site-info {padding: 0 2.5455% 0 2.5455%; }
.footer-left{width:50%;padding:40px 10px 30px 0;order:1;}
.footer-left::after {
    width: 0;
    background:transparent;
}
.footer-center{width:25%;order:2;}
.footer-right{width:25%;padding:40px 0 100px 10px;order:3;}
.footer-right::before {
    width: 0;
    background:transparent;
}
.footer-right::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    background: #47a54f;
}
.fcn {font-size:18px;}
.fphone {font-size: 18px;}
.faddress {font-size: 13px;}
.frejim {font-size: 16px;}
.footer-logo{display:block}
.fmenu ul {margin: 0 10px 0 0;}
.fmenu li a {font-size:11px;padding: 5px 5px;}
.fmenu li.current-menu-item span{font-size:11px;padding: 5px 5px;}
.tm {display:block;}
.tm2 {display:none;}
.art-home li a{font-size:18px;}

.main-navigation ul {
	display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:space-around;
justify-content: space-around;
}

.big-title-white{font-size:34px;margin:20px 0 40px 0;}
.step-item-title {font-size: 16px;}
.step-item-img img{max-width:120px;}
.list-col h2.blue{font-size:28px;}
.faq-item-question{font-size:20px;}
.gallery-icon-item{width:40%; max-width:510px;}

.price-table-item{
	margin:0;
}
.price-table{
margin:20px 5px 0 5px;
border:3px solid #00a2de;
box-shadow:none;
}
.price-table-row{
-webkit-align-items:center;
align-items:center;	
}
.price-table-row-title{display:none;
}
.table-row-1 .price-table-row-title{display:block;}
.col1{width:41%;}
.col2{width:13%;text-align:center;}
.col3{width:13%;text-align:center;}
.col4{width:18%;text-align:center;}
.col5{width:15%;text-align:center;}
.col1,.col2,.col3,.col4{border-right:1px solid #00a2de}
.col1 .price-table-row-title:before,
.col3 .price-table-row-title:before{
    position: absolute;
    content: "";
    top: 0;
    right: -1px;
    width: 3px;
    height: 100%;
    background: #ccecf8;
    z-index: 2;
}

.price-table-row-title{font-size:10px;padding:10px 4px;}
.price-calc-button{padding:5px 20px;margin:20px auto 10px auto;}
.price-table-item{
box-shadow:none;
}
	.main-navigation {
		margin: 7px 0 0 0;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		padding: 5px 10px;
		color:#fff;
		white-space: nowrap;
		font-size:14px;
	}

	.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #00a2de;
	}

.main-navigation li.current-menu-item span{
	font-size:14px;
	color: #00a2de;
	padding: 5px 10px;

}

	.main-navigation ul ul {
		border-bottom: 1px solid #d1d1d1;
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background-color: #fff;
		border: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 12.6875em;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		border-style: solid;
		content: "";
		position: absolute;
	}

	.main-navigation ul ul:before {
		border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

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

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

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8125em;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		top: 0.875em;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.content-area {
		float: left;
		margin-right: -100%;
		width: 70%;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}

	.sidebar {
		float: left;
		margin-left: 75%;
		padding: 0;
		width: 25%;
	}

	.widget {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 3.230769231em;
		padding-top: 1.615384615em;
	}

	.widget .widget-title {
		margin-bottom: 1.3125em;
	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 0.846153846em;
	}

	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		font-size: 0.8125rem;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.tagcloud a {
		margin: 0 0.2307692308em 0.5384615385em 0;
		padding: 0.5384615385em 0.4615384615em 0.4615384615em;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {
		letter-spacing: 0.153846154em;
	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer .social-navigation {
		margin: 0;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		margin-bottom: 5.894736842em;
	}

	.widget {
		margin-bottom: 4.307692308em;
	}

	.site-main > article {
		margin-bottom: 7.0em;
	}

	.entry-title {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 1.225;
		margin-bottom: 1.05em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.post-thumbnail {
		margin-bottom: 2.625em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 33px;
		font-size: 2.0625rem;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: 0.8484848485em;
	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 1.25;
		margin-top: 2em;
		margin-bottom: 1em;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.2173913043;
		margin-top: 2.4347826087em;
		margin-bottom: 1.2173913043em;
	}

	.entry-content h4,
	.entry-summary h4,
	.entry-intro h4,
	.comment-content h4 {
		letter-spacing: 0.131578947em;
	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		margin-bottom: 7.0em;
	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		float: right;
		width: 71.42857144%;
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}
@media screen and (min-width: 1024px) {
.home-menu li a{font-size:14px;}
.stage-item-img{min-height:160px;}
.stage-item-img img{max-height:160px;}
.blueitem-left{width:30%;margin:0 3% 0 0;}
.blueitem-right{width:67%;}
.main-navigation a {font-size:16px;}
.main-navigation li.current-menu-item span{font-size:16px;}
.utpages-item{width:29%;margin:0 2% 0 2%;}
.footer-left{padding:40px 30px 30px 0;}
.fmenu li a {font-size: 12px;}
.fmenu li.current-menu-item span{font-size:12px;}
.faddress {font-size: 14px;}
.step-item-title {font-size: 18px;}
.price-table-row-title {font-size: 11px;}
}
@media screen and (min-width: 1100px) {
.home-menu li{margin:0 10px}
.stage-item-img{min-height:170px;}
.stage-item-img img{max-height:170px;}
.gal-icon-name{font-size:34px;}
.logo {max-width: 170px;}
.utpages-item-title{font-size:18px;}
.fmenu li a {font-size: 13px;}
.fmenu li.current-menu-item span{font-size:13px;}
.faddress {font-size: 16px;}
.big-title-white {font-size: 38px;}
.price-table-row-title {font-size: 12px;}
.col1{width:42%;}
.col4{width:17%;text-align:center;}
}
/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
.stage-item-img{min-height:180px;}
.stage-item-img img{max-height:180px;}
.stage-item-name{font-size:16px;line-height:20px;}
.gallery-left{width:18%;margin:0 2% 0 0;}
.blueitem-left{width:25%;margin:0 3% 0 0;}
.blueitem-right{width:72%;}
.reditem-left{width:30%;margin:0 3% 0 0;}
.reditem-right{width:67%;}
.singlevideoitem{width:31%;}

.logo {max-width: 190px;}
.hphone {font-size: 20px;}
.main-navigation a {font-size:18px;padding:5px 18px}
.main-navigation li.current-menu-item span{font-size:18px;padding:5px 18px}
.slide_content{max-width:380px;}
.slide_title {font-size: 38px;}
.slide_title span{font-size:22px;}
.slide-form{max-width:320px;}
.utpages-item-title{font-size:20px;}
.fmenu li a {font-size: 14px;}
.fmenu li.current-menu-item span{font-size:14px;}
.step-item-img img{max-width:150px;}
.step-item-title{font-size:22px;}
.col1{width:43%;}
.col4{width:16%;}

	body:not(.search-results) .entry-summary {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		font-size: 1.4375rem;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		font-size: 1.1875rem;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}
@media screen and (min-width:1280px){
.gallery-left{width:15%;margin:0 5% 0 0;}
.gal-icon-name{font-size:38px;}
.intro{padding: 10% 2% 0 2%;}
.intro2{position: absolute;padding: 10% 2% 0 2%;}
.slide_content {max-width: 410px;}
.slide_title {font-size: 42px;}
.slide_title span {font-size: 24px;}
.slide-form {max-width: 340px;}
.slide-form .form-title {font-size: 22px;}
.why-content-left-inner {width: calc(73% - ((100% - 1200px)/2));}
.why-list-item{margin-bottom:50px;}
.why-item-answer{padding:10px 20px;position:absolute;}
.utpages-item-title{font-size:22px;}
.footer-left{padding:40px 30px 30px 0;}
.footer-right{padding:40px 0 100px 30px;}
.fcn {font-size:20px;}
.fphone {font-size: 20px;}
.faddress {font-size: 18px;}
.frejim {font-size: 18px;}
.fmenu ul {margin:0 20px 0 0;}
.col1{width:44%;}
.col4{width:15%;}
.slide-item{
background-size:cover !important;
  background-attachment: fixed;
}
}
@media screen and (min-width:1366px){
.stage-item-img{min-height:190px;}
.stage-item-img img{max-height:190px;}
.reditem-left{width:25%;margin:0 3% 0 0;}
.reditem-right{width:72%;}
.logo {max-width: 200px;}
.main-navigation a {font-size: 20px;padding: 5px 22px;}
.main-navigation li.current-menu-item span{font-size:20px;padding:5px 22px}
.slide_content {max-width: 420px;}
.slide_title {font-size: 44px;}
.slide_title span {font-size: 26px;}
.slide-desc {font-size: 18px;}

.item-title__title{font-size:30px;min-height:210px;}
.item-desc-img img{max-height:210px;}
.item-titles .item-title__param{font-size:18px;}
.item-desc .item-title__param{font-size:18px;}
.item-desc .price-param{font-size:22px;}
.fmenu li a {font-size:16px;}
.fmenu li.current-menu-item span{font-size:16px;}
.price-table-row-title {font-size: 13px;}
}
@media screen and (min-width:1440px){
.hphone{font-size:22px;}
.slide_content {max-width: 450px;}
.slide_title {font-size: 48px;}
.slide-form{max-width:360px;padding:20px 35px;}
.why-content-left {width: 65%;}
.why-content-right {width: 35%;} 
.why-content-left-inner {width: calc(73% - ((100% - 1400px)/2));padding:60px 30px 60px 0;margin: 0 0 0 auto;}
.why-list-item{margin-bottom:50px;}
.why-title{font-size:48px;margin-bottom:30px;}
.why-list-title{font-size:22px;padding:7px 40px;}
.step-item-img img {max-width: 170px;}
.price-table-row-title{font-size:14px;padding:10px 6px;}
.item-title__title{font-size:30px;min-height:240px;}
.item-desc-img img{max-height:240px;}
.big-title{margin:60px 0 40px 0;}
.blue-button{margin:40px auto 0 auto;}
.intro{padding: 8% 2% 0 2%;}
.intro2{position: absolute;padding: 8% 2% 0 2%;}
}
@media screen and (min-width:1680px){
.logo{ max-width:none;}
.main-navigation a {padding: 5px 23px;font-size:22px;}
.main-navigation li.current-menu-item span{font-size:22px;padding:5px 23px}
.slide_content{max-width:490px;}
.slide-form .form-title {font-size: 22px;margin: 0 0 20px 0;}
.slide_title{font-size:52px;padding:10px 20px;}
.slide_title span{font-size:26px;}
.slide-desc{font-size:20px;padding:15px 25px;}
.item-title__title{font-size:36px;min-height:330px;}
.item-desc-img img{max-height:330px;}
.item-titles .item-title__param{font-size:20px;}
.item-desc .item-title__param{font-size:20px;}
.item-desc .price-param{font-size:22px;}
.big-title-white{font-size:44px;}
.step-item-img img{max-width:none;}
.step-item-title{font-size:24px;}
.price-table-row-title{font-size:14px;padding:10px 8px;}
}

@media screen and (min-width:1920px){
.scrollTop{width:74px;height:74px;
}
}
/*wp-content/plugins/wp-show-more/wpsm-style.css*/
.wpsm-show a, .wpsm-show:active, .wpsm-show:visited {
   cursor: pointer;
   text-decoration: none;
   font-size: 100%;
}
.wpsm-show:hover {
   cursor: pointer;
   text-decoration: underline;
}
.wpsm-hide a, .wpsm-hide:active, .wpsm-hide:visited {
   cursor: pointer;
   text-decoration: none;
}
.wpsm-hide:hover {
   cursor: pointer;
   text-decoration: underline;
}
.wpsm-content-hide {
  display: none;
}

/*modal.css*/
.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:100;padding:20px;box-sizing:border-box;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.75);text-align:center;}
.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em;}
.blocker.behind{background-color:transparent;}
.modal{display:inline-block;vertical-align:middle;position:relative;z-index:2;max-width:385px;box-sizing:border-box;width:96%;background:#fff;padding:20px 10px;border-radius:0;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left;}
.modal a.close-modal,
.close-but{position:absolute;top:10px;right:10px;padding:0;width:16px;height:17px;text-align:center;
background-image:url(images/close_but.png); opacity:0.6;
-webkit-transition:all ease .8s;-moz-transition:all ease .8s;-ms-transition:all ease .8s;-o-transition:all ease .8s;transition:all ease .8s;}
.modal a.close-modal:hover{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg);}

.modal-fullscreen.modal a.close-modal{
	right:30px;
	top:30px;
	}
/* wp-content/plugins/contact-form-7/includes/css/styles.css */
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);height:1px;width:1px;margin:0;padding:0;border:0}
.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}
.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}
.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}
.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}
.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{border-color:#ffb900}
.wpcf7-form-control-wrap{position:relative}
.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}
.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}
.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}
.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}
.wpcf7 .ajax-loader{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}
.wpcf7 form.submitting .ajax-loader{visibility:visible}
.wpcf7 .ajax-loader::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite}
@media (prefers-reduced-motion: reduce) {
.wpcf7 .ajax-loader::before{animation-name:blink;animation-duration:2000ms}
}
@keyframes spin {
from{transform:rotate(0deg)}
to{transform:rotate(360deg)}
}
@keyframes blink {
from{opacity:0}
50%{opacity:1}
to{opacity:0}
}
.wpcf7 input[type="file"]{cursor:pointer}
.wpcf7 input[type="file"]:disabled{cursor:default}
.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}
.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr}

/*.wpcf7 .screen-reader-response {position: absolute;overflow: hidden;clip: rect(1px, 1px, 1px, 1px);height: 1px;width: 1px;margin: 0;padding: 0;border: 0;}
.wpcf7 form .wpcf7-response-output {margin: 2em 0.5em 1em;padding: 0.2em 1em;border: 2px solid #00a0d2;}
.wpcf7 form.init .wpcf7-response-output {display: none;}
.wpcf7 form.sent .wpcf7-response-output {border-color: #46b450;}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {border-color: #dc3232;}
.wpcf7 form.spam .wpcf7-response-output {border-color: #f56e28;}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {border-color: #ffb900;}
.wpcf7-form-control-wrap {position: relative;}
.wpcf7-not-valid-tip {color: #dc3232;font-size: 1em;font-weight: normal;display: block;}
.use-floating-validation-tip .wpcf7-not-valid-tip {position: absolute;top: 20%;left: 20%;z-index: 100;border: 1px solid #dc3232;background: #fff;padding: .2em .8em;}
span.wpcf7-list-item {display: inline-block;margin: 0 0 0 1em;}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {content: " ";}
div.wpcf7 .ajax-loader {visibility: hidden;display: inline-block;background-image: url('/wp-content/plugins/contact-form-7/assets/ajax-loader.gif');
width: 16px;height: 16px;border: none;padding: 0;margin: 0 0 0 4px;vertical-align: middle; position:absolute;right:5px;top:5px}
div.wpcf7 .ajax-loader.is-active {visibility: visible;}
div.wpcf7 div.ajax-error {display: none;}
div.wpcf7 .placeheld {color: #888;}
div.wpcf7 input[type="file"] {cursor: pointer;}
div.wpcf7 input[type="file"]:disabled {cursor: default;}
div.wpcf7 .wpcf7-submit:disabled {cursor: not-allowed;}
.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"] {direction: ltr;}*/

/* wp-content/plugins/wp-pagenavi/pagenavi-css.css */
.wp-pagenavi{clear:both;text-align:center;margin:0 auto;}
.wp-pagenavi a, .wp-pagenavi span{text-decoration:none;padding:8px 14px;margin:2px;}
.wp-pagenavi a:hover, .wp-pagenavi span.current{border-color:#0089cf;}
.wp-pagenavi span.current{font-weight:bold;}
a.previouspostslink, a.nextpostslink{border:none;background:none;}
.wp-pagenavi span.current {
  background: url(images/numpage.png) no-repeat;
}
/**Genericons*/
@font-face{
font-family:Genericons;
src:url("genericons/Genericons.eot");
src:url("genericons/Genericons.eot?#iefix")format("embedded-opentype"),
	url("genericons/Genericons.woff") format("woff"),
	url("genericons/Genericons.ttf") format("truetype"),
	url("genericons/Genericons.svg#Genericons") format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {@font-face {font-family: "Genericons";src: url("genericons/Genericons.svg#Genericons") format("svg");}}
/** * All Genericons */
.genericon{font-size: 16px;vertical-align: top;text-align: center;-moz-transition: color .1s ease-in 0;-webkit-transition: color .1s ease-in 0;display: inline-block;font-family: "Genericons";font-style: normal;font-weight: normal;font-variant: normal;line-height: 1;text-decoration: inherit;text-transform: none;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;speak: none;}
/** * Helper classes */
.genericon-rotate-90{-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.genericon-rotate-180{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.genericon-rotate-270{-webkit-transform: rotate(270deg);-moz-transform: rotate(270deg);-ms-transform: rotate(270deg);-o-transform: rotate(270deg);transform: rotate(270deg);filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.genericon-flip-horizontal{-webkit-transform: scale(-1, 1);-moz-transform: scale(-1, 1);-ms-transform: scale(-1, 1);-o-transform: scale(-1, 1);transform: scale(-1, 1);}
.genericon-flip-vertical{-webkit-transform: scale(1, -1);-moz-transform: scale(1, -1);-ms-transform: scale(1, -1);-o-transform: scale(1, -1);transform: scale(1, -1);
}
/** * Individual icons */
.genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }

/* v4.4.2 sitepress-multilingual-cms/templates/language-switchers/legacy-list-vertical/style.css*/
.wpml-ls-legacy-list-vertical{display:table;max-width:100%;border:1px solid transparent;border-bottom:0}
.wpml-ls-legacy-list-vertical>ul{position:relative;padding:0;margin:0 !important;list-style-type:none}
.wpml-ls-legacy-list-vertical .wpml-ls-item{padding:0;margin:0;list-style-type:none}
.wpml-ls-legacy-list-vertical a{display:block;text-decoration:none;border-bottom:1px solid transparent;padding:5px 10px;line-height:1}
.wpml-ls-legacy-list-vertical a span{vertical-align:middle}
.wpml-ls-legacy-list-vertical .wpml-ls-flag{display:inline;vertical-align:middle;width:18px;height:12px}
.wpml-ls-legacy-list-vertical .wpml-ls-flag+span{margin-left:.4em}
.rtl .wpml-ls-legacy-list-vertical .wpml-ls-flag+span{margin-left:0;margin-right:.4em}
.wpml-ls-legacy-list-vertical.wpml-ls-statics-footer{margin-bottom:30px}

/* v4.0.7 sitepress-multilingual-cms/templates/language-switchers/legacy-list-horizontal/style.css*/
.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:0;clear:both}
.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0 !important;list-style-type:none}
.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0 40px 0 0;list-style-type:none;display:inline-block}
.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px;line-height:1; color:#fff;}
.wpml-ls-legacy-list-horizontal a:focus{outline:0;}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a{color:#00a2de !important; outline:0;}
.language ul li{ position:relative;}
.language.desktop ul li:before{position:absolute;content:"";width:1px; height:14px; bottom:6px; right:0;background:#fff;}
.language ul li:last-child:before{background:none;}

.language.desktop .wpml-ls-current-language a{color:#00a2de !important; outline:0;}

.mob .wpml-ls-legacy-list-horizontal a{color:#00a2de;}
.mob .wpml-ls-current-language a{color:#fff !important; background:#00a2de}


.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle;width:18px;height:12px}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}
.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}
/* wpml-cms-nav/res/css/navigation.css */
.wpml_cms_navigation .wpml_table th{background-color:#DFDFDF;border-bottom:solid 1px #fff;width:200px;border-collapse:collapse}
.wpml_cms_navigation .wpml_table tfoot th{border-bottom:none;background:0 0;background-color:#DFDFDF}
#icl_cat_menu_contents input{margin-bottom:4px}
/* 4.4.2 wpml-cms-nav/res/css/cms-navigation-base.css */
#menu-wrap{width:100%;height:30px;position:relative;z-index:100}
#menu-wrap ul{padding:0;margin:0;list-style-type:none}
#menu-wrap ul li{float:left;position:relative}
#menu-wrap ul a,#menu-wrap ul a:visited{display:block;line-height:30px;padding-left:10px;padding-right:20px}
#menu-wrap ul ul{visibility:hidden;position:absolute;height:0;top:30px;left:0;width:149px}
#menu-wrap ul ul li{width:100%}
#menu-wrap ul ul a,#menu-wrap ul ul a:visited{border:0;height:auto;line-height:15px;padding:5px 10px;width:150px}
#menu-wrap ul li:hover ul,#menu-wrap ul a:hover ul{visibility:visible}
#menu-wrap li,#menu-wrap a,#menu-wrap div{padding:0;margin:0}
#menu-wrap li.section{line-height:25px;padding-left:10px;padding-right:11px}
#menu-wrap li.selected_page{line-height:20px}
#menu-wrap li.selected_subpage{line-height:25px;padding-left:10px;padding-right:11px}
#menu-wrap li.selected_subpage a,#menu-wrap li.selected_subpage a:visited{padding-right:0;padding-left:0}
#menu-wrap table{position:absolute;top:0;left:0;border-collapse:collapse}
* html #menu-wrap{width:100%;width:100%}
* html #menu-wrap a,* html #menu-wrap a:visited{width:10px;width:10px;padding-right:20px;white-space:nowrap}
* html #menu-wrap ul ul{top:30px;top:30px}
* html #menu-wrap ul ul a,* html #menu-wrap ul ul a:visited{width:150px;width:128px}
.cms-nav-clearit{clear:both;height:0;line-height:0;font-size:0}
.cms-nav-sub-section{font-weight:700;font-size:110%;list-style-type:none}
ul li.cms-nav-sub-section:before{content:''!important}
.cms-nav-sidebar ul,.cms-nav-sidebar li,.cms-nav-sidebar a{list-style:none;padding:0;margin:0}
.cms-nav-sidebar ul ul,.cms-nav-sidebar ul li,.cms-nav-sidebar ul a,.cms-nav-sidebar li ul,.cms-nav-sidebar li li,.cms-nav-sidebar li a,.cms-nav-sidebar a ul,.cms-nav-sidebar a li,.cms-nav-sidebar a a{padding:0;margin:0}
.cms-nav-sidebar ul li,.cms-nav-sidebar li li,.cms-nav-sidebar a li{position:relative;margin:4px 8px 2px}

/* 4.4.2 wpml-cms-nav/res/css/cms-navigation.css */
#menu-wrap{background-color:#eee}
#menu-wrap ul{background-color:#5798d0}
#menu-wrap ul a,#menu-wrap ul a:visited{text-decoration:none;color:#000;border-right:1px solid #fff}
#menu-wrap ul li:hover a,#menu-wrap ul a:focus,#menu-wrap ul a:active{background-color:#5798D0;color:#000}
#menu-wrap ul ul a,#menu-wrap ul ul a:visited{color:#000}
#menu-wrap ul ul a:hover{background:#B3D9FF}
#menu-wrap ul ul :hover > a{background:#B3D9FF}
#menu-wrap ul ul li a.selected{background-color:#D0D8F0;color:#004D99}
#menu-wrap a:hover,#menu-wrap ul ul a:hover{color:#000;background:#5798d0}
#menu-wrap :hover > a,#menu-wrap ul ul :hover > a{color:#000;background:#B3D9FF}
#menu-wrap a.trigger,#menu-wrap a.trigger:hover,#menu-wrap a.trigger:visited{background-image:url(/wp-content/plugins/wpml-cms-nav/res/img/cms-nav-dark-s.gif);background-repeat:no-repeat;background-position:right center}
#menu-wrap li.section{color:#fff;background-color:#4283b7;font-weight:700}
#menu-wrap li.selected_page{color:#004D99;background-color:#5798d0}
#menu-wrap li.selected_subpage{color:#004D99;background-color:#B3D9FF}
#menu-wrap li.selected_subpage a,#menu-wrap li.selected_subpage a:visited{background-color:#B3D9FF}

/* slick.css */
.slick-slide:focus{outline:none;}
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer;/*cursor:hand;*/}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.slick-track{position:relative;top:0;left:0;display:block;}
.slick-track:before,
.slick-track:after{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide img{display:block;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:flex;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}

/* slick.css */
.slick-slide:focus{outline:none;}
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer;/*cursor:hand;*/}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.slick-track{position:relative;top:0;left:0;display:block;}
.slick-track:before,
.slick-track:after{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide img{display:block;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:flex;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:flex;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}

/* js/slick/slick-theme.css */
@charset 'UTF-8';.slick-loading .slick-list{background:#fff url('js/slick/ajax-loader.gif') center center no-repeat;}
@font-face{font-family:'slick';font-weight:normal;font-style:normal;src:url('js/slick/fonts/slick.eot');src:url('js/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('js/slick/fonts/slick.woff') format('woff'), url('js/slick/fonts/slick.ttf') format('truetype'), url('js/slick/fonts/slick.svg#slick') format('svg');}
.slick-prev,
.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;cursor:pointer;color:transparent;border:none;outline:none;background:transparent;}
button.slick-prev:focus,
button.slick-next:focus{background-color:transparent}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{opacity:1;}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{opacity:1;}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{opacity:.25;}
.slick-prev:before,
.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
button.slick-prev,
button.slick-next{ background-color:transparent; z-index:100; background-size:cover;}
.slick-prev{left:10px;background:url(js/slick/arrow_left.png) no-repeat;background-size:cover;height:26px;width:12px;top:-moz-calc(50% - 20px);top:-webkit-calc(50% - 20px);top:calc(50% - 20px);opacity:1;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
.slick-prev:hover{background:url(js/slick/arrow_left.png) no-repeat;opacity:0.75; background-color:transparent;background-size:cover;}
[dir='rtl'] .slick-prev{right:-25px;left:auto;}
[dir='rtl'] .slick-prev:before{content:'→';}
.slick-next{right:10px;background:url(js/slick/arrow_right.png) no-repeat;background-size:cover;height:38px;width:10px;top:-moz-calc(50% - 20px);top:-webkit-calc(50% - 20px);top:calc(50% - 20px);opacity:1;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}
.slick-next:hover{background:url(js/slick/arrow_right.png) no-repeat;opacity:0.75;background-color:transparent;background-size:cover;}
[dir='rtl'] .slick-next{right:auto;left:-25px;}
[dir='rtl'] .slick-next:before{content:'←';}
.slick-slider{margin-bottom:30px;}
.slick-dots{/*position:absolute;*/ position:relative;bottom:15px;display:block;width:100%;padding:0;list-style:none;text-align:center; margin:0 auto;}
.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer;}
.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent;}
.slick-dots li button:hover,
.slick-dots li button:focus{outline:none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{opacity:1;}
.slick-dots li button:before{font-family:'slick';font-size:12px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#00a2de;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.slick-dots li.slick-active button:before{opacity:1;color:#00a2de;}

.activities .slick-prev,.activities2 .slick-prev{background-size:cover;height:32px;width:32px;left:auto;right:50px;bottom:auto;top:-2px}
.activities .slick-next,.activities2 .slick-next{background-size:cover;height:32px;width:32px;left:auto;right:10px;bottom:auto;top:-2px}
.reviews .slick-prev,.partners .slick-prev,.articles .slick-prev{background-size:cover;height:32px;width:32px;left:auto;right:50px;bottom:auto;top:-65px}
.reviews .slick-next,.partners .slick-next,.articles .slick-next{background-size:cover;height:32px;width:32px;left:auto;right:10px;bottom:auto;top:-65px}

@media screen and (min-width: 480px) {
.slick-prev{bottom:20px;}
.slick-next{bottom:20px;}
}
@media screen and (min-width: 736px) {
button.slick-prev{background-size:cover;height:50px;width:23px;top:-moz-calc(50% - 20px);top:-webkit-calc(50% - 20px);top:calc(50% - 20px);}
button.slick-next{background-size:cover;height:50px;width:23px;top:-moz-calc(50% - 20px);top:-webkit-calc(50% - 20px);top:calc(50% - 20px);}
.activities .slick-prev,.activities2 .slick-prev{background-size:cover;height:32px;width:32px;left:auto;right:50px;bottom:auto;top:-40px}
.activities .slick-next,.activities2 .slick-next{background-size:cover;height:32px;width:32px;left:auto;right:10px;bottom:auto;top:-40px}
}
@media screen and (min-width: 910px) {
.slick-prev{left:4%;bottom:20px;}
.slick-next{left:calc(4% + 50px);bottom:20px;}
.reviews .slick-prev,.partners .slick-prev,.articles .slick-prev{bottom:auto;top:-80px}
.reviews .slick-next,.partners .slick-next,.articles .slick-next{top:-80px}
.wpml-ls-legacy-list-horizontal .wpml-ls-item{margin:0 0 0 0;}
}
@media screen and (min-width: 1440px) {
.slick-prev{left:4%;}
.slick-next{left:calc(4% + 50px);}
}
@media screen and (min-width: 1600px) {
.slick-prev{left:6%;}
.slick-next{left:calc(6% + 50px);}
}
@media screen and (min-width: 1680px) {
.slick-prev{left:8%;}
.slick-next{left:calc(8% + 50px);}
}
@media screen and (min-width: 1700px) {
.slick-prev{left:9%;}
.slick-next{left:calc(9% + 50px);}
}
@media screen and (min-width: 1800px) {
.slick-prev{left:11%;}
.slick-next{left:calc(11% + 50px);}
}
@media screen and (min-width: 1920px) {
.slick-prev{left:13%;}
.slick-next{left:calc(13% + 50px);}
}









/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}
