@import url("https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i&subset=hebrew");* {  direction: rtl;  unicode-bidi: bidi-override;  margin: 0;  padding: 0;  font-family: 'Arimo', sans-serif; }.wrapper {  width: 1170px;  margin: auto; }.clearfix {  clear: both; }.rev_back {  background: url("assets/img/main_back.jpg") no-repeat;  background-size: cover;  -webkit-box-shadow: inset 0px -3px 3px 0px #707070;  -moz-box-shadow: inset 0px -3px 3px 0px #707070;  box-shadow: inset 0px -3px 3px 0px #707070; }/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css *//* Document   ========================================================================== *//** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in *    IE on Windows Phone and in iOS. */html {  line-height: 1.15;  /* 1 */  -ms-text-size-adjust: 100%;  /* 2 */  -webkit-text-size-adjust: 100%;  /* 2 */ }/* Sections   ========================================================================== *//** * Remove the margin in all browsers (opinionated). */body {  margin: 0; }/** * Add the correct display in IE 9-. */article,aside,footer,header,nav,section {  display: block; }/** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */h1 {  font-size: 2em;  margin: 0.67em 0; }/* Grouping content   ========================================================================== *//** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */figcaption,figure,main {  /* 1 */  display: block; }/** * Add the correct margin in IE 8. */figure {  margin: 1em 40px; }/** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */hr {  box-sizing: content-box;  /* 1 */  height: 0;  /* 1 */  overflow: visible;  /* 2 */ }/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */pre {  font-family: monospace, monospace;  /* 1 */  font-size: 1em;  /* 2 */ }/* Text-level semantics   ========================================================================== *//** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */a {  background-color: transparent;  /* 1 */  -webkit-text-decoration-skip: objects;  /* 2 */ }/** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */abbr[title] {  border-bottom: none;  /* 1 */  text-decoration: underline;  /* 2 */  text-decoration: underline dotted;  /* 2 */ }/** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */b,strong {  font-weight: inherit; }/** * Add the correct font weight in Chrome, Edge, and Safari. */b,strong {  font-weight: bolder; }/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */code,kbd,samp {  font-family: monospace, monospace;  /* 1 */  font-size: 1em;  /* 2 */ }/** * Add the correct font style in Android 4.3-. */dfn {  font-style: italic; }/** * Add the correct background and color in IE 9-. */mark {  background-color: #ff0;  color: #000; }/** * Add the correct font size in all browsers. */small {  font-size: 80%; }/** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */sub,sup {  font-size: 75%;  line-height: 0;  position: relative;  vertical-align: baseline; }sub {  bottom: -0.25em; }sup {  top: -0.5em; }/* Embedded content   ========================================================================== *//** * Add the correct display in IE 9-. */audio,video {  display: inline-block; }/** * Add the correct display in iOS 4-7. */audio:not([controls]) {  display: none;  height: 0; }/** * Remove the border on images inside links in IE 10-. */img {  border-style: none; }/** * Hide the overflow in IE. */svg:not(:root) {  overflow: hidden; }/* Forms   ========================================================================== *//** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */button,input,optgroup,select,textarea {  font-family: sans-serif;  /* 1 */  font-size: 100%;  /* 1 */  line-height: 1.15;  /* 1 */  margin: 0;  /* 2 */ }/** * Show the overflow in IE. * 1. Show the overflow in Edge. */button,input {  /* 1 */  overflow: visible; }/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */button,select {  /* 1 */  text-transform: none; }/** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` *    controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */button,html [type="button"],[type="reset"],[type="submit"] {  -webkit-appearance: button;  /* 2 */ }/** * Remove the inner border and padding in Firefox. */button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {  border-style: none;  padding: 0; }/** * Restore the focus styles unset by the previous rule. */button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {  outline: 1px dotted ButtonText; }/** * Correct the padding in Firefox. */fieldset {  padding: 0.35em 0.75em 0.625em; }/** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out *    `fieldset` elements in all browsers. */legend {  box-sizing: border-box;  /* 1 */  color: inherit;  /* 2 */  display: table;  /* 1 */  max-width: 100%;  /* 1 */  padding: 0;  /* 3 */  white-space: normal;  /* 1 */ }/** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */progress {  display: inline-block;  /* 1 */  vertical-align: baseline;  /* 2 */ }/** * Remove the default vertical scrollbar in IE. */textarea {  overflow: auto; }/** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */[type="checkbox"],[type="radio"] {  box-sizing: border-box;  /* 1 */  padding: 0;  /* 2 */ }/** * Correct the cursor style of increment and decrement buttons in Chrome. */[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {  height: auto; }/** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */[type="search"] {  -webkit-appearance: textfield;  /* 1 */  outline-offset: -2px;  /* 2 */ }/** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {  -webkit-appearance: none; }/** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */::-webkit-file-upload-button {  -webkit-appearance: button;  /* 1 */  font: inherit;  /* 2 */ }/* Interactive   ========================================================================== *//* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */details,menu {  display: block; }/* * Add the correct display in all browsers. */summary {  display: list-item; }/* Scripting   ========================================================================== *//** * Add the correct display in IE 9-. */canvas {  display: inline-block; }/** * Add the correct display in IE. */template {  display: none; }/* Hidden   ========================================================================== *//** * Add the correct display in IE 10-. */[hidden] {  display: none; }header {  background: url("assets/img/head_back.png") no-repeat;  background-size: cover; }  header .text, header .for_img {    width: 50%;    float: right; }  header .text {    padding-bottom: 40px; }    header .text h1 {      margin-top: 100px;      margin-bottom: 15px;      font-size: 60px;      color: #fff;      line-height: 60px;      font-weight: 400; }    header .text p {      color: #ffffff;      font-size: 24px;      font-weight: 700; }  header .items {    width: 100%;    margin-top: 40px; }    header .items h2 {      font-size: 36px;      color: #ffffff;      font-weight: 700; }    header .items .item {      float: right;      width: 25%;      margin-top: 20px; }      header .items .item div {        margin: 0 auto;        width: 100px;        height: 100px;        border-radius: 50%;        background: #bf1700;        border: 2px solid #ffffff;        text-align: center;        vertical-align: middle; }        header .items .item div img {          margin-top: 20px; }      header .items .item p {        color: #ffffff;        text-align: center;        font-size: 20px;        width: 90%;        margin: 0 auto;        line-height: 25px; }  header .for_img {    position: relative; }    header .for_img img {      position: absolute;      height: auto;      bottom: 0;      right: 0;      max-height: 560px; }header .wrapper {  background: url("assets/img/sprechen.png") no-repeat 42% 10px; }footer {  background: #344d71;  padding: 35px 0;  text-align: center; }  footer .wrapper {    position: relative; }  footer .contacto {    position: absolute;    width: 280px;    height: 50px;    line-height: 50px;    background: url("assets/img/fa-fa.jpg") no-repeat right #344d71;    left: 0;    top: -85px;    text-align: left;    padding-left: 25px;    box-sizing: border-box; }    footer .contacto a {      direction: ltr;      font-size: 28px;      color: #ffffff;      text-decoration: none; }      footer .contacto a:hover {        color: #fdb913;        text-decoration: none; }  footer p {    direction: ltr;    color: #ccc;    font-size: 16px;    text-align: center; }.contacts .yellow_lite {  width: 100%;  background: #fdb913;  padding: 20px 0;  position: relative;  box-sizing: border-box;  -webkit-box-shadow: 0px 4px 4px 0px #cccccc;  -moz-box-shadow: 0px 4px 4px 0px #cccccc;  box-shadow: 0px 4px 4px 0px #cccccc; }  .contacts .yellow_lite .zatich {    position: absolute;    height: 100%;    left: 99.8%;    top: 0;    background: #fdb913;    -webkit-box-shadow: 2px 4px 4px 0px #cccccc;    -moz-box-shadow: 2px 4px 4px 0px #cccccc;    box-shadow: 2px 4px 4px 0px #cccccc; }  .contacts .yellow_lite .items {    width: 60%;    display: block; }    .contacts .yellow_lite .items .item {      width: 34%;      font-size: 24px;      font-weight: 700;      color: #000;      padding-right: 35px;      position: relative;      box-sizing: border-box;      display: inline-block;      vertical-align: -webkit-baseline-middle; }      .contacts .yellow_lite .items .item:nth-child(even):after {        left: 0; }      .contacts .yellow_lite .items .item:after {        content: '';        position: absolute;        height: 18px;        width: 11px;        top: 42%;        left: -25px;        background: url("assets/img/chevron-right.png"); }      .contacts .yellow_lite .items .item:first-child {        font-size: 50px;        direction: ltr;        width: 30%;        line-height: 85px;        padding-right: 6px;        padding-left: 20px; }        .contacts .yellow_lite .items .item:first-child:after {          left: -10px; }      .contacts .yellow_lite .items .item:last-child {        font-size: 24px;        font-weight: 400; }.for_form .wrapper {  display: flex; }.for_form .item {  float: right;  width: 33%;  background: #fbfbfb;  padding: 30px 10px 30px 25px;  box-sizing: border-box; }  .for_form .item form {    width: 100%;    background: #344d71;    text-align: center;    padding-top: 50px;    padding-bottom: 60px;    margin-top: -167px;    position: relative;    z-index: 1; }    .for_form .item form .error {      width: 100%;      text-align: center;      font-size: 15px;      color: red;      line-height: 20px;      font-weight: 700;      display: none; }    .for_form .item form .succes_post {      width: 100%;      text-align: center;      font-size: 15px;      color: green;      line-height: 20px;      font-weight: 700;      display: none; }    .for_form .item form input {      display: block;      width: 75%;      margin: 0 auto;      margin-top: 10px;      border: none;      height: 45px;      border-radius: 4px;      line-height: 45px;      padding-right: 10px;      font-size: 16px;      box-sizing: border-box;      color: #333;      /* Firefox 19+ */      /* Firefox 18- */ }      .for_form .item form input ::-webkit-input-placeholder {        color: #999999; }      .for_form .item form input ::-moz-placeholder {        color: #999999; }      .for_form .item form input :-moz-placeholder {        color: #999999; }      .for_form .item form input :-ms-input-placeholder {        color: #999999; }      .for_form .item form input[type=tel] {        unicode-bidi: normal; }      .for_form .item form input[type=text] {        unicode-bidi: normal; }      .for_form .item form input[type=email] {        unicode-bidi: normal; }      .for_form .item form input[type=submit] {        padding-right: 0;        font-size: 20px;        color: #010101;        font-weight: 700;        cursor: pointer;        background: #fdb913; }      .for_form .item form input.er {        border: 2px solid red; }  .for_form .item h4 {    font-size: 24px;    font-weight: 700;    color: #000000; }  .for_form .item p {    font-size: 18px;    font-weight: 400;    line-height: 24px;    margin-bottom: 25px; }    .for_form .item p strong {      font-size: 24px;      font-weight: 700; }  .for_form .item ul {    padding-right: 20px;    padding-top: 10px; }    .for_form .item ul li {      font-size: 18px;      list-style: none;      color: #333;      position: relative;      line-height: 27px; }      .for_form .item ul li:after {        content: '';        position: absolute;        top: 7px;        right: -22px;        width: 11px;        height: 11px;        background: url("assets/img/circle.png") no-repeat; }  .for_form .item:first-child {    background: #ffffff; }  .for_form .item:nth-child(3) {    width: 34%;    padding: 0; }    .for_form .item:nth-child(3) span {      font-size: 18px;      color: #ffffff;      font-weight: 700; }    .for_form .item:nth-child(3) p {      color: #fff;      font-size: 24px;      font-weight: 700;      margin-bottom: 10px; }      .for_form .item:nth-child(3) p a {        font-size: 32px;        line-height: 32px;        color: #ffffff;        text-decoration: none;        direction: ltr; }        .for_form .item:nth-child(3) p a:hover {          color: #fdb913;          text-decoration: none; }.reviews {  padding-top: 20px;  text-align: center;  padding-bottom: 50px; }  .reviews h2 {    color: #999999;    font-size: 60px;    text-align: center;    line-height: 65px;    margin-bottom: 35px;    font-weight: 400; }  .reviews .item {    display: inline-block;    width: 33%;    box-sizing: border-box;    vertical-align: top;    padding-right: 20px; }    .reviews .item img {      max-width: 150px;      border-radius: 50%;      display: block;      margin: 0 auto;      margin-bottom: 10px;      border: 2px solid #ffffff; }    .reviews .item h5 {      text-align: right;      font-size: 18px;      line-height: 30px;      font-weight: 700;      color: #333333; }    .reviews .item p {      text-align: right;      font-size: 18px;      line-height: 25px;      color: #333333; }.ribo {  background: #ffffff;  padding: 40px 0; }  .ribo img {    width: 25%;    border-radius: 50%;    display: block;    float: right;    margin-left: 3%;    margin-right: 3%; }  .ribo .for_text {    width: 68%;    float: right;    padding-top: 100px; }    .ribo .for_text p {      font-size: 18px;      line-height: 25px;      color: #333;      margin-bottom: 10px; }      .ribo .for_text p strong {        font-weight: 700;        font-size: 24px;        line-height: 27px; }@media (max-width: 1180px) {  .wrapper {    width: 90%; }  header .text h1 {    font-size: 45px; }  header .items .item p {    font-size: 18px;    margin: 10px 0 20px 0; }  header .text {    width: 60%; }  header .for_img {    display: none; }  header .wrapper {    background: url("assets/img/sprechen.png") no-repeat 20px 20px; }  .contacts .yellow_lite .items {    width: 96%; }  .for_form .item form {    padding-top: 15px;    padding-bottom: 20px;    margin-top: 0; }  .for_form .item {    padding: 30px 30px 30px 20px; } }@media (max-width: 1000px) {  header .text {    width: 100%; }  .contacts .yellow_lite .items .item:first-child {    padding-right: 5px;    text-align: right;    width: 25%;    font-size: 45px; }  .contacts .yellow_lite .items .item {    padding-right: 5%;    width: 36%; }  .for_form .item {    width: 50%; }  .for_form .item:nth-child(3) {    width: 100%; }  .for_form .wrapper {    display: block; }  .for_form .item form {    padding-top: 30px;    padding-bottom: 30px; }  .reviews .item {    width: 48%;    padding-top: 30px; }  .reviews h2 {    font-size: 45px;    margin-bottom: 0; }  .ribo .for_text {    width: 75%;    padding-top: 5px; }  .ribo img {    width: 20%; } }@media (max-width: 720px) {  .rev_back {    background: #fff; }  .reviews {    background: url(assets/img/main_back.jpg) no-repeat;    background-size: cover; }  .for_form .item {    padding: 30px 5px 0px 20px; }  .contacts .yellow_lite .items .item:after {    width: 0;    height: 0;    background: none; }  .contacts .yellow_lite .items .item:nth-child(2) {    margin-bottom: 20px; }  header .items .item {    width: 50%;    min-height: 180px; }  header .text h1 {    line-height: 50px;    margin-top: 225px; }  header {    background: #344d71; }  section.contacts{    background: #fdb913;    -webkit-box-shadow: 2px 4px 4px 0px #cccccc;    -moz-box-shadow: 2px 4px 4px 0px #cccccc;    box-shadow: 2px 4px 4px 0px #cccccc;  }  .contacts .yellow_lite{    background: transparent;  }  .contacts .yellow_lite .zatich{    background: transparent;    box-shadow: none;  }  .contacts .yellow_lite .items {    display: block; }  .contacts .yellow_lite .items .item {    display: block;    width: 100%;    padding-right: 2px; }  .contacts .yellow_lite .items .item:first-child {    width: 100%;    padding-right: 2px; }  .contacts .yellow_lite .items {    width: 75%; }  .reviews .item {    width: 100%; }  .ribo img {    width: 60%;    float: none;    margin: 0 auto; }  .ribo .for_text {    width: 100%;    padding-bottom: 30px; }  .for_form .item {    width: 100%; }  .reviews .item {    padding-right: 5px; } }/*# sourceMappingURL=style.css.map */