/*!
Theme Name: enigma
Theme URI: 
Author: Underscores.me
Author URI: 
Description: Description
Version: 100.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: enigma
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.

enigma 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
--------------------------------------------------------------*/


html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}



body {
	margin: 0;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #161622;
}

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



/* 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;
}
a:hover {
	text-decoration: none;
}

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


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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

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

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

.main-navigation li {
	/* float: left; */
	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: block;
	}
}

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

.hentry {
	margin: 0 0 1.5em;
}

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


.logo {
	display: block;
	width: 260px;
	height: 62px;
	background: url('/wp-content/themes/enigma/img/logo.png')no-repeat 0 0;
}
.bg_front_parallax {
	height: 900px;
	width: 100%;
	background: #000 url('/wp-content/themes/enigma/img/head_background.jpg')no-repeat 50% 0;
	overflow: hidden;
}
.container-relative {
    position: relative;
    min-height: 838px;
}
#parallax-bg3 {
    height: 800px;
    position: absolute;
    bottom: 14px;
    overflow: hidden;
    width: 602px;
    right: -34px;
	background: url('/wp-content/themes/enigma/img/girl1.png')no-repeat 50% 0;
}
#parallax-bg2 {
    height: 694px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 568px;
    right: 0px;
	background: url('/wp-content/themes/enigma/img/circle.png')no-repeat 50% 0;
	background-size: contain;
}

.top_banner_title {
    font-size: 54px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 70px;
	font-weight: 800;
	position: relative;
    z-index: 4;
}
.top_banner_subtitle {
    font-size: 54px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 64px;
}
.top_banner_descr span {
    display: block;
    color: #fff;
    font-weight: 300;
	padding: 2px 0;
}
.main-navigation li {
    padding: 18px 3px;
}
.main-navigation a {
    color: #fff;
}
.address_top {
    color: #fff;
    font-size: 14px;
}
.phone_top {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
.bg_front_parallax > .site-header {
    padding-top: 14px;
}
.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active, .current_page_item a {
    color: #e27b1d;
}
.title_bolder {
    font-size: 42px;
    font-weight: 800;
	margin-bottom: 44px;
    margin-top: 40px;
	text-transform: uppercase;
}
#page .site-header {
	background: url('/wp-content/themes/enigma/img/header_menu_bg.jpg')no-repeat 50% 50% / cover;
	padding-top: 14px;
	/* padding-bottom: 14px; */
}
.video_link {
    display: block;
    height: 402px;
    background: url('/wp-content/themes/enigma/img/video.jpg')no-repeat 0 0;
    border-radius: 4px;
	transition: 0.2s;
	box-sizing: content-box;
	margin-top: 30px;
    border: 20px solid #fff;
}
.video_link:hover {
    opacity: 1;
	transition: 0.2s;
	cursor: pointer;
	border: 20px solid #fff;
}
.staff_img {
    float: right;
}
.philosophy {
    margin-top: 100px;
	margin-bottom: 120px;
}
.video_link_title {
    font-size: 24px;
    color: #fff;
    padding-top: 24px;
    padding-left: 25px;
}
.video_link_icon {
    text-align: center;
    margin: 78px 0;
}
.video_link_subtitle {
    font-size: 18px;
    color: #fff;
    padding-left: 25px;
	padding-top: 8px;
}
.staff .title_bolder {
    margin-top: 100px;
}
.staff {
	background: url('/wp-content/themes/enigma/img/staff_background.jpg')no-repeat 50% 100%;
}
.staff p {
    max-width: 402px;
}
.services {
    padding-top: 60px;
}
p {
	line-height: 1.8;
}
.services_item {
	position: relative;
    border-radius: 4px;
    display: block;
	height: 202px;
	margin-top: 24px;
}
.services_item:before{
    content: '';
    width: 100%;
    height: 100%;
    /* background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%); */
	background: url('/wp-content/themes/enigma/img/bg_dark.png')no-repeat 50% 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transition: 0.2s;
    z-index: 2;
    border-radius: 4px;
	transition: 0.3s;
}
.services_item:hover:before {
	/* background-image: -webkit-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%); */
	opacity: 0.8;
	transition: 0.3s;
}
.services_item_title {
    color: #fff;
    position: absolute;
    bottom: 0px;
    z-index: 2;
    padding: 15px 20px;
	font-size: 20px;
    text-transform: uppercase;
}
.services p {
    margin-bottom: 28px;
}
.about {
	/* background: url('/wp-content/themes/enigma/img/about_background.jpg')no-repeat 50% 100%; */
	margin-top: 60px;
}
.button_green {
    display: inline-block;
    background: #e86f1c;
    color: #fff;
    padding: 20px 50px;
    border-radius: 100px;
    font-size: 18px;
	transition: 0.5s;
	border: 0;
}
.button_border {
	display: inline-block;
	padding: 20px 50px;
    border-radius: 100px;
    font-size: 18px;
    border: 1px solid #fff;
    color: #fff;
	background: transparent;
}
.button_border_color {
    background: #fff;
    color: #e86f1c;
    transition: 0.5s;
    border: 1px solid rgba(255, 78, 1, 0.7);
}
.about_button_block .button_border_color {
    margin-left: 25px;
}
.about_text {
    margin-top: 0;
}
.about_text {
	/* color: #fff; */
}
.about_footer {
    margin-top: 28px;
	margin-bottom: 60px;
}
.about_footer__more_link {
    color: #fff;
    margin-top: 25px;
    display: inline-block;
} 
.about .img-responsive {
    padding-top: 40px;
}
.about_button_block {
    margin-top: 28px;
}
.button_green:hover, .button_green:focus, .button_green:active {
    color: #fff;
    background: rgba(255, 78, 1, 0.87);
	transition: 0.2s;
}
.button_border:hover, .button_border:focus, .button_border:active {
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: 0.2s;
    opacity: 0.8;
}
.button_border_color:hover, .button_border_color:focus, .button_border_color:active {
    color: inherit;
    background: transparent;
    /* border: 1px solid rgba(255, 255, 255, 0.5); */
    transition: 0.2s;
    opacity: 0.8;
}

.pad0 {
	padding: 0;
}
.container-fluid.pad0 {
    overflow: hidden;
}
.site-footer {
    background: url('/wp-content/themes/enigma/img/bg_serv.jpg')no-repeat 0% 50% / cover;
	margin-top: 60px;
}
.footer_contacts {
    
    padding: 74px 0px;
    color: #fff;
}
.footer_phone {
    font-size: 32px;
    font-weight: 700;
	margin-bottom: 10px;
}
.footer_subphone {
    margin-top: 20px;
}
.footer_address {
    font-size: 32px;
    margin-top: 18px;
}
.footer_to_ride {
    display: inline-block;
    color: #fff;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
}
.footer_to_ride:hover {
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.footer_contacts  .button_border {
    margin-top: 60px;
}
.footer_dark {
    background: url('/wp-content/themes/enigma/img/header_menu_bg.jpg')no-repeat 50% 50% / cover;
    color: #fff;
    padding: 30px 0;
}
.card_box_section .button_border_color:hover {
    border: 1px solid rgba(234, 103, 103, 0.5);
}
.polit {
    color: rgba(255, 255, 255, 0.6);
}
.polit:hover {
    color: rgba(255, 255, 255, 0.8);
}
.staff_button_block {
    margin-top: 186px;
}
.staff_button_block .button_border {
    margin-left: 25px;
}
.callback_header .button_green {
    border: 0;
	position: absolute;
    bottom: 0px;
    right: -2px;
	background: #e86f1c;
}
.callback_header {
    max-width: 554px;
    position: relative;
}
.callback-order-form-group__input {
    width: 100%;
    padding: 20px;
    border-radius: 100px;
    border: 0;
	font-size: 18px;
}
.top_banner_form {
    margin-top: 56px;
}
input {
    box-shadow: 0;
}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
input:focus, textarea:focus, select:focus {
    outline-offset: 0;
}
.title_up {
	text-transform: uppercase;
}
/* .content_serv p{
    max-width: 590px;
} */
#breadcrumbs a {
    color: #999;
    font-size: 14px;
	padding-right: 15px;
}
#breadcrumbs span {
    color: #999;
    font-size: 14px;
	padding-left: 15px;
	
}
.breadcrumb_last {
	padding-left: 15px;
}
#breadcrumbs > span{
	padding-left: 0;
}
#breadcrumbs > span > span {
	padding-left: 0;
}
.title_bolder_serv {
    /* padding-top: 70px; */
}
.home #page .site-header {
    background: transparent;
}
.top_button {
    padding: 15px 25px;
    font-size: 14px;
	border: 0;
	background: #e86f1c;
}
.top_button:hover {
	background: rgba(255, 78, 1, 0.87);
}
/* .main-navigation li {
    float: none;
} */
.header_line_top {
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    margin: 6px 0 0 0;
}
.slogan_top {
	
}
.vir_tur {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 100px;
    height: 100px;
    background:#fff url('/wp-content/themes/enigma/img/3d.png')no-repeat 50% 50% / contain;
	z-index: 500;
	transition: 0.8s;
	border-radius: 50px;
    border: 1px solid #fff;
}
.vir_tur:hover {
    transform: rotate(347deg);
    transition: 0.8s;
}
.flexslider .slides > li {
    height: 600px;
}
.slick_slider_box {
    overflow: hidden;
	margin-top: 80px;
    margin-bottom: 80px;
}
.slick_slider_box {
	background: url('/wp-content/themes/enigma/img/bg_serv.jpg')no-repeat 50% 50%;
}
.flexslider {
    margin: 0;
    border: 0;
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 26px;
    display: inline-block;
    content: '\f001';
    color: rgb(255, 255, 255);
    text-shadow: none;
    border-radius: 50px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    padding: 2px 9px;
    font-weight: 300;
	top: 50%;
    position: relative;
}
.sub-menu {
    background: #fff;
}
.sub-menu li>a{
    color: #333;
}
.sub-menu li {
	padding: 14px 4px;
    text-align: center;
}
.content_button {
    margin-top: 40px;
    margin-bottom: 40px;
}
.advantage_li {
    display: table;
    margin-bottom: 50px;
}
.advantage_img, .advantage_desc {
    display: table-cell;
    vertical-align: middle;
}
.advantage_desc {
    padding-left: 25px;
	/* max-width: 400px; */
	font-size: 22px;
    font-weight: 300;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.popup, .popup2, .popup3, .popup4, .popup5, .popup6, .popup8{
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    position: fixed;
    text-align: justify;
    visibility: hidden;
    z-index: 999999;
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
	padding: 20px;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    width: 406px;
    height: 500px;
}

.popup2 .window, .popup8 .window {
    padding: 0;
    width: 100%;
    padding: 25px;
    color: #000;
    text-align: left;
}
.popup .close_modal,
.popup2 .close_modal, .popup3 .close_modal, .popup4 .close_modal, .popup5 .close_modal, .popup6 .close_modal, .popup8 .close_modal {
    position: absolute;
    padding: 4px 10px 4px 10px;
    top: -15px;
    right: -15px;
    cursor: pointer;
    color: #fff;
    background: #a7acaf;
    text-align: center;
	border-radius: 50px;
    width: 30px;
    height: 30px;
	font-size: 15px;
}

.complect-placeholder {
    border: 3px solid #fff;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    background: 0 0;
    height: 36px;
    padding: 5px 19px;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 10px;
	color: #fff;
}
.complect-placeholder option {
    color: #333;
}
.fofm h5, .fotr h5 {
    font-size: 36px;
    font-weight: 900;
	margin: 0;
	margin-bottom: 20px;
}
.fofm p {
    font-size: 16px;
	margin-bottom: 20px;
}
.popup .fofm input, .popup3 .fofm input, .popup4 .fofm input, .popup5 .fofm input, .popup6 .fofm input {
    width: 100%;
    padding: 14px 24px;
    margin-bottom: 11px;
}
.popup .fofm input, .popup3 .fofm input , .popup4 .fofm input, .popup5 .fofm input, .popup6 .fofm input {
    border: 1px solid #bbb;
}
.fofm input.btn {
	border: 1px solid transparent;
}
.fofm  textarea {
	width: 100%;
    padding: 10px;
	border: 1px solid #bbb;
}
.fofm .checkbox input[type=checkbox], .fofm .checkbox-inline input[type=checkbox], .fofm .radio input[type=radio], .fofm .radio-inline input[type=radio] {
    display: block;
    width: 16px;
    margin-top: 3px;
}

.popup2 .orderform_heading_s, .popup8 .orderform_heading_s{
    font-size: 36px;
    font-weight: 900;
}
.popup2 p, .popup8 p {
    margin-bottom: 50px;
}
.checkbox label, .radio label {
    font-size: 12px;
}
.popup2 .button_green, .popup .button_green, .popup3 .button_green, .popup4 .button_green, .popup5 .button_green, .popup6 .button_green, .popup8 .button_green {
    margin-top: 20px;
}

.advantage_form {
    padding: 30px;
    background: #e86f1c;
    color: #fff;
}
.advantage_form_title {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 0;
}
.advantage_form_desc {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}
.advantage_form .callback-order-form-group__input{
    margin-bottom: 18px;
	color: #161622;
}
.all_serv_button {
    margin: 80px 0;
}
.home .advantage {
    padding: 110px 0;
    background: #f5f5f5;
}
.slogan_top {
    padding-top: 4px;
}
.page-template-services .servises_page {
    margin-bottom: 60px;
}
.card_box {
    padding: 15px;
    border: 1px solid #b3e81f;
    border-radius: 8px;
    margin-bottom: 14px;
	transition: 0.2s;
}
.card_title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
	text-transform: uppercase;
}
.card_desc {
    margin-bottom: 0;
}
.card_box:hover {
	box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
    background-color: #fff;
	transition: 0.2s;
}
.card_box_section {
    margin-bottom: 60px;
}
.card_img {
    height: 284px;
    margin-bottom: 20px;
}
.page-template-coach .card_title {
    font-size: 18px;
}
.social_link {
    display: inline-block;
    height: 40px;
    width: 40px;
}
.whats_app {
    background: url('/wp-content/themes/enigma/img/soc.png')no-repeat 0px 0px;
	margin-right: 8px;
}
.viber {
    background: url('/wp-content/themes/enigma/img/soc.png')no-repeat -54px 0px;
	margin-right: 8px;
}
.vk {
    background: url('/wp-content/themes/enigma/img/soc.png')no-repeat -109px 0px;
	margin-right: 8px;
}
.inst {
    background: url('/wp-content/themes/enigma/img/soc.png')no-repeat -162px 0px;
}


@media (max-width: 768px) {
	.slogan_top {
    display: none;
}
.flexslider .slides > li {
    height: auto;
}
.slick_slider_box {
    margin-top: 40px;
}
.page-template-services .servises_page {
    margin-bottom: 40px;
}
.phone_top {
    font-size: 15px;
}
#parallax-bg3, #parallax-bg2 {
    display: none;
}
.vir_tur {
    display: none;
}
.top_banner_title {
    font-size: 22px;
    margin-top: 40px;
}
.top_banner_subtitle {
    font-size: 22px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}
body {
	font-size: 14px;
}
.callback_header .button_green {
    border: 0;
    position: inherit;
    bottom: 0px;
    right: 0;
    width: 100%;
    margin-top: 15px;
}
.container-relative {
    min-height: 490px;
}
.bg_front_parallax {
    height: auto;
}
.title_bolder {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 10px;
}
.home #page .site-header {
    background: #000;
}
.header_line_top {
    height: 0px;
}
.staff .title_bolder {
    margin-top: 20px;
}
.staff_button_block {
    margin-top: 40px;
	margin-bottom: 40px;
}
.staff_button_block .button_border {
    margin-left: 0;
    border: 1px solid #166a21;
    color: #166a21;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}
.button_green {
    width: 100%;
    text-align: center;
}
.philosophy {
    margin-top: 40px;
    margin-bottom: 40px;
}
.video_link {
    display: block;
    height: 270px;
    background: url(/wp-content/themes/enigma/img/video.jpg)no-repeat 50% 50% / cover;
    border-radius: 4px;
    transition: 0.2s;
	margin-bottom: 40px;
}
.video_link_icon {
    text-align: center;
    margin: 0px 0;
}
.advantage_form {
    padding: 25px 15px;
    background: #e86f1c;
    color: #fff;
}
.about > .container > .row > .col-md-6 > .img-responsive {
    display: none;
}
.about_text {
    margin-top: 70px;
}
.about_footer__more_link {
    margin-bottom: 40px;
    font-size: 18px;
}
.about_footer {
    margin-top: 20px;
}
.footer_contacts {
    max-width: 484px;
    float: inherit;
    padding: 36px 0px;
    color: #fff;
}
.footer_phone {
    font-size: 22px;
    font-weight: 700;
}
.footer_address {
    font-size: 22px;
    margin-top: 32px;
}
.footer_contacts .button_border {
    margin-top: 40px;
}
.menu-toggle, .main-navigation.toggled ul {
    display: block;
    width: 100%;
    background: transparent;
    border: 0;
    padding: 10px;
    color: #fff;
	text-align: left;
    padding-left: 0;
}
.address_top {
    font-size: 11px;
}
.time_top {
    font-size: 16px;
}
.menu-toggle {
    border: 1px solid #fff;
    padding: 13px;
    text-align: center;
    border-radius: 50px;
}
.top_button {
    margin-top: 10px;
    margin-bottom: 4px;
}
.main-navigation {
    margin-top: 10px;
}
#page .site-header {
	/* background: url('/wp-content/themes/enigma/img/header_menu_bg.jpg')no-repeat 50% 50% / cover; */
	background: #000;
	/* padding-bottom: 14px; */
}
.popup, .popup2, .popup3, .popup4, .popup5, .popup6, .popup8 {
    width: 100%;
    height: auto;
}
.popup .close_modal, .popup2 .close_modal, .popup3 .close_modal, .popup4 .close_modal, .popup5 .close_modal, .popup6 .close_modal, .popup8 .close_modal {
    top: 15px;
    right: 15px;
}
}
.top_banner_descr > span > .yellow_color {
    display: inline;
    color: #ffcd03;
    font-weight: 400;
}
.action-text {
    font-size: 10px;
}
.page-template-coach .advantage_form_title {
	margin: 0;
}
.advantage_form_desc1 {
    font-size: 20px;
    font-weight: 300;
	text-align: center;
    margin-bottom: 40px;
}
.time_top {
	display: table;
}
.time_top img {
	display: table-cell;
    vertical-align: middle;
	padding-top: 2px;
}
.time_top span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
	color: #ffd85f;
	font-weight: bold;
	line-height: 1;
    padding-left: 8px;
}
.page-template-serv_head .servises_page {
	margin-bottom: 80px;
}
.card_desc {
    font-size: 14px;
	color: #777;
}
.nav_rasp {
    margin: 0;
    margin-bottom: 25px;
}
.card_img_mk  {
 /*   box-shadow: 7px 20px 40px 1px rgba(119, 119, 119, 0.84);
    border-radius: 16px;
	transform: rotate(4deg);
    margin-top: 14px;
	transition: 1s;
	margin-bottom: 60px; */
}
.card_img_mk:hover  {
 //   box-shadow: 15px 30px 60px 1px rgba(119, 119, 119, 1);
 //   border-radius: 16px;
	transform: rotate(8deg);
//    margin-top: 24px;
	transition: 1s; 
}
.about .for_img_about:before {
	content: '';
	width: 555px;
	height: 410px;
	display: block;
	position: absolute;
	z-index: -1;
	border: 20px solid #e86f1c;
	top: 130px;
	left: -60px;
	transition: 2s;
}
.about_text {
    max-width: 400px;
}
@media (max-width: 1280px) {
	.about .for_img_about:before {
	content: '';
	display: none;
}
}
.block_price_card ul {
    margin: 0;
}
.block_price_card strong {
    display: block;
    font-size: 20px;
}
.card_page_block {
    margin-bottom: 45px;
}
.block_price_card span {
    display: block;
    padding-left: 18px;
	/* background: url('/wp-content/themes/enigma/img/clock.png')no-repeat 0% 50%; */
}
.mb40 {
	margin-bottom: 40px;
}
.block_price_card  em {
    margin-top: 10px;
    display: block;
    padding-left: 22px;
}
.about .img-responsive {
    transition: 2s;
}
.about .img-responsive:hover {
    transition: 2s;
	margin-top: 74px;
}
.about .for_img_about:hover:before {
    transition: 2s;
	top: 94px;
    left: -5px;
}
.page-template-coach .card_box .card_img {
	transition: 1s;
}
.page-template-coach .card_box:hover .card_img {
    background-size: 110% !important;
	transition: 1s;
	transition: background-size 2s ease-in;
	-moz-transition: background-size 2s ease-in;
	-ms-transition: background-size 2s ease-in;
	-o-transition: background-size 2s ease-in;
	-webkit-transition: background-size 2s ease-in;
}
#wmpci-popup-wrp {
    z-index: 500;
}
@media (max-width: 780px) {
	.wmpci-popup-body {
    max-width: 100%;
}
}

/* .wmpci-popup-wrp .wmpci-popup-body {
    background-color: transparent !important;
} 
.wmpci-popup-wrp .wmpci-popup-close {
    display: none;
}*/
.articles_item_img {
	height: 240px;
    width: 100%;
    display: block;
}
.articles_item_title {
    display: block;
    margin: 15px 0;
    color: #161622;
    font-weight: 900;
    text-transform: uppercase;
}
.articles_item_description {
    display: block;
    color: #333;
    font-size: 14px;
}
.articles_item {
    display: block;
    border: 1px solid #ddd;
    padding: 15px;
}
.articles_item:hover .articles_item_title {
    color: #ef7f1a;
}
.archive .title_up {
	margin-top: 0;
    font-size: 28px;
}
.archive .content_serv {
    margin-bottom: 60px;
}
.wmpci-popup-body {
    max-width: 512px;
}
.wmpci-popup-wrp .wmpci-popup-close {
    right: -20px;
    background: url('/wp-content/themes/enigma/img/close.png')no-repeat 50% 50%;
}
.page-template-glavnaya .slick_slider_box {
    margin-top: 0;
}
.popup8 {
    height: 630px;
}
.single.single-post.postid-1235 .content_serv .col-sm-7 {width: 100% !important;}


.other-club {
    background-image: url('/wp-content/themes/enigma/img/other-club.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:40px;
}
.other-club p {
    line-height: 1;
}
.other-club__december {
    background-color:#000;
    margin-left:-15px;
    margin-bottom:0;
    display: inline-block;
    padding-right:15px;
}
.other-club__december p {
    padding-left:30px;
    padding-top:10px;
    padding-bottom:10px;
    font-weight: 800; 
    color:#fff;
    margin-bottom:0;
    text-transform: uppercase;
}

.other-club__title {
    margin-top:60px;
    padding-left:15px;
    margin-bottom:60px;
}
.other-club__title p {
    margin-bottom:5px;
    font-size: 68px;
    font-weight: 800; 
    text-transform: uppercase;
    color:#fff;
}
.other-club__title p:first-child {
    color:#ec6146;
}
.other-club__precent {
    background-image: url('/wp-content/themes/enigma/img/precents-back.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 60px;
    padding-left: 30px;
    display: inline-block;
}
.other-club__precent p {
    margin-bottom:0;
}
.other-club__precent .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 0;
}
.other-club__precent .row p:first-child {
    font-size: 72px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin-right: 30px;
}
.other-club__precent .row p:last-child {
    color:#000;
    font-size: 28px;
    font-weight: 600; 
    text-align: right;
}
.other-club__precent .row p {
    color:#000;
    font-size:24px;
}

.other-club__form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.other-club__form p:first-child {
    color:#fff;
    font-size: 28px;
    font-weight: 600;
    text-align:center;
    max-width: 280px;
}
.other-club__form form {
    display:flex;
    flex-direction: column;
    max-width: 280px;
}
.other-club__form form input[type="text"] {
    margin-bottom: 10px;
    color: #161622;
    padding: 20px;
    border-radius: 100px;
    border: 0;
}
.other-club__form__row {
    display:flex;
    flex-direction: row;
    margin-left:10px;
    margin-bottom:10px;
    
}
.other-club__form__row label {
    color:#fff;
    font-weight: 500;
    margin-left: 10px;
}

.other-club__form ul {
    margin-top:40px;
    list-style-type: none;
}
.other-club__form ul li {
    font-size:18px;
    color:#fff;
    text-align:right;
    font-weight:600;
}

@media(max-width:1200px) {
    .other-club__title p {
        font-size:54px;
    }
    .other-club__precent .row p:last-child {
        font-size:26px;
    }
    .other-club__precent .row p:first-child {
        font-size:54px;
    }
}

@media(max-width:991px) {
    .other-club {
        background-position: center;
    }
    .other-club__title {
        margin-top:20px;
        margin-bottom:20px;
    }
    .other-club__form {
        margin-top:20px;
        align-items:center;
    }
    .other-club__form p:first-child {
        max-width:320px;
    }
    .other-club__form form {
        max-width:320px;
    }
}
@media(max-width:768px) {
    .other-club {
        margin-bottom:40px;
    }
    .other-club__title p {
        font-size:22px;
    }
    .other-club__precent .row p:first-child {
        font-size:36px;
    }
    .other-club__precent .row p:last-child {
        font-size:18px;
    }
    .other-club__form p:first-child {
        font-size:20px;
    }
    .other-club__form ul li {
        font-size:14px;
    }
}
@media(max-width:374px) {
    .other-club__precent .row p:first-child {
        font-size: 40px;
        margin-right:15px;
    }
    .other-club__precent .row p:last-child {
        font-size: 16px;
    }
    .other-club__precent p {
        margin-top:5px;
    }
}
.gift-card {
    margin-bottom:80px;
}
.gift-card .title_bolder {
    margin-top:0;
    margin-bottom:20px;
}
.gift-card__list {
    margin-bottom:14px;
}
.gift-card__list>div {
    margin-bottom:20px;
}
.gift-card__list>div img {
    border-radius: 8px;
}

.page-template-coach .card_box .card_img {
    background-size: contain !important;
    background-position: center bottom -40px !important; 
}

html .page-template-coach .card_box:hover .card_img {
    background-size: contain !important;
    background-position: center bottom -20px !important;
    transition: background-position .2s ease-in;
    -moz-transition: background-position .2s ease-in;
    -ms-transition: background-position .2s ease-in;
    -o-transition: background-position .2s ease-in;
    -webkit-transition: background-position .2s ease-in;       
}

