* {
  margin: 0px;
  border: 0px;
  padding: 0px; }

a {
  text-decoration: none; }

html, body {
  width: 100%;
  height: 100%; }

:root {
  font-family: "Fira Sans", sans-serif; }

h1, h2 {
  font-family: "Russo One", sans-serif;
  font-weight: 400; }

div,
span,
label,
p, strong,
h1, h2, h3, h5 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

div,
input,
label,
button,
nav, li, li > a,
header,
section,
article,
figure,
figcaption,
fieldset,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input,
button {
  outline: 0px none;
  box-shadow: none; }

input[type="submit"] {
  -webkit-appearance: none; }

button {
  display: block;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

div.top_wrapper {
  position: relative;
  min-width: 1180px;
  width: 100%;
  height: 100%;
  background-color: #fff; }

div.menu {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 83px;
  padding: 20px 0px;
  border-bottom: 3px solid transparent;
  z-index: 1000;
  -webkit-transition: border-bottom-color 0.2s ease;
  -moz-transition: border-bottom-color 0.2s ease;
  -o-transition: border-bottom-color 0.2s ease;
  transition: border-bottom-color 0.2s ease;
  /*&.fixed2 {
  	top: 0;
  	@include transition(top .3s ease);
  	background: url(../img/header_bg.jpg) bottom no-repeat;
  	background-size: cover;
  	border-bottom-color: $green-color;
  }*/ }
  div.menu:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: url(../img/header_bg.jpg) center no-repeat;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  div.menu.fixed {
    position: fixed;
    top: 0px;
    border-bottom-color: #1bcf12; }
    div.menu.fixed:before {
      opacity: 1; }
  div.menu .menu_nav {
    width: 1180px;
    height: 40px;
    margin: 0px auto; }
    div.menu .menu_nav .menu_logo {
      display: inline-block;
      height: 100%; }
      div.menu .menu_nav .menu_logo img {
        height: 40px; }
    div.menu .menu_nav ul {
      display: inline-block;
      list-style: none;
      margin-left: 100px;
      height: 40px;
      vertical-align: top;
      font-size: 0px; }
      div.menu .menu_nav ul li {
        display: inline-block;
        font-size: 18px;
        color: #fff;
        line-height: 30px;
        padding: 5px 8px; }
        div.menu .menu_nav ul li a {
          display: block;
          color: #fff;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          cursor: pointer;
          opacity: .54; }
          div.menu .menu_nav ul li a:hover {
            color: #ffc624;
            opacity: 1; }
        div.menu .menu_nav ul li.current {
          font-weight: 700; }
          div.menu .menu_nav ul li.current a {
            opacity: 1; }
    div.menu .menu_nav .btn1 {
      float: right;
      width: 180px;
      height: 40px;
      color: #fff;
      font-family: "Fira Sans", sans-serif;
      font-size: 16px;
      line-height: 40px;
      text-align: left;
      padding-left: 36px;
      background-color: #1bcf12;
      background-image: url(../img/icon_tel.png);
      background-position: 10px center;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      -webkit-transition: background-color 0.3s ease;
      -moz-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
      div.menu .menu_nav .btn1:hover {
        background-color: #19c111; }
    div.menu .menu_nav .tel_top {
      float: right;
      display: inline-block;
      font-family: "Russo One", sans-serif;
      font-size: 20px;
      line-height: 40px;
      color: #fff;
      margin-right: 25px;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      div.menu .menu_nav .tel_top:hover {
        color: #ffc624; }

header,
section.content {
  position: relative;
  width: 100%; }

header {
  overflow: hidden; }

.block_content {
  width: 1180px;
  margin: 0px auto; }

.block {
  width: 100%;
  padding-top: 50px; }
  .block .block_title {
    width: 1180px;
    margin: 0px auto;
    text-align: center; }
    .block .block_title h2 {
      position: relative;
      display: inline-block;
      font-size: 36px;
      color: #3c3c3c;
      line-height: 44px;
      padding: 15px 22px;
      text-transform: uppercase;
      margin-bottom: 50px;
      z-index: 1; }
      .block .block_title h2:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1; }
  .block.block_footer {
    height: 514px;
    background: url(../img/footer_bg.jpg) top no-repeat;
    background-size: cover; }
    .block.block_footer .block_title h2 {
      color: #fff;
      margin-bottom: 45px; }
      .block.block_footer .block_title h2:before {
        background: url(../img/icon_plus_green.png) left top no-repeat, url(../img/icon_plus_white.png) left bottom no-repeat, url(../img/icon_plus_white.png) right top no-repeat, url(../img/icon_plus_white.png) right bottom no-repeat;
        background-size: 16px 16px, 16px 16px, 16px 16px, 16px 16px; }
    .block.block_footer .block_content .footer_text {
      font-size: 18px;
      color: #fff;
      text-align: center;
      line-height: 22px;
      margin-bottom: 45px; }
    .block.block_footer .block_content .btn2 {
      width: 180px;
      height: 40px;
      margin: 0px auto;
      color: #fff;
      font-family: "Fira Sans", sans-serif;
      font-size: 16px;
      line-height: 40px;
      text-align: left;
      padding-left: 62px;
      background-color: #1bcf12;
      background-image: url(../img/icon_calc.png);
      background-position: 33px center;
      background-repeat: no-repeat;
      background-size: 16px 20px;
      -webkit-transition: background-color 0.3s ease;
      -moz-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease; }
      .block.block_footer .block_content .btn2:hover {
        background-color: #19c111; }
    .block.block_footer footer {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 135px; }
      .block.block_footer footer .footer {
        width: 100%;
        height: 87px;
        border-bottom: 4px solid #1bcf12;
        background-color: rgba(51, 92, 103, 0.72);
        text-align: center;
        font-size: 0px;
        vertical-align: top; }
        .block.block_footer footer .footer .footer_inner {
          position: relative;
          width: 1180px;
          height: 100%;
          margin: 0px auto; }
        .block.block_footer footer .footer .footer_logo {
          position: absolute;
          left: 0;
          top: 28px;
          width: 60px; }
          .block.block_footer footer .footer .footer_logo img {
            width: 60px; }
        .block.block_footer footer .footer .footer_contacts {
          display: inline-block;
          height: 100%; }
          .block.block_footer footer .footer .footer_contacts .contact {
            display: inline-block;
            padding: 30px 25px 30px 30px;
            font-size: 16px;
            color: #fff;
            line-height: 24px; }
            .block.block_footer footer .footer .footer_contacts .contact a {
              display: block;
              color: #fff; }
              .block.block_footer footer .footer .footer_contacts .contact a:hover {
                text-decoration: underline; }
            .block.block_footer footer .footer .footer_contacts .contact.tel {
              background: url(../img/icon_tel.png) left no-repeat;
              background-size: 20px 20px; }
            .block.block_footer footer .footer .footer_contacts .contact.email {
              padding-left: 29px;
              background: url(../img/icon_email.png) left no-repeat;
              background-size: 18.5px auto; }
            .block.block_footer footer .footer .footer_contacts .contact.addr {
              padding-left: 27px;
              background: url(../img/icon_addr.png) left no-repeat;
              background-size: 15.5px auto; }
        .block.block_footer footer .footer .created_by {
          display: inline;
          vertical-align: top;
          font-size: 16px;
          color: #fff;
          line-height: 84px;
          text-align: center;
          padding-right: 10px;
          opacity: 0;
          -webkit-transition: opacity 0.2s ease;
          -moz-transition: opacity 0.2s ease;
          -o-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease; }
        .block.block_footer footer .footer .netbell_link {
          position: absolute;
          top: 0;
          right: 0;
          display: table;
          width: 185px;
          height: 83px; }
        .block.block_footer footer .footer .netbell_link img {
          display: inline;
          vertical-align: top;
          height: 26px;
          margin-top: 28px;
          opacity: .6;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
        .block.block_footer footer .footer .netbell_link:hover .created_by {
          opacity: 1; }
        .block.block_footer footer .footer .netbell_link:hover img {
          opacity: 1; }
      .block.block_footer footer .footer_bottom {
        font-size: 16px;
        line-height: 48px;
        color: #fff;
        text-align: center; }

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  background-color: rgba(0, 0, 0, 0.7); }

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1011;
  border-radius: 4px;
  background-color: #fff;
  padding: 0px 40px 20px; }
  .modal .modal_title {
    position: relative;
    width: 100%;
    height: 67px; }
    .modal .modal_title h2 {
      font: 400 24px/66px "Fira Sans", sans-serif;
      color: #3c3c3c;
      text-transform: none;
      text-align: center; }
    .modal .modal_title:before {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      background: white;
      background: -moz-linear-gradient(left, white 0%, black 50%, white 100%);
      background: -webkit-linear-gradient(left, white 0%, black 50%, white 100%);
      background: linear-gradient(to right, white 0%, black 50%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
      opacity: 0.4;
      height: 1px;
      width: 100%;
      z-index: -1; }
    .modal .modal_title:after {
      position: absolute;
      content: "";
      bottom: 0;
      left: 50%;
      height: 1px;
      width: 90px;
      margin-left: -45px;
      background-color: #0c83c7; }
  .modal form {
    display: table;
    width: 100%;
    padding-top: 20px; }
    .modal form fieldset {
      display: none;
      width: 100%;
      margin-bottom: 20px; }
      .modal form fieldset.show {
        display: block; }
      .modal form fieldset .input_field_wrp {
        position: relative;
        width: 100%; }
        .modal form fieldset .input_field_wrp:before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          width: 40px;
          height: 40px;
          pointer-events: none;
          -webkit-transition: opacity 0.2s ease;
          -moz-transition: opacity 0.2s ease;
          -o-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease; }
        .modal form fieldset .input_field_wrp .input_field {
          -webkit-appearance: none;
          width: 100%;
          height: 40px;
          font: 400 14px/22px "Fira Sans", sans-serif;
          color: #a0a0a0;
          border-radius: 3px;
          border: 1px solid #dcdcdc;
          outline: 0 none;
          padding: 8px 20px 8px 40px;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          box-shadow: 0px 0px 12px transparent; }
          .modal form fieldset .input_field_wrp .input_field.input_text {
            height: 60px;
            resize: vertical; }
        .modal form fieldset .input_field_wrp .input_field::-webkit-input-placeholder {
          color: #a0a0a0;
          opacity: 1; }
        .modal form fieldset .input_field_wrp .input_field::-moz-placeholder {
          color: #a0a0a0;
          opacity: 1; }
        .modal form fieldset .input_field_wrp .input_field:-moz-placeholder {
          color: #a0a0a0;
          opacity: 1; }
        .modal form fieldset .input_field_wrp .input_field:-ms-input-placeholder {
          color: #a0a0a0;
          opacity: 1; }
        .modal form fieldset .input_field_wrp:hover .input_field {
          border-color: #a0a0a0; }
        .modal form fieldset .input_field_wrp:hover:before {
          opacity: .4 !important; }
        .modal form fieldset .input_field_wrp .input_field:focus {
          border-color: #0c83c7;
          box-shadow: 0px 0px 12px rgba(12, 131, 199, 0.3); }
        .modal form fieldset .input_field_wrp.focus .input_field, .modal form fieldset .input_field_wrp.valid .input_field, .modal form fieldset .input_field_wrp.error .input_field {
          color: #3c3c3c; }
        .modal form fieldset .input_field_wrp.focus:before, .modal form fieldset .input_field_wrp.valid:before, .modal form fieldset .input_field_wrp.error:before {
          opacity: .8 !important; }
        .modal form fieldset .input_field_wrp.valid .input_field {
          border-color: #1bcf12; }
          .modal form fieldset .input_field_wrp.valid .input_field:focus {
            box-shadow: 0px 0px 12px rgba(27, 207, 18, 0.3); }
        .modal form fieldset .input_field_wrp.error .input_field {
          border-color: #fb4e72; }
          .modal form fieldset .input_field_wrp.error .input_field:focus {
            box-shadow: 0px 0px 12px rgba(251, 78, 114, 0.3); }
    .modal form .input_submit {
      position: relative;
      width: 225px;
      height: 40px;
      margin: 0px auto; }
      .modal form .input_submit .send {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        border: 1px solid #1bcf12;
        font: 400 14px/38px "Fira Sans", sans-serif;
        text-align: center;
        color: #1bcf12;
        background-color: transparent;
        outline: 0 none;
        z-index: 1;
        cursor: pointer;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .modal form .input_submit .send.disabled {
          color: #5a5a5a;
          cursor: default; }
        .modal form .input_submit .send:not(.disabled):hover, .modal form .input_submit .send:not(.disabled):focus, .modal form .input_submit .send:not(.disabled):active {
          background-color: #1ee664;
          color: #fff; }
      .modal form .input_submit .submit_bg {
        position: absolute;
        width: 0;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 0;
        background-color: rgba(27, 207, 18, 0.2);
        -webkit-transition: width 0.4s ease-out;
        -moz-transition: width 0.4s ease-out;
        -o-transition: width 0.4s ease-out;
        transition: width 0.4s ease-out; }
  .modal .modal_close {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: url(../img/modal_close.svg) center no-repeat;
    background-size: 15px 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
    .modal .modal_close:hover {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }

#call_modal {
  width: 550px;
  margin-top: -105px;
  margin-left: -275px; }
  #call_modal form fieldset .input_field_wrp.call:before {
    background: url(../img/order_phone.svg) center no-repeat;
    background-size: 13px auto;
    opacity: .2; }
  #call_modal form fieldset .input_field_wrp.name:before {
    background: url(../img/order_name.svg) center no-repeat;
    background-size: 20px auto;
    opacity: .2; }

.modal.order {
  width: 550px;
  margin-top: -175px;
  margin-left: -275px; }
  .modal.order form fieldset .input_field_wrp.email, .modal.order form fieldset .input_field_wrp.phone {
    width: 50%;
    float: left; }
  .modal.order form fieldset .input_field_wrp.name:before {
    background: url(../img/order_name.svg) center no-repeat;
    background-size: 20px auto;
    opacity: .2; }
  .modal.order form fieldset .input_field_wrp.email {
    padding-right: 10px; }
    .modal.order form fieldset .input_field_wrp.email:before {
      background: url(../img/order_email.svg) center no-repeat;
      background-size: auto 17px;
      opacity: .2; }
  .modal.order form fieldset .input_field_wrp.phone {
    padding-left: 10px; }
    .modal.order form fieldset .input_field_wrp.phone:before {
      left: 10px;
      background: url(../img/order_phone.svg) center no-repeat;
      background-size: 13px auto;
      opacity: .2; }
  .modal.order form fieldset .input_field_wrp.textarea:before {
    background: url(../img/order_text.svg) center no-repeat;
    background-size: 22px auto;
    opacity: .2; }
  .modal.order .input_file {
    display: none;
    position: absolute;
    left: 40px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #dcdcdc;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    z-index: 5; }
    .modal.order .input_file .input_file_wrp {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      border-radius: 3px;
      overflow: hidden;
      cursor: pointer; }
    .modal.order .input_file .file {
      -webkit-appearance: none;
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 1;
      cursor: pointer; }
    .modal.order .input_file .file_bg {
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      top: 0;
      left: 0;
      z-index: 0;
      background: url(../img/order_file.svg) center no-repeat;
      background-size: 19px auto;
      opacity: .2;
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      .modal.order .input_file .file_bg .file_text {
        display: none; }
    .modal.order .input_file:not(.darg):hover .hint {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    .modal.order .input_file .hint {
      left: 50%;
      top: 45px;
      padding: 10px 0px;
      width: 210px;
      margin-left: -105px; }
    .modal.order .input_file:not(.darg):hover, .modal.order .input_file:not(.darg).hover {
      border-color: #a0a0a0; }
      .modal.order .input_file:not(.darg):hover .file_bg, .modal.order .input_file:not(.darg).hover .file_bg {
        opacity: .4; }
    .modal.order .input_file:not(.darg).active {
      border-color: #1ee664; }
      .modal.order .input_file:not(.darg).active .file_bg {
        opacity: .8; }
    .modal.order .input_file.drag {
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      border: 0px none !important; }
      .modal.order .input_file.drag .file_bg {
        background: rgba(0, 0, 0, 0.7) !important;
        opacity: 1 !important;
        border: 2px solid #fff; }
        .modal.order .input_file.drag .file_bg .file_text {
          width: 100%;
          display: block;
          font-size: 30px;
          font-weight: 300;
          color: #fff;
          text-align: center;
          background: url(../img/order_file_white.svg) bottom no-repeat;
          background-size: 56px auto;
          padding: 80px 0px 90px; }

#ok_modal {
  display: none;
  width: 550px;
  margin-top: -168px;
  margin-left: -275px; }
  #ok_modal .ok_msg {
    padding-top: 195px;
    padding-bottom: 22px;
    font-size: 14.5px;
    color: #5a5a5a;
    text-align: center;
    line-height: 20px;
    background: url(../img/form_send.png) center 60px no-repeat;
    background-size: auto 102px; }

.hint {
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(51, 51, 51, 0.8);
  min-width: 85px;
  width: auto;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none; }
  .hint:after {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -6px;
    width: 0px;
    height: 0px; }
  .hint.bottom {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  .hint.top {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }
  .hint.bottom:after {
    top: -6px;
    border-bottom: 6px solid rgba(51, 51, 51, 0.8);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent; }
  .hint.top:after {
    bottom: -6px;
    border-top: 6px solid rgba(51, 51, 51, 0.8);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent; }

/*# sourceMappingURL=main.css.map */
