@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 300;
  src: local('Comfortaa Light'), local('Comfortaa-Light'), url(https://fonts.gstatic.com/s/comfortaa/v19/1Ptpg8LJRfWJmhDAuUsw5qN_AtCe.ttf) format('truetype');
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: local('Comfortaa Regular'), local('Comfortaa-Regular'), url(https://fonts.gstatic.com/s/comfortaa/v19/1Ptsg8LJRfWJmhDAuUs4TYFv.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: local('Rubik Light'), local('Rubik-Light'), url(https://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7Fqj2mf8WU.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: local('Rubik'), local('Rubik-Regular'), url(https://fonts.gstatic.com/s/rubik/v7/iJWKBXyIfDnIV7nDrXk.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: local('Rubik Medium'), local('Rubik-Medium'), url(https://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7Eyjmmf8WU.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: local('Rubik Bold'), local('Rubik-Bold'), url(https://fonts.gstatic.com/s/rubik/v7/iJWHBXyIfDnIV7F6iGmf8WU.ttf) format('truetype');
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 1vw;
}
@media (max-width: 640px) {
  html {
    font-size: 1.4vw;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
}
@media (max-width: 600px) {
}
body {
  font-family: 'Rubik', sans-serif;
  direction: rtl;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  color: #000000;
}
img {
  max-width: 100%;
  height: auto;
}
img,
a,
input,
textarea,
:focus {
  outline: none !important;
}
img:focus,
a:focus,
input:focus,
textarea:focus,
:focus:focus {
  outline: none !important;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}
.container {
  max-width: 86rem;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .container {
    padding: 0 5rem;
  }
}
.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
header.site-header {
  padding: 0.5rem 0 0.2rem;
}
header.site-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header.site-header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  direction: ltr;
}
header.site-header .logo img {
  width: 11.737rem;
}
header.site-header .logo .slogen {
  font-family: 'Comfortaa', cursive;
  font-size: 1.579rem;
  font-weight: 300;
  letter-spacing: -0.125rem;
  margin-left: 2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 640px) {
  header.site-header .logo img {
    width: 14.2rem;
  }
  header.site-header .logo .slogen {
    font-size: 2rem;
  }
}
section.main-banner {
  position: relative;
  height: 44.632rem;
}
section.main-banner .text {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
section.main-banner .text h1 {
  font-size: 6.895rem;
  font-weight: 700;
  margin: 0;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
section.main-banner .text h1 span {
  display: block;
  background-color: #b7b7b7;
  padding: 0 3rem;
  margin-bottom: 1rem;
}
section.main-banner .text h1 span.smaller {
  font-size: 5rem;
  line-height: 7.994rem;
  color: #fff;
  padding-bottom: 0.4rem;
}
section.main-banner .text h1 span.bigger {
  font-size: 6.895rem;
  line-height: 7.994rem;
  color: #ff6000;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 640px) {
  section.main-banner {
    height: 51rem;
  }
  section.main-banner .text {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    bottom: 1.5rem;
  }
  section.main-banner .text span.smaller {
    line-height: 6rem;
  }
  section.main-banner .text span.bigger {
    line-height: 6.9rem;
  }
}
section.grey-text {
  color: #4c4c4c;
  text-align: center;
  padding: 7.3rem 0 8.8rem 0;
  position: relative;
}
section.grey-text .floating-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
section.grey-text .floating-image img {
  display: block;
  width: 27rem;
}
section.grey-text .text-wrapper {
  max-width: 57rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
section.grey-text h1,
section.grey-text h3 {
  margin: 0;
}
section.grey-text h1 {
  font-weight: 700;
  font-size: 3.684rem;
}
section.grey-text h3 {
  font-size: 2.895rem;
  font-weight: 400;
}
@media (max-width: 640px) {
  section.grey-text {
    padding-bottom: 0;
    padding-top: 3.9rem;
  }
  section.grey-text .floating-image {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 3.5rem auto 0;
  }
  section.grey-text .floating-image img {
    margin: 0 auto;
  }
  section.grey-text h1 {
    margin-bottom: 2rem;
  }
}
section.items {
  padding: 3.9rem 0 3.3rem 0;
  position: relative;
}
section.items .items-list {
  margin: 0;
  padding: 0;
  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;
  position: relative;
  z-index: 2;
  margin: 0 -1rem;
}
section.items .items-list li {
  width: 33%;
  list-style: none;
  text-align: center;
}
section.items .items-list li img {
  width: 10.526rem;
  display: inline-block;
}
section.items .items-list li h4 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.956rem;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  section.items .items-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section.items .items-list li {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  section.items .items-list li br {
    display: none;
  }
  section.items .items-list li h4 {
    margin-top: 0;
  }
}
section.orange-text {
  padding: 8.9rem 0;
}
section.orange-text .text-wrapper {
  max-width: 53rem;
  width: 100%;
  margin: 0 auto;
}
section.orange-text h3 {
  font-size: 3.368rem;
  line-height: 3.832rem;
  color: #f27405;
  text-align: center;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 640px) {
  section.orange-text {
    padding: 5rem 0;
  }
  section.orange-text .text-wrapper {
    max-width: 100%;
  }
  section.orange-text h3 {
    font-size: 3.6rem;
    line-height: 4.5rem;
  }
}
section.form {
  background-color: #ebebeb;
  padding: 2.6rem 0 2.8rem;
  position: relative;
}
section.form 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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
}
section.form form fieldset {
  width: 49%;
  margin-bottom: 0.7rem;
}
section.form .form-messages {
  color: #032fa0;
  font-size: 2.368rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
}
section.form .form-messages.error {
  color: red;
}
@media (max-width: 640px) {
  section.form {
    padding: 3.6rem 0 3.8rem;
  }
  section.form form {
    max-width: 54rem;
  }
  section.form form fieldset {
    width: 100%;
    margin-bottom: 2.7rem;
  }
  section.form .form-messages {
    bottom: 1.5rem;
  }
}
section.accordion {
  padding: 5.5rem 0;
}
section.accordion .accordion-items {
  max-width: 71rem;
  width: 100%;
  margin: 0 auto;
}
section.accordion .accordion-item .acc-title {
  font-size: 2.368rem;
  font-weight: 400;
  padding: 1.3rem 0;
  line-height: 1;
  border-bottom: 1px solid #7f7f7f;
  color: #f5903d;
  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;
  padding-left: 2rem;
  cursor: pointer;
}
section.accordion .accordion-item .acc-title .icon {
  color: #ddac8e;
  font-size: 2.368rem;
  font-weight: 400;
}
section.accordion .accordion-item .acc-title .icon:before {
  content: "+";
  display: block;
}
section.accordion .accordion-item .acc-title.open .icon:before {
  content: "-";
}
section.accordion .accordion-item .acc-body {
  font-size: 2.3rem;
  font-weight: 300;
  padding-top: 1.3rem;
}
fieldset {
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
}
.form-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(235, 235, 235, 0.8);
  background-image: url('img/loader.svg');
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center;
  display: none;
}
.form-loader.show {
  display: block;
}
input {
  border: 1px solid #000;
  background-color: #fff;
  padding: 0 1rem;
  height: 3.632rem;
  font-size: 1.579rem;
  border-radius: 0;
  font-weight: 300;
  width: 100%;
  font-family: inherit;
}
input[type="submit"] {
  background-color: #032fa0;
  border: 0.053rem solid #4f4f4f;
  -webkit-box-shadow: 0 0 0.842rem rgba(15, 42, 54, 0.42);
  box-shadow: 0 0 0.842rem rgba(15, 42, 54, 0.42);
  color: #ffffff;
  font-size: 2.684rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
}
input[type="submit"]:hover {
  background-color: #ff6000;
}
input.error {
  border-color: red;
}
@media (max-width: 640px) {
  input {
    height: 6.2rem;
    font-size: 2.6rem;
  }
}
label.error {
  position: absolute;
  bottom: 0.2rem;
  color: red;
  left: 0.5rem;
  text-align: left;
}
ul {
  margin: 0;
  padding: 0;
  padding-right: 1.8rem;
}
ul li {
  font-size: inherit;
  font-weight: inherit;
  list-style: disc;
  list-style-position: outside;
  margin: 0.5rem 0;
}
@media (max-width: 640px) {
  ul {
    padding-right: 2.8rem;
  }
}

/*# sourceMappingURL=main.css.map */