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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;

}

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

}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	color: #baa245;
	text-decoration: none;
	outline: 0;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2;
	font-weight: 900;
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	color: #333;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}

.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

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;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	list-style: none;
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post,
.page {
	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;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


.top-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	padding-left: 40px;
	padding-right: 40px;
	background: transparent;
	transition: 1s all;
}

.container {
	max-width: 1170px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.top-bar__logo {
	margin-left: 0;
}

.site-logo {
	display: inline-block;
	width: 100px;
	transition: .3s all;

}

.right-top-bar-bloks {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	float: right;
	width: calc(100% - 100px);
	justify-content: flex-end;
}

.top-bar__navigation-toggler {
	display: none;
}

.top-bar__navigation-toggler {
	position: absolute;
	top: 25px;
	right: 15px;
	padding: 19px 10px;
	z-index: 6;
}

.top-bar__navigation-toggler--light span,
.top-bar__navigation-toggler--light span:after,
.top-bar__navigation-toggler--light span:before {
	background-color: #fff;
}

.top-bar__navigation-toggler span,
.top-bar__navigation-toggler span:after,
.top-bar__navigation-toggler span:before {
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.top-bar__navigation-toggler span {
	position: relative;
	display: block;
	height: 3px;
	width: 20px;
}

.top-bar__inner {
	height: auto;

}

.top-bar--style-1 .top-bar__navigation {
	margin-bottom: 20px;
}

.navigation {
	position: relative;
	text-align: left;
}

.navigation ul {
	line-height: 0;
	font-size: 0;
	letter-spacing: -1px;
}

.navigation>ul {
	text-align: right;
	margin-top: 5px;
}

.top-bar__navigation ul:after,
.top-bar__navigation ul:before {
	content: "";
	display: table;
	clear: both;
}

.top-bar__navigation li.has-submenu {
	padding-right: 15px;
}

.top-bar__navigation li:first-child {
	margin-top: 0 !important;
	margin-left: 0 !important;
}

.top-bar__navigation li {
	margin-top: 0;
	margin-left: 30px;
	padding: 15px 0;
}

.navigation li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 0;
	white-space: normal;
}

.navigation li.custom-btn {
	padding: 15px 0;
	border: none;

}

.top-bar__navigation li a {

	font-family: Raleway, sans-serif;
	color: #fff;
	font-size: 16px;
}

.top-bar__navigation li.has-submenu:before {
	content: "";
	float: right;
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #fcdb5a;
	border-right: 2px solid #fcdb5a;
	margin-left: 10px;
	margin-right: -15px;
	margin-top: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.navigation li.active>a:not(.custom-btn):after,
.navigation li:hover>a:not(.custom-btn):after {
	left: 0;
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.top-bar--style-1 .top-bar__navigation a:not(.custom-btn):after {
	margin-top: 0;
}

.navigation li a:not(.custom-btn):after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #fcdb5a;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: left .3s ease-in-out, width .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	-o-transition: left .3s ease-in-out, width .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: left .3s ease-in-out, width .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.navigation li a:not(.custom-btn):after,
.navigation li a:not(.custom-btn):before {
	pointer-events: none;
}

.top-bar__navigation li:hover>.sub-menu {
	margin-top: 0;
	opacity: 1;
	visibility: visible;
}

.top-bar__navigation .sub-menu {
	display: block;
	border-top-width: 0;
	position: absolute;
	top: 100%;
	left: -30px;
	min-width: 230px;
	margin-top: 20px;
	padding: 15px;
	background-color: #282828;
	visibility: hidden;
	opacity: 0;
	z-index: 3;
	text-align: center;
	-webkit-transition: opacity .2s ease-in-out, margin-top .3s ease-in-out, visibility .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, margin-top .3s ease-in-out, visibility .2s ease-in-out;
	transition: opacity .2s ease-in-out, margin-top .3s ease-in-out, visibility .2s ease-in-out;
}



.top-bar__navigation .sub-menu li {
	display: block;
	margin: 10px 0 0;
	font-size: 14px;
	padding: 5px 0;
}

.top-bar__navigation .sub-menu li a {
	font-size: 14px;
	text-transform: none;
}

.top-bar__navigation li.li-btn {
	margin-left: 45px;
}

.top-header-wrapper {
	margin: 0;
	padding: 5px 0;
	transition: .3s all;
	height: auto;
	opacity: 1;
	visibility: visible;
}

.contact-wrapper {}

.contact-wrapper a {
	color: #fcdb5a;
	font-weight: 100;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 14px;
}

.contact-wrapper:first-child a {
	padding-left: 0;
}

.contact-wrapper:last-child a {
	padding-right: 0;
}

.contact-wrapper a:after {
	content: '';
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 5px;
	margin: auto;

}

.contact-wrapper:last-child a::after {
	display: none;
}


.contact-wrapper a svg {
	height: 16px;
	width: auto;
	margin-right: 5px;
}

.contact-wrapper a svg path {
	fill: #fcdb5a;
}

.contact-wrapper a span {
	font-style: italic;
}


.custom-btn {}

.top-bar__navigation li.custom-btn a {
	min-width: 160px;
	min-height: 45px;
	padding-top: 15px;
	padding-bottom: 14px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 28px;
	padding-right: 28px;
	line-height: 1;
	font-family: Raleway, sans-serif;
	font-weight: 700;
	text-align: center !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #333;
	border: 2px solid #fcdb5a;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
	transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
	background-color: #fcdb5a;
}

.btn-slider a {
	-webkit-transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out !important;
	-o-transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out !important;
	transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out !important;
}

.top-bar__navigation li.custom-btn a::after {
	display: none;
}

.top-bar__navigation li.custom-btn a:hover {
	background-color: transparent;
	color: #fff;

}

.top-bar__navigation li.custom-btn a:hover::after {
	display: none;
}


header.top-bar.fixed {
	position: fixed;
	background: rgba(0, 0, 0, .6)
}

header.top-bar.fixed .top-header-wrapper {
	opacity: 0;
	visibility: hidden;
	height: 0;
	padding: 0;
}

header.top-bar.fixed .site-logo {
	width: 59px;
	position: absolute;
	top: 0;
}

header.top-bar.fixed .right-top-bar-bloks {
	width: 100%;
}

header.top-bar.fixed .top-bar__navigation {
	margin-bottom: 0px;
}

header.top-bar.fixed .top-bar__navigation>nav>ul {
	margin-top: 0;
}

.main-page-slider-section {
	min-height: 100vh;
	position: relative;
}

.scroll-discover {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	display: flex;
	flex-direction: row;
	width: 50px;
	border: none;
	background: none;
	justify-content: space-between;
	align-items: center;
}

.scroll-discover span {

	min-width: 5px;
	background-color: #fcdb5a;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

.scroll-discover span:nth-child(1) {
	height: 75px;
}

.scroll-discover span:nth-child(2) {
	height: 100px;
}

.scroll-discover:hover {
	cursor: pointer;
}

.special-offer {
	line-height: 1;
}





.special-offer--style-1 .text {
	font-size: 4.5rem;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation-name: masked-animation;
	animation-name: masked-animation;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.special-offer--style-1 .text {
	font-size: 10rem;
	background-image: url('/wp-content/themes/conung/img/special_offer_text_bg.jpg');
	text-align: center;
}

@-webkit-keyframes masked-animation {

	0%,
	100% {
		background-position: 50% 35%
	}

	50% {
		background-position: 50% 65%
	}
}

@keyframes masked-animation {

	0%,
	100% {
		background-position: 50% 35%
	}

	50% {
		background-position: 50% 65%
	}
}

.section-main-page-about-us {
	padding: 100px 0;
}

.col-lg-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}




.section-heading {
	margin-bottom: 60px;
	line-height: 1.4;
	font-size: 1.8rem;
	font-weight: 300;
	color: #b3b3b3;
}

.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-weight: 100;
}

.btn,
.btn:visited,
.btn:focus,
.btn:active {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 28px;
	padding-right: 28px;
	line-height: 1;
	font-size: 1.2rem;
	font-family: Raleway, sans-serif;
	font-weight: 700;
	text-align: center !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #4f4a37;
	border: 2px solid #fcdb5a;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
	transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
}

.btn:hover {
	background-color: #fcdb5a;
}

.custom-btn--medium {
	min-width: 160px;
	min-height: 54px;
	padding-top: 19px;
	padding-bottom: 19px;
}

.title-decotative {
	font-size: 260px;
	letter-spacing: 20px;
	opacity: .1;
	margin: auto;
	text-align: center;
	width: 100%;
	position: absolute;
	z-index: -1;
}

.custom-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 28px;
	padding-right: 28px;
	line-height: 1;
	font-size: 1.2rem;
	font-family: Raleway, sans-serif;
	font-weight: 700;
	text-align: center !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #4f4a37;
	border: 2px solid #fcdb5a;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
	transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
}

.custom-btn--medium {
	min-width: 160px;
	min-height: 54px;
	padding-top: 19px;
	padding-bottom: 19px;
}

.custom-btn.custom-btn--style-1 {
	background-color: transparent;
}

.custom-btn.custom-btn--style-1:visited {
	color: #4f4a37;
}

.product-preview {
	width: 100%;
}

.product-preview .__inner {
	margin-bottom: -10px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.product-preview .col,
.product-preview [class*=col-] {
	padding-left: 5px;
	padding-right: 5px;
}

.product-preview .__item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
	-webkit-transition: padding .5s;
	-o-transition: padding .5s;
	transition: padding .5s;
}

.product-preview--style-1 .__item {
	height: 325px;
}

.product-preview .__item .__intro-text {
	margin-left: auto;
	width: 100%;
	max-width: 580px;
}

main p {
	margin-top: 25px;
	margin-bottom: 25px;
}

.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.product-preview .__item .__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	overflow: hidden;
	-webkit-transition: top .5s, right .5s, bottom .5s, left .5s;
	-o-transition: top .5s, right .5s, bottom .5s, left .5s;
	transition: top .5s, right .5s, bottom .5s, left .5s;
}

.product-preview .__item .__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	font-family: "object-fit: cover; object-position: 50% 50%";
	-webkit-transition: opacity .2s, -webkit-transform .7s cubic-bezier(.25, .46, .45, .94);
	transition: opacity .2s, -webkit-transform .7s cubic-bezier(.25, .46, .45, .94);
	-o-transition: transform .7s cubic-bezier(.25, .46, .45, .94), opacity .2s;
	transition: transform .7s cubic-bezier(.25, .46, .45, .94), opacity .2s;
	transition: transform .7s cubic-bezier(.25, .46, .45, .94), opacity .2s, -webkit-transform .7s cubic-bezier(.25, .46, .45, .94);
}

.product-preview .__item .__content {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 15px;
	background-color: #333;
	color: #fff;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.product-preview .__item .__image+.__content {
	background-color: rgba(51, 51, 51, .2);
}


.product-preview .__item .__title {
	color: inherit;
}

.product-preview .__item:hover .__image+.__content {
	background-color: rgba(74, 96, 153, .9);
}

.product-preview .__item .__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-heading {
	margin-bottom: 60px;
	line-height: 1.4;
	font-size: 1.5rem;
	font-weight: 300;
	color: #b3b3b3;
}

.section-heading--center {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	text-align: center;
}

.section--dark-bg {
	background-color: #333;
}

.section-heading--white .__title {
	color: #fff;
}

.contact-form {
	margin-left: auto;
	margin-right: auto;
	max-width: 770px;
}

form {
	position: relative;
}

form .input-wrp {
	position: relative;
	display: block;
	width: 100%;
	line-height: 1;
	margin-top: 20px;
}

form .textfield {
	display: block;
	float: none;
	width: 100%;
	background: padding-box none;
	border: none;
	border-bottom: 1px solid #dadada;
	padding: 13px 0;
	line-height: 1.2;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	color: #666;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fcdb5a;
	-webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}

form .textfield::-webkit-input-placeholder {
	color: #ccc;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}

form .textfield::-moz-placeholder {
	color: #ccc;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}

form .textfield:-moz-placeholder {
	color: #ccc;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}

form .textfield:-ms-input-placeholder {
	color: #ccc;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}






form textarea.textfield::-webkit-input-placeholder {
	color: #ccc;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}

form textarea.textfield::-moz-placeholder {
	color: #ccc;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}

form textarea.textfield:-moz-placeholder {
	color: #ccc;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}

form textarea.textfield:-ms-input-placeholder {
	color: #ccc;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}

form textarea.textfield:placeholder {
	color: #ccc;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out
}


form .nice-select.textfield,
form input.textfield,
form select.textfield {
	height: 44px;
}

form textarea {
	resize: vertical;
	min-height: 125px;
	height: 125px;
}

.custom-btn.wide {
	width: 100%;
}

.custom-btn--medium {
	min-width: 160px;
	min-height: 54px;
	padding-top: 19px;
	padding-bottom: 19px;
}

form input[type=submit] {
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	margin-top: 55px;
	letter-spacing: 0;
	color: #4f4a37;
	border: 2px solid #fcdb5a;
	-webkit-border-radius: 30px px;
	border-radius: 100px;
	font-family: Raleway, sans-serif;
	font-size: 14px;
}

form input[type=submit]:hover {
	border-color: #fcdb5a;
}

form p {
	margin: 0;
}

.custom-btn.custom-btn--style-3 {
	background-color: transparent;
	color: #fff;
}

.custom-btn.custom-btn--style-3:focus,
.custom-btn.custom-btn--style-3:hover {
	background-color: #fcdb5a;
	color: #4f4a37;
}

.footer-section-map {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.footer-section-map iframe {
	position: absolute;
	left: 0;
	top: -110px;
	width: 100%;
	height: calc(100% + 220px);
}

.footer-bottom-top-row {
	justify-content: space-between;
}

.footer-bottom-section {
	padding: 40px 0;
}

.footer-bottom-contact-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 50%;
	padding-right: 30px;
}

.footer-logo-wrapper {
	padding-right: 20px;
}

.footer-contacts-wrapper {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.footer-contact-block {
	width: 100%;
}

.footer-contact-block a.contact-link {
	color: #333;
	font-weight: 400;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 5px;
}

.footer-contact-block a.contact-link svg path {
	fill: #333
}

.footer-form-partners-wrapper {
	width: 50%;
	padding-left: 30px;
	max-width: 500px;
}

.form--horizontal form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
}

.form--horizontal form>p {
	margin: 0;
}

.form--horizontal .wpcf7-spinner {
	position: absolute;
	left: 0;
	bottom: -40px;
}

.form--horizontal .input-wrp {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-right: 20px;
	width: 280px;
}

.form--horizontal .input-wrp,
.form--horizontal input[type=submit] {
	margin-top: 0;
	width: 100%;
}

.section--dark-bg .wpcf7-response-output {
	color: #fff;
}

.row.footer-bottom-copright-wrapper {
	justify-content: space-between;
	margin-top: 20px;
}

.footer-bottom-copright-wrapper .left {
	font-size: 12px;
	color: #b4b4b4;
}

#footer-other-menu {
	display: flex;
	flex-direction: row;
	padding: 0;
	margin: 0;
	list-style: none;
}

#footer-other-menu li {
	margin-left: 30px;
}

#footer-other-menu li a {
	font-size: 12px;
	color: #b4b4b4;
}

html.open-popup {
	overflow: hidden;

}

.popup-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	z-index: 22;
	animation-delay: 3s;
	left: -200%;
	overflow-y: auto;

}

.popup-wrapper.active {
	left: 0;

}

.popup-wrapper .overlay,
.overlay-menu-popup {
	background-color: transparent;
	background-image: linear-gradient(90deg, #000000D9 30%, #fcdb5a 100%);
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	cursor: pointer;

}

.popup-wrapper.active .overlay {
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
}

.popup-window-wrapper {
	position: relative;
	background-color: #333;
	padding: 30px;
	left: -200%;
	transition: .3s all;
	animation-delay: 3s;
}

.popup-wrapper.active .popup-window-wrapper {
	left: 0;
}

.popup-window-wrapper .section-title {
	clear: both;
	line-height: 1.2;
	font-weight: 900;
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-align: center;
	font-size: 41px;
}

.popup-window-wrapper .section-title span {
	font-weight: 100;
}

.popup-window-wrapper .section-title span.name-product {
	font-weight: 600;
	display: block;
}

input.hide {
	display: none !important;
}

.popup-window-wrapper .section-title::before {
	background-color: #fff;

}

.popup-window-wrapper p {
	margin: 0;
}

.close-popup-btn {
	position: absolute;
	right: 0;
	top: 0px;
	background: none;
	border: none;
	color: #5d8bf4;
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	transition: .3s all;
	cursor: pointer;
}

.close-popup-btn svg {
	width: 30px;
}

.close-popup-btn svg path {
	fill: #fcdb5a
}

.close-popup-btn:hover {
	color: #fff;
	border-color: #fcdb5a;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
	animation-duration: 3s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

.close-popup-btn i {
	transform: rotate(45deg);
}

.close-popup-btn:hover i {
	font-size: 20px;
}

.popup-window-wrapper form input,
.popup-window-wrapper form textarea {
	display: block;
	float: none;
	width: 100%;
	background: padding-box none;
	border: none;
	border-bottom: 1px solid #dadada;
	padding: 13px 5px;
	line-height: 1.2;
	font-size: 1.4rem;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	color: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}

.popup-window-wrapper form input:focus,
.popup-window-wrapper form textarea:focus {
	color: #fff;
}

.popup-window-wrapper form textarea {
	height: 150px;
}

.popup-window-wrapper form input[type="submit"] {
	background-color: transparent;
	color: #fff;
	width: 100%;
	cursor: pointer;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
	margin-top: 55px;
	min-width: 160px;
	min-height: 54px;
	padding-top: 19px;
	padding-bottom: 19px;
	border: 2px solid #fcdb5a;
	border-radius: 30px;
	padding-left: 28px;
	padding-right: 28px;
	line-height: 1;
	font-size: 1.2rem;
	font-family: Raleway, sans-serif;
	font-weight: 700;
}

.popup-window-wrapper .wpcf7-response-output {
	color: #fff;
}

.popup-window-wrapper .wpcf7-not-valid-tip {
	font-size: 14px;
	font-weight: 900;
	background: rgba(255, 255, 255, .6);
	padding: 5px;
}

.popup-window-content-wrapper {}


.popup-menu-window-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 22;
	display: none;
}

.popup-menu-window-wrapper.active .overlay-menu-popup {
	width: 100%;
	height: 100%;
	visibility: visible;
	opacity: 1;
}

.popup-menu-window-wrapper.active {
	display: block;
}

.popup-menu-all-content-wrapper {
	position: absolute;
	width: 400px;
	height: 100%;
	right: -100%;
	background: #333;
	overflow-x: auto;
	padding: 50px;
}

.popup-menu-all-content-wrapper::-webkit-scrollbar {
	width: 4px;
	/* ширина всей полосы прокрутки */
}

.popup-menu-all-content-wrapper::-webkit-scrollbar-track {
	background: #051367;
	/* цвет зоны отслеживания */
}

.popup-menu-all-content-wrapper::-webkit-scrollbar-thumb {
	background-color: blue;
	/* цвет бегунка */
	border-radius: 20px;
	/* округлось бегунка */
	border: 3px solid #fff;
	/* отступ вокруг бегунка */
}

.popup-menu-content-wrapper {}

.close-menu-popup-btn {
	position: absolute;
	right: -100%;
	top: 0px;
	background: none;
	color: #fff;
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	transition: .3s all;
	border: none;
}

.close-menu-popup-btn svg {
	width: 30px;
}

.close-menu-popup-btn svg path {
	fill: #fcdb5a
}

.close-popup-btn:hover {
	color: #fff;

	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
	animation-duration: 3s;
	animation-iteration-count: 1;
	animation-timing-function: linear;
}

.close-menu-popup-btn i {
	transform: rotate(45deg);
}

.popup-menu-wrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu-main-menu-container {}

.popup-menu-wrapper ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
}

.popup-menu-wrapper ul li ul {
	padding-left: 20px;
	display: none;
}

.popup-menu-wrapper li.current_page_item a {
	font-weight: 700;
}



.popup-menu-wrapper li.current_page_item::before {
	content: '';
	background: #fcdb5a;
	height: 3px;
	width: 40px;
	display: block;
	margin-right: 10px;
}

.popup-menu-wrapper ul li a {
	color: #fff;
	font-family: Raleway, sans-serif;
}

.popup-menu-wrapper li.menu-item-has-children>.toggle-btn {
	background: none;
	border: solid 2px #fcdb5a;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	padding: 2px;
	transition: .3s all;
	background-image: url('/wp-content/themes/conung/img/plus-solid.svg');
	width: 30px;
	height: 30px;
	right: 0;
	top: -5px;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
	background-color: #fff;
	overflow: hidden;
}

.popup-menu-wrapper li.menu-item-has-children>.toggle-btn i {
	display: none;
}

.popup-menu-wrapper li.menu-item-has-children.active>.toggle-btn {
	background-image: url('/wp-content/themes/conung/img/minus-solid.svg');
}

.popup-menu-wrapper li.menu-item-has-children.active>ul {
	display: block;
	width: 100%;
	padding-top: 10px;
	border-top: solid 1px #fff;
	margin-top: 20px;
	border-bottom: solid 1px #fff
}


.popup-menu-window-wrapper.show-panel .popup-menu-all-content-wrapper {
	right: 0;
}

.popup-menu-window-wrapper.show-panel .close-menu-popup-btn {
	right: 0;
	z-index: 11;
}

.popup-menu-wrapper ul li.custom-btn {
	display: block;
	padding: 10px 30px;
}

.main-top-section-page {
	padding: 160px 0 100px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.main-top-section-page::before {
	content: '';
	background-color: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	height: 100%;
}

.main-top-section-page-container {
	position: relative;
	z-index: 2;
}

.page-title {
	line-height: 1.1;
	font-size: 3rem;
	color: #fff;
}

.page-title span {
	display: block;
}

.page-top-description {
	color: #fff;
	max-width: 470px;
	text-align: left;
	font-size: 14px;
}

.about-us-section-text {
	background-image: url('/wp-content/themes/conung/img/section_01_bg.png');
	padding: 150px 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	background-attachment: fixed;
}

.about-us-section-text .container {
	padding-right: 400px;
}

.section-abut-us-title {
	font-size: 30px;
	line-height: 1.1;
}

.about-us-section-text .content {}

.top-contacts-section {
	padding: 100px 0;
}

.top-contacts-section-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.top-contacts-item-wrapper {
	width: 280px;
	text-align: center;
}

.top-contacts-item-title {
	font-size: 20px;
}

.top-contacts-item-description {
	min-height: 45px;
	display: block;
}

.top-contacts-item-wrapper svg {
	width: auto;
	height: 40px;
}

.top-contacts-item-wrapper svg path {
	fill: #fcdb5a;
}

.top-contacts-item-wrapper a {
	padding: 15px 30px;
}

body.page-template-contact-template footer {
	position: relative;
}

body.page-template-contact-template footer>section:nth-child(1),
body.page-template-contact-template footer>section:nth-child(2) {
	width: 50%;
	float: left;
}

body.page-template-contact-template footer>section:nth-child(2) {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}


body.page-template-contact-template footer>section:nth-child(3) {
	width: 100%;
	display: block;
	float: left;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

body.page-template-contact-template footer::after {
	content: '';
	display: block;
	clear: both;
}

.section-faq {
	padding: 100px 0;
}

.container-section-faq {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.container-section-faq .left {
	width: 50%;
	padding-right: 30px;
}

.container-section-faq .right {
	width: 50%;
	padding-left: 30px;
}

.faq-item-wrapper {
	margin-bottom: 20px;
	border-bottom: solid 2px #fcdb5a;
	position: relative;

}

.faq-item-wrapper.active {}

.faq-item-title-wrapper {}

.faq-item-title {
	padding-right: 50px;
}

.show-answer-btn {
	position: absolute;
	border: solid 2px #fcdb5a;
	width: 30px;
	height: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-image: url('/wp-content/themes/conung/img/plus-solid.svg');
	right: 0;
	top: -5px;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
}

.faq-item-wrapper.active .show-answer-btn {
	background-image: url('/wp-content/themes/conung/img/minus-solid.svg');
}

.faq-item-answer-wrapper {
	opacity: 0;
	visibility: hidden;
	height: 0;
	position: absolute;
	transition: 1s all;

}

.faq-item-answer-wrapper a,
.faq-item-answer-wrapper a:hover,
.faq-item-answer-wrapper a:visited,
.faq-item-answer-wrapper a:active,
.faq-item-answer-wrapper a:focus {
	font-weight: 600;
	color: #333;
	font-style: italic;
}

.faq-item-wrapper.active .faq-item-answer-wrapper {
	opacity: 1;
	visibility: visible;
	height: auto;
	position: relative;
	transition: 1s all;
	padding-bottom: 10px;
}

.container-section-faq .right .btn {
	padding: 10px 30px;
	margin: 15px 0;
	display: block;
}

.product-section-product-page {
	padding: 100px 50px;
	background-color: #f9f9f9;
}

.product-section-product-page .btn {
	padding: 10px 30px;
	display: block;
	margin-top: 20px;
}

.product-section-product-page .container {
	background-color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 40px;
}

.product-section-product-page .container .left {
	width: 50%;
	padding-right: 30px;
}

.product-section-product-page .container .right {
	width: 50%;
	padding-right: 30px;
}

.main-menu-hamburger-menu-toggler {
	display: none;
}

.text-section-page {
	background: #333;
	padding: 150px 40px 10px;
}

.text-description {
	background: #fff;
	padding: 50px;
}

#btn-to-top-wrap {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 3;
}

.circled {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#btn-to-top,
#btn-to-top:focus,
#btn-to-top:visited {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 42px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #fcd641;
	opacity: .7;
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

#btn-to-top:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-bottom: 6px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#btn-to-top:hover {
	opacity: 1;
}



.partners-section {
	padding: 50px 0;
	overflow: hidden;
}

.parners-slider-wrapper .slick-slide img {
	display: block;
	width: auto;
	height: 65px;
	padding: 10px;
	margin: auto;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.section {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media (min-width: 992px) {
	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.section {
		padding-top: 140px;
		padding-bottom: 140px;
	}
}

@media (min-width: 1200px) {
	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}