@charset "UTF-8";
@font-face {
  font-family: "Helvetica Hebrew";
  src: url("../fonts/HELVETICAHEBREW-BOLD.TTF") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Helvetica Hebrew";
  src: url("../fonts/HELVETICAHEBREW-BOLDITALIC.TTF") format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "Helvetica Hebrew";
  src: url("../fonts/HELVETICAHEBREW-ITALIC.TTF") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Helvetica Hebrew";
  src: url("../fonts/HELVETICAHEBREW-REGULAR.TTF") format("truetype");
  font-weight: 400;
  font-style: normal; }

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-40: 40px;
  --fs-36: 36px;
  --fs-30: 30px;
  --fs-24: 24px;
  --fs-20: 20px;
  --fs-18: 18px;
  --fs-14: 14px; }

body {
  direction: rtl !important;
  unicode-bidi: bidi-override !important;
  color: #000000;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #363635 ;
  background: #E6DDD4; 
background-image: url(../img/BG1.jpg);
background-position: center;
background-size: contain;
background-repeat: repeat-y;
}

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: 1920px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden; }

._inner {
  width: 85%;
  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;
  -webkit-text-fill-color: #949494;
  -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 slategrey; }

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

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

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

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

/*=burger media===============================*/
/*=burger media===============================*/
.menu-burger__header {
  position: relative;
  /* задаем относительное позиционирование */
  width: 80px;
  /* определяем размеры блока */
  height: 34px;
  display: block; }

.menu-burger__header span,
.menu-burger__header:after,
.menu-burger__header:before {
  width: 100%;
  height: 3px;
  border-radius: 0.93px;
  background: #363635 ;
  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: 7px; }

.menu-burger__header:before {
  top: 7px; }

._desctop {
  display: block !important; }

._mobile {
  display: none !important; }

._icon-b._mobile {
  display: none !important; }

._icon-w._mobile {
  display: none !important; }

.__inner-page-body ._desctop {
  display: block !important; }

.__inner-page-body ._icon-b._mobile,
.__inner-page-body ._icon-w._mobile {
  display: none !important; }

._static {
  display: block !important; }

._hover {
  display: none !important; }

._red {
  color: #E04C26 ; }

._icon-b {
  display: block !important; }

._icon-w {
  display: none !important; }

._js__media-wrapper {
  position: relative;
  overflow: hidden; }
  ._js__media-wrapper iframe,
  ._js__media-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
  ._js__media-wrapper ._prew-img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  ._js__media-wrapper ._js-btn {
    cursor: pointer; }
  ._js__media-wrapper .__btn-play {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  ._js__media-wrapper.__hide-prew-img iframe,
  ._js__media-wrapper.__hide-prew-img video {
    z-index: 5;
    opacity: 1; }
  ._js__media-wrapper.__hide-prew-img ._prew-img {
    z-index: 2;
    opacity: 0; }
  ._js__media-wrapper.__hide-prew-img .__btn-play {
    opacity: 0;
    z-index: 3; }

.__btn-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 10px; }

.__btn-play--icon {
  width: 117px;
  height: 117px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  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; }
  .__btn-play--icon img {
    width: 30%;
    height: 30%;
    -o-object-fit: contain;
    object-fit: contain; }

.__btn-play--text {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.2;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF; }

.header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  top: 0;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 20px 0; }
  .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;
    width: 85%; }
  .header._js-scroll {
    background-color: #E6DDD4; }
  /* .header.fadeOut {
    top: -100%; }
  .header.fadeOut {
    top: -100%; } */
  .header._js--open-menu {
    top: 0 !important; }

.header-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  width: 12%;
  height: auto; }
  .header-logo img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.visible-menu__list {
  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;
  margin-left: 10%;
  margin-right: auto; }

.visible-menu__link {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: var(--fs-20);
  text-align: center;
  color: #363635 ;
  /* text-transform: capitalize; */
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .visible-menu__link:hover {
    color: #E04C26 ; }
    ._js-active_page .visible-menu__link {
    color: #E04C26 ; }

.menu-burger__header-btn{
  cursor: pointer;
   font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: var(--fs-20);
  text-align: center;
  color: #E04C26 ;

  display: flex;
  align-items: center;
  justify-content: center;
height: 45px;
  padding: 5px 15px 0;
  border: 1px solid #E04C26;

  transition: all 0.3s linear;
}
.menu-burger__header-btn._desctop{
  display: flex !important;
}
    .menu-burger__header-btn._js--open-menu{
      background-color: #E04C26;
      color: #fff;
    }
.social-menu__list {
  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;
  margin-left: auto;
  margin-right: 5%; }

.social-menu__link {
  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; }
  .social-menu__link img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain; }
    .hidden-menu::after{
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      width: 100%;
      height: 100%;
      background-image: url(../img/BG1.jpg);
background-position: center;
background-size: cover;
background-repeat: repeat-y;

z-index: -1;
    }
.hidden-menu {
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0%;
  opacity: 0;
  -webkit-transform: translateX(250%);
  -ms-transform: translateX(250%);
  transform: translateX(250%);
  padding: 80px 5%;
  width: 100%;
  height: 100vh;
  /* background: #E6DDD4; */
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;


  transition: transform 0s ease-in-out, opacity 0.3s ease-in-out ;
  border-radius: 0; }

._js--open-menu.hidden-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }
.hidden-menu__inner{
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.hidden-menu__list {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px; }

._js-open .hidden-menu__link {
  color: #E04C26 ; }

._js-open .sub-menu__list {
  opacity: 1;
  height: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.hidden-menu__link {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #363635 ;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .hidden-menu__link:hover {
    color: #E04C26 ; }


.sub-menu__list {
  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;
  row-gap: 10px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear; }

.sub-menu__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 max-content;
  flex: 0 0 max-content;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* padding: 5px; */
  padding: 0;
  background-color: transparent;
  
border: 1px solid #E04C26;
}
._js-open .sub-menu__item {
  padding: 5px;
}
.sub-menu__item:hover {
  background-color: #E04C26 ;   }
  .sub-menu__item:hover .sub-menu__link{
    color: #fff ; }


.sub-menu__link {
  display: block;
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #363635 ;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
height: 0;
}
._js-open .sub-menu__link {
  height: auto;
}
  /* .sub-menu__link:hover {
    color: #E04C26 ; } */

.baner {
  /* padding: 17vh 0 10vh; */
  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;
  min-height: 100vh; }
  .baner ._inner {
    position: relative; }

.baner__title-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }
baner__fon-img.baner__fon-img{
  width: 100%;
  height: 100%;
  /* -o-object-fit: contain; */
  object-fit: cover;
}
.baner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.baner__title {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-40);
  line-height: 1.2;
  text-align: right;
  letter-spacing: 0.15em;
  color: #949494; }

.baner__text {
  /*  */
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.2;
  text-align: left;
  color: #363635 ;
  margin-right: auto;
  position: absolute;
  left: 0;
  bottom: 0; }

.whoweare {
  padding: 100px 0; }
  .whoweare ._inner {
    width: 100%;
    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; }

.whoweare__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.whoweare__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  width: 48%;
  padding-left: 7.5%; }

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

.whoweare__text {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 1.2;
  text-align: right;
  color: #4E4E4E; }
  .whoweare__text p {
    margin: 0;
    margin-bottom: 20px; }
.blognews_btn_all-blogs{
  margin: 0 auto;
}
.whoweare__btn {
  padding-top: 5px !important;
  width: 190px;
  height: 50px;
  border: 1px solid #363635 ;
  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: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1;
  /* identical to box height */
  text-align: center;
  background: transparent;
  text-transform: uppercase;
  color: #363635 ;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; 
margin-top: 4vh;

}
  .whoweare__btn:hover {
    color: #E04C26 ;
    background: #363635 ; }

.about-page .partners {
  padding-top: 20px; }

.partners {
  padding-bottom: 60px; }
  .partners .owl-carousel {
    direction: ltr !important; }
  .partners .owl-carousel .owl-stage {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

.partners__item {
  padding: 0 40px;
  width: 100%;
  height: 100%;
  max-height: 60px;
  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; }
  .partners__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.services {
  margin-top: -1px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #232323; }

.services__title-img {
  width: 100%;
  height: auto;
  margin-bottom: 80px; }

.services__item {
  padding: 50px 0;
  border-bottom: 1px solid #949494; }
  .services__item:first-child {
    border-top: 1px solid #949494; }

.services__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .services__link:hover .services__btn {
    background: #EBEBEB;
    color: #E04C26 ; }
  .services__link:hover .services__media {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }

.services__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 max-content;
  flex: 0 0 max-content;
  min-width: 220px;
  padding: 0 10px;
  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;
  height: 50px;
  background: transparent;
  border: 1px solid #EBEBEB;
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; 
padding-top: 5px !important;
}

.services__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25%;
  height: 235px;
  position: relative;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .services__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.services__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  padding-left: 10%;
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 1.2;
  text-align: right;
  color: #FFFFFF; }

.best {
  margin-top: 14vh; }

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

.best__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 22vw; }

.best__item {
  position: absolute; }
  .best__item:nth-child(1) {
    position: static;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    .best__item:nth-child(1) .best__catigory {
      color: #E04C26; }
    .best__item:nth-child(1) .best__media {
      height: 42.5vw; }
  .best__item:nth-child(2) {
    top: 10%;
    right: 0%;
    width: 33%; }
    .best__item:nth-child(2) .best__media {
      height: 15.5vw; }
    .best__item:nth-child(2) .best__catigory {
      color: #E04C26; }
  .best__item:nth-child(3) {
    top: 45%;
    right: 7.5%;
    width: 33%; }
    .best__item:nth-child(3) .best__media {
      height: 15.5vw; }
    .best__item:nth-child(3) .best__catigory {
      color: #E04C26; }
  .best__item:nth-child(4) {
    bottom: 0;
    right: 50%;
    width: 33%; }
    .best__item:nth-child(4) .best__media {
      height: 15.5vw; }
    .best__item:nth-child(4) .best__catigory {
      color: #E04C26 ; }

.best__link:hover .best__media {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

.best__catigory {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-36);
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  color: #4E4E4E;
  margin-bottom: 10px; }

.best__media {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .best__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.best__name {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.2;
  color: #363635 ;
  text-align: left;
  margin-top: 10px; }

.blognews {
  margin-top: 14vh;
  margin-bottom: 8vh; }

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

.blognews__subtitle {
  /*  */
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 700;
  font-size: 85px;
  line-height: 1.2;
  text-align: left;
  color: #363635 ; }

.blognews__text {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-30);
  line-height: 1.2;
  text-align: left;
  color: #363635 ; }

.blognews__list {
  margin-top: 8vh;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.blognews__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  margin-bottom: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 20px; }
  /* .blognews__item:nth-child(2), */
  .blognews__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-bottom: 2%;
    border-bottom: 1px solid #949494;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
   }

    .blognews__item--inner{
      width: 100%;
      display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }
  /* .blognews__item:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-bottom: 2%;
    border-bottom: 1px solid #949494;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; } */
    /* .blognews__item:nth-child(2) .blognews__item-media, */
    /* .blognews__item:nth-child(1) .blognews__item-media {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%;
      height: 440px; } */
      /* .blognews__item:nth-child(2) .blognews__item-content, */
    /* .blognews__item:nth-child(1) .blognews__item-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%; } */
    .blognews__item .blognews__item-media {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%;
      height: 440px; }
      /* .blognews__item:nth-child(2) .blognews__item-content, */
    .blognews__item .blognews__item-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%; }

.blognews__item-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.blognews__item-content--header {
  margin-bottom: 80px; }

.blognews__item-content--name {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1;
  /* or 100% */
  text-align: right;
  color: #363635 ; }

.blognews__item-content--footer {
  width: 100%;
  margin-top: auto;
  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; }

.blognews__item-content--data {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1;
  text-align: right;
  color: #363635; }

.blognews__item-content--btn {
  display: block;
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1;
  /* identical to box height, or 150% */
  text-align: right;
  color: #363635 ; }

.blognews__item-media {
  width: 100%;
  height: 440px;
flex: 0 0 440px;
}
  .blognews__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.testimonials {
  padding: 6vh 0;
  background: #232323 ; }

.testimonials__title-img {
  width: 40%;
  height: auto;
  margin-right: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 3vh; }

.testimonials__top-slider {
  width: 50% !important;
  margin: 0 auto;
  margin-bottom: 8vh; }
  .testimonials__top-slider .owl-item {
    -webkit-animation-duration: 0.3s !important;
    animation-duration: 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important; }

.testimonials__top-slide {
  opacity: 0;
  -webkit-transition: all 0.5s 0.3s ease-in-out;
  -o-transition: all 0.5s 0.3s ease-in-out;
  transition: all 0.5s 0.3s ease-in-out; }

.center .testimonials__top-slide {
  opacity: 1; }

.testimonials__top-icon {
  width: 60px !important;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 30px;
  margin-right: 30px; }

.testimonials__top-text {
  padding-right: 28px;
  margin-right: 2px;
  /* אין מספיק מילים בעולם כדי להמליץ על נוב. ניב ומיטל, מעבר לעובדה שהם מקסימים ברמות על ונראים וואו ברמות של ״למי אני נמשך מהם יותר אני לא מצליח להחליט?!״, הם מוכשרים בטירוף וחשוב לא פחות-קשובים ושירותיים ברמה שאף אחד בכלל לא מתקרב אליהם. אנחנו עובדים איתם מיום שהקמנו את מנצ׳ ונדמה שנמשיך לעבוד איתם עד יומנו האחרון כי מעבר לעובדה שייצרנו יחד קמפיינים אייקוניים, פשוט כיף איתם והם שותפים אמיתיים לדרך. ואם עוד לא הבנתם כמה אני אוהב אותם ומעריך אותם, אז תתקשרו אליי שאספר לכם גם בעל פה. */
  position: relative;
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-24);
  line-height: 1.2;
  text-align: right;
  color: #CFCFCF; }
  .testimonials__top-text::after {
    content: '';
    height: 100%;
    width: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #CFCFCF;
    border-left: unset; }

.testimonials__top-footer {
  margin-right: 30px;
  margin-top: 40px; }

.testimonials__top-name {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.2;
  text-align: right;
  color: #FFFFFF; }

.testimonials__top-position {
  /* */
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 1.2;
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 10px; }

.testimonials__top-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px; }

.testimonials__top-star {
  width: 18px;
  height: 18px; }
  .testimonials__top-star img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

#testimonials__top-slider-custom-dots {
  width: 60% !important;
  margin: 0 auto;
  position: relative; }
  #testimonials__top-slider-custom-dots .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 0;
    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;
    width: 105%;
    z-index: 5;
    margin: 0; }
  #testimonials__top-slider-custom-dots .owl-nav button.owl-prev, #testimonials__top-slider-custom-dots .owl-nav button.owl-next {
    margin: 0;
    color: #fff; }
    #testimonials__top-slider-custom-dots .owl-nav button.owl-prev span, #testimonials__top-slider-custom-dots .owl-nav button.owl-next span {
      font-size: var(--fs-24);
      line-height: 1; }
  #testimonials__top-slider-custom-dots .owl-nav [class*='owl-']:hover {
    background: transparent; }
  #testimonials__top-slider-custom-dots::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
    height: 100%;
    display: block;
    background: #232323 ;
    z-index: 2; }
  #testimonials__top-slider-custom-dots::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 100%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #232323 ;
    z-index: 2; }
  #testimonials__top-slider-custom-dots .owl-dot {
    padding: 0 30px;
    position: relative;
    font-family: 'Helvetica Hebrew';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-20);
    line-height: 1.2;
    /* identical to box height */
    text-align: right;
    color: #FFFFFF;
    opacity: 0.3;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    /* #testimonials__top-slider-custom-dots .owl-dot._active-dot, #testimonials__top-slider-custom-dots .owl-dot:hover {
      opacity: 1; } */

      #testimonials__top-slider-custom-dots .center .owl-dot{
        opacity: 1; }
    #testimonials__top-slider-custom-dots .owl-dot::after {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 20px;
      height: 20px;
      display: block;
      background-image: url(../img/testim-icon.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    #testimonials__top-slider-custom-dots .owl-dot::before {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      right: 0;
      top: 50%;
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%);
      display: block;
      background-image: url(../img/testim-icon.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }

.about-baner ._inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 15vh; }

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

.about-baner__title-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }
/* ------------------- */
.our-studio {
  position: relative;
  padding: 10vh 0 5vh;
  margin-bottom: -1px;
}
.our-studio::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3vh;
  z-index: 9;
  background: linear-gradient(180deg, rgba(35,35,35,0) 0%, rgba(35,35,35,1) 100%);
}
.our-studio .owl-dots{
margin-top: 3vh;
}
.our-studio ._conteiner{
  position: relative;
  z-index: 2;
}
.our-studio__fon{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
}
.our-studio__title-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 2;
  margin-bottom: -10vh;
}
.our-studio .owl-theme .owl-dots .owl-dot.active span,
.our-studio .owl-theme .owl-dots .owl-dot:hover span{
  background: #E04C26;
}
.our-studio .owl-theme .owl-dots .owl-dot span {
  margin: 5px;
  background: #d9d9d9;
}
.our-studio .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0;
  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;
  width: 80%;
  z-index: 5;
  margin: 0; }
  .our-studio .owl-nav span{
    display: none;
  }
 .our-studio .owl-carousel .owl-nav button.owl-prev,
 .our-studio .owl-carousel .owl-nav button.owl-next{
width: 55px;
height: 55px;
border-radius: 50%;
background: #E04C26;
display: flex;
align-items: center;
justify-content: center;
margin: 0;
  }
 .our-studio .owl-carousel .owl-nav button.owl-prev::after,
 .our-studio .owl-carousel .owl-nav button.owl-next::after{
  content: "";
width: 60%;
height: 60%;
display: block;
background-image: url(../img/arr-r.svg);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
  }
 .our-studio .owl-carousel .owl-nav button.owl-next::after{

background-image: url(../img/arr-l.svg);
  }
.our-studio__list {
}
.our-studio__item {
  margin: 0 2%;
}
.our-studio__item img {
  width: 100%;
  height: 45vh;
  object-fit: cover;
}
/* ------------------- */
.about-whoweare {
  margin-top: -1px;
  padding: 14vh 0;
  background: #232323 ; }

.about-whoweare__title-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 10vh; }

.about-whoweare__text {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 1.2;
  text-align: right;
  color: #FFFFFF;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  column-gap: 60px; }
  .about-whoweare__text p {
    margin: 0;
    margin-bottom: 20px; }

.about-media-block__fon {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.category-baner {
  margin-top: 17vh;
  margin-bottom: 12vh; }

.category-baner__title-img {
  margin-bottom: 8vh;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.category-baner__text {
  width: 70%;
  margin-left: auto;
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.2;
  text-align: right;
  color: #363635 ; }
  .category-baner__text p {
    margin: 0;
    margin-bottom: 20px; }

.category-projects {
  padding-top: 14vh; }

.category-projects__title-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 8vh; }
.category-projects__item--link{
    width: 100%;
  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: 40px 0;
}
.category-projects__item {

  border-bottom: 1px solid #363635 ; }
  .category-projects__item:first-child {
    border-top: 1px solid #363635 ; }

.category-projects__link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid #363635 ;
  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; }
  .category-projects__link img {
    width: 32%;
    height: 32%;
    -o-object-fit: contain;
    object-fit: contain; }

.category-projects__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
  margin-left: -5%;
  margin-right: -5%; }

.category-projects__name {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-30);
  line-height: 30px;
  text-align: left;
  color: #363635 ; }

.category-projects__data {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1;
  text-align: left;
  color: #363635; }

._btn-hover .category-projects__media {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

.category-projects__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  width: 33%;
  height: 300px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .category-projects__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.category-projects__number {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 max-content;
  flex: 0 0 max-content;
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 1;
  /* identical to box height, or 150% */
  color: #363635 ; }

.__inner-page-body ._icon-b {
  display: none !important; }

.__inner-page-body ._icon-w {
  display: block !important; }

.__inner-page-body .header._js-scroll {
  background-color: #232323 ; }

.__inner-page-body .footer__btn-submit--wrapper,
.__inner-page-body .menu-burger__header span, .__inner-page-body .menu-burger__header:after, .__inner-page-body .menu-burger__header:before {
  background: #fff; }


  .__inner-page-body .project-page-projects__data{
    color: #fff!important; }
.__inner-page-body .footer__contacts-item--address-title,
.__inner-page-body .checkbox--link,
.__inner-page-body .footer__footer-link,
.__inner-page-body .footer__footer-title,
.__inner-page-body .footer__contacts-link,
.__inner-page-body .sub-menu__link,
.__inner-page-body .hidden-menu__link,
.__inner-page-body .visible-menu__link {
  color: #fff; }
.footer__footer-list--fc{
  display: flex;
  flex-direction: column-reverse;
}
.footer__footer-list--fc---category{
  flex-direction: column;
}
.__inner-page-body .hidden-menu {
  background: #232323 ; }


  .__inner-page-body ._js--open-menu ._icon-w {
    display: none !important;
  }
  .__inner-page-body ._js--open-menu ._icon-b {
    display: block !important;
  }
  .__inner-page-body  ._js--open-menu .sub-menu__link, 
  .__inner-page-body  ._js--open-menu .hidden-menu__link,
   .__inner-page-body  ._js--open-menu .visible-menu__link {
    color: #363635;
  }
  
  
  .__inner-page-body ._js--open-menu .menu-burger__header span,
   .__inner-page-body ._js--open-menu .menu-burger__header:after,
    .__inner-page-body ._js--open-menu .menu-burger__header:before {
    background: #363635;
  }




.__inner-page-body ._js-open .hidden-menu__link {
  color: #E04C26 ; }

.__inner-page-body .visible-menu__link:hover {
  color: #E04C26 ; }

.__inner-page-body .footer__btn-submit--wrapper input {
  color: #232323 ; }

.__inner-page-body {
  background: #232323 ; }

.project-page-baner {
  padding: 17vh 0 10vh; }

.project-page-baner__title {
  /*  */
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  line-height: 1.2;
  /* identical to box height */
  text-align: center;
  color: #E04C26 ;
  margin-bottom: 30px; }

.project-page-baner__data {
  /*  */
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px; }

.project-page-baner__text {
  width: 40%;
  margin: 0 auto;
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF; }

.project-page-projects {
  padding-top: 14vh; }
.project-page-projects .owl-carousel .owl-stage {
  /* transition: all 40s !important; */
  transition-timing-function: linear!important;
}
.project-page-projects__title-img {
  margin-bottom: 8vh; }

.project-page-projects__item {
  margin: 0 10px; }

.center .project-page-projects__media {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

.project-page-projects__media {
  width: 100%;
  height: 290px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 20px; }
  .project-page-projects__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.project-page-projects__name {
  /* Ariel Lenor */
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-36);
  line-height: 1.2;
  color: #FFFFFF;
  text-align: left; }

.project-page-projects__data {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-30);
  line-height: 1.2;
  color: #363635;
  text-align: left; }

.blog-page .blog {
  margin-top: 17vh; }

.blog__list {
  margin-top: 8vh; }

.blog__item {
  padding: 40px 0;
  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;
  border-bottom: 1px solid #363635 ; }
  .blog__item:first-child {
    border-top: 1px solid #363635 ; }

.blog__item-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  padding: 0 3% 0 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.blog__item-content--title {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-24);
  line-height: 1;
  /* or 100% */
  text-align: right;
  color: #363635 ;
  margin-bottom: 10px; }
.blog__item-content--data{
  font-family: 'Helvetica Hebrew';
}
.blog__item-content--footer-text,
.blog__item-content--data{
   font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 1.2;
  text-align: right;
  color: #363635 ;
}
.blog__item-content--text {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 1.2;
  text-align: right;
  color: #363635 ;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.blog__item-content--footer {
  margin-top: auto; }

.blog__item-content--btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  width: 25px;
  height: 25px; }
  .blog__item-content--btn img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.blog__item-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  width: 32%;
  height: 290px; }
  .blog__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.article-page .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.article {
  margin-top: 17vh;
  margin-bottom: 10vh; }
  .article ._inner {
    width: 55%; }

.article__title {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 1;
  /* or 83% */
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 10px; }

.article_subtitle {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  line-height: 1.2;
  /* or 111% */
  text-align: right;
  color: #949494;
  margin-bottom: 30px; }

.article_content {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-30);
  line-height: 1.2;
  /* or 120% */
  text-align: right;
  color: #FFFFFF; }

.more-article ._inner {
  padding-bottom: 4vh;
  border-bottom: 1px solid #949494; }

.more-article__title {
  width: 100%;
  padding: 5vh 0 3vh;
  border-bottom: 1px solid #949494;
  border-top: 1px solid #949494;
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: 150px;
  line-height: 1;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px; }

.more-article__item {
  margin: 0 10px;
  height: 100%; }

.more-article__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.more-article__media {
  width: 100%;
  height: 300px;
  margin-bottom: 10px; }
  .more-article__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.more-article__content {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.more-article__name {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-30);
  line-height: 1.2;
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 10px;
  padding-left: 20%; }

.more-article__text {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-24);
  line-height: 1.2;
  text-align: right;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 5%;
  margin-bottom: 5vh; }

.more-article__data {
  margin-top: auto;
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 1;
  text-align: right;
  /* identical to box height, or 100% */
  /* color: #363635; */
  color: #fff;
 }

.nobcast-baner {
  margin-top: 17vh;
  margin-bottom: 50px; }

.nobcast-baner__title-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 5vh; }

.nobcast-baner__text {
  width: 60%;
  margin: 0 auto;
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.2;
  text-align: center;
  color: #363635 ; }
  .nobcast-baner__text p {
    margin: 0;
    margin-bottom: 20px; }

.nobcast-abaut {
  margin-top: 14vh; }
  .nobcast-abaut ._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; }

.nobcast-abaut__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 5%; }
  .nobcast-abaut__media img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.nobcast-abaut__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%; }

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

.nobcast-abaut__list {
  width: 80%;
  margin-left: auto; }

.nobcast-abaut__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;
  margin-bottom: 20px; }

.nobcast-abaut__icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 10px; }

.nobcast-abaut__text {
  margin-top: 5px;
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 1;
  text-align: right;
  color: #363635 ; }

.nobcast-abaut__subtitle {
  padding-right: 30px;
  width: 80%;
  margin-left: auto;
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-18);
  line-height: 1.2;
  /* or 122% */
  text-align: right;
  color: #E04C26 ; }

.nobcast-product {
  margin-top: 14vh; }

.nobcast-product__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.nobcast-product__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.5%;
  flex: 0 0 23.5%;
  width: 23.5%;
  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: 2%; }

.nobcast-product__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  background: #232323 ;
  padding: 10% 5%; }

.nobcast-product__title {
  /* Basic */
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #E04C26 ; }

.nobcast-product__name {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 40px; }

.nobcast-product__description {
  padding: 0 5%;
  margin-bottom: 40px; }

.nobcast-product__description-item {
  width: 100%;
  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: 25px; }

.nobcast-product__description-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain; }

.nobcast-product__description-text {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 1.2;
  /* identical to box height, or 100% */
  text-align: right;
  color: #FFFFFF; }

.nobcast-product__prise {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75px;
  flex: 0 0 75px;
  height: 75px;
  width: 100%;
  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;
  background: #E04C26 ;
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-36);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF; }

._not-footer-header footer,
._not-footer-header header {
  display: none; }

.thanks-page .section-404--icon {
  width: 70%; }

.section-404 {
  background: #363635 ;
  width: 100vw;
  height: 100vh;
  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; }
  .section-404 ._inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    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; }

.section-404--icon {
  width: 30%;
  height: auto;
  margin-bottom: 5vh; }

.section-404--text {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 1.2;
  /* or 139% */
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 3vh; }

.section-404__btn {
  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;
  min-width: 200px;
  height: 50px;
  padding: 0 10px;
  border: 1px solid #FFFFFF;
  background: transparent;
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1;
  /* identical to box height */
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .section-404__btn:hover {
    background: #fff;
    color: #E04C26 ; }

.footer {
  padding: 14vh 0; }

.footer-title-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 8vh; }

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

.footer__contacts {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 1 100%;
  margin-left: 10%;
  /* width: 20%; */
 }

.footer__contacts-item {
  text-align: right; }

.footer__contacts-link {
  text-transform: uppercase;
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.2;
  text-align: right;
  color: #363635 ;
  display: block;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .footer__contacts-item--address-title{

font-family: 'Helvetica Hebrew';
font-style: normal;
font-weight: 700;
line-height: 1.2;
/* identical to box height */
text-align: right;
text-transform: uppercase;

color: #363635;

margin-bottom: 5px;
margin-top: 5px;
  }
  .footer__contacts-link:hover {
    color: #E04C26 ; }
form p{
  margin: 0;
  padding: 0;
}
form{
  direction: rtl !important;
}
.footer__form-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%; }
  .footer__form-wrapper input, .footer__form-wrapper select, .footer__form-wrapper textarea {
    width: 100%;
    height: 30px;
    border: none;
    background: transparent;
    font-family: 'Helvetica Hebrew';
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-20);
    line-height: 1.2;
    /* identical to box height */
    text-align: right;
    color: #949494; }
    .footer__form-wrapper input::-webkit-input-placeholder, .footer__form-wrapper select::-webkit-input-placeholder, .footer__form-wrapper textarea::-webkit-input-placeholder {
      font-family: 'Helvetica Hebrew';
      font-style: normal;
      font-weight: 400;
      font-size: var(--fs-20);
      line-height: 1.2;
      text-align: right;
      color: #949494; }
    .footer__form-wrapper input:-ms-input-placeholder, .footer__form-wrapper select:-ms-input-placeholder, .footer__form-wrapper textarea:-ms-input-placeholder {
      font-family: 'Helvetica Hebrew';
      font-style: normal;
      font-weight: 400;
      font-size: var(--fs-20);
      line-height: 1.2;
      text-align: right;
      color: #949494; }
    .footer__form-wrapper input::-ms-input-placeholder, .footer__form-wrapper select::-ms-input-placeholder, .footer__form-wrapper textarea::-ms-input-placeholder {
      font-family: 'Helvetica Hebrew';
      font-style: normal;
      font-weight: 400;
      font-size: var(--fs-20);
      line-height: 1.2;
      text-align: right;
      color: #949494; }
    .footer__form-wrapper input::placeholder, .footer__form-wrapper select::placeholder, .footer__form-wrapper textarea::placeholder {
      font-family: 'Helvetica Hebrew';
      font-style: normal;
      font-weight: 400;
      font-size: var(--fs-20);
      line-height: 1.2;
      text-align: right;
      color: #949494; }
  .footer__form-wrapper textarea {
    height: 100px;
    resize: none;
  
  }
  /* .footer__form-wrapper select option{
    background-color: #363635;
    color:#E04C26;
    padding-right: 30px !important;
    border: 1px solid #fff;
  } */
  .footer__form-wrapper select option {
    background-color: #363635;
    color:#E04C26;
}


  .footer__form-item--checkbox p{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .footer__form-item--checkbox .wpcf7-list-item{
   margin: 0 !important;
  }

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

.footer__form-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #949494; }
.footer__form-item .wpcf7-form-control-wrap {
  position: static;
}

  .wpcf7-not-valid-tip{
    font-size: 12px;
    text-align: right;
    width: 100%;
    font-family: 'Helvetica Hebrew';
    font-style: normal;
    color: red;
    position: absolute;
    transform: translateY(100%);
    bottom: 0;
  }
  .footer__form-item--checkbox .wpcf7-not-valid-tip{
transform: unset;
    position: relative;
  }
.footer__form-item--checkbox {
  margin-bottom: 5px;
  padding-bottom: 0px;
  border-bottom: unset;
  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; }
  .footer__form-item--checkbox input {
    accent-color: #363635;
    margin: 0;
    width: 15px;
    height: 15px;
    margin-left: 10px; }

.checkbox-label {
  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;
  position: relative;
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 22px;
  text-align: right;
  color: #949494;
 }

.checkbox--link {
  /* color: #363635 ;
  display: inline-block; */
    font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 22px;
  text-align: right;
  color: #949494;
  margin-right: 5px;
  position: relative;
  text-decoration: unset;
   /* font-family: 'Helvetica Hebrew'; */
  z-index: 4;
 }

.footer__btn-submit--wrapper {
  height: 60px;
  width: 100%;
  position: relative;
  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;
  background: #363635 ;
  margin-top: 40px; }
  .footer__btn-submit--wrapper p{
    width: 100%;
    height: 100%;
  }
  .footer__btn-submit--wrapper input {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center; }
    .wpcf7-spinner {
   margin: 0;
   bottom: 0;
   left: 50%;
   transform: translate(-50%,100%);
      position: absolute;
  }
.footer__map {
  width: 100%;
  height: auto; }
  .footer__map img, .footer__map iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.footer__footer {
  direction: ltr !important;
  margin-top: 8vh;
  padding-top: 8vh;
  border-top: 1px solid #949494;
  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;

  gap: 4%; }

.footer__footer-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 max-content;
  flex: 0 1 max-content;
  /* margin-left: 30px; */
  /* margin-right: 30px; */
 }

.footer__footer--contacts {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 max-content;
  flex: 0 0 max-content; }

.footer__footer-title {
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1;
  /* identical to box height, or 100% */
  /* text-align: right; */
  text-transform: uppercase;
  text-align: left;
  color: #363635 ;
  margin-bottom: 20px; }
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    font-family: 'Helvetica Hebrew';
    font-style: normal;
    font-weight: 400;
    border: none;
    color: red;
    margin: 0;
    padding: 0;
    margin-top: 5px;
    font-size: 14px;
  }
.footer__footer-item {
  text-align: right; }

.footer__footer-link {
  text-transform: uppercase;
  margin-bottom: 5px;
  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;
  font-family: 'Helvetica Hebrew';
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-14);
  line-height: 1.2;
  /* text-align: right; */
  text-align: left;
  color: #363635 ;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .footer__footer-link img {
    /* margin-left: 20px; */
    margin-right: 20px;
    width: 18px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain; }

    .footer__footer-item--address {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      margin-bottom: 5px;
    }
    .footer__footer-link-title {
      font-weight: 600;
      margin-bottom: 5px;
      /* margin-top: 5px; */
    }

a.footer__footer-link:hover {
  color: #E04C26 ; }

._js-img {
  opacity: 0;
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.4s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-box-shadow 0.3s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.4s ease-in-out,
 opacity 0.8s 0.5s ease-in-out,
 -webkit-box-shadow 0.3s ease-in-out,
 -webkit-transform 0.6s 0.5s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out,
 color 0.3s 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: box-shadow 0.3s ease-in-out,
 color 0.3s 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: box-shadow 0.3s ease-in-out,
 color 0.3s 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-box-shadow 0.3s 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 0.8s 0.1s ease-in-out,
 -webkit-transform 0.6s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.1s ease-in-out,
 -webkit-transform 0.6s 0.1s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.1s ease-in-out,
 opacity 0.8s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.1s ease-in-out,
 opacity 0.8s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 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-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.1s ease-in-out,
 -webkit-transform 0.6s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.8s 0.1s ease-in-out,
 -webkit-transform 0.6s 0.1s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.1s ease-in-out,
 opacity 0.8s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.6s 0.1s ease-in-out,
 opacity 0.8s 0.1s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 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-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.3s ease-in-out,
 -webkit-transform 0.4s 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.4s 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.4s 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.4s 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.4s 0.3s ease-in-out,
 opacity 0.8s 0.3s ease-in-out,
 -webkit-transform 0.4s 0.3s 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-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 {
  opacity: 1; }

._js_active._js-tl-2, ._js_active._js-tl-3, ._js_active._js-tl, ._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); } }

@media (max-width: 1700px) {
  :root {
    --fs-40: 36px;
    --fs-36: 30px;
    --fs-30: 26px;
    --fs-24: 22px;
    --fs-20: 18px;
    --fs-18: 16px;
    --fs-14: 12px; }
  .menu-burger__header {
    width: 60px;
    height: 30px; }
  .social-menu__list {
    gap: 25px;
    margin-right: 5%; }
  .visible-menu__list {
    gap: 25px; }
  .__btn-play--icon {
    width: 90px;
    height: 90px; }
  .whoweare__title-img {
    margin-bottom: 20px; }
  .whoweare__text p {
    margin: 0;
    margin-bottom: 10px; }
  .whoweare__btn {
    width: 170px;
    height: 40px; }
  .whoweare {
    padding: 80px 0; }
  .services {
    padding-top: 60px;
    padding-bottom: 60px; }
  .services__title-img {
    margin-bottom: 60px; }
  .services__item {
    padding: 40px 0; }
  .services__btn {
    min-width: 200px;
    padding: 0 5px;
    height: 40px; }
  .services__media {
    height: 190px; }
    /* .blognews__item:nth-child(2) .blognews__item-media, */
  .blognews__item-media{
    flex: 0 0 370px;
    height: 370px; 
  }
  .blognews__item .blognews__item-media {
    height: 370px; }
  /* .blognews__item:nth-child(1) .blognews__item-media {
    height: 370px; } */
  .blognews__item-content--header {
    margin-bottom: 60px; }
  .testimonials__top-icon {
    width: 50px !important;
    height: 50px;
    margin-bottom: 20px;
    margin-right: 30px; }
  .testimonials__top-footer {
    margin-top: 30px; }
  #testimonials__top-slider-custom-dots .owl-dot::after,
  #testimonials__top-slider-custom-dots .owl-dot::before {
    width: 12px;
    height: 12px; }
  .footer__form-item {
    margin-bottom: 15px;
    padding-bottom: 15px; }
  .footer__form-wrapper textarea {
    height: 80px; }
  .footer__form-item--checkbox {
    margin-bottom: 5px;
    padding-bottom: 0px; }
  .footer__btn-submit--wrapper {
    height: 50px;
    margin-top: 30px; }
  .footer__contacts-link {
    margin-bottom: 10px; }
  .footer__footer-title {
    margin-bottom: 15px; }
  .footer__footer-link {
    margin-bottom: 3px; }
  .footer__footer-link img {
    /* margin-left: 15px; */
    margin-right: 15px;
    width: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    flex: 0 0 14px;
    height: 14px; }
  .hidden-menu__list {
    gap: 15px; }
  .sub-menu__list {
    row-gap: 5px;
    -webkit-column-gap: 25px;
    column-gap: 25px; }
  ._js-open .sub-menu__list {
    margin-top: 15px; }
  .header {
    padding: 15px 0; }
  .about-whoweare__text p {
    margin-bottom: 15px; }
  .about-whoweare__text {
    -webkit-column-gap: 50px;
    column-gap: 50px; }
  .blog__item {
    padding: 30px 0; }
  .blog__item-media {
    height: 240px; }
  .nobcast-baner__text p {
    margin-bottom: 15px; }
  .nobcast-abaut__title-img {
    margin-bottom: 25px; }
  .nobcast-abaut__icon {
    width: 18px;
    height: 18px;
    margin-left: 10px; }
  .nobcast-abaut__item {
    margin-bottom: 15px; }
  .nobcast-product__title {
    font-size: 50px; }
  .nobcast-product__name {
    margin-bottom: 30px; }
  .nobcast-product__description-item {
    gap: 10px;
    margin-bottom: 20px; }
  .nobcast-product__description-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 16px; }
  .nobcast-product__content {
    padding: 8% 3%; }
  .nobcast-product__prise {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    height: 60px; }
  .nobcast-abaut__list {
    width: 85%; }
  .nobcast-product__description {
    margin-bottom: 30px; }
  .category-baner__text p {
    margin-bottom: 15px; }
  .category-projects__item--link {
    padding: 30px 0; }
  .category-projects__number {
    font-size: 80px; }
  .category-projects__media {
    height: 250px; }
  .category-projects__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    height: 65px; }
  .category-projects__text {
    gap: 5px; }
  .project-page-baner__title {
    margin-bottom: 20px; }
  .project-page-projects__media {
    height: 260px;
    margin-bottom: 15px; }
  .project-page-baner__title {
    font-size: 170px; }
  .section-404__btn {
    min-width: 180px;
    height: 45px;
    padding: 0 5px; }
  .article__title {
    font-size: 90px; }
  .article_subtitle {
    font-size: 65px;
    margin-bottom: 20px; }
  .more-article__title {
    font-size: 120px; }
  .more-article__media {
    height: 260px; } }

@media (max-width: 1500px) {
  .more-article__title {
    font-size: 100px; }
  .more-article__media {
    height: 220px; }
  .article_subtitle {
    font-size: 60px; }
  .article__title {
    font-size: 70px; }
  .section-404__btn {
    min-width: 120px;
    height: 40px;
    padding: 0 10px; }
  .footer__form-item--checkbox input {
    width: 12px;
    height: 12px;
    margin-left: 5px; }
  .project-page-projects__media {
    height: 220px;
    margin-bottom: 10px; }
  .project-page-baner__title {
    font-size: 140px; }
  .project-page-baner__title {
    margin-bottom: 10px; }
  .category-projects__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    height: 55px; }
  .category-projects__media {
    height: 200px; }
  .category-projects__number {
    font-size: 70px; }
  .category-projects__item--link{
    padding: 20px 0; }
  .category-baner__text p {
    margin-bottom: 10px; }
  .nobcast-product__description {
    margin-bottom: 20px; }
  .nobcast-product__prise {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px; }
  .nobcast-abaut__text {
    margin-top: 2px; }
  .nobcast-product__description-item {
    margin-bottom: 15px; }
  .nobcast-product__name {
    margin-bottom: 20px; }
  .nobcast-product__title {
    font-size: 42px; }
  .nobcast-abaut__item {
    margin-bottom: 10px; }
  .blog__item {
    padding: 20px 0; }
  .nobcast-abaut__icon {
    width: 15px;
    height: 15px;
    margin-left: 10px; }
  .nobcast-abaut__title-img {
    margin-bottom: 20px; }
  .nobcast-baner__text p {
    margin-bottom: 10px; }
  .blog__item-media {
    height: 200px; }
  .about-whoweare__text p {
    margin-bottom: 10px; }
  .about-whoweare__text {
    -webkit-column-gap: 40px;
    column-gap: 40px; }
  :root {
    --fs-40: 30px;
    --fs-36: 26px;
    --fs-30: 22px;
    --fs-24: 18px;
    --fs-20: 16px;
    --fs-18: 14px;
    --fs-14: 12px; }
  .menu-burger__header {
    width: 50px;
    height: 30px; }
  .visible-menu__list {
    gap: 20px; }
  .social-menu__list {
    gap: 20px;
    margin-right: 5%; }
  .__btn-play--icon {
    width: 70px;
    height: 70px; }
  .whoweare__title-img {
    margin-bottom: 10px; }
  .whoweare__btn {
    width: 150px;
    height: 35px; }
  .whoweare {
    padding: 60px 0; }
  .partners {
    padding-bottom: 50px; }
  .services {
    padding-top: 40px;
    padding-bottom: 40px; }
  .services__title-img {
    margin-bottom: 40px; }
  .services__item {
    padding: 20px 0; }
  .services__btn {
    min-width: 180px;
    height: 35px; }
  .services__media {
    height: 170px; }
    /* .blognews__item:nth-child(2) .blognews__item-media, */
  .blognews__item-media,
  .blognews__item:nth-child(1) .blognews__item-media {
    height: 320px; }
  .blognews__item .blognews__item-media {
    height: 320px; }
    .blognews__item-media{
      flex: 0 0 320px;
    }
  .blognews__item-content--header {
    margin-bottom: 40px; }
  .hidden-menu__list {
    gap: 10px; }
  .sub-menu__list {
    row-gap: 5px;
    -webkit-column-gap: 20px;
    column-gap: 20px; }
  ._js-open .sub-menu__list {
    margin-top: 10px; }
  .footer__form-item {
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .footer__form-item--checkbox {
    margin-bottom: 0px;
    padding-bottom: 0px; } }

@media (max-width: 1300px) {
  .more-article__title {
    font-size: 80px; }
  .more-article__media {
    height: 200px; }
  .article__title {
    font-size: 50px; }
  .article_subtitle {
    font-size: 35px; }
  .project-page-baner__title {
    font-size: 100px; }
  .category-projects__number {
    font-size: 60px; }
  .nobcast-product__title {
    font-size: 36px; }
  :root {
    --fs-40: 28px;
    --fs-36: 24px;
    --fs-30: 20px;
    --fs-24: 16px;
    --fs-20: 14px;
    --fs-18: 14px;
    --fs-14: 12px; }
  .menu-burger__header {
    width: 40px;
    height: 26px; }
  .__btn-play--icon {
    width: 60px;
    height: 60px; }
  .whoweare__title-img {
    margin-bottom: 10px; }
  .whoweare__btn {
    width: 130px;
    height: 30px; }
  .whoweare {
    padding: 40px 0; }
  .partners {
    padding-bottom: 30px; }
  .services {
    padding-top: 30px;
    padding-bottom: 30px; }
  .services__title-img {
    margin-bottom: 30px; }
  .services__item {
    padding: 20px 0; }
  .services__btn {
    min-width: 150px;
    height: 30px; }
  .services__media {
    height: 160px; }
    /* .blognews__item:nth-child(2) .blognews__item-media, */
  .blognews__item-media,
  .blognews__item:nth-child(1) .blognews__item-media {
    height: 280px; }
  .blognews__item .blognews__item-media {
    height: 280px; }
    .blognews__item-media{
      flex: 0 0 280px;
    }
  .blognews__item-content--header {
    margin-bottom: 30px; }
  .hidden-menu__list {
    gap: 10px; }
  .sub-menu__list {
    row-gap: 5px;
    -webkit-column-gap: 15px;
    column-gap: 15px; }
  ._js-open .sub-menu__list {
    margin-top: 10px; }
  .footer__form-item {
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .social-menu__link img {
    width: 15px;
    height: 15px; }
  .footer__form-wrapper textarea {
    height: 70px; }
  .footer__btn-submit--wrapper {
    height: 40px;
    margin-top: 30px; }
  .footer__form-item--checkbox {
    margin-bottom: 0;
    padding-bottom: 0px; }
  .header {
    padding: 10px 0; } }

@media (max-width: 800px) {
  .blog__item-content--footer {
    margin-top: auto;
    position: absolute;
    bottom: 20px;
}
  .our-studio__title-img {
    margin-bottom: -25px;
}
.our-studio .owl-carousel .owl-nav button.owl-prev, .our-studio .owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
}
.our-studio .owl-nav {
  position: absolute;
  top: unset;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0%);
  height: 0;

  width: 95%;
  z-index: 5;
  margin: 0;
}
.our-studio .owl-dots {
  /* width: 60%; */
  width: 80%;
  margin: 0 auto;
  margin-top: 3vh;
}
.our-studio__item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
  :root {
    --fs-40: 36px;
    --fs-36: 32px;
    --fs-30: 28px;
    --fs-24: 24px;
    --fs-20: 16px;
    --fs-18: 16px;
    --fs-14: 14px; }
  ._desctop {
    display: none !important; }
  ._mobile {
    display: block !important; }
  .menu-burger__header {
    width: 70px;
    height: 30px; }
  ._inner {
    width: 90% !important; }
  .header-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%; }
  .hidden-menu {
    padding: 80px 5%;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: auto; }
    .menu-burger__header-btn._desctop {
    display: none !important;
}
  .visible-menu__list {
    gap: 10px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .social-menu__list {
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto;
    padding: 20px 0;
    width: 100%;
    border-top: 1px solid #949494;
    border-bottom: 1px solid #949494;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .social-menu__link img {
    width: 20px;
    height: 20px; }
  .sub-menu__link,
  .visible-menu__link,
  .hidden-menu__link {
    font-size: 24px; }
  .sub-menu__link,
  .hidden-menu__link {
    text-align: left; }
  .hidden-menu__list {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    row-gap: 10px; }
  .sub-menu__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    margin-left: 10%; }
  .baner__text {
    font-size: 16px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    position: static;
    margin-top: 80px; }
  .baner {
    /* padding: 140px 0 0; */
    min-height: auto; }
  .home-page .video-block {
    padding: 100px 0; }
  .whoweare ._inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .whoweare__content {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    padding-left: 0; }
  .whoweare__media {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%; }
  .partners {
    padding: 30px 0; }
  .partners__item {
    padding: 0 20px;
    max-height: 70px; }
  .whoweare__btn {
    width: 144px;
    height: 45px;
    margin: 40px auto;
    font-size: 16px; }
  .whoweare__title-img {
    margin-bottom: 30px; }
  .whoweare__text p {
    margin: 0;
    margin-bottom: 15px; }
  .services__title-img {
    margin-bottom: 50px; }
  .services__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .services__text {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding-left: 0; }
  .services__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    min-width: 100%;
    height: 40px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 25px; }
  .services__media {
    height: auto;
    width: 100%;
    margin-bottom: 25px; }
  .services__item {
    padding: 30px 0; }
  .services {
    padding-top: 40px;
    padding-bottom: 30px; }
  .services__item {
    border: 0;
    border-top: 1px solid #949494; }
  .best {
    margin-top: 100px; }
  .best__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .best__item {
    position: static !important;
    -webkit-box-flex: unset !important;
    -ms-flex: unset !important;
    flex: unset !important;
    width: 100% !important;
    margin-bottom: 60px; }
  .best__item:nth-child(4) .best__media,
  .best__item:nth-child(1) .best__media {
    height: 90vw; }
  .best__item:nth-child(2) .best__media,
  .best__item:nth-child(3) .best__media {
    height: 40vw; }
  .best__item:nth-child(2) {
    padding-left: 15%; }
  .best__item:nth-child(3) {
    padding-right: 15%; }
  .best__title-img {
    margin-bottom: 60px; }
  .best__catigory {
    font-size: 24px;
    margin-bottom: 5px; }
  .best__name {
    margin-top: 5px; }
  .blognews {
    margin-top: 60px;
    margin-bottom: 80px; }
  .blognews__list {
    margin-top: 50px; }
  .blognews__item {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    gap: 20px;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #949494; }
    .blognews__item--inner{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    }
  .blognews__item-content {
    -webkit-box-flex: unset !important;
    -ms-flex: unset !important;
    flex: unset !important;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .blognews__item-content--header {
    margin-bottom: 40px; }
  .blognews .owl-theme .owl-dots .owl-dot.active span,
  .blognews .owl-theme .owl-dots .owl-dot:hover span {
    background: #363635 ; }
  .blognews .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0px 5px; }
  .nobcast-page .owl-theme .owl-dots .owl-dot.active span,
  .nobcast-page .owl-theme .owl-dots .owl-dot:hover span {
    background: #363635 ; }
  .nobcast-page .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0px 5px; }
  .more-article .owl-theme .owl-dots .owl-dot.active span,
  .more-article .owl-theme .owl-dots .owl-dot:hover span {
    background: #E04C26 ; }
  .more-article .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0px 5px;
    background: #fff; }
  .project-page-projects .owl-theme .owl-dots .owl-dot.active span,
  .project-page-projects .owl-theme .owl-dots .owl-dot:hover span {
    background: #E04C26 ; }
  .project-page-projects .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0px 5px;
    background: #fff; }
  .blognews__item-content--btn,
  .blognews__item-content--data,
  .blognews__item-content--name {
    font-size: 18px; }
    .blognews__item-media{
      height: auto;
      flex: unset;
    }
  .blognews__item-media img {
    height: 220px; }
  .testimonials__title-img {
    width: 100%;
    margin-bottom: 40px; }
  .testimonials__top-slider {
    width: 100% !important;
    margin-bottom: 60px; }
  #testimonials__top-slider-custom-dots {
    width: 95% !important; }
  .testimonials__top-text {
    padding-right: 38px;
    margin-right: 2px;
    font-size: 16px; }
  .testimonials__top-icon {
    width: 35px !important;
    height: 35px;
    margin-bottom: 15px;
    margin-right: 40px; }
  .testimonials__top-footer {
    margin-top: 40px;
    margin-right: 40px; }
  #testimonials__top-slider-custom-dots .owl-dot {
    padding: 0 20px;
    font-size: 20px; }
  ._icon-b._mobile {
    display: block !important; }
  ._icon-w._mobile {
    display: none !important; }
  .__inner-page-body ._desctop,
  .__inner-page-body ._icon-b._mobile {
    display: none !important; }
  .__inner-page-body ._icon-w._mobile {
    display: block !important; }
  .footer {
    padding: 100px 0 50px; }
  .footer__content {
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer__contacts {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    margin-bottom: 30px; }
  .footer__contacts-link {
    margin-bottom: 0; }
  .footer__contacts-item {
    margin-top: 5px; }
  .footer__contacts-item--address {
    margin-top: 20px; }

  .footer__form-wrapper {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%; }
  .footer__map {
    width: 100%;
    height: auto; }
  .footer__footer {
    margin-top: 50px;
    padding-top: 0;
    border-top: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: unset; }
  .footer__footer-title {
    font-weight: 700;
    font-size: 18px; }
  .footer__footer-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    margin-right: 0;
    margin-bottom: 30px; }
  .footer__footer--contacts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #949494; }
  .footer__footer--social {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    margin-top: 0px;
    padding-top: 20px;
    border-top: 1px solid #949494;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #949494; }
    .footer__footer--social .footer__footer-title {
      text-align: center; }
    .footer__footer--social .footer__footer-list {
      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-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 20px; }
    .footer__footer--social .footer__footer-link img {
      width: 20px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
      flex: 0 0 20px;
      height: 20px;
      margin: 0; }
    .footer__footer--social .footer__footer-link span {
      display: none; }
  .footer__footer-item--text {
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 20px; }
  .footer-title-img {
    margin-bottom: 50px; }
  .about-baner ._inner {
    top: 120px; }
  .about-whoweare {
    margin-top: -1px;
    padding: 100px 0 60px;
    background: #232323 ; }
  .about-whoweare__title-img {
    margin-bottom: 50px; }
  .about-whoweare__text {
    -webkit-column-count: unset;
    column-count: unset; }
  .testimonials {
    padding: 80px 0;
    background: #232323 ; }
  .about-whoweare__text span {
    display: block; }
  .about-page .partners {
    padding-top: 20px;
    padding-bottom: 0; }
  .blog-page .blog {
    margin-top: 140px; }
  .blog__list {
    margin-top: 50px; }
  .blog__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
    position: relative; }
  .blog__item-media {
    height: auto;
    width: 100%;
    margin-bottom: 40px; }
  .blog__item-content {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-bottom: 20px;
    padding: 0; }
  .blog__item-content--data {
    margin-top: 30px; }
  .blog__item-content--btn {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 15px; }
  .article {
    margin-top: 140px;
    margin-bottom: 60px; }
  .article__title {
    font-size: 40px; }
  .article_subtitle {
    font-size: 30px; }
  .article_content {
    font-size: 18px; }
  .more-article__title {
    font-size: 40px;
    padding: 25px 0 20px; }
  .more-article__name {
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 0; }
  .more-article__text {
    font-size: 16px;
    padding-left: 0;
    margin-bottom: 30px; }
  .more-article__item {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #949494; }
  .more-article ._inner {
    padding-bottom: 0;
    border-bottom: unset; }
  .nobcast-baner {
    margin-top: 140px;
    margin-bottom: 60px; }
  .nobcast-baner__text {
    width: 100%; }
  .nobcast-abaut {
    margin-top: 80px; }
  .nobcast-abaut ._inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .nobcast-abaut__content {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%; }
  .nobcast-abaut__title-img {
    margin-bottom: 40px; }
  .nobcast-abaut__list {
    width: 100%; }
  .nobcast-abaut__subtitle {
    margin-bottom: 30px;
    padding-right: 30px;
    width: 100%;
    color: #E04C26 ; }
  .nobcast-abaut__icon {
    width: 20px;
    height: 20px;
    margin-left: 10px; }
  .nobcast-abaut__text {
    font-size: 18px; }
  .nobcast-abaut__media {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding: 0; }
  .nobcast-product {
    margin-top: 40px; }
  .nobcast-product__item {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    margin-bottom: 20px; }
  .nobcast-product__title {
    font-size: 60px; }
  .nobcast-product__name {
    margin-bottom: 30px;
    font-size: 20px; }
  .nobcast-product__description-text {
    font-size: 18px; }
  .nobcast-product__description-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
    margin-left: 10px; }
  .category-baner {
    margin-top: 140px;
    margin-bottom: 60px; }
  .category-baner__text {
    width: 100%; }
  .category-baner__title-img {
    margin-bottom: 50px; }
  .category-projects {
    padding-top: 80px; }
  .category-projects__title-img {
    margin-bottom: 50px; }
    .category-projects__item--link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .category-projects__number {
    font-size: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: left; }
  .category-projects__media {
    height: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .category-projects__text {
    gap: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    margin: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .category-projects__link {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }
  .project-page-baner__title {
    font-size: 50px; }
  .project-page-baner {
    padding: 140px 0 60px; }
  .project-page-baner__text {
    width: 100%; }
  .project-page-projects {
    padding-top: 80px; }
  .project-page-projects__title-img {
    margin-bottom: 50px; }
  .project-page-projects__name {
    font-size: 20px; }
  .project-page-projects__data {
    font-size: 18px; }
  .project-page-projects__item {
    margin: 0 10px;
    margin-bottom: 20px; }
  .section-404--icon {
    width: 90%;
    height: auto;
    margin-bottom: 30px; }
  .section-404__btn {
    min-width: 170px;
    height: 40px;
    padding: 0 10px; }
  .thanks-page .section-404--icon {
    width: 90%; }
    .menu-burger__header {
      width: 30px;
      height: 30px;
  }
  .baner {
    margin-top: 55px;
}
.whoweare__title-img {
  width: 100%;
}
.nobcast-page .owl-theme .owl-dots .owl-dot span,
.blognews .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0px 3px;
  background: #363635;
}
.nobcast-page .owl-theme .owl-dots .owl-dot.active span, .nobcast-page .owl-theme .owl-dots .owl-dot:hover span,
.blognews .owl-theme .owl-dots .owl-dot.active span, .blognews .owl-theme .owl-dots .owl-dot:hover span {
  background: #E04C26;
}
.about-whoweare__text p {
  /* word-break: break-all; */
  word-wrap: break-word;
}


.nobcast-page .owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.nobcast-product__item {
  padding: 0 5px;
  height: 100%;
}
.sub-menu__list{
  flex-direction: column-reverse;
}
.sub-menu__item {
  flex: unset;
  width: 90%;
  margin-left: 10%;
}
.hidden-menu__list {
  width: 100%;
}
.hidden-menu__item {
  width: 100%;
  text-align: left;
}
.hidden-menu{
  overflow: hidden;
}
.hidden-menu__inner {

  justify-content: flex-start;
}
.footer__footer-link{
color: #363635 !important;
}
.__inner-page-body .project-page-projects__data,
.__inner-page-body .footer__footer-link {
  color: #fff!important; }
  .whoweare {
    padding: 40px 0 0;
}
.our-studio .owl-nav {
display: none;
}
.project-page-projects .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0px 3px;
  background: #fff;
}

 /* .__inner-page-body .sub-menu__link, .__inner-page-body .hidden-menu__link, .__inner-page-body .visible-menu__link {
  color: #363635;
}
.__inner-page-body .header ._icon-w {
  display: none !important;
}
.__inner-page-body .header ._icon-b {
  display: block !important;
}
.__inner-page-body .header .header-logo ._icon-w {
  display: block !important;
}
.__inner-page-body .header .header-logo ._icon-b {
  display: none !important;
} */
.home-page .video-block {
  padding: 0px 0;
}
.more-article .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0px 5px;
  background: #fff;
}

  }
