/*!
Theme Name: mark agency
Theme URI: http://underscores.me/
Author: mifsul
Author URI: http://mark-agency.ru
Description: Wordpress тема от Web-студии MARK
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mark-agency
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

mark agency is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
        url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Light.woff') format('woff'),
        url('fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
        url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Bold.woff') format('woff'),
        url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-font-smoothing: antialiased;
}
.site a:hover {
    color: inherit;
    text-decoration: none;
}
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

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

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

ul, ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	padding:0 1rem;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.site h2 {
    font-size: 26px;
    text-align: left;
    margin: 20px 0 20px;
    color: #333;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	outline: none;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

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

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/* default subheader */
div#breadcrumbs {
	text-align: center;
	color: rgba(59, 30, 15, 0.6);
	margin-top: 0.625rem;
}

div#breadcrumbs a {
	color: rgba(59, 30, 15, 0.6);
}

div#breadcrumbs span.kb_sep {
	font-size: 0.75rem;
	margin: 0 10px;
	opacity: .4;
	filter: alpha(opacity=40);
}

h1.entry-title {
	text-align: center;
	margin: 0;
	font-size: 2rem;
}

/* Отображение блога,портфолио и статей */
article.article_post h2 {
	font-size: 1.45em;
}

article.article_post h2 a {
	color: #000;
}

article.article_post .article_post_link {
	background-color: rgba(0, 0, 0, 0.02);
}

article.article_post .article_post_link a {
	color: #000;
	border-color: rgba(0, 0, 0, 0.08);
}

article.article_post .article_post_link a i {
	color: #a8a8a8;
}

article.project_photo {
	text-align: center;
}

article.project_photo .article_image {
	margin-bottom: .5em;
	width: 100%;
	height: 390px;
	overflow: hidden;
	display: inline-block;
}

article.project_photo .article_image img {
	height: 100%;
	width: 100%;
	transition: 3s;
}

article.project_photo:hover img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

article.project_photo a {
	color: #333;
}

article.project_photo h2 {
	font-size: 1.1em;
	font-weight: normal;
	padding: 1em;
}


.article_post_image {
	max-height: 20em;
	overflow: hidden;
}
.article_post_image img {
	-webkit-transition: 3s;
	-o-transition: 3s;
	transition: 3s;
}
.article_post:hover .article_post_image img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	
}

@media (max-width: 450px) {
}

@media (max-width: 576px) {
	.article_post_image {margin-bottom: 1em;}
	article.project_photo .article_image {
		height: auto;
	}
	.sect-banner .v-center h1, .page_one_header h1 {
		font-size: 2em !important;
	}

	.page_one_header ul li {
		font-size: 1em;
	}

	.price-arch li {
		width: 33%;
		text-align: center;
		height: 82px;
		overflow: hidden;
	}

	.nav-link {
		font-size: .7em !important;
		padding: .2rem;
		height: 82px;
	}

	.nav-link br {
		display: none !important;
	}

	.nav-link img {
		display: block;
		margin: 0 auto;
	}

	.tab-content {
		padding-right: 0 !important;
	}

	.spis-price b {
		font-size: 1.3em !important;
	}

	.btn.btn-primary {
		width: 100%;
	}

	.slick-slide {
		width: 90vw !important;
		-webkit-transform: scale(1) !important;
		-moz-transform: scale(1) !important;
		-ms-transform: scale(1) !important;
		-o-transform: scale(1) !important;
		transform: scale(1) !important;
	}

	a.page_link_more {
		padding: 0.7em 0em !important;
		width: 100% !important;
	}
}

@media (max-width: 768px) {

	.slick-slide {
		min-height: auto !important;
	}
	
	article.project_photo .article_image img {
		width: 100%;
	}

	.drop_down_menu:before {content: '+';padding-right: 20px;}
	.drop_down_menu_minus:before {content: '-';padding-right: 20px;}
}


/*--------------------------------------------------------------
# Стили для контактной формы
--------------------------------------------------------------*/
.wpcf7-form p {
margin-bottom:0;
}
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    padding: 10px;
    outline: none;
    margin: 0;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-color: rgb(83, 170, 189);
    background: rgb(83, 170, 189);
    color: #fff;
    font-weight: 600;
    padding: 1em 2em;
	cursor: pointer;
}
.skidka-popup {
    text-align: center;
	line-height:110%;
}

.skidka-popup img {
	width:230px;
	text-align: center;
}
span.wpcf7-not-valid-tip {
	margin-bottom: 10px;
}
.skidka-popup .telephon {
margin: 0 10% 0 10%;
}
.telephon input[type="text"], .telephon input[type="tel"] {
    width: 100%;
}
.skidka-popup .button_skidka {
float: left; 
margin: 0 0 0 33%;
width: 40%; 
text-align: left;
}

@media screen and (max-width: 767px) {
	.skidka-popup .telephon {
	margin: 0 0 5%;
	width: 100%; 
	text-align: center;
	}
	.skidka-popup .button_skidka {
	margin: 0 0 5%;
	width: 100%; 
	text-align: center;
	}
	.skidka-popup img {
	width:70%;
	}
}

 th, td {
	border-width: 0 1px 1px 0;
    border: 1px solid rgba(0,0,0,.08);
	padding: 10px;
    vertical-align: top;

}

ul.list_check {
    list-style: none;
    margin-left: 0;
	padding: 0;
}
ul.list_check li {
    position: relative;
    margin: 0 0 10px 0;
    padding-left: 20px;	
	font-weight: 600;
}
ul.list_check li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 10px;
    background: #20a24f;
}


.head-icons {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 9999;
}
.head-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
}

/* Аккордион */

#accordion .btn {
    text-align: left;
    white-space: normal;
 }
#accordion .btn-link {
    font-weight: 600;
    color: #333;
}

.entry-content p {
    display: block;
    width: 100%;
}


/*--------------------------------------------------------------
# Шапка
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.row-shadow {
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

nav.pagination * {
	padding: 3px 7px;
	border-radius: 5px;
	background-color: #dd0024;
	color: #fff;
	margin: 0 3px;
}

nav.pagination span {
	background-color: #e1dfdf;
	color: #000;
}

/*--------------------------------------------------------------
# Кнопка наверх
--------------------------------------------------------------*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(83, 170, 189);
  color: white;
  cursor: pointer;
  padding: 10px 18px;
  border-radius: 4px;
  opacity: .4;
  transition: all .3s;
}

#myBtn:hover {
  background-color: #555;
}

/* NEW */
.site-content {
	font-family: 'Roboto';
	color: #0B382B;
}
.site-branding img {
    width: 240px;
}
.main-navigation {
    background-color: #ededed;
    box-shadow: 0 5px 3px rgba(0, 0, 0, .09);
	position: relative;
}
.main-navigation #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-family: "Georgia", Arial, Tahoma, sans-serif;
}
header.site-header {
	font-family: "Georgia", Arial, Tahoma, sans-serif;
	background-size: cover !important;
	position: relative;
	color: #fff;
}
.site-header .container {
    position: relative;
	z-index: 3;
}
.site .front-info h2 {
    text-align: left;
    color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 52px;
}
.front-info-text {
    font-size: 18px;
	color: #fff;
}
.front-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
    background: url(/wp-content/uploads/2024/09/slide-btm.png) repeat-x;
	z-index: 2;
}
.front-info-button {
    margin-top: 20px;
}
a.front-slide-btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    text-transform: none;
    color: #fff !important;
    line-height: 75px;
    padding: 0 110px 0 0;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 75px;
    margin-top: 10px;
    outline: none !important;
}
a.front-slide-btn:after {
    content: '';
    position: absolute;
    width: 75px;
    height: 75px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/uploads/2025/03/arr-ico-white.svg) no-repeat;
}
.home header.site-header .topc {
	width: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
}
div#default-swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
	right: 0;
}
div#default-swiper-container .swiper-slide:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .45);
    z-index: 1;
}
.site-header .swiper-slide {
    background-size: cover;
	height: 100%;
}
div#default-swiper-container .front-info {
	position: relative;
    z-index: 999;
}
.front-info-content {
	padding: 170px 0px 100px 40px;
}
/*@media screen and (min-width: 1200px) {
	.site-header .swiper-slide {
		min-height: 766px;
	}
}*/
@media screen and (max-width: 767px) {
	.site .front-info h2 {
		font-size: 32px;
	}
	.front-info-content {
		padding: 70px 20px 70px 20px;
	}
	#site-navigation #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
		background: rgba(11,10,12,.85);
	}
}
.subheader_1 {
	background: transparent;
	padding: 10px 0;
	}
.subheader_1 .entry-title, .subheader_1 h1.entry-title {
    text-align: left;
    color: #333;
    font-family: "Georgia", Arial, Tahoma, sans-serif;
}
.subheader_1 div#breadcrumbs, .subheader_1 div#breadcrumbs a {
    text-align: left;
    color: #333;	
    margin-top: 0.625rem;
}

footer.site-footer {
	background: #38393d;
	color: #fff;
}
.footer-bottom {
    padding: 30px 0;
}
.site-footer a,.site-footer a:hover {
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
}
.col-footer-item-text {
    font-size: 13px;
    color: rgba(255, 255, 255, .8);
}
.footer-cont-title {
    font-size: 12px;
    line-height: 1.33;
    margin: 0 0 5px;
    font-weight: 700;
    color: #adadad;
    text-transform: uppercase;
}
.footer-cont-info {
    font-size: 13px;
    color: #fff;
}
.col-footer-item-img img {
    height: 120px;
}
article.article_post h2 {
	font-size: 1.45em;
	text-align: left;
}
article.article_post h3 {
    font-size: 1.25em;
}
article.article_post h2 a {
	color: #000;
}

article.article_post .article_post_link {
	background-color: rgba(0, 0, 0, 0.02);
}

article.article_post .article_post_link a {
	color: #000;
	border-color: rgba(0, 0, 0, 0.08);
}

article.article_post .article_post_link a i {
	color: #a8a8a8;
}

article.project_photo {
	text-align: center;
}

article.project_photo .article_image {
	margin-bottom: .5em;
	width: 100%;
	height: 390px;
	overflow: hidden;
	display: inline-block;
}

article.project_photo .article_image img {
	height: 100%;
	width: 100%;
	transition: 3s;
}

article.project_photo:hover img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

article.project_photo a {
	color: #333;
}

article.project_photo h2 {
	font-size: 1.1em;
	font-weight: normal;
	padding: 1em;
}


.article_post_image {
    max-height: 300px;
    overflow: hidden;
    border-radius: 10px;
}
.article_post_image img {
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	object-fit: cover;
}
.article_post:hover .article_post_image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	
}
article.article_post h2 a:hover {
    text-decoration: none;
}

@media (max-width: 576px) {
	.article_post_image {margin-bottom: 1em;}
	article.project_photo .article_image {
		height: auto;
	}
}

/* article */
.single-post .sub-content {
    display: none;
}
.post_others {
    background: #F4F5FC;
    border-radius: 30px;
    padding: 40px 30px;
}
.post_other_img {
    width: 30%;
}
.post_other_content {
    padding-left: 15px;
	width: 70%;
}
.post_others h3 {
    font-size: 1.6rem;
    margin-bottom: 25px;
}
.side_post_title a {
    font-size: 1rem;
	line-height: 1;
}
.side_post_date {
    color: #B8B8B8;
    font-size: .9rem;
	margin-top: 5px;
}
.post_other {
    margin-bottom: 25px;
}
.post_other_img img {
    border-radius: 8px;
}
.post_weopen {
    margin-top: 30px;
}
.post_weopen_inner {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 15px;
}
a.open-icon {
    display: inline-block;
}
a.open-icon svg {
    width: 44px;
}
.post_weopen_inner span {
    font-size: 1rem;
    font-weight: 600;
}
.con-anons {
    font-size: 1.2rem;
}
.con-img img {
    border-radius: 14px;
}
article.article_post .article-row h2 {
	font-size: 1.45em;
	text-transform: uppercase;
    margin: 30px 0 15px;
	color: #0095ef;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
article.article_post .article-row h3 {
	font-size: 1.15em;
    color: #404040;
}
.article-row ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 20px;
}
.article-row ul li {
    padding-left: 22px;
    position: relative;
	line-height: 120%;
	margin-bottom: 8px;
	color: #252424;
}
.article-row ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
	background: #0095ef;
}
.plan-block {
    margin: 30px 0 40px;
}
.plan-header {
    font-size: 1.6rem;
    color: #0095ef;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.plan-list li {
	font-size: 1.15rem;
	color: #54595F;
    margin-bottom: 5px;
}
.plan-list li a {
    color: #54595F;
	font-size: 1.15rem;
	padding-left: 5px;
	transition: all .2s;
}
.plan-list li a:hover {
	color: #95ce5a;
    text-decoration: none;
}
.nav-links a {
    display: inline-block;
    padding: 5px 10px;
    background: #0095ef;
    border-radius: 6px;
    color: #fff;
}
.nav-links a:hover {text-decoration:none}
.nav-previous {
    margin-bottom: 20px;
}

.cur_widget {
    box-shadow: 0 0 4px #d2d2d2;
    border-radius: 4px;
}
.cur_widget > div {
    font-size: 16px;
    color: #333;
    width: 100%;
    background-color: #fafafa;
    padding: 3px 10px;
}
.cur_widget .country-flag {
    margin-right: 5px;
}
.cur_widget span {
    font-size: 14px;
}
h3.kurs-title {
	font-size: 18px;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.cur_widget {margin-left: 0px;}
}

.agroform {
    max-width: 640px;
    margin: 0 auto;
    background: #f0f0f0;
    padding: 30px 40px;
	box-shadow: 0 0 9px rgba(0, 0, 0, .3);
}

.agroform-item.agroform-info {
    font-size: 12px;
    text-align: center;
    margin: 10px 0;
}
.agroform-item.agroform-text {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}
.agroform input[type="submit"] {
    cursor: pointer;
}
@media screen and (max-width: 767px) {
	.agroform {padding: 20px 20px;}
	.front-info h1, .front-info h2 {font-size: 1.6rem;}
	.front-info-text { font-size: 20px; }
}
@media screen and (min-width: 768px) {
	.front-info h1, .front-info h2 {
		font-size: 45px;
	}
}

.social-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.social-items a img {
    height: 20px;
}

.main-navigation .social-items {
    position: absolute;
    right: 0;
    top: 23px;
}
@media screen and (max-width: 1199px) {
	.main-navigation .social-items {display:none}
}
@media screen and (max-width: 767px) {
	.subheader_1 .entry-title {
		font-size: 1.4rem;
	}
	.subheader_1 div#breadcrumbs {
		font-size: .8rem;
	}
}

.doc-block img {
    height: 80px;
}
.doc-block p {
	display: none;
    margin-bottom: 0;
}
.doc-block a {
	background: #f1f1f1;
    padding: 30px 20px;
    margin-top: 15px;
    color: #333;
	transition: all .2s;
}
.doc-block a:hover {
	text-decoration: none;
	background: #e4e5e9;
}
.doc-block_name {
	width: 100%;
    text-align: center;
    margin-top: 15px;
    color: #333;
}

/* -------- */
.tophead-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tophead-btns a.btn {
    background: rgb(83, 170, 189);
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 20px;
	transition: all .3s;
}
.tophead-btns a.btn:hover {
    background: rgb(72, 147, 164);
}
.tophead-btns a.tophead-btn-sec {
    margin-left: 15px;
	background: rgb(72, 147, 164);
}
.tophead-btns a.tophead-btn-sec:hover {
	background: rgb(113, 166, 219);
}
.header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}
.header-logo img {
    max-height: 130px;
    width: auto;
}
.logo-img img {
    padding: 8px;
}
a.custom-logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.logo-text {
    text-align: left;
}
.logo-text-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #333;
	margin-bottom: 3px;
}
.logo-text-span {
    color: #333;
    font-size: 13px;
    line-height: 18px;
}
@media screen and (min-width:768px){
	.header-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 0;
	}
	.header-logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 27%;
		flex: 0 0 27%;
		max-width: 27%;
	}
	.tophead-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media screen and (max-width:767px){
	.header-inner > div {
		width: 100%;
	}
	.header-inner > div {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
}
@media screen and (max-width:767px){
	.header-bottom .container {
		padding: 0;
	}
	.header-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
		padding-bottom: 10px;
	}
	.header-info, .header-btns {
		width: 100%;
	}
	.header-phones {
		padding-top: 10px;
	}
	.header-info {
		margin-bottom: 15px;
	}
	.header-btns a {
		margin: 0 auto;
	}
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-image: url('path/to/prev-button.png');
	background-repeat: no-repeat;
	background-position: center;
}

.swiper-button-prev {
	left: 10px;
}

.swiper-button-next {
	right: 10px;
}

.topc {
    position: relative;
    z-index: 999;
}
.contact_form {
	padding: 20px 40px;
	border: 1px dotted #000000;
}
.contact_1_titleform, .contact_1_officename {	
	font-size:1.25rem;
	color:#333;
}
.column_map {
	margin-bottom: 40px;
}

hr.no_line {
	background: none;
	color: transparent;
}	
.contacts_info {
	color: #333;
}
.contacts_info a {
	color: #333;
}

.contacts_info .soclinks {
	display: flex;
}
.contacts_info .soclinks a {
	color: #444 !important;
	width: 43px;
	height: 43px;
	font-size: 15px;
	line-height: inherit;
	text-align: center;
	margin: 0 4px 2px 0;
	border: 1px solid #e1dfdf;
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.08);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.08);
	line-height: 41px;
	overflow: hidden;
}
.contacts_info .soclinks a:hover > span:nth-child(1) {
	-moz-transform: translate(0px, -45px);
	-webkit-transform: translate(0px, -45px);
	-o-transform: translate(0px, -45px);
	-ms-transform: translate(0px, -45px);
	transform: translate(0px, -45px);
}
.contacts_info .soclinks a:hover > span:nth-child(2) {
	-moz-transform: translate(0px, -42px);
	-webkit-transform: translate(0px, -42px);
	-o-transform: translate(0px, -42px);
	-ms-transform: translate(0px, -42px);
	transform: translate(0px, -42px);
}

.contacts_info .soclinks a span {
	display: block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform .3s;
	width: 43px;
	height: 43px;
}

.contacts_info .soclinks a:nth-child(1) > span:nth-child(2) {
	background: #3a589b;
	color: #fff;
}

.contacts_info .soclinks a:nth-child(2) > span:nth-child(2) {
	background: #007bb6;
	color: #fff;
}

.contacts_info .soclinks a:nth-child(3) > span:nth-child(2) {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	color: #fff;
}

.anonse-image {
    overflow: hidden;
    max-height: 400px;
}
.anonse-image img {
    width: 100%;
    height: 100%;
	border-radius: 10px;
    object-fit: cover;
}
.anonse-title {
    margin: 10px 0;
    text-align: center;
}
.anonse-title h1 {
    color: #333;
}
.anonse-date {
    text-align: center;
}
.anonse-price {
    text-align: center;
}
.anonse-date {
    text-align: center;
    margin: 5px 0;
}
.anonse-content {
    max-width: 800px;
    margin: auto;
}
@media only screen and (min-width: 1200px) {
	
}

.ekspodetail-image {
    overflow: hidden;
    max-height: 400px;
	border-radius: 10px;
	max-width: 800px;
    margin: auto;
}
.ekspodetail-image img {
    width: 100%;
    height: 100%;
	border-radius: 10px;
    object-fit: cover;
}
.ekspodetail-title {
    text-align: center;
}
.ekspodetail-title h1 {
    color: #333;
    font-family: "Georgia", Arial, Tahoma, sans-serif;
    margin: 30px 0 15px;
}
.ekspodetail-text {
    margin-bottom: 40px;
}
.mygallery .gallery-item a {
    display: inline-block;
    max-height: 200px;
    overflow: hidden;
    border-radius: 5px;
}
.mygallery .gallery-item a img {
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    transition: all .3s;
}
.mygallery .gallery-item a:hover img {
    transform: scale(1.03);
}
.mygallery .gallery-columns-3 .gallery-item a {
	max-height: 330px;
}
.mygallery .gallery-columns-3 .gallery-item a img {
	min-height: 330px;
}

.gray {
    background-color: #fafafa;
}
.col-rev-form {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    border-radius: 12px;
    max-width: 600px;
    margin: 0 auto;
	text-align: center;
}
.col-rev-form .wpcf7-spinner {
    width: 100%;
}

.section-otz{margin-bottom:30px}
.section-otz .otz-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;align-items:flex-start}
.section-otz .otz-item{display:-webkit-box;display:-ms-flexbox;display:flex}
.section-otz .otz-box{padding:20px 20px 0;background:#fff;filter:drop-shadow(0 0 2px rgba(0,0,0,.15));position:relative;height:100%}
.section-otz .otz-box:before{position:absolute;content:'';top:calc(100% - 10px);left:60px;width:0;height:0;border-style:solid;border-width:34px 34px 0 0;border-color:#fff transparent transparent}
.otz-bottom{margin-top:15px;margin-bottom: 30px;}
.block-otz{display:inline-block;padding:0 0 0 1rem}
.section-otz img{display:inline-block;margin-top:.2rem;border-radius:50%}
.block-otz span{display:inline-block;vertical-align:middle;font-size:20px;font-weight:500;line-height:1.3}
.block-otz div{margin-top:.3rem;font-size:1rem;line-height:1.4;color:#6689ff}
@media screen and (min-width:768px) and (max-width:959px){
	.block-otz span{font-size:16px}
}
@media screen and (max-width:767px){
	.section-otz .otz-item{margin-bottom:60px !important}
	.section-otz .otz-box {
		height: auto;
		padding: 20px;
	}
	.otz-box {
		margin-bottom: 30px;
	}
}

.ekspo-title {
    font-family: "Georgia", Arial, Tahoma, sans-serif;
    color: #333;
    font-size: 16px;
	line-height: 1.2;
    margin: 5px 0;
    font-weight: bold;
}

.ekspo-img {
    overflow: hidden;
    max-height: 200px;
    border-radius: 10px;
}
.ekspo-img img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}

.footer-cont-soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}
a.socbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
	align-items: center;
    width: 32px;
    height: 32px;
    position: relative;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: background .15s, border .15s;
    transition: background .15s, border .15s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 32px;
}
a.socbtn img {
    display: inline-block;
    width: auto;
    height: 18px;
}
a.socbtn:hover {
    background: #2358ed;
    border-color: #fff;
}
.footer-cont-btn a.btn {
    border: 1px solid #fff;
    margin: 10px 0 15px;
}

.popups {
    max-width: 360px;
    padding: 20px;
	text-align: center;
}
.popups-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.popups-info {
    font-size: 12px;
    margin: 10px 0;
}
.popups input[type="email"], .popups input[type="tel"], .popups input[type="text"], .popups textarea {
    border-radius: 5px;
}
.contacts_info a.socbtn {
	background: #c1c1c1;
    border: 1px solid #c1c1c1;
}
.all-link {
    text-align: center;
}
.all-link a {
    color: #2d689b;
    border-bottom: 1px dotted;
    font-size: 14px;
}

#main-swiper-container .swiper-slide img {
    border-radius: 25px;
}
.swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    color: #fff;
}

.bignews-section {
    margin-top: 80px;
}
.smallnews-item {
    border-bottom: 1px solid #eceff1;
    padding: 24px 0;
}
.smallnews-item_date {
    color: #9b9b9b;
    font-size: 12px;
    margin-bottom: 7px;
}
.bignews-item_img {
    max-height: 480px;
    overflow: hidden;
    border-radius: 8px;
}
.bignews-item_img img {
    width: 100%;
}
.bignews-item a {
    color: #333;
}
.bignews-item_title {
    margin: 10px 0;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 300;
	transition: all .3s;
}
a.bignews-item_link:hover {
	text-decoration: none;
}
a.bignews-item_link:hover .bignews-item_title {
    color: #005fff;
}
a.smallnews-item_link {
    color: #333;
}
.bignews-title h2 {
	margin-top: 0;
    font-family: 'Roboto';
    text-align: left;
    color: #333;
    font-weight: 100;
}
@media screen and (max-width: 767px) {
	.bignews-row .col-md-3 {
		order: 2;
	}
	.col-footer-item-img {
		margin-bottom: 10px;
	}
}
div#default-swiper-container .swiper-button-prev, div#default-swiper-container .swiper-button-next {
	opacity: 0;
	transition: all .4s;
}
div#default-swiper-container:hover .swiper-button-prev, div#default-swiper-container:hover .swiper-button-next {
	opacity: 1;
}

.sotrud_item {
    
}
.sotrud_item_img img {
    max-height: 300px;
    margin: 0 auto;
}
.sotrud_item_img {
	text-align: center;
}
.sotrud_item_name {
    text-align: center;
    margin: 15px 0 5px;
    font-family: "Georgia", Arial, Tahoma, sans-serif;
    font-weight: 600;
}
.sotrud_item_rank {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-style: italic;
    color: #378091;
    font-family: "Georgia", Arial, Tahoma, sans-serif;
}
.sotrud_item_info {
    text-align: center;
    font-size: 14px;
}