/*!
Theme Name: buyanlis
Theme URI: http://underscores.me/
Author: Yurii Osadchyi
Author URI: https://osadchy.pp.ua
Description: New site buyan lis
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: buyanlis
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.

buyanlis 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

--------------------------------------------------------------*/
/* open-sans-300 - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/open-sans-v44-cyrillic_latin-300.woff2") format("woff2");
}
/* open-sans-300italic - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("./fonts/open-sans-v44-cyrillic_latin-300italic.woff2") format("woff2");
}
/* open-sans-regular - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/open-sans-v44-cyrillic_latin-regular.woff2") format("woff2");
}
/* open-sans-italic - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("./fonts/open-sans-v44-cyrillic_latin-italic.woff2") format("woff2");
}
/* open-sans-700 - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/open-sans-v44-cyrillic_latin-700.woff2") format("woff2");
}
/* open-sans-700italic - cyrillic_latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("./fonts/open-sans-v44-cyrillic_latin-700italic.woff2") format("woff2");
}
/*--------------------------------------------------------------
# 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: 1.5em;
  margin: 0.5em 0;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.3em;
  }
}

h2 {
  font-size: 1.3em;
  margin: 0.5em 0;
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.125em;
  }
}

/* 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;
  -webkit-text-decoration: underline dotted;
          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;
}
body.menu-open {
  overflow: hidden;
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}

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

ul,
ol {
  margin: 0 0 1em 1em;
  padding: 0 0 0 20px;
}
@media (max-width: 767px) {
  ul,
  ol {
    padding: 0 0 0 15px;
  }
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1em 1em;
}

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

.product-table {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .product-table {
    padding: 0 !important;
  }
}
.product-table table {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(45, 106, 79, 0.15);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  table-layout: auto !important;
}
@media (max-width: 767px) {
  .product-table table {
    border-radius: 10px;
    margin-bottom: 15px;
  }
}
.product-table table thead {
  border: none !important;
}
.product-table table thead th:first-child {
  border-radius: 15px 0 0 0;
}
@media (max-width: 767px) {
  .product-table table thead th:first-child {
    border-radius: 10px 0 0 0;
  }
}
.product-table table thead th:last-child {
  border-radius: 0 15px 0 0;
}
@media (max-width: 767px) {
  .product-table table thead th:last-child {
    border-radius: 0 10px 0 0;
  }
}
.product-table table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 15px;
}
@media (max-width: 767px) {
  .product-table table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
  }
}
.product-table table caption {
  padding: 15px 0;
  font-weight: 600;
}
.product-table table th {
  background: #40916c;
  color: #fff;
  line-height: 1;
  padding: 15px 15px !important;
  font-weight: normal;
}
.product-table table th,
.product-table table td {
  padding: 10px 15px;
  text-align: left;
  border: none !important;
  word-break: normal !important;
}
@media (max-width: 767px) {
  .product-table table th,
  .product-table table td {
    padding: 10px !important;
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .product-table table th,
  .product-table table td {
    padding: 10px 5px !important;
  }
}
@media (max-width: 767px) {
  .product-table table th:not(:first-child),
  .product-table table td:not(:first-child) {
    text-align: center !important;
  }
}
.product-table table tr:nth-child(even) td {
  background-color: #fff;
  border-top: 1px solid rgba(64, 145, 108, 0.35);
  border-bottom: 1px solid rgba(64, 145, 108, 0.35);
}
.product-table table tr td {
  background-color: rgba(64, 145, 108, 0.1);
}

.icon {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
}

/* Links
--------------------------------------------- */
a {
  color: #404040;
  text-decoration: none;
}
a:visited {
  color: inherit !important;
}
a:hover, a:focus, a:active {
  color: #404040;
}
a:focus {
  outline: 0 !important;
}
a:hover, a:active {
  outline: 0;
}
.entry-content a {
  text-decoration: underline;
}

/* Forms
--------------------------------------------- */
button.main-button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none !important;
  border-radius: 7px !important;
  background: #40916c !important;
  color: #fff !important;
  line-height: 1 !important;
  padding: 10px 30px !important;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (max-width: 767px) {
  button.main-button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    padding: 8px 20px !important;
    font-size: 14px !important;
  }
}
button.main-button:hover, button.main-button:active, button.main-button:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  color: #fff !important;
  background-color: #2d6a4f !important;
}
button.main-button::after,
input[type=button]::after,
input[type=reset]::after,
input[type=submit]::after {
  content: none !important;
}

.main-button {
  text-align: center;
}
.main-button a {
  padding: 10px 30px;
  font-size: 1em;
  text-decoration: none !important;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background-color: #40916c;
  border-radius: 10px;
  color: #fff !important;
}
.main-button a:hover {
  color: #fff !important;
  background-color: #2d6a4f;
}
.main-button.product-button {
  margin: 15px 0;
}

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

.breadcrumbs {
  font-size: 14px;
}
.breadcrumbs a {
  transition: color 0.3s ease-in-out;
}
.breadcrumbs a:hover {
  color: #40916c !important;
}

[x-cloak] {
  display: none !important;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
}

.modal-bg {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.modal {
  position: relative;
  max-width: 500px;
  margin: 10vh auto;
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  width: 100%;
}
@media (max-width: 767px) {
  .modal {
    max-width: calc(100% - 20px);
    margin: 20px auto;
    padding: 15px;
    overflow-y: auto;
    max-height: calc(100vh - 20px);
  }
}
@media (max-width: 767px) {
  .modal .wpforms-field-label {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 767px) {
  .modal .wpforms-field-medium {
    height: 36px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .modal textarea.wpforms-field-medium {
    height: 50px !important;
  }
}

.modal-close {
  position: absolute;
  top: -5%;
  right: -10%;
  background: none;
  border: 0;
  font-size: 20px;
  cursor: pointer;
  color: #2d6a4f;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .modal-close {
    top: 10px;
    right: 5px;
    color: #2d6a4f;
  }
}
.modal-close:hover {
  transform: rotate(180deg);
  opacity: 0.9;
}
.modal-close svg {
  display: block;
}

.modal-title {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
}
@media (max-width: 767px) {
  .modal-title {
    font-size: 16px;
  }
}

.alpine-modal-trigger {
  cursor: pointer;
}

.modal .wpforms-container {
  margin: 0 !important;
}
.modal .wpforms-field {
  padding: 10px 0 !important;
}
.modal .wpforms-field-medium {
  width: 100% !important;
  max-width: 100% !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.container-fluid,
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  max-width: 1320px;
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1320px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1420px) {
  .container {
    max-width: 1420px;
  }
}

.site-main {
  padding-left: 30px !important;
}
@media (max-width: 1419px) {
  .site-main {
    padding-left: 15px !important;
  }
}
@media (max-width: 1199px) {
  .site-main {
    padding-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .site-main {
    padding-left: 15px !important;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

@media (max-width: 991px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1320px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.site-header {
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: 10px solid #40916c;
  z-index: 99;
  background-color: #fff;
}
@media (max-width: 991px) {
  .site-header {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .site-header {
    padding-top: 10px;
    position: sticky;
    top: 0;
    background-color: #fff;
  }
}

#header-top {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  #header-top {
    margin-bottom: 0;
  }
}
#header-top .site-branding img {
  max-width: 250px;
}
@media (max-width: 1319px) {
  #header-top .site-branding img {
    max-width: 200px;
  }
}
@media (max-width: 1199px) {
  #header-top .site-branding img {
    max-width: 180px;
  }
}

.header-contacts__wrapper {
  display: flex;
  justify-content: flex-end;
}

.header-contacts {
  display: flex !important;
  align-items: center;
  position: relative;
}
.header-contacts__phone {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .header-contacts__phone {
    margin-right: 0 !important;
  }
}
.header-contacts__address {
  margin-right: 20px;
}
.header-contacts__icon {
  width: 54px;
  height: 54px;
  background-color: #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #40916c;
}
@media (max-width: 1199px) {
  .header-contacts__icon {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 1199px) {
  .header-contacts__icon svg {
    width: 18px;
    height: 18px;
  }
}
.header-contacts__text {
  font-size: 14px;
  line-height: 1.25;
  margin-left: 15px;
  color: #40916c;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .header-contacts__text {
    position: absolute;
    width: 200px;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 10px;
    z-index: 99999;
    box-shadow: 0 0 10px #e2e2e2;
    text-align: center;
  }
}
.header-contacts__text::before {
  content: "";
  position: absolute;
  top: -11px;
  right: 0;
  transform: translateX(-50%);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid rgba(0, 0, 0, 0.12);
  filter: blur(1px);
  z-index: -1;
}
.header-contacts__text::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 2px;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  z-index: 1;
}
.header-contacts__text a {
  color: #40916c;
}
@media (max-width: 1199px) {
  .header-contacts__button a {
    padding: 8px 20px;
    font-size: 14px;
  }
}

.site-footer {
  background-color: #40916c;
}
.site-footer .site-info {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #40916c;
}
@media (max-width: 1199px) {
  .site-footer .site-info {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
  }
}
.site-footer .site-copy {
  color: #fff;
  background-color: #2d6a4f;
}
.site-footer .site-copy p {
  padding: 15px 0;
  font-size: 14px;
  margin: 0 !important;
}
@media (max-width: 1199px) {
  .site-footer .row {
    margin-right: -7px;
    margin-left: -7px;
  }
}
@media (max-width: 767px) {
  .site-footer .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 1199px) {
  .site-footer .footer-col {
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-col {
    flex: 0 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-col:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-footer .footer-col__about {
    order: 1;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-footer .footer-col__catalog {
    order: 3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-footer .footer-col__catalog .col {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-footer .footer-col__contacts {
    order: 2;
    margin-bottom: 20px;
  }
}
.site-footer .footer-title {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .site-footer .footer-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.site-footer .footer-text {
  color: #fff;
}
.site-footer .footer-phones {
  display: flex;
  flex-direction: column;
}
.site-footer .footer-address {
  margin: 15px 0;
}
.site-footer a {
  color: #fff !important;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.site-footer a:hover {
  color: #e2e2e2 !important;
  transform: translateX(2px);
}
.site-footer p {
  margin: 0 !important;
}

.site-sidebar {
  width: 280px;
}
@media (max-width: 1319px) {
  .site-sidebar {
    width: 270px;
  }
}
@media (max-width: 991px) {
  .site-sidebar {
    display: none;
  }
}
.site-sidebar__inner {
  display: none;
}
.show-sidebar .site-sidebar__inner {
  display: block;
}
.site-sidebar .widget-title {
  font-size: 16px;
}
.site-sidebar .menu {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  border-width: 3px 1px 1px 1px;
  border-style: solid;
  border-color: #40916c #e2e2e2 #e2e2e2 #e2e2e2;
  border-radius: 7px;
}
.site-sidebar .menu li a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px dashed #e2e2e2;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.site-sidebar .menu li a:hover {
  background-color: rgba(64, 145, 108, 0.2);
  color: #40916c !important;
}
.site-sidebar .menu li.current-menu-item a {
  background-color: rgba(64, 145, 108, 0.2);
  color: #40916c !important;
  font-weight: 700;
}

.site-sidebar .info-blocks {
  flex-direction: column;
}

.info-block {
  padding: 0 15px !important;
  margin: 0 !important;
}
@media (max-width: 1319px) {
  .info-block {
    padding: 0 10px !important;
  }
}
@media (max-width: 1199px) {
  .info-block {
    padding: 0 5px !important;
  }
}
@media (max-width: 767px) {
  .info-block {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 15px !important;
  }
}
@media (max-width: 767px) {
  .info-block:not(:last-child) {
    margin-bottom: 15px !important;
  }
}
.site-sidebar .info-block {
  margin-bottom: 20px !important;
  padding: 0 !important;
}
.info-block__head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.info-block__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 1319px) {
  .info-block__title {
    font-size: 12px;
    line-height: 1.2;
  }
}
.site-sidebar .info-block__title {
  font-size: 14px;
  margin-left: 7px;
}
.info-block__text {
  font-size: 14px;
}
@media (max-width: 1319px) {
  .info-block__text {
    font-size: 12px;
    line-height: 1.2;
  }
}
.info-block__icon {
  width: 65px;
  height: 65px;
  border: 2px solid #40916c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #40916c;
}
@media (max-width: 1319px) {
  .info-block__icon {
    width: 55px;
    height: 55px;
  }
}
.site-sidebar .info-block__icon {
  width: 50px;
  height: 50px;
}
.site-sidebar .info-block__icon .icon {
  width: 24px;
  height: 24px;
}
.info-block__icon .icon {
  width: 36px;
  height: 36px;
}

.order-product .product-button a {
  display: block;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  border-top: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #e2e2e2;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .main-navigation {
    padding: 10px 15px;
  }
}

#primary-menu {
  margin: 0 auto !important;
  padding: 0 15px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#primary-menu > li {
  display: inline-block;
}
@media (max-width: 991px) {
  #primary-menu > li:not(.products_item) {
    display: none;
  }
}
#primary-menu > li.current-menu-item > a {
  background-color: #40916c;
  color: #fff !important;
}
#primary-menu > li > a {
  display: block;
  padding: 8px 12px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 7px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (max-width: 1319px) {
  #primary-menu > li > a {
    padding: 8px 8px;
  }
}
@media (max-width: 1199px) {
  #primary-menu > li > a {
    text-align: center;
    line-height: 1;
  }
}
#primary-menu > li > a:hover {
  background-color: #40916c;
  color: #fff !important;
}
#primary-menu .products_item {
  position: relative;
}
.show-sidebar #primary-menu .products_item:hover > ul {
  display: block !important;
}
.show-sidebar #primary-menu .products_item:hover > a {
  border-radius: 7px 7px 0 0 !important;
}
#primary-menu .products_item > a {
  background-color: #2d6a4f;
  color: #fff !important;
  padding: 12px 50px;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-radius: 7px 7px 0 0;
}
@media (max-width: 1319px) {
  #primary-menu .products_item > a {
    padding: 12px 40px;
  }
}
.show-sidebar #primary-menu .products_item > a {
  border-radius: 7px !important;
}
#primary-menu .products_item > a::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M10 10v.2A3 3 0 0 1 8.9 16H5a3 3 0 0 1-1-5.8V10a3 3 0 0 1 6 0m-3 6v6m6-3v3'/%3E%3Cpath d='M12 19h8.3a1 1 0 0 0 .7-1.7L18 14h.3a1 1 0 0 0 .7-1.7L16 9h.2a1 1 0 0 0 .8-1.7L13 3l-1.4 1.5'/%3E%3C/g%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  margin-right: 7px;
}
#primary-menu .products_item > ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
  background-color: #40916c;
  color: #fff;
  position: absolute;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 7px 7px;
  z-index: 3;
}
.show-sidebar #primary-menu .products_item > ul {
  display: none;
}
@media (max-width: 991px) {
  #primary-menu .products_item > ul {
    display: none;
  }
}
#primary-menu .products_item > ul li a {
  color: #fff !important;
  display: block;
  padding: 10px 15px;
  transition: box-shadow 0.3s ease-in-out;
  font-size: 14px;
  position: relative;
}
#primary-menu .products_item > ul li a:hover {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
}
#primary-menu .products_item > ul li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #40916c;
  border-radius: 50%;
  margin-right: 7px;
  position: relative;
  z-index: 2;
}
#primary-menu .products_item > ul li a::after {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  left: 22px;
  top: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
#primary-menu .products_item > ul li.current-menu-item a {
  box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.1);
}
#primary-menu .products_item > ul li.current-menu-item a::before {
  background-color: #fff;
}
#primary-menu .products_item > ul li:last-child a:after {
  display: none;
}

#footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 15px;
}
#footer-menu .col {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-menu ul li a {
  padding: 3px 0;
}
#footer-menu li.parent-item > a {
  display: block;
  color: #fff !important;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  #footer-menu li.parent-item > a {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#footer-menu li a {
  color: #fff !important;
  display: inline-block;
}
#footer-menu li a:hover {
  color: #e2e2e2 !important;
}

.burger {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  position: relative;
  z-index: 9999;
  padding-right: 15px;
}
.burger span {
  width: 28px;
  height: 2px;
  background: #000;
  transition: 0.3s;
}
.burger span.active:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.burger span.active:nth-child(2) {
  opacity: 0;
}
.burger span.active:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.menu-overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  inset: 0;
  z-index: 99;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

@media (min-width: 992px) {
  .main-header__mobile-menu {
    display: none;
  }
}

#mobile-menu {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  border: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 20px 50px 20px 20px;
  list-style: none;
  text-align: center;
}
@media screen and (max-height: 400px) {
  #mobile-menu {
    overflow-y: auto;
    justify-content: flex-start;
  }
}
@media screen and (orientation: landscape) and (max-height: 500px) {
  #mobile-menu {
    justify-content: flex-start;
    padding: 20px;
    overflow-y: auto;
  }
}
#mobile-menu > li > a {
  font-size: 20px;
  padding: 5px 0;
  display: inline-block;
  text-transform: uppercase;
}
#mobile-menu ul {
  margin: 0;
  padding: 0px 0 0 15px;
  list-style: none;
}
#mobile-menu ul li a {
  padding: 2px 0;
  display: inline-block;
}

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

.entry-content img {
  border-radius: 7px;
}

/* 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.main-catalog {
  margin: 30px 0;
}
@media (max-width: 991px) {
  .main-catalog {
    margin: 15px 0;
  }
}
.main-catalog__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .main-catalog__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .main-catalog__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1320px) {
  .main-catalog__wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.main-catalog__card {
  position: relative;
}
.main-catalog__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border: 2px solid #40916c;
  transition: all 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  border-radius: 50%;
  transform: scale(0.9);
  opacity: 0;
}
.main-catalog__card:hover::before {
  opacity: 1;
  transform: scale(1.05);
}
.main-catalog__inner {
  border-radius: 50%;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.main-catalog__img {
  position: relative;
}
.main-catalog__img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: #000;
  opacity: 0.1;
  transition: opacity 0.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.main-catalog__card:hover .main-catalog__img::before {
  opacity: 0.4;
}
.main-catalog__thumb {
  transform: scale3d(1.1, 1.1, 1);
  transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18);
  aspect-ratio: 1/1;
  position: relative;
}
.main-catalog__card:hover .main-catalog__thumb {
  transform: none;
}
.main-catalog__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: absolute;
}
.main-catalog__title {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transform: none;
  transition: transform 0.3s ease;
}
.main-catalog__card:hover .main-catalog__title {
  transform: translateY(15px) translateZ(0);
}
.main-catalog__title span {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px 10px;
  border-radius: 15px;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 767px) {
  .main-catalog__title span {
    font-size: 12px;
  }
}
.main-catalog__link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.delivery-blocks {
  grid-template-columns: 150px auto !important;
}
.delivery-blocks .wp-block-media-text__media {
  width: 120px;
  background-color: #40916c;
  padding: 25px;
  border-radius: 50%;
  margin: 0 auto !important;
}
.delivery-blocks .wp-block-media-text__content {
  padding: 0 30px !important;
}

.contacts-blocks {
  font-size: 14px;
}
.contacts-blocks p {
  margin: 0 0 5px 0 !important;
  text-align: center !important;
}
.contacts-blocks a {
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .contacts-blocks .contacts-block.wp-block-column {
    flex-basis: 46% !important;
  }
}

.contacts-block__img {
  width: 100px;
  height: 100px;
  background-color: #40916c;
  padding: 25px;
  border-radius: 50%;
  margin: 0 auto 20px auto !important;
}
.contacts-block__img-big {
  margin: 0 !important;
}
.contacts-block__img img {
  width: 60px;
  height: auto;
}
.contacts-block__img svg {
  width: 50px;
  height: 50px;
}
.contacts-block__img svg * {
  fill: #fff;
}

.contacts-map {
  height: 100% !important;
}
.contacts-map > .wp-block-group__inner-container {
  height: 100% !important;
}
.contacts-map iframe {
  height: 100% !important;
}

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

@media (max-width: 767px) {
  .show-sm {
    display: block;
  }
}
@media (min-width: 768px) {
  .show-sm {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-sm {
    display: block;
  }
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-top: 1.5em;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .alignleft {
    float: none;
    margin-right: 0 !important;
  }
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-top: 1.5em;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .alignright {
    float: none;
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  img.alignright,
  img.alignleft,
  img.aligncenter {
    display: block;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}/*# sourceMappingURL=style.css.map */