body {
  font-family: 'Open Sans', sans-serif;
}
.wr {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.span-3 {
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.span-4 {
  width: calc(33.33333333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.span-6 {
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.span-9 {
  width: calc(75% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
header {
  background: #4fbb6f;
  width: 100%;
  height: 62px;
  overflow: hidden;
  position: fixed; 
  top:0;
  z-index: 10000;
}
header .wr {
  height: 100%;
}
header .wr .span-6
{
  align-self: stretch;
}
header .wr .span-6 nav,
header .wr .span-6 nav ul,
header .wr .span-6 nav ul li
{
  height: 100%;
}
header .wr .row {
  height: 100%;
  align-items: center;
}
header .menu ul {
  display: flex;
  flex-wrap: wrap;
}
header .menu ul li
{
      margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
header .menu ul li.active:after
{
  content:"";
  width: 100%;
  display: block;
  background: #FFF;
  height: 2px;
  position: absolute;
  margin-top: 29px;
}
header .menu ul li a {
  color: #FFF;
}
header .tel a {
  color: #313132;
  font-size: 24px;
  font-weight: 600;
}
.section-1 {
  background: #f6f6f6;
  padding-top: 55px;
  margin-top: 65px; 

}
.section-1 .left .title {
  font-size: 48px;
  margin-bottom: 74px;
  font-weight: bold;
}
.section-1 .left p {
  font-size: 18px;
  color: #7f7f7f;
  margin-bottom: 30px;
  font-style: italic;
}
.section-1 .left .btn {
  display: inline-block;
  background: #4fbb6f;
  color: white;
  padding: 15px 30px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  cursor: pointer;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5);
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-2 {
  padding: 100px 0;
}
.section-2 .right .title {
  font-size: 48px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 36px;
}
.section-2 .right .title:after {
  margin-top: 45px;
  content: "";
  background: #4fbb6f;
  height: 2px;
  width: 56px;
  display: block;
}
.section-2 .right p {
  font-size: 14px;
  color: #7f7f7f;
}
.section-2 .right p + p {
  margin-top: 25px;
}
.section-3 {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f5f4f3;
}
.section-3 .span-3 {
  text-align: center;
}
.section-3 .title {
  font-size: 0px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
}
.section-3 .title:after {
  margin-top: 20px;
  content: "";
  background: #4fbb6f;
  height: 2px;
  width: 56px;
  display: block;
  position: absolute;
  margin-left: -28px;
  left: 50%;
}
.section-3 p {
  color: #7F7F7F;
  font-size: 18px;
}
.section-4 {
  width: 100%;
  background: #4fbb6f;
  padding-top: 65px;
  padding-bottom: 60px;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.section-4:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #4fbb6f;
  border-width: 30px;
  margin-left: -30px;
}
.section-4 .title {
  font-size: 48px;
  color: #FFF;
  margin-bottom: 35px;
  font-weight: 600;
}
.section-4 p {
  font-size: 18px;
  color: #FFF;
}
.section-5 {
  overflow: hidden;
  padding-bottom: 100px;
}
.section-5 .span-3 {
  border: 1px solid #ebebeb;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.section-5 .span-3 img {
  margin: auto;
  margin-bottom: 40px;
}
.section-5 .title {
  margin-top: auto;
  font-size: 24px;
  font-weight: 600;
  color: #4fbb6f;
  position: relative;
  width: 100%;
}
.section-5 .title:before {
  margin-top: 20px;
  content: "";
  background: #4fbb6f;
  height: 2px;
  width: 56px;
  display: block;
  position: absolute;
  margin-left: -28px;
  left: 50%;
  margin-top: -25px;
}
.section-6 {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-6 .title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}
.section-6 .table {
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 25px;
  border-radius: 10px;
  overflow: hidden;
}
.section-6 .table table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.section-6 .table table tbody {
  width: 100%;
}
.section-6 .table table tbody tr th {
  text-align: center;
  background: #4fbb6f;
  color: white;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.section-6 .table table tbody tr td {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.section-7 {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.section-7 .wr > .title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}
.section-7 .wr {
  max-width: 880px;
}
.section-7 .span-4 {
  border: 1px solid #e4e4e4;
  padding: 20px;
  text-align: center;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #f9f9f8;
}
.section-7 .span-4 .title {
  font-size: 18px;
  color: black;
  margin-bottom: 25px;
  width: 100%;
}
.section-7 .span-4 .line {
  color: #4fbb6f;
  font-size: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 25px;
}
.section-7 .span-4 .bottom {
  width: 100%;
  display: inline-block;
  background: #4fbb6f;
  color: white;
  padding: 15px 30px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  cursor: pointer;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5);
}
.section-7 .span-4.bg-grin {
  background: #4fbb6f;
}
.section-7 .span-4.bg-grin .line {
  color: white;
}
.section-7 .span-4.bg-grin .bottom {
  background: white;
  color: #6e6e6e;
}
.section-8 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-8 form {
  display: block;
  margin-top: 20px;
}
.section-8 form .title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section-8 form .title:after {
  margin-top: 20px;
  content: "";
  background: #4fbb6f;
  height: 2px;
  width: 56px;
  display: block;
}
.section-8 form input {
  display: block;
  width: 100%;
  max-width: 330px;
  height: 40px;
  padding: 0 20px;
  font-size: 12px;
  margin-bottom: 15px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #dcdcdc;
}
.section-8 form textarea {
  display: block;
  width: 100%;
  max-width: 330px;
  height: 120px;
  padding: 20px;
  font-size: 12px;
  margin-bottom: 15px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #dcdcdc;
}
.section-8 form button {
  border: 0;
  display: inline-block;
  background: #4fbb6f;
  color: white;
  padding: 15px 30px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  cursor: pointer;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5);
}
.slider-1 {
  background: url(../img/bg1.png);
  height: 550px;
  background-size: cover;
  padding-top: 150px;
}
.slider-1 .title {
  font-size: 48px;
  text-align: center;
  color: #FFF;
  font-weight: 600;
}
.slider-1 .title:after {
  margin-top: 20px;
  content: "";
  background: #4fbb6f;
  height: 2px;
  width: 56px;
  display: block;
  position: absolute;
  margin-left: -28px;
  left: 50%;
}
.slider-1 .wr {
  margin-top: 100px;
}
.slider-1 .wr .flex-control-nav {
  bottom: -90px;
}
.slider-1 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.slider-2 {
  height: 670px;
  padding-top: 120px;
  background: url("../img/bg2.png");
}
.slider-2 .title {
  color: #000;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}
.slider-2 .title:after {
  margin-top: 20px;
  content: "";
  background: #4fbb6f;
  height: 2px;
  width: 56px;
  display: block;
  position: absolute;
  margin-left: -28px;
  left: 50%;
}
.slider-2 .top {
  overflow: hidden;
  border-bottom: 1px solid #c0bebe;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.slider-2 .top .img {
  width: 45px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.slider-2 .top .img img {
  width: 100%;
  display: block;
}
.slider-2 .top .line {
  width: calc(100% - 55px);
  float: left;
  text-align: left;
}
.slider-2 .top .line .t {
  font-size: 20px;
  color: #4fbb6f;
}
.slider-2 .top .line .p {
  font-size: 14px;
  color: #7f7f7f;
}
.slider-2 .text {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}
.slider-2 li {
  padding: 0 10px;
}
.slider-2 .flex-control-nav {
  bottom: -100px;
}
footer {
  background: #313132;
  padding-top: 32px;
  padding-bottom: 39px;
}
footer .span-9 > .title {
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #989899;
  padding-bottom: 13px;
  margin-bottom: 13px;
}
footer .span-4 .title {
  font-size: 14px;
  color: #FFF;
  margin-bottom: 10px;
}
footer .span-4 a {
  font-size: 24px;
  color: #FFF;
}
footer .span-4 p {
  color: white;
  font-size: 14px;
}
.popup
{
  position: fixed;
  top:0;
  left:0;
  background: rgba(0, 0, 0, 0.37);
  width: 100%; 
  height: 100%;
  display: none; 
      z-index: 100000;
}
.popup .pupup_body
{
  width: 300px;
  padding: 20px; 
  background:   white;
  position: absolute; 
  top:20px;
  left:50%;
  margin-left: -150px;  
}
.popup .pupup_body .closse
{
  moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 40px;
  position: absolute;
  right: -0px;
  top: 10px;
  font-size:  30px;
  cursor: pointer;  
}
.popup .pupup_body .title
{
  text-align: center; 
  margin-bottom:  10px;
}
.popup .pupup_body input
{
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  font-size: 12px;
  margin-bottom: 15px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #dcdcdc;
}
.popup .pupup_body textarea
{
  display: block;
  width: 100%;
  max-width: 330px;
  height: 120px;
  padding: 20px;
  font-size: 12px;
  margin-bottom: 15px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #dcdcdc;
}
.popup .pupup_body button
{
  border: 0;
  display: inline-block;
  background: #4fbb6f;
  color: white;
  padding: 15px 30px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  cursor: pointer;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1170px)
{
  .section-1 .right img,
  .section-8 img
  {
    width: 100%;  
  }
  .logo img
  {
    width: 100%;  
  }
  header .tel a
  {
    font-size: 18px;
  }
}
.bottom_mobile_foter
{
  display: none;
}
@media (max-width: 650px)
{
  .section-1 .left
  {
   width: calc(100% - 30px);
    text-align: center;
    padding-bottom: 20px;
    background: rgba(0, 0, 0, 0.311);
  }
  .section-1 .row
  {
    margin-left: -35px;
    margin-right: -30px;
}
  .section-1 .right
  {
    display: none;  
  }
  .section-2 .left,
  .section-2 .right
  {
    width: calc(100% - 30px);  
  }
  .section-2 .right
  {
    margin-top: 20px; 
  }
  .section-3 .span-3
  {
    width:  calc(100% - 30px);
    margin-bottom: 20px;  
  }
  .section-5 .span-3,
  .section-7 .span-4,
  .section-8 .span-6
  {
    width:  calc(100% - 30px);
    margin-bottom: 20px; 
    
  }
  footer .logo,
  footer .span-4,
  footer  .right 
  {
    width:  calc(100% - 30px);
    text-align: center; 
  }
  footer .span-4
  {
    margin-bottom: 20px;  
  }
  .flexslider .slides > li
  {
    width: 100%;  
  }
  .section-6 .table table tbody tr th,
  .section-6 .table table tbody tr td
  {
   padding: 20px 10px;
    font-size: 13px;

  }
  header .logo
  {
    width:  calc(100% - 30px);
    text-align: left; 
  }
  header .tel,
  header .menu
  {
    display: none;  
  }
  .logo img
  {
      width: 200px;
  }
  .section-1 .left .title,
  .section-2 .right .title,
  .section-6 .title,
  .section-7 .wr > .title,
  .slider-2 .title,
  .section-8 form .title,
  .slider-1 .title
  {
    font-size: 25px;
  }
  .bottom_mobile_foter
  {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    bottom: 0;
    z-index: 10000;
    position: fixed;
    width: 100%;
    background: white;
    border-top: 2px solid #4fbb6f;
  }
  .bottom_mobile_foter ul
  {
      display: block; 
  }
  .bottom_mobile_foter ul li
  {
    display: block;
    float: left;  
    width: calc(99%/3);
    text-align: center;
  }
  .bottom_mobile_foter ul li a
  {
    fill: #00B594;
  }
  .bottom_mobile_foter ul li a span
  {
    display: block;
    text-align: center;
    color: black;
    font-size: 12px;
  }
  .bottom_mobile_foter ul li img
  {
    width: 29px;
  }
  .section-1
  {
    background: url(../it/p.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 0px; 
    
    margin-top: 62px;
  }
  .section-2
  {
    padding:  10px 0; 
  }
  .section-1 .left .title,
  .section-1 .left p
  {
    color:  white;
  }
}