/*
Theme Name: yeysk_theme
Theme URI: https://milreon.by/
Author: Milreon https://t.me/Nerolime94
Author URI: https://milreon.by/
Description: Уникальная тема Созданная вебстудией Milreon
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yeysk_theme
Tags: Кофе, сон, печеньки, 3ий закон термодинамики, 2 том мертвых душ

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

yeysk_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;
 }
 :root {
 	/*--color1: #1FB545;*/
 	/*--color1: #F37305;*/
 	--color1: #037fff;
 	--color2: #ffc924;
 	--color3: #DE0E8A;
 	--color4: #7CBF21;
 }

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

/**
 * Remove the margin in all browsers.
 */
 body {
 	margin: 0;
 	font-family: 'Montserrat', 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;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
 	margin: 0;
 	padding: 0;
 	clear: both;
 }
 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; 
 }
 .nav-links{
 	border-top: 1px solid #cccccc;
 	border-bottom: 1px solid #cccccc;
 	padding-top: 16px;
 	padding-bottom: 16px;
 }
 .nav-links a{
 	font-style: normal;
 	font-weight: 400;
 	font-size: 14px;
 	line-height: 1.4;
 	display: block;
 	/*color: #FFFFFF;*/
 	display: inline-block;
 	vertical-align: top;

 	padding: 4px 9px;
 	/*background: var(--color1);*/

 	/*border-radius: 25px;*/
 }
 .nav-links a:hover{
 	/*background: var(--color2);*/
 	color: #000;
 }
 .nav-links a .nav-title{
 	display: block;
 	font-style: normal;
 	font-weight: 500;
 	font-size: 16px;
 	line-height: 130%;
 	color: #1d1d1f;
 }
 .nav-previous{
 	text-align: right;
 	padding: 20px;

 	text-align: right;
 	padding: 20px;
 	border-right: 1px solid #cccccc;
 }
 .nav-next{
 	text-align: left;
 	padding: 20px;
 }
/* 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;
	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 3em;
}

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%;*/
	width: auto;
	margin: 0 auto;
}

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

}
.top_menu ul{
	margin: 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: #fff;
}

.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 >li > a {
	width: 200px;
	padding: 20px 14px;
	border-bottom: 1px solid #eee;
}
.main-navigation .sub-menu__left >li > a{
	padding: 12px 14px;
	border-bottom: 1px solid #eee;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation li > 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 ,
	.top_menu 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%;
}
.nav-subtitle{
	/*display: block;*/
	display: inline-block;
	font-style: normal;
	/*font-weight: 500;*/
	font-size: 16px;
	line-height: 130%;

	color: #1d1d1f;
	margin-bottom: 8px;
}
.nav-next .nav-subtitle:after{
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #e10000;
	border-bottom: 2px solid #e10000;
	/* top: 46%; */
	transform: rotate( 315deg );
	transition: all 0.3s;
	margin-left: 4px;
	position: relative;
	top: 0px;
}
.nav-previous .nav-subtitle:before{
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #e10000;
	border-bottom: 2px solid #e10000;
	/* top: 46%; */
	transform: rotate( 135deg );
	transition: all 0.3s;
	margin-right: 4px;
	position: relative;
	top: -1px;
}
/* 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;
}
.entry-content ul, .entry-content ol{
	margin: 0 0 0.5em 2em;
	padding: 0;
}
.entry-content ul li{
	list-style: disc;
}
.entry-content ol li{
	list-style: decimal;
}
.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%;
	margin: 0;
	padding: 0;


	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.gallery-item > div{
	height: 100%;
}
.gallery-item a{
	display: block;
	height: 100%;
}
.gallery-item img{
	width: 100%;
	object-fit: cover;
	height: 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;
}
/*=========================*/

.container {
	/*max-width: 1470px;*/
	/*max-width: 1430px;*/

	/*max-width: 1230px;*/
	max-width: 1190px;
	/*max-width: 1366px;*/
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
}
#primary {
	/*max-width: 1470px;*/
	/*max-width: 1430px;*/
	max-width: 1190px;
	/*max-width: 1230px;*/
	/*max-width: 1366px;*/
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
	padding-bottom: 96px;
	/*overflow: hidden;*/
	/*background: #fafbfc;*/
}
.home #primary,
.page-template-front-page #primary,
.page-template-page-marf #primary{
	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;
}
.header-wr {
	/*height: 80px;*/
	/*height: 112px;*/
}

.site-branding{
/*	width: 52px;
min-width: 52px;*/
}

.header-text {

	position: absolute;
	font-size: 12px;
	font-weight: 400;
	line-height: 13px;
	letter-spacing: 0em;
	text-align: left;
	color: #ffffff;
	margin-left: 12px;
	max-width: 145px;
	left: 80px;
	bottom: -9px;
	background: #037fff;
	padding: 2px 10px;
	border-radius: 6px;
}
.header-text3{
	position: absolute;
	font-size: 12px;
	font-weight: 400;
	line-height: 13px;
	letter-spacing: 0em;
	text-align: left;
	color: #ffffff;
	margin-left: 12px;
	/* max-width: 228px; */
	width: 277px;
	left: 0;
	top: 68px;
	background: #3e9dffba;
	padding: 5px 10px;
	/* border-radius: 6px; */
	text-transform: uppercase;
}
.header-text2{
	position: absolute;
	font-size: 12px;
	font-weight: 400;
	line-height: 13px;
	letter-spacing: 0em;
	text-align: left;
	color: #ffffff;
	margin-left: 12px;
	/* max-width: 228px; */
	width: 277px;
	left: 0;
	top: -28px;
	background: #3e9dffba;
	padding: 5px 10px;
	/* border-radius: 6px; */
	text-transform: uppercase;
}
.header-text span{

	color  #0F1DDE;
	font-size: 18px;
	font-weight: 600;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
	display: block;
	margin-bottom: 4px;
}
.header-l1{
	/*background: #FFFFFF;*/
	position: relative;
	z-index: 101;
	/*padding-top: 13px;*/
	/*padding-bottom: 13px;*/

	/*border-bottom: 1px solid #E6E6E6;*/
}

#masthead{
	position: relative;
	z-index: 8;
	/*height: 392px;*/
	/*height: 492px;*/
	height: 600px;
}
/*#masthead.topmen .header-l1,*/
#masthead.topmen   .header-wr {
	position: fixed;
	width: 100%;
	background: #FFFFFF;
	top: 0px;
	left: 0;
	z-index: 100;
	transition: all 0.3s;

	box-shadow: 0px 4px 4px rgb(0 0 0 / 20%);
}
#masthead.topmen .header-l3,
#masthead.topmen .header-l4,
#masthead.topmen .header-l2{
	display: none;
}
#masthead.topmen .header-l5 .mcategory-i__img{
	display: none;
}
.header-tel-in{
	display: flex;
	/*margin-bottom: 8px;*/
}
.header-tel-wr{
	text-align: right;
	font-size: 0;
}
.header-tel{
	color: #0D0D0D;
	font-size: 18px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: right;




	display: inline-block;
	margin-left: 4px;
}
.header-tel:before{
	content: url(assets/image/phone-call2.svg) ;

	margin-right: 4px;
}
.header-time{
	display: block;

	font-size: 14px;
	font-weight: 300;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: right;
	margin-top: 10px;
	color:  #3C3C3C;

}
/*.header-btn{
	color: #FFF;
	margin-right: 80px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;  
	color: #333;
	border-radius: 8px;
	border: 1px solid #333;
	padding: 19px 18px;
	cursor: pointer;
	}*/
	/*.header-btn:hover{
		color: #fff !important;
		background: #1E3F31;
		}*/
		#masthead.topmen  .header-btn{

		}

		.header-l3{
			height: 340px;
			padding-top: 40px;
			background: url(assets/image/bg_top.jpg) no-repeat center;
			-webkit-background-size: cover;
			background-size: cover;

			/*margin-top: -73px;*/
		}
		.header-l3-in{
			position: relative;
			height: 100%;
		}
		.header-l3__img{
			position: absolute;
			right: 0;
			/*bottom: -30px;*/
			bottom: -10px;
		}
		.header-l3-c{
			margin: 0 auto;
			width: 400px;
			text-align: center;
		}

		.header-l3-c1{
			font-style: normal;
			font-weight: 600;
			font-size: 16px;
			line-height: 130%;
			color: #fff;
			margin-bottom: 6px;
			text-transform: uppercase;
			color: #ef0c0c;
		}
		.header-l3-c1 span{
			font-size: 18px;
		}
		.header-l3-c2{
			font-style: normal;
			font-weight: 500;
			font-size: 15px;
			line-height: 130%;
			color: #000;
			margin-bottom: 6px;
			text-transform: uppercase;
		}
		.header-l3-c3{
			font-style: normal;
			font-weight: 600;
			font-size: 18px;
			line-height: 130%;
			color: #fff;
			margin-bottom: 6px;
			text-transform: uppercase;
			color: #ef0c0c;
			display: inline-block;
		}
		.header-l3-c4{
			font-style: normal;
			font-weight: 600;
			font-size: 14px;
			line-height: 130%;
			color: #fff;
			margin-bottom: 6px;
			text-transform: uppercase;
			color: #ef0c0c;

		}
		.header-l3-c5{
			margin-top: 10px;
		}
		.header-l4{
			background: var(--color1);
		}
		.header-l4-in{
			display: flex;
			align-items: center;
			justify-content: space-between;
		}
		.header-l5-in{
			/*border: 1px solid #00000012;*/
			/*box-shadow: rgb(0 0 0 / 8%) 0px 2px 3px -1px, rgb(0 0 0 / 6%) 0px 4px 11px -2px;*/
			/*padding: 6px;*/
			text-align: center;
			margin-top: 6px;
			display: flex;
			gap: 5px;
		}
		.mcategory-i {
			padding: 4px;
			color: #000;
			background: #e7e7e7;
			/*background: #e7e7e7;*/
			width: 100%;
		}
		.mcategory-i__img{
			width: 100%;
			height: 92px;
			display: block;
		}
		.mcategory-i img{
			-o-object-fit: cover;
			object-fit: cover;
			width: 100%;
			height: 100%;
		}
		.mcategory-title{
			text-align: center;
			font-size: 12px;
			font-weight: 500;
		}
		.mcategory-i:hover{
			background: #d90429;
			color: #fff;
		}
		.top_menu a {
			font-style: normal;
			font-weight: normal;
			font-size: 14px;
			line-height: 20px;
			display: flex;
			align-items: center;
			color: #fff;
	/*		padding-top: 16px;
			padding-bottom: 16px;
			padding-left: 20px;
			padding-right: 20px;*/
			padding: 6px  14px ; 
			display: block;
			position: relative;
			transition: all 0.3s;
		}
		.top_menu a:hover{
			color: var(--color2) ;
		}
		.header-zv2{
			margin-left: auto;
		}
		.header-mes{
			margin-left: 16px;
			color: #fff;
			display: inline-block;
			margin-right: 0;

			position: relative;
			z-index: 3;
			text-decoration: underline;
		}
		.header-mes:hover{
			color: var(--color2) ;
		}
		#top_menu{
			margin-right: auto;
		}
		.header-l2{
			position: relative;
			z-index: 3;
			background: #fff;
			border-bottom: 1px solid #E6E6E6;
			border-top: 1px solid #E6E6E6;
		}
		.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;
			position: relative;

		}
		.main-navigation ul{
			justify-content: space-between;
		}
		.main-navigation li > a{
			position: relative;

			color: #333;

			font-size: 15px;
			font-style: normal;
			font-weight: 500;
			line-height: 100%; /* 15px */

			/*padding-left: 25px;*/
			/*padding-right: 25px;*/
			padding: 32px 18px;
			display: block;
			position: relative;
			transition: all 0.3s;
			text-align: center;
		}
		.main-navigation a:hover{
			color: var(--color1) !important;
		}
		.main-navigation ul{

		}
		#masthead.topmen .main-navigation a{
			padding: 20px 30px;
		}
		.main-navigation li a:before{
			position: absolute;
			content: '';
			bottom: -2px;
			left: 25%;
			right:  25%;
			width: 50%;
			height: 2px;
			background-color: var(--color1);
			-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::before{
			-webkit-transform: scalex(1);
			-ms-transform: scalex(1);
			transform: scalex(1);
		}
		/*.menu-item-has-children:after */
		.menu-item-has-children>a:after
		{
			/*position: absolute;*/
			content: '';
			display: inline-block;
			width: 6px;
			height: 6px;
			border-right: 1px solid  #0B0D13;
			border-bottom: 1px solid  #0B0D13;
			/*top: 46%;*/
			/*right: 18px;;*/
			transform: rotate( 
				45deg
				);
			transition: all 0.3s;

			margin-left: 4px;

			position: relative;
			top: -2px;
		}
		.mone {
			position: relative;

			/*padding-top: 120px;*/
			/*padding-bottom: 100px;*/

			/*height: 540px;*/
			height: 86vh;
			/*background: #000;*/

			background: url(assets/image/bg22.jpg) no-repeat center;
			-webkit-background-size: cover;
			background-size: cover;
			position: relative;
			z-index: 5;
			/*background-color: #2A5443;*/
		}
		.mone p{
			margin: 0;
		}
		.mone:before{
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: rgb(77 0 255 / 29%);
		}
		.mone-in{
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			flex-direction: row;
			flex-wrap: nowrap;
			-webkit-box-pack: center;
			/* justify-content: flex-start; */
			justify-content: center;
			align-content: center;
			height: 100%;
			position: relative;
			z-index: 2;
			-webkit-box-align: start;
			align-items: center;
			/* max-width: 650px; */
			width: 100%;
		}
		.mone-l{
			display: block;
			width: 100%;
		}

		.mone-l1 b{
			color: #ffc924;

		}


		.mone-l2 {
			color: #FFF;

			font-size: 60px;
			font-style: normal;
			font-weight: 700;
			line-height: 80%; /* 48px */
			position: relative;
		}
		.mone-l2:before{
/*	content: url(assets/image/br/st1.png) ;
	position: absolute;
	left: -240px;
	top: -27px;*/
}
.mone-l2 b{

	color: #ffc924;
}

.mone-l1 {
	color: #fff;
	font-weight: 500;
	font-size:  72px;
	font-style: normal;

	line-height: 120%;
	margin-bottom: 30px;


	/*max-width: 610px;*/
	max-width: 710px;

}
.mone-l1 span{
	color: #0F1DDE ;

	font-weight: 500;

}


.mone-l2 {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	margin-bottom: 40px;
	margin-top: 0;
	max-width: 570px;
	margin-bottom: 32px;
	margin-top: 0;
	position: relative;
}
.mone-l2:before{
/*	content: url(assets/image/sdf.svg) ;
	position: absolute;
	left: 0;
	top: 0;*/
}
.mone-l2 b{
	font-weight: 500;
}
.mone-l3 {
	width: 275px;
	text-align: center;
	margin-top: 40px;
}
.mone-l4{
	display: flex;
	margin-top: 80px;
	gap: 40px;
}


.title-v1{
	color: #333;

/*	font-size: 50px;
 
margin-bottom: 50px;*/

font-size: 30px;
font-style: normal;
font-weight: 400;
/*line-height: 110%;*/
line-height:  0 ;
margin-bottom: 24px;


border-bottom: 2px solid #000;


display: flex;

align-items: center;
justify-content: space-between;
}
.title-v1 p{
	margin: 0;
}
.title-v1 b{
	font-weight: 400;
	/*color: #E2A725;*/
	color: #2A5443;
}
.title-v1 span{
	padding: 8px 15px;
	font-size: 13px;

	display: inline-block;
	margin-bottom: 1px;

	color: #fff;
	background:#333;

	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.title-v11{
	margin-bottom: 8px;
}
.title-v2{

	color: #333;

	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 30.8px */
	margin-bottom: 50px;
}
.title-v3{
	background: #e7e7e7;
	padding: 7px 14px;
	margin-bottom: 8px;
	color: #000;
	font-weight: 500;
}
.relpos{
	position: relative;
}
.sect{
	padding-top: 50px;
	padding-bottom: 50px;

}
/*=====================*/
.btn-v1{
	display: inline-block;

/*	display: flex;
	align-items: center;
	justify-content: center;*/

	position: relative;
	color: #000;

	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */

	text-decoration: none;

	padding: 22px 34px;
	cursor: pointer;

	overflow: hidden;

	border-radius: 8px;
	background:  var(--color2);
}
.btn-v1:hover{
	color: #FFFFFF;
	background: var(--color1);
}

.btn-v1:active{
	/*color: #FFFFFF;*/
	/*background: #0D19C3;*/
}
.btn-v2 {

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

	position: relative;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;*/
	text-decoration: none;


	cursor: pointer;
	text-align: center;




	color: #FFF;

	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; 


	padding: 17px 34px;

	overflow: hidden;
	border-radius: 8px;
	background: var(--color1);
	display: inline-block;
}
.btn-v2:hover,
.wpcf7 .wpcf7-submit:hover{
	color: #000;
	background: var(--color2);

}
.btn-v2:active{
	/*color: #FFFFFF;*/
	/*border: 1px solid  #0D19C3;*/
	/*background: #0D19C3;*/
}
.btn-v4, .form-submit input[type="submit"],
.wpcf7 .wpcf7-submit
{
	display: inline-block;


	position: relative;
	color: #fff;

	font-size: 16px;
	font-style: normal;
	font-weight:  500;
	line-height: 100%; /* 16px */

	text-decoration: none;

	padding: 16px 36px;
	/*padding: 14px 20px;*/
	cursor: pointer;

	overflow: hidden;
	text-transform: uppercase;

	background: #ef0c0c;
	border: 1px solid #ef0c0c;
}
.btn-v4:hover, .wpcf7 .wpcf7-submit:hover,  .form-submit input[type="submit"]:hover{
	color: #ef0c0c;
	background: #fff;
}
.form-submit input[type="submit"],
.wpcf7 .wpcf7-submit{
	padding: 14px 20px;
	text-transform: none;
}
.title-btn{
	position: absolute;
	top: -5px;
	right: 15px;
	padding: 17px 20px;
}
/*=====================*/
.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);
  }
  .grid-container.col-1{
  	display: flex;
  	/*align-items: flex-start;*/
  	flex-direction: column;
  	grid-template-columns: repeat(1, 1fr);
  }
  /*==============================*/
  .hidden{
  	display: none !important;
  }
  /*=========================*/
  .news-terms{
  	margin-bottom: 18px;
  }
  .news-term-i{
  	display: inline-block;
  	/*padding: 2px 14px;*/
  	/*background-color:#037fff;*/
  	/* box-shadow: 0px 0px 125px rgb(25 25 25 / 10%); */
  	/*box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%);*/
  	/*border-radius: 20px;*/
  	/*color: #fff;*/
  	margin-bottom: 6px;
  	margin-right: 14px;
  	padding-right: 14px;
  	color: #1d1d1f;
  }
  .news-term-i:hover{
  	/*background: #ffc924;*/
  	/*box-shadow: 0px 0px;*/
  	/*color: #000;*/
  	color:#037fff;

  }
  .news-term-i.current{
  	/*background: #ffc924;
  	box-shadow: 0px 0px;
  	color: #000;*/
  	color:#037fff;	
  }
  .news-term-i:not(:last-child){
  	border-right: 1px solid #bdbdbd;

  }
  /*=========================*/
  .header-soc {
  	display: flex;
  	gap: 8px;
  	margin: 0 auto;
  }
  .header-rait{
  	margin-left: 32px;
  	margin-right: auto;
  	margin-top: -9px;
  }
  .mtwo-in{
  	display: grid;
  	/*max-height: 420px;*/
  	grid-column-gap: 2px;
  	grid-row-gap: 2px;
  	grid-template-columns: 50% 1fr 1fr;
  }
  .mtwo-in .art-st2:first-child {
  	grid-column-start: 1;
  	grid-row-start: 1;
  	grid-row-end: 3;
  }
  .mtwo{
  	/*margin-top: -120px;*/
  	position: relative;
  	z-index: 7;
  	padding-top: 40px;
  }
  /*============================*/
  .art-st2{
  	max-height: 420px;
  	position: relative;

  	height: 100%;
  }
  .art-st2:first-child  > a{
  	height: calc(100% + 2px);
  }
  .art-st2  > a{
  	height: calc(420px/2);
  	display: block;
  	overflow: hidden;
  }

  .art-st-img2{
  	height: 100%;
  }
  .art-st2:first-child .art-st-img2  img{
  	min-height: 420px;


  }
  .art-st-img2  img{
  	width: 100%;
  	object-fit: cover;
  	height: 100%;
  	transform: scale(1);
  	transition: 310ms;
  }
  .art-down2{
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	z-index: 2;
  	width: 100%;

  	padding: 24px;

  }
  .art-st2:first-child .art-down2{
  	padding: 42px;
  }
  .art-st2:hover .art-down__title2{
  	color: #ffc924;
  }
  .art-st2:hover img{
  	transform: scale(1.2);
  }

  .art-down__title2{
  	font-style: normal;
  	font-weight: 500;
  	font-size: 18px;
  	line-height: 130%;

  	color: #fff;
  	margin-bottom: 6px;
  }
  .art-st2:first-child .art-down__title2{
  	font-size: 24px;
  	margin-bottom: 16px;
  }
  .art-st2 .anoter-content-date{
  	font-size: 14px;
  	color: #e8e8e8;
  	justify-content: flex-start;
  }
  .art-st2 .art-st_view{
  	margin-left: 8px;
  	color: #e8e8e8;
  }
  .art-st-img2:before {
  	content: '';
  	background: linear-gradient(to bottom,rgba(0,0,0,.01) 30%,#000 70%);
  	opacity: .6;
  	height: 100%;

  	bottom: 0;
  	content: "";
  	display: block;
  	width: 100%;
  	position: absolute;
  	z-index: 1;
  }
  .art-st2  .art-down__category{
  	margin-top: 8px;

  }
  .ano-line .art-down__category{
  	margin-left: 6px;
  }
  .art-down__category span{
  	font-style: normal;
  	font-weight: 400;
  	font-size: 14px;
  	line-height: 1.4;
  	margin-bottom: 3px;
  	color: #FFFFFF;
  	display: inline-block;
  	vertical-align: top;
  	margin-right: 6px;
  	padding: 4px 9px;
  	background: #037fff;
  	border-radius: 25px;
  }
  /*====================================*/
  .art-st {

  }
  .art-st:hover .art-down__title,
  .art-excurs:hover .art-down__title,
  .art-st3:hover .art-down__title3{
  	color: #037fff;
  }
  .art-post{
  	height: 80%;
  	display: block;
  }

  .art-st-img {
  	height: 100%;


  }
  .art-st3:not(:last-child){
  	padding-bottom: 20px;
  	border-bottom: 1px solid #dddddd;
  }

  .art-st-img ,
  .mthree-in .art-st:first-child .art-st-img ,
  .mfive-i__img{
  	max-width: 373px !important;
  	max-height: 249px !important;
  	/*max-height: 222px !important;*/
  }
  .art-st-img  img{
  	width: 100%;
  	object-fit: cover;
  	height: 100%;


  }
  .art-down {
  	padding-top: 8px;
  }
  .art-down__title {
  	font-style: normal;
  	font-weight: 500;
  	font-size: 18px;
  	line-height: 130%;
  	/*margin-bottom: 16px;*/
  	color: #1d1d1f;
  	height: 44px;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  }
  .anoter-content-date {
  	font-size: 14px;
  	color: #9b9b9b;
  	display: flex;
  	/*justify-content: space-between;*/
  	justify-content: flex-start;

  }
  /*====================================*/
  .singlst{
  	display: flex;
  	gap: 24px;
  	padding-top: 24px;
  	justify-content: space-between;
  }
  .mthree   .singlst{
  	padding-top: 0;
  }
  .singlst-l{
  	width: calc(100% - 326px);
  	border-right: 1px solid #c7c7c7;
  	padding-right: 24px;
  }
  .singlst-r{
  	min-width: 326px;
  	width: 326px;

  }
  .singlst-r__bk{
  	margin-bottom: 24px;
  }
  .singlst-r__title{
  	font-style: normal;
  	font-weight: 500;
  	font-size: 22px;
  	line-height: 130%;
  	margin-bottom: 16px; 
  	color: #1d1d1f;
  }
  .ano-line{
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  }
  .art-down__category{

  }
  .singlst2{
  	padding-top: 40px;
  }
  .ano-line{
  	margin-bottom: 16px;
  }
  /*====================================*/

  .entry-title, .page-title {
  	font-size: 32px;
  	/*margin-bottom: 40px;*/
  	margin-bottom: 28px;
  }
  .single-post .entry-title{
  	/*margin-bottom: 0;*/
  }
  /*===========================*/
  .singlst-r__bk .art-post{
  	height: auto;
  }
  .singlst-r__bk .art-st-img {
  	/*height: 170px;*/
  }
  /*==============================*/
  #breadcrumbs{
  	margin-top: 0px;
  	margin-bottom: 24px;
  }
  #breadcrumbs span{
  	color: #969696;

  	font-size: 15px;
  	font-style: normal;
  	font-weight: 400;
  	line-height: 100%;
  }
  #breadcrumbs a{
  	color: #333;

  	font-size: 15px;
  	font-style: normal;
  	font-weight: 400;
  	line-height: 100%;
  }
  #breadcrumbs a:hover{
  	color: var(--color1);
  }
  /*=========================*/
  .foot-line2{
  	border-top: 1px solid #eee;
  	margin-top: 30px;
  }
  .foot-line2-in {
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: space-between;
  	/* padding-top: 12px; */
  	/* padding-bottom: 12px; */
  	padding-bottom: 40px;
  	padding-top: 30px;
  }
  #colophon{
  	background: var(--color1);
  	padding-top: 60px;
  }
  .razrab{
  	color: var(--color1) !important;
  }
  .foot-line3-in{
  	display: flex;
  	gap: 4px;
  	justify-content: space-between
  }

  .ft-tt2 {
  	font-style: normal;
  	font-weight: normal;
  	font-size: 16px;
  	line-height: 28px;

  	color: #fff;

  }

  .ft-logo {
  	margin-bottom: 48px;
  }

  .ft-title {
  	font-style: normal;
  	font-weight: 500;
  	font-size: 16px;
  	line-height: 20px;

  	color: #fff;


  	margin-bottom: 16px;
  }

  .ft-tel {
  	font-style: normal;
  	font-weight: 500;
  	font-size: 18px;
  	line-height: 20px;


  	color: #fff;
  	margin-bottom: 5px;
  	display: block;
  }

  .ft-ser2 {
  	font-style: normal;
  	font-weight: normal;
  	font-size: 14px;
  	line-height: 20px;

  	color: #fff;

  }

  .mab12 {
  	margin-bottom: 12px;
  }

  .mab32 {
  	margin-bottom: 32px;
  }

  .ft-mail {
  	font-style: normal;
  	font-weight: normal;
  	font-size: 14px;
  	line-height: 20px;
  	/* identical to box height, or 143% */

  	display: flex;
  	align-items: center;

  	/* Ð¦Ð²ÐµÑ‚ 2 */

  	color: var(--color2);
  }

  .ft-ser_soc-i img {
  	margin-right: 12px;
  }
  .ft-list {
  	margin: 0;
  }

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

  .ft-list li a {
  	font-style: normal;
  	font-weight: normal;
  	font-size: 16px;
  	line-height: 20px;
  	color: #ffffff;
  }

  .ft-list li a:hover {
  	color: var(--color2);
  }
  .foot-line2{
  	color: #fff;
  }
  .kont-up-i__bold {
  	font-style: normal;
  	/*font-weight: 500;*/
  	font-size: 16px;
  	line-height: 24px;
  	color: #fff;
  	/*margin-bottom: 12px;*/
  }
  /*===================================*/
  .art-st3{

  }
  .art-post3{
  	display: flex;
  	gap: 25px;
  }
  .art-st3-l{
  	/*width: 340px;*/
  	/*width: 373px;*/
  	width: 342px;
  	/*min-width: 340px;*/
  	/*min-width: 373px;*/
  	min-width: 342px;
  	display: inline-block;
  }
  .anoter-content-text{
  	color: #0D0D0D;
  }
  .anoter-content-text p{
  	margin-bottom: 0;
  }
  .art-down__title3{
  	font-style: normal;
  	font-weight: 500;
  	/*font-size: 24px;*/
  	font-size: 22px;
  	line-height: 130%;
  	margin-bottom: 16px;
  	color: #1d1d1f;
  }
  .art-st3 .art-st-img {
  	max-height: 216px !important;
  	max-width: 342px !important;

  }
  .mthree-inr .art-st3 .art-down{
  	padding-top: 0;
  	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
  	align-items: stretch;
  	height: 100%;
  }
  .art-st3-r{
  	width: 100%;
  }
  .art-st3 .art-down{
  	padding-top: 0;
  }
  .art-st3.type-dosug .anoter-content-date{
  	display: none;
  }
  /*===================================*/
  .mthree-in{
  	align-items: start;

  	grid-column-gap: 30px;
  }
  .mthree-inr{
  	grid-row-gap: 30px
  }
  .mthree-inr .art-st3-l{
  	width: 110px;
  	min-width: 110px;
  	/*min-height: 108px;*/

  	/*height: 108px;*/
  	height: 74px;
  }
  .mthree-inr .anoter-content-text{
  	display: none;
  }
  .mthree-inr .art-st3{
  	padding-bottom: 0;
  	border-bottom: 0;
  }
  .mthree-inr .art-down__title3 {

  	font-size: 14px;

  	margin-bottom: 10px;

  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
  	overflow: hidden;

  }
  .mthree-inr .anoter-content-date{
  	font-size: 12px;
  }
  .mthree-inr  .art-post3 {

  	gap: 18px;
  }
  .mthree-in .art-st:first-child .art-st-img {

  	/*min-height: 320px;*/
  	/*height: 320px;*/
  	/*height: 230px;*/
  	height: 250px;
  	/*height: auto;*/
  }
  .singlst-bk{
  	margin-bottom: 60px;
  }
  .mfour-up .art-st-img ,
  .mfive-in .art-st-img {
  	/*display: none;*/
  	max-height: 320px;
  	margin-bottom: 16px;
  	height: 270px;
  }
  .mfour-up{
  	margin-bottom: 32px;
  }
  .single-post .singlst-l .post-thumbnail {
  	text-align: center;
  	margin-bottom: 8px;
  }
  .mfour-up .art-down{
  	padding-top: 0;
  }
  .mfour-up .anoter-content-text {

  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  }
  .anoter-content-text{
  	display: -webkit-box;
  	-webkit-line-clamp: 4;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  }
  /*-----------------------------------*/
  .sbk1 .title-v1 span{
  	background: #f00;
  }
  .sbk1 .title-v1{
  	border-bottom: 2px solid #f00;
  }

  .sbk2 .title-v1 span{
  	background: #009bff;
  }
  .sbk2 .title-v1{
  	border-bottom: 2px solid  #009bff;
  }
  .sbk3 .title-v1 span{
  	background: #fdc500;
  }
  .sbk3 .title-v1{
  	border-bottom: 2px solid #fdc500
  }
  .sbk4 .title-v1 span{
  	background: #d90429;
  }
  .sbk4 .title-v1{
  	border-bottom: 2px solid #d90429;
  }
  .sbk5 .title-v1 span{
  	/*background: #ff00d6;*/
  }
  .sbk5 .title-v1{
  	/*border-bottom: 2px solid #ff00d6;*/
  }
  /*-----------------------------------*/
  .post-views.entry-meta>span.post-views-icon.dashicons{
  	display: none;
  }
  .art-st_view{
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	color: #565656;
  }
  /*-----------------------------------*/
  .title-v1__menu{

  }
  .title-v1__menu-i{
  	display: inline-block;
  	vertical-align: top;
  	margin-left: 14px;
  	color: #999;
  	font-size: 13px;

  }
  /*-----------------------------------*/
  .comment-form-url{
  	display: none;
  }
  .comment-form-author,
  .comment-form-email{
  	display: inline-block;
  	vertical-align: top;
  	width: 49%;
  	margin-bottom: 0;
  }
  .comments-title{
  	font-weight: 400;
  	/*margin-bottom: 24px;*/
  }
  .comment-list{
  	margin: 0;
  	padding: 0;
  	margin-bottom: 24px;
  }
  .comment-meta{
  	display: flex;
  }
  .comment-author{

  }
  .comment-author img{
  	margin-right: 18px;
  }
  .comment-author  .fn{
  	font-size: 14px;
  	font-weight: normal;
  }
  .comment-meta time{
  	font-size: 13px;
  	color: #838383;
  	margin-top: 5px;
  	display: inline-block;
  	margin-left: 4px;
  } 
  .comment-content{
  	margin-left: 52px;
  	border-bottom: 1px solid #e8e8e8;
  	/*padding-bottom: 24px;*/
  }
  .comment-list .comment {
  	margin-top: 28px;
  }
  .art-st_com{
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	gap: 4px;
  	margin-left: 12px;
  	/*margin-right: auto;*/
  	margin-right: 12px;
  }
  .art-st_com svg{
  	width: 12px;
  	height: 12px;
  }
  /*-----------------------------------*/
  .mfive-i:hover  .mfive-i__title{
  	color: #037fff;
  }
  .mfive-i__img{
  	max-height: 320px;
  	margin-bottom: 16px;
  	height: 270px;

  	position: relative;
  }
  .mfive-i__img img{
  	width: 100%;
  	object-fit: cover;
  	height: 100%;
  }
  .mfive-i__title{
  	font-style: normal;
  	font-weight: 500;
  	font-size: 18px;
  	line-height: 130%;
  	/* margin-bottom: 16px; */
  	color: #ffffff;
  	position: absolute;
  	bottom: 15px;
  	left: 20px;
  	z-index: 2;
  }
  .archive-description{
  	margin-top: 40px;
  	margin-bottom: 40px;
  }
  /*-----------------------------------*/
  .msix-i{
  	height: 420px;
  	overflow: hidden;

  	position: relative;
  }
  .msix-i:hover img {
  	transform: scale(1.2);
  }
  .msix-i:before {
  	content: '';
  	background: linear-gradient(to bottom,rgba(0,0,0,.01) 30%,#000 70%);
  	opacity: .6;
  	height: 100%;
  	bottom: 0;
  	content: "";
  	display: block;
  	width: 100%;
  	position: absolute;
  	z-index: 1;
  }
  .msix-i img {
  	width: 100%;
  	object-fit: cover;
  	height: 100%;
  	transform: scale(1);
  	transition: 310ms;
  }
  .msix-i__title{
  	font-style: normal;
  	font-weight: 500;
  	font-size: 24px;
  	line-height: 130%;
  	color: #fff;

  	position: absolute;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	text-align: center;
  	padding: 24px;
  	z-index: 2;
  }
  /*-----------------------------------*/
  .alm-listing .alm-reveal {
  	display: flex;

  	flex-direction: column;
  	grid-column-gap: 20px;
  	grid-row-gap: 20px;

  }
  /*-----------------------------------*/
  #primary-menu{
  	position: relative;
  }
  #menu-item-118,
  #menu-item-181,
  #menu-item-505,
  /*#menu-item-63,*/
  #menu-item-115{
  	position: static;
  }
  #menu-item-118:hover .sub-menu,
  #menu-item-505:hover .sub-menu,
  #menu-item-181:hover .sub-menu,
  /*#menu-item-63:hover .sub-menu,*/
  #menu-item-115:hover .sub-menu{
  	left: 0;
  	width: 100%;
  	display: flex;
  	flex-direction: row;
  }
  #menu-item-118 .sub-menu,
  #menu-item-505 .sub-menu,
  #menu-item-181 .sub-menu,
  #menu-item-115 .sub-menu{
  	width: 100%;
  }
  .menu-lv3{
  	/*width: 100%;*/
  	width: 75%;
  	padding: 40px;
  }
  .sub-menu__left{
  	width: 25%;
  	padding: 40px;
  	padding-top: 35px;
  	border-right: 1px solid #e2e2e2;
  }
  .type-zilye .anoter-content-date {
  	display: none;
  }
  .menu-lv3  .anoter-content-text{
  	display: none;
  }
  .menu-lv3bk{
  	display: flex;
  	gap: 24px;
  }
  .menu-lv3-l,
  .menu-lv3-r{
  	width: 50%;
  }
  .menu-lv3__title{
  	font-style: normal;
  	font-weight: 500;
  	font-size: 18px;
  	line-height: 130%;
  	margin-bottom: 16px;
  	color: #1d1d1f;
  }
  /*-----------------------------------*/
  .art-excurs .art-post{
  	height: auto;
  }
  .art-excurs{
  	position: relative;
  	/*margin-bottom: 16px;*/
  	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  	/*border-radius: 8px;*/
  	overflow: hidden;
  }
  .art-excurs .art-st-img {
  	height: 250px;
  	width: 100% !important;
  	max-width: none !important;
  }

  .excurs__down-i{
  	display: flex;
  	justify-content: space-between;
  	align-items: center;
  	font-style: normal;
  	font-weight: 500;
  	font-size: 16px;
  	line-height: 130%;
  	/* margin-bottom: 16px; */
  	color: #1d1d1f;
  	margin-bottom: 4px;
  }
  .excurs__down-i__znach{
  	font-weight: normal;
  }
  .art-excurs .art-down__title{
  	margin-bottom: 12px;
  	margin-top: 6px;

  }
  .excurs__down-price{
 /* 	text-align: center;
  	font-weight: 500;
  	font-size: 22px;
  	line-height: 130%;
  	color: red;*/

  	text-align: center;
  	font-weight: 500;
  	font-size: 16px;
  	line-height: 130%;
  	/* margin-bottom: 16px; */
  	color: white;
  	position: absolute;
  	left: 9px;
  	top: 8px;
  	/*background: #037fff;*/
  	padding: 4px 10px;

  	background: #ff0303;
  }
  .art-excurs .art-down {

  	padding: 12px;
  }
  /*-----------------------------------*/
  body .slick-arrow{
  	background: #FFFFFF;
  	box-shadow: 0px 4px 10px rgba(67, 121, 226, 0.19);
  	transform: matrix(-1, 0, 0, 1, 0, 0);

  	width: 37px;
  	height: 37px;
  	border-radius: 100%;
  	z-index: 10;
  	outline: 0;

  	border: 0;
  	cursor: pointer;
  	transition: all 0.5s;
  	top: 38%;
  	z-index: 4;
  }
  body  .slick-arrow:hover{
  	box-shadow: 0px 0px 0px rgba(67, 121, 226, 0.19);
  	background: #365EDC;
  }
  body  .slick-arrow:hover:before{
  	border-right: 1.5px solid #fff;
  	border-bottom: 1.5px solid #fff;
  }
  body  .slick-arrow:active{

  	/*box-shadow: inset 0px 4px 10px rgba(67, 121, 226, 0.19);*/
  	box-shadow: inset 0px 4px 10px rgb(255 255 255 / 44%);
  }
  body  .slick-prev:before{
  	position: absolute;
  	content: '';
  	display: inline-block;
  	width: 8px;
  	height: 8px;
  	border-right: 1.5px solid #002F9C;
  	border-bottom: 1.5px solid #002F9C;
  	transform: rotate(-45deg);
  	right: 16px;
  	top: 15px;
  	transition: all 0.3s;
  }
  body  .slick-next:before{
  	position: absolute;
  	content: '';
  	display: inline-block;
  	width: 8px;
  	height: 8px;
  	border-right: 1.5px solid #002F9C;
  	border-bottom: 1.5px solid #002F9C;
  	transform: rotate(135deg);
  	right: 13px;

  	top: 15px;
  	transition: all 0.3s;
  }
  .sub-menu .slick-next{
  	right: 3px;
  }
  /*-----------------------------------*/
  .kartochka__item{
  	display: flex;
  	/* margin: 16px; */
  	margin-bottom: 40px;

  }
  .kartochka__item span{
  	margin-right: 8px;
  	font-size: 1.17em;
  	font-weight: bold;
  }
  .single-otdyh .singlst-l .excurs__down .excurs__down-price{
  	position: static;
  	margin-top: 14px;
  }
  /*-----------------------------------*/


  /*==============================*/
  body .pum-theme-7 .pum-title, .pum-theme-lightbox .pum-title{
  	color:  #001E42;

  	font-size: 24px;
  	font-style: normal;
  	font-weight: 500;
  	line-height: 115%;
  	margin-bottom: 12px;
  }
  .fo__title{
  	color:  #001E42;

  	font-size: 16px;
  	font-style: normal;
  	font-weight: 400;
  	line-height: 120%; /* 19.2px */
  }
  .wpcf7-form-control-wrap{
  	width: 100%;
  	display: block;
  	margin-bottom: 16px;
  }
  .wpcf7-form-control-wrap input{
  	border-radius: 8px;
  	border: 2px solid #DCDCDC;
  	background: #FFF;
  	display: block;
  	padding: 15px 20px;
  	width: 100%;

  	font-size: 15px;
  	font-style: normal;
  	font-weight: 400;
  	line-height: 100%;
  }
  .pum-content input[type="submit"]{
  	width: 100%;

  }
  .wpcf7-spinner {
  	position: absolute;
  	right: 0;
  	bottom: 0;
  }
  /*================*/
  .anoter-aut{
  	display: inline-block;
  	margin-right: 6px;
  }
  .single .singlst-l .post-thumbnail{
  	margin-bottom: 8px;
  }
  .ano-line .art-st_view{
  	margin-top: 4px;
  	/*margin-right: auto;*/
  	margin-right: 0px;
  }

  .ano-line .art-st_com{
  	margin-top: 4px;
  	margin-right: auto;
  }
  .page-template-page-exc .alm-btn-wrap .alm-load-more-btn.done{
  	display: none !important;
  }
  .art-down__a{
  	margin-top: 12px;

  	color: #000;
  	/*padding: 12px 26px;*/
  	background: #ffffff;
  	border: 1px solid black;
  	float: right;

  	padding: 8px 15px;


  	font-weight: 400;

  	text-transform: none;
  }
  .art-down__a:hover{
  	color: #fff;

  	background: #ff0000;
  	border: 1px solid red;

  }
  .art-st32.art-st3 .art-st-img{
  	max-width: 342px !important;
  	max-height: 217px !important;
  	overflow: hidden;
  }
  .art-st32.art-st3:hover img {
  	transform: scale(1.2);
  }
  .art-st32.art-st3 img{
  	transform: scale(1 );
  	transition: all 0.3s;
  }
  .art-st32.art-st3 .art-st3-l{
  	width: 342px ;
  	/* min-width: 340px; */
  	min-width: 342px ;
  }
  .art-st32.art-st3   .anoter-content-text{
  	display: -webkit-box;
  	-webkit-line-clamp: 5;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  }
  .art-st32.art-st3:hover .art-down__title3{
  	color: #1d1d1f;
  }
  .m-tabs-btn{
  	cursor: pointer;
  }
  .m-tabs-cont{
  	display: none;
  }

  .m-tabs-cont.active{
  	display: block;
  }
  .m-tabs-btn.active{
  	color: #037fff;
  }
  .r_contact-i{
  	color: #0D0D0D;
  	display: inline-block;
  	margin-bottom: 16px;
  	position: relative;
  	padding-left: 32px;
  }
  .r_contact-i:before{
  	position: absolute;
  	content: '';
  	left: 3px;
  	top: -1px;
  }
  .r_contact-i__adr:before{
  	content: url(assets/image/ico_41.svg);
  }
  .r_contact-i__tel:before{
  	content: url(assets/image/phone-call3.svg);
  }
  .r_contact-i__mail:before{
  	content: url(assets/image/sms-tracking.svg);
  }
  .r_text{
  	text-align: center;
  	margin-bottom: 16px;
  }
  .r_btn{
  	display: block;
  	/* max-width: 147px; */
  	margin: 0 auto;
  	margin-top: 16px;
  	padding: 10px 16px;
  	text-transform: inherit;
  	color: #000;
  	text-align: center;
  	background: #ffffff;
  }
  .r_btn:hover{
  	background: #ff0000;
  	color: #ffffff;
  }
  .r_gallery-i{
  	width: 100%;
  }
  .r_gallery-i:not(:last-child){
  	/*margin-bottom: 8px;*/
  }
  .r_gallery-i__text{
  	font-size: 15px;
  	text-align: center;
  }
  .r_gallery-i__text:not(:last-child){
  	/*margin-bottom: 8px;*/

  	padding-bottom: 10px;
  	border-bottom: 1px solid #dddddd;
  	margin-bottom: 16px;
  }
  .singlst-r__bk3{

  	position: sticky;

  	top: 0;
  }
  .singlst-r__bk3 .mthree-inr{
  	margin-top: 16px;
  }
  .singlst-r__bk .art-st .art-st-img{
  	height: 194px;

  }
  .ajax-wpr .art-st3 .art-down__title3{
  	height: 48px;
  }
  .ajax-wpr .art-st3   .anoter-content-text{
  	
  	-webkit-line-clamp: 5;
  	
  }
  /*=================================*/
  .jilsl{
  	margin-bottom: 16px;
  }
  .jilsl-i{
  	position: relative;

  	height: 552px !important;
  }
  .jilsl-i img{
  	width: 100%;
  	object-fit: cover;
  	height: 100%;
  }
  .jilsl-i__title{
  	position: absolute;
  	right: 0;
  	top: 0;
  	display: inline-block;
  	background: #000;
  	color: #fff;
  	padding: 4px 29px;
  }
  .jilsl__down{
  	margin: 0;
  	display: flex;
  	margin-top: 12px;
  	gap: 8px;
  }
  .jilsl__down-i{
  	position: relative;
  	height: 130px;
  	padding: 4px;
  	background: #d0d0d0;
  	width: 20%;
  	cursor: pointer;
  }
  .jilsl__down-i img{
  	width: 100%;
  	object-fit: cover;
  	height: 100%;
  }
  .jilsl__down-i span{
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	/*background: #d0d0d0;*/
  	background: #e7e7e7;
  	padding: 4px;
  	color: #000;
  	text-align: center;
  	font-size: 14px;
  }
  .jilsl__down-i.all{
  	position: relative;
  	/*width: 150px;*/
  	/*height: 150px;*/
  	height: 130px;
  	width: 20%;
  	background: #bfbfbf;
  }
  .jilsl__up{
  	margin-bottom: 0 !important;
  }
  .slider-paging-number{
  	margin: 0;
  	text-align: center;
  }
  .slider-paging-number li{
  	display: none;
  }
  .slider-paging-number li.slick-active{
  	display: inline-block;
  }
  .jilsl__up .slick-dots{
  	position: absolute;
  	right: 0;
  	bottom: 0;
  	width: auto;
  	display: inline-block;
  	background: #00000073;
  	color: #fff;
  	padding: 4px 29px;
  	margin: 0;
  }

  .jilsl__up .slick-dots  li{
  	display: none;
  }
  .jilsl__up .slick-dots li.slick-active{
  	display: inline-block;
  	padding: 0;
  	color: #fff;
  	margin: 0;
  	width: auto;
  }

  .jilsl__down .slick-track{
  	transform: none !important;
  	width: 100% !important;

  	display: flex  !important;
  	gap: 6px !important;
  	justify-content: flex-start;
  	flex-wrap: wrap;

  }
  .jilsl__down .slick-track > div{
  	position: relative;
  }
  .jilsl__down  .slick-track:before,
  .jilsl__down  .slick-track:after {
  	display: none !important;
  }
/*  .jilsl__down .fil0{
  	display: none  !important;
  }
  .jilsl__down .fil0:first-child{
  	display: block  !important;
  }
  .jilsl__down .fil1{
  	display: none  !important;
  }
  .jilsl__down .fil1:first-child{
  	display: block  !important;
  }
  .jilsl__down .fil2{
  	display: none  !important;
  }
  .jilsl__down .fil2:first-child{
  	display: block  !important;
  }
  */
  .jilsl__down .jilsl__down-i{
  	display: none  !important;
  	width: 154px;
  	height: 132px;
  	float: none;

  	max-width: 154px;
  	max-height: 132px;
  }
  .jilsl__down .jilsl__down-i.slick-current{
  	display: block !important;
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  }
  .jilsl__down-i:not(.slick-current):first-child{
  	display: block  !important;

  	/*display: none  !important;*/
  /*	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;*/

  }
  .jilsl__down-i.slick-current:first-child{
  	position: relative;
  }
  /*.jilsl__down .jilsl__down-i.slick-current:after{
  	content: '';
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
     height: 10px;
    background: #4caf50;
    }*/
    .jilsl__down .jilsl__down-i.slick-current span{
    	color: #fff;
    	background: rgba(33,150,243,.85);
    }
    body  .jilsl__up .slick-arrow{
    	top: 47%;

    	background: transparent;
    }
    body  .jilsl__up  .slick-prev{
    	left: 0;
    } 

    body  .jilsl__up .slick-next{
    	right: 0;
    }
    body  .jilsl__up .slick-arrow:before {

    	border-right: 2px solid #fff;
    	border-bottom: 2px solid #fff;

    }
    .jilsl-i__text{
    	position: absolute;
    	left: 0;
    	bottom: 0;
    	display: inline-block;
    	background: #2b2b2b5c;
    	color: #fff;
    	padding: 4px 29px;
    	max-width: 100%;
    	font-size: 15px;
    }

    /*===========================*/
    .singl-jil__price{
    	display: flex;
    	gap: 5px;
    	    background: #e7e7e7;
    	padding: 5px;
    }
    .singl-jil__price-col{
    	width: 16%;
    	display: flex;
    	gap: 5px;
    	flex-direction: column;
    }
    .singl-jil__price-i{
    	/*	background: #e0e0e0;*/
    	font-size: 15px;
    	color: #000;
    	text-align: center;
    	background: #fdfdfd;
    }
    .singl-jil__ep{
    	position: relative;
    	margin-bottom: 8px;
    }
    .singl-jil__ep  .entry-title{
    	margin-bottom: 4px;
    }
    .singl-jil__rayon{
    	font-weight: 400;
    }
    .singl-jil__rayon span{
    	font-weight: 600;
    }
    .singl-jil__minopis{
    	font-weight: 600;
    	position: absolute;
    	right: 0;
    	top: 28px;
    	text-align: right;
    	font-size: 12px;
    	/*max-width: 304px;*/
    	text-transform: uppercase;
    }
    .singl-jil__more{
    	font-weight: 400;
    	position: absolute;
    	right: 0;
    	bottom: 4px;
    	font-size: 12px;
    	max-width: 304px;
    	text-transform: uppercase;
    }
    .singl-jil__more span{
    	font-weight: 600;
    }
    .zilye .singlst-l .singlst-bk {
    	margin-bottom: 24px;
    }
    .singl-jil__info-l{
    	display: flex;
    	font-size: 14px;
    }
    .singl-jil__info-i{
    	font-weight: 500;
    	
    }
    .singl-jil__info-i p{
    	margin: 0;
    	padding: 0;
    }
    .singl-jil__info-i:nth-child(1){
    	order: 1;
    	display: flex;
    	/*align-items: flex-end;*/
    	align-items: flex-start;
    }
    .singl-jil__info-i:nth-child(2){
    	order: 3;
    	max-width: 70%;
    	text-align: right;
    }
    .singl-jil__info-l:after {
    	content: '';
    	/* position: absolute; */
    	border-bottom: 1px dotted #ccc;
    	flex-grow: 1;
    	order: 2;
    	margin: 0 2px;
    	left: 0;
    	bottom: 0;
    	/* width: 100%; */
    	margin-bottom: 2px;
    	/* width: 100%; */
    }
    .singl-jil__title{
    	height: auto;
    	margin-bottom: 6px;
    }
    .singl-jil__pr{
    	font-weight: 500;
    	margin-top: 0px;
    	font-size: 13px;
    }
    .singl-jil__abt{
    	display: inline-block;
    	margin: 0 auto;
    	/*margin-top: 28px;*/
    	padding: 10px 16px;
    	text-transform: inherit;
    	color: #000;
    	text-align: center;
    	background: #ffffff;

    	/*position: relative;*/

    	position: absolute;
    	left: 22%;
    	bottom: 0;
    	font-size: 16px;
    	font-style: normal;
    	font-weight: 500;
    	line-height: 100%;
    	text-decoration: none;

    	cursor: pointer;
    	overflow: hidden;
    	text-transform: uppercase;

    	border: 1px solid #ef0c0c;
    }
    .singl-jil__abt:hover{
    	background: #ff0000;
    	color: #ffffff;

    }
    /*===============================*/
    .art-jil .singl-jil__info-l:after{
    	display: none;
    }
    .art-jil .singl-jil__info-l {
    	gap: 5px;
    	text-transform: uppercase;
    	font-size: 11px;
    }
    .art-jil .jilsl-i__title {

    	padding: 3px 14px;
    	font-size: 12px;
    }
    .art-jil .singl-jil__info-i:nth-child(1) {

    	min-width: 170px;

    }
    .art-jil .art-st3-l{
    	width: 375px;

    	min-width: 375px;
    }
    .art-jil{
    	box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    	margin-bottom: 8px;
    }
    .art-jil-post .jilsl {
    	margin-bottom: 0;
    }
    .art-jil-post{
    	display: flex;
    }
    .singl-jil__map {
    	position: relative;
    	padding-left: 32px;
    }
    .singl-jil__map:before{
    	content: url(assets/image/ico_41.svg);
    	position: absolute;

    	left: 7px;
    	top: -1px;
    }
    .art-jil__title{
    	position: absolute;
    	left: 15px;
    	top: 15px;
    	background: red;
    	color: #fff;
    	z-index: 2;
    	padding: 0px 5px;

    }
    .art-st3-l {
    	position: relative;
    }
    .art-jil .jilsl-i {

    	height: 275px !important; 
    }
    .art-st3-rr{
    	min-width: 210px;
    	border-left: 1px solid #c7c7c7;
    	padding-left: 20px;

    	margin-top: 8px;
    	margin-bottom: 8px;
    	padding-right: 8px;
    	text-align: center;

    	position: relative;
    }
    .art-st3-rr__title{
    	margin-bottom: 8px;
    	font-weight: 500;
    }
    .art-jil  .singl-jil__price {

    	flex-direction: column;

    }
    .art-jil .singl-jil__price{
    	background: none;
    	padding: 0;
    }
    .art-jil .singl-jil__price-col {
    	width: 100%;
    	gap: 0;
    	flex-direction: row;
    	justify-content: space-between;
    }
    .art-jil .jilsl__down .jilsl__down-i {

    	max-width: 131px;
    	max-height: 110px;
    }
    .art-jil .singl-jil__price-i {
    	white-space: nowrap;
    	font-size: 14px;
    	background: none;
    }
    .art-jil .singl-jil__price-i:first-child{
    	padding-right: 6px;

    }
    .art-jil .art-st3-r {
    	padding-left: 16px;
    	padding-right: 16px;

    	padding-top: 8px;
    	padding-bottom: 8px;
    }
    .art-jil .art-down {
    	height: 100%;
    	display: flex;
    	flex-direction: column;
    	justify-content: space-between;
    	padding-top: 0;
    }
    .art-jil .singl-jil__info-i:nth-child(2){

    	color: #2196f3;
    }
    /*===============================*/