@charset "UTF-8";
/* poppins-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/FbShaked-Black.otf") format("opentype"); }

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/FbShaked-Bold.otf") format("opentype"); }

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/FbShaked-Light.otf") format("opentype"); }

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FbShaked-Regular.otf") format("opentype"); }

/* FbAnaelSerif - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: '';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/FbAnaelSerif-Black - עותק.ttf") format("truetype"); }

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: '';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/FbAnaelSerif-Light - עותק.ttf") format("truetype"); }

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Gveret Levin AlefAlefAlef';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/GveretLevinAlefAlefAlef-Regular.ttf") format("truetype"); }

  @font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/heebo-v26-hebrew_latin-200.woff2") format("woff2"), url("../fonts/heebo-v26-hebrew_latin-200.ttf") format("truetype");
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }
  
  /* heebo-regular - hebrew_latin */
  @font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/heebo-v26-hebrew_latin-regular.woff2") format("woff2"), url("../fonts/heebo-v26-hebrew_latin-regular.ttf") format("truetype");
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }
  
  /* heebo-500 - hebrew_latin */
  @font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/heebo-v26-hebrew_latin-500.woff2") format("woff2"), url("../fonts/heebo-v26-hebrew_latin-500.ttf") format("truetype");
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }
  
  /* heebo-600 - hebrew_latin */
  @font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/heebo-v26-hebrew_latin-600.woff2") format("woff2"), url("../fonts/heebo-v26-hebrew_latin-600.ttf") format("truetype");
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }
  
  /* heebo-800 - hebrew_latin */
  @font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/heebo-v26-hebrew_latin-800.woff2") format("woff2"), url("../fonts/heebo-v26-hebrew_latin-800.ttf") format("truetype");
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ }
  



html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

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

.visually-hidden:not(:focus):not(:active),
input[type="”checkbox”"].visually-hidden,
input[type="”radio”"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0, 0, 0, 0);
  overflow: hidden; }

a,
button {
  outline: none !important; }

a {
  text-decoration: none; }

ol,
ul {
  list-style: none; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
a,
ol,
ul,
li,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

:root {
  --fs-60: 60px;
  --fs-48: 48px;
  --fs-45: 45px;
  --fs-38: 38px;
  --fs-36: 36px;
  --fs-30: 30px;
  --fs-24: 24px;
  --fs-20: 20px;
  --fs-18: 18px;
  --fs-16: 16px;
  --fs-14: 14px; }

body {
  direction: rtl !important;
  unicode-bidi: bidi-override !important;
  color: #000;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  background-color: #fff; }

html {
  margin: 0 !important;
  overflow: unset !important; }

body.noscroll {
  overflow: hidden; }

.body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }

footer {
  margin-top: auto; }

._conteiner {
  max-width: 2500px;
  margin: 0 auto;
  overflow: hidden; }

._inner {
  width: 75%;
  margin: 0 auto; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  border: 2px solid #071F5B;
  -webkit-text-fill-color: #071F5B;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: transparent; }

body::-webkit-scrollbar {
  width: 2px; }

body::-webkit-scrollbar-track {
  background-color: #000;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3); }

body::-webkit-scrollbar-thumb {
  background-color: #fff;
  outline: 1px solid #fff; }

/*-boorger-menu---------------------------------*/
.menu-burger__header {
  display: none; }

._js--open-menu .menu-burger__header .menu-burger__header-1 {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }

._js--open-menu .menu-burger__header .menu-burger__header-2 {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }

._js--open-menu .menu-burger__header:before,
._js--open-menu .menu-burger__header:after {
  opacity: 0; }

/*=burger media===============================*/
@media (max-width: 800px) {
  /*=burger media===============================*/
  .menu-burger__header {
    position: relative;
    /* задаем относительное позиционирование */
    width: 40px;
    /* определяем размеры блока */
    height: 40px;
    display: block; }
  .menu-burger__header span,
  .menu-burger__header:after,
  .menu-burger__header:before {
    width: 40px;
    height: 2px;
    border-radius: 0.93px;
    background: #2B6210;
    position: absolute;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .menu-burger__header span {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .menu-burger__header:after,
  .menu-burger__header:before {
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .menu-burger__header:after {
    bottom: 11px; }
  .menu-burger__header:before {
    top: 11px; } }

._js-img {
  opacity: 0;
  -webkit-transition: color 0.4s ease-in-out,
 background-color 0.4s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out;
  transition: color 0.4s ease-in-out,
 background-color 0.4s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out;
  -o-transition: color 0.4s ease-in-out,
 background-color 0.4s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.5s ease-in-out;
  transition: color 0.4s ease-in-out,
 background-color 0.4s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.5s ease-in-out;
  transition: color 0.4s ease-in-out,
 background-color 0.4s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out; }

._js-img--2 {
  opacity: 0;
  -webkit-transition: color 0.4s ease-in-out,
 background-color 0.3s ease-in-out,
 top 0.3s ease-in-out,
 opacity 1s 0.7s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out;
  transition: color 0.4s ease-in-out,
 background-color 0.3s ease-in-out,
 top 0.3s ease-in-out,
 opacity 1s 0.7s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out;
  -o-transition: color 0.4s ease-in-out,
 background-color 0.3s ease-in-out,
 top 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 1s 0.7s ease-in-out;
  transition: color 0.4s ease-in-out,
 background-color 0.3s ease-in-out,
 top 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 1s 0.7s ease-in-out;
  transition: color 0.4s ease-in-out,
 background-color 0.3s ease-in-out,
 top 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 1s 0.7s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out; }

._js-tl {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 1s 0.1s ease-in-out,
 -webkit-transform 0.8s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 1s 0.1s ease-in-out,
 -webkit-transform 0.8s 0.1s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.1s ease-in-out,
 opacity 1s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.1s ease-in-out,
 opacity 1s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.1s ease-in-out,
 opacity 1s 0.1s ease-in-out,
 -webkit-transform 0.8s 0.1s ease-in-out; }

._js-tl--1 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.3s ease-in-out,
 -webkit-transform 0.6s 0.3s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.3s ease-in-out,
 -webkit-transform 0.6s 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.3s ease-in-out,
 opacity 0.8s 0.3s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.3s ease-in-out,
 opacity 0.8s 0.3s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.3s ease-in-out,
 opacity 0.8s 0.3s ease-in-out,
 -webkit-transform 0.6s 0.3s ease-in-out; }

._js-tl--2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.5s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.5s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.5s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out; }

._js-tl--3 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.7s ease-in-out,
 -webkit-transform 0.6s 0.7s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.7s ease-in-out,
 -webkit-transform 0.6s 0.7s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.7s ease-in-out,
 opacity 0.8s 0.7s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.7s ease-in-out,
 opacity 0.8s 0.7s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.7s ease-in-out,
 opacity 0.8s 0.7s ease-in-out,
 -webkit-transform 0.6s 0.7s ease-in-out; }

._js-tx {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out; }

._js-tl-2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 0.8s 0.1s ease-in-out,
 -webkit-transform 0.6s 0.1s ease-in-out;
  transition: opacity 0.8s 0.1s ease-in-out,
 -webkit-transform 0.6s 0.1s ease-in-out;
  -o-transition: transform 0.6s 0.1s ease-in-out,
 opacity 0.8s 0.1s ease-in-out;
  transition: transform 0.6s 0.1s ease-in-out,
 opacity 0.8s 0.1s ease-in-out;
  transition: transform 0.6s 0.1s ease-in-out,
 opacity 0.8s 0.1s ease-in-out,
 -webkit-transform 0.6s 0.1s ease-in-out; }

._js-tx-2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 1s 0.2s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  transition: opacity 1s 0.2s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  -o-transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out; }

._js-bk {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s 0.1s ease-in-out,
 -webkit-transform 0.8s 0.1s ease-in-out;
  transition: opacity 1s 0.1s ease-in-out,
 -webkit-transform 0.8s 0.1s ease-in-out;
  -o-transition: transform 0.8s 0.1s ease-in-out,
 opacity 1s 0.1s ease-in-out;
  transition: transform 0.8s 0.1s ease-in-out,
 opacity 1s 0.1s ease-in-out;
  transition: transform 0.8s 0.1s ease-in-out,
 opacity 1s 0.1s ease-in-out,
 -webkit-transform 0.8s 0.1s ease-in-out; }

._js-bt {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  transition: opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  -o-transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out; }

._js-bt-2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  transition: opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out;
  -o-transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out;
  transition: transform 0.8s 0.2s ease-in-out,
 opacity 1s 0.2s ease-in-out,
 border 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 color 0.3s ease-in-out,
 -webkit-transform 0.8s 0.2s ease-in-out; }

._js_active._js-img--2, ._js_active._js-img {
  opacity: 1; }

._js_active._js-tl, ._js_active._js-tl--1, ._js_active._js-tl--2, ._js_active._js-tl--3, ._js_active._js-tx, ._js_active._js-bk, ._js_active._js-bt {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

._js_active._js-tl-2, ._js_active._js-tx-2, ._js_active._js-bt-2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

@-webkit-keyframes rotate-20-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
    transform: translate(-50%, -50%) rotate(5deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@keyframes rotate-20-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
    transform: translate(-50%, -50%) rotate(5deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
    transform: translate(-50%, -50%) rotate(-5deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@-webkit-keyframes rotate-20-deg--2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes rotate-20-deg--2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes rotate-360-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

@keyframes rotate-360-deg {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); } }

._desktop {
  display: block !important; }

._mobile {
  display: none !important; }

.header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 1000;
  top: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out, background-color 0s ease-in-out;
  -o-transition: all 0.3s ease-in-out, background-color 0s ease-in-out;
  transition: all 0.3s ease-in-out, background-color 0s ease-in-out; }
  .header ._conteiner {
    width: 100%; }
  .header ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0; }

/* .header.fadeOut {
  top: -100%; } */
  .fadeOut {
    animation: unset !important;
}
.header_logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%; }
  .header_logo img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px; }

.burger-btn {
  display: none; }

.header__menu-item--not-main {
  display: none; }

._not-home-page .header__menu-item {
  display: none; }

._not-home-page .header__menu-item--not-main {
  display: block; }

.header__menu-link {
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1;
  /* identical to box height */
  text-align: right;
  color: #2B6210; }

.header__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px; }

.header__soc-link {
  width: 25px;
  height: 25px;
  display: block; }

.header__soc-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

._wrapper-hover:hover ._hover-icon {
  opacity: 1; }

._wrapper-icon {
  position: relative; }

._static-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

._hover-icon {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.baner {
  width: 100%; }

.baner__media {
  height: 100vh;
  width: 100%; }
  .baner__media video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.baner__content {
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40%; }

.baner__logo {
  width: 40%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 30px; }

.baner__title,
.baner__subtitle {
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-60);
  line-height: 1.15;
  text-align: center;
  color: #FFFFFF; }

.baner__text {
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-30);
  line-height: 1.15;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px; }

.baner__subtitle {
  margin-bottom: 10px; }

.baner__btn {
  width: 40%;
  height: 75px;
  background: #EDC003;
  border: 1px solid #EDC003;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Gveret Levin AlefAlefAlef';
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-24);
  line-height: 1;
  text-align: center;
  color: #2B6210;
  margin: 0 auto; }

._all-content-wrapper {
  position: relative; }

._all-content-fon {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover; }

._all-content-inner {
  position: relative;
  z-index: 3; }

._title {
  font-family: 'Gveret Levin AlefAlefAlef';
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-48);
  line-height: 1.2;
  /* identical to box height */
  text-align: center;
  color: #2B6210;
  margin-bottom: 20px; }

.about {
  padding-top: 15vh;
  position: relative; }
  .about ._inner {
    width: 55%; }

.about__icon-fon-l-1 {
  position: absolute;
  top: 20vh;
  left: 3%;
  width: 12%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.about__icon-fon-l-2 {
  position: absolute;
  bottom: -10vh;
  left: 6%;
  width: 10%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.about__icon-fon-r {
  position: absolute;
  bottom: -8vh;
  right: 5%;
  width: 11%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.about__subtitle {
  /*   */
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-48);
  line-height: 1.2;
  text-align: center;
  color: #2B6210; }

.about__text {
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 300;
  font-size: var(--fs-30);
  line-height: 1.1;
  text-align: center;
  color: #222222;
  margin-bottom: 40px; }

.about__info-block {
  padding: 0 15%; }

.about__media {
  width: 100%;
  height: auto;
  margin-bottom: 30px; }
  .about__media img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.about__content--block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.about__content--title {
  font-family: 'Gveret Levin AlefAlefAlef';
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-30);
  line-height: 1.2;
  /* identical to box height */
  text-align: center;
  color: #2B6210;
  margin-bottom: 20px; }

.about__content--icon {
  width: 70%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.about__content--text {
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 300;
  font-size: var(--fs-24);
  line-height: 1.1;
  text-align: center;
  color: #222222;
  margin-bottom: 20px; }

.about__content--btn {
  /* Frame 8 */
  /* Auto layout */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px !important;
  height: 75px;
  background: #2B6210;
  border-radius: 20px;
  font-family: 'Gveret Levin AlefAlefAlef';
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-24);
  line-height: 1;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF;
  margin-top: auto; }

.services {
  padding-top: 15vh;
  position: relative; }

.services__icon-fon-l {
  position: absolute;
  top: 30vh;
  left: 0%;
  width: 12%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.services__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 6vh; }

.services__filter-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 max-content;
  flex: 0 0 max-content;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 75px;
  opacity: 0.8;
  border: 1px solid #2B6210;
  border-radius: 50px;
  cursor: pointer;
  font-family: 'Gveret Levin AlefAlefAlef';
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-24);
  line-height: 1;
  text-align: center;
  color: #2B6210;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .services__filter-btn._active {
    background: #2B6210;
    color: #fff;
    opacity: 1; }

.services__content-block {
  display: none; }
  .services__content-block._active {
    display: block; }

.services__content-title {
  font-family: 'Gveret Levin AlefAlefAlef';
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-48);
  line-height: 1.2;
  /* identical to box height */
  text-align: center;
  color: #2B6210;
  margin-bottom: 7vh; }

.services--1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10vh; }

.services--1__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%; }

.services--1__icon {
  height: 18vh;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 30px; }

.services--1__title {
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-36);
  line-height: 1.1;
  /* identical to box height */
  text-align: center;
  color: #2B6210;
  margin-bottom: 15px; }

.services--1__text {
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 300;
  font-size: var(--fs-24);
  line-height: 1;
  /* or 100% */
  text-align: center;
  color: #222222; }

.services__content-footer-text {
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-36);
  line-height: 1.1;
  /* identical to box height */
  text-align: center;
  color: #2B6210; }

.services--2 .services__content-title {
  margin-bottom: 3vh; }

.services__content-text {
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 300;
  font-size: var(--fs-30);
  line-height: 1.1;
  text-align: center;
  color: #222222;
  margin-bottom: 6vh; }

.services--2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.services--2__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
position: relative; }

.services--2__icon {
  width: 100%;
  /* height: auto; */
height: 25vh;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 3vh;
  position: relative;
 }
 .services--2__item::after{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: calc(25vh - 3px);
    left: 0;
    background-color: #2B6210;

}

.services--2__title {
  padding: 0 10%;
  font-family: 'Gveret Levin AlefAlefAlef';
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-36);
  line-height: 1.2;
  text-align: center;
  color: #2B6210;
  margin-bottom: 2vh; }

.services--2__text {
  padding: 0 10%;
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 300;
  font-size: var(--fs-24);
  line-height: 1.1;
  text-align: center;
  color: #222222; }

.services--3__list {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5%; }

.services--3__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-bottom: 6vh; }

.services--3__icon {
  width: 40%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 3vh; }

.services--3__title {
  font-family: 'Gveret Levin AlefAlefAlef';
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-30);
  line-height: 1.2;
  text-align: center;
  color: #2B6210; }

.services--4__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2%; }
  .services--4__list::before {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.5%;
    flex: 0 0 23.5%;
    position: relative;
    margin-bottom: -3vh;
    background-image: url(../img/fon-icon--5.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom; }

.services--4__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.5%;
  flex: 0 0 23.5%;
  border-radius: 20px;
  min-height: 210px;
  background: #72960F;
  padding: 2%;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3vh; }
  .services--4__item:nth-child(2n+1) {
    background: #2B6210; }

.services--4__icon {
  width: 22%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 15px; }

.services--4__text {
  padding: 0 10%;
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 300;
  font-size: var(--fs-20);
  line-height: 1.1;
  text-align: center;
  color: #FFFFFF; }

.main .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  background: #EDC003;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 30px; }

.main .owl-theme .owl-dots .owl-dot.active span, .main .owl-theme .owl-dots .owl-dot:hover span {
  background: #2B6210;
  width: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.about-me {
  padding-top: 15vh;
  padding-bottom: 5vh;
  position: relative; }

.about-me__icon-fon {
  position: absolute;
  width: 15%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  right: 2%;
  bottom: 0; }

.about-me__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7vh; }

.about-me__slider {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50% !important; }

.about-me__slide {
  height: 26vw;
  overflow: hidden;
  margin: 0 5px; }

.about-me__foto {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px; }

.about-me__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%; }

.about-me__subtitle {
  /*  */
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-30);
  line-height: 1.1;
  text-align: right;
  color: #2B6210; }

.about-me__title {
  /* */
  font-family: 'Gveret Levin AlefAlefAlef';
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-48);
  line-height: 1.2;
  text-align: right;
  color: #2B6210; }

.about-me__title-small {
  /*  */
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-30);
  line-height: 1.1;
  text-align: right;
  color: #2B6210;
  margin-bottom: 20px; }

.about-me__text {
  /* החיבור הפורמלי הראשון שלי לעולם האימון החל בשנת 2012 (גיל 40), וזאת במקביל להיותי מהנדסת כימיה ברפאל.כבר אז ידעתי שהאימון יהיה חלק משמעותי בחיי. ואכן צדקתי...תהליך ההתפתחות המקצועי שלי, ממהנדסת למאמנת, עבר מסע אישי אמיתי. התהלך בעולמות תוכן מגוונים, התכנס בתחנות עומק מנטליות ורגשיות, וגיבש את המאמנת שאני היום.מאמנת אישית קצת אחרת...אז עוד קצת היסטוריה עליי, כי זה חשוב. עוד על השורשים המקצועיים שלי. הבית שממנו באתי –מאז ומתמיד אהבתי ללמד, להדריך, להבין מה מניע אנשים, ומה עומד מאחורי הקלעים של ההתנהגות שלנו. חיפשתי כלים ודרכים להבין את עצמי טוב יותר, לדייק, ולהתפתח... זוכרת שלאחר כל הארה הצלחה או גילוי פורץ דרך, מצאתי את עצמי רצה לשתף משפחה וחברים, ולהעביר אליהם את כל הטוב הזה... התשוקה הזו ממשיכה להיות הדלק המניע שלי בכל בוקר מחדש. ללמוד. להתפתח. להיטיב ולהעביר את זה הלאה... */
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 300;
  font-size: var(--fs-24);
  line-height: 1.4;
  text-align: right;
  color: #222222; }
  .about-me__text p {
    margin: 0;
    margin-bottom: 25px; }

.about-me__bottom {
  width: 80%;
  margin: 0 auto; }
  .about-me__bottom .about-me__title-small,
  .about-me__bottom .about-me__text {
    text-align: center; }

.poster {
  padding-top: 2%; }
  .poster ._inner {
    position: relative; }

.poster__fon {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.poster__content {
  position: absolute;
  top: 50%;
  right: 7%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50%; }

.poster__title {
  /* */
  font-family: 'Gveret Levin AlefAlefAlef';
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-45);
  line-height: 1.2;
  text-align: right;
  color: #FFFFFF; }
.google-testimonials .ti-widget.ti-goog .ti-widget-container,
.google-testimonials .ti-widget.ti-goog .ti-widget-container * {
    font-family: 'Fb Shaked','Heebo',sans-serif !important;
}
.google-testimonials {
  padding-top: 15vh;
  /* min-height: 100vh; */
  position: relative; }

.google-testimonials__icon-fon-r-1 {
    display: none;
  position: absolute;
  top: 7vh;
  right: 6%;
  width: 12%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.google-testimonials__icon-fon-r-2 {
  position: absolute;
  bottom: -10vh;
  right: 5%;
  width: 20%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.google-testimonials__icon-fon-l {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
  -webkit-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.teen-training {
  position: relative;
  padding-top: 15vh; }

.teen-training__icon-fon-l {
  position: absolute;
  top: 5vh;
  left: 3%;
  width: 12%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.teen-training__text {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 6vh;
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 300;
  font-size: var(--fs-20);
  line-height: 1.1;
  text-align: center;
  color: #222222; }

.teen-training__list-title {
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-30);
  line-height: 1.1;
  text-align: center;
  color: #2B6210;
  margin-bottom: 3vh; }

.teen-training__list {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.teen-training__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 5%; }

.teen-training__item-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.teen-training__item-title {
  margin-top: 3px;
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-24);
  line-height: 1.1;
  /* identical to box height */
  text-align: right;
  color: #2B6210;
  margin-bottom: 15px; }

.teen-training__item-text {
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 300;
  font-size: var(--fs-24);
  line-height: 1.1;
  text-align: right;
  color: #000000; }

.teen-training__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.teen-training__bottom-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  background: #2B6210;
  border-radius: 20px;
  overflow: hidden;
  padding: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px; }

.teen-training__bottom-icon {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.teen-training__bottom-title {
  font-family: 'Gveret Levin AlefAlefAlef';
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-48);
  line-height: 1.2;
  /* identical to box height */
  text-align: right;
  color: #EDC003;
  margin-bottom: 30px; }

.teen-training__bottom-text {
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-24);
  line-height: 1.1;
  text-align: right;
  color: #FFFFFF; }

.adult-training {
  padding-top: 15vh;
  position: relative; }

.adult-training--icon-fon-r {
  position: absolute;
  width: 15%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  right: 2%;
  bottom: -50px; }

.adult-training--icon-fon-l {
  position: absolute;
  width: 10%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  left: 0%;
  bottom: 10%; }

.adult-training__text {
  width: 60%;
  margin: 0 auto;
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 300;
  font-size: var(--fs-36);
  line-height: 1.1;
  text-align: center;
  color: #2B6210;
  margin-bottom: 4vh; }

.adult-training__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px; }

.adult-training__block-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  background: #F8F8F8;
  border-radius: 20px;
  padding: 2% 5%;
  padding-left: 2%; }

.adult-training__block-title {
  font-family: 'Gveret Levin AlefAlefAlef';
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-36);
  line-height: 1.2;
  text-align: right;
  color: #2B6210;
  margin-bottom: 15px; }

.adult-training__block-list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px; }

.adult-training__block-list--icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  width: 25px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 15px; }

.adult-training__block-list--text {
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 300;
  font-size: var(--fs-24);
  line-height: 1.2;
  /* or 158% */
  text-align: right;
  color: #222222; }

.adult-training__block-text {
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-24);
  line-height: 1;
  /* or 100% */
  text-align: right;
  color: #222222;
  margin-bottom: 15px; }

.adult-training__bottom {
  width: 45%;
  margin: 0 auto; }

.adult-training__bottom-icon {
  width: 80%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 30px; }

.adult-training__bottom-text {
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-36);
  line-height: 1.1;
  text-align: center;
  color: #2B6210; }

  .reviews__inner{
    max-width: 1280px;
    margin: 0 auto;

    margin-top: 5vh;
  }
  .reviews__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2.5%;
margin-bottom: 5vh;
position: relative;
  }
  .reviews__item {
    flex: 0 0 18%;

    margin-bottom: 2%;


      background-color: rgb(246, 246, 248);
      border-radius: 24px;
      padding: 24px;
      border: 1px solid transparent;
  
  }
  .reviews__item--header {
    display: flex;
    align-items: center;
    gap: 10px;
margin-bottom: 20px;
  }
  .reviews__foto {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;

    object-fit: cover;
    border-radius: 50%;
  }
  .reviews__title {
font-family: 'Fb Shaked';
font-style: normal;
font-weight: 600;
font-size: var(--fs-18);
line-height: 1.2;
/* identical to box height */
text-align: right;

color: #222222;

  }
  .reviews__text {

    font-family: 'Fb Shaked';
font-style: normal;
font-weight: 300;
font-size: var(--fs-16);
line-height: 1.2;
text-align: right;
color: #222222;

  }
.blog {
  padding-top: 7vh; }

.main-page--blog {
  padding-top: 15vh;
  position: relative; }

.main-page--blog__icon-r {
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 10%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translateX(20%) scale(1, -1);
  -ms-transform: translateX(20%) scale(1, -1);
  transform: translateX(20%) scale(1, -1); }

.blog__header-icon {
  width: 30%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  margin: 0 auto;
  margin-bottom: -2%;
  z-index: 2;


  display: none;
}

.blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2%; }

.blog__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  background: #F8F8F8;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 2%;
display: flex;
flex-direction: column;
}

.blog__media {
  position: relative; }

.blog__image {
  width: 100%;
  height: 16vw;
  max-height: 16vw;
  -o-object-fit: cover;
  object-fit: cover; }

.blog__foto {
  position: absolute;
  left: 30px;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  width: 6vw;
  height: 6vw;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden; }

.blog__info {
  padding: 4%; }

.blog__date {
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 1.2;
  /* identical to box height */
  text-align: right;
  color: #989898;
  margin-bottom: 10px; }

.blog__title {
  padding-left: 25%;
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-24);
  line-height: 1.1;
  text-align: right;
  color: #2B6210;
  margin-bottom: 15px; }

.blog__text {
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 300;
  font-size: var(--fs-18);
  line-height: 1.1;
  /* or 100% */
  text-align: right;
  color: #222222;
  margin-bottom: 40px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.blog__btn {
  margin-top: auto;
  width: 100%;
  height: 70px;
  background: #2B6210;
  border-radius: 0px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: right;
  color: #EDC003; }

.blog__link-btn {
  margin: 0 auto;
  margin-top: 5vh;
  width: 32%;
  height: 70px;
  border: 1px solid #2B6210;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 1;
  text-align: center;
  color: #2B6210; }
  .blog-page .blog__item:nth-last-child(-n+3),
.article-page .blog__item:nth-last-child(-n+3) {
margin-bottom: 0 !important;
}
.widget-area{
  display: none !important;
}
.article {
  padding-top: 10vh; }

.article-page .contact {
  position: relative; }
.article-page .wp-video {
margin: 0 auto;
}

.article-page .contact::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  z-index: -1;
  background-image: url(../img/fon-article.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.article-page-blog-title {
  font-family: 'Gveret Levin AlefAlefAlef';
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-60);
  line-height: 1.2;
  /* identical to box height */
  text-align: center;
  color: #2B6210;
  margin-bottom: 5vh; }

.contact {
  padding-bottom: 15vh;
  position: relative; }
  .contact ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.contact__header-icon {
  width: 10%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
  margin-top: -10px;
  margin-bottom: -8%;
  position: relative;
  z-index: 2; }

.contact__bottom-icon {
  position: absolute;
  right: -0;
  bottom: 0;
  width: 15%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.contact-info__wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%; }

.contact-info__title {
  font-family: 'Gveret Levin AlefAlefAlef';
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-48);
  line-height: 1.2;
  text-align: right;
  color: #2B6210;
  margin-bottom: 2vh; }

.contact-info__list {
  margin-bottom: 5vh; }

.contact-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 1vh; }

.contact-info__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.contact-info__text {
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 300;
  font-size: var(--fs-24);
  line-height: 1.2;
  text-align: right;
  color: #222222; }

.contact-info__subtitle {
  margin-bottom: 4vh;
  font-family: 'Gveret Levin AlefAlefAlef';
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-30);
  line-height: 1.1;
  /* identical to box height */
  text-align: right;
  color: #2B6210; }

.contact-info__link {
  display: block;
  font-family: 'Fb Shaked','Heebo',sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-24);
  line-height: 1.2;
  /* identical to box height */
  text-align: right;
  color: #2B6210; }

.contact-form__wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  padding: 5%;
  background: #2B6210;
  border-radius: 40px; }
  .contact-form__wrapper input, .contact-form__wrapper textarea {
    width: 100%;
    height: 60px;
    direction: rtl;
    background: transparent;
    border: none;
    padding: 0 15px;
    border: 1px solid #EDC003;
    border-radius: 20px;
    /* font-family: 'Fb Shaked'; */
    font-family: 'Fb Shaked','Heebo',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-20);
    line-height: 1.2;
    text-align: right;
    color: #FFFFFF; }
    .contact-form__wrapper input::-webkit-input-placeholder, .contact-form__wrapper textarea::-webkit-input-placeholder {
      font-family: 'Fb Shaked';
      font-style: normal;
      font-weight: 300;
      font-size: var(--fs-20);
      line-height: 1.2;
      text-align: right;
      color: #FFFFFF; }
    .contact-form__wrapper input:-ms-input-placeholder, .contact-form__wrapper textarea:-ms-input-placeholder {
      font-family: 'Fb Shaked';
      font-style: normal;
      font-weight: 300;
      font-size: var(--fs-20);
      line-height: 1.2;
      text-align: right;
      color: #FFFFFF; }
    .contact-form__wrapper input::-ms-input-placeholder, .contact-form__wrapper textarea::-ms-input-placeholder {
      font-family: 'Fb Shaked';
      font-style: normal;
      font-weight: 300;
      font-size: var(--fs-20);
      line-height: 1.2;
      text-align: right;
      color: #FFFFFF; }
    .contact-form__wrapper input::placeholder, .contact-form__wrapper textarea::placeholder {
      font-family: 'Fb Shaked';
      font-style: normal;
      font-weight: 300;
      font-size: var(--fs-20);
      line-height: 1.2;
      text-align: right;
      direction: rtl;
      color: #FFFFFF; }
  .contact-form__wrapper textarea {
    padding: 15px;
    height: 150px;
    resize: none; }

.contact-form__title {
  font-family: 'Gveret Levin AlefAlefAlef';
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-48);
  line-height: 1.2;
  /* identical to box height */
  text-align: right;
  color: #EDC003;
  margin-bottom: 3vh; }
.contacts--form p{
  margin: 0;
  padding: 0;
  position: relative;
}
.contacts--form .wpcf7-not-valid-tip {
  position: absolute;
  color: #FFFFFF;
  font-size: var(--fs-20);
  font-family: 'Gveret Levin AlefAlefAlef', sans-serif;
  font-weight: 700;
  text-align: right;
  line-height: 1.2;
}
.contacts--form .wpcf7 form .wpcf7-response-output {
  /* position: absolute; */
  margin: 0;
  padding: 0;
  border: unset;
  font-family: 'Gveret Levin AlefAlefAlef', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  font-style: normal;
}
.contacts--form .wpcf7-spinner {
  padding: 0;
  margin: 0;
  position: relative;
  position: absolute;
}
.contacts--form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.contacts--form-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 3%;

}

._50 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%; }

.btn-submit {
  margin: 0; }
  .btn-submit input {
  
    width: 100%;
    background: #EDC003;
    border: 1px solid #EDC003;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

/* Container: Right-aligned and RTL-compliant */
.wpcf7-acceptance {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  direction: rtl;
  margin-bottom: 3%;
}

/* Label: Text wraps properly and aligns with checkbox */
.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Gveret Levin AlefAlefAlef', sans-serif;
  font-size: var(--fs-20);
  color: #FFFFFF;
  line-height: 1.2;
}

/* Checkbox style */
.wpcf7-acceptance input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #EDC003;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
}

/* Checkmark appearance */
.wpcf7-acceptance input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 10px;
  border: solid #EDC003;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* Checked state styling */
.wpcf7-acceptance input[type="checkbox"]:checked {
  background-color: #2B6210;
  border-color: #EDC003;
}

.wpcf7-acceptance input[type="checkbox"]:checked::before {
  opacity: 1;
}

/* STYLE: Inline validation messages (under fields) */
.wpcf7-not-valid-tip,
span.wpcf7-not-valid-tip,
.contacts--form span.wpcf7-not-valid-tip {
  color: #FFFFFF !important;
  font-family: 'Gveret Levin AlefAlefAlef', sans-serif !important;
  font-weight: 300 !important;
  font-size: 12pt !important;
  text-align: right !important;
  direction: rtl !important;
  line-height: 1.2 !important;
  margin-top: 4px !important;
  display: block !important;
}

/* STYLE: Global success/error response message */
.wpcf7-response-output,
.contacts--form .wpcf7 form .wpcf7-response-output {
  color: #FFFFFF !important;
  font-family: 'Gveret Levin AlefAlefAlef', sans-serif !important;
  font-weight: 300 !important;
  font-size: var(--fs-20) !important;
  text-align: center !important;
  background: transparent !important;
  border: none !important;
  padding: 10px 0 !important;
}

.contact-form__wrapper .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 24px; /* Adjust as needed */
}

.blog-baner {
  padding-top: 75px; }
  .blog-baner ._conteiner {
    position: relative; }

.blog-baner__image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.blog-baner__title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*  */
  font-family: 'Gveret Levin AlefAlefAlef';
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-60);
  line-height: 1;
  /* identical to box height */
  text-align: center;
  color: #2B6210; }

.footer {
  padding: 10vh 0;
  background-color: #2B6210; }
  .footer ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5%; }

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.footer__logo {
  width: 60%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.footer__right-soc {
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px; }

.footer__right-soc--link {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: block; }

.footer__right-soc--icon {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.footer__right-text {
  /* font-family: 'Fb Tubic-Slab'; */
  /* font-family: 'Fb Shaked';
   */
   font-family: 'Fb Shaked','Heebo',sans-serif;
   font-style: normal;
  font-weight: 400;
  font-size: var(--fs-16);
  line-height: 1.2;
  /* identical to box height, or 112% */
  text-align: right;
  color: #FFFFFF; }

.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px; }

.footer__left-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 max-content;
  flex: 0 0 max-content; }

.footer__left-title {
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-24);
  line-height: 1.2;
  /* identical to box height */
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 20px; }

.footer__left-item {
  margin-bottom: 10px; }

.footer__left-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  font-family: 'Fb Shaked';
  font-style: normal;
  font-weight: 300;
  font-size: var(--fs-20);
  line-height: 1;
  /* identical to box height */
  text-align: right;
  color: #FFFFFF; }
  .footer__left-link--text{
    font-family: 'Fb Shaked','Heebo',sans-serif;;
    font-style: normal;
    font-weight: 300;
    font-size: var(--fs-20);
    line-height: 1;
}
.footer__left-link--icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain; }

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

  /* .cINLay {
    flex-wrap: wrap !important;
    gap: 2% !important;
    display: flex !important;
    justify-content: stretch;
}
.bovkMU {
  flex: 0 0 23.5% !important;
  margin-bottom: 2% !important;
  display: flex ;
  flex-direction: column;
  overflow: hidden;
} */
.joEmvq {
  /* font-size: 18px !important;
  line-height: 1.1 !important; */
  font-family: 'Fb Shaked' !important;
  font-style: normal !important;
  font-weight: 600 !important; 
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.gmWGIA {

  font-family: 'Fb Shaked' !important;
font-style: normal !important;
font-weight: 400 !important;
/* font-size: 14px !important;
line-height: 1.2 !important; */
text-align: right !important;

color: #989898 !important;

}
.iLltED {
font-family: 'Fb Shaked' !important;
font-style: normal !important;
font-weight: 400 !important;
/* font-size: 14px !important;
line-height: 1.2 !important; */
/* text-align: right !important; */

color: #222222 !important;


  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.iOsJeL {
  font-family: 'Fb Shaked' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  /* font-size: 14px !important;
  line-height: 1.2 !important; */
  /* text-align: right !important; */
  
  color: #222222 !important;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gIeXNZ {
  display: inline-block;
  cursor: pointer;
  /* font-size: 16px !important; */
  font-family: 'Fb Shaked' !important;
font-style: normal !important;
font-weight: 600 !important;
   color: #222222 !important;
}
.article__content *{
  /* font-family: 'Fb Shaked' !important; */
  font-family: 'Fb Shaked','Heebo',sans-serif !important;
}
.article__content{
  width: 100%;
  margin: 0 auto;
}
.article__content img{
 width: auto !important;
 height: auto !important;
 display: unset;
}
._green{
  color: #2B6210;
}
._yellow{
  color: #EDC003;
}
.article__content ol,
.article__content ul{
  list-style: auto;
}
.article__title {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0;
}
.article__date {
  font-family: 'Fb Shaked','Heebo',sans-serif !important;
font-style: normal;
font-weight: 400;
font-size: var(--fs-20);
line-height: 1.2;
/* identical to box height */
text-align: center;

color: #989898;


  margin-bottom: 5vh;
}
img.article__baner {
  width: 60% !important;
  height: auto;
  margin-bottom: 5vh;
}
.article__info {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .blog-baner {
    padding-top: 60px; }
  :root {
    --fs-60: 46px;
    --fs-48: 42px;
    --fs-45: 40px;
    --fs-38: 32px;
    --fs-36: 30px;
    --fs-30: 24px;
    --fs-24: 22px;
    --fs-20: 18px;
    --fs-18: 16px;
    --fs-16: 14px;
    --fs-14: 12px; }
  .blog__link-btn,
  .blog__btn,
  .services__filter-btn,
  .about__content--btn,
  .baner__btn {
    height: 60px; }
  .adult-training__bottom-icon,
  .teen-training__bottom-title,
  .services--1__icon,
  .baner__text,
  .baner__logo {
    margin-bottom: 20px; }
  .header ._inner {
    padding: 5px 0; }
  .services__filter {
    gap: 15px; }
  .services--4__icon,
  .blog__titl,
  .adult-training__block-text,
  .adult-training__block-title,
  .services--1__title {
    margin-bottom: 10px; }
  .contact-info__icon,
  .teen-training__item-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    width: 25px; }
  .teen-training__item-title {
    margin-top: 3px;
    margin-bottom: 10px; }
  .teen-training__item {
    gap: 10px;
    margin-bottom: 5%; }
  .teen-training__bottom-item {
    gap: 20px; }
  .adult-training__block-list--icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    margin-bottom: 15px; }
  .blog__text {
    margin-bottom: 30px; }
  .contact-form__wrapper input, .contact-form__wrapper textarea {
    height: 50px; }
  .contact-form__wrapper textarea {
    height: 120px !important; }
  .blog__link-btn,
  .blog__btn,
  .services__filter-btn,
  .about__content--btn,
  .baner__btn,
  .blog__item,
  .adult-training__block-item,
  .teen-training__bottom-item,
  .services--4__item,
  .about-me__foto,
  .contact-form__wrapper input,
  .contact-form__wrapper textarea {
    border-radius: 15px; }
  .services__filter-btn {
    border-radius: 40px; }
  .contact-form__wrapper {
    border-radius: 30px; }
  .footer__left {
    gap: 50px; }
  .services--4__item {
    min-height: 180px;
    padding: 2% 1%;
    padding-bottom: 10px;
    margin-bottom: 3vh; }
  .baner__content {
    top: 75px; }
  .baner__content {
    width: 45%; }
  .baner__logo {
    width: 30%; }
  .header__menu {
    gap: 20px; }
    .reviews__item {
      flex: 0 0 24%;
  } 
}

@media (max-width: 1500px) {
  :root {
    --fs-60: 42px;
    --fs-48: 34px;
    --fs-45: 32px;
    --fs-38: 28px;
    --fs-36: 26px;
    --fs-30: 22px;
    --fs-24: 20px;
    --fs-20: 16px;
    --fs-18: 14px;
    --fs-16: 12px;
    --fs-14: 10px; }
  .baner__content {
    top: 65px; }
  .blog__link-btn, .blog__btn, .services__filter-btn, .about__content--btn, .baner__btn {
    height: 50px;
    padding: 10px; }
  .services__filter-btn {
    border-radius: 40px;
    padding: 20px 30px; }
  .blog__link-btn,
  .blog__btn,
  .services__filter-btn,
  .about__content--btn,
  .baner__btn,
  .blog__item,
  .adult-training__block-item,
  .teen-training__bottom-item,
  .services--4__item,
  .about-me__foto,
  .contact-form__wrapper input,
  .contact-form__wrapper textarea {
    border-radius: 10px; }
  .contact-form__wrapper {
    border-radius: 20px; }
  .services__filter-btn {
    border-radius: 30px;
    padding: 20px 30px; }
  .services--4__item {
    min-height: 160px; }
  .services--4__icon {
    width: 20%; }
  .contact-form__wrapper input, .contact-form__wrapper textarea {
    height: 45px; }
  .blog__text {
    margin-bottom: 10px; } }

@media (max-width: 1300px) {
  .reviews__item {
    flex: 0 0 32%;
}
  :root {
    --fs-60: 34px;
    --fs-48: 30px;
    --fs-45: 28px;
    --fs-38: 24px;
    --fs-36: 22px;
    --fs-30: 20px;
    --fs-24: 18px;
    --fs-20: 14px;
    --fs-18: 12px;
    --fs-16: 12px;
    --fs-14: 10px; }
  .header__menu {
    gap: 20px; }
  .header__soc-link {
    width: 20px;
    height: 20px;
    display: block; }
  .header__soc {
    gap: 5px; }
  .blog__link-btn, .blog__btn, .services__filter-btn, .about__content--btn, .baner__btn {
    height: 40px;
    padding: 5px; }
  .baner__content {
    width: 45%; }
  .baner__logo {
    width: 30%; }
  .adult-training__bottom-icon, .teen-training__bottom-title, .services--1__icon, .baner__text, .baner__logo {
    margin-bottom: 15px; }
  .services__filter-btn {
    border-radius: 30px;
    padding: 20px 30px; }
  .services--4__item {
    min-height: 130px; } }

@media (max-width: 800px) {
  .reviews__item {
    flex: 0 0 100%;
    margin-bottom: 20px;
}
.reviews__list {
  gap: 0;
  margin-bottom: 0;
}
  ._mobile {
    display: block !important; }
  ._desktop {
    display: none !important; }
  .header__menu {
    height: 100vh;
    width: 100vw;
    top: 0;
    left: -150%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    padding-top: 100px;
    z-index: -1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  ._js--open-menu.header__menu {
    left: 50%; }
  .header__soc {
    margin-top: auto;
    gap: 10px;
    margin-bottom: 60px; }
  .header__menu-item {
    width: 100%; }
  .header__menu-link {
    font-size: 22px;
    display: block;
    width: 100%;
    text-align: center; }
  .header__soc-link {
    width: 40px;
    height: 40px;
    display: block; }
  .header_logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%; }
  ._inner {
    width: 90%;
    margin: 0 auto; }
  .baner__content {
    width: 90%;
    top: 100px; }
  .baner__logo {
    width: 60%; }
  .blog__link-btn, .blog__btn, .services__filter-btn, .about__content--btn, .baner__btn {
    height: 50px;
    min-width: 70%;
    padding: 5px;
    font-size: 20px; }
  .baner__title, .baner__subtitle {
    font-size: 40px; }
  .baner__text {
    font-size: 24px; }
  .adult-training__bottom-icon, .teen-training__bottom-title, .services--1__icon, .baner__text, .baner__logo {
    margin-bottom: 20px; }
  .about,
  .services,
  .about-me,
  .google-testimonials,
  .teen-training,
  .adult-training,
  .main-page--blog,
  .contact {
    padding-top: 80px; }
  .about ._inner {
    width: 80%; }
  .about__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .about__info-block {
    padding: 0; }
  .about__content--icon {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px; }
  .about__content--block {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-bottom: 50px; 
width: 100%;
}
  .services__filter {
    display: none; }
  .services__content {
    display: flex;
    flex-direction: column; }
  .services__content-block {
    display: block;
    margin-bottom: 50px; }
    .services__content-block:first-child {
      margin: 0; }
  .services--1__list {
    margin-bottom: 20px; }
  .services__content-title {
    margin-bottom: 30px; }
  .services--4__list::before,
  .services--4__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: -5%; }
  .services--4__item {
    margin-bottom: 2%;
    min-height: 140px; }
  .services--4__text {
    padding: 0 3%;
    font-size: 16px; }
  .services--4__icon, .blog__titl, .adult-training__block-text, .adult-training__block-title, .services--1__title {
    margin-bottom: 15px; }
  .services--3__list {
    width: 100%;
    gap: 5%; }
  .services--3__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
    margin-bottom: 30px; }
  .services--3__icon {
    width: 50%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    margin-bottom: 15px; }
  .services--2__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 75%;
    margin: 0 auto; }
  .services--2__item {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-bottom: 30px; }
  .services--2__icon {
    height: auto;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px; }
  .services--2__text,
  .services--2__title {
    padding: 0; }
  .services--1__list {
    flex-direction: column; }
  .services--1__icon {
    height: 15vh; }
  .services--1__item {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-bottom: 30px; }
  .services--1__title {
    font-size: 28px;
    margin-bottom: 15px; }
  .services--1__text {
    font-size: 20px; }
  .services__content-footer-text {
    font-size: 28px; }
  .about-me__top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .about-me__subtitle {
    font-size: 32px;
    text-align: center; }
  .about-me__title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 5px; }
  .about-me__title-small {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px; }
  .about-me__text {
    font-size: 22px;
    line-height: 1.4;
    text-align: center; }
  .about-me__text p{
   margin-bottom: 20px; }
  .about-me__slider {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
    width: 100% !important; }
  .about-me__foto {
    border-radius: 0;

    height: 40vh;
    overflow: hidden;
    object-fit: cover;
}
  .about-me__slide {
    height: auto;
    overflow: hidden;
    margin: 0 5px; }
  .about-me__bottom {
    width: 100%;
    margin: 0 auto; }
  .about-me__text p {
    margin: 0;
    margin-bottom: 20px; }
  .poster__title {
    font-size: 22px;
    text-align: center; }
  ._title {
    font-size: 32px; }
  .teen-training__text {
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px; }
  .teen-training__list-title {
    font-size: 26px;
    margin-bottom: 40px; }
  .teen-training__item-title {
    font-size: 24px; }
  .teen-training__item-text {
    font-size: 18px; }
  .teen-training__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    gap: 10px;
    margin-bottom: 30px; }
  .teen-training__list {
    width: 100%;
    margin: 0 auto;
    gap: unset; }
  .contact-info__icon, .teen-training__item-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px; }
  .teen-training__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .teen-training__bottom-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    overflow: hidden;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px; }
  .teen-training__bottom-icon {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 60%;
    margin: 0 auto; }
  .teen-training__bottom-title {
    font-size: 36px;
    text-align: center; }
  .teen-training__bottom-text {
    font-size: 20px;
    text-align: center; }
  .blog__link-btn, .blog__btn, .services__filter-btn, .about__content--btn, .baner__btn, .blog__item, .adult-training__block-item, .teen-training__bottom-item, .services--4__item, .about-me__foto, .contact-form__wrapper input, .contact-form__wrapper textarea {
    border-radius: 15px; }
  .adult-training__text {
    width: 100%;
    font-size: 24px;
    margin-bottom: 30px; }
  .adult-training__block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .adult-training__block-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 20px;
    margin-bottom: 20px; }
  .adult-training__block-title {
    font-size: 26px; }
  .adult-training__block-list--text {
    font-size: 18px; }
  .adult-training__block-text {
    font-size: 22px; }
  .adult-training__block-list--icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    width: 25px; }
  .adult-training__bottom {
    width: 100%; }
  .adult-training__bottom-icon {
    width: 100%; }
  .adult-training__bottom-text {
    font-size: 30px;
    padding: 0 5%; }
  .blog__image {
    height: auto;
    max-height: unset;
    -o-object-fit: cover;
    object-fit: cover; }
  .blog__foto {
    position: absolute;
    left: 20px;
    width: 100px !important;
    height: 100px; }
  .blog__date {
    font-size: 16px; }
  .blog__title {
    padding-left: 80px;
    font-size: 20px;
    margin-bottom: 15px; }
  .blog__text {
    font-size: 16px; }
  .contact ._inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .contact-form__wrapper {
    margin-bottom: 30px; }
  .contact-info__wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .contact-info__title {
    font-size: 32px;
    margin-bottom: 30px; }
  .contact-info__item {
    margin-bottom: 10px; }
  .contact-info__text {
    font-size: 18px;
    margin-top: 5px; }
  .contact-form__title {
    font-size: 34px;
    margin-bottom: 30px;
    text-align: center; }
  .contacts--form-item {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 20px; }
  .contact-form__wrapper input, .contact-form__wrapper textarea {
    height: 50px; }
  .contact-form__wrapper textarea {
    height: 120px; }
  .contact-info__subtitle {
    margin-bottom: 20px;
    text-align: center;
    font-size: 26px; }
  .contact-info__link {
    text-align: center;
    font-size: 24px; }
  .contact {
    padding-bottom: 20px;
    position: relative; }
  .footer {
    padding: 60px 0; }
  .footer ._inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer__logo {
    width: 60%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px; }
  .footer__right-soc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px; }
  .footer__right-text {
    font-size: 16px; }
  .footer__left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px; }
  .footer__left-block {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset; }
  .footer__left-title {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center; }
  .footer__left-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    text-align: center; }
  .contact__header-icon,
  .about__icon-fon-l-1,
  .main-page--blog__icon-r,
  .about__icon-fon-l-2,
  .about-me__icon-fon,
  .about__icon-fon-r,
  .services__icon-fon-l,
  .google-testimonials__icon-fon-r-1,
  .google-testimonials__icon-fon-r-2,
  .google-testimonials__icon-fon-l,
  .teen-training__icon-fon-l,
  .adult-training--icon-fon-r,
  .contact__bottom-icon {
    display: none; }
  .article,
  .blog-baner {
    padding-top: 60px; }
  .blog__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  .blog-page .blog__item {
    margin-bottom: 30px; }
  .blog-baner__title {
    top: 16%;
    font-size: 32px; }
  .burger-btn {
    display: block; }
    .article__title {
      width: 100%;
  }
  .article__info {
    width: 100%;
    margin: 0 auto;
}
.services--2__item::after{
    display: none;

}
  }

@media (max-width: 390px) {
  .baner__content {
    top: 70px; }
  .baner__title, .baner__subtitle {
    font-size: 34px; }
  .baner__text {
    font-size: 18px; }
  .adult-training__bottom-icon, .teen-training__bottom-title, .services--1__icon, .baner__text, .baner__logo {
    margin-bottom: 10px; }
  .blog__link-btn, .blog__btn, .services__filter-btn, .about__content--btn, .baner__btn {
    height: 40px;
    min-width: 70%;
    padding: 5px;
    font-size: 18px; } }
