@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;0,800;0,900;1,300;1,400;1,500;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*font-family: 'Montserrat', sans-serif;*/
/*font-family: 'Open Sans', sans-serif;*/

*, *:before, *:after {
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::selection {
  background: #01b04a;
  color: #f5f5f5;
}
*::-moz-selection {
  background: #01b04a;
  color: #f5f5f5;
}
*::-webkit-selection{
  background: #01b04a;
  color: #f5f5f5;
}
::-webkit-scrollbar{
    width:8px;
    height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb{
    border: none;
    background-color: #01b04a;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    behavior: url(border-radius.htc);
    width: 20px;
    max-width: 20px;
    margin-left: -10px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #01b04a;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #01b04a;
}
::-webkit-scrollbar-track{
    border: none;
  background-color: #fefefe;
}
::-webkit-scrollbar-track:hover{
  background-color: #fefefe;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #fefefe;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
html{
  margin: 0;
  width: 100%;
}
body{
  margin: 0;
  width: 100%;
  background: #fefefe;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
}
img{
  max-width: 100%;
  height: auto;
}
iframe{
  max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
ol,ul{
  padding-left: 20px;
}

#page{
  float: left;
  width: 100%;
  position: relative;
  background: #f5f5f5;
  color: #212121;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  padding-top: 110px;
}
.home #page{
  padding: 0;
}
.error404 #page{
  padding: 0;
}
.open-popup{
  cursor: pointer;
}
.la-anchor{
  position: absolute;
  left: 0;
  top: -40px;
  opacity: 0;
  display: block;
}
.wrap-line{
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}
.wrap-line-mg{
  padding: 85px 0;
}
.wrap-line-mg-top{
  padding: 65px 0 0;
}
.wrap-line-mg-bm{
  padding: 0 0 65px;
}
#service-ks-1.bg-white{
  padding-top: 25px;
}
.wrap-grid{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
#header .wrap-grid{
  max-width: 1600px;
}
.table{
  width: 100%;
  height: 100vh;
  display: table;
  vertical-align: middle;
}
.table-cell{
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
#colorbox,
#colorbox *{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.fa,
.fa:before{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.la-code{
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 1;
}
.form-message{
  display: none;
  font-size: 16px;
  line-height: 1.2;
  color: #f00;
  text-align: center;
  margin: 0;
  float: left;
  width: 100%;
}
.form-item input,
.form-item textarea,
.form-item select{
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  resize: none;
  padding: 13px 20px;
  width: 100%;
  outline: none;
  color: #212121;
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  background: #f5f5f5;
  border-radius: 7px;
}
.form-item input,
.form-item select{
  height: 54px;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border-color: #f00 !important;
  background: #fdeeee;
  z-index: 13;
}
.form-item .label{
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 5px;
}
.form-item textarea{
  height: 165px;
  resize: none;
}
.form-item{
  margin: 0 0 20px;
  position: relative;
}
.form-text-info{
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.4;
}
.form-item .wpcf7-not-valid-tip{
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 0 0;
  font-weight: 400;
  padding-left: 0;
}
.form-btns{
  float: left;
  width: 100%;
  margin: 20px 0 0;
  text-align: center;
}
.form-actions{
  margin: 30px 0 0;
  text-align: center;
  position: relative;
}
.form-actions .ajax-loader{
  margin: -20px 0 0 -8px !important;
  top: 0;
  left: 50%;
  position: absolute;
}
.form-actions input{
  border: none;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 700;
  background: #0c7bc1;
  padding: 15px 35px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
  min-width: 220px;
  z-index: 9;
}
.form-actions input:hover{
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  background-color: #0c7bc1;
  color: #ffffff;
  box-shadow: 0 -3px 0 0 rgb(24 24 24 / 15%) inset, 0 3px 10px rgb(0 0 0 / 30%);
}
.wpcf7-spinner{
  display: none;
}

.la-hide{
  display: none !important;
}

.button{
  border: none;
  outline: none;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  line-height: 25px;
  overflow: hidden;
  font-weight: 400;
  background: #01b04a;
  background: linear-gradient(90deg, #8ec852, #189c48);
  padding: 15px 35px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
  min-width: 285px;
  z-index: 9;
  border-radius: 28px;
}
.button + .button{
  margin-left: 30px;
}
.button:hover{
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  background: linear-gradient(90deg, #01b04a, #04792f);
  color: #fff;
  box-shadow: 0 -3px 0 0 rgb(24 24 24 / 15%) inset, 0 3px 10px rgb(0 0 0 / 30%);
}
.form-actions .button{
  padding: 0;
}

.block{
  float: left;
  width: 100%;
  position: relative;
}
.bl_title{
  float: left;
  width: 100%;
  position: relative;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
.bl_title span{
  background: #01b04a;
  background: linear-gradient(90deg, #8ec852, #189c48);
  padding: 5px 20px;
  display: inline-block;
}
.bl_description{
  float: left;
  width: 100%;
  margin: 15px 0 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  padding: 0 10%;
}
.bl_content{
  float: left;
  width: 100%;
}
.bl_title + .bl_content,
.bl_description + .bl_content{
  margin-top: 45px;
}
.bl_buttons{
  float: left;
  width: 100%;
  margin-top: 45px;
  text-align: center;
}

.text-format p {
  margin: 0.65em 0;
}
.text-format ol{
  margin: 0.65em 0;
}
.text-format ul{
  display: block;
  width: 100%;
  padding: 0;
  margin: 0.65em 0;
  list-style: none;
}
.text-format ol li{
  margin: 0.5em 0;
}
.text-format ul li{
  display: block;
  width: 100%;
  padding: 0 0 0 35px;
  margin: 1em 0;
  list-style: none;
  position: relative;
}
.text-format ul li:before{
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  display: block;
  background: #ccc;
  background: #01b04a;
  background: linear-gradient(90deg, #8ec852, #189c48);
  transform: rotate(45deg);
}
.bg-green .text-format ul li:before{
  background: #eee;
}
.text-format table ul li:before{
  background: #01b04a;
  background: linear-gradient(90deg, #8ec852, #189c48);
}
.text-format b,
.text-format strong{
  font-weight: 700;
}
.text-format p{
  margin: 1em 0;
}
.text-format ul li:nth-child(1),
.text-format ol li:nth-child(1),
.text-format ul:nth-child(1),
.text-format ol:nth-child(1),
.text-format p:nth-child(1){
  margin-top: 0;
}
.text-format ul li:last-child,
.text-format ol li:last-child,
.text-format ul:last-child,
.text-format ol:last-child,
.text-format p:last-child{
  margin-bottom: 0;
}
.text-format h1,
.text-format h2,
.text-format h3,
.text-format h4,
.text-format h5,
.text-format h6{
  font-weight: 700;
  margin: 1em 0 0.4em;
  line-height: 1.2;
}
.text-format h1{
  font-size: 1.6em;
}
.text-format h2{
  font-size: 1.4em;
}
.text-format h3{
  font-size: 1.2em;
}
.text-format h4{
  font-size: 1.1em;
}
.text-format h5{
  font-size: 1em;
}
.text-format h6{
  font-size: 0.9em;
}
.text-format p a{
  text-decoration: underline;
  color: #01b04a;
}
.text-format p a:hover{
  text-decoration: none;
}
.text-format *:first-child{
  margin-top: 0;
}
.text-format img.aligncenter{
  display: block;
  margin: 0 auto;
}
.text-format img.alignleft{
  float: left;
  max-width: 50%;
  margin: 0 20px 15px 0;
}
.text-format img.alignright{
  float: right;
  max-width: 50%;
  margin: 0 0 15px 20px;
}
.text-format a{
  color: #8a5e3c;
  text-decoration: underline;
  outline: none;
}
.text-format a:hover{
  text-decoration: none;
  color: #d76a16;
}

.text-format table{
  width: 100%;
  max-width: 100%;
  background: none;
  font-size: 0.85em;
  line-height: 1.2;
  border: none;
  border-bottom: 3px solid #e0f1e1;
  text-align: left;
  color: #212121;
}
.text-format table tbody,
.text-format table thead{
    background: none;
    border: none;
    text-align: left;
}
.text-format table td{
    background: none;
    border: none;
    padding: 10px 10px;
    text-align: left;
}
.text-format table tr{
    background: #fff;
    border: none;
    text-align: left;
}
.text-format table tr:nth-child(2n+1){
    background: #e0f1e1;
}
.text-format table th{
    background: none;
    border: none;
    background: #01b04a;
    color: #fff;
    padding: 15px 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: left;
}
.text-format table td:nth-child(1),
.text-format table th:nth-child(1){
  padding-left: 20px;
}
.bg-green .text-format table th{
  background: #323033;
}
.text-format table,
.text-format table tr,
.text-format table td,
.text-format table th{
  vertical-align: top;
}
.text-format table ul li:before{
  top: 6px;
}

#menu-triger{
  display: none;
}
.hamburger {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  float: left;
}
.hamburger,.hamburger span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}
.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #eee;
  border-radius: 1.5px;
  opacity: 1;
  left: 0;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
#menu-close{
  display: none;
  position: fixed;
  z-index: 331;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#page.open-menu #menu-close{
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0
}
.hamburger span:nth-child(2),.hamburger span:nth-child(3) {
  top: 8px
}
.hamburger span:nth-child(4) {
  top: 16px
}
#page.open-menu .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  left: 50%;
  opacity: 0;
}
#page.open-menu .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#page.open-menu .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
#page.open-menu .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  left: 50%;
  opacity: 0;
}
#fade-menu{
  display: none;
  z-index: 991;
  background: rgba(0,0,0,0.6);
  left: 0;
  top: 90px;
  right: 0;
  bottom: 0;
  position: fixed;
}
.open-menu #fade-menu{
  display: block;
}

#header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 199;
  background: #16191e;
  padding: 10px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.admin-bar #header{
  top: 30px;
}

#logo{
  float: left;
}
#logo a{
  display: block;
  text-decoration: none;
  outline: none;
}
#logo img{
  display: block;
  height: 65px;
  width: auto;
}
#fade-menu{
  display: none;
}
#block-menu{
  float: left;
  font-size: 18px;
  line-height: 45px;
  padding: 10px 0;
  padding-left: 100px;
  font-weight: 700;
}
#block-menu ul{
  float: left;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
#block-menu ul li{
  float: left;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
#block-menu ul li + li{
  margin-left: 25px;
  padding-left: 25px;
}
#block-menu ul li + li:before{
  content: "";
  position: absolute;
  left: -4px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #fff;
  opacity: 0.4;
  transform: rotate(45deg);
}
#block-menu ul li a{
  color: #eee;
  text-decoration: none;
  outline: none;
  display: block;
  position: relative;
}
#block-menu ul li a:hover:before,
#block-menu ul li.menu-item-has-children:hover a:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0.6;
}

#block-menu ul li ul{
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  background: #f5f5f5;
  padding: 20px 25px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
  display: none;
}
#block-menu ul li:hover ul{
  display: block;
}
#block-menu ul li ul:before{
  content: "";
  left: 0;
  width: 100%;
  top: -18px;
  height: 20px;
  position: absolute;
  display: block;
}
#block-menu ul li ul li{
  width: 100%;
  float: none;
  display: block;
}
#block-menu ul li ul li + li{
  margin: 15px 0 0;
  padding: 0;
}
#block-menu ul li ul li + li:before{
  display: none;
}
#block-menu ul li ul li a:before,
#block-menu ul li ul li a:hover:before{
  display: none;
}
#block-menu ul li ul li a{
  color: #212121;
  font-size: 18px;
  line-height: 1.2;
  text-wrap: nowrap;
  padding-left: 20px;
}
#block-menu ul li ul li a:hover{
  color: #01b04a;
}
#block-menu ul li ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  background: #a1a1a1;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
#block-menu ul li ul li a:after {
  background: #01b04a;
}

#head-btn{
  float: right;
  margin-left: 45px;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 0;
}
#head-btn a{
  border: none;
  outline: none;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
  font-weight: 400;
  background: #01b04a;
  background: linear-gradient(90deg, #8ec852, #189c48);
  padding: 15px 35px;
  display: block;
  position: relative;
  cursor: pointer;
  text-align: center;
  z-index: 9;
  border-radius: 25px;
  text-transform: none;
}
#head-btn a:hover{
  background: linear-gradient(90deg, #01b04a, #04792f);
}

#block-lang{
  float: right;
  margin-left: 40px;
  font-size: 16px;
  line-height: 25px;
  padding: 20px 0;
  text-transform: uppercase;
  font-weight: 400;
}
#block-lang ul{
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-lang ul li{
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
#block-lang ul li + li{
  margin-left: 10px;
}
#block-lang ul li a{
  text-decoration: none;
  outline: none;
  display: block;
  color: #eee;
}
#block-lang ul li.current-lang a{
  color: #4CAF50;
  text-decoration: underline;
  font-weight: 700;
}


#cboxOverlay{
  background: #000;
}

.pagination{
  float: left;
  width: 100%;
  text-align: center;
}
.pagination ul{
  display: block;
  max-width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination ul li{
  display: inline-block;
  padding: 0;
  margin: 0 5px 10px;
  list-style: none;
}
.pagination ul li a{
  color: #212121;
  background: #ccc;
  font-size: 15px;
  line-height: 20px;
  padding: 5px 5px;
  display: block;
  width: 30px;
  text-align: center;
  text-decoration: none;
  outline: none;
  font-weight: 700;
}
.pagination ul li a:hover{
  background: #323033;
  color: #f5f5f5;
}
.pagination ul li a.active{
  background: #01b04a;
  color: #f5f5f5;
}

.owl-theme .owl-dots .owl-dot span{
  background: #ccc;
  width: 38px;
  height: 5px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
  margin: 10px 5px;
  position: relative;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
  background: #2b970e;
}


.view-reviews{
  float: left;
  width: 100%;
}
.view-reviews .items{
}
.view-reviews .item{
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 20px 25px 30px;
}
.view-reviews .card{
  background: #fff;
  padding: 50px 60px 50px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.2);
  border-radius: 16px;
  overflow: hidden;
}
.view-reviews .item .img{
  width: 125px;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  z-index: 5;
  margin: 0 auto 20px;
}
.view-reviews .item .img img{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.view-reviews .item .text{
  font-size: 18px;
  line-height: 1.4;
  margin: 20px 0 0;
  text-align: center;
}
.view-reviews .item .name{
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: #2b970e;
  text-align: center;
  font-family: "Montserrat", serif;
}
.view-reviews .item .info{
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
}
.view-reviews .item .raiting{
  margin-top: 10px 0 0;
  text-align: center;
}
.view-reviews .item .raiting .star{
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url('../images/star-empty.svg') center no-repeat;
  background-size: contain;
}
.view-reviews .item .raiting.val-1 .star1,
.view-reviews .item .raiting.val-2 .star1,
.view-reviews .item .raiting.val-2 .star2,
.view-reviews .item .raiting.val-3 .star1,
.view-reviews .item .raiting.val-3 .star2,
.view-reviews .item .raiting.val-3 .star3,
.view-reviews .item .raiting.val-4 .star1,
.view-reviews .item .raiting.val-4 .star2,
.view-reviews .item .raiting.val-4 .star3,
.view-reviews .item .raiting.val-4 .star4,
.view-reviews .item .raiting.val-5 .star1,
.view-reviews .item .raiting.val-5 .star2,
.view-reviews .item .raiting.val-5 .star3,
.view-reviews .item .raiting.val-5 .star4,
.view-reviews .item .raiting.val-5 .star5{
    background: url('../images/star.svg') center no-repeat;
    background-size: contain;
}

#page-footer{
  margin-top: 45px;
  padding: 65px 0 25px;
  color: #eee;
  background: #212121;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
}

#to-top {
    position: fixed;
    right: 30px;
    bottom: -100px;
    width: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    display: block;
    z-index: 91;
    border: 2px solid #2b970e;
    background: #fff;
    color: #2b970e;
    cursor: pointer;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
#to-top.show {
    bottom: 25px;
}
#to-top:hover {
    color: #fff;
    background: #2b970e;
}
#footer-bottom{
  font-size: 14px;
  line-height: 1.2;
  border-top: 1px solid #616161;
  padding-top: 25px;
  margin-top: 65px;
}

#footer-bottom-menu{
  margin-top: 5px;
}
#footer-bottom-menu ul{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-bottom-menu ul li{
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  list-style: none;
}
#footer-bottom a{
  color: #eee;
  text-decoration: none;
  outline: none;
}
#footer-bottom a:hover{
  color: #fff;
  text-decoration: underline;
}
#developer{
  margin-top: 5px;
}


#section-faq{
  background: #fff;
}
.view-faq{
  float: left;
  width: 100%;
}
.view-faq .item{

}
.view-faq .item + .item{
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #ccc;
}
.view-faq .item .name{
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  cursor: pointer;
}
.view-faq .item .text{
  font-size: 18px;
  line-height: 1.6;
  margin-top: 10px;
  display: none;
  opacity: 0.8;
}
.view-faq .item.open .text{
  display: block;
}
.view-faq .item.open .name{
  color: #2b970e;
}

#section-about{
  background: #fff;
}
#block-about{}
#block-about .title{
  width: 45%;
  float: left;
  padding-right: 65px;
  position: relative;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
#block-about .text{
  width: 55%;
  float: left;
  font-size: 20px;
  line-height: 1.6;
}
#block-about .text p + p{
  margin-top: 0.8em;
}


#home{
  color: #fff;
  background: url('../images/bg1.jpg') center no-repeat;
  background-size: cover;
}
#block-home{
  min-height: 100vh;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 150px 0 45px;
}
#block-home .bl-wrap{
  padding-left: 50%;
}
#block-home .title{
  width: 100%;
  position: relative;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
#block-home .text{
  font-size: 21px;
  line-height: 1.6;
  position: relative;
  padding: 30px 40px;
  background: rgba(5, 77, 99, 0.9);
  box-shadow: 0 10px 25px #000;
  border-radius: 12px;
}

.view-services{

}
.view-services .item{

}
.view-services .item + .item{
  margin-top: 40px;
}
.view-services .item .card{
  position: relative;
  padding-left: 50%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0,0,0,0.2);
  min-height: 400px;
}
.view-services .item .img{
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #e6e1e1;
}
.view-services .item .img span{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.view-services .item .cont{
  padding: 45px 50px;
}
.view-services .item .name{
  font-size: 25px;
  line-height: 1.2;
  margin: 0 0 15px;
  color: #111;
  font-weight: 700;
}
.view-services .item .text{

}
.view-services .item .text ul{
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.4;
}
.view-services .item .text ul li{
  display: block;
  list-style: none;
  padding: 0;
  padding-left: 35px;
  margin: 0;
  position: relative;
}
.view-services .item .text ul li + li{
  margin-top: 0.8em;
}
.view-services .item .text ul li:before{
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  left: 5px;
  font-size: 20px;
  line-height: 1;
  top: 2px;
  color: #4CAF50;
}
.view-services .item .wrap-btns{
  margin-top: 40px;
}
.view-services .item:nth-child(2n) .card{
  padding: 0;
  padding-right: 50%;
}
.view-services .item:nth-child(2n) .img{
  left: auto;
  right: 0;
}


.view-advanced{
  float: left;
  width: 100%;
}
.view-advanced .items{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.view-advanced .item{
  width: 33.3333%;
  display: flex;
  padding: 10px 15px 20px;
}
.view-advanced .item .card{
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  padding: 45px 20px 30px;
  text-align: center;
}
.view-advanced .item .img{
  display: block;
  margin: 0 0 15px;
}
.view-advanced .item .img span{
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto;
}
.view-advanced .item .name{
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
.view-advanced .item .text{
  font-size: 15px;
  line-height: 1.4;
  margin-top: 10px;
}

#footer-contacts{
  font-size: 25px;
  line-height: 1.4;
  color: #f5f5f5;
  font-weight: 300;
}
#footer-contacts .item + .item{
  margin-top: 15px;
}
#footer-contacts .item a{
  color: #f5f5f5;
  text-decoration: none;
  outline: none;
}
#footer-contacts .item a:hover{
  text-decoration: underline;
  color: #fff;
}
#footer-contacts .item a.button{
  margin-top: 25px;
}
#footer-contacts .item a.button,
#footer-contacts .item a.button:hover{
  text-decoration: none;
}

#btn-whatsapp{
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 699;
}
#btn-whatsapp img{
  display: block;
  width: 100%;
  height: auto;  
}
#btn-whatsapp a{
  border-radius: 50%;
  display: block;
  text-decoration: none;
  outline: none;
  width: 75px;
  -webkit-animation: pulse-whatsapp 2s infinite;
  animation: pulse-whatsapp 2s infinite;
}

@-webkit-keyframes pulse-whatsapp {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(37,211,102,.8)
  }
  70% {
      -webkit-box-shadow: 0 0 0 25px rgba(37,211,102,0)
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(37,211,102,0)
  }
}

@keyframes pulse-whatsapp {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(37,211,102,.8)
    }

    70% {
        -webkit-box-shadow: 0 0 0 25px rgba(37,211,102,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(37,211,102,0)
    }
}

#section-form .wrap-grid{
  max-width: 700px;
}
#block-form{
  background: #fff;
  padding: 45px 60px;
  border-radius: 25px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.2);
}

#section-consult{
  padding: 85px 0;
  color: #fff;
  background: #16191e;
}
#section-consult .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/bg2.jpg') center no-repeat;
  background-size: cover;
  opacity: 0.6;
}
#block-consult{
  position: relative;
  z-index: 6;
}
#block-consult .bl_title{
  text-shadow: 0 5px 10px #000;
}
#block-consult .bl_description{
  text-shadow: 0 2px 3px #000;
}

#section-advanced ~ #section-services{
  padding-top: 0;
}

#block-form-whatsapp{
  margin-top: 45px;
  text-align: center;
}
#block-form-whatsapp .bl_text{
  font-size: 20px;
  font-weight: 300;
}
#block-form-whatsapp .bl_btns{
  margin-top: 25px;
}


#popup-form{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.6);
   display: none; 
}
#popup-form.send{
  display: flex;
}
#popup-form .popup-cont{
  background: #fff;
  width: 90%;
  max-width: 500px;
  padding: 50px 40px;
  position: relative;
  text-align: center;
  border-radius: 12px;
}
#popup-form .popup-cont-img{
  width: 80px;
  margin: 0 auto 20px;
}
#popup-form .popup-cont-img img{
  display: block;
  width: 100%;
  height: auto;
}
#popup-form .popup-close{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  opacity: 0.6;
}
#popup-form .popup-close:before,
#popup-form .popup-close:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin: -1px 0 0;
  left: 0;
  z-index: 9;
  background: #000;
}
#popup-form .popup-close:before{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#popup-form .popup-close:after{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#popup-form .popup-cont-title{
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;
  color: #01b04a;
}
#popup-form .popup-cont-text{
  font-size: 18px;
  line-height: 1.4;
  margin: 10px 0 0;
}



#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
#preloader.active{
  display: block;
}
#preloader .wrap {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -40px;
  z-index: 91;
  padding: 0;
}
#preloader .wrap span {
  display: block;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  margin-left: -60px;
  width: 120px;
  z-index: 9;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 10px #000;
}
.lds-default {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
      transform: scale(1);
  }

  50% {
      transform: scale(1.5);
  }
}