/*
Theme Name: Sunless
*/

/* Reset */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: 'heebo', sans-serif;
	font-weight:400;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    overflow-y: scroll;
}

body {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
	background-color:#fff;
	width:100%;
    direction: rtl;
}

input, button, textarea {
	outline:none;
	font-family: 'heebo', sans-serif;
}

img {
	display: block;
}

a {
	transition:0.2s;
	text-decoration:none;
}

.compensate-for-scrollbar {
	margin-right:0!important;
}

div.wpcf7 .ajax-loader, span.wpcf7-not-valid-tip, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok, .wpcf7 form.invalid .wpcf7-response-output {
	display:none!important;
}

.wpcf7-not-valid {
	border-color:#ff0000!important;
}
strong {
	font-weight: 900;
}

.popup {
  /* display: none; */
  position: fixed;
  top: 10%;
  left: 2%;
  direction: rtl;
  /* overflow: hidden; */
  z-index: 100; 
}

.popup__container {
  height: 750px;
  margin: 0 auto;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 1300px;
  background-color: #ffffff;
  overflow: hidden;
}

.popup__row {
  height: 100%;
  margin: 0 auto;
}

.popup__right__side {
  background-image: url("assets/img/right.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.form__inner p, .form p{
  width: 100%;
}

.popup__left__side {
  text-align: right;
  color: #093654;
  padding: 40px 48px;
}

.popup__title {
  font-weight: bold;
  font-size: 45px;
  line-height: 50px;
}

.popup__descr {
  font-size: 25px;
  line-height: 25px;
  padding-top: 20px;
}

.popup__form {
  width: 100%;
  max-height: 100%;
  padding-top: 0;
}

.form {
  width: 100%;
  max-height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}

.form__input {
  margin-top: 10px;
  border: 1px solid rgba(25, 25, 25, 0.32);
  border-radius: 4px;
  position: relative;
  width: 100%;
  height: 56px;
  padding-right: 15px;
}

.form__label {
  position: relative;
  top: 21px;
  right: 25px;
  z-index: 1;
  background-color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 27px;
}

.form__input:focus{
  border: 1px solid #093654;
  background-color: none!important;
}

.form__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.form__line {
  display: block;
  background-color: #e5e5e5;
  height: 1px;
  width: 100%;
  margin: 0;
  margin-top: 25px;
}

.fl {
  width: 48%;
}

.fs {
  width: 15%;
}

.fm {
  width: 20%;
}

.fxl {
  width: 100%;
}

.submit_f {
  margin-top: 30px;
  background-color: #FF9A00;
  border-radius: 5px;
  border: none;
  display: block;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  line-height: 19px;
  cursor: pointer;
  padding-right: 0;
}


.submit_f:hover {
  background-color: #093654;
}



#pum-1290{
	opacity: 1!important;
}

.pum-container.pum-responsive.pum-responsive-medium {
    margin-right: 18%!important;
    width: 61%!important;
    top: 24%;
}

.pum-theme-1279 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
  left: -49px!important;
  top: -129px!important;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
  direction: rtl!important;
}

