@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700&display=swap');


*, *: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: #1680bc;
  color: #fff;
}
*::-moz-selection {
  background: #1680bc;
  color: #fff;
}
*::-webkit-selection{
  background: #1680bc;
  color: #fff;
}
::-webkit-scrollbar{
    width:8px;
    height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb{
    border: none;
    background-color: #527D6D;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    behavior: url(border-radius.htc);
    width: 20px;
    max-width: 20px;
    margin-left: -10px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #527D6D;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #527D6D;
}
::-webkit-scrollbar-track{
    border: none;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-track:hover{
  background-color: #f5f5f5;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #f5f5f5;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
html{
  margin: 0 !important;
}
body{
  width: 100%;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
img{
  max-width: 100%;
  height: auto;
}
iframe{
  max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
ol,ul{
  padding-left: 20px;
}
#page{
  float: left;
  width: 100%;
  position: relative;
  padding-top: 125px;
  background: #f5f5f5;
  overflow: hidden;
}
.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;
  padding: 0;
}
.wrap-grid{
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#page-header .wrap-grid{
  max-width: 1300px;
}
#footer-socials .fa{
  font-family: "FontAwesome";
  font-weight: 400;
}
.fa,
.fa:before{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#colorbox,
#colorbox *{
  -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-item input,
.form-item textarea,
.form-item select{
  border: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  resize: none;
  padding: 15px 0;
  width: 100%;
  outline: none;
  color: #252525;
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ebeced;
  background: none;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border-color: #f00 !important;
  background: #fdeeee;
  z-index: 13;
}
.form-item input:focus,
.form-item textarea:focus{
  border-color: #000;
}
.form-item .label{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
}
.form-item textarea{
  height: 200px;
  /* border: 1px solid #ebeced; */
  resize: none;
  /* padding: 15px 20px; */
}
.form-item{
  margin: 0 0 25px;
  position: relative;
}
.form-message{
  display: none;
  text-align: center;
  width: 100%;
  float: left;
  color: #f00;
}
.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{
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  padding: 14px 20px;
  text-align: center;
  color: #fff;
  background-color: #8d6dc4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  text-decoration: none;
  border: none;
  min-width: 165px;
}
.form-actions input:hover{
  background: #7c57bb;
}

.button{
  font-family: "Playfair Display", Sans-serif;
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  padding: 15px 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #3B5B4F;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
  border-radius: 28px;
  outline: none;
  text-decoration: none;
  border: none;
  min-width: 225px;
  cursor: pointer;
  letter-spacing: 0.05em;
}
.button:hover{
  background: #527D6D;
}

.block{
  float: left;
  width: 100%;
  position: relative;
}
.block.block-title-line .block__title:before{
  content: "";
  width: 70px;
  height: 2px;
  display: block;
  margin: 0 auto 40px;
  background: #527D6D;
  border-radius: 2px;
}
.block .block__title{
  float: left;
  width: 100%;
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #527D6D;
  text-align: center;
}
.block .block__info{
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  margin: 25px 0 0;
  text-align: center;
  color: #a1a2a4;
}
.block .block__info .fa{
  margin-right: 10px;
  color: #527D6D;
}
.block .block__info .date,
.block .block__info .view,
.block .block__info .cat,
.block .block__info .autor{
  margin-bottom: 10px;
  display: inline-block;
}
.block .block__info .date,
.block .block__info .view,
.block .block__info .cat{
  margin-right: 25px;
}
.block .block__info ul{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.block .block__info ul li{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.block .block__info ul li:after{
  content: ",";
}
.block .block__info ul li:last-child:after{
  display: none;
}
.block .block__info a{
  color: #a1a2a4;
  text-decoration: none;
  outline: none;
}
.block .block__info a:hover{
  text-decoration: underline;
  color: #527D6D;
}
.block .block__info .wrap-autor{
  display: block;
  width: 100%;
  margin: 0 0 25px;
}
.block .block__info .autor{
  display: flex;
  align-items: center;
  font-size: 16px;
}
.block .block__info .autor a{
  color: #212121;
  margin-left: 5px;
}
.block .block__info .autor a:hover{
  color: #527D6D;
}
.block .block__info .autor .user-img{
  display: block;
  width: 45px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  border-radius: 50%;
  margin-right: 15px;
}
.block .block__info .autor .user-img img{
  display: block;
  width: 100%;
  height: auto;
}
.block .block__description{
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
  padding: 0;
  margin: 25px 0 0;
  text-align: center;
  padding: 0 15%;
}
.block .block__content{
  float: left;
  width: 100%;
  margin: 40px 0 0
}
.block .block__buttons{
  float: left;
  width: 100%;
  margin: 60px 0 0;
  text-align: center;
}

.wrap-line-dark{
  color: #bebebe;
}
.wrap-line-dark .block{
  color: #bebebe;
}
.wrap-line-dark .block .block__title{
  color: #fff;
}
.wrap-line-dark .block.block-title-line .block__title:before{
  background: #fff;
}

.popup{
  display: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  z-index: 1999;
  position: absolute;
}
.popup .la-title{
  font-weight: 600;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  color: #222;
  margin: 0 0 15px;
}
.popup-close{
  position: absolute;
  width: 30px;
  height: 30px;
  top: -2px;
  right: -35px;
  cursor: pointer;
}
.popup-close:before,
.popup-close:after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin: -1px 0 0;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 0.8;
}
.popup-close:before{
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-close:after{
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup-close:hover:before,
.popup-close:hover:after{
  opacity: 1;
}
.popup .content-map{
  z-index: 9999;
  position: fixed;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background: #fff;
}
.popup .content-map iframe{
  display: block;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}
.popup-content{
  z-index: 999;
  position: fixed;
  padding: 40px 60px;
  top: 10%;
  max-height: 85%;
  background: #fff;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
}
.popup-form{
  background: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  -o-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  width: 500px;
  left: 50%;
  margin-left: -250px;
  top: 15%;
  z-index: 999;
  position: fixed;
  padding: 40px 60px;
}
.popup-form .title{
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  margin: 0 0 10px;
  font-family: 'Playfair Display', serif;
}
.popup-form .title b{
  color: #00a64c;
  font-weight: 900;
}
.popup-form .text{
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  opacity: 0.8;
  margin: 5px 0 0;
}
.popup-form .la-form{
  margin: 25px 0 0;
}
.popup-form .form-item{
  margin: 0 0 25px;
}
.popup-form .form-item input{
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  /* padding: 19px 25px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px; */
  color: #000;
}
.popup-form .form-btns{
  margin: 15px 0 0;
  text-align: center;
  float: left;
  width: 100%;
}
.popup-form .form-btns .button{
  width: 100%;
  display: block;
  text-align: center;
}
.popup .popup-fade{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 991;
}
.wpcf7-spinner{
  position: absolute;
}

.popup .popup-form,
.popup .popup-content{
  -webkit-transform: translate(0, -150px);
     -moz-transform: translate(0, -150px);
      -ms-transform: translate(0, -150px);
       -o-transform: translate(0, -150px);
          transform: translate(0, -150px);
}
.popup.open .popup-form,
.popup.open .popup-content{
  -webkit-transform: translate(0);
     -moz-transform: translate(0);
      -ms-transform: translate(0);
       -o-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
#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: #000;
  border-radius: 1.5px;
  opacity: 1;
  left: 0;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
#page.open-menu .hamburger span{
  background: #527D6D;
}
#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:first-child {
  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:first-child {
  top: 8px;
  width: 0;
  left: 50%
}
#page.open-menu .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
#page.open-menu .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
#page.open-menu .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  left: 50%
}

#page-header{
  position: absolute;
  z-index: 199;
  background: #fff;
  left: 0;
  top: 0;
}
#page-header .line1{
  float: left;
  width: 100%;
  padding: 20px 0;
  background: #527D6D;
  color: #EDEDED;
  position: relative;
  z-index: 219;
}
#page-header .line2{
  float: left;
  width: 100%;
  background: #fff;
  color: #555;
  padding: 15px 0;
  position: relative;
  z-index: 199;
  left: 0;
  top: 0;
}
#page.scrolled #page-header .line2{
  position: fixed;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.admin-bar #page.scrolled #page-header .line2{
  top: 32px;
}

#block-menu{
  float: right;
}
#block-menu ul{
  display: block;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  float: left;
}
#block-menu ul li{
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#block-menu ul li + li{
  margin-left: 45px;
}
#block-menu ul li a,
#block-menu ul li span{
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #555;
}
#block-menu ul li a:hover{
  color: #527D6D;
}
#block-menu ul li.current_page_item a,
#block-menu ul li.current_page_item span{
  text-decoration: underline;
  color: #527D6D;
}

#block-contacts{
  float: left;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  width: 88%;
}
#block-contacts .item{
  float: left;
}
#block-contacts .item-btn{
  float: right;
}
#block-contacts .item + .item{
  margin-left: 25px;
}
#block-contacts .item .fa{
  float: left;
  margin-right: 10px;
  color: #EDEDED;
}
#block-contacts .item a,
#block-contacts .item .open-map{
  color: #EDEDED;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
#block-contacts .item a:hover,
#block-contacts .item .open-map:hover{
  color: #BDBDBD;
}
#block-contacts .item .open-popup{
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  border: 1px solid #fff;
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  text-align: center;
  padding: 9px 20px;
  margin: -10px 0 -10px 25px;
  color: #527D6D;
  cursor: pointer;
}
#block-contacts .item .open-popup:hover{
  background: none;
  color: #fff;
}

#block-lang{
  float: right;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
#block-lang ul{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
#block-lang ul li{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
}
#block-lang ul li + li{
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #fff;
}
#block-lang ul li a,
#block-lang ul li span{
  color: #EDEDED;
  text-decoration: none;
  outline: none;
}
#block-lang ul li a:hover{
  color: #BDBDBD;
}
#block-lang ul li.current-lang a,
#block-lang ul li.current-lang span{
  text-decoration: underline;
}

#block-lang-mob{
  display: none;
}

#site-logo{
  float: left;
}
#site-logo a{
  display: block;
  text-decoration: none;
  outline: none;
}
#site-logo img{
  display: block;
  height: 40px;
  width: auto;
}

#block-map{
  float: left;
  width: 100%;
}
#block-map iframe{
  height: 500px !important;
  display: block;
  width: 100% !important;
}

#page-footer{
  background: #527D6D;
  color: #EDEDED;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
}
#page-footer .line1{
  padding: 65px 0 95px;
  float: left;
  width: 100%;
}
#page-footer .line2{
  border-top: 1px solid #BDBDBD;
  padding: 25px 0 50px;
  float: left;
  width: 100%;
}

#copyright{
  float: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
#footer-socials{
  float: right;
  font-size: 20px;
  line-height: 20px;
}
#footer-socials a{
  color: #EDEDED;
  text-decoration: none;
  outline: none;
  float: left;
  display: block;
}
#footer-socials a + a{
  margin-left: 20px;
}
#footer-socials a:hover{
  color: #BDBDBD;
}

#block-footer .block .title{
  float: left;
  width: 100%;
  color: #fff;
  font-family: "Playfair Display", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
}
#block-footer .block .content{
  float: left;
  width: 100%;
  margin: 30px 0 0;
}
#footer-slogan{
  float: left;
  width: 24%;
  padding-right: 25px;
}
#footer-slogan .img{
  margin: 4px 0 0;
}
#footer-slogan .img img{
  height: 25px;
  width: auto;
  display: block;
}
#footer-contacts{
  float: left;
  width: 24%;
  padding-right: 25px;
}
#footer-contacts .item + .item{
  margin: 20px 0 0;
}
#footer-contacts .item a{
  color: #EDEDED;
  text-decoration: none;
  outline: none;
}
#footer-contacts .item a:hover{
  color: #bebebe;
}
#footer-contacts .item-work span{
  color: #CFCFCF;
}
#footer-menu{
  float: left;
  width: 20%;
  padding-right: 25px;
}
#footer-menu{
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #EDEDED;
}
#footer-menu ul{
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-menu ul li{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-menu ul li + li{
  margin: 20px 0 0;
}
#footer-menu ul li a,
#footer-menu ul li span{
  color: #EDEDED;
  text-decoration: none;
  outline: none;
}
#footer-menu ul li a:hover{
  color: #bebebe;
}
#footer-form{
  float: left;
  width: 32%;
}
#footer-form form{
  display: block;
}
#footer-form .form{
  display: block;
}
#footer-form .form-item{
  margin: 0 0 20px;
}
#footer-form .form-item input{
  background: none;
  outline: none;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  color: #EDEDED;
  padding: 12px 0;
  font-size: 14px;
  line-height: 20px;
  display: block;
}
#footer-form .form-item input[placeholder]          {color: #EDEDED;}
#footer-form .form-item input::-moz-placeholder     {color: #EDEDED;} 
#footer-form .form-item input:-moz-placeholder      {color: #EDEDED;} 
#footer-form .form-item input:-ms-input-placeholder {color: #EDEDED;}
#footer-form .form-item input:placeholder          {color: #EDEDED;}
#footer-form .form-item input::placeholder          {color: #EDEDED;}
#footer-form .form-item input:-webkit-placeholder          {color: #EDEDED;}
#footer-form .form-item input::-webkit-placeholder          {color: #EDEDED;}

#footer-form .form-message{
  text-align: left;
  margin: 0 0 10px;
  text-shadow: 0 0 3px #000;
  float: none;
}

#footer-form .form-buttons input{
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  border: 1px solid #e0e0e0;
  color: #e0e0e0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  padding: 13px 30px;
  background: none;
  min-width: 220px;
  letter-spacing: 0.05em;
  font-family: "Playfair Display", Sans-serif;
}
#footer-form .form-buttons input:hover{
  background: #e0e0e0;
  color: #527D6D;
}
#footer-form .form-buttons .btn-form{
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  border: 1px solid #e0e0e0;
  color: #e0e0e0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  padding: 13px 30px;
  background: none;
  min-width: 220px;
  letter-spacing: 0.05em;
  font-family: "Playfair Display", Sans-serif;
  cursor: pointer;
  cursor: pointer;
}
#footer-form .form-buttons .btn-form:hover{
  background: #e0e0e0;
  color: #527D6D;
}

#region-feedback{
  padding: 85px 0;
  background: #fff;
}
#region-home6 + #region-feedback{
  background: #f5f5f5;
}
#block-feedback{
  float: left;
  width: 100%;
}
#block-feedback form,
#block-feedback .form{
  display: block;
  margin: 0 auto;
  max-width: 960px;
}
#block-feedback .form-item{
  width: 33.3333%;
  padding: 0 15px;
  float: left;
}
#block-feedback .form-item100{
  width: 100%;
}
#block-feedback .form-buttons{
  text-align: center;
  width: 100%;
  padding: 0 15px;
  float: left;
  margin: 15px 0 0;
}
#block-feedback .form-buttons input{
  font-family: "Playfair Display", Sans-serif;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #3B5B4F;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  text-decoration: none;
  border: none;
  min-width: 225px;
}
#block-feedback .form-buttons input:hover{
  background: #78A897;
}
#block-feedback .form-buttons .btn-form{
  font-family: "Playfair Display", Sans-serif;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #3B5B4F;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  text-decoration: none;
  border: none;
  min-width: 225px;
  cursor: pointer;
}
#block-feedback .form-buttons .btn-form:hover{
  background: #78A897;
}
#block-feedback .wpcf7-response-output{
  float: left;
  width: 100%;
  margin: 20px 0 0;
}
form .wpcf7-not-valid-tip{
  font-size: 13px;
  line-height: 1.2;
  margin: 3px 0 0;
}
.view-blog{
  float: left;
  width: 100%;
}
.view-blog .item{
  float: left;
  width: 100%;
}
.view-blog .item + .item{
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid #ebeced;
}
.view-blog .item .name{
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #555;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
.view-blog .item .name a{
  color: #555;
  text-decoration: none;
  outline: none;
}
.view-blog .item .name a:hover{
  color: #3B5B4F;
}
.view-blog .item .info{
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 20px;
  color: #a1a2a4;
}
.view-blog .item .info .fa{
  margin-right: 10px;
  color: #527D6D;
}
.view-blog .item .info .date,
.view-blog .item .info .view,
.view-blog .item .info .cat,
.view-blog .item .info .autor{
  margin-bottom: 10px;
  display: inline-block;
}
.view-blog .item .info .date,
.view-blog .item .info .view,
.view-blog .item .info .cat{
  margin-right: 25px;
}
.view-blog .item .info ul{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.view-blog .item .info ul li{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.view-blog .item .info ul li:after{
  content: ",";
}
.view-blog .item .info ul li:last-child:after{
  display: none;
}
.view-blog .item .info a{
  color: #a1a2a4;
  text-decoration: none;
  outline: none;
}
.view-blog .item .info a:hover{
  text-decoration: underline;
  color: #527D6D;
}

.view-blog .item .info .wrap-autor{
  display: block;
  width: 100%;
  margin: 0 0 25px;
}
.view-blog .item .info .autor{
  display: flex;
  align-items: center;
  font-size: 16px;
}
.view-blog .item .info .autor a{
  color: #212121;
  margin-left: 5px;
}
.view-blog .item .info .autor a:hover{
  color: #527D6D;
}
.view-blog .item .info .autor .user-img{
  display: block;
  width: 45px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  border-radius: 50%;
  margin-right: 15px;
}
.view-blog .item .info .autor .user-img img{
  display: block;
  width: 100%;
  height: auto;
}

.view-blog .item .img{
  margin-top: 25px;
}
.view-blog .item .img a{
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 9;
  display: block;
  overflow: hidden;
}
.view-blog .item .img a:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #527D6D;
  opacity: 0;
}
.view-blog .item .img a:hover:before{
  opacity: 0.6;
}
.view-blog .item .img img{
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.view-blog .item .img a:hover img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 2s linear;
     -moz-transition: all 2s linear;
       -o-transition: all 2s linear;
      -ms-transition: all 2s linear;
          transition: all 2s linear;
}
.view-blog .item .text{
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  margin-top: 25px;
}
.view-blog .item .wrap-btn{
  margin: 30px 0 0;
  text-align: right;
}
.view-blog .item .wrap-btn .btn{
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  border: 1px solid #527D6D;
  color: #527D6D;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  padding: 10px 30px;
  background: none;
  min-width: 220px;
  text-decoration: none;
  outline: none;
}
.view-blog .item .wrap-btn .btn:hover{
  background: #527D6D;
  color: #fff;
}
#region-blog{
  padding: 85px 0;
  background: #f5f5f5;
}


#region-about1{
  padding: 65px 0 125px;
  position: relative;
}

#region-about2{
  padding: 125px 0;
  position: relative;
}
#region-about2 .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/bg-img-3.jpg') center no-repeat;
  background-size: cover;
}
#region-about2 .bg:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.5;
  background: #000;
}
#region-about2 .block{
  position: relative;
  z-index: 9;
}

#region-about3{
  padding: 125px 0;
  position: relative;
}

#region-about4{
  padding: 125px 0;
  position: relative;
}
#region-about4 .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/bg-img.jpg') center no-repeat;
  background-size: cover;
}
#region-about4 .bg:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.5;
  background: #000;
}
#region-about4 .block{
  position: relative;
  z-index: 9;
}
#region-about5,
#region-home6{
  padding: 65px 0;
  background: #fff;
  position: relative;
}

.view-numbers{
  float: left;
  width: 100%;
  text-align: center;
}
.view-numbers .items{

}
.view-numbers .item{
  padding: 0 20px;
  float: left;
  width: 33.3333%;
  text-align: center;
}
.view-numbers .item .num{
  color: #ffffff;
  font-family: "Playfair Display", Sans-serif;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
}
.view-numbers .item .name{
  color: #fff;
  font-family: "Playfair Display", Sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin: 15px 0 0;
}
.view-numbers .item .text{
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
}

.view-commands{
  float: left;
  width: 100%;
}
.view-commands .item{
  float: left;
  width: 33.3333%;
  position: relative;
  text-align: center;
}
.view-commands .item a.over-link{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  text-decoration: none;
  outline: none;
}
.view-commands .item .img{
  position: relative;
  z-index: 1;
}
.view-commands .item .img img{
  display: block;
  width: 100%;
  height: auto;
}
.view-commands .item .hover{
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(48,48,48,0.8);
  display: table;
  vertical-align: middle;
  opacity: 0;
  cursor: pointer;
}
.view-commands .item:hover .hover{
  opacity: 1;
}
.view-commands .item .hover .wrap{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 25px 20px;
}
.view-commands .item .name{
  color: #ffffff;
  font-family: "Playfair Display", Sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
.view-commands .item .text{
  color: #bebebe;
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
  margin: 15px 0 0;
}
.view-commands .item .wrap-btns{
  margin-top: 40px;
}
.view-commands .item .wrap-btns .button{
  position: relative;
  z-index: 9;
}
.view-commands .item:nth-child(3n+1){
  clear: both;
}

#mob-contacts{
  display: none;
}

#to-top{
  position: fixed;
  z-index: 189;
  right: 20px;
  bottom: -120px;
  width: 50px;
  height: 50px;
  line-height: 45px;
  font-size: 25px;
  cursor: pointer;
  text-align: center;
  background: #fff;
  border: 2px solid #527D6D;
  color: #527D6D;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#to-top.open{
  bottom: 20px;
}

.view-reviews{

}
.view-reviews .item{
  text-align: center;
}
.view-reviews .item .name{

}
.view-reviews .item .img{
  width: 125px;
  margin: 0 auto;
}
.view-reviews .item .raiting{
  margin: 15px 0 0;
  color: #ffeb3b;
  font-size: 14px;
}
.view-reviews .item .img span{
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  padding: 8px;

}
.view-reviews .item .img img{
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.view-reviews .item .text{
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  margin: 25px auto 0;
  max-width: 800px;
}
.view-reviews .item .name{
  margin: 20px 0 0;
  color: #fff;
  font-family: "Playfair Display", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.view-reviews .item .job{
  margin: 5px 0 0;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: #fff;
}
.view-reviews .item .wrap-type{
  margin-top: 20px;
}
.view-reviews .item .type{
  position: relative;
  margin: 0 auto;
}
.view-reviews .item .type-google{
  width: 150px;
  height: 45px;
  background: #fff url('../images/google-reviews.jpeg') center no-repeat;
  background-size: contain;
  border-radius: 6px;
}
.view-reviews .item .type-facebook{
  width: 150px;
  height: 45px;
  background: #fff url('../images/facebook-reviews.webp') center no-repeat;
  background-size: 80px;
  border-radius: 6px;
}
.view-reviews .item .type a{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: none;
  text-decoration: none;
}

.view-logos{
  float: left;
  width: 100%;
}
.view-logos .item{
  width: 25%;
  float: left;
  position: relative;
}
.view-logos .owl-item.active + .active .item:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e0e0e0;
}
.view-logos .owl-item .item{
  width: 100%;
}
.view-logos .item + .item{
  border-left: 1px solid #eee;
}
.view-logos .img{
  padding: 25px 40px;
}
.view-logos .img span{
  height: 125px;
  display: block;
  width: 100%;
}

.view-logos .owl-nav{
  margin: 0;
  padding: 0;
}
.view-logos .owl-nav .owl-prev{
  margin: -15px 0 0;
  left: 0;
  top: 50%;
  width: 30px;
  height: 0;
  padding: 30px 0 0;
  overflow: hidden;
  z-index: 13;
  position: absolute;
  display: block;
  outline: none;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: none !important;
}
.view-logos .owl-nav .owl-next{
  margin: -15px 0 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 0;
  padding: 30px 0 0;
  overflow: hidden;
  z-index: 13;
  position: absolute;
  display: block;
  outline: none;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: none !important;
}
.view-logos .owl-nav .owl-prev:before{
  content: "\f104";
  color: #555;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  font-family: "FontAwesome";
  font-weight: 400;
  margin: -20px 0 0 -20px;
}
.view-logos .owl-nav .owl-next:before{
  content: "\f105";
  color: #555;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  font-family: "FontAwesome";
  font-weight: 400;
  margin: -20px 0 0 -20px;
}
.view-logos .owl-nav .owl-prev,
.view-logos .owl-nav .owl-next{
  opacity: 0.6;
}
.view-logos .owl-nav .owl-prev:hover,
.view-logos .owl-nav .owl-next:hover{
  opacity: 1;
}
.view-logos .owl-nav .owl-prev:hover:before,
.view-logos .owl-nav .owl-next:hover:before{
  color: #3b5b4f;
}
.view-logos .owl-dots{
  margin: 0;
}
.view-logos .owl-dots .owl-dot{
  padding: 5px;
  margin: 0 10px;
}
.view-logos .owl-dots .owl-dot span{
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #527D6D;
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.view-logos .owl-dots .owl-dot.active{
  
}
.view-logos .owl-dots .owl-dot span:hover,
.view-logos .owl-dots .owl-dot:hover span{
  background: #fff;
  box-shadow: 0px 0px 0px 6px #527D6D;
  -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;
}
.view-logos .owl-dots .owl-dot.active span{
  background: #fff;
  box-shadow: 0px 0px 0px 6px #527D6D;
  -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;
}

#block-about1 .title{
  float: left;
  width: 30%;
  padding-right: 25px;
  color: #4d5366;
  color: #527D6D;
  font-family: "Playfair Display", Sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}
#block-about1 .content{
  float: left;
  width: 70%;
}
#block-about1 .text{
  color: #6a7680;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}
#block-about1 .text p{
  margin: 1.2em 0;
}

.view-reviews .owl-nav{
  display: none;
}
.view-reviews .owl-dots{
  margin: 20px 0 0;
}
.view-reviews .owl-dots .owl-dot{
  padding: 5px;
  margin: 0 10px;
}
.view-reviews .owl-dots .owl-dot span{
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.view-reviews .owl-dots .owl-dot.active{
  
}
.view-reviews .owl-dots .owl-dot span:hover,
.view-reviews .owl-dots .owl-dot:hover span{
  background: #fff;
  box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.5);
  -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;
}
.view-reviews .owl-dots .owl-dot.active span{
  background: #fff;
  box-shadow: 0px 0px 0px 6px rgba(255,255,255,0.5);
  -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;
}

#region-home7{
  background: #527D6D;
  padding: 85px 0;
}
.view-blog2{
  float: left;
  width: 100%;
}
.view-blog2 .items{
  margin: 0 -15px;
}
.view-blog2 .item{
  float: left;
  width: 33.3333%;
  padding: 0 15px;
}
.view-blog2 .item .name{
  font-family: "Playfair Display", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.view-blog2 .item .name a{
  text-decoration: none;
  outline: none;
  color: #fff;
}
.view-blog2 .item .name a:hover{
  opacity: 0.6;
}
.view-blog2 .item .text{
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  margin: 20px 0 0;
  color: #EDEDED;
}
.view-blog2 .item .wrap-btn{
  text-align: center;
  margin: 20px 0 0;
}
.bnt-plus{
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  color: #fff;
  text-decoration: none;
  outline: none;
  opacity: 0.8;
}
.bnt-plus:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
  margin: -1px 0 0;
  border-radius: 2px;
}
.bnt-plus:after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #fff;
  margin-left: -1px;
  border-radius: 2px;
}
.bnt-plus:hover{
  opacity: 0.4;
}

#region-home5 {
  padding: 125px 0;
  position: relative;
}
#region-home5 .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/bg-img.jpg') center no-repeat;
  background-size: cover;
}
#region-home5 .bg:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.5;
  background: #000;
}
#block-home5{
  position: relative;
  z-index: 6;
}
#region-home4{
  padding: 85px 0;
  background: #f5f5f5;
}
#region-home2 + #region-home4{
  background: #fff;
}

#region-home2{
  padding: 65px 0 125px;
  position: relative;
}
#block-home2 .title{
  float: left;
  width: 30%;
  padding-right: 25px;
  color: #4d5366;
  color: #527D6D;
  font-family: "Playfair Display", Sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}
#block-home2 .title:before{
  content: "";
  width: 70px;
  height: 2px;
  display: block;
  margin: 0 0 25px;
  background: #527D6D;
  border-radius: 2px;
  opacity: 0.6;
}
#block-home2 .content{
  float: left;
  width: 70%;
  padding-top: 45px;
}
#block-home2 .text{
  color: #6a7680;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}
#block-home2 .text p{
  margin: 1.2em 0;
}
#block-home2 .text p:first-child{
  margin-top: 0;
}
#block-home2 .wrap-btns{
  padding-left: 30%;
  float: left;
  width: 100%;
  margin: 25px 0 0;
}

#region-home3{
  padding: 125px 0;
  position: relative;
}
#region-home3 .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/bg-img-3.jpg') center no-repeat;
  background-size: cover;
}
#region-home3 .bg:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.5;
  background: #000;
}
#region-home3 .block{
  position: relative;
  z-index: 9;
}

.view-advanced{
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}
.view-advanced .items{
  margin: 0 -20px;
}
.view-advanced .item{
  padding: 45px 20px;
  float: left;
  width: 25%;
  text-align: center;
}
.view-advanced .item .num{
  color: #fff;
  font-family: "Playfair Display", Sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.view-advanced .item .name{
  color: #b3bbc1;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  margin: 25px 0 0;
  text-transform: uppercase;
}
.view-advanced .item2:before{
  content: "";
  position: absolute;
  left: 25%;
  top: 0;
  height: 100%;
  width: 1px;
  background: #4f5559;
}
.view-advanced .item3:before{
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background: #4f5559;
}
.view-advanced .item4:before{
  content: "";
  position: absolute;
  left: 75%;
  top: 0;
  height: 100%;
  width: 1px;
  background: #4f5559;
}
.wpcf7 form.invalid .wpcf7-response-output{
  display: none !important;
}

#region-home1{
  position: relative;
}
#region-home1 .wrap-grid{
  max-width: 1024px;
}
#region-home1 .table{
  height: 100vh;
  /* height: calc(100vh - 130px); */
  width: 100%;
  display: table;
  vertical-align: middle;
}
#region-home1 .table-cell{
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
#region-home1 .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background: url('../images/bg01.webp') center no-repeat;
  background-size: cover;
}
#region-home1 .bg:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.5;
  background: #000;
}
#block-home1{
  position: relative;
  z-index: 9;
  color: #fff;
  padding-bottom: 130px;
}
#block-home1 .title{
  color: #fff;
  font-family: "Playfair Display", Sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#block-home1 .text{
  font-size: 16px;
  line-height: 1.65;
  margin: 20px 0 0;
  font-weight: 300;
}
#block-home1 .wrap-btns{
  margin: 45px 0 0;
}

#page-text{
  padding: 85px 0;
  background: #f0f6f4;
}
#block-text{
  font-size: 15px;
  line-height: 1.6;
}

#page-faq{
  padding: 85px 0;
  background: #f0f6f4;
}
#page-text + #page-faq{
  background: #fff;
}
#block-faq .items{
  max-width: 800px;
  margin: 0 auto;
}
#block-faq .item{

}
#block-faq .item + .item{
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #ebeced;
}
#block-faq .item .name{
  font-size: 22px;
  line-height: 25px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  cursor: pointer;
}
#block-faq .item .name span{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#block-faq .item .name .fa{
  width: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  vertical-align: middle;
}
#block-faq .item .name .fa-minus{
  display: none;
}
#block-faq .item .name .fa-plus{
  display: inline-block;
}
#block-faq .item.open .name .fa-minus{
  display: inline-block;
}
#block-faq .item.open .name .fa-plus{
  display: none;
}
#block-faq .item .answer{
  display: none;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 300;
  margin: 15px 0 0;
  padding-left: 45px;
}
#block-faq .item.open .name{
  color: #527D6D;
  position: relative;
}
#block-faq .item.open .answer{
  display: block;
}

#main{
  padding: 65px 0;
}








.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 27px;
  margin: 0.5em 0;
  list-style: none;
  position: relative;
}
.text-format ul li:before{
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 8px;
  height: 8px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #527D6D;
}
.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;
  line-height: 1.2;
  color: #555;
}
.text-format h1{
  font-size: 38px;
}
.text-format h2{
  font-size: 34px;
}
.text-format h3{
  font-size: 30px;
  font-style: italic;
}
.text-format h4{
  font-size: 25px;
}
.text-format h5{
  font-size: 20px;
}
.text-format h6{
  font-size: 16px;
}
.text-format p a{
  text-decoration: underline;
  color: #527D6D;
}
.text-format p a:hover{
  text-decoration: none;
}

.view-services-cat{
  float: left;
  width: 100%;
}
.view-services-cat .items{
  margin: 0 -10px;
}
.view-services-cat .item{
  float: left;
  width: 50%;
  padding: 10px;
  text-align: center;
}
.view-services-cat .item .wrap-item{
  border: 1px solid #e0e0e0;
  padding: 20px 25px;
  position: relative;
  display: table;
  width: 100%;
  min-height: 360px;
  vertical-align: middle;
}
.view-services-cat .item .wrap2{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.view-services-cat .item .wrap-item:hover{
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.view-services-cat .item .name{
  color: #555;
  font-family: "Playfair Display", Sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}
.view-services-cat .item .text{
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  margin: 20px 0 0;
  color: #54595f;
}
.view-services-cat .item .item-link{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.view-services-cat .item .icon{
  color: #3B5B4F;
  font-size: 56px;
  line-height: 1.2;
  margin: 0 0 15px;
}

#region-services1{
  padding: 85px 0;
}

#region-services2{
  padding: 85px 0;
  background: #333;
}
#region-services2 .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#region-services2 .bg:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.5;
  background: #000;
}
#block-services2{
  text-align: center;
  position: relative;
  z-index: 9;
}
#block-services2 .text{
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
}

#region-breadcrumb{
  padding: 25px 0;
  background: #f5f5f5;
}
#breadcrumb{
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #333;
}
#breadcrumb ul{
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumb ul li{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  position: relative;
}
#breadcrumb ul li + li{
  margin-left: 10px;
  padding-left: 9px;
}
#breadcrumb ul li + li:before{
  content: "";
  position: absolute;
  left: -3px;
  width: 5px;
  top: 50%;
  margin: -2px 0 0;
  height: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #ccc;
}
#breadcrumb ul li a{
  text-decoration: none;
  outline: none;
  color: #333;
}
#breadcrumb ul li a:hover{
  color: #527D6D;
  text-decoration: underline;
}

#region-category{
  padding: 85px 0;
  background: #fff;
}

.view-services{
  float: left;
  width: 100%;
}
.view-services .items{
  margin: 0 -15px;
}
.view-services .item{
  float: left;
  width: 33.3333%;
  padding: 0 15px;
}
.view-services .item:nth-child(3n+1){
  clear: both;
}
.view-services .item:nth-child(n+4){
  margin: 40px 0 0;
}
.view-services .item .img{
  display: block;
  margin: 0 0 15px;
}
.view-services .item .img a{
  display: block;
  width: 100%;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.view-services .item .img img{
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.view-services .item .img a:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #000;
  opacity: 0;
}
.view-services .item .img a:hover:before{
  opacity: 0.4;
}
.view-services .item .img a:hover img{
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 2s linear;
     -moz-transition: all 2s linear;
       -o-transition: all 2s linear;
      -ms-transition: all 2s linear;
          transition: all 2s linear;
}
.view-services .item .name{
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
.view-services .item .name a{
  color: #252525;
  text-decoration: none;
  outline: none;
}
.view-services .item .name a:hover{
  color: #527D6D;
  text-decoration: underline;
}

.single-post #region-breadcrumb + #main{
  padding-top: 0;
}
.single-usluga #region-breadcrumb + #main{
  padding-top: 20px;
}
.single-projects #region-breadcrumb + #main{
  padding-top: 20px;
}
.single-team #region-breadcrumb + #main{
  padding-top: 20px;
}
.archive.author #region-breadcrumb + #region-blog{
  padding-top: 20px;
}
#block-post .block__title{
  font-size: 38px;
  text-align: left;
}
#block-post .block__info{
  text-align: left;
}
#region-page-contacts{
  padding: 85px 0;
}
#block-page-contacts{
  text-align: center;
}
#block-page-contacts .item{

}
#block-page-contacts .item + .item{
  margin-top: 25px;
}
#block-page-contacts .item .label{
  font-size: 18px;
  line-height: 1.2;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
#block-page-contacts .item .cont{
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.6;
}
#block-page-contacts .item a{
  text-decoration: none;
  color: #000;
  outline: none;
}
#block-page-contacts .item a:hover{
  color: #527D6D;
}
#block-page-contacts .item-socials{
}
#block-page-contacts .item-socials a{
  color: #527D6D;
  text-decoration: none;
  outline: none;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px 0;
  font-size: 30px;
  line-height: 1;
}
#block-page-contacts .item-socials a .fa{
  font-family: "FontAwesome";
  font-weight: 400;
}
#block-page-contacts .item-work .cont{
  color: #555;
  font-size: 18px;
}
#block-page-contacts .item-work .cont span{
  color: #000;
}
.single-post #content{
  float: left;
  width: 70%;
}
.single-post #sidebar{
  float: left;
  width: 30%;
  padding-left: 50px;
}
.single-post #page,
.single-post #region-breadcrumb{
  background: #f9f9f9;
}

#region-blog #content{
  float: left;
  width: 70%;
}
#region-blog #sidebar{
  float: left;
  width: 30%;
  padding-left: 50px;
}

.block-sidebar{
  float: left;
  width: 100%;
}
.block-sidebar + .block-sidebar{
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ebeced;
}
.block-sidebar .title{
  float: left;
  width: 100%;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: #555;
  margin-bottom: 20px;
}
.block-sidebar .content{
  float: left;
  width: 100%;
}

#sidebar-category ul{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
}
#sidebar-category ul li{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 25px;
}
#sidebar-category ul li + li{
  margin-top: 10px;
}
#sidebar-category ul li:before{
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 8px;
  height: 8px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #527D6D;
}
#sidebar-category ul li a{
  text-decoration: none;
  outline: none;
  color: #333;
}
#sidebar-category ul li a:hover{
  color: #527D6D;
}

#sidebar-last-post{
  font-size: 15px;
  line-height: 1.4;
}
#sidebar-last-post .item + .item{
  margin-top: 15px;
}
#sidebar-last-post .item .name a{
  text-decoration: none;
  outline: none;
  color: #333;
}
#sidebar-last-post .item .name a:hover{
  color: #527D6D;
}

#sidebar-search form{
  display: block;
  position: relative;
  padding-right: 50px;
}
#sidebar-search .text{
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 12px;
  border: 1px solid #ebeced;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#sidebar-search .text:focus,
#sidebar-search .text:focus-visible{
  border: 1px solid #527D6D;
}
#sidebar-search .btn{
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #ebeced;
  background: #eee;
  color: #555;
}
#sidebar-search .btn:hover{
  border: 1px solid #527D6D;
  background: #527D6D;
  color: #fff;
}

#result-search{
  float: left;
  width: 100%;
  margin-top: 25px;
}
#result-search .title{
  margin: 0 0 40px;
  font-size: 21px;
  line-height: 1.2;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #555;
}
#result-search .title span{
  color: #000;
  font-weight: 700;
}
#result-search .item + .item{
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ebeced;
}
#result-search .item .name{
  font-family: 'Playfair Display', serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
}
#result-search .item .name a{
  color: #333;
  text-decoration: none;
  outline: none;
}
#result-search .item .name a:hover{
  color: #527D6D;
  text-decoration: underline;
}
#result-search .item .text{
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}
#result-search .not-result{
  font-family: 'Playfair Display', serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  color: #333;
}
#result-search .not-result2{
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-top: 5px;
}

#content-search #sidebar-search{
  max-width: 500px;
}

#popup-lang-ua{
  position: absolute;
  z-index: 99;
  right: 0;
  top: 100%;
  margin-top: 15px;
  color: #54595f;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  padding: 20px 15px;
  border-radius: 6px;
  text-align: center;
  text-transform: none;
}
#popup-lang-ua:before{
  content: "";
  position: absolute;
  right: 88px;
  top: -5px;
  width: 11px;
  height: 11px;
  background: #fff;
  transform: rotate(45deg);
}
#popup-lang-ua .text{
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-wrap: nowrap;
}
#popup-lang-ua .wrap-btn{
  margin-top: 20px;
}
#popup-lang-ua .btn-lang{
  display: inline-block;
  background: #527D6D;
  color: #EDEDED;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 30px;
  border-radius: 5px;
  cursor: pointer;
}
#popup-lang-ua .btn-lang:hover {
  background: #3A5B4F;
}
#popup-lang-ua .wrap-btn2{
  margin-top: 15px;
}
#popup-lang-ua .btn-lang-ru{
  color: #54595f;
  font-size: 13px;
  line-height: 1.2;
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}
#popup-lang-ua .btn-lang-ru:hover{
  text-decoration: none;
}

#popup-lang-ua-mob{
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#popup-lang-ua-mob .wrap-popup-fade{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 91;
}
#popup-lang-ua-mob .wrap-popup{
  position: absolute;
  z-index: 99;
  right: 15px;
  left: 15px;
  bottom: 10px;
  color: #54595f;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  padding: 20px 15px;
  border-radius: 6px;
  text-align: center;
  text-transform: none;
}
#popup-lang-ua-mob .text{
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-wrap: nowrap;
}
#popup-lang-ua-mob .wrap-btn{
  margin-top: 20px;
}
#popup-lang-ua-mob .btn-lang{
  display: inline-block;
  background: #527D6D;
  color: #EDEDED;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 30px;
  border-radius: 5px;
  cursor: pointer;
}
#popup-lang-ua-mob .btn-lang:hover {
  background: #3A5B4F;
}
#popup-lang-ua-mob .wrap-btn2{
  margin-top: 10px;
}
#popup-lang-ua-mob .btn-lang-ru{
  color: #54595f;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}
#popup-lang-ua-mob .btn-lang-ru:hover{
  text-decoration: none;
}

#popup-lang-ua .text,
#popup-lang-ua-mob .text{
  padding-right: 30px;
}
#popup-lang-ua .text svg,
#popup-lang-ua-mob .text svg{
  width: 25px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#block-team .text{
  max-width: 980px;
  margin: 0 auto;
}
#block-team .block__img{
  margin: 40px 0 0;
  float: left;
  width: 100%;
}
#block-team .block__img .img{
  width: 80%;
  max-width: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
#block-team .block__img .img img{
  display: block;
  width: 100%;
  height: auto;
}

#block-team .socials{
  display: block;
  margin: 0 0 40px;
  text-align: center;
}
#block-team .socials a{
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  margin: 0 5px 10px;
  text-align: center;
  color: #527D6D;
  font-size: 25px;
  line-height: 42px;
  border: 2px solid #527D6D;
}
#block-team .socials a:hover{
  background: #527D6D;
  color: #fff;
}
#block-team .socials a .fa{
  font-family: "FontAwesome";
  font-weight: 400;
}
#block-team .block__title span{
  display: block;
  font-size: 25px;
  line-height: 1.2;
  margin-top: 15px;
  font-weight: 700;
  color: #313131;
}


#popup-form{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.6);
  display: none;
}
#popup-form.send{
  display: flex !important;
}
#popup-form .popup-cont{
  background: #fff;
  width: 90%;
  max-width: 400px;
  padding: 30px 40px;
  position: relative;
  text-align: center;
  border-radius: 12px;
  z-index: 999;
}
#popup-form .popup-cont-img{
  width: 70px;
  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: 21px;
  line-height: 1.2;
  font-weight: 700;
  color: #527D6D;
}
#popup-form .popup-cont-text{
  font-size: 16px;
  line-height: 1.4;
  margin: 10px 0 0;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
#preloader .wrap {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 91;
  padding: 0;
}
#preloader .wrap span {
  display: block;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  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);
  }
}