/*!
Theme Name: jsanatori_theme
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: jsanatori_theme
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.

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

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
 	line-height: 1.15;
 	-webkit-text-size-adjust: 100%;
 	scroll-behavior: smooth;
 	overflow-y: scroll;
 	overflow-x: hidden;
 	box-sizing: border-box;
 }

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

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

 	font-family: "Montserrat", sans-serif;
 	font-optical-sizing: auto;
 	font-weight: 400;
 	font-style: normal;
 }

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

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
 	margin: 0;
 	padding: 0;
 	clear: both;
 	font-weight: 500;
 }
 textarea {
 	resize: none;
 	overflow: auto;
 }
 input,
 select,
 button,
 textarea {
 	outline: none;
 }

 audio,
 canvas,
 iframe,
 img,
 svg,
 video {
 	vertical-align: middle;
 }
 ul,
 li,
 a {
 	padding: 0 0;
 	margin: 0;
 	list-style-type: none;
 	color: #0D0D0D;
 	text-decoration: none;
 }
/* ul:hover,
li:hover,*/
a:hover {
	text-decoration: none;
	color: #333;
}
:focus-visible {
	outline: none;
}
body.change, html.change {
	overflow: hidden;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none; 
}
/* Grouping content
========================================================================== */

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */
 a {
 	background-color: transparent;
 }

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

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

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

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

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

 sub {
 	bottom: -0.25em;
 }

 sup {
 	top: -0.5em;
 }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	/*color: #404040;*/
	color: #391612;
	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;
}

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 {
	margin: 0 0 1.5em 0em;
	padding-left: 40px;
}

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:  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: 0px 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;
	flex-direction: column;

	background-color: #484848;
}

.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;
		justify-content: space-between;
	}
}

.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;
	font-size: 18px;
}

.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: 2.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*=====================*/
.container {
	max-width: 1450px;
	/*max-width: 1230px;*/
	/*max-width: 1366px;*/
	/*max-width: 1320px;*/
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
}
#primary {
	max-width: 1450px;
	/*max-width: 1230px;*/
	/*max-width: 1366px;*/
	/*max-width: 1320px;*/
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
	padding-bottom: 96px;

}
.home #primary,

.page-template-page-kontact #primary,
.page-template-page-about #primary,
.page-template-page-ysluga #primary,
.page-template-page-careers #primary,

/*.post-template-default #primary,*/
.post-type-archive #primary,
/*.blog #primary,*/
.single-project #primary,

#primary.fullwr{
	padding: 0;
	max-width: none;
	padding-bottom: 0;

}
.lazy {
	opacity: 0;
	filter: blur(50px);
	transform: scale(1);
	transition: opacity 1s linear;
}

img:not(.lazy) {
	opacity: 1;
	transition: opacity 1s linear;
	transform: scale(1);
}
.mob-btn {
	display: none;
}

#masthead{
	/*height: 80px;*/
	/*margin-bottom: -80px;*/


}
.site-branding{
	/*max-width: 180px;*/
/*	width: 52px;
min-width: 52px;*/
}
.site-logo{
	/*color: var(--color4) ;*/
}

.header-l1{

	/*background: rgba(15, 13, 10, 0.1);*/

	position: relative;
	z-index: 101;
	padding-top: 10px;
	padding-bottom: 10px;

	/*border-bottom: 1px solid #2e2f30;*/
	transition: all 0.3s;
}
.topmen{
	padding-top: 72px;
}
.topmen .header-l1 {
	/*position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10000;

	box-shadow: 0px 3px 8px rgb(92 115 196 / 28%);
	background: #fff;*/
	/*background: rgb(0 0 0 / 57%);*/
	/*border-bottom: 0;*/
}

.header-l1-in {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;;
	align-content: stretch;
	align-items: center;
}
.header-l2{

	margin-left: 0;
	margin-right: 0;
	transition: all 1s ease;

	background-color: #262626;
	color: #fbf9f8;
}
.header-l2.change{
	right: 0;

	/*transform-style: preserve-3d;*/
	transform: perspective(700px);
}
.header-l2.change .header-l2-in{
	right: 0;
}
.header-l2-in{
	/*position: fixed;*/
	/*position: absolute;*/
	/*width: 50%;*/
	/*right: -100%;*/

	/*right: 0;*/

	height: 100%;
	/* top: 0px; */
	top: 0;
	z-index: 99;
	/* padding-top: 72px; */
	/*padding-top: 10%;*/
	/* background: #4E5DFF; */
	/* background: #18191a; */
	/* background: #f0f0f0; */
	margin-left: 0;
	margin-right: 0;
	transition: all 1s ease;
	/*box-shadow: -3px 4px 7px rgb(0 0 0 / 51%);*/
	/* padding-left: 10%; */
	/*-webkit-backdrop-filter: blur(30px); */
	/*backdrop-filter: blur(30px);*/

	display: flex;
	flex-direction: column;
	/*padding-bottom: 3%;*/
	/*filter: blur(30px);*/
	/*transform: translate3d(0, 0, 0);*/

}
.menu-item-has-children:after {
	position: absolute;
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #ffd503;
	border-bottom: 2px solid #ffd503;
	top: 38px;
	right: 12px;
	transform: rotate( 45deg );
	transition: all 0.3s;
}


.main-navigation a{
	position: relative;
	font-size: 16px;
	line-height: 135%;

	color: #fbf9f8;
	padding: 12px 22px;
	display: block;
	position: relative;
	transition: all 0.3s;
	text-align: center;
}
.main-navigation > div > ul > li > a{
	font-size: 18px;
	padding: 28px 22px;
}

.main-navigation a:hover{
	/*color: var(--color4);*/
	color: #ffd503;
}
.main-navigation ul{

}
/*.main-navigation li a:after{
	position: absolute;
	content: '';
	bottom: -2px;
	left: 25%;
	right:  25%;
	width: 50%;
	height: 2px;
	background-color: var(--color4);
	-webkit-transform: scalex(0);
	-ms-transform: scalex(0);
	transform: scalex(0);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in; 
}
.main-navigation li:hover > a:after{
	-webkit-transform: scalex(1);
	-ms-transform: scalex(1);
	transform: scalex(1);
	}*/


	.header-info {
		display: flex;
		align-items: center;
		gap: 40px;
		/* flex-direction: row-reverse; */
	}
	.header-tel {
		font-size: 18px;
		line-height: 135%;
		/*color: var(--design-beigie-light);*/
		color: #391612;
		font-weight: 500;
		margin-right: 24px;
		margin-left: 8px;
	}
	.header-btn{
		/*margin-right: 24px;*/
	}

	.mone:after{
		content: '';
		background: #2F2D2E;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 3;
		opacity: 0.5;
	}


	.mone {
		position: relative;

		padding-top: 120px;
		padding-bottom: 10vh;

		height: 100vh;
		/*height: 645px;*/
		/*background: #000;*/
		background-color: #ebebeb;

		background: url(assets/image/bg-min.jpg) no-repeat center;
		-webkit-background-size: cover;
		background-size: cover;
		position: relative;
		z-index: 5;
		overflow: hidden;
	}
	.m-one{
		position: relative;
		z-index: 5;
		overflow: hidden;

		background-color: #ebebeb;

		background: url(assets/image/bg5.png) no-repeat center;
		-webkit-background-size: cover;
		background-size: cover;
	}
}
.m-one:after {
	content: '';
	background: #2F2D2E;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0.5;
}
#myVideo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}
.mone-in{
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	flex-wrap: wrap;

	-webkit-box-pack: center;
	justify-content: flex-end;
	align-content: stretch;
	height: 100%;
	position: relative;
	z-index: 4;
	-webkit-box-align: start;
	align-items: flex-start;
	/*max-width: 650px;*/
	width: 100%;
	position: relative;
	z-index: 3;
}
.mone-l1 {
	font-weight: 300;
	font-size: 64px;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--design-beigie-light);

	margin-bottom: 60px;

	/*max-width: 450px;*/
	max-width: 1300px;

}
.mone-l1 h1 {
	font-size: inherit;
	font-weight: inherit;
	display: initial;

}

.mone-l2 {
	width: 100%;

	display: flex;
}
.mone-l2-i{
	position: relative;
	width: 33%;
	padding-top: 15px;
	border-top: 1px solid rgba(251, 249, 248, 0.5);
}
.mone-l2-i:before{
	content: '';
	background:  var(--design-beigie-light);
	width: 30px;
	height: 3px;
	transition: 0.3s ease-in-out;

	position: absolute;
	left: 0;
	top: -2px;
	animation-fill-mode: forwards;
	animation-duration: 8s;
	animation-name: slidein  ;
}
.mone-l2-i:nth-child(1):before{
	animation-delay: 2s;
}
.mone-l2-i:nth-child(2):before{
	animation-delay: 10s;
}
.mone-l2-i:nth-child(3):before{
	animation-delay: 18s;

}
@keyframes slidein {
	from {

		width: 30px;
	}

	to {

		width: 100%;
	}
}
.mone-l2-i__title{

	font-size: 24px;
	line-height: 125%;
	color: var(--design-beigie-light);
	margin-bottom: 55px;
}
.mone-l2-i__n{
	font-size: 16px;
	line-height: 135%;
	color: var(--design-beigie-light)
}

.title_v1{
	position: relative;
	z-index: 3;


	font-size: 44px;
	line-height: 125%;
	text-transform: uppercase;
	color: var(--design-black);

	/*margin: 0 auto;*/
	margin-bottom: 40px;

}

.title_v1 h2,
.title_v1 h3{
	font-size: inherit;
	font-weight: inherit;
	display: initial;
}

.title_v2{
	/*margin-bottom: 32px;*/
	margin-top: 16px;
	font-size: 16px;
	line-height: 120%;
	text-transform: uppercase;

	color: var(--design-turquoise);

	/*text-align: center;*/
}
.title_v2 span{
	font-size: 20px;
	line-height: 1;
	vertical-align: bottom;
}
.title_sub{
	text-align: center;
	font-size: 18px;
	line-height: 100%;
	color: #7c7c7c;
	margin-bottom: 40px;
}
.title-s{
	font-size: 18px;
	line-height: 100%;
	color: #b5b5b5;
	margin-bottom: 8px;
}
.text-s{

}
.relpos{
	position: relative;
}
.sect{
	padding-top: 90px;
	padding-bottom: 90px;
}
.sect-dark{
	background-color: #222;
}
.ser-bg{
	background-color: #F8F8F8;
}
.hidden{
	display: none !important;
}
/*=====================*/
.btn-v1, input[type="submit"]{

	display: flex;
	transition: all 0.3s;
	position: relative;

	/*background: var(--design-beigie-light);*/
	background: #ffc107;

	font-size: 16px;
	line-height: 135%;
	color: #391612;
	text-decoration: none;
	padding: 15px 30px;
	cursor: pointer;

	/*background: #1A1A1A;*/

	/*border: 1px solid var(--design-dividers);*/
	border-radius: 100px;
	justify-content: center;
	overflow: hidden;
	/*justify-content: space-between;*/

}
.btn-v1:hover, input[type="submit"]:hover{
	color: #391612;
	background: #cfad00 ;
	/*background: var(--design-bg-black);*/
	/*border: 1px solid var(--design-bg-black);*/
}

.btn-v1:hover::after {
	filter: invert(1);
}
.btn-v1:active{

}
.btn-v1:before{

}
	/*.btn-v1:after{
		content: url(assets/image/arri.svg);
		margin-left: auto;
		margin-right: 0;
		display: inline-block;
		margin-bottom: -6px;
		margin-left: 15px;
		transition: all 0.3s;
		}*/
		.btn-v1 span{
			padding-left: 5px;
		}
		.btn-v2{

			border-radius: 100px;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	display: inline-block;
	text-align: center;

	overflow: hidden;
	position: relative;
	z-index: 2;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	color:  #283353;


	text-decoration: none;

	transition: all 0.3s;
	/*padding: 12px 32px;*/
	padding: 16px 32px;
	cursor: pointer;

	border: 2px solid #3772FF;

	/* border-image-source: linear-gradient(91.76deg, #92B5FF 0%, #3772FF 100%);*/
}
.btn-v2:after{

	margin-left: auto;
	margin-right: 0;
	display: inline-block;
	margin-bottom: -6px;
	transition: all 0.3s;
}
.btn-v2:hover{
	color: #fff;
	background-color: #3772FF;
}
.btn-v2:active{

}
.btn-v3{
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
	color: var(--design-black);

	border: 1px solid var(--design-dividers);
	border-radius: 100px;
	padding: 14px  0px 14px 0px;
	max-width: 260px;
	width: 100%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;	
}
/*=====================*/
.flex-container{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: stretch;

	gap: 20px;
}

.grid-container{

	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
  	/*grid-auto-rows: minmax(auto, 485px);
  	*/
  }
  .grid-container.col-6{
  	grid-template-columns: repeat(6, 1fr);
  }
  .grid-container.col-5{
  	grid-template-columns: repeat(5, 1fr);
  }
  .grid-container.col-4{
  	grid-template-columns: repeat(4, 1fr);
  }
  .grid-container.col-3{
  	grid-template-columns: repeat(3, 1fr);
  	grid-column-gap: 30px;
  	grid-row-gap: 30px;
  }
  .grid-container.col-2{
  	grid-template-columns: repeat(2, 1fr);
  }
  /*=====================*/
  .bk2{
  	display: flex;
  	gap: 60px;
  }
  .bkl{
  	width: 300px;
  }
  .bkr{
  	width: calc(100% - 361px);
  }
  /*=====================*/

 /* .mob-btn {
  	height: 28px;

  	transition: all .3s ease;
  	text-decoration: none;
  	padding-right: 50px;
  	cursor: pointer;
  	position: relative; 
   

  }

  .mob-btn:hover .mob-btn-in{
  	width: 32px;

  }
  .mob-btn:hover .mob-btn-in:before{
  	width: 32px;

  }
  .mob-btn-in{
  	position: absolute;
  	right: 5px;
  	top: 12px;
  	width: 24px;
  
  	height: 2px;
  	background:  var(--design-beigie-light);

  	transition: all 0.3s ease;
  }
  .mob-btn-in:after{
  	content: "";
  	position: absolute;
  	display: block;
  	right: 0;
  	height: 2px;
  	background:  var(--design-beigie-light);
  	width: 32px;
  	 
  	bottom: -8px;
  	transition: all .3s ease;



  	animation-duration: .5s;
  	animation-delay: .15s;
  }
  .mob-btn-in:before {
  	position: absolute;
  	display: block;
  	right: 0;
  	width: 16px;
  	height: 2px;
  	background:  var(--design-beigie-light);
   
  	content: "";
  	top: -8px;
  	transition: all .3s ease;

  	animation-duration: .5s;
  	animation-delay: 0s;
  }
  .mob-btn.change .mob-btn-in:before {
  	top: 0;
  	-webkit-transform: rotate(
  		45deg
  		);
  	-ms-transform: rotate(45deg);
  	transform: rotate(
  		45deg
  		);
  	background: #e31e24;
  }
  .mob-btn.change .mob-btn-in:after {
  	bottom: 0;
  	-webkit-transform: rotate(
  		-45deg
  		);
  	-ms-transform: rotate(-45deg);
  	transform: rotate(
  		-45deg
  		);
  	width: 28px;
  	background: #e31e24;
  }
  .mob-btn.change .mob-btn-in {
  	background: 0 0;
  	}*/
  	/*=====================*/
  	body a.bvi-link{
  		font-style: normal;
  		font-weight: normal;
  		font-size: 16px;
  		line-height: 20px;
  		/* identical to box height, or 125% */


  		color: #FFFFFF;
  		background: none;
  		background-color: transparent!important;
  	}
  	html body footer a.bvi-link {
  		font-size: 16px;
  		padding: 0;
  		vertical-align: middle;
  		display: inline-block;
  	}
  	a.bvi-link .bvi-icon{
  		display: none;
  	}
  	.bvi-button{
  		padding-top: 7px;
  	}
  	.header-slabo{
  		margin-left: 24px;
  	}
  	.bvi-shortcode{
  		position: relative;
  		padding: 0 !important;
  		/*border-radius: 100% !important;*/
  		/*border: 1px solid #ffd503;*/
  		/*overflow: hidden;*/
  	}
  	.bvi-shortcode:before {
  		content: url(assets/image/glaz.svg);
  		position: absolute;
  		left: 10px;
  		top: 7px;
  	}
  	body .bvi-shortcode .bvi-svg-eye{
  		width: 40px;
  		height: 40px;

  		opacity: 0;
  	}
  	.bvi-shortcode:hover a{
  		color: #ffc107;
  	}
  	.top_r {
  		position: relative;
  		margin-left: 8px;
  		margin-right: 22px;
  	}
  	.top_r a{
  		padding: 12px;
  		display: block;
  		color: #391612;
  	}
  	.top_r ul{
  		margin: 0;
  		padding-left: 20px;
  	}
  	.top_r li{

  	}
  	.top_r .top_r-ul{
  		height: 0;
  		overflow: hidden;
  		transition: all 0.3s;
  		position: absolute;
  		background: #313131; 
  		z-index: 3;
  		/*background: #156AFF;*/
  		color: #fff;
  	}
  	.top_r .top_r-ul a{
  		color: #fff;
  	}
  	.top_r:hover .top_r-ul {
  		height: 96px;
  	}
  	.top_r:after{
  		position: absolute;
  		content: '';
  		display: inline-block;
  		width: 6px;
  		height: 6px;
  		border-right: 1px solid #1D1E22;
  		border-bottom: 1px solid #1D1E22;
  		/* left: 15px; */
  		top: 20px;
  		right: 0px;
  		transform: rotate(45deg);
  		transition: all 0.3s;
  	}
  	.header-adr{

  	}
  	.header-adr__1{
  		/*margin-bottom: 6px;*/
  		font-weight: 500;
  		font-size: 16px;
  		/*color: var(--design-black);*/
  		position: relative;
  	}
  	.header-adr__1:before{
  		content: url(assets/image/map.svg);
  		position: absolute;
  		left: -30px;
  		top: 0;
  	}
  	.header-adr__2{
  		display: flex;
  		justify-content: space-between;
  	}
  	.header-adr__2 span{
  		font-family: var(--font-family);
  		font-weight: 400;
  		font-size: 16px;
  		color: var(--design-black);
  		display: inline-block;
  		position: relative;
  		padding-left: 24px;
  	}
  	.header-adr__2 span:before{
  		content: url(assets/image/mm.png);
  		position: absolute;
  		left: 0;
  		top: 0;
  	}
  	.header-time{

  	}
  	.header-time span{
  		display: block;
  		padding-left: 16px;
  		font-weight: 400;
  		font-size: 14px;
  		color: var(--design-black);
  		position: relative;
  	}
  	.header-time span:before{
  		content: "";
  		position: absolute;
  		left: 0;
  		top: 50%;
  		-webkit-transform: translateY(-50%);
  		transform: translateY(-50%);
  		background: #01dd3f;
  		width: 8px;
  		height: 8px;
  		border-radius: 50%;

  		-webkit-animation: 1.5s linear infinite blink1;
  		animation: 1.5s linear infinite blink1;
  	}
  	@keyframes blink1 {

  		0%,
  		100% {
  			opacity: 1;
  		}

  		50% {
  			opacity: 0;
  		}
  	}
  	.hed-pos{
  		font-style: normal;
  		font-weight: normal;
  		/* font-size: 12px; */
  		line-height: 16px;
  		margin-right: 60px;
  		color: #282828;
  		display: inline-block;
  		width: 252px;
  		max-width: 167px;
  		margin-right: auto;
  	}
  	.m-one-i{
  		height: 700px;
  		position: relative;
  	}
  	.mone-i-inner{
  		display: flex;
  		height: 100%;
  		align-items: center;
  		flex-direction: column;
  		align-content: center;
  		justify-content: center;
  	}
  	.mone-i__title{
  		font-size: 80px;
  		color: white;
  		font-weight: 600;
  		position: relative;
  		z-index: 4;
  		margin-top: -160px;
  	}
  	.mone-i__text{
  		font-size: 32px;
  		color: white;
  		font-weight: 600;
  		position: relative;
  		z-index: 4;
  	}
  	.m-one-i:after {
  		content: '';
  		position: absolute;
  		left: 0;
  		top: 0;
  		width: 100%;
  		height: 100%;
  		background: rgb(60 60 60 / 40%);
  		/*background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);*/
  		z-index: 1;
  	}
  	.m-one-g{
  		position: relative;
  		z-index: 5;
  	}
  	.m-one1{
  		/*background: url(assets/image/bg5.png) no-repeat center;*/

  		-webkit-background-size: cover;
  		background-size: cover;
  		position: relative;
  	}
  	.m-one2{
  		background: url(assets/image/bg1.jpg) no-repeat center;
  		-webkit-background-size: cover;
  		background-size: cover;
  		position: relative;
  	}
  	.m-one3{
  		background: url(assets/image/bg3.jpg) no-repeat center;
  		-webkit-background-size: cover;
  		background-size: cover;
  		position: relative;
  	}
  	.m-one4{
  		background: url(assets/image/bg4.jpg) no-repeat center;
  		-webkit-background-size: cover;
  		background-size: cover;
  		position: relative;
  	}
  	.m-two-in{
  		display: flex;
  		gap: 90px;
  	}
  	.m-two-l{
  		width: 40%;
  	}
  	.m-two-r{
  		width: 60%;
  	}
  	.m-two__tit{
  		font-size: 24px;
  		font-weight: 500;
  		margin-bottom: 16px;
  	}
  	.m-two-sdf{
  		/*display: flex;*/
  		gap: 24px;
  		justify-content: space-between;
  	}
  	.m-two-sdf-i{

  	}
  	.m-two-sdf-i_t{
  		font-size: 20px;
  		font-weight: 600;
  		line-height: 1.3;
  	}
  	.m-two-sdf-i_text{
  		font-size: 16px;
  	}

  	/*==================*/
  	.slik-nav-wr{
  		border-radius: 100px;
  		padding: 5px;
  		/*width: 267px;*/
  		/*height: 60px;*/

  		display: flex;

  		align-items: center;
  		justify-content: space-between;
  		width: 300px;
  		backdrop-filter: blur(10px);
  		background: rgba(230, 231, 233, 0.4);
  		margin: 0 auto;
  		margin-top: 40px;
  	}
  	.slick-arrow{
  		border-radius: 200px;
  		/*padding: 13px;*/
  		width: 50px;
  		height: 50px;
  		background: #fff;

  		display: flex;
  		align-items: center;
  		justify-content: center;
  		cursor: pointer;
  	}
  	.slick-dots{
  		margin: 0;
  		font-size: 0;
  	}
  	.slick-dots li{
  		display: inline-block;
  		margin-left: 6px;
  		margin-right: 6px;
  	}
  	.slick-dots li button{
  		font-size: 0;
  		border-radius: 100%;
  		background: #fff;
  		width: 8px;
  		height: 8px;
  		border: 0;
  		padding: 0;
  		cursor: pointer;
  	}
  	.slick-dots li.slick-active{

  	}
  	.slick-dots li.slick-active button{
  		width: 14px;
  		height: 14px;
  		background:  #ffc107;
  	}
  	/*==================*/
  	.sfive{
  		padding-top: 120px;
  	}
  	.sfive-i{
  		position: relative;
  		background-color: #fff;
  		border: 1px solid #fff;
  		border-radius: 15px;
  		/*box-shadow: 5px 10px 35px 0 rgb(16 27 129 / 5%);*/
  		box-shadow: 4px 4px 10px 0 rgb(16 27 129 / 5%);
  		padding: 32px;
  		/*min-width: 410px;*/
  	}
  	.sfive-i__img{
  		position: absolute;
  		left: 28px;
  		top: 28px;
  		height: 55px;
  		width: 55px;

  		overflow: hidden;
  		border-radius: 100px;
  		display: flex;
  		color: #fff;
  		font-size: 29px;
  		justify-content: center;
  		align-items: center;

  	}
  	.sfive-i__imgtext{
  		background: #f4511e;
  	}
  	.sfive-i__name{
  		padding-left: 65px;
  		font-weight: 700;
  		font-size: 18px;
  		line-height: 1.2;
  		color: #283353;
  	}
  	.sfive-i__star{
  		margin-left: 62px;
  		height: 25px;
  		width: 125px;
  		background: url(assets/image/star.svg)  repeat ;
  		/*background: url(assets/image/m1bg.png)  repeat ;*/
  		background-size: contain;
  	}
  	.sfive-i__text{
  		/*padding-left: 65px;*/
  		margin-top: 16px;
  		font-weight: 400;
  		font-size: 16px;
  		line-height: 135%;
  		color: #283353;
  	}
  	.sfive-in .slick-slide {
  		margin-right: 14px;
  		margin-left: 14px;
  		/*margin-top: 14px;*/
  	}
  	.sfive-i__g{
  		position: absolute;
  		right: 16px;
  		top: 16px;
  	}
  	/*==================*/
  	.mseven-i{

  		background-color: #464646;
  		border-radius: 4px;

  		box-shadow: 0px 0px 30px rgba(7, 78, 82, 0.05);
  		border-radius: 8px;

  		/*margin-bottom: 15px;*/

  		padding: 30px;

  	}
  	.mseven-i:not(:last-child){
  		margin-bottom: 15px;
  	}
  	.mseven-i:last-child{
  		margin-bottom: 0px !important;
  	}
  	.mseven-i__text{

  		font-style: normal;

  		font-size: 16px;
  		line-height: 150%;
  		color: #fff;

  		display: block;

  	}
  	.mseven-i__text p{
  		margin-bottom: 0;
  	}
  	.mseven-i__text ul
  	.mseven-i__text ol{
  		margin: 0 0 1.5em 1.2em;
  	}
  	.mseven-i__down{
  		max-height: 0;
  		overflow: hidden;
  		transition: max-height 0.2s ease-out;

  		margin-right: 60px;

  	}
  	.question-v,
  	.question-v2{

  		position: relative;
  		z-index: 2;
  	}
  	.question-x{
  		position: absolute; 
  		background: #fff;
  		height: 30px;
  		width: 2px;
  		right: 15px;
  		top: 50%;
  		cursor: pointer;

  		transform: translate(0%,-50%);
  	}
  	.question-x:before{
  		content: '';
  		width: 30px;
  		height: 2px;
  		left: -14px;
  		top: 14px;
  		position: absolute;
  		background:  #fff;
  	}
  	.question-v.open + .mseven-i__down{
  		border-top: 1px solid #F0F0F0;
  		margin-top: 15px;
  	}
  	.mseven-i__title{
  		font-style: normal;
  		/*font-weight: 800;*/
  		font-size: 22px;

  		color: #F5F5F5;
  		line-height: 130%;

  		padding-right: 115px;

  		/*margin-bottom: 10px;*/
  		cursor: pointer;
  	}
  	.mseven-i__title:hover{
  		color: #ffc107;
  	}

  	.question-v.open .question-x,
  	.question-v2.open .question-x{
  		transform: translate(0%,-50%) rotate(45deg);
  	}

  	.mseven-in.open .mseven-i{
  		padding: 30px;
  		height: auto;
  		margin-bottom: 15px;
  	}

  	.question-v2.open .mseven-i__title{
  		margin-bottom: 10px;
  	}
  	/*=========================*/
  	.mseveni__tit{
  		font-size: 16px;
  		line-height: 135%;
  		color: var(--design-black);
  		margin-bottom: 5px;
  	}
  	.mseveni__text{
  		font-size: 18px;
  		line-height: 135%;
  		color: var(--design-black);
  	}
  	.mat30 {
  		margin-top: 30px;
  	}

  	.ssix-in{
  		padding: 60px 40px;
  		border: 10px solid whitesmoke;
  	}
  	.ssix__bg1{
  		position: absolute;
  		right: -5px;
  		bottom: -5px;
  		height: 102%;
  		top: -5px;
  	}
  	.ssix__bg2{
  		position: absolute;
  		right: 0;
  		bottom: -10px;
  	}
  	.ssix-in .title_v1{
  		font-size: 40px;
  	}
  	.ssix-uo{
  		padding: 5px 20px;
  		border-radius: 100px;
  		display: inline-block;
  		margin-bottom: 8px;
  		background: #ffc107;
  		font-size: 18px;
  		font-weight: 500;
  		color: white;
  	}
  	/*===================*/
  	/*==================*/
  	.sseven-i{

  	}
  	.sseven-i img{
  		width: 100%;
  		object-fit: cover;
  		height: 300px;
  	}
  	.sseven-i:hover{
  		
  	}

  	/*==================*/
  	table td, table{
  		background: #FFFFFF;
  		border-collapse: collapse;
  		border-spacing: 0;
  		border: 1px solid #DCDCDC;
  	}
  	table td{
  		padding: 15px 24px;
  	}
  	/*===================*/

  	#colophon{
  		padding-top: 80px;
  		padding-bottom: 80px;
  		background-color: #262626;
  		color: #fbf9f8;

  		margin-top: 60px;
  	}
  	#colophon a:hover{
  		color: #ffc107;
  	}
  	.foot-line1-in{
  		display: flex;
  		justify-content: space-between;
  	}
  	.ft-i{

  	}
  	.ft-i:last-child{
  		max-width: 300px;
  	}
  	.ft-logo{
  		margin-bottom: 40px;
  	}
  	.ft-text{
  		margin-bottom: 44px;
  		font-weight: 400;
  		font-size: 16px;
  		line-height: 135%;

  	}
  	.ft-politic{

  		font-weight: 400;
  		font-size: 16px;
  		line-height: 135%;
  		text-decoration: underline;
  		text-decoration-skip-ink: none;

  	}
  	.ft-list{
  		padding: 0;
  		margin: 0;

  	}
  	.ft-list li{
  		margin-bottom: 18px;
  	}
  	.ft-list li a{

  		/*font-weight: 600;*/
  		font-size: 18px;
  		color: #fbf9f8;
  	}
  	.ft-list li a:hover{
  		color: #ffc107;
  	}
  	.ft_tt{
  		position: relative;
  		padding-left: 34px;
  		/*font-weight: 600;*/
  		font-size: 16px;
  		line-height: 135%;
  		color: #fbf9f8;
  		margin-bottom: 20px;
  	}
  	.ft_tt.stwelf__tel{
  		display: inline-block;
  		/*font-weight: 900;*/
  		line-height: 1.2;
  		font-size: 20px;
  		color: #fbf9f8;
  	}
  	.ft_tt.stwelf__mail{
  		display: inline-block;
  		color: #fbf9f8;
  	}
  	.site-footer .form-down__btns{
  		flex-direction: column;
  	}	
  	.site-footer .form-down__btn{
  		width: 100%;
  	}	
  	.ft-logo img{
  		/*filter: invert(1);*/
  	}
  	/*==================*/
  	.stwecvbc{
  		position: relative;
  	}
  	.stwecvbc:before{

  		position: absolute;
  		left: 0;
  		top: 0;
  	}
  	.stwelf__adres:before {
  		content: url(assets/image/map.svg);

  	}

  	.myloader .stwelf__tel:before{
  		content: url(assets/image/call2.svg);
  	}
  	.myloader .stwelf__time:before{
  		content: url(assets/image/clock.svg);
  	}
  	.myloader .stwelf__mail:before{
  		content: url(assets/image/mail.svg);
  	}
  	/*===================*/
  	.title-v1__a {
  		position: absolute;
  		right: 15px;
  		top: 4px;
  		width: 208px;
  		text-transform: none;
  	}
  	.page-title, .entry-title {
  		position: relative;
  		z-index: 3;
  		font-size: 44px;
  		line-height: 125%;
  		/*text-transform: uppercase;*/
  		color: #391612;
  		/* margin: 0 auto; */
  		margin-bottom: 40px;
  	}
  	/*=========================*/

  	.art-down {
  		padding-top: 16px;
  	}
  	.art-down__title{
  		font-style: normal;
  		font-weight: 500;
  		font-size: 18px;
  		line-height: 130%;
  		margin-bottom: 8px;
  		color: #391612;
  	}
  	.art-st-img{
  		height: 318px;
  		overflow: hidden;
  	}
  	.art-st-img img{
  		object-fit: cover;
  		height: 100%;
  		width: 100%;
  	}
  	.anoter-content-date{
  		font-size: 14px;
  		color: #391612;
  		margin-bottom: 16px;
  	}
  	.art-st:hover .art-down__title{
  		color: #ffc107;
  	}
  	.art-down__a{
  		width: auto;
  		max-width: 184px;
  		padding: 10px 20px;
  	}
  	.slick-prev, .slick-next {
  		z-index: 9;
  		font-size: 0;
  		line-height: 0;
  		position: absolute;
  		top: 50%;
  		-webkit-transform: translate(0, -50%);
  		-ms-transform: translate(0, -50%);
  		transform: translate(0, -50%);
  	}
  	.slick-prev{
  		left: 0;
  	}
  	.m-one .slick-prev:before{
  		content: ' ';
  		display: inline-block;
  		width: 12px;
  		height: 12px;
  		border-right: 2px solid #fff;
  		border-bottom: 2px solid #fff;
  		transform: rotate(135deg);
  		opacity: 1;
  	}
  	.slick-next{
  		right: 0;
  	}
  	.m-one .slick-next:before{
  		content: ' ';
  		display: inline-block;
  		width: 12px;
  		height: 12px;
  		border-right: 2px solid #fff;
  		border-bottom: 2px solid #fff;
  		transform: rotate(-45deg);
  		opacity: 1;


  	}

  	.m-one .slick-arrow {
  		border-radius: 0;

  		width: 50px;
  		height: 50px;
  		background: #262626;
  		display: flex;
  		align-items: center;
  		justify-content: center;
  		cursor: pointer;
  		border: 0;
  	}
  	.single-post .entry-title{
  		text-align: center;
  		margin-bottom: 8px;
  	}
  	.single-post .entry-meta{
  		text-align: center; 
  		margin-bottom: 32px;
  	}
  	.m-seven{
  		padding-top: 0;
  		padding-bottom: 100px;
  	}
  	.entry-content h1,
  	.entry-content h2,
  	.entry-content h3{
  		display: inline-block;
  	}
  	.entry-content ul{

  	}
  	.entry-content ul{
  		
  	}
  	.entry-content ul li{
  		list-style: disc;
  	}
  	.entry-content ol li{
  		list-style: decimal;
  	}
  	.mruk-i{
  		border: 1px solid #dddddd;
  		display: flex;
  		/*gap: 40px;*/
  	}
  	.mruk-i__image{
  		display: block;
  		max-width: 320px;
  		/*float: left;*/
  		max-height: 456px;
  		width: 100%;
  	}
  	.mruk-i__image img{
  		object-fit: cover;
  		width: 100%;
  		height: 100%;

  	}
  	.mruk-i__fio{
  		display: block;
  		font-size: 24px;
  		color: #000;
  		margin-bottom: 8px;
  	}
  	.mruk-i__dolj{

  		display: block;
  		font-size: 18px;
  		line-height: 1.3;
  		color: #606060;
  		margin-bottom: 24px;
  	}
  	.mruk{

  	}
  	.mruk-i__r{
  		padding: 32px;
  	}
  	.mruk-i__tel{
  		display: inline-block;
  		font-size: 18px;
  		color: #000;
  	}
  	#breadcrumbs{
  		margin-top: 32px;
  	}
  	#breadcrumbs a{
  		color: #262626;
  		font-size: 16px;
  		line-height: 120%;
  		/*text-transform: uppercase;*/

  	}
  	#breadcrumbs span{
  		margin-right: 16px;
  		color: #787878;
  		font-size: 16px;
  		line-height: 120%;
  		/*text-transform: uppercase;*/

  	}
  	.breadcrumb_last{
  		margin-left: 16px;
  	}
  	/*================*/
  	.mstruktura__title{
  		font-size: 18px;
  		line-height: 135%;
  		color: #262626;
  		padding: 12px 18px;
  		font-weight: 500;
  	}
  	.mstruktura-i{
  		background: #ffc107;
  		transform: scale(1);
  		transition: all 0.3s;
  	}
  	.mstruktura-i:hover{
  		transform: scale(1.1);
  	}
  	/*====================================*/
  	.vysbk-i{

  	}
  	.vysbk-i img{
  		width: 100%;
  		max-width: 228px;
  		max-height: 115px;
  	}
  	/*====================================*/
  	input[type="text"], input[type="email"], input[type="number"], input[type="tel"], textarea {
  		font-weight: 400;
  		font-size: 16px;
  		line-height: 135%;
  		color: #000;
  		display: block;
  		border: 1px solid #c7beb2;
  		border-radius: 28px;
  		/*padding: 14px 30px;*/
  		padding: 12px 24px;
  		width: 100%;
  		background: transparent;
  		margin-top: 4px;

  	}
  	.wpcf7-form textarea {
  		height: 100px;
  	}
  	.pum-container .wpcf7-submit {
  		width: 100%;
  		/*margin-top: 12px;*/
  	}
  	.pum-container .wpcf7-form-control-wrap input:not(input[type="checkbox"]) {
  		/*margin-bottom: 8px;*/
  	}
  	.wpcf7-spinner{
  		position: absolute;
  		right: 0;
  		bottom: 0;
  	}
  	.popin__text{
  		font-size: 24px;
  		line-height: 1.2;
  		font-weight: 400;
  	}

  	.tabs-up{
  		display: flex;
  		gap: 30px;
  		margin-bottom: 40px;
  		justify-content: flex-start;
  	}
  	.tab-up-i{

  		font-weight: 500;
  		font-size: 16px;
  		text-align: center;
  		background: #97740c;
  		color: #ffffff;
  		/*border-radius: 4px;*/
  		padding: 16px 20px;

  		min-width: 180px;

  		cursor: pointer;
  	}
  	.tab-up-i.active{
  		color: #391612;
  		background: #ffc107;
  	}
  	.tab-up-i:hover{
  		color: #391612;
  		background: #ffc107;
  	}
  	.tab-down{
  		display: none ;
  	}
  	.tab-down.active{
  		display: grid;
  	}
  	.wpcf7{
  		position: relative;
  		z-index: 2;
  	}

  	.razrab{
  		display: inline-block;
  		margin-top: 60px;
  		font-size: 18px;
  		color:  #ffc107;
  	}
  	.razrab span{
  		color: #5bb6ff;
  	}
  	.razrab:hover{
  		color: #5bb6ff !important;
  	}








  	/*=========================*/
  	@media screen and (max-width: 1920px) { 

  	} 
  	@media screen and (max-width: 1600px) { 
  		.container,
  		#primary {
  			/*max-width: 1170px;*/
  			/*max-width: 1440px;*/
  			max-width: 1366px;
  		}

  	}

  	@media screen and (max-width: 1440px) { 

  		.container,
  		#primary {
  			max-width: 1230px;
  		}
  		.main-navigation a {
  			padding-left: 25px;
  			padding-right: 25px;
  		}
  		.menu-item-has-children:after {
  			right: 14px;
  		}
  		.sseven-i img {
  			height: 210px;
  		}
  		.m-two-in {

  			gap: 32px;
  		}
  		.art-st-img {
  			height: 260px;

  		}
  	} 
  	@media screen and (max-width: 1370px) { 
  		.title_v1 {
  			font-size: 36px;

  			margin-bottom: 32px;
  		}
  		.sect {
  			padding-top: 100px;
  			padding-bottom: 100px;
  		}

  		.bk2 {

  			gap: 32px;
  		}

  		.tabs-up {
  			gap: 18px;
  			margin-bottom: 24px;

  		}
  		.tab-up-i {
  			padding: 12px 16px;
  			min-width: 160px;

  		}


  	} 
  	@media screen and (min-width: 993px) {
  		.topmen .header-l2 {
  			position: fixed;
  			left: 0;
  			top: 0;
  			width: 100%;
  			z-index: 10000;

  			box-shadow: 0px 3px 8px rgb(92 115 196 / 28%);

  			border-bottom: 0;
  		}
  		.topmen .main-navigation > div > ul > li > a {

  			padding: 20px 22px;
  		}
  		.topmen	.menu-item-has-children:after {
  			top: 30px;
  			
  		}
  	}
  	@media screen and (max-width: 1280px) { 
  		.art-st-img {
  			height: 250px;

  		}
  	} 
  	@media screen and (max-width: 1200px) { 
  		.header-adr{
  			display: none;
  		}
  	} 
  	@media screen and (max-width: 1100px) { 
  		.header-tel {
  			font-size: 16px;
  			margin-right: 20px;
  			margin-left: 0px;
  		}
  		.main-navigation a {
  			padding-left: 20px;
  			padding-right: 20px;
  		}
  		.menu-item-has-children:after {
  			right: 10px;
  		}

  		.sect {
  			padding-top: 80px;
  			padding-bottom: 80px;
  		}
  		.title_v1 {
  			font-size: 30px;
  			margin-bottom: 24px;

  		} 
  		.msix-i {
  			padding-top: 24px;
  			padding-bottom: 24px;

  			gap: 30px;
  		}
  		.btn-v1 {
  			padding: 12px 24px;

  		}

  		.mfive-in.grid-container.col-3 {
  			grid-template-columns: repeat(2, 1fr);
  		}
  		.header-slabo{
  			display: none;
  		}
  	} 


  	@media screen and (max-width: 992px) { 

  		#site-navigation{
  			/*display: none;*/
  		}
  		.main-navigation ul {
  			display: flex;
  			justify-content: space-between;
  			flex-direction: column;
  		}
  		.menu-item-has-children:after {
  			display: none;
  		}
  		.header-l1{
  			background: rgb(249 249 249);
  		}
  		.header-l1-in {

  		}
  		.main-navigation > div > ul > li > a {
  			font-size: 18px;
  			padding: 14px 10px;
  		}
  		.topmen .header-l1 {
  			position: fixed;
  			left: 0;
  			top: 0;
  			width: 100%;
  			z-index: 10000;

  			box-shadow: 0px 3px 8px rgb(92 115 196 / 28%);
  			background: #fff;
  			/*background: rgb(0 0 0 / 57%);*/
  			border-bottom: 0;
  		}
  		.mob-btn {
  			height: 40px;
  			margin-left: 0px;
  			color: #fbf9f8;
  			font-weight: 500;
  			transition: all .3s ease;
  			text-decoration: none;
  			padding-right: 50px;
  			cursor: pointer;
  			position: relative; 
  			display: block;
  			/*margin-left: 24px;*/
  			/*background: linear-gradient(90deg, #ed161f 0%, #ac0404 100%);*/
  			margin-left: 16px;

  		}

  		.mob-btn:hover .mob-btn-in{
  			width: 32px;

  		}
  		.mob-btn:hover .mob-btn-in:before{
  			width: 32px;

  		}
  		.mob-btn-in{
  			position: absolute;
  			right: 9px;
  			top: 17px;
  			/*width: 34px;*/
  			width: 16px;
  			height: 4px;
  			background: #4a4a4a;
  			border-radius: 10px;
  			transition: all 0.3s ease;
  		}
  		.mob-btn-in:after{
  			content: "";
  			position: absolute;
  			display: block;
  			right: 0;
  			height: 4px;
  			background: #4a4a4a;
  			width: 34px;
  			/*width: 28px;*/
  			bottom: -9px;
  			transition: all .3s ease;

  			border-radius: 10px;

  			animation-duration: .5s;
  			animation-delay: .15s;
  		}
  		.mob-btn-in:before {
  			position: absolute;
  			display: block;
  			right: 0;
  			width: 34px;
  			height: 4px;
  			background: #4a4a4a;
  			/*width: 16px; */
  			content: "";
  			top: -9px;
  			transition: all .3s ease;
  			border-radius: 10px;
  			animation-duration: .5s;
  			animation-delay: 0s;
  		}
  		.mob-btn.change .mob-btn-in:before {
  			top: 0;
  			-webkit-transform: rotate(
  				45deg
  				);
  			-ms-transform: rotate(45deg);
  			transform: rotate(
  				45deg
  				);
  			/*background: #4d5960;*/
  		}
  		.mob-btn.change .mob-btn-in:after {
  			bottom: 0;
  			-webkit-transform: rotate(
  				-45deg
  				);
  			-ms-transform: rotate(-45deg);
  			transform: rotate(
  				-45deg
  				);
  			width: 34px;
  			/*background: #4d5960;*/
  		}
  		.mob-btn.change .mob-btn-in {
  			background: 0 0;
  		}
  		/* =====================*/
  		body.change, html.change {
  			overflow: hidden;
  		}
  		.header-l2 .ft-r1 {

  			margin-bottom: 16px;
  			gap: 16px;
  			justify-content: flex-start;
  		}
  		.header-l2{
  			position: fixed;
  			width: 100%;
  			display: block;
  			/*right: 0;*/
  			right: -105%;
  			height: 100%;

  			top: 68px;
  			z-index: 1000;
  			/* padding-top: 72px; */
  			padding-top: 10%;

  			margin-left: 0;
  			margin-right: 0;
  			transition: all 1s ease;
  			/*box-shadow: -3px 4px 7px rgb(0 0 0 / 51%);*/
  			/* padding-left: 10%; */
  			/*background: #0f161ca3;*/
  			height:  calc(100vh - 51px);

  			background: #0f161c7d;
  		}
  		#masthead.change .header-l2,
  		body.change .header-l2{
  			right: 0;

  			/*transform-style: preserve-3d;*/
  			transform: perspective(700px);
  		}
  		#masthead.change .header-l2-in,
  		body.change .header-l2-in{
  			right: 0;
  			height: 100%;
  			overflow: auto;
  		}
  		.header-l2-in{
  			/*position: fixed;*/
  			position: absolute;
  			width: 50%;
  			right: -100%;

  			height: 100%;
  			/* top: 0px; */
  			top: 0;
  			z-index: 99;
  			padding-top: 4vh;

  			margin-left: 0;
  			margin-right: 0;
  			transition: all 1s ease;
  			box-shadow: -3px 4px 7px rgb(0 0 0 / 51%);
  			/* padding-left: 10%; */
  			-webkit-backdrop-filter: blur(30px); 
  			backdrop-filter: blur(30px);
  			background: rgba(15, 13, 10, 0.3);
  			display: flex;
  			flex-direction: column;
  			padding-bottom: 3%;
  			/*filter: blur(30px);*/
  			/*transform: translate3d(0, 0, 0);*/
  			padding-left: 20px;
  		}

  		.tab-down.grid-container.col-4 {
  			grid-template-columns: repeat(3, 1fr);
  		}
  		.grid-container.col-5 {
  			grid-template-columns: repeat(4, 1fr);
  		}
  		.art-st-img {
  			height: 200px;
  		}
  		.grid-container.col-6 {
  			grid-template-columns: repeat(4, 1fr);
  		}
  		.foot-line1-in {

  			flex-wrap: wrap;
  		}
  		.main-navigation li{
  			position: relative;
  		}
  		.main-navigation ul ul {
  			margin-top: 8px;
  			position: relative;
  			z-index: 2;
  			top: 0;
  			padding-top: 0;
  			left: 0;
  			padding-left: 8px;
  			padding-right: 8px;
  			width: 100%;
  			/* background: #fbfbfb; */
  			box-shadow: none;
  			float: none;
  		}
  		#primary-menu ul  {
  			display: block;
  			overflow: auto;
  		}
  		#primary-menu ul:not(.open){
  			max-height: 0px;
  		}

  		#site-navigation .mpunkts-btn2 {
  			position: absolute;
  			z-index: 22;

  			right: 6px;
  			top: 8px;

  			width: 36px;
  			height: 36px;

  			margin-top: 0;

  			border-radius: 6px;
  			padding: 14px;
  			display: inline-block;
  			cursor: pointer;
  			background: #ffc107;
  			/*box-shadow: 0px 1px 0px -2px rgb(0 0 0 / 20%),
  			0px 1px 2px 0px rgb(0 0 0 / 14%), 
  			0px 1px 8px 0px rgb(0 0 0 / 12%);*/
  		}

  		#site-navigation .mpunkts-btn2:before {
  			position: absolute;
  			content: '';
  			display: inline-block;
  			width: 7px;
  			height: 7px;
  			border-right: 1.5px solid #2A2B31;
  			border-bottom: 1.5px solid #2A2B31;
  			top: 12px;
  			left: 15px;
  			transform: rotate(
  				45deg);
  			transition: all .3s;
  		}

  		#site-navigation .mpunkts-btn2.open {
  			box-shadow: inset 0 0 6px #dddddd;
  		}
  		.mruk.grid-container.col-2 {
  			grid-template-columns: repeat(1, 1fr);
  		}
  	}


  	@media screen and (max-width: 768px) { 

  		.bkl, .bkr  {
  			width: 100%;
  		}

  		.bk2 {
  			flex-direction: column;
  		}
  		.ft-i {
  			width: 50%;
  		}
  		.ft-i:nth-child(1){
  			margin-bottom: 24px;
  			text-align: center;
  		}
  		.ft-i:nth-child(4){
  			margin-top: 24px;
  			max-width: none;

  			width: auto;
  			text-align: left;
  			margin: 0 auto;
  			display: flex;
  			flex-direction: column;
  			align-items: center;

  		}
  		.ft-i:nth-child(1) {
  			width: 100%;

  		}
  		.ft-i:nth-child(2) {
  			text-align: right;
  			padding-right: 10px;

  		}
  		.ft-i:nth-child(3) {
  			padding-left: 10px;

  		}
  		.sfive {
  			padding-top: 70px;
  		}
  		.slik-nav-wr {

  			margin-top: 0;
  		}
  		.mone-i__title {
  			font-size: 44px;

  		}
  		.mone-i__text {
  			font-size: 20px;

  		}
  		.m-one-i {
  			height: 400px; 
  		}
  		.m-two-in {

  			flex-direction: column-reverse;
  		}
  		.m-two-l, .m-two-r{
  			width: 100%;
  		}
  		.grid-container.col-5 {
  			grid-template-columns: repeat(3, 1fr);
  		}
  		.grid-container.col-3 {
  			grid-template-columns: repeat(2, 1fr);

  		}
  		.m-seven {

  			padding-bottom: 40px;
  		}
  		.header-btn{
  			display: none;
  		}
  		.mob-btn {
  			margin-left: 0;
  		}
  	} 

  	@media screen and (max-width: 568px) {
  		.hed-pos {
  			width: 150px;
  			max-width: 118px;

  			font-size: 15px;
  		}
  		.header-l1 .container{
  			padding-right: 0;
  		}
  		.header-btn {
  			display: none;
  		}
  		.header-time {
  			font-size: 0;
  		}
  		.header-tel {
  			margin-right: 0;

  		}
  		.mone-i__title {
  			font-size: 26px;
  		}
  		.title_v1 {
  			font-size: 22px;
  			margin-bottom: 16px;
  		}
  		.sect {
  			padding-top: 60px;
  			padding-bottom: 60px;
  		}

  		.tab-down.grid-container.col-4 {
  			grid-template-columns: repeat(2, 1fr);
  			grid-column-gap: 8px;
  			grid-row-gap: 8px;

  		}
  		.tabs-up {
  			gap: 4px;
  			margin-bottom: 8px;
  			align-items: center;
  		}
  		.tab-up-i {
  			padding: 8px 16px;
  			min-width: 105px;
  		}

  		.mat30 {
  			margin-top: 16px;
  		}

  		input[type="submit"] {
  			min-width: 180px;
  			width: 100%;
  		}
  		.tabs-up { 
  			flex-wrap: wrap;
  		}
  		.tab-up-i {
  			font-size: 15px;

  		}
  		.top_r {
  			display: none;
  		}
  		.m-two-sdf.grid-container.col-3 {

  			grid-column-gap: 10px;
  			grid-row-gap: 16px;
  		}
  		.m-two-sdf-i_text {
  			font-size: 15px;
  		}
  		.m-two-sdf-i_t {
  			font-size: 18px; 
  		}
  		.mdfhj-in.grid-container.col-5 {
  			grid-template-columns: repeat(2, 1fr);
  			grid-column-gap: 8px;
  			grid-row-gap: 8px;
  		}
  		.sseven-i img {
  			height: 180px;
  		}
  		.sfive-in .slick-slide {
  			margin-right: 0;
  			margin-left: 0;
  			/* margin-top: 14px; */
  		}
  		.mseven-i__title {
  			font-size: 18px;
  			padding-right: 24px;

  		}
  		.mseven-i {

  			padding: 14px;
  		}
  		.mseven-i__down {
  			margin-right: 0;
  		}
  		.title-v1__a {
  			right: 0;
  			top: -9px;
  			width: 180px;
  			padding: 9px 12px;
  		}
  		.m-seven-in.grid-container.col-3,
  		.seleven-in.grid-container.col-3 {
  			grid-template-columns: repeat(1, 1fr);
  			grid-row-gap: 8px;
  		}
  		.mseveni__tit {
  			font-size: 14px;

  			color: #858585;
  			margin-bottom: 2px;
  		}
  		.vysbk-in.grid-container.col-6{
  			grid-template-columns: repeat(3, 1fr);
  			grid-column-gap: 8px;
  			grid-row-gap: 8px;
  		}
  		#colophon {
  			padding-top: 50px;
  			padding-bottom: 50px;

  			margin-top: 28px;
  		}
  		.vysbk.sect{
  			padding-top: 30px;
  			padding-bottom: 0;
  		}
  		.ft-i:nth-child(1) {
  			margin-bottom: 0;

  		}
  		.header-l2-in {
  			width: 85%;
  		}
  		.page-title, .entry-title {
  			font-size: 28px;
  			margin-bottom: 16px;
  		}
  		h2{
  			font-size: 1.4em;
  		}
  		.gallery {

  			grid-gap: 0.5em;
  		}
  		.gallery-columns-3 {
  			grid-template-columns: repeat(2, 1fr);
  		}
  		.gallery-columns-4 {
  			grid-template-columns: repeat(2, 1fr);
  		}
  		#primary {
  			padding-bottom: 0;
  		}
  		.mstruktura.grid-container.col-4 {
  			grid-template-columns: repeat(2, 1fr);
  			grid-column-gap: 8px;
  			grid-row-gap: 8px;
  		}
  		.mstruktura__title {
  			font-size: 16px;
  			line-height: 1.2;

  		}
  		.mruk-i__r {
  			padding: 16px;
  		}
  		.mruk-i__fio {
  			font-size: 18px;
  			margin-bottom: 8px;
  		}
  		.mruk-i__tel {
  			font-size: 16px;
  		}
  		.mruk-i__dolj {
  			font-size: 16px;
  			margin-bottom: 16px;
  		}
  		.mruk-i__image {
  			max-height: 320px;

  			max-width: 50%;
  			width: 100%;
  			min-width: 50%;
  		}
  	}
  	@media screen and (max-width: 480px) {
  		p {
  			margin-bottom: 1em;
  		}

  	}

  	@media screen and (max-width: 380px) { 


  	}
  	@media screen and (max-width: 360px) { 


  	}

  	@media screen and (min-width: 1280px) {

  	}