/*!
Theme Name: smarthelp
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smarthelp
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.

smarthelp is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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.
 */
html {

	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {

}

h1,
h2,
h3,
h4,
h5,
h6 {

}

p {

}

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {

}

ul {

}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	outline:none;	
}

a:visited {

}

a:hover,
a:focus,
a:active {

}

a:focus {

}

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

/* 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);
	line-height: 1;
	padding: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	
}

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

.page-content,
.entry-content,
.entry-summary {

}

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0;
    float: left;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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


















@font-face {
    font-family: "RobotoSlab";
    src: url("fonts/RobotoSlab/RobotoSlab-Regular.ttf");
    url("fonts/RobotoSlab/RobotoSlab-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "RobotoSlab";
    src: url("fonts/RobotoSlab/RobotoSlab-Bold.ttf");
    url("fonts/RobotoSlab/RobotoSlab-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "RobotoSlab";
    src: url("fonts/RobotoSlab/RobotoSlab-Light.ttf");
    url("fonts/RobotoSlab/RobotoSlab-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "RobotoSlab";
    src: url("fonts/RobotoSlab/RobotoSlab-Thin.ttf");
    url("fonts/RobotoSlab/RobotoSlab-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}





@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto/RobotoRegular.ttf");
    url("fonts/Roboto/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto/RobotoBold.ttf");
    url("fonts/Roboto/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "RobotoLight";
    src: url("fonts/Roboto/RobotoLight.ttf");
    url("fonts/Roboto/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/*
@font-face {
    font-family: "RobotoMedium";
    src: url("../fonts/Roboto/RobotoMedium.ttf");
    url("../fonts/Roboto/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
*/


@font-face {
  font-family: 'revicons';
  src: url('fonts/revicons/revicons.eot?5510888');
  src: url('fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('fonts/revicons/revicons.woff?5510888') format('woff'),
       url('fonts/revicons/revicons.ttf?5510888') format('truetype'),
       url('fonts/revicons/revicons.svg?5510888#revicons') format('svg');
  font-weight: normal;
  font-style: normal;
}











body,
html {
margin:0;
padding:0;
font-family: Roboto, Arial, sans-serif;
line-height:1;
background-color: #ffffff;
}

body {
/*

overflow-x: hidden;

*/
}

#page.site {
	float:left;
	width:100%;
}

.block {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

.left {
float:left;
}

.right {
float:right;
}


.top_panel {
	float:left;
	width:100%;
	height:35px;
	background-color:#242424;
}


.top_panel .home {
    font-family: "RobotoLight", Arial, sans-serif;
	font-size:13px;
	color:#ffffff;
    text-decoration: none;
    float: left;
    margin-top: 10px;
    margin-right: 22px;
	transition:0.3s;
}


.top_panel .home:hover {

}

.top_panel .home::before {
	content: '\f015';
    position: relative;
    display: block;
    color: #ffffff;
    float: left;
    margin-top: 1px;
    margin-right: 9px;
    font-size: 13px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.top_panel .mail {
    font-family: "RobotoLight", Arial, sans-serif;
	font-weight:400;
	font-size:13px;
	color:#ffffff;
    text-decoration: none;
    float: left;
    margin-top: 10px;	
	transition:0.3s;
}

.top_panel .mail:hover {
	color:#fa6900;
}

.top_panel .mail::before {
    content: '\f0e0';
    position: relative;
    display: block;
    color: #ffffff;
    float: left;
    margin-top: 0px;
    margin-right: 7px;
    font-size: 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.top_panel .right .viber {
}

.top_panel .right .viber::before {
    content: '\f409';
    position: relative;
    display: block;
    color: #ffffff;
    float: left;
    margin-top: 9px;
    margin-right: 14px;
    font-size: 15px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
	transition:0.3s;
}

.top_panel .right .whatsapp::before {
    content: '\f232';
    position: relative;
    display: block;
    color: #ffffff;
    float: left;
    margin-top: 8px;
    margin-right: 14px;
    font-size: 15px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
	transition:0.3s;
}

.top_panel .right .vk::before {
	content: '\f189';
    position: relative;
    display: block;
    color: #ffffff;
    float: left;
    margin-top: 7px;
    margin-right: 14px;
    font-size: 17px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
	transition:0.3s;
}

.top_panel .right .insta::before {
	content: '\f16d';
    position: relative;
    display: block;
    color: #ffffff;
    float: left;
    margin-top: 8px;
    font-size: 16px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
	transition:0.3s;
}



.top_panel .right .viber:hover::before {
	color:#fa6900;
}

.top_panel .right .whatsapp:hover::before {
	color:#fa6900;
}

.top_panel .right .vk:hover::before {
	color:#fa6900;
}

.top_panel .right .insta:hover::before {
	color:#fa6900;
}

.head {
	float:left;
	width:100%;
	height:98px;
	background-color:#ffffff;
}

.head .logo {
	float:left;
	margin-top:24px;
}

.head .right .col1 {
	float:left;
    padding-left: 45px;
    position: relative;
    margin-right: 30px;
}

.head .right .col2 {
	float:left;
    padding-left: 45px;
    position: relative;
    margin-right: 30px;
}

.head .right .col3 {
	float:left;
}

.head .right .col3 a {
	float: left;
    transition: 0.3s;
    background-color: #242424;
    color: #ffffff;
    text-decoration: none;
    width: 193px;
    height: 43px;
    text-align: center;
    margin-top: 27px;
    line-height: 41px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
}

.head .right .col3 a:hover {
    background-color: #fa6900;
}

.head .right .col2::before {
    content: '\f017';
    position: absolute;
    display: block;
    color: #242424;
    float: left;
    font-size: 29px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    top: 35px;
    left: 0px;
}

.head .right .col1::before {
	content: '\f879';
    position: absolute;
    display: block;
    color: #242424;
    float: left;
    font-size: 29px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    top: 34px;
    left: 0px;
}

.head .right .title {
	color: #242424;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 25px;
    float: left;
    clear: both;
    margin-bottom: 0;
}

.head .right .st1 {
    float: left;
    clear: both;
    color: #fa6900;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin-top: 4px;
    margin-bottom: -3px;
    text-decoration: none;
	transition:0.3s;
}

.head .right a.st1:hover {
	color: #242424;
}

.top_menu {
	float:left;
	width:100%;
	background-color:#fa6900;
	height:55px;
}

.top_menu.default {
    position: relative;
}

.top_menu.fixed {
    position: absolute;
    top: 0;
}

.top_menu.fixed .topmenufix {
    position: fixed;
    width: 100%;
    height: 55px;
    background-color: #fa6900;
    z-index: 9999;
}

.top_menu ul {
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;
	/*
    width: calc(100% - 210px);
	*/
    width: 100%;
}

.top_menu ul li {
    float: left;
    list-style: none;
    height: 100%;
}

.top_menu ul li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    height: 100%;
    float: left;
    line-height: 55px;
    padding-left: 19px;
    padding-right: 19px;
    transition: 0.3s;
}

.top_menu ul li.current-menu-item > a,
.top_menu ul li.current-page-parent > a {
	background-color: #ff7f23;
}

.top_menu ul ul li.current-menu-item > a {
    background-color: #efefef;	
}

.top_menu ul ul li.current-menu-item > a:hover {
	background-color: #242424;
}

.top_menu ul li a:hover {
	background-color:#242424;
}

.top_menu .left {
    width: calc(100% - 210px);
}

.top_menu .right {

}

.top_menu .right form.search-form {
    float: left;
    margin-top: 11px;
}

.top_menu .right form.search-form .screen-reader-text {
    display: none;
}

.top_menu .right form.search-form .search-field {
    border: none;
    border-radius: 0;
    outline: none;
    background: url(images/search.svg) no-repeat top 8px left 7px;
    padding-left: 27px;
    width: 30px;
    height: 33px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background-size: 15px 15px;
}

.top_menu .right form.search-form .search-field:focus { 
	width: 200px;
    background: #ffffff;
    padding-left: 15px;
    cursor: auto;
    font-size: 14px;
}


.top_menu .right form.search-form .search-field:hover {
	background: url(images/search_a.svg) no-repeat top 8px left 7px;
    background-size: 15px 15px;
}


.top_menu .right form.search-form .search-field:focus:hover {

background: #f9f9f9;

}

.top_menu .right form.search-form.search-field::-webkit-input-placeholder {
  color: transparent
}
 
.top_menu .right form.search-form .search-field::-moz-placeholder {
  color: transparent
}
 
.top_menu .right form.search-form .search-field:-moz-placeholder {
  color: transparent
}
 
.top_menu .right form.search-form .search-field:-ms-input-placeholder {
  color: transparent
}

.top_menu .right form.search-form .search-submit {
    display: none;
}


/*
.top_menu .block {
	height: 100%;	
}

.top_menu .left {
	height: 100%;	
}

.top_menu nav {
	height: 100%;	
}

.top_menu nav div {
	height: 100%;	
}

.top_menu ul ul {
    min-width: 150px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: -999em;
    left: -999em;
    background-color: #ffffff;
    height: initial;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}


.top_menu ul li.focus > ul,
.top_menu ul li:hover > ul {
    top: auto;
    left: auto;
}

.top_menu ul li li {
    display: block;
    line-height: 2.5;
    width: 100%;
}

.head.sec .main_menu_sec ul li li a {
    font-size: 17px;
    padding-left: 25px;
    padding-right: 25px;
}
*/

.top_menu ul ul {
	display:block;
    min-width: 150px;
    height: initial;
    width: initial;
    background-color: white;
}

.top_menu ul ul li {
	width: 100%;
    height: 45px;
}

.top_menu ul ul a {
	width:100%;
    display: block;
    white-space: nowrap;	
	color:#242424;
    line-height: 45px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.top_menu ul ul a:hover {
	color:#ffffff;
}


#foot_top {
	/*
    background: url(images/bg_foot1.jpg) 50% 0 repeat fixed;
    min-height: 507px;
    height: 507px;
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
	*/
    height: 507px;
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
	background-image:url(images/bg_foot1.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;	
	background-size:cover;
}

#foot_top article {
    height: 507px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
}

.bg-dark {
    background-color: rgba(0,0,0,.8);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#foot_top .left {
	width:285px;
}

#foot_top .right {
	/*
	width: calc(100% - 285px);
	*/
}

#foot_top .block {
	padding-top: 117px;
}

#foot_top .logo_foot {
    margin-bottom: 35px;	
}

#foot_top .left .cont {
	float:left;
    width: 100%;
}

#foot_top .left .cont p {
    float: left;
    font-size: 17px;
    color: #bababa;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    margin-top: 7px;
    line-height: 20px;
}

#foot_top .left .soc {
	float:left;
    width: 100%;	
    margin-top: 15px;
}





#foot_top .left .soc .viber::before {
    content: '\f409';
    position: relative;
    display: block;
    color: #fa6900;
    float: left;
    margin-top: 9px;
    margin-right: 14px;
    font-size: 15px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
	transition:0.3s;
}

#foot_top .left .soc .whatsapp::before {
    content: '\f232';
    position: relative;
    display: block;
    color: #fa6900;
    float: left;
    margin-top: 8px;
    margin-right: 14px;
    font-size: 15px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
	transition:0.3s;
}

#foot_top .left .soc .vk::before {
	content: '\f189';
    position: relative;
    display: block;
    color: #fa6900;
    float: left;
    margin-top: 7px;
    margin-right: 14px;
    font-size: 17px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
	transition:0.3s;
}

#foot_top .left .soc .insta::before {
	content: '\f16d';
    position: relative;
    display: block;
    color: #fa6900;
    float: left;
    margin-top: 8px;
    font-size: 16px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
	transition:0.3s;
}



#foot_top .left .soc .viber:hover::before {
	color:#ffffff;
}

#foot_top .left .soc .whatsapp:hover::before {
	color:#ffffff;
}

#foot_top .left .soc .vk:hover::before {
	color:#ffffff;
}

#foot_top .left .soc .insta:hover::before {
	color:#ffffff;
}


#foot_top .right .col1 {
	float:left;
	width:240px;
    margin-right: 50px;
}

#foot_top .right .col1 .title {
	float:left;
	clear:both;
    font-size: 20px;
    color: #ffffff;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: -5px;
}


#foot_top .right .col1 .akcii_items {
	float:left;
	width:100%;
	margin-top: 3px;
}

#foot_top .right .col1 .akcii_items .item {
	float:left;
	width:100%;
    border-bottom: 1px solid #343434;
    padding-bottom: 10px;
    padding-top: 10px;
}

#foot_top .right .col1 .akcii_items .item:last-child {
    border-bottom: none;
}

#foot_top .right .col1 .akcii_items .item .item_img {
	float:left;
    width: 64px;
}

#foot_top .right .col1 .akcii_items .item .item_img .akc_img {

}

#foot_top .right .col1 .akcii_items .item .item_img .akc_img img {
	float:left;
	width:100%;
}

#foot_top .right .col1 .akcii_items .item .item_info {
	float:left;
    width: calc(100% - 64px);
    padding-left: 13px;
}

#foot_top .right .col1 .akcii_items .item .item_info .item_title {
	float:left;
	clear:both;
    font-size: 17px;
    color: #bababa;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;
	text-decoration:none;
    margin-top: -2px;
	transition:0.3s;
}

#foot_top .right .col1 .akcii_items .item .item_info .item_title:hover {
	color:#fa6900;
}

#foot_top .right .col1 .akcii_items .item .item_info .item_date {
	float:left;
	clear:both;
    font-size: 14px;
    color: #bababa;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    margin-top: 6px;
}


#foot_top .right .col2 {
	float:left;
	width:265px;
}

#foot_top .right .col2 .title {
	float:left;
	clear:both;
    font-size: 20px;
    color: #ffffff;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: -5px;
}

#foot_top .right .col2 .cont {
	float:left;
	width:100%;
}

#foot_top .right .col2 .cont p {
    float: left;
    font-size: 17px;
    color: #bababa;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    margin-top: 9px;
    line-height: 20px;
}

#foot_top .right .col2 .contacts {
	float:left;
	width:100%;
    margin-top: 15px;
}

#foot_top .right .col2 .contacts .address {
	float: left;
    clear: both;
    font-size: 17px;
    color: #bababa;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    padding-left: 23px;
    position: relative;
    margin-top: 0;
    margin-bottom: 14px;
}

#foot_top .right .col2 .contacts .address::before {
	content: '\f3c5';
    position: absolute;
    display: block;
    color: #bababa;
    float: left;
    margin-top: 2px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    left: 0;
}

#foot_top .right .col2 .contacts .phone {
	float:left;
	clear:both;
    font-size: 17px;
    color: #bababa;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
	text-decoration:none;
	transition:0.3s;
    padding-left: 23px;
    position: relative;
    margin-top: 0;
    margin-bottom: 14px;
}

#foot_top .right .col2 .contacts .phone::before {
	content: '\f879';
    position: absolute;
    display: block;
    color: #bababa;
    float: left;
    margin-top: 2px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    left: 0;
}


#foot_top .right .col2 .contacts .phone:hover {
    color: #fa6900;
}

#foot_top .right .col2 .contacts .mail {
	float:left;
	clear:both;
    font-size: 17px;
    color: #bababa;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
	text-decoration:none;
	transition:0.3s;
    padding-left: 23px;
    position: relative;
    margin-top: 0;
    margin-bottom: 14px;
}

#foot_top .right .col2 .contacts .mail::before {
	content: '\f0e0';
    position: absolute;
    display: block;
    color: #bababa;
    float: left;
    margin-top: 2px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    left: 0;
}

#foot_top .right .col2 .contacts .mail:hover {
    color: #fa6900;
}

.foot_bottom {
	float:left;
	width:100%;
	height:109px;
	background-color:#171717;
}

.foot_bottom .left p {
    font-size: 17px;
    color: #bababa;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    margin-top: 42px;
}

.foot_bottom .right ul {
	list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 42px;
}

.foot_bottom .right ul li {
    float: left;	
}

.foot_bottom .right ul li::before {
	content: '/';
    display: block;
    float: left;
	font-size: 17px;
    color: #bababa;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    margin-left: 8px;
    margin-right: 7px;	
}


.foot_bottom .right ul li:first-child::before {
	display:none;
}

.foot_bottom .right ul li a {
	font-size: 17px;
    color: #bababa;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    text-decoration: none;
	transition:0.3s;
}


.foot_bottom .right ul li a:hover {
    color: #fa6900;
}








.site-main {
	float:left;
	width:100%;
}




.slider {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;	
}

.slider .item {
	/*
	height: 100%;
	*/
	height: 406px;
	position: relative;
	text-align:center;
}

.slider .item img {
    width: 100%;
    float: left;
    object-fit: cover;
    height: 100%;
	position:absolute;
	margin:0;
	padding:0;
}



.slider .item .title {
    font-family: "Roboto", Arial, sans-serif;
	font-size:40px;
	color:#ffffff;
	font-weight:700;
	text-align:center;
    margin-top: 93px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
	text-transform:uppercase;
}


.slider .item .title p {
	margin-top:0;
    line-height: 48px;
    margin-bottom: 0px;
}

.slider .item .title p span {
	color: #fa6900;
}

.slider .item .content {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 19px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    float: left;
    width: 100%;
    margin-top: -1px;
    margin-bottom: 10px;
}

.slider .item .content p {
    margin-top: 0;
    margin-bottom: 4px;
}

.slider .item a.button {
    transition: 0.3s;
    background-color: #fa6900;
    color: #ffffff;
    text-decoration: none;
    height: 43px;
    text-align: center;
    margin-top: 23px;
    line-height: 41px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    padding-left: 28px;
    padding-right: 28px;
    display: inline-block;
}

.slider .item a.button:hover {
    background-color: #242424;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: 27px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 14px;
    height: 14px;
    margin: 0 4px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 14px;
    height: 14px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
	
	border-radius: 50%;
    border: 1px solid #ffffff;
	transition:0.3s;
}

.slick-dots li.slick-active button {
background-color:#fa6900;
border:none;
}


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

}
.slick-dots li.slick-active button:before
{

}

.slick-dots li button:hover {
	background-color:#ffffff;
}

.slick-dots li.slick-active button:hover {
	background-color:#fa6900;
}












/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    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;
    height: 100%;
}

.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;
    margin-left: auto;
    margin-right: auto;
}
.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;
}



.widget_promo {
	float:initial;
}






.slick-slider .slick-prev.slick-arrow {
	/*
    font-size: 0;
    width: 20px;
    height: 67px;
    border: none;
    border-radius: 0;
    background: url(images/ic_arr_left1.png) no-repeat top left;
    outline: none;
    position: absolute;
	transition:0.3s;
	cursor:pointer;
    z-index: 999;
	*/
	width: 50px;
    height: 50px;
    background: rgba(255,255,255,0);
    border: none;
    border-radius: 0;
    padding: 0;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
	opacity:0;
	position:absolute;
	z-index:999;
	overflow:hidden;
    left: 20px;
    top: calc(50% - 25px);
}


.slick-slider .slick-prev.slick-arrow:hover::before {
	opacity:0.75;
}

.slick-slider .slick-prev.slick-arrow::before {
	width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    content: '\e824';
	font-family: "revicons";	
    color: #fff;
    display: block;
    text-align: center;	
}

.slick-slider .slick-next.slick-arrow {
	width: 50px;
    height: 50px;
    background: rgba(255,255,255,0);
    border: none;
    border-radius: 0;
    padding: 0;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
	opacity:0;
	position:absolute;
	z-index:999;
	overflow:hidden;
    right: 20px;
    top: calc(50% - 25px);
}

.slick-slider .slick-next.slick-arrow:hover::before {
	opacity:0.75;
}

.slick-slider .slick-next.slick-arrow::before {
	width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    content: '\e825';
	font-family: "revicons";	
    color: #fff;
    display: block;
    text-align: center;	
}

.slick-slider .slick-prev.slick-arrow:hover {
}

.slick-slider .slick-next.slick-arrow:hover {
}






.whywe {
	float: left;
    width: 100%;
    padding-top: 36px;
    margin-bottom: 50px;
}

.whywe h3 {    
	text-align: center;
    font-size: 24px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;
	
}

.whywe h3::after {
    content: '';
    display: block;
    width: 44px;
    height: 1px;
    background-color: #fa6900;
    margin: 0 auto;
    margin-top: 11px;
}

.whywe .descr {
	font-size: 15px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
	text-align:center;
}

.whywe .whywe_items {
	float:left;
	width:100%;
    margin-top: 85px;
}

.whywe .whywe_items .item {
    float: left;
    width: calc(34.2% - 30px);
    background-color: #f2f2f2;
    margin-left: 15px;
    margin-right: 15px;
	height:257px;
    text-align: center;
}

.whywe .whywe_items .item:hover .img {
    background-color: #242424;
}


.whywe .whywe_items .item:nth-child(3n+1) {
    width: calc(32.9% - 15px);
    margin-left: 0px;
    margin-right: 15px;
}

.whywe .whywe_items .item:nth-child(3n) {
    width: calc(32.9% - 15px);
    margin-left: 15px;
    margin-right: 0px;
}


.whywe .whywe_items .item .img {
    width: 113px;
    margin: 0 auto;
    height: 113px;
    background-color: #fa6900;
    border-radius: 100%;	
    margin-top: -56px;
    transition: 0.3s;
}

.whywe .whywe_items .item .img img {
}

.whywe .whywe_items .item .img img.st1 {
	margin-top: 32px;
    margin-left: 6px;
}

.whywe .whywe_items .item .img img.st2 {
	margin-top: 32px;
    margin-left: 1px;	
}

.whywe .whywe_items .item .img img.st3 {
    margin-top: 29px;
    margin-left: 8px;	
}

.whywe .whywe_items .item h4 {
    font-size: 24px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 27px;
}

.whywe .whywe_items .item .item_cont {
	font-size: 16px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
}

.whywe .whywe_items .item .item_cont p {
    margin-bottom: 5px;
    margin-top: 5px;
}

.info_block {
	float:left;
	width:100%;
    margin-top: 55px;
    margin-bottom: 68px;
}

.info_block .cont {
	float:left;
	width:100%;
	background-color:#f2f2f2;
	/*
    height: 523px;
	*/
    overflow: hidden;
	
	height:100%;
    position: relative;
}


.info_block .cont .left {
    width: 50%;
    padding-left: 64px;
    padding-top: 81px;
    padding-right: 45px;
    padding-bottom: 50px;
}


.info_block .cont .left .title {
    font-size: 24px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;
	margin-top:0;
    line-height: 28px;
}

.info_block .cont .left .title::after {
    content: '';
    display: block;
    width: 44px;
    height: 1px;
    background-color: #fa6900;
    margin-top: 11px;
}

.info_block .cont .left .info {
	font-size: 18px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    line-height: 23px;
}

.info_block .cont .left .info p {
}


.info_block .cont .left .button {
    transition: 0.3s;
    background-color: #fa6900;
    color: #ffffff;
    text-decoration: none;
    height: 43px;
    text-align: center;
    margin-top: 23px;
    line-height: 41px;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 28px;
    padding-right: 28px;
    float: left;
    font-weight: 700;
}


.info_block .cont .left .button:hover {
	background-color:#242424;
}

.info_block .cont .right {
    width: 50%;
    height: 100%;
    overflow: hidden;
	/*
    position: relative;
	*/
	
    position: absolute;
    right: 0;
}


.info_block .cont .right img {
	width: 100%;
    float: left;
    object-fit: cover;
    height: 100%;
    position: absolute;	
}



.services {
	float: left;
    width: 100%;
    padding-top: 36px;
	background-color:#f2f2f2;
    margin-top: 0px;
    padding-bottom: 37px;
}

.page-template-page-remont .services {
	background-color:#ffffff;
}

.page-template-page-remont .services .services_items .item {
	background-color:#f2f2f2;
}

.services h3 {    
	text-align: center;
    font-size: 24px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;
	
}

.services h3::after {
    content: '';
    display: block;
    width: 44px;
    height: 1px;
    background-color: #fa6900;
    margin: 0 auto;
    margin-top: 11px;
}

.services .descr {
	font-size: 15px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
	text-align:center;
    line-height: 18px;
}

.services .services_items {
    float: left;
    width: 100%;
    margin-top: 17px;

}

.services .services_items .item {
    float: left;
    width: calc(50% - 21px);
    background-color: #ffffff;
    margin-left: 21px;
    margin-right: 21px;
    height: 185px;
    margin-bottom: 37px;
    overflow: hidden;
}

.services .services_items .item:nth-child(odd) {
	margin-left:0;
}

.services .services_items .item:nth-child(even) {
	margin-right:0;
}


.services .services_items .item .left {
    width: 234px;
    height: 100%;
    overflow: hidden;
    position: relative;	
}

.services .services_items .item .left img {
    width: 100%;
    float: left;
    object-fit: cover;
    height: 100%;
    position: absolute;	
}

.services .services_items .item .right {
    width: calc(100% - 234px);
    height: 100%;
    padding-left: 30px;
    padding-top: 27px;
    padding-bottom: 21px;
    padding-right: 17px;
}

.services .services_items .item .right .title {
	font-size: 18px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;	
	text-transform:uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

.services .services_items .item .right .info {
	font-size: 15px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;	
    line-height: 18px;
    overflow: hidden;
    height: 60px;
}

.services .services_items .item .right .info p {
    margin-top: 0;
}

.services .services_items .item .right .button {
    transition: 0.3s;
    background-color: #fa6900;
    color: #ffffff;
    text-decoration: none;
    height: 43px;
    text-align: center;
    margin-top: 6px;
    line-height: 41px;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 28px;
    padding-right: 28px;
    float: left;
    font-weight: 700;
}


.services .services_items .item .right .button:hover {
	background-color:#242424;
}

.reviews {
	float:left;
	width:100%;
    background: url(images/bg_rev1.jpg) no-repeat center center;
	background-size:cover;
	height:583px;
}

.reviews .info {
    float: left;
    margin-left: 34.7%;
    width: 65.3%;
    margin-top: 115px;
}

.reviews .info .title {
    font-size: 26px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;
    margin-top: 0;
    line-height: 28px;
	color:#ffffff;
    margin-bottom: 11px;
}

.reviews .info .title::after {
    content: '';
    display: block;
    width: 44px;
    height: 1px;
    background-color: #fa6900;
    margin-top: 11px;
}

.reviews .info .cont {
	font-size: 17px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;	
    line-height: 20px;
	color:#ffffff;	
    width: 67%;
}

.reviews .info .cont p {
	margin-top: 0;
}


.reviews .info .reviews_items {
	float:left;
    position: relative;
    margin-top: 47px;
	width: 100%;
    overflow: hidden;
    height: 200px;
}

.reviews .info .reviews_items .item {
	float:left;
    position: relative;	
    padding-left: 50px;
    padding-right: 20px;
}

.reviews .info .reviews_items .item::before {
    content: '\f10d';
    position: absolute;
    display: block;
    color: #bababa;
    float: left;
    margin-top: 2px;
    font-size: 23px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    left: 9px;
    top: 30px;
}

.reviews .info .reviews_items .item .item_info {
	font-size: 16px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;	
    line-height: 20px;	
	color:#ffffff;
}

.reviews .info .reviews_items .item .item_info p {
    margin-top: 0;
}

.reviews .info .reviews_items .item .item_author {
	font-size: 18px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;	
    line-height: 20px;	
	color:#ffffff;
    margin-top: 18px;
}


.reviews .info .reviews_items .slick-dots {	
    text-align: left;
    padding-left: 50px;
}

.reviews .info .reviews_items .slick-dots li button {
    width: 11px;
    height: 11px;
	border:none;
    background: #4c4c4c;
}

.reviews .info .reviews_items .slick-dots li.slick-active button {
    background-color: #fa6900;
}

.reviews .info .reviews_items .slick-dots li.slick-active button:hover {
    background-color: #fa6900;
}

.reviews .info .reviews_items .slick-dots li button:hover {
    background-color: #ffffff;
}

.reviews .info .reviews_items .slick-dots li {
    width: 11px;
    height: 11px;
	margin:0;
	margin-right:5px;
}

.promo_magic {
	float:left;
	width:100%;
	padding-top:60px;
    margin-bottom: 30px;
}

.promo_magic .cont {
	
}

.promo_magic .cont .left {	 
	width: 47.2%;
    padding-right: 5.7%;
}

.promo_magic .cont .left .title {	
    font-size: 24px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;
    margin-top: 7px;
    line-height: 34px;
}

.promo_magic .cont .left .title::after {
    content: '';
    display: block;
    width: 44px;
    height: 1px;
    background-color: #fa6900;
    margin-top: 11px;
}

.promo_magic .cont .left .info {    
	font-size: 19px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    line-height: 23px;	
}

.promo_magic .cont .left .info p {	
}

.promo_magic .cont .right {    
	width: 52.8%;
}











div.events {
	float: left;
    width: 100%;
    padding-top: 36px;
	background-color:#f2f2f2;
    margin-top: 30px;
    padding-bottom: 37px;
}

.page-template-page-events div.events,
.post-type-archive-events div.events {
	background-color:#ffffff;
	margin-top: 0px;
}

.page-template-page-events div.events .events_items .item .info,
.post-type-archive-events div.events .events_items .item .info {
	background-color:#f2f2f2;
}

.page-template-page-events div.events .events_items .item,
.post-type-archive-events div.events .events_items .item {
    margin-bottom: 30px;
}

div.events h3 {    
	text-align: center;
    font-size: 24px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;
	
}

div.events h3::after {
    content: '';
    display: block;
    width: 44px;
    height: 1px;
    background-color: #fa6900;
    margin: 0 auto;
    margin-top: 11px;
}

div.events .descr {
	font-size: 15px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
	text-align:center;
    line-height: 18px;
}

div.events .events_items {
    float: left;
    width: 100%;
    margin-top: 17px;
}

div.events .events_items .item {
    float: left;
    width: calc(34.2% - 30px);
    background-color: #ffffff;
    margin-left: 15px;
    margin-right: 15px;
    height: 368px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

div.events .events_items .item:nth-child(3n+1) {
	width: calc(32.9% - 15px);
	margin-left:0;
    margin-right: 15px;
}

div.events .events_items .item:nth-child(3n) {
	width: calc(32.9% - 15px);
	margin-left: 15px;
	margin-right:0;
}

div.events .events_items .item .img {
    width: 100%;
    height: 194px;
    overflow: hidden;
    position: relative;	
    float: left;
}

div.events .events_items .item .img a {
}

div.events .events_items .item .img a::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #313131;
    opacity: .15;
    -webkit-transition: opacity 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
	z-index: 999;
}

div.events .events_items .item .img a:hover::before {
    opacity: .65;
}

div.events .events_items .item .img img {
    width: 100%;
    float: left;
    object-fit: cover;
    height: 100%;
    position: absolute;	
}

div.events .events_items .item .info {
    width: 100%;
    padding-left: 25px;
    padding-top: 24px;
    padding-bottom: 21px;
    padding-right: 25px;
    text-align: center;
    float: left;
    height: calc(100% - 194px);
}

div.events .events_items .item .info .title {
	font-size: 24px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;	
    margin-top: 0;
    margin-bottom: 25px;
}

div.events .events_items .item .info .title a {
	color:#000000;
	text-decoration:none;
	transition:0.3s;
}

div.events .events_items .item .info .title a:hover {
	color:#fa6900;
}

div.events .events_items .item .info .cont {
	font-size: 16px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;	
    line-height: 18px;
    overflow: hidden;
}

div.events .events_items .item .info .cont p {
    margin-top: 0;
    margin-bottom: 6px;
}

div.events .events_items.ev_posts_1 {
	
}

div.events .events_items.ev_posts_1 .item {
    width: 100%;
    height: 280px;	
}

div.events .events_items.ev_posts_1 .item .img {
    width: 390px;
    height: 100%;
}

div.events .events_items.ev_posts_1 .item .info {
	width:calc(100% - 390px);
    height: 100%;
	padding-left: 45px;
    padding-top: 35px;
    padding-bottom: 35px;	
	
    display: flex;
    flex-direction: column;
    justify-content: center;	
}

div.events .events_items.ev_posts_1 .item .info .title {
    text-align: left;
    font-size: 28px;	
}

div.events .events_items.ev_posts_1 .item .info .cont {
    font-size: 18px;
    text-align: left;
    line-height: 20px;
}


div.events .events_items.ev_posts_2 {
	
}

div.events .events_items.ev_posts_2 .item {
    float: left;
    width: calc(50% - 21px);
    background-color: #ffffff;
    margin-left: 21px;
    margin-right: 21px;
    height: 185px;
    margin-bottom: 37px;
    overflow: hidden;
}

div.events .events_items.ev_posts_2 .item:nth-child(odd) {
    margin-left: 0;
}

div.events .events_items.ev_posts_2 .item:nth-child(even) {
    margin-right: 0;
}

div.events .events_items.ev_posts_2 .item .img {
    width: 234px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

div.events .events_items.ev_posts_2 .item .info {
    width: calc(100% - 234px);
    height: 100%;
    padding-left: 30px;
    padding-top: 27px;
    padding-bottom: 21px;
    padding-right: 17px;
	
    display: flex;
    flex-direction: column;
    justify-content: center;		
}

div.events .events_items.ev_posts_2 .item .info .title {
    text-align: left;	
}

div.events .events_items.ev_posts_2 .item .info .cont {
    text-align: left;
}



.feedback {
	float:left;
	width:100%;
	height:529px;
    background: url(images/bg_feedback.jpg) no-repeat center center;
	background-size:cover;
}

.feedback .title {
	font-size: 26px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;
    margin-top: 116px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 11px;	
}

.feedback .descr {
	font-size: 17px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;	
    width: 60%;
    margin-top: 23px;
}

.feedback .fb_form {
	float:left;
    width: 57.5%;
    margin-top: 15px;
}


.feedback .fb_form .wpforms-container-full .wpforms-field-name {
	padding:0;
	margin-bottom:14px;
	width: 31%;
    float: left;
}

.feedback .fb_form .wpforms-container-full .wpforms-field-text {
	padding:0;
	width: 31%;
    float: left;
    margin-right: 18px;
}

.feedback .fb_form .wpforms-container-full .wpforms-field-textarea {
    width: calc(69% - 18px);
    float: left;
    clear: initial;
    padding: 0;
    margin-top: -50px;
}

.feedback .fb_form .wpforms-container-full .wpforms-field-name input,
.feedback .fb_form .wpforms-container-full .wpforms-field-text input {
	border: none;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0;
    color: #ffffff;
    padding-top: 0;
    padding-bottom: 3px;
    height: 36px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
	max-width: 100%;
}

.feedback .fb_form .wpforms-container-full .wpforms-field-name input::placeholder,
.feedback .fb_form .wpforms-container-full .wpforms-field-text input::placeholder {
    color: #ffffff;
}

.feedback .fb_form .wpforms-container-full .wpforms-field-textarea textarea {
	border: none;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 3px;
    height: 86px;
    font-size: 15px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
}

.feedback .fb_form .wpforms-container-full .wpforms-field-textarea textarea::placeholder {
    color: #ffffff;
}



.feedback .fb_form .wpforms-container-full .wpforms-submit-container .wpforms-submit {
	transition: 0.3s;
    background-color: #fa6900;
    color: #ffffff;
    text-decoration: none;
    height: 43px;
    text-align: center;
    margin-top: 6px;
    line-height: 41px;
    text-transform: uppercase;
    font-size: 15px;
    float: left;
    font-weight: 700;
    border: none;
    padding: 0;
    width: 100%;
}

.feedback .fb_form .wpforms-container-full .wpforms-submit-container .wpforms-submit:hover {
    background-color: #000000;
}

.feedback .fb_form .wpforms-container-full .wpforms-field-name label.wpforms-error,
.feedback .fb_form .wpforms-container-full .wpforms-field-text label.wpforms-error,
.feedback .fb_form .wpforms-container-full .wpforms-field-textarea label.wpforms-error {	
	position: absolute;
    color: #ffffff;
}


.feedback .fb_form .wpforms-confirmation-container-full, 
.feedback .fb_form div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: transparent;
    border: none;
    color: #fff;
    padding-left: 0;
    font-size: 26px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;
}

.brands {
	float:left;
	width:100%;
    padding-bottom: 55px;
}

.brands h3 {    
	text-align: center;
    font-size: 24px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;
    margin-top: 42px;
	
}

.brands h3::after {
    content: '';
    display: block;
    width: 44px;
    height: 1px;
    background-color: #fa6900;
    margin: 0 auto;
    margin-top: 11px;
}

.brands .brands_items {
	float:left;
	width:100%;	
    margin-top: 15px;
}

.brands .brands_items .item {
}

.brands .brands_items .item img {
    margin: 0 auto;
    max-height: 82px;
    max-width: initial;	
    width: auto;
}

.promo {
	float:left;
	width:100%;
	height:244px;
	/*
	background-color:#3a3a3a;
	*/
    background-image: url(images/bg_page1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;	
    position: relative;
    background-position: top center;
    text-align: center;
}

.bg-dark2 {
    background-color: rgba(0,0,0,.7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.promo h1 {
    font-family: "RobotoLight", Arial, sans-serif;
    font-size: 34px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 83px;
    margin-bottom: 5px;
}

.promo #breadcrumbs {
    font-size: 15px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
	color:#fa6900;
    margin-top: 15px;
}

.promo #breadcrumbs a {
	color:#ffffff;
	text-decoration:none;
	transition:0.3s;
}

.promo #breadcrumbs a:hover {
	color:#fa6900;
}

.content_info {
	float:left;
	width:100%;
    padding-top: 70px;
    padding-bottom: 100px;
}

.content_info .block {
    min-height: 200px;
}

.content_info header h2 {
    font-size: 32px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;
    color: #323232;
    margin-top: 0px;
    margin-bottom: 20px;	
}

.content_info .entry-content {
    font-size: 16px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    line-height: 23px;
}

.entry-footer .post-edit-link {
	transition: 0.3s;
    background-color: #fa6900;
    color: #ffffff;
    text-decoration: none;
    height: 43px;
    text-align: center;
    margin-top: 6px;
    line-height: 41px;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 28px;
    padding-right: 28px;
    float: left;
    font-weight: 700;
}

.entry-footer .post-edit-link:hover {
	background-color: #242424;
}

.entry-content .arconix-faq-title {
	background:none !important;
	
    font-size: 18px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;	
}

.entry-content .arconix-faq-title.faq-closed {
	background:none !important;
}

.entry-content .arconix-faq-title.faq-open {
	background:none !important;
}

.entry-content .arconix-faq-wrap {
	position:relative;
    border-radius: 0;
    border: none;	
}

.arconix-faq-wrap::before {
	height: 22px;
    width: 22px;
    background-color: #2a2a2a;
    content: '';
    display: block;
    left: 8px;
    position: absolute;
    top: 6px;
}

.arconix-faq-title::before {
    height: 2px;
    width: 10px;
    background-color: white;
    content: '';
    display: block;
    left: 9px;
    position: absolute;
    top: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);	
}

.arconix-faq-title::after {
	height: 10px;
    width: 2px;
    background-color: white;
    content: '';
    display: block;
    left: 9px;
    position: absolute;
    top: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.arconix-faq-title.faq-open::after {
	display:none;
}




div.events .events_items .events_no {
    font-size: 24px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;
    margin-top: 80px;
    margin-bottom: 90px;
}




.wp-pagenavi a,
.wp-pagenavi span {
	border:none;
	padding: 5px 13px;
    margin: 5px;
    background-color: #f2f2f2;
    color: #000000;
    padding-bottom: 7px;
	transition:0.3s;	
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;	
}

.wp-pagenavi span.current {
    font-weight: 400;
    color: #fa6900;
}

.wp-pagenavi span.pages {
    background-color: transparent;
}

.wp-pagenavi {
    float: left;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}

.wp-pagenavi a:hover {
    background-color: #fa6900;
	color:#ffffff;
}

.ev_nav1 {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.ev_nav1 .nav-previous a,
.ev_nav1 .nav-next a {
    background-color: #f2f2f2;
    color: #000000;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 11px;
    padding-left: 18px;
    padding-right: 18px;
    font-family: "RobotoSlab", Arial, sans-serif;	
	transition:0.3s;	
}

.ev_nav1 .nav-previous a:hover,
.ev_nav1 .nav-next a:hover {
    background-color: #fa6900;
	color:#ffffff;
}

.single-events .content_info {
    padding-bottom: 60px;
}

.single-events .content_info .entry-meta {
    font-size: 14px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;	
}

.single-events .content_info .entry-meta a {
	text-decoration:none;
    color: #fa6900;
	transition:0.3s;
}

.single-events .content_info .entry-meta a:hover {
    color: #000000;
}

.map_info {
	float:left;
	width:100%;
    margin-top: 40px;
}

.map_info .left {
	width:65%;
    border: 10px solid #f3f3f3;
}

.map_info .right {
	width:35%;
    padding-left: 50px;
}

.map_info .right h2 {
	font-size: 24px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;
    margin-top: 0;
    line-height: 28px;	
}

.map_info .right h2::after {
	content: '';
    display: block;
    width: 44px;
    height: 1px;
    background-color: #fa6900;
    margin-top: 11px;	
}

.map_info .right .info {
    font-size: 16px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    line-height: 23px;	
}

.map_info .right .info .cont_info {
    font-size: 16px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
}

.map_info .right .info .cont_info p {
	margin-top:0;
	margin-bottom:9px
}

.map_info .right .info .cont_info a {
	color:#000000;
	text-decoration:none;
	transition:0.3s;
}

.map_info .right .info .cont_info a:hover {
	color:#fa6900;
}

.map_info .right .info .cont_info span {
	font-weight: 700;	
}


.map_info .right .info .time_info {
    font-size: 16px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 400;
	margin-top:30px;
}


.map_info .right .info .time_info .title {
	font-weight: 700;
}

.map_info .right .info .time_info .st1 {
	margin-top:0;
	margin-bottom:3px
}

.fbform {
	float:left;
	width:100%;
    margin-bottom: 90px;
}

.fbform .info {
	margin:0 auto;
	width:50%;
    margin-top: 90px;
}

.fbform .info .title {
    font-size: 28px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;	
}

.fbform .info .descr {
	font-size: 16px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    line-height: 23px;	
}

main.site-main .fbform .info .wpforms-submit-container button {
    border: none;
    padding: 0;	
	transition: 0.3s;
    background-color: #fa6900;
    color: #ffffff;
    text-decoration: none;
    height: 43px;
    text-align: center;
    margin-top: 6px;
    line-height: 41px;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 28px;
    padding-right: 28px;
    float: left;
    font-weight: 700;	
}

main.site-main .fbform .info .wpforms-submit-container button:hover {
    border: none;
    background-color: #242424;
}

main.site-main .fbform .info .wpforms-field-container input {
	border-radius:0;
}

.cosultblock {
	float:left;
	width:100%;
    padding-top: 70px;
    padding-bottom: 100px;
}

.cosultblock .left {
	width:50%;
    padding-right: 45px;
}

.cosultblock .right {
	width:50%;
}

.cosultblock .left h2 {
    font-size: 32px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;
    color: #323232;
    margin-top: 0px;
    margin-bottom: 20px;
}

.cosultblock .left .info {
	font-size: 16px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    line-height: 23px;	
}

.cosultblock .left .info p {
	margin-top:0;
	margin-bottom:9px
}

main.site-main .cosultblock .right .wpforms-submit-container button {
    border: none;
    padding: 0;	
	transition: 0.3s;
    background-color: #fa6900;
    color: #ffffff;
    text-decoration: none;
    height: 43px;
    text-align: center;
    margin-top: 6px;
    line-height: 41px;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 28px;
    padding-right: 28px;
    float: left;
    font-weight: 700;	
}

main.site-main .cosultblock .right .wpforms-submit-container button:hover {
    border: none;
    background-color: #242424;
}

main.site-main .cosultblock .right .wpforms-field-container input {
	border-radius:0;
}

main.site-main .cosultblock .right .wpforms-field-container label {
    font-size: 15px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;	
}

section.error-404.not-found {
	float:left;
	width:100%;
}

.error-404 .content_info .st404 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 170px;
    font-family: "RobotoSlab", Arial, sans-serif;
    margin-top: 25px;
    margin-bottom: 50px;
}

.error-404 .content_info .p404 {
	text-align:center;
	font-size: 20px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    line-height: 23px;	
}

.error-404 .content_info .but_404 {
    text-align: center;
}

.error-404 .content_info .but_404 a {
    transition: 0.3s;
    background-color: #fa6900;
    color: #ffffff;
    text-decoration: none;
    height: 43px;
    text-align: center;
    margin-top: 10px;
    line-height: 41px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    padding-left: 28px;
    padding-right: 28px;
    display: inline-block;
}


.error-404 .content_info .but_404 a:hover {
    background-color: #242424;
}

.search_res {
	float:left;
	width:100%;
}

.search_res .block {
	margin-top:50px;
	margin-bottom:50px;
    overflow: hidden;
}

.search_res article {
	background-color: #f2f2f2;
    padding-top: 20px;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.search_res .title {
    font-size: 32px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;	
    color: #323232;	
}

.search_res article h2.entry-title {
    font-size: 32px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;	
}

.search_res article h2.entry-title a {
    color: #323232;
	text-decoration:none;
	transition:0.3s;
}


.search_res article h2.entry-title a:hover {
    color: #fa6900;
}

.search_res article .entry-summary {
	font-size: 16px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    line-height: 23px;		
}

.not_found {
	float:left;
	width:100%;
}

.not_found .block {
	margin-top:50px;
	margin-bottom:50px;
    overflow: hidden;
}

.not_found .title {
    font-size: 32px;
    font-family: "RobotoSlab", Arial, sans-serif;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #323232;	
}

.not_found .info {
	font-size: 16px;
    font-family: "RobotoLight", Arial, sans-serif;
    font-weight: 400;
    line-height: 23px;		
}


.not_found .search-form {
	float: left;
    width: 100%;
    border: 2px solid #333333;
    height: 51px;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 10px;	
}

.not_found .search-field { 
	float: left;
    width: calc(100% - 66px);
    height: 100%;
    outline: none;
    border: none;
    padding-left: 25px;	
}

.not_found .search-submit {  
    outline: none;
    background: #ffffff url(images/ic_search2.png) no-repeat center;
    font-size: 0;
    width: 66px;
    height: 100%;
    float: left;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: 0.3s;	
}

.not_found .search-submit:hover {
    background: #ffffff url(images/ic_search2h.png) no-repeat center;
}

.scrollTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    display: none;
}

.scrollTop a {
	outline: none;
    color: #333;	
    text-decoration: none;
}

.scrollTop a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1em;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	transition:0.3s;
}


.scrollTop a i:hover {
    background: rgba(0, 0, 0, 0.5);
}










.mob_top_panel {
	display:none;
}

.slideout-menu {
	display:none;
}

.mob_top_panel .toggle-button {
    float: left;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    font-size: 24px;
    padding-left: 14px;
    padding-top: 10px;
    color: whitesmoke;
    background: #f16906 url(images/mob_but.png) no-repeat top 0px left 0px;
	outline: none;
}

.slideout-open .mob_top_panel .toggle-button {
    background: #e5660b url(images/mob_but_close.png) no-repeat top 0px left 0px;
}

.mob_top_panel .head_left a {
    margin-left: 10px;
    margin-top: 0;
    float: left;
}

.mob_top_panel .head_left a img {
    height: 30px;
	margin-top: 10px;	
    float: left;
}

.mob_top_panel .head_right {
    margin-right: 1%;
	margin-top: 3px;	
}

.mob_top_panel .head_right a {
    margin-top: 12px;
}


.mob_menu {
    background-color: #fa6900;
    margin-top: 15px;
}

.mob_menu ul {
	list-style:none;
    padding-left: 0;	
    line-height: 1.6;
	
    margin-bottom: 0;
    margin-top: 0;		
}

.mob_menu ul li {
	/*
    border-bottom: 1px solid #e7721d;
	*/
    float: left;
    width: 100%;	
}

.mob_menu ul li a {
}

.slideout-open .slideout-menu {
    padding-top: 2px;	
    padding-bottom: 100px;
}

.mob_menu ul li a {
	font-size: 17px;
    text-decoration: none;
    color: white;
    outline: none;
    padding-bottom: 11px;
    float: left;
    width: 100%;
    padding-top: 8px;
    padding-left: 18px;
}

.mob_menu ul.sub-menu {
	margin-left: 0px;
    float: left;
    width: 100%;
    padding-left: 0;
	/*
    border-top: 1px solid #e7721d;
	*/
}

.mob_menu ul.sub-menu li a {
	padding-left: 32px;	
}

.mob_menu ul.sub-menu li a::before {
    content: '\f101';
    position: absolute;
    display: block;
    color: #ffffff;
    float: left;
    font-size: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    left: 16px;
    margin-top: 6px;
}

.soc_block {
    float: left;
    position: relative;
}

.mob_top_panel .head_left {
    float: left;
}

.mob_top_panel .head_right {
    float: right;
    margin-right: 1%;
    margin-top: 3px;
}

.mob_top_panel .head_left h1 {
	float: left;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
}


.mob_top_panel .head_left h1 a { 
    text-decoration: none;
    color: #ffffff;	
}

.mob_top_panel .head_left h1 a span { 
    float: left;
    margin-top: 18px;
    margin-left: 10px;
    text-transform: uppercase;
    font-family: Alice, Arial, sans-serif;
    font-weight: 500;
}

.mob_whats img {
    width: 23px;
    margin-top: 10px;	
}

.mob_inst img {
    width: 23px;
    margin-top: 10px;	
}

.mob_top_panel .head_right a.mob_phone {
	float: left;
    margin-top: 11px;
    margin-right: 10px;
}

.mob_top_panel .head_right a.mob_phone::before {
    content: '\f879';
    position: relative;
    display: block;
    color: #fa6900;
    float: left;
    margin-top: 1px;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.mob_top_panel .head_right a.whatsapp {
    float: left;
    margin-top: 10px;
    margin-right: 10px;	
}

.mob_top_panel .head_right a.whatsapp::before {
    content: '\f232';
    position: relative;
    display: block;
    color: #fa6900;
    float: left;
    margin-top: 0px;
    font-size: 20px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.mob_top_panel .head_right a.insta {
    float: left;
    margin-top: 10px;
    margin-right: 0px;	
}

.mob_top_panel .head_right a.insta::before {
    content: '\f16d';
    position: relative;
    display: block;
    color: #fa6900;
    float: left;
    margin-top: 0px;
    font-size: 20px;
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}


.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #ffffff;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #fa6900;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}



.content_info .entry-content table {
	width: 100%;
	/*
	border: none;
	*/
	margin-bottom: 20px;
    padding: 30px;
    border: 1px solid #fa6900;
}

.content_info .entry-content table thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #d8d8d8;
	font-size: 14px;
}

.content_info .entry-content table thead tr th:first-child {
	border-radius: 8px 0 0 8px;
}

.content_info .entry-content table thead tr th:last-child {
	border-radius: 0 8px 8px 0;
}

.content_info .entry-content table tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}

.content_info .entry-content table tbody tr:nth-child(even){
	background: #f3f3f3;
}

.content_info .entry-content table tbody tr td:first-child {
	border-radius: 8px 0 0 8px;
}

.content_info .entry-content table tbody tr td:last-child {
	border-radius: 0 8px 8px 0;
}

.privacy_link {
	color: #000000;
    text-decoration: underline !important;
	transition:0.3s;
}

.privacy_link:hover {
	color: #ffffff;
}

.privacy_link.ver2:hover {
	color: #fa6900;
}

