﻿/*
Theme Name: WP Bootstrap Starter
Theme URI: /
Author: J 6
Author URI: /
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 25.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
# Google translation
# Media Query
# Lock mobile
# Whatsapp
# Test
# New year
# Parallax
# Call back 
# Scroll
# Отзывы
# переводчик
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Определнеие темной и светлой темы
:root {
  --color: #222;
  --background: #fff;
  --text: 'default';

}

@media (prefers-color-scheme: light) {
  :root {
    --color: #222;
    --background: #fff;
    --text: 'light';
  }
}

@media (prefers-color-scheme: dark) {
  :root {
    --color: #f8f8f8;
    --background: #222;
    --text: 'dark';
  }
}

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



/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
  background: var(--background);
  cursor: url('inc/img/cursor-nov.cur'),
    url(inc/img/cursor-nov.cur), auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
  color: #0a2610;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
  font-size: 14px;
  width: 22px;
  height: 22px;
}

input[type='radio']:checked+label {
  background: #00000057;
  margin: -10px -10px;
  padding: 16px 10px;
  border-radius: 5px;
  height: 80px;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

.wc_payment_method input[type='radio'],
.wc_payment_method input[type='checkbox'] {
  display: contents;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Бегущая строка
--------------------------------------------------------------*/
.ticker {
  display: inline-flex;
  width: 100%;
  margin-top: 10px;
  height: 50px;
  margin-bottom: -30px;
  background: #673ab7;
}

.ticker h4 {
  padding: 16px 0;
  color: #fff;
  letter-spacing: 1px;
  font-size: 1em;
}

.ticker b {
  font-size: 1.2em;
}

.marquee {
  height: 50px;
  width: 100%;
  background: #673ab7;
  overflow: hidden;
  padding: 14px 0;
  position: relative;
  cursor: pointer;
}

.marquee div {
  display: flex;
  width: calc(480% + 100px);
  height: 28px;
  position: absolute;
  overflow: hidden;
  animation: marquee 24s linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
}

.marquee p {
  float: left;
  width: 70%;
  color: #fff;
}

.marquee h4 {
  text-align: center;
  letter-spacing: 1px;
}

.marquee img {
  float: left;
  margin-left: 3em;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@media only screen and (max-width: 500px) {
  input[type='radio']:checked+label {
    margin: -10px -10px;
    padding: 14px 23%;
    height: 71px;
    width: 110%;
  }

  .block-deposite-img {
    display: none;
  }

  .ticker {
    margin-bottom: -20px;
  }

  .ticker h4 {
    padding: 16px 0;
    font-size: 14px;
  }

  .marquee {
    margin: 0;
  }

  .marquee div {
    animation: marquee 55s linear infinite;
    width: 2600%;
  }

  @keyframes marquee {
    0% {
      left: 0;
    }

    100% {
      left: -2600%;
    }
  }
}

@media only screen and (max-width: 392px) {
  .ticker {
    margin-bottom: -20px;
  }

  .ticker h4 {
    padding: 16px 0;
    font-size: 15px;
    margin: 0 -15px 0px -10px;
  }

  .marquee {
    margin: 0;
  }

  .marquee div {
    animation: marquee 55s linear infinite;
    width: 2900%;
  }

  @keyframes marquee {
    0% {
      left: 0;
    }

    100% {
      left: -2900%;
    }
  }
}

@media only screen and (max-width: 340px) {
  .ticker {
    margin-bottom: -20px;
  }

  .ticker h4 {
    padding: 16px 0;
    font-size: 12px;
    margin: 0 -15px 0px -10px;
  }

  .marquee {
    margin: 0;
  }

  .marquee div {
    animation: marquee 55s linear infinite;
    width: 3500%;
  }

  @keyframes marquee {
    0% {
      left: 0;
    }

    100% {
      left: -3500%;
    }
  }
}

/*--------------------------------------------------------------
# Выделение цвета 
--------------------------------------------------------------*/
::selection {
  background: rgba(230, 126, 34, 0.8);
}

::-moz-selection {
  background: rgba(230, 126, 34, 0.8);
}

::-webkit-selection {
  background: rgba(230, 126, 34, 0.8);
  color: #fff;
}

/*--------------------------------------------------------------
# Top-nav
--------------------------------------------------------------*/
.top-nav {
  display: none;
  height: 60px;
  padding-top: 4px;
  background-image: url(../../uploads/2023/01/header-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: color;
  background-size: cover;
  background-color: #ffffff9e;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.payment_method_rbspayment {}

.payment_method_rbspayment img {
  width: 180px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  text-align: center;
  padding: 1em;
  border-bottom: 0;
  margin: 0;
  list-style: none outside;
}

#payment>ul>li.wc_payment_method.payment_method_sber_bnpl>label>img {
  height: 40px;
}

#payment>ul>li.wc_payment_method.payment_method_yookassa_epl>label {
  color: aliceblue;
  font-size: 20px;
}

#payment>ul>li.wc_payment_method.payment_method_yookassa_epl>label>img:nth-child(1) {
  height: 40px;
}

#payment>ul>li.wc_payment_method.payment_method_yookassa_epl>label>img:nth-child(2) {
  display: none;
}

.woocommerce-checkout #payment ul.payment_methods {
  display: inline-flex;
  position: inherit;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2;
  text-align: center;
  margin: 5px 8px;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  background: #fff;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: relative;
  box-shadow: none;
}

.payment_box {
  display: none !important;
}

#product-5617 {
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0em 0 5em 0;
}

#product-5617>div.summary.entry-summary {
  padding: 3em;
  width: 100%;
}

#product-5617 .woocommerce-product-gallery--columns-4 {}

.woocommerce-product-gallery__trigger {
  display: none;
}

#product-5617>div.summary.entry-summary>form>button {
  width: 47%;
  background: #ff8128;
  font-size: 22px;
  border: 0;
  padding: 10px;
  border-radius: 5px;
}

#ywcnp_form_name_your_price {
  color: #000;
  font-size: 20px;
}

@media only screen and (max-width: 500px) {
  #product-5617 {
    display: block;
    align-content: center;
    align-items: center;
    padding: 0em 0 5em 0;
  }
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.coupon-slub-5 span {
  display: none;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: inherit;
  width: 100%;
  clear: none;
  text-align: center;
}

.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: inherit;
}

.showcoupon {
  font-size: 16px;
  font-weight: 600;
}

.woocommerce-info {
  border-top-color: #0a2610;
  font-size: 18px;
}

.woocommerce span.onsale {
  min-height: 2.236em;
  min-width: 2.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 2.236;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 5px;
  background-color: #e03e3e;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
  letter-spacing: 0px;
  text-transform: inherit;
}

.woocommerce ul.products li.product .price {
  color: #000;
  display: block;
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 1.1em;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 2px solid #e18d25;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  width: 260px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background: #2a628f;
}

#coupon_code {
  font-size: 30px;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #d0d0d0;
  background-color: #efefef;
}

.woocommerce-input-wrapper {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 0.875rem;
  line-height: 0;
  color: #55595c;
  background-color: #f7f7f9;
  background-clip: padding-box;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.order-total {
  font-size: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
  font-size: 18px;
  font-weight: 500;
}

.woocommerce-additional-fields,
.woocommerce-shipping-fields,
.woocommerce-tabs,
.cart-subtotal,
.qty,
.woocommerce-message {
  display: none;
}

.ywcnp_sugg_price {
  padding: 6px;
  border-radius: 2px;
  border: 1px #282828 solid;
  font-size: 20px;
}

.woocommerce-checkout-payment {
  margin-top: 30px;
}

.deposite {
  display: none;
  background-color: #a1a1a1;
  color: azure;
  cursor: pointer;
  height: 60px;
  border-radius: 2px;
  padding: 10px 70px;
  font-size: 1.5em;
}

.deposite:hover {
  color: #fff;
}

.block-deposite {
  margin: 30px 0px 20px 0px;
  display: inline-flex;
  flex-direction: row;
  position: inherit;
  padding: 20px;
  background: #ebe9eb;
  border-radius: 5px;
}

.block-deposite-img {
  background-image: url(../../uploads/iStock-tinkoff.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.block-pay {
  text-align: center;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 1em;
  display: none;
}

.woocommerce-checkout-payment {
  margin-top: 30px;
  text-align: center;
}

#order_review_heading {
  margin-top: 30px;
}

.woocommerce button.button.alt {
  background-color: #0a2610;
  color: #fff;
  padding: 10px 20px;
  font-size: 1.4em;
  -webkit-font-smoothing: antialiased;
}

.info-pay {
  display: none;
  margin: 20px 0;
}

.info-pay a {
  border: 1px solid #0a2610;
  padding: 5px;
  position: inherit;
  border-radius: 2px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}

h1 {
  font-size: 32px;
  padding-bottom: 10px;
}

h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}

h3 {
  font-size: 18px;
  line-height: 25px;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}

h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
  display: none;
}

h2.entry-title {
  border-bottom: 1px solid #eaecef;
}

h3.widget-title {
  font-family: 'Manrope', Sans-serif;
  font-size: 14px;
  color: #f7f7f9;
}

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

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

.circle {}

.lock-mobile {}

/* english for adults form styles */
/* *** */
.english-for-adults-form .wpcf7-form {
  margin: 0;
}

/* input */
.english-for-adults-form .wpcf7-form-control-wrap {
  display: block;
  min-height: 90px;
}

.english-for-adults-form .wpcf7-form-control-wrap:first-of-type {
  min-height: 72px;
}

.english-for-adults-form .wpcf7-form-control-wrap:last-of-type {
  min-height: fit-content;
}

.english-for-adults-form .wpcf7-text {
  padding: 17px 23px 15px;
  border-radius: 16px;
  border: 1px solid #b7b7b7;
  font-family: 'Manrope', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #0e0c0d;
  height: 56px;
}

.english-for-adults-form .wpcf7-text::placeholder {
  color: #b7b7b7;
  font-family: 'Manrope', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.english-for-adults-form .wpcf7-text.form-control:focus {
  box-shadow: none;
  border-color: #0a2610;
  background-color: #f4f5f6;
  color: #0e0c0d;
}

/* input error */
.english-for-adults-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip:not(:first-of-type) {
  display: none;
}

.english-for-adults-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-family: 'Manrope', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

/* submit button */
.english-for-adults-form .btn.btn-primary.wpcf7-submit {
  border-radius: 16px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: 'Manrope', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #0055a4;
  border: none;
  text-transform: none;
  margin-bottom: 12px;
}

.english-for-adults-form .btn.btn-primary.wpcf7-submit:disabled,
.english-for-adults-form .btn.btn-primary.wpcf7-submit:disabled:hover {
  background-color: #b7b7b7;
}

.english-for-adults-form .btn.btn-primary.wpcf7-submit:active {
  color: #fff;
  background-color: #0055a4;
}

.english-for-adults-form .btn.btn-primary.wpcf7-submit:hover {
  background-color: #0055a4;
}

/* checkbox */
.english-for-adults-form .wpcf7-acceptance {
  display: block;
  padding: 0;
}

.english-for-adults-form .wpcf7-acceptance label {
  display: flex;
  gap: 18px;
}

.english-for-adults-form .wpcf7-acceptance label input[type='checkbox'] {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: dodgerblue;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appeareance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 5px;
  background-color: #ffffff;
  transition: background 300ms;
  cursor: pointer;
}

.english-for-adults-form .wpcf7-acceptance label input[type='checkbox']::before {
  content: '';
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #b7b7b7;
}

.english-for-adults-form .wpcf7-acceptance label input[type='checkbox']:checked {
  background-color: #0a2610;
}

.english-for-adults-form .wpcf7-acceptance label input[type='checkbox']:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

.english-for-adults-form .wpcf7-list-item-label {
  font-family: 'Manrope', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #b7b7b7;
}

/* hide overall form error */
.english-for-adults-form div.wpcf7-response-output {
  display: none !important;
}

/* *** */

/* popup form styles */
.popup-form .wpcf7-form {
  margin: 0;
}

/* input */
.popup-form .wpcf7-form-control-wrap:has(.wpcf7-text) {
  display: block;
  min-height: 66px;
  margin-bottom: 16px;
}

.popup-form .wpcf7-form-control-wrap:has(.wpcf7-acceptance) {
  min-height: unset;
}

.popup-form .wpcf7-text {
  padding: 10px 20px;
  border-radius: 16px;
  border: 1px solid #5f6065;
  background: #fff;

  font-family: 'Manrope', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #0e0c0d;
  height: 50px;
  width: 100%;
  letter-spacing: 1px;
}

.popup-form .wpcf7-text::placeholder {
  color: #5f6065;
  font-family: 'Manrope', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
}

.popup-form .wpcf7-text.form-control:focus {
  box-shadow: none;
  border-color: #0e0c0d;
}

.popup-form .wpcf7-text.form-control:invalid {
  border-color: #e32d3c;
}

/* input error */
.popup-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip:not(:first-of-type) {
  display: none;
}

.popup-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-family: 'Manrope', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1px;
  color: #e32d3c;
  padding: 0 20px;
}

/* submit button */
.popup-form input.wpcf7-form-control.wpcf7-submit {
  border-radius: 16px;
  height: 50px;
  background-color: #0055a4;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: 'Manrope', 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 48px;
  border: none;
  text-transform: none;
}

.popup-form input.wpcf7-form-control.wpcf7-submit:disabled,
.popup-form input.wpcf7-form-control.wpcf7-submit:disabled:hover {
  background-color: #d0d0d0;
}

.popup-form input.wpcf7-form-control.wpcf7-submit:active {
  color: #fff;
  background-color: #0055a4;
}

.popup-form input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #0055a4;
}

/* checkbox */
.popup-form .wpcf7-acceptance {
  display: flex;
  padding: 8px 20px;
  border-radius: 0;
  width: 100%;
  background-color: transparent;
}

.popup-form .wpcf7-acceptance label {
  display: flex;
  gap: 20px;
  align-items: center;
}

.popup-form .wpcf7-acceptance label input[type='checkbox'] {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: dodgerblue;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appeareance: none;
  background: none;
  border: 0;
  outline: 0;
  flex-grow: 0;
  border-radius: 4px;
  background-color: #ffffff;
  transition: background 300ms;
  cursor: pointer;
}

.popup-form .wpcf7-acceptance label input[type='checkbox']::before {
  content: '';
  color: transparent;
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  border: 0;
  background-color: transparent;
  background-size: contain;
  box-shadow: inset 0 0 0 1px #5f6065;
}

.popup-form .wpcf7-acceptance label input[type='checkbox']:checked::before {
  background-image: url('../../uploads/2024/10/Layer_1.svg');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.popup-form .wpcf7-list-item-label {
  font-family: 'Manrope', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1px;
  color: #0e0c0d;
  padding: 0;
}

/* hide overall form error */
.popup-form div.wpcf7-response-output {
  display: none !important;
}

@media only screen and (max-width: 800px) {
  .popup-form .wpcf7-form-control-wrap:has(.wpcf7-text) {
    min-height: 64px;
    margin-bottom: 8px;
  }

  .popup-form .wpcf7-text,
  .popup-form .wpcf7-text::placeholder {
    font-size: 14px;
    line-height: 20px;
  }

  .popup-form .wpcf7-acceptance {
    margin-bottom: 14px;
  }

  .popup-form .wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    color: #5f6065;
  }

  .popup-form input.wpcf7-form-control.wpcf7-submit {
    margin-top: 46px;
  }
}

/*--------------------------------------------------------------
# Some styles for main page
--------------------------------------------------------------*/
/* dialog-section */
.dialog-section .elementor-column-gap-default {
  gap: 30px;
  flex-wrap: nowrap;
}

@media screen and (max-width: 765px) {
  .dialog-section .elementor-column-gap-default {
    gap: 0;
    flex-wrap: wrap;
  }
}

/* choice-section */
.choice-section .elementor-container {
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.choice-section .elementor-container .choice-block1 {
  width: 100% !important;
  max-width: 508px;
}

.choice-section .elementor-container .choice-block2 {
  width: 100%;
  max-width: 293px;
}

.choice-section .elementor-container .choice-block3 {
  width: 100%;
  max-width: 398px;
}

.choice-section .elementor-container .choice-block4 {
  width: 100%;
  max-width: 293px;
}

.choice-section .elementor-container .choice-block5 {
  width: 100%;
  max-width: 614px;
}

.choice-section .elementor-container .choice-block6 {
  width: 100%;
  max-width: 293px;
}

@media only screen and (max-width: 700px) {
  .choice-section .elementor-container {
    gap: 20px;
  }

  .choice-section .elementor-container .choice-block1 {
    min-height: 209px;
  }

  .choice-section .elementor-container .choice-block2,
  .choice-section .elementor-container .choice-block3,
  .choice-section .elementor-container .choice-block4,
  .choice-section .elementor-container .choice-block6 {
    max-width: none;
  }

  .choice-section .elementor-container .choice-block5 {
    min-height: 238px;
  }
}

/* teacher-container */
.teacher-section .elementor-widget-container {
  margin-left: 0;
}

.teacher-section .swiper-container-wrap {
  height: fit-content !important;
}

.teacher-section .swiper-container {
  overflow: visible;
  max-width: 1260px;
}

.teacher-cards-container {
  overflow: hidden;
}

.teacher-cards-container .swiper-pagination {
  display: none;
}

.teacher-cards-container .pp-slider-arrow {
  top: 105%;
  /*bottom: -90px;*/
  width: 60px;
  height: 60px;
  background-image: url("../../uploads/2024/10/orange.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: solid 1px #0a2610;
  box-sizing: border-box;
}

.teacher-cards-container .pp-slider-arrow svg {
  display: none;
}

.teacher-cards-container .pp-slider-arrow[aria-disabled="true"],
.teacher-cards-container .pp-slider-arrow[aria-disabled="true"]:hover {
  background-color: #fff;
  border: none;
}

.teacher-cards-container .pp-slider-arrow:hover {
  background-color: #0a2610;
  border-color: #fff;
  background-image: url("../../uploads/2024/10/white.svg");
}

.teacher-cards-container .pp-slider-arrow[aria-disabled="true"] {
  background-image: url("/wp-content/uploads/2024/10/gray.svg");
  background-color: transparent;
  border-color: #919AA1;
  cursor: not-allowed;
}

.teacher-cards-container .pp-slider-arrow .fas.fa-angle-right {
  transform: rotateY(180deg);
}

.teacher-cards-container .swiper-button-prev-7123a4b {
  left: 0;
  transform: rotateX(180deg);
}

.teacher-cards-container .swiper-button-next-7123a4b {
  left: 92px;
  transform: rotateY(180deg);
}

@media only screen and (max-width: 700px) {
  .teacher-cards-container .swiper-container-wrap {
    position: static;
  }

  .teacher-cards-container .swiper-container-wrap .swiper-container .swiper-slide {
    width: 298px !important;
  }

  .teacher-cards-container .swiper-pagination {
    display: block;
    width: 200px !important;
    height: 15px;
    overflow: hidden;
    margin: auto;
  }

  .teacher-cards-container .pp-slider-arrow {
    display: none;
  }
}

/* blog-section */
.blog-section .elementor-container {
  overflow: hidden;
  justify-content: center;
  gap: 30px;
}

@media only screen and (max-width: 800px) {
  .blog-section .elementor-container {
    gap: 20px;
  }

  .blog-mobile {
    overflow: hidden;
  }
}

.blog-section .review-carousel-container {
  max-width: 1440px;
  justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .blog-section .review-carousel-container {
    overflow: hidden;
    justify-content: flex-start;
  }
}

.blog-section .swiper {
  overflow: visible;
}

.blog-section .pp-info-box-description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.blog-section .pp-info-box.swiper-slide img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  object-position: top center;
  border-radius: 16px;
}

.blog-section .pp-info-box.swiper-slide {
  padding: 20px !important;
  background-color: #fff;
  border: 1px solid #A1ACB7;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.blog-section .pp-info-box.swiper-slide:nth-of-type(odd) {
  flex-direction: column-reverse;
}

.blog-section .pp-info-box-title-wrap {
  display: flex;
  align-items: flex-start;
}

.blog-section .pp-info-box-button {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
}

.blog-section .pp-info-box-button::after {
  content: url('../../uploads/2024/08/arrow-right.svg');
}

@media only screen and (max-width: 800px) {
  .blog-section .pp-info-box-carousel.pp-swiper-slider {
    width: 274px;
    margin: 0;
  }

  .blog-section .pp-info-box-content {
    top: 16px;
    left: 16px;
    max-width: 230px;
  }

  .blog-section .pp-info-box.swiper-slide img {
    width: 274px;
    height: 178px;
    object-fit: cover;
    object-position: center;
  }

  .blog-section .pp-info-box.swiper-slide {
    width: 274px !important;
  }
}


/* feedback-section */
.feedback-section .review-container {
  min-height: 324px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 16px;
}

.feedback-section .review-container .elementor-section-boxed {
  margin-bottom: 20px;
}

.feedback-section .review-container .elementor-section-boxed .elementor-element-e800156 {
  max-width: fit-content;
  margin-right: 20px;
}

.feedback-section .review-container .elementor-section-boxed .elementor-element-e800156 img {
  border-radius: 50%;
}

.feedback-section .review-container .elementor-section-boxed .elementor-element-e767e65 {
  text-align: start;
  align-items: center;
  width: 65%;
}

.feedback-section .review-container .elementor-section-boxed .elementor-element-e767e65 .elementor-element-f7162c6 {
  margin-bottom: 12px;
}

.feedback-section .review-container .elementor-section-boxed .elementor-element-e767e65 .elementor-heading-title {
  font-family: Manrope;
  font-weight: 500;
  font-size: 24px;
  text-transform: none;
}

.feedback-section .review-container .elementor-section-boxed .elementor-element-e767e65 .elementor-element-ef4e77f p {
  font-size: 18px;
}

.feedback-section .review-container .review-text {
  margin-bottom: 32px;
  text-align: start;
}

.feedback-section .review-container .review-text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
}

.feedback-section .review-container .review-text .elementor-widget-container {
  height: 88px;
  overflow: hidden;
  transition: height .15s;
}

.feedback-section .review-container .review-text p.open {
  -webkit-line-clamp: 50;
}

@media only screen and (max-width: 800px) {
  .feedback-section .review-container .review-text p {
    -webkit-line-clamp: 6;
  }

  .feedback-section .review-container .review-text .elementor-widget-container {
    height: 120px;
  }
}

.feedback-section .review-container .review-button {
  cursor: pointer;
  color: #0a2610;
}

.feedback-section .review-container .review-button .elementor-button {
  background-color: inherit;
  font-family: Manrope;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 0px;
}

@media only screen and (max-width: 800px) {
  .feedback-section .review-container {
    min-height: 298px;
    padding: 16px;
    border: solid 1px #A1ACB7;
  }

  .feedback-section .review-container .elementor-container {
    gap: 16px;
  }

  .feedback-section .review-container .elementor-section-boxed .elementor-element-e800156 {
    margin-right: 0;
  }

  .feedback-section .review-container .elementor-section-boxed .elementor-element-e800156 img {
    width: 68px;
    height: auto;
  }

  .feedback-section .pp-info-box-container.pp-info-box-carousel {
    position: static;
  }

  .feedback-section .review-container .elementor-section-boxed .elementor-element-e767e65 .elementor-heading-title {
    font-weight: 600;
    font-size: 18px;
  }

  .feedback-section .review-container .elementor-section-boxed .elementor-element-e767e65 .elementor-element-ef4e77f p {
    font-size: 14px;
  }

  .feedback-section .review-container .review-text p {
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
  }

  .feedback-section .pp-info-box-carousel.pp-swiper-slider {
    width: 298px;
    margin: 0;
  }

  .feedback-section .swiper-pagination {
    display: flex;
    justify-content: center;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .feedback-section .pp-info-box.swiper-slide {
    width: 298px !important;
  }

  .feedback-section .pp-slider-arrow {
    display: none;
  }
}

/* *** */

/* english for adults page button custom hover */
/* *** */
.elementor-element.english-for-adults-button-custom-hover {
  width: fit-content;
}

.english-for-adults-button-custom-hover .elementor-button-wrapper {
  overflow: hidden;
}

.english-for-adults-button-custom-hover .elementor-button-content-wrapper {
  width: 18px;
  justify-content: space-between;
  transition: all 0.55s cubic-bezier(0.25, 0.75, 0.5, 1.25);
}

.english-for-adults-button-custom-hover .elementor-button-icon {
  height: 18px;
  transition: all 0.35s ease-in-out;
}

.english-for-adults-button-custom-hover .elementor-button-text {
  opacity: 0;
  flex-shrink: 0;
  transition: all 0.45s ease-in-out;
}

@media only screen and (min-width: 1201px) {
  .english-for-adults-button-custom-hover:hover * .elementor-button-content-wrapper {
    width: 235px;
  }

  .english-for-adults-button-custom-hover:hover * .elementor-button-icon {
    width: 24px;
    transform: rotate(45deg);
  }

  .english-for-adults-button-custom-hover:hover * .elementor-button-text {
    opacity: 1;
  }
}

/* *** */

.htmega-tab-nav.htb-nav>a.htb-nav-link[role='tab'][data-toggle='htbtab']:not(a.htb-active):hover {
  color: #ea9b55;
  border-color: #ea9b55;
}

/* tabs old styles */
/* .htb-nav-link:hover{
    background-color: #0a2610;
    box-shadow: 0px 0px 5px 1px #0a2610;   
}

.htb-nav-link {
    color: #0a2610 !important;
}

.htmega-tab-nav a.htb-active{
color: #fff !important;	
} */
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn_inner {
  text-align: center;
}

.file-doc {}

.bigwig-btn {}

.bigwig-btn input {
  background-color: #d0042a !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  padding: 6px 0rem;
  margin-top: -6px;
}

.navbar-brand>a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand>a:visited,
.navbar-brand>a:hover {
  text-decoration: none;
}

.logo {
  width: 80px;
}

.head-info {
  padding: 0px;
  margin-top: -6px;
  font-size: 18px;
}

.head-info-tel {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  padding: 0px 0px 0px 10px;
}

.head-info-email {
  color: #fff;
  font-weight: 500;
}

.head-info-email:hover,
.head-info-tel:hover {
  color: #fff;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 21px;
  font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}

a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.75rem;
  }

  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
#info_price {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Top-nav
--------------------------------------------------------------*/
.head-banner {
  width: 700px;
  height: 410px;
  padding-bottom: 440px;
}

.head-banner h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px 0px 20px 20px;
}

.head-banner p {
  color: #fff;
  padding: 20px 60px 0px 20px;
}

.head-banner a {
  color: #fff;
}

.head-banner span {
  font-family: 'Manrope', Sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.head-banner i:hover {
  color: #0a2610;
}

@media screen and (max-width: 560px) {
  .head-banner h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    color: #fff;
    padding: 20px;
  }

  #page-sub-header p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 300;
  }

  .head-banner {
    width: 100%;
    height: 480px;
  }
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar-nav {
  align-items: center;
}

.navbar-light .navbar-nav .nav-link {
  color: #292929;
  font-family: 'Manrope', sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #0a2610;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #0a2610;
}

.menu-item-60984>.nav-link {
  font-size: 18px !important;
  font-weight: 800 !important;
  margin-left: 50px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #03a9f4;
  text-decoration: none;
}

.head-nav {}

.head-nav ul {
  margin-top: 15px;
  margin-bottom: 1rem;
  padding-inline-start: 0px;
}

.head-nav li {
  display: inline;
  list-style: none;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.head-nav a,
.head-other a {
  color: #000;
}

.head-nav a:hover {
  color: #0a2610;
}

.head-other {
  text-align: right;
  padding-top: 10px;
}

.head-other ul {
  margin-top: 6px;
  margin-bottom: 8px;
  padding-inline-start: 0px;
}

.head-other li {
  display: inline;
  list-style: none;
  text-transform: uppercase;
  font-weight: 500;
}

.head-other a:hover {
  color: #0a2610;
}

.current-menu-item a {
  color: #0a2610;
}

#masthead nav {
  padding-left: 0;
  padding-right: 0;
  background-color: white;
  margin: 0px -16px 2px -16px;
}

#masthead.fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  margin-top: -54px;
  height: 80px;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a {
  color: #000;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav>li>a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav>li.current_page_item>a {
  color: #000;
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

#main-nav {
  z-index: 99;
}

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown .open .dropdown-menu {
  display: initial;
  left: 9.3em;
  top: 0;
  right: -20em;
  margin: 0px 10px 0px 0 !important;
}

.dropdown .lang_btn {
  background-color: #24345e;
  color: #ffffff;
  border: 0;
  font-weight: 700;
  padding: 11px;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

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

@media screen and (min-width: 769px) {
  .dropdown-menu li>.dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.25rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav>li>a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    /*     border: medium none; */
    border: solid 2px #4D4646 !important;
    border-radius: 10px;
    padding: 8px;
    outline: none;
  }

  .navbar-light .navbar-toggler:hover {
    border: solid 2px #0a2610 !important;
  }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: ' \2192';
}

.post-navigation .nav-previous a::before {
  content: '\2190 ';
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Menu 2
--------------------------------------------------------------*/

@-webkit-keyframes topBar_open {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
    width: 50px;
  }

  10% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
    width: 50px;
  }

  50% {
    -webkit-transform: translateY(25px) rotate(45deg);
    transform: translateY(25px) rotate(45deg);
    width: 60px;
  }

  75% {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
    width: 60px;
  }

  100% {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    width: 60px;
  }
}

@keyframes topBar_open {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
    width: 50px;
  }

  10% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
    width: 50px;
  }

  50% {
    -webkit-transform: translateY(25px) rotate(45deg);
    transform: translateY(25px) rotate(45deg);
    width: 60px;
  }

  75% {
    -webkit-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
    width: 60px;
  }

  100% {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    width: 60px;
  }
}

@-webkit-keyframes bottomBar_open {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
    width: 50px;
  }

  10% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
    width: 50px;
  }

  60% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
    width: 60px;
  }

  75% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    width: 60px;
  }

  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
    width: 60px;
  }
}

@keyframes bottomBar_open {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
    width: 50px;
  }

  10% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
    width: 50px;
  }

  60% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
    width: 60px;
  }

  75% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    width: 60px;
  }

  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
    transform: translateY(-20px) rotate(-45deg);
    width: 60px;
  }
}

@-webkit-keyframes menuLabel_open {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  25% {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
  }

  45% {
    -webkit-transform: translateY(44px);
    transform: translateY(44px);
    opacity: 1;
  }

  48% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
}

@keyframes menuLabel_open {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  25% {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px);
  }

  45% {
    -webkit-transform: translateY(44px);
    transform: translateY(44px);
    opacity: 1;
  }

  48% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
}

@-webkit-keyframes topBar_close {
  0% {
    -webkit-transform: translateY(17px) rotate(45deg);
    transform: translateY(17px) rotate(45deg);
    width: 60px;
  }

  35% {
    -webkit-transform: translateY(-8px) rotate(-4deg);
    transform: translateY(-8px) rotate(-4deg);
    width: 45px;
  }

  53% {
    -webkit-transform: translateY(10px) rotate(3deg);
    transform: translateY(10px) rotate(3deg);
    width: 45px;
  }

  70% {
    -webkit-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
    width: 45px;
  }

  100% {
    -webkit-transform: translateY(-2px) rotate(0deg);
    transform: translateY(-2px) rotate(0deg);
    width: 45px;
  }
}

@keyframes topBar_close {
  0% {
    -webkit-transform: translateY(17px) rotate(45deg);
    transform: translateY(17px) rotate(45deg);
    width: 60px;
  }

  35% {
    -webkit-transform: translateY(-8px) rotate(-4deg);
    transform: translateY(-8px) rotate(-4deg);
    width: 45px;
  }

  53% {
    -webkit-transform: translateY(10px) rotate(3deg);
    transform: translateY(10px) rotate(3deg);
    width: 45px;
  }

  70% {
    -webkit-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
    width: 45px;
  }

  100% {
    -webkit-transform: translateY(-2px) rotate(0deg);
    transform: translateY(-2px) rotate(0deg);
    width: 45px;
  }
}

@-webkit-keyframes bottomBar_close {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
    width: 60px;
  }

  35% {
    -webkit-transform: translateY(-18px) rotate(6deg);
    transform: translateY(-18px) rotate(6deg);
    width: 45px;
  }

  53% {
    -webkit-transform: translateY(0px) rotate(-3deg);
    transform: translateY(0px) rotate(-3deg);
    width: 45px;
  }

  68% {
    -webkit-transform: translateY(-7px) rotate(0deg);
    transform: translateY(-7px) rotate(0deg);
    width: 45px;
  }

  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
    width: 45px;
  }
}

@keyframes bottomBar_close {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
    width: 60px;
  }

  35% {
    -webkit-transform: translateY(-18px) rotate(6deg);
    transform: translateY(-18px) rotate(6deg);
    width: 45px;
  }

  53% {
    -webkit-transform: translateY(0px) rotate(-3deg);
    transform: translateY(0px) rotate(-3deg);
    width: 45px;
  }

  68% {
    -webkit-transform: translateY(-7px) rotate(0deg);
    transform: translateY(-7px) rotate(0deg);
    width: 45px;
  }

  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
    width: 45px;
  }
}

@-webkit-keyframes menuLabel_close {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  5% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }

  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 1;
  }

  37% {
    -webkit-transform: translateY(-22px);
    transform: translateY(-22px);
    opacity: 1;
  }

  45% {
    -webkit-transform: translateY(-22px);
    transform: translateY(-22px);
    opacity: 1;
  }

  58% {
    -webkit-transform: translateY(8px) rotate(-10deg);
    transform: translateY(8px) rotate(-10deg);
    opacity: 1;
  }

  83% {
    -webkit-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
    opacity: 1;
  }

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

@keyframes menuLabel_close {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }

  5% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }

  25% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 1;
  }

  37% {
    -webkit-transform: translateY(-22px);
    transform: translateY(-22px);
    opacity: 1;
  }

  45% {
    -webkit-transform: translateY(-22px);
    transform: translateY(-22px);
    opacity: 1;
  }

  58% {
    -webkit-transform: translateY(8px) rotate(-10deg);
    transform: translateY(8px) rotate(-10deg);
    opacity: 1;
  }

  83% {
    -webkit-transform: translateY(-6px) rotate(0deg);
    transform: translateY(-6px) rotate(0deg);
    opacity: 1;
  }

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

#menu-btn {
  display: block;
  position: relative;
  text-align: center;
  width: 22px;
  height: 22px;
  /*   width: 45px; */
  /*   height: 50px; */
  /*   top: 14px; */
}

#menu-btn:before,
#menu-btn:after,
#menu-btn span {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #000;
  display: block;
  position: absolute;
  border-radius: 15px;
}

#menu-btn:before {
  top: 3px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#menu-btn span {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#menu-btn:after {
  right: 0;
  bottom: 3px;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}


#menu-btn .text {
  color: #000;
  /*   display: block; */
  display: none;
  position: absolute;
  bottom: 0;
  top: 25px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
}

#menu-btn:hover {
  cursor: pointer;
}

#menu-btn.open:before {
  -webkit-animation: topBar_open 0.5s ease-in-out;
  animation: topBar_open 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#menu-btn.open:after {
  -webkit-animation: bottomBar_open 0.6s ease-in-out;
  animation: bottomBar_open 0.6s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#menu-btn.open .text {
  -webkit-animation: menuLabel_open 0.3s ease-in;
  animation: menuLabel_open 0.3s ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#menu-btn.close:before {
  -webkit-animation: topBar_close 0.45s ease-in-out;
  animation: topBar_close 0.45s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#menu-btn.close:after {
  -webkit-animation: bottomBar_close 0.45s ease-in-out;
  animation: bottomBar_close 0.45s ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#menu-btn.close .text {
  -webkit-animation: menuLabel_close 0.45s ease-in;
  animation: menuLabel_close 0.45s ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/*--------------------------------------------------------------
# Calculator
--------------------------------------------------------------*/

.points__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  color: #005885;
}

.points__row--bottom {
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

.points__row--edit {
  margin-bottom: 0;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.points__input {
  background: transparent;
  border: 1px solid #005885;
  border-radius: 30px;
  color: #005885;
  padding: 10px 30px;
  width: 70%;
  outline: none;
}

.points__btns {
  margin-top: 20px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.points__btns--edit {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.points__logo {
  margin-right: 20px;
}

.points__pic {
  max-width: 100%;
  height: auto;
}

.points__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 3px;
  margin: 20px 0;
}

.points__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.points__cell {
  padding: 10px 30px;
  text-align: center;
  color: #005885;
  background-color: #fff;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.points__cell--right {
  background-color: #f5f5f5;
}

.provider__profileInfo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.provider__profileInfoItem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-around;
}

.provider__searchButton {
  background-color: #00b1ef;
  border: 1px solid #00b1ef;
  border-radius: 30px;
}

.provider__searchButton:hover {
  background-color: #083989;
  border: 1px solid #083989;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.provider__filterDeviceId {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 20px 20px 20px 20px;
  /*background-color: #FFE2B7;*/
  border: 1px solid #005885;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  width: 70%;
  /*0, 88, 133*/
  /*rgba(0,0,0,0.25)*/
}

.provider__filterInput {
  width: 80% !important;
  margin: 10px 20px 0 20px;
  background-color: #fff !important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Расписание запукс
--------------------------------------------------------------*/
.zapusk {}

.zapusk a {
  border: 1px solid #ff5722;
  border-radius: 2px;
  padding: 8px 10px 10px 10px;
  color: #fff;
  margin-bottom: 10px;
  background: linear-gradient(304deg, #f79530, #f37053, #ef4e7b, #ff5722);
}

.zap-bg {
  background: #e6e6e6;
}

.zapusk tr {
  border: 10px solid white;
}

.zapusk tr td {
  padding: 10px 0 12px 0;
}

.zapusk-btn ul li a span {
  border: 1px solid #ff5722;
  border-radius: 2px;
  padding: 4px;
}

.zapusk-btn ul li a span:hover {
  border: 1px solid #fff;
  background: #e98e3e;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.align-right {
  text-align: -webkit-right;
  text-align: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  /* margin: 0 0 1.5em; */
  font-size: 0.9rem;
  /* Make sure select elements fit in widgets. */
}

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

.widget_search .search-form input[type='submit'] {
  display: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  color: #0a2610;
}

.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}

.widget_categories .nav-link {
  display: inline-block;
}

.footer-social {
  margin: 25px 0px;
  text-align: end;
}

.sum-other {
  font-size: 30px;
  font-weight: 600;
  color: #555;
  padding: 10px;
}

.group-launch {}

/*--------------------------------------------------------------
# Число людей на сайте
--------------------------------------------------------------*/
#info-online {
  text-align: center;
  font-size: 40px;
  margin: -20px;
}

#slideout {
  position: fixed;
  top: 200px;
  left: 0;
  width: 35px;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #0a2610;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

#slideout_inner {
  position: fixed;
  top: 200px;
  left: -140px;
  background: #0a2610;
  width: 140px;
  padding: 5px;
  height: 130px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: left;
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}

#slideout_inner textarea {
  width: 160px;
  height: 100px;
  margin-bottom: 6px;
}

#slideout:hover {
  left: 140px;
}

#slideout:hover #slideout_inner {
  left: 0;
}

.online-text {
  color: #fff;
  padding: 6px;
  text-align: center;
  line-height: 20px;
  padding-bottom: 20px;
}

/*--------------------------------------------------------------
# Content для WooCommerce
--------------------------------------------------------------*/

.invoice {
  display: none;
}

.byline {
  display: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-top: 2.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: 'Font Awesome\ 5 Free';
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.blog-title {
  display: block;
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on,
.byline,
.comments-link {
  color: #9a9a9a;
}

.entry-title>a {
  color: inherit;
}

.entry-title {}

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

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

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

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}

.wp-caption img[class*='wp-image-'] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Top Nav & Call & Pay
--------------------------------------------------------------*/
.relative {
  position: relative;
}

.top-call {
  text-align: center;
  color: #fff;
  background: #0a2610;
  font-size: 17px;
  font-weight: 500;
  padding: 5px 10px 0px 10px;
  position: absolute;
  width: 236px;
  z-index: 999;
  height: 36px;
  margin: -4px 0px 0px -130px;
  top: 8px;
  border-radius: 16px;
}

.top-call:hover {
  color: #fff;
}

.top-pay {
  text-align: center;
  color: #fff;
  background: #0a2610;
  font-size: 17px;
  font-weight: 500;
  padding: 5px 10px 0px 10px;
  position: absolute;
  width: 140px;
  z-index: 999;
  height: 36px;
  margin: -4px 0px 0px -290px;
  top: 8px;
  border-radius: 16px;
}

.top-pay:hover {
  color: #fff;
}

#menu-item-28 {}

#menu-item-28>a {}

#menu-item-28>a span {
  font-size: 10px;
  font-weight: 600;
}

@media only screen and (max-width: 500px) {
  .woocommerce button.button.alt {
    padding: 10px 10px;
  }

  #add_payment_method #payment ul.payment_methods li,
  .woocommerce-cart #payment ul.payment_methods li,
  .woocommerce-checkout #payment ul.payment_methods li {
    height: 70px;
  }

  .block-deposite {
    margin: 20px 0px 20px 0px;
    display: block;
    padding: 1px 20px;
  }

  .p-m-tin {
    padding: 0;
    margin: 20px 0;
  }

  #add_payment_method #payment ul.payment_methods li,
  .woocommerce-cart #payment ul.payment_methods li,
  .woocommerce-checkout #payment ul.payment_methods li {
    margin: 20px;
  }

  .woocommerce-checkout #payment ul.payment_methods {
    display: contents;
  }

  .woocommerce #respond input#submit,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    width: 12em;
  }

  .top-call {
    font-size: 20px;
    padding: 5px 10px 0px 10px;
    width: 200px;
    height: 42px;
    margin: 5px 0px 0px -320px;
    top: 0px;
    display: none;
  }

  .top-pay {
    display: none;
  }
}

#box {
  margin: 0px 0px 0px 160px;
  top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 30px;
  z-index: 999;
}

.gradient-border {
  color: #fff;
  --borderWidth: 3px;
  background: #fff;
  position: relative;
  border-radius: var(--borderWidth);
}

.gradient-border a {
  color: #fff;
  z-index: 2;
  font-size: 18px;
  width: 100%;
  text-shadow: 1px 1px 1px #343a40;
}

.gradient-border a:hover {
  color: #fff;
}

.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(270deg, #f79530, #f37053, #ef4e7b, #a166ab, #5073b8, #1098ad);
  border-radius: calc(2 * var(--borderWidth));
  z-index: 1;
  -webkit-animation: animatedgradient 2s cubic-bezier(0.45, 0.05, 0.55, 0.95) alternate infinite;
  animation: animatedgradient 2s cubic-bezier(0.45, 0.05, 0.55, 0.95) alternate infinite;
  background-size: 300% 300%;
}

@-webkit-keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@media screen and (max-width: 500px) {
  #box {
    margin: 4px 0 0 33%;
    top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 50px;
    line-height: 20px;
  }

  #menu-item-7141 {
    display: block;
    margin: 10px 20px;
    text-align: center;
  }

  #menu-item-7141 a {
    position: inherit;
    color: #fff;
    margin: -4px 0 6px 0;
    font-weight: 600;
  }
}

/*--------------------------------------------------------------
## Galleries галерея 
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-item .gallery-columns-2 {
  max-width: 50%;
}

.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
  max-width: 25%;
}

.gallery-item .gallery-columns-5 {
  max-width: 20%;
}

.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  color: #3c3c3c;
}

.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value>select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 10px;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
  background-color: #333;
  padding-top: 40px;
  margin: 0;
}

body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #333333;
}

.navbar-dark {
  color: #fff;
}

.site-info {
  color: #fff;
  line-height: 24px;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a,
footer#colophon a {
  color: inherit;
}

.submit-footer {
  float: right;
  margin-right: -20px;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav>li>a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }

  .footer-social {
    margin: 15px 0px 0 0px;
  }

  .widget {
    margin: 0 0 1.5em;
    font-size: 0.975rem;
    /* Make sure select elements fit in widgets. */
  }
}

@media screen and (max-width: 500px) {
  .submit-footer {
    float: right;
    margin-right: 0px;
  }
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }

  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }

  header#masthead {
    margin-top: -10px;
  }

  .head-info-tel {
    padding: 0px 10px 0px 0px;
  }

  .head-info {
    padding: 10px;
    font-size: 10px;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }

  header#masthead {
    margin-top: 0px;
  }

  #masthead.fixed {
    margin-top: -56px;
  }
}

@media (min-width: 460px) and (max-width: 800px) {
  #box {
    display: none;
  }
}

/*--------------------------------------------------------------
## iPad mini
--------------------------------------------------------------*/
@media only screen and (max-width: 500px) {
  html {
    font-size: 75%;
  }
}

/*--------------------------------------------------------------
## iPhone 
--------------------------------------------------------------*/
@media screen and (max-width: 500px) {
  .mobile {
    display: none;
  }

  .logo {
    width: 80px;
    margin-top: 0px;
  }

  .head-info-tel {
    padding: 0px 10px 0px 0px;
    font-size: 22px;
  }

  .head-info-email {}

  .head-info {
    font-size: 15px;
    text-align: center;
    padding: 0;
    margin-top: 10px;
  }

  .head-nav li {
    display: inline;
    list-style: none;
    padding: 10px 5px 10px 0px;
  }

  .head-nav ul {
    text-align: left;
  }

  .mobile-footer {
    max-width: 50%;
  }

  .mobile-footer-2 {
    max-width: 40%;
  }

  .mob_nav {
    text-align: center;
  }

  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    height: 63px;
    width: 100%;
    border-radius: 2px;
    background-color: #0a2610;
  }

  .head-nav ul {
    margin-top: 13px;
    margin-bottom: -3.5rem;
    padding-inline-start: 0px;
  }

  #menu-item-1905,
  #menu-item-1898,
  #menu-item-1920,
  #menu-item-658,
  #menu-item-656,
  #menu-item-1264,
  .head-nav {
    display: none;
  }

  .navbar-brand {
    padding-top: 0.85rem;
  }

  .woocommerce div.product form.cart {
    margin-bottom: 2em;
    text-align: center;
  }

  .woocommerce div.product form.cart .button {
    vertical-align: middle;
    font-size: 16px;
    float: inherit;
  }
}

@media screen and (max-width: 320px) {
  .head-info {
    font-size: 13px;
    text-align: center;
    padding: 0;
    margin-top: 12px;
  }

  #box {
    margin: 20px 0 0 35%;
    top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    line-height: 20px;
  }
}

/*--------------------------------------------------------------
## Lock mobile, для горизонтальной ориентации, ИЗМЕНИТЬ НА 460
--------------------------------------------------------------*/
@media screen and (max-height: 40px) {
  .lock-mobile {
    background-image: url(../../uploads/img/lock-width.jpg);
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/*--------------------------------------------------------------
## Whatsapp & Telegram
--------------------------------------------------------------*/
.whatsapp {
  display: none;
  width: 80px;
  padding: 10px;
  position: fixed;
  bottom: 35px;
  z-index: 999;
  right: 100px;
  cursor: pointer;
}

.telegram {
  width: 75px;
  padding: 10px;
  cursor: pointer;
  position: fixed;
  bottom: 135px;
  z-index: 999;
  right: 24px;
}

@media only screen and (max-width: 500px) {
  .whatsapp {
    bottom: 100px;
    right: 15px;
    display: block;
  }

  .telegram {
    bottom: 165px;
    right: 18px;
    display: block;
  }

  .deposite {
    display: none;
    background-color: #a1a1a1;
    color: azure;
    cursor: pointer;
    height: 60px;
    border-radius: 2px;
    padding: 10px 70px;
    font-size: 1.5em;
  }

  .deposite:hover {
    color: #fff;
  }

  .block-deposite {
    text-align: center;
  }
}

/*--------------------------------------------------------------
fire menu
--------------------------------------------------------------*/
.fire-menu {
  width: 50px;
  margin: -10px 0px -20px -10px;
}

@media only screen and (max-width: 500px) {
  .fire-menu {
    width: 50px;
    margin: 50px 0px 0px 140px;
    position: absolute;
  }
}

/*--------------------------------------------------------------
## Test используеться для добавления стат меню в подвале, и фишек
--------------------------------------------------------------*/
.nav-footer-1 {
  display: none;
}

.nav-footer-2 {
  display: none;
}

.nav-footer-3 {
  display: none;
}

.menu-item-5463,
.menu-item-5825,
.menu-item-5901,
.menu-item-5904,
.menu-item-7141 {
  display: none;
}

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

  .menu-item-5463,
  .menu-item-5825 {
    display: block;
    border: #0a2610 1px solid;
    border-radius: 10px;
    padding: 0px 0px 10px 0;
    margin: 10px;
    text-align: center;
  }

  .menu-item-5901 {
    display: block;
    border: #0a2610 1px solid;
    border-radius: 10px;
    padding: 0px 10px 10px 0;
    margin: 10px;
    text-align: center;
    right: 0px;
    position: absolute;
  }

  .menu-item-5904 {
    display: block;
    border: #0a2610 3px solid;
    border-radius: 10px;
    padding: 0px 12px 7px 0px;
    margin: -29% 0 0 10px;
    text-align: center;
    right: 0px;
    background: white;
    position: absolute;
  }
}

/*---------------------------------------------------------------
## contact form 7 
----------------------------------------------------------------*/
.one-half,
.one-third,
.two-third,
.one-fourth {
  position: relative;
  margin-right: 4%;
  float: left;
  margin-bottom: 10px;
}

.two-third {
  margin-right: 2.5%;
}

.one-half {
  width: 48%;
}

.one-third {
  width: 30.66%;
}

.two-third {
  width: 66%;
}

.one-fourth {
  width: 22%;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

@media only screen and (max-width: 1024px) {
  .one-fourth {
    width: 100%;
    margin-right: 0;
  }
}

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

  .one-half,
  .one-third,
  .two-third {
    width: 100%;
    margin-right: 0;
  }
}

.wpcf-wrap {
  min-height: 90px;
}

.wpcf7-spinner {
  display: none;
}

div.wpcf7-response-output {
  width: 100%;
  clear: both;
  margin: 0;
}

.wpcf-accept {
  clear: both;
  color: #000;
  font-weight: 300;
  padding: 0px 0px 10px 0;
}

.wpcf7-acceptance>.wpcf7-list-item {
  margin: 0;
}

.wpcf-accept>.wpcf7-form-control-wrap {
  display: inline-block !important;
}

.wpcf7-form {
  margin: 0 0 -10px 0px;
}

/*---------------------------------------------------------------
## table adres / таблица адресов
----------------------------------------------------------------*/
.table-adres {
  font-family: 'Manrope', Sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #222;
}

.even {
  background: rgba(230, 126, 34, 0.16);
}

.odd {}

.column-1 {
  padding: 10px;
}

.column-2 {}

.column-3 {}

@media only screen and (max-width: 500px) {
  .table-adres {
    font-family: 'Manrope', Sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .even {
    background: rgba(230, 126, 34, 0.16);
  }

  .odd {}

  .column-1 {
    padding: 5px;
  }

  #masthead.fixed {
    position: fixed;
    height: 80px;
    margin-top: 20px;
    padding: 10px;
    top: -30px;
  }

  #custom_html-33 {
    margin: 0px 20% 0px -95%;
  }
}

/*---------------------------------------------------------------
## Conatct form for quiz 
----------------------------------------------------------------*/
.image-radio-form {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 100px;
  margin-right: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: inherit;
  cursor: pointer;
}

.image-radio-form_in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.image-radio-form[data-bg] {
  background: url(data-bg) no-repeat;
  background-size: contain;
}

.image-radio-form:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.flag-text {
  display: none;
}

/*--------------------------------------------------------------
## Parallax
--------------------------------------------------------------*/
.parallax-new {}

/*--------------------------------------------------------------
## Call back 
--------------------------------------------------------------*/
.call-back {
  width: 74px;
  padding: 10px;
  position: fixed;
  bottom: 65px;
  z-index: 999;
  right: 24px;
  cursor: pointer;
}

@media only screen and (max-width: 500px) {
  .call-back {
    bottom: 40px;
    right: 18px;
    display: block;
  }
}

/*--------------------------------------------------------------
## Отзывы
--------------------------------------------------------------*/
.reviews-ya {}

.reviews-ya img {
  width: 260px;
  border-radius: 4px;
  float: right;
  margin-top: -70px;
  margin-right: 90px;
}

@media only screen and (max-width: 500px) {
  .reviews-ya img {
    display: block;
    margin: -270px 230px 0px 0px;
    width: 40%;
  }
}

/*--------------------------------------------------------------
## Footer info
--------------------------------------------------------------*/
.footer-info {
  width: 74px;
  padding: 10px;
  position: fixed;
  bottom: 65px;
  z-index: 999;
  right: 90px;
  cursor: pointer;
  display: none;
}

@media only screen and (max-width: 500px) {
  .footer-info {
    bottom: 166px;
    right: 18px;
  }
}

/*--------------------------------------------------------------
## Для баннеров под меню
--------------------------------------------------------------*/
.sg-popup-id-7362 {
  background-image: url(/covid.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  height: 70px;
  cursor: help;
}

.sg-popup-id-7362 h3 {
  padding: 16px;
  font-size: 32px;
  text-shadow: 0 0 2px white;
  cursor: help;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 500px) {
  .sg-popup-id-7362 {}

  .sg-popup-id-7362 h3 {
    padding: 4px 20px 0px 20px;
    font-size: x-large;
    text-shadow: 0 0 2px white;
    height: inherit;
  }
}

@media only screen and (max-width: 360px) {
  .sg-popup-id-7362 h3 {
    padding: 10px 20px 0px 20px;
    font-size: 18px;
    text-shadow: 0 0 2px white;
    height: inherit;
  }
}

/*--------------------------------------------------------------
## Ловец лидов
--------------------------------------------------------------*/
.exitblock {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.exitblock .fon {
  background: #434343;
  opacity: 0.8;
  position: fixed;
  width: 100%;
  height: 100%;
}

.exitblock .modaltext {
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  position: fixed;
  text-align: center;
  top: 80px;
  left: 58%;
  margin-left: -30%;
  width: 46%;
  box-shadow: 0 4px 10px 2px #54545494;
  border-radius: 2px;
  background-image: url(../../uploads/bg-modal-2023.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-modal-0 {
  display: flex;
}

.form-modal-1,
.form-modal-2 {
  padding: 10px;
  width: 50%;
}

.closeblock {
  cursor: pointer;
  position: fixed;
  line-height: 60px;
  font-size: 82px;
  transform: rotate(45deg);
  text-align: center;
  top: 20px;
  right: 30px;
  color: #337ab7;
}

.closeblock:hover {
  color: #000;
}

/*--------------------------------------------------------------
## Info block
--------------------------------------------------------------*/

@media only screen and (max-width: 500px) {
  .b-page_newyear .b-head-decor__inner_n2 {
    left: -157px;
    z-index: 99;
  }
}

/*--------------------------------------------------------------
## Звонилка в шапке 
--------------------------------------------------------------*/
.phone-hed {
  display: none;
}

@media only screen and (max-width: 500px) {
  .phone-hed {
    display: block;
    border: #0a2610 2px solid;
    border-radius: 10px;
    padding: 6px 10px 6px 9px;
    font-size: 18px;
    margin: 5px 20px 0 0;
    text-align: center;
    right: 0px;
    background: white;
    z-index: 999;
    position: absolute;
  }
}

.pump-head {}

.pump-head a {}

.pump-head a img {
  width: 150px;
  margin: 0px 0px 0px 60px;
}

@media only screen and (max-width: 500px) {
  .pump-head a img {
    width: 140px;
    margin: 0 0 0px -20px;
  }
}

/*--------------------------------------------------------------
## Переводчик 
--------------------------------------------------------------*/

.slideout_inner {
  z-index: 99;
  display: none;
  width: 220px;
  height: 50px;
  background-color: #999;
  position: absolute;
  right: -220px;
  margin-top: 45px;
  padding: 15px 0px;
}

.slideout_inner_active {
  right: 0;
}

.slideout {
  right: 0;
  position: fixed;
  z-index: 99;
  margin-top: 45px;
  width: 50px;
  background-color: #999;
  padding: 10px;
  cursor: pointer;
  border-radius: 10px 0px 0px 10px;
}

.slideout_active {
  right: 219px;
}

.slideout>img {
  width: 30px;
  padding: 2px;
}

.translete {}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  font-size: 20px;
  padding: 2px;
}

#\:0\.targetLanguage>img {
  display: none;
}

#google_translate_element {
  display: none;
}

.prisna-gwt-flag-container {}

.prisna-gwt-flag-container a {
  margin: 0 14px 0 4px;
  transform: scale(1.5);
}

.goog-te-gadget-simple {
  width: 170px;
}

.goog-te-gadget-simple span {}

.whatsapp-button {
  display: inline-block;
  padding: 18px 24px;
  background-color: #008d35;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.whatsapp-button:hover {
  background-color: #128c7e;
}

.whatsapp-button::before {
  content: '\f232';
  /* Unicode для иконки WhatsApp */
  font-family: 'Font Awesome 5 Brands';
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.whatsapp-button span {
  display: block;
  position: relative;
  z-index: 1;
  left: 10px;
}

#rotate12 {
  transform: rotate(12deg);
}

#hsk-teb {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#hsk-teb>*:not(#bottom-0) {
  flex: 0 0 auto;
}

#bottom-0 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 767px) {
  #block-line-rep {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    width: auto;
    min-width: 100%;
  }

  #block-line-rep::-webkit-scrollbar {
    display: none;
  }

  #block-line-rep .elementor-container {
    width: auto;
    min-width: 100%;
    display: flex;
    flex-wrap: nowrap;
  }

  #block-line-rep .elementor-column {
    flex: 0 0 auto;
    width: 60%;
  }
}

#block-line-feed {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: auto;
  min-width: 100%;
}

#block-line-feed::-webkit-scrollbar {
  display: none;
}

#block-line-rep .elementor-container {
  width: auto;
  min-width: 100%;
  display: flex;
  flex-wrap: nowrap;
}

#block-line-feed .elementor-column {
  flex: 0 0 auto;
  width: 340px;
}

.circle__wrapper {
  position: relative;
  margin: 20px auto;
  width: 300px;
  height: 300px;
}

.circle__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
}

.circle__svg text {
  fill: #fff;
  font-size: 18px;
  letter-spacing: 12px;
  font-weight: 600;
}

.text-path {
  transform-origin: center;
  animation: animate 8s linear infinite;
}

.arrow-down {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 64px;
  z-index: 2;
}

@keyframes animate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  display: none;
}

.fucking-english-form {
  display: flex;
  transform: translateX(25%);
}

.fucking-english-form p {
  width: 300px;
  margin: 10px 10px 10px 0px;
}

.fucking-english-form .wpcf7-form-control {
  border-radius: 16px;
  height: 50px;
}

.fucking-english-form .btn:not(:disabled):not(.disabled) {
  border-radius: 16px;
  font-family: 'Manrope', Sans-serif;
  background-color: #0a2610;
}

.fucking-english-form input {
  border-color: #0a2610;
}

#fucking-dis {}

#fucking-dis a {
  width: 300px;
}

.fucking-rave {}

.fucking-rave section {
  background-image: url(../../uploads/2024/08/Rectangle-2284.png),
    url(../../uploads/2024/09/Frame-1321318545.png) !important;
  background-size: 29%, cover;
}

@media (max-width: 767px) {
  #fucking-dis a {
    width: 296px;
  }

  .fucking-english-form p {
    width: 340px;
  }

  .fucking-english-form {
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.form-header-title h2 {
  font-family: "Manrope", Sans-serif;
  font-size: 42px;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
  line-height: 52px;
  letter-spacing: 1px;
  color: var(--e-global-color-e500117);
  text-align: center;
}

.form-header-subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--e-global-color-e500117);
  margin: 0px 40px 60px 40px;
  !important padding: 0px 0px 0px 0px;
}

.sign-popup-form {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px 0px;
  padding: 40px 60px 60px 60px;
  max-width: 100%;
}

.sign-popup-form .wpcf7-form-control-wrap:has(.wpcf7-text) {
  min-height: 66px !important;
  margin-bottom: 8px !important;
}

.sign-popup-form br {
  display: none;
}

.sign-popup-form .wpcf7-form {
  margin-top: 40px;
}

.sign-popup-form .wpcf7-acceptance {
  padding: 0;
}

@media (max-width: 767px) {
  .sign-popup-form {
    padding: 16px 0px 12px 0px;
  }

  .form-header-title h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: center;
  }

  .form-header-subtitle {
    padding: 0px 0px 0px 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
  }

  .sign-popup-form .wpcf7-form {
    margin-top: 12px;
  }

  .sign-popup-form .mfp-close {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
  }

  .mfp-zoom-in.mfp-ready .pp-modal-popup-window {
    max-width: 100%
  }
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background: #333;
}

.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.pp-modal-popup-standard.box-top-right.animated.mfp-zoom-in.mfp-ready {
  overflow: hidden auto;
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh;
}

.mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.mfp-preloader {
  display: none;
}

#content.site-content {
  margin-top: -10px;
  padding-top: 0;
}

.elementor-icon-list-icon svg {
  max-width: 20px
}

.elementor-icon-list-items {
  list-style-type: none;
}

@media screen and (max-width:600px) {
  .container .row {
    margin: 0 !important;
  }
}