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

meventrentail_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;
 }
 :root {
 	--color1: #F37305;
 	--color2: #FFD600;
 	--color3: #DE0E8A;
 	/*--color4: #4169e1;*/
 	--color4: #7597ff;
 	--color5: #1FB545;
 	--color6: #1a9dd9;


 	--design-black: #283353;
 	--design-gray-dark: #63666d;
 	--design-gray: #bbbcbf;
 	--design-gray-light: #e6e7e9;
 	--design-gray-bg: #fbfbfb;
 	--design-white: #fff;
 	--design-blue-1: #3772ff;
 	--design-blue-2: #92b5ff;
 	--design-blue-3: #eaf1ff;
 	--design-blue-stroke: #f9fafd;
 	--design-whatsapp: #25d366;
 	--design-telegram: #08c;
 	--proto-black: #282828;
 	--proto-gray-dark: #999;
 	--proto-gray: #d5d5d5;
 	--proto-gray-light: #eee;
 	--proto-gray-bg: #f8f8f8;
 	--proto-white: #fff;
 }

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

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

 	font-family: "Montserrat", sans-serif;
 	font-optical-sizing: auto;

 	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;
 }
 textarea {
 	resize: none;
 }
 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: #333;*/
 	text-decoration: none;
 }
 ul:hover,
 li:hover,
 a:hover {
 	text-decoration: none;
 	/*color: #333;*/
 }

 :focus-visible {
 	outline: none;
 }

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

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: auto;
	margin: 0 auto;
}

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

.main-navigation ul ul {
	padding-top: 12px;
	box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: #fff;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	width: 300px;
	/* width: 100%; */
	padding-bottom: 12px;
}
.main-navigation ul ul li{
	width: 100%;
}
.main-navigation ul ul li:not(:last-child) a:before{
	position: absolute;
	content: '';
	bottom: -0px;
	left: 10%;
	right: 10%;
	width: 80%;
	height: 1px;
	background-color: #e8e8e8;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover a{
	color: #004bff;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	/*width: 300px;*/
	width: 100%;
	padding: 15px 10px;
	text-transform: initial;
}

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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


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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*========================*/
.container {
	/*max-width: 1470px;*/
	/*max-width: 1230px;*/
	/*max-width: 1366px;*/
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
}
#primary {
	/*max-width: 1470px;*/
	/*max-width: 1230px;*/
	/*max-width: 1366px;*/
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 15px;
	height: 100%;
	padding-bottom: 96px;
	/*overflow: hidden;*/
	/*background: #fafbfc;*/
}
.home #primary,
.page-template-page-sound #primary,
.page-template-page-contact #primary,
.page-template-page-shablon #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;
}
.header-wr {
	/*height: 75px;*/
}
#masthead{
	height: 109px;
}
.site-branding{
	max-width: 180px;
/*	width: 52px;
min-width: 52px;*/
}
.site-logo{
	/*color: var(--color4) ;*/
}
.header-text {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	margin-left: 20px;
	max-width: 180px;
}
.header-tel{
	font-weight: 700;
	font-size: 22px;
	line-height: 100%;
	color:#22293D;
	margin-right: 16px;
}
.header-tel:hover{
	color: var(--color4);
}
.header-btn.btn-v2 {
	background: #7597ff;

	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	color: #fff;

	padding: 14px 28px;

	margin-left: 16px;
}
.header-l1{
	/*background: #16171B;*/
	/*background: #0e0f10;*/
	background: #fff;
	position: relative;
	z-index: 101;
	padding-top: 4px;
	padding-bottom: 4px;

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

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

	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;
}
.main-navigation a{
	position: relative;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 120%;
	color: #3772ff;
	padding-left: 25px;
	padding-right: 25px;
	display: block;
	position: relative;
	transition: all 0.3s;
	text-align: center;
}
.main-navigation a:hover{
	color: var(--color4);
}
.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);
}
.menu-item-has-children:after{
	position: absolute;
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #437bff;
	border-bottom: 1px solid #437bff;
	top: 5px;
	right: 15px;
	transform: rotate( 
		45deg
		);
	transition: all 0.3s;
}
.mone {
	position: relative;

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

	/*height: 645px;*/
	/*background: #000;*/
	background-color: #0e0f10;
	/*background: url(assets/image/bg-min.jpg) no-repeat center;*/
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 5;
	overflow: hidden;
}
.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-start;
	align-content: stretch;
	height: 100%;
	position: relative;
	z-index: 2;
	-webkit-box-align: start;
	align-items: flex-start;
	max-width: 650px;
	width: 100%;
}
.mone-l1 {
	font-style: normal;
	font-weight: 700;
	/*font-size: 38px;*/
	font-size: 48px;
	line-height: 120%;
	margin-bottom: 32px;

	/*max-width: 450px;*/
	max-width: 570px;
/*	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	line-height: 120%;*/
}
.mone-l1 h1 {
	font-size: inherit;
	font-weight: inherit;

	/*display: contents;*/
	display: initial;

	
}
.mone-l1 span{
	background: -webkit-gradient( linear, right top, left top, from(#ff00f0), to(var(--color4)) );
	background: -webkit-linear-gradient(right, #ff00f0, var(--color4));
	background: -o-linear-gradient(right, #ff00f0, var(--color4));
	background: linear-gradient(to left, #ff00f0, var(--color4));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mone-l2 {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 40px;
	margin-top: 0;
}
.mone-l3 {

	margin-bottom: 32px;
}
.mone-l4{
	display: flex;
	margin-top: 80px;
	gap: 40px;
}
.mone-l4-i{
	position: relative;

	color: grey;
	/*color: #b5b5b5;*/
	padding-left: 10px;
}
.mone-l4-i:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
	position: absolute;
	left:  0px;
	top: 10px;
	background: #16D34B;
}
.mone-img{
	position: absolute;
	right: -20%;
	top: -60%;
}
.mone-bg__text{
	position: absolute;
	right: -10%;
	top: -10%;
	/* left: 0; */
	font-weight: 500;
	color: #1c1c1c;
	font-size: 212px;
	/* letter-spacing: 2px; */
	transform: rotate(0deg);
	transform-origin: left;
	line-height: 1;
	text-align: right;
	/*transform: rotate(180deg);*/
}
.title_v1{

	margin-bottom: 48px;
	position: relative;
	z-index: 2;


	font-size: 48px;
	font-weight: 800;
	line-height: 1.2;
	max-width: 90%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 48px;

}
.title_v1line,
.title_v1line.sfour-title{
	margin-bottom: 60px;
	padding-bottom: 0;
}
.title_v1line:after{
	content: '';
	position: absolute;
	bottom: -30px;

	left: -60%;

	/*width: 535px;*/
	width: 120%;
	height: 2px;

	background: linear-gradient(90deg, #eaf1ff 0%, #92b5ff 80%);
}
.title_v1 h2,
.title_v1 h3{
	font-size: inherit;
	font-weight: inherit;

	display: initial;
}
.title_v1 span{
	color: var(--color4);
}
body .title_v1-min{
	margin-bottom: 8px;
}
.title_v2{
	font-size: 32px;
	margin-bottom: 32px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}
.title_v3{
	font-size: 18px;
	margin-bottom: 48px;
}
.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: 120px;
	padding-bottom: 120px;
}
.sect-dark{
	background-color: #222;
}
.ser-bg{
	background-color: #F8F8F8;
}
.hidden{
	display: none !important;
}
/*=====================*/
.btn-v1{

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

	transition: all 0.3s;
	position: relative;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
	text-align: center;

	padding: 18px 32px;
	cursor: pointer;

	background: linear-gradient(91.76deg, #92B5FF 0%, #3772FF 100%);


	/*border: 2px solid #2e2f30;*/
	/*display: flex;*/
	overflow: hidden;

	align-items: center;
}
.btn-v1:hover{
	color: #fff;
	background: linear-gradient(91.76deg, #3772ff 0%, #3772FF 100%);
	/*background: #3772FF;*/

}
.btn-v1::after {
	/*content: "";*/
	/*content: url(assets/image/rrr.svg);*/
	/*position: absolute;
	top: 0;
	left: 0;*/
	margin-left: auto;
	margin-right: 0;
	display: inline-block;
	margin-bottom: -6px;
	transition: all 0.3s;
	/*width: 100%;
	height: 200px; */
	/*width: 100%;*/
	/*height: 100%;*/
	/*background-color: #494958;*/
/*	background-color: #2e2f30;
	border-color: transparent;
	border-radius: 50%;
	transform: translate(-10px, -70px) scale(0.1);
	opacity: 0;
	z-index: -1;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
*/}
.btn-v1::after {
/*	content: "";
	position: absolute;
	top: 0;
	left: 0;
	 
	width: 100%;
	height: 200px;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*background-color: #494958;*/
/*	background-color: #2e2f30;
	border-color: transparent;
	border-radius: 50%;
	transform: translate(-10px, -70px) scale(0.1);
	opacity: 0;
	z-index: -1;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
*/}
.btn-v1:hover::after {
/*	opacity: 1;
	transform-origin: 100px 100px;
	 
	transform: scale(1) translate(0px, -70px);


	transform-origin: center;*/

}
.btn-v1:active{
	
}
.btn-v1:before{
	content: "";
	background-color: #ffffff75;
	height: 100%;
	width: 3em;
	display: block;
	position: absolute;
	top: 0;
	left: -4.5em;
	-webkit-transform: skewX(-45deg) translateX(0);
	transform: skewX(-45deg) translateX(0);
	transition: none;
	webkit-animation: moving 4s ease-in-out infinite;
	-webkit-animation: moving 4s ease-in-out infinite;
	animation: moving 4s ease-in-out infinite;
}
.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{
	/*content: url(assets/image/rr.svg);*/
	/*position: absolute;
	top: 0;
	left: 0;*/

	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{
	background:  var(--color4);
	/*background:  #2d84ca;*/
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;

	overflow: hidden;
	position: relative;
	z-index: 2;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;

	transition: all 0.3s;
	padding: 16px 32px;
	cursor: pointer;
	box-shadow: 0 0 26px 2px #2d84ca;


}
.btn-v3:after{
	content: "";
	background-color: #ffffff75;
	height: 100%;
	width: 3em;
	display: block;
	position: absolute;
	top: 0;
	left: -4.5em;
	-webkit-transform: skewX(-45deg) translateX(0);
	transform: skewX(-45deg) translateX(0);
	transition: none;
	webkit-animation: moving 4s ease-in-out infinite;
	-webkit-animation: moving 4s ease-in-out infinite;
	animation: moving 4s ease-in-out infinite;
}
@-webkit-keyframes moving{
	30%,
	to{
		webkit-transform:skewX(-45deg) translateX(33.5em);
		-webkit-transform:skewX(-45deg)  translateX(33.5em);
		transform:skewX(-45deg) translateX(33.5em)}
	}
	.btn-v3:hover{
		color: #fff;
		box-shadow: 0 0 15px 1px #2d84ca;
	}
	.btn-v3:active{
		color: #fff;
		box-shadow: 0 0 0px 0px #2d84ca;
	}
	/*=====================*/
	.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-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);
  }
  /*=====================*/
  .sone{
  	position: relative;
  	overflow: hidden;
  	/* padding-top: 120px; */
  	/* padding-bottom: 100px; */
  	/*height: 810px; */
  	height: 76vh; 
  	padding-top: 80px;
  	padding-bottom: 80px;
  	/* background: #000; */
  	/*background: url(assets/image/sl1-min.jpg) no-repeat center; */
  	-webkit-background-size: cover;
  	background-size: cover;
  	position: relative;
  	z-index: 5;

  }
  .sone-l0{

  }
  .sone-l1{
  	margin-bottom: 40px;

  	color: #22293D;
  	max-width: 812px;
  	font-size: 68px;
  	font-weight: 800;
  	line-height: 1.1;
  	text-align: left;
  }
  .sone-l2{
  	margin-bottom: 40px;
  	padding-left: 0;
  	margin-left: 0;
  }
  .sone-l2 li{
  	position: relative;
  	margin-bottom: 20px;
  	padding-left: 15px;

  	font-size: 18px;
  	font-weight: 500;
  	line-height: 1.2;
  	text-align: left;
  	color: #283353;
  	position: relative;
  	z-index: 2;
  }
  .sone-l2 li:before {
  	content: '';
  	position: absolute;
  	left: 2px;
  	top: 7px;
  	width: 6px;
  	height: 6px;
  	background: #3772FF;
  	border-radius: 10px;
  }
  .sone-l3{
  	margin-bottom: 40px;
  	width: 300px;
  	position: relative;
  	z-index: 4;
  }
  .sone-l4{
  	margin-bottom: 40px;
  }
  .sone-l5{
  	display: flex;
  	gap: 20px;
  }
  .sone__bg{
  	position: absolute;
  /*	right: 0;
  top: 25%;*/
  right: -10%;
  top: -17%;
  max-width: 710px;
}
.shone-bg2__krop {
	position: absolute;
	right: -2%;
	top: -30%;
	z-index: 2;
}
.page-id-63  .sone__bg{
	z-index: -1;
	top: -37%;

	max-height: 680px;

}
/*==================*/ 
.pu1{
	position: relative;
	/*opacity: 0;*/
}
/*-------------------------------*/

.x1 {
	animation-delay: 1s;
	-webkit-animation: sun5 5s infinite linear;
	animation: sun5 5s infinite linear;
}

.x2 {
	animation-delay: 3s;
	-webkit-animation: sun5 3s infinite linear;
	animation: sun5 3s infinite linear;
}
.x3 {
	animation-delay: 4s;
	-webkit-animation: sun5 7s infinite linear;
	animation: sun5 7s infinite linear;
}
.x4 {
	animation-delay: 5s;
	-webkit-animation: sun5 10s infinite linear;
	animation: sun5 10s infinite linear;
}
.x5 {
	animation-delay: 2s;
	-webkit-animation: sun5 6s infinite linear;
	animation: sun5 6s infinite linear;
}
@keyframes sun5 {

	0% {

		-webkit-transform: scale(0.2);
		transform: scale(0.2);
		opacity: 1;

	}

	75% {

		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

/*==================*/ 
.stwo-i{
	box-shadow: 5px 10px 25px 0px #101b810d;
	/* border: 1px solid #F9FAFD; */
	/* padding: 25px 25px 25px 165px; */
	padding: 40px;
	border-radius: 15px;
	position: relative;
	min-height: 220px;
	background: white;
	display: flex;
	overflow: hidden;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;

}
.stwo-i__title{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 24px;

	color: #282828;
	position: relative;
	z-index: 2;
}
.stwo-i__text{
	position: relative;
	z-index: 2;
	margin-bottom: 24px;
}
.stwo-i__img{
	position: absolute;
	right: 0;
	bottom: 0;
	/*width: 320px;*/
	height: 100%;

	
}
.stwo-v1 .stwo-i__img{
	max-width: 300px;
	object-fit: cover;
	width: 100%;
}
.stwo-i__a{
	padding: 12px 32px;
}
.stwo-v2 .stwo-i{
	padding: 25px;


	text-align: center;

	align-items: center;

}
.stwo-v2 .stwo-i__img{
	filter: brightness(0.2);
}
.stwo-v2  .stwo-i__text,
.stwo-v2 .stwo-i__title{
	color: #fff;
}
.stwo-v2 .stwo-i__a{
	color: #fff;
}
.stwo-v2 .stwo-i__title{
	margin-bottom: 8px;
}
.stwo-v3  .stwo-i{
	padding: 0;
	justify-content: flex-start;
	padding-bottom: 16px;
}
.stwo-v3 .stwo-i__img{
	position: relative;
	height: 220px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 24px;
}
.stwo-v3 .stwo-i__title{
	padding: 0 20px;
	margin-bottom: 8px;
	width: 100%;
}
.stwo-v3 .stwo-i__text{
	padding: 0 20px;
	margin-bottom: 0;
}
.te-center .te-text {
	text-align: center;
}
/*==================*/ 
.sthree-i{
	margin-bottom: 24px;
	padding-left: 44px;
	position: relative;
}
.sthree-i:before{
	content: '';

	position: absolute;
	left: 0;
	top: -4px;

	font-size: 24px;
	font-weight: 400;
	color: #92B5FF;
	text-align: left;
}
.sthree-i__title{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
}
.sthree-i__text{

}
.sthree-in{
	gap: 40px;
}
.sthree-i:nth-child(1):before{
	content: '01.';
}
.sthree-i:nth-child(2):before{
	content: '02.';
}
.sthree-i:nth-child(3):before{
	content: '03.';
}
.sthree-i:nth-child(4):before{
	content: '04.';
}
.sthree-i:nth-child(5):before{
	content: '05.';
}
.sthree-i:nth-child(6):before{
	content: '06.';
}
.sthree__btn{

	margin: 0 auto;
	display: block;
	width: 240px;
	margin-top: 32px;
}
.sthree-r img{
	border-radius: 24px;
}
/*==================*/ 
/*  .sfour:after{
  	content: '';
  	position: absolute;
 
  	background: #000;
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
  	opacity: 0.7;
  	}*/
  	.sfour-i{
  		box-shadow: 5px 10px 25px 0px #101b810d;
  		/* border: 1px solid #F9FAFD; */
  		/* padding: 25px 25px 25px 165px; */
  		padding: 40px;
  		border-radius: 15px;
  		position: relative;
  		min-height: 220px;
  		background: white;
  		/*overflow: hidden;*/
  	}
 /* .sfour .title_v1{
  	color: #eee;
  	}*/
  	.sfour .container {
  		z-index: 3;
  	}
  	.sfour-i__title{
  		/*color: #3772ff;*/
  	/*font-size: 72px;
  	font-weight: 800;
  	margin-top: -96px;
  	margin-left: -52px;*/
  	color: #949494;
  	font-size: 24px;
  	font-weight: 700;
  }
  .sfour-i__text{
  	font-size: 20px;
  	font-weight: 700;
  	margin-top: 25px;
  	text-align: center;
  	color: #282828;
  }
  .sfour__btn{
  	width: 340px;
  	display: block;
  	margin: 0 auto;
  	margin-top: 40px;
  }
  .sfour-i__img{
  	position: absolute;
  	right: 40px;
  	top: 25px;
  }
  /*==================*/
  .sseven-i{
  	padding: 15px;
  	height: 420px !important;
  }
  .sseven-i img{
  	height: 100%;
  	width: 100%;
  	object-fit: cover;
  	border-radius: 16px;
  }
  .wseven-i2{
  	padding: 15px;height: 160px !important;
  }
  .wseven-i2 img{
  	height: 100%;
  	width: 100%;
  	object-fit: cover;
  	border-radius: 8px;
  }
  /*==================*/
  .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: var(--design-white);

  	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:  var(--design-blue-1);
  }
  /*==================*/
  .sfive-i{
  	position: relative;
  	background-color: #fff;
  	border: 1px solid var(--design-blue-stroke);
  	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;

  }
  .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;
  }
  /*==================*/
  .ssix-in{
  	box-shadow: 5px 10px 25px 0px #101b810d;
  	padding: 80px 40px;
  	text-align: center;
  	/* background: red; */
  	background-color: #F8F8F8;
  	border-radius: 32px
  }
  .ssix-btns{
  	display: flex;
  	gap: 16px;
  	align-items: center;
  	justify-content: center;
  }
  /*==================*/
  /*==================*/
  #colophon{
  	padding-top: 80px;
  	padding-bottom: 80px;
  	background-color: #283353;
  }
  .foot-line1-in{
  	display: flex;
  	justify-content: space-between;
  }
  .ft-i{

  }
  .ft-i:last-child{
  	max-width: 300px;
  }
  .ft-logo{
  	margin-bottom: 82px;
  }
  .ft-text{
  	margin-bottom: 64px;
  	font-weight: 400;
  	font-size: 16px;
  	line-height: 135%;
  	color: var(--design-white);
  }
  .ft-politic{

  	font-weight: 400;
  	font-size: 16px;
  	line-height: 135%;
  	text-decoration: underline;
  	text-decoration-skip-ink: none;
  	color: var(--design-white);
  }
  .ft-list{
  	padding: 0;
  	margin: 0;

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

  	font-weight: 600;
  	font-size: 18px;
  	color: var(--design-white);
  }
  .ft-list li a:hover{
  	color: #8bb0ff;
  }
  .ft_tt{
  	position: relative;
  	padding-left: 34px;
  	font-weight: 600;
  	font-size: 16px;
  	line-height: 135%;
  	color: var(--design-white);
  	margin-bottom: 20px;
  }
  .ft_tt.stwelf__tel{
  	display: inline-block;
  	font-weight: 900;
  	font-size: 20px;
  }
  .ft_tt.stwelf__mail{
  	display: inline-block;
  }
  .site-footer .form-down__btns{
  	flex-direction: column;
  }	
  .site-footer .form-down__btn{
  	width: 100%;
  }	
  .ft-logo img{
  	filter: invert(1);
  }
  /*==================*/
  .dark2-bk{
  	background-color: #283353;
  }
  .dark2-bk .text-darkv{
  	color: #ffffff;
  }
  .dark2-bk .btn-v2{
  	color: #ffffff;
  }
  .ssix-btn.btn-v2:before {
  	content: url(assets/image/phone-call.svg);
  	font-size: 0;
  	margin-right: 6px;
  	/* margin-top: -32px; */
  	position: relative;
  	top: 1px;
  	filter: invert(44%) sepia(89%) saturate(1769%) hue-rotate(162deg) brightness(96%) contrast(101%);
  }
  /*==================*/
  .art-st{
  	border-radius: 15px;
  	padding: 15px;
  	background-color: #f5f8ff;

  }
  .art-st:hover .art-down__title{

  	color: var(--design-blue-1);
  }
  .art-st > a{
  	display: block;
  }
  .art-st-img{
  	border-radius: 10px;
  	width: 380px;
  	height: 220px;

  	border-radius: 10px;
  	box-shadow: 5px 10px 35px 0 rgba(16, 27, 129, 0.05);
  	overflow: hidden;
  }
  .art-st-img img{
  	height: 100%;
  	width: 100%;
  	object-fit: cover;
  }
  .art-down{
  	margin-top: 10px;
  	padding: 15px;
  }
  .art-down__title{
  	margin-bottom: 15px;
  	font-weight: 700;
  	font-size: 20px;
  	line-height: 120%;
  	color: var(--design-black);
  }
  .art-down__text{

  	font-weight: 400;
  	font-size: 16px;
  	line-height: 135%;
  	color: var(--design-black);
  }
  .art-down__d{
  	padding-top: 25px;
  	margin-top: 25px;
  	border-top: 1px solid #92B5FF;

  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  }
  .anoter-content-date{

  	position: relative;
  	font-weight: 400;
  	font-size: 14px;
  	line-height: 135%;
  	color: var(--design-gray-dark);
  }
  .anoter-content-date:before{
  	content:'';
  	position: absolute;
  	left: 0;
  	top: -4px;
  }
  .art-down__a{
  	border: 0;

  	width: 156px;
  	padding: 6px;
  }
  /*==================*/
  .page-title, .entry-title {

  	font-weight: 800;
  	font-size: 32px;
  	line-height: 120%;

  	margin-bottom: 32px;
  }
  .cone{
  	padding-top: 120px;
  	padding-bottom: 120px;
  	background: rgb(2,0,36);
  	/*background: linear-gradient(137deg, rgba(2,0,36,1) 0%, rgba(210,247,255,1) 0%, rgba(9,9,121,1) 100%);*/

  	background: linear-gradient(137deg, rgba(2,0,36,1) 0%, rgb(67 78 160) 0%, rgb(255 255 255) 100%);
  }
  .cone-l{
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	padding-right: 20%;
  }
  /*==================*/
  .ythree-i{
  	padding: 15px;
  	background-color: #f5f8ff;
  	border-radius: 15px;
  	border: 1px solid #dedede;
  }
  .ythree-i__img{
  	border-radius: 15px;

  	height: 100%;
  	width: 100%;
  	object-fit: cover;
  }
  .ythree-i__up{
  	margin-bottom: 20px;
  	height: 260px;
  }
  .ythree-i__down{
  	padding-left: 15px;
  	padding-right: 15px;
  }
  .ythree-i__title{
  	margin-bottom: 15px;
  }
  .ythree-i__btn{
  	padding: 8px 24px;
  	background: #f5f8ff;
  }
  .te-center .ythree-i__btn {
  	margin: 0 auto;
  	display: table;
  }
  .ythree-v2{

  }
  .ythree-v2 .ythree-i {
  	padding: 15px;
  	background-color: #ffffff;
  	min-height: 82px;
  	border: none;
  	box-shadow: 5px 10px 25px 0px #101b810d;
  	display: flex;
  	gap: 16px;
  	align-items: center;
  }
  .ythree-v2 a.ythree-i:hover{
  	box-shadow: 0px  0px 0px 0px #101b810d;
  }
  .ythree-v2 .ythree-i__up {
  	margin-bottom: 0;
  	height: 100px;
  	max-width: 100px;
  }
  .ythree-v2 .ythree-i__title{
  	margin-bottom: 0;
  }
  /*===========================*/
  /*==================*/
  .wpcf7-form-control-wrap {
  	position: relative;
  	width: 100%;
  	display: block;
  }
  .wpcf7-form-control-wrap input:not(input[type="checkbox"]){
  	display: block;
  	width: 100%;

  	border: 2px solid var(--design-gray-light);
  	border-radius: 25px;
  	padding: 11px 25px;

  	/*padding-left: 52px;*/
  	font-weight: 400;
  	font-size: 18px;
  	margin-bottom: 15px;
  }
  .wpcf7-form-control-wrap input:not(input[type="checkbox"]):focus{
  	/*border: 2px solid #fff;*/
  	border: 2px solid #3772ff;
  }
  .wpcf7-form p{
  	margin: 0;
  }
  .wpcf7-form{
  	position: relative;
  	margin-bottom: 22px;
  }
  .wpcf7-form   textarea{
  	display: block;
  	width: 100%;

  	border: 2px solid var(--design-gray-light);
  	border-radius: 25px;
  	padding: 11px 25px;
  	/*padding-left: 52px;*/
  	margin-bottom: 15px;
  	height: 100px;
  	font-weight: 400;
  	font-size: 18px;
  }
  .not__db .wpcf7-form-control-wrap {

  	width: auto;
  	display: inline-block;
  }
  input[type="submit"].btn-v1{
  	border-radius: 100px;
  	padding: 18px 32px;
  	border: 0;
  	outline: 0;
  	width: 100%;
  	line-height: 1.2;
  	color: #fff;
  	background: linear-gradient(91.76deg, #92B5FF 0%, #3772FF 100%);
  	/*background-image: url(assets/image/rrr.svg);*/
  	text-align: center;
  	display: flex;
  	overflow: hidden;
  	align-items: center;	
  	justify-content: center;
  }
  input[type="submit"].btn-v1:hover{
  	color: #fff;
  	background: linear-gradient(91.76deg, #3772ff 0%, #3772FF 100%);
  	/*background: #3772FF;*/
  }
  .wpcf7-form-control-wrap input:not(input[type="checkbox"]).wpcf7-not-valid{
  	border: 2px solid #dc3232;
  }
  .wpcf7-spinner{
  	position: absolute;
  	right: 0;
  	bottom: 0;
  }
  .not__db{
  	margin-top: 15px;
  	cursor: pointer;

  	font-weight: 400;
  	font-size: 14px;
  	line-height: 115%;
  	color: var(--design-black);
  }
  .not__db a{
  	font-weight: 700;
  	text-decoration: underline;
  	text-decoration-skip-ink: none;
  }
  .not__db label{
  	cursor: pointer;
  }

  /*==================*/
  .cone-i{
  	margin-bottom: 20px;
  	/*padding-left: 15px;*/
  	font-size: 18px;
  	font-weight: 500;
  	line-height: 1.2;
  	text-align: left;
  	color: #fff;
  }
  .page-template-page-contact  .entry-title{
  	color: #fff;
  }
  /*==================*/
  .post-thumbnail img{
  	margin: 0 auto;
  	display: block;
  }
  .blog .entry-content{
  	max-width: 1100px;
  	margin: 0 auto;
  	margin-top: 32px;
  }

  .entry-content ul li{
  	list-style: disc;
  }
  .entry-content ol li{
  	list-style: decimal;
  }
  .entry-content ul,
  .entry-content ol{
  	margin-left: 1em;
  	padding-left: 0;
  }
  .entry-content iframe{
  	margin: 0 auto;
  	display: block;
  	margin-bottom: 24px;
  }
  /*==================*/
  .ybanner{
  	background-size: cover;
  }
  .ybanner-l1{
  	position: relative;
  	z-index: 2;
  	font-size: 48px;
  	font-weight: 800;
  	line-height: 1.2;
  	margin-bottom: 16px;
  	color: white;
  }
  .ybanner-l2{
  	color: white;
  	max-width: 600px;
  }
  .ybanner__btn{
  	margin-top: 32px;
  }
  .ybanner-in{
  	position: relative;
  	z-index: 2;
  }
  .ybanner__img{
  	position: absolute;
  	bottom: -120px;
  	right: 0;
  	/*height: 600px;*/
  }
  .page-id-63 .ybanner__img{
  	bottom: -150px;
  	max-height: 570px;
  }
  /*==================*/
  .seight-i h3{
  	position: relative;
  	z-index: 2;
  	font-size: 32px;
  	font-weight: 800;
  	line-height: 1.2;

  	margin-bottom: 32px;
  }
  .seight-in {
  	gap: 80px;
  	align-items: center;
  }
  .seight-i h4{
  	font-weight: 500;
  }
  .seight-i > p{
  	margin: 0;
  }
  .seight-i img{
  	margin: 0;
  	border-radius: 24px;
  }
  .seight-i  .btn-v1{
  	margin-top: 24px;
  }
  .seight + .seight{
  	padding-bottom: 40px;
  }
  .seight + .seight .seight-in{
  	/*margin-top: 32px;*/
  }
  .sect + .seight{
  	padding-top: 60px;
  }
  /*==================*/
  .ten-bg{
  	position: relative;
  }
  .ten-bg:after{
  	content: '';
  	position: absolute;
  	/* background: #300000; */
  	background: #000;
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
  	opacity: 0.7;
  }
  .ten-bg .title_v1{
  	color: #eee;
  } 
  /*==================*/
  .wpcf7 form .wpcf7-response-output{
  	color: #000;
  	font-weight: 400;
  }



  /*==========================*/
  .widget_shopping_cart {
  	display: none;
  	background-color: #fff;
  	/*border: 5px solid #e1e5ea;*/
    /*	width: 275px;
    padding: 10px 2%;*/
    width: 285px;
    padding: 10px 5%;
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    /*box-shadow: 1px 2px 4px;*/
    z-index: 100;

    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
    border-radius: 5px;

    /*color: #A5A5A5;*/
    /*border: 1px solid #A5A5A5;*/
    transition: all 0.3s;
}

.woocommerce ul.products li.product.product-type-simple .loop-wo-desc {

	/*min-height: 80px;*/
}

.woocommerce ul.products li.product_cat-napitki .loop-wo-desc {
	min-height: 26px;
}

.woocommerce-cart-form__cart-item .quantity-arrow-block {
	max-width: 102px;
	/*background: #333333;*/
}

.woocommerce-cart-form__cart-item .quantity-arrow-block .quantity-arrow {
	height: 40px;
	line-height: 40px;
}

.woocommerce .woocommerce-cart-form__cart-item .quantity .qty {
	width: 32px;

	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 145%;


	color: #26150F;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr:last-child {
	/*display: none;*/
}


.widget_shopping_cart > div {
	padding: 0;
}

.widget_shopping_cart a.remove {
	position: absolute;
	top: 1em;
	left: 0;
	opacity: 1;
}

.widget_shopping_cart p.total, .widget_shopping_cart p.buttons {
	padding: 1em 0;
	margin: 0;
	text-align: center;
	line-height: 40px;
}

.buttons a {
	clear: both;
}

.widget_shopping_cart p.total, .widget_shopping_cart p.buttons {
	padding: 0 !important;
}

.mini_cart_item, .to_top.mini_cart_item {
	line-height: 20px !important;
}

.mini_cart_item:hover, .empty:hover {
	border-top: none !important;
}

.mini_cart_item a::after {
	display: none !important;
}

li.empty {
	line-height: 20px !important;
	width: 100% !important;
}

.header-cart:hover .widget_shopping_cart {
	display: block;
}

.woocommerce-mini-cart-item a + a {
	display: block;
	/*font-weight: 700;*/
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	/* line-height: 19px; */
	/* text-align: center; */
	color: #303030;
	text-decoration: none;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width: 44px;
}

body .woocommerce.widget_shopping_cart .buttons a + a {
	display: none;
}

.woocommerce-mini-cart__buttons a {
	background: #E9423B;
	border-radius: 5px;

	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	/* identical to box height, or 137% */

	text-align: center;

	color: #FFFFFF;
	display: inline-block;
}

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
	/*background: #E9423B;*/
	/*border-radius: 5px;*/

	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	/* identical to box height, or 137% */

	text-align: center;

	color: #FFFFFF;
	display: inline-block;


	background: #3772FF;
	border-radius: 100px;
	max-width: 166px;
	width: 100%;
}

.woocommerce-mini-cart__empty-message {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #303030;
	text-align: center;
}

.wo-cart-num {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	color: #FFFFFF;
	/* background: #E9423B; */
	background: #3772FF;
	position: absolute;
	/* right: 0; */
	left: 32px;
	top: -1px;
	/* padding-left: 1px; */
	padding-top: 2px;
	/* padding: 4px; */
	width: 18px;
	text-align: center;
	height: 18px;
	border-radius: 10px;
}

.header-cart {
	position: relative;
	margin-left: 16px;
}

.header-cart .woocommerce-Price-amount {
	margin-left: 12px;

	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	/* identical to box height, or 16px */

	text-align: right;

	/* Шрифт 1 */

	color: #26150F;

}

.header-cart .woocommerce ul.cart_list li dl dd {
	margin: 0;
	padding: 0;
	float: none;
}

.header-cart .woocommerce ul.cart_list li dl dd p {
	margin: 0;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
	border-bottom: 1px solid #f6f6f6;
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
	padding-top: 10px;
	padding-bottom: 10px;
}

.cart-wg-img {
	padding: 14px;
	background: #F5F4F6;
	border-radius: 24px;
}

/*==========================*/

#secondary {
	/*width: 29%;*/
	width: 295px;

	display: inline-block;
	vertical-align: top;

	box-sizing: border-box;
	padding: 32px 26px 32px 32px;

	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	border-radius: 4px;
	padding-bottom: 0;
	margin-bottom: 20px;
}



.mag-wr-r {
	/*width: 70%;*/
	width: calc(100% - 300px);
	/* float: right; */
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
}


/*====================================*/

.woocommerce-breadcrumb{
	display: none;
}

#breadcrumbs{

	margin-top: 20px;
	margin-bottom: 20px;

}
#breadcrumbs span{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;

}
#breadcrumbs a{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;

}
/*=======*/
.woocommerce ul.products li.product a img{
	margin-bottom: 0;s
}

.woco-bl2{
	padding: 10px;
	/*padding-top: 0;*/
	border-top: 1px solid #ededed;
}
.wocof-btn{
	font-size: 16px;
	float: right;
	padding: 10px 20px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {

	color: #3772FF;
	font-size: 22px;

}
.woocommerce ul.products li.product .button {
	display: inline-block;
	margin-top: 0;
	border-radius: 100px;
	display: inline-block;
	transition: all 0.3s;
	color: #3772FF;
	position: relative;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.2;

	text-decoration: none;
	text-align: center;

	padding: 9px 20px;
	cursor: pointer;
	background: transparent;

	overflow: hidden;
	align-items: center;
	border: 1px solid #3772FF;
}
.woocommerce-loop-product__title{
	color: #000;
}
.woocommerce ul.products li.product .button:hover{
	color: #fff;
	background: #3772FF;
}

.woocommerce .products ul, .woocommerce ul.products {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;

	justify-content: flex-start;
	margin-bottom: 0;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
	box-shadow: 5px 10px 25px 0px #101b810d;
	/* border: 1px solid #F9FAFD; */
	/* padding: 40px; */
	border-radius: 15px;
	position: relative;
	/* min-height: 220px; */
	background: white;
	/* display: flex; */
	overflow: hidden;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	border: 1px solid #e9e9e9;
	margin: 0;
	transition: all 0.35s;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product{
	width: calc(100% / 3 - 12px);
}
.woocommerce ul.products.columns-4 li.product,
.woocommerce-page ul.products.columns-4 li.product{
	width: calc(100% / 4 - 12px);
}
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after, 
.woocommerce ul.products::before{
	display: none;
}
.woocommerce ul.products li.product:hover{
	box-shadow: 0px 0px 0px 0px #101b810d;
}
.wc-block-product-categories > ul{
	margin-left: 0;
}

body:not(.woocommerce-block-theme-has-button-styles)
.wc-block-components-button:not(.is-link){
	border-radius: 100px;
	/*display: inline-block;*/
	transition: all 0.3s;
	position: relative;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 18px 32px;
	cursor: pointer;
	background: linear-gradient(91.76deg, #92B5FF 0%, #3772FF 100%);
	/* border: 2px solid #2e2f30; */
	/* display: flex; */
	overflow: hidden;

}
body:not(.woocommerce-block-theme-has-button-styles)
.wc-block-components-button:not(.is-link):hover{
	background: linear-gradient(91.76deg, #92B5FF 0%, #3772FF 20%);
}
.price-postfix{
	font-size: 18px;
}



.sworker{
	/*padding-top: 0;*/
}
.sworker-i{
	position: relative;
	background-color: #fff;
	border: 1px solid var(--design-blue-stroke);
	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: 16px;
}
.sworker-i__title{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	color: #283353;
	margin-bottom: 8px;
}
.sworkerr-i__text{
	font-weight: 400;
	font-size: 16px;
	line-height: 135%;
	color: #283353;
}
.page-id-432 .sone-in {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	align-content: flex-start;
}
.page-id-432 .seight{
	padding: 60px 0;
}
.scareer-i{
	position: relative;
	background-color: #fff;
	border: 1px solid var(--design-blue-stroke);
	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;
	margin-bottom: 16px;
}
.scareer-i__title{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
	color: #282828;
	position: relative;
	z-index: 2;
}
.scareer-i__rec ul,
.scareer-i__text ul{
	margin-left: 16px;
}
.scareer-i__rec ul li,
.scareer-i__text ul li{
	list-style: disc;
}

.scareer-i__time{
	display: inline-block;
	font-weight: 500;
}
.scareer-i__place{
	display: inline-block;
	font-weight: 500;
	margin-right: 24px;
}
.scareer-i__btn{
	position: absolute;
	right: 24px;
	top: 24px;
	padding: 12px 26px;
	z-index: 5;
}
.scareer-i__in{
	display: flex;
	gap: 10%;	
}
.scareer-i__rec{
	max-width: 480px;
	width: 100%;
}
.woocommerce div.product form.cart .button{
	border-radius: 100px;
	display: inline-block;
	transition: all 0.3s;
	position: relative;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 18px 32px;
	cursor: pointer;
	background: linear-gradient(91.76deg, #92B5FF 0%, #3772FF 100%);
	/* border: 2px solid #2e2f30; */
	/* display: flex; */
	overflow: hidden;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price{
	font-size: 1.5em;
	font-weight: 600;
	color: #000;
}
.woocommerce-tabs.wc-tabs-wrapper{
	display: none;
}
.woocommerce div.product form.cart div.quantity {

	margin: 12px 16px 0px 0;
}
.summary-atr{
	clear: both;

	position: relative;
	background-color: #fff;
	border: 1px solid var(--design-blue-stroke);
	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;
	margin-bottom: 32px;
}

.woocommerce-product-attributes.shop_attributes tbody{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.woocommerce-product-attributes.shop_attributes tr{

}
.woocommerce table.shop_attributes{

	border-top: 0;
	margin-bottom: 0;

}
.woocommerce table.shop_attributes th {
	width: auto;

	padding: 8px;
	border-top: 0;
	border-bottom: 0;
	margin: 0;
	line-height: 1.5;
}
.woocommerce table.shop_attributes th:before{
	content: url(assets/image/ok.svg);
	/* position: absolute; */
	/* top: 10px; */
	/* left: 0px; */
	line-height: 0;
	padding-right: 12px;
	display: inline-block;
	vertical-align: middle;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
	background: none;
}
.woocommerce table.shop_attributes td {

	border-top: 0;
	border-bottom: 0;

}
.Add_info{
	margin-bottom: 16px;
}
.checkout.woocommerce-checkout{
	/*display: none;*/
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table{
	margin-top: 24px;
}
.shop_table.woocommerce-checkout-review-order-table thead,
.shop_table.woocommerce-checkout-review-order-table tbody{
	display: none;
}
.shop_table.woocommerce-checkout-review-order-table .cart-subtotal{
	display: none;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {

	border-top: 0;
}


#order_review_heading{
	display: none;
}



.mseven{
	/*background-color: #222;*/
	padding-top: 60px;
	padding-bottom: 60px;
}
/*=========================*/

.mseven-i{
	/*background: #181818;*/
	background-color: #283353;
	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: var(--color4);
	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:  var(--color4);
}
.question-v.open + .mseven-i__down{
	border-top: 1px solid #F0F0F0;
	margin-top: 15px;
}
.mseven-i__title{
	font-style: normal;
	font-weight: 400;
	font-size: 22px;

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

	padding-right: 115px;

	/*margin-bottom: 10px;*/
	cursor: pointer;
}
.mseven-i__title:hover{
	color: var(--color4);
}

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

 /* .mseven-in .mseven-i:nth-child(n+4){
  	height: 0;
  	overflow: hidden;
  	padding: 0;
  	margin: 0;
  	}*/
  	.mseven-in.open .mseven-i{
  		padding: 30px;
  		height: auto;
  		margin-bottom: 15px;
  	}


  	/*=========================*/
  	.singlpost-in{
  		display: flex;
  		gap: 32px;
  	}

  	.singlpost-l{
  		width: calc( 100% - 300px);
  	}


  	.singlpost-r{
  		width:  300px;
  	}
  	.singlpost-autor{
  		position: relative;
  		padding: 32px;
  		border-radius: 10px;
  		margin-bottom: 16px;
  		background-color: #f5f8ff;
  	}
  	.sfive-i__dolj{
  		padding-left: 65px;
  		font-size: 15px;
  		line-height: 1.3;
  		color: #4b4b4b;
  		margin-top: 8px;
  	}
  	.singlpost-autor .sfive-i__img{
  		border-radius: 50px;
  		overflow: hidden;
  	}
  	.newsitem__content{

  		position: sticky;
  		top: 130px;
  		padding: 32px;
  		border-radius: 10px;
  		margin-bottom: 16px;
  		background-color: #f5f8ff;
  	}
  	.content-post__subtitle{
  		font-size: 20px;
  		font-weight: 700;
  		margin-bottom: 12px;
  		color: #282828;
  	}
  	.content-post__item{
  		margin-bottom: 8px;
  	}
  	.content-post__item a{
  		font-weight: 500;
  		color: #303030;
  		font-size: 15px;
  	}
  	.content-post__item a:hover{
  		color: var(--color4);
  	}
  	.formin-up p{
  		display: grid;
  		grid-template-columns: repeat(3, 1fr);
  		grid-column-gap: 16px;
  		grid-row-gap: 16px;
  	}
  	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  		float: left;
  		width: 100%;
  	}
  	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  		float: right;
  		width: 100%;
  	}
  	#add_payment_method #payment ul.payment_methods li,
  	.woocommerce-cart #payment ul.payment_methods li,
  	.woocommerce-checkout #payment ul.payment_methods li{
  		list-style: none;
  	}

  	.woocommerce form .form-row input.input-text,
  	.woocommerce form .form-row textarea{
  		display: block;
  		width: 100%;
  		border: 2px solid var(--design-gray-light);
  		border-radius: 25px;
  		padding: 11px 25px;
  		/* padding-left: 52px; */
  		font-weight: 400;
  		font-size: 18px;
  		/*margin-bottom: 15px;*/
  	}
  	#order_comments_field label{
  		display: none;
  	}
  	#billing_team_field .woocommerce-input-wrapper{
  		display: flex;
  		/*gap: 4px;*/
  	}
  	.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  		width: 100px;
  		box-shadow: none;
  	}
  	#billing_date_field input[type="date"]{
  		display: block;
  		width: 100%;
  		border: 2px solid var(--design-gray-light);
  		border-radius: 25px;
  		padding: 9px 25px;
  		/* padding-left: 52px; */
  		font-weight: 400;
  		font-size: 16px;
  	}

  	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
  		border-radius: 100px;
  		display: inline-block;
  		transition: all 0.3s;
  		position: relative;
  		font-weight: 400;
  		font-size: 18px;
  		line-height: 1.2;
  		color: #fff;
  		text-decoration: none;
  		text-align: center;
  		padding: 18px 48px;
  		cursor: pointer;
  		background: linear-gradient(91.76deg, #92B5FF 0%, #3772FF 100%);
  		/* border: 2px solid #2e2f30; */
  		/* display: flex; */
  		overflow: hidden;

  	}
  	.woocommerce #payment #place_order:hover,
  	.woocommerce-page #payment #place_order:hover{
  		color: #fff;
  		background: linear-gradient(91.76deg, #3772ff 0%, #3772FF 100%);
  	}


  	#billing_team_field .woocommerce-input-wrapper label {
  		display: block;
  		padding: 2px 6px;
  		cursor: pointer;
  	}

  	.ft-soc{
  		text-align: center;
  	}
  	.ft-soc a:hover{
  		opacity: 0.6;
  	}

  	.site-footer a:hover{
  		color: #8bb0ff;
  	}
  	.singlpost-autor a:hover .sfive-i__name{
  		color: #8bb0ff;
  	}
  	.woocommerce-cart-form__cart-item .woocommerce-Price-amount{
  		font-weight: 600;
  	}
  	.woocommerce-cart-form__cart-item{

  	}
  	.woocommerce-cart-form__cart-item .product-name a{
  		font-size: 18px;
  		font-weight: 700;

  		color: #282828;
  	}
  	.woocommerce-cart-form__cart-item .product-name a:hover{
  		color: #8bb0ff;
  	}

  	.woocommerce .woocommerce-cart-form__cart-item .quantity .qty{
  		border: 1px solid var(--design-gray-light);
  		border-radius: 8px;
  		padding: 5px;
  		box-sizing: border-box;
  		/* width: auto; */
  		width: 52px;
  	}

  	.aune-in {
  		display: flex;
  		gap: 32px;
  	}
  	.auone-r{
  		width: calc( 100% - 400px);
  	}
  	.auone-l{
  		min-width:  400px ;
  		max-width:  400px ;
  	}
  	.aune-aut{
  		position: sticky;
  		top: 130px;
  		padding: 32px;
  		border-radius: 10px;
  		margin-bottom: 16px;
  		background-color: #f5f8ff;
  	}
  	.aune-aut  .post-thumbnail{
  		border-radius: 100%;
  		overflow: hidden;
  		margin-bottom: 16px;
  	}
  	.aune-aut .ft-soc {
  		text-align: left;
  	}


  	.page-id-410 .sthree {
  		background-color: #f5f8ff;
  	}

  	.wp-block-woocommerce-product-categories a{
  		font-style: normal;
  		font-weight: 500;
  		font-size: 18px;
  		line-height: 20px;
  		color: #404040;
  		color: #000;
  		display: inline-block;
  	}
  	.wp-block-woocommerce-product-categories .current-cat > a{
  		color: #404040;
  	}
  	.wp-block-woocommerce-product-categories .current-cat-parent > a{
  		color: #404040;
  	}
  	.wp-block-woocommerce-product-categories .children a{
  		font-size: 16px;
  	}
  	.wp-block-woocommerce-product-categories .children{
  		padding: 0;
  		margin-left: 0;
  		padding-left: 20px;
  		margin-top: 10px;
  	}
  	.wp-block-woocommerce-product-categories li li a{
  		font-size: 16px;

  	}
  	.wp-block-woocommerce-product-categories li{
  		margin-bottom: 12px;

  		position: relative;
  		background-repeat: no-repeat;
  		background-position: 0px 2px
  	}
  	.wc-block-product-categories > ul > li:nth-child(1){
  		background-image: url('assets/image/cat1.svg');
  	}
  	.wc-block-product-categories > ul > li:nth-child(2){
  		background-image: url('assets/image/cat2.svg');
  	}
  	.wc-block-product-categories > ul > li:nth-child(3){
  		background-image: url('assets/image/cat3.svg');
  	}
  	.wc-block-product-categories > ul > li:nth-child(4){
  		background-image: url('assets/image/cat4.svg');
  	}
  	.wc-block-product-categories > ul > li > a{
  		padding-top: 9px;
  		padding-right: 0px;
  		padding-bottom: 9px;
  		padding-left: 42px;

  	}
  	.wp-block-woocommerce-product-categories ul ul{
  		margin-left: 3.5em;
  	}
  	.wp-block-woocommerce-product-categories a:hover{
  		color: #3772FF;
  	}
  	.wc-block-product-categories {

  		border-top: 1px solid #ededed;
  		padding-top: 1.5em;
  	}
  	.wc-block-components-price-slider__range-input-progress {
  		--range-color: #3772ff;

  	}
  	.woocommerce a.added_to_cart.wc-forward{
  		display: none;
  	}
  	.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after{
  		position: absolute;
  		right: 4px;
  		top: 10px;
  		font-size: 12px;
  	}

  	.page-id-410 .seight{
  		margin-bottom: 40px;
  	}


  	.page-id-410 .sthree-in.grid-container.col-2 {
  		grid-template-columns: repeat(1, 1fr);
  	}
  	.page-id-410 .sthree-r{
  		display: none;
  	}
  	.note1{
  		color: #bf0000;
  		font-weight: 400;
  		margin-bottom: 8px;
  		display: block;
  	}
  	.woocommerce-order-received .woocommerce-order-overview__payment-method.method{
  		display: none;
  	}
  	.woocommerce-order-received ul.woocommerce-order-overview + p {
  		display: none;
  	}
  	.woocommerce-order-received .woocommerce-table--order-details tfoot tr:nth-child(2){
  		display: none;
  	}
  	.woocommerce-order-received{

  	}




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

  	}

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

  		.grid-container {
  			grid-column-gap: 8px;
  			grid-row-gap: 8px;
  		}
  		.container, #primary{
  			max-width: 1180px;
  		}
  		.sone-l1 {
  			margin-bottom: 32px;
  			max-width: 612px;
  			font-size: 52px;

  		}
  		.sone-l2 li{
  			margin-bottom: 16px;
  			font-size: 17px;
  		}
  		.sone{
  			height: auto;
  		}
  		.sone__bg {

  			top: auto;
  			bottom: -30%;

  		}
  		.main-navigation a {

  			font-size: 16px;

  		}
  		.sect {
  			padding-top: 90px;
  			padding-bottom: 90px;
  		}
  		.ybanner__img {
  			bottom: -90px;
  			height: 450px;
  		}
  		.title_v1 {

  			font-size: 36px;

  			margin-bottom: 40px;
  		}
  		body .sthree-in {
  			gap: 40px;
  		}
  		.ybanner-in{
  			position: relative;
  			z-index: 2;
  		}
  		.woocommerce ul.products li.product .button {

  			width: 100%;
  		}
  		.wocof-btn {
  			float: none;

  			width: 100%;
  		}
  	}
  	@media screen and (max-width: 1100px){

  		.main-navigation a {

  			padding-left: 8px;
  			padding-right: 20px;

  		}
  		.stwo-i {
  			padding: 25px;
  			min-height: 150px;
  		}
  		.ssix-in {
  			padding: 60px 20px;
  		}
  		.sfour-i__text {
  			font-size: 18px;

  		}
  	}
  	@media screen and (max-width: 992px){
  		.mob-btn {
  			height: 28px;

  			transition: all .3s ease;
  			text-decoration: none;
  			padding-right: 50px;
  			cursor: pointer;
  			position: relative; 
  			display: block;
  			/*margin-left: 24px;*/

  		}

  		.mob-btn:hover .mob-btn-in{
  			width: 28px;
  			/*background: #e31e24;*/
  		}
  	/*.header-l2.change {
  		left: 0;
  		}*/
  		#site-navigation {
  			position: fixed;
  			width: 50%;
  			left: -90%;
  			height: 100%;
  			top: 62px;
  			z-index: 99;
  			padding-top: 60px;
  			background: #fff;
  			margin-left: 0;
  			margin-right: 0;
  			transition: all 1s ease;
  			box-shadow: 3px 7px 4px rgb(0 0 0 / 20%);
  			padding-left: 0;
  			overflow-y: auto;
  		}
  		#site-navigation.change {
  			left: 0;
  		}

  		#site-navigation{
  			top: 64px;
  			height: calc(100vh - 64px);
  			/*padding-bottom: 60px;*/
  		}
  		#site-navigation > div{
  			margin-bottom: 60px;
  			padding-bottom: 60px;
  		}

  		.mob-wrap {
  			position: fixed;
  			width: 50%;
  			left: -90%;
  			height: 100%;
  			top: 0px;
  			z-index: 99;
  			padding-top: 60px;
  			background: #fafbfc;
  			margin-left: 0;
  			margin-right: 0;
  			transition: all 1s ease;
  			box-shadow: 3px 7px 4px rgb(0 0 0 / 20%);
  			padding-left: 0;
  			overflow: auto;
  		}
  		.mob-wrap.change {
  			left: 0;
  		}
  		.topmen #site-navigation{
  			/*top: 62px;*/
  		}
  		#primary-menu {
  			display: flex;
  			-webkit-flex-direction: column;
  			-moz-flex-direction: column;
  			-ms-flex-direction: column;
  			flex-direction: column;

  		}
  		.main-navigation li {
  			position: relative;
  			width: 100%;
  		}
  		.mob-btn-in{
  			position: absolute;
  			right: 5px;
  			top: 12px;
  			width: 28px;
  			/*width: 16px;*/
  			height: 2px;
  			background: #3772FF;

  			transition: all 0.3s ease;
  		}
  		.mob-btn-in:after{
  			content: "";
  			position: absolute;
  			display: block;
  			right: 0;
  			height: 2px;
  			background: #3772FF;
  			width: 16px;
  			/*width: 28px;*/
  			bottom: -8px;
  			transition: all .3s ease;



  			animation-duration: .5s;
  			animation-delay: .15s;
  		}
  		.mob-btn-in:before {
  			position: absolute;
  			display: block;
  			right: 0;
  			width: 28px;
  			height: 2px;
  			background: #3772FF;
  			/*width: 16px; */
  			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;
  		}
  		.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  			left: 0;
  		}
  		.main-navigation ul ul {
  			padding-top: 0;

  			padding-bottom: 0;
  		}
  		.entry-title {

  			font-size: 24px;
  			line-height: 1.4;

  			margin-bottom: 16px;
  		}
  		.title_v2 {
  			font-size: 20px;

  			margin-bottom: 18px;

  		}

  		#primary-menu > li {
  			margin-bottom: 16px;
  		}
  		#primary-menu > li > a {
  			text-align: left;
  			font-weight: 500;
  			font-size: 18px;
  		}
  		.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;
  		}

  		.main-navigation ul ul a{
  			width: 100%;
  			text-align: left;
  			padding: 8px 0;
  			padding-left: 32px;
  			/*border-bottom: 1px solid #2f1f85;*/
  		}
  		.main-navigation ul ul:last-child a{
  			/*border-bottom: 0px solid #2f1f85;*/
  		}
  		.main-navigation li a:after{
  			display: none;
  		}
  		#primary-menu ul  {
  			display: block;

  			overflow: auto;

  		}
  		#primary-menu ul:not(.open){
  			max-height: 0px;
  		}
  		.grid-container.col-6 {
  			grid-template-columns: repeat(4, 1fr);
  		}
  		#site-navigation .mpunkts-btn2 {
  			position: absolute;
  			z-index: 22;

  			right: 6px;
  			top: -11px;
  			width: 36px;
  			height: 36px;

  			margin-top: 0;

  			border-radius: 6px;
  			padding: 14px;
  			display: inline-block;
  			cursor: pointer;
  			background: #fff;
  			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;
  		}

  		.entry-content h2,
  		.entry-content h3{
  			line-height: 1.2;
  			margin-bottom: 16px;
  		}

  		.grid-container.col-5 {
  			grid-template-columns: repeat(3, 1fr);
  		}
  		body .sthree-in.grid-container.col-2 {

  			grid-template-columns: repeat(1, 1fr);

  			display: flex;
  			flex-direction: column-reverse;
  		}
  		.sseven-i {
  			padding: 5px;
  			height: 320px !important;
  		}
  		.wseven-i2 {
  			padding: 5px;
  			height: 120px !important;
  		}
  		.sfive-in .slick-slide {
  			margin-right: 5px;
  			margin-left: 5px;

  		}
  		.slik-nav-wr {

  			margin-top: 24px;
  		}
  		.sfive-i {
  			padding: 24px;
  		}
  		.sfive-i__img {
  			left: 24px;
  			top: 18px;
  		}
  		.sect {
  			padding-top: 80px;
  			padding-bottom: 80px;
  		}
  		.ybanner__img{
  			bottom: -80px;
  		}
  		.ybanner-l1 {

  			font-size: 42px;

  		}
  		.stwo-in.stwo-v2.grid-container.col-4 ,
  		.stwo-in.stwo-v3.grid-container.col-4 {
  			grid-template-columns: repeat(2, 1fr);
  		}
  		.stwo-v2 .stwo-i__img {
  			width: 100%;
  			object-fit: cover;
  		}
  		.grid-container.col-3 {

  			grid-column-gap: 8px;
  			grid-row-gap: 8px;
  		}
  		.singlpost-in {

  			flex-direction: column;
  		}
  		.singlpost-r {
  			width: 100%;
  		}
  		.newsitem__content{
  			display: none;
  		}
  		.singlpost-l{
  			width: 100%;
  		}
  		#secondary {
  			width: 100%;
  		}
  		.mag-wr-r {
  			width: 100%;
  			padding-left: 0;
  		}
  	}


  	@media screen and (max-width: 768px){
  		.header-btn{
  			display: none;
  		}
  		.grid-container {

  			grid-column-gap: 8px;
  			grid-row-gap: 8px;

  		}
  		.sone__bg {
  			top: auto;
  			bottom: -30%;
  			max-height: 400px;
  			right: -10%;
  		}
  		.sone-l1 {

  			font-size: 46px;
  		}
  		.title_v1 {
  			font-size: 32px;
  			margin-bottom: 32px;
  		}
  		.stwo-in.grid-container.col-2 {
  			grid-template-columns: repeat(1, 1fr);
  		}
  		.grid-container.col-3 {

  			grid-column-gap: 16px;
  			grid-row-gap: 16px;
  		}
  		.ythree-in.grid-container.col-3 {

  			grid-column-gap: 8px;
  			grid-row-gap: 8px;
  		}
  		.sfour-in.grid-container.col-3 {
  			grid-template-columns: repeat(1, 1fr);
  		}
  		.sect {
  			padding-top: 60px;
  			padding-bottom: 60px;
  		}
  		.ybanner__img {
  			bottom: -60px;
  			height: 360px;
  		}
  		.ybanner-l1 {
  			font-size: 32px;
  		}
  		.sseven-i {

  			height: 220px !important;
  		}
  		.sseven-i {

  			height: 240px !important;
  		}
  		.ythree-i__title {

  			font-size: 16px;
  		}
  		.ft-logo, .ft-text {
  			margin-bottom: 24px;
  		}
  		.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;
  			text-align: center;
  		}
  		.ft-i:nth-child(1) ,
  		.ft-i:nth-child(4) {
  			width: 100%;

  		}
  		.foot-line1-in {

  			flex-wrap: wrap;
  		}
  		#colophon {
  			padding-top: 40px;
  			padding-bottom: 40px;

  		}
  		.ythree-i {
  			padding: 8px;

  		}
  		.btn-v2{
  			font-size: 16px;
  		}
  		.ythree-i__up {

  			height: 180px;
  		}
  		.seight-in.grid-container.col-2 {
  			grid-template-columns: repeat(1, 1fr);
  		}
  		.seight-in.grid-container.col-2 {

  		}
  		.seight-i h3{
  			font-size: 22px;
  			margin-top: 16px;
  			margin-bottom: 8px;
  		}
  		.seight.flip .seight-in{
  			display: flex;
  			flex-direction: column-reverse;
  			margin-top: 24px;
  		}
  		.mob-te-center .seight-i{
  			text-align: center;
  		}
  		.sworker-in.grid-container.col-4 {
  			grid-template-columns: repeat(2, 1fr);
  		}
  		.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
  			width: 48%;
  			margin-bottom: 8px;
  		}
  		.cone-in.grid-container.col-2 {
  			grid-template-columns: repeat(1, 1fr);
  		}
  		.cone-l{
  			padding-right: 0;
  		}
  		.single-post .mseven {

  			padding-top: 30px;
  			padding-bottom: 30px;
  		}
  		.aune-in {

  			gap: 16px;
  			flex-direction: column;
  		}
  		.auone-l {
  			min-width: auto;
  			max-width: none;
  			width: 100%;
  		}
  		.auone-r {
  			width: 100%;
  		}
  		.aune-aut {
  			padding: 20px;
  		}
  		.woocommerce ul.products.columns-3 li.product, 
  		.woocommerce-page ul.products.columns-3 li.product {
  			width: calc(100% / 2 - 9px);
  			margin: 0;
  		}
  	}
  	@media screen and (max-width: 568px){
  		#masthead{
  			height: 80px;
  		}
  		.header-cart .woocommerce-Price-amount{
  			display: none;
  		}
  		.header-cart {

  			margin-left: 0;
  		}
  		.mob-btn span{
  			display: none;
  		}
  		#site-navigation.change {
  			width: 87%;
  		}
  		.header-l1	.container {

  			padding: 0px 5px;

  		}
  		.header-tel {

  			font-size: 16px;

  			margin-right: 0;
  		}
  		.site-branding {
  			max-width: 115px;
  		}
  		.sone-l1 {
  			font-size: 36px;
  			text-align: center;
  		}
  		#page {
  			padding-top: 0;
  		}
  		.entry-title {
  			font-size: 20px;
  			margin-bottom: 8px;
  		}
  		.btn-v2 {

  			padding: 6px 10px;

  			font-size: 15px;
  		}
  		.title_v2 {
  			font-size: 16px;
  			margin-bottom: 12px;
  		}

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


  		.title_v1 {
  			font-size: 22px;

  			margin-bottom: 16px;

  		}
  		.grid-container.col-6 {
  			grid-template-columns: repeat(2, 1fr);
  		}
  		.stwo-in.stwo-v2.grid-container.col-4, .stwo-in.stwo-v3.grid-container.col-4 {
  			grid-template-columns: repeat(1, 1fr);
  		}
  		.ythree-i__down {
  			padding-left: 0;
  			padding-right: 0;
  		}
  		.ythree-i__up {
  			margin-bottom: 8px;
  		}
  		.ythree-in.grid-container.col-3 {
  			grid-template-columns: repeat(2, 1fr);
  		}
  		.grid-container.col-3 {
  			grid-template-columns: repeat(1, 1fr);
  		}
  		.sect {
  			padding-top: 40px;
  			padding-bottom: 40px;
  		}
  		.ybanner__img {
  			bottom: -40px;

  			right: -15%;
  		}
  		#primary{
  			overflow: hidden;
  		}
  		.ybanner-l2 {
  			font-size: 16px;

  		}
  		.ybanner-l1 {
  			font-size: 25px;
  		}
  		.btn-v1 {

  			font-size: 16px;

  			padding: 14px 25px;

  		}
  		.sthree-i:before {

  			top: 0px;
  			font-size: 18px;

  		}
  		.sthree-i {
  			margin-bottom: 16px;
  			padding-left: 32px;

  		}
  		.sthree-i__title {
  			font-size: 18px;
  			font-weight: 600;
  			margin-bottom: 8px;
  		}
  		.sthree-i__text {
  			font-size: 15px;
  		}
  		.sseven-i {
  			height: 270px !important;
  		}
  		.sseven .container{
  			padding: 0;
  		}
  		.wseven-i2 {

  			height: 80px !important;
  		}
  		.shone-bg2__krop {

  			right: 0;

  			width: 100%;

  		}
  		.ssix-in {
  			padding: 40px 20px;
  		}
  		.ssix-btns {

  			gap: 8px;

  			flex-direction: column;
  		}
  		.slik-nav-wr {
  			margin-top: 16px;
  		}
  		.sone__bg {

  			display: none;
  		}
  		.art-st-img {
  			width: 100%;

  		}
  		.cone {
  			padding-top: 60px;
  			padding-bottom: 60px;
  		}
  		.ctwo{
  			height: 400px;
  		}
  		.ctwo iframe{
  			height: 100%;
  		}
  		.topmen .header-l1{
  			padding-top: 0;
  			padding-bottom: 0;
  		}
  		.ythree-i__up {

  			height: 160px;
  		}
  		.stwo-v1 .stwo-i__title {
  			padding-right: 100px;
  			margin-bottom: 0;
  			font-size: 18px;
  		}
  		.ythree-in.grid-container {

  			grid-template-columns: repeat(1, 1fr);

  		}
  		body .pum-theme-255 .pum-title,
  		body .pum-theme-lightbox .pum-title {


  			font-weight: 400;
  			font-size: 26px;
  			line-height: 36px;
  		}
  		body .pum-theme-255 .pum-container, body .pum-theme-lightbox .pum-container {
  			padding: 32px 16px;

  		}
  		.sone-l3{
  			margin: 0 auto;
  			display: block;
  		}
  		.ft-i {
  			width: 100%;
  		}
  		.ft-list {

  			text-align: center;
  		}
  		.ybanner__img{
  			display: none;
  		}
  		.ythree-v2 .ythree-i {
  			padding: 4px;

  		}
  		.stwo-v1 .stwo-i__img{
  			max-width: 150px;

  			width: 40%;

  		}
  		.sworker-in.grid-container.col-4 {
  			grid-template-columns: repeat(1, 1fr);
  		}
  		.scareer-i{
  			padding: 16px;
  		}
  		.scareer-i__in {
  			display: flex;
  			gap: 16px;
  			flex-direction: column;
  		}
  		.scareer-i__btn {
  			position: relative;
  			right: 0;
  			top: 0;
  			padding: 12px 26px;
  		}
  		.mseven-i {

  			padding: 16px;
  		}
  		.mseven-i__title {
  			font-size: 18px;
  			padding-right: 32px;
  		}
  		.formin-up p {

  			grid-template-columns: repeat(1, 1fr);
  			grid-column-gap: 0;
  			grid-row-gap: 0;
  		}
  		.summary-atr{
  			padding: 24px 10px;
  		}
  		.woocommerce-product-attributes.shop_attributes tbody {
  			display: grid;
  			grid-template-columns: repeat(1, 1fr);
  		}
  		.woocommerce table.shop_attributes th {
  			padding: 0;
  			text-align: left;
  			width: 150px;
  		}
  		.woocommerce table.shop_attributes th:before{
  			display: none;
  		}
  		.woocommerce table.shop_attributes td p {
  			margin: 0;
  			padding: 0;
  		}
  		.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
  			width: 100%;
  			margin-bottom: 8px;
  		}
  		.woocommerce-product-attributes.shop_attributes tr {
  			font-size: 16px;
  			border-bottom: 1px solid #d7d7d7;
  			padding: 8px 0;
  		}
  		.woocommerce-product-attributes.shop_attributes tr:first-child{
  			border-top: 1px solid #d7d7d7;
  		}
  		.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  			width: 100%;
  			overflow: visible;
  		}
  		.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  			width: 100%;

  		}

  	}
  	@media screen and (max-width: 390px){
  		.entry-content iframe {

  			height: 240px;
  		}
  		.cone-in.grid-container.col-2 {
  			grid-template-columns: repeat(1, 1fr);
  		}
  		.stwo-i {
  			padding: 16px;
  			min-height: 96px;
  		}
  		.stwo-i__img {

  			width: 40%;
  			object-fit: cover;
  		}
  		.ythree-i__up {

  			height: 170px;
  			/*height: 120px;*/
  		}
  	}
