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

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

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

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

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

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

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

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

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

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

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

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

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
	display: block;
}

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

summary {
	display: list-item;
}
*{
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.280, 0.000, 1.000);
   -moz-transition: all 500ms cubic-bezier(0.000, 0.280, 0.000, 1.000);
     -o-transition: all 500ms cubic-bezier(0.000, 0.280, 0.000, 1.000);
        transition: all 500ms cubic-bezier(0.000, 0.280, 0.000, 1.000); /* custom */

-webkit-transition-timing-function: cubic-bezier(0.000, 0.280, 0.000, 1.000);
   -moz-transition-timing-function: cubic-bezier(0.000, 0.280, 0.000, 1.000);
     -o-transition-timing-function: cubic-bezier(0.000, 0.280, 0.000, 1.000);
        transition-timing-function: cubic-bezier(0.000, 0.280, 0.000, 1.000); /* custom */
}
/* Misc
	 ========================================================================== */

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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


@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url('fonts/playfairdisplay.woff2') format('woff2'), url('fonts/playfairdisplay.woff') format('woff'), url('fonts/playfairdisplay.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url('fonts/playfairdisplayitalic.woff2') format('woff2'), url('fonts/playfairdisplayitalic.woff') format('woff'), url('fonts/playfairdisplayitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url('fonts/playfairdisplaybold.woff2') format('woff2'), url('fonts/playfairdisplaybold.woff') format('woff'), url('fonts/playfairdisplaybold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display Bold Italic'), local('PlayfairDisplay-BoldItalic'), url('fonts/playfairdisplaybolditalic.woff2') format('woff2'), url('fonts/playfairdisplaybolditalic.woff') format('woff'), url('fonts/playfairdisplaybolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display Black'), local('PlayfairDisplay-Black'), url('fonts/playfairdisplayblack.woff2') format('woff2'), url('fonts/playfairdisplayblack.woff') format('woff'), url('fonts/playfairdisplayblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display Black Italic'), local('PlayfairDisplay-BlackItalic'), url('fonts/playfairdisplayblackitalic.woff2') format('woff2'), url('fonts/playfairdisplayblackitalic.woff') format('woff'), url('fonts/playfairdisplayblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}


@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Thin'), local('BebasNeue-Thin'), url('fonts/beabsnue/bebasneuethin.woff2') format('woff2'), url('fonts/beabsnue/bebasneuethin.woff') format('woff'), url('fonts/beabsnue/bebasneuethin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Light'), local('BebasNeue-Light'), url('fonts/beabsnue/bebasneuelight.woff2') format('woff2'), url('fonts/beabsnue/bebasneuelight.woff') format('woff'), url('fonts/beabsnue/bebasneuelight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Book'), local('BebasNeueBook'), url('fonts/beabsnue/bebasneuebook.woff2') format('woff2'), url('fonts/beabsnue/bebasneuebook.woff') format('woff'), url('fonts/beabsnue/bebasneuebook.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Regular'), local('BebasNeueRegular'), url('fonts/beabsnue/bebasneueregular.woff2') format('woff2'), url('fonts/beabsnue/bebasneueregular.woff') format('woff'), url('fonts/beabsnue/bebasneueregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: local('Bebas Neue Bold'), local('BebasNeueBold'), url('fonts/beabsnue/bebasneuebold.woff2') format('woff2'), url('fonts/beabsnue/bebasneuebold.woff') format('woff'), url('fonts/beabsnue/bebasneuebold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/gotham/GothamPro-BoldItalic.eot');
	src: local('Gotham Pro Bold Italic'), local('GothamPro-BoldItalic'),
		url('fonts/gotham/GothamPro-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/gotham/GothamPro-BoldItalic.woff') format('woff'),
		url('fonts/gotham/GothamPro-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/gotham/GothamPro-Italic.eot');
	src: local('Gotham Pro Italic'), local('GothamPro-Italic'),
		url('fonts/gotham/GothamPro-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/gotham/GothamPro-Italic.woff') format('woff'),
		url('fonts/gotham/GothamPro-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/gotham/GothamPro-Medium.eot');
	src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
		url('fonts/gotham/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/gotham/GothamPro-Medium.woff') format('woff'),
		url('fonts/gotham/GothamPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/gotham/GothamPro-BlackItalic.eot');
	src: local('Gotham Pro Black Italic'), local('GothamPro-BlackItalic'),
		url('fonts/gotham/GothamPro-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/gotham/GothamPro-BlackItalic.woff') format('woff'),
		url('fonts/gotham/GothamPro-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/gotham/GothamPro-Bold.eot');
	src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
		url('fonts/gotham/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/gotham/GothamPro-Bold.woff') format('woff'),
		url('fonts/gotham/GothamPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro Narrow';
	src: url('GothamProNarrow-Bold.eot');
	src: local('Gotham Pro Narrow Bold'), local('GothamProNarrow-Bold'),
		url('GothamProNarrow-Bold.eot?#iefix') format('embedded-opentype'),
		url('GothamProNarrow-Bold.woff') format('woff'),
		url('GothamProNarrow-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro Narrow';
	src: url('fonts/gotham/GothamProNarrow-Medium.eot');
	src: local('Gotham Pro Narrow Medium'), local('GothamProNarrow-Medium'),
		url('fonts/gotham/GothamProNarrow-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/gotham/GothamProNarrow-Medium.woff') format('woff'),
		url('fonts/gotham/GothamProNarrow-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/gotham/GothamPro-LightItalic.eot');
	src: local('Gotham Pro Light Italic'), local('GothamPro-LightItalic'),
		url('fonts/gotham/GothamPro-LightItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/gotham/GothamPro-LightItalic.woff') format('woff'),
		url('fonts/gotham/GothamPro-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/gotham/GothamPro-Light.eot');
	src: local('Gotham Pro Light'), local('GothamPro-Light'),
		url('fonts/gotham/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/gotham/GothamPro-Light.woff') format('woff'),
		url('fonts/gotham/GothamPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/gotham/GothamPro-Black.eot');
	src: local('Gotham Pro Black'), local('GothamPro-Black'),
		url('fonts/gotham/GothamPro-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/gotham/GothamPro-Black.woff') format('woff'),
		url('fonts/gotham/GothamPro-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/gotham/GothamPro.eot');
	src: local('Gotham Pro'), local('GothamPro'),
		url('fonts/gotham/GothamPro.eot?#iefix') format('embedded-opentype'),
		url('fonts/gotham/GothamPro.woff') format('woff'),
		url('fonts/gotham/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('fonts/gotham/GothamPro-MediumItalic.eot');
	src: local('Gotham Pro Medium Italic'), local('GothamPro-MediumItalic'),
		url('fonts/gotham/GothamPro-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('fonts/gotham/GothamPro-MediumItalic.woff') format('woff'),
		url('fonts/gotham/GothamPro-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}
@font-face {
    font-family: 'Old Standard TT';
    src: local('Old Standard TT Regular'), local('OldStandardTT-Regular'), url('fonts/oldstandardttregular.woff2') format('woff2'), url('fonts/oldstandardttregular.woff') format('woff'), url('fonts/oldstandardttregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Old Standard TT';
    src: local('Old Standard TT Italic'), local('OldStandardTT-Italic'), url('fonts/oldstandardttitalic.woff2') format('woff2'), url('fonts/oldstandardttitalic.woff') format('woff'), url('fonts/oldstandardttitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Old Standard TT';
    src: local('Old Standard TT Bold'), local('OldStandardTT-Bold'), url('fonts/oldstandardttbold.woff2') format('woff2'), url('fonts/oldstandardttbold.woff') format('woff'), url('fonts/oldstandardttbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

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. */
	font-family: 'Gotham Pro';
}

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

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

a:visited {
	color: purple;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## 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:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

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

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

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}
.slider .main_page_img{
	height: 757px;
	width: 100%;

}
.header_content{
	max-width: 1210px;
	padding: 0 20px;
	margin: 0 auto;
}
.menu-menu-1-container{
	display: inline-block;
	margin-bottom: -5px;
}
.main-navigation{
	display: inline-block;
	width: calc(100% - 459px);
	float: none;
	text-align: center;
}
.phones{
	display: inline-block;
	width: 363px;
	float: right;
	text-align: right;
	padding-top: 31px;
}
.main-navigation a{
	color: #141414;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 500;
	margin: 0 24px;
	padding: 37px 0;
}
.header_content > a{
	float: left;

}
.phones label{
	border: 2px solid #1960b0;
	color: #1960b0;
	font-family: "Gotham Pro";
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
}
.phones span{
	width: auto;
	display: inline-block;
	color: #141414;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	margin-right: 5px;
	text-align: left;
	float: left;
	padding-top: 3px;
	padding-left: 30px;
	background: url('img/phone.png') no-repeat;
	background-position: left center;
	background-size: 23px;

}
.main-navigation .current_page_item a{
	border-bottom: 2px solid yellow;
}
.slider {

}
.header_content .logo img{
	max-width: 90px;
}
.slider .main_page_img .content{
	max-width: 1210px;
padding: 0 20px;
margin: 0 auto;
margin-top: 160px;
height: 600px;
position: relative;
}
.slider .main_page_img .content h2{
	color: #1c3d76;
	font-family: "Gotham Pro";
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	font-weight: 900;
	max-width: 420px;
	float: left;
	margin-top: 0;
}
.slider .main_page_img .content h2 b{
	font-weight: 900;
	color: black;
	display: block;
}
.slider .main_page_img .content .right_block{
	width: 50%;
	float: right;
	display: inline-block;
	padding-left: 50px;
}
.slider .main_page_img .content .right_block .blue_line{
	width: 33px;
	height: 2px;
	display: inline-block;
	background-color: #00aef0;
	float: left;
	margin-top: 27px;
	margin-right: 20px;
}
.slider .main_page_img .content .right_block p{
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 24px;
	font-weight: 300;
	line-height: 56px;
	display: inline-block;
	margin-top: 0;
}
.slider .main_page_img .content .right_block p i{
	font-style: normal;
	color: #15b9f7;
	font-family: "Gotham Pro";
	font-weight: 700;
	letter-spacing: 1.2px;
	position: inherit;
}
.slider .main_page_img .content .right_block .info{
	border: 1px solid
#ffffff26;
margin-bottom: 24px;
padding: 35px 45px;
}
.slider .main_page_img .content .right_block .info p{
	display: block;
	margin-bottom: 0;
}
.slider .main_page_img .content .right_block .info span{
	display: block;
	color: #ffffff;

font-family: "Gotham Pro";

font-size: 14px;

font-weight: 300;

line-height: 24px;
padding-left: 15px;
background: url('img/info_slider.png') no-repeat;
	background-position: left center;
	background-size: 7px;
	background-position-y: 60%;
}
.slider .main_page_img .content i{
	position: absolute;
	bottom: 20px;
	left: 0;
	font-style: normal;
	font-family: "Gotham Pro";
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	text-transform: uppercase;
	color:
	#b1b6be;
}
.slider .main_page_img .content i b{
	color: #1c3d76;
}
.slider .slick-next{
	position: absolute;
	width: 52px;
	right: auto;
	left: 44%;
	top: 704px;
	z-index: 3;
	background: url('img/next.png') no-repeat;
}
.slider .slick-prev{
	position: absolute;
	width: 52px;
	right: auto;
	z-index: 3;
	left: 40%;
	top: 704px;
	background: url('img/prev.png') no-repeat;
}
.slick-prev::before, .slick-next::before{
	display: none;
}
.slider .slick-prev:hover{
	background: url('img/prev_a.png') no-repeat;
}
.slider .slick-next:hover{
	background: url('img/next_a.png') no-repeat;
}
.catalog {
	max-width: 1210px;
padding: 0 20px;
margin: 0 auto;
margin-top: 110px;
text-align: center;
}
.catalog h2{
	color: #1c3d76;
	font-family: "Gotham Pro";
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 0;
}
.catalog h2 b{
	font-weight: 900;
	color: black;
}
.catalog h2 .blue_line{
	width: 27px;
	height: 3px;
	background-color: #1c3d76;
	display: inline-block;
	float: left;

margin-top: 22px;

margin-right: 14px;
}
.catalog .luki{
	width: 33.33%;
	display: inline-block;
	float: left;
	border: 1px solid #80808026;
	padding-bottom: 25px;
	text-align: center;
}
.catalog .luki .catalog_photo{
	height: 285px;
	z-index: -2;
}
.catalog .luki .content{
	color: #1c3d76;

font-family: "Gotham Pro";

font-size: 16px;

font-weight: 500;

line-height: 18px;
margin-top: 10px;
}
.catalog .luki:hover{
	box-shadow: 0 10px 27px rgba(23, 80, 153, 0.28);
	border: 1px solid #ebd944;
	z-index: 2;

position: relative;
}
.catalog .luki:hover .content{
	color: #000000;
	z-index: 5;
}
.catalog .luki:hover .catalog_photo{
	z-index: 5;
}
.obrat_button{
	box-shadow: 0 10px 18px rgba(23, 80, 153, 0.21);
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #0b366d;
	clear: left;
	display: inline-block;
margin: 37px auto;
padding: 15px 50px;
cursor: pointer;
}
.obrat_button:hover{
	margin: 35px auto;
	margin-bottom: 39px;
	box-shadow: 0 10px 18px rgba(23, 80, 153, 0.31);
}
.info_company {
  max-width: 1210px;
  padding: 0 20px;
  margin: 0 auto; }
  .info_company .blue_line {
    width: 27px;
    height: 3px;
    background-color: #1c3d76;
    display: inline-block;
    float: left;
    margin-top: 22px;
    margin-right: 14px; }
  .info_company .left_part h3 {
    color: black;
    font-family: "Gotham Pro";
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 0;
    text-align: left; 
    display: inline-block;
}
  .info_company .left_part i {
	    color: #121212;
	    font-family: "Gotham Pro";
	    font-size: 16px;
	    font-weight: 500;
	    line-height: 24px; 
	    display: block;
	    font-style: normal;
	}
  .info_company .left_part p {
	    color: #515458;
	    font-family: "Gotham Pro";
	    font-size: 15px;
	    font-weight: 300;
	    line-height: 22px;

	    font-family: "Gotham Pro Light";
	    font-weight: 300;
	
    }

.catalog h2 {
  text-align: left; }

.info_company .left_part{
	width: 60%;
	display: inline-block;
	float: left;
}
 .info_company .right_part{
 	width: 40%;
	display: inline-block;
	padding-left: 30px;
 }
 #colophon{
 	clear: both;
 }
  .info_company .right_part h4{
  	width: 268px;
	color:#121212;
    font-family: "Gotham Pro";
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 4px;

}
  .info_company .right_part .price_down{
	display: block;
	color: #1c3d76;
	font-family: "Gotham Pro";
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border-top: 0.5px solid #e7e9ed;
	border-bottom: 0.5px solid #e7e9ed;
	padding-left: 15px;
background: url('img/pdf.png') no-repeat;
	background-position: 15px center;
	background-size: 36px;
	padding: 15px 10px 15px 67px;
}
  .info_company .right_part .price_down i{
  	font-style: normal;
  	display: block;
  	color: #999999;
	font-family: "Gotham Pro";
	font-size: 12px;
	font-weight: 300;

  }
   .info_company .right_part .price_down:hover{
  	box-shadow: 0 32px 65px rgba(36, 39, 40, 0.22);
  	z-index: 5;
  	position: inherit;
  }
.kak_rabotaem{
	clear: left;
	max-width: 1210px;

padding: 0 20px;

margin: 0 auto;
display: flex;
  justify-content: space-between;
}
.kak_rabotaem .block{
	width: 120px;
	text-align: center;
}
.kak_rabot{
	color: black;
	font-family: "Gotham Pro";
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	margin-top: 110px;
	margin-bottom: 60px;
}
#colophon{
background: #0e0e0e;
}
#colophon .site-info{
	max-width: 1210px;
	padding: 50px 20px;
	margin: 0 auto;
	text-align: right;
	padding-bottom: 1px;	
}
#colophon .site-info .content_footer{
	max-width: 800px;

display: inline-block;
}
#colophon .site-info .content_footer .links a{
	display: block;
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	text-decoration: none;
}

#colophon .site-info .content_footer .links a:hover{
	color: #ebd944;
}
#colophon .site-info .content_footer .links{
	display: inline-block;
	text-align: left;
	padding-right: 190px;
	float: left;
}
#colophon .site-info .content_footer .phones .phone{
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	padding-left: 40px;
	background: url('img/phone.png') no-repeat;
	background-position: left center;
	background-size: 27px;
	background-position-y: 50%;
	display: block;
	width: 180px
} 
#colophon .site-info .content_footer .phones{
	padding-top: 0;
	float: left;
	width: 260px;
}
#colophon .site-info .content_footer .phones .adres{
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	padding-left: 40px;
	background: url('img/map.png') no-repeat;
	background-position: left center;
	background-size: 27px;
	background-position-y: 50%;
	display: block;
	width: 180px
}
#colophon .site-info .content_footer .mails a{
color: #ebd944;
font-family: "Gotham Pro";
font-size: 14px;
font-weight: 300;
line-height: 20px; 
text-decoration: none;
display: block;
}
#colophon .site-info .content_footer .mails{
	float: right;
	width: auto;
	text-align: left;
}
#colophon .site-info .content_footer .mails label{
	border: 2px solid #1960b0;
color: #1960b0;
font-family: "Gotham Pro";
font-size: 12px;
font-weight: 700;
line-height: 20px;
text-transform: uppercase;
letter-spacing: 0.6px;
padding: 11px 25px;
margin-bottom: 15px;
display: inline-block;
margin-top: 11px;
cursor: pointer;
}
.copy_right span{
	float: left;
opacity: 0.5;
color: #feffff;
font-family: "Gotham Pro";
font-size: 12px;
font-weight: 300;
line-height: 26px;
}
.copy_right p img{
	float: right;	

}
.copy_right p{
color: #ffffff;
font-family: "Gotham Pro";
font-size: 12px;
font-weight: 300;
line-height: 26px;
}
.contacts_block{
    max-width: 1210px;
    padding: 0 20px;
    margin: 0 auto;
    margin-top: 45px;
}
.contacts_block h2{
	color: black;
	font-family: "Gotham Pro";
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 0;
	text-align: left;
	display: inline-block;
}
.map_block{
	margin-bottom: 60px;
	box-shadow: 0 17px 38px rgba(143, 149, 153, 0.32);
}
.map_block p{
	
}
.map_block .otpr{
	display: inline-block;
}
.map_block .slova{
	width: 35%;
	display: inline-block;
	float: left;
padding: 50px;
}
.map_block .slova + b{
	width: 65%;
	display: inline-block;
}
.map_block .slova + b iframe{
	margin-bottom: -6px;
}
.map_block .slova .adres{
color: #000000;
font-family: "Gotham Pro";
font-size: 13px;
font-weight: 300;
line-height: 26.96px;
font-weight: 300;
margin: 0;
padding-left: 15px;
background: url('img/map_cont.png') no-repeat;
	background-position: left center;
	background-size: 9px;
	background-position-y: 50%;
}
.map_block .slova .adres b{
	font-weight: 500;
}
.map_block .slova span.number{
	color: #141414;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	display: block;
	background: url('img/phone_cont.png') no-repeat;
	background-position: left center;
	background-size: 9px;
	background-position-y: 50%;
	padding-left: 15px;

}
.map_block .slova .mail{
	color: #0b366d;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	background: url('img/map_mail.png') no-repeat;
	background-position: left center;
	background-size: 12px;
	background-position-y: 66%;
	padding-left: 20px;
	text-decoration: none;
}
.map_block .slova .grafik{
	color: #000000;
	font-family: "Gotham Pro";
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	font-weight: 300;
	background: url('img/watch_map.png') no-repeat;
	background-position: left center;
	background-size: 13px;
	background-position-y: 10%;
	padding-left: 21px;
}
.map_block .slova .grafik b{
	font-family: "Gotham Pro Medium";
	font-weight: 500;
	display: block;
}
.map_block .slova .otpr{
	background-color: #0b366d;
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 12px;
	font-weight: 500;
	line-height: 52px;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
.page-template-catalog .left_sidebar{
	width: 30%;
	float: left;
	margin-top: 20px;

}
.page-template-catalog .catalog{
	width: 70%;
	float: left;

margin-top: 20px;
margin-bottom: 70px;
}
.page-template-catalog #content{
	max-width: 1210px;

padding: 0 20px;

margin: 0 auto;

}
.page-template-catalog .catalog .luki .catalog_photo{
	height: 205px;
}
.page-template-catalog .catalog .luki .content{
	padding: 0 20px;
	text-align: left;
}
.page-template-catalog .left_sidebar a{
	display: block;
	background-color: #30a3df14;
	color: #0b366d;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-decoration: none;
    padding: 15px 23px;
    margin: 1px 0;


}
.page-template-catalog .left_sidebar a:hover{
	background-color: #ebd944;
	color: #000000;
}
.page-template-catalog .left_sidebar a.active{
	background-color: #ebd944;
	color: #000000;
}
.page-template-catalog .catalog .luki .content p{
	color: #747474;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	font-weight: 300;

}
.page-template-catalog .catalog .luki .content p b{
	font-size: 16px;
	font-weight: 500;
	color: black;
}
.page-template-price .price_content{
	max-width: 1210px;
	padding: 0 20px;
	margin: 0 auto;
}
.page-template-price .price_content h3{
	
	font-family: "Gotham Pro";
	font-size: 30px;
	font-weight: 800;
	line-height: 56px;
	text-transform: uppercase;
	color: #121212;
	text-align: center;
}
.page-template-price .price_content h3 b{
	color: #1c4478;
	font-weight: 800;
}
.page-template-price .price_content span{
	color: #515458;
	font-family: "Gotham Pro";
	font-size: 15px;
	font-weight: 300;
	line-height: 22px;
}
.page-template-price .price_content p{
	color: #121212;
	font-family: "Gotham Pro";
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}
.page-template-price .price_content .contactiki{
	color: #515458;
	font-family: "Gotham Pro";
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
}
.page-template-price .price_content .contactiki b{
	color: #121212;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
}
.page-template-price .price_content .contactiki i{
	font-style: normal;
	color: #1a8bd1;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
}
.page-template-price .price_content .contactiki a{
	font-style: normal;
	color: #1a8bd1;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
}
.page-template-price .price_content h4{
	color: #121212;
	font-family: "Gotham Pro";
	font-size: 18px;
	font-weight: 800;
	line-height: 56px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.page-template-price .price_content .wpcf7 span{
	display: inline-block;
	float: right;
}
.page-template-price .price_content .wpcf7 label{
	color: #595c60;
	font-family: "Gotham Pro";
	font-size: 14px;
	font-weight: 300;
	height: 75px;

display: inline-block;

padding-top: 14px;
}
.page-template-price .price_content .wpcf7{
	max-width: 590px;
	margin-bottom: 80px;
}
.page-template-price .price_content .wpcf7 span input{
	border: 1px solid #e6e8ec;
	background-color: #f7f7f8;
	width: 299px;
	height: 49px;
	padding-left: 15px;
}
.page-template-price .price_content .wpcf7 span input.wpcf7-not-valid{
	border: 1px solid red;
}
.page-template-price .price_content .wpcf7 span textarea.wpcf7-not-valid{
	border: 1px solid red;
}
.page-template-price .price_content .wpcf7 span textarea{
min-width: 299px;
max-width: 299px;
height: 49px;
max-height: 499px;
min-height: 49px;
border: 1px solid #e6e8ec;
background-color: #f7f7f8;
padding-left: 15px;
}
.page-template-price .price_content .wpcf7 .wpcf7-form-control.wpcf7-submit{
	width: 299px;
	height: 45px;
	box-shadow: 0 10px 18px rgba(23, 80, 153, 0.21);
	background-color: #0b366d;
	color: #ffffff;
	font-family: "Gotham Pro";
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	float: right;
	cursor: pointer;
}
.page-template-price .price_content .wpcf7 .wpcf7-not-valid-tip{
	position: absolute;
	width: 100%;
	left: 0;
	top: 48px;
	color:red;
    font-size: 12px;

}
.page-template-price .price_content .wpcf7 .wpcf7-response-output{
	clear: right;
	margin-top: 80px;
}
.product{
	    max-width: 1210px;
    padding: 0 20px;
    margin: 0 auto;
	min-height: 610px;
	margin-top: 20px;
}
.product .left_part .main_page_img{
	height: 500px;
	width: 100%;
	display: inline-block;
}
.product .left_part{
	width: 60%;
	display: inline-block;
	float: left;
}
.product .right_part{
	width: calc(40% - 1px);
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 50px;
}
.product p.price{
	font-size: 26px;

margin-bottom: 12px;
}
.product h2{
	color:
#1c3d76;
font-family: "Gotham Pro";
font-size: 31px;
line-height: 44px;
text-transform: uppercase;
font-weight: 900;
max-width: 420px;
margin-top: 40px;
}
.product .left_part img{
	width: 32%;
}
#fancybox-right span{
	left: auto;
	right: 20px;
}
#fancybox-left span{
	left: 20px;
}
.search_icon{
	width: 20px;
		height: 20px;
		display: inline-block;
		float: right;
		background: url(img/search.png) no-repeat;
		    background-position-x: 0%;
		    background-position-y: 0%;
		    background-size: auto;
		background-size: 15px;
		background-position: center;
		
}
#search_check:checked + .search_window {
    height: auto;
    padding: 20px;
    border: none;
}
.search_window {
    top: -200px;
    background: 
    white;
    border: none;
    padding: 0px;
    z-index: 20;
    border-radius: 6px;
}
#search_check{
	display: none;
}
.search_window {
    height: 0;
    padding: 0;
    overflow: hidden;
}
#s {
    padding: 7.5px;
    margin-top: 0.3px;
    border-radius: 5px 0 0 5px;
    border: 1px solid 
    #d2d2d2;
    float: left;
}
.search_window .submit {
    padding: 15px 20px;
    border: none;
    display: inline-block;
    font-family: 'Gotham Pro';
    font-weight: 500;
    color: 
	white;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 0px;
	cursor: pointer;
	border-radius: 0 5px 5px 0;
	background: rgba(51,191,246,1);
	background: -moz-linear-gradient(left, rgba(51,191,246,1) 0%, rgba(3,125,201,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51,191,246,1)), color-stop(100%, rgba(3,125,201,1)));
	background: -webkit-linear-gradient(left, rgba(51,191,246,1) 0%, rgba(3,125,201,1) 100%);
	background: -o-linear-gradient(left, rgba(51,191,246,1) 0%, rgba(3,125,201,1) 100%);
	background: -ms-linear-gradient(left, rgba(51,191,246,1) 0%, rgba(3,125,201,1) 100%);
	background: linear-gradient(to right,
	rgba(51,191,246,1) 0%,
	    rgba(3,125,201,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33bff6', endColorstr='#037dc9', GradientType=1 );
}
.search-results #content{
	    max-width: 1210px;
    padding: 0 20px;
    margin: 0 auto;
	min-height: 800px;
}
.search-results #content .page-title{
	font-size: 0;
}.search-results #content .page-title span{
	
	font-size: 29px;
}
.phones .none_border{
	border: none;
	padding: 0;
	float: left ;
	margin-top: 11px;
	margin-right: 7px;
}
@media (max-width: 850px)  {
	.phones{
		display: none;
	}
	.main-navigation{
		width: calc(100% - 58px);
	}
	.slider .main_page_img .content .right_block{
		display: none;
	}
	.slider .main_page_img .content{
		margin-top: 30px;
	}
	.slider .slick-prev{
		display: none !important;
	}
	.slider .slick-next{
		display: none !important;
	}
	.main_page_img.slick-slide.slick-current.slick-active{
		background-position-x: 24% !important;
	}
	.slider .main_page_img{
		height: 437px;
	}
	.slider .main_page_img .content h2{
		font-size: 23px;
		line-height: 33px;
	}
	.catalog h2{
		font-size: 27px;
	}
	.catalog h2 .blue_line{
		height: 2px;
	}
	.catalog .luki{
		width: 100%;
	}
	.slider .main_page_img .content i{
		display: none;
	}
	.info_company .left_part{
		width: 100%;
	}
	.info_company .left_part h3{
		font-size: 27px;
	}
	.info_company .blue_line{
		height: 3px;
	}
	.info_company .right_part{
		width: 100%;
		padding: 0;
	}
	.kak_rabot{
		margin-top: 0;
		font-size: 27px;
	}
	.kak_rabotaem{
		display: block;
	}
	.kak_rabotaem .block{
		width: 100%;
	}
	.page-template-catalog .left_sidebar{
		width: 100%;
	}
	.page-template-catalog .catalog{
		width: 100%;
		padding: 0;
	}
	#colophon .site-info .content_footer{
		width: 100%;
	}
	#colophon .site-info .content_footer .links{
		text-align: center;
		width: 100%;
		padding: 0;
	}
	#colophon .site-info .content_footer .mails{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.copy_right span{
		display: none;
	}
	.copy_right p{
		margin-top: 20px;
	}
	.map_block .slova{
		width: 100%;
		padding: 23px;
	}
	.map_block .slova + b{
		width: 100%;
	}
	.page-template-price .price_content .wpcf7 label{
		display: block;
		margin-top: 15px;
		height: 41px;
	}
	.page-template-price .price_content .wpcf7 span{
		float: none;
		width: 100%;
	}
	.page-template-price .price_content .wpcf7 span input{
		width: 100%;
	}
	.page-template-price .price_content .wpcf7 span textarea{
		width: 100%;
		max-width: 100%;
		min-width: 100px;
	}
	.page-template-price .price_content .wpcf7 .wpcf7-form-control.wpcf7-submit{
		width: 100%;
		margin-top: 31px;
	}
	.page-template-price .price_content .wpcf7 .wpcf7-response-output{
		min-width: 0;
	}
	.page-template-price .price_content h4{
		line-height: 0px;
		margin-top: 50px;
	}
	.product .left_part{
		width: 100%;
		padding: 0;
	}
	.product .right_part{
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}
	.product .left_part .main_page_img{
		height: 320px;
	}
	.main-navigation{
		width: auto;
		float: right;
		margin-top: 19px;
	}
	.header_content > a{
		float: none;
	}
	.main-navigation .menu-toggle{
		width: 35px;
		height: 35px;
		color:transparent;
		background: url('img/menu_ico.png') no-repeat;
		background-position: center;
		background-size:95%;
		border: none;
		outline: none;
		float: right;
	}
	.main-navigation.toggled{
		position: absolute;
		width: calc(100% - 19px);
		z-index: 30;
		left: 0;
	}
	.menu-menu-1-container{
		background: white;
		margin-top: 26px;
		width: calc(100% + 19px);
	}
	.main-navigation li{
		float: none;
	}
	.main-navigation a{
		margin: 21px 24px;

padding: 4px 0;
	}
}
.left_sidebar {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.left_sidebar a.active {
    background-color: #ebd944;
    color: #000000;
}
.left_sidebar a {
    /* display: block; */
    background-color: #30a3df14;
    color: #0b366d;
    font-family: "Gotham Pro";
    font-size: 12px;
    font-weight: 400;
    line-height: 48px;
    text-decoration: none;
    padding: 15px 8px;
    margin: 1px 0;
}
.page-template-product #content {
    max-width: 1210px;
    padding: 0 20px;
    margin: 0 auto;
}