@charset "UTF-8";

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 26, 2021 */

@font-face {
  font-family: "Helvetica Hebrew";
  src: url("../fonts/HelveticaHebrew-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Hebrew";
  src: url("../fonts/HelveticaHebrew-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Hebrew";
  src: url("../fonts/HelveticaHebrew-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Hebrew";
  src: url("../fonts/HelveticaHebrew-Regular.ttf") format("truetype");
  font-weight: normal;
  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;
}

body {
  font-family: "Helvetica Hebrew";
  font-weight: bold;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  direction: rtl !important;
  unicode-bidi: bidi-override !important;
}

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

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

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

._conteiner {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

._inner {
  width: 62.5%;
  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: 1px solid #fff;
  -webkit-text-fill-color: #c7c7c7;
  -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;
}

/*--подключаю отдельные страници--*/

/*--подключаю отдельные страници--*/

.header {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 100;
  background: #000;
}

.header ._inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._logo {
  width: 106px;
  height: 60px;
}

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

.content {
  margin-top: 200px;
  margin-bottom: 40px;
}

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

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

._w67 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 67%;
  flex: 0 0 67%;
  width: 67%;
}

.content__titel-wrapper {
  padding-left: 30px;
}

.content__titel {
  font-family: "Helvetica Hebrew";
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  text-align: right;
  color: #000;
}

.content__text {
  font-family: "Helvetica Hebrew";
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: right;
  color: #000;
}

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

.career__block ._w33 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 30px;
  background: #000;
}

.career__block-title {
  font-family: "Helvetica Hebrew";
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  text-align: right;
  color: #97ce2b;
  padding-right: 30px;
  padding-bottom: 20px;
	padding-left: 10px;
}

.career__block-image {
  margin-top: auto;
  width: 90%;
  height: auto;
  position: relative;
}



.career__block-image .career__block-image--img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.career__block-image .career__block-image--icon {
  position: absolute;
  left: 60%;
  top: 75%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}

.career__block-questions {
  padding: 30px;
  background: #97ce2b;
}

.questions__title {
  font-family: "Helvetica Hebrew";
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  text-align: right;
  color: #000;
  margin-bottom: 35px;
}

.questions__item {
  margin-bottom: 15px;
}

.questions__visebel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.questions__name {
  font-family: "Helvetica Hebrew";
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  text-align: right;
  color: #000;
}

.questions__btn {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  margin-left: 20px;
  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;
}

.questions__btn::before {
  content: "";
  width: 15px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/q-btn-1.svg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

._js-show-hide-content .questions__btn::before {
  background-image: url(../img/q-btn-2.svg);
}

.questions__hide-content {
  width: 100%;
  display: none;
  overflow: hidden;
  position: relative;
}

.questions__about-list {
  padding: 10px;
}

.questions__about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 7px;
}

.questions__about-icon {
  width: 21.74px;
  flex: 0 0 21.74px;
  height: 21.74px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 25px;
}

.questions__about-text {
  font-family: "Helvetica Hebrew";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  text-align: right;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.career__form {
  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%;
}
.career__form .wpcf7-form-control{
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;

}
.career__form__label {
 /* position: relative;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

 /* top: 0;left: 0;
  position: absolute;
  z-index: 2;*/
  opacity: 0;
 /* width: 100%;
  height: 100%;*/
  height: 35px;
  width: 220px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}/*
.career__form__label input,
.career__form__input {
  top: 0;left: 0;
  position: absolute;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
}*/
.career__block .wpcf7-form{
  justify-content: space-between;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.career__block .wpcf7-form p{
  padding: 0;
  margin: 0;
}

.career__block .wpcf7-file{
  padding-left: 100%;
}
.career__form__custom-input {
  top: 0;right: 0;
  position: absolute;
  z-index: 1;
 /* width: 100%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.career__form__custom-input-text {
  cursor: pointer;
  padding: 0px 10px;
  height: 35px;
  background: transparent;
  border: 1px solid #000;
  padding: 0 10px;
  min-width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Helvetica Hebrew";
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #000;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);

  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.career__form__custom-input-img {
  cursor: pointer;
  width: 40px;
  flex: 0 0 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  margin-left: 10px;
  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;
}

.career__form__custom-input-img::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img//icon-paperclip.svg);
}
.career__block .wpcf7-submit,
.career__form-btn--sub {
  padding: 0px 10px;
  height: 35px;
  min-width: 170px;
  background: transparent;
  border: 1px solid #000;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Helvetica Hebrew";
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #000;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	pointer-events:none;
 -ms-touch-action: none;
  touch-action: none;
  margin: 0;
  cursor: none;
}

.career__form__custom-input-text._js-active,
.career__block .wpcf7-submit._js-active,
.career__form-btn--sub._js-active {
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  opacity: 1;
	pointer-events: auto;
	 -ms-touch-action: auto;
  touch-action: auto;
cursor: pointer;
  color: #97ce2b;
  background: #000;
}
.career__block .wpcf7-spinner{
  display: none;
}

.contacts {
  margin-bottom: 50px;
}

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

.contacts__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 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: #97ce2b;*/
	 background-image: url(../img//bg.png);
	background-position: center;
   background-size: contain;
	
	
}

.contacts__content-title {
  width: 70%;
  margin: 0 auto;
  font-family: "Helvetica Hebrew";
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  color: #000;
}

.contacts__form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  width: 50%;
  padding: 30px 50px;
  background: #000;
}

.contacts__form-title {
  font-family: "Helvetica Hebrew";
  font-weight: bold;
 /* font-size: 40px;
  line-height: 45px;*/

  font-size: 26px;
  line-height: 1.2;
  text-align: right;
  color: #97ce2b;
  margin-bottom: 15px;
}

option {
  background: #000;
}

.form__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  width: 49%;
  margin-bottom: 20px;
}
.form__item p{
   position: relative;
	margin: 0;
}
.form__item .input-file__label {
   height: 35px;
   width: 100%;
   position: absolute;
   z-index: 4;
}
.wpcf7-response-output{
	display: none;
}
.form__text {
  font-family: "Helvetica Hebrew";
  font-weight: normal;
  font-size: 20px;
  line-height: 35px;
  text-align: right;
  color: #fff;
  margin-bottom: 5px;
	display: flex;
	flex-direction: row-reverse;
}
.wpcf7-select{
	direction: rtl;
}
.form__text span {
  color: #97ce2b;
}
.wpcf7-form-control,
.form__input {
  width: 100%;
  height: 35px;
  background: transparent;
  border: 1px solid #fff;
  padding: 0 10px;
  font-family: "Helvetica Hebrew";
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
  text-align: right;
  color: #fff;
}


.wpcf7-form-control::-webkit-input-placeholder,
.form__input::-webkit-input-placeholder {
  font-family: "Helvetica Hebrew";
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
  text-align: right;
  color: #c7c7c7;
}
.wpcf7-form-control.form__input::-moz-placeholder,
.form__input::-moz-placeholder {
  font-family: "Helvetica Hebrew";
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
  text-align: right;
  color: #c7c7c7;
}
.wpcf7-form-control:-ms-input-placeholder,
.form__input:-ms-input-placeholder {
  font-family: "Helvetica Hebrew";
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
  text-align: right;
  color: #c7c7c7;
}
.wpcf7-form-control::-ms-input-placeholder,
.form__input::-ms-input-placeholder {
  font-family: "Helvetica Hebrew";
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
  text-align: right;
  color: #c7c7c7;
}
.wpcf7-form-control::placeholder,
.form__input::placeholder {
  font-family: "Helvetica Hebrew";
  font-weight: normal;
  font-size: 18px;
  line-height: 35px;
  text-align: right;
  color: #c7c7c7;
}

._w-100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
}

.input-file__label {
  position: relative;
}
.input-file__label input,
.input-file__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.input-file__custom-input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 35px;
  background: transparent;
  border: 1px solid #fff;
  padding: 0 10px;

  flex-direction: row-reverse;
}

.input-file__custom-input-text {
  font-family: "Helvetica Hebrew";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
  text-align: right;
  color: #c7c7c7;
	padding-left: 10px;
}

.input-file__custom-input-img {
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img//icon-paperclip.svg);
}
.wpcf7-submit,
.form-btn {
  width: 100%;
  height: 35px;
  background: #97ce2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  font-family: "Helvetica Hebrew";
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  text-align: right;
  color: #000;
}
.wpcf7-submit:hover,
.form-btn:hover {
  background: #fff;
}

.btn__text {
  font-family: "Helvetica Hebrew";
  font-weight: bold;
  font-size: 18px;
  line-height: 35px;
  text-align: right;
  color: #000;
}
.wpcf7-submit::before{
   width: 20px;
   height: 20px;
   margin-right: 5px;
   background-position: center;
   background-size: contain;
   background-repeat: no-repeat;
   background-image: url(../img//btn-icon.svg);
}
.btn__icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img//btn-icon.svg);
}

.footer {
  width: 100%;
  background: #000;
  padding: 60px 0px;
}

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

.footer__text {
  font-family: "Helvetica Hebrew";
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  text-align: right;
  color: #fff;
}

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

.social__item {
  margin: 0 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.social__link {
  width: 22px;
  height: 22px;
  display: block;
}

.social__link:hover .social__icon {
  visibility: visible;
  opacity: 1;
	transform:scale(1.1);

}

.social__link:hover .social__icon-hover {
  visibility: visible;
  opacity: 0;
}

.social__icon {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social__icon-hover {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.popup__send-form {
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  background: #000;
  opacity: 0.85;
  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__inner {
  width: 50%;
  height: 400px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

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

.popup__title-text {
  font-family: "Helvetica Hebrew";
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
  text-align: right;
  color: #000;
  margin-left: 10px;
}

.popup__icon {
  width: 70px;
  height: 70px;
}

.popup__icon video {
  visibility: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.popup__text {
  font-family: "Helvetica Hebrew";
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  text-align: right;
  color: #000;
}

.popup__close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
}

.popup__close-btn::before {
  content: "";
  width: 15px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../img/q-btn-1.svg);
}

@media (max-width: 1400px) {
  .career__block-image .career__block-image--icon {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 1200px) {
  .career__block-image .career__block-image--icon {
    width: 50px;
    height: 50px;
  }

  .popup__inner {
    height: 300px;
  }

  .content__titel {
    font-size: 35px;
    line-height: 1.2;
  }

  .content__text {
    font-size: 20px;
    line-height: 1.2;
  }

  .content {
    margin-top: 150px;
    margin-bottom: 20px;
  }

  .career__block-questions {
    padding: 20px;
  }

  .career__block ._w33 {
    padding-top: 20px;
  }

  .career__block-title {
    font-size: 28px;
    line-height: 1.2;
    padding-right: 20px;
    padding-bottom: 10px;
  }

  .questions__title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .questions__item {
    margin-bottom: 10px;
  }

  .questions__btn {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }

  .questions__btn::before {
    width: 10px;
    height: 11px;
  }

  .career__block {
    margin-bottom: 15px;
  }

  .contacts__content-title {
    font-size: 35px;
    line-height: 1.2;
  }

  .contacts__form-title {
   /* font-size: 35px;*/
   font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .contacts__form {
    padding: 15px 25px;
  }

  .form__text {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  .form__input {
    height: 30px;
    padding: 0 5px;
    font-size: 16px;
    line-height: 1.2;
  }

  .form__item {
    margin-bottom: 15px;
  }

  .contacts {
    margin-bottom: 30px;
  }

  .footer__text {
    font-size: 16px;
    line-height: 1.2;
  }

  ._logo {
    width: 80px;
    height: 45px;
  }

  .footer {
    padding: 30px 0px;
  }
}

@media (max-width: 800px) {
  .popup__inner {
    width: 80%;
  }

  .career__block-image .career__block-image--icon {
    width: 70px;
    height: 70px;
  }

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

  .content ._inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content {
    margin-top: 100px;
    margin-bottom: 20px;
  }

  .content__titel-wrapper {
    padding: 0;
  }

  ._w33,
  ._w67,
  .contacts__content,
  .contacts__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .contacts__content{
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    padding: 100px 0px;
  }
  .career__block {
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts ._inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts__content-title {
    width: 100%;
    padding: 20px;
  }

  .content__titel {
    font-size: 32px;
  }

  .contacts__content-title {
    font-size: 32px;
  }

  .contacts__form-title {
    /*font-size: 32px;*/
    font-size: 16px;
  }

  .career__block-title {
    font-size: 26px;
  }

  .questions__title {
    font-size: 26px;
  }

  .form__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer ._inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .social__list {
    margin: 20px 0px;
  }

  .social__icon,
  .social__link {
    width: 30px;
    height: 30px;
  }

  .footer {
    padding: 20px 0px;
  }

  .contacts {
    margin-bottom: 20px;
  }

  .social__item {
    margin: 0 15px;
  }

  .questions__about-icon {
    margin-left: 10px;
  }

  .questions__about-list {
    padding: 5px;
  }
}

@media (max-width: 600px) {
  .popup__inner {
    width: 90%;
    height: 400px;
  }

  .career__block .wpcf7-form{
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;

  }
  .career__block .wpcf7-form p {
    width: 100%;
    padding: 0;
    margin: 0;
}
.career__block .wpcf7-submit, .career__form-btn--sub{
  margin-top: 20px;
}
.career__form__label{
  width: 100%;
}
.career__form__custom-input{
  width: 100%;
}
.career__form__custom-input-img{

  width: 30px;
  flex: 0 0 30px;
  height: 30px;
  position: absolute;
  box-shadow: none;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.career__form__custom-input-img::before {
  content: "";
  width: 15px;
  height: 15px;
}
.career__form__custom-input-text{
  width: 100%;
}
.career__block .wpcf7-form{
  margin-top: 30px;
}
}