/*******************  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: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/gilroyregular.woff2") format("woff2"); }

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/gilroymedium.woff2") format("woff2"); }

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/gilroysemibold.woff2") format("woff2"); }

@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/gilroybold.woff2") format("woff2"); }

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

body {
  font-family: 'Gilroy', sans-serif;
  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: #101011;
  font-weight: 400; }

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 {
  font-style: normal;
  margin: 0; }

p.ninja {
  display: none; }

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

h1 {
  font-size: 30px; }

.heading {
  margin-bottom: 36px; }

.heading h2 {
  font-size: 36px;
  line-height: 42px; }

@media all and (max-width: 575px) {
  .heading h2 {
    font-size: 24px;
    line-height: 32px; } }

label {
  margin-bottom: 0; }

.btn {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background-color: #ff7c00;
  padding: 14px 40px;
  border-radius: 26px;
  -webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.14);
  border: none; }

.btn:hover {
  color: #fff;
  background-color: #eb7403;
  -webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.2); }

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; }

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%; 
  border-radius: 5px;}
  
#1 { 
box-shadow: -20px -20px 0px #ecf6ec;}

.center {
  text-align: center; }

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

@media all and (max-width: 991px) {
  .p-80 {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media all and (max-width: 575px) {
  .p-80 {
    padding-top: 30px;
    padding-bottom: 30px; } }

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

input {
  border-radius: 0; }

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

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

.modal {
  opacity: 0;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.fancybox-slide--complete .modal {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.modal {
  max-width: 700px;
  width: 99%;
  border-radius: 5px; }

@media all and (max-width: 575px) {
  .modal {
    padding-left: 20px;
    padding-right: 20px; } }

.modal h2 {
  margin-bottom: 25px;
  text-align: center; }

.modal form .form_item {
  margin-bottom: 15px;
  width: 100%; }

@media all and (max-width: 575px) {
  .modal form .form_item {
    margin-bottom: 15px; } }

.modal form .form_item input {
  font-weight: 500;
  width: 100%;
  height: 54px;
  border-radius: 26px;
  border: 1px solid #cdcdcd;
  padding-left: 20px; }

@media all and (max-width: 575px) {
  .modal form .form_item input {
    font-size: 14px;
    line-height: 18px;
    height: 44px;
    border-radius: 22px; } }

.modal form .form_submit {
  width: 100%;
  margin-bottom: 10px; }

.modal form .form_submit .btn {
  width: 100%; }

@media all and (max-width: 1575px) {
  .modal form .form_submit .btn {
    padding: 10px 40px; } }

.modal form .policy {
  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;
  text-align: left;
  max-width: 320px;
  width: 100%;
  margin: 5px auto 20px auto; }

@media all and (max-width: 1575px) {
  .modal form .policy {
    max-width: 260px; } }

.modal form .policy .text p {
  color: #777068;
  font-size: 13px;
  line-height: 16px; }

@media all and (max-width: 575px) {
  .modal form .policy .text p {
    font-size: 10px; } }

.modal form .policy .text p a {
  text-decoration: underline;
  color: #777068; }

.modal form .policy .checkbox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
  position: relative;
  border: 1px solid #d8d8d8;
  width: 24px;
  height: 24px;
  border-radius: 5px; }

.modal form .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto; }

.modal form .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none; }

.modal form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: block;
  z-index: 1000; }

.modal form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
  background-color: #fff; }

.modal form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block; }

.modal form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 0 !important;
  color: transparent; }

.modal form .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 5px;
  margin: auto;
  width: 8px;
  height: 10px;
  border: solid #ff7c00;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/*********************  HEADER  ************************/
header .header_top {
  background-color: #46a946;
  padding-top: 12px;
  padding-bottom: 12px; }

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

header .header_top .top_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; }

header .header_top .top_menu ul li {
  position: relative; }

header .header_top .top_menu ul li:not(:last-child):after {
  position: absolute;
  content: '';
  width: 1px;
  height: 28px;
  background-color: #3c9c3c;
  top: 0;
  bottom: 0;
  right: -55px;
  margin: auto; }

@media all and (max-width: 1199px) {
  header .header_top .top_menu ul li:not(:last-child):after {
    right: -40px; } }

@media all and (max-width: 991px) {
  header .header_top .top_menu ul li:not(:last-child):after {
    display: none; } }

header .header_top .top_menu ul li a {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #fff; }

@media all and (max-width: 991px) {
  header .header_top .top_menu ul li a {
    font-size: 15px; } }

header .header_top .top_menu ul li a:hover {
  text-decoration: underline; }

header .header_main {
  padding-top: 20px;
  padding-bottom: 20px; }

@media all and (max-width: 767px) {
  header .header_main {
    padding-top: 0;
    padding-bottom: 0; } }

@media all and (max-width: 991px) {
  header .header_main .header_logo {
    margin-bottom: 10px;
    text-align: center; } }

@media all and (max-width: 767px) {
  header .header_main .header_logo {
    border-bottom: 1px solid #d1dbe1;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    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; } }

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

@media all and (max-width: 767px) {
  header .header_main .header_logo .logo a img {
    width: 170px; } }

header .header_main .header_logo .burger_left {
  display: none; }

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

header .header_main .header_logo .burger_left .header_burger {
  position: relative; }

header .header_main .header_logo .burger_left .header_burger .burger_button {
  position: relative;
  top: 2px;
  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_main .header_logo .burger_left .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ff7c00;
  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_main .header_logo .burger_left .header_burger .burger_button span:nth-child(1) {
  top: 4px; }

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

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

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

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

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

header .header_main .header_logo .burger_right {
  display: none; }

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

header .header_main .header_logo .burger_right .header_burger {
  position: relative; }

header .header_main .header_logo .burger_right .header_burger .burger_button {
  position: relative;
  top: 2px;
  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_main .header_logo .burger_right .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ff7c00;
  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_main .header_logo .burger_right .header_burger .burger_button span:nth-child(1) {
  top: 4px; }

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

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

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

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

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

header .header_main .burgers {
  display: none;
  padding-left: 0;
  padding-right: 0; }

@media all and (max-width: 767px) {
  header .header_main .burgers {
    display: block; } }

header .header_main .burgers .menu_toggle_left {
  background: #46a946;
  margin: 0;
  text-align: left;
  z-index: 11;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 10px; }

header .header_main .burgers .menu_toggle_left ul li {
  padding-left: 15px; }

header .header_main .burgers .menu_toggle_left ul li:not(:last-child) {
  border-bottom: 1px solid #3c9c3c; }

header .header_main .burgers .menu_toggle_left ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block; }

header .header_main .burgers .menu_toggle_left ul li a:hover {
  color: #101011; }

header .header_main .burgers .menu_toggle_right {
  background: #fff;
  margin: 0;
  text-align: left;
  z-index: 11;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 10px; }

header .header_main .burgers .menu_toggle_right ul li {
  padding-left: 15px; }

header .header_main .burgers .menu_toggle_right ul li:not(:last-child) {
  border-bottom: 1px solid #d1dbe1; }

header .header_main .burgers .menu_toggle_right ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #101011;
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block; }

header .header_main .burgers .menu_toggle_right ul li a:hover {
  color: #ff7c00; }

@media all and (max-width: 767px) {
  header .header_main .header_contacts {
    border-bottom: 1px solid #d1dbe1; } }

header .header_main .header_contacts .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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

@media all and (max-width: 767px) {
  header .header_main .header_contacts .contacts {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 6px;
    padding-bottom: 6px; } }

header .header_main .header_contacts .contacts .mail {
  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: 21px;
  line-height: 26px;
  font-weight: 600;
  color: #101011; }

@media all and (max-width: 1199px) {
  header .header_main .header_contacts .contacts .mail {
    font-size: 16px; } }

@media all and (max-width: 767px) {
  header .header_main .header_contacts .contacts .mail {
    width: 18px;
    height: 18px;
    color: transparent; } }

header .header_main .header_contacts .contacts .mail .img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.14);
  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-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 15px; }

@media all and (max-width: 1199px) {
  header .header_main .header_contacts .contacts .mail .img {
    width: 56px;
    height: 56px;
    margin-right: 10px; } }

@media all and (max-width: 767px) {
  header .header_main .header_contacts .contacts .mail .img {
    width: auto;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none; } }

header .header_main .header_contacts .contacts .mail img {
  width: 26px;
  height: 26px; }

@media all and (max-width: 767px) {
  header .header_main .header_contacts .contacts .mail img {
    width: 18px;
    height: 18px; } }

header .header_main .header_contacts .contacts .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;
  display: flex;
  align-items: center;
  font-size: 21px;
  line-height: 26px;
  font-weight: 600;
  color: #101011; }

@media all and (max-width: 1199px) {
  header .header_main .header_contacts .contacts .phone {
    font-size: 16px; } }

@media all and (max-width: 767px) {
  header .header_main .header_contacts .contacts .phone {
    font-size: 18px;
    margin: 0 15px; } }

header .header_main .header_contacts .contacts .phone .img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.14);
  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-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 15px; }

@media all and (max-width: 1199px) {
  header .header_main .header_contacts .contacts .phone .img {
    width: 56px;
    height: 56px;
    margin-right: 10px; } }

@media all and (max-width: 767px) {
  header .header_main .header_contacts .contacts .phone .img {
    width: auto;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none; } }

header .header_main .header_contacts .contacts .phone img {
  width: 26px;
  height: 26px; }

@media all and (max-width: 767px) {
  header .header_main .header_contacts .contacts .phone img {
    width: 18px;
    height: 18px; } }

header .header_main .header_contacts .contacts .whatsapp img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.14);
  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-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 15px; }

header .header_main .header_contacts .contacts .whatsapp:hover {
  opacity: 0.8; }

@media all and (max-width: 767px) {
  header .header_main .header_contacts .contacts .whatsapp img {
    width: 18px;
    height: 18px; } }

@media all and (max-width: 767px) {
  header .header_main .header_contacts .contacts .callback {
    display: none; } }

header .header_bottom {
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 1px solid #d1dbe1;
  border-bottom: 1px solid #d1dbe1; }

@media all and (max-width: 767px) {
  header .header_bottom {
    display: none; } }

header .header_bottom .bottom_menu {
  padding-top: 10px;
  padding-bottom: 10px; }

header .header_bottom .bottom_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; }

header .header_bottom .bottom_menu ul li {
  position: relative; }

header .header_bottom .bottom_menu ul li:not(:last-child):after {
  position: absolute;
  content: '';
  width: 1px;
  height: 48px;
  background-color: #d1dbe1;
  top: 0;
  bottom: 0;
  right: -60px;
  margin: auto; }

@media all and (max-width: 1199px) {
  header .header_bottom .bottom_menu ul li:not(:last-child):after {
    right: -45px; } }

@media all and (max-width: 991px) {
  header .header_bottom .bottom_menu ul li:not(:last-child):after {
    display: none; } }

header .header_bottom .bottom_menu ul li a {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #101011; }

@media all and (max-width: 991px) {
  header .header_bottom .bottom_menu ul li a {
    font-size: 15px; } }

header .header_bottom .bottom_menu ul li a:hover {
  color: #ff7c00; }

/****************************  main_block  ************************/
#main_block {
  min-height: 496px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  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;
  background-repeat: no-repeat;
  margin-bottom: 50px; }

@media all and (max-width: 1199px) {
  #main_block {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px; } }

@media all and (max-width: 767px) {
  #main_block {
    padding-top: 42px;
    padding-bottom: 80px; } }

@media all and (max-width: 575px) {
  #main_block {
    background-position: 40% 50%; } }

#main_block .content {
  max-width: 550px;
  width: 100%; }

#main_block .content h1 {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 15px; }

@media all and (max-width: 767px) {
  #main_block .content h1 {
    font-size: 24px;
    line-height: 32px; } }

#main_block .content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 22px; }

@media all and (max-width: 767px) {
  #main_block .content p {
    font-size: 14px;
    line-height: 24px; } }

#main_block .content .btn {
  min-width: 238px; }

/***************************  delivery  ***********************/
#delivery {
  margin-bottom: 50px; }

#delivery .block {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

#delivery .block .item {
  display: block;
  width: 20%;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 22px; }

@media all and (max-width: 767px) {
  #delivery .block .item {
    width: 25%; } }

@media all and (max-width: 575px) {
  #delivery .block .item {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px; } }

#delivery .block .item:hover .img {
  opacity: 0.8; }

#delivery .block .item:hover h5 {
  color: #ff7c00; }

#delivery .block .item .img {
  border-radius: 5px;
  margin-bottom: 11px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

#delivery .block .item h5 {
  font-size: 18px;
  line-height: 24px;
  color: #101011;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

@media all and (max-width: 575px) {
  #delivery .block .item h5 {
    font-weight: 500; } }

/********************************  main_form  ***********************/
#main_form {
  background-size: cover;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px; }

#main_form.page_gallery {
  margin-bottom: 0; }

@media all and (max-width: 991px) {
  #main_form .box_left {
    margin-bottom: 50px; } }

@media all and (max-width: 575px) {
  #main_form .box_left {
    margin-bottom: 0; } }

#main_form .box_left .left .heading {
  margin-bottom: 24px; }

#main_form .box_left .left .subheading {
  margin-bottom: 25px; }

@media all and (max-width: 575px) {
  #main_form .box_left .left .subheading {
    margin-bottom: 20px; } }

#main_form .box_left .left .subheading p {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500; }

@media all and (max-width: 575px) {
  #main_form .box_left .left .subheading p {
    font-size: 18px;
    line-height: 24px; } }

#main_form .box_left .left form .form_item {
  margin-bottom: 20px; }

@media all and (max-width: 575px) {
  #main_form .box_left .left form .form_item {
    margin-bottom: 15px; } }

#main_form .box_left .left form .form_item input {
  font-weight: 500;
  width: 100%;
  height: 54px;
  border-radius: 26px;
  border: 1px solid #cdcdcd;
  padding-left: 20px; }

@media all and (max-width: 575px) {
  #main_form .box_left .left form .form_item input {
    font-size: 14px;
    line-height: 18px;
    height: 44px;
    border-radius: 22px; } }

#main_form .box_left .left form .form_submit .btn {
  width: 100%; }

@media all and (max-width: 575px) {
  #main_form .box_left .left form .form_submit .btn {
    padding: 10px 40px; } }

@media all and (max-width: 575px) {
  #main_form .box_right {
    display: none; } }

#main_form .box_right .right {
  padding-left: 40px; }

@media all and (max-width: 1199px) {
  #main_form .box_right .right {
    padding-left: 0; } }

#main_form .box_right .right h3 {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 18px; }

#main_form .box_right .right ul li {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  padding-left: 28px;
  margin-bottom: 18px; }

#main_form .box_right .right ul li:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("/img/check.svg");
  width: 22px;
  height: 22px;
  top: 3px;
  left: 0; }

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

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

#main_services .box .box_inner {
  display: block;
  width: 100%; }

#main_services .box .box_inner:hover .img {
  opacity: 0.9; }

#main_services .box .box_inner:hover .title {
  background-color: #eb7403; }

@media all and (max-width: 767px) {
  #main_services .box .box_inner:hover .title {
    background-color: transparent; }
  #main_services .box .box_inner:hover .title h5 {
    color: #ff7c00; } }

#main_services .box .box_inner .img {
  position: relative;
  z-index: 2;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

#main_services .box .box_inner .title {
  border-radius: 20px;
  background-color: #ff7c00;
  display: inline-block;
  padding: 7px 30px;
  margin-left: 14px;
  margin-top: -10px;
  position: relative;
  z-index: 3;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

@media all and (max-width: 1199px) {
  #main_services .box .box_inner .title {
    padding-left: 15px;
    padding-right: 15px; } }

@media all and (max-width: 767px) {
  #main_services .box .box_inner .title {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
    margin-top: 4px; } }

#main_services .box .box_inner h5 {
  font-size: 18px;
  color: #fff; }

@media all and (max-width: 1199px) {
  #main_services .box .box_inner h5 {
    font-size: 16px; } }

@media all and (max-width: 767px) {
  #main_services .box .box_inner h5 {
    font-weight: 500;
    color: #101011; } }

/***************************  block_material  ***********************/
.block_material {
  margin-bottom: 50px; }

.block_material .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.block_material .block .item {
  display: block;
  width: 25%;
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom: 22px; }

@media all and (max-width: 575px) {
  .block_material .block .item {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px; } }

.block_material .block .item:hover .img {
  opacity: 0.8; }

.block_material .block .item:hover h5 {
  color: #ff7c00; }

.block_material .block .item .img {
  border-radius: 5px;
  margin-bottom: 11px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

.block_material .block .item h5 {
  font-size: 18px;
  line-height: 24px;
  color: #101011;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }

@media all and (max-width: 575px) {
  .block_material .block .item h5 {
    font-weight: 500; } }

/*****************************  advantage  ***********************/
#advantage {
  margin-bottom: 60px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 40px; }

@media all and (max-width: 575px) {
  #advantage {
    padding-top: 50px;
    padding-bottom: 30px;
    margin-bottom: 50px; } }

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

#advantage .box .box_inner {
  width: 100%; }

#advantage .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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 90px;
  height: 86px;
  width: 100%;
  margin-bottom: 20px; }

@media all and (max-width: 575px) {
  #advantage .box .box_inner .img {
    max-width: 80px;
    height: 80px;
    margin-bottom: 15px; } }

#advantage .box .box_inner .img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }

#advantage .box .box_inner .content h5 {
  font-size: 20px;
  line-height: 26px;
  color: #14264f;
  margin-bottom: 15px; }

@media all and (max-width: 575px) {
  #advantage .box .box_inner .content h5 {
    font-size: 18px;
    margin-bottom: 8px; } }

#advantage .box .box_inner .content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500; }

@media all and (max-width: 575px) {
  #advantage .box .box_inner .content p {
    font-size: 14px;
    line-height: 24px; } }

/*****************************  seo_block  **********************/
#seo_block {
  padding-bottom: 30px;
  margin-bottom: 50px; }

@media all and (max-width: 575px) {
  #seo_block {
    margin-bottom: 20px; } }

#seo_block .box_left {
  margin-bottom: 30px; }

#seo_block .box_left .left p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px; }

@media all and (max-width: 575px) {
  #seo_block .box_left .left p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 16px; } }

#seo_block .box_right .right {
  text-align: right; }

@media all and (max-width: 991px) {
  #seo_block .box_right .right {
    text-align: left; } }

/***************************  maps  ***********************/
#maps .map {
  width: 100%;
  height: 480px; }

@media all and (max-width: 575px) {
  #maps .map {
    height: 340px; } }

/**************************  footer  ***********************/
#footer .footer_top {
  background-color: #46a946;
  padding-top: 12px;
  padding-bottom: 12px; }

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

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

#footer .footer_top .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; }

@media all and (max-width: 767px) {
  #footer .footer_top .menu ul {
    -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_top .menu ul li {
  position: relative; }

@media all and (max-width: 767px) {
  #footer .footer_top .menu ul li {
    margin-bottom: 3px; } }

#footer .footer_top .menu ul li:not(:last-child):after {
  position: absolute;
  content: '';
  width: 1px;
  height: 28px;
  background-color: #3c9c3c;
  top: 0;
  bottom: 0;
  right: -55px;
  margin: auto; }

@media all and (max-width: 1199px) {
  #footer .footer_top .menu ul li:not(:last-child):after {
    right: -40px; } }

@media all and (max-width: 991px) {
  #footer .footer_top .menu ul li:not(:last-child):after {
    display: none; } }

#footer .footer_top .menu ul li a {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #fff; }

@media all and (max-width: 991px) {
  #footer .footer_top .menu ul li a {
    font-size: 15px; } }

#footer .footer_top .menu ul li a:hover {
  text-decoration: underline; }

#footer .footer_middle {
  background-color: #ecebf2;
  padding-top: 30px;
  padding-bottom: 30px; }

#footer .footer_middle .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; }

@media all and (max-width: 767px) {
  #footer .footer_middle .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

@media all and (max-width: 767px) {
  #footer .footer_middle .contacts .logo {
    margin-bottom: 13px; } }

#footer .footer_middle .contacts .logo a img {
  height: auto; }

#footer .footer_middle .contacts .mail {
  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: 21px;
  line-height: 26px;
  font-weight: 600;
  color: #101011;
  margin: 0 90px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

@media all and (max-width: 1199px) {
  #footer .footer_middle .contacts .mail {
    font-size: 16px; } }

@media all and (max-width: 991px) {
  #footer .footer_middle .contacts .mail {
    margin: 0 40px; } }

@media all and (max-width: 767px) {
  #footer .footer_middle .contacts .mail {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 13px; } }

#footer .footer_middle .contacts .mail .img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.14);
  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-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 15px; }

@media all and (max-width: 1199px) {
  #footer .footer_middle .contacts .mail .img {
    width: 56px;
    height: 56px;
    margin-right: 10px; } }

@media all and (max-width: 767px) {
  #footer .footer_middle .contacts .mail .img {
    width: auto;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none; } }

#footer .footer_middle .contacts .mail img {
  width: 26px;
  height: 26px; }

@media all and (max-width: 767px) {
  #footer .footer_middle .contacts .mail img {
    width: 18px;
    height: 18px; } }

#footer .footer_middle .contacts .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;
  display: flex;
  align-items: center;
  font-size: 21px;
  line-height: 26px;
  font-weight: 600;
  color: #101011;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

@media all and (max-width: 1199px) {
  #footer .footer_middle .contacts .phone {
    font-size: 16px; } }

@media all and (max-width: 767px) {
  #footer .footer_middle .contacts .phone {
    font-size: 18px;
    line-height: 23px;
    margin: 0 15px; } }

#footer .footer_middle .contacts .phone .img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.14);
  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-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 15px; }

@media all and (max-width: 1199px) {
  #footer .footer_middle .contacts .phone .img {
    width: 56px;
    height: 56px;
    margin-right: 10px; } }

@media all and (max-width: 767px) {
  #footer .footer_middle .contacts .phone .img {
    width: auto;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none; } }

#footer .footer_middle .contacts .phone img {
  width: 26px;
  height: 26px; }

@media all and (max-width: 767px) {
  #footer .footer_middle .contacts .phone img {
    width: 18px;
    height: 18px; } }

#footer .footer_bottom {
  background-color: #e0e0ea;
  padding-top: 14px;
  padding-bottom: 14px; }

#footer .footer_bottom p {
  font-size: 15px;
  font-weight: 500;
  color: #2c2c2c; }

@media all and (max-width: 575px) {
  #footer .footer_bottom p {
    font-size: 12px;
    line-height: 18px; } }

/****************************  page  *************************/
article img {
  width: auto;
  height: auto; }

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

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

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

article .alignright {
  float: right; }

article .alignleft {
  float: left; }

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

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

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

article h4 {
  font-size: 22px; }

article h5 {
  font-size: 18px; }

article h6 {
  font-size: 16px; }

article p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 1em; }

article a {
  font-size: 14px;
  line-height: 20px;
  color: #00a8d2; }

article ul {
  margin-bottom: 1em;
  list-style-type: disc;
  padding-left: 15px; }

article ul li, article ol li {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px; }

article ol {
  margin-bottom: 1em;
  padding-left: 15px; }

#page {
  padding-top: 30px; }

#page .page_heading {
  margin-bottom: 40px; }

@media all and (max-width: 575px) {
  #page .page_heading {
    margin-bottom: 30px; } }

#page .page_heading h1 {
  font-size: 48px;
  line-height: 54px; }

@media all and (max-width: 767px) {
  #page .page_heading h1 {
    font-size: 24px;
    line-height: 32px; } }

#page .service {
  margin-bottom: 80px; }

@media all and (max-width: 991px) {
  #page .service {
    margin-bottom: 50px; } }

@media all and (max-width: 575px) {
  #page .service {
    margin-bottom: 10px; } }

@media all and (max-width: 991px) {
  #page .service .tabss {
    margin-bottom: 40px; } }

#page .service .tabss .tabs__caption {
  margin-bottom: 38px;
  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; }

@media all and (max-width: 767px) {
  #page .service .tabss .tabs__caption {
    padding-left: 26px;
    padding-right: 26px;
    margin-bottom: 22px; } }

#page .service .tabss .tabs__caption li a {
  font-size: 17px;
  font-weight: 500;
  color: rgba(15, 15, 15, 0.7);
  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;
  height: 50px;
  border: 1px solid transparent;
  padding: 0px 29px;
  border-radius: 25px;
  cursor: pointer;
  margin-bottom: 5px;
  text-align: center; }

@media all and (max-width: 767px) {
  #page .service .tabss .tabs__caption li a {
    height: 40px;
    font-size: 13px;
    line-height: 19px;
    padding: 0px 15px;
    margin: 0 3px; } }

@media all and (max-width: 575px) {
  #page .service .tabss .tabs__caption li a {
    font-size: 12px; } }

#page .service .tabss .tabs__caption li.current a {
  color: #0f0f0f;
  border: 1px solid #ff7c00; }

#page .service .tabss .tabs__caption .slick-prev, #page .service .tabss .tabs__caption .slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  margin: auto;
  bottom: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

#page .service .tabss .tabs__caption .slick-prev {
  background-image: url("/img/arrow.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 5px;
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

#page .service .tabss .tabs__caption .slick-next {
  background-image: url("/img/arrow.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 5px;
  right: 0; }

#page .service .tabss .tabs__content {
  display: none; }

#page .service .tabss .tabs__content.active {
  display: block; }

@media all and (max-width: 767px) {
  #page .service .tabss .tabs__content {
    display: block;
    overflow: hidden;
    height: 0; }
  #page .service .tabss .tabs__content.active {
    overflow: visible;
    display: block;
    height: auto; } }

#page .service .tabss .tabs__content .box_content .content {
  max-width: 500px;
  width: 100%; }

#page .service .tabss .tabs__content .box_content .content h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 14px; }

@media all and (max-width: 575px) {
  #page .service .tabss .tabs__content .box_content .content h3 {
    font-size: 18px;
    line-height: 26px; } }

#page .service .tabss .tabs__content .box_content .content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px; }

@media all and (max-width: 575px) {
  #page .service .tabss .tabs__content .box_content .content p {
    font-size: 14px;
    line-height: 24px; } }

#page .service .tabss .tabs__content .box_content .content .btn {
  max-width: 240px;
  width: 100%; }

#page .service .tabss .tabs__content .box_image {
  margin-bottom: 50px; }

@media all and (max-width: 991px) {
  #page .service .tabss .tabs__content .box_image {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; } }

@media all and (max-width: 767px) {
  #page .service .tabss .tabs__content .box_image {
    margin-bottom: 20px; } }

#page .service .service_table {
  margin-bottom: 48px; }

@media all and (max-width: 575px) {
  #page .service .service_table {
    margin-bottom: 20px; } }

#page .service .service_table .table_heading {
  margin-bottom: 26px; }

@media all and (max-width: 575px) {
  #page .service .service_table .table_heading {
    margin-bottom: 20px; } }

#page .service .service_table .table_heading h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px; }

@media all and (max-width: 575px) {
  #page .service .service_table .table_heading h3 {
    font-size: 16px;
    line-height: 24px; } }

#page .service .service_table .table_heading .density {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #46a946;
  font-style: italic; }

@media all and (max-width: 575px) {
  #page .service .service_table .table_heading .density {
    font-size: 16px;
    line-height: 24px; } }

#page .service .service_table .block_tables .table {
  overflow-x: auto;
  margin-bottom: 30px; }

#page .service .service_table .block_tables .table table {
  background-color: #ecf6ec;
  width: 100%;
  margin-bottom: 12px; }

@media all and (max-width: 767px) {
  #page .service .service_table .block_tables .table table th, #page .service .service_table .block_tables .table table td {
    min-width: 80px; } }

#page .service .service_table .block_tables .table table .td_title {
  padding-left: 18px;
  width: 518px; }

@media all and (max-width: 1199px) {
  #page .service .service_table .block_tables .table table .td_title {
    width: 330px; } }

@media all and (max-width: 767px) {
  #page .service .service_table .block_tables .table table .td_title {
    min-width: 300px; } }

#page .service .service_table .block_tables .table table td {
  border: 1px solid #46a946;
  padding: 13px 2px; }

#page .service .service_table .block_tables .table table td:not(.td_title) {
  text-align: center; }

#page .service .service_table .block_tables .table table thead tr td {
  font-weight: 700;
  padding: 7px 2px; }

#page .service .service_table .block_tables .table .desc {
  font-size: 18px;
  line-height: 24px; }

@media all and (max-width: 575px) {
  #page .service .service_table .block_tables .table .desc {
    font-size: 16px;
    line-height: 24px; } }

@media all and (max-width: 991px) {
  #page .service .specific .box {
    margin-bottom: 40px; } }

#page .service .specific .box h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 14px; }

@media all and (max-width: 575px) {
  #page .service .specific .box h5 {
    font-size: 18px;
    line-height: 26px; } }

#page .service .specific .box p {
  font-size: 16px;
  line-height: 26px; }

#page .service .specific .box.box_desc h5 {
  margin-bottom: 6px; }

#page .service .specific .box.box_desc .box_inner {
  padding-left: 14px; }

@media all and (max-width: 991px) {
  #page .service .specific .box.box_desc .box_inner {
    padding-left: 0; } }

#page .service .specific .box table {
  width: 100%; }

#page .service .specific .box table tr:nth-child(2n+1) {
  background-color: #ecf6ec; }

#page .service .specific .box table tr td {
  font-size: 14px;
  padding: 10px 15px; }

@media all and (max-width: 575px) {
  #page .service .specific .box table tr td {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px; }
  #page .service .specific .box table tr td:nth-child(1) {
    font-weight: 600; } }

#page .service .specific .box table tr td:nth-last-child(1) {
  text-align: right; }

@media all and (max-width: 575px) {
  #page .service .specific .box table tr td:nth-last-child(1) {
    text-align: left; } }

#page .gallery {
  margin-bottom: 80px; }

@media all and (max-width: 991px) {
  #page .gallery {
    margin-bottom: 50px; } }

@media all and (max-width: 575px) {
  #page .gallery {
    margin-bottom: 10px; } }

@media all and (max-width: 991px) {
  #page .gallery .tabs {
    margin-bottom: 40px; } }

#page .gallery .tabs .tabs__caption {
  margin-bottom: 38px;
  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; }

@media all and (max-width: 767px) {
  #page .gallery .tabs .tabs__caption {
    padding-left: 26px;
    padding-right: 26px;
    margin-bottom: 22px; } }

#page .gallery .tabs .tabs__caption li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: rgba(15, 15, 15, 0.7);
  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;
  border: 1px solid transparent;
  padding: 0px 20px;
  border-radius: 25px;
  height: 50px;
  cursor: pointer;
  margin-bottom: 5px;
  text-align: center; }

@media all and (max-width: 767px) {
  #page .gallery .tabs .tabs__caption li {
    height: 40px;
    font-size: 13px;
    line-height: 19px;
    padding: 0px 15px;
    margin: 0 3px; } }

@media all and (max-width: 575px) {
  #page .gallery .tabs .tabs__caption li {
    font-size: 12px; } }

#page .gallery .tabs .tabs__caption li.active {
  color: #0f0f0f;
  border: 1px solid #ff7c00; }

#page .gallery .tabs .tabs__caption .slick-prev, #page .gallery .tabs .tabs__caption .slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  margin: auto;
  bottom: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

#page .gallery .tabs .tabs__caption .slick-prev {
  background-image: url("/img/arrow.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 5px;
  left: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

#page .gallery .tabs .tabs__caption .slick-next {
  background-image: url("/img/arrow.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 5px;
  right: 0; }

#page .gallery .tabs .tabs__content {
  display: none; }

#page .gallery .tabs .tabs__content.active {
  display: block; }

#page .gallery .tabs .tabs__content .box_left {
  padding-top: 5px; }

#page .gallery .tabs .tabs__content .box_left .gallery_thumb {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

#page .gallery .tabs .tabs__content .box_left .gallery_thumb.slick-initialized {
  visibility: visible;
  opacity: 1; }

#page .gallery .tabs .tabs__content .box_left .gallery_thumb .slide {
  display: none; }

#page .gallery .tabs .tabs__content .box_left .gallery_thumb .slide:first-child {
  display: block;
  visibility: hidden; }

#page .gallery .tabs .tabs__content .box_left .gallery_thumb.slick-initialized .slide {
  display: block;
  visibility: visible !important; }

#page .gallery .tabs .tabs__content .box_left .gallery_thumb .slide.slick-current .slide_inner {
  border: 2px solid #014f03; }

#page .gallery .tabs .tabs__content .box_left .gallery_thumb .slide .slide_inner {
  margin-top: 7px;
  margin-bottom: 7px;
  border: 2px solid transparent;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
  height: 124px; }

@media all and (max-width: 575px) {
  #page .gallery .tabs .tabs__content .box_left .gallery_thumb .slide .slide_inner {
    height: 90px;
    width: 90%;
    margin: 0 auto; } }

#page .gallery .tabs .tabs__content .box_left .gallery_thumb .slide .slide_inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

#page .gallery .tabs .tabs__content .box_left .gallery_thumb .slick-prev, #page .gallery .tabs .tabs__content .box_left .gallery_thumb .slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  width: 102px;
  height: 102px;
  -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: 575px) {
  #page .gallery .tabs .tabs__content .box_left .gallery_thumb .slick-prev, #page .gallery .tabs .tabs__content .box_left .gallery_thumb .slick-next {
    width: 60px;
    height: 60px; } }

#page .gallery .tabs .tabs__content .box_left .gallery_thumb .slick-prev {
  background-image: url("/img/arrow_2.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 102px;
  top: -20px; }

@media all and (max-width: 991px) {
  #page .gallery .tabs .tabs__content .box_left .gallery_thumb .slick-prev {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); } }

@media all and (max-width: 575px) {
  #page .gallery .tabs .tabs__content .box_left .gallery_thumb .slick-prev {
    background-size: 60px; } }

#page .gallery .tabs .tabs__content .box_left .gallery_thumb .slick-next {
  background-image: url("/img/arrow_2.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 102px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  bottom: -20px; }

@media all and (max-width: 991px) {
  #page .gallery .tabs .tabs__content .box_left .gallery_thumb .slick-next {
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); } }

@media all and (max-width: 575px) {
  #page .gallery .tabs .tabs__content .box_left .gallery_thumb .slick-next {
    background-size: 60px; } }

#page .gallery .tabs .tabs__content .box_right {
  padding-left: 0; }

@media all and (max-width: 991px) {
  #page .gallery .tabs .tabs__content .box_right {
    padding-left: 15px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; } }

@media all and (max-width: 575px) {
  #page .gallery .tabs .tabs__content .box_right {
    margin-bottom: 8px; } }

#page .gallery .tabs .tabs__content .box_right .gallery_slider {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

#page .gallery .tabs .tabs__content .box_right .gallery_slider.slick-initialized {
  visibility: visible;
  opacity: 1; }

#page .gallery .tabs .tabs__content .box_right .gallery_slider .slide {
  display: none; }

#page .gallery .tabs .tabs__content .box_right .gallery_slider .slide:first-child {
  display: block;
  visibility: hidden; }

#page .gallery .tabs .tabs__content .box_right .gallery_slider.slick-initialized .slide {
  display: block;
  visibility: visible !important; }

#page .gallery .tabs .tabs__content .box_right .gallery_slider .slide .slide_inner {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 716px;
  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; }

@media all and (max-width: 991px) {
  #page .gallery .tabs .tabs__content .box_right .gallery_slider .slide .slide_inner {
    height: 450px; } }

@media all and (max-width: 991px) {
  #page .gallery .tabs .tabs__content .box_right .gallery_slider .slide .slide_inner {
    height: auto; } }

@media all and (max-width: 575px) {
  #page .gallery .tabs .tabs__content .box_right .gallery_slider .slide .slide_inner {
    height: auto;
    text-align: center;
    margin: 0 auto; } }

#page .gallery .tabs .tabs__content .box_right .gallery_slider .slide .slide_inner img {
  border-radius: 5px; }

#page .gallery .tabs .tabs__content .box_right .gallery_slider .slick-prev, #page .gallery .tabs .tabs__content .box_right .gallery_slider .slick-next {
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  margin: auto;
  bottom: 0;
  cursor: pointer;
  width: 121px;
  height: 121px;
  -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: 575px) {
  #page .gallery .tabs .tabs__content .box_right .gallery_slider .slick-prev, #page .gallery .tabs .tabs__content .box_right .gallery_slider .slick-next {
    width: 50px;
    height: 50px; } }

#page .gallery .tabs .tabs__content .box_right .gallery_slider .slick-prev {
  background-image: url("/img/arrow_3_1.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 121px;
  left: 0; }

@media all and (max-width: 575px) {
  #page .gallery .tabs .tabs__content .box_right .gallery_slider .slick-prev {
    background-size: 50px; } }

#page .gallery .tabs .tabs__content .box_right .gallery_slider .slick-next {
  background-image: url("/img/arrow_3.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 121px;
  right: 0; }

@media all and (max-width: 575px) {
  #page .gallery .tabs .tabs__content .box_right .gallery_slider .slick-next {
    background-size: 50px; } }

#page .gallery .service_table {
  margin-bottom: 48px; }

@media all and (max-width: 575px) {
  #page .gallery .service_table {
    margin-bottom: 20px; } }

#page .gallery .service_table .table_heading {
  margin-bottom: 26px; }

@media all and (max-width: 575px) {
  #page .gallery .service_table .table_heading {
    margin-bottom: 20px; } }

#page .gallery .service_table .table_heading h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 10px; }

@media all and (max-width: 575px) {
  #page .gallery .service_table .table_heading h3 {
    font-size: 16px;
    line-height: 24px; } }

#page .gallery .service_table .table_heading .density {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #46a946;
  font-style: italic; }

@media all and (max-width: 575px) {
  #page .gallery .service_table .table_heading .density {
    font-size: 16px;
    line-height: 24px; } }

#page .gallery .service_table .block_tables .table {
  overflow-x: auto;
  margin-bottom: 30px; }

#page .gallery .service_table .block_tables .table table {
  background-color: #ecf6ec;
  width: 100%;
  margin-bottom: 12px; }

@media all and (max-width: 767px) {
  #page .gallery .service_table .block_tables .table table th, #page .gallery .service_table .block_tables .table table td {
    min-width: 80px; } }

#page .gallery .service_table .block_tables .table table .td_title {
  padding-left: 18px;
  width: 518px; }

@media all and (max-width: 1199px) {
  #page .gallery .service_table .block_tables .table table .td_title {
    width: 330px; } }

@media all and (max-width: 767px) {
  #page .gallery .service_table .block_tables .table table .td_title {
    min-width: 300px; } }

#page .gallery .service_table .block_tables .table table td {
  border: 1px solid #46a946;
  padding: 13px 2px; }

#page .gallery .service_table .block_tables .table table td:not(.td_title) {
  text-align: center; }

#page .gallery .service_table .block_tables .table table thead tr td {
  font-weight: 700;
  padding: 7px 2px; }

#page .gallery .service_table .block_tables .table .desc {
  font-size: 18px;
  line-height: 24px; }

@media all and (max-width: 575px) {
  #page .gallery .service_table .block_tables .table .desc {
    font-size: 16px;
    line-height: 24px; } }

@media all and (max-width: 991px) {
  #page .gallery .specific .box {
    margin-bottom: 40px; } }

#page .gallery .specific .box h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 14px; }

@media all and (max-width: 575px) {
  #page .gallery .specific .box h5 {
    font-size: 18px;
    line-height: 26px; } }

#page .gallery .specific .box p {
  font-size: 16px;
  line-height: 26px; }

#page .gallery .specific .box.box_desc h5 {
  margin-bottom: 6px; }

#page .gallery .specific .box.box_desc .box_inner {
  padding-left: 14px; }

@media all and (max-width: 991px) {
  #page .gallery .specific .box.box_desc .box_inner {
    padding-left: 0; } }

#page .gallery .specific .box table {
  width: 100%; }

#page .gallery .specific .box table tr:nth-child(2n+1) {
  background-color: #ecf6ec; }

#page .gallery .specific .box table tr td {
  font-size: 14px;
  padding: 10px 15px; }

@media all and (max-width: 575px) {
  #page .gallery .specific .box table tr td {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px; }
  #page .gallery .specific .box table tr td:nth-child(1) {
    font-weight: 600; } }

#page .gallery .specific .box table tr td:nth-last-child(1) {
  text-align: right; }

@media all and (max-width: 575px) {
  #page .gallery .specific .box table tr td:nth-last-child(1) {
    text-align: left; } }

/***************************  service_seo  ***********************/
#service_seo {
  margin-bottom: 50px;
  padding-top: 20px; }

@media all and (max-width: 767px) {
  #service_seo {
    padding-top: 0; } }

#service_seo .box_content article .img1 {
  display: none;
  margin-bottom: 12px; }

@media all and (max-width: 991px) {
  #service_seo .box_content article .img1 {
    display: block; } }

#service_seo .box_content article .more {
  display: none;
  color: #ff7c00;
  margin-bottom: 20px;
  text-decoration: underline; }

@media all and (max-width: 991px) {
  #service_seo .box_content article .more {
    display: inline-block; } }

@media all and (max-width: 991px) {
  #service_seo .box_image .img1 {
    display: none; } }

#col-lg-5 box_image { border-radius: 10px; }