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

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans Hebrew", Arial, "Times New Roman", Helvetica, sans-serif;
}

body img {
  max-width: 100%;
}

body section {
  width: 100%;
  max-width: 1143px;
  margin: 0 auto;
  margin-top: 63px;
}

@media only screen and (max-width: 600px) {
  body section {
    margin-top: 19px;
  }
}

body section header {
  position: relative;
  float: right;
  width: 100%;
}

@media only screen and (max-width: 1143px) {
  body section header {
    width: 90%;
    margin-right: 5%;
  }
}

body section header .banner {
  float: right;
}

@media only screen and (max-width: 1143px) {
  body section header .banner {
    width: 82.8%;
  }
}

body section header .logo {
  float: right;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 1143px) {
  body section header .logo {
    width: 18.7%;
  }
}

body section .heightDekstop {
  float: right;
}

body section .show {
  display: none;
  width: 1143px;
  float: right;
  margin-top: 15px;
  margin-bottom: 15px;
  position: absolute;
  right: 0;
  top: 283px;
  margin-right: -579px;
}

@media only screen and (max-width: 1143px) {
  body section .show {
    width: 100%;
    position: static;
    margin-right: 0;
  }
}

body section .show .headerImg {
  width: 100%;
  text-align: center;
  border-bottom: 3px solid #79d0e9;
}

body section .show .headerImg img {
  display: block;
}

@media only screen and (max-width: 600px) {
  body section .show .headerImg img {
    width: 100%;
  }
}

body section .show .shareIcons {
  float: left;
  margin-left: 69px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  body section .show .shareIcons {
    margin-left: 13px;
  }
}

body section .show .shareIcons .share {
  position: relative;
  margin-top: -28px;
  width: 56px;
  height: 56px;
  border: 5px solid #79d0e9;
  border-radius: 50%;
  text-align: center;
  float: left;
  background: #ffffff;
  margin-left: 7px;
}

@media only screen and (max-width: 1143px) {
  body section .show .shareIcons .share {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}

body section .show .shareIcons .share:first-child {
  margin-left: 0;
}

body section .show .shareIcons .share img {
  margin-top: 12px;
  cursor: pointer;
}

@media only screen and (max-width: 1143px) {
  body section .show .shareIcons .share img {
    width: 17px;
    margin-top: 7px;
  }
}

body section .show .shareIcons .share .shareArea {
  display: none;
  width: 259px;
  height: 55px;
  background: #ffffff;
  position: absolute;
  border-radius: 10px;
  left: 0;
  margin-left: -102px;
  top: 0;
  -webkit-box-shadow: 6px 7px 38px -1px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 7px 38px -1px rgba(0, 0, 0, 0.75);
  margin-top: 78px;
}

@media only screen and (max-width: 600px) {
  body section .show .shareIcons .share .shareArea {
    margin-left: -50px;
    width: 200px;
    margin-top: 61px;
  }
}

body section .show .shareIcons .share .shareArea:before {
  content: "\25b2";
  color: #ffffff;
  position: absolute;
  top: -31px;
  font-size: 33px;
  right: 50%;
  margin-right: -16px;
}

@media only screen and (max-width: 600px) {
  body section .show .shareIcons .share .shareArea:before {
    left: 0;
  }
}

body section .show .shareIcons .share .shareArea .element {
  float: right;
  font-size: 20px;
  font-weight: 300;
  margin-right: 9px;
  height: 55px;
  line-height: 55px;
}

@media only screen and (max-width: 600px) {
  body section .show .shareIcons .share .shareArea .element {
    font-size: 16px;
  }
}

body section .show .shareIcons .share .shareArea .element img {
  margin-top: 8px;
  cursor: pointer;
}

@media only screen and (max-width: 1147px) {
  body section .show .shareIcons .share .shareArea .element img {
    width: 38px;
  }
}

@media only screen and (max-width: 600px) {
  body section .show .shareIcons .share .shareArea .element img {
    width: 32px;
  }
}

body section .show .shareIcons .share .shareArea .element:first-child {
  margin-right: 21px;
}

body section .show .contentArea {
  background: #eae8e7;
  width: 100%;
}

body section .show .contentArea .content {
  width: 100%;
  max-width: 898px;
  margin: 0 auto;
  padding: 20px 0;
  color: #3f3f3f;
  font-size: 20px;
}

body section .show .contentArea .content .resGr {
  -webkit-box-flex: 8;
      -ms-flex-positive: 8;
          flex-grow: 8;
  width: 701px;
}

@media only screen and (max-width: 1147px) {
  body section .show .contentArea .content .resGr {
    width: 100%;
  }
}

body section .show .contentArea .content .resGr .bottomText {
  width: 100%;
  float: right;
  margin-top: 130px;
}

@media only screen and (max-width: 1147px) {
  body section .show .contentArea .content .resGr .bottomText {
    float: none;
    margin-top: 30px;
  }
}

body section .show .contentArea .content .res {
  text-align: right;
  display: none;
}

body section .show .contentArea .content .res .title {
  float: right;
}

@media only screen and (max-width: 1147px) {
  body section .show .contentArea .content .res .title {
    float: none;
  }
}

body section .show .contentArea .content .res .startoverBtn {
  float: right;
  width: 152px;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background: #cecac9;
  color: #3f3f3f;
  margin-right: 49px;
}

@media only screen and (max-width: 1147px) {
  body section .show .contentArea .content .res .startoverBtn {
    float: none;
  }
}

body section .show .contentArea .content .blocksRes {
  width: 100%;
  float: right;
  margin-top: 50px;
}

@media only screen and (max-width: 1147px) {
  body section .show .contentArea .content .blocksRes {
    float: none;
  }
}

body section .show .contentArea .content .blocksRes .blockRes {
  float: right;
  width: 155px;
  border: 1px solid #a8a29f;
  height: 100px;
  text-align: center;
  padding-top: 19px;
}

body section .show .contentArea .content .blocksRes .blockRes div {
  font-weight: bold;
}

@media only screen and (max-width: 1147px) {
  body section .show .contentArea .content .blocksRes .blockRes {
    float: none;
    width: 100%;
  }
}

body section .show .contentArea .content .blocksRes .active {
  background: #0093d0;
  color: #ffffff;
}

body section .show .contentArea .content .bottomText {
  font-size: 20px;
  font-weight: 300;
  margin-top: 40px;
  color: #4a4a4a;
}

body section .show .contentArea .content .boxs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (max-width: 1147px) {
  body section .show .contentArea .content .boxs {
    display: block;
    margin-right: 0;
  }
}

body section .show .contentArea .content .boxs .icon {
  width: 163px;
  margin-top: 17px;
}

@media only screen and (max-width: 1147px) {
  body section .show .contentArea .content .boxs .icon {
    width: 140px;
    margin: 0 auto;
  }
}

body section .show .contentArea .content .boxs .bmibox {
  width: 100%;
  max-width: 600px;
  min-height: 240px;
  margin-right: 27px;
  border: 2px solid #c2bebc;
  margin-top: 20px;
}

@media only screen and (max-width: 1147px) {
  body section .show .contentArea .content .boxs .bmibox {
    margin-right: 0;
  }
}

@media only screen and (max-width: 350px) {
  body section .show .contentArea .content .boxs .bmibox {
    min-height: 285px;
  }
}

body section .show .contentArea .content .boxs .bmibox .line {
  margin-top: 20px;
}

body section .show .contentArea .content .boxs .bmibox .line:first-child {
  margin-top: 30px;
}

body section .show .contentArea .content .boxs .bmibox label {
  float: right;
  color: #3f3f3f;
  font-size: 20px;
  font-weight: bold;
  min-width: 70px;
  text-align: right;
}

body section .show .contentArea .content .boxs .bmibox .little {
  width: 103px;
}

body section .show .contentArea .content .boxs .bmibox .big {
  width: 278px;
}

@media only screen and (max-width: 600px) {
  body section .show .contentArea .content .boxs .bmibox .big {
    width: 103px;
  }
}

body section .show .contentArea .content .boxs .bmibox input {
  float: right;
  height: 38px;
  border: 1px solid #d3d3d3;
}

body section .show .contentArea .content .boxs .bmibox div {
  float: right;
  font-size: 20px;
  font-weight: 300;
  margin-right: 17px;
}

@media only screen and (max-width: 600px) {
  body section .show .contentArea .content .boxs .bmibox div {
    font-size: 19px;
  }
}

body section .show .contentArea .content .boxs .button {
  width: 100%;
  float: left;
  text-align: left;
  margin-right: 0;
}

body section .show .contentArea .content .boxs .button button {
  width: 85px;
  height: 42px;
  margin-top: 40px;
  margin-left: 45px;
  background: #cecac9;
  color: #3f3f3f;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  border: 0;
}

@media only screen and (max-width: 1143px) {
  body section .show .contentArea .content {
    padding: 20px;
  }
}

body section .show .contentArea .content .linkp {
  word-break: break-all;
}

body section .show .contentArea .content .title {
  font-size: 42px;
  font-weight: 300;
}

@media only screen and (max-width: 600px) {
  body section .show .contentArea .content .title {
    font-size: 38px;
  }
}

body section .show .contentArea .content .subtitle {
  font-size: 42px;
  font-weight: bold;
}

body section .showBig {
  position: relative;
  top: 0;
  margin-right: 0;
}

@media only screen and (max-width: 1143px) {
  body section .showBig {
    width: 90%;
    margin-right: 5%;
  }
}

body section .headerItem {
  width: 100%;
  float: right;
  margin-top: 15px;
  position: relative;
}

@media only screen and (max-width: 1143px) {
  body section .headerItem {
    width: 90%;
    margin-right: 5%;
  }
}

body section .headerItem .image {
  float: left;
}

@media only screen and (max-width: 1143px) {
  body section .headerItem .image {
    width: 66.5%;
  }
}

@media only screen and (max-width: 400px) {
  body section .headerItem .image {
    width: 57%;
    float: left;
  }
}

body section .headerItem .titleArea {
  float: right;
  width: 670px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/headerItemBackground.png");
  height: 513px;
  padding-right: 40px;
  cursor: pointer;
}

@media only screen and (max-width: 1143px) {
  body section .headerItem .titleArea {
    width: 58.6%;
    height: 98%;
  }
}

@media only screen and (max-width: 850px) {
  body section .headerItem .titleArea {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 500px) {
  body section .headerItem .titleArea {
    width: 57.6%;
  }
}

@media only screen and (max-width: 400px) {
  body section .headerItem .titleArea {
    background: url("../images/headerItemBackgroundMobile.png") no-repeat left top;
    width: 63.6%;
  }
}

body section .headerItem .titleArea .title {
  margin-top: 145px;
  color: #ffffff;
  font-size: 42px;
  font-weight: 300;
  width: 100%;
  max-width: 306px;
}

@media only screen and (max-width: 1143px) {
  body section .headerItem .titleArea .title {
    margin-top: 39px;
  }
}

@media only screen and (max-width: 850px) {
  body section .headerItem .titleArea .title {
    font-size: 4.9vw;
  }
}

@media only screen and (max-width: 700px) {
  body section .headerItem .titleArea .title {
    padding-left: 45px;
  }
}

@media only screen and (max-width: 650px) {
  body section .headerItem .titleArea .title {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 400px) {
  body section .headerItem .titleArea .title {
    font-size: 16px;
    margin-top: 9px;
  }
}

@media only screen and (max-width: 350px) {
  body section .headerItem .titleArea .title {
    font-size: 15px;
  }
}

body section .headerItem .titleArea .subtitle {
  font-size: 42px;
  font-weight: bold;
  max-width: 306px;
  color: #ffffff;
}

@media only screen and (max-width: 850px) {
  body section .headerItem .titleArea .subtitle {
    font-size: 4.9vw;
  }
}

@media only screen and (max-width: 700px) {
  body section .headerItem .titleArea .subtitle {
    padding-left: 45px;
  }
}

@media only screen and (max-width: 400px) {
  body section .headerItem .titleArea .subtitle {
    font-size: 19px;
  }
}

@media only screen and (max-width: 350px) {
  body section .headerItem .titleArea .subtitle {
    font-size: 16px;
  }
}

body section .headerItem .titleArea .arrow {
  margin-top: 45px;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  body section .headerItem .titleArea .arrow {
    margin-top: 7px;
    width: 52px;
  }
}

@media only screen and (max-width: 700px) {
  body section .headerItem .titleArea .arrow {
    width: 42px;
  }
}

@media only screen and (max-width: 400px) {
  body section .headerItem .titleArea .arrow {
    width: 25px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 350px) {
  body section .headerItem .titleArea .arrow {
    margin-top: 1px;
  }
}

body section .main {
  width: 100%;
  margin-top: 11px;
  float: right;
}

body section .main .blocks {
  width: 100%;
}

@media only screen and (max-width: 1143px) {
  body section .main .blocks {
    width: 564px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  body section .main .blocks {
    width: 338px;
  }
}

@media only screen and (max-width: 350px) {
  body section .main .blocks {
    width: 288px;
  }
}

body section .main .blocks .block {
  width: 100%;
  max-width: 564px;
  margin-right: 15px;
  float: right;
  margin-top: 15px;
  position: relative;
}

@media only screen and (max-width: 1143px) {
  body section .main .blocks .block {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  body section .main .blocks .block {
    max-width: 338px;
  }
}

body section .main .blocks .block .right {
  background: #eae8e7;
  float: right;
  padding-right: 21px;
  font-size: 27px;
  padding-left: 21px;
  font-weight: 300;
  color: #3f3f3f;
  height: 278px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  body section .main .blocks .block .right {
    font-size: 16px;
    height: 163px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 350px) {
  body section .main .blocks .block .right {
    font-size: 15px;
    height: 132.5px;
  }
}

body section .main .blocks .block .right span {
  font-size: 32px;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  body section .main .blocks .block .right span {
    font-size: 19px;
  }
}

@media only screen and (max-width: 350px) {
  body section .main .blocks .block .right span {
    font-size: 17px;
  }
}

body section .main .blocks .block .right .arrow2 {
  margin-top: 18px;
  position: absolute;
  bottom: 7px;
  right: 19px;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  body section .main .blocks .block .right .arrow2 {
    width: 27px;
  }
}

@media only screen and (max-width: 350px) {
  body section .main .blocks .block .right .arrow2 {
    width: 22px;
    bottom: auto;
    margin-top: 6px;
  }
}

body section .main .blocks .block .right a {
  color: #3f3f3f;
}

body section .main .blocks .block .right .comment {
  font-size: 19px;
  margin-top: 17px;
}

@media only screen and (max-width: 600px) {
  body section .main .blocks .block .right .comment {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 350px) {
  body section .main .blocks .block .right .comment {
    margin-top: 12px;
    font-size: 14px;
  }
}

body section .main .blocks .block .leftImg {
  float: right;
  cursor: pointer;
}

body section .main .blocks .two {
  margin-right: 0;
}

body section .main .blocks .two .show {
  margin-right: 0;
}

body section .main .blocks .kindb .right {
  width: 243px;
  background: #ffffff;
  padding-top: 21px;
}

@media only screen and (max-width: 600px) {
  body section .main .blocks .kindb .right {
    width: 145px;
  }
}

@media only screen and (max-width: 350px) {
  body section .main .blocks .kindb .right {
    width: 120px;
  }
}

body section .main .blocks .kindb .leftImg {
  width: 321px;
}

@media only screen and (max-width: 600px) {
  body section .main .blocks .kindb .leftImg {
    width: 193px;
  }
}

@media only screen and (max-width: 350px) {
  body section .main .blocks .kindb .leftImg {
    width: 168px;
  }
}

body section .main .blocks .kinda .right {
  width: 340px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-top: 33px;
}

@media only screen and (max-width: 600px) {
  body section .main .blocks .kinda .right {
    width: 207px;
    padding-top: 17px;
  }
}

@media only screen and (max-width: 350px) {
  body section .main .blocks .kinda .right {
    width: 182px;
    padding-top: 4px;
  }
}

body section .main .blocks .kinda .leftImg {
  width: 222px;
}

@media only screen and (max-width: 600px) {
  body section .main .blocks .kinda .leftImg {
    width: 131px;
  }
}

@media only screen and (max-width: 350px) {
  body section .main .blocks .kinda .leftImg {
    width: 106px;
  }
}

body section .main .page {
  width: 100%;
  float: right;
  margin-top: 20px;
}

@media only screen and (max-width: 1143px) {
  body section .main .page {
    width: 90%;
    margin-right: 5%;
  }
}

body section .main .page .headerImg {
  width: 100%;
}

body section .main .page .headerImg img {
  display: block;
}

body section .main .page .hr {
  width: 100%;
  height: 3px;
  background: #79d0e9;
  float: right;
}

body section .main .page .hr .back {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin-top: -28px;
  border: 5px solid #79d0e9;
  position: relative;
  background: #ffffff;
  float: left;
  margin-left: 63px;
  text-align: center;
}

body section .main .page .hr .back img {
  margin-top: 12px;
}

body section .main .page .content {
  width: 100%;
  background: #eae8e7;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #404040;
}

body section .main .page .content .textArea {
  width: 100%;
  max-width: 959px;
  margin: 0 auto;
}

body section .main .page .content .textArea .noBold li {
  font-weight: normal;
}

body section .main .page .content .textArea ol li {
  margin-top: 10px;
}

@media only screen and (max-width: 1100px) {
  body section .main .page .content .textArea {
    width: 90%;
  }
}

body section .main .page .content .textArea h1 {
  padding: 0;
  margin: 0;
  margin-bottom: 35px;
  font-size: 41px;
}

body section .main .page .content .textArea ol {
  margin: 0;
  padding: 0;
  padding-right: 1.3em;
}

body section .main .page .content .textArea ol li {
  font-size: 20px;
  font-weight: bold;
}

body section .main .page .content .textArea ol li div {
  font-weight: 300;
}

body section .main .page .content .textArea ol li div p:last-child {
  margin-bottom: 0;
}

body section .main .page .content .en {
  direction: ltr;
}

body section .footer {
  float: right;
  width: 100%;
  margin-top: 20px;
}

@media only screen and (max-width: 1143px) {
  body section .footer {
    width: 90%;
    margin-right: 5%;
  }
}

@media only screen and (max-width: 600px) {
  body section .footer {
    text-align: center;
  }
}

body section .footer .footerLogos {
  width: 90%;
  float: right;
  margin-right: 5%;
  margin-bottom: 60px;
}

body section .footer .footerLogos .datapro, body section .footer .footerLogos .code {
  float: left;
  margin-top: 20px;
  font-size: 16px;
  color: #000;
}

@media only screen and (max-width: 600px) {
  body section .footer .footerLogos .datapro, body section .footer .footerLogos .code {
    width: 100%;
    text-align: center;
  }
}

body section .footer .footerLogos .datapro a, body section .footer .footerLogos .code a {
  color: #000;
  text-decoration: none;
}

body section .footer .footerLogos .code {
  float: right;
}

body section .footer .footerText {
  width: 90%;
  float: right;
  margin-right: 5%;
  font-size: 16px;
  color: #000;
}

body section .footer .footerText div {
  font-size: 17px;
  font-weight: bold;
}

body section .footer .links {
  width: 100%;
  max-width: 319px;
  margin: 0 auto;
  margin-top: 30px;
}

@media only screen and (max-width: 600px) {
  body section .footer .links {
    max-width: 195px;
  }
}

body section .footer .links .link {
  float: right;
  margin-bottom: 20px;
}

body section .footer .links .link:last-child {
  float: left;
}

body section .footer .links .link a {
  color: #0093d0;
  font-size: 26px;
  font-weight: 300;
}

@media only screen and (max-width: 600px) {
  body section .footer .links .link a {
    font-size: 16px;
  }
}

.centerText {
  text-align: center;
}

@media only screen and (max-width: 1147px) {
  .centerText {
    text-align: right;
  }
}

.mobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .mobile {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .desktop {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */