/*!
Theme Name: agskindermo
Theme URI: http://underscores.me/
Author: RegisTeam VVV
Author URI: https://registeam.com/
Description: Agskindermo Theme
Version: 1.0.0
Requires PHP: 7.0
Text Domain: agskindermo

agskindermo 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
# Utilities
	- Accessibility
	- Alignments

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

@font-face {
font-display:swap;
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/agskindermo/fonts/OpenSans-Regular.woff2') format("woff2");
}

@font-face {
font-display:swap;
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/agskindermo/fonts/OpenSans-Bold.woff2') format("woff2");
}

@font-face {
font-display:swap;
  font-display: swap;
  font-family: "Neue Haas Unica";
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/agskindermo/fonts/NeueHaasUnica-Light.woff2') format("woff2");
}

@font-face {
font-display:swap;
  font-display: swap;
  font-family: "Neue Haas Unica";
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/agskindermo/fonts/NeueHaasUnica-Regular.woff2') format("woff2");
}

@font-face {
font-display:swap;
  font-display: swap;
  font-family: "Neue Haas Unica";
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/themes/agskindermo/fonts/NeueHaasUnica-ExtraBold.woff2') format("woff2");
}

@font-face {
font-display:swap;
  font-display: swap;
  font-family: "Neue Haas Unica";
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/agskindermo/fonts/NeueHaasUnica-Black.woff2') format("woff2");
}

@font-face {
font-display:swap;
  font-display: swap;
  font-family: "TanPearl";
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/agskindermo/fonts/TAN-PEARL-Regular.woff2') format("woff2");
}

@font-face {
font-display:swap;
  font-family: "Inter";
  src: url('/wp-content/themes/agskindermo/fonts/Inter-Regular.eot');
  src: url('/wp-content/themes/agskindermo/fonts/Inter-Regular.eot?#iefix') format("embedded-opentype"), url('/wp-content/themes/agskindermo/fonts/Inter-Regular.woff2') format("woff2"), url('/wp-content/themes/agskindermo/fonts/Inter-Regular.woff') format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/**
 * Fallback for bourbon equivalent
 */

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

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: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */

body {
  background: #fff;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */

a {
  color: #5D5A5A;
  transition: 0.2s all;
}

a:hover,
a:focus,
a:active {
  color: #8d6235;
}

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: #000;
  border-radius: 3px;
  background: #000000;
  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;
}

.woocommerce-Reviews .submit,
.woocommerce-Button,
.woocommerce-account .button,
.comment-form .submit,
.popup-form .button-default,
.xoo-wsc-ft-btn-continue,
.xoo-wsc-ft-btn-cart,
.wpcf7-submit {
  display: block;
  height: 44px;
  padding: 15px;
  background: linear-gradient(90deg, #000000 0%, #686968 100%) right center;
  background-size: 100% auto;
  border: 0;
  border-radius: 7px;
  color: #fff;
  font-family: "Neue Haas Unica", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05rem;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.woocommerce-Reviews .submit:hover,
.woocommerce-Button:hover,
.woocommerce-account .button:hover,
.comment-form .submit:hover,
.popup-form .button-default:hover,
.xoo-wsc-ft-btn-continue:hover,
.xoo-wsc-ft-btn-cart:hover,
.wpcf7-submit:hover {
  background-color: #000000;
  background-size: 200% auto;
  background-position: left center;
  color: #fff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
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 {
  width: 100%;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 10px 20px;
  outline: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]: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%;
  resize: vertical;
}

.form-row label {
  display: block;
  margin-bottom: 5px;
  color: #111;
  font-size: 0.875rem;
  font-weight: 600;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
}

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

.off-canvas-menu__btn {
  display: flex;
  align-items: center;
  width: 26px;
  height: 26px;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.off-canvas-menu__btn span {
  position: relative;
  display: block;
  width: 26px;
  height: 4px;
  transition: height ease-in-out 0.3s 0.3s;
  border-radius: 2px;
  background-color: #C49564;
}

.off-canvas-menu__btn span:before,
.off-canvas-menu__btn span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  border-radius: 2px;
  background-color: #C49564;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.off-canvas-menu__btn span:before {
  top: -7px;
}

.off-canvas-menu__btn span:after {
  bottom: -7px;
}

.page-blog {
  padding: 20px 0 50px;
  background-color: #f1f1f1;
}

.blog-wrapper {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 30px 15px;
}

.blog-hero-title {
  font-size: 2.3em;
  margin: 0 0 25px;
  font-weight: 700;
}

/* BLOG LATEST POST */

.blog-latest-post {
  padding: 0 0 20px;
}

.blog-latest-post-wrapper {
  display: flex;
}

.blog-latest-post__info {
  width: 50%;
  padding: 0 40px 0 0;
}

.blog-latest-post__title a {
  display: block;
  margin-bottom: 20px;
  color: #404040;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.blog-latest-post__meta {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  line-height: 1;
}

.blog-latest-post__meta .blog-loop__date {
  font-size: 1rem;
}

.blog-latest-post__category {
  margin-bottom: 15px;
  padding-right: 0;
}

.blog-latest-post__category:after {
  content: "";
  display: none;
  width: 1px;
  height: 10px;
  margin-left: 20px;
  border-right: 1px solid #ccc;
}

.blog-latest-post__category a {
  font-size: 1rem;
  text-decoration: none;
  line-height: 1;
}

.blog-latest-post__content {
  line-height: 1.5;
}

.blog-latest-post__thumbnail {
  width: 50%;
}

.blog-latest-post__thumbnail a img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

/* BLOG LOOP POSTS */

.blog-loop-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  margin-bottom: 50px;
}

.blog-loop__post-thumbnail {
  display: block;
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.blog-loop__post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-loop__header {
  margin-bottom: 15px;
}

.blog-loop__category {
  margin-bottom: 10px;
}

.blog-loop__category a {
  color: #C49564;
  font-size: 0.75rem;
  letter-spacing: 0.05rem;
  text-decoration: none;
}

.blog-loop__title {
  display: block;
  color: #404040;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.blog-loop__content p {
  margin-bottom: 15px;
}

.blog-loop__date {
  color: #C49564;
  font-size: 0.875rem;
}

.blog-category-filter {
  margin-bottom: 25px;
}

.category-filter__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-filter__item {
  margin: 0 10px 10px 0;
}

.category-filter__item a {
  display: inline-block;
  padding: 6px 18px 6px;
  color: #404040;
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.category-filter__item a:hover,
.category-filter__item a:focus {
  border-color: #C49564;
}

.category-filter__item.active-category a {
  background-color: #C49564;
  border-color: #C49564;
  color: #fff;
}

.single-categories-list .cat-links {
  display: flex;
  align-items: center;
}

.single-categories-list .cat-links a {
  display: block;
  margin-right: 10px;
  padding: 5px 15px;
  background-color: #C49564;
  border-radius: 5px;
  box-shadow: transparent;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}

.single-thumbnail {
  margin-bottom: 25px;
  border-radius: 5px;
  line-height: 0;
  overflow: clip;
}

.single-thumbnail img {
  width: 100%;
}

.single-entry-title {
  line-height: 1.2;
}

.single-entry-meta {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.single-entry-meta__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.single-entry__author-img {
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  overflow: hidden;
}

.single-entry__author-img img {
  width: 100%;
}

.single-entry__author-info {
  width: 100%;
}

.single-entry__author-name {
  margin-bottom: 5px;
}

.single-entry__author-name a {
  color: #404040;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: underline;
  text-decoration-color: #C49564;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.single-entry__author-name a:hover {
  color: #C49564;
}

.single-entry__author-bio {
  margin-bottom: 10px;
  font-size: 0.875rem;
}

.single-entry__item {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.single-entry__item:not(:last-child) {
  margin-right: 20px;
}

.single-entry__icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #C49564;
}

.single-entry__eye-icon {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBjbGFzcz0idy02IGgtNiI+DQogIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTIuMDM2IDEyLjMyMmExLjAxMiAxLjAxMiAwIDAxMC0uNjM5QzMuNDIzIDcuNTEgNy4zNiA0LjUgMTIgNC41YzQuNjM4IDAgOC41NzMgMy4wMDcgOS45NjMgNy4xNzguMDcuMjA3LjA3LjQzMSAwIC42MzlDMjAuNTc3IDE2LjQ5IDE2LjY0IDE5LjUgMTIgMTkuNWMtNC42MzggMC04LjU3My0zLjAwNy05Ljk2My03LjE3OHoiIC8+DQogIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTE1IDEyYTMgMyAwIDExLTYgMCAzIDMgMCAwMTYgMHoiIC8+DQo8L3N2Zz4NCg==");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBjbGFzcz0idy02IGgtNiI+DQogIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTIuMDM2IDEyLjMyMmExLjAxMiAxLjAxMiAwIDAxMC0uNjM5QzMuNDIzIDcuNTEgNy4zNiA0LjUgMTIgNC41YzQuNjM4IDAgOC41NzMgMy4wMDcgOS45NjMgNy4xNzguMDcuMjA3LjA3LjQzMSAwIC42MzlDMjAuNTc3IDE2LjQ5IDE2LjY0IDE5LjUgMTIgMTkuNWMtNC42MzggMC04LjU3My0zLjAwNy05Ljk2My03LjE3OHoiIC8+DQogIDxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZD0iTTE1IDEyYTMgMyAwIDExLTYgMCAzIDMgMCAwMTYgMHoiIC8+DQo8L3N2Zz4NCg==");
}

.single-entry__calendar-icon {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZmlsbDogcmdiYSgwLCAwLCAwLCAxKTt0cmFuc2Zvcm06IDttc0ZpbHRlcjo7Ij48cGF0aCBkPSJNNyAxMWgydjJIN3ptMCA0aDJ2Mkg3em00LTRoMnYyaC0yem0wIDRoMnYyaC0yem00LTRoMnYyaC0yem0wIDRoMnYyaC0yeiI+PC9wYXRoPjxwYXRoIGQ9Ik01IDIyaDE0YzEuMTAzIDAgMi0uODk3IDItMlY2YzAtMS4xMDMtLjg5Ny0yLTItMmgtMlYyaC0ydjJIOVYySDd2Mkg1Yy0xLjEwMyAwLTIgLjg5Ny0yIDJ2MTRjMCAxLjEwMy44OTcgMiAyIDJ6TTE5IDhsLjAwMSAxMkg1VjhoMTR6Ij48L3BhdGg+PC9zdmc+");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZmlsbDogcmdiYSgwLCAwLCAwLCAxKTt0cmFuc2Zvcm06IDttc0ZpbHRlcjo7Ij48cGF0aCBkPSJNNyAxMWgydjJIN3ptMCA0aDJ2Mkg3em00LTRoMnYyaC0yem0wIDRoMnYyaC0yem00LTRoMnYyaC0yem0wIDRoMnYyaC0yeiI+PC9wYXRoPjxwYXRoIGQ9Ik01IDIyaDE0YzEuMTAzIDAgMi0uODk3IDItMlY2YzAtMS4xMDMtLjg5Ny0yLTItMmgtMlYyaC0ydjJIOVYySDd2Mkg1Yy0xLjEwMyAwLTIgLjg5Ny0yIDJ2MTRjMCAxLjEwMy44OTcgMiAyIDJ6TTE5IDhsLjAwMSAxMkg1VjhoMTR6Ij48L3BhdGg+PC9zdmc+");
}

.single-entry__info {
  color: #282828;
  font-size: 0.875rem;
  line-height: 1;
}

.single-medical-warning {
  margin-bottom: 50px;
  padding: 20px;
  background-color: #ffc;
  border-radius: 15px;
  font-size: 0.875rem;
}

/* SHARE POST */

.single__rate-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 25px 10px;
  background-color: #f5f5f5;
  border-radius: 15px;
}

.single-share-socials {
  padding: 25px 0 0;
}

.single-share-socials__title {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.single-share-socials__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-share-link {
  display: block;
  width: 42px;
  height: 42px;
  padding: 7px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.single-share-link:hover {
  opacity: 0.9;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  padding: 8px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.social-icon:hover {
  background-color: #C49564;
}

.social-icon:hover:before {
  background-color: #fff;
}

.social-icon.social-instagram {
  background-color: #833AB4;
}

.social-icon.social-facebook {
  background-color: #4267B2;
}

.social-icon.social-youtube {
  background-color: #C49564;
}

.social-icon.social-telegram {
  background-color: #0088cc;
}

.social-icon.social-twitter {
  background-color: #1DA1F2;
}

.social-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.social-instagram:before {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZmlsbDogcmdiYSgwLCAwLCAwLCAxKTt0cmFuc2Zvcm06IDttc0ZpbHRlcjo7Ij48cGF0aCBkPSJNMTEuOTk5IDcuMzc3YTQuNjIzIDQuNjIzIDAgMSAwIDAgOS4yNDggNC42MjMgNC42MjMgMCAwIDAgMC05LjI0OHptMCA3LjYyN2EzLjAwNCAzLjAwNCAwIDEgMSAwLTYuMDA4IDMuMDA0IDMuMDA0IDAgMCAxIDAgNi4wMDh6Ij48L3BhdGg+PGNpcmNsZSBjeD0iMTYuODA2IiBjeT0iNy4yMDciIHI9IjEuMDc4Ij48L2NpcmNsZT48cGF0aCBkPSJNMjAuNTMzIDYuMTExQTQuNjA1IDQuNjA1IDAgMCAwIDE3LjkgMy40NzlhNi42MDYgNi42MDYgMCAwIDAtMi4xODYtLjQyYy0uOTYzLS4wNDItMS4yNjgtLjA1NC0zLjcxLS4wNTRzLTIuNzU1IDAtMy43MS4wNTRhNi41NTQgNi41NTQgMCAwIDAtMi4xODQuNDIgNC42IDQuNiAwIDAgMC0yLjYzMyAyLjYzMiA2LjU4NSA2LjU4NSAwIDAgMC0uNDE5IDIuMTg2Yy0uMDQzLjk2Mi0uMDU2IDEuMjY3LS4wNTYgMy43MSAwIDIuNDQyIDAgMi43NTMuMDU2IDMuNzEuMDE1Ljc0OC4xNTYgMS40ODYuNDE5IDIuMTg3YTQuNjEgNC42MSAwIDAgMCAyLjYzNCAyLjYzMiA2LjU4NCA2LjU4NCAwIDAgMCAyLjE4NS40NWMuOTYzLjA0MiAxLjI2OC4wNTUgMy43MS4wNTVzMi43NTUgMCAzLjcxLS4wNTVhNi42MTUgNi42MTUgMCAwIDAgMi4xODYtLjQxOSA0LjYxMyA0LjYxMyAwIDAgMCAyLjYzMy0yLjYzM2MuMjYzLS43LjQwNC0xLjQzOC40MTktMi4xODYuMDQzLS45NjIuMDU2LTEuMjY3LjA1Ni0zLjcxczAtMi43NTMtLjA1Ni0zLjcxYTYuNTgxIDYuNTgxIDAgMCAwLS40MjEtMi4yMTd6bS0xLjIxOCA5LjUzMmE1LjA0MyA1LjA0MyAwIDAgMS0uMzExIDEuNjg4IDIuOTg3IDIuOTg3IDAgMCAxLTEuNzEyIDEuNzExIDQuOTg1IDQuOTg1IDAgMCAxLTEuNjcuMzExYy0uOTUuMDQ0LTEuMjE4LjA1NS0zLjY1NC4wNTUtMi40MzggMC0yLjY4NyAwLTMuNjU1LS4wNTVhNC45NiA0Ljk2IDAgMCAxLTEuNjY5LS4zMTEgMi45ODUgMi45ODUgMCAwIDEtMS43MTktMS43MTEgNS4wOCA1LjA4IDAgMCAxLS4zMTEtMS42NjljLS4wNDMtLjk1LS4wNTMtMS4yMTgtLjA1My0zLjY1NCAwLTIuNDM3IDAtMi42ODYuMDUzLTMuNjU1YTUuMDM4IDUuMDM4IDAgMCAxIC4zMTEtMS42ODdjLjMwNS0uNzg5LjkzLTEuNDEgMS43MTktMS43MTJhNS4wMSA1LjAxIDAgMCAxIDEuNjY5LS4zMTFjLjk1MS0uMDQzIDEuMjE4LS4wNTUgMy42NTUtLjA1NXMyLjY4NyAwIDMuNjU0LjA1NWE0Ljk2IDQuOTYgMCAwIDEgMS42Ny4zMTEgMi45OTEgMi45OTEgMCAwIDEgMS43MTIgMS43MTIgNS4wOCA1LjA4IDAgMCAxIC4zMTEgMS42NjljLjA0My45NTEuMDU0IDEuMjE4LjA1NCAzLjY1NSAwIDIuNDM2IDAgMi42OTgtLjA0MyAzLjY1NGgtLjAxMXoiPjwvcGF0aD48L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZmlsbDogcmdiYSgwLCAwLCAwLCAxKTt0cmFuc2Zvcm06IDttc0ZpbHRlcjo7Ij48cGF0aCBkPSJNMTEuOTk5IDcuMzc3YTQuNjIzIDQuNjIzIDAgMSAwIDAgOS4yNDggNC42MjMgNC42MjMgMCAwIDAgMC05LjI0OHptMCA3LjYyN2EzLjAwNCAzLjAwNCAwIDEgMSAwLTYuMDA4IDMuMDA0IDMuMDA0IDAgMCAxIDAgNi4wMDh6Ij48L3BhdGg+PGNpcmNsZSBjeD0iMTYuODA2IiBjeT0iNy4yMDciIHI9IjEuMDc4Ij48L2NpcmNsZT48cGF0aCBkPSJNMjAuNTMzIDYuMTExQTQuNjA1IDQuNjA1IDAgMCAwIDE3LjkgMy40NzlhNi42MDYgNi42MDYgMCAwIDAtMi4xODYtLjQyYy0uOTYzLS4wNDItMS4yNjgtLjA1NC0zLjcxLS4wNTRzLTIuNzU1IDAtMy43MS4wNTRhNi41NTQgNi41NTQgMCAwIDAtMi4xODQuNDIgNC42IDQuNiAwIDAgMC0yLjYzMyAyLjYzMiA2LjU4NSA2LjU4NSAwIDAgMC0uNDE5IDIuMTg2Yy0uMDQzLjk2Mi0uMDU2IDEuMjY3LS4wNTYgMy43MSAwIDIuNDQyIDAgMi43NTMuMDU2IDMuNzEuMDE1Ljc0OC4xNTYgMS40ODYuNDE5IDIuMTg3YTQuNjEgNC42MSAwIDAgMCAyLjYzNCAyLjYzMiA2LjU4NCA2LjU4NCAwIDAgMCAyLjE4NS40NWMuOTYzLjA0MiAxLjI2OC4wNTUgMy43MS4wNTVzMi43NTUgMCAzLjcxLS4wNTVhNi42MTUgNi42MTUgMCAwIDAgMi4xODYtLjQxOSA0LjYxMyA0LjYxMyAwIDAgMCAyLjYzMy0yLjYzM2MuMjYzLS43LjQwNC0xLjQzOC40MTktMi4xODYuMDQzLS45NjIuMDU2LTEuMjY3LjA1Ni0zLjcxczAtMi43NTMtLjA1Ni0zLjcxYTYuNTgxIDYuNTgxIDAgMCAwLS40MjEtMi4yMTd6bS0xLjIxOCA5LjUzMmE1LjA0MyA1LjA0MyAwIDAgMS0uMzExIDEuNjg4IDIuOTg3IDIuOTg3IDAgMCAxLTEuNzEyIDEuNzExIDQuOTg1IDQuOTg1IDAgMCAxLTEuNjcuMzExYy0uOTUuMDQ0LTEuMjE4LjA1NS0zLjY1NC4wNTUtMi40MzggMC0yLjY4NyAwLTMuNjU1LS4wNTVhNC45NiA0Ljk2IDAgMCAxLTEuNjY5LS4zMTEgMi45ODUgMi45ODUgMCAwIDEtMS43MTktMS43MTEgNS4wOCA1LjA4IDAgMCAxLS4zMTEtMS42NjljLS4wNDMtLjk1LS4wNTMtMS4yMTgtLjA1My0zLjY1NCAwLTIuNDM3IDAtMi42ODYuMDUzLTMuNjU1YTUuMDM4IDUuMDM4IDAgMCAxIC4zMTEtMS42ODdjLjMwNS0uNzg5LjkzLTEuNDEgMS43MTktMS43MTJhNS4wMSA1LjAxIDAgMCAxIDEuNjY5LS4zMTFjLjk1MS0uMDQzIDEuMjE4LS4wNTUgMy42NTUtLjA1NXMyLjY4NyAwIDMuNjU0LjA1NWE0Ljk2IDQuOTYgMCAwIDEgMS42Ny4zMTEgMi45OTEgMi45OTEgMCAwIDEgMS43MTIgMS43MTIgNS4wOCA1LjA4IDAgMCAxIC4zMTEgMS42NjljLjA0My45NTEuMDU0IDEuMjE4LjA1NCAzLjY1NSAwIDIuNDM2IDAgMi42OTgtLjA0MyAzLjY1NGgtLjAxMXoiPjwvcGF0aD48L3N2Zz4=");
}

.social-facebook:before {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZmlsbDogcmdiYSgwLCAwLCAwLCAxKTt0cmFuc2Zvcm06IDttc0ZpbHRlcjo7Ij48cGF0aCBkPSJNMTMuMzk3IDIwLjk5N3YtOC4xOTZoMi43NjVsLjQxMS0zLjIwOWgtMy4xNzZWNy41NDhjMC0uOTI2LjI1OC0xLjU2IDEuNTg3LTEuNTZoMS42ODRWMy4xMjdBMjIuMzM2IDIyLjMzNiAwIDAgMCAxNC4yMDEgM2MtMi40NDQgMC00LjEyMiAxLjQ5Mi00LjEyMiA0LjIzMXYyLjM1NUg3LjMzMnYzLjIwOWgyLjc1M3Y4LjIwMmgzLjMxMnoiPjwvcGF0aD48L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZmlsbDogcmdiYSgwLCAwLCAwLCAxKTt0cmFuc2Zvcm06IDttc0ZpbHRlcjo7Ij48cGF0aCBkPSJNMTMuMzk3IDIwLjk5N3YtOC4xOTZoMi43NjVsLjQxMS0zLjIwOWgtMy4xNzZWNy41NDhjMC0uOTI2LjI1OC0xLjU2IDEuNTg3LTEuNTZoMS42ODRWMy4xMjdBMjIuMzM2IDIyLjMzNiAwIDAgMCAxNC4yMDEgM2MtMi40NDQgMC00LjEyMiAxLjQ5Mi00LjEyMiA0LjIzMXYyLjM1NUg3LjMzMnYzLjIwOWgyLjc1M3Y4LjIwMmgzLjMxMnoiPjwvcGF0aD48L3N2Zz4=");
}

.social-youtube:before {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZmlsbDogcmdiYSgwLCAwLCAwLCAxKTt0cmFuc2Zvcm06IDttc0ZpbHRlcjo7Ij48cGF0aCBkPSJNMjEuNTkzIDcuMjAzYTIuNTA2IDIuNTA2IDAgMCAwLTEuNzYyLTEuNzY2QzE4LjI2NSA1LjAwNyAxMiA1IDEyIDVzLTYuMjY0LS4wMDctNy44MzEuNDA0YTIuNTYgMi41NiAwIDAgMC0xLjc2NiAxLjc3OGMtLjQxMyAxLjU2Ni0uNDE3IDQuODE0LS40MTcgNC44MTRzLS4wMDQgMy4yNjQuNDA2IDQuODE0Yy4yMy44NTcuOTA1IDEuNTM0IDEuNzYzIDEuNzY1IDEuNTgyLjQzIDcuODMuNDM3IDcuODMuNDM3czYuMjY1LjAwNyA3LjgzMS0uNDAzYTIuNTE1IDIuNTE1IDAgMCAwIDEuNzY3LTEuNzYzYy40MTQtMS41NjUuNDE3LTQuODEyLjQxNy00LjgxMnMuMDItMy4yNjUtLjQwNy00LjgzMXpNOS45OTYgMTUuMDA1bC4wMDUtNiA1LjIwNyAzLjAwNS01LjIxMiAyLjk5NXoiPjwvcGF0aD48L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBzdHlsZT0iZmlsbDogcmdiYSgwLCAwLCAwLCAxKTt0cmFuc2Zvcm06IDttc0ZpbHRlcjo7Ij48cGF0aCBkPSJNMjEuNTkzIDcuMjAzYTIuNTA2IDIuNTA2IDAgMCAwLTEuNzYyLTEuNzY2QzE4LjI2NSA1LjAwNyAxMiA1IDEyIDVzLTYuMjY0LS4wMDctNy44MzEuNDA0YTIuNTYgMi41NiAwIDAgMC0xLjc2NiAxLjc3OGMtLjQxMyAxLjU2Ni0uNDE3IDQuODE0LS40MTcgNC44MTRzLS4wMDQgMy4yNjQuNDA2IDQuODE0Yy4yMy44NTcuOTA1IDEuNTM0IDEuNzYzIDEuNzY1IDEuNTgyLjQzIDcuODMuNDM3IDcuODMuNDM3czYuMjY1LjAwNyA3LjgzMS0uNDAzYTIuNTE1IDIuNTE1IDAgMCAwIDEuNzY3LTEuNzYzYy40MTQtMS41NjUuNDE3LTQuODEyLjQxNy00LjgxMnMuMDItMy4yNjUtLjQwNy00LjgzMXpNOS45OTYgMTUuMDA1bC4wMDUtNiA1LjIwNyAzLjAwNS01LjIxMiAyLjk5NXoiPjwvcGF0aD48L3N2Zz4=");
}

.social-telegram:before {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJtMjAuNjY1IDMuNzE3LTE3LjczIDYuODM3Yy0xLjIxLjQ4Ni0xLjIwMyAxLjE2MS0uMjIyIDEuNDYybDQuNTUyIDEuNDIgMTAuNTMyLTYuNjQ1Yy40OTgtLjMwMy45NTMtLjE0LjU3OS4xOTJsLTguNTMzIDcuNzAxaC0uMDAybC4wMDIuMDAxLS4zMTQgNC42OTJjLjQ2IDAgLjY2My0uMjExLjkyMS0uNDZsMi4yMTEtMi4xNSA0LjU5OSAzLjM5N2MuODQ4LjQ2NyAxLjQ1Ny4yMjcgMS42NjgtLjc4NWwzLjAxOS0xNC4yMjhjLjMwOS0xLjIzOS0uNDczLTEuOC0xLjI4Mi0xLjQzNHoiLz48L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJtMjAuNjY1IDMuNzE3LTE3LjczIDYuODM3Yy0xLjIxLjQ4Ni0xLjIwMyAxLjE2MS0uMjIyIDEuNDYybDQuNTUyIDEuNDIgMTAuNTMyLTYuNjQ1Yy40OTgtLjMwMy45NTMtLjE0LjU3OS4xOTJsLTguNTMzIDcuNzAxaC0uMDAybC4wMDIuMDAxLS4zMTQgNC42OTJjLjQ2IDAgLjY2My0uMjExLjkyMS0uNDZsMi4yMTEtMi4xNSA0LjU5OSAzLjM5N2MuODQ4LjQ2NyAxLjQ1Ny4yMjcgMS42NjgtLjc4NWwzLjAxOS0xNC4yMjhjLjMwOS0xLjIzOS0uNDczLTEuOC0xLjI4Mi0xLjQzNHoiLz48L3N2Zz4=");
}

.social-twitter:before {
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkuNjMzIDcuOTk3Yy4wMTMuMTc1LjAxMy4zNDkuMDEzLjUyMyAwIDUuMzI1LTQuMDUzIDExLjQ2MS0xMS40NiAxMS40NjEtMi4yODIgMC00LjQwMi0uNjYxLTYuMTg2LTEuODA5LjMyNC4wMzcuNjM2LjA1Ljk3My4wNWE4LjA3IDguMDcgMCAwIDAgNS4wMDEtMS43MjEgNC4wMzYgNC4wMzYgMCAwIDEtMy43NjctMi43OTNjLjI0OS4wMzcuNDk5LjA2Mi43NjEuMDYyLjM2MSAwIC43MjQtLjA1IDEuMDYxLS4xMzdhNC4wMjcgNC4wMjcgMCAwIDEtMy4yMy0zLjk1M3YtLjA1Yy41MzcuMjk5IDEuMTYuNDg2IDEuODIuNTExYTQuMDIyIDQuMDIyIDAgMCAxLTEuNzk2LTMuMzU0YzAtLjc0OC4xOTktMS40MzQuNTQ4LTIuMDMyYTExLjQ1NyAxMS40NTcgMCAwIDAgOC4zMDYgNC4yMTVjLS4wNjItLjMtLjEtLjYxMS0uMS0uOTIzYTQuMDI2IDQuMDI2IDAgMCAxIDQuMDI4LTQuMDI4YzEuMTYgMCAyLjIwNy40ODYgMi45NDMgMS4yNzJhNy45NTcgNy45NTcgMCAwIDAgMi41NTYtLjk3MyA0LjAyIDQuMDIgMCAwIDEtMS43NzEgMi4yMiA4LjA3MyA4LjA3MyAwIDAgMCAyLjMxOS0uNjI0IDguNjQ1IDguNjQ1IDAgMCAxLTIuMDE5IDIuMDgzeiIvPjwvc3ZnPg==");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTkuNjMzIDcuOTk3Yy4wMTMuMTc1LjAxMy4zNDkuMDEzLjUyMyAwIDUuMzI1LTQuMDUzIDExLjQ2MS0xMS40NiAxMS40NjEtMi4yODIgMC00LjQwMi0uNjYxLTYuMTg2LTEuODA5LjMyNC4wMzcuNjM2LjA1Ljk3My4wNWE4LjA3IDguMDcgMCAwIDAgNS4wMDEtMS43MjEgNC4wMzYgNC4wMzYgMCAwIDEtMy43NjctMi43OTNjLjI0OS4wMzcuNDk5LjA2Mi43NjEuMDYyLjM2MSAwIC43MjQtLjA1IDEuMDYxLS4xMzdhNC4wMjcgNC4wMjcgMCAwIDEtMy4yMy0zLjk1M3YtLjA1Yy41MzcuMjk5IDEuMTYuNDg2IDEuODIuNTExYTQuMDIyIDQuMDIyIDAgMCAxLTEuNzk2LTMuMzU0YzAtLjc0OC4xOTktMS40MzQuNTQ4LTIuMDMyYTExLjQ1NyAxMS40NTcgMCAwIDAgOC4zMDYgNC4yMTVjLS4wNjItLjMtLjEtLjYxMS0uMS0uOTIzYTQuMDI2IDQuMDI2IDAgMCAxIDQuMDI4LTQuMDI4YzEuMTYgMCAyLjIwNy40ODYgMi45NDMgMS4yNzJhNy45NTcgNy45NTcgMCAwIDAgMi41NTYtLjk3MyA0LjAyIDQuMDIgMCAwIDEtMS43NzEgMi4yMiA4LjA3MyA4LjA3MyAwIDAgMCAyLjMxOS0uNjI0IDguNjQ1IDguNjQ1IDAgMCAxLTIuMDE5IDIuMDgzeiIvPjwvc3ZnPg==");
}

.facebook-share-icon {
  background-color: #4267B2;
}

.telegram-share-icon {
  background-color: #0088cc;
}

.twitter-share-icon {
  background-color: #1DA1F2;
}

.posts-pagination {
  padding: 20px 15px 20px;
  text-align: center;
}

.posts-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.posts-pagination .page-numbers {
  display: block;
  width: 40px;
  padding: 7px 5px;
  color: #C49564;
  background-color: #f5f5f5;
  text-decoration: none;
  border: 1px solid transparent;
}

.posts-pagination .page-numbers:first-child {
  border-radius: 5px 0 0 5px;
}

.posts-pagination .page-numbers:last-child {
  border-radius: 0 5px 5px 0;
}

.posts-pagination .page-numbers.current {
  background-color: #C49564;
  color: #ffffff;
}

.posts-pagination .page-numbers.next,
.posts-pagination .page-numbers.prev {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  border-color: #C49564;
}

/* prev/next posts navigation */

.single-prev-next {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.single-prev-next a {
  text-decoration: none;
}

.single-prev,
.single-next {
  display: flex;
  align-items: center;
  width: 100%;
}

.single-prev:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #C49564;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMuMjkzIDYuMjkzIDcuNTg2IDEybDUuNzA3IDUuNzA3IDEuNDE0LTEuNDE0TDEwLjQxNCAxMmw0LjI5My00LjI5M3oiLz48L3N2Zz4=");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMuMjkzIDYuMjkzIDcuNTg2IDEybDUuNzA3IDUuNzA3IDEuNDE0LTEuNDE0TDEwLjQxNCAxMmw0LjI5My00LjI5M3oiLz48L3N2Zz4=");
}

.single-next {
  justify-content: flex-end;
  text-align: right;
}

.single-next:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #C49564;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTAuNzA3IDE3LjcwNyAxNi40MTQgMTJsLTUuNzA3LTUuNzA3LTEuNDE0IDEuNDE0TDEzLjU4NiAxMmwtNC4yOTMgNC4yOTN6Ii8+PC9zdmc+");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTAuNzA3IDE3LjcwNyAxNi40MTQgMTJsLTUuNzA3LTUuNzA3LTEuNDE0IDEuNDE0TDEzLjU4NiAxMmwtNC4yOTMgNC4yOTN6Ii8+PC9zdmc+");
}

.single-prev-next__label,
.single-prev-next__title {
  display: block;
}

.single-prev-next__label {
  font-size: 0.875rem;
}

.single-prev-next__title {
  color: #404040;
  font-size: 1.125rem;
  font-weight: 600;
}

.contacts-map {
  filter: grayscale(1);
}

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

/* Navigation
--------------------------------------------- */

.menu {
  display: flex;
  gap: 20px;
}

.menu>li {
  position: relative;
  color: red;
}

.menu>li:first-child {
  position: static;
}

.header-menu .menu>li:first-child>a {
  position: relative;
}

.header-menu .menu>li:first-child>a::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 33px;
}

.menu>li:hover {
  color: #C49564;
}

.header-container {
  position: relative;
}

.header__content-img {
  width: 353px;
  height: 180px;
  margin-bottom: 30px;
}

.header__content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.header-menu .menu li>a {
  text-transform: uppercase;
}

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

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

.main-navigation ul .sub-menu {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  flex-direction: column;
  display: none;
  left: -40px;
  min-width: 140px;
  z-index: 99999;
  background: #fff;
  color: #fff;
  text-align: center;
}

.main-navigation ul .sub-menu-main {
  box-sizing: border-box;
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 210px);
  max-height: calc(100dvh - 210px);
  padding: 0 0 40px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #C49564 #F3F1F2;
  background: #fff;
  color: #201600;
  flex-direction: row;
  align-items: flex-start;
  top: 63px;
  left: 50%;
  transform: translateX(-50%);
  text-align: unset;
}

.main-navigation ul .sub-menu-main::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.main-navigation ul .sub-menu-main::-webkit-scrollbar-track {
  background: #F3F1F2;
}

.main-navigation ul .sub-menu-main::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #C49564;
}

.main-navigation ul .sub-menu-main:before {
  content: "";
  position: absolute;
  width: 10%;
  height: 33px;
  left: 233px;
  top: -33px;
}

.main-navigation ul .sub-menu-main>li {
  border-right: 1px solid #DADADA;
  height: max-content;
  margin: 40px 0 0;
  border-bottom: none !important;
  padding: 0 40px;
}

.main-navigation ul .sub-menu-main>li:hover {
  background: #fff !important;
}

.main-navigation ul .sub-menu-main>li:last-child {
  border: none;
}

.main-navigation ul .sub-menu-main>li>a {
  color: #201600 !important;
  font-size: 18px !important;
}

.main-navigation ul .sub-menu>li {
  border-bottom: 1px solid #DADADA;
  transition: 0.2s all;
}

.main-navigation ul .sub-menu>li:hover>a {
  color: #C49564;
}

.main-navigation ul .sub-menu>li:hover {
  background: #fafafa;
}

.main-navigation ul .sub-menu>li>a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24.2px;
  color: #201600;
  letter-spacing: 0.5px;
  padding: 10px 0;
}

.main-navigation ul .sub-menu-second {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  gap: 5px;
  top: 0;
  left: 0;
}

.main-navigation ul .sub-menu-second>li>a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #464541;
  text-transform: none;
}

.main-navigation ul .sub-menu-second>li>a:hover {
  color: #C49564;
}

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

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  display: flex;
}

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

/* Small menu. */

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

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

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

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

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

/* Posts and pages
--------------------------------------------- */

.sticky {
  display: block;
}

/*
.post,
.page {
	margin: 0 0 1.5em;
}
*/

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

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

/* Comments
--------------------------------------------- */

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

.bypostauthor {
  display: block;
}

.comments-area {
  padding: 0 0 50px;
}

.comments-area ol {
  list-style: none;
}

.comments-title {
  margin: 0 0 1rem 0;
  font-size: 1.625rem;
  font-weight: 500;
  text-align: center;
}

.comment-list {
  padding: 0;
  margin-left: 0;
}

.comment-list ol.children {
  margin-left: 0;
}

.comment-author.vcard {
  display: flex;
  align-items: center;
}

.comment__author-avatar {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.comment-author .fn {
  font-weight: 500;
}

.comment-metadata .comment-meta {
  margin-top: 0.15rem;
  color: #9b9b9b;
  font-size: 0.75rem;
}

.comment-text {
  padding: 0 15px 0 70px;
}

.comment-text p {
  margin-top: 0;
  margin-bottom: 0.25rem;
}

.comment-body {
  margin: 0.625rem 0;
  background-color: #f5f5f5;
  padding: 1rem;
}

.comment-body:hover .reply {
  height: 25px;
  opacity: 1;
}

.comment-body .reply {
  margin-top: 0;
  margin-left: 70px;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.comment-body .reply a {
  color: #C49564;
}

.comment-form label[for=author],
.comment-form label[for=email] {
  display: block;
}

.comment-form textarea {
  width: 100%;
}

.comment-reply-title {
  margin-bottom: 25px;
  font-size: 1.625rem;
  font-weight: 400;
  text-align: center;
}

.comment-reply-title small {
  margin-left: 10px;
  font-weight: 300;
}

.comment-notes,
.comment-form-cookies-consent {
  font-size: 0.75rem;
}

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

.woocommerce-breadcrumb,
.breadcrumbs {
  padding: 10px 0;
  font-size: 0.75rem;
}

.woocommerce-breadcrumb>span>span:not(:last-child),
.breadcrumbs>span>span:not(:last-child) {
  padding-right: 5px;
}

.woocommerce-breadcrumb>span>span:not(:first-child),
.breadcrumbs>span>span:not(:first-child) {
  padding-left: 5px;
}

.woocommerce-breadcrumb a,
.breadcrumbs a {
  text-decoration: none;
}

.footer-dev {
  padding-top: 25px;
}

.regis-dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

.regis-dev__text {
  display: block;
  padding-right: 5px;
  color: #404040;
  font-size: 0.75rem;
}

.regis-dev__logo {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.regis-dev__logo {
  position: relative;
}

.regis-dev__logo::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.regis-dev__logo:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.regis-dev__logo:hover::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

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

.mm-menu_theme-dark {
  --mm-color-background: #201600;
  --mmenu-color: #fff;
}

.mm-menu_theme-white {
  --mmenu-color: #201600;
}

#off-canvas-menu .off-canvas-menu>.mm-navbar.mm-navbar_sticky {
  display: none;
}

#off-canvas-menu .header-icon a {
  display: block;
}

#off-canvas-menu .header-icon a:before {
  vertical-align: middle;
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 0;
}

.off-canvas__close-menu-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 40px;
  height: 40px;
}

.off-canvas__close-menu-wrapper {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  cursor: pointer;
}

.off-canvas__close-menu-wrapper span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--mmenu-color);
}

.off-canvas__close-menu-wrapper span:nth-child(1) {
  top: 12px;
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.off-canvas__close-menu-wrapper span:nth-child(2) {
  top: 12px;
  right: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-navbars_top>.mm-navbar {
  border-bottom: none;
}

.mm-navbars_bottom .mm-navbar:first-child {
  border-top: none;
}

.off-canvas-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 30px;
  z-index: 2;
}

.off-canvas-info .header-lang {
  display: block;
  margin-bottom: 15px;
}

.off-canvas-info .header-lang a {
  color: var(--mmenu-color);
}

.off-canvas__phone {
  margin-bottom: 10px;
}

.off-canvas__phone a,
.off-canvas__phone a:link {
  display: block;
  margin-bottom: 3px;
  color: var(--mmenu-color);
  font-size: 1.2rem;
  font-weight: 600;
}

.off-canvas-phone__notice {
  font-size: 0.625rem;
}

.off-canvas__callback-btn {
  padding: 10px 12px;
  border: none;
  background-color: #C49564;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mm-menu_position-bottom.mm-menu_opened,
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened {
  z-index: 123;
}

.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,
.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,
.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker {
  z-index: 122;
}

/* helper class: stretch width-limited container to its full width */

.e-full-width-container {
  position: relative;
  right: 50%;
  left: 50%;
  max-width: 100vw !important;
  width: 100vw !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

.related-posts {
  padding: 25px 0;
}

.yarpp-block-title {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
  margin: 0;
}

.rmp-heading--title {
  font-size: 1.5rem;
}

/* Contact Form 7 */

/* POPUP FORM */

.popup-form-submit {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}

.popup-form-submit .wpcf7-submit {
  margin-bottom: 5px;
}

.popup-form-field {
  margin-bottom: 20px;
}

.popup-form-field input[type=text],
.popup-form-field input[type=email],
.popup-form-field input[type=url],
.popup-form-field input[type=password],
.popup-form-field input[type=search],
.popup-form-field input[type=number],
.popup-form-field input[type=tel],
.popup-form-field input[type=range],
.popup-form-field input[type=date],
.popup-form-field input[type=month],
.popup-form-field input[type=week],
.popup-form-field input[type=time],
.popup-form-field input[type=datetime],
.popup-form-field input[type=datetime-local],
.popup-form-field input[type=color],
.popup-form-field textarea {
  width: 100%;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 7px 10px;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

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

.popup-form-field textarea {
  resize: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 0.75rem;
}

/* Google Recaptcha badge */

.grecaptcha-badge {
  visibility: hidden;
}

.footer-grecaptcha {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 0;
  color: #bbb;
  font-size: 0.8rem;
  gap: 6px;
}

.footer-grecaptcha a {
  color: #bbb;
}

.fancybox-slide--html {
  padding: 10px 15px;
}

.fancybox-wrapper {
  display: none;
  border-radius: 5px;
}

.fancybox-wrapper.fancybox-content {
  /*background-color: $color__dark;
  color: #fff;*/
  overflow-y: auto;
}

.fancybox-wrapper.callback-popup {
  width: 100%;
  max-width: 100%;
  overflow: unset;
}

.fancybox-wrapper .fancybox-close-small {
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-color: #C49564;
  border-radius: 0 5px 0 5px;
  color: #201600;
  opacity: 1;
}

.fancybox-wrapper .fancybox-close-small svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fancybox-wrapper .fancybox-close-small:hover svg {
  transform: rotate(-180deg);
}

.popup-form {
  color: #404040;
  /*.btn-default {
    color: $color__white-grey;
  }
  .btn-default__animated:before {
    content: 'Submit';
  }*/
}

.popup-form-title {
  margin-bottom: 25px;
  font-family: "Neue Haas Unica", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.popup-form-subtitle {
  margin-bottom: 25px;
  line-height: 1.55;
  text-align: center;
}

.popup-form-notification {
  margin-top: 25px;
  font-size: 0.75rem;
}

.popup-form-notification a {
  font-size: 0.75rem;
}

/**
xoo-wsc-ft-btn xoo-wsc-btn button btn xoo-wsc-cart-close xoo-wsc-ft-btn-continue
xoo-wsc-ft-btn xoo-wsc-btn button btn xoo-wsc-ft-btn-cart
xoo-wsc-ft-btn xoo-wsc-btn button btn xoo-wsc-ft-btn-checkout
 */

.xoo-wsc-ft-btn-continue,
.xoo-wsc-ft-btn-cart {
  height: auto;
  font-size: 0.875rem !important;
  line-height: 1.2;
  text-transform: inherit;
}

.xoo-wsc-ft-btn-checkout {
  display: block;
  height: 44px;
  padding: 15px;
  background: #C49564 !important;
  background-size: 100% auto;
  border: 0;
  border-radius: 7px;
  color: #fff;
  font-family: "Neue Haas Unica", sans-serif;
  font-size: 0.75rem !important;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.xoo-wsc-ft-btn-checkout:hover {
  background: #C49564 !important;
  background-size: 200% auto;
  background-position: left center;
  color: #fff;
}

/**
YITH WooCommerce Wishlist
 */

/* Wishlist Page */

.wishlist_table .product-add-to-cart a {
  display: flex !important;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
  float: none;
}

/* Telegram popup widget */

.telegram-popup {
  width: 320px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  /*animate. hide on load*/
  display: none;
  z-index: 999;
}

.tg-popup-header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: #d6b18b;
}

.tg-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  outline: transparent;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
}

.tg-popup-close:before,
.tg-popup-close:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  display: block;
  border-radius: 2px;
}

.tg-popup-close:before {
  transform: rotate(45deg);
}

.tg-popup-close:after {
  transform: rotate(-45deg);
}

.tg-popup-avatar {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.tg-popup-name {
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  color: #fff;
}

.tg-popup-position {
  font-size: 13px;
  line-height: 16px;
  color: #fff;
}

.tg-popup-body {
  padding: 20px 10px 20px 10px;
  background-color: #f5f5f5;
  position: relative;
  overflow: auto;
  max-height: 382px;
}

.tg-popup-message {
  box-sizing: border-box;
  padding: 7px 14px 6px;
  position: relative;
  z-index: 2;
  color: #111111;
  font-size: 13px;
  line-height: 1.2;
  max-width: calc(100% - 20px);
  border-radius: 0 8px 8px;
  background-color: #fff;
  margin-top: 4px;
}

.tg-popup-message:before {
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0;
  left: -12px;
  width: 12px;
  height: 19px;
}

.tg-popup-footer {
  padding: 20px;
}

.tg-popup-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  border-radius: 24px;
  background-color: #C49564;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.tg-popup-btn:focus,
.tg-popup-btn:hover {
  background-color: #9f6f3d;
}

.tg-popup-btn-icon {
  margin-right: 7px;
  width: 16px;
  height: 16px;
}

.tg-popup-btn-icon svg {
  fill: #fff;
}

.tg-popup-btn-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.telegram-popup-mob {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  z-index: 10;
}

.tg-popup-mob-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #2AABEE;
}

.tg-popup-mob-btn svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #fff;
}

/* MEDIA QUERIES */

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

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

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

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

.full-width-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

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

@media screen and (min-width: 400px) {
  .yarpp-block-title {
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 500px) {
  .blog-loop-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .category-filter__item a {
    font-size: 0.875rem;
  }

  .single-entry__item {
    margin-bottom: 0;
  }

  .woocommerce-breadcrumb,
  .breadcrumbs {
    padding: 20px 0;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 550px) {
  .blog-latest-post__title a {
    font-size: 1.75rem;
  }

  .blog-loop__category a {
    text-transform: uppercase;
  }

  .blog-loop__title {
    font-size: 1.2rem;
  }

  .single-entry__author-name a {
    font-size: 1.125rem;
  }

  .single-entry__item:not(:last-child) {
    margin-right: 30px;
  }
}

@media screen and (min-width: 600px) {
  .category-filter__item a {
    font-size: 0.875rem;
  }

  .fancybox-slide--html {
    padding: 6px;
  }

  .fancybox-wrapper.callback-popup {
    width: 500px;
  }
}

@media screen and (min-width: 767px) {
  .blog-wrapper {
    margin-bottom: 0;
    padding: 30px 40px;
  }
}

@media screen and (min-width: 768px) {
  .blog-latest-post__title a {
    font-size: 2rem;
  }

  .blog-latest-post__meta {
    flex-direction: row;
  }

  .blog-latest-post__category {
    padding-right: 20px;
  }

  .blog-latest-post__category:after {
    display: inline-block;
  }

  .blog-loop-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-loop__post-thumbnail {
    height: 270px;
  }

  .blog-loop__title {
    font-size: 1.5rem;
  }

  .single__rate-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .single-share-socials {
    padding: 0;
  }

  .social-icon:last-child {
    margin-right: 0;
  }

  .single-prev,
  .single-next {
    width: 50%;
  }
}

@media screen and (min-width: 991px) {
  .comment-form .comment-form-author {
    width: 47%;
    float: left;
    margin-right: 2.703529412%;
  }

  .comment-form .comment-form-email {
    margin-right: 0;
    width: 50%;
    float: left;
  }
}

@media (max-width: 1200px) {
  .header__content-img {
    width: 255px;
  }

  .main-navigation ul .sub-menu>li {
    padding: 0 25px;
  }

  .main-navigation ul .sub-menu-main {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1180px) {
  .container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .blog-latest-post-wrapper {
    flex-direction: column;
  }

  .blog-latest-post__info {
    width: 100%;
    padding: 0 0 20px 0;
  }

  .blog-latest-post__thumbnail {
    width: 100%;
  }

  .telegram-popup {
    display: none;
  }

  .telegram-popup-mob {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .popup-form-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 400px) {
  .comments-title {
    font-size: 1.5rem;
  }
}

html[lang="es-ES"] .menu>li>a {

  font-size: 13px;
}

html[lang="pl-PL"] .button.product_type_simple {

  font-size: 9px !important;
}

html[lang="de-DE"] .button.product_type_simple {

  font-size: 9px !important;
}

html[lang="es-ES"] .button.product_type_simple {

  font-size: 9px !important;
}

html[lang="de-DE"] .single-product .product-buttons-wrapper .cart .single_add_to_cart_button {
  width: 100%;
  font-size: 12px;
}



html[lang="pl-PL"] .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button {
  margin-top: 1em;
  font-size: 10px;
}

html[lang="de-DE"] .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button {
  margin-top: 1em;
  font-size: 10px;
}

html[lang="es-ES"] .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button {
  margin-top: 1em;
  font-size: 10px;
}



.post-10694 .onsale, .post-10707 .onsale, .post-10672 .onsale, .post-12157 .onsale, .post-12188 .onsale {
  display: none;
}

.single-product .product-sale-text {
  font-size: 0.85rem;
}

.product-sale-text {
  font-size: 0.75rem;
}



/**/

.dgwt-wcas-search-wrapp {
  margin: revert !important;
}

#popmake-24548 figure > a {
  display: block;
}
