* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none; }

body {
  background: url("/_img/135.png") repeat; }

.wrap {
  width: 1100px;
  margin: 0 auto; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

a {
  text-decoration: none; }

#screen1 {
  width: 100%;
  background: url("/_img/bg1.jpg") no-repeat 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 70px; }
  #screen1 .header .logo {
    float: left;
    background: url("/_img/logo.png") no-repeat;
    width: 274px;
    height: 135px;
    margin-top: 20px; }
  #screen1 .header .contact {
    float: right;
    text-align: right;
    margin-top: 30px; }
    #screen1 .header .contact .tel {
      color: #565656;
      font-size: 24px; }
      #screen1 .header .contact .tel.mob {
        font-size: 18px; }
    #screen1 .header .contact .adr {
      font-size: 16px;
      color: #565656; }
    #screen1 .header .contact .download {
      font-size: 16px;
      color: #565656;
      line-height: 36px; }
  #screen1 h1 {
    font-weight: 700;
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    padding: 0 100px;
    line-height: 50px;
    text-shadow: -0   -3px 1px #000000, 0   -3px 1px #000000, -0    3px 1px #000000, 0    3px 1px #000000, -3px -0   1px #000000, 3px -0   1px #000000, -3px  0   1px #000000, 3px  0   1px #000000, -1px -3px 1px #000000, 1px -3px 1px #000000, -1px  3px 1px #000000, 1px  3px 1px #000000, -3px -1px 1px #000000, 3px -1px 1px #000000, -3px  1px 1px #000000, 3px  1px 1px #000000, -2px -3px 1px #000000, 2px -3px 1px #000000, -2px  3px 1px #000000, 2px  3px 1px #000000, -3px -2px 1px #000000, 3px -2px 1px #000000, -3px  2px 1px #000000, 3px  2px 1px #000000, -3px -3px 1px #000000, 3px -3px 1px #000000, -3px  3px 1px #000000, 3px  3px 1px #000000, -3px -3px 1px #000000, 3px -3px 1px #000000, -3px  3px 1px #000000, 3px  3px 1px #000000;
    margin: 12% 0; }
  #screen1 .service.desktop {
    display: block; }
  #screen1 .service.mobile {
    display: none; }
  #screen1 .service .item {
    display: flex;
    height: 100px;
    float: left;
    width: 185px;
    margin: 0 17px;
    border: 3px solid #2b7aba;
    cursor: pointer;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s; }
    #screen1 .service .item p {
      text-align: center;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: 300;
      font-size: 21px;
      color: #2b7aba;
      line-height: 25px;
      margin: auto; }
    #screen1 .service .item:hover {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05); }
  #screen1 .bot_text {
    text-align: center;
    font-size: 22px;
    color: #565656;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    margin-top: 15%; }

#screen2 {
  padding: 70px 0;
  background-color: #e6e6e6; }
  #screen2 .title {
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    color: #000000;
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px; }
    #screen2 .title span {
      font-weight: 700;
      color: #2b7aba;
      font-family: "Open Sans Condensed", sans-serif;
      font-size: 32px; }
  #screen2 .elem .item {
    float: left;
    width: 16.6%;
    padding: 0 20px; }
    #screen2 .elem .item .img {
      width: 100%;
      height: 100px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      -webkit-background-size: contain;
      background-size: contain;
      margin-bottom: 10px; }
    #screen2 .elem .item .name {
      font-size: 18px;
      font-family: "Open Sans", sans-serif;
      font-weight: 700;
      text-align: center;
      color: #000000;
      margin-bottom: 6px; }
    #screen2 .elem .item .text {
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: 300;
      color: #000000;
      font-size: 18px;
      text-align: center; }

#screen3, #screen4 {
  padding: 70px 0 0; }
  #screen3 .row, #screen4 .row {
    position: relative; }
    #screen3 .row .text, #screen4 .row .text {
      float: left;
      width: 50%;
      position: relative; }
      #screen3 .row .text .block, #screen4 .row .text .block {
        width: 600px;
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        #screen3 .row .text .block p, #screen4 .row .text .block p {
          font-family: "Open Sans", sans-serif;
          color: #000000; }
        #screen3 .row .text .block .txt1, #screen4 .row .text .block .txt1 {
          font-weight: 300;
          text-transform: uppercase;
          font-size: 18px;
          margin-bottom: 5px; }
        #screen3 .row .text .block .name, #screen4 .row .text .block .name {
          font-weight: 700;
          color: #2b7aba;
          font-size: 36px;
          margin-bottom: 5px; }
        #screen3 .row .text .block .txt2, #screen4 .row .text .block .txt2 {
          font-weight: 300;
          font-size: 2.1vh;
          margin-bottom: 10%; }
        #screen3 .row .text .block .txt3, #screen4 .row .text .block .txt3 {
          font-size: 2.1vh;
          font-weight: 300; }
          #screen3 .row .text .block .txt3 span, #screen4 .row .text .block .txt3 span {
            font-size: 24px;
            color: #2b7aba; }
        #screen3 .row .text .block .btn_block, #screen4 .row .text .block .btn_block {
          margin-top: 50px; }
          #screen3 .row .text .block .btn_block .btn, #screen4 .row .text .block .btn_block .btn {
            text-transform: uppercase;
            color: #2b7aba;
            font-size: 18px;
            font-family: "Open Sans Condensed", sans-serif;
            font-weight: 300;
            padding: 4px 15px;
            float: left;
            margin-right: 30px;
            border: 1px solid #2b7aba;
            cursor: pointer; }
            #screen3 .row .text .block .btn_block .btn:hover, #screen4 .row .text .block .btn_block .btn:hover {
              color: #000000;
              border-color: #000000; }
      #screen3 .row .text.text_right .block, #screen4 .row .text.text_right .block {
        right: auto;
        left: 30px; }
    #screen3 .row .img, #screen4 .row .img {
      float: left;
      width: 50%; }
      #screen3 .row .img img, #screen4 .row .img img {
        width: 100%;
        height: 100%; }

#screen4 {
  display: none; }

#review {
  padding: 70px 0;
  background-color: #e6e6e6; }
  #review .desktop {
    display: block; }
  #review .mobile {
    display: none; }
  #review .title {
    font-weight: 700;
    color: #2b7aba;
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase; }
  #review .hr {
    width: 150px;
    height: 1px;
    background-color: #2b7aba;
    margin: 0 auto 10px; }
  #review .name {
    margin-bottom: 10px;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 18px; }
  #review .text {
    font-size: 18px;
    margin-bottom: 30px;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    color: #000000; }
  #review .btn {
    text-transform: uppercase;
    color: #2b7aba;
    font-size: 18px;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: 300;
    width: 140px;
    padding: 4px 15px;
    border: 1px solid #2b7aba;
    cursor: pointer;
    margin: 50px auto 0; }
    #review .btn:hover {
      color: #000000;
      border-color: #000000; }

#footer {
  padding: 70px 0; }
  #footer .info {
    float: left;
    width: 30%; }
    #footer .info .title {
      font-size: 18px;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: 300;
      color: #000000;
      margin-bottom: 20px; }
      #footer .info .title span {
        font-family: "Open Sans Condensed", sans-serif;
        font-weight: 700;
        color: #2b7aba;
        text-transform: uppercase;
        font-size: 35px; }
    #footer .info .cont_block {
      margin-bottom: 30px; }
      #footer .info .cont_block p, #footer .info .cont_block a {
        font-size: 18px;
        font-family: "Open Sans Condensed", sans-serif;
        font-weight: 300;
        color: #000000; }
      #footer .info .cont_block a:hover {
        text-decoration: underline; }
    #footer .info .made_in a {
      font-size: 18px;
      font-family: "Open Sans Condensed", sans-serif;
      font-weight: 300;
      color: #000000;
      border-bottom: 1px dotted transparent; }
      #footer .info .made_in a:hover {
        border-bottom-color: #000000; }
  #footer #map {
    width: 70%;
    height: 355px;
    float: left; }

#modal .modalCall,
#modal .modalGet,
#modal .modalMessageOrg,
#modal .modalMessagePlace {
  z-index: 101;
  display: none;
  position: fixed;
  width: 400px;
  height: auto;
  background-color: #ffffff;
  padding: 30px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
#modal p {
  font-size: 16px;
  line-height: 28px; }
#modal .title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #000000;
  margin-bottom: 20px; }
#modal input {
  width: 100%;
  height: 40px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 14px; }
#modal textarea {
  width: 100%;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  height: 100px;
  resize: none;
  font-size: 14px; }
#modal .send {
  width: 200px;
  height: 40px;
  border: 2px solid #979797;
  margin: 20px auto;
  text-align: center;
  line-height: 38px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  background-color: transparent;
  display: block; }
#modal .close {
  position: absolute;
  width: 22px;
  height: 22px;
  display: block;
  top: 5px;
  right: 5px;
  cursor: pointer;
  background: url("/_img/close.png"); }

.bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
  z-index: 100; }

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