/****************************************************************
* @Author: CraftCoder
* @Date:   x x, 2019
* @Websites: www.craftcoder.ru
* @Description: SCSS
*****************************************************************/
/*******************  FONTS *****************/
/*@font-face {
    font-family: 'SourceSansProBold';
    src: url('../fonts/SourceSansProBold/SourceSansProBold.woff') format('woff'),
         url('../fonts/SourceSansProBold/SourceSansProBold.ttf') format('truetype');
}*/
@font-face {
  font-family: 'MontserratBold';
  src: url("../fonts/MontserratBold/MontserratBold.eot");
  src: url("../fonts/MontserratBold/MontserratBold.eot") format("embedded-opentype"), url("../fonts/MontserratBold/MontserratBold.html") format("woff2"), url("../fonts/MontserratBold/MontserratBold-2.html") format("woff"), url("../fonts/MontserratBold/MontserratBold-3.html") format("truetype"), url("../fonts/MontserratBold/MontserratBold.svg#MontserratBold") format("svg"); }

@font-face {
  font-family: 'MontserratSemiBold';
  src: url("../fonts/MontserratSemiBold/MontserratSemiBold.eot");
  src: url("../fonts/MontserratSemiBold/MontserratSemiBold.eot") format("embedded-opentype"), url("../fonts/MontserratSemiBold/MontserratSemiBold.html") format("woff2"), url("../fonts/MontserratSemiBold/MontserratSemiBold-2.html") format("woff"), url("../fonts/MontserratSemiBold/MontserratSemiBold-3.html") format("truetype"), url("../fonts/MontserratSemiBold/MontserratSemiBold.svg#MontserratSemiBold") format("svg"); }

@font-face {
  font-family: 'Opensans';
  src: url("../fonts/Opensanslight/Opensanslight.eot");
  src: url("../fonts/Opensanslight/Opensanslight.eot") format("embedded-opentype"), url("../fonts/Opensanslight/Opensanslight.html") format("woff2"), url("../fonts/Opensanslight/Opensanslight-2.html") format("woff"), url("../fonts/Opensanslight/Opensanslight-3.html") format("truetype"), url("../fonts/Opensanslight/Opensanslight.svg#Opensanslight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Opensans';
  src: url("../fonts/OpensansRegular/OpensansRegular.eot");
  src: url("../fonts/OpensansRegular/OpensansRegular.eot") format("embedded-opentype"), url("../fonts/OpensansRegular/OpensansRegular.html") format("woff2"), url("../fonts/OpensansRegular/OpensansRegular-2.html") format("woff"), url("../fonts/OpensansRegular/OpensansRegular-3.html") format("truetype"), url("../fonts/OpensansRegular/OpensansRegular.svg#OpensansRegular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Opensans';
  src: url("../fonts/Opensanssemibold/Opensanssemibold.eot");
  src: url("../fonts/Opensanssemibold/Opensanssemibold.eot") format("embedded-opentype"), url("../fonts/Opensanssemibold/Opensanssemibold.html") format("woff2"), url("../fonts/Opensanssemibold/Opensanssemibold-2.html") format("woff"), url("../fonts/Opensanssemibold/Opensanssemibold-3.html") format("truetype"), url("../fonts/Opensanssemibold/Opensanssemibold.svg#Opensanssemibold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Opensans';
  src: url("../fonts/OpenSansBold/OpenSansBold.eot");
  src: url("../fonts/OpenSansBold/OpenSansBold.eot") format("embedded-opentype"), url("../fonts/OpenSansBold/OpenSansBold.html") format("woff2"), url("../fonts/OpenSansBold/OpenSansBold-2.html") format("woff"), url("../fonts/OpenSansBold/OpenSansBold-3.html") format("truetype"), url("../fonts/OpenSansBold/OpenSansBold.svg#OpenSansBold") format("svg");
  font-weight: 700;
  font-style: normal; }

/*********************  preloader  *******************/
/********************  VARS  *****************/
/**********************  MEDIA  *******************/
/*************************** BODY **************************/
html, body {
  height: 100%; }

body {
  font-family: 'Opensans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000; }

header,
footer {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none; }

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

ul {
  list-style: none;
  margin: 0; }

p {
  line-height: 22px; }

p.ninja {
  display: none; }

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  font-style: normal;
  margin: 0; }

h2 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 600; }

@media all and (max-width: 575px) {
  h2 {
    font-size: 36px;
    line-height: 40px; } }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }

a:hover, a:active, a:focus {
  text-decoration: none; }

a.btn {
  display: block;
  width: 100%;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  height: 44px;
  line-height: 44px;
  /*background-color: #80da4f;*/
  background-color: #249b64;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

a.btn:hover {
  /*background-color: #74c648; */
  background-color: #32cc84; 
}

button {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

button:active, button:focus {
  outline: none; }

*:focus {
  outline: none; }

* {
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

.center {
  text-align: center; }

.p-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

/******************  MODAL  *****************/
body.fancybox-active {
  overflow: visible !important; }

/*************  modal  ************/
.modal {
  font-family: 'Opensans', sans-serif;
  max-width: 770px;
  width: 95%;
  -webkit-border-radius: 8px;
          border-radius: 8px; }

.modal h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px; }

.modal ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 4px; }

.modal ul li:after {
  position: absolute;
  content: '';
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #249b64; }

.modal a.btn {
  margin-top: 20px; }

/************  modal_discount / modal_order  ************/
.modal2 {
  font-family: 'Opensans', sans-serif;
  max-width: 440px;
  width: 95%;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding-top: 60px; }

.modal2 .form form {
  max-width: 335px;
  width: 100%;
  margin: 0 auto; }

.modal2 .form form input {
  width: 100%;
  height: 46px;
  padding-left: 42px;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #727272; }

@media all and (max-width: 1199px) {
  .modal2 .form form input {
    font-size: 16px; } }

.modal2 .form form input:nth-child(1) {
  background-image: url("../img/icon_1.png");
  background-repeat: no-repeat;
  background-position: 4% 50%; }

.modal2 .form form input:nth-child(2) {
  background-image: url("../img/icon_2.png");
  background-repeat: no-repeat;
  background-position: 4% 50%; }

.modal2 .form form input::-webkit-input-placeholder {
  color: #727272;
  opacity: 1; }

.modal2 .form form input::-moz-placeholder {
  color: #727272;
  opacity: 1; }

.modal2 .form form input::-ms-placeholder {
  color: #727272;
  opacity: 1; }

.modal2 .form form input::-webkit-input-placeholder {
  color: #727272;
  opacity: 1; }

.modal2 .form form input::-moz-placeholder {
  color: #727272;
  opacity: 1; }

.modal2 .form form input:-ms-input-placeholder {
  color: #727272;
  opacity: 1; }

.modal2 .form form input::-ms-input-placeholder {
  color: #727272;
  opacity: 1; }

.modal2 .form form input::placeholder {
  color: #727272;
  opacity: 1; }

.modal2 .form form button {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  height: 48px;
  border: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  /*background-color: #80da4f;*/
  background-color: #249b64;
  width: 100%;
  margin-bottom: 10px; }

.modal2 .form form button:hover {
  /*background-color: #74c648; */
  background-color: #32cc84; 
}

.modal2 .form form .policy p {
  font-size: 12px;
  line-height: 13px; }

/************  modal_ok / modal_ok2 ************/
#modal_ok, #modal_ok2 {
  font-family: 'Opensans', sans-serif;
  max-width: 440px;
  width: 95%;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  text-align: center; }

#modal_ok h3, #modal_ok2 h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600; }

#modal_ok p, #modal_ok2 p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px; }

#modal_ok button.closefancy, #modal_ok2 button.closefancy {
  max-width: 370px;
  width: 100%;
  height: 46px;
  background-color: #80da4f;
  font-size: 18px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-weight: 700;
  border: none;
  color: #fff;
  margin-bottom: 10px; }

#modal_ok button.closefancy:hover, #modal_ok2 button.closefancy:hover {
  background-color: #74c648; }

/************  modal_feedback / modal_callback  ************/
#modal_feedback, #modal_callback {
  font-family: 'Opensans', sans-serif;
  max-width: 770px;
  width: 95%;
  -webkit-border-radius: 8px;
          border-radius: 8px; }

#modal_feedback .form h3, #modal_callback .form h3 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center; }

#modal_feedback .form form, #modal_callback .form form {
  width: 100%;
  margin: 0 auto; }

#modal_feedback .form form .box_input, #modal_callback .form form .box_input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

@media all and (max-width: 575px) {
  #modal_feedback .form form .box_input, #modal_callback .form form .box_input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#modal_feedback .form form input, #modal_callback .form form input {
  width: 48%;
  height: 46px;
  padding-left: 42px;
  border: 1px solid #c1c1c1;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #727272; }

@media all and (max-width: 1199px) {
  #modal_feedback .form form input, #modal_callback .form form input {
    font-size: 16px; } }

@media all and (max-width: 575px) {
  #modal_feedback .form form input, #modal_callback .form form input {
    width: 100%; } }

#modal_feedback .form form input:nth-child(1), #modal_callback .form form input:nth-child(1) {
  background-image: url("../img/icon_1.png");
  background-repeat: no-repeat;
  background-position: 4% 50%; }

#modal_feedback .form form input:nth-child(2), #modal_callback .form form input:nth-child(2) {
  background-image: url("../img/icon_2.png");
  background-repeat: no-repeat;
  background-position: 4% 50%; }

#modal_feedback .form form input::-webkit-input-placeholder, #modal_callback .form form input::-webkit-input-placeholder {
  color: #727272;
  opacity: 1; }

#modal_feedback .form form input::-moz-placeholder, #modal_callback .form form input::-moz-placeholder {
  color: #727272;
  opacity: 1; }

#modal_feedback .form form input::-ms-placeholder, #modal_callback .form form input::-ms-placeholder {
  color: #727272;
  opacity: 1; }

#modal_feedback .form form input::-webkit-input-placeholder, #modal_callback .form form input::-webkit-input-placeholder {
  color: #727272;
  opacity: 1; }

#modal_feedback .form form input::-moz-placeholder, #modal_callback .form form input::-moz-placeholder {
  color: #727272;
  opacity: 1; }

#modal_feedback .form form input:-ms-input-placeholder, #modal_callback .form form input:-ms-input-placeholder {
  color: #727272;
  opacity: 1; }

#modal_feedback .form form input::-ms-input-placeholder, #modal_callback .form form input::-ms-input-placeholder {
  color: #727272;
  opacity: 1; }

#modal_feedback .form form input::placeholder, #modal_callback .form form input::placeholder {
  color: #727272;
  opacity: 1; }

#modal_feedback .form form textarea, #modal_callback .form form textarea {
  width: 100%;
  resize: none;
  height: 86px;
  padding-left: 20px;
  padding-top: 8px;
  font-size: 18px;
  color: #727272;
  border: 1px solid #c1c1c1;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px; }

@media all and (max-width: 1199px) {
  #modal_feedback .form form textarea, #modal_callback .form form textarea {
    font-size: 16px; } }

#modal_feedback .form form button, #modal_callback .form form button {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  height: 48px;
  border: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  /*background-color: #80da4f;*/
  background-color: #249b64;
  max-width: 336px;
  width: 100%;
  margin: 0 auto 10px auto;
  display: block; }

#modal_feedback .form form button:hover, #modal_callback .form form button:hover {
  /*background-color: #74c648; */
  background-color: #32cc84; 
}

#modal_feedback .form form .policy, #modal_callback .form form .policy {
  max-width: 336px;
  width: 100%;
  margin: 0 auto; }

#modal_feedback .form form .policy p, #modal_callback .form form .policy p {
  font-size: 12px;
  line-height: 13px; }

/*********************  HEADER  ************************/
header .header_top {
  border-bottom: 1px solid #cacaca;
  padding-top: 10px;
  padding-bottom: 10px; }

@media all and (max-width: 767px) {
  header .header_top .header_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px; } }

header .header_top .header_logo .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

header .header_top .header_logo .logo a {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

header .header_top .header_logo .logo a img {
  height: auto; }

header .header_top .header_logo .logo ul {
  margin-left: 15px; }

@media all and (max-width: 991px) {
  header .header_top .row {
    -ms-align-items: flex-end!important;
    align-items: flex-end!important;
  }
  header .header_top .header_logo .logo a img {
    width: 80px;
  }
  header .header_top .header_logo .logo ul li {
    font-size: 16px;
    padding-left: 8px;
  }

}

@media all and (max-width: 767px) {
  header .header_top .header_logo .logo ul {
    margin-left: 10px; } }

header .header_top .header_logo .logo ul li {
  position: relative;
  font-size: 17px;
  padding-left: 8px;
  font-weight: 700; }

@media all and (max-width: 767px) {
  header .header_top .header_logo .logo ul li {
    font-size: 14px; } }

header .header_top .header_logo .logo ul li:after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #44baf7; }

header .header_top .header_logo .header_burger {
  position: relative;
  display: none; }

@media all and (max-width: 767px) {
  header .header_top .header_logo .header_burger {
    display: block; } }

header .header_top .header_logo .header_burger .burger_button {
  position: relative;
  top: 0px;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 20; }

header .header_top .header_logo .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #44baf7;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

header .header_top .header_logo .header_burger .burger_button span:nth-child(1) {
  top: 4px; }

header .header_top .header_logo .header_burger .burger_button span:nth-child(2) {
  top: 12px; }

header .header_top .header_logo .header_burger .burger_button span:nth-child(3) {
  top: 20px; }

header .header_top .header_logo .header_burger .burger_button.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

header .header_top .header_logo .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

header .header_top .header_logo .header_burger .burger_button.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg); }

header .header_top .header_logo .header_burger .menu_toggle {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: 0;
  overflow: auto;
  /*text-align: center;*/
  z-index: 10;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 80px; }

  header .header_top .header_logo .header_burger .menu_toggle ul li a {
    font-size: 19px;
    color: #000;
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    display: block;
    margin: 0 auto;
    background-color: #f9f9f9;
    padding: 6px 6px 6px 10px; }

  header .header_top .header_logo .header_burger .menu_toggle ul li a:hover {
    background-color: #e7e7e9; }

header .header_top .header_logo .header_burger .menu_toggle .contacts {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;*/
  margin-top: 20px; }

header .header_top .header_logo .header_burger .menu_toggle .contacts a {
  display: inline-block;
  color: #000;
  margin-bottom: 10px; }

  header .header_top .header_logo .header_burger .menu_toggle .contacts a.phone img {
    display: none;
  }
  header .header_top .header_logo .header_burger .menu_toggle .contacts a.phone {
    border: 2px solid #df0112;
    text-align: center;
    padding: 5px;
    color: #df0112;
    border-radius: 10px;
  }

  header .header_top .header_logo .header_burger .menu_toggle .contacts .email {
    display: block;
  }

header .header_top .header_logo .header_burger .menu_toggle .contacts a img {
  width: 20px;
  height: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px; }

header .header_top .header_slogan .slogan {
  padding-right: 20px; }

@media all and (max-width: 1199px) {
  header .header_top .header_slogan .slogan {
    padding-right: 0; } }

header .header_top .header_slogan .slogan span {
  display: block;
  font-family: 'MontserratBold', sans-serif;
  font-size: 36px;
  line-height: 30px;
  color: #44baf7;
  text-align: center;
  text-transform: uppercase; }

@media all and (max-width: 1199px) {
  header .header_top .header_slogan .slogan span {
    font-size: 24px; } }

@media all and (max-width: 767px) {
  header .header_top .header_contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px; } }

header .header_top .header_contacts .contacts a.phone {
  border: 2px solid #df0112;
  color: #df0112;
  font-size: 23px;
  line-height: 30px;
  padding: 5px 10px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  /*color: #000;*/
  max-width: 230px;
  width: 100%;
  display: block;
  margin-bottom: 10px; }

@media all and (max-width: 1199px) {
  header .header_top .header_contacts .contacts a.phone {
    font-size: 22px; 
    padding: 5px;
  } 
    
  }

header .header_top .header_contacts .contacts a.btn {
  border-radius: 8px;
  max-width: 230px;
  height: 50px;
  line-height: 50px;
  background-color: #44baf7; }

@media all and (max-width: 767px) {
header .header_top .header_contacts .contacts a.phone {
text-align: center;
margin: 0 auto 10px auto; } }

@media all and (max-width: 767px) {
header .header_top .header_contacts .contacts a.btn {
	max-width: 210px;
display: block;
margin: 0 auto; } }

header .header_top .header_contacts .contacts a.btn:hover {
  background-color: #3ea9e1; }

header .header_menu {
  /*background-color: #80da4f;*/
  background-color: #249b64;
  padding-top: 13px;
  padding-bottom: 15px; 
}

@media all and (max-width: 767px) {
  header .header_menu {
    display: none; } 
    header .header_top .header_contacts .contacts a.phone {
      max-width: 210px;
      padding: 5px 3px;
    }
  }

header .header_menu .menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: center;
  text-align: center; }

  header .header_menu .menu ul li {
  	border-radius: 3px;
  	/*margin-bottom: 5px;*/
  	margin: 2px;
  	border: 1px solid #fff;
  }
  header .header_menu .menu ul li:hover {
	background-color: #32cc84;
  }
  
header .header_menu .menu ul li a {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 5px 15px;
  /*text-decoration: underline;*/
  /*border-bottom: 2px solid transparent; */
}

@media all and (max-width: 1199px) {
  header .header_menu .menu ul li a {
    font-size: 16px; } }

header .header_menu .menu ul li a:hover {
  /*border-bottom: 2px solid #fff; */

}

header .header_main {
  background-image: url("../img/1.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px; }

@media all and (max-width: 991px) {
  header .header_main {
    /*background-position: 2% 50%;
    padding-top: 450px;*/
    /*background-image: url('../img/1_1.jpg');*/
    /*background-position: 10% 50%;*/
    /*margin-bottom: 140px;*/
     } 
  }

@media all and (max-width: 991px) {
header .header_main .header_content {
  text-align: center; } 
header .header_main {
  background-position: 0 100%;
  height: 600px;
  padding-top: 370px;
  /*margin-bottom: 90px;*/
  margin-bottom: 100px;
} 
header .header_main .header_form .form {
  box-shadow: 0 7px 14px 0 rgba(0,0,0,.3);
}

}
@media all and (max-width: 575px) {
header .header_main {
  background-image: url('../img/1_1.jpg');
  background-position: 55% 50%;
  margin-bottom: 140px;
}
}


header .header_main .header_content .content {
  color: #fff; }

  header .header_main .header_content .content p span.proc {
    font-size: 40px; }

  @media all and (max-width: 767px) {
    header .header_main .header_content .content p span.proc {
      font-size: 30px; } }

header .header_main .header_content .content h4 {
  font-weight: 600;
  font-size: 45px;
  line-height: 48px;
  margin-bottom: 20px; }

@media all and (max-width: 575px) {
  header .header_main .header_content .content h4 {
    font-size: 40px; } }

header .header_main .header_content .content p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 20px; }


header .header_main .header_content .content a.btn {
  max-width: 220px;
  background-color: #44baf7;
  height: 50px;
  line-height: 50px; }

@media all and (max-width: 767px) {
  header .header_main .header_content .content a.btn {
    margin: 0 auto 30px auto; } }

header .header_main .header_content .content a.btn:hover {
  background-color: #3ea9e1; }

header .header_main .header_form .form {
  background-color: #fff;
  padding: 20px;
  -webkit-border-radius: 5px;
          border-radius: 5px; }

@media all and (max-width: 991px) {
  header .header_main .header_form .form {
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
  }
  }

header .header_main .header_form .form h5 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px; }

header .header_main .header_form .form h5 span {
  color: #df0112; }

header .header_main .header_form form input {
  width: 100%;
  height: 46px;
  padding-left: 42px;
  border: 1px solid #727272;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #727272; }

@media all and (max-width: 1199px) {
  header .header_main .header_form form input {
    font-size: 16px; } }

header .header_main .header_form form input:nth-child(1) {
  background-image: url("../img/icon_1.png");
  background-repeat: no-repeat;
  background-position: 4% 50%; }

header .header_main .header_form form input:nth-child(2) {
  background-image: url("../img/icon_2.png");
  background-repeat: no-repeat;
  background-position: 4% 50%; }

header .header_main .header_form form input::-webkit-input-placeholder {
  color: #727272;
  opacity: 1; }

header .header_main .header_form form input::-moz-placeholder {
  color: #727272;
  opacity: 1; }

header .header_main .header_form form input::-ms-placeholder {
  color: #727272;
  opacity: 1; }

header .header_main .header_form form input::-webkit-input-placeholder {
  color: #727272;
  opacity: 1; }

header .header_main .header_form form input::-moz-placeholder {
  color: #727272;
  opacity: 1; }

header .header_main .header_form form input:-ms-input-placeholder {
  color: #727272;
  opacity: 1; }

header .header_main .header_form form input::-ms-input-placeholder {
  color: #727272;
  opacity: 1; }

header .header_main .header_form form input::placeholder {
  color: #727272;
  opacity: 1; }

header .header_main .header_form form button {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  height: 48px;
  border: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  /*background-color: #80da4f;*/
  background-color: #249b64;
  width: 100%;
  margin-bottom: 10px; }

header .header_main .header_form form button:hover {
  /*background-color: #74c648; */
  background-color: #32cc84; 
}

header .header_main .header_form form .policy p {
  font-size: 12px;
  line-height: 13px; }

/*******************  services  ***************/
#services h2 {
  margin-bottom: 30px; }

#services .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

#services .box .box_inner {
  width: 100%;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 5px 4.65px 0.35px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 4.65px 0.35px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#services .box .box_inner .img {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

@media all and (max-width: 991px) {
  #services .box .box_inner .img {
    background-position: 50% 10%;
    height: 300px;
  }
}

@media all and (max-width: 575px) {
  #services .box .box_inner .img {
    background-position: 50% 50%;
    height: 220px;
  }
} 


#services .box .box_inner .img .title {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  padding: 10px; }

#services .box .box_inner .img .title h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600; }

#services .box .box_inner .img .title p {
  font-weight: 300; }

#services .box .box_inner .img .title p span {
  font-weight: 600; }

#services .box .box_inner .content {
  padding: 10px 15px 0 15px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

#services .box .box_inner .btn_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px; }

#services .box .box_inner .btn_box a.btn_services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #df0112; }

@media all and (max-width: 575px) {
  #services .box .box_inner .btn_box a.btn_services {
    font-size: 14px;
    max-width: 140px;
    width: 100%; } }

#services .box .box_inner .btn_box a.btn_services:hover {
  text-decoration: underline; }

#services .box .box_inner .btn_box a.btn_services img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 10px; }

#services .box .box_inner .btn_box a.btn {
  max-width: 120px;
  margin-left: 5px; }

  /*********************  profit  ********************/
  #profit {
    -webkit-background-size: cover;
            background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("../img/7.jpg");
    padding-bottom: 30px; }

  #profit h2 {
    color: #fff; }

  #profit .subtitle {
    margin-bottom: 25px; }

  #profit .subtitle h6 {
    font-size: 18px;
    font-weight: 600;
    color: #fff; }

  #profit .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px; }

  #profit .box .box_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    border: 2px solid #df0112; }

  #profit .box .box_inner .img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    /*-webkit-border-radius: 50%;*/
            /*border-radius: 50%;*/
    /*overflow: hidden;*/
    /*background-color: #80da4f;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

  #profit .box .box_inner .img img {
    width: 50px;
    height: 50px; }

  #profit .box .box_inner .content h6 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700; }

  #profit .box .box_inner .content p {
    font-size: 14px; }


/*********************  cleanup  ********************/
@media all and (max-width: 767px) {
  #cleanup {
    padding-bottom: 20px; } }

#cleanup h2 {
  margin-bottom: 30px; }

#cleanup .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media all and (max-width: 767px) {
  #cleanup .box {
    margin-bottom: 40px; } }

#cleanup .box:nth-last-child(1) .box_inner:after {
  display: none; }

#cleanup .box .box_inner {
  width: 100%;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 5px 2.79px 0.21px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 2.79px 0.21px rgba(0, 0, 0, 0.05);
  padding: 12px 20px;
  max-width: 330px;
  width: 100%;
  position: relative; }

@media all and (max-width: 767px) {
  #cleanup .box .box_inner {
    margin: 0 auto; } }

#cleanup .box .box_inner:after {
  position: absolute;
  content: '';
  -webkit-background-size: contain;
          background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_10.png");
  width: 20px;
  height: 21px;
  top: 0;
  bottom: 0;
  right: -55px;
  margin: auto; }

@media all and (max-width: 1199px) {
  #cleanup .box .box_inner:after {
    right: -25px; } }

@media all and (max-width: 767px) {
  #cleanup .box .box_inner:after {
    top: auto;
    right: 0;
    left: 0;
    bottom: -34px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); } }

#cleanup .box .box_inner .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px; }

#cleanup .box .box_inner .img span {
  font-size: 82px;
  line-height: 20px;
  color: #c8c7c7;
  font-weight: 700; }

#cleanup .box .box_inner .img img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 10px; }

#cleanup .box .box_inner p {
  font-size: 15px; }

@media all and (max-width: 1199px) {
  #cleanup .box .box_inner p {
    font-size: 18px; } }

/********************  form  ******************/
#form {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/8.jpg");
  padding-top: 30px;
  padding-bottom: 10px; }

#form form {
  margin-bottom: 20px; }

#form form .box:nth-child(1) input {
  background-image: url("../img/icon_1.png");
  background-repeat: no-repeat;
  background-position: 4% 50%; }

#form form .box:nth-child(2) input {
  background-image: url("../img/icon_2.png");
  background-repeat: no-repeat;
  background-position: 4% 50%; }

#form form input {
  width: 100%;
  height: 46px;
  padding-left: 42px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  font-size: 18px;
  color: #727272;
  border: none; }

@media all and (max-width: 1199px) {
  #form form input {
    font-size: 16px; } }

@media all and (max-width: 991px) {
  #form form input {
    font-size: 13px; } }

@media all and (max-width: 767px) {
  #form form input {
    font-size: 16px;
    margin-bottom: 10px; } }

#form form input::-webkit-input-placeholder {
  color: #727272;
  opacity: 1; }

#form form input::-moz-placeholder {
  color: #727272;
  opacity: 1; }

#form form input::-ms-placeholder {
  color: #727272;
  opacity: 1; }

#form form input::-webkit-input-placeholder {
  color: #727272;
  opacity: 1; }

#form form input::-moz-placeholder {
  color: #727272;
  opacity: 1; }

#form form input:-ms-input-placeholder {
  color: #727272;
  opacity: 1; }

#form form input::-ms-input-placeholder {
  color: #727272;
  opacity: 1; }

#form form input::placeholder {
  color: #727272;
  opacity: 1; } 

#form form button {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  height: 48px;
  border: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  /*background-color: #80da4f;*/
  background-color: #249b64;
  width: 100%; }

#form form button:hover {
  /*background-color: #74c648; */
  background-color: #32cc84; 
}

#form p.policy {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 18px; }

@media all and (max-width: 767px) {
  #form p.policy {
    font-size: 12px;
    margin-bottom: 13px; } }

/******************  complexity   ****************/
#complexity h2 {
  margin-bottom: 40px; }

#complexity .complexity_slider {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0px; }

#complexity .complexity_slider .slide {
  padding-top: 60px;
  padding-bottom: 60px; }

@media all and (max-width: 991px) {
  #complexity .complexity_slider .slide {
    padding-top: 0;
    padding-bottom: 0; } }

#complexity .complexity_slider .slide .slide_inner {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 240px;
  opacity: 0.7;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }

@media all and (max-width: 991px) {
  #complexity .complexity_slider .slide .slide_inner {
    opacity: 1;
    width: 90%;
    margin: 0 auto; } }

@media all and (max-width: 575px) {
  #complexity .complexity_slider .slide .slide_inner {
    height: 200px;
    width: 80%; } }

#complexity .complexity_slider .slick-center .slide_inner {
  opacity: 1;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 10;
  position: relative; }

#complexity .complexity_slider .slick-prev, #complexity .complexity_slider .slick-next {
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  margin: auto;
  bottom: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  line-height: 40px;
  border: 1px solid #c8c7c7;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

#complexity .complexity_slider .slick-prev:hover, #complexity .complexity_slider .slick-next:hover {
  border: 1px solid #80da4f; }

#complexity .complexity_slider .slick-prev {
  left: -70px; }

#complexity .complexity_slider .slick-prev:hover:after {
  background-image: url("../img/prev_2.png"); }

#complexity .complexity_slider .slick-prev:after {
  position: absolute;
  content: '';
  background-image: url("../img/prev_1.png");
  width: 17px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

@media all and (max-width: 1199px) {
  #complexity .complexity_slider .slick-prev {
    left: 0; } }

@media all and (max-width: 991px) {
  #complexity .complexity_slider .slick-prev {
    left: -25px; } }

@media all and (max-width: 575px) {
  #complexity .complexity_slider .slick-prev {
    left: 0; } }

#complexity .complexity_slider .slick-next {
  right: -70px; }

#complexity .complexity_slider .slick-next:hover:after {
  background-image: url("../img/next_2.png"); }

#complexity .complexity_slider .slick-next:after {
  position: absolute;
  content: '';
  background-image: url("../img/next_1.png");
  width: 17px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

@media all and (max-width: 1199px) {
  #complexity .complexity_slider .slick-next {
    right: 0; } }

@media all and (max-width: 991px) {
  #complexity .complexity_slider .slick-next {
    right: -25px; } }

@media all and (max-width: 575px) {
  #complexity .complexity_slider .slick-next {
    right: 0; } }

/******************  testimonials  ****************/
#testimonials {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/14.jpg"); }

#testimonials h2 {
  color: #fff;
  margin-bottom: 30px; }

#testimonials .testimonials_slider {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto 40px auto; }

#testimonials .testimonials_slider .slide .slide_inner {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 2.79px 0.21px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 2.79px 0.21px rgba(0, 0, 0, 0.05);
  padding: 25px 25px 35px 25px;
  max-width: 330px;
  width: 100%;
  margin: 0 auto; }

@media all and (max-width: 1199px) {
  #testimonials .testimonials_slider .slide .slide_inner {
    max-width: 300px; } }

#testimonials .testimonials_slider .slide .slide_inner .img {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 66px;
  height: 66px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 5px auto; }

#testimonials .testimonials_slider .slide .slide_inner span.name {
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px; }

#testimonials .testimonials_slider .slide .slide_inner span.date {
  display: block;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px; }

#testimonials .testimonials_slider .slide .slide_inner p {
  line-height: 20px; }

#testimonials .testimonials_slider .slide .slide_inner a {
  display: block;
  font-weight: 600;
  color: #000;
  margin-top: 10px; }

#testimonials .testimonials_slider .slick-prev-1, #testimonials .testimonials_slider .slick-next-1 {
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  margin: auto;
  bottom: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  line-height: 40px;
  border: 1px solid #c8c7c7;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

#testimonials .testimonials_slider .slick-prev-1:hover, #testimonials .testimonials_slider .slick-next-1:hover {
  border: 1px solid #80da4f; }

#testimonials .testimonials_slider .slick-prev-1 {
  left: -50px; }

#testimonials .testimonials_slider .slick-prev-1:hover:after {
  background-image: url("../img/prev_2.png"); }

#testimonials .testimonials_slider .slick-prev-1:after {
  position: absolute;
  content: '';
  background-image: url("../img/prev_1.png");
  width: 17px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

@media all and (max-width: 1199px) {
  #testimonials .testimonials_slider .slick-prev-1 {
    left: -30px; } }

@media all and (max-width: 991px) {
  #testimonials .testimonials_slider .slick-prev-1 {
    left: -25px; } }

@media all and (max-width: 767px) {
  #testimonials .testimonials_slider .slick-prev-1 {
    left: -10px; } }

#testimonials .testimonials_slider .slick-next-1 {
  right: -50px; }

#testimonials .testimonials_slider .slick-next-1:hover:after {
  background-image: url("../img/next_2.png"); }

#testimonials .testimonials_slider .slick-next-1:after {
  position: absolute;
  content: '';
  background-image: url("../img/next_1.png");
  width: 17px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

@media all and (max-width: 1199px) {
  #testimonials .testimonials_slider .slick-next-1 {
    right: -30px; } }

@media all and (max-width: 991px) {
  #testimonials .testimonials_slider .slick-next-1 {
    right: -25px; } }

@media all and (max-width: 767px) {
  #testimonials .testimonials_slider .slick-next-1 {
    right: -10px; } }

/*********************  faq  *******************/
#faq h2 {
  margin-bottom: 30px; }

#faq .faq_tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

#faq .faq_tabs .title {
  line-height: 20px;
  font-weight: 600;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 2px 0.97px 0.03px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 0.97px 0.03px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  padding: 15px 22px;
  position: relative; }

#faq .faq_tabs .title:after {
  position: absolute;
  content: '';
  -webkit-background-size: contain;
          background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../img/icon_15.png");
  width: 14px;
  height: 14px;
  top: 18px;
  right: 15px;
  margin: auto; }

#faq .faq_tabs .title.active:after {
  background-image: url("../img/icon_16.png"); }

#faq .faq_tabs span.tab_content {
  display: none;
  line-height: 20px;
  font-weight: 300;
  margin-top: 20px; }

/******************  footer  ******************/
#footer {
  background-color: #f9f8f8;
  padding-top: 30px;
  padding-bottom: 60px; }

@media all and (max-width: 991px) {
  #footer {
    padding-top: 20px;
    padding-bottom: 30px; } }

#footer .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px; }

@media all and (max-width: 991px) {
  #footer .footer_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px; } }

#footer .footer_logo .logo div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px; }

@media all and (max-width: 991px) {
  #footer .footer_logo .logo div {
    margin-bottom: 10px; } }

@media all and (max-width: 575px) {
  #footer .footer_logo .logo div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#footer .footer_logo .logo div img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px; }

@media all and (max-width: 575px) {
  #footer .footer_logo .logo div img {
    display: none; } }

#footer .footer_logo .logo div span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #44baf7; }

#footer .footer_logo .logo a.btn {
  max-width: 320px; }

@media all and (max-width: 991px) {
  #footer .footer_logo .logo a.btn {
    margin: 0 auto; } }

@media all and (max-width: 991px) {
  #footer .footer_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 15px; } }

#footer .footer_menu .menu ul li a {
  font-size: 18px;
  line-height: 30px;
  color: #000; }

#footer .footer_menu .menu ul li a:hover {
  color: #80da4f;
  text-decoration: underline; }

@media all and (max-width: 991px) {
  #footer .footer_contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; } }

#footer .footer_contacts .contacts a.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 30px;
  color: #000; }

@media all and (max-width: 991px) {
  #footer .footer_contacts .contacts a.phone {
    border: 2px solid #df0112;
    text-align: center;
    padding: 5px;
    color: #df0112;
    border-radius: 10px;
    margin-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }



#footer .footer_contacts .contacts a.phone img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 8px; 
  display: none;
}

#footer .footer_contacts .contacts a.email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 30px;
  color: #000; }

@media all and (max-width: 991px) {
  #footer .footer_contacts .contacts a.email {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

#footer .footer_contacts .contacts a.email img {
  width: 20px;
  height: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 8px; }

#footer .footer_contacts .contacts a.feedback {
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-decoration: underline;
  color: #249b64;
  margin-bottom: 20px; }

@media all and (max-width: 991px) {
  #footer .footer_contacts .contacts a.feedback {
    margin: 0 auto 20px auto; } }

#footer .footer_contacts .contacts a.btn {
  max-width: 230px; }

@media all and (max-width: 991px) {
  #footer .footer_contacts .contacts a.btn {
    margin: 0 auto; } }


    /*********************  jobs  ******************/
    .form {
      padding-bottom: 40px; }

    .form1.formbg {
      max-width: 750px;
      width: 100%;
      margin: 0 auto;
      background-color: #44baf7;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      padding: 30px; }

    .form form h3 {
      text-align: center;
      font-weight: 700;
      font-size: 22px;
      line-height: 26px;
      margin-bottom: 30px; }

    .form form .box_input input {
      width: 100%;
      height: 44px;
      border: none;
      -webkit-border-radius: 22px;
              border-radius: 22px;
      padding-left: 20px;
      margin-bottom: 30px; }

    @media all and (max-width: 767px) {
      .form form .box_input input {
        margin-bottom: 20px; } }

    @media all and (max-width: 767px) {
      .form form .box_textarea {
        margin-bottom: 20px; } }

    .form form .box_textarea textarea {
      resize: none;
      width: 100%;
      -webkit-border-radius: 15px;
              border-radius: 15px;
      border: none;
      padding-left: 20px;
      padding-top: 8px;
      height: 120px; }

    @media all and (max-width: 767px) {
      .form form .box_submit {
        margin-bottom: 10px; } }

    .form form .box_submit button {
      width: 100%;
      height: 44px;
      -webkit-border-radius: 22px;
              border-radius: 22px;
      /*background-color: #80da4f;*/
      background-color: #249b64;
      color: #fff;
      border: none;
      font-size: 18px;
      font-weight: 700; }

    .form form .box_submit button:hover {
      /*background-color: #6bb642; */
      background-color: #32cc84; 

    }

    .form form .box_policy {
      font-size: 12px;
      text-align: center;
      line-height: 14px; }


      /**********************  news page  ********************/
      header.page .header_slogan .slogan span {
        display: block;
        font-family: 'MontserratBold', sans-serif;
        font-size: 36px;
        line-height: 30px;
        color: #44baf7;
        text-align: center;
        text-transform: uppercase; }

      @media all and (max-width: 1199px) {
        header.page .header_slogan .slogan span {
          font-size: 26px; } }

      /****************  breadcrumbs  ****************/
      #breadcrumbs {
        margin-top: 20px;
        margin-bottom: 20px; }

      #breadcrumbs .breadcrumbs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        color: #a8afb2; }

      #breadcrumbs .breadcrumbs span {
        font-size: 14px; }

      #breadcrumbs .breadcrumbs span a {
        color: #767b7d; }

      #breadcrumbs .breadcrumbs span a:hover {
        color: #80da4f; }

      #news h1 {
        font-size: 38px;
        line-height: 40px;
        font-weight: 700;
        margin-bottom: 40px; }

      #news .articles .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 35px; }

      @media all and (max-width: 767px) {
        #news .articles .box {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } 
	#news h1 {
        font-size: 29px;
        line-height: 35px;
        margin-bottom: 35px;
		  }
}

      #news .articles .box a.img {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-right: 20px;
        -webkit-background-size: cover;
                background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        width: 300px;
        height: 200px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-bottom: 10px;
        padding-left: 10px; }

      @media all and (max-width: 767px) {
        #news .articles .box a.img {
          width: 100%;
          margin-bottom: 5px;
          background-position: 50% 40%; } }

      #news .articles .box a.img:hover {
        opacity: .9; }

      #news .articles .box a.img .date_box {
        display: block;
        background-color: #f2f2f2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 10px;
        color: #a8afb2;
        font-size: 14px;
        max-width: 140px;
        width: 100%; }

      #news .articles .box .content {
        max-width: 500px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }

      #news .articles .box .content a.title h3 {
        font-size: 22px;
        line-height: 26px;
        font-weight: 700;
        text-decoration: underline;
        color: #000;
        margin-bottom: 5px; }

      #news .articles .box .content p {
        margin-bottom: 5px; }

     

      #news .articles .box .content a.readmore {
        max-width: 260px; }

 @media all and (max-width: 767px) {
        #news .articles .box .content p {
          margin-bottom: 10px; } 
	 #news .articles .box .content a.readmore {
		 margin: 0 auto;
}
}

      #news .articles .pagination {
        margin-top: 50px;
        margin-bottom: 40px; }

      #news .articles .pagination .wp-pagenavi {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }

      #news .articles .pagination .wp-pagenavi span {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        background-color: #80da4f;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 2px 3px;
        color: #fff; }

      #news .articles .pagination .wp-pagenavi a {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 3px;
                border-radius: 3px;
        background-color: #d2d2d2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 2px 3px;
        color: #000; }

      #news article {
        padding-bottom: 40px; }

      #news article img {
        width: auto;
        height: auto; }

      #news article img.centered, #news article .aligncenter, #news article div.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto; }

      #news article img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline; }

      #news article img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline; }

      #news article .alignright {
        float: right; }

      #news article .alignleft {
        float: left; }

      #news article h2, #news article h3, #news article h4, #news article h5, #news article h6 {
        font-weight: 700;
        margin-bottom: 0.625em; }

      #news article h2 {
        font-size: 32px;
        line-height: 38px; }

      #news article h3 {
        font-size: 26px;
        line-height: 34px; }

      #news article h4 {
        font-size: 22px; }

      #news article h5 {
        font-size: 18px; }

      #news article h6 {
        font-size: 16px; }

      #news article p {
        margin-bottom: 0.625em; }

      #news article ul {
        margin-bottom: 0.625em;
        list-style-type: disc;
        padding-left: 20px; }

#news article ul li {
        margin-bottom: 5px;
}

      #news article ol {
        margin-bottom: 0.625em;
        padding-left: 15px; }


#news .form {
	padding-bottom: 0;
}

.form_article {
	max-width: 420px!important;
}
.form_article h3 {
  font-size: 22px!important;
}
.form_article button {
	margin-bottom: 10px;
}
.form_article input {
	margin-bottom: 10px!important;
}

#modal_divan p {
  margin-bottom: 15px;
}

.fancybox-button svg {
  display: none!important;
}


/*****************  popup  ***************/
#modal_popup .fancybox-close-small:after {
  background-color: #249b64;
  /*background-color: #80da4f;*/
  color: #fff; }

#modal_popup {
  max-width: 460px;
  width: 98%;
  font-family: 'Opensans', sans-serif;
  -webkit-border-radius: 8px;
          border-radius: 8px; }

@media all and (max-width: 575px) {
  #modal_popup {
    padding-left: 10px;
    padding-right: 10px; } }

#modal_popup img {
  display: block;
  margin: 0 auto; }

#modal_popup h3 {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-top: -15px; }

#modal_popup h3 span {
  color: #df0112;
  display: block;
  font-weight: 700;
  font-size: 20px; }

#modal_popup form {
  width: 100%;
  margin-top: 15px; }

#modal_popup form span input {
  display: block;
  width: 80%;
  margin: 0 auto 15px auto;
  border: 1px solid #efefef;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  height: 46px;
  padding-left: 15px; }

#modal_popup form .wpcf7-submit {
  display: block;
  width: 60%;
  height: 50px;
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 auto 10px auto;
  background-color: #249b64; }

@media all and (max-width: 575px) {
  #modal_popup form .wpcf7-submit {
    width: 80%; } }


    /******************  whatsapp  ****************/
    .whatsapp {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-width: 350px;
      width: 100%;
      display: none;
      margin-top: 20px; }

    @media all and (max-width: 767px) {
      .whatsapp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }

    .whatsapp img {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 10px;
      width: 60px;
      height: 60px; }

    .whatsapp .content {
      text-align: center; }

    .whatsapp .content .btn_ws a {
      max-width: 247px;
      width: 100%;
      line-height: 40px;
      height: 44px;
      display: inline-block;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      border: 2px solid #249b64;
      color: #249b64;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 19px;
      text-align: center;
      margin-bottom: 5px; }

    .whatsapp .content .btn_ws a:hover {
      border: 2px solid #32cc84;
      color: #32cc84; }

    .whatsapp .content .btn_ws a:active {
      -webkit-transform: scale(0.97);
          -ms-transform: scale(0.97);
              transform: scale(0.97); }

    .whatsapp .content span {
      display: block;
      color: #111111;
      font-weight: 600;
      font-size: 15px;
      line-height: 20px; }


#services .price_box a {
  border: 2px solid #df0112;
      color: #df0112;
      font-size: 23px;
      line-height: 30px;
      padding: 5px 10px;
      border-radius: 10px;
      text-align: center;
      font-weight: 600;
      /* color: #000; */
      max-width: 230px;
      width: 100%;
      display: block;
      margin: 20px auto 15px auto;
}
#services .price_box a:hover {
  background-color: #df0112;
  color: #fff;
}

.header_burger ul li.menu_price a {
  color: #df0112!important;
}

.btn_modal_link {
  display: inline-block;
  max-width: 240px;
  margin-top: 15px;
  margin-bottom: 30px;
  /*background-color: #249b64!important;*/
}

.btn_modal_link:hover {
  /*background-color: #32cc84!important;*/
}

table.tablepress {
  max-width: 600px;
  width: 100%;
}

table.tablepress tr td {
  text-align: center;
  border: 1px solid #cacaca;
}

table.tablepress thead {
  
}

table.tablepress thead tr {
  
}

table.tablepress thead tr th {
  text-align: center;
}

@media all and (max-width: 575px) {
  table.tablepress tr td {
    font-size: 14px;
  }
  #news article .btn_modal_link {
    margin: 0 auto;
  }

}