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


/**
 * 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:FixelText;
src:url("fonts/FixelText/FixelText-Regular.eot");
src:url("fonts/FixelText/FixelText-Regular?#iefix")format("embedded-opentype"),
	url("fonts/FixelText/FixelText-Regular.woff2") format("woff2"),
	url("fonts/FixelText/FixelText-Regular.woff") format("woff"),
	url("fonts/FixelText/FixelText-Regular.ttf") format("truetype");
font-weight:400;
font-display: swap;
}
@font-face{
font-family:FixelText;
src:url("fonts/FixelText/FixelText-Medium.eot");
src:url("fonts/FixelText/FixelText-Medium?#iefix")format("embedded-opentype"),
	url("fonts/FixelText/FixelText-Medium.woff2") format("woff2"),
	url("fonts/FixelText/FixelText-Medium.woff") format("woff"),
	url("fonts/FixelText/FixelText-Medium.ttf") format("truetype");
font-weight:500;
font-display: swap;
}
@font-face{
font-family:FixelText;
src:url("fonts/FixelText/FixelText-Bold.eot");
src:url("fonts/FixelText/FixelText-Bold?#iefix")format("embedded-opentype"),
	url("fonts/FixelText/FixelText-Bold.woff2") format("woff2"),
	url("fonts/FixelText/FixelText-Bold.woff") format("woff"),
	url("fonts/FixelText/FixelText-Bold.ttf") format("truetype");
font-weight:700;
font-display: swap;
}
/*@font-face{
font-family:PTSans;
src:url("fonts/PTSans/PTSansBold.eot");
src:url("fonts/PTSans/PTSansBold.eot?#iefix")format("embedded-opentype"),
	url("fonts/PTSans/PTSansBold.woff2") format("woff2"),
	url("fonts/PTSans/PTSansBold.woff") format("woff"),
	url("fonts/PTSans/PTSansBold.ttf") format("truetype");
font-weight:700;
font-display: swap;
}
@font-face{
font-family:Montserrat;
src:url("fonts/Montserrat/Montserrat.eot");
src:url("fonts/Montserrat/Montserrat.eot?#iefix")format("embedded-opentype"),
	url("fonts/Montserrat/Montserrat.woff2") format("woff2"),
	url("fonts/Montserrat/Montserrat.woff") format("woff"),
	url("fonts/Montserrat/Montserrat.ttf") format("truetype");
font-weight:300;
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,
.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 {
	-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: #414042;
	font-family: FixelText, Georgia, serif;
	font-size: 22px;
	line-height: 1.8;
}

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;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	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
 */
.menu-container {
	width:100%;
	max-width: 680px;
	height:100%;
	top:0; 
	right:0;
	background-image: url(images/menu_background.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	/*background: #042536;
	background: radial-gradient(circle, #042536, #091114);*/
	position: fixed;
	z-index:100;
	padding:0;
	opacity:1;
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;
}
.menu-container.menu-hide{
opacity:0;
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;
	}
.site-header-menu {
        display: block;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        overflow: visible;
        width: 100%;
        max-width: 270px;
        margin: 50px 10% 0 auto;
    }


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

.main-navigation {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	font-size: 13px;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
	display: block;
	outline-offset: -1px;
	padding: 4px 5px;
	-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: #fdc300;
	outline: none;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
color: #fdc300;
}

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

.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,
.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,
.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: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,
.page-template-page-home .site-content,
.page-template-page-about .site-content,
.page-template-page-gs .site-content,
.page-template-page-members .site-content,
.page-template-page-projects .site-content{
    margin: 0 auto;
    max-width: 2560px;
    padding: 0;
    position: relative;
}
.site-content {
    margin: 0 auto 0 auto;
    max-width: 1470px;
    padding: 0 4.5455%;
    position: relative;
}
/* 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 4.5455%;
    position: relative;
}
.container-center3 {
    margin: 0 auto 0 auto;
	width: 100%;
    max-width: 1470px;
    padding: 0 4.5455%;
}
.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;}
/*h1{font-size:22px;line-height:26px;}
h2{font-size:20px;line-height:24px;}
h3{font-size:18px;line-height:22px;}
h4{font-size:16px;line-height:20px;}*/

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

.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;}
/*.caddress_wrap{margin:0 auto 10px auto;width:auto;padding:0 0 0 27px;position:relative} 
.caddress{display:table;font-size:16px;line-height:18px;color:#353535;white-space:nowrap;}
.caddress_wrap:before{position:absolute;content:"";margin:auto;top:0;bottom:0;left:0;height:24px;width:15px;background-image:url(images/icons.png);background-position:-1px -264px;}*/

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

.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:18px;line-height:22px;color:#353535;white-space:nowrap;margin:0 0 20px 0;}
.cphone_wrap:before{position:absolute;content:"";margin:auto;top:7px;bottom:0;left:0;height:21px;width:21px;background-image:url(images/icons.png);background-position:-78px -210px;}
.cphone a {
	color:#353535;
	}


/*.cphone{font-size:24px;line-height:30px;margin:0 0 15px 0;white-space:nowrap;padding:0 0 0 35px;position:relative}
.cphone:before{position:absolute;content:"";top:0;left:0;height:26px;width:23px;background-image:url(images/icons.png);background-position:-27px -24px;}
.cphone a{color:#3f3f3f;}
.caddress{font-size:18px;line-height:30px;margin:0 0 15px 0;white-space:nowrap;padding:0 0 0 30px;position:relative}
.caddress:before{position:absolute;content:"";top:0;left:0;height:28px;width:19px;background-image:url(images/icons.png);background-position:-1px -24px;}*/
.callform{padding:15px 20px 20px 20px;background-color:#f8f1e1;}
.form-title{font-size:18px;line-height:30px;text-transform:uppercase;margin:0 0 15px 0;white-space:nowrap;padding:0 0 0 30px;position:relative}
.form-title:before{position: absolute;
content: "";
margin: auto;
top: 0;
bottom: 0;
left: 0;
height: 16px;
width: 20px;
background-image: url(images/icons.png);
background-position: -102px -210px;}
.callform textarea{padding:8px 0.4375em;margin-bottom:10px; background:#fff;}
.callform .form-contacts-item-submit {
    width: 100%;
    /*max-width: 450px;*/
    background: #962045;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    /*width: 250px;*/
    margin: 10px auto 0 auto;
    position: relative;
}
.callform input[type="submit"]{
width: 100%;
padding: 15px 20px;
margin-bottom:0;
-webkit-transform: skew(0deg);
-moz-transform: skew(0deg);
-o-transform: skew(0deg);
transform: skew(0deg);	
	
	/*display:block;background:#2d9540;margin:10px auto 0 auto;padding:7px 10px 7px 10px;text-align:center;width:100%;font-size:14px;color:#fff;-o-transition:all 0.5s linear 0s;-moz-transition:all 0.5s linear 0s;-webkit-transition:all 0.5s linear 0s;-ms-transition:all 0.5s linear 0s;transition:all 0.5s linear 0s;}
.callform input[type="submit"]:hover{color:#fff;background:#0089cf;*/}
.callform .form-bottom-item {
    width: 100%;
    max-width:none;
    margin: 0 auto 10px auto;
    background: #fff;
    border: 1px solid #962045;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
}
.callform .wpcf7-form-control-wrap input {
    background: none;
    display: block;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    border: none;
}
.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 {
    padding: 10px 20px;
    font-size: 16px;
}
.callform textarea{
border: 1px solid #962045;	
	}
.page_contacts_right .mapframe,
.page_contacts_right .mapframe iframe{
	height:100%;
	min-height:300px;
	}

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

/* WOW animation */
.wow {will-change: opacity, transform;}
.appear-animate .wow.animated{
    opacity: 1;
    transform: scale(1.0);
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.appear-animate .charsAnimIn .char{
    opacity: 0;
    transform: translateY(.5em) rotate(-9deg);
    transform-origin: 0 50%;
    transition: transform .32s cubic-bezier(.15,.7,.78,1), opacity .32s cubic-bezier(0, 0, 0.58, 1);
    transition-delay: calc( 0.1s * var(--char-index) );
}
.appear-animate .charsAnimIn2 .char{
    opacity: 0;
    transform: translateY(.5em) rotate(9deg);
    transform-origin: 0 50%;
    transition: transform 0.32s cubic-bezier(.15,.7,.78,1), opacity 0.32s cubic-bezier(0, 0, 0.58, 1);
    transition-delay: calc( 0.06s * var(--char-index) );
}
.charsAnimIn.animated .char,
.charsAnimIn2.animated .char{
    opacity: 1;
    transform: none;
}

















  














/*.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;}}*/
.home .prod-container .container-center, 
.home .serv-container .container-center,
.home .why-container .why-content-right-inner,
.home .about-container .about-content-left-inner,
.home .about-container .about-content-right-inner,
.home .serv-container .form-container {
    padding-top: 30px;
    padding-bottom: 0;
}
.baner-scroll-container{position:relative;left:0;right:0;bottom:0; margin: 0 0 20px 0; text-align: center}
.baner-scroll-title{font-size: 24px;color: #f9b123; text-transform: uppercase;font-weight: 500;display: none;}
.baner-scroll-title a{color: #f9b123}
.baner-scroll-arrow{position:relative;left:0;right:0;display:block;width:21px;height:28px;margin:auto;cursor:pointer;overflow:hidden;z-index:100;}
.baner-scroll-arrow:focus{outline:0;}
@media screen and (min-height:568px){
.baner-scroll-container{bottom:0;}
}
@media screen and (min-width:1400px) and (min-height:700px){
.baner-scroll-container{bottom:15%;}
}
.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_main_page.webp);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-container{bottom:15%;}
}
.intro{
    margin: 0 auto 0 auto;
    max-width: 1470px;
    padding: 0 4.5455%;
	width:100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	z-index:100
	}
.intro a:focus{
	outline:none;
	}
.slider-bottom {
    position: absolute;
    bottom: -1px;
    width: 100%;
    z-index: 99;
}
.baner-content{
	padding: 65px 0 0 0;
}
.baner-title{
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	color: #f9b123;
	text-align: center;
	margin: 7% 0 20px 0;
}
.baner-desc{
	display: table;
	margin: 0 auto;
}
.baner-desc ul{
	margin: 0;
}
.baner-desc ul li{
	list-style: none;
	padding: 0 0 0 35px;
	margin: 0 0 3px 0;
	font-size: 16px;
	color: #ec6707;
	position: relative;
}
.baner-desc ul li:before{
	position: absolute;
	content: '';
	width: 25px;
	height: 23px;
	background-image: url(images/menu_icon_main_page.webp);
	top: 4px;
	left: 0;	
}
.home .site-main{
	margin: 0;
}
.start-container{
	width: 100%;
height:100vh;
height: calc(var(--vh, 1vh) * 100);
	background-image: url(images/start_pic.webp);
	background-size: cover;
	background-repeat: no-repeat;
	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;
/*animation: zoomBg 10s infinite alternate;*/ /* Анимация */
}
@keyframes zoomBg {
  from { background-size: 100%; }
  to { background-size: 120%; } /* Плавное увеличение до 120% */
}

.logo-start{
	text-align: center;
	margin: 0 auto;
	max-width: 120px;
}
.start-title1{
	font-size: 30px;
	line-height: 1.4;
	font-weight: 500;
	color: #f9b123;
	text-align: center;
	margin: 5% 0 0 0;
}
.start-title2{
	font-size: 28px;
	line-height: 1.4;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 0 0 3% 0;
}
.explore-button a{
	position: relative;
	width: 150px;
	background-image: url(images/border_button_start_page.webp);
	background-size: contain;
	background-repeat: no-repeat;
	width:100%;
	height:100%;
	display: block;
	padding: 28px 20px 31px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	color: #f9b123;	
z-index:2;
/*border-radius: 40% 60% 60% 40% / 45% 50% 50% 45%;
background: linear-gradient(0deg, #000, #272727);*/
	-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}
.explore-button a:hover{
	color: #e20613;
}



.explore-button{
position: relative;
width: 150px;
height: 98px;
margin:0 auto;
}
/*
.explore-button:before, .explore-button:after {
content: '';
position: absolute;
left: -2px;
top: -2px;
background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000, #fb0094, #0000ff, #00ff00,#ffff00, #ff0000);
background-size: 400%;
width: calc(100% + 4px);
height: calc(100% + 4px);
z-index: 1;
animation: steam 20s linear infinite;
border-radius: 40% 60% 60% 40% / 45% 50% 50% 45%;
}
@keyframes steam {
0% {background-position: 0 0;}
50% {background-position: 400% 0;}
100% {background-position: 0 0;}
}
.explore-button:after {filter: blur(50px);}*/

/*.explore-button.wow.fadeInUp{
    transition-delay: 2s;
}
.fadeInUp.animated{
    opacity: 1;
    transform: none;
}*/




.arr{
    position: absolute;
    width: 10px;
    height: 12px;
    float: right;
    right: 25px;
    top: 43px;
}
.arr div.top {background-image:url(images/arrow_button_all_page.webp);width:10px;height:12px;background-size: cover;}
.arr div.bottom {background-image:url(images/arrow_button_select_all_page.webp);width:10px;height:12px;background-size: cover;}
.arr 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.3s linear;transition:opacity 0.3s linear;}
.arr div.bottom{opacity:0;}
.explore-button a:hover div.bottom{opacity:1;}
.explore-button a:hover div.top{opacity:0;}
.baner-container{
	position: relative;
}
.baner-container:before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background: url(images/about_top_left_bg.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	width: 20%;
	max-width: 285px;
	height: 100%;
}
.baner-container:after{
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	background: url(images/about_top_right_bg.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	width: 20%;
	max-width: 145px;
	height: 100%;
	margin: 0 0 0 auto
}
.baner-container-inner{
	width: 90%;
	max-width: 300px;
	height:90vh;
	height: calc(var(--vh, 1vh) * 90);
	background-image: url(images/main_pic2.webp);
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.about-container1-wrap{
	display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start;
position: relative;
}

.about-container1-wrap_left{
	width:100%;
	position: relative;
	z-index: 2;
	order: 2;
	margin-top: -25%;
}
.about-container1-wrap_left_inner{
	width: 100%;
    margin: 0 auto 0 auto;
	
}
.about-container1-title{
	position: relative;
	background-image: url(images/about_up_background.webp);
	background-size: cover;
	width: 160px;
	height: 120px;
	font-size: 20px;
	margin: 0 0 25px 0;
	padding: 70px 20px 10px 45px;
	color: #000;
	font-weight: 700;
	left: 0;
	z-index: 2;
}
.about-container1-wrap_right{
	width:50%;
	max-width: 250px;
	position: relative;
	z-index: 2;
	order: 1;
	margin: 0 0 0 auto;
	text-align: right;
}
.about-container1-wrap_right img{
	position: relative;
	top: 10%;
	z-index: 2;
}
.page-template-page-about .about-container1-wrap_right img{
	top: 25%;
}
.about-container1-txt{
	font-size: 16px;
	line-height: 1.4;
	padding: 0 4.5455%;
}
.more-button{display: table;}
.more-button a{
	position: relative;
	width: 150px;
	background-image: url(images/border_button_all_page.webp);
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	padding: 26px 5px 21px 10px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 500;
	color: #f9b123;
	-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}
.more-button a:hover{
	color: #e20613
}

.arr2{
    position: absolute;
    width: 13px;
    height: 16px;
    float: right;
    right: 20px;
    top: 37px;
}
.arr2 div.top {background-image:url(images/arrow_button_all_page.webp);background-size: cover; width:10px;height:12px}
.arr2 div.bottom {background-image:url(images/arrow_button_select_all_page.webp);background-size: cover;width:10px;height:12px;}
.arr2 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.3s linear;transition:opacity 0.3s linear;}
.arr2 div.bottom{opacity:0;}
.more-button a:hover div.bottom{opacity:1;}
.more-button a:hover div.top{opacity:0;}
.mright{margin:0 40px 0 auto !important}
.mcenter{margin:0 auto 0 auto !important}
.about-container2{
	position: relative;
	z-index: 2;
}
.about-container2-wrap{
	display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start;
position: relative;
}
.about-container2-wrap_left{
	width:100%;
	position: relative;
	z-index: 2;
	background-image: url(images/GS&Innov_header_background2.webp);
	background-repeat: no-repeat;
	background-size: contain;
}
.about-container2-wrap_left_inner{
	width: 100%;
    margin: 0 auto 0 auto;
}
.about-container2-title{
	position: relative;
	background-image: url(images/GS&Innov_header_background.webp);
	background-size: cover;
	width: 180px;
	height: 112px;
	font-size: 20px;
	margin: 0 0 -50px 0;
	padding: 50px 10px 10px 20px;
	color: #fff;
	font-weight: 700;
	left: 0;
	top: -60px;
	z-index: 2;
}
.page-template-page-gs .about-container2-title{
	margin: 0 0 -40px 0;
	top: -45px;
}
.page-template-page-gs  .about-container2-txt {
    padding: 0 5% 50px 4.5455%;
}
.about-container2-txt{
	font-size: 14px;
	line-height: 1.25;
	padding: 0 9% 50px 4.5455%;
}
.about-container2-txt p{
	margin: 0 0 5px 0;
}
.about-container2-wrap_right{
	width:100%;
	position: relative;
	z-index: 2;
	padding: 0 0 20px 4.5455%;
	margin: 0 0 0 auto;
	text-align: right;
}
.about-container2-wrap_right img{
	position: relative;
	z-index: 2;
}
.about-container2-wrap_right_inner{
	width: 75%;
    margin: 0 auto 0 0;
}
.about-container2-wrap_bg{
	position: absolute;
	width: 20%;
	max-width: 159px;
	height: 100%;
	z-index: 1;
	background-image: url(images/GS&Innov_mech_element.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	top: 5%;
	right: 0;
}
.about-container2-txt2{
	font-size: 14px;
	line-height: 1.25;
	text-align: right;
	padding: 0 0 0 0;
}
/*.members-title-wrap{
	width: 100%;
	background-image: url(images/members_mech_element.webp);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
}*/
.members-title-wrap{
	position:relative;
}
.members-container-title,
.projects-container-title,
.footer-title{
	position: relative;
	background-image: url(images/members_background.webp);
	background-size: cover;
	width: 160px;
	height: 99px;
	font-size: 20px;
	margin: 0 0 20px 0;
	padding: 45px 20px 10px 35px;
	color: #000;
	font-weight: 700;
	left: 0;
	z-index: 2;
}
.members-title-wrap:after{
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	background-image: url(images/members_mech_element_ss.webp);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: contain;
	width: 80%;
	height: 100%;
}
.members{
	display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start;
}
.members-item{
	width: 96%;
	margin: 0 2% 40px 2%;
	text-align: center;
}
.members-item-logo img{
	max-height: 80px;
}
.members-item-title{
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0 10px 0;
}
.members-item-desc{
	font-size: 16px;
	line-height: 1.4;
	color: #252525;
}
.projects-container-wrap{
	display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start;
position: relative;
}
.projects-container-wrap_left{
	width:100%;
	position: relative;
	margin-top: -25%;
	z-index: 2;
	order: 2
}
.projects-container-wrap_left_inner{
	width: 100%;
    margin: 0 auto 0 auto;
	
}
/*.projects-container-title{
position: relative;
    background-image: url(images/members_background.webp);
    background-size: cover;
    width: 317px;
    height: 196px;
    font-size: 48px;
    margin: 0 0 50px 0;
    padding: 90px 20px 10px 45px;
    color: #000;
    font-weight: 700;
    left: -30px;
    z-index: 2;
}*/
.projects-container-wrap_right{
	width:45%;
	position: relative;
	margin: 0 0 0 auto;
	z-index: 2;
	order: 1
}
.projects-container-wrap_right img{
	position: relative;
	top: 10%;
	z-index: 2;
}
.page-template-page-projects .projects-container-wrap_right img{
	top:25%
}
.projects-container-txt{
    font-size: 16px;
    line-height: 1.4;
    padding: 0 4.5455%;
}
.about-page-wrap{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start;
}
.about-page-wrap-left{
	width: 0;
	height: auto;
	background-image: url(images/about_page_mech_element.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
}
.about-page-wrap-right{
	width: 100%;
}
.about-page-wrap-right ul,
.about-page-wrap2-right_inner ul,
.projects-list2 ul{
	margin: 0 0 1.75em 0;
}
.projects-list1 ul{margin: 0}
.about-page-wrap ul li{
	position: relative;
	padding: 0 0 0 60px;
	list-style: none;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.about-page-wrap ul li:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 47px;
	height: 52px;
}
.about-page-wrap ul li:nth-child(1):before{
background-image: url(images/li_1.webp);
}
.about-page-wrap ul li:nth-child(2):before{
background-image: url(images/li_2.webp);
}
.about-page-wrap ul li:nth-child(3):before{
background-image: url(images/li_3.webp);
}
.about-page-wrap ul li:nth-child(4):before{
background-image: url(images/li_4.webp);
}
.about-page-wrap ul li:nth-child(5):before{
background-image: url(images/li_5.webp);
}
.about-page-wrap ul li:nth-child(6):before{
background-image: url(images/li_6.webp);
}
.about-page-wrap2{
	display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start;
}
.about-page-wrap2-left{
	width: 100%;
	position: relative;
}
.about-page-wrap2-right{
	width: 100%;
}
.about-page-wrap2-title {
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
    background-image: url(images/our_journey_background.webp);
    background-size: cover;
    width: 200px;
    height: 135px;
    font-size: 20px;
	line-height: 1.4;
    margin: 0 auto 0 auto;
    padding: 45px 20px 10px 40px;
    color: #000;
    font-weight: 400;
    z-index: 2;
}
.about-page-wrap2-title strong{
	font-weight: 700;
	display: block;
}
.about-page-wrap2-left__img{
	position: relative;
	margin-top: 22%;
	z-index: 1;
}
.about-page-wrap2-right_inner{
	width: 100%;
	padding: 0 4.5455%;
	margin: 20px 0 0 0;
}
.about-page-wrap2 ul li{
	position: relative;
	padding: 0 0 0 70px;
	list-style: none;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.about-page-wrap2 ul li:before{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width:60px;
	height: 54px;
	background-size: cover;
}
.about-page-wrap2 ul li:nth-child(1):before{
background-image: url(images/li_2008.webp);
}
.about-page-wrap2 ul li:nth-child(2):before{
background-image: url(images/li_2012.webp);
}
.about-page-wrap2 ul li:nth-child(3):before{
background-image: url(images/li_2018.webp);
}
.about-page-wrap2 ul li:nth-child(4):before{
background-image: url(images/li_2020.webp);
}
.about-page-wrap2 ul li:nth-child(5):before{
background-image: url(images/li_2025.webp);
}
.gs-page-container2{
	position: relative;
	z-index: 1;
	margin-top: -150px;
}
.gs-page-wrap{
	display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start
}
.gs-page-wrap-left{
	width: 100%;
	padding-top: 150px;
}
.gs-page-wrap-right{
	width: 100%;
	background-image: url(images/CG_page_background.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 11%;
}
.gs-wrap_left_inner{
	width: 100%;
    margin: 0 auto 0 auto;
}
.gs-wrap_right_inner{
	width: 100%;
    margin: 0 auto 0 0;
	padding: 0 4.5455%;
}
.gs-page-wrap-left-txt{
	font-size: 16px;
	line-height: 1.25;
	padding: 0 20px;
}
.gs-page-wrap-right-txt{
	font-size: 12px;
	line-height: 1.1;
	color: #fff;
	text-align: right;
	padding: 0 15% 10% 15%;
}
.members-ndt-container,
.members-viktoria-container{
	position: relative;
}
.members-ndt-container:before{
	position: absolute;
	content: "";
	z-index: 1;
	background-image: url(images/members_ndt_pic2.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 70%;
	max-width: 1031px;
	height: 100%;
	left: -10%;
}
.ndt-wrap,
.ndt-wrap2,
.viktoria-wrap,
.viktoria-wrap2,
.viktoria-wrap3,
.promgidroprivod-wrap,
.promgidroprivod-wrap2{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start;
	position: relative;
	z-index: 2;
}
.ndt-wrap-left{
	width: 100%;
}
.ndt-wrap-right{
	width: 80%;
	margin: 0 0 0 auto;
	text-align: right;
}
.ndt-wrap-left_inner{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start;
	width: 100%;
    margin: 0 auto 0 auto;
}
.ndt-wrap-left_inner_logo{
	width: 100%;
	margin-top: 0;
	text-align: center;
}
.ndt-wrap-left_inner_logo img{
	max-width: 80px;
}
.members-commodum-container .ndt-wrap-left_inner_logo img {max-width: 120px;}
.ndt-wrap-left_inner_txt{
	width: 100%;
	font-size: 16px;
	line-height: 1.4;
	padding: 0 4.5455%;
}
.members-title{
	font-size: 22px;
	line-height: 1.8;
	font-weight: 700;
	margin:10px 0 10px 0;
	text-align: center;
}
.ndt-wrap2-left,
.viktoria-wrap-left,
.viktoria-wrap3-left,
.promgidroprivod-wrap-left{
	width: 100%;
}
.ndt-wrap2-left_inner{
	width: 100%;
    margin: 0 auto 0 auto;
	font-size: 16px;
	line-height: 1.4
}
.memebers-mech2-bg{
	background-image: url(images/members_mech_element2.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 65px;
}
.viktoria-wrap-left_inner,
.promgidroprivod-wrap-left_inner{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
-webkit-justify-content:flex-start;
justify-content:flex-start;
margin: 0 0 0 auto;
}
.viktoria-wrap-left_inner_logo,
.promgidroprivod-wrap-left_inner_logo{
width: 100%;
margin-top: 10px;
text-align: center;
}
.viktoria-wrap-left_inner_logo img,
.promgidroprivod-wrap-left_inner_logo img{
	max-width: 130px;
}
.viktoria-wrap-left_inner_txt,
.promgidroprivod-wrap-left_inner_txt{
	width: 100%;
	font-size: 16px;
	line-height: 1.4
}
.viktoria-wrap2-left{
	width: 100%
}
.viktoria-wrap2-right{
	width: 80%;
	margin: 0 0 10px auto;
	text-align: right;
}
.viktoria-wrap2-left_inner {
    width: 100%;
	font-size: 16px;
	line-height: 1.4;
    margin: 0 auto 0 auto;
	padding: 0 4.5455%;
}
.viktoria-wrap3-left_inner{
	width: 100%;
    margin: 0 auto 0 auto;
	font-size: 16px;
	line-height: 1.4;
	padding: 0 0;
}
.promgidroprivod-wrap2-right{
	width: 100%;
}
.promgidroprivod-wrap2-left{
	width: 80%;
	margin: 0 0 10px 0;
}
.promgidroprivod-wrap2-right_inner{
	width: 100%;
    margin: 0 auto 0 0;
}
.promgidroprivod-wrap2-right_inner_txt{
	padding: 0 4.5455%;
	font-size: 16px;
	line-height: 1.4
}
.memebers-mech3-bg{
	background-image: url(images/members_mech_element3.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center right;
	width: 100%;
	height: 65px;
}
.projects-container-h{
	font-size: 20px;
	margin-bottom: 10px;
	padding: 0 4.5455%;
}
.projects-list1{
	padding: 0 4.5455%;
}

.projects-list1 ul li,
.projects-list2 ul li{
	position: relative;
	padding: 0 0 0 70px;
	list-style: none;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.projects-list1 ul li:before,
.projects-list2 ul li:before{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width:60px;
	height: 55px;
	background-size: cover;
}
.projects-list1 ul li:nth-child(1):before{
background-image: url(images/li_2014.webp);
}
.projects-list1 ul li:nth-child(2):before{
background-image: url(images/li_2018.webp);
}
.projects-list1 ul li:nth-child(3):before{
background-image: url(images/li_2019.webp);
}
.projects-list2 ul li:nth-child(1):before{
background-image: url(images/li_2023.webp);
}
.projects-list2 ul li:nth-child(2):before{
background-image: url(images/li_2025.webp);
}


/**
 * 11.1 - Header
 */

.site-header {
	width: 100%;
	padding:0;
	position: absolute;
	top: 0;
	z-index: 100;
}

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

.site-branding {
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:flex-start;
	align-items:flex-start;	
	position:relative;
	padding: 10px 0;
	}
.logo-about{
	text-align: center;
	max-width: 100px
}
.logo{
	margin: 0 35% 0 auto;
	max-width: 80px;
}





.goo{margin:-2px 5px 0 0;}
.fb, .inst, .twi{margin:0 5px 0 0;}
.fb, .inst, .goo, .twi{position:relative;float:left;}
.inst {width:47px;height:45px;}
.fb {width:46px;height:46px;}
.goo {width:46px;height:47px;}
.twi {width:47px;height:45px;}
.inst div.top {background-image:url(images/icons.png);width:47px;height:45px;background-position:0 0;}
.inst div.bottom {background-image:url(images/icons.png);width:47px;height:45px;background-position:0 -47px;}
.fb div.top {background-image:url(images/icons.png);width:46px;height:46px;background-position:0 -95px;}
.fb div.bottom {background-image:url(images/icons.png);width:46px;height:46px;background-position:0 -143px;}
.goo div.top {background-image:url(images/icons.png);width:46px;height:47px;background-position:0 -190px;}
.goo div.bottom {background-image:url(images/icons.png);width:46px;height:47px;background-position:0 -239px;}
.twi div.top {background-image:url(images/icons.png);width:47px;height:45px;background-position:0 -288px;}
.twi div.bottom {background-image:url(images/icons.png);width:47px;height:45px;background-position:0 -335px;}
.fb div, .inst div, .goo div, .twi 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, .goo div.bottom, .twi div.bottom{opacity:0;}
.fb:hover div.bottom, .inst:hover div.bottom, .goo:hover div.bottom, .twi:hover div.bottom{opacity:1;}
.fb:hover div.top, .inst:hover div.top, .goo:hover div.top, .twi:hover div.top{opacity:0;}

.hphone_wrap{margin:0 auto 0 auto;width:auto;padding:0 0 0 40px;position:relative} 
.hphone{display:table;font-size:22px;line-height:24px;color:#353535;white-space:nowrap;margin:0 auto;}
.hphone_wrap:before{position:absolute;content:"";margin:auto;top:7px;bottom:0;left:0;height:31px;width:31px;background-image:url(images/icons.png);background-position:0 -246px;}
hphone a {
	color:#353535;
	}

.site-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0;
}
.menu-button{
	position: fixed;
	right:10%;
	top: 10px;
	background-image: url(images/menu_icon.webp);
	background-size: cover;
	width: 40px;
	height: 37px;
	padding: 0 8px;
	z-index: 999;
}
.menu-button.menu-active{
	background-image: url(images/menu_icon_close.webp);
	background-size: cover;
}
.menu-toggle{
position: relative;
z-index: 100;
cursor: pointer;
width:100%;
/*height: 2vw;*/
max-width:40px;
height: 37px;
background:none;
padding:0;
-webkit-transition: top 1.25s cubic-bezier(.19,1,.22,1);
transition: top 1.25s cubic-bezier(.19,1,.22,1);
}
.menu-toggle:hover,
.menu-toggle:focus{
	background:none;
	}
.menu-toggle:focus{outline:0;}
/*.menu-toggle.toggled-on{
top: 20px !important;
right: 10px;	
	}*/
.menu-toggle.toggled-on .mtop,
.menu-toggle.toggled-on .mbottom{
	background-color: #fff !important;
	}
.mtop, .mbottom {
    position: absolute;
    width: 100%;
	max-width:35px;
    height: 2px;
    background-color:#fff;
    -webkit-transition: background .3s ease,-webkit-transform .75s cubic-bezier(.19,1,.22,1);
    transition: background .3s ease,-webkit-transform .75s cubic-bezier(.19,1,.22,1);
    transition: transform .75s cubic-bezier(.19,1,.22,1),background .3s ease;
    transition: transform .75s cubic-bezier(.19,1,.22,1),background .3s ease,-webkit-transform .75s cubic-bezier(.19,1,.22,1);
}
.mtop {
    -webkit-transform: translate3d(0,-7px,0);
    transform: translate3d(0,-7px,0);
}
.mbottom {
    -webkit-transform: translate3d(0,3px,0);
    transform: translate3d(0,3px,0);
}
.menu-toggle.toggled-on .mtop {
    -webkit-transform: translateZ(0) rotate(45deg) scaleX(.9);
    transform: translateZ(0) rotate(45deg) scaleX(.9);
}
.menu-toggle.toggled-on .mbottom {
    -webkit-transform: translateZ(0) rotate(-45deg) scaleX(.9);
    transform: translateZ(0) rotate(-45deg) scaleX(.9);
}


.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%;
	background-image: url(images/footer_bg.webp);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.site-info {
    margin: 0 auto;
    max-width: 1470px;
    padding: 10px 4.5455% 0 4.5455%; 
    width: 100%;
	position: relative;
}
/*.footer-title{
    position: relative;
    background-image: url(images/members_background.webp);
    background-size: cover;
    width: 317px;
    height: 196px;
    font-size: 48px;
    margin: 0 0 0 0;
    padding: 90px 20px 10px 45px;
    color: #000;
    font-weight: 700;
    left: -30px;
	top: -50px;
    z-index: 2;
}*/
.footer_center{
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;	
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.footer_center_l{width: 25%;text-align: center;margin: 0 auto 0 auto}
.footer_center_l img{max-width: 90px}
.footer_center_r{width: 55%;}
.fphone_wrap{margin:0 0 20px 0;padding:0 0 0 30px;position:relative} 
.fphone{display:table;font-size:16px;line-height:14px; font-weight:700;color:#fff;white-space:nowrap;margin:0;}
.fphone_wrap:before{position:absolute;content:"";margin:auto;top:-3px;bottom:0;left:0;height:25px;width:24px;background-image:url(images/icons.webp);background-position:-33px -341px;}
.fphone_wrap a{color:#fff;}

.fmail{
	display:inherit;
	position:relative;
    font-size: 11px;
    line-height: 22px;
	color:#fff;
	padding:0 0 0 30px;
	margin: 0 0 0 0;
    overflow: hidden;
	white-space: nowrap;
	}
.fmail:before {
position:absolute;
content:"";
width: 22px;
height: 17px;
background-image: url(images/icons.webp);
background-position: 0 -341px;
top:0;
left:0;
}
.footer-yellow-bg{
	width: 100%;
	max-width: 1073px;
	margin: 20px auto 0 auto;
	position: relative;
	
}
.footer-yellow-logo{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 5% 15%;
}
.footer-logo-item{
	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;
	width: 100%;
	margin-bottom: 0;
}
.footer-logo-item__img{
	width: 50%;
	text-align: center;
}
.footer-logo-item__img img{
	max-width: 45px;
}
.footer-logo-item__title{
	width: 50%;
}
.footer-logo-item__title{
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
}
.footer-logo-item__title a{
	display: block;
	text-decoration: underline;
	color: #000;
	font-size: 12px;
	font-weight: 400;
}



.fmail a{color:#fff;}
.fsoc {
	display: block;
	width: 31px;
	position: absolute;
	top: 33%;
	left: 2%;
	}
.fsoc a{
	display: block;
}
.fb, .inst, .yt{margin:0 0 10px 0;}
.fb, .inst, .yt{position:relative;}
.inst {width:31px;height:28px; clear: both}
.fb {width:31px;height:28px;clear: both}
.yt {width:31px;height:28px;clear: both}
.fsoc .fb div.top {background-image:url(images/icons.webp);background-size: cover; width:31px;height:28px;background-position:0 0;}
.fsoc .fb div.bottom {background-image:url(images/icons.webp);background-size: cover;width:31px;height:28px;background-position:0 -29px;}
.fsoc .inst div.top {background-image:url(images/icons.webp);background-size: cover;width:31px;height:28px;background-position:0 -57px;}
.fsoc .inst div.bottom {background-image:url(images/icons.webp);background-size: cover;width:31px;height:28px;background-position:0 -85px;}
.fsoc .yt div.top {background-image:url(images/icons.webp);background-size: cover;width:31px;height:28px;background-position:0 -114px;}
.fsoc .yt div.bottom {background-image:url(images/icons.webp);background-size: cover;width:31px;height:28px;background-position:0 -142px;}
.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;}

.copyright {
	display: table;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;	
  font-size: 10px;
	line-height: 1.2;
  color: #000;
  margin: 0 auto;
}
#allrights {
	position: absolute;
	bottom: 30px;
	left: 50px;
  color: #909090;
  line-height: 12px;
  font-size: 12px;
  margin: 10px 0 0 0px;
	display: none;
}
#allrights a {
  color: #909090;
}
#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) {
.start-title1{margin: 15% 0 0 0;}
.start-title2{margin: 0 0 15% 0;}
.baner-container-inner{height: auto}
	
.page-template-page-members .members-title-wrap:after {top: 10%;}
	
}
@media (min-height: 1024px) and (orientation: portrait) {

}
@media screen and (min-width:375px){
.page-template-page-gs .about-container2-txt,
.about-container2-txt {padding: 0 19% 50px 4.5455%;}
.fphone {font-size: 18px;}
.fmail {font-size: 13px;}

.gs-page-wrap-right-txt { font-size: 13px;line-height: 1.25;padding: 0 15% 10% 13%;}

}
@media screen and (min-width:414px){
.about-container2-txt {line-height: 1.4;}
.about-container2-txt2 {line-height: 1.4;}	
.page-template-page-gs .about-container2-txt, 
.about-container2-txt {padding: 0 25% 50px 4.5455%;}
	
.footer_center_l img {max-width: 100px;}
.footer-logo-item__title {font-size: 16px;line-height: 1.4;}
.fmail {font-size: 14px;}
.footer-logo-item{margin-bottom: 10px;}
.footer-logo-item__img img {max-width: 60px;}
.copyright { bottom: 0;left: 70px;}
#allrights {display: block;bottom: 0;left: 10px;}	

.gs-page-wrap-left-txt{;line-height: 1.4;}
.gs-page-wrap-right-txt {font-size: 14px;line-height: 1.4;padding: 0 14% 10% 12%;}

	
}
@media screen and (min-width:480px){
/*h1{font-size:24px;line-height:28px;}
h2{font-size:22px;line-height:26px;}
h3{font-size:20px;line-height:24px;}
h4{font-size:18px;line-height:22px;}*/
.menu-container {width: 75%;}
.site-header-menu {margin: 60px 10% 0 auto;}
.main-navigation a {font-size: 13px;padding: 5px 10px;}
	
.logo-about{max-width: 80px;}
.baner-container-inner{width: 98%;max-width: none;}
.baner-content {padding: 50px 0 0 0;}
.baner-title{margin: 5% 0 10px 0;}	
.baner-desc ul li{margin: 0 0 2px 0; color: #fff;}	
/*.about-container2-title{margin: 0 0 -20px 0;top:-50px;}*/	
.about-container2-txt {/*padding: 0 20% 70px 4.5455%;*/font-size: 16px;line-height: 1.4;}
.about-container2-txt p {margin: 0 0 10px 0;}
.page-template-page-gs .about-container2-txt,
.about-container2-txt{padding: 0 27% 50px 4.5455%;}
.about-container2-txt2 {font-size: 16px;line-height: 1.4;}

.projects-container-wrap_left {margin-top: -18%;}

.fphone_wrap {padding: 0 0 0 35px;}
.fphone {font-size: 22px;}
.fmail {padding: 0 0 0 35px;font-size: 16px;}
.fsoc {top: 30%;left: 4%;}
.footer-logo-item__img img {max-width: 70px;}
.footer-logo-item__title {font-size: 18px;}
.footer-logo-item__title a {font-size: 14px;}
.copyright { bottom: 5px;left: 40%;}
#allrights {bottom: 5px;left: 16%;}	
	
.page-template-page-members .members-title-wrap:after {top: 30%;}	
.logo {margin: 0 25% 0 auto;max-width: 90px;}

.viktoria-wrap2-right {width: 70%;}
.promgidroprivod-wrap2-left {width: 70%;}

.gs-page-container2{margin-top: -150px;}
.gs-page-wrap-right {padding-top: 15%;}
.gs-page-wrap-right-txt {padding: 0 7% 10% 25%;}	

.page-template-page-about .about-container1-wrap_right img {top: 20%;}
.page-template-page-projects .projects-container-wrap_right img{top:20%}
.about-page-wrap2-left{width: 45%;}
.about-page-wrap2-right{width: 55%;}
.about-page-wrap2 ul li{font-size: 16px;}
.about-page-wrap2-left__img {margin-top: 40%;}
}
@media screen and (min-width:568px){
.search-container .search-item {
    margin: 0 1% 30px 1%;
    width:48%;
}
.container-center3 {padding: 0 3%;}
.menu-container {width: 70%;max-width: 390px;}
.site-header-menu {margin: 60px 12% 0 auto;}
.main-navigation a {font-size: 14px;padding: 5px 10px;}
.logo-start {max-width: 140px;}	
.start-title1{margin: 5% 0 0 0;}
.start-title2{margin: 0 0 5% 0;}
.logo-about {max-width: 100px;}
.baner-container-inner{width: 90%;max-width: none;}
.baner-content {padding: 12% 0 0 0;}
.about-container1-wrap_left{width:65%;order: 1;margin-top: 0;}
.about-container1-wrap_right{width:35%;order: 2}
.about-container1-wrap_bg{
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto 0 auto;
	width: 70%;
	height: 100%;
	z-index: 1;
	background-image: url(images/about_mech_element.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	top: 10%;
}	
.about-container2-wrap_left {width: 70%;}
.about-container2-wrap_right {width: 75%;}
.page-template-page-gs .about-container2-txt, 
.about-container2-txt {padding: 0 10% 50px 4.5455%;}
	
.members-title-wrap:after{background-image: url(images/members_mech_element_s.webp)}
.members-item{width: 31%;margin: 0 1% 20px 1%}
.members-item-logo img{max-height: 60px;}
.members-item-title{font-size: 16px}	
.members-item-desc{font-size: 14px}

.projects-container-wrap_left{width:65%;margin-top: 0;order: 1}
.projects-container-wrap_right{width:35%;order: 2}

.footer_center_l{width: 50%;}
.footer_center_r{width: 50%;}
.footer-logo-item__title {font-size: 20px;line-height: 1.6;}
.footer-logo-item__img img {max-width: 75px;}
.copyright { bottom: 10px;left: 40%;}
#allrights {bottom: 10px;left: 25%;}	

.ndt-wrap-right {width: 70%;}
.memebers-mech2-bg{height: 80px;}
.viktoria-wrap2-right {width: 60%;}

.gs-page-wrap-right-txt {font-size: 16px;}

.page-template-page-about .about-container1-wrap_right img {top: 13%;}
.page-template-page-projects .projects-container-wrap_right img{top:13%}
.about-page-wrap2-left{width: 45%;}
.about-page-wrap2-right{width: 55%;}
.about-page-wrap2 ul li{font-size: 16px;}
.about-page-wrap2-left__img {margin-top: 30%;}
.about-page-wrap2-right_inner{width: 90%;padding: 0 0 0 20px;}
}
@media screen and (min-width:667px){
.site-header-menu {margin: 60px 15% 0 auto;}
.start-title1{line-height: 1.8;}
.start-title2{line-height: 1.8;}
.logo-about {max-width: 110px;}
.baner-scroll-title{font-size: 24px;}
.baner-title{font-size: 26px;}
.baner-desc ul li{margin: 0 0 4px 0;font-size: 18px;}
.about-container1-title{width: 190px;height: 143px;font-size: 24px;padding: 80px 10px 10px 50px;margin: 0 0 20px 0;}
.about-container1-wrap_bg{top: 12%;}
.page-template-page-gs .about-container2-wrap{margin: 40px 0 0 0}
.page-template-page-gs .about-container2-wrap_right_inner {margin: 10px auto 0 0;}
.about-container2-wrap_left{width:50%;}
.about-container2-wrap_right{width:50%;}
.about-container2-txt {font-size: 14px;line-height: 1.25;}	
.about-container2-txt2 {font-size: 14px;line-height: 1.4;}
.page-template-page-gs .about-container2-txt, 
.about-container2-txt {padding: 0 9% 50px 4.5455%;}
	
.members-container-title,
.projects-container-title,
.footer-title{ width: 190px;height: 117px;font-size: 24px;margin: 0 0 10px 0;padding: 55px 20px 10px 40px;}
.members-item-title {font-size: 18px;}	
.members-item-logo img {max-height: 70px;}	

.footer_center_l img {max-width: 110px;}
.fphone {font-size: 24px;}
.fmail {font-size: 18px;}
.footer-yellow-logo{padding: 10% 15%;}

.ndt-wrap-left{width: 65%;}
.ndt-wrap-right{width: 35%;margin-top: 5%;}
.ndt-wrap2-left_inner{margin: 0 -2% 0 -2%;}
.viktoria-wrap-left_inner_logo,
.promgidroprivod-wrap-left_inner_logo{width: 25%;margin-top: 60px;}
.viktoria-wrap-left_inner_txt,
.promgidroprivod-wrap-left_inner_txt{width: 75%;}
.viktoria-wrap .members-title,
.promgidroprivod-wrap .members-title{text-align: left}
.viktoria-wrap2-left{width: 70%}
.viktoria-wrap2-right{width: 30%}
.viktoria-wrap-left_inner, 
.promgidroprivod-wrap-left_inner{margin: 0 -2% 0 -2%;}
.viktoria-wrap3-left_inner{margin: 0 -2% 0 -2%;}
.promgidroprivod-wrap2-right{width: 70%;}
.promgidroprivod-wrap2-left{width: 30%;}

.gs-page-container2 {margin-top: -60px;}
.gs-page-wrap-left{width: 50%;padding-top: 50px;}
.gs-page-wrap-right{width: 50%;padding-top: 7%;}
.gs-page-wrap-left-txt{font-size: 14px;line-height: 1.25;}
.gs-page-wrap-right-txt{font-size: 13px;line-height: 1.1;padding: 0 6% 10% 10%;}
}
@media screen and (min-width:736px){
.site-header-menu {margin: 60px 17% 0 auto;}
.page_contacts_left{width:48%;margin:0 4% 0 0;font-size:18px;}
.page_contacts_right{width:48%;}
.slide_content{font-size:32px;width: 55%;max-width:400px;left: 5%}

.start-title1{font-size: 36px;}
.start-title2{font-size: 34px;}	
.baner-content {padding: 15% 0 0 0;}
.about-container2-txt {line-height: 1.4;}	
.about-container2-txt2 {line-height: 1.4;}	

.footer-yellow-bg {width: 90%;}	
.footer-logo-item__title {font-size: 24px;line-height: 1.6;}
.footer-logo-item__title a {font-size: 16px;}
.footer-logo-item__img img {max-width: 100px;}

.logo {margin: 0 15% 0 auto;}
	
.gs-page-wrap-right-txt {font-size: 14px;padding: 3% 7% 15% 12%;}

.about-page-wrap-left{width: 20%;}
.about-page-wrap-right{width: 80%;}
.about-page-wrap2-left__img {margin-top: 25%;}
.about-page-wrap2-right_inner{padding: 20% 0 0 20px;}
}

@media screen and (min-width:812px){
.site-header-menu {margin: 60px 19% 0 auto;}
.main-navigation a {padding: 7px 10px;}
.about-container2-title {
    width: 200px;
    height: 125px;
    font-size: 22px;
    margin: 0 0 -40px 0;
	padding: 60px 10px 10px 25px;
    top: -50px;
}
.about-container2-txt {font-size: 16px}	
.about-container2-txt2 {font-size: 16px}	
.page-template-page-gs .about-container2-wrap_right_inner {margin: 20px auto 0 0;}
	
.footer-logo-item {margin-bottom: 20px;}
.fsoc {width: 62px;top: 27%;left: 4%;}
.inst {width:62px;height:55px;}
.fb {width:62px;height:55px;}
.yt {width:62px;height:55px;}
.fsoc .fb div.top {background-image:url(images/icons.webp);width:62px;height:55px;background-position:0 0;}
.fsoc .fb div.bottom {background-image:url(images/icons.webp);width:62px;height:55px;background-position:0 -57px;}
.fsoc .inst div.top {background-image:url(images/icons.webp);width:62px;height:55px;background-position:0 -114px;}
.fsoc .inst div.bottom {background-image:url(images/icons.webp);width:62px;height:55px;background-position:0 -171px;}
.fsoc .yt div.top {background-image:url(images/icons.webp);width:62px;height:55px;background-position:0 -228px;}
.fsoc .yt div.bottom {background-image:url(images/icons.webp);width:62px;height:55px;background-position:0 -285px;}	

.logo {max-width: 90px;}
.promgidroprivod-wrap2-right{width: 60%;}
.promgidroprivod-wrap2-left{width: 40%;}
.promgidroprivod-wrap2-right_inner_txt{padding: 0 20px;}

.gs-page-wrap-left-txt {font-size: 16px;line-height: 1.4;}
.gs-page-wrap-right-txt {font-size: 15px;padding: 3% 7% 15% 12%;}	
}

/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {


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

	.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;}
/*h1{font-size:26px;line-height:30px;}
h2{font-size:24px;line-height:28px;}
h3{font-size:22px;line-height:26px;}
h4{font-size:20px;line-height:24px;}*/
.container-center, .site-header-main,
.site-content, .container-center3{
padding-left: 35px;
padding-right: 35px;
}
.site-info {
padding: 10px 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;
		overflow: visible;
	}

p {
	margin: 0 0 20px;
}
.menu-button {top: 15px;}
.menu-container {max-width: 450px;}
.logo-start{max-width: 160px;}
.start-title1{font-size: 42px;margin: 7% 0 0 0;}
.start-title2{font-size: 40px;margin: 0 0 7% 0;}
.explore-button{width: 180px; height:118px;}
.explore-button a{/*width: 180px; height:118px;*/padding: 34px 20px 34px 0;font-size: 30px;}
.arr{width: 14px;height: 17px;right: 25px;top: 51px;}
.arr div.top {width:14px;height:17px}
.arr div.bottom {width:14px;height:17px;}	
.baner-content {padding: 15% 0 5% 0;}

.about-container1-wrap_left{width:65%;}
.about-container1-wrap_left_inner{width: calc(65% - ((100% - 910px)/2));margin: 0 0 0 auto;}
.about-container1-wrap_right{width:35%;max-width: none;}
.about-container1-title{width: 220px;height: 165px;font-size: 30px;margin: 0 0 50px 0;padding: 90px 10px 10px 50px;left:-10px}
.about-container1-wrap_bg {width: 60%;top: 12%;left: -10%;}	
.about-container1-txt {font-size: 18px;line-height: 1.6;padding: 0 30px 0 20px;}

.more-button a{width: 180px;height: 100px; padding: 32px 13px 25px 13px;font-size: 24px;}
.arr2{width: 13px;height: 16px;right: 25px;top: 45px;}
.arr2 div.top {width:13px;height:16px}
.arr2 div.bottom {width:13px;height:16px;}

.about-container2-wrap_left_inner{width: calc(41% - ((100% - 910px)/2));margin: 0 0 0 auto;}
.about-container2-title{width: 220px;height: 137px;font-size: 24px; padding: 70px 10px 10px 30px;left:-10px}	
.page-template-page-gs .about-container2-txt, 
.about-container2-txt{font-size: 18px;line-height: 1.4;padding: 0 10% 0 20px}
.about-container2-wrap_right{padding: 0 0 0 3%}
.about-container2-txt2{font-size: 18px;line-height: 1.4;padding: 0 0 0 20px;}

	
.container-center2 {
    margin: 0 auto 0 auto;
	width: 100%;
    max-width: 1470px;
    padding: 0 4.5455%;
}

.members-container-title,
.projects-container-title,
.footer-title{width: 220px;height: 136px;font-size: 30px;margin: 0 0 20px 0;padding: 65px 20px 10px 40px;left: -10px;}
.members-item{width: 29%;margin: 0 2% 20px 2%}
.members-item-logo img{max-height: 80px;}	
.members-item-title{font-size: 20px;margin: 30px 0 20px 0;}
.members-item-desc {font-size: 16px;line-height: 1.6}
	
.projects-container-wrap_left_inner{width: calc(65% - ((100% - 910px)/2));margin: 0 0 0 auto;}	
.projects-container-txt{font-size: 18px;line-height: 1.6;padding: 0 30px 0 20px;}	
	
.footer_center_l img {max-width: 150px;}	
.footer-yellow-bg {margin: 30px auto 0 auto;}	
.fphone {font-size: 28px}
.fsoc {left: 10%;}	
.fmail{font-size: 22px}
#allrights {left: 3%;}
.copyright {font-size: 12px;left: 0;}

.logo {max-width: 100px;}
.ndt-wrap-left_inner_logo{width: 30%;margin-top: 50px;}
.ndt-wrap-left_inner_txt{width: 70%;padding: 0 0}
.members-title {font-size: 26px;text-align: left;}
.ndt-wrap-left_inner{width: calc(70% - ((100% - 910px) / 2));margin: 0 0 0 auto;}
.ndt-wrap2-left_inner{width: calc(77% - ((100% - 910px) / 2));margin: 0 0 0 auto;}
.memebers-mech2-bg {height: 100px;}

.viktoria-wrap-left_inner_logo,
.promgidroprivod-wrap-left_inner_logo{width: 20%;padding: 0 10px 0 0}
.viktoria-wrap-left_inner_txt,
.promgidroprivod-wrap-left_inner_txt{width: 80%;}
.viktoria-wrap2-left{width: 75%}
.viktoria-wrap2-right{width: 25%}	
.viktoria-wrap2-left_inner {width: calc(54.5% - ((100% - 910px) / 2));margin: 0 0 0 auto;padding: 0 0;}
.viktoria-wrap3-left_inner{width: calc(76% - ((100% - 910px) / 2));margin: 0 0 0 auto;padding: 0 0;}
.members-viktoria-container:before {
    position: absolute;
    content: "";
    z-index: 1;
    background-image: url(images/members_victoria_pic2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 24%;
	max-width: 486px;
    height: 100%;
}	
.promgidroprivod-wrap2-right_inner{width: calc(65% - ((100% - 910px) / 2));}	
.promgidroprivod-wrap2-right_inner_txt{padding: 0 20px;}

.gs-page-wrap-left {padding-top: 60px;}
.gs-wrap_left_inner{width: calc(41% - ((100% - 910px)/2));margin: 0 0 0 auto;}
.gs-wrap_right_inner {width: 80%; padding: 0 0;}
.gs-page-wrap-left-txt {font-size: 18px;}
.gs-page-wrap-right-txt {font-size: 16px;line-height: 1.25;padding:1% 0% 6% 14%}
	
.about-page-wrap ul li{font-size: 18px;}	
.about-page-wrap2-left__img {margin-top: 23%;}
.about-page-wrap2-title {width: 250px;height: 169px;font-size: 24px;padding: 50px 20px 10px 50px;}

.projects-container-h {font-size: 24px;padding: 0 0;}
.projects-list1 {padding: 0 0;}
.projects-list2{width: calc(94% - ((100% - 910px) / 2)); margin: 0 0 0 auto}
	
	.main-navigation {
		margin: 0 0;
	}

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


.main-navigation li{
width: auto;
}
.main-navigation ul ul {
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
background: #fff;
border-radius: 5px;
-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	}

	.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:transparent;
		border-bottom: 1px solid #d1d1d1;
		border-bottom-width: 0;
	}

	.main-navigation ul ul a {
		white-space: normal;
		width: 400px;
		text-transform:none;
		font-weight:300;
		color: #000;
		padding:8px 10px 8px 15px;
		display:block;
		text-align:left;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		left:10px;
		top:32px;
		right:auto;
	}

	.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.825em;
		top: 12px;
	}

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

	.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%;
	}
.ndt-wrap-left_inner{width: calc(70% - ((100% - 985px) / 2))}
.ndt-wrap2-left_inner{width: calc(77% - ((100% - 985px) / 2))}
.viktoria-wrap2-left_inner {width: calc(54.5% - ((100% - 985px) / 2))}
.viktoria-wrap3-left_inner{width: calc(77% - ((100% - 985px) / 2))}
.promgidroprivod-wrap2-right_inner{width: calc(65% - ((100% - 985px) / 2));}

.gs-page-wrap-left {padding-top: 80px;}

.gs-page-wrap-right-txt {font-size: 16px;line-height: 1.4;padding: 1% 0 6% 16%;}
	
}
@media screen and (min-width: 1024px) {
.site-header-menu {margin: 70px 21% 0 auto;}
.main-navigation a {font-size: 16px;}
.slide_content{font-size:40px;width: 55%;max-width:450px;left: 5%}
.slide_title{max-width:400px;}
.slide-desc{max-width:380px;}
.logo-about {max-width: 130px;}	
.baner-title {font-size: 34px;}	
.baner-desc ul li {font-size: 20px;margin-bottom: 10px;}	
.baner-scroll-title{font-size: 24px;display:block;}
.baner-content {padding: 12% 0 5% 0;}	
.about-container1-wrap_left_inner{width: calc(65% - ((100% - 1024px)/2));}
.about-container1-wrap_bg {width: 60%;top:12%}

.about-container2-wrap_left_inner{width: calc(41% - ((100% - 1024px)/2));}

.projects-container-wrap_left_inner{width: calc(65% - ((100% - 1024px)/2))}	
	
.footer-yellow-bg {width: 80%;}
	
.ndt-wrap-left_inner{width: calc(70% - ((100% - 1024px) / 2));}
.ndt-wrap2-left_inner{width: calc(77.5% - ((100% - 1024px) / 2));}	
.viktoria-wrap-left_inner_logo,
.promgidroprivod-wrap-left_inner_logo{width: 20%;}
.viktoria-wrap-left_inner_txt,
.promgidroprivod-wrap-left_inner_txt{width: 80%;}
.viktoria-wrap2-left_inner {width: calc(54.5% - ((100% - 1024px) / 2))}
.viktoria-wrap3-left_inner{width: calc(77% - ((100% - 1024px) / 2))}
.promgidroprivod-wrap2-right_inner{width: calc(65% - ((100% - 1024px) / 2));}		

.gs-page-wrap-left {padding-top: 80px;}
.gs-wrap_left_inner{width: calc(41% - ((100% - 1024px)/2));}
.gs-page-wrap-left-txt {font-size: 18px;}
.gs-page-wrap-right-txt {font-size: 16px;line-height: 1.4;padding: 1% 0 8% 20%;}

.about-page-wrap ul li{font-size: 20px;}
.about-page-wrap ul li:before{top: -10px;}
.about-page-wrap2-right_inner {padding: 20% 0 0 30px;}
.about-page-wrap2 ul li {font-size: 18px;}
.projects-list1 ul li,
.projects-list2 ul li {font-size: 18px;}
.projects-list2{width: calc(94% - ((100% - 1024px) / 2));}
	
}
@media screen and (min-width: 1100px) {
.site-header-menu {margin: 70px 23% 0 auto;}
.logo-about {max-width: 150px;}	
.baner-desc ul li {font-size: 22px;margin-bottom: 10px;}
.baner-desc ul li:before{top: 8px;}
.about-container1-wrap_left_inner{width: calc(65% - ((100% - 1100px)/2));}
.about-container1-title{width: 250px;height:188px;font-size: 34px;margin: 0 0 70px 0;padding: 100px 20px 10px 60px;left: -20px;}
.about-container1-txt{font-size: 20px;padding: 0 15% 0 20px;}

.about-container2-wrap_left_inner{width: calc(41% - ((100% - 1100px)/2));}
.about-container2-title {width: 270px;height: 168px;font-size: 30px;margin: 0 0 -20px 0;padding: 75px 10px 10px 35px;left: -20px;}	
.about-container2-txt {font-size: 20px;}
.about-container2-txt2 {font-size: 20px;}
.page-template-page-gs .about-container2-title {margin: 0 0 -20px 0;top: -40px;}
	
.members-container-title,
.projects-container-title,
.footer-title{width: 250px;height: 155px;font-size: 34px;margin: 0 0 30px 0;padding: 70px 20px 10px 45px;left: -20px;}	
.members-item-logo img{max-height: 90px;}
.members-item-title{font-size: 22px;margin: 30px 0 10px 0;}	

.projects-container-wrap_left_inner{width: calc(65% - ((100% - 1100px)/2))}	
.projects-container-txt{font-size: 20px;padding: 0 10% 0 20px;}

.footer-logo-item {margin-bottom: 30px;}
.footer-logo-item__img img {max-width: 125px;}
.footer-logo-item__title {font-size: 26px;}	
.footer-logo-item__title a {font-size: 18px;}	
.fsoc {left: 10%;}	

.logo {max-width: 110px;}
.ndt-wrap-left_inner{width: calc(70% - ((100% - 1100px) / 2));}
.ndt-wrap2-left_inner{width: calc(77.5% - ((100% - 1100px) / 2));}	
.ndt-wrap-left_inner_txt {font-size: 18px;}
.ndt-wrap2-left_inner {font-size: 18px;}
.members-title {font-size: 30px;}
.memebers-mech2-bg {height: 120px;}
.viktoria-wrap-left_inner_txt,
.promgidroprivod-wrap-left_inner_txt{font-size: 18px;}
.viktoria-wrap2-left_inner {width: calc(55% - ((100% - 1100px) / 2));font-size: 18px;}
.viktoria-wrap3-left_inner{width: calc(77% - ((100% - 1100px) / 2));font-size: 18px;}
.viktoria-wrap-left_inner_logo img, .promgidroprivod-wrap-left_inner_logo img {max-width: 150px;}	
.promgidroprivod-wrap2-right_inner{width: calc(65% - ((100% - 1100px) / 2));}		
.promgidroprivod-wrap2-right_inner_txt{font-size: 18px;}
	
.gs-wrap_left_inner{width: calc(41% - ((100% - 1100px)/2));}	
.gs-page-wrap-left-txt {font-size: 20px;line-height: 1.4;}
.gs-page-wrap-right-txt {font-size: 18px;padding: 1% 0 6% 20%;}
	
.about-page-wrap ul li{font-size: 22px;}
.about-page-wrap2-title {width: 280px;height: 189px;font-size: 28px;padding: 55px 20px 10px 55px;}
.about-page-wrap2-left__img {margin-top: 22%;}

.projects-list2{width: calc(94% - ((100% - 1100px) / 2));}

}



/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
.menu-container {max-width: 520px;}
.baner-content {padding: 12% 0 0 0;}	
.baner-title {font-size: 42px;}
.baner-scroll-container{position:absolute;bottom:14%; margin: auto;}
.baner-scroll-arrow{position:absolute;}
.about-container1-wrap_left_inner{width: calc(65% - ((100% - 1200px)/2));}

.about-container2-wrap_left_inner{width: calc(41% - ((100% - 1200px)/2));}
.about-container2-txt {line-height: 1.6;}
.about-container2-txt2 {line-height: 1.6;}
.about-container2-title {margin: 0 0 0 0;}
.page-template-page-gs .about-container2-title {margin: 0 0 0px 0;top: -40px;}
	
.projects-container-wrap_left_inner{width: calc(65% - ((100% - 1200px)/2))}	

.footer-yellow-bg {width: 75%;}


.ndt-wrap-left_inner{width: calc(70% - ((100% - 1200px) / 2));}
.ndt-wrap2-left_inner{width: calc(77.5% - ((100% - 1200px) / 2));}	
.ndt-wrap-left_inner_txt {line-height: 1.6}
.ndt-wrap2-left_inner {line-height: 1.6}
.viktoria-wrap-left_inner_logo, 
.promgidroprivod-wrap-left_inner_logo {padding: 0 0 0 0;}
.viktoria-wrap-left_inner_txt,
.promgidroprivod-wrap-left_inner_txt{line-height: 1.6}
.viktoria-wrap2-left_inner {width: calc(55% - ((100% - 1200px) / 2));line-height: 1.6}
.viktoria-wrap3-left_inner{width: calc(77% - ((100% - 1200px) / 2));line-height: 1.6}
.promgidroprivod-wrap2-right_inner{width: calc(65% - ((100% - 1200px) / 2));}
.promgidroprivod-wrap2-right_inner_txt{line-height: 1.6}

.gs-page-wrap-left {padding-top: 90px;}
.gs-wrap_left_inner{width: calc(41% - ((100% - 1200px)/2));}
.gs-page-wrap-left-txt {line-height: 1.6;}	
.gs-page-wrap-right-txt {font-size: 19px;padding: 1% 0 6% 17%;}
	
.about-page-wrap2 ul li{padding: 0 0 0 100px;font-size: 22px;}
.about-page-wrap2 ul li:before{width: 88px;height: 79px;}
.about-page-wrap2-title {width: 320px;height: 216px;font-size: 34px;padding: 60px 20px 10px 55px;}

.projects-list1 ul li,
.projects-list2 ul li{padding: 0 0 0 100px;font-size: 22px;}
.projects-list1 ul li:before,
.projects-list2 ul li:before{width: 76px;height: 70px;}
.projects-list2{width: calc(94% - ((100% - 1200px) / 2));}	
	
	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){
.menu-button{width: 65px;height: 60px;padding: 9px 15px;}
.menu-container {max-width: 600px;}
.site-header-menu {margin: 90px 21% 0 auto;}
.main-navigation a {font-size: 18px; padding: 10px 10px;}
.mbottom {
-webkit-transform: translate3d(0, 8px, 0);
transform: translate3d(0, 8px, 0);
}
.logo-start{max-width: none;}
.start-title1{font-size: 48px;margin: 10% 0 0 0;}
.start-title2{font-size: 46px;margin: 0 0 10% 0;}
.explore-button{width: 209px; height:137px;}
.explore-button a{/*width: 209px; height:137px;*/padding: 35px 20px 39px 0;font-size: 36px;}
.arr{width: 17px;height: 21px;right: 25px;top: 59px;}
.arr div.top {width:17px;height:21px}
.arr div.bottom {width:17px;height:21px;}
.about-container1-wrap_left_inner{width: calc(65% - ((100% - 1280px)/2));}

.about-container2-wrap_left_inner{width: calc(41% - ((100% - 1280px)/2));}
.page-template-page-about .about-container1-wrap_right img {top: 14%;}
.page-template-page-projects .projects-container-wrap_right img{top:14%}
	
.members-title-wrap:after{background-image: url(images/members_mech_element.webp)}
.members-item-title {font-size: 24px;}
.members-item-desc{font-size: 18px;}
	
.projects-container-wrap_left_inner{width: calc(65% - ((100% - 1280px)/2))}		

.fphone{font-size:32px;}
.fmail{font-size: 24px;}
.footer-logo-item{margin-bottom: 40px;}
.footer-logo-item__title{font-size: 30px;}
.footer-logo-item__title a{font-size: 22px;}
.fsoc {top: 25%}
.footer-yellow-bg {margin: 50px auto 0 auto;}	

.logo {max-width: 130px;margin: 0 20% 0 auto;}
.page-template-page-members .members-title-wrap:after {top: 20%;}
.ndt-wrap-left_inner_logo img {max-width: 120px;}
.members-commodum-container .ndt-wrap-left_inner_logo img {max-width: none;}
.members-title {font-size: 32px;}
.ndt-wrap-left_inner{width: calc(70% - ((100% - 1280px) / 2));}
.ndt-wrap2-left_inner{width: calc(77.5% - ((100% - 1280px) / 2));}
.ndt-wrap-left_inner_txt {font-size: 20px;}
.ndt-wrap2-left_inner {font-size: 20px;}
.memebers-mech2-bg {height: 130px;}
.viktoria-wrap-left_inner, .promgidroprivod-wrap-left_inner {margin: 0 -1% 0 -1%;}
.viktoria-wrap-left_inner_txt, .promgidroprivod-wrap-left_inner_txt {font-size: 20px;}
.viktoria-wrap2-left_inner {width: calc(55% - ((100% - 1280px) / 2));font-size: 20px;}
.viktoria-wrap3-left_inner{width: calc(77% - ((100% - 1280px) / 2));font-size: 20px;}
.promgidroprivod-wrap2-right_inner{width: calc(65% - ((100% - 1280px) / 2));}
.promgidroprivod-wrap2-right_inner_txt{font-size: 20px;}

.gs-page-container2 {margin-top: -80px;}
.gs-page-wrap-left {padding-top: 110px;}
.gs-wrap_left_inner{width: calc(41% - ((100% - 1280px)/2));}
.gs-page-wrap-right-txt {font-size: 20px;line-height: 1.6; padding: 3% 0 15% 17%;}	
	
.about-page-wrap2-right_inner {padding: 20% 0 0 7%;}

.projects-container-h {margin-bottom: 20px;}
.projects-list2{width: calc(94% - ((100% - 1280px) / 2));}
	
}
@media screen and (min-width:1366px){
.site-header-menu {margin: 90px 23% 0 auto;}
.about-container1-wrap_left_inner{width: calc(65% - ((100% - 1366px)/2));}

.about-container2-wrap_left_inner{width: calc(41% - ((100% - 1366px)/2));}
.about-container2-wrap_right{padding: 30px 0 0 3%}
.about-container2-txt2 {padding: 0 30px 0 20px;}
.about-container2-title {margin: 0 0 10px 0;}
.about-container2-title {width: 300px;height: 187px;font-size: 34px;padding: 85px 10px 10px 35px;}

.projects-container-wrap_left_inner{width: calc(65% - ((100% - 1366px)/2))}	

.ndt-wrap-left_inner{width: calc(70% - ((100% - 1366px) / 2));}
.ndt-wrap2-left_inner{width: calc(77.5% - ((100% - 1366px) / 2));}
.viktoria-wrap2-left_inner {width: calc(55% - ((100% - 1366px) / 2));font-size: 20px;}
.viktoria-wrap3-left_inner{width: calc(77% - ((100% - 1366px) / 2));font-size: 20px;}
.promgidroprivod-wrap2-right_inner{width: calc(65% - ((100% - 1366px) / 2));}

.gs-wrap_left_inner{width: calc(41% - ((100% - 1366px)/2));}
.gs-wrap_right_inner {width: 75%;}
.gs-page-wrap-right-txt {padding: 3% 0 15% 15%;}
	
.projects-list2{width: calc(94% - ((100% - 1366px) / 2));}
}
@media screen and (min-width:1440px){
.site-main {margin-bottom: 4em;}
.menu-container {max-width: 650px;}	
	
.about-container1-wrap_left {width: 60%;}
.about-container1-wrap_right {width: 40%;}
.about-container1-title{width: 300px;height: 226px;font-size: 40px;margin: 0 0 80px 0;padding:120px 20px 10px 70px;left: -30px;top: 0;}
.about-container1-wrap_left_inner{width: calc(60% - ((100% - 1400px)/2));}
.about-container1-txt {line-height: 1.75;}

.more-button a{width: 211px;height: 117px; padding: 38px 20px 38px 20px;font-size: 28px;}
.arr2{width: 14px;height: 17px;right: 30px;top: 53px;}
.arr2 div.top {width:14px;height:17px}
.arr2 div.bottom {width:14px;height:17px;}
	
.about-container2-wrap_left_inner{width: calc(41% - ((100% - 1400px)/2));margin: 0 0 0 auto;}
.about-container2-title {width: 340px;height: 212px;font-size: 38px;margin: 0 0 20px 0;padding: 95px 10px 10px 40px;left: -30px;}	
.about-container2-txt2 {padding: 0 10% 0 20px;}
.about-container2-txt p {margin: 0 0 20px 0;}
.about-page-wrap-right {width: 60%;}

.container-center2 {width: 97%;max-width: 1470px;}

.members-item-logo img{max-height: 100px;}
.members-container-title,
.projects-container-title,
.footer-title{width: 300px;height: 185px;font-size: 40px;margin: 0 0 40px 0;padding: 85px 20px 10px 55px;left: -30px; }	
.members-item {width: 25%;margin: 0 4% 20px 4%;}	
.memebers-mech3-bg{height: 159px;}
	
.projects-container-wrap_left{width:55%}
.projects-container-wrap_right{width:45%;text-align: right;}	
.projects-container-wrap_left_inner{width: calc(51% - ((100% - 1400px)/2))}
.projects-container-txt{line-height: 1.75}	
.projects-container-wrap_bg{
	position: absolute;
	width: 15%;
	height: 100%;
	z-index: 1;
	background-image: url(images/projects_mech_element.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top left;
	top: 0;
	left: 0;
}

.logo {max-width: 130px;}
.ndt-wrap-right {margin-top: 1%;}
.ndt-wrap-left_inner_logo{width: 30%;margin-top: 80px;}
.ndt-wrap-left_inner_txt{width: 65%;font-size: 22px;line-height: 1.8;}	
.ndt-wrap-left_inner{width: calc(70% - ((100% - 1400px) / 2));}
.ndt-wrap2-left_inner{width: calc(78% - ((100% - 1400px) / 2));font-size: 22px;line-height: 1.8}
.members-ndt-container:before{width: 50%;left: 0;}
.memebers-mech2-bg {height: 159px;}
.viktoria-wrap-left_inner_logo,
.promgidroprivod-wrap-left_inner_logo{width: 21%;margin-top: 80px;}
.viktoria-wrap-left_inner_logo img, .promgidroprivod-wrap-left_inner_logo img {max-width: 170px;}
.viktoria-wrap-left_inner_txt,
.promgidroprivod-wrap-left_inner_txt{width: 79%;}
.viktoria-wrap-left_inner, .promgidroprivod-wrap-left_inner {margin: 0 0 0 0;}
.viktoria-wrap-left_inner_txt, .promgidroprivod-wrap-left_inner_txt {font-size: 22px;line-height: 1.8;}
.viktoria-wrap2-left_inner {width: calc(55% - ((100% - 1400px) / 2));font-size: 22px;line-height: 1.8;}
.viktoria-wrap3-left_inner{width: calc(77.5% - ((100% - 1400px) / 2));font-size: 22px;line-height: 1.8;}
.promgidroprivod-wrap2-right_inner{width: calc(65% - ((100% - 1400px) / 2));}
.promgidroprivod-wrap2-right_inner_txt{padding: 0 35px;font-size: 22px;line-height: 1.8}	

.gs-page-wrap-left {padding-top: 130px;}
.gs-wrap_left_inner{width: calc(41% - ((100% - 1400px)/2));margin: 0 0 0 auto;}
.gs-wrap_right_inner {width: 70%;}
.gs-page-wrap-right-txt {padding: 5% 0 25% 18%;}

.about-page-wrap ul li{font-size: 24px;}
.about-page-wrap2 ul li {font-size: 24px;}
.about-page-wrap2-left__img {margin-top: 20%;}

.projects-list1 ul li,
.projects-list2 ul li {font-size: 24px;}
.projects-list2{width: calc(94% - ((100% - 1440px) / 2));}
}


@media screen and (min-width:1680px){
.menu-container {max-width: 720px;}
.main-navigation a {font-size: 20px;padding: 12px 10px;}
.logo-about{max-width: none}
.baner-content {padding: 10% 0 0 0;}
.baner-title{font-size: 44px;margin: 5% 0 10px 0;}
.baner-desc ul li{margin: 0 0 15px 0;font-size: 24px;}
.baner-scroll-title{font-size: 24px;display:block;}

.about-container1-wrap_left_inner{width: calc(60% - ((100% - 1400px)/2));}
/*.about-container1-title {top: 15px}*/
	
.about-container2-wrap_left_inner{width: calc(42% - ((100% - 1400px)/2));}
.about-container2-title {width: 400px;height: 250px;font-size: 42px;margin: 0 0 20px 0;padding: 110px 20px 10px 55px;top: -60px;}
.about-container2-wrap_right_inner{width: 80%;}
.page-template-page-gs .about-container2-txt, 
.about-container2-txt{line-height: 1.75;padding: 0 20% 0 20px;}	
.about-container2-txt2{line-height: 2;padding: 0 60px 0 20px;}
	
.container-center2 {width: 97%;max-width: 2200px;}

.footer-logo-item{margin-bottom: 50px;}
.copyright {bottom: 30px;left: 0;right: 0;font-size: 12px;}
#allrights {bottom: 30px;left: 50px;line-height: 12px;font-size: 12px;margin: 10px 0 0 0px;}

.logo {max-width: none}
.ndt-wrap-left_inner_logo{width: 30%;margin-top: 80px;}
.members-title{font-size: 36px;margin-bottom: 20px;}
.ndt-wrap-left_inner_logo img {max-width: 120px;}
.ndt-wrap-left_inner{width: calc(76% - ((100% - 1400px) / 2));}
.ndt-wrap2-left_inner{width: calc(81% - ((100% - 1400px) / 2));font-size: 22px;line-height: 1.8}
.viktoria-wrap-left_inner_logo,
.promgidroprivod-wrap-left_inner_logo{width: 19%;}
.viktoria-wrap-left_inner_logo img, .promgidroprivod-wrap-left_inner_logo img {max-width: 200px;}
.viktoria-wrap-left_inner_txt,
.promgidroprivod-wrap-left_inner_txt{width: 81%;}
.viktoria-wrap2-left_inner {width: calc(62% - ((100% - 1400px) / 2))}
.viktoria-wrap3-left_inner{width: calc(81% - ((100% - 1400px) / 2))}

.gs-page-container2 {margin-top: -130px;}
.gs-page-wrap-left {padding-top: 180px;}
.gs-wrap_left_inner{width: calc(42% - ((100% - 1400px)/2));}
.gs-wrap_right_inner {width: 75%;}
.gs-page-wrap-left-txt{line-height: 1.8;}
.gs-page-wrap-right-txt {padding: 10% 0 20% 22%;line-height: 1.8}
	
.about-page-wrap ul li{font-size: 26px;}
.about-page-wrap2 ul li {font-size: 26px;}
.about-page-wrap2-right_inner {width: calc(55% - ((100% - 1400px)/2));
}
.about-page-wrap2-left__img {margin-top: 18%;}
.about-page-wrap2-title {width: 360px;height: 243px;font-size: 38px;padding: 60px 20px 10px 60px;}
	
.projects-list1 ul li,
.projects-list2 ul li {font-size: 24px;}
.projects-list2{/*width: calc(80% - ((100% - 1415px) / 2));*/
width: 70%;
margin: 0 auto 0 5.5%;
	}
}

@media screen and (min-width:1920px){
.menu-container {max-width: 850px;}
.main-navigation a {font-size: 24px;padding: 15px 10px;}
.about-container1-title{width: 343px;height: 258px;font-size: 48px;padding: 140px 20px 10px 80px;}	
.about-container1-wrap_left_inner{width: calc(70% - ((100% - 1400px)/2));}
.about-container1-txt {font-size: 22px;}
.about-container2-wrap_left_inner{width: calc(54% - ((100% - 1400px)/2));}
.about-container2-title{width: 460px;height: 287px;font-size: 48px;margin: 0 0 15px 0;padding: 140px 20px 10px 60px;}
.about-container2-txt{font-size: 22px !important;line-height: 2 !important;}
.about-container2-txt2{font-size: 22px !important;}

	
.ndt-wrap2{margin-top: -7%}	
.members-container-title,
.projects-container-title,
.footer-title{width: 317px;height: 196px;font-size: 46px;padding: 85px 20px 10px 50px;}
.members-item-logo img{max-height: 109px;}
.members-item-title {font-size: 26px;}
.members-item-desc {font-size: 22px;}
.viktoria-wrap3{margin-top: -10%}
.viktoria-wrap3-left_inner {width: calc(68% - ((100% - 1400px) / 2));margin-left: 19%;}
	
.projects-container-wrap_left_inner{width: calc(63% - ((100% - 1400px)/2))}
.projects-container-txt {font-size: 22px;}

.viktoria-wrap-left_inner_logo img, .promgidroprivod-wrap-left_inner_logo img {max-width: none;}	
.viktoria-wrap2-left_inner {width: calc(65% - ((100% - 1400px) / 2));}

.gs-page-wrap-left {padding-top: 210px;}
.gs-wrap_left_inner{width: calc(54% - ((100% - 1400px)/2));}
.gs-page-wrap-left-txt{font-size: 22px;}
.gs-page-wrap-right-txt{font-size: 22px;padding: 10% 0 20% 22%;}

.about-page-wrap2-title {width: 414px;height: 280px;font-size: 42px;padding: 80px 20px 10px 80px;}
.about-page-wrap2 ul li {line-height: 1.6;margin-bottom: 30px;}
.about-page-wrap2-left__img {text-align: center;}

.projects-list1 ul li,
.projects-list2 ul li {line-height: 1.6;margin-bottom: 30px;}	
.projects-list2{width: 70%;margin: 0 auto 0 0}
.container-center3{padding: 0}
	
.scrollTop{width:74px;height:74px;}
}
	
@media screen and (min-width:2560px){
.container-center { max-width: 1970px;}	
.menu-container {max-width: 980px;}
.site-header-menu {margin: 100px 26% 0 auto;}
.main-navigation a {font-size: 28px;padding: 20px 10px;}
	
.about-container1-wrap_left_inner {width: calc(70% - ((100% - 1900px) / 2));}
.about-container2-wrap_left_inner {width: calc(54% - ((100% - 1900px) / 2));}
.about-container1-title {top: 0;margin: 0 0 150px 0;}
.about-container1-wrap_bg {top: 7%;}
.about-container1-txt {font-size: 26px;line-height: 2;}
.page-template-page-gs .about-container2-txt {padding: 10% 20% 20% 20px;}
.about-container2-txt {padding: 5% 21% 20% 20px;font-size: 26px !important;}
.about-container2-txt2 {font-size: 26px !important;}
.projects-container-wrap_left_inner {width: calc(60% - ((100% - 1900px) / 2));}
.projects-container-wrap_bg {top: -7%}
.projects-container-txt {font-size: 26px;line-height: 2;}
.projects-list1 ul li, .projects-list2 ul li {font-size: 26px;line-height: 2;}
	
.members-viktoria-container:before {width: 32%;max-width: 600px;}
.members-title {font-size: 44px;margin-bottom: 40px;}
.ndt-wrap-right {width: 32%;}
.ndt-wrap2{margin-top: -9%}
.ndt-wrap-left_inner{width: calc(76% - ((100% - 1900px) / 2));}
.ndt-wrap2-left_inner{width: calc(81% - ((100% - 1900px) / 2));font-size: 26px;line-height: 2}
.ndt-wrap-left_inner_txt {font-size: 26px;line-height: 2;}
.viktoria-wrap3{margin-top: -8%}
.viktoria-wrap2-left_inner {width: calc(65% - ((100% - 1900px) / 2));font-size: 26px;line-height: 2;}
.viktoria-wrap3-left_inner {width: calc(72% - ((100% - 1900px) / 2));font-size: 26px;line-height: 2;margin-left: 19%}
.promgidroprivod-wrap2-left {width: 32%;}
.promgidroprivod-wrap2-right {width: 68%;}
.promgidroprivod-wrap2-right_inner {width: calc(75% - ((100% - 1900px) / 2));}
.viktoria-wrap-left_inner_txt, 
.promgidroprivod-wrap-left_inner_txt {font-size: 26px;line-height: 2;}
.promgidroprivod-wrap2-right_inner_txt {font-size: 26px;line-height: 2;}
.memebers-mech2-bg {height: 200px;}
.memebers-mech3-bg{height: 200px;}
.members-item-title {font-size: 34px;}
.members-item-desc {font-size: 26px;line-height: 1.8}
	
/*.ndt-wrap2-left_inner {width: calc(80% - ((100% - 1400px) / 2));}
.viktoria-wrap2-left_inner {width: calc(69.5% - ((100% - 1400px) / 2));}	
.promgidroprivod-wrap2-left {width: 32%;}
.promgidroprivod-wrap2-right {width: 68%;}	
.promgidroprivod-wrap2-right_inner {width: calc(78% - ((100% - 1400px) / 2));}	
*/
.gs-wrap_left_inner {width: calc(52% - ((100% - 1900px) / 2));}
.gs-page-wrap-left-txt {font-size: 26px;line-height: 2;}
.gs-page-wrap-right-txt {padding: 6% 0 16% 26%;font-size: 26px;line-height: 2;}
.container-center3{max-width: 1930px;}	
}
/*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:550px;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:22px;height:23px;text-align:center;
background-image:url(images/close_button.png);
-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}


/*pagenavi-css.css*/
.wp-pagenavi {clear: both; margin-top:30px;}
.wp-pagenavi a, .wp-pagenavi span {text-decoration: none;border: 1px solid #ccc;padding: 5px 12px 7px 12px;margin: 2px; border-radius:4px; color:#000;}
.wp-pagenavi a:hover, .wp-pagenavi span.current {border-color: #ccc;}
.wp-pagenavi span.current { background:#e6e6e6;}
a.nextpostslink, a.previouspostslink{
	padding:0;
	border:0;

}
a.nextpostslink img, a.previouspostslink img{
	position:relative;
	top:-1px
}


/**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:7px;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;list-style-type:none;display:inline-block}
.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px;line-height:1}
.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:block;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:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;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;bottom:-45px;display:block;width:100%;padding:0;list-style:none;text-align:center;}
.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:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.slick-dots li.slick-active button:before{opacity:.75;color:black;}

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