@charset "UTF-8";

@font-face {
  font-family: "Ploni DL 1.1 AAA";
  src: url("../fonts/ploni-light-aaa.eot");
  src: url("../fonts/ploni-light-aaa.eot?#iefix") format("embedded-opentype"), url("../fonts/ploni-light-aaa.woff2") format("woff2"), url("../fonts/ploni-light-aaa.woff") format("woff"), url("../fonts/ploni-light-aaa.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Ploni DL 1.1 AAA";
  src: url("../fonts/ploni-black-aaa.eot");
  src: url("../fonts/ploni-black-aaa.eot?#iefix") format("embedded-opentype"), url("../fonts/ploni-black-aaa.woff2") format("woff2"), url("../fonts/ploni-black-aaa.woff") format("woff"), url("../fonts/ploni-black-aaa.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Ploni DL 1.1 AAA";
  src: url("../fonts/ploni-regular-aaa.eot");
  src: url("../fonts/ploni-regular-aaa.eot?#iefix") format("embedded-opentype"), url("../fonts/ploni-regular-aaa.woff2") format("woff2"), url("../fonts/ploni-regular-aaa.woff") format("woff"), url("../fonts/ploni-regular-aaa.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Ploni DL 1.1 AAA";
  src: url("../fonts/ploni-ultrabold-aaa.eot");
  src: url("../fonts/ploni-ultrabold-aaa.eot?#iefix") format("embedded-opentype"), url("../fonts/ploni-ultrabold-aaa.woff2") format("woff2"), url("../fonts/ploni-ultrabold-aaa.woff") format("woff"), url("../fonts/ploni-ultrabold-aaa.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Ploni DL 1.1 AAA";
  src: url("../fonts/ploni-bold-aaa.eot");
  src: url("../fonts/ploni-bold-aaa.eot?#iefix") format("embedded-opentype"), url("../fonts/ploni-bold-aaa.woff2") format("woff2"), url("../fonts/ploni-bold-aaa.woff") format("woff"), url("../fonts/ploni-bold-aaa.ttf") format("truetype");
  font-weight: 700;
  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 {
  --pr-color: #fff;
  --sc-color: #ec1944;
  --pr-font: "Ploni DL 1.1 AAA";
  --sc-font: "Ploni ML v2 AAA";
}

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

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;
  overflow: hidden;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  border-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;
  transition: background-color 5000s ease-in-out 0s;
  background: transparent;
}

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

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

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

/*-boorger-menu---------------------------------*/

.menu-burger__header {
  display: none;
}

.menu-burger__header.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.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.open-menu:before,
.menu-burger__header.open-menu:after {
  opacity: 0;
}

/*=burger media===============================*/

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

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

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

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

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

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

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

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

._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);
  }
}


._desctop{
  display: block !important;
}
._mobile{
  display: none !important;
}
._second-color {
  color: var(--sc-color);
}

._title {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: 58px;
  line-height: 1.1;
  text-align: right;
  color: var(--pr-color);
  margin-bottom: 50px;
}

._text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  /* or 107% */
  text-align: right;
  color: var(--pr-color);
}

._text p {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

._secondary-title {
  /* font-family: var(--sc-font); */
  font-style: italic;
  /* font-weight: 700;
  font-size: 32px;
  line-height: 1.1; */
  /* or 89% */
  text-align: right;
  /* color: var(--pr-color); */
}

._btn {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  /* Rectangle 71 */
  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;
  color: var(--pr-color);
  padding: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 45px;
  background: var(--sc-color);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

._btn:hover {
  color: var(--sc-color);
  background: var(--pr-color);
}

._secondary-btn {
  color: var(--sc-color);
  background: var(--pr-color);
}

._secondary-btn:hover {
  color: var(--pr-color);
  background: var(--sc-color);
}

.svt__inner {
  width: 75%;
  min-height: 100vh;
  margin: 0 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;
}

.svt__inner._rtl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.svt__inner.svt__full {
  width: 100%;
}

.svt__full {
  position: relative;
}

.svt__full .svt__media {
  position: absolute;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-left: 20%;
  z-index: 1;
}

.svt__full .svt__media video,
.svt__full .svt__media img {
  width: 100%;
  /* height: 100%; */
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.svt__full .svt__content {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 40%;
  margin-left: 12.5%;
  margin-right: auto;
}

.svt__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  height: auto;
  max-height: 80vh;
}

.svt__media video,
.svt__media img {
  max-height: 80vh;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

._popup-block {
  display: none;
  position: fixed;
  padding: 0;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  z-index: 100;
}

._popup-block.open-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._popup-block--inner {
  width: 80%;
  height: 80%;
  position: relative;
}

._popup-open-btn {
  cursor: pointer;
}

._popup-close-btn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 2;
  background: var(--sc-color);
  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;
}

._popup-close-btn img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  /* -webkit-filter: invert(1); */
  /* filter: invert(1); */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.baner {
  padding-top: 150px;
}

.baner__content {
  text-align: center;
}
.baner__title-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}
.baner__title {
  margin: 0;
  text-align: center;
  margin-left: 10px;
  /* font-size: 44px; */
  /* margin-bottom: -10px; */
}

.baner__title-list {
  position: relative;
  /* margin-bottom: 20px; */
}

.baner__title-list ._hide-text {
  opacity: 0;
  margin: 0;
  display: none;
}

.baner__title-item {
  /* width: 100%; */
  line-height: 1;
  color: var(--sc-color);
  margin: 0;
  text-align: center;
  /* position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  z-index: 1;
  display: none;
  animation: 0.3s linear opacityOpen;
}
@keyframes opacityOpen {
  from {
    opacity: 0;
  }

  to {
   opacity: 1;
  }
}

.baner__title-item._active {
  opacity: 1;
  z-index: 2;
  display: inline-block;
  /* position: static;
  top: unset;
  left: unset;
  transform: unset; */
}

.baner__text {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

.baner__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.baner__btn-block ._btn {
  margin: 0 5px;
}

.baner__slider {
  margin-bottom: 20px;
  position: relative;
}

.baner__slider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 102%;
  /* Rectangle 537 */
  width: 20%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #000000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, #000000 5%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, #000000 5%, rgba(0, 0, 0, 0) 100%);
}

.baner__slider::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 102%;
  /* Rectangle 537 */
  width: 20%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(0, 0, 0, 0)), to(#000000));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 5%, #000000 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 5%, #000000 100%);
}

.baner__slider-l {
  direction: ltr !important;
}

.baner__slider-item {
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
}

.baner__slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about--svt-2.svt__full .svt__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  width: 32%;
}

.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
}

.about__subTitle {
  font-family: var(--pr-font);
  font-weight: normal;
  font-style: italic;
  font-size: 44px;
  text-align: left;
  color: #dbd6cc;
  margin-bottom: 5px;
  -webkit-transition: opacity 0.3s 0.1s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.3s 0.1s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -o-transition: opacity 0.3s 0.1s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.3s 0.1s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.3s 0.1s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.about__title {
  font-weight: bold;
  font-size: 54px;
  margin-bottom: 10px;
  -webkit-transition: opacity 0.4s 0.1s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.4s 0.1s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -o-transition: opacity 0.4s 0.1s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.4s 0.1s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.4s 0.1s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.about__text {
  -webkit-transition: opacity 0.5s 0.1s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.5s 0.1s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -o-transition: opacity 0.5s 0.1s ease-in-out, transform 0.6s ease-in-out;
  transition: opacity 0.5s 0.1s ease-in-out, transform 0.6s ease-in-out;
  transition: opacity 0.5s 0.1s ease-in-out, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.about__text:not(:last-child) {
  margin-bottom: 30px;
}

._js_active .about__subTitle,
._js_active .about__title,
._js_active .about__text {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.about__right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding-left: 5%;
}

.about__list {
  width: 100%;
  counter-reset: about;
}

.about__item {
  margin-bottom: 10px;
  -webkit-transition: opacity 0.5s 0.1s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.5s 0.1s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -o-transition: opacity 0.5s 0.1s ease-in-out, transform 0.6s ease-in-out;
  transition: opacity 0.5s 0.1s ease-in-out, transform 0.6s ease-in-out;
  transition: opacity 0.5s 0.1s ease-in-out, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.about__item._js_active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.about__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about__item-link::before {
  counter-increment: about;
  content: counter(about);
  font-family: var(--pr-font);
  font-weight: normal;
  font-size: 20px;
  text-align: left;
  color: #dbd6cc;
  padding: 3px 7px;
  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: transparent;
  border: 4px solid #dbd6cc;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about__item-link:hover::before {
  color: #dec7fe;
  border: 4px solid #dec7fe;
}

.about__item-link:hover .about__item-text {
  color: #dec7fe;
}

.about__item-link:hover .about__item-icon {
  opacity: 1;
}

.about__item-text {
  font-family: var(--pr-font);
  font-weight: bold;
  font-size: 38px;
  text-align: left;
  color: #dbd6cc;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.about__item-icon {
  opacity: 0;
  margin-left: 10%;
  width: 38.5px;
  height: 38.5px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-content-sec {
  padding-bottom: 150px;
}

.our-content__title {
  text-align: center;
}

.our-content__text {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.our-content__slider {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.our-content__slide {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.our-content__slide::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 50%;
  display: block;
  /* Rectangle 498 */
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.our-content__content {
  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;
  position: absolute;
  bottom: 10%;
  width: 100%;
  padding: 0 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

.our-content__content_text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  /* identical to box height */
  text-align: center;
  color: var(--pr-color);
  margin-bottom: 5px;
}

.our-content__content_title {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  /* identical to box height */
  text-align: center;
  color: var(--sc-color);
}

.our-content__media {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 25px;
  /* background: #00a7a2; */
}

.our-content__media_button-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  /* background-color: #fff; */
  background-color: var(--sc-color);
  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;
  z-index: 2;
}

.our-content__media_button-popup--icon {
  position: relative;
  left: 2px;
  width: 40% !important;
  height: 40%;
  -o-object-fit: contain;
  object-fit: contain;
}

.our-content__media .our-content__media-foto {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.popup__our-content_media {
  width: 100%;
  height: 100%;
}

.popup__our-content_media video,
.popup__our-content_media iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.our-content-sec .owl-theme .owl-dots .owl-dot.active span {
  background: var(--sc-color);
  width: 40px;
}

.our-content-sec .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--sc-color);
}

.our-content__slider--wrapper .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: unset;
}

.our-content__slider--wrapper .owl-dots {
  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: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 50px !important;
}

.our-content--svt-1 {
  width: 100%;
}

.our-content--svt-1 .svt__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27.5%;
  flex: 0 0 27.5%;
  width: 27.5%;
  margin-left: 12.5%;
}

.our-content--svt-1 .svt__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  width: 60%;
}

.our-content--svt-2 .svt__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27.5%;
  flex: 0 0 27.5%;
  width: 27.5%;
  margin-left: auto;
  margin-right: 12.5%;
}

.our-content--svt-2 .svt__media {
  width: 70%;
  height: 100%;
  padding: 0;
}

.our-content--svt-3 .svt__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  width: 47%;
}
/* .our-content--svt-3 .svt__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36.5%;
  flex: 0 0 36.5%;
  width: 36.5%;
} */

.our-content--svt-4 .svt__media {
  width: 75%;
  height: auto;
  padding: 0;
}

.our-content--svt-4 .svt__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  width: 22%;
  margin-left: auto;
  margin-right: 12.5%;
}

.our-content--svt-5 {
  min-height: auto;
  padding-top: 100px;
}

.our-content--svt-5 .svt__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  width: 33%;
}
/* .our-content--svt-5 .svt__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28.5%;
  flex: 0 0 28.5%;
  width: 28.5%;
} */

.our-content--svt-5 .svt__media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  width: 65%;
}

.our-content--button-text {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 100px;
}

.our-content__slider--wrapper-2 .owl-carousel .owl-item {
  pointer-events: none;
  opacity: 0.6;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.our-content__slider--wrapper-2 .owl-carousel .owl-item .our-content__content-2 {
  display: none;
}

.our-content__slider--wrapper-2 .owl-carousel .owl-item.center {
  pointer-events: auto;
  opacity: 1;
}

.our-content__slider--wrapper-2 .owl-carousel .owl-item.center .our-content__content-2 {
  display: block;
}

.our-content__slider-2 {
  margin-top: 50px;
  margin-bottom: 70px;
  position: relative;
}

.our-content__slider-2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 102%;
  width: 20%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(0, 0, 0, 0)), to(#000000));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 5%, #000000 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 5%, #000000 100%);
}

.our-content__slider-2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 102%;
  width: 20%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #000000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, #000000 5%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, #000000 5%, rgba(0, 0, 0, 0) 100%);
}

.our-content__slide-2 {
  position: relative;
}

.our-content__slide-2::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 50%;
  display: block;
  /* Rectangle 498 */
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #000000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, #000000 10%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, #000000 10%, rgba(0, 0, 0, 0) 100%);
}

.our-content__content-2 {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  padding: 0 30px;
}

.our-content__content-2--text {
  text-align: right;
  margin-bottom: 10px;
}

.our-content__content-2--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;
  padding: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 45px;
  background: var(--sc-color);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-content__content_link--text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-align: right;
  color: var(--pr-color);
}

.our-content__content_link--icon {
  margin-left: 10px;
  width: 25px;
  height: 25px;
  background: var(--pr-color);
  border-radius: 50%;
  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;
}

.our-content__content_link--icon img {
  width: 30% !important;
  height: 30%;
  position: relative;
  left: 1%;
}

.our-content__media-2 {
  height: 460px;
  border-radius: 15px;
  overflow: hidden;
}

.our-content__media-2 img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.our-content__slider--wrapper-2 .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.our-content__slider--wrapper-2 .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0;
  width: 50%;
  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;
}

.our-content__slider--wrapper-2 .owl-carousel .owl-nav button.owl-prev,
.our-content__slider--wrapper-2 .owl-carousel .owl-nav button.owl-next {
  background: #fff !important;
  width: 50px !important;
  height: 50px !important;
  position: relative;
  border-radius: 50% !important;
}

.our-content__slider--wrapper-2 .owl-carousel .owl-nav button.owl-prev::after,
.our-content__slider--wrapper-2 .owl-carousel .owl-nav button.owl-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/screenz-media/play-icon.png);
  width: 50%;
  height: 50%;
}

.our-content__slider--wrapper-2 .owl-carousel .owl-nav button.owl-prev span,
.our-content__slider--wrapper-2 .owl-carousel .owl-nav button.owl-next span {
  display: none !important;
}

.our-content__slider--wrapper-2 .owl-carousel .owl-nav button.owl-next::after {
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.testimoniels-sec {
  padding-bottom: 150px;
}

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

.testimoniels-sec .owl-theme .owl-dots .owl-dot.active span {
  background: var(--sc-color);
  width: 40px;
}

.testimoniels-sec .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--sc-color);
}

.testimoniels-sec .owl-dots {
  margin-top: 30px !important;
}

.testimoniels_title {
  text-align: center;
}

.testimoniels__slider {
  padding: 0 10%;
  margin: 0 auto;
}

.testimoniels__slide {
  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;
  margin: 0 10px;
}

.testimoniels__slide-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  border: 3px solid #d9d9d9;
  border-radius: 10px;
  padding: 20px;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.testimoniels__slide-content::after {
  content: "";
  position: absolute;
  position: absolute;
  width: 0;
  height: 0;
  border: 16px solid;
  border-color: #d9d9d9 #d9d9d9 transparent transparent;
  top: 100%;
  left: 90%;
  margin-left: -16px;
  z-index: 1;
}

.testimoniels__slide-content::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: #000 #000 transparent transparent;
  top: 100%;
  left: 90%;
  margin-top: -1px;
  margin-left: -12px;
  z-index: 2;
}

.testimoniels__slide-content--icon {
  width: 40px !important;
  height: 40px;
  margin-left: auto;
  margin-bottom: 20px;
}

.testimoniels__slide-content--text {
  text-align: right;
}

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

.testimoniels__slide-footer--foto {
  width: 75px !important;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimoniels__slide-footer--title {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  text-align: right;
  color: #ffffff;
}

.testimoniels__slide-footer--text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1;
  text-align: right;
  color: #ffffff;
}

.packages-sec {
  margin-bottom: 150px;
}

.packages__title-block {
  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: 0 auto;
}

.packages__title {
  margin: 0;
}

.packages__text {
  text-align: center;
  margin-bottom: 50px;
}

.packages_logo {
  width: 137px;
  height: 87px;
}

.packages__card-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 150px;
}

.packages__card {
  margin: 0 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  width: 45%;
  position: relative;
  padding: 40px;
  background: -o-linear-gradient(295.62deg, #171717 5.76%, rgba(18, 18, 18, 0.6) 97.26%);
  background: linear-gradient(154.38deg, #171717 5.76%, rgba(18, 18, 18, 0.6) 97.26%);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.packages__card._sale {
  border: 2px solid var(--sc-color);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.packages__card-sale {
  position: absolute;
  left: 0;
  top: 0;
  /* Rectangle 457 */
  padding: 10px 20px;
  background: #ec1944;
  border-radius: 10px 0px 10px 0px;
  font-family: var(--pr-font);
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}

.packages__card-content {
  padding-top: 10px;
  padding-top: 10px;
  width: 100%;
  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;
}

.packages__card-title {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  text-align: right;
  color: #ec1944;
  margin-bottom: 30px;
}

.packages__card-list {
  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: 30px;
}

.packages__card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.packages__card-icon {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 10px;
}

.packages__card-text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  text-align: right;
  color: #ffffff;
}

.packages__card-price {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 50px;
}

.packages__card-price--amount {

  font-family: sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  text-align: right;
  color: #ffffff;
}

.packages__card-price--amount span {
  font-size: 40px;
  font-family: var(--pr-font);
}

.packages__card-price--text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-align: right;
  color: #ffffff;
  margin-right: 10px;
}

.packages__card-btn {
  width: 100%;
}

.packages__footer {
  width: 90%;
  margin: 0 auto;
}

.packages__footer-title {
  text-align: center;
}

.packages__footer-media {
  height: 640px;
}

.packages__footer-media img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.question__title {
  text-align: center;
}

.question__list {
  margin-bottom: 50px;
}

.question__item {
  width: 100%;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #333333;
}

.question__item._active ._minus {
  opacity: 1;
  z-index: 2;
}

.question__item._active ._plus {
  opacity: 0;
  z-index: 1;
}

.question__item._active .question__hide-content {
  height: 100%;
  opacity: 1;
}

.question__btn {
  padding: 0 30px;
  background: #333333;
  min-height: 100px;
  cursor: pointer;
  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: 100%;
  position: relative;
  z-index: 2;
}
.question__item._active .question__btn-text{
  color: var(--sc-color);
}
.question__btn-text {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.question__btn-icon-wrapper {
  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;
  width: 28px;
  flex: 0 0 28px;
  height: 28px;
  display: block;
  position: relative;
}

.question__btn-icon {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

._minus {
  opacity: 0;
  z-index: 1;
}

._plus {
  opacity: 1;
  z-index: 2;
}

.question__hide-content {
  position: relative;
  z-index: 1;
  height: 0;
  opacity: 0;
}

.question__text {
  border-top: 2px solid #fff;
  padding: 30px;
  margin-bottom: 20px;
}

.header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  top: 0;
  background: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-bottom: 5px;
  padding-top: 5px;
}

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

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

.header__logo {
  width: 140px;
  height: 90px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header__menu-item {
  margin: 0 20px;
}

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

.header__menu-link:hover .header__menu-text {
  color: var(--sc-color);
}

._js-scroll-active .header__menu-text {
  color: var(--sc-color);
  font-weight: bold;
}

.header__menu-text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: var(--pr-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer__title {
  text-align: center;
}

.footer__partner-list {
  width: 70%;
  margin: 0 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;
  margin-bottom: 70px;
}

.footer__partner-item {
  max-width: 23%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 max-content;
  flex: 0 0 max-content;
  height: auto;
}

.footer__partner-item img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 130px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer_logo {
  margin: 0 auto;
  width: 137px;
  height: 87px;
  margin-bottom: 50px;
}

.footer__btn-block {
  margin: 0 auto;
  margin-bottom: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  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;
}

.footer__btn-block ._btn {
  margin: 0 5px;
}

.footer__contacts-list {
  width: 60%;
  margin: 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  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;
}

.footer__contacts-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  width: 33%;
}

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

.footer__contacts-link:hover .footer__contacts-text {
  color: #fff;
}
.footer__link-facto-text{
   margin-top: 30px;
   display: block;
   margin: 0 auto;
   width: max-content;
   margin-top: 30px;
   color: var(--sc-color);
   text-decoration: underline;
}

.footer__contacts-icon {
  width: 40px;
  height: 40px;
  background: transparent;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer__contacts-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer__contacts-text {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 22px;
}

/* תבואות הארץ 3, תל אביב */

@media (max-width: 1700px) {
  .header__logo,
  .footer_logo,
  .packages_logo {
    width: 120px;
    height: 70px;
  }

  .footer_logo {
    margin-bottom: 30px;
  }

  ._btn,
  .our-content__content-2--link {
    height: 40px;
    border-radius: 5px;
    font-size: 18px;
  }

  .header__menu-text {
    font-size: 18px;
  }

  .header__menu-item {
    margin: 0 10px;
  }

  .baner {
    padding-top: 110px;
  }

  ._title {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .baner__title-item{
    margin: 0;
  }
  .baner__title {
    margin: 0;
    text-align: center;
    margin-left: 10px;
    /* font-size: 38px; */
    /* margin-bottom: -10px; */
  }

  ._text {
    font-size: 24px;
  }

  .baner__text {
    margin-bottom: 20px;
  }

  .baner__slider-item {
    height: 200px;
    border-radius: 10px;
  }

  ._secondary-title {
    /* font-size: 28px; */
  }

  .our-content__media {
    height: 380px;
    border-radius: 15px;
  }

  .our-content__media_button-popup {
    width: 45px;
    height: 45px;
  }

  .our-content__content_title {
    font-size: 32px;
  }

  .our-content__content_text {
    font-size: 26px;
  }

  .our-content__slider {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0px;
  }

  .our-content__slider--wrapper .owl-dots {
    margin-top: 30px !important;
  }

  .our-content--button-text {
    margin-top: 30px;
    margin-bottom: 100px;
  }

  .our-content__media-2 {
    height: 380px;
  }

  .our-content__slider--wrapper-2 .owl-carousel .owl-nav button.owl-prev,
  .our-content__slider--wrapper-2 .owl-carousel .owl-nav button.owl-next {
    width: 45px !important;
    height: 45px !important;
  }

  .testimoniels__slide-content--icon {
    width: 30px !important;
    height: 30px;
    margin-bottom: 15px;
  }

  .testimoniels__slide-content {
    border: 3px solid #d9d9d9;
    border-radius: 10px;
    padding: 15px;
    padding-bottom: 30px;
    margin-bottom: 35px;
  }

  .testimoniels__slide-content::before {
    border: 8px solid;
    border-color: #000 #000 transparent transparent;
  }

  .testimoniels__slide-content::after {
    border: 12px solid;
    border-color: #d9d9d9 #d9d9d9 transparent transparent;
  }

  .testimoniels__slide-footer--foto {
    width: 70px !important;
    height: 70px;
  }

  .testimoniels__slide-footer--title {
    font-size: 22px;
  }

  .testimoniels__slide-footer--text {
    font-size: 20px;
  }

  .packages__title {
    margin: 0 !important;
  }

  .packages__card-title {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .packages__card-text {
    font-size: 22px;
  }

  .packages__card-icon {
    width: 28px;
    height: 28px;
    margin-left: 8px;
  }

  .packages__card-price {
    margin-bottom: 30px;
  }

  .packages__card-list {
    margin-bottom: 20px;
  }

  .packages__card-sale {
    border-radius: 6px 0px 6px 0px;
    font-size: 24px;
  }

  .packages__card {
    margin: 0 15px;
    padding: 30px;
    border-radius: 10px;
  }

  .packages__card-price--text {
    font-size: 20px;
    margin-right: 10px;
  }

  .packages__card-price--amount {
    font-size: 50px;
  }

  .packages__card-price--amount span {
    font-size: 32px;
    margin-right: 3px;
  }

  .packages__card-block {
    margin-bottom: 120px;
  }

  .packages__footer-media {
    height: 540px;
  }

  .question__btn {
    padding: 0 20px;
    min-height: 70px;
  }

  .question__btn-icon-wrapper {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
  }

  .question__text {
    padding: 20px;
    margin-bottom: 10px;
  }

  .question__list {
    margin-bottom: 30px;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer__partner-item img {
    max-height: 90px;
  }

  .footer__partner-list {
    margin-bottom: 50px;
  }

  .footer__btn-block {
    margin-bottom: 30px;
  }

  .footer__contacts-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
  }

  .footer__contacts-text {
    font-size: 18px;
  }
}

@media (max-width: 1400px) {
  .header__logo,
  .footer_logo,
  .packages_logo {
    width: 90px;
    height: 55px;
  }

  .baner {
    padding-top: 90px;
  }

  ._btn,
  .our-content__content-2--link {
    height: 30px;
    border-radius: 5px;
    font-size: 16px;
  }



  .header__menu-text {
    font-size: 16px;
  }

  ._title {
    font-size: 38px;
    margin-bottom: 20px;
  }

  ._text {
    font-size: 20px;
  }
  .baner__title-item{
    margin: 0;
  }
  .baner__text {
    margin-bottom: 15px;
  }
  .baner__title {
    margin: 0;
    text-align: center;
    margin-left: 7px;
    /* font-size: 32px; */
    /* margin-bottom: -10px; */
  }
  .baner__slider-item {
    height: 180px;
    border-radius: 10px;
  }

  ._text p {
    margin-bottom: 10px;
  }

  ._secondary-title {
    /* font-size: 24px; */
  }

  .our-content__media {
    height: 310px;
    border-radius: 15px;
  }

  .our-content__content_title {
    font-size: 28px;
  }

  .our-content__content_text {
    font-size: 22px;
  }

  .testimoniels-sec .owl-theme .owl-dots .owl-dot.active span,
  .our-content-sec .owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
  }

  .our-content__content_link--text {
    font-size: 18px;
  }

  .our-content__content_link--icon {
    margin-left: 5px;
    width: 20px;
    height: 20px;
  }

  .our-content__media-2 {
    height: 300px;
  }

  .our-content-sec {
    padding-bottom: 100px;
  }

  .testimoniels__slide-footer--foto {
    width: 60px !important;
    height: 60px;
  }

  .testimoniels__slide-footer--text {
    font-size: 18px;
  }

  .testimoniels__slide-footer--title {
    font-size: 20px;
  }

  .packages__card-price--amount {
    font-size: 44px;
  }

  .packages__card-price--amount span {
    font-size: 26px;
    margin-right: 3px;
  }

  .packages__footer-media {
    height: 480px;
  }

  .question__btn {
    padding: 0 20px;
    min-height: 55px;
  }

  .footer__partner-item img {
    max-height: 80px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 1300px) {
  .baner__slider-item {
    height: 150px;
    border-radius: 10px;
  }

  ._text {
    font-size: 18px;
  }

  ._title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .baner__title-item{
    margin: 0;
  }
  .baner__title {
    margin: 0;
    text-align: center;
    margin-left: 7px;
    /* font-size: 28px; */
    /* margin-bottom: -5px; */
  }

  .our-content__media {
    height: 270px;
    border-radius: 10px;
  }

  .our-content__content_title {
    font-size: 24px;
  }

  .our-content__content_text {
    font-size: 20px;
  }

  .our-content__media-2 {
    height: 260px;
  }

  .testimoniels__slide-footer--title {
    font-size: 18px;
  }

  .testimoniels__slide-footer--text {
    font-size: 16px;
  }

  .testimoniels__slide-footer--foto {
    width: 50px !important;
    height: 50px;
  }

  .testimoniels__slide-footer--foto {
    width: 50px !important;
    height: 50px;
  }

  .packages__footer-media {
    height: 380px;
  }

  .question__btn {
    padding: 0px 15px;
    min-height: 50px;
  }

  .footer__contacts-text {
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
  /*=burger media===============================*/

  .menu-burger__header {
    position: relative;
    /* задаем относительное позиционирование */
    width: 34px;
    /* определяем размеры блока */
    height: 34px;
    display: block;
    background: var(--sc-color);
    border-radius: 7px;
  }

  .menu-burger__header span,
  .menu-burger__header:after,
  .menu-burger__header:before {
    width: 24px;
    height: 3px;
    border-radius: 0.93px;
    background: var(--pr-color);
    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;
  }
}

@media (max-width: 800px) {
   .footer__link-facto-text{
      margin-top: 10px;
   }
  ._desctop{
    display: none !important;
  }
  ._mobile{
    display: block !important;
  }
  .about--svt-1 .svt__media{
    margin-bottom: 30px;
  }
  .header__burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header ._inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__menu {
    visibility: hidden;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(250%);
    -ms-transform: translateX(250%);
    transform: translateX(250%);
    width: 100%;
    height: 100vh;
    background: #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  ._js--open-menu.header__menu {
    visibility: visible;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .header {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .header__menu-text {
    font-size: 26px;
  }

  .header__menu-item {
    margin: 0;
    margin-bottom: 10px;
  }

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

  .baner__slider-item {
    /* height: 100px; */
    height: auto;
    border-radius: 10px;
  }
  .baner__slider-item img {
    height: auto;
}
  .baner__slider {
    margin-bottom: 10px;
    position: relative;
  }



  .baner__text {
    width: 100%;
    margin-bottom: 30px;
  }

  .baner {
    padding-top: 130px;
  }

  ._btn,
  .our-content__content-2--link {
    height: 35px;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 10px;
  }

  .baner__btn-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .baner__btn-block ._btn {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .header.fadeOut {
    top: 0%;
  }

  .header__logo,
  .footer_logo,
  .packages_logo {
    width: 90px;
    height: 50px;
  }

  .header .logo-link {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .svt__inner {
    width: 90%;
    padding: 0;
    padding-top: 80px;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .svt__content {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    margin-bottom: 30px;
  }

  .svt__media {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    height: auto;
    max-height: unset;
  }

  .svt__media video,
  .svt__media img {
    max-height: unset;
  }

  ._title {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
  }
  .baner__title-item{
    margin: 0;
  }
  ._text {
    font-size: 18px;
    text-align: center;
  }
  .question__btn-text{
    text-align: right;
    padding-left: 10px;
  }
  .question__btn {
    padding: 10px 15px;
    min-height: 50px;
}
  ._secondary-title {
    /* font-size: 24px; */
    text-align: center;
  }
  .baner__title {
    margin: 0;
    text-align: center;
    margin-left: 7px;
    /* font-size: 30px; */
    /* margin-bottom: -5px; */
  }

  .baner__title-item {
    /* font-size: 32px; */
    /* width: 100%; */
  }
  .about {
    padding-bottom: 80px;
  }
  .svt__inner._rtl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .svt__full .svt__media {
    position: static;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    height: 100%;
    padding-left: 0;
    z-index: 1;
  }

  .about--svt-2.svt__full .svt__content {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }

  .svt__inner.svt__full {
    width: 90%;
  }

  .our-content__text {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .our-content--svt-1 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .our-content--svt-1 .svt__content {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 90%;
    margin: 0 auto;
  }

  .our-content--svt-1 .svt__media {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
  }

  .our-content--svt-5,
  .our-content--svt-3,
  .svt__full.our-content--svt-4,
  .svt__full.our-content--svt-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
  }

  .our-content--svt-3,
  .our-content--svt-2 .svt__content {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 90%;
    margin: 0 auto;
  }

  .our-content--svt-3 .svt__content {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
  }

  .our-content--svt-4 .svt__content {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 90%;
    margin: 0 auto;
  }

  .our-content--svt-5 .svt__content {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .our-content--svt-5 .svt__media {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
  }

  .our-content--button-text {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .our-content__content-2 {
    position: static;
    z-index: 3;
    bottom: unset;
    padding: 0 5%;
    margin-bottom: 10px;
  }

  .our-content__content-2--link {
    margin: 0 auto;
  }

  .our-content__slide-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
  }

  .our-content__slider--wrapper-2 .owl-nav {
    position: static;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    height: auto;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .our-content__slide-2::before {
    display: none;
  }

  .our-content__media-2 {
    overflow: hidden;
    border-radius: 15px;
    height: 160px;
    margin-bottom: 20px;
  }

  .our-content__slider--wrapper-2 .owl-carousel .owl-item .our-content__content-2 {
    display: block;
  }

  .our-content__slider-2 {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .testimoniels__slider {
    padding: 0;
  }

  .testimoniels-sec ._inner {
    width: 100%;
  }

  .testimoniels__slide-footer--foto {
    width: 75px !important;
    height: 75px;
  }

  .testimoniels-sec {
    padding-bottom: 80px;
  }

  .packages__card-block {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    margin-bottom: 80px;
  }

  .packages__card {
    margin: 0;
    margin-bottom: 20px;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    border: 1px solid #333333;
    border-radius: 10px;
    padding: 30px 0;
  }

  .packages__card._sale {
    border: 1px solid var(--sc-color);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .packages__card._sale .packages__card-title,
  .packages__card._sale .packages__card-item {
    border-bottom: 1px solid var(--sc-color);
  }

  .packages__card-title,
  .packages__card-item {
    border-bottom: 1px solid #333333;
    padding: 0 5%;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .packages__card-price {
    padding: 0 5%;
  }

  .packages__card-btn {
    width: 90%;
    margin: 0 auto;
  }

  .packages__footer {
    width: 100%;
    margin: 0 auto;
  }

  .packages__footer-media {
    height: auto;
    max-height: 250px;
  }

  .packages-sec {
    margin-bottom: 80px;
  }

  .question__btn-icon-wrapper {
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
  }

  .question__text {
    padding: 10px;
    margin-bottom: 10px;
    text-align: right;
  }

  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer__partner-list {
    margin-bottom: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
  }

  .footer__partner-item {
    max-width: 48%;
    margin-bottom: 20px;
  }

  .footer__btn-block {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
  }

  .footer__btn-block ._btn {
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
    padding: 0 20px;
  }

  .footer__contacts-list {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__contacts-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    width: 48%;
    margin-bottom: 20px;
  }

  .our-content__media {
    height: 350px;
    border-radius: 20px;
  }

  .our-content__slide {
    opacity: 0.4;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .center .our-content__slide {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .our-content__slider--wrapper .owl-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .packages__card-text {
    font-size: 16px;
}
.packages__card-icon {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.packages__card-title, .packages__card-item {
  border-bottom: 1px solid #333333;
  padding: 0 3%;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.packages__card {
  padding: 15px 0;
}
.packages__card-list {
  margin-bottom: 10px;
}
.packages__card-price {
  padding: 0 3%;
  margin-bottom: 20px;
}
.packages__card-price--amount {
  font-size: 38px;
}
.packages__card-sale {
  border-radius: 6px 0px 6px 0px;
  font-size: 18px;
}
.packages__card-content {
  padding-top: 0px;
}
}