@charset "UTF-8";
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Simpler";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/SIMPLER-LIGHT.OTF") format("opentype"); }

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Simpler";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SIMPLER-REGULAR.OTF") format("opentype"); }

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Simpler";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/SIMPLER-BOLD.OTF") format("opentype"); }

@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Simpler";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/SIMPLER-BLACK.OTF") format("opentype"); }

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 {
  --pr-font: "Montserrat Alternates";
  --fsz-58: 58px;
  --fsz-40: 40px;
  --fsz-28: 28px;
  --fsz-26: 26px;
  --fsz-22: 22px;
  --fsz-24: 24px;
  --fsz-20: 20px;
  --fsz-18: 18px; }

/* Since our inception in 2016, we've been on a mission to connect artists and labels with their fan communities, transforming aspirations into reality and melodies into growth and revenues. */
body {
  direction: rtl !important;
  unicode-bidi: bidi-override !important;
  color: var(1-color);
  font-family: "SimplerPro";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  background-color: #010001; }

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

body.noscroll {
  overflow: hidden; }

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

footer {
  margin-top: auto; }

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

._inner {
  width: 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;
  border-bottom: 1px solid #dbd6cc;
  -webkit-text-fill-color: #dbd6cc;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  background: transparent; }

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

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

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

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

.btn-burger.open-menu span {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.btn-burger.open-menu:before,
.btn-burger.open-menu:after {
  top: 47%;
  left: 25%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.btn-burger.open-menu:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #f3ae18; }

.btn-burger.open-menu:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #f3ae18; }

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

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

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

._js-tl {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 0.5s 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.5s 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.5s 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.5s 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.5s 0.1s ease-in-out,
 -webkit-transform 0.6s 0.1s ease-in-out; }

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

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

._js-tx-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 1s 0.4s ease-in-out,
 -webkit-transform 0.8s 0.4s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 opacity 1s 0.4s ease-in-out,
 -webkit-transform 0.8s 0.4s ease-in-out;
  -o-transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.4s ease-in-out,
 opacity 1s 0.4s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.4s ease-in-out,
 opacity 1s 0.4s ease-in-out;
  transition: color 0.3s ease-in-out,
 background-color 0.3s ease-in-out,
 transform 0.8s 0.4s ease-in-out,
 opacity 1s 0.4s ease-in-out,
 -webkit-transform 0.8s 0.4s ease-in-out; }

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

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

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

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

._js_active._js-tl, ._js_active._js-tx, ._js_active._js-bk, ._js_active._js-bt, ._js_active._js-tl-2, ._js_active._js-tx-2, ._js_active._js-bt-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(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); } }

@-webkit-keyframes scaled {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); } }

@keyframes scaled {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); } }

._mobile {
  display: none !important; }

._desctop {
  display: block; }

.header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 1000;
  top: 0;
  background-color: #010001;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .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;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px; }

.header.fadeOut {
  top: -100%; }

.header__logo-link {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 max-content;
  flex: 0 0 max-content;
  height: 50px; }

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

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px; }

.header-menu__link {
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: right;
  text-transform: uppercase;
  height: 35px;
  color: #FFFFFF;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .header-menu__link._js-scroll-active, .header-menu__link:hover {
    background: -webkit-gradient(linear, left top, right top, from(#FFB800), to(#FC3565));
    background: -webkit-linear-gradient(left, #FFB800 0%, #FC3565 100%);
    background: -o-linear-gradient(left, #FFB800 0%, #FC3565 100%);
    background: linear-gradient(90deg, #FFB800 0%, #FC3565 100%); }

.baner-wrapper {
  width: 100vw;
  height: 100vh;
  position: relative; }

.baner-media {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 0 7.5%;
  padding-top: 80px; }

.baner-media__list {
  width: 100%;
  height: 100%;
  position: relative; }

.baner-media__item {
  position: absolute;
  width: 7.5vw; }
  .baner-media__item:nth-child(1) {
    left: 0; }
  .baner-media__item:nth-child(2) {
    left: 30%; }
  .baner-media__item:nth-child(3) {
    right: 30%; }
  .baner-media__item:nth-child(4) {
    right: 0; }
  .baner-media__item:nth-child(5) {
    left: 10%;
    top: 25vh; }
  .baner-media__item:nth-child(6) {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 25vh; }
  .baner-media__item:nth-child(7) {
    right: 10%;
    top: 25vh; }
  .baner-media__item:nth-child(8) {
    left: 20%;
    bottom: 25vh; }
  .baner-media__item:nth-child(9) {
    right: 20%;
    bottom: 25vh; }
  .baner-media__item:nth-child(10) {
    left: 0;
    bottom: 0; }
  .baner-media__item:nth-child(11) {
    left: 30%;
    bottom: 0; }
  .baner-media__item:nth-child(12) {
    right: 30%;
    bottom: 0; }
  .baner-media__item:nth-child(13) {
    right: 0;
    bottom: 0; }

.baner-media__slide {
  width: 7.5vw;
  height: 9.5vw; }
  .baner-media__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.baner-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 0 7.5%;
  z-index: 3;
  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; }

.baner-info__logo {
  width: 12%;
  margin: 100px auto;
  margin-bottom: auto; }

.baner-info__sutitle {
  margin-top: -100px;
  /* the Facto */
  direction: ltr;
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 700;
  font-size: 250px;
  line-height: 1;
  /* identical to box height, or 99% */
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFB800), to(#FC3565));
  background: -webkit-linear-gradient(top, #FFB800 0%, #FC3565 100%);
  background: -o-linear-gradient(top, #FFB800 0%, #FC3565 100%);
  background: linear-gradient(180deg, #FFB800 0%, #FC3565 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }

.baner-info__title {
  margin-bottom: auto;
  direction: ltr;
  /* Digital */
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 900;
  font-size: 350px;
  line-height: 0.8;
  /* identical to box height, or 81% */
  text-transform: uppercase;
  color: #FC4A53; }

.about {
  height: 100vh; }

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

.about-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 5% 0; }

._title {
  /* הופכים את הבלאגן בסושיאל למנוע צמיחה */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  line-height: 0.9;
  /* or 90% */
  text-align: right;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(#FFB800), to(#FC3565));
  background: -webkit-linear-gradient(left, #FFB800 0%, #FC3565 100%);
  background: -o-linear-gradient(left, #FFB800 0%, #FC3565 100%);
  background: linear-gradient(90deg, #FFB800 0%, #FC3565 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 40px; }

.about-content {
  margin-top: auto; }

.about-content__title {
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  /* or 100% */
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 30px; }

.about-content__text {
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  /* or 117% */
  text-align: right;
  color: #FFFFFF; }
  .about-content__text p {
    padding: 0;
    margin: 0;
    margin-bottom: 20px; }

.about-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  height: 100vh;
  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;
  position: relative; }
  .about-media::after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 105%;
    /* Rectangle 108 */
    top: -5px;
    left: 0;
    height: 20vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .about-media::before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 105%;
    /* Rectangle 108 */
    bottom: -5px;
    left: 0;
    height: 20vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); }

.about__slider {
  position: relative;
  height: 115vh;
  top: -15vh;
  width: 100%;
  overflow: hidden; }

.about__slide {
  position: absolute;
  width: 100%;
  height: 33.333333vh;
  padding: 5% 0; }
  .about__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.about-media__left,
.about-media__center,
.about-media__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  width: 32%; }

.services {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative; }
  .services ._conteiner {
    overflow: visible; }

.services__content {
  position: relative; }

.services__media {
  width: 70%;
  margin: 0 auto; }

.services__info-item {
  width: 25%;
  position: absolute; }
  .services__info-item:nth-child(1) {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .services__info-item:nth-child(2) {
    right: 0;
    top: 45%;
    -webkit-transform: translate(-20%, -50%);
    -ms-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%); }
  .services__info-item:nth-child(3) {
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  .services__info-item:nth-child(4) {
    left: 0;
    top: 50%;
    -webkit-transform: translate(20%, -50%);
    -ms-transform: translate(20%, -50%);
    transform: translate(20%, -50%); }

.services__info-text {
  /* */
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  /* or 100% */
  text-align: center;
  color: #FFFFFF; }

.two-section-wrapper__fon {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1; }

.portfolio .owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

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

.portfolio .owl-carousel .owl-nav button.owl-prev,
.portfolio .owl-carousel .owl-nav button.owl-next {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  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: -webkit-gradient(linear, left top, right top, from(#FFB800), to(#FC3565));
  background: -webkit-linear-gradient(left, #FFB800 0%, #FC3565 100%);
  background: -o-linear-gradient(left, #FFB800 0%, #FC3565 100%);
  background: linear-gradient(90deg, #FFB800 0%, #FC3565 100%);
  position: relative; }
  .portfolio .owl-carousel .owl-nav button.owl-prev span,
  .portfolio .owl-carousel .owl-nav button.owl-next span {
    display: none; }
  .portfolio .owl-carousel .owl-nav button.owl-prev::after,
  .portfolio .owl-carousel .owl-nav button.owl-next::after {
    content: '';
    width: 40%;
    height: 40%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }

.portfolio button.owl-next::after {
  background-image: url(../img/arr-l-w.svg); }

.portfolio button.owl-prev::after {
  background-image: url(../img/arr-r-w.svg); }

.portfolio .owl-theme .owl-nav [class*='owl-']:hover {
  background: #FFF; }
  .portfolio .owl-theme .owl-nav [class*='owl-']:hover.owl-next::after {
    background-image: url(../img/arr-l.svg); }
  .portfolio .owl-theme .owl-nav [class*='owl-']:hover.owl-prev::after {
    background-image: url(../img/arr-r.svg); }

.portfolio__title {
  -webkit-transform: translateY(75%);
  -ms-transform: translateY(75%);
  transform: translateY(75%); }

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

.portfolio__slider-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60% !important; }

.portfolio__slider-info--slide {
  padding-left: 30%; }

.portfolio__slider-title {
  /* ארכו ליים */
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 20px; }

.portfolio__slider-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px; }

.portfolio__slider-star {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  -o-object-fit: contain;
  object-fit: contain; }

.portfolio__slider-text {
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  /* or 117% */
  text-align: right;
  color: #FFFFFF; }
  .portfolio__slider-text p {
    margin: 0;
    padding: 0;
    margin-bottom: 20px; }

.portfolio__slider-footer {
  margin-top: 50px;
  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; }

.portfolio__slider-footer--info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px; }

.portfolio__slider-footer--info-foto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
margin-right: 2px;
}

.portfolio__slider-footer--info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.portfolio__slider-footer--info-title {
  /* */
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  /* identical to box height, or 117% */
  text-align: right;
  color: #FFFFFF; }

.portfolio__slider-footer--info-text {
  /* */
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: right;
  color: #FFFFFF; }

.portfolio__slider-footer--logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  width: 30% !important;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.portfolio__slider-media--wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 25% !important;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.portfolio__slider-media {
  position: absolute !important;
  width: 96% !important;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  overflow: hidden;
  border-radius: 80px; }
  .portfolio__slider-media .owl-stage-outer,
  .portfolio__slider-media .owl-stage,
  .portfolio__slider-media .owl-item,
  .portfolio__slider-media .portfolio__slider-media--slide,
  .portfolio__slider-media .portfolio__slider-media--slide img {
    height: 100% !important; }

.portfolio__slider-media--fon {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden; }

.customers {
  padding-top: 150px; }

.customers__title {
  margin-bottom: 80px; }

.customers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 6.25%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.customers__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  margin-bottom: 50px; }
  .customers__item img {
    margin: 0 auto;
    width: 80%;
    height: 100%;
    max-height: 6vw;
    -o-object-fit: contain;
    object-fit: contain; }

.blog {
  margin-top: 4vw;
  padding-top: 8vw;
  position: relative; }

.blog_fon {
  position: absolute;
  right: -2%;
  top: 0;
  width: 20%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1; }

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

.blog__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23.5%;
  flex: 0 0 23.5%;
  margin-bottom: 80px; }

.blog__item-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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  row-gap: 15px; }

.blog__item-media {
  width: 100%;
  height: 18vw; }
  .blog__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.blog__item-title {
  /* */
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  /* or 100% */
  text-align: right;
  color: #FFFFFF; }

.blog__item-text {
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  /* or 111% */
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 15px; }

.blog__item-btn {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px; }

.blog__item-btn--text {
  /**/
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#FFB800), to(#FC3565));
  background: -webkit-linear-gradient(left, #FFB800 0%, #FC3565 100%);
  background: -o-linear-gradient(left, #FFB800 0%, #FC3565 100%);
  background: linear-gradient(90deg, #FFB800 0%, #FC3565 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 max-content;
  flex: 0 0 max-content;
  margin-bottom: 4px; }

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

.blog__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;
  gap: 10px;
  width: 250px;
  height: 60px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#FFB800), to(#FC3565));
  background: -webkit-linear-gradient(left, #FFB800 0%, #FC3565 100%);
  background: -o-linear-gradient(left, #FFB800 0%, #FC3565 100%);
  background: linear-gradient(90deg, #FFB800 0%, #FC3565 100%); }

.blog__link-text {
  /* */
  margin-bottom: 4px;
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: center;
  color: #FFFFFF; }

.blog__link-icon {
  width: 25px;
  height: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  -o-object-fit: contain;
  object-fit: contain; }

.team {
  padding-top: 150px;
  position: relative; }
  .team .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
    position: absolute;
    left: 0;
    top: -180px; }
  .team .owl-carousel .owl-nav button.owl-prev,
  .team .owl-carousel .owl-nav button.owl-next {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    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: -webkit-gradient(linear, left top, right top, from(#FFB800), to(#FC3565));
    background: -webkit-linear-gradient(left, #FFB800 0%, #FC3565 100%);
    background: -o-linear-gradient(left, #FFB800 0%, #FC3565 100%);
    background: linear-gradient(90deg, #FFB800 0%, #FC3565 100%);
    position: relative; }
    .team .owl-carousel .owl-nav button.owl-prev span,
    .team .owl-carousel .owl-nav button.owl-next span {
      display: none; }
    .team .owl-carousel .owl-nav button.owl-prev::after,
    .team .owl-carousel .owl-nav button.owl-next::after {
      content: '';
      width: 40%;
      height: 40%;
      display: block;
      -o-object-fit: contain;
      object-fit: contain;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
  .team button.owl-next::after {
    background-image: url(../img/arr-l-w.svg); }
  .team button.owl-prev::after {
    background-image: url(../img/arr-r-w.svg); }
  .team .owl-theme .owl-nav [class*='owl-']:hover {
    background: #FFF; }
    .team .owl-theme .owl-nav [class*='owl-']:hover.owl-next::after {
      background-image: url(../img/arr-l.svg); }
    .team .owl-theme .owl-nav [class*='owl-']:hover.owl-prev::after {
      background-image: url(../img/arr-r.svg); }

.team__item {
  margin: 0 10px; }

.team__item-media {
  width: 100%;
  height: 26vw;
  margin-bottom: 30px; }
  .team__item-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.team__item-name {
  /* שחף סגינר */
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#FFB800), to(#FC3565));
  background: -webkit-linear-gradient(left, #FFB800 0%, #FC3565 100%);
  background: -o-linear-gradient(left, #FFB800 0%, #FC3565 100%);
  background: linear-gradient(90deg, #FFB800 0%, #FC3565 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }

.team__item-position {
  /* */
  font-family: 'Simpler';
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  /* identical to box height, or 100% */
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px; }

.team__item-about {
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  /* or 111% */
  text-align: center;
  color: #FFFFFF; }

.team__item-name,
.team__item-position,
.team__item-about {
  padding: 0 10%; }

.story {
  padding-top: 150px; }
  .story ._inner {
    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; }

.story__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  width: 35%; }

.story__content-block {
  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;
  row-gap: 20px;
  margin-bottom: 40px; }

.story__content-icon {
  width: 40px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.story__content-title {
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  /* or 113% */
  text-align: right;
  color: #FFB800; }

.story__content-text {
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  /* or 113% */
  text-align: right;
  color: #fff; }

.story__logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.story__logo-item img {
  height: 84px;
  width: auto; }

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

.show-more__btn {
  display: none; }

.hide__btn {
  display: none; }

.blog-page .blog {
  margin-top: 80px;
  padding-top: 0; }

.blog-page .blog__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.blog-page .blog__item {
  display: none; }
  .blog-page .blog__item:nth-child(-n+8) {
    display: block; }

.poster {
  margin-top: 70px; }
  .poster ._conteiner {
    position: relative; }

.poster_fon-l {
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain; }

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

.poster_fon-r {
  position: absolute;
  right: 0;
  top: 0%;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.article-page .blog {
  margin: 0;
  padding: 0; }

.article {
  padding-top: 150px;
  padding-bottom: 150px; }
  .article ._inner {
    width: 50%; }

.article__title {
  /* */
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  /* or 100% */
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 50px; }

.article__subtitle {
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  /* or 125% */
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 30px; }

.article__content {
  color: #fff; }
.article__content * {
  font-family: 'Simpler'; }

.footer {
  padding: 100px 0;
  position: relative; }
  .footer ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10%; }

.footer_fon {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 0; }

.footer__bottom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 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;
  margin-top: 100px;
  font-family: 'Simpler';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  /* identical to box height, or 29px */
  text-align: center;
  color: #FFFFFF; }

.contact__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  width: 35%; }
  .contact__media video {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }

.contact__info-title {
  margin-bottom: 90px; }

.contact__form-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  width: 45%; }
  .contact__form-wrapper form {
    direction: rtl !important;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .contact__form-wrapper input,
  .contact__form-wrapper select,
  .contact__form-wrapper textarea {
    /* שם מלא */
    width: 100%;
    height: 100%;
    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: 'Simpler';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    /* identical to box height */
    text-align: right;
    border: unset;
    background: transparent;
    color: #FFFFFF; }
    .contact__form-wrapper input option,
    .contact__form-wrapper select option,
    .contact__form-wrapper textarea option {
      color: #010001; }
    .contact__form-wrapper input::-webkit-input-placeholder,
    .contact__form-wrapper select::-webkit-input-placeholder,
    .contact__form-wrapper textarea::-webkit-input-placeholder {
      font-family: 'Simpler';
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 1.2;
      /* identical to box height */
      text-align: right;
      color: #FFFFFF; }
    .contact__form-wrapper input:-ms-input-placeholder,
    .contact__form-wrapper select:-ms-input-placeholder,
    .contact__form-wrapper textarea:-ms-input-placeholder {
      font-family: 'Simpler';
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 1.2;
      /* identical to box height */
      text-align: right;
      color: #FFFFFF; }
    .contact__form-wrapper input::-ms-input-placeholder,
    .contact__form-wrapper select::-ms-input-placeholder,
    .contact__form-wrapper textarea::-ms-input-placeholder {
      font-family: 'Simpler';
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 1.2;
      /* identical to box height */
      text-align: right;
      color: #FFFFFF; }
    .contact__form-wrapper input::placeholder,
    .contact__form-wrapper select::placeholder,
    .contact__form-wrapper textarea::placeholder {
      font-family: 'Simpler';
      font-style: normal;
      font-weight: 400;
      font-size: 24px;
      line-height: 1.2;
      /* identical to box height */
      text-align: right;
      color: #FFFFFF; }
  .contact__form-wrapper .footer__form--item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: 20px;
    height: 50px;
    border-bottom: 1px solid #fff; }

  .contact__form-wrapper .footer__form--item-message {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    height: 120px; }
  .contact__form-wrapper textarea {
    resize: none; }
  .contact__form-wrapper input[type="submit"] {
    text-align: center;
    width: 100%;
    height: 50px;
    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-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: -webkit-gradient(linear, left top, right top, from(#FFB800), to(#FC3565));
    background: -webkit-linear-gradient(left, #FFB800 0%, #FC3565 100%);
    background: -o-linear-gradient(left, #FFB800 0%, #FC3565 100%);
    background: linear-gradient(90deg, #FFB800 0%, #FC3565 100%); }

.contact__form-wrapper .footer__form--item p{
  margin: 0;
  padding: 0;
  height: 100%;
}
.contact__form-wrapper .footer__form--item p .wpcf7-form-control-wrap {
    display: block;
    height: 100%;
    position: relative;
}
.wpcf7-not-valid-tip {
     font-family: 'Simpler';
    display: block;
    position: absolute;
    top: 100%;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
   color: #dc3232;
    font-family: 'Simpler';
    border: unset;
    margin: 0;
    padding: 0;
    width: 100%;
}

.contact__form-wrapper form p{
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

@media (max-width: 1700px) {
  .header-menu__link {
    font-size: 18px;
    height: 30px;
    padding: 0 10px; }
  .header__logo-link {
    height: 40px; }
  .baner-info__logo {
    margin: 70px auto;
    margin-bottom: auto; }
  .baner-info__sutitle {
    font-size: 220px; }
  .baner-info__title {
    font-size: 330px; }
  .baner-media {
    padding-top: 60px; }
  ._title {
    font-size: 60px;
    margin-bottom: 40px; }
  .about-content__title {
    font-size: 32px; }
  .about-content__text {
    font-size: 20px; }
  .services__info-text {
    font-size: 22px; }
  .portfolio__slider-title {
    font-size: 30px;
    margin-bottom: 15px; }
  .portfolio__slider-stars {
    gap: 5px;
    margin-bottom: 15px; }
  .portfolio__slider-star {
    width: 25px;
    height: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px; }
  .portfolio__slider-text {
    font-size: 20px; }
  .portfolio__slider-footer--info-title {
    font-size: 20px; }
  .portfolio__slider-footer--info-text {
    font-size: 16px; }
  .blog__item-title {
    font-size: 22px; }
  .blog__item-text {
    font-size: 16px;
    margin-bottom: 10px; }
  .blog__link-text,
  .blog__item-btn--text {
    font-size: 20px;
    margin-bottom: 4px; }
  .blog__link {
    gap: 10px;
    width: 230px;
    height: 50px; }
  .portfolio .owl-carousel .owl-nav button.owl-prev, .portfolio .owl-carousel .owl-nav button.owl-next,
  .team .owl-carousel .owl-nav button.owl-prev, .team .owl-carousel .owl-nav button.owl-next {
    width: 70px;
    height: 70px; }
  .team .owl-nav {
    top: -140px; }
  .team__item-media {
    margin-bottom: 20px; }
  .team__item-name {
    font-size: 32px; }
  .team__item-position {
    font-size: 18px;
    margin-bottom: 20px; }
  .team__item-about {
    font-size: 16px; }
  .story__content-icon {
    width: 30px; }
  .story__content-title {
    font-size: 26px; }
  .story__content-text {
    font-size: 24px; }
  .story__logo-item img {
    height: 65px;
    width: auto; }
  input,
  select,
  textarea {
    font-size: 20px !important; }
    input::-webkit-input-placeholder,
    select::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
      font-size: 20px !important; }
    input:-ms-input-placeholder,
    select:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
      font-size: 20px !important; }
    input::-ms-input-placeholder,
    select::-ms-input-placeholder,
    textarea::-ms-input-placeholder {
      font-size: 20px !important; }
    input::placeholder,
    select::placeholder,
    textarea::placeholder {
      font-size: 20px !important; }
  .footer__bottom {
    margin-top: 80px;
    font-size: 18px; }
  .footer {
    padding: 80px 0; }
  .customers,
  .team,
  .story {
    padding-top: 100px; }
  .article {
    padding-top: 100px;
    padding-bottom: 100px; }
  .article__title {
    font-size: 38px;
    margin-bottom: 30px; }
  .article__subtitle {
    font-size: 20px;
    margin-bottom: 20px; } }

@media (max-width: 1500px) {
  .header-menu__link {
    font-size: 16px;
    height: 25px;
    padding: 0 10px; }
  .header__logo-link {
    height: 30px; }
  .baner-info__logo {
    margin: 55px auto;
    margin-bottom: auto; }
  .baner-info__sutitle {
    font-size: 200px; }
  .baner-info__title {
    font-size: 300px; }
  .baner-media {
    padding-top: 50px; }
  ._title {
    font-size: 45px;
    margin-bottom: 30px; }
  .about-content__title {
    font-size: 26px; }
  .about-content__text {
    font-size: 18px; }
  .services__info-text {
    font-size: 20px; }
  .portfolio__slider-title {
    font-size: 24px;
    margin-bottom: 15px; }
  .portfolio__slider-stars {
    gap: 5px;
    margin-bottom: 15px; }
  .portfolio__slider-star {
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px; }
  .portfolio__slider-text {
    font-size: 18px; }
  .portfolio__slider-footer--info-title {
    font-size: 18px; }
  .portfolio__slider-footer--info-text {
    font-size: 16px; }
  .blog__item-title {
    font-size: 20px; }
  .blog__item-text {
    font-size: 16px;
    margin-bottom: 10px; }
  .blog__link-text,
  .blog__item-btn--text {
    font-size: 18px;
    margin-bottom: 4px; }
  .blog__link {
    gap: 10px;
    width: 230px;
    height: 45px; }
  .portfolio .owl-carousel .owl-nav button.owl-prev, .portfolio .owl-carousel .owl-nav button.owl-next,
  .team .owl-carousel .owl-nav button.owl-prev, .team .owl-carousel .owl-nav button.owl-next {
    width: 60px;
    height: 60px; }
  .team .owl-nav {
    top: -100px; }
  .about-content__title {
    margin-bottom: 20px; }
  .about-content__text p {
    margin-bottom: 10px; }
  .about__slide {
    padding: 3% 0; }
  .team__item-media {
    margin-bottom: 15px; }
  .team__item-name {
    font-size: 26px; }
  .team__item-position {
    font-size: 16px;
    margin-bottom: 20px; }
  .team__item-about {
    font-size: 14px; }
  .story__content-icon {
    width: 25px; }
  .story__content-title {
    font-size: 22px; }
  .story__content-text {
    font-size: 20px; }
  .story__logo-item img {
    height: 55px;
    width: auto; }
  input,
  select,
  textarea {
    font-size: 18px !important; }
    input::-webkit-input-placeholder,
    select::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
      font-size: 18px !important; }
    input:-ms-input-placeholder,
    select:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
      font-size: 18px !important; }
    input::-ms-input-placeholder,
    select::-ms-input-placeholder,
    textarea::-ms-input-placeholder {
      font-size: 18px !important; }
    input::placeholder,
    select::placeholder,
    textarea::placeholder {
      font-size: 18px !important; }
  .footer__bottom {
    margin-top: 60px;
    font-size: 16px; }
  .footer {
    padding: 60px 0; }
  .customers,
  .team,
  .story {
    padding-top: 80px; }
  .article {
    padding-top: 80px;
    padding-bottom: 80px; }
  .article__title {
    font-size: 30px;
    margin-bottom: 20px; }
  .article__subtitle {
    font-size: 18px;
    margin-bottom: 15px; }
  .portfolio__slider-footer--info-foto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 80px;
    width: 80px !important; }
  .customers__item {
    margin-bottom: 40px; }
  .contact__form-wrapper input[type="submit"] {
    height: 45px; }
  .contact__form-wrapper .footer__form--item {
    margin-bottom: 15px;
    height: 45px; }
  .header-menu {
    gap: 10px; }
  .portfolio__slider-media {
    border-radius: 60px; } }

@media (max-width: 1350px) {
  .baner-info__sutitle {
    font-size: 150px; }
  .baner-info__title {
    font-size: 250px; }
  .about-content__title {
    font-size: 22px; }
  .about-content__text {
    font-size: 16px; }
  ._title {
    font-size: 42px; }
  .services__info-text {
    font-size: 16px; }
  .portfolio__slider-text {
    font-size: 16px; }
  .portfolio__slider-title {
    font-size: 20px; }
  .blog__item-title {
    font-size: 18px; }
  .story__content-title {
    font-size: 18px; }
  .story__content-text {
    font-size: 16px; }
  .story__content-icon {
    width: 20px; }
  .story__content-block {
    row-gap: 10px;
    margin-bottom: 30px; }
  .story__logo-item img {
    height: 45px;
    width: auto; }
  .footer__bottom {
    font-size: 14px; } }
@media (max-width: 800px) {
  ._inner {
    width: 90%; }
  ._mobile {
    display: block !important; }
  ._desctop {
    display: none !important; }
  .header-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
    position: fixed;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(250%) translateY(0%);
    -ms-transform: translateX(250%) translateY(0%);
    transform: translateX(250%) translateY(0%);
    height: 100vh;
    background: #101010;
    width: 100vw;
    padding-top: 80px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .header-menu.open-menu {
      -webkit-transform: translateX(-50%) translateY(0%);
      -ms-transform: translateX(-50%) translateY(0%);
      transform: translateX(-50%) translateY(0%); }
  .header__logo-link {
    height: 50px; }
  .header-menu__link {
    font-size: 16px;
    height: 45px;
    width: 100%;
    padding: 0px;
    font-size: 30px;
    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; }
  .header-menu__item {
    margin: 0 auto;
    width: 90%; }
  .header.fadeOut {
    top: 0; }
  .baner-info__sutitle {
    font-size: 50px;
    margin: 0; }
  .baner-info__title {
    font-size: 80px; }
  .baner-info {
    padding: 0 5%; }
  .baner-media {
    padding-top: 80px; }
  .baner-info__logo {
    margin-bottom: 20px;
    margin-top: auto;
    width: 50%; }
  .baner-media__item {
    width: 28vw; }
  .baner-media__slide {
    width: 28vw;
    height: 18vh; }
  .baner-media__item:nth-child(1) {
    left: 0;
    top: 0; }
  .baner-media__item:nth-child(2) {
    right: 0;
    top: 10vh; }
  .baner-media__item:nth-child(3) {
    left: 25%;
    right: unset;
    top: 25vh; }
  .baner-media__item:nth-child(4) {
    right: 0;
    top: 40vh; }
  .baner-media__item:nth-child(5) {
    left: 5%;
    top: unset;
    bottom: 24vh; }
  .baner-media__item:nth-child(6) {
    left: 50%;
    bottom: 0;
    top: unset; }
  .baner-media__item:nth-child(7),
  .baner-media__item:nth-child(8),
  .baner-media__item:nth-child(9),
  .baner-media__item:nth-child(10),
  .baner-media__item:nth-child(11),
  .baner-media__item:nth-child(12),
  .baner-media__item:nth-child(13) {
    display: none !important; }
  .about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .about-info {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    padding: 5%; }
  .about-media {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .about-media__left {
    display: none; }
  .about-media__left, .about-media__center, .about-media__right {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%; }
  .about__slider {
    direction: ltr !important;
    height: 100%;
    top: unset;
    width: 100%;
    margin-bottom: 5px; }
  .about__slide {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0; }
  .about__slide img {
    width: 100%;
    height: 44vw;
    -o-object-fit: cover;
    object-fit: cover; }
  .about-media::before,
  .about-media::after {
    display: none; }
  .about ._inner {
    width: 100%; }
  ._title {
    font-size: 36px;
    margin-bottom: 40px;
   }
  .about-content__title {
    font-size: 24px; }
  .about-content__text {
    font-size: 20px; }
.about-title {
  margin-top: 60px;
  padding: 0 5%;
}
  
  .services__info-item {
    transform: unset !important;
    width: 100%;
    position: static;
}
.services__info-text {
    font-size: 20px;
    margin-bottom: 30px;
}
.services__media {
    width: 100%;
    margin: 0 auto;
}
.portfolio__title {
    transform: unset;
}
.portfolio__wrapper {
    flex-direction: column;
}
.portfolio__slider-info {
    flex: unset;
    width: 100% !important;
    padding-top: 90px;
}
.portfolio__slider-media--wrapper {
    flex: unset;
    width: 100% !important;
    margin-top: 50px;
}

.portfolio__slider-info--slide {
    padding-left: 0;
}
.portfolio .owl-nav {
   position: absolute;
   top: 0;
   right: 0;

    justify-content: flex-start;
    gap: 0px;
    margin: 0 !important;
}
.portfolio .owl-carousel .owl-stage {
    align-items: flex-start;
}
.portfolio__slider-footer {
    flex-direction: column;
    margin-top: 30px;
    align-items: flex-start;
    justify-content: flex-start;
}
.portfolio__slider-footer--logo {
    flex: unset;
    width: 30% !important;
    height: auto;
    margin-right: 90px;
}
.customers__item {
    flex: 0 0 29%;
    margin-bottom: 30px;
}
.customers__item img {
    width: 90%;
    max-height: 10vw;
}
.blog__list {
    gap: 2%;
    flex-wrap: wrap;
}
.blog__item {
    flex: 0 0 49%;
    margin-bottom: 40px;
}
.blog__item-media {
    width: 100%;
    height: 38vw;
}
.blog__item-link {
    row-gap: 10px;
}
.blog__item-btn {
    gap: 5px;
    width: 100%;
    justify-content: space-between;
}
.blog__link-text, .blog__item-btn--text {
    font-size: 16px;
    margin-bottom: 2px;
}
.blog__link {
    width: 200px;
}
.blog__item-text {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.team__item {
    margin: 0 2%;
}
.team__item-media {
    width: 100%;
    height: 55vw;
}
.team__item-name, .team__item-position, .team__item-about {
    padding: 0;
}
.team .owl-nav {
    top: -100px;
    margin: 0 !important;
    gap: 0;
}
.team__item-name {
    font-size: 20px;
}
.team__item-position {
    font-size: 18px;
    margin-bottom: 15px;
}
.team__item-about {
    font-size: 16px;
}
.story ._inner {
    flex-direction: column;
}
.story__info {
    flex: unset;
    width: 100%;
}
.story__media {
  margin-top: 20px;
    flex: unset;
    width: 100%;
}
.story__logo-list {
    gap: 15px;
}
.footer ._inner {
    width: 90%;
    flex-direction: column;
    gap: unset;
}
.footer_fon {
    display: none;
}
.contact__form-wrapper,
.contact__media {
    flex: unset;
    width: 100%;
}
.footer__bottom {
  text-align: center;
    flex: unset;
  width: 100%;
}
.footer__bottom {
    margin-top: 30px;
}
.contact__form-wrapper .footer__form--item {
    flex: 0 0 100%;
    margin-bottom: 25px;
}
.blog-page .blog {
    margin-top: 30px;
    padding-top: 0;
}
.article {
    padding-top: 50px;
    padding-bottom: 50px;
}
.article ._inner {
    width: 90%;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7-not-valid-tip {
    font-size: 10px;
}
  }