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

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

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

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

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

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

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

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

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

a,
button {
  outline: none !important; }

a {
  text-decoration: none; }

ol,
ul {
  list-style: none; }

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

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

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

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

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

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

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

:root {
  --pr-font: "Heebo", sans-serif;
  --fs-36: 36px;
  --fs-30: 30px;
  --fs-24: 24px;
  --fs-20: 20px;
  --fs-18: 18px; }

  .page-thanks .inner,
  .error-404 .inner {
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 250px 0 0px;
  }
  .error-404__content {
    width: 100%;
  }
  .error-404__logo {
    width: 30%;
    margin: 0 auto;
    margin-bottom: 5px;
  }
  .error-404__title{

font-family: var(--pr-font);
font-style: normal;
font-weight: 700;
font-size: 100px;
line-height: 1.1;
text-align: center;
color: #25D5F0;

margin-bottom: 20px;
  }
  .error-404__text {


font-family: var(--pr-font);
font-style: normal;
font-weight: 400;
font-size: var(--fs-24);
line-height: 1.2;
/* or 125% */
text-align: center;

color: #FFFFFF;



    margin-bottom: 20px;
  }
  .error-404__btn {
    width: max-content;
    margin: 0 auto;
  }
  ._btn {
  }
  ._red-btn {
  }
body {
  direction: rtl !important;
  unicode-bidi: bidi-override !important;
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  background-color: #131313; }

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

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

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

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

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

.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===============================*/
@media (max-width: 800px) {
  /*=burger media===============================*/
  .menu-burger__header {
    position: relative;
    /* задаем относительное позиционирование */
    width: 40px;
    /* определяем размеры блока */
    height: 40px;
    display: block;
    border: 1px solid #FFA127;
    border-radius: 50%; }
  .menu-burger__header span,
  .menu-burger__header:after,
  .menu-burger__header:before {
    width: 24px;
    height: 3px;
    border-radius: 0.93px;
    background: #fff;
    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: 10px; }
  .menu-burger__header:before {
    top: 10px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

._descktop {
  display: block !important; }

._mobile {
  display: none !important; }
  .tamplate-page--sec {
    padding-top: 200px;
   
  }
  .tamplate-page--sec  ._inner {
    width: 60%;
  }

  .tamplate-page--content *{
    font-family: var(--pr-font);
  }
.header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 1000;
  top: 0;
  background: transparent;
  padding-bottom: 20px;
  padding-top: 20px; }
  .header.scroll-header {
    background: #121212; }
  .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; }

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

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

.header__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px; }

._btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 200px;
  height: 60px;
  border: 1px solid #25D5F0;
  padding: 5px 40px;
  background: transparent;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-24);
  line-height: 1;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  ._btn._red-btn {
    background: #25D5F0;
        color: #131313;}
  ._btn:hover {
    background: #25D5F0;
        color: #131313;}

._to-home {
  display: none; }

._not-home-page .header__btn {
  display: none; }

._not-home-page ._to-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.baner ._conteiner {
  height: 100vh;
  position: relative; }

.baner ._inner {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  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; }

.baner__fon {
  width: 100%;
  height: 100%;
  /* Mask group */ }
  .baner__fon img, .baner__fon video, .baner__fon iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.baner__content {
  width: 35%; }

.baner__title {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-36);
  line-height: 1.2;
  /* identical to box height */
  text-align: right;
  color: #25D5F0;
  margin-bottom: 30px; }

.baner__text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 1.2;
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 30px; }
  .baner__text p {
    margin: 0;
    margin-bottom: 30px; }

.baner__sub-title {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-30);
  line-height: 1.2;
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 30px; }

.baner__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: 40px; }

.baner__btn {
  height: 70px;
  min-width: 250px; }

.product__item {
  height: 100%;
  margin-left: 30px; }

.product {
  margin-top: 120px; }
  .product .owl-carousel .owl-stage-outer {
    overflow: visible; }

.product__title {
  /* חדש מהניילון */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-30);
  line-height: 1.2;
  /* identical to box height */
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 30px; }

.product__item--media {
  display: block;
  width: 100%;
  /* height: 220px; */
  height: auto;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden; }
  .product__item--media::after {
    /* content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.4);
    z-index: 1; */
  display: none;
  }
  .product__item--media:hover .product__item--foto {
    /* -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); */
   }

.product__item--icon {
  /* position: absolute;
  left: 10px;
  top: 10px;
  position: absolute;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  overflow: hidden;
  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;
  border: 1px solid #FFFFFF;
  z-index: 2;  */
  display: none;
  } 
.series_list_wrapper .product__item--icon {
  position: absolute;
    left: 50%;
    top: 50%;
    position: absolute;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
  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;
  border: 1px solid #FFFFFF;
  z-index: 2; 

  opacity: 0;
  transition: all 0.3s linear;
  } 
  .series_list_wrapper .product__item:hover .product__item--icon{
opacity: 1;
  }
  .product__item--icon img {
    width: 40%;
    height: 40%;
    -o-object-fit: contain;
    object-fit: contain; }

.product__item--foto {
  width: 100%;
  height: 100%;
  /* -o-object-fit: cover; */
  /* object-fit: cover; */
  object-fit: contain;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.product__item--info {
  padding-left: 10%; }

.product__item--title {
  /* */
  display: block;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-20);
  line-height: 1.2;
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .product__item--title:hover {
    color: #25D5F0; }

.product__item--text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 1.2;
  /* or 111% */
  text-align: right;
  color: #FFFFFF;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.footer {
  margin-top: 150px;
  padding-top: 150px;
  padding-bottom: 100px;
  /* Rectangle 558 */
  border-top: 1px solid #fff; }

.footer__title {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-30);
  line-height: 1.2;
  /* identical to box height */
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 70px; }

.footer__form-wrapper input {
  height: 80px;
  background: transparent;
  border: 1px solid #FFFFFF;
  width: 100%;
  padding: 0 10px;
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1;
  text-align: right;
  color: #FFFFFF; }
  .footer__form-wrapper input::-webkit-input-placeholder {
    font-family: var(--pr-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-20);
    line-height: 1;
    text-align: right;
    color: #FFFFFF; }
  .footer__form-wrapper input:-ms-input-placeholder {
    font-family: var(--pr-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-20);
    line-height: 1;
    text-align: right;
    color: #FFFFFF; }
  .footer__form-wrapper input::-ms-input-placeholder {
    font-family: var(--pr-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-20);
    line-height: 1;
    text-align: right;
    color: #FFFFFF; }
  .footer__form-wrapper input::placeholder {
    font-family: var(--pr-font);
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-20);
    line-height: 1;
    text-align: right;
    color: #FFFFFF; }

.footer__form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  direction: rtl !important;
  unicode-bidi: bidi-override !important;
}
.footer__form-list p{
  margin: 0;
  padding: 0;
}
.footer__form-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
  width: 26%;
position: relative; }
.wpcf7-spinner {
margin: 0;
margin-top: 10px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,100%);
}
.wpcf7-not-valid-tip {
  position: absolute;
}
.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 {
  border: none;
  color: red;
}
.footer__form-item--submit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  width: 18%; }
  .footer__form-item--submit input {
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .footer__form-item--submit input:hover {
      border: 1px solid #25D5F0;
      background: #25D5F0; }

.footer__contacts {
  padding: 100px 0;
  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: 50px; }

.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;
  gap: 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .footer__contacts--link:hover .footer__contacts--text {
    color: #25D5F0; }

.footer__contacts--icon {
  width: auto;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.footer__contacts--text {
  /*  */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-24);
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.footer__bottom {
  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__bottom--text {
  /* */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 1.2;
  /* identical to box height, or 111% */
  text-align: right;
  color: #FFFFFF; }

.footer__bottom--soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px; }

.footer__bottom--soc-link {
  display: block;
  width: 30px;
  height: 25px; }

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

.footer__bottom--link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px; }

.footer__bottom--link {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-18);
  line-height: 1.2;
  /* identical to box height, or 111% */
  text-align: right;
  color: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .footer__bottom--link:hover {
    color: #25D5F0; }

.video-page-baner ._conteiner {
  height: 100vh;
  position: relative; }
  .video-page-baner ._conteiner::after {
    content: '';
    display: block;
    width: 100%;
    height: 40%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    z-index: 8;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0)), to(#131313));
    background: -webkit-linear-gradient(top, rgba(19, 19, 19, 0) 0%, #131313 100%);
    background: -o-linear-gradient(top, rgba(19, 19, 19, 0) 0%, #131313 100%);
    background: linear-gradient(180deg, rgba(19, 19, 19, 0) 0%, #131313 100%); }

.video-page-baner ._inner {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10; }

.video-page-baner__fon {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0; }

.video-page-baner__prew-img {
  width: 100%;
  height: 100%;
  z-index: 2;
  -o-object-fit: cover;
    object-fit: cover; }
  .video-page-baner__prew-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.video-page-baner__content {
  padding-bottom: 80px;
  width: 100%;
  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;
  gap: 40px; }

.video-page-baner__content--info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%; }

.video-page-baner__content--title {
  /* */
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 700;
  font-size: var(--fs-36);
  line-height: 1.2;
  /* identical to box height */
  text-align: right;
  color: #FFFFFF;
  margin-bottom: 20px; }

.video-page-baner__content--text {
  font-family: var(--pr-font);
  font-style: normal;
  font-weight: 400;
  font-size: var(--fs-20);
  line-height: 1.2;
  text-align: right;
  color: #FFFFFF; }

.video-page__control-btn {
  cursor: pointer;
  width: 60px;
  height: 60px;
  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;
  border: 1px solid #FFFFFF; }
  .video-page__control-btn img {
    width: 50%;
    height: 50%;
    -o-object-fit: contain;
    object-fit: contain; }
  .video-page__control-btn ._static {
    display: block; }
  .video-page__control-btn ._hover {
    display: none; }
  .video-page__control-btn:hover {
    border: 1px solid #25D5F0; }
    .video-page__control-btn:hover ._static {
      display: none; }
    .video-page__control-btn:hover ._hover {
      display: block; }

._popup-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  padding: 0;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  /* 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: 100000;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

._popup-block.open-popup {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

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

.popup__media {
  width: 100%;
  height: 100%; }
  .popup__media iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

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

._popup-close-btn {
  cursor: pointer;
  position: absolute;
  top: 10%;
  right: 10%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 2;
  background: #25D5F0;
  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: 60%;
  height: 60%;
  -o-object-fit: contain;
  object-fit: contain;
  /* -webkit-filter: invert(1); */
  /* filter: invert(1); */ }

@media (max-width: 1700px) {
  .error-404__title{
    font-size: 80px;
      }
      .page-thanks .inner,
  .error-404 .inner {
    padding: 200px 0 0px;
}
  .tamplate-page--sec {
    padding-top: 200px;
   
  }
  :root {
    --fs-36: 32px;
    --fs-30: 26px;
    --fs-24: 20px;
    --fs-20: 18px;
    --fs-18: 14px; }
  ._btn {
    min-width: 170px;
    height: 45px;
    padding: 5px 20px; }
  .baner__btn {
    height: 55px;
    min-width: 220px; }
  .baner__sub-title,
  .baner__text p,
  .baner__text,
  .baner__title {
    margin-bottom: 20px; }
  .header__btn-block,
  .baner__btn-block {
    gap: 10px; }
  .baner__btn-block {
    margin-top: 30px; }
  .product {
    margin-top: 80px; }
  .product__item--title,
  .product__item--media {
    margin-bottom: 15px; }
  /* .product__item--media {
    height: 180px; } */
  .product__title {
    margin-bottom: 20px; }
  .footer {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 60px;
    border-top: 1px solid #fff; }
  .footer__title {
    margin-bottom: 45px; }
  .footer__form-wrapper input {
    height: 65px; }
  .footer__contacts {
    padding: 65px 0;
    gap: 35px; }
  .footer__contacts--icon {
    height: 20px; }
  .footer__bottom--soc-link {
    display: block;
    width: 30px;
    height: 20px; }
  .footer__bottom--soc-list {
    gap: 35px; }
  .product__item {
    margin-left: 20px; } }

@media (max-width: 1500px) {
  .error-404__title{
    font-size: 70px;
      }
      .page-thanks .inner,
  .error-404 .inner {
    padding: 150px 0 0px;
}
  :root {
    --fs-36: 28px;
    --fs-30: 24px;
    --fs-24: 18px;
    --fs-20: 16px;
    --fs-18: 14px; }
  ._btn {
    min-width: 140px;
    height: 40px;
    padding: 5px 20px; }
  .baner__btn {
    height: 50px;
    min-width: 180px; }
  .baner__content {
    width: 40%; }
  .baner__sub-title, .baner__text p, .baner__text, .baner__title {
    margin-bottom: 15px; }
  .baner__btn-block {
    margin-top: 25px; }
  .product {
    margin-top: 60px; }
  .product__title {
    margin-bottom: 15px; }
  .product__item--title, .product__item--media {
    margin-bottom: 10px; }
  /* .product__item--media {
    height: 160px; } */
  .footer {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 60px; }
  .footer__form-wrapper input {
    height: 55px; }
  .footer__contacts--icon {
    height: 15px; }
  .footer__contacts--link {
    gap: 15px; }
  .footer__contacts {
    padding: 55px 0;
    gap: 30px; }
  .footer__bottom--soc-list {
    gap: 30px; }
  .product__item {
    margin-left: 15px; } }

@media (max-width: 1300px) {
  .error-404__title{
    font-size: 60px;
      }
  .tamplate-page--sec {
    padding-top: 150px;
   
  }
  ._btn {
    min-width: 120px;
    height: 35px;
    padding: 5px 15px; }
  .baner__btn {
    height: 45px;
    min-width: 160px; }
  .baner__sub-title, .baner__text p, .baner__text, .baner__title {
    margin-bottom: 10px; }
  /* .product__item--media {
    height: 130px; } */
  :root {
    --fs-36: 26px;
    --fs-30: 22px;
    --fs-24: 16px;
    --fs-20: 14px;
    --fs-18: 11px; }
  .product__item--info {
    padding-left: 5%; }
  .product__item {
    margin-left: 10px; }
  .footer__title {
    margin-bottom: 30px; }
  .footer__form-wrapper input {
    height: 45px; }
  ._popup-close-btn {
    width: 40px;
    height: 40px; } }

@media (max-width: 800px) {
  .error-404__title{
    font-size: 40px;
      }
      .page-thanks .inner,
  .error-404 .inner {
    padding: 150px 0 0px;
}
.error-404__logo {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 5px;
}
  .tamplate-page--sec {
    padding-top: 100px;
   
  }
  .tamplate-page--sec ._inner{
    width: 90%;
  }
  ._descktop {
    display: none !important; }
  
  ._mobile {
    display: block !important; }
  :root {
    --fs-36: 30px;
    --fs-30: 26px;
    --fs-24: 20px;
    --fs-20: 16px;
    --fs-18: 14px; }
  .header.fadeOut {
    top: 0; }
    .baner__sub-title,
    .baner__title {
      font-size: 24px;
    }
    .product__title {
      font-size: 18px;
  }
  .product__item--title{
    font-size: 14px;
  }
  .video-page-baner ._conteiner {
    /* height: 50vh; */
    height: auto;
    position: relative;
}
.video-page-baner ._inner {
  position: relative;
  left: unset;
  bottom: unset;
  transform: unset;
  margin-top: 20px;
  z-index: 10;
}
  header {
    background: #121212; }
    header ._conteiner {
      overflow: visible; }
  .header {
    padding-bottom: 10px;
    padding-top: 10px; }
  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 30%;
    width: 30%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }
  .header__btn {
    font-size: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    width: 48%;
    min-width: unset; }
  .header__btn-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%;
    gap: 4%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .header__btn._to-home {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 max-content;
    flex: 0 0 max-content;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; }
  .video-page-baner__content {
    padding-bottom: 20px;
    gap: 40px; }
  .video-page__control-btn {
    cursor: pointer;
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px; }
  .video-page-baner__content--info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80%;
    flex: 0 1 80%;
    width: 80%; }
  .video-page-baner__content--title {
    font-size: 20px;
    margin-bottom: 10px; }
  .video-page-baner__content--text {
    font-size: 14px; }
  .menu-burger__header {
    display: none !important; }
  ._inner {
    width: 90%;
    margin: 0 auto; }
  .baner ._inner {
    height: auto;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset; }
  .baner ._conteiner {
    height: auto;
    position: relative; }
  .baner__content {
    width: 100%;
    margin-top: 30px; }
  .baner__btn-block {
    gap: 0;
    margin-top: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .baner__btn {
    height: 40px;
    min-width: unset;
    width: 48%;
    font-size: 16px; }
  /* .product__item--media {
    height: 130px; } */
    .product__item--text{
      display: none;
    }
  .product__item {
    margin: 0 10px; }
  .footer__form-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer__form-item--submit,
  .footer__form-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 15px; }
  .footer__form-item--submit {
    margin-bottom: 0; }
  .footer__contacts {
    padding: 50px 0;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer__contacts--link {
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px; }
  .footer__bottom--text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .footer__bottom--soc-list {
    gap: 20px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 40px; }
  .footer {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 30px; } }
