/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
Theme Name: pdbase
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: pdbase
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: pdbase
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.

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

--------------------------------------------------------------*/
img:is([sizes=auto i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px;
}

@font-face {
  font-family: "Inter SemiBold";
  src: url("../src/fonts/inter-semibold.woff2") format("woff2"), url("../src/fonts/inter-semibold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter SemiBold";
  src: url("../src/fonts/inter-semibold.woff2") format("woff2"), url("../src/fonts/inter-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter SemiBold";
  src: url("../src/fonts/inter-semibold.woff2") format("woff2"), url("../src/fonts/inter-semibold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../src/fonts/inter-regular.woff2") format("woff2"), url("../src/fonts/inter-regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../src/fonts/inter-regular.woff2") format("woff2"), url("../src/fonts/inter-regular.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# 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;
  border-top: #ffffff;
}

/**
 * 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: 0.063rem 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: -0.125rem;
}

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

/* 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: transparent;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: rgba(0, 0, 0, 0.6);
  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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
.textoverflow {
  overflow-y: auto;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

h1,
.h1-heading,
h2,
.h2-heading,
h3,
.h3-heading,
h4,
.h4-heading,
h5,
.h5-heading,
h6,
.h6-heading {
  margin-block-start: 0;
  margin-block-end: 0;
  font-family: "Inter SemiBold", sans-serif;
}
@media (max-width: 580px) {
  h1,
  .h1-heading,
  h2,
  .h2-heading,
  h3,
  .h3-heading,
  h4,
  .h4-heading,
  h5,
  .h5-heading,
  h6,
  .h6-heading {
    hyphens: manual;
    word-break: break-word;
  }
}

h1,
.h1-heading {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  h1,
  .h1-heading {
    font-size: 1.8rem;
  }
}
@media (max-width: 580px) {
  h1,
  .h1-heading {
    font-size: 1.5rem;
  }
}

h2,
.h2-heading {
  font-family: "Inter SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  h2,
  .h2-heading {
    font-size: 1.5rem;
  }
}
@media (max-width: 580px) {
  h2,
  .h2-heading {
    font-size: 1.2rem;
  }
}

h3,
.h3-heading {
  font-family: "Inter SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 130%;
}
@media (min-width: 581px) and (max-width: 1085px) {
  h3,
  .h3-heading {
    font-weight: 700;
    font-size: 1.2rem;
  }
}
@media (max-width: 580px) {
  h3,
  .h3-heading {
    font-weight: 700;
    font-size: 1.2rem;
  }
}
h3 b, h3 strong,
.h3-heading b,
.h3-heading strong {
  font-weight: normal;
  color: #191919;
  font-size: 1.2rem;
  line-height: 130%;
}
@media (min-width: 581px) and (max-width: 1085px) {
  h3 b, h3 strong,
  .h3-heading b,
  .h3-heading strong {
    font-weight: 700;
    font-size: 1.2rem;
  }
}
@media (max-width: 580px) {
  h3 b, h3 strong,
  .h3-heading b,
  .h3-heading strong {
    font-weight: 700;
    font-size: 1.2rem;
  }
}

h4,
.h4-heading {
  font-weight: 600;
  font-size: 1.5rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  h4,
  .h4-heading {
    font-size: 1.5rem;
  }
}
@media (max-width: 580px) {
  h4,
  .h4-heading {
    font-size: 1.2rem;
  }
}

h5,
.h5-heading {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 1.12rem;
  line-height: 150%;
  letter-spacing: 0.01em;
}

h6,
.h6-heading {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 135%;
  text-transform: uppercase;
}
@media (min-width: 581px) and (max-width: 1085px) {
  h6,
  .h6-heading {
    font-size: 1rem;
  }
}
@media (max-width: 580px) {
  h6,
  .h6-heading {
    font-size: 1rem;
  }
}

p,
li {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 140%;
}
p b,
p strong,
li b,
li strong {
  font-family: "Inter SemiBold", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 140%;
}
p.big,
li.big {
  font-size: 1.12rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  p.big,
  li.big {
    font-size: 1rem;
  }
}
@media (max-width: 580px) {
  p.big,
  li.big {
    font-size: 1rem;
  }
}

p {
  margin-bottom: 1rem;
  padding: 0;
}

p + h2 {
  margin-top: 2.2rem;
}

p + h3 {
  margin-top: 1.5rem;
}

p + h4 {
  margin-top: 1.5rem;
}

p + .wp-block-image {
  margin-top: 2rem;
}

.wp-block-image + p {
  margin-top: 2rem;
}

.wp-block-image + h2 {
  margin-top: 2.2rem;
}

.wp-block-image + h3 {
  margin-top: 1.5rem;
}

p + .wp-block-table {
  margin-top: 2rem;
}

h3 + p {
  margin-top: 1rem;
}

.wp-block-list + p {
  margin-top: 1rem;
}

.wp-block-list + h2 {
  margin-top: 2rem;
}

p + p {
  margin-bottom: 1rem;
}

ul + h3 {
  margin-top: 2rem;
}

ol + h3 {
  margin-top: 2rem;
}

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

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0 0 1.5rem;
}

pre {
  font-family: "Courier 10 Pitch", courier, monospace;
  margin-bottom: 1.6rem;
  max-width: 100%;
  overflow: auto;
  padding: 1.6rem;
}

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

abbr,
acronym {
  border-bottom: 0.063rem dotted gray;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Styles Setup
--------------------------------------------- */
html {
  font-size: 0.833vw;
}
@media (min-width: 1086px) and (max-width: 1520px) {
  html {
    font-size: 1.111vw;
  }
}
@media (min-width: 581px) and (max-width: 1085px) {
  html {
    font-size: 2.083vw;
  }
}
@media (max-width: 580px) {
  html {
    font-size: 4.444vw;
  }
}

/* Links
--------------------------------------------- */
a {
  color: #2ecc71;
  text-decoration: underline;
  transition: all ease 600ms;
  word-break: break-word;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
  transition: all ease 600ms;
}

/* Forms
--------------------------------------------- */
.wp-block-button a,
.wp-block-read-more,
.button,
.wp-core-ui .button {
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  background: #2ecc71;
  border: 0.065rem solid #2ecc71;
  border-radius: 2rem;
  padding: 0.688rem 1.563rem;
  font-family: "Inter SemiBold", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  transition: all ease 300ms;
}
@media (max-width: 580px) {
  .wp-block-button a,
  .wp-block-read-more,
  .button,
  .wp-core-ui .button {
    width: auto;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
}
.wp-block-button a:hover,
.wp-block-read-more:hover,
.button:hover,
.wp-core-ui .button:hover {
  background: #27ab5f;
  transition: all ease 600ms;
  color: #ffffff;
}
.wp-block-button a__dark,
.wp-block-read-more__dark,
.button__dark,
.wp-core-ui .button__dark {
  background: #1c420e;
}
.wp-block-button a__dark:hover,
.wp-block-read-more__dark:hover,
.button__dark:hover,
.wp-core-ui .button__dark:hover {
  background: #2ecc71;
}
.wp-block-button a__secondary,
.wp-block-read-more__secondary,
.button__secondary,
.wp-core-ui .button__secondary {
  border-color: #999;
  background-color: transparent;
  color: #999;
}
.wp-block-button a__secondary:hover,
.wp-block-read-more__secondary:hover,
.button__secondary:hover,
.wp-core-ui .button__secondary:hover {
  background: #999;
}

button:focus {
  outline: 0;
}

form .form__wrap {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  align-items: center;
}
@media (max-width: 580px) {
  form .form__wrap {
    gap: 1.25rem;
  }
}
form .form__group {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 100%;
}
form .input-group {
  width: 100%;
  position: relative;
  margin-top: 1.625rem;
  border-radius: 0.62rem;
}
form .input-group input, form .input-group textarea, form .input-group .ss__input {
  border: 0.063rem solid #1c420e;
  border-radius: 0.62rem;
  padding: 1rem 1.25rem;
  width: 100%;
  height: 3.375rem;
}
form .input-group input:focus-visible, form .input-group textarea:focus-visible, form .input-group .ss__input:focus-visible {
  outline: none;
}
form .input-group .ss__shell {
  width: 100%;
  z-index: 3;
}
form .input-group .ss__input {
  font-family: "Inter SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #ccc;
  transition: all 0.2s ease-in-out;
}
form .input-group .ss__input-value {
  font-family: "Inter SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #1c420e;
}
form .input-group .ss__input-value.placeholder {
  font-family: "Inter SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #ccc;
}
form .input-group .fv-invalid-field-wrapper .ss__input {
  border-color: red;
}
form .input-group textarea {
  max-height: 9.375rem;
  height: 100%;
  resize: none;
}
form .input-group span.label {
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  font-family: "Inter SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1.12rem;
  color: #ccc;
  transition: all 0.2s ease-in-out;
}
form .input-group span.label .required {
  color: #ccc;
}
form .input-group span.move + .label, form .input-group span.fv-valid-field-wrapper:not([data-name=your-message]) + .label {
  font-family: "Inter SemiBold", sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  color: #191919;
  left: 0;
  top: -1.2rem;
}
form .input-group span.move + .label .required, form .input-group span.fv-valid-field-wrapper:not([data-name=your-message]) + .label .required {
  color: #df2d2d;
}
form .input-group .wpcf7-form-control-wrap:has(.ss__shell.opened) ~ .label {
  font-family: "Inter SemiBold", sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  color: #191919;
  left: 0;
  top: -1.2rem;
}
form .input-group .wpcf7-form-control-wrap:has(.ss__shell.opened) ~ .label .required {
  color: #df2d2d;
}
form .form__row {
  width: 100%;
  display: flex;
  gap: 2rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  form .form__row {
    gap: 1.5rem;
  }
}
@media (max-width: 580px) {
  form .form__row {
    gap: 0.625rem;
    flex-direction: column;
  }
}
form .form__row .input-group {
  max-width: calc(50% - 1rem);
}
@media (max-width: 580px) {
  form .form__row .input-group {
    max-width: 100%;
  }
}
form .form__acceptance {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
form .form__acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}
form .form__acceptance .wpcf7-list-item > label {
  display: flex;
  gap: 2rem;
  padding: 0;
}
form .form__acceptance input[type=checkbox] {
  position: relative;
  width: 0;
  height: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
form .form__acceptance input[type=checkbox]:before {
  border: 1px solid #1c420e;
  border-radius: 0.31rem;
  width: 1.12rem;
  height: 1.12rem;
  content: "";
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 1rem;
  background: #ffffff;
}
form .form__acceptance input[type=checkbox]:after {
  content: "";
  position: absolute;
  display: none;
  left: 0.26rem;
  top: 0.26rem;
  border-radius: 0.19rem;
  width: 0.62rem;
  height: 0.62rem;
  background: #2ecc71;
  border-width: 0 0.125rem 0.125rem 0;
}
form .form__acceptance input[type=checkbox]:checked::before {
  opacity: 1;
}
form .form__acceptance input[type=checkbox]:checked::after {
  display: block;
}
form .form__acceptance span.acceptance-required {
  background: transparent;
  bottom: 0.2rem;
  top: auto;
  right: auto;
  left: 0;
  transform: translate(0, calc(100% + 0.625rem));
}
form .form__acceptance .wpcf7-list-item-label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.88rem;
  line-height: 143%;
  color: black;
}
form .form__acceptance .wpcf7-list-item-label a {
  font-weight: 700;
  color: #2ecc71;
  text-decoration: underline;
}
form .form__send {
  position: relative;
  width: 100%;
}
@media (max-width: 580px) {
  form .form__send {
    width: 100%;
    margin-top: 0.5rem;
  }
}
form .form__send .wpcf7-spinner {
  position: absolute;
  left: 50%;
  bottom: 0.875rem;
  transform: translateX(-50%);
  margin: 0;
}
form .form__send .button {
  width: 100%;
}
form.submitting .button {
  color: transparent;
  background: #2ecc71;
}
form .wpcf7-response-output {
  display: none;
}
form.wpcf7-form .fv-err {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  transform: translateY(100%);
}
form.wpcf7-form .fv-require-check-wrapper {
  border: none;
  outline: 0.125rem solid red;
  outline-offset: 0.213rem;
}
form.wpcf7-form .wpcf7-form-control-wrap {
  border-radius: 0.62rem;
  background: transparent;
  display: flex;
}
form.wpcf7-form .wpcf7-form-control-wrap:not([data-name^=acceptance]) {
  background: #ffffff;
}
form.wpcf7-form .wpcf7-form-control-wrap:has(div.ss__shell.opened) {
  background: #ffffff;
  border-radius: 0.62rem 0.62rem 0 0;
}

/* Menu
--------------------------------------------- */
.header__nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 2rem;
}
@media (max-width: 580px) {
  .header__nav-list {
    gap: 1.25rem;
  }
}
.header__nav-list li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
}
.header__nav-list li a:hover {
  text-decoration: underline;
}

/* Elements
--------------------------------------------- */
body {
  position: relative;
  font-size: 1rem;
  font-family: "Inter SemiBold", sans-serif;
}

.overflow {
  overflow: hidden;
}

html, body {
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.main.container-thin {
  margin: 3rem auto;
}

.wp-block-table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 2rem;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1rem;
}

.wp-block-table th,
.wp-block-table td {
  padding: 0.75rem 1rem;
  border: 0.0625rem solid #ddd;
  word-wrap: unset;
  hyphens: auto;
}

.wp-block-table th {
  background-color: #000;
  color: #fff;
  text-align: left;
  font-weight: 600;
}

.wp-block-table tr:nth-child(even) td {
  background-color: #f9f9f9;
}

.wp-block-table tr:hover td {
  background-color: #f0f0f0;
}

@media (max-width: 48rem) {
  .wp-block-table table {
    table-layout: auto;
    font-size: 0.875rem;
  }
  .wp-block-table th,
  .wp-block-table td {
    padding: 0.5rem 0.75rem;
  }
}
html,
body,
textarea,
.popup,
.textoverflow,
.nav-menu ul.sub-menu {
  scrollbar-width: thin;
  scrollbar-color: #2ecc71 transparent;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
textarea::-webkit-scrollbar,
.popup::-webkit-scrollbar,
.textoverflow::-webkit-scrollbar,
.nav-menu ul.sub-menu::-webkit-scrollbar {
  position: relative;
  width: 0.5rem;
  background-color: transparent;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
.popup::-webkit-scrollbar-thumb,
.textoverflow::-webkit-scrollbar-thumb,
.nav-menu ul.sub-menu::-webkit-scrollbar-thumb {
  position: absolute;
  left: 0;
  width: 0.5rem;
  background-color: #2ecc71;
}

/* Полоса прокрутки */
::-webkit-scrollbar {
  width: 0.75rem; /* Ширина скроллбара */
  height: 0.75rem; /* Высота скроллбара (для горизонтальной прокрутки) */
}

/* Трек (фон скроллбара) */
::-webkit-scrollbar-track {
  background-color: #f0f0f0; /* Цвет фона */
  border-radius: 0.62rem; /* Скругление углов */
}

/* Бегунок (ползунок) */
::-webkit-scrollbar-thumb {
  background-color: #2ecc71; /* Цвет ползунка */
  border-radius: 0.62rem;
}

/* При наведении на ползунок */
::-webkit-scrollbar-thumb:hover {
  background-color: #2ecc71;
}

.is-style-container,
.container {
  width: 100%;
  max-width: 107.5rem;
  position: relative;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media (max-width: 580px) {
  .is-style-container,
  .container {
    padding: 0 1.25rem;
  }
}

.is-style-container,
.container-thin {
  width: 100%;
  max-width: 72.5rem;
  position: relative;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media (max-width: 580px) {
  .is-style-container,
  .container-thin {
    padding: 0 1.25rem;
  }
}

.is-style-container-sm,
.container-sm {
  width: 100%;
  max-width: 72.5rem;
  position: relative;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media (max-width: 580px) {
  .is-style-container-sm,
  .container-sm {
    padding: 0 1.25rem;
  }
}

.is-style-section,
.section, section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .is-style-section,
  .section, section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 580px) {
  .is-style-section,
  .section, section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.is-style-section:first-of-type:not(.not-first),
.section:first-of-type:not(.not-first), section:first-of-type:not(.not-first) {
  padding-top: 3rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .is-style-section:first-of-type:not(.not-first),
  .section:first-of-type:not(.not-first), section:first-of-type:not(.not-first) {
    padding-top: 2.5rem;
  }
}
@media (max-width: 580px) {
  .is-style-section:first-of-type:not(.not-first),
  .section:first-of-type:not(.not-first), section:first-of-type:not(.not-first) {
    padding-top: 2.5rem;
  }
}

.wp-block-spacer.is-style-style-1 {
  height: 5rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .wp-block-spacer.is-style-style-1 {
    height: 2.5rem;
  }
}
@media (max-width: 580px) {
  .wp-block-spacer.is-style-style-1 {
    height: 2.5rem;
  }
}

ol,
ul {
  margin: 1rem;
  padding-left: 1rem;
}

ol.wp-block-list,
ul.wp-block-list {
  padding: 0;
  list-style: disc;
}
ol.wp-block-list li,
ul.wp-block-list li {
  position: relative;
  padding-left: 0.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.01em;
  line-height: 120%;
}
ol.wp-block-list li + li,
ul.wp-block-list li + li {
  margin-top: 1rem;
}
ol.wp-block-list > ul, ol.wp-block-list > ol,
ul.wp-block-list > ul,
ul.wp-block-list > ol {
  margin-bottom: 0;
  margin-left: 1rem;
}

ul.wp-block-list li::before {
  width: 0.625rem;
  height: 0.625rem;
  display: block;
  position: absolute;
  left: 0;
}

ol li,
ol.wp-block-list li {
  position: relative;
  color: #191919;
}
ol li + li,
ol.wp-block-list li + li {
  margin-top: 1rem;
}
ol li::before,
ol.wp-block-list li::before {
  position: absolute;
  left: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

svg {
  display: block;
}

.image-cover {
  overflow: hidden;
}
.image-cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 600ms;
}
.image-cover.image-top img {
  -o-object-position: top;
     object-position: top;
}

.image-contain {
  overflow: hidden;
}
.image-contain img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all ease 600ms;
}
.image-contain.image-top img {
  -o-object-position: top;
     object-position: top;
}

.header {
  position: sticky;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0.25rem 0.875rem 0 rgba(0, 0, 0, 0.1);
  background: #000;
  top: 0;
  left: 0;
  right: 0;
}
.header > .container {
  position: initial;
}
.header__holder {
  position: relative;
  display: flex;
  height: 5.25rem;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 580px) {
  .header__holder {
    height: 4.375rem;
  }
}
.header__logo {
  max-width: 12.75rem;
  width: 100%;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .header__logo {
    max-width: 10rem;
  }
}
@media (max-width: 580px) {
  .header__logo .logo_desktop {
    display: none;
  }
}
.header__logo .logo_mobile {
  display: none;
}
@media (max-width: 580px) {
  .header__logo .logo_mobile {
    display: block;
  }
}
@media (min-width: 581px) and (max-width: 1085px) {
  .header__icon-block {
    display: none;
  }
}
@media (max-width: 580px) {
  .header__icon-block {
    display: none;
  }
}
.header__icon-block {
  position: relative;
  margin-right: 1rem;
  cursor: pointer;
}
.header__icon-block img:hover {
  filter: brightness(0) invert(1);
}
.header__icon-block span {
  position: absolute;
  top: -0.3rem;
  right: -0.4rem;
  background-color: #f8333c;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .header__nav {
    gap: 1.5rem;
  }
}
@media (max-width: 580px) {
  .header__nav {
    display: none;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .header__menu {
    gap: 1.5rem;
  }
}
@media (max-width: 580px) {
  .header__menu {
    gap: 1rem;
  }
}
.header__menu .header__buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 580px) {
  .header__menu .header__buttons {
    gap: 0.625rem;
  }
}

.header__menu-toggle {
  cursor: pointer;
}
@media (max-width: 580px) {
  .header__menu-toggle {
    display: inline-flex;
  }
}
.header__menu-toggle svg {
  width: 2.5rem;
  height: 2.5rem;
}

#menu-short-top-menu li a, #menu-short-top-menu li span {
  font-family: "Inter SemiBold", sans-serif;
  color: #ffffff;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.1 0.063rem;
}
@media (max-width: 580px) {
  #menu-short-top-menu li a, #menu-short-top-menu li span {
    font-size: 0.75rem;
  }
}
#menu-short-top-menu li a:hover, #menu-short-top-menu li span:hover {
  text-decoration: none;
}
#menu-short-top-menu li a:after, #menu-short-top-menu li span:after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background-color: #2ecc71;
}

.side_menu__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.side_menu__overlay.active {
  opacity: 1;
  visibility: visible;
}

body.side-menu-open {
  overflow: hidden;
}

.side_menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 20rem;
  max-width: 80vw;
  background: #fff;
  color: #000;
  z-index: 1001;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
.side_menu.active {
  transform: translateX(0);
}
.side_menu__header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: absolute;
  top: 0;
  right: 0;
}
.side_menu__close {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.side_menu__close svg {
  transition: transform 0.2s ease, stroke 0.2s ease;
}
.side_menu__close:hover svg {
  transform: rotate(90deg);
  stroke: #fff;
}
.side_menu__content {
  padding: 3rem 3.25rem 2rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.side_menu__nav {
  margin: 0;
}
.side_menu__nav ul {
  display: block;
  list-style: none;
}
.side_menu__nav ul li a {
  color: #000;
}
.side_menu__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side_menu__nav-list li.current-menu-item a {
  color: #2ecc71;
}
.side_menu__nav-list li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.5rem 0;
  transition: color 0.2s ease;
}
.side-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 1rem;
}
.side-menu__link {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  text-transform: uppercase;
  gap: 1rem;
}
.side-menu__link:hover {
  color: #2ecc71;
  cursor: pointer;
}

.header__bottom-line {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.07);
}
.header__bottom-line .header__bottom-wrapper {
  gap: 1rem;
  overflow-x: scroll;
  white-space: nowrap;
  display: flex;
}
.header__bottom-line .header__bottom-wrapper li {
  padding: 1.1rem 0;
}
.header__bottom-line .header__bottom-wrapper li span {
  font-family: "Inter", sans-serif;
  color: #999;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.875rem;
}
@media (max-width: 580px) {
  .header__bottom-line .header__bottom-wrapper li span {
    font-size: 0.75rem;
  }
}
.header__bottom-line .header__bottom-wrapper li span:hover {
  color: #191919;
  text-decoration: none;
}
.header__bottom-line .header__bottom-wrapper li a {
  font-size: 0.875rem;
  color: #999;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
.header__bottom-line .header__bottom-wrapper li a:hover {
  color: #191919;
  text-decoration: none;
}

@keyframes slide-down-from-up {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.footer {
  margin-top: 3rem;
  background: #000;
  position: relative;
  color: #ffffff;
}
.footer .block_title {
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 580px) {
  .footer .block_title {
    text-align: center;
  }
}
.footer .container-thin {
  position: relative;
  z-index: 2;
  padding-block: 5rem;
}
@media (max-width: 580px) {
  .footer .container-thin {
    padding-block: 2.5rem;
  }
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .footer__inner {
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 580px) {
  .footer__inner {
    padding-bottom: 1.875rem;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
.footer__inner__menus {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  row-gap: 4rem;
  width: 100%;
}
.footer__inner__menus .footer__inner__column {
  flex: 0 0 calc(50% - 2rem);
}
.footer__inner__menus .footer__inner__column:nth-child(3), .footer__inner__menus .footer__inner__column:nth-child(4) {
  flex: 0 0 100%;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .footer__inner__menus .footer__inner__column {
    flex: 0 0 100%;
  }
}
@media (max-width: 580px) {
  .footer__inner__menus .footer__inner__column {
    flex: 0 0 100%;
    text-align: center;
  }
}
.footer__inner .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 580px) {
  .footer__inner .footer-menu {
    width: 100%;
  }
}
.footer__inner .footer-menu li {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  margin-bottom: 0.75rem;
}
@media (max-width: 580px) {
  .footer__inner .footer-menu li {
    width: 100%;
  }
}
.footer__inner .footer-menu li a,
.footer__inner .footer-menu li .menu-item {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #999;
  display: block;
}
.footer__inner .footer-menu li a:hover,
.footer__inner .footer-menu li .menu-item:hover {
  color: #ffffff;
}
.footer__inner .footer-menu li .menu-item {
  color: #ffffff;
}
@media (max-width: 580px) {
  .footer__payments {
    width: 100%;
    text-align: center;
  }
}
.footer__payments-methods {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 580px) {
  .footer__payments-methods {
    justify-content: center;
  }
}
.footer__payments-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.938rem;
  height: 5.625rem;
  margin: 0 0.063rem 0.063rem 0;
  padding: 0.625rem;
  background-color: rgba(255, 255, 255, 0.05);
}
.footer__payments-item .footer__payment-image {
  max-width: 100%;
  height: auto;
  display: block;
}
.footer__bottom {
  margin-top: 4rem;
}
@media (max-width: 580px) {
  .footer__bottom {
    text-align: center;
  }
}
.footer__bottom-icon img {
  max-width: 10rem;
  height: auto;
  display: inline-block;
}

.to-top {
  cursor: pointer;
  position: fixed;
  bottom: 6.063rem;
  left: 2.813rem;
  right: auto;
  transition: all ease 600ms;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transform: translate(-100%, 0%);
  width: 3.063rem;
  height: 3.063rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .to-top {
    left: 0.313rem;
  }
}
@media (max-width: 580px) {
  .to-top {
    display: none;
  }
}
.to-top svg {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  margin-top: 0.5rem;
  fill: #2ecc71;
  transition: all ease 600ms;
}
.to-top:hover {
  transition: all ease 600ms;
}
.to-top:hover svg {
  fill: #2ecc71;
  transition: all ease 600ms;
}
.to-top.show {
  opacity: 1;
  transform: translate(0%, 0%);
  visibility: visible;
}

.page-not-found {
  padding: 0;
}
.page-not-found .error-page {
  overflow: hidden;
  position: relative;
  padding-block: 10rem;
  min-height: calc(100vh - 5.25rem);
}
@media (min-width: 581px) and (max-width: 1085px) {
  .page-not-found .error-page {
    padding-block: 5rem;
  }
}
@media (max-width: 580px) {
  .page-not-found .error-page {
    padding-block: 5rem;
  }
}
.page-not-found .error-page .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-not-found .error-page__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-not-found .error-page__background {
  width: 10rem;
  margin-bottom: 3rem;
}
.page-not-found .error-page__404 {
  font-size: 3rem;
}
.page-not-found .error-page__info {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
  align-items: center;
  justify-content: center;
  max-width: 45rem;
  width: 100%;
  height: auto;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .page-not-found .error-page__info {
    gap: 1.875rem;
  }
}
@media (max-width: 580px) {
  .page-not-found .error-page__info {
    gap: 1.25rem;
  }
}
.page-not-found .error-page__info img {
  max-width: 23.125rem;
  width: 100%;
  height: 12rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .page-not-found .error-page__info img {
    max-width: 18.75rem;
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 580px) {
  .page-not-found .error-page__info img {
    max-width: 12.5rem;
    width: 100%;
    height: 7.125rem;
    margin-bottom: 1.875rem;
  }
}
.page-not-found .error-page__text {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 580px) {
  .page-not-found .error-page__text {
    gap: 1.25rem;
  }
}
.page-not-found .error-page__text .h3-heading {
  text-transform: uppercase;
  color: #1c420e;
}
.page-not-found .error-page__text p {
  text-align: center;
}

.privacy-policy main {
  padding: 3rem 0;
}

.modal {
  display: block;
  position: fixed;
  inset-block-start: 0;
  inset-block-end: 0;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  overflow: auto;
  box-shadow: 0 0 0 100vmax rgba(32, 32, 32, 0.5019607843);
  padding: 0;
  border: none;
  max-width: 48rem;
  width: 100%;
  opacity: 0;
  z-index: 1000;
  visibility: hidden;
  transition: all ease 900ms;
  border-radius: 0.62rem;
  background: #fff;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .modal {
    max-width: 100%;
    box-shadow: none;
  }
  .modal::backdrop {
    background: rgba(32, 32, 32, 0.5019607843);
  }
}
@media (max-width: 580px) {
  .modal {
    border-radius: 0;
    max-height: 100dvh;
    height: 100%;
    box-shadow: none;
  }
  .modal::backdrop {
    background: rgba(32, 32, 32, 0.5019607843);
  }
}
.modal[open] {
  opacity: 1;
  transition: all ease 900ms;
  visibility: visible;
}
.modal__wrapper {
  padding: 5rem 2.5rem;
  min-height: 100%;
}
@media (max-width: 580px) {
  .modal__wrapper {
    border-radius: 0;
    padding: 3.75rem 1.25rem;
  }
}
.modal__close {
  position: absolute;
  top: 2.75rem;
  right: 2.75rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .modal__close {
    top: 2.75rem;
    right: 2.75rem;
  }
}
@media (max-width: 580px) {
  .modal__close {
    top: 1.5rem;
    right: 1.5rem;
  }
}
.modal__close svg.close,
.modal__close img {
  cursor: pointer;
  fill: #ffffff;
  width: 1.688rem;
  height: 1.688rem;
  transform: rotate(0);
  transition: all ease 900ms;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .modal__close svg.close,
  .modal__close img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 580px) {
  .modal__close svg.close,
  .modal__close img {
    width: 1.125rem;
    height: 1.125rem;
  }
}
.modal__close svg.close:hover,
.modal__close img:hover {
  fill: #2ecc71;
}
.modal-thanks {
  max-width: 22.5rem;
  border-radius: 0.62rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 580px) {
  .modal-thanks {
    border-radius: 0;
  }
}
.modal-thanks .modal__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.625rem 4.875rem;
}
.modal-thanks .modal__wrapper .modal__close {
  top: 1.25rem;
  right: 1.25rem;
}
.modal-thanks .modal__wrapper p {
  font-family: "Inter SemiBold", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 140%;
  text-align: center;
  color: #191919;
}

.form__header {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 2.5rem;
}
@media (max-width: 580px) {
  .form__header {
    margin: 0 auto 0.625rem;
  }
}
.form__title {
  color: #1c420e;
  text-transform: uppercase;
  text-align: center;
}
.form__title b, .form__title strong {
  font-weight: normal;
}
.form__text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 150%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #1c420e;
  margin-top: 1.875rem;
}
@media (max-width: 580px) {
  .form__text {
    margin-top: 1.25rem;
  }
}

.cookie-banner {
  position: fixed;
  z-index: 10159;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 0.063rem solid #2ecc71;
  background: #ffffff;
  transform: translatey(100%);
  transition: all ease 300ms;
}
.cookie-banner.show {
  transition: all ease 300ms;
  transform: translatey(0%);
}
.cookie-banner__wrap {
  width: 100%;
  max-width: 94.25rem;
  position: relative;
  margin: 0 auto;
  padding: 2rem 2.5rem;
}
@media (max-width: 580px) {
  .cookie-banner__wrap {
    padding: 1.25rem;
  }
}
.cookie-banner__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .cookie-banner__content {
    flex-direction: column;
  }
}
@media (max-width: 580px) {
  .cookie-banner__content {
    flex-direction: column;
  }
}
.cookie-banner__content-title {
  max-width: 55.125rem;
  width: 100%;
  font-family: "Inter SemiBold", sans-serif;
  font-weight: 400;
  font-size: 1.12rem;
  line-height: 150%;
  color: #1c420e;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .cookie-banner__content-title {
    text-align: center;
  }
}
@media (max-width: 580px) {
  .cookie-banner__content-title {
    text-align: center;
  }
}
.cookie-banner__content-title a {
  color: #2ecc71;
}
.cookie-banner__content-btn {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 580px) {
  .cookie-banner__content-btn {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
}
.cookie-banner__content-btn .button {
  cursor: pointer;
  flex: 0 0 auto;
  min-width: 12.75rem;
  transition: all 0.6s ease;
}
.cookie-banner__content-btn .button-reject {
  background: #1c420e;
  border: none;
  color: #ffffff;
}
.cookie-banner__content-btn .button-reject:hover {
  color: #ffffff;
  background: #2ecc71;
}

.single-posts {
  padding-block: 10rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .single-posts {
    padding-block: 5rem;
  }
}
@media (max-width: 580px) {
  .single-posts {
    padding-block: 5rem;
  }
}
.single-posts__back {
  max-width: 18.75rem;
  width: 100%;
}
@media (max-width: 580px) {
  .single-posts__back {
    max-width: 100%;
  }
}
.single-posts__head {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-block: 5rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .single-posts__head {
    padding-block: 3.75rem;
  }
}
@media (max-width: 580px) {
  .single-posts__head {
    padding-block: 3.75rem;
  }
}
.single-posts__head h1 {
  font-family: "Inter SemiBold", sans-serif;
  font-weight: 600;
  font-size: 4.69rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1c420e;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .single-posts__head h1 {
    font-size: 2.12rem;
  }
}
@media (max-width: 580px) {
  .single-posts__head h1 {
    font-size: 2.07rem;
  }
}
.single-posts__head .single-posts__date {
  font-family: "Inter SemiBold", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  color: #2ecc71;
}
.single-posts__thumbnail {
  border-radius: 0.62rem;
  max-width: 67.5rem;
  width: 100%;
  height: 25rem;
  margin-bottom: 5rem;
  position: relative;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .single-posts__thumbnail {
    margin-bottom: 3.75rem;
    height: 18.75rem;
  }
}
@media (max-width: 580px) {
  .single-posts__thumbnail {
    margin-bottom: 3.75rem;
    height: 12.5rem;
  }
}
.single-posts__thumbnail:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  background: linear-gradient(90deg, rgba(149, 173, 13, 0.8) 0%, rgba(149, 173, 13, 0) 100%);
}
.single-posts__thumbnail:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(149, 173, 13, 0) 0%, rgba(149, 173, 13, 0.8) 100%);
}
.single-posts__content {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
.single-posts__content h2 {
  text-transform: uppercase;
  color: #1c420e;
  margin-block: 5rem 2.5rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .single-posts__content h2 {
    margin-block: 3.75rem 1.875rem;
  }
}
@media (max-width: 580px) {
  .single-posts__content h2 {
    margin-block: 3.75rem 1.875rem;
  }
}
.single-posts__content h3,
.single-posts__content .h3-heading {
  font-family: "Inter SemiBold", sans-serif;
  color: #2ecc71;
  font-weight: 600;
  font-size: 1.5rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .single-posts__content h3,
  .single-posts__content .h3-heading {
    font-size: 1.5rem;
  }
}
@media (max-width: 580px) {
  .single-posts__content h3,
  .single-posts__content .h3-heading {
    font-size: 1.25rem;
  }
}
.single-posts__content h3,
.single-posts__content .h3-heading,
.single-posts__content h4,
.single-posts__content .h4-heading,
.single-posts__content h5,
.single-posts__content .h5-heading,
.single-posts__content h6,
.single-posts__content .h6-heading {
  margin-block: 2.5rem 1.875rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .single-posts__content h3,
  .single-posts__content .h3-heading,
  .single-posts__content h4,
  .single-posts__content .h4-heading,
  .single-posts__content h5,
  .single-posts__content .h5-heading,
  .single-posts__content h6,
  .single-posts__content .h6-heading {
    margin-block: 1.875rem 1.25rem;
  }
}
@media (max-width: 580px) {
  .single-posts__content h3,
  .single-posts__content .h3-heading,
  .single-posts__content h4,
  .single-posts__content .h4-heading,
  .single-posts__content h5,
  .single-posts__content .h5-heading,
  .single-posts__content h6,
  .single-posts__content .h6-heading {
    margin-block: 1.875rem 1.25rem;
  }
}
.single-posts__content p, .single-posts__content li {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.12rem;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #191919;
}
.single-posts__content p + :is(p, ul, ol),
.single-posts__content :is(p, ul, ol) + p {
  margin-top: 1.25rem;
}
.single-posts__content figure.wp-block-image {
  overflow: hidden;
  border-radius: 0.62rem;
  margin-block: 5rem;
  position: relative;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .single-posts__content figure.wp-block-image {
    margin-block: 3.75rem;
  }
}
@media (max-width: 580px) {
  .single-posts__content figure.wp-block-image {
    margin-block: 3.75rem;
  }
}
.single-posts__content figure.wp-block-image:before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  background: linear-gradient(90deg, rgba(149, 173, 13, 0.8) 0%, rgba(149, 173, 13, 0) 100%);
}
.single-posts__content figure.wp-block-image:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(149, 173, 13, 0) 0%, rgba(149, 173, 13, 0.8) 100%);
}
.single-posts__content .single-posts__back {
  margin-top: 5rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .single-posts__content .single-posts__back {
    margin-top: 3.75rem;
  }
}
@media (max-width: 580px) {
  .single-posts__content .single-posts__back {
    margin-top: 3.75rem;
  }
}

.socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.socials__list {
  padding-left: 2.5rem;
  list-style: none;
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 580px) {
  .socials__list {
    padding-left: 1.25rem;
    gap: 0.938rem;
  }
}
.socials__list a:hover svg {
  fill: #2ecc71;
}
.socials__list a:hover img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(84%) saturate(1300%) hue-rotate(29deg) brightness(94%) contrast(90%);
}
.socials__list svg,
.socials__list img {
  width: 1.5rem;
  aspect-ratio: 1;
}
.socials__list svg {
  fill: #191919;
}

.ss__input {
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  width: 100%;
  padding: 1rem 1rem;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid #ccc;
  height: 4rem;
  outline: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ss__input-value {
  padding-right: 0.5rem;
  color: #1c420e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.ss__after-input > span {
  display: block;
  background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M3.64213 6.13316C3.8399 5.94159 4.10799 5.83399 4.38751 5.83399C4.66703 5.83399 4.93512 5.94159 5.13289 6.13316L10.013 10.8661L14.8931 6.13316C15.0931 5.95246 15.3576 5.85408 15.6308 5.85876C15.9041 5.86344 16.1648 5.9708 16.3581 6.15822C16.5513 6.34565 16.662 6.59851 16.6668 6.86353C16.6716 7.12855 16.5702 7.38504 16.3839 7.57896L10.7584 13.0348C10.5606 13.2264 10.2925 13.334 10.013 13.334C9.7335 13.334 9.46541 13.2264 9.26764 13.0348L3.64213 7.57896C3.44461 7.38715 3.33366 7.12715 3.33366 6.85606C3.33366 6.58497 3.44461 6.32497 3.64213 6.13316Z" fill="%23CCCCCC" /%3E%3C/svg%3E');
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 150ms linear;
  transform-origin: center center;
}
.ss__options {
  font-family: "Inter SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #1c420e;
  max-height: 0rem;
  overflow: auto;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  border: 1px solid #ccc;
  pointer-events: none;
  transform-origin: top;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 150ms;
  transition-timing-function: ease-out;
  border-radius: 0 0 0.62rem 0.62rem;
}
.ss__option {
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  font-size: 1rem;
  transition: all ease 300ms;
}
.ss__option:hover {
  color: #2ecc71;
}
.ss__option:first-child {
  border-top: none;
}
.ss__option:hover {
  background-color: #f8f8f8;
}
.ss__option.ss__active-option {
  background-color: #f8f8f8;
  font-weight: 700;
  color: #2ecc71;
}
.ss__option.ss__op--multiple {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.ss__option .ss__checkbox--marker {
  position: absolute;
  z-index: 1;
  width: 8px;
  height: 8px;
  background-color: #ddd;
}
.ss__option .ss__checkbox {
  background-color: #f2f2f2;
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  margin-right: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.ss__option .ss__checkbox.ss__checked {
  background-color: #ffffff;
  border-color: seagreen;
}
.ss__option .ss__checkbox.ss__checked .ss__checkbox--marker {
  background-color: seagreen;
}
.ss__shell {
  font-size: 14px;
  line-height: 1;
}
.ss__shell.opened .ss__input {
  border-radius: 0.62rem 0.62rem 0 0;
  border: 0.063px solid #dedede;
  border-bottom: 0.063px solid transparent;
}
.ss__shell.opened .ss__options {
  max-height: 12.5rem;
  opacity: 1;
  pointer-events: all;
  border: 0.063px solid #dedede;
  border-top: none;
}
.ss__shell.opened .ss__after-input > span {
  transform: rotate(180deg);
}
.ss__shell.ss__open-to-up.opened .ss__input {
  border-radius: 0 0 0.62rem 0.62rem;
  border: 0.063px solid #dedede;
  border-top: 0.063px solid transparent;
}
.ss__shell.ss__open-to-up.opened .ss__options {
  border: 0.063px solid #dedede;
  border-bottom: none;
  border-radius: 0.62rem 0.62rem 0 0;
}
.ss__shell.not-valid-content .ss__input {
  color: #FB8484;
  border-color: rgb(250.1968503937, 107.3031496063, 107.3031496063);
}
.ss__shell.ss__open-to-up .ss__options {
  top: 0;
  transform: translate(0, -100%);
}
.ss__shell.ss__open-to-up.opened .ss__options {
  transform: translate(0, -100%);
}

/* Temporary Styles
--------------------------------------------- */
/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.slider {
  background-color: #f5f5f5;
  padding-bottom: 0;
}
@media (max-width: 580px) {
  .slider {
    padding-bottom: 0;
  }
}
.slider .splide__slide {
  position: relative;
  height: 17rem;
  padding: 4rem 2rem;
}
@media (max-width: 580px) {
  .slider .splide__slide {
    height: 10rem;
    padding: 2.6rem 1rem 1rem;
  }
}
.slider__slide-tagline {
  position: absolute;
  top: 0;
  left: 2rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #ffae00;
  border-radius: 0 0 0.313rem 0.313rem;
  padding: 0 1rem;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
@media (max-width: 580px) {
  .slider__slide-tagline {
    left: 1rem;
  }
}
.slider__slide-caption {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 32rem;
  justify-content: space-around;
}
@media (max-width: 580px) {
  .slider__slide-caption {
    width: 100%;
  }
}
.slider__slide-title {
  line-height: 130%;
  color: #ffffff;
  font-size: 2rem;
  margin-top: 0;
}
@media (max-width: 580px) {
  .slider__slide-title {
    font-size: 1rem;
    margin: 0;
  }
}
.slider__button-icon {
  cursor: pointer;
  display: inline-block;
  border-radius: 2rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .slider__button-icon {
    padding: 0.5rem 3rem;
  }
}
@media (max-width: 580px) {
  .slider__button-icon {
    padding: 0.75rem 2rem;
    margin-top: 1rem;
  }
}
.slider__slide-image {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
}
.slider__slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}

.slider-amp__image {
  border-radius: 1rem;
  position: relative;
}
.slider-amp .slider__slide-caption {
  position: absolute;
  top: 5rem;
  left: 2rem;
  display: flex;
  flex-direction: column;
  width: 32rem;
  justify-content: unset;
}

.games-plates {
  background-color: #f5f5f5;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  padding-top: 0rem;
}
.games-plates__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15.375rem, 1fr));
  grid-gap: 1rem;
  justify-content: center;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .games-plates__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 580px) {
  .games-plates__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.games-plates__title-block {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  font-size: 1.5rem;
}
@media (max-width: 580px) {
  .games-plates__title-block {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
  }
}
.games-plates__title-block img {
  width: 5rem;
}
@media (max-width: 580px) {
  .games-plates__title-block img {
    width: 4rem;
  }
}
.games-plates__big-content {
  position: absolute;
  top: 3rem;
  text-align: left;
  left: 3rem;
  width: 19rem;
}
@media (max-width: 580px) {
  .games-plates__big-content {
    top: 2rem;
    left: 1rem;
  }
}
.games-plates__big-content p {
  font-size: 1rem;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 580px) {
  .games-plates__big-content p {
    font-size: 0.875rem;
  }
}
.games-plates__big-content .games-plates__big-title {
  font-size: 1.875rem;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
}
@media (max-width: 580px) {
  .games-plates__big-content .games-plates__big-title {
    font-size: 1.2rem;
  }
}
.games-plates__big-content .games-plates__button {
  opacity: 1;
  transform: none;
  margin-top: 1.5rem;
}
.games-plates__item {
  position: relative;
  background-color: #999;
  border-radius: 0.5rem;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.games-plates__item--big {
  grid-column: span 2;
  grid-row: span 2;
}
.games-plates__item--big .games-plates__overlay {
  display: none;
}
@media (max-width: 580px) {
  .games-plates__item--big {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.games-plates__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.games-plates__item:hover .games-plates__overlay {
  opacity: 1;
  visibility: visible;
}
.games-plates__item:hover .games-plates__title,
.games-plates__item:hover .games-plates__button {
  transform: translateY(0);
  opacity: 1;
}
.games-plates__image {
  width: 100%;
  height: 100%;
}
.games-plates__image img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.games-plates__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.games-plates__title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  transform: translateY(10px);
  opacity: 0;
  transition: 0.3s ease;
}
@media (max-width: 580px) {
  .games-plates__title {
    font-size: 0.9rem;
  }
}
.games-plates .demo {
  cursor: pointer;
  text-decoration: underline;
  color: #999;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}
.games-plates__button {
  padding: 0.75rem 1.3rem;
  background: #2ecc71;
  color: #000;
  border-radius: 1.5rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transform: translateY(15px);
  opacity: 0;
  transition: 0.35s ease;
}
@media (max-width: 580px) {
  .games-plates__button {
    padding: 0.75rem 1rem;
    width: auto;
  }
}
.games-plates__button:hover {
  background: rgb(36.616, 162.384, 89.948);
}

.custom-breadcrumbs .breadcrumbs {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  gap: 0.5rem;
  margin-bottom: 2rem;
  font-weight: 400;
  color: #999;
  font-family: "Inter", sans-serif;
}
.custom-breadcrumbs .breadcrumbs .breadcrumb-home svg {
  width: 1rem;
  height: 1rem;
  fill: #999;
}

.buttons-wrapper {
  margin: 1rem 0 1.5rem;
}
.buttons-wrapper span.js-encoded-link {
  cursor: pointer;
}

.fake-login--type_one {
  border: 0.125rem solid #2ecc71;
  border-radius: 1rem;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  width: 43rem;
  margin: 2rem auto;
  overflow: auto;
}
@media (max-width: 580px) {
  .fake-login--type_one {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}
.fake-login--type_one .fake-login__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.fake-login--type_one .fake-login__title {
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
}
.fake-login--type_one .fake-login__image {
  width: 17.375rem;
  height: -moz-fit-content;
  height: -webkit-fill-available;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 580px) {
  .fake-login--type_one .fake-login__image {
    width: 100%;
    height: 5rem;
  }
}
.fake-login--type_two {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  width: 43rem;
  margin: 2rem auto;
  overflow: auto;
}
@media (max-width: 580px) {
  .fake-login--type_two {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
}
.fake-login--type_two .fake-login__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.fake-login--type_two .fake-login__title {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Inter SemiBold", sans-serif;
}
.fake-login--type_two .fake-login__description {
  margin-bottom: 2rem;
}
.fake-login--type_two .fake-login__image {
  width: 20.375rem;
  height: -moz-fit-content;
  height: -webkit-fill-available;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 580px) {
  .fake-login--type_two .fake-login__image {
    width: 100%;
    height: 100%;
  }
}

.banner {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #f5f5f5;
}
.banner__cover-wrapper {
  position: relative;
}
.banner__cover-image {
  z-index: 1;
  position: relative;
  height: 18rem;
}
.banner__cover-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
.banner__cover-image::after {
  content: "";
  border-radius: 1rem;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1) 100%);
}
.banner__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 48rem;
  padding: 0rem 2rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .banner__inner {
    width: 40rem;
  }
}
@media (max-width: 580px) {
  .banner__inner {
    width: 20rem;
  }
}
.banner__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Inter SemiBold", sans-serif;
}
@media (max-width: 580px) {
  .banner__title {
    font-size: 1.5rem;
  }
}
.banner__description {
  font-size: 1rem;
}
@media (max-width: 580px) {
  .banner__description {
    font-size: 1rem;
  }
}
.banner__button {
  margin-top: 2rem;
}
.banner__button .button {
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Editor
--------------------------------------------------------------*/
.grecaptcha-badge {
  display: none;
}

.obj-pos-65 .img-block__left img {
  -o-object-position: 65%;
     object-position: 65%;
}

.obj-pos-80 .img-block__left img {
  -o-object-position: 80%;
     object-position: 80%;
}

.double-padd {
  padding: 10rem 0;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .double-padd {
    padding: 5rem 0;
  }
}
@media (max-width: 580px) {
  .double-padd {
    padding: 5rem 0;
  }
}

.double-padd-top {
  padding-top: 10rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .double-padd-top {
    padding-top: 5rem;
  }
}
@media (max-width: 580px) {
  .double-padd-top {
    padding-top: 5rem;
  }
}

.double-padd-bottom {
  padding-bottom: 10rem;
}
@media (min-width: 581px) and (max-width: 1085px) {
  .double-padd-bottom {
    padding-bottom: 5rem;
  }
}
@media (max-width: 580px) {
  .double-padd-bottom {
    padding-bottom: 5rem;
  }
}

.no-padd-top {
  padding-top: 0;
}

/*# sourceMappingURL=main.css.map*/