@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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: #515151;
  color: #f5f5f5;
}
*::-moz-selection {
  background: #515151;
  color: #f5f5f5;
}
*::-webkit-selection{
  background: #515151;
  color: #f5f5f5;
}
::-webkit-scrollbar{
    width:8px;
    height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb{
    border: none;
    background-color: #77C19D;
    -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: #77C19D;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #77C19D;
}
::-webkit-scrollbar-track{
    border: none;
  background-color: #F0F0F0;
}
::-webkit-scrollbar-track:hover{
  background-color: #F0F0F0;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #F0F0F0;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
html{
  margin: 0;
  width: 100%;
}
body{
  margin: 0;
  width: 100%;
  background: #F0F0F0;
  color: #515151;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Montserrat", sans-serif;
}
img{
  max-width: 100%;
  height: auto;
}
iframe{
  max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  color: #515151;
}
ol,ul{
  padding-left: 20px;
}

#page{
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #F0F0F0;
  color: #515151;
  padding-top: 67px;
}
.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-grid{
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.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;
}
svg,
svg *{
  -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 0 15px;
  float: left;
  width: 100%;
}
.form-item input,
.form-item textarea,
.form-item select{
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  resize: none;
  padding: 12px 17px;
  width: 100%;
  outline: none;
  color: #212121;
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  background: #f5f5f5;
  border-radius: 6px;
}
.form-item input,
.form-item select{
  height: 52px;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border-color: #f00 !important;
  background: #fdeeee;
  z-index: 13;
}
.form-item textarea{
  height: 165px;
  resize: none;
}
.form-item{
  margin: 0 0 20px;
  position: relative;
}
.form-btns{
  text-align: center;
}

.la-hide{
  display: none !important;
}

.button{
  background: #77C19D;
  color: #fff !important;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  padding: 5px 30px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  border: none !important;
}
.button:hover{
  background: #FFBB38;
}
.button.v2{
  background: #FFBB38;
}
.button.v2:hover{
  background: #77C19D;
}

.text-format .custom-button{
  background: #FFBB38;
  color: #fff !important;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  padding: 5px 30px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  border: none !important;
  margin: 25px 15px 25px 0 !important;
  text-decoration: none;
}
.text-format .custom-button:hover{
  background: #77C19D;
}

.over-link{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  opacity: 0;
  text-decoration: none;
  outline: none;
}

.padding-left{
  padding-left: 100px;
}
.block{
  float: left;
  width: 100%;
  position: relative;
}
.block .title{
  font-size: 35px;
  font-weight: 300;
  line-height: 30px;
  width: 100%;
  padding-bottom: 30px;
  position: relative;
  margin: 0 0 30px;
}
.block .title b,
.block .title strong{
  display: block;
  font-weight: 600;
}
.block .title:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8px;
  width: 60px;
  display: block;
  background: #FFBB38;
}
.block .title.padding-left:before{
  left: 100px;
}

.block-colums{

}
.block-colums .wrap-block {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: start;
}
.block-colums .wrap-block .bl-item{
  width: 50%;
  padding: 54px 60px 60px 100px;
  background: #F0F0F0;
  border-top: 8px solid #FFBB38;
  position: relative;
  z-index: 1;
}
.block-colums .wrap-block .bl-item:before{
  content: "";
  position: absolute;
  right: 0;
  top: 50px;
  width: 60px;
  height: 85px;
  background: url('../images/pulse1.png') center no-repeat;
  background-size: cover;
}
.block-colums .wrap-block .bl-item2:before{
  background: url('../images/pulse2.png') center no-repeat;
  background-size: cover;
}
.block-colums .wrap-block .bl-item .title{
  margin: 0 0 50px;
}
.block-colums .wrap-block .bl-item2{
  border-color: #77C19D;
}
.block-colums .wrap-block .bl-item2 .title:before{
  background: #77C19D;
}
.block-colums .wrap-block .bl-item .fig-arrow{
  position: absolute;
  left: 100px;
  top: -70px;
  width: 78px;
  z-index: 1;
}
.block-colums .wrap-block .bl-item .fig-arrow svg{
  display: block;
  width: 100%;
  height: auto;
  fill: #F0F0F0;
  -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-colums .wrap-block .bl-item:hover{
  background: #FFF;
  box-shadow: 25px 25px 70px 0px rgba(0, 0, 0, 0.15);
  z-index: 5;
}
.block-colums .wrap-block .bl-item:hover .fig-arrow svg{
  fill: #FFF;
}

.text-format{
  color: #000;
  font-weight: 300;
}
.text-format b,
.text-format strong{
  font-weight: 600;
}
.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;
}
.text-format ul li{
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 0 30px;
  list-style: none;
  position: relative;
}
.text-format ul li:before{
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 4px;
  height: 4px;
  display: block;
  background: #4D4D4D;
  border-radius: 50%;
}
.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 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: 600;
  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: #77C19D;
}
.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: #77C19D;
  text-decoration: underline;
  outline: none;
}
.text-format a:hover{
  text-decoration: none;
}
.text-format .wrap-btns{
  margin: 1em 0 1.6em;
}
.text-format a.button{
  background: #FFBB38;
  color: #fff;
  text-decoration: none;
  min-width: 240px;
  text-align: center;
}
.text-format a.button:hover{
  color: #fff;
  background: #77C19D;
  text-decoration: none;
}
.text-format blockquote{
  margin: 2em 0;
  margin-left: 10%;
  border-left: 10px solid #77C19D;
  padding: 30px 45px;
  background: #f2f9ed;
}

.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;
  float: right;
  margin-left: 45px;
  padding: 10px 0;
  margin-top: 10px;
}
.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: #515151;
  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: 68px;
  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: none;
  padding: 0;
  background: #fff;
  border-bottom: 5px solid #77C19D;
}
#page.scrolled #header{
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.admin-bar #header{
  top: 30px;
}

#logo{
  float: left;
  display: block;
  padding: 15px 0;
}
#logo a{
  display: block;
  list-style: none;
  outline: none;
}
#logo img{
  display: block;
  width: auto;
  height: 34px;
}

#block-menu{
  float: left;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  padding: 0;
  margin-left: 100px;
}
#block-menu .la-desk{
  display: block;
}
#block-menu .la-mob{
  display: none;
}
#block-menu ul{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#block-menu ul li{
  float: left;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#block-menu ul li + li{
}
#block-menu ul li a,
#block-menu ul li span{
  display: block;
  text-decoration: none;
  outline: none;
  color: #515151;
  position: relative;
  padding: 15px 15px;
}
#block-menu ul li:hover > a,
#block-menu ul li:hover > span{
  color: #515151;
  background: #F0F0F0;
}
#block-menu ul li a:before,
#block-menu ul li span:before{
  content: "";
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background: #FFBB38;
  display: block;
  opacity: 0;
  position: absolute;
}
#block-menu ul li:hover > a:before,
#block-menu ul li:hover > span:before{
  opacity: 1;
}
#block-menu ul li.current_page_item > a:before,
#block-menu ul li.current_page_item > span:before{
  opacity: 1;
}
#block-menu ul li.current_page_item > a,
#block-menu ul li.current_page_item > span{
  font-weight: 600;
  color: #767575;
  background: #F0F0F0;
}
#block-menu ul li ul{
  display: block;
  left: 0;
  top: 100%;
  position: absolute;
  background: #DADADA;
  min-width: 100%;
  margin-top: 5px;
  display: none;
}
#block-menu ul li:hover > ul{
  display: block;
}
#block-menu ul li ul li{
  width: 100%;
  float: none;
}
#block-menu ul li ul li:nth-child(2n){
  background: #C3C2C2;
}
#block-menu ul li ul li + li{
  margin: 0;
}
#block-menu ul li ul li a,
#block-menu ul li ul li span{
  display: block;
  width: 100%;
  white-space: nowrap;
}
#block-menu ul li ul li a:before,
#block-menu ul li ul li span:before{
  background: #77C19D;
  bottom: 0;
}

#user-menu{
  float: right;
  display: block;
  font-size: 18px;
  line-height: 34px;
  height: 64px;
}
#user-menu ul{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#user-menu ul li{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
}
#user-menu ul li.li-link a,
#user-menu ul li.li-link span{
  display: block;
  text-decoration: none;
  outline: none;
  color: #515151;
  position: relative;
  padding: 15px 17px;
  position: relative;
}
#user-menu ul li.li-link:hover > a,
#user-menu ul li.li-link:hover > span,
#user-menu ul li.li-link.active > a,
#user-menu ul li.li-link.active > span{
  color: #515151;
  background: #F0F0F0;
}
#user-menu ul li.li-link a:before,
#user-menu ul li.li-link span:before{
  content: "";
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background: #FFBB38;
  display: block;
  opacity: 0;
  position: absolute;
}
#user-menu ul li.li-link:hover > a:before,
#user-menu ul li.li-link:hover > span:before,
#user-menu ul li.li-link.active > a:before,
#user-menu ul li.li-link.active > span:before{
  opacity: 1;
}
#user-menu ul li.li-link + li.li-link:before{
  content: "";
  width: 10px;
  height: 10px;
  left: -5px;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%;
  background: #77C19D;
  display: block;
  position: absolute;
  z-index: 9;
}
#user-menu ul li + li.btn{
  margin-left: 15px;
}
#user-menu ul li.li-btn{
  padding: 10px 0;
}
#user-menu ul li.li-btn a{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  padding: 10px 10px;
  text-decoration: none;
  outline: none;
  display: block;
  min-width: 120px;
  text-align: center;
  border: 1px solid #77C19D;
  color: #77C19D;
}
#user-menu ul li.li-btn a:hover{
  background: #77C19D;
  color: #fff;
}

#page-head{
  position: relative;
  padding: 85px 0 185px;
}
#page-head .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/bg-head.png') center top no-repeat,
        linear-gradient(180deg, rgba(0, 41, 174, 1) 0%, rgba(121, 26, 255, 1) 100%, rgba(177, 26, 255, 1) 100%);
  background-size: cover;
}
#page-head .block{
  position: relative;
  z-index: 9;
}
#page-head .page-title{
  display: inline-block;
  color: #fff;
  font-size: 62px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.7);
  padding: 25px 80px 25px 100px;
}
.single-post #page-head .page-title{
  line-height: 1.2;
}
#page-head .page-title .page-subtitle{
  font-weight: 300;
  display: block;
}
#page-head .block.v2{
  padding-right: 50%;
}
#page-head .block .bl-cont{
  position: absolute;
  top: -50px;
  bottom: -235px;
  background: #fff;
  width: 50%;
  right: 0;
  z-index: 9;
  border-bottom: 8px solid #FFBB38;
  box-shadow: 25px 25px 70px 0px rgba(0, 0, 0, 0.15);
  padding: 40px 30px 40px 60px;
  display: flex;
}
#page-head .block .bl-cont .fig-arrow{
  position: absolute;
  left: 85px;
  bottom: -70px;
  width: 78px;
  z-index: 1;
  transform: rotate(180deg);
}
#page-head .video .fig-arrow svg{
  display: block;
  width: 100%;
  height: auto;
}
#page-head .block .bl-cont .bl-wrap{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#page-head .block.v2 .page-title{
  padding-right: 20px;
  width: 100%;
}
#page-head .block .bl-cont .wrap-btns{
  text-align: right;
}
#page-head .block .bl-cont .button + .button{
  margin-left: 20px;
}
#block-hromada11 .video .fig-arrow{
  position: absolute;
  right: 30%;
  top: -70px;
  width: 78px;
  z-index: 1;
}
#block-hromada11 .video .fig-arrow svg{
  display: block;
  width: 100%;
  height: auto;
}

#main{
  position: relative;
  z-index: 13;
  margin-top: -80px;
  padding-bottom: 180px;
}
#main.no-margin{
  margin: 0;
  padding-top: 45px;
}

#main-page-default{
  padding: 25px 0 165px;
}
#block-page-default{
  background: #FFF;
  box-shadow: 25px 25px 70px 0px rgba(0, 0, 0, 0.15);
  z-index: 5;
  padding: 40px 60px 85px;
  max-width: 1024px;
  margin: 0 auto;
  float: none;
  width: 100%;
}

#home{
  position: relative;
  padding: 85px 0 185px;
}
#home .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/bg-home.png') center no-repeat,
        linear-gradient(180deg, rgba(0, 41, 174, 1) 0%, rgba(121, 26, 255, 1) 100%, rgba(177, 26, 255, 1) 100%);
  background-size: cover;
}
#block-home{
  position: relative;
  z-index: 9;
}
#block-home .bl-site-name{

}
#block-home .site-name{
  display: inline-block;
  color: #fff;
  font-size: 62px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.7);
  padding: 25px 80px 25px 100px;
}
#block-home .site-name b,
#block-home .site-name strong{
  font-weight: 600;
  display: block;
}
#block-home .bl-search{
  margin-bottom: 65px;
}
#block-home .bl-search .bl-wrap{
  padding: 32px 30px 40px 375px;
  background: #DADADA;
  box-shadow: 25px 25px 70px 0px rgba(0, 0, 0, 0.50);
  position: relative;
  margin-left: 100px;
}
#block-home .bl-search .bl-wrap:before{
  content: "";
  position: absolute;
  left: 375px;
  height: 8px;
  right: 0;
  bottom: 0;
  background: #77C19D;
}
#block-home .bl-search .wrap-title{
  position: absolute;
  left: -100px;
  top: -18px;
  bottom: 25px;
  width: 430px;
  background: #F0F0F0;
  box-shadow: 25px 25px 50px 0px rgba(0, 0, 0, 0.25);
  border-left: 8px solid #77C19D;
  padding-left: 92px;
  padding-top: 45px;
}
#block-home .bl-search .item{
  position: relative;
  padding-right: 225px;
}
#block-home .bl-search .item + .item{
  margin-top: 20px;
}
#block-home .bl-search .item input{
  background: #fff;
  color: #515151;
  border: none;
  outline: none;
  border-radius: 0;
  display: block;
  font-size: 20px;
  line-height: 25px;
  padding: 10px 15px;
  font-weight: 600;
  width: 100%;
}
#block-home .bl-search .item .wrap-btns{
  position: absolute;
  right: 0;
  top: 0;
  width: 195px;
}
#block-home .bl-search .item .wrap-btns .btn{
  cursor: pointer;
  color: #fff;
  background: #FFBB38;
  display: block;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  padding: 10px 5px;
  text-align: center;
}
#block-home .bl-search .item .wrap-btns .btn:hover{
  background: #77C19D;
}

#home-analitic-tools{
  position: relative;
  z-index: 5;
  padding-bottom: 120px;
}
#home-analitic-tools .block{
  margin-top: -85px;
  background: #F0F0F0;
}
#home-analitic-tools .wrap-block{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#home-analitic-tools .wrap-block .bl-item{
  width: 50%;
  padding: 54px 40px 60px 100px;
  background: #F0F0F0;
  border-top: 8px solid #FFBB38;
  position: relative;
  z-index: 1;
}
#home-analitic-tools .wrap-block .bl-item .title{
  margin: 0 0 50px;
}
#home-analitic-tools .wrap-block .bl-item2{
  border-color: #77C19D;
}
#home-analitic-tools .wrap-block .bl-item2 .title:before{
  background: #77C19D;
}
#home-analitic-tools .wrap-block .bl-item .fig-arrow{
  position: absolute;
  left: 100px;
  top: -70px;
  width: 78px;
  z-index: 1;
}
#home-analitic-tools .wrap-block .bl-item .fig-arrow svg{
  display: block;
  width: 100%;
  height: auto;
  fill: #F0F0F0;
  -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;
}
#home-analitic-tools .wrap-block .bl-item:hover{
  background: #FFF;
  box-shadow: 25px 25px 70px 0px rgba(0, 0, 0, 0.15);
  z-index: 5;
}
#home-analitic-tools .wrap-block .bl-item:hover .fig-arrow svg{
  fill: #FFF;
}
#home-analitic-tools .wrap-block .bl-item .items{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#home-analitic-tools .wrap-block .bl-item .item{
  width: 50%;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  position: relative;
  margin: 0 0 25px;
  padding: 0 15px;
  min-height: 30px;
  display: flex;
  align-items: center;
}
#home-analitic-tools .wrap-block .bl-item .content{
  margin: 0 -15px;
}
#home-analitic-tools .wrap-block .bl-item .item .name{
  padding-left: 45px;
}
#home-analitic-tools .wrap-block .bl-item .item .icon{
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  display: block;
}
#home-analitic-tools .wrap-block .bl-item .item .icon span{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#home-analitic-tools .wrap-block .bl-item .item .name a{
  text-decoration: none;
  outline: none;
  color: #000;
}
#home-analitic-tools .wrap-block .bl-item .item .name a:hover{
  color: #FFBB38;
  text-decoration: underline;
}
#home-analitic-tools .wrap-block .bl-item2 .item .name a:hover{
  color: #77C19D;
  text-decoration: underline;
}
#home-analitic-tools .wrap-block .bl-item:before{
  content: "";
  position: absolute;
  right: 0;
  top: 50px;
  width: 60px;
  height: 87px;
  background: url('../images/pulse1.svg') center no-repeat;
  background-size: cover;
}
#home-analitic-tools .wrap-block .bl-item2:before{
  background: url('../images/pulse2.svg') center no-repeat;
  background-size: cover;
}


#popup-form{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  align-items: center;
  justify-content: center;
  display: none; 
}
#popup-form.send{
  display: flex !important;
}
#popup-form .popup-cont{
  background: #fff;
  width: 90%;
  max-width: 500px;
  padding: 50px 40px;
  position: relative;
  text-align: center;
  border-radius: 12px;
  z-index: 9;
}
#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: 21px;
  line-height: 1.2;
  font-weight: 500;
  color: #77C19D;
  text-transform: uppercase;
}
#popup-form .popup-cont-text{
  font-size: 18px;
  line-height: 1.4;
  margin: 10px 0 0;
}
#popup-form .popup-fade{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

#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);
  }
}

#popup-cookies{
  position: fixed;
  z-index: 999;
  left: 20px;
  bottom: 20px;
}
#popup-cookies .block{
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  background: #252525;
  padding: 15px 20px;
  border-radius: 10px;
  width: 320px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
}
#popup-cookies .text{
  padding-right: 65px;
}
#popup-cookies .btn{
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 20px;
  margin-top: -15px;
  color: #fff;
  background: #77C19D;
  display: block;
  padding: 5px 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
}

#page-footer{
  position: relative;
  padding-top: 200px;
  padding-bottom: 85px;
}
#page-footer .bg{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 325px;
  z-index: 1;
  background: url('../images/bg.png') center top no-repeat,
        linear-gradient(180deg, rgba(0, 41, 174, 1) 0%, rgba(121, 26, 255, 1) 100%, rgba(177, 26, 255, 1) 100%);

  background-size: cover;
}
#block-footer{
  background: #fff;
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 9;
}
#block-footer .fig-arrow{
  position: absolute;
  left: 100px;
  top: -70px;
  width: 78px;
  z-index: 1;
}
#block-footer .fig-arrow svg{
  display: block;
  width: 100%;
  height: auto;
}
#block-footer .footer-bottom{
  color: #fff;
  background: #77C19D;
  text-align: center;
  padding: 15px 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
#block-footer .footer-bottom b{
  font-weight: 600;
}
#block-footer .footer-bottom a{
  color: #fff;
  text-decoration: none;
  outline: none;
}
#block-footer .footer-bottom a:hover{
  text-decoration: underline;
}
#block-footer .footer-content{
  padding: 40px 65px;
}
#block-footer .footer-content .wrap-cont{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#block-footer .footer-content .bl-footer{
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 35px;
}
#block-footer .footer-content .bl-footer + .bl-footer{
  border-left: 8px solid #77C19D;
}

#bl-footer1{

}
#bl-footer1 .text{
  font-size: 35px;
  font-weight: 300;
  line-height: 30px;
  text-transform: lowercase;
  width: 100%;
  position: relative;
  padding-bottom: 30px;
}
#bl-footer1 .text b,
#bl-footer1 .text strong{
  display: block;
  font-weight: 600;
}
#bl-footer1 .text:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8px;
  width: 60px;
  display: block;
  background: #77C19D;
}
#bl-footer1 .logo{
  margin-top: 45px;
  width: 100%;
}
#bl-footer1 .logo img{
  width: 74px;
  height: auto;
  display: block;
}

#bl-footer3 .contacts{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8; 
  width: 100%;
}
#bl-footer3 .contacts a{
  color: #515151;
  text-decoration: none;
  outline: none;
}
#bl-footer3 .contacts a:hover{
  text-decoration: underline;
  color: #77C19D;
}
#bl-footer3 .contact-icons{
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 45px;
  width: 100%;
}
#bl-footer3 .contact-icons a{
  color: #515151;
  text-decoration: none;
  outline: none;
  vertical-align: middle;
  display: inline-block;
  padding: 6px 0 6px 45px;
  position: relative;
}
#bl-footer3 .contact-icons a:hover{
  color: #77C19D;
}
#bl-footer3 .contact-icons a + a{
  margin-left: 20px;
}
#bl-footer3 .contact-icons a.link-facebook{
  background: url('../images/icon-facebook.svg') left center no-repeat;
  background-size: contain;
}
#bl-footer3 .contact-icons a.link-mail{
  background: url('../images/icon-mail.svg') left center no-repeat;
  background-size: contain;
}
#bl-footer3 .contact-icons a.link-api{
  background: url('../images/icon-api.svg') left center no-repeat;
  background-size: contain;
}
#bl-footer3 .contact-icons a.link-whatsapp{
  background: url('../images/icon-whatsapp.svg') left center no-repeat;
  background-size: contain;
}

#bl-footer2 .footer-navs{
  display: block;
  width: 100%;
}
#bl-footer2 .footer-navs ul{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#bl-footer2 .footer-navs ul li{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#bl-footer2 .footer-navs ul li + li{
  margin-top: 20px;
}
#bl-footer2 .footer-payment .label a{
  color: #515151;
  text-decoration: none;
  outline: none;
}
#bl-footer2 .footer-navs ul li a{
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  padding: 3px 0;
  padding-left: 45px;
  text-decoration: none;
  outline: none;
  color: #515151;
}
#bl-footer2 .footer-navs ul li a:hover,
#bl-footer2 .footer-payment .label a:hover{
  color: #77C19D;
}
#bl-footer2 .footer-navs ul li a.link-price{
  background: url('../images/icon-price.svg') left top no-repeat;
  background-size: 32px;
}
#bl-footer2 .footer-navs ul li a.link-about{
  background: url('../images/icon-about.svg') left top no-repeat;
  background-size: 32px;
}
#bl-footer2 .footer-navs ul li a.link-blog{
  background: url('../images/icon-blog.svg') left top no-repeat;
  background-size: 32px;
}
#bl-footer2 .footer-navs ul li a.link-api{
  background: url('../images/icon-api.svg') left top no-repeat;
  background-size: 32px;
}
#bl-footer2 .footer-navs ul li a.link-ofert{
  background: url('../images/icon-ofert.svg') left top no-repeat;
  background-size: 32px;
}
#bl-footer2 .footer-navs ul li a:hover{

}
#bl-footer2 .footer-payment{
  margin-top: 45px;
  display: block;
  width: 100%;
}
#bl-footer2 .footer-payment .label{
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  padding-left: 45px;
  background: url('../images/icon-payment.svg') left center no-repeat;
  background-size: contain;
}
#bl-footer2 .footer-payment .img{
  margin-top: 18px;
}
#bl-footer2 .footer-payment .img img{
  display: inline-block;
  height: 37px;
  width: auto;
}
#bl-footer2 .footer-payment .img a{
  text-decoration: none;
  outline: none;
}

#home-source{
  padding: 165px 0 200px;
  position: relative;
}
#home-source .bg{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 285px;
  z-index: 1;
  background: url('../images/bg.png') center top no-repeat,
        linear-gradient(180deg, rgba(0, 41, 174, 1) 0%, rgba(121, 26, 255, 1) 100%, rgba(177, 26, 255, 1) 100%);
  background-size: cover;
}
#home-source .block{
  background: #F0F0F0;
  box-shadow: 50px 50px 60px 0px rgba(0, 0, 0, 0.15);
  padding: 60px 30px 30px 100px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
#home-source .fig-arrow {
  position: absolute;
  right: 100px;
  top: -70px;
  width: 78px;
  z-index: 1;
}
#home-source .wrap-btns{
  width: 100%;
  text-align: right;
  margin-top: 70px;
}
#home-source .wrap-btns .btn{
  background: #77C19D;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  padding: 5px 30px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
#home-source .wrap-btns .btn:hover{
  background: #FFBB38;
}
#home-source .list{

}
#home-source .list .table-source{
  margin: 0 -30px 0 -100px;
}
#home-source .list .table-source table{
  width: 100%;
}
#home-source .list table tr{
  padding: 5px 30px 5px 100px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 20px;
  min-height: 60px;
  align-items: center;
}
#home-source .list table tr:nth-child(2n+1){
  background: #fff;
}
#home-source .list table tr td:nth-child(1){
  width: 50%;
  font-weight: 600;
  padding-right: 15px;
}
#home-source .list table tr td:nth-child(2){
  width: 30%;
  color: #000;
  font-weight: 300;
  padding-right: 15px;
  padding-left: 75px;
  position: relative;
}
#home-source .list table tr td:nth-child(2):before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 60px;
  height: 8px;
  background: #77C19D;
}
#home-source .list table tr td:nth-child(3){
  width: 20%;
  font-weight: 600;
  color: #77C19D;
  padding-left: 40px;
  position: relative;
}
#home-source .list table tr td:nth-child(3):before{
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: url('../images/icon-source.svg') center no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
#home-source .block .btn-close{
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  background: url('../images/icon-close.svg') center no-repeat;
  background-size: contain;
  z-index: 9;
  cursor: pointer;
  display: none;
}
#home-source.show-all .block .btn-close{
  display: block;
}
#home-source.show-all .wrap-btns{
  display: none;
}
#home-source .list table tr:nth-child(n+4){
  display: none;
}
#home-source.show-all .list table tr:nth-child(n+4){
  display: flex;
}
#home-source .list .table-source{
  overflow: auto;
  max-height: 500px;
  position: relative;
/*  margin-right: -20px;*/
}
#home-source.show-all .list .table-source{
  padding-bottom: 50px;
}
#home-source.show-all .list{
  position: relative;
}
#home-source.show-all .list:before{
  content: "";
  position: absolute;
  z-index: 9;
  left: -200px;
  right: -200px;
  bottom: 0;
  height: 45px;
  background: linear-gradient(180deg, transparent, #f0f0f0);
}

#home-clients{
  padding-bottom: 120px;
}
#block-clients{
  padding-right: 100px;
}
#block-clients .title:before{
  background: #77C19D;
}
#block-clients .img{
  text-align: center;
}
#block-clients .img img{
  max-width: 100%;
  height: auto;
  display: inline-block;
}
#block-clients .img.img-desk{
  display: block;
}
#block-clients .img.img-mob{
  display: none;
}

#home-advanced{
  background: #f7f7f7;
  overflow: hidden;
  margin-bottom: 210px;
}
#block-advanced .block-wrap{
  display: flex;
  width: 100%;
}
#block-advanced .block-left{
  width: 35%;
  padding: 80px 0;
  padding-right: 40px;
  position: relative;
  z-index: 3;
}
#block-advanced .block-right{
  width: 65%;
  padding: 75px 0;
  padding-left: 115px;
  background: #fff;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 6;
}
#block-advanced .block-right:before{
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 900px;
  top: 0;
  left: 100%;
  margin-left: -1px;
  background: #fff;
}
#block-advanced .block-right:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: #77C19D;
}
#block-advanced .block-right .items{
  position: relative;
  z-index: 9;
}
#block-advanced .title{
  font-weight: 600;
  margin: 0 0 40px;
}
#block-advanced .title:before{
  width: 150%;
  background: #77C19D;
}
#block-advanced .text{
  font-weight: 300;
  color: #000;
  line-height: 1.8;
}
#block-advanced .wrap-btns{
  margin-top: 45px;
  position: relative;
  z-index: 6;
}
#block-advanced .btn{
  background: #FFBB38;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  padding: 5px 25px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  text-align: center;
}
#block-advanced .btn:hover{
  background: #77C19D;
  color: #fff;
}
#block-advanced .item{
  min-height: 80px;
  display: flex;
  align-items: center;
  padding-left: 120px;
  position: relative;
}
#block-advanced .item + .item{
  margin-top: 40px;
}
#block-advanced .item .icon{
  display: block;
  top: 50%;
  margin-top: -40px;
  left: 0;
  position: absolute;
}
#block-advanced .item .icon span{
  width: 80px;
  height: 80px;
  display: block;
}
#block-advanced .item .name{
  color: #515151;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}
#block-advanced .item .name:hover{
  color: #FFBB38;
}
#block-advanced .figure1{
  position: absolute;
  left: 40%;
  top: 0;
  width: 900px;
  height: 100%;
  background: url('../images/figure1.svg') left center no-repeat;
  background-size: contain;
  z-index: 3;
}
#block-advanced .figure2{
  position: absolute;
  left: 60%;
  top: 0;
  width: 900px;
  height: 100%;
  background: url('../images/figure2.svg') left center no-repeat;
  background-size: contain;
  z-index: 3;
}


#home-tools{
  padding-bottom: 170px;
}
#block-home-tools{

}
#home-tools .items{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#home-tools .item{
  width: 25%;
  padding: 70px 30px 75px 80px;
  position: relative;
  z-index: 3;
}
#home-tools .item1{
  padding-left: 100px;
  padding-bottom: 45px;
  background: #77C19D;
  color: #fff;
}
#home-tools .item2{
  background: #fff;
  z-index: 4;
}
#home-tools .item3{
  background: #FECC6B;
  z-index: 5;
}
#home-tools .item4{
  background: #DFDFDF;
  z-index: 6;
}
#home-tools .item:before{
  content: "";
  position: absolute;
  left: 100%;
  margin-left: -1px;
  top: 0;
  height: 100%;
  width: 1900px;
  z-index: 1;
}
#home-tools .item1:before{
  background: #77c19d;
}
#home-tools .item2:before{
  background: #fff;
}
#home-tools .item3:before{
  background: #fecc6b;
}
#home-tools .item4:before{
  background: #DFDFDF;
}
#home-tools .item1 .title:before{
  width: 150%;
}
#home-tools .item3 .title:before{
  background: #77C19D;
}
#home-tools .item1 .wrap-btns{
  margin-right: -30px;
  margin-top: 45px;
}
#home-tools .item1 .btn{
  background: #FFBB38;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  padding: 5px 25px;
  display: block;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
}
#home-tools .item1 .btn:hover{
  background: #f0f0f0;
  color: #77C19D;
}
#home-tools .item1{
  display: flex;
}
#home-tools .item .wrap-item{
  position: relative;
  z-index: 6;
}
#home-tools .item1 .wrap-item{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 6;
}
#home-tools .item1:after{
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 50px;
  height: 100%;
  display: block;
  z-index: 3;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,0.1));
  opacity: 0;
}
#home-tools.amimated .item1:after{
  opacity: 1;
  -webkit-transition: all 1s ease 2s;
     -moz-transition: all 1s ease 2s;
       -o-transition: all 1s ease 2s;
      -ms-transition: all 1s ease 2s;
          transition: all 1s ease 2s;
}
#home-tools .item1 .fig-arrow{
  position: absolute;
  right: 50px;
  top: -70px;
  width: 78px;
  z-index: 1;
}
#home-tools .item1 .fig-arrow svg{
  display: block;
  width: 100%;
  height: auto;
}
#home-tools .item2:after{
  content: "";
  position: absolute;
  background: url('../images/clarity-explorer.svg') left bottom no-repeat;
  background-size: contain;
  top: 35px;
  bottom: 0;
  left: 125px;
  right: -90px;
  z-index: 1;
}
#home-tools .item3:after{
  content: "";
  position: absolute;
  background: url('../images/clarity-dovidka.svg') left center no-repeat;
  background-size: contain;
  top: 50px;
  bottom: 0;
  left: 20px;
  right: -60px;
  z-index: 1;
}
#home-tools .item4:after{
  content: "";
  position: absolute;
  background: url('../images/clarity-hromada.svg') left center no-repeat;
  background-size: contain;
  top: 30px;
  bottom: 50px;
  left: 150px;
  width: 400px;
  z-index: 1;
}

#home-tools .item1 .title:before{
/*  transform: translate(500%, 0);*/
  width: 60px;
}
#home-tools.animated .item1 .title:before{
  width: 150%;
  -webkit-transition: all 1s ease 0.3s;
     -moz-transition: all 1s ease 0.3s;
       -o-transition: all 1s ease 0.3s;
      -ms-transition: all 1s ease 0.3s;
          transition: all 1s ease 0.3s;
}
#home-tools .item1{
  transform: translate(25%, 0);
}
#home-tools .item2{
  transform: translate(400%, 0);
}
#home-tools .item3{
  transform: translate(300%, 0);
}
#home-tools .item4{
  transform: translate(200%, 0);
}
#home-tools.animated .item1{
  transform: translate(0, 0);
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
#home-tools.animated .item2{
  transform: translate(0, 0);
  -webkit-transition: all 1s ease 0.3s;
     -moz-transition: all 1s ease 0.3s;
       -o-transition: all 1s ease 0.3s;
      -ms-transition: all 1s ease 0.3s;
          transition: all 1s ease 0.3s;
}
#home-tools.animated .item3{
  transform: translate(0, 0);
  -webkit-transition: all 1s ease 0.6s;
     -moz-transition: all 1s ease 0.6s;
       -o-transition: all 1s ease 0.6s;
      -ms-transition: all 1s ease 0.6s;
          transition: all 1s ease 0.6s;
}
#home-tools.animated .item4{
  transform: translate(0, 0);
  -webkit-transition: all 1s ease 0.9s;
     -moz-transition: all 1s ease 0.9s;
       -o-transition: all 1s ease 0.9s;
      -ms-transition: all 1s ease 0.9s;
          transition: all 1s ease 0.9s;
}

#home-price{
  padding-bottom: 200px;
}
#block-home-price .title:before{
  background: #77C19D;
}
#block-home-price .pricelist{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  padding-right: 100px;
}
#block-home-price .bl-pricelist1{
  width: 50%;
  position: relative;
  padding: 60px 0;
  padding-left: 100px;
  display: flex;
  align-items: center;
}
#block-home-price .bl-pricelist1:before{
  content: "";
  width: 1200px;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  display: block;
  background: #fff;
  box-shadow: 30px 30px 60px 0px rgba(0, 0, 0, 0.20);
  z-index: 1;
}
#block-home-price .bl-pricelist2{
  width: 50%;
  position: relative;
  padding: 60px 60px;
  padding-left: 100px;
  display: flex;
  align-items: center;
  background: #fff;
}
#block-home-price .bl-pricelist2 .title{
  margin: 0;
}
#block-home-price .bl-pricelist2 .text{
  font-weight: 300;
  color: #000;
  padding-left: 125px;
}
#block-home-price .bl-pricelist-wrap{
  position: relative;
  z-index: 9;
  width: 100%;
}
#block-home-price .bl-pricelist1 .items{
  max-width: 460px;
  padding: 45px 0;
}
#block-home-price .bl-pricelist1 .item{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  padding: 7px 50px;
  display: flex;
  text-decoration: none;
  outline: none;
  color: #515151;
}
#block-home-price .bl-pricelist1 .item .label{
  width: 60%;
}
#block-home-price .bl-pricelist1 .item .price{
  width: 40%;
}
#block-home-price .bl-pricelist1 .item + .item{
  margin-top: 10px;
}
#block-home-price .bl-pricelist1 .item.is-top{
  background: #FFBB38;
  color: #fff;
}
#block-home-price .bl-pricelist1 .items:hover .item,
#block-home-price .bl-pricelist1 .items:hover .item.is-top{
  background: none;
  color: #515151;
}
#block-home-price .bl-pricelist1 .items .item:hover,
#block-home-price .bl-pricelist1 .items:hover .item:hover{
  background: #FFBB38;
  color: #fff;
}
#block-home-price .bl-pricelist1 .item,
#block-home-price .bl-pricelist1 .item .label,
#block-home-price .bl-pricelist1 .item .price{
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
      -ms-transition: none;
          transition: none;
}
#block-home-price .bl-pricelist2:hover{
  background: #77c19d;
}
#block-home-price .bl-pricelist2:hover .title:before{
  background: #FFBB38;
}

#block-home-price .priceadvance{
  position: relative;
}
#block-home-price .priceadvance .items{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#block-home-price .priceadvance .item{
  padding: 50px 30px 60px 140px;
  width: 25%;
  position: relative;
  min-height: 200px;
}
#block-home-price .priceadvance .item1{
  padding-left: 100px;
}
#block-home-price .priceadvance .title:before{
  background: #FFBB38;
}
#block-home-price .priceadvance .item2{
  background: #FECC6B;
  box-shadow: 30px 30px 60px 0px rgba(0, 0, 0, 0.20);
  position: relative;
  z-index: 5;
}
#block-home-price .priceadvance .item3{
  background: #E6E6E6;
  position: relative;
  z-index: 4;
}
#block-home-price .priceadvance .item4{
  background: #DFDFDF;
}
#block-home-price .priceadvance .item .icon{
  position: absolute;
  left: 30px;
  top: 45px;
}
#block-home-price .priceadvance .item .icon span{
  width: 80px;
  height: 80px;
  display: block;
}
#block-home-price .priceadvance .item .icon:before{
  content: "";
  width: 60px;
  height: 8px;
  background: #77C19D;
  top: 115px;
  left: 10px;
  display: block;
  position: absolute;
}
#block-home-price .priceadvance .item2 .icon:before{
  background: #fff;
}
#block-home-price .priceadvance .item .name{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
#block-home-price .priceadvance .item .text{
  color: #000;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  margin-top: 15px;
}
#block-home-price .priceadvance .item .fig-arrow{
  position: absolute;
  left: 42px;
  top: -70px;
  width: 78px;
  z-index: 1;
}
#block-home-price .priceadvance .item .fig-arrow svg{
  display: block;
  width: 100%;
  height: auto;
}


#block-price{}
#block-price .pricelist{
  position: relative;
  z-index: 9;
  width: 100%;
}
#block-price .pricelist .items{
  max-width: 450px;
  padding: 0 0 20px;
}
#block-price .pricelist .item{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  padding: 7px 50px;
  display: flex;
  position: relative;
}
#block-price .pricelist .item .label{
  width: 60%;
}
#block-price .pricelist .item .price{
  width: 40%;
}
#block-price .pricelist .item + .item{
  margin-top: 10px;
}
#block-price .pricelist .item.is-top{
  background: #FFBB38;
  color: #fff;
}
#block-price .pricelist .items:hover .item,
#block-price .pricelist .items:hover .item.is-top{
  background: none;
  color: #515151;
}
#block-price .pricelist .items .item:hover,
#block-price .pricelist .items:hover .item:hover{
  background: #FFBB38;
  color: #fff;
}
#block-price .pricelist .item,
#block-price .pricelist .item *{
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
      -ms-transition: none;
          transition: none;
}

#block-price .wrap-btns{
  text-align: right;
}
#block-price .bl-item .text{
  font-weight: 300;
  color: #000;
}
#block-price .bl-item .text b,
#block-price .bl-item .text strong{
  font-weight: 600;
}
#block-price .bl-item1 .text{
  position: relative;
  padding-top: 20px;
  margin-top: 40px;
}
#block-price .bl-item1 .text:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 8px;
  width: 60px;
  display: block;
  background: #FFBB38;
}
#block-price .bl-item2 .text{
  max-width: 500px;
}
#block-price .bl-item2 .wrap-btns{
  margin-top: 90px;
}


#block-api{}
#block-api .pricelist{}
#block-api .pricelist{
  position: relative;
  z-index: 9;
  width: 100%;
}
#block-api .pricelist .items{
  padding: 45px 0;
}
#block-api .pricelist .item{
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 25px;
  display: flex;
  background: #F9F9F9;
}
#block-api .pricelist .item:nth-child(2n+1){
  background: #F0F0F0;
}
#block-api .pricelist .item.item-label{
  background: none;
  font-size: 24px;
  line-height: 1.2;
  padding: 0 25px 30px;
}
#block-api .pricelist .item .count{
  width: 35%;
}
#block-api .pricelist .item .price1{
  width: 35%;
}
#block-api .pricelist .item .price2{
  width: 30%;
}
#block-api .pricelist .item.is-top{
  background: #FFBB38;
  color: #fff;
}
#block-api .pricelist .item,
#block-api .pricelist .item *{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#block-api .pricelist .items-cont:hover .item.is-top{
  background: none;
  color: #515151;
}
#block-api .pricelist .items-cont .item:hover,
#block-api .pricelist .items-cont:hover .item:hover{
  background: #FFBB38;
  color: #fff;
}
#block-api .wrap-btns{
  text-align: right;
}
#block-api .text{
  color: #000;
  font-weight: 300;
}
#block-api .bl-item1 .text{
  max-width: 500px;
}
#block-api .text b,
#block-api .text strong{
  font-weight: 600;
}
#block-api .text a{
  color: #000;
  text-decoration: underline;
  outline: none;
}
#block-api .text a:hover{
  color: #77C19D;
}
#block-api .text h1{
  font-size: 1.8em;
  margin: 0.8em 0 0.6em;
}
#block-api .text h2{
  font-size: 1.6em;
  margin: 0.8em 0 0.6em;
}
#block-api .text h3{
  font-size: 1.4em;
  margin: 0.8em 0 0.6em;
}
#block-api .text h4{
  font-size: 1.2em;
  margin: 0.8em 0 0.6em;
}
#block-api .text h5{
  font-size: 1.1em;
  margin: 0.8em 0 0.6em;
}
#block-api .text h6{
  font-size: 1em;
  margin: 0.8em 0 0.6em;
}

#page-about{
  position: relative;
  z-index: 13;
  margin-top: -80px;
  padding-bottom: 180px;
}
#block-about-menu{
  float: left;
  width: 20%;
  z-index: 6;
  position: relative;
}
#block-about-menu .bl-wrap{
  margin-right: -250px;
  background: #F0F0F0;
  border-top: 8px solid #77C19D;
  box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.15);
  position: relative;
}
#block-about-menu .bl-wrap .fig-arrow{
  position: absolute;
  left: 100px;
  top: -70px;
  width: 78px;
  z-index: 1;
}
#block-about-menu .bl-wrap .fig-arrow svg{
  display: block;
  width: 100%;
  height: auto;
  fill: #F0F0F0;
  -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-about-menu .about-menu ul{
  padding: 25px 0 60px;
  display: block;
  margin: 0;
  list-style: none;
  color: #4D4D4D;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2;
}
.page-id-23 #block-about-menu .about-menu ul{
  padding-top: 25px;
}
#block-about-menu .about-menu ul li{
  padding: 30px 20px 30px 100px;
  display: block;
  margin: 0;
  list-style: none;
  position: relative;
}
#block-about-menu .about-menu ul li a,
#block-about-menu .about-menu ul li span{
  color: #4D4D4D;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
#block-about-menu .about-menu ul li a:hover{
  color: #77C19D;
}
#block-about-menu .about-menu ul li a:before{
  content: "";
  position: absolute;
  left: 100px;
  bottom: 0;
  height: 8px;
  width: 54px;
  background: #77C19D;
  display: block;
}
#block-about-menu .about-menu ul li span:before{
  content: "";
  position: absolute;
  left: 100px;
  bottom: 0;
  height: 8px;
  width: 54px;
  background: #FFBB38;
  display: block;
}
#block-about-menu .about-menu ul li a:hover:before{
  background: #FFBB38;
}
#block-about-menu .about-menu ul li a b,
#block-about-menu .about-menu ul li span b{
  font-weight: 600;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#block-about-menu .about-menu ul li.active{
  margin-right: -40px;
  background: linear-gradient(90deg, #F0F0F0 6%, #FFFDFD 100%);
  box-shadow: 25px 25px 70px 0px rgba(0, 0, 0, 0.15);
}

#block-about-content{
/*  width: 80%;*/
  width: 79.9%;
  float: left;
  position: relative;
  z-index: 3;
  padding-left: 250px;
  background: #fff;
  box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.15);
  border-top: 8px solid #FFBB38;
  margin-top: 45px;
  min-height: 300px;
}

#block-about-history{
  position: relative;
  overflow: hidden;
  padding: 90px 70px 100px 200px;
}
.view-about-history{}
.view-about-history .item{}
.view-about-history .item + .item{
  margin-top: 45px;
}
.view-about-history .item .date{
  position: relative;
  color: #FFBB38;
  font-size: 35px;
  font-weight: 800;
  line-height: 30px;
  margin: 0 0 15px;
}
.view-about-history .item .date span{
  position: relative;
  display: inline-block;
  z-index: 3;
}
.view-about-history .item .date i{
  position: absolute;
  left: -20px;
  top: 0;
  height: 100%;
  background: #FFBB38;
  z-index: 1;
  opacity: 0.2;
  min-width: 120px;
}
.view-about-history .item .text{}


#block-about-zmi{
  padding: 45px 0 65px;
}
.view-zmi {
  margin-left: -75px;
  padding-right: 75px;
}
.view-zmi .item{
  padding: 40px 0;
  padding-left: 180px;
}
.view-zmi .item + .item{
  border-top: 1px solid #C3C2C2;
}
.view-zmi .item .card{
  display: flex;
  align-items: center;
  width: 100%;
}
.view-zmi .item .logo{
  width: 30%;
  padding-right: 30px;
}
.view-zmi .item .logo img{
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px;
}
.view-zmi .item .text{
  width: 50%;
  padding-right: 20px;
}
.view-zmi .item .wrap-btns{
  text-align: right;
  padding-right: 80px;
  position: relative;
  width: 20%;
}
.view-zmi .item .btn{
  color: #FFBB38;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  display: inline-block;
}
.view-zmi .item .btn:before,
.view-zmi .item .btn:after{
  content: "";
  height: 8px;
  width: 60px;
  right: 0;
  top: 50%;
  margin-top: -3px;
  background: #FFBB38;
  display: block;
  position: absolute;
}
.view-zmi .item .btn:after{
  background: none;
  width: 100%;
  height: 40px;
  margin-top: -20px;
}
.view-zmi .item .btn:hover{
  color: #77C19D;
}
.view-zmi .item .btn:hover:before{
  background: #77C19D;
  transform: translate(-100%) scale(0);
}

#block-page-contacts{
  display: flex;
  min-height: 560px;
  align-items: center;
  width: 100%;
  position: relative;
}
#block-page-contacts .bl-contacts{
  width: 100%;
  padding: 100px 100px 100px 200px;
  position: relative;
  z-index: 3;
}
#block-page-contacts .bg{
  position: absolute;
  z-index: 1;
  left: -30px;
  top: 50px;
  bottom: 50px;
  right: 0;
  background: url('../images/bg-contacts.svg') left center no-repeat;
  background-size: contain;
}
#block-page-contacts .text{
  font-size: 21px;
  line-height: 1.6;
  color: #000;
}
#block-page-contacts .text b,
#block-page-contacts .text strong{
  font-weight: 600;
}
#block-page-contacts .text p{
  margin: 0;
}
#block-page-contacts .text a{
  color: #FFBB38;
  font-weight: 600;
  text-decoration: none;
  outline: none;
}
#block-page-contacts .text a:hover{
  color: #77C19D;
}
#block-page-contacts .text h3{
  font-size: 35px;
  line-height: 1.2;
}

#block-about-nums{
  padding: 50px 50px 60px 80px;
  overflow: hidden;
}
#block-about-nums .view-about-nums{

}
#block-about-nums .view-about-nums .items{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#block-about-nums .view-about-nums .item{
  width: 50%;
  position: relative;
}
#block-about-nums .view-about-nums .wrap-item{
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
#block-about-nums .view-about-nums .item .bg{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f0f0f0;
  z-index: 1;
}
#block-about-nums .view-about-nums .item-2 .bg,
#block-about-nums .view-about-nums .item-3 .bg,
#block-about-nums .view-about-nums .item-6 .bg,
#block-about-nums .view-about-nums .item-7 .bg{
  background: #e7e7e7;
}
#block-about-nums .view-about-nums .item .card{
  position: relative;
  z-index: 5;
  padding-left: 55px;
  width: 100%;
}
#block-about-nums .view-about-nums .item-1 .bg{
  left: -150px;
}
#block-about-nums .view-about-nums .item-2{
  padding-right: 50px;
}
#block-about-nums .view-about-nums .item-2 .bg{
  right: 50px;
}
#block-about-nums .view-about-nums .item-3{
  padding-left: 50px;
}
#block-about-nums .view-about-nums .item-3 .bg{
  left: 50px;
}
#block-about-nums .view-about-nums .item-4 .bg{
  right: -50px;
}

#block-about-nums .view-about-nums .item .num{
  color: #FFBB38;
  font-size: 54px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}
#block-about-nums .view-about-nums .item .text{
  font-size: 18px;
  line-height: 1.6;
  color: #4D4D4D;
  font-weight: 300;
}
#block-about-nums .view-about-nums .item .text b{
  font-weight: 600;
}
#block-about-nums .view-about-nums .item .text a{
  color: #4D4D4D;
  outline: none;
  text-decoration: underline;
  font-weight: 600;
}
#block-about-nums .view-about-nums .item .text a:hover{
  color: #77C19D;
}
#block-about-nums .view-about-nums .item .bg-num{
  display: none;
}
#block-about-nums .view-about-nums .item-1{}
#block-about-nums .view-about-nums .item-1 .bg-num{
  display: block;
  width: 100%;
  position: absolute;
  right: -12px;
  top: 0;
  color: #fff;
  opacity: 0.5;
  z-index: 3;
  font-weight: 800;
  font-size: 128px;
  line-height: 100px;
  text-align: right;
}
#block-about-nums .view-about-nums .item-1 .num{
  font-size: 54px;
  line-height: 70px;
}
#block-about-nums .view-about-nums .item-1 .text{
  padding-left: 40%;
}

#block-about-nums .view-about-nums .item-2{}
#block-about-nums .view-about-nums .item-2 .bg-num{
  display: block;
  width: 100%;
  position: absolute;
  right: -15px;
  top: -20px;
  color: #fff;
  opacity: 0.3;
  z-index: 3;
  font-weight: 800;
  font-size: 128px;
  line-height: 100px;
  text-align: right;
}
#block-about-nums .view-about-nums .item-2 .num{
  font-size: 70px;
  line-height: 70px;
}

#block-about-nums .view-about-nums .item-3{}
#block-about-nums .view-about-nums .item-3 .bg-num{
  display: block;
  width: 100%;
  position: absolute;
  right: -75px;
  top: -3px;
  color: #fff;
  opacity: 0.3;
  z-index: 3;
  font-weight: 800;
  font-size: 226px;
  line-height: 1;
  text-align: right;
}
#block-about-nums .view-about-nums .item-3 .card{
  display: flex;
}
#block-about-nums .view-about-nums .item-3 .num{
  font-size: 80px;
  line-height: 1;
  margin-right: 15px;
  position: relative;
  top: -5px;
}

#block-about-nums .view-about-nums .item-4{}
#block-about-nums .view-about-nums .item-4 .bg-num{
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  top: -3px;
  color: #fff;
  opacity: 0.5;
  z-index: 3;
  font-weight: 800;
  font-size: 260px;
  line-height: 190px;
  text-align: right;
}
#block-about-nums .view-about-nums .item-4 .card{
  display: flex;
}
#block-about-nums .view-about-nums .item-4 .num{
  font-size: 90px;
  line-height: 1;
  margin-right: 15px;
  position: relative;
  top: -10px;
}

#block-about-nums .view-about-nums .item-5{}
#block-about-nums .view-about-nums .item-5 .bg-num{
  display: block;
  width: 100%;
  position: absolute;
  right: 50px;
  top: 20px;
  color: #fff;
  opacity: 0.5;
  z-index: 3;
  font-weight: 800;
  font-size: 350px;
  line-height: 190px;
  text-align: right;
}
#block-about-nums .view-about-nums .item-5 .card{
  display: flex;
}
#block-about-nums .view-about-nums .item-5 .num{
  font-size: 100px;
  line-height: 1;
  margin-right: 15px;
  position: relative;
  top: -5px;
  padding-left: 85px;
}

#block-about-nums .view-about-nums .item-6{}
#block-about-nums .view-about-nums .item-6 .bg-num{
  display: block;
  width: 100%;
  position: absolute;
  right: 75px;
  top: 22px;
  color: #fff;
  opacity: 0.3;
  z-index: 3;
  font-weight: 800;
  font-size: 345px;
  line-height: 190px;
  text-align: right;
}
#block-about-nums .view-about-nums .item-6 .card{
  display: flex;
}
#block-about-nums .view-about-nums .item-6 .num{
  font-size: 120px;
  line-height: 1;
  margin-right: 15px;
  position: relative;
  top: -5px;
}


#block-manuals{

}
#block-manuals .bl-wrap{
  display: flex;
  width: 100%;
}
#block-manuals .bl-sidebar{
  width: 460px;
  flex: 0 0 460px;
}
#block-manuals .bl-content{
  width: 100%;
  width: calc(100% - 460px);
}

#block-manuals-head{
  margin: 0 0 45px;
  position: relative;
  z-index: 11;
}
#block-manuals-head .title:before{
  background: #77C19D;
}
#block-manuals-head .wrap-block{
  margin-right: -23px;
  background: #FFF;
  box-shadow: 25px 25px 70px 0px rgba(0, 0, 0, 0.15);
  padding: 25px 20px 20px 30px;
}
#block-manuals-head .wrap-btns{
  display: inline-block;
  width: 100%; 
}
#block-manuals-head .btn{
  background: #77C19D;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
  padding: 5px 15px;
  display: block;
  float: left;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
#block-manuals-head .btn + .btn{
  margin-left: 15px;
}
#block-manuals-head .btn:hover{
  background: #FFBB38;
}

#block-manuals-menu{
  position: relative;
  z-index: 3;
}
#block-manuals-menu .manuals-menu{}
#block-manuals-menu ul{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}
#block-manuals-menu ul li{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#block-manuals-menu ul li a{
  display: block;
  text-decoration: none;
  outline: none;
  color: #515151;
  padding: 10px 15px 10px 30px;
  position: relative;
  z-index: 5;
}
#block-manuals-menu ul li a i{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  z-index: -1;
  background: #77C19D;
}
#block-manuals-menu ul li a:hover{
  color: #fff;
}
#block-manuals-menu ul li a:hover i{
  width: 100%;
}

#block-manuals-menu ul li.active a{
  color: #fff;
}
#block-manuals-menu ul li.active a i{
  width: 100%;
}

#block-manual-post{
  margin-top: 80px;
  position: relative;
  z-index: 6;
  background: #FFF;
  box-shadow: 25px 25px 70px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 65px 125px 75px;
/*  max-height: 800px;*/
/*  overflow: auto;*/
}
.view-manuals{

}
.view-manuals .item{

}
.view-manuals .item + .item{
  margin-top: 0;
}
.view-manuals .item .item-label{
  color: #76BF9B;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  padding: 20px 0 28px;
  cursor: pointer;
  padding-left: 60px;
  position: relative;
  padding-right: 50px;
}
.view-manuals .item .item-label svg{
  fill: #76BF9B;
  display: block;
  position: absolute;
  height: 21px;
  width: 25px;
  top: 50%;
  margin-top: -11px;
  right: 50px;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -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-manuals .item .item-label:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: #76BF9B;
  opacity: 0.3;
}
.view-manuals .item .item-text{
  display: none;
  color: #000;
  padding: 20px 40px 45px 60px;
}
.view-manuals .item .item-text a{
  font-weight: 600;
}
.view-manuals .item.open .item-text{
  display: block;
}
.view-manuals .item.open .item-label:before{
  opacity: 1;
}
.view-manuals .item.open .item-label svg{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#manual-popup-info{
  display: none;
  position: absolute;
  left: 100%;
  top: 100%;
  z-index: 9;
  background: linear-gradient(132deg, #FEEBC7 5.03%, #FDF1DB 64.31%, #FFF7E8 94.84%);
  box-shadow: 25px 25px 70px 0px rgba(0, 0, 0, 0.15);
  padding: 35px 45px 60px;
  width: 560px;
  margin-left: 20px;
}
#manual-popup-info.open{
  display: block;
}
#manual-popup-info.open2{
  display: block;
}
#manual-popup-info .info-title{
  color: #76BF9B;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 15px;
}
#manual-popup-info .info-text{
  color: #000;
  font-weight: 300;
}
#manual-popup-info .popup-close{
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  opacity: 0.6;
  cursor: pointer;
}
#manual-popup-info .popup-close:before,
#manual-popup-info .popup-close:after{
  content: "";
  position: absolute;
  width: 50%;
  height: 2px;
  top: 50%;
  margin: -1px 0 0;
  left: 25%;
  z-index: 9;
  background: #000;
}
#manual-popup-info .popup-close:before{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#manual-popup-info .popup-close:after{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


#block-about-fuctions{
  padding: 95px 95px 100px 180px;
}
#block-about-fuctions .text{

}
#block-about-fuctions .text h1{
  font-size: 2em;
  color: #FFBB38;
  margin: 2em 0 0;
}
#block-about-fuctions .text h2{
  font-size: 1.8em;
  color: #FFBB38;
  margin: 2em 0 0;
}
#block-about-fuctions .text h3{
  font-size: 1.6em;
  color: #FFBB38; 
  margin: 2em 0 0;
}
#block-about-fuctions .text h4{
  font-size: 1.4em; 
  margin: 2em 0 0;
}
#block-about-fuctions .text h5{
  font-size: 1.2em; 
  margin: 2em 0 0;
}
#block-about-fuctions .text h6{
  font-size: 1.1em; 
  margin: 2em 0 0;
}
.text-format ul li:before{
  background: #4D4D4D;
}

#block-dovidka{}
#block-dovidka .wrap-block{
  display: flex;
  align-items: start;
}
#block-dovidka .bl-item{
  width: 53%;
  background: #eee;
  box-shadow: 25px 25px 70px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 3;
  border-top: 8px solid #77C19D;
  padding-top: 45px;
  padding-right: 40px;
  padding-bottom: 95px;
}
#block-dovidka .bl-item1{
  position: relative;
  width: 47%;
  z-index: 6;
  background: #fff;
  box-shadow: 25px 25px 70px 0px rgba(0, 0, 0, 0.15);
  border-color: #FFBB38;
}
#block-dovidka .bl-item2{
  margin-top: 80px;
  padding-left: 65px;
}
#block-dovidka .bl-item2 .title:before{
  background: #77C19D;
}
#block-dovidka .wrap-block .bl-item .fig-arrow {
  position: absolute;
  right: 20%;
  top: -70px;
  width: 78px;
  z-index: 1;
}
#block-dovidka .wrap-block .bl-item .fig-arrow svg {
  display: block;
  width: 100%;
  height: auto;
  fill: #fff;
  -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-dovidka .bl-item .wrap-btns{
  text-align: right;
  margin-top: 40px;
}
#block-dovidka .dovidka-price{
  margin: 65px 0 80px;
}
#block-dovidka .dovidka-price .item{

}
#block-dovidka .dovidka-price .item + .item{
  margin: 35px 0 0;
}
#block-dovidka .dovidka-price .item-label{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  cursor: pointer;
}
#block-dovidka .dovidka-price .item-label .label{
  width: 50%;
}
#block-dovidka .dovidka-price .item-label .price{
  width: 50%;
  padding-left: 30px;
}
#block-dovidka .dovidka-price .item-label .label span{
  background: #fff;
  color: #4D4D4D;
  display: block;
  padding: 10px 0;
  margin-left: -95px;
  padding-left: 95px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  position: relative;
}
#block-dovidka .dovidka-price .item-label .label span b{
  color: #FFBB38;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  width: 150px;
  text-align: center;
  float: right;
}
#block-dovidka .dovidka-price .item-label .price span{
  background: #77C19D;
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
}
#block-dovidka .dovidka-price .item.open .item-label .price span{
  background: #FFBB38;
}
#block-dovidka .dovidka-price .item .item-label:hover .price span{
  background: #FFBB38;
}
#block-dovidka .dovidka-price .item-cont{
  margin-top: 35px;
  display: none;
}
#block-dovidka .dovidka-price .item.open .item-cont{
  display: block;
}
#block-dovidka .bl-item2 .wrap-btns .button{
  min-width: calc(50% - 30px);
  text-align: center;
}

#main-about-clarity1{
  padding: 55px 0 0;
  position: relative;
  z-index: 9;
}
#main-about-clarity2{
  position: relative;
  z-index: 6;
  padding: 165px 0 95px;
  margin-top: -30px;
}
#main-about-clarity2 .bg{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 230px;
  z-index: 1;
  background: url('../images/bg.png') center no-repeat,
        linear-gradient(180deg, rgba(0, 41, 174, 1) 0%, rgba(121, 26, 255, 1) 100%, rgba(177, 26, 255, 1) 100%);
  background-size: cover;
}

#block-hromada11{

}
#block-hromada11 .bl-head{
  width: 40%;
  float: left;
  padding-right: 40px;
}
#block-hromada11 .bl-cont{
  width: 60%;
  float: left;
  margin-top: -110px;
}
#block-hromada11 .video{
  border-top: 8px solid #FFBB38;
  padding: 22px 25px 25px;
  background: #fff;
  box-shadow: 25px 25px 70px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
#block-hromada11 .video iframe{
  display: block;
  width: 100%;
  height: 500px;
}
#block-hromada11 .video .fig-arrow{
  position: absolute;
  right: 30%;
  top: -70px;
  width: 78px;
  z-index: 1;
}
#block-hromada11 .video .fig-arrow svg{
  display: block;
  width: 100%;
  height: auto;
}

#block-hromada12{
  background: #fff;
  box-shadow: 25px 25px 70px 0px rgba(0, 0, 0, 0.15);
  padding-top: 65px;
  padding-right: 120px;
  padding-bottom: 80px;
  border-top: 8px solid #77C19D;
  position: relative;
  width: 100%;
  display: flex;
}
#block-hromada11 + #block-hromada12{
  margin-top: 75px;
}
#block-hromada12 .bl-head{
  width: 40%;
  padding-right: 40px;
  position: relative;
}
#block-hromada12 .bl-cont{
  width: 60%;
  position: relative;
}
#block-hromada12 .bl-head .title{
  position: relative;
  z-index: 9;
}
#block-hromada12 .title:before{
  background: #77C19D; 
}
#block-hromada12 .bl-head .bg1{
  position: absolute;
  top: 0;
  right: 50px;
  width: 130px;
  height: 170px;
  background: url('../images/icons-hromada2.svg') right top no-repeat;
  background-size: contain;
}
#block-hromada12 .bl-head .bg2{
  position: absolute;
  bottom: -5px;
  width: 90%;
  height: 300px;
  background: url('../images/icons-hromada1.svg') left bottom no-repeat;
  background-size: contain;
}

#block-hromada13{
  position: relative;
  z-index: 5;
  background: #F0F0F0;
  box-shadow: 50px 50px 60px 0px rgba(0, 0, 0, 0.15);
  border-bottom: 8px solid #77C19D;
  padding-bottom: 85px;
  padding-top: 60px;
  padding-right: 90px;
  overflow: hidden;
}
#block-hromada13 .list{
  font-size: 16px;
  line-height: 1.2;
  margin: 0 -90px 0 -100px;
}
#block-hromada13 .list .item{
  padding: 7px 20px 7px 100px;
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 55px;
}
#block-hromada13 .list .item + .item{

}
#block-hromada13 .list .item:nth-child(2n+1){
  background: #fff;
}
#block-hromada13 .list .item-name{
  width: 55%;
  padding-right: 10px;
}
#block-hromada13 .list .item-source{
  width: 45%;
  position: relative;
  padding-left: 80px;
}
#block-hromada13 .list .item-source:before{
  content: "";
  position: absolute;
  height: 8px;
  width: 60px;
  top: 50%;
  margin-top: -4px;
  left: 0;
  background: #77C19D;
  display: block;
}

#block-logos{
  margin-top: 125px;
}
#block-logos .text{
  padding-left: 40%;
  margin-top: 65px;
}
.view-logos{
  display: block;
  width: 100%;
  position: relative;
}
.view-logos:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(90deg, #f0f0f0, transparent);
  z-index: 9;
}
.view-logos:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: linear-gradient(-90deg, #f0f0f0, transparent);
  z-index: 9;
}
/*.view-logos .items{
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.view-logos .item {
  padding: 0 30px;
}*/
.view-logos .items{
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  position: relative;
  align-items: center;
}
.view-logos .item{
  text-align: center;
  width: 16.6666%;
  flex-shrink: 0;
  padding: 0 25px;
}
.view-logos .item a{
  display: block;
  text-decoration: none;
  outline: none;
}
.view-logos .item img{
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 95px;
  max-width: 100%;
}

#map__serch{
  background: #ddd;
}
#map__serch img{
  display: block;
  width: 100%;
  height: auto;
}

#main-hromada{
  padding-bottom: 95px;
}

#block-hromada-map{
  float: left;
  width: 50%;
  border-top: 8px solid #FFBB38;
}
#block-hromada{
  width: 50%;
  float: left;
  margin-top: -185px;
  position: relative;
  z-index: 19;
  box-shadow: 25px 25px 70px 0px rgba(0, 0, 0, 0.15);
}
#block-hromada3{
  background: #EAEAEA;
  padding: 40px 65px 60px 60px;
}
#block-hromada3 .button + .button{
  margin-left: 12px;
}


#block-hromada1{
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 50px 60px 50px;
  border-bottom: 8px solid #77C19D;
  box-shadow: 25px 25px 70px 0px rgba(0, 0, 0, 0.15);
}
#block-hromada1 form{
  display: block;
  width: 100%;
  position: relative;
}
#block-hromada1 form .form-val{
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  padding: 15px 20px;
  height: 50px;
  color: #767575;
  background: #fff;
  font-weight: 600;
  outline: none;
  border: 1px solid #000;
  margin: 0 0 26px;
}
#block-hromada1 form .btn{
  text-align: center;
  height: auto;
  min-width: 215px;
  box-shadow: none;
}
#block-hromada1 .fig-arrow{
  position: absolute;
  left: -75px;
  bottom: 50px;
  width: 78px;
  z-index: 1;
}
#block-hromada1 .fig-arrow svg{
  display: block;
  width: 100%;
  height: auto;
  fill: #F0F0F0;
  transform: rotate(270deg);
  -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-hromada2{
  background: #EAEAEA;
  padding: 65px 65px 60px 60px;
  position: relative;
  border-bottom: 8px solid #77C19D;
}
#block-hromada2 .title:before{
  background: #77C19D;
}
#block-hromada2 .wrap-btns{
  text-align: right;
  margin-top: 50px;
  position: relative;
  z-index: 9;
}
#block-hromada2 .advanced-list{
  margin-right: -45px;
  margin-top: 65px;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  position: relative;
  z-index: 9;
}
#block-hromada2 .advanced-list .items{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#block-hromada2 .advanced-list .item{
  width: 50%;
  padding-left: 24px;
  padding-right: 45px;
  position: relative;
}
#block-hromada2 .advanced-list .item:nth-child(3),
#block-hromada2 .advanced-list .item:nth-child(4){
  margin-top: 45px;
}
#block-hromada2 .advanced-list .item:before{
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 60px;
  background: #FFBB38;
  top: 5px;
  left: 0;
}
#block-hromada2 .bg1 {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 110px;
  height: 140px;
  background: url('../images/icons-hromada1-2.svg') right top no-repeat;
  background-size: contain;
}
#block-hromada2 .bg2 {
  position: absolute;
  bottom: 40px;
  width: 50%;
  height: 150px;
  background: url('../images/icons-hromada1-4.svg') left bottom no-repeat;
  background-size: contain;
}


#block-advanced .block-right.wow{
  opacity: 0;
  transform: translate(50px, 0);
}
#block-advanced .block-right.wow.animated{
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.view-logos .item.wow{
  opacity: 0;
  transform: translate(0, 100px);
}
.view-logos .item.wow.animated{
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.view-logos .item:nth-child(1).wow.animated{
  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.view-logos .item:nth-child(2).wow.animated{
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
      -ms-transition-duration: 0.6s;
          transition-duration: 0.6s;
}
.view-logos .item:nth-child(3).wow.animated{
  -webkit-transition-duration: 0.9s;
     -moz-transition-duration: 0.9s;
       -o-transition-duration: 0.9s;
      -ms-transition-duration: 0.9s;
          transition-duration: 0.9s;
}
.view-logos .item:nth-child(4).wow.animated{
  -webkit-transition-duration: 1.2s;
     -moz-transition-duration: 1.2s;
       -o-transition-duration: 1.2s;
      -ms-transition-duration: 1.2s;
          transition-duration: 1.2s;
}
.view-logos .item:nth-child(5).wow.animated{
  -webkit-transition-duration: 1.5s;
     -moz-transition-duration: 1.5s;
       -o-transition-duration: 1.5s;
      -ms-transition-duration: 1.5s;
          transition-duration: 1.5s;
}
.view-logos .item:nth-child(6).wow.animated{
  -webkit-transition-duration: 1.8s;
     -moz-transition-duration: 1.8s;
       -o-transition-duration: 1.8s;
      -ms-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

#block-home-price .priceadvance.wow .item2{
  opacity: 0;
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
#block-home-price .priceadvance.wow.animated .item2{
  opacity: 1;
}
#block-home-price .priceadvance.wow .item3{
  opacity: 0;
  transform: translate(-100px, 0);
  -webkit-transition: all 0.5s ease 0.5s;
     -moz-transition: all 0.5s ease 0.5s;
       -o-transition: all 0.5s ease 0.5s;
      -ms-transition: all 0.5s ease 0.5s;
          transition: all 0.5s ease 0.5s;
}
#block-home-price .priceadvance.wow.animated .item3{
  opacity: 1;
  transform: translate(0, 0);
}
#block-home-price .priceadvance.wow .item4{
  opacity: 0;
  transform: translate(-100px, 0);
  -webkit-transition: all 0.5s ease 1s;
     -moz-transition: all 0.5s ease 1s;
       -o-transition: all 0.5s ease 1s;
      -ms-transition: all 0.5s ease 1s;
          transition: all 0.5s ease 1s;
}
#block-home-price .priceadvance.wow.animated .item4{
  opacity: 1;
  transform: translate(0, 0);
}

#home-analitic-tools .block.wow .bl-item .content{
  opacity: 0;
  transform: translate(0, 50px);
}
#home-analitic-tools .block.wow.animated .bl-item .content{
  opacity: 1;
  transform: translate(0, 0);
}
#home-analitic-tools .block.wow .bl-item1 .content{
  -webkit-transition: all 0.6s ease 0.3s;
     -moz-transition: all 0.6s ease 0.3s;
       -o-transition: all 0.6s ease 0.3s;
      -ms-transition: all 0.6s ease 0.3s;
          transition: all 0.6s ease 0.3s;
}
#home-analitic-tools .block.wow .bl-item2 .content{
  -webkit-transition: all 0.6s ease 0.6s;
     -moz-transition: all 0.6s ease 0.6s;
       -o-transition: all 0.6s ease 0.6s;
      -ms-transition: all 0.6s ease 0.6s;
          transition: all 0.6s ease 0.6s;
}
#block-manuals .bl-sidebar{
  position: relative;
}
#block-manuals-menu{
  position: relative;
  top: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#block-manuals-menu.fixed1{
  top: 100px;
  position: fixed;
  width: 460px;
}

#block-about-menu,
#block-about-content{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#block-about-menu.fixed1{
  width: 20% !important;
}
#block-about-menu .bl-wrap2{
  width: 100%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#block-about-menu.fixed1 .bl-wrap2{
  position: fixed;
  top: 25px;
}
#block-about-menu.fixed1 + #block-about-content{
  margin-left: 20%;
}

#block-price-tabs{
  margin: 0 0 60px;
}
#block-price-tabs .bl-wrap{
  margin: 0 -8px;
}
#block-price-tabs .bl-tabs{
  display: flex;
  flex-wrap: wrap;
}
#block-price-tabs .bl-tab{
  width: 33.3333%;
  padding: 8px;
  display: flex;
}
#block-price-tabs .tab-card{
  background: #fff;
  box-shadow: 0 4px 50px 5px rgba(0, 0, 0, 0.10);
  padding: 20px 24px;
  position: relative;
  cursor: pointer;
  border: 1px solid #fff;
  width: 100%;
}
#block-price-tabs .tab-card.active,
#block-price-tabs .tab-card:hover{
  background: #EFFFF7;
  border-color: #77C19D;
  box-shadow: 0 4px 50px 5px rgba(0, 0, 0, 0.10);
}
#block-price-tabs .tab-name{
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  position: relative;
  padding-left: 20px;
  display: block;
}
#block-price-tabs .tab-name:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  z-index: 1;
  background: #FFBB38;
  height: 32px;
}
#block-price-tabs .tab-desc{
  margin-top: 12px;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #333;
}
#block-price-tabs .icon-link{
  position: absolute;
  z-index: 1;
  display: block;
  top: 20px;
  right: 20px;
}
#block-price-tabs .icon-link svg{
  display: block;
  width: 12px;
  height: 12px;
}

#block-price-conts{

}
#block-price-conts .block-price-cont{
  display: none;
}
#block-price-conts .block-price-cont.active{
  display: block;
}
#block-price-conts .block-price-cont .bl-desc{
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}
#block-price-conts .block-price-cont .title{
  color: #222;
}
#block-price-conts .block-price-cont .title:before{
  background: #77C19D;
}

.block-price-reg{
  background: #fff;
  box-shadow: 0 4px 50px 5px rgba(0, 0, 0, 0.10);
  padding: 28px 32px;
  margin-bottom: 28px;
}
.block-price-reg .bl-wrap{
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
}
.block-price-reg .icon{
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-bottom: 18px;
}
.block-price-reg .icon:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #77C19D;
  height: 8px;
  width: 100%;
  display: block;
}
.block-price-reg .icon span{
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  background: #EFFFF7;
  border-radius: 50%;
}
.block-price-reg .icon span svg{
  width: 30px;
  height: 30px;
  display: block;
}
.block-price-reg .bl-wrap-text{
  width: 100%;
  padding-right: 225px;
  padding-left: 70px;
}
.block-price-reg .name{
  color: #222;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.block-price-reg .text{
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.block-price-reg .wrap-btns{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.block-price-callback{
  background: #fff;
  box-shadow: 0 4px 50px 5px rgba(0, 0, 0, 0.10);
  padding: 28px 32px;
}
.block-price-callback .bl-wrap{
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  min-height: 64px;
}
.block-price-callback .bl-wrap-text{
  width: 100%;
  padding-right: 245px;
  padding-left: 70px;
}
.block-price-callback .name{
  color: #222;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
.block-price-callback .text{
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
}
.block-price-callback .wrap-btns{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.block-price-callback .icon{
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-bottom: 18px;
}
.block-price-callback .icon:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFBB38;
  height: 8px;
  width: 100%;
  display: block;
}
.block-price-callback .icon span{
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  background: #FFF3CD;
  border-radius: 50%;
}
.block-price-callback .icon span svg{
  width: 30px;
  height: 30px;
  display: block;
}

.block-price-cont-cont{
  margin: 0 0 65px;
  color: #333;
}
.block-price-cont-cont .title2{
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  width: 100%;
  position: relative;
  margin: 0 0 25px;
  padding-bottom: 15px;
  color: #222;
}
.block-price-cont-cont .title2:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8px;
  width: 60px;
  display: block;
  background: #FFBB38;
}
.block-price-cont-cont .text{
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}
.block-price-cont-cont .text b{
  font-weight: 600;
}
.block-price-cont-cont .text a{
  text-decoration: underline;
  color: #77C19D;
  font-weight: 600;
}
.block-price-cont-cont .text a:hover{
  text-decoration: none;
}
.block-price-cont-cont .text p{
  margin: 1em 0;
} 
.block-price-cont-cont .text p:first-child{
  margin-top: 0;
}
.block-price-cont-cont .text ul{
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-price-cont-cont .text ul li{
  margin: 0 0 0.65em;
  padding: 0 0 0 30px;
  display: block;
  list-style: none;
  position: relative;
}
.block-price-cont-cont .text ul li:before{
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #77C19D;
  border-radius: 50%;
  top: 8px;
  left: 10px;
}
.block-price-cont-cont .bl-items{
  display: flex;
  flex-wrap: wrap;
}
.block-price-cont-cont .bl-item{
  width: 50%;
}
.block-price-cont-cont .bl-item1{
  padding-right: 25px;
}
.block-price-cont-cont .bl-item2{
  padding-left: 25px;
}
.block-price-cont-cont .bl-item-wrap{
  border-top: 10px solid #77C19D;
  background: #EFFFF7;
  box-shadow: 0 4px 50px 5px rgba(0, 0, 0, 0.10);
  padding: 20px 32px 32px;
  position: relative;
  top: -20px;
}
.block-price-cont-cont .bl-item-wrap .wrap-btns{
  margin-top: 60px;
}
.block-price-cont-cont .bl-item-wrap .wrap-btns .button{
  width: 100%;
  text-align: center;
}
.block-price-cont-cont .bl-item-wrap.bl-item-wrap-orange{
  border-color: #FFBB38;
  background: #FFF;
}
.block-price-cont-cont .fig-arrow{
  position: absolute;
  left: 65px;
  top: -70px;
  width: 78px;
  z-index: 1;
}
.block-price-cont-cont .fig-arrow svg{
  display: block;
  width: 100%;
  height: auto;
  fill: #EFFFF7;
}
.block-price-cont-cont .bl-item-wrap-orange .fig-arrow svg{
  fill: #FFF;
}

.block-price-cont-cont .is-price .title2{
  padding-right: 180px;
}
.block-price-cont-cont .price-top{
  position: absolute;
  right: 32px;
  top: 22px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  display: block;
  color: #515151;
}
.block-price-cont-cont .price-top b{
  color: #222;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.56px;
}

.block-price-cont-tariffs{
  margin: 0 0 24px;
  padding: 25px 32px;
  background: #EFFFF7;
  box-shadow: -20px 4px 50px rgba(0, 0, 0, 0.10);
}
.block-price-cont-tariffs .title2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  width: 100%;
  position: relative;
  margin: 0 0 25px;
  padding-bottom: 15px;
  color: #222;
}
.block-price-cont-tariffs .title2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8px;
  width: 60px;
  display: block;
  background: #FFBB38;
}
.block-price-cont-tariffs .text{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.block-price-cont-tariffs .bl-wrap{
  width: 100%;
  display: flex;
}
.block-price-cont-tariffs .bl-cont{
  flex: 1;
  padding-right: 20px;
}
.block-price-cont-tariffs .bl-navs{
  flex: 0 0 auto;
  margin: -13px 0 -9px;
}
.block-price-cont-tariffs .bl-navs .button{
  min-width: 220px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #77C19D !important;
}
.block-price-cont-tariffs.odd{
  background: #fff;
}
.block-price-cont-tariffs.odd .bl-navs .button{
  background: none;
  color: #77C19D !important;
}
.block-price-cont-tariffs .bl-navs .button:hover{
  border-color: #FFBB38 !important;
  background: #FFBB38;
  color: #fff !important;
}
.block-price-cont-tariffs .wrap-btns{
  margin-top: 20px;
}
.block-price-cont-tariffs .price_old{
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.36px;
  opacity: 0.5;
  text-decoration-line: line-through;
}
.block-price-cont-tariffs .price{
  color: #222;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.56px;
}
.block-price-cont-tariffs .price_old i,
.block-price-cont-tariffs .price i{
  font-style: normal;
  font-size: 0.5em;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

#block-price-cont1-cont{
  margin-bottom: 50px;
}
#block-price-cont1-cont .bl-items{
  display: flex;
  flex-wrap: wrap;
}
#block-price-cont1-cont .bl-item{
  width: 50%;
  display: flex;
}
#block-price-cont1-cont .bl-item-wrap{
  border-top: 10px solid #77C19D;
  background: #EFFFF7;
  box-shadow: 0 4px 50px 5px rgba(0, 0, 0, 0.10);
  padding: 20px 32px 125px;
  position: relative;
  width: 100%;
}
#block-price-cont1-cont .bl-item-wrap .title2{
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  width: 100%;
  position: relative;
  margin: 0 0 25px;
  padding-bottom: 15px;
  color: #222;
}
#block-price-cont1-cont .bl-item-wrap .title2:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8px;
  width: 60px;
  display: block;
  background: #FFBB38;
}
#block-price-cont1-cont .bl-item-wrap .text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
#block-price-cont1-cont .bl-item-wrap .text .text-val{
  display: none;
}
#block-price-cont1-cont .bl-item-wrap .text .text-val.active{
  display: block;
}
#block-price-cont1-cont .bl-item-wrap .text ul{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#block-price-cont1-cont .bl-item-wrap .text li{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 0 0 36px;
  position: relative;
}
#block-price-cont1-cont .bl-item-wrap .text li + li{
  margin-top: 1em;
}
#block-price-cont1-cont .bl-item-wrap .text li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  display: block;
  background: url('../images/icon-check-price.svg') center no-repeat;
  background-size: contain;
}
#block-price-cont1-cont .fig-arrow {
  position: absolute;
  left: 65px;
  top: -70px;
  width: 78px;
  z-index: 1;
}
#block-price-cont1-cont .fig-arrow svg{
  display: block;
  width: 100%;
  height: auto;
  fill: #EFFFF7;
}
#block-price-cont1-cont .bl-item-wrap.bl-item-wrap-orange{
  background: #fff;
  border-color: #FFBB38;
}
#block-price-cont1-cont .bl-item-wrap.bl-item-wrap-orange .fig-arrow svg{
  fill: #fff;
}
#block-price-cont1-cont .content{
  padding-top: 65px;
}
#block-price-cont1-cont .wrap-btns{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 32px 32px;
}
#block-price-cont1-cont .wrap-btns .button{
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #77C19D !important;
}
#block-price-cont1-cont .bl-item-wrap.bl-item-wrap-orange .wrap-btns .button{
  background: none;
  color: #77C19D !important;
}
#block-price-cont1-cont .wrap-btns .button:hover,
#block-price-cont1-cont .bl-item-wrap.bl-item-wrap-orange .wrap-btns .button:hover{
  color: #fff !important;
  border: 1px solid #FFBB38 !important;
  background: #FFBB38 !important;
}
#block-price-cont1-cont .bl-prices-tabs{
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 25px;
  background: #DCF8EA;
}
#block-price-cont1-cont .bl-prices-tabs span{
  width: 25%;
  display: block;
  color: #7D9288;
  font-weight: 500;
  padding: 10px 5px;
  text-align: center;
  cursor: pointer;
}
#block-price-cont1-cont .bl-prices-tabs span b{
  font-weight: 500;
}
#block-price-cont1-cont .bl-prices-tabs span.active{
  background: #77C19D;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(16, 24, 40, 0.10), 0 1px 2px 0 rgba(16, 24, 40, 0.06);
}

#block-price-cont1-cont .bl-prices-vals{
  width: 50%;
}
#block-price-cont1-cont .bl-prices-vals .val{
  display: none;
  float: right;
  text-align: left;
}
#block-price-cont1-cont .bl-prices-vals .val.active{
  display: block;
}
#block-price-cont1-cont .bl-prices-vals .val .price-old{
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.36px;
  opacity: 0.5;
  text-decoration-line: line-through;
}
#block-price-cont1-cont .bl-prices-vals .val .price{
  color: #222;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.56px;
}
#block-price-cont1-cont .bl-prices-vals .val .price-old i,
#block-price-cont1-cont .bl-prices-vals .val .price i{
  font-style: normal;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 0 5px;
  border: 1px solid #424940;
  border-radius: 10px;
  color: #424940;
  vertical-align: middle;
}
#block-price-cont1-cont .bl-item-wrap-head{
  display: flex;
  align-items: start;
  margin: 0 0 25px;
}
#block-price-cont1-cont .bl-item-wrap-head .title2{
  width: 50%;
  padding-right: 20px;
  margin: 0;
}

#block-price-tabs,
#block-price-conts{
  padding: 0 45px;
}

.text-format-info{
  display: inline-block;
  position: relative;
  z-index: 9;
  vertical-align: middle;
  top: -2px;
  cursor: pointer;
}
.text-format-info i{
  width: 1em;
  height: 1em;
  background: url('../images/icon-textinfo.svg') center no-repeat;
  background-size: contain;
  display: block;
}
.text-format-info span{
  display: none;
  position: absolute;
  font-size: 12px;
  line-height: 1.2;
  padding: 12px 15px;
  color: #fff;
  background: #222;
  border-radius: 3px;
  width: 230px;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  margin-left: -115px;
}
.text-format-info span:before{
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  left: 50%;
  margin-left: -5px;
  top: -4px;
  background: #222;
  transform: rotate(45deg);
}
.text-format-info:hover span{
  display: block;
}

.page-id-616 #block-about-menu,
.page-id-616 #block-about-menu.fixed1,
.page-id-616 #block-about-menu.fixed2{
  width: 20% !important;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page-id-616 #block-about-menu .bl-wrap2,
.page-id-616 #block-about-menu.fixed1 .bl-wrap2,
.page-id-616 #block-about-menu.fixed2 .bl-wrap2{
  width: 100% !important;
  position: relative !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page-id-616 #block-about-content,
.page-id-616 #block-about-menu.fixed1 + #block-about-content,
.page-id-616 #block-about-menu.fixed2 + #block-about-content{
  margin-left: 0;
  border: none;
  background: none;
  box-shadow: none;
  margin-top: 0;
}
.page-id-616 #block-about-menu .about-menu ul{
  padding-top: 20px;
  padding-bottom: 0;
}

.page-id-23 #block-about-menu,
.page-id-23 #block-about-menu.fixed1,
.page-id-23 #block-about-menu.fixed2{
  width: 20% !important;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page-id-23 #block-about-menu .bl-wrap2,
.page-id-23 #block-about-menu.fixed1 .bl-wrap2,
.page-id-23 #block-about-menu.fixed2 .bl-wrap2{
  width: 100% !important;
  position: relative !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page-id-23 #block-about-content,
.page-id-23 #block-about-menu.fixed1 + #block-about-content,
.page-id-23 #block-about-menu.fixed2 + #block-about-content{
  margin-left: 0;
}
.page-id-23 #block-about-menu .about-menu ul{
  padding-top: 20px;
  padding-bottom: 0;
}

.page-id-36 #block-about-menu,
.page-id-36 #block-about-menu.fixed1,
.page-id-36 #block-about-menu.fixed2{
  width: 20% !important;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page-id-36 #block-about-menu .bl-wrap2,
.page-id-36 #block-about-menu.fixed1 .bl-wrap2,
.page-id-36 #block-about-menu.fixed2 .bl-wrap2{
  width: 100% !important;
  position: relative !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page-id-36 #block-about-content,
.page-id-36 #block-about-menu.fixed1 + #block-about-content,
.page-id-36 #block-about-menu.fixed2 + #block-about-content{
  margin-left: 0;
}
.page-id-36 #block-about-menu .about-menu ul{
  padding-top: 20px;
  padding-bottom: 0;
}

#block-about-blog-search{
  padding-left: 55px;
  width: 100%;
  position: relative;
  z-index: 3;
}
#block-about-blog-search .wrap-form{
  padding: 28px;
  background: #DADADA;
  box-shadow: 25px 25px 70px 0 rgba(0, 0, 0, 0.50);
}
#block-about-blog-search .wrap-form .form-search{
  position: relative;
  padding-right: 214px;
}
#block-about-blog-search .wrap-form .form-search input{
  background: #fff;
  color: #515151;
  border: none;
  outline: none;
  border-radius: 0;
  display: block;
  font-size: 20px;
  line-height: 25px;
  padding: 10px 15px;
  font-weight: 600;
  width: 100%;
}
#block-about-blog-search .wrap-form .form-search .wrap-btns {
  position: absolute;
  right: 0;
  top: 0;
  width: 195px;
}
#block-about-blog-search .wrap-form .form-search .wrap-btns .btn{
  cursor: pointer;
  color: #fff;
  background: #FFBB38;
  display: block;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  padding: 10px 5px;
  text-align: center;
}
#block-about-blog-search .wrap-form .form-search .wrap-btns .btn:hover{
  background: #77C19D;
}

#block-about-blog{
  position: relative;
  z-index: 1;
  margin-top: -25px;
}
#block-about-blog .search-result{
  margin: 0 0 25px;
}
#block-about-blog .search-result .label{
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}
#block-about-blog .search-result .label span{
  color: #77c19d;
}
#block-about-blog .search-result .result{
  font-size: 16px;
  line-height: 1.4;
}

#block-about-blog .view-blog-header{
  background: #FAFAFA;
  box-shadow: -20px 4px 50px 5px rgba(0, 0, 0, 0.10);
  padding: 72px 32px 90px 85px;
  margin-left: -55px;
}
#block-about-blog .view-blog-header .card-one{
  display: flex;
  width: 100%;
}
#block-about-blog .view-blog-header .card-one .img{
  width: 45%;
}
#block-about-blog .view-blog-header .card-one .card-cont{
  width: 55%;
  padding-left: 20px;
}
#block-about-blog .view-blog-header .card-one .img img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 400px;
}
#block-about-blog .view-blog-header .card-one .img a{
  display: block;
  text-decoration: none;
  outline: none;
}
#block-about-blog .view-blog-header .cats{
  margin: 0 0 10px;
  cursor: default;
}
#block-about-blog .view-blog-header .cats ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
#block-about-blog .view-blog-header .cats ul li{
  color: #4D4D4D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding: 8px 12px;
  margin: 0 8px 8px 0;
  background: #F9F9F9;
  box-shadow: 0 4.404px 44.043px 0 rgba(0, 0, 0, 0.15);
}
#block-about-blog .view-blog-header .name{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
#block-about-blog .view-blog-header .name a{
  color: #222;
  text-decoration: none;
  outline: none;
}
#block-about-blog .view-blog-header .name a:hover{
  color: #FFBB38;
  text-decoration: underline;
}
#block-about-blog .view-blog-header .text{
  color: #767575;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 15px;
}
#block-about-blog .view-blog-header .wrap-btns{
  margin-top: 20px;
}
#block-about-blog .view-blog-header .button{
  line-height: 32px;
}

.view-blog{

}
.view-blog .wrap-items{
  margin: 0 -16px;
}
.view-blog .items{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.view-blog .item{
  width: 33.3333%;
  display: flex;
  padding: 0 16px;
  margin: 0 0 32px;
}
.view-blog .card{
  display: block;
  width: 100%;
  background: #FAFAFA;
  border-top: 8px solid #FFBB38;
  box-shadow: -20px 4px 50px 5px rgba(0, 0, 0, 0.10);
}
.view-blog .card .cats{
  margin: 0 0 10px;
  cursor: default;
}
.view-blog .card .cats ul{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.view-blog .card .cats ul li{
  color: #4D4D4D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding: 8px 12px;
  margin: 0 8px 8px 0;
  background: #F9F9F9;
  box-shadow: 0 4.404px 44.043px 0 rgba(0, 0, 0, 0.15);
}
.view-blog .card .card-cont{
  position: relative;
  padding: 30px 16px 65px;
}
.view-blog .card .img{

}
.view-blog .card .img a{
  display: block;
  text-decoration: none;
  outline: none;
}
.view-blog .card .img img{
  display: block;
  width: 100%;
  height: auto;
}
.view-blog .card .name{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}
.view-blog .card .name a{
  color: #222;
  text-decoration: none;
  outline: none;
}
.view-blog .card .name a:hover{
  color: #FFBB38;
  text-decoration: underline;
}
.view-blog .card .wrap-btns{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 16px 24px;
}
.view-blog .card .wrap-btns a.btn{
  color: #77C19D;
  text-decoration: none;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}
.view-blog .card .wrap-btns a.btn:hover{
  color: #77C19D;
  text-decoration: underline;
}

.view-blog .pagination{
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.view-blog .pagination ul{
  display: block;
  max-width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.view-blog .pagination ul li{
  display: inline-block;
  padding: 0;
  margin: 0 2px 10px;
  list-style: none;
  vertical-align: middle;
}
.view-blog .pagination ul li a{
  color: #515151;
  background: none;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 5px;
  display: block;
  width: auto;
  text-align: center;
  text-decoration: none;
  outline: none;
  font-weight: 500;
}
.view-blog .pagination ul li a:hover{
}
.view-blog .pagination ul li a.active{
  background: #77C19D;
  color: #fff;
  min-width: 36px;
  padding: 8px 5px;
  font-weight: 600;
}
.view-blog .pagination ul li a.pag-prev,
.view-blog .pagination ul li a.pag-next{
  background: none;
  border: 1px solid #ddd;
  padding: 6px 7px;
  width: 36px;
  text-align: center;
}
.view-blog .pagination ul li a.pag-prev:hover,
.view-blog .pagination ul li a.pag-next:hover{
  background: #ddd;
}
.view-blog .pagination ul li a.pag-prev svg,
.view-blog .pagination ul li a.pag-next svg{
  display: block;
  width: 22px;
  height: 22px;
}
.view-blog .pagination ul li a.pag-prev{
  transform: rotate(180deg);
}
.view-blog .views-blog-cats{
  margin: 0 0 60px;
}
.view-blog .views-blog-cats ul{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.view-blog .views-blog-cats ul li{
  display: block;
  list-style: none;
  margin: 0 12px 10px 0;
  padding: 0;
}
.view-blog .views-blog-cats ul li a{
  display: block;
  text-decoration: none;
  outline: none;
  color: #515151;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding: 8px 12px;
  background: #F9F9F9;
  box-shadow: -20px 4px 50px 5px rgba(0, 0, 0, 0.10);
}
.view-blog .views-blog-cats ul li a:hover{
  color: #77c19d;
}
.view-blog .views-blog-cats ul li a.active{
  font-weight: 600;
  color: #77c19d;
}
#block-about-content-blog{
  margin-top: 90px;
}

#page-head.page-single{
  padding: 85px 0;
}
#main-single{
  padding: 65px 0 85px;
}
#main-single .wrap-grid{
  max-width: 1200px;
}
#block-single{

}
#block-single .bl-cats{
  margin: 0 0 20px;
  width: 100%;
  display: block;
}
#block-single .bl-cats ul{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#block-single .bl-cats ul li{
  display: block;
  list-style: none;
  margin: 0 12px 10px 0;
  padding: 0;
}
#block-single .bl-cats ul li a{
  display: block;
  text-decoration: none;
  outline: none;
  color: #515151;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  padding: 8px 12px;
  background: #F9F9F9;
  box-shadow: -20px 4px 50px 5px rgba(0, 0, 0, 0.10);
}
#block-single .bl-cats ul li a:hover{
  color: #77c19d;
}
#block-single .bl-cats ul li a.active{
  font-weight: 600;
  color: #77c19d;
}
#block-single .bl-img{
  margin: 0 0 40px;
}
#block-single .bl-img img{
  display: block;
  width: 100%;
  height: auto;
  box-shadow: -20px 4px 50px 5px rgba(0, 0, 0, 0.10);
}
#block-single .bl-content{
  max-width: 810px;
  margin: 40px auto;
}
#block-single .text{
  align-self: stretch;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
}
#block-single .text p{
  margin: 1em 0;
}
#block-single .text ol,
#block-single .text ul{
  margin: 1em 0 1.5em;
}
#block-single .text ul{
  display: block;
}
#block-single .text ul li{
  display: block;
  padding-left: 2em;
  position: relative;
}
#block-single .text ul li:before{
  content: "";
  display: block;
  left: 0.6em;
  top: 0.65em;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  background: #77C19D;
}
#block-single .text h1,
#block-single .text h2,
#block-single .text h3,
#block-single .text h4,
#block-single .text h5,
#block-single .text h6{
  margin: 1em 0 0.5em;
  color: #222;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}
#block-single .text h1{
  font-size: 2.4em;
  margin: 1em 0 1.2em;
}
#block-single .text h2{
  font-size: 2em;
  margin: 1em 0 1.2em;
}
#block-single .text h1:before,
#block-single .text h2:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 8px;
  width: 60px;
  display: block;
  background: #FFBB38;
}
#block-single .text h3{
  font-size: 1.8em;
}
#block-single .text h4{
  font-size: 1.6em;
}
#block-single .text h5{
  font-size: 1.4em;
}
#block-single .text h6{
  font-size: 1.2em;
}
#block-single .text img{
  max-width: 100%;
  height: auto;
  box-shadow: -20px 4px 50px 5px rgba(0, 0, 0, 0.10);
}
#block-single .text .text-format-img{
  margin: 2em -165px;
}
#block-single .text .gallery{
  display: flex;
  margin: 2em -165px;
}
#block-single .text .gallery .gallery-item{
  padding: 10px;
  width: 100%;
  margin: 0;
}
#block-single .text .gallery.gallery-columns-2 .gallery-item{
  width: 50%;
}
#block-single .text .gallery.gallery-columns-3 .gallery-item{
  width: 33.3333%;
}
#block-single .text .gallery.gallery-columns-4 .gallery-item{
  width: 25%;
}
#block-single .text .gallery.gallery-columns-5 .gallery-item{
  width: 20%;
}
#block-single .text a{
  font-weight: 600;
}
#block-single .bl-info{
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}
#block-single .bl-info-wrap{
  display: inline-block;
  width: 100%;
}
#block-single .bl-info .date{
  float: left;
}
#block-single .bl-info .date .label{
  color: #767575;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: block;
}
#block-single .bl-info .date .val{
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  display: block;
}
#block-single .bl-info .follow{
  float: right;
  display: flex;
}
#block-single .bl-info .follow .btn{
  display: block;
  padding: 11px;
  border: 1px solid #77C19D;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 1.1px 2.2px 0 rgba(16, 24, 40, 0.05);
}
#block-single .bl-info .follow .btn + .btn{
  margin-left: 12px;
}
#block-single .bl-info .follow .btn svg{
  display: block;
  width: 22px;
  height: 22px;
}
#block-single .bl-info .follow .btn-label{
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  background: #77C19D;
  padding: 11px 16px;
}
#block-blog-other{
  margin-top: 120px;
}
#block-blog-other .title{
  color: #222;
}

@media (max-width: 1400px) and (min-width: 1024px){
  #home .bg{
    background-attachment: fixed;
  }
}