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

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

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

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

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

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

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

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

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

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

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

/**
 * 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.
 */


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

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:hover,
a:active {
	outline: 0;
}

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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


.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;
}
.aij{
    display: flex;
    align-items: center;
    justify-content: center;
}
.aif{
    display: flex;
    flex-direction: row-reverse;
}

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


.bottom-head{
        background: black;
    padding: 10px;
}
.bottom-head .sell-mettal a{
        background: #be1d2c;
    color: white;
    padding: 15px 20px;
    display: block;
    width: fit-content;
    border-radius: 5px;
    font-weight: 600;
}
.site-header .lang{
    font-weight: 600;
}
.site-header .phone-num{
    font-weight: 900;
        font-size: 24px;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    height: 50px;
}
.bottom-head  .socail-icon i{
        font-size: 18px;
    color: white;
    margin-right: 5px;
}
.last-product .title span::after{
    content: "";
    background: url(img/affter-img.png) ;
}
.main-carousel h2{
    position: absolute;
    top: 50%;
    left: 5%;
    color: white;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    transform: translate(10px, -50%);
}
.main-carousel .single-slide{
    position: relative;
}
.last-product{
        padding: 60px 0px 0px;
    background: #f1f1f1;
}

.products.columns-4 li{
        padding: 10px !important;
    background: white;
}
.products.columns-4 li .button{
         background: white !important;
    border: 1px solid #090909;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.products.columns-4 .woocommerce-loop-product__title{
        color: black;
    font-size: 20px !important;
}
.products.columns-4 li .price bdi{
        color: black;
    font-size: 16px;
}
.counter{
        background: black;
    padding: 120px 0px;
}
.counter span{
        color: white;
    font-size: 30px;
    font-weight: 600;
        border-bottom: 2px solid #be1d2c;
}
.counter p{
        color: #f1f1f1;
            font-size: 18px;
    margin-top: 10px;
}
.post{
    padding: 60px 0px;
        background: #f1f1f1;
}
.post .case-img img{
    margin: 0px;
}
.post .title span{
    font-family: "byShep";
    font-size: 26px;
    margin-bottom: 35px;
    display: block;
    border-left: 5px solid #be1d2c;
    padding-left: 10px;
    color: #161616;
}
.post .single-post-content a.single-post-title{
    color: black;
    font-size: 24px;

}
.post .single-post-content a.more{
     font-size: 30px;
    display: block;
    /* margin-top: 34px; */
    color: #be1d2c;
    /* background: #f1f1f1; */
    padding: 10px;
    width: fit-content;
    position: relative;
    border-radius: 5px;
    bottom: -15px;
    font-weight: 600;
    position: absolute;
    right: 10px;
    bottom: 0px;
}
.shop h2{
        font-size: 24px;
    padding: 20px 0px 0px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 40px;
    font-weight: 600;
    color: black;
}

.post .single-post-content p.time{
    margin-top: 25px;
    font-size: 14px;
    /* font-weight: 700; */
    color: #a5a5a5;
}
.post .single-post{
    background: white;
    padding: 15px;
    margin-bottom: 20px;
        position: relative;
}
.form-block{
    background: black;
    padding: 60px 0px;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: left;
}
.form-block input{
        background: white;
    padding: 10px;
    border-radius: 5px;
}
.form-block  .wpcf7-submit{
    background: #be1d2c;
    border: 1px solid #be1d2c;
    padding: 15px;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
}
.form{
    background: #f1f1f1;
        padding-bottom: 60px;
}

.form-block br{
    display: none;
}
.form-block span{
    color: white;
    font-size: 32px;
    font-weight: 700;
}
.form-block p{
        font-size: 24px;
    color: white;
}


/*
Theme Name: Studio68
Theme URI: https://studio68.ru
Author: artsvi Ayvazyan
Author URI: https://fb.com/alarayv/
Description: Ð¢ÐµÐ¼Ð° Ð´Ð»Ñ ÑÐ°Ð¹Ñ‚Ð° https://studio68.ru
Tags:  featured-images, full-width-template
Version: 1.0
*/

*, ::after, ::before { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; list-style: none; }
html { scroll-behavior: smooth; }
/* Developer Hovo Vardanyan */
@font-face {
	font-family: girloyLight;
	src: url(fonts/Gilroy-Light.woff2);
}
@font-face {
	
	src: url(fonts/Gilroy-Medium.woff2);
}
@font-face {
	font-family: GilroyBold;
	src: url(fonts/Gilroy-Bold.woff2);
}
@font-face {
	font-family: GilroyRegular;
	src: url(fonts/Gilroy-Regular.woff2);
}
@font-face {
	font-family: georgiai;
	src: url(fonts/georgiai.ttf);
}

.container_page {
	width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}
.head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;
	-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
        padding: 20px 0px;
}
.head form {
	width: 280px;

	padding-bottom: 2px;
}
.head form .Stxt {
	font-family: girloyLight;
	width: 190px;
	outline: none;
	border: none;
}
.head form button {
	background: transparent;
	outline: 0;
	border: 0;
	padding-bottom: 2px;
}
.head form button i {
	color: #910045;
	padding: 2px;
}
/*.head .social { padding-top: 50px; margin-left: 75px; }
*/.head .social a {
	display: inline-block;
	background: url(img/border.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	padding-left: 9px;
	padding-top: 5px;
}
.head .social a:nth-child(2) { padding-left: 5px; }
.head .social a:nth-child(3) { padding-left: 7px; }
.head .social a i { color: #1d546d; }
.head .social a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.head .contact a {
	font-size: 16px;
    color: #000000;
    font-weight: 600;
}
.head .bag { margin-top: 35px; margin-left: 15px; position: relative; }
.head .bag svg {
	width: 40px;
	fill: #910045;
}
.head .bag:hover {
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}
.head .bag .circle {
	position: absolute;
	right: -3px;
    top: 12px;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
}
.head .bag .circle span {
	font-size: 18px;
	font-family: GilroyBold;
	color: #910045;
}
.burger {
	display: none;
}
.burger i {
	font-size: 2.7em;
	color: #000;
	cursor: pointer;
}
nav {
	-webkit-transition: .2s;
	transition: .2s;
}
nav .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
nav .menu li a {
	font-size: 16px;
	font-weight: bold;
	color: #373641;
	padding: 5px 20px;
	display: block;
    font-weight: 500;
}
a{
    text-decoration: none;
}
ul.menu{
    margin: 0px;
    display: flex;
    justify-content: center;
    padding: 0px;
}

nav.navigation .close {
	border: none;
	outline: none;
	background: #910045;
	padding: 4px 10px;
	font-size: 1.5em;
	color: #fff;
	border-radius: 50%;
	display: none;
}
.pink { background: #910045; padding: 0 70px; }
.pink .menu li a { color: #fff; }
.pink .menu li { position: relative; }
.pink .menu li+li:before {
	position: absolute;
	top: 2px;
    left: -50px;
	padding: 8px;
	content: '|';
	font-size: 2em;
	color: #A32963;
}
.cream { background: #CEC1A3; padding: 0 70px; }
.owl-item {
	display: inline-block;
	overflow: hidden;
}
.carusel_block .car_1 {
	overflow: hidden;
	position: relative;
}
.carusel_block .owl-nav {
	display: none;
}
.carusel_block .owl-dots {
	position: absolute;
	bottom: 6%;
	text-align: center;
	width: 100%;
}
.carusel_block .owl-dot {
	padding: 5px;
	background: #F7F7F7;
	border: none;
	margin-right: 9px;
	border-radius: 50%;
	border: none;
}
.carusel_block .owl-dot.active {
	padding: 7px;
	background: #B59D53;
}
.carusel_block .owl-dot:hover {
	background: radial-gradient(#E6F3C5, #BADB72, #B1D366, #ABCD55, #F7F7F7, #F7F7F7, #F7F7F7, #ABACAF);
}
.carusel_block .owl-dot:focus {
	outline: none;
}
.carusel_block .slide {
	position: relative;
}
.carusel_block .slide img {
	width: 100%;
}
.carusel_block .slide .descr {
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	height: 80%;
	text-align: center;
}
.carusel_block .slide .descr h2 {
	font-size: 3.5vw;
	font-family: GilroyBold;
	font-weight: normal;
	color: #fff;
}
.carusel_block .slide .descr a {
	font-size: 18px;
	padding: 17px 22px;
	background: #910045;
	color: #fff;
	text-decoration: none !important;
	margin-top: 50px;
	display: inline-block;
}
.carusel_block .slide .descr a:hover {
	outline: 2px solid #fff;
}
#section1 {
	background: #fff url(img/section/back.jpg) no-repeat left top;
	margin-top: -5px;
	padding-top: 80px;
}
.font60Col {
	font-size: 60px;
	font-family: GilroyBold;
	color: #910045;
	line-height: 1.2;
}
.font48Col {
	font-size: 46px;
	font-family: georgiai;
	color: #292833;
	line-height: 1;
}
#section1 .pro {
	padding-top: 40px;
	padding-bottom: 60px;
}
.object-fit {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
#section1 .pro img {
	max-width: 345px;
	border: 15px solid #fff;
}
#section1 .pro .item {
	position: relative;
}
#section1 .pro .item h3 {
	font-size: 30px;
	font-family: georgiai;
	position: absolute;
	color: #292833;
	bottom: 5%;
	right: 6%;
	width: 50%;
	line-height: 1.3;
	text-transform: uppercase;
	min-height: 15%;
}
#section1 .pro .item:hover {
	-webkit-transform: scale(1.005);
	transform: scale(1.005);
}
#section2 {
	background: -webkit-gradient(linear, left top, right top, color-stop(85%, #fff), color-stop(15%, #EAEDF6));
	background: linear-gradient(to right, #fff 85%, #EAEDF6 15%);
}
#section2 .part1 {
	background: #F6F7FA;
	padding-bottom: 60px;
}
#section2 .title h2 {
	margin-top: 70px;
}
#section2 .arrow { padding-top: 70px; }
#section2 .arrow a {
	font-size: 24px;
	font-family: georgiai;
	color: #B59D53;
	text-decoration: underline;
}
#section2 .arrow svg {
	width: 30px;
	height: 30px;
	fill: #B59D53;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	vertical-align: top;
	margin-top: 5px;
	margin-left: 20px;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
#section2 .arrow a:hover {
	text-decoration: none;
}
#section2 .arrow a:hover svg { margin-left: 15px; }
#section2 .topRow {
	padding-top: 40px;
}
#section2 .item-click img {
	max-width: 270px;
}
#section2 .item-click:hover img {
	-webkit-transform: scale(1.005);
	transform: scale(1.005);
}
#section2 .item-click {
	display: block;
	position: relative;
}
#section2 .item-click h3 {
	position: absolute;
	top: 13%;
    left: -10px;
	font-size: 19px;
	font-family: GilroyBold;
	color: #fff;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 5;
}
#section2 .descr p {
	font-size: 24px;
	font-family: GilroyBold;
	color: #292833;
}
#section2 .descr span {
	float: left;
	font-size: 16px;
	font-family: GilroyRegular;
	margin-top: 4px;
}
#section2 .descr a {
	float: right;
	font-size: 18px;
	font-family: GilroyRegular;
	color: #A32D66;
}
#section2 .topRow {
	padding-bottom: 60px;
}
#section3 {
	background: url(img/section3/background.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 70px;
	padding-bottom: 30px;
}
#section3 .indifont {
	font-size: 48px;
	margin-bottom: 80px;
}
#section3 .logoD {
	background: url(img/border.png) no-repeat;
	background-size: contain;
	max-width: 140px;
	min-height: 150px;
	padding-top: 35px;
    padding-left: 35px;
	margin: 0 auto;
}
#section3 .logoD svg {
	width: 60px;
	height: 80px;
	fill: #B9A25C;
}
#section3 .ab {
	min-height: 285px;
}
#section3 .ab p {
	font-family: GilroyBold;
	text-align: center;
	width: 60%;
	margin: 22px auto;
}
#sliderSection {
	background: -webkit-gradient(linear, left top, right top, color-stop(23%, #EAEDF6), color-stop(0%, #fff));
	background: linear-gradient(to right, #EAEDF6 23%, #fff 0%);
	padding: 100px 15px 0 15px;
}
#sliderSection .caruselToo {
	position: relative;
}
#sliderSection .caruselToo:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18%;
	height: 100%;
	background: rgb(255,255,255,.8);
	z-index: 1;
}
#sliderSection .caruselToo:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 18%;
	height: 100%;
	background: rgb(255,255,255,.8);
	z-index: 1;
}
#sliderSection .font60Col.indifont {
	font-size: 48px;
	margin-bottom: 45px;
}
#sliderSection .car_2 {
	overflow: hidden;
	position: relative;
}
#sliderSection .owl-nav {
	position: absolute;
	top: 52%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	line-height: 0;
	z-index: 2;
}
#sliderSection .owl-nav button {
	background: transparent;
	border: none;
	outline: none;
}
#sliderSection .owl-nav button span {
	font-size: 6em;
	color: #910246;
}
#sliderSection .owl-nav .owl-prev {
	left: 1%;
    position: absolute;
}
#sliderSection .owl-nav .owl-next {
	right: 1%;
    position: absolute;
}
#sliderSection .owl-dots {
	display: none;
}
#sliderSection img {
	max-width: 370px;
}
#section4 { background: -webkit-gradient(linear, left top, right top, color-stop(23%, #EAEDF6), color-stop(0%, #fff)); background: linear-gradient(to right, #EAEDF6 23%, #fff 0%); padding: 100px 0 75px; }
#section4 .descr { margin-bottom: 40px; }
#section4 .desc img { max-width: 700px; }
#section4 .desc h2 {
	font-size: 48px;
	font-family: GilroyBold;
	color: #910246;
	margin-top: 15px;
}
#section4 .desc h2.indiFont {
	font-size: 24px;
	margin-top: 0;
}
#section4 .desc p {
	font-size: 16px;
	font-family: GilroyRegular;
	margin-top: 35px;
}
#section4 .rightPic { padding-left: 30px; position: relative; }
#section4 .rightPic:after {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 5px;
	width: 50%;
	height: 80%;
	border-left: 25px solid #EAEDF6;
    border-bottom: 25px solid #EAEDF6;
}
#section5 { background: #EAEDF6; padding: 80px 0 30px; }
#section5 .font60Col.st48,
#section5 .font48Col.st48 {
	font-size: 48px; }
#section5 .show { margin-top: 50px; }
#section5 .show .imgItem {
	position: relative;
}
#section5 .show .imgItem:after {
	content: '';
	position: absolute;
	top: 5%;
	left: 3%;
	width: 60%;
	height: 65%;
	border-top: 5px solid #B59D53;
	border-left: 5px solid #B59D53;
}
#section5 .show .imgItem img {
	max-width: 370px;
}
#section5 .show .ItemS {
	font-size: 24px;
	font-family: GilroyBold;
	color: #292833;
	margin-top: 15px;
	display: block;
}
#section5 .show .clHover {
	margin-bottom: 40px;
}
#section5 .show .clHover:hover img {
	-webkit-transform: scale(1.005);
	transform: scale(1.005);
}
footer h3 {
	font-size: 18px;
	font-family: GilroyBold;
	color: #fff;
	margin-bottom: 30px;
}
footer .footLink .menu .menu-item {
	margin-bottom: 15px;
}
footer .footLink .menu .menu-item a {
	font-size: 14px;
	font-family: girloyLight;
	color: #737479;
}
footer .adress .step { margin-bottom: 25px; }
footer .adress .step a,
footer .adress .step p {
	font-size: 14px;
	font-family: girloyLight;
	color: #fff;
	display: inline-block;
}
footer .adress .step a.mrg { margin-left: 20px; }
footer .adress .step p.mrg { margin-left: 20px; }
footer .adress .step .symbol {
	display: inline-block;
	padding-top: 2px;
	margin-right: 2px;
	vertical-align: top;
}
footer .adress .step .symbol svg {
	width: 15px;
	height: 15px;
	fill: #B59D53;
}
footer .postLink input[type=text] {
	font-size: 14px;
	font-family: girloyLight;
	padding: 8px 20px;
	width: 250px;
	outline: none;
	border: none;
}
footer .postLink input[type=submit] {
	font-size: 16px;
	font-family: GilroyBold;
	padding: 12px 20px;
	width: 250px;
	background: #910045;
	color: #fff;
	outline: none;
	border: none;
	margin-top: 10px;
}
footer .postLink input[type=submit]:hover {
	background: #b10054;
}
footer .postLink .settings {
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 11px;
	font-family: girloyLight;
	color: #fff;
}
footer .postLink .settings a { color: #2A98BE; }
footer .postLink img { max-width: 60px; }
footer .postLink img:hover { -webkit-transform: scale(1.08); transform: scale(1.08); }
footer .postLink h3.indiCard { margin-bottom: 15px; }

footer .pageBott p {
	    font-size: 16px;
    color: #000000;
    margin-bottom: 0px;
}
footer .pageBott .social a {
	display: inline-block;
	background: url(img/border.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	padding-left: 9px;
	padding-top: 5px;
}
footer .pageBott .social { margin-left: 50px; }
footer .pageBott .social a:nth-child(2) { padding-left: 5px; }
footer .pageBott .social a:nth-child(3) { padding-left: 7px; }
footer .pageBott .social a i { color: #1d546d; }
footer .pageBott .social a:hover { -webkit-transform: scale(1.05); transform: scale(1.05); }

.singlPagn { padding: 20px 0 15px; }
.singlPagn a {
	font-size: 16px;
	font-family: girloyLight;
	color: #373641;
}
.singlPagn a+a:before {
	content: '>';
	font-size: 1em;
	color: #000;
	margin: 0 10px;
}
.singlPagn a.itActive { color: #A32963; }
.singleSlideBlock {
	display: -webkit-box;display: -ms-flexbox;display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
}
.singleSlideBlock .slide {
	display: -webkit-box;display: -ms-flexbox;display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
.singleSlideBlock .slide .leftImg img {
	display: block;
	max-width: 115px;
    max-height: 115px;
    min-width: 115px;
	margin-bottom: 15px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
}
.singleSlideBlock .slide .leftImg img:hover,
.singleSlideBlock .slide .leftImg .downlod svg:hover { -webkit-transform: scale(1.05); transform: scale(1.05); }
.singleSlideBlock .slide .leftImg .downlod svg {
	width: 55px;
	margin-left: 33px;
    margin-top: 7px;
	fill: #B2B2B2;
}
.singleSlideBlock .slide .HomeSlide {
	margin-left: 15px;
	margin-right: 30px;
}
.singleSlideBlock .slide .HomeSlide img { max-width: 400px; min-width: 400px; }
.singleSlideBlock .description { width: 100%; }
.singleSlideBlock .description .blockDescr {
	display: -webkit-box;display: -ms-flexbox;display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
}
.singleSlideBlock .description .blockDescr {
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}
.singleSlideBlock .description p {
	font-size: 16px;
	font-family: GilroyRegular;
	color: #292833;
	margin: 14px 0;
}
.singleSlideBlock .description .blockDescr .rgt { text-align: right; }
.singleSlideBlock .description h2 {
	font-size: 42px;
	font-family: GilroyBold;
	color: #292833;
}
.singleSlideBlock .description h3 {
	font-size: 16px;
	
	color: #292833;
	margin-bottom: 15px;
}
.singleSlideBlock .description .plusInfo { border-bottom: 1px solid #E3E3E3; }
.singleSlideBlock .description .plusInfo p { display: inline-block; }
.singleSlideBlock .description .plusInfo a {
	float: right;
	font-size: 2em;
	color: #7F7E85;
	margin-top: 5px;
	text-decoration: none;
}
.singleSlideBlock .description .categor h4 {
	font-size: 24px;
	font-family: GilroyBold;
	color: #292833;
	margin-top: 10px;
	margin-bottom: 10px;
}
.singleSlideBlock .description .categor a {
	font-size: 15px;
	font-family: GilroyRegular;
	color: #292833;
	padding: 8px 15px;
	background: #E6E6E6;
	display: inline-block;
}
.singleSlideBlock .description .calPrice {
	display: -webkit-box;display: -ms-flexbox;display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 15px;
}
.singleSlideBlock .description .calPrice .priceR {
	margin-left: 15px;
}
.singleSlideBlock .description .calPrice .calendar input {
	width: 200px;
}
.singleSlideBlock .description .calPrice .priceR h5 {
	font-size: 20px;
	
	color: #292833;
}
.singleSlideBlock .description .calPrice .priceR .pr h4 {
	font-size: 36px;
	font-family: GilroyBold;
	color: #910045;
	display: inline-block;
}
.singleSlideBlock .description .calPrice .priceR .pr span {
	font-size: 16px;
	
	color: #292833;
}
.singleSlideBlock .description .calPrice a { font-family: GilroyBold; }
.singleSlideBlock .description .calPrice .priceR > a {
	font-size: 18px;
	padding: 12px 0;
	width: 100%;
	background: #910045;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-top: 10px;
}
.singleSlideBlock .description .calPrice .priceR .aref {
	display: -webkit-box;display: -ms-flexbox;display: flex;
	-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row nowrap;flex-flow: row nowrap;
	margin-top: 20px;
}
.singleSlideBlock .description .calPrice .priceR .aref a {
	font-size: 16px;
	padding: 15px 10px;
	color: #545454;
	border: 1px solid #545454;
	white-space: nowrap;
}
.singleSlideBlock .description .calPrice .priceR .aref a:nth-of-type(1) { margin-right: 5px; }
.singleSlideBlock .description .calPrice .priceR .aref a:hover {
	color: #910045;
	border-color: #910045;
}
.singSize {
	font-size: 48px;
	font-family: GilroyBold;
	color: #292833;
	margin-top: 30px;
	margin-bottom: 25px;
}
.sMdS .singlItem p {
	font-size: 17px;
	font-family: GilroyBold;
	color: #292833;
	margin-top: 12px;
	margin-bottom: 5px;
}
.sMdS .singlItem a { text-decoration: none; }
.sMdS .singlItem img {
	max-width: 260px;
}
.sMdS .singlItem .pricee {
	font-size: 18px;
	font-family: GilroyBold;
	color: #981051;
}
.sMdS .singlItem .pricee span {
	font-size: 17px;
	
	color: #292833;
	float: right;
}
.sMdS .singlItem:hover { -webkit-transform: scale(1.005); transform: scale(1.005); }
.botLink {
	position: relative;
	margin: 50px 0 70px;
	overflow: hidden;
}
.botLink:hover img { -webkit-transform: scale(1.1) translateY(22px); transform: scale(1.1) translateY(22px); }
.botLink img {
	width: 100%;
	-webkit-transition: .4s;
	transition: .4s;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.botLink .absl {
	position: absolute;
	bottom: 15%;
	width: 100%;
	text-align: center;
}
.botLink .absl h3 {
	font-size: 4.5vw;
	font-family: GilroyBold;
	color: #fff;
	margin-bottom: 15px;
}
.botLink .absl p {
	font-size: 18px;
	font-family: GilroyBold;
	color: #fff;
	width: 50%;
	margin: 0 auto;
}
.head .contact a.orange { color: #E63E23; }
.head form button i.orange { color: #E63E23; }
.head .social a.blue { -webkit-filter: hue-rotate(135deg); filter: hue-rotate(135deg); }
svg.blue path { fill: #96C3D8; }
.head .bag .circle span.blue { color: #96C3D8; }
.singlPagn a.itOActive { color: #E63E23; }

.px .categor h4 {
	font-size: 24px;
	font-family: GilroyBold;
	color: #292833;
	margin-top: 10px;
	margin-bottom: 10px;
}
.px .categor a {
	font-size: 15px;
	font-family: GilroyRegular;
	color: #292833;
	padding: 8px 15px;
	background: #E6E6E6;
	display: inline-block;
}
.singleSlideBlock .description .calPrice.bluV { display: block; }
.singleSlideBlock .description .calPrice.bluV .priceR > a { width: 63%; background: #96C3D8; }
.singleSlideBlock .description .calPrice.bluV .priceR .pr h4 { color: #E63E23; }
.singleSlideBlock .description .calPrice.bluV .priceR .aref { display: inline-block; }
.singleSlideBlock .description .calPrice.bluV .priceR .aref a { padding: 14px; margin-left: 10px; }
.singleSlideBlock .description .calPrice.bluV .priceR .aref a:hover {
	color: #6dacca;
    border-color: #6dacca;
}
.calendar.BluV { margin-left: 15px; margin-top: 15px; }
.sMdS.Overs .singlItem .pricee { color: #E63E23; }

.catOptions {
	display: -webkit-box;display: -ms-flexbox;display: flex;
	-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-flow: row nowrap;flex-flow: row nowrap;

}
.catalogH1 {
	font-size: 48px;
	font-family: GilroyBold;
	color: #292833;
    line-height: 1;
	margin: 0px 0 30px;
}
.catOptions .left { margin-right: 90px; }
.catOptions .left h4 {
	font-size: 17px;
	
	color: #292833;
	margin-bottom: 10px;
	padding-top: 20px;
}
.catOptions .left .range {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0 10px;
}
.catOptions .left .range .sizPrice {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 200px;
	height: 5px;
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(204, 204, 204)), color-stop(50%, rgb(145, 0, 69)));
	background: linear-gradient(90deg, rgb(204, 204, 204) 50%, rgb(145, 0, 69) 50%);
	cursor: pointer;
}
.catOptions .left .range .sizPrice::-webkit-slider-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #900045;
	outline: none;
}
.catOptions .left .range .sizPrice::-moz-range-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #900045;
	outline: none;
}
.catOptions .left .range .sizPrice::-ms-thumb {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
	border: 2px solid #900045;
	outline: none;
}
.catOptions .left .range span {
	font-size: 15px;
	
	color: #292833;
	display: inline-block;
	margin-top: 10px;
}
.catOptions .left .range span:nth-child(4) { float: right; }
.catOptions .left .range h3 {
	font-size: 17px;
	
	color: #292833;
	margin-top: 15px;
}
.catOptions .right .topP span { margin-right: 35px; }
.catOptions .right .topP #selct { height: 45px; padding: 0 15px; width: 300px; border: 2px solid #ccc; border-radius: 5px; }
.catOptions .right .bottom { margin-top: 25px; }
.catOptions .right .bottom a {
	font-size: 16px;
	font-family: GilroyRegular;
	color: #292833;
	background: #E6E6E6;
	padding: 10px 22px;
	display: inline-block;
	margin-bottom: 15px;
}
.ctlg .chck label {
	font-size: 16px;
	
	color: #292833;
	cursor: pointer;
	display: block;
	margin-bottom: 20px;
}
.ctlg .chck label input {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #DCDCDC;
	border-radius: 2px;
	margin-right: 7px;
	vertical-align: top;
	cursor: pointer;
	outline: none;
}
.ctlg .chck label input:after {
	content: '\2714';
	position: absolute;
	top: -3px;
	left: 2px;
	font-size: 18px;
	color: #000;
	display: none;
}
.ctlg .chck label input:checked:after { display: block; }
.ctlg .Rctg .rightR .item img { width: 100%; object-fit: cover; object-position: center; }
.ctlg .Rctg .rightR .item .botDescr {
	background: #fff;
	padding: 12px;
	-webkit-transition: .4s;
	transition: .4s;
}
.ctlg .Rctg .rightR .item .botDescr .Cclick {
	font-size: 15px;
	font-family: GilroyBold;
	color: #292833;
	margin-bottom: 2px;
	display: block;
}
.ctlg .Rctg .rightR .item .botDescr span {
	font-size: 14px;
	
	color: #292833;
	margin-bottom: 2px;
    display: inline-block;
}
.ctlg .Rctg .rightR .item .botDescr .priceC {
	font-size: 15px;
	font-family: GilroyBold;
	color: #E27B37;
	display: block;
	margin-bottom: 10px;
}
.ctlg .Rctg .rightR .item .botDescr .korzin {
	font-size: 15px;
	font-family: GilroyBold;
	color: #fff;
	background: #96C3D8;
	padding: 7px 30px;
	display: none;
	vertical-align: top;
	margin-right: 5px;
}
.ctlg .Rctg .rightR .item .botDescr .heart {
	padding: 7px 7px 2px 7px;
	border: 1px solid #96C3D8;
	display: none;
}
.ctlg .Rctg .rightR .item .botDescr .heart:hover svg { -webkit-transform: scale(1.2); transform: scale(1.2); }
.ctlg .Rctg .rightR .item .botDescr .heart svg {
	width: 18px;
	fill: #96C3D8;
}
.ctlg .Rctg .rightR .item:hover .botDescr { -webkit-transform: translateY(-40px); transform: translateY(-40px); }
.ctlg .Rctg .rightR .item:hover .botDescr .korzin,
.ctlg .Rctg .rightR .item:hover .botDescr .heart { display: inline-block; }
.ctlg .Rctg .rightR { margin-top: 10px; }
.ctlg .Rctg .paginationC {
	text-align: center;
	margin-top: 25px;
}
.ctlg .Rctg .paginationC a {
	font-size: 15px;
	
	color: #000;
	border-radius: 50%;
	min-width: 35px;
	min-height: 35px;
	padding-top: 8px;
	display: inline-block;
}
.ctlg .Rctg .paginationC a.active { color: #fff; background: #910045; }
.ctlg .Rctg .paginationC a:hover {
	color: #fff;
	background: #910045;
}
.textBlock {
	width: 74%;
	margin: 50px 0 90px auto;
}
.textBlock h2 {
	font-size: 46px;
	font-family: GilroyBold;
	color: #292833;
	margin-bottom: 15px;
}
.textBlock p {
	font-size: 18px;
	font-family: GilroyRegular;
	color: #292833;
	margin-bottom: 25px;
}.sub-menu .menu-item:hover .sub-menu {
	display: block;
}

.sub-menu {
	display: none;
}
.btn-call {
    background: #025eaf;
    color: #fff!important;
    border-radius: 50%;
    -webkit-animation-name: 'play_down';
    -moz-animation-name: 'play_up';
    animation-duration: 1s;
    animation-iteration-count: infinite;
    box-shadow: 0 0 0 3px rgb(0 0 0 / 50%);
    position: fixed;
    z-index: 99;
    bottom: 20px;
    right: 20px;
    height: 64px;
    width: 64px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center
}

@keyframes play_top {
    0% {
        -webkit-box-shadow: 0 0 rgba(0,163,182,.6);
        -moz-box-shadow: 0 0 rgba(0,163,182,.6);
        box-shadow: 0 0 0 0 #ffd508
    }

    to {
        -webkit-box-shadow: 0 0 0 20px rgba(0,163,182,0);
        -moz-box-shadow: 0 0 0 20px rgba(0,163,182,0);
        box-shadow: 0 0 0 20px rgba(0,163,182,0)
    }
}

@keyframes play_down {
    0% {
        -webkit-box-shadow: 0 0 rgba(55,55,55,.6);
        -moz-box-shadow: 0 0 rgba(55,55,55,.6);
        box-shadow: 0 0 rgba(55,55,55,.6)
    }

    to {
        -webkit-box-shadow: 0 0 0 20px rgba(55,55,55,0);
        -moz-box-shadow: 0 0 0 20px rgba(55,55,55,0);
        box-shadow: 0 0 0 20px rgba(55,55,55,0)
    }
}

.menu-item {
	position: relative;
}

.menu-item:hover>.sub-menu{
   display: block;
    position: absolute;
    left: 0;
    top: 30px;
    line-height: 12px;
    z-index: 9999;

    background: white;
    box-shadow: 0px 5px 8px 2px rgb(105 105 105 / 20%);
    padding: 5px;
}

.sub-menu .menu-item a {
	padding: 10px;
}

.sub-menu .menu-item .sub-menu {
	display: none;
	left: 289px;
	top: -5x;
	padding-top: 10px;

}




.calPrice .priceR .single_add_to_cart_button {
	font-size: 18px;
    padding: 12px 0;
    width: 100%;
    background: #910045;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}

.woocommerce .quantity .qty {
	display: none;
}

.modal-lg {
	margin: auto;
}

.modal-header .close {
	float: right;
    background: transparent;
    border: 0;
    font-size: 22px;
}

.modal-title {
	display: inline-block;
}

.calPrice .calendar {
	display: none;
}

.woocommerce-checkout.woocommerce-page .woocommerce-shipping-fields__field-wrapper .optional,
.ea_hidden_fieldss
{
	display: none !important;
}

.product mark.count {
	background: transparent;
}
.logo span{
    margin: 0px;
        font-size: 32px;
}
.ai{
    display: flex;
    align-items: center;
}
.wp-block-separator{
    border-top: 0px solid;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
	min-height: 54px;
}
h2{
         font-size: 24px;
    padding: 40px 0px 5px;
    font-weight: 300;
}

.wc_security_deposits_notice {
	display: none;
}

header:not(.woocommerce-products-header) {
	width: 100%;
	left:  0px;
	top: 0px;
	z-index: 9;
}



.has-white-color a {
	color: white !important;
        text-shadow: 0 0 10px black;
}
.head .bag .circle {
    right: 8px;
}
@media (min-width: 776px) {
.single-product .woocommerce-breadcrumb {
	width: 1170px !important;
    padding: 25px 0px 10px !important;
}
	.sub-menu .menu-item:hover .sub-menu {
 left: 340px !important;
 top: -50px !important;
}
}
@media (max-width: 775px){
	.head .bag .circle {
    right: 5px;
}
.menu-item .menu-toggle::before {
  width: 22px !important;
  font-size: 25px !important;
}
.menu-item.catalog-item .sub-menu.opensubmenu {
   max-width: 330px !important;
}
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
}
.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 515px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
}
.woocommerce ul.products li.product a img{
        object-fit: cover;
    height: 460px;
    width: 100%;
    border-radius: 16px;
}

.line{
   text-align: right;
    padding: 15px 10px;
    background: #efefef;
    margin: 15px 0px;
        background: url('img/embroidery-ukrainian.jpg');
       height: 45px;
    width: 100%;
    background-size: inherit;
    margin-bottom: 5px;
    background-position: center;
}
h2.has-text-align-center {
    text-align: center;
    font-size: 24px;
    padding: 20px 0px 0px;
    font-weight: 300;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 40px;
}
.owl-item  h4 a{
             color: black;
    font-size: 20px !important;
    text-align: center;
    font-weight: 300;
    min-height: 54px;
    padding: 10px;
    display: block;
}
.owl-item  h4{
    text-align: center;
}
.owl-item div{
    text-align: center;
}
.owl-carousel{
        padding: 0px 30px;
}
.opis-prod ul{
    margin: 0px;
    padding: 0px;
}
.opis-prod{
    margin-top: 20px;
}
.woocommerce-ordering , .woocommerce-result-count{
    display: none;
}
.cat{
    padding-bottom: 40px;
}

.head h1{
        margin: 0px;
    font-size: 24px;
      color: #0460be;
        text-align: center;
        font-family: 'Pacifico', cursive;
        font-weight: 400;
}
.cat h2.has-text-align-center strong{
    font-family: 'Pacifico', cursive;
        font-weight: 400;
            color: #0460be;
}

.aie{
        display: flex;
    align-items: center;
    justify-content: end;
}
.owl-nav i{
    font-size: 28px;
}

.owl-next{
        position: absolute;
    right: 0;
    top: 50%;
}
.owl-prev{
       position: absolute;
        left: 0;
        top: 50%;
}
.shop .owl-dots{
    display: none;
}
.owl-carousel .owl-item img{
        height: 640px;
    object-fit: cover;

}

/*----------------------------mobile menu----------------------- */

.mobile_menu_overlay, .mobile_menu_container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mobile_menu_container, .mobile_menu_container ul li ul{
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}
.mobile_menu_overlay{
    display: none;
    cursor: pointer;
    z-index: 10200;
    background: rgba(0, 0, 0, 0.5);
}

.mobile_menu_container{
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    width: 300px;
    overflow: hidden;
    z-index: 10201;
    background: #ffffff;
}
.mobile_menu_container.loaded{
       -webkit-transform: translateX(0px);
       transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content{
    overflow: auto;
    max-height: 100%;
    padding-bottom: 30px;
}
.mobile_menu_container ul{
    margin: 0;
    padding: 0;
}
.mobile_menu_container ul li{
    list-style: none;
}
.mobile_menu_container ul li a{
    display: block;
    padding: 15px 20px;
    line-height: 20px;
    font-size: 16px;
    color: #111;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 1px solid #ddd9d9;
}
.mobile_menu_container ul li a.parent{
    padding-right: 50px;
    background: #3884da url("images/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
}
.mobile_menu_container ul li a.parent:hover{
    background: #3c8de8 url("images/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
}
.mobile_menu_container ul li a.back{
    padding-left: 50px;
    background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
    box-sizing: border-box;
    min-height: 50px;
}
.mobile_menu_container ul li a.back:hover{
    background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
}
.mobile_menu_container ul li a:hover{
    background: #efefef;
}

.mobile_menu_container ul li ul.loaded{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.mobile_menu_container ul li ul.activity{
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 320px){

.mobile_menu_container {
    width: 240px;
}

}
/*-------------------end mob menu-----------------------  */

.mobile-header {
    display: none;
}
.rent span {
    font-weight: 600;
        font-weight: 600;
    color: #00549f;
}
.info-product-single-wrap {
    margin-bottom: 20px;
}
@media (max-width: 768px){

  .mobile_menu i{
       font-size: 22px;
        /* background: white; */
        color: #FFEB3B;
                padding: 0px 10px 10px;
        position: relative;
        position: relative;
  }
  .owl-carousel .owl-item img{
        height: 440px;
    object-fit: cover;
}
.bs-seo-gallery.cols-4{
        grid-template-columns: repeat(2, minmax(0, 1fr));
}
.top-foooter .logo-footer a{
    margin-bottom: 40px;
        display: block;
}
.owl-carousel.banner .owl-item img{
    height: 600px;
}
.shop{
    padding: 40px 0;
}
.shop h2{
    font-size: 22px;
}
.woocommerce .woocommerce-breadcrumb{
    padding: 20px 0;
}
.woocommerce .woocommerce-breadcrumb{
        margin: 0 0 1em;
    padding: 0;
    Display: flex;
    overflow: auto;
    scrollbar-width: none;
    align-items: center;
        margin-bottom: 0;
}
.woocommerce div.product .product_title{
    font-size: 24px;
}
.product_meta .posted_in a {
    background: #ffffff;
    color: #00549f;
    padding: 0px;
    /* display: block; */
    margin: 3px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

.related.products .products.columns-3 li{
    width: 100%;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{
        color: #767676;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 0 5px;
    min-height: 50px;
    min-width: max-content;
    margin-right: 20px;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 12px;
    margin: 0;
}

.shop h2{
    padding-top: 5px;
}

  .owl-item h4 a{
      font-size: 16px !important;
          max-height: 80px;
  }
   .mobile_menu_container .menu{
        display: block;
    }
    h2.has-text-align-center{
        padding-top: 10px;
    }

    .sub-menu{
        display: block;
    }
    .sub-menu .menu-item a {
    padding: 10px;
    background: #ebebeb;
    font-weight: 300;
}

    #primary-menu li a {
    color: black;
    font-weight: 400;
}

header.pc {
    display: none;
}
.lang a{
          border-bottom: 0px solid #ddd9d9 !important;
}
.lang{
        display: flex;
            margin-top: 20px;
}
.mobile_menu_content p{
        padding: 20px 20px 0px 20px;
    font-size: 16px;
    font-weight: 600;
}
.mob-tel{
         color: black;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}
.lang.osn{
    margin: 0px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin-top: 10px;
}
.lang.osn a{
    color: black;
    margin-right: 10px;
}

.phone-block-head{
        display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mobile-header {
    display: block;
}

i.fas.fa-bars {
    font-size: 22px;
    color: #000;
}


h2.logo-menu-mob {
    text-align: center;
    padding: 25px 20px;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #2a2a2a;
}
.wp-block-cover{
        margin-bottom: 20px;
}

}

@media (min-width: 720px){
    .header-line{
        display: none;
    }
    .mainmenu.sf-menu{
        display: flex;
    }

}

.pc .lang{
        display: flex;
    margin: 0px;
    margin-top: 10px;
}
.pc .lang a{
        color: black;
    margin: 0px 5px;
}
.pageBott a{
       color: #00549f;
    font-weight: 600;
}

.item-main-carousel{
    position: relative;

}

.item-main-carousel  h4  {
          color: #000;
    font-size: 18px !important;
    text-align: center;
    font-weight: 300;
    min-height: 84px;
    padding: 10px;
    display: block;
    position: absolute;
    bottom: -8px;
    background: #000000d1;
    color: white;
    font-weight: 600;
    font-size: 18px;
    padding: 20px 10px;
    border-radius: 16px;
        width: 100%;
}

.mobile-adress{
    padding: 10px;
}

@media (min-width: 1200px){
    .mobile-adress{
        text-align: center;
    }

}
