body {
  font-family: "DINPro", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #000;
  min-width: 320px;
  position: relative;
  line-height: 1.42857;
  -webkit-font-smoothing: antialised; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #000; }

body input:required:valid,
body textarea:required:valid {
  color: #00922e; }

.hidden {
  display: none; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #00922e; }
  a:focus {
    outline: none; }

a:visited, a:active, a:focus {
  text-decoration: none; }

input {
  width: 100%;
  padding: 13px 15px;
  text-align: center;
  color: #000;
  font-size: 18px;
  border-radius: 10px;
  border: 2px solid #00922e;
  text-transform: uppercase;
  line-height: 18px;
  -webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.35); }
  input:focus {
    outline: none; }

button {
  cursor: pointer;
  outline: none; }

.btn {
  background: #008830;
  background: -moz-linear-gradient(top, #008830 0%, #00922d 50%, #00682c 100%);
  background: -webkit-linear-gradient(top, #008830 0%, #00922d 50%, #00682c 100%);
  background: linear-gradient(to bottom, #008830 0%, #00922d 50%, #00682c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008830', endColorstr='#00682c',GradientType=0 );
  text-transform: uppercase;
  border-radius: 10px;
  border: none;
  padding: 15px;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  transition: all 0.2s ease-out 0s;
  color: #fff;
  -webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.35); }
  .btn:hover {
    color: #fff;
    background: #00682c;
    background: -moz-linear-gradient(top, #00682c 0%, #00922d 50%, #008830 100%);
    background: -webkit-linear-gradient(top, #00682c 0%, #00922d 50%, #008830 100%);
    background: linear-gradient(to bottom, #00682c 0%, #00922d 50%, #008830 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00682c', endColorstr='#008830',GradientType=0 );
    text-shadow: 1px 1px 18px #d3ffff; }
  .btn:focus {
    color: #fff; }

.tac {
  text-align: center; }

h1 {
  font-size: 30px;
  font-family: "Days", sans-serif;
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
  line-height: 40px;
  display: inline-block; }
  h1:after {
    content: "";
    display: block;
    background: #00922e;
    width: 40px;
    height: 4px;
    position: absolute;
    right: -50px;
    top: 50%; }
  h1:before {
    content: "";
    display: block;
    background: #00922e;
    width: 40px;
    height: 4px;
    position: absolute;
    left: -50px;
    top: 50%; }

.carousel .owl-controls .owl-buttons div {
  width: 40px;
  height: 65px;
  background: url("../img/arr-set.png") no-repeat top left;
  top: 42%;
  position: absolute;
  left: -35px;
  opacity: 0.9; }
  .carousel .owl-controls .owl-buttons div:hover {
    opacity: 1; }
  .carousel .owl-controls .owl-buttons div.owl-next {
    background: url("../img/arr-set.png") no-repeat top right;
    right: -35px;
    left: auto; }
    .carousel .owl-controls .owl-buttons div.owl-next:hover {
      opacity: 1; }

header {
  position: relative; }
  header .calback-fixed {
    display: none; }
    header .calback-fixed .calback {
      text-align: center;
      background: #fff;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      padding: 10px 0px 15px 0;
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
      -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27);
      box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.27); }
      header .calback-fixed .calback span {
        font-size: 20px;
        padding: 5px 10px; }
  header .stiky-top {
    background-color: #fff; }
    header .stiky-top .top_line {
      padding: 15px 0; }
      header .stiky-top .top_line .address {
        font-size: 24px;
        text-align: center; }
      header .stiky-top .top_line .calback {
        text-align: right; }
        header .stiky-top .top_line .calback span {
          font-size: 20px;
          padding: 5px 10px; }
    header .stiky-top .top_menu {
      text-align: center; }
      header .stiky-top .top_menu .main_menu {
        font-size: 18px;
        font-family: "Days", sans-serif;
        font-weight: normal;
        line-height: 18px;
        padding: 5px 0 15px;
        text-transform: uppercase; }
        header .stiky-top .top_menu .main_menu ul li {
          display: inline-block; }
          header .stiky-top .top_menu .main_menu ul li a {
            display: block;
            padding: 0 14px;
            -webkit-transition: all 0.25s;
            -o-transition: all 0.25s;
            transition: all 0.25s;
            border-right: 2px solid #00922e; }
          header .stiky-top .top_menu .main_menu ul li:last-child a {
            padding-right: 0;
            border-right: none; }
          header .stiky-top .top_menu .main_menu ul li:first-child a {
            padding-left: 0; }
  header .sticky {
    position: fixed;
    width: 100%;
    z-index: 1010;
    display: block; }

.head {
  background: url("../img/head-bg.jpg") no-repeat center top;
  padding-top: 70px;
  padding-bottom: 45px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }
  .head .title {
    font-size: 20px;
    font-family: "Days", sans-serif;
    font-weight: normal;
    margin-bottom: 70px; }
  .head h1 {
    margin-bottom: 70px;
    font-size: 28px; }
    .head h1:after, .head h1:before {
      display: none; }
  .head .wrapper_form .head_form {
    font-size: 22px;
    font-family: "Days", sans-serif;
    font-weight: normal;
    margin-bottom: 50px; }
  .head .wrapper_form .wrap_input {
    display: inline-block;
    width: 230px;
    margin-right: 30px; }
    .head .wrapper_form .wrap_input:last-child {
      margin-right: 0; }

.advantages {
  padding: 40px 0; }
  .advantages h1 {
    margin-bottom: 45px; }
  .advantages .wrap_item {
    font-size: 19px;
    margin-bottom: 65px;
    padding-left: 160px; }
    .advantages .wrap_item:before {
      content: "";
      display: block;
      background: url("../img/vantage-icon-set.png") no-repeat 0 0;
      width: 126px;
      height: 126px;
      position: absolute;
      left: 10px;
      top: 0; }
    .advantages .wrap_item.item-2:before {
      background-position: -150px 10px; }
    .advantages .wrap_item.item-3:before {
      background-position: 0px -110px; }
    .advantages .wrap_item.item-4:before {
      background-position: -150px -115px; }
    .advantages .wrap_item.item-5:before {
      background-position: 0px -240px; }
    .advantages .wrap_item.item-6:before {
      background-position: -150px -278px; }
    .advantages .wrap_item.item-7 {
      margin-bottom: 0; }
      .advantages .wrap_item.item-7:before {
        background-position: 0px -380px; }
    .advantages .wrap_item.item-8 {
      margin-bottom: 0; }
      .advantages .wrap_item.item-8:before {
        background-position: -150px -415px; }
    .advantages .wrap_item h2 {
      font-family: "Days", sans-serif;
      font-weight: normal;
      margin-bottom: 30px;
      font-size: 19px; }

.faq {
  background: url("../img/faq-bg.jpg") no-repeat center top;
  padding-top: 30px;
  padding-bottom: 60px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.27); }
  .faq .accordeon {
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 20px;
    max-width: 900px; }
    .faq .accordeon .accordeon-head {
      padding: 10px 45px;
      cursor: pointer;
      position: relative;
      background: #008830;
      background: -moz-linear-gradient(top, #008830 0%, #00922d 50%, #00682c 100%);
      background: -webkit-linear-gradient(top, #008830 0%, #00922d 50%, #00682c 100%);
      background: linear-gradient(to bottom, #008830 0%, #00922d 50%, #00682c 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008830', endColorstr='#00682c',GradientType=0 );
      text-transform: uppercase;
      border-radius: 10px;
      border: none;
      transition: all 0.2s ease-out 0s;
      color: #fff;
      -webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.35);
      box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.35);
      margin-bottom: 20px; }
      .faq .accordeon .accordeon-head:after {
        content: "";
        background: url("../img/p-m-set.png") no-repeat left top;
        width: 29px;
        height: 32px;
        position: absolute;
        right: 40px;
        top: 18%; }
      .faq .accordeon .accordeon-head.active {
        margin-bottom: 0; }
        .faq .accordeon .accordeon-head.active:after {
          background: url("../img/p-m-set.png") no-repeat left bottom;
          height: 10px;
          top: 35%; }
      .faq .accordeon .accordeon-head:hover {
        color: #fff;
        background: #00682c;
        background: -moz-linear-gradient(top, #00682c 0%, #00922d 50%, #008830 100%);
        background: -webkit-linear-gradient(top, #00682c 0%, #00922d 50%, #008830 100%);
        background: linear-gradient(to bottom, #00682c 0%, #00922d 50%, #008830 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00682c', endColorstr='#008830',GradientType=0 );
        text-shadow: 1px 1px 18px #d3ffff; }
      .faq .accordeon .accordeon-head:focus {
        color: #fff; }
    .faq .accordeon .accordeon-body {
      display: none;
      background: #fff;
      border: 2px solid #00922e;
      border-radius: 10px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-top: none;
      padding: 20px 30px;
      margin: 0 25px;
      margin-bottom: 20px; }
      .faq .accordeon .accordeon-body .tr {
        padding: 0; }
      .faq .accordeon .accordeon-body.body-first {
        display: block; }
  .faq .wrapper_form {
    text-align: center; }
    .faq .wrapper_form .head_form {
      font-size: 24px;
      margin-bottom: 40px; }
    .faq .wrapper_form .wrap_input {
      display: inline-block;
      width: 230px;
      margin-right: 30px; }
      .faq .wrapper_form .wrap_input:last-child {
        margin-right: 0; }
      .faq .wrapper_form .wrap_input .btn {
        padding: 15px 10px; }

.algoritm {
  padding: 60px 0; }
  .algoritm h1 {
    margin-bottom: 40px; }
  .algoritm .wrap_alg {
    background: url("../img/algoritm.png") no-repeat center top;
    height: 1130px;
    position: relative; }
    .algoritm .wrap_alg .alg_item {
      padding-top: 50px; }
      .algoritm .wrap_alg .alg_item h4 {
        text-transform: uppercase;
        font-weight: normal; }
      .algoritm .wrap_alg .alg_item p {
        font-size: 16px; }
      .algoritm .wrap_alg .alg_item.step-2 {
        text-align: right;
        padding-top: 40px; }
      .algoritm .wrap_alg .alg_item.step-3 {
        padding-top: 70px; }
      .algoritm .wrap_alg .alg_item.step-4 {
        padding-top: 70px;
        text-align: right; }
      .algoritm .wrap_alg .alg_item.step-5 {
        padding-top: 85px; }
  .algoritm .wrap_detail {
    text-align: center; }
    .algoritm .wrap_detail .btn {
      font-size: 24px;
      text-transform: none;
      margin-top: 25px; }
      .algoritm .wrap_detail .btn a:hover {
        color: #000; }

.case {
  background: url("../img/case-bg.jpg") no-repeat center top;
  padding-top: 35px;
  padding-bottom: 45px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.27); }
  .case .wrap_case {
    margin-top: 30px;
    padding-bottom: 15px;
    background: url("../img/bg-case.png") no-repeat center top; }
    .case .wrap_case a {
      text-decoration: none;
      color: #fff; }
      .case .wrap_case a:hover {
        color: #fff;
        text-decoration: underline; }
    .case .wrap_case .case_item {
      font-size: 30px;
      text-align: center;
      padding-top: 110px;
      line-height: 34px; }
      .case .wrap_case .case_item.case-1 {
        margin-left: -40px; }
      .case .wrap_case .case_item.case-2 {
        margin-left: -90px; }
      .case .wrap_case .case_item.case-3 {
        margin-left: -115px;
        padding-top: 50px;
        padding-bottom: 120px; }
      .case .wrap_case .case_item.case-4 {
        margin-left: -160px;
        padding-top: 50px;
        padding-bottom: 120px; }
      .case .wrap_case .case_item .desc {
        margin-bottom: 35px; }

.reviews {
  padding: 30px 0; }
  .reviews .carousel {
    margin-top: 35px; }
    .reviews .carousel .wrap_item_slide {
      font-size: 24px;
      text-transform: uppercase;
      margin: 0 15px; }
      .reviews .carousel .wrap_item_slide.text {
        padding: 25px; }
      .reviews .carousel .wrap_item_slide img {
        width: 100%; }
      .reviews .carousel .wrap_item_slide .name, .reviews .carousel .wrap_item_slide .date {
        text-align: center; }
      .reviews .carousel .wrap_item_slide .wrap_text {
        margin-top: 30px; }

.cert {
  background: #e4e4e4;
  padding: 35px 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.27); }
  .cert .carousel {
    margin: 60px 0; }
    .cert .carousel .wrap_item_slide {
      margin: 0 15px; }
      .cert .carousel .wrap_item_slide img {
        width: 100%; }
  .cert .wrap_props {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center; }

.map {
  padding-top: 60px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.27);
  position: relative; }
  .map #map {
    margin-top: 45px;
    width: 100%;
    height: 725px; }

footer {
  background: #9c9898;
  padding: 45px 0; }
  footer h1:after, footer h1:before {
    display: none; }
  footer .wrapper_form {
    text-align: center;
    margin: 35px 0; }
    footer .wrapper_form .wrap_input {
      display: inline-block;
      width: 230px;
      margin-right: 30px; }
      footer .wrapper_form .wrap_input:last-child {
        margin-right: 0; }
      footer .wrapper_form .wrap_input .btn {
        padding: 15px 25px; }
  footer .cont {
    text-transform: uppercase; }

#form_back {
  max-width: 370px;
  margin: auto;
  padding: 20px 80px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  border: 2px solid #00922e; }
  #form_back .wrap_input {
    margin-bottom: 15px; }

.modal {
  background: #fff;
  border: 2px solid #00922e;
  border-radius: 10px;
  font-size: 28px;
  max-height: 120%;
  width: 30%;
  margin: auto;
  padding: 10px;
  z-index: 1003;
  position: relative; }
  .modal .modalfill {
    margin: auto; }
    .modal .modalfill .modal-content {
      padding: 24px; }
      .modal .modalfill .modal-content .tac {
        text-align: center;
        font-size: 26px; }
        .modal .modalfill .modal-content .tac span {
          font-size: 30px;
          color: #00922e; }
          .modal .modalfill .modal-content .tac span.org {
            text-transform: uppercase; }

.case_carousel_wrap {
  max-width: 950px;
  border: 2px solid #00922e;
  border-radius: 10px;
  background: #fff;
  margin: auto;
  padding: 35px 75px;
  position: relative; }
  .case_carousel_wrap .carousel .owl-controls .owl-buttons div {
    left: -55px; }
    .case_carousel_wrap .carousel .owl-controls .owl-buttons div.owl-next {
      right: -55px;
      left: auto; }
  .case_carousel_wrap .wrap_item_slide {
    margin: 0 25px; }
    .case_carousel_wrap .wrap_item_slide .wrap_img img {
      width: 100%; }
    .case_carousel_wrap .wrap_item_slide .wrap_text {
      margin-top: 30px; }
    .case_carousel_wrap .wrap_item_slide h3 {
      text-align: center;
      font-weight: normal;
      text-transform: uppercase;
      margin-bottom: 30px;
      margin-top: 15px; }
    .case_carousel_wrap .wrap_item_slide ul {
      margin-bottom: 15px;
      padding-left: 15px; }
      .case_carousel_wrap .wrap_item_slide ul li {
        list-style-type: disc;
        padding-left: 30px; }

.legal-links a {
    color: #000;
    text-decoration: underline;
}

.legal-links a:hover {
    text-decoration: none;
}

.legal-links {
    margin-top: 15px;
    width: 100%;
    text-align: right;
    font-size: 13px;
}

/*# sourceMappingURL=main.css.map */
