/* line 5, ../../../../../Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 3, ../sass/_container.scss */
.container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
  /* line 12, ../sass/_container.scss */
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 17, ../sass/_container.scss */
  .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 24, ../sass/_container.scss */
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 31, ../sass/_container.scss */
  .container {
    width: 1170px;
  }
}
@media only screen and (min-width: 1600px) {
  /* line 37, ../sass/_container.scss */
  .container {
    width: 1400px;
  }
}
/* line 12, ../sass/_mixin_var_typography.scss */
a {
  text-decoration: none;
}

/* line 16, ../sass/_mixin_var_typography.scss */
h2 {
  font-size: 59px;
  color: #002A4E !important;
  text-align: center;
  position: relative;
  display: inline-block;
  direction: rtl;
  font-family: "Heebo-ExtraBold" !important;
}
/* line 24, ../sass/_mixin_var_typography.scss */
h2:after, h2:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  top: 50%;
  margin-top: -2px;
}
/* line 35, ../sass/_mixin_var_typography.scss */
h2:before {
  border-right: 220px solid #dcc190 !important;
  right: 100%;
  margin-right: 30px;
}
/* line 40, ../sass/_mixin_var_typography.scss */
h2:after {
  border-left: 220px solid #dcc190 !important;
  left: 100%;
  margin-left: 30px;
}

/* line 48, ../sass/_mixin_var_typography.scss */
h3 {
  font-size: 37px;
  color: #002A4E !important;
  position: relative;
  padding: 1rem 0;
  font-family: "Heebo-ExtraBold" !important;
}
/* line 54, ../sass/_mixin_var_typography.scss */
h3:after {
  content: "";
  position: absolute;
  border-right: 184px solid #dcc190 !important;
  right: 0;
  bottom: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

@media only screen and (max-width: 992px) {
  /* line 66, ../sass/_mixin_var_typography.scss */
  h2 {
    font-size: 40px;
  }
  /* line 68, ../sass/_mixin_var_typography.scss */
  h2:before, h2:after {
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
  }
  /* line 73, ../sass/_mixin_var_typography.scss */
  h2:before {
    border-right: 150px solid #dcc190 !important;
    margin-right: 20px;
  }
  /* line 77, ../sass/_mixin_var_typography.scss */
  h2:after {
    border-left: 150px solid #dcc190 !important;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 620px) {
  /* line 84, ../sass/_mixin_var_typography.scss */
  h2 {
    font-size: 27px;
  }
  /* line 86, ../sass/_mixin_var_typography.scss */
  h2:after {
    border-left: 120px solid #dcc190 !important;
  }
  /* line 89, ../sass/_mixin_var_typography.scss */
  h2:before {
    border-right: 120px solid #dcc190 !important;
  }

  /* line 93, ../sass/_mixin_var_typography.scss */
  h3 {
    font-size: 23px;
  }
  /* line 95, ../sass/_mixin_var_typography.scss */
  h3:after {
    border-right: 135px solid #dcc190 !important;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
  }
}
@media only screen and (max-width: 480px) {
  /* line 103, ../sass/_mixin_var_typography.scss */
  h2 {
    font-size: 20px;
  }
  /* line 105, ../sass/_mixin_var_typography.scss */
  h2:after {
    border-left: 70px solid #dcc190 !important;
    margin-left: 10px;
  }
  /* line 109, ../sass/_mixin_var_typography.scss */
  h2:before {
    border-right: 70px solid #dcc190 !important;
    margin-right: 10px;
  }

  /* line 114, ../sass/_mixin_var_typography.scss */
  h3 {
    font-size: 18px;
  }
  /* line 116, ../sass/_mixin_var_typography.scss */
  h3:after {
    border-right: 100px solid #dcc190 !important;
  }
}
/* Main SCSS
================================*/
/* line 9, ../sass/screen.scss */
.hidden {
  display: none;
}

/* line 12, ../sass/screen.scss */
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 42, 78, 0.7);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 18px 30px;
}
/* line 23, ../sass/screen.scss */
header .logo-header {
  width: 63px;
}
/* line 25, ../sass/screen.scss */
header .logo-header img {
  width: 100%;
  height: auto;
}
/* line 30, ../sass/screen.scss */
header .contact {
  border: 2px solid #dcc190 !important;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-right: auto;
  padding: 5px 23px;
  margin-left: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* line 38, ../sass/screen.scss */
header .contact .facebook-header {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
/* line 45, ../sass/screen.scss */
header .contact .facebook-header img {
  width: 100%;
  height: auto;
}
/* line 50, ../sass/screen.scss */
header .contact .tell {
  color: #fff !important;
  font-family: "Heebo-Light" !important;
  font-size: 17px;
  margin-top: 4px;
}
/* line 57, ../sass/screen.scss */
header .nav-menu {
  direction: rtl;
}
/* line 59, ../sass/screen.scss */
header .nav-menu li {
  display: inline-block;
  position: relative;
}
/* line 62, ../sass/screen.scss */
header .nav-menu li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #dcc190 !important;
  right: 0;
}
/* line 70, ../sass/screen.scss */
header .nav-menu li a {
  color: #fff !important;
  padding: 0 1rem;
  font-size: 18px;
  font-family: "Heebo-Light" !important;
  position: relative;
}
/* line 76, ../sass/screen.scss */
header .nav-menu li a:after {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  background: #dcc190 !important;
  bottom: 2px;
  right: 14%;
  display: none;
}
/* line 86, ../sass/screen.scss */
header .nav-menu li a.active {
  color: #dcc190 !important;
}
/* line 88, ../sass/screen.scss */
header .nav-menu li a.active:after {
  display: block;
}
/* line 94, ../sass/screen.scss */
header .nav-menu li:first-of-type:after {
  display: none;
}

/* line 101, ../sass/screen.scss */
.tell-mobile {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 40px;
  z-index: 2000;
  width: 28px;
  height: 28px;
  background: #002A4E;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 14px;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3);
}
/* line 116, ../sass/screen.scss */
.tell-mobile img {
  width: 100%;
  height: auto;
}

/* line 121, ../sass/screen.scss */
.body-wrap {
  position: relative;
  z-index: 555;
}

/* line 125, ../sass/screen.scss */
.fixed_slider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  z-index: -100;
}
/* line 133, ../sass/screen.scss */
.fixed_slider .parallax-slider {
  direction: ltr;
}
/* line 135, ../sass/screen.scss */
.fixed_slider .parallax-slider .parallax_group_fixed {
  position: relative;
}
/* line 137, ../sass/screen.scss */
.fixed_slider .parallax-slider .parallax_group_fixed .parallax_layer-back_fixed {
  background: url("../images/banner_1.jpg") center no-repeat;
  background-size: cover;
  height: 100vh;
  z-index: -100;
}
/* line 142, ../sass/screen.scss */
.fixed_slider .parallax-slider .parallax_group_fixed .parallax_layer-back_fixed.layer-back-2 {
  background: url("../images/banner_1-1.jpg") center no-repeat;
}
/* line 145, ../sass/screen.scss */
.fixed_slider .parallax-slider .parallax_group_fixed .parallax_layer-back_fixed.layer-back-3 {
  background: url("../images/banner_1-2.jpg") center no-repeat;
}

/* line 152, ../sass/screen.scss */
.first-screen {
  direction: rtl;
  border-bottom: 8px solid #dcc190 !important;
  height: 100vh;
  position: relative;
}
/* line 157, ../sass/screen.scss */
.first-screen .parallax_layer-base {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 42, 78, 0.85);
  display: -webkit-flex;
  display: flex;
}
/* line 165, ../sass/screen.scss */
.first-screen .parallax_layer-base .first-screen_content {
  margin: auto;
  text-align: center;
  color: #fff !important;
  overflow: hidden;
}
/* line 170, ../sass/screen.scss */
.first-screen .parallax_layer-base .first-screen_content .logo-img {
  width: 30vw;
  max-width: 430px;
  margin: 0 auto;
  margin-bottom: 6px;
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 2.3s;
  -webkit-animation-duration: 2.3s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
/* line 207, ../sass/screen.scss */
.first-screen .parallax_layer-base .first-screen_content .logo-img img {
  width: 100%;
  height: auto;
}
/* line 212, ../sass/screen.scss */
.first-screen .parallax_layer-base .first-screen_content h1 {
  color: #fff !important;
  font-family: "Heebo-Regular" !important;
  font-size: 44px;
  margin-top: 7px;
}
/* line 218, ../sass/screen.scss */
.first-screen .parallax_layer-base .first-screen_content .decoration-ellement {
  display: inline-block;
  width: 30px;
  height: 6px;
  background: #dcc190 !important;
  position: relative;
}
/* line 224, ../sass/screen.scss */
.first-screen .parallax_layer-base .first-screen_content .decoration-ellement:after, .first-screen .parallax_layer-base .first-screen_content .decoration-ellement:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
/* line 233, ../sass/screen.scss */
.first-screen .parallax_layer-base .first-screen_content .decoration-ellement:before {
  border-right: 13vw solid #dcc190 !important;
  right: 45px;
}
/* line 237, ../sass/screen.scss */
.first-screen .parallax_layer-base .first-screen_content .decoration-ellement:after {
  border-left: 13vw solid #dcc190 !important;
  left: 45px;
}

/* line 245, ../sass/screen.scss */
.second-screen {
  direction: rtl;
  border-bottom: 8px solid #dcc190 !important;
  background: #fff !important;
  text-align: center;
  position: relative;
  padding-top: 125px;
  padding-bottom: 85px;
}
/* line 256, ../sass/screen.scss */
.second-screen .second-screen_wrap-item {
  display: -webkit-flex;
  display: flex;
  margin-top: 87px;
}
/* line 259, ../sass/screen.scss */
.second-screen .second-screen_wrap-item .second-screen_item {
  /* width: 50%; */
  text-align: right;
  color: #002A4E !important;
}
/* line 263, ../sass/screen.scss */
.second-screen .second-screen_wrap-item .second-screen_item:first-of-type {
  order: 1;
  padding-left: 6%;
}
/* line 267, ../sass/screen.scss */
.second-screen .second-screen_wrap-item .second-screen_item:last-of-type {
  order: 2;
  padding-right: 8%;
}
/* line 271, ../sass/screen.scss */
.second-screen .second-screen_wrap-item .second-screen_item .second-screen_item-img {
  width: 238px;
  height: 344px;
  border: 1px solid #dcc190 !important;
  padding: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 277, ../sass/screen.scss */
.second-screen .second-screen_wrap-item .second-screen_item .second-screen_item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 283, ../sass/screen.scss */
.second-screen .second-screen_wrap-item .second-screen_item h3 {
  padding: 35px 0 50px;
  margin-bottom: 40px;
}
/* line 287, ../sass/screen.scss */
.second-screen .second-screen_wrap-item .second-screen_item p {
  padding-top: 0.5rem;
  font-family: "Heebo-Regular" !important;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 25px;
}
/* line 294, ../sass/screen.scss */
.second-screen .second-screen_wrap-item .second-screen_item .little-padding-bottom {
  padding-bottom: 15px;
}
/* line 297, ../sass/screen.scss */
.second-screen .second-screen_wrap-item .second-screen_item .no-padding-bottom {
  padding-bottom: 0;
}
/* line 301, ../sass/screen.scss */
.second-screen .second-screen_wrap-item .second-screen_item ul li {
  font-family: "Heebo-Regular" !important;
  font-size: 18px;
  line-height: 1.5;
}
/* line 305, ../sass/screen.scss */
.second-screen .second-screen_wrap-item .second-screen_item ul li strong {
  font-family: "Heebo-ExtraBold" !important;
}

/* line 313, ../sass/screen.scss */
.third-screen {
  position: relative;
  direction: rtl;
  border-bottom: 8px solid #dcc190 !important;
  text-align: center;
  color: #fff !important;
  z-index: 100;
}
/* line 321, ../sass/screen.scss */
.third-screen .parallax .parallax_group {
  position: relative;
}
/* line 323, ../sass/screen.scss */
.third-screen .parallax .parallax_group .main_parallax {
  direction: ltr;
}
/* line 328, ../sass/screen.scss */
.third-screen .parallax .parallax_group .parallax_layer-base {
  background: rgba(0, 42, 78, 0.9);
  padding: 140px 0;
  direction: rtl;
}
/* line 332, ../sass/screen.scss */
.third-screen .parallax .parallax_group .parallax_layer-base h2 {
  color: #fff !important;
  margin-bottom: 105px;
}
/* line 336, ../sass/screen.scss */
.third-screen .parallax .parallax_group .parallax_layer-base h3 {
  color: #fff !important;
  line-height: 1.3;
  padding-bottom: 65px;
  margin-bottom: 55px;
}
/* line 341, ../sass/screen.scss */
.third-screen .parallax .parallax_group .parallax_layer-base h3:after {
  border: none;
  width: 46px;
  height: 8px;
  background: #fff !important;
  right: 50%;
  margin-right: -23px;
  border-right: none !important;
}
/* line 351, ../sass/screen.scss */
.third-screen .parallax .parallax_group .parallax_layer-base p {
  font-family: "Heebo-Light" !important;
  font-size: 29px;
  line-height: 1.3;
  padding-bottom: 37px;
}
/* line 356, ../sass/screen.scss */
.third-screen .parallax .parallax_group .parallax_layer-base p strong {
  font-family: "Heebo-ExtraBold" !important;
}

/* line 364, ../sass/screen.scss */
.fourth-screen {
  position: relative;
  text-align: center;
  border-bottom: 8px solid #dcc190 !important;
  padding-top: 125px;
  padding-bottom: 30px;
  background: #fff !important;
}
/* line 371, ../sass/screen.scss */
.fourth-screen h2 {
  margin-bottom: 7px;
}
/* line 374, ../sass/screen.scss */
.fourth-screen .fourth-screen_wrap-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
}
/* line 379, ../sass/screen.scss */
.fourth-screen .fourth-screen_wrap-item .fourth-screen_item {
  width: 50%;
  direction: rtl;
  color: #002A4E !important;
  text-align: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 32px;
  /* opacity: 0; */
  -moz-transition: 2s;
  -o-transition: 2s;
  -webkit-transition: 2s;
  transition: 2s;
}
/* line 388, ../sass/screen.scss */
.fourth-screen .fourth-screen_wrap-item .fourth-screen_item.visible {
  opacity: 1;
}
/* line 391, ../sass/screen.scss */
.fourth-screen .fourth-screen_wrap-item .fourth-screen_item:nth-child(2) {
  padding: 0 6%;
  width: 50%;
  /* opacity: 0; */
}
/* line 395, ../sass/screen.scss */
.fourth-screen .fourth-screen_wrap-item .fourth-screen_item:nth-child(2).visible {
  opacity: 1;
}
/* line 399, ../sass/screen.scss */
.fourth-screen .fourth-screen_wrap-item .fourth-screen_item:nth-child(5) {
  padding: 0 6%;
  width: 42%;
}
/* line 403, ../sass/screen.scss */
.fourth-screen .fourth-screen_wrap-item .fourth-screen_item .fourth-screen_item-icon {
  height: 67px;
  width: auto;
  display: inline-block;
  margin-bottom: 25px;
}
/* line 408, ../sass/screen.scss */
.fourth-screen .fourth-screen_wrap-item .fourth-screen_item .fourth-screen_item-icon img {
  width: auto;
  height: 100%;
}
/* line 413, ../sass/screen.scss */
.fourth-screen .fourth-screen_wrap-item .fourth-screen_item h3 {
  color: #002A4E !important;
  padding: 0;
  min-height: 103px;
  font-size: 32px;
  line-height: 1.1;
}
/* line 419, ../sass/screen.scss */
.fourth-screen .fourth-screen_wrap-item .fourth-screen_item h3:after {
  border-right: 200px solid #dcc190 !important;
}
/* line 423, ../sass/screen.scss */
.fourth-screen .fourth-screen_wrap-item .fourth-screen_item .fourth-screen_item-text {
  margin-top: 22px;
}
/* line 425, ../sass/screen.scss */
.fourth-screen .fourth-screen_wrap-item .fourth-screen_item .fourth-screen_item-text p {
  font-family: "Heebo-Regular" !important;
  font-size: 18px;
  line-height: 1.4;
}

/* line 434, ../sass/screen.scss */
.fifth-screen {
  position: relative;
  direction: rtl;
  text-align: center;
}
/* line 439, ../sass/screen.scss */
.fifth-screen .parallax .parallax_group {
  position: relative;
}
/* line 445, ../sass/screen.scss */
.fifth-screen .parallax .parallax_group .parallax_layer-base {
  background: rgba(0, 42, 78, 0.85);
  padding-top: 130px;
  padding-bottom: 198px;
}
/* line 449, ../sass/screen.scss */
.fifth-screen .parallax .parallax_group .parallax_layer-base h2 {
  color: #fff !important;
  margin-bottom: 155px;
}
/* line 454, ../sass/screen.scss */
.fifth-screen .parallax .parallax_group .parallax_layer-base form .wrap-input {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
}
/* line 457, ../sass/screen.scss */
.fifth-screen .parallax .parallax_group .parallax_layer-base form .wrap-input ::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
/* line 458, ../sass/screen.scss */
.fifth-screen .parallax .parallax_group .parallax_layer-base form .wrap-input ::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
/* line 459, ../sass/screen.scss */
.fifth-screen .parallax .parallax_group .parallax_layer-base form .wrap-input :-moz-placeholder {
  color: #fff;
  opacity: 1;
}
/* line 460, ../sass/screen.scss */
.fifth-screen .parallax .parallax_group .parallax_layer-base form .wrap-input :-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
/* line 461, ../sass/screen.scss */
.fifth-screen .parallax .parallax_group .parallax_layer-base form .wrap-input input {
  background: transparent;
  width: 33.3%;
  border: 1px solid #fff !important;
  outline: none;
  border-radius: 0;
  margin-left: 15px;
  color: #fff !important;
  font-family: "Heebo-Light" !important;
  font-size: 29px;
  padding: 11px 15px;
}
/* line 472, ../sass/screen.scss */
.fifth-screen .parallax .parallax_group .parallax_layer-base form .wrap-input input:last-of-type {
  margin-left: 0;
}
/* line 477, ../sass/screen.scss */
.fifth-screen .parallax .parallax_group .parallax_layer-base form textarea {
  background: transparent;
  border: 1px solid #fff !important;
  outline: none;
  border-radius: 0;
  width: 100%;
  resize: none;
  color: #fff !important;
  font-family: "Heebo-Light" !important;
  font-size: 29px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 15px;
  min-height: 180px;
  margin-bottom: 15px;
  overflow: auto;
}
/* line 493, ../sass/screen.scss */
.fifth-screen .parallax .parallax_group .parallax_layer-base form textarea::-moz-placeholder {
  color: #fff;
}
/* line 494, ../sass/screen.scss */
.fifth-screen .parallax .parallax_group .parallax_layer-base form textarea::-webkit-input-placeholder {
  color: #fff;
}
/* line 495, ../sass/screen.scss */
.fifth-screen .parallax .parallax_group .parallax_layer-base form .feedback {
  outline: none;
  border-radius: 0;
  border: none;
  font-family: "Heebo-Regular" !important;
  font-size: 29px;
  color: #fff !important;
  background: #dcc190 !important;
  padding: 12px 56px;
  cursor: pointer;
  -webkit-appearance: none;
}

/* line 512, ../sass/screen.scss */
footer {
  background: #dcc190 !important;
  text-align: center;
  direction: rtl;
  padding: 34px 0;
}
/* line 517, ../sass/screen.scss */
footer p {
  color: #fff !important;
  font-family: "Heebo-Light" !important;
  font-size: 25px;
  padding-bottom: 13px;
}
/* line 522, ../sass/screen.scss */
footer p span {
  font-size: 22px;
  position: relative;
  padding: 0 5px;
  white-space: nowrap;
  padding-right: 18px;
}
/* line 528, ../sass/screen.scss */
footer p span:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #fff !important;
  top: 50%;
  margin-top: -3px;
  right: 0;
}
/* line 539, ../sass/screen.scss */
footer p span:first-of-type:before {
  display: none;
}
/* line 543, ../sass/screen.scss */
footer p span strong {
  font-family: "Heebo-Regular" !important;
  font-size: 25px;
}
/* line 549, ../sass/screen.scss */
footer .footer_bottom-text {
  padding-bottom: 0;
}
/* line 551, ../sass/screen.scss */
footer .footer_bottom-text span {
  font-size: 25px;
}
/* line 555, ../sass/screen.scss */
footer .facebook-footer {
  width: 22px;
  height: 22px;
  display: block;
  margin-left: 0;
  margin-right: auto;
}
/* line 561, ../sass/screen.scss */
footer .facebook-footer img {
  width: 100%;
  height: auto;
}
