@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,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: #038561;
  color: #fff;
}
*::-moz-selection {
  background: #038561;
  color: #fff;
}
*::-webkit-selection{
  background: #038561;
  color: #fff;
}
::-webkit-scrollbar{
    width:8px;
    height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb{
    border: none;
    background-color: #038561;
    -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: #038561;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #038561;
}
::-webkit-scrollbar-track{
    border: none;
  background-color: #fefefe;
}
::-webkit-scrollbar-track:hover{
  background-color: #fefefe;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #fefefe;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
html{
  margin: 0;
  width: 100%;
}
body{
  margin: 0;
  width: 100%;
  background: #fefefe;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Lato", sans-serif;
}
body.is-show-popup{
  overflow: hidden;
}
img{
  max-width: 100%;
  height: auto;
}
iframe{
  max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
ol,ul{
  padding-left: 20px;
}

#page{
  float: left;
  width: 100%;
  position: relative;
  background: #f5f5f5;
  color: #414141;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  padding-top: 74px;
}
.home #page{
  padding: 0;
}
.error404 #page{
  padding: 0;
}
.open-popup{
  cursor: pointer;
}
.la-anchor{
  position: absolute;
  left: 0;
  top: -40px;
  opacity: 0;
  display: block;
}
.wrap-line{
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}
.wrap-line-mg{
  padding: 65px 0;
}
.wrap-line-mg-top{
  padding: 65px 0 0;
}
.home .wrap-line-mg:nth-child(2n){
  background: #e7efed;
}
#service-ks-1.bg-white{
  padding-top: 25px;
}
.wrap-grid{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
#header .wrap-grid{
  max-width: 1600px;
}
#cboxOverlay{
  background: #010101;
}
#colorbox,
#colorbox *{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.fa,
.fa:before{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
svg,
svg *{
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.iti{
  position: relative;
  z-index: 19;
  font-size: 15px;
}
.iti__country-list{
  font-size: 14px;
  max-width: 300px;
}
.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: 10px 15px;
  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: 48px;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border-color: #f00 !important;
  background: #fdeeee;
}
.form-item .label{
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 5px;
}
.form-item textarea{
  height: 184px;
  resize: none;
}
.form-item{
  margin: 0 0 20px;
  position: relative;
}
.form-text-info{
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.4;
}
.form-item .wpcf7-not-valid-tip{
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 0 0;
  font-weight: 400;
  padding-left: 0;
}
.form-btns{
  text-align: center;
}

.la-hide{
  display: none !important;
}

.button{
  text-decoration: none;
  outline: none;
  color: #fff;
  background: #00b48d;
  background: linear-gradient(0deg, #038561, #00b48d);
  border: none;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding: 17px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", serif;
  position: relative;
  cursor: pointer;
  text-align: center;
  min-width: 245px;
  z-index: 9;
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
      -ms-transition: none;
          transition: none;
}
.button:hover{
  background: none;
  color: #00b48d;
  border: 2px solid #00b48d;
  padding: 15px 23px;
}
.btn-link{
  color: #616161;
  text-decoration: underline;
  outline: none;
  display: inline-block;
  vertical-align: middle;
}
.btn-link:hover{
  color: #685758;
  text-decoration: none;
}

.block{
  float: left;
  width: 100%;
  position: relative;
}
.bl-title{
  float: left;
  width: 100%;
  position: relative;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: #010101;
  font-family: "Montserrat", serif;
}
.bl-description{
  float: left;
  width: 70%;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
  margin-left: 15%;
  font-family: "Montserrat", serif;
}
.bl-content{
  float: left;
  width: 100%;
  margin-top: 45px;
}
.bl-buttons{
  float: left;
  width: 100%;
  margin-top: 45px;
  text-align: center;
}

.info-text{
  font-size: 14px;
  line-height: 1.4;
  color: #717171;
}

.text-format{
  text-align: justify;
}
.text-format hr{
  opacity: 0;
  height: 1px;
  width: 100%;
  clear: both;
}
.text-format p {
  margin: 0.65em 0;
}
.text-format ol{
  margin: 0.65em 0;
}
.text-format ul{
  display: block;
  width: 100%;
  padding: 0;
  margin: 0.65em 0;
  list-style: none;
}
.text-format ol li{
  margin: 0.5em 0;
}
.text-format ul li{
  display: block;
  width: 100%;
/*  padding: 0 0 0 30px;*/
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.text-format ul li:before{
  content: "\f00c";
  font-family: 'FontAwesome';
  width: 30px;
  text-align: center;
  display: inline-block;
  color: #00b48d;
/*  margin-left: -30px;*/
}
.bg-green .text-format ul li:before{
  color: #eee;
}
.text-format table ul li:before{
  color: #53678d;
}
.text-format ol{
  padding: 0;
/*  padding: 0 0 0 30px;*/
  list-style: none;
  display: block;
  margin: 0.65em 0;
  counter-reset: olCounter;
}
.text-format ol li{
  list-style: none;
}
.text-format ol li:before {
  counter-increment: olCounter;
  content: counter(olCounter) ". ";
  color: #46aded;
  font-weight: 700;
  display: inline-block;
  text-align: center;
/*  margin: 0 0 0 -30px;*/
  margin: 0;
  min-width: 30px;
}
.text-format li h1,
.text-format li h2, 
.text-format li h3,
.text-format li h4,
.text-format li h5,
.text-format li h6{
  display: inline;
}
.text-format b,
.text-format strong{
  font-weight: 600;
  color: #1b1b1b;
}
.text-format p{
  margin: 1em 0;
}
.text-format ul li:nth-child(1),
.text-format ol li:nth-child(1),
.text-format ul:nth-child(1),
.text-format ol:nth-child(1),
.text-format p:nth-child(1){
  margin-top: 0;
}
.text-format ul li:last-child,
.text-format ol li:last-child,
.text-format ul:last-child,
.text-format ol:last-child,
.text-format p:last-child{
  margin-bottom: 0;
}
.text-format h1,
.text-format h2,
.text-format h3,
.text-format h4,
.text-format h5,
.text-format h6{
  font-weight: 700;
  margin: 1em 0 0.4em;
  line-height: 1.2;
  color: #111;
}
.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 a,
.text-format p a{
  text-decoration: underline;
  color: #00b48d;
}
.text-format a:hover,
.text-format p a:hover{
  color: #038561;
  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: #685758;
  text-decoration: underline;
  outline: none;
}
.text-format a:hover{
  text-decoration: none;
  color: #685758;
}
.text-format blockquote{
  border-left: 1px solid #dcdcdc;
  font-style: normal;
  color: #53678d;
  font-size: 16px;
  margin: 20px 0;
  padding: 10px 20px;

  /*background: #dbe0ec;
  border-left: 5px solid #53678d;
  font-style: normal;
  color: #53678d;
  margin: 1.6em 0;
  margin-left: 65px;
  padding: 25px 25px 25px 30px;*/
}

.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: #53678d;
    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: left;
  padding: 10px 0;
  margin-top: 7px;
}
.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: #313131;
  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: 75px;
  right: 0;
  bottom: 0;
  position: fixed;
}

#header{
  position: fixed;
  left: 0;
  top: 0;
  padding: 10px 0;
  width: 100%;
  height: auto;
  z-index: 199;
  color: #212121;
  background: #fff;
}
/*.admin-bar #header{
  top: 30px;
}*/
.scrolled #header{
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.admin-bar #header{
  top: 30px;
}

#block-menu{
  float: left;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
/*  font-family: "Montserrat", serif;*/
  margin-left: 85px;
  padding: 10px 0;
}
#block-menu ul{
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  text-wrap: nowrap;
}
#block-menu ul li{
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
#block-menu ul li .li-arrow{
  display: none;
}
#block-menu ul li + li{
  margin-left: 20px;
}
#block-menu ul li a{
  color: #212121;
  text-decoration: none;
  outline: none;
  padding: 5px 0;
  display: block;
  position: relative;
}
#block-menu ul li a:hover{
  color: #00b48d;
}
#block-menu ul li a:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  display: block;
  background: #00b48d;
  opacity: 0;
  transform: translate(0, -10px);
}
#block-menu ul li a:hover:before{
  opacity: 1;
  transform: translate(0, 0);
}

#head-phone{
  float: right;
  text-align: right;
  padding: 5px 0 0;
}
#head-phone .p1{
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
#head-phone .p2{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 5px;
}
#head-phone a{
  text-decoration: none;
  outline: none;
  color: #010101;
}
#head-phone a:hover{
  color: #00b48d;
}

#region-404{
  position: relative;
}
#region-404 .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/bg.jpg') center no-repeat;
  background-size: cover;
}
#block-404{
  position: relative;
  z-index: 9;
  padding: 120px 0 20px;
}
#block-404 .title{
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 300px;
  line-height: 300px;
  margin-top: -100px;
  font-weight: 700;
  opacity: 0.5;
  color: #000;
}
#block-404 .bl-wrap{
  position: relative;
  width: 50%;
  padding: 40px 50px 40px 0;
  color: #fff;
}
#block-404 .bl-wrap:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 300%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  transform: skew(-20deg);
  z-index: 1;
}
#block-404 .bl-wrap2{
  position: relative;
  z-index: 9;
}
#block-404 .text{
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}
#block-404 .text2{
  font-size: 22px;
  line-height: 1.2;
  margin-top: 7px;
}
#block-404 .wrap-buttons{
  margin-top: 40px;
}

.popup{
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}
.popup.open{
  display: flex;
}
.popup .popup-fade{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 91;
  background: rgba(0, 0, 0, 0.6);
}
.popup .popup-wrap{
  position: relative;
  z-index: 99;
  width: 90%;
  max-height: 90%;
  max-width: 800px;
  background: #f5f5f5;
  padding: 40px 60px;
  overflow: auto;
}
.popup .popup-close{
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
  height: 25px;
  opacity: 0.4;
  cursor: pointer;
}
.popup .popup-close:hover{
  opacity: 0.8;
}
.popup .popup-close:before,
.popup .popup-close:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin: -1px 0 0;
  left: 0;
  z-index: 9;
  background: #010101;
}
.popup .popup-close:before{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup .popup-close:after{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup .popup-cont .title{
  position: relative;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #010101;
  font-family: "Montserrat", serif;
}
.popup .popup-cont .text{
  margin-top: 15px !important;
}

.owl-theme .owl-nav{
  margin-top: 25px;
}
.owl-theme .owl-dots{
  font-size: 10px;
  line-height: 1;
}
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
  background: none;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  position: relative;
}
.owl-theme .owl-dots .owl-dot span:before{
  content: "";
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #675758;
  display: block;
  position: absolute;
}
.owl-theme .owl-dots .owl-dot span:after{
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: none;
  display: block;
  position: absolute;
  border: 2px solid #675758;
  transform: scale(0);
}
.owl-theme .owl-dots .owl-dot:hover span:after,
.owl-theme .owl-dots .owl-dot.active span:after{
  transform: scale(1.1);
}

.owl-theme .owl-nav{
  margin: 0;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next{
  font-family: 'FontAwesome';
  position: absolute;
  left: -35px;
  top: 50%;
  width: 40px;
  padding: 40px 0 0;
  margin: 0;
  margin-top: -20px;
  background: none !important;
  height: 0;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.owl-theme .owl-nav .owl-next{
  left: auto;
  right: -35px;
}
.owl-theme .owl-nav .owl-prev:before,
.owl-theme .owl-nav .owl-next:before{
  content: "\f104";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  display: block;
  margin: -40px 0 0 -40px;
  color: #919191;
  font-size: 50px;
  line-height: 80px;
}
.owl-theme .owl-nav .owl-next:before{
  content: "\f105";
}
.owl-theme .owl-nav .owl-prev:hover:before,
.owl-theme .owl-nav .owl-next:hover:before{
  color: #685758;
}
.owl-carousel.owl-loaded{
  margin: 0 0 40px;
}
.owl-theme .owl-dots{
  margin: 0;
  position: absolute;
  left: 0;
  bottom: -35px;
  width: 100%;
}


#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);
  }
}

#logo{
  float: left;
}
#logo img{
  height: 55px;
  width: auto;
  display: block;
}

#block-about{

}
#block-about .bl-wrap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
#block-about .bl-img{
  width: 50%;
}
#block-about .bl-img .img{
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}
#block-about .bl-img .img img{
  display: block;
  width: 100%;
  height: auto;
}
#block-about .bl-cont{
  width: 50%;
  padding-left: 60px;
}
#block-about .wrap-btns{
  margin-top: 40px;
}



#block-production{

}
#block-production .bl-wrap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}
#block-production .bl-img{
  width: 50%;
}
#block-production .bl-img .img{
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}
#block-production .bl-img .img img{
  display: block;
  width: 100%;
  height: auto;
}
#block-production .bl-cont{
  width: 50%;
  padding-left: 60px;
}
#block-production .wrap-btns{
  margin-top: 40px;
}


#gallery{}
#block-gallery{}
.view-gallery{

}
.view-gallery .wrap-items{
  margin: 0 -5px;
}
.view-gallery .items{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.view-gallery .item{
  width: 25%;
}
.view-gallery .owl-item .item{
  width: 100%;
}
.view-gallery .item .img{
  padding: 5px;
}
.view-gallery .item a{
  display: block;
  text-decoration: none;
  outline: none;
  position: relative;
  overflow: hidden;
  background: #010101;
}
.view-gallery .item img{
  display: block;
  width: 100%;
  height: auto;
}
.view-gallery .item a:before{
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  display: block;
  border: 2px solid #fff;
  opacity: 0;
  transform: scale(0);
}
.view-gallery .item a:hover:before{
  opacity: 0.6;
  transform: scale(1);
}
.view-gallery .item a:hover img{
  opacity: 0.6;
  transform: scale(1.1);
}
.view-gallery .item a .over-eye{
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  padding-top: 35px;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  font-family: "Montserrat", serif;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  opacity: 0;
  letter-spacing: 0.1em;
}
.view-gallery .item a:hover .over-eye{
  opacity: 1;
}
.view-gallery .item a .over-eye svg{
  fill: #fff;
  display: block;
  position: absolute;
  width: 40px;
  height: 30px;
  top: 0;
  left: 50%;
  margin-left: -20px;
}



#btn-callback{
  float: right;
  padding-top: 2px;
}
#btn-callback .btn{
  text-decoration: none;
  outline: none;
  color: #fff;
  background: #00b48d;
  background: linear-gradient(0deg, #038561, #00b48d);
  display: block;
  font-size: 15px;
  line-height: 20px;
  padding: 14px 25px;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", serif;
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
      -ms-transition: none;
          transition: none;
}
#btn-callback .btn:hover{
  background: none;
  color: #00b48d;
  border: 2px solid #00b48d;
  padding: 12px 25px;
}

#head-socials{
  float: right;
  margin-right: 25px;
  padding: 10px 0;
}
#head-socials a{
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
}
#head-socials a + a{
  margin-left: 10px;
}
#head-socials svg{
  display: block;
  width: 35px;
  height: 35px;
  fill: #cabbbc;
}
#head-socials a:hover svg{
  fill: #fff;
}

#footer{
  padding: 85px 0 25px;
  color: #fff;
  background: #0e0e0e;
}
#footer-bottom{
  color: #b1b1b1;
  text-align: center;
  padding-top: 25px;
  margin-top: 65px;
  border-top: 1px solid #2f2f2f;
  font-size: 14px;
  line-height: 1.4;
}
#footer-bottom .footer-menu{

}
#footer-bottom .footer-menu ul{
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-bottom .footer-menu ul li{
  display: inline-block;
  list-style: none;
  margin: 0 10px 7px;
  padding: 0;
}
#footer-bottom .footer-menu ul li a{
  color: #b1b1b1;
  text-decoration: underline;
  outline: none;
}
#footer-bottom .footer-menu ul li a:hover{
  text-decoration: none;
  color: #fff;
}
#footer-bottom .copyright{
  margin-top: 5px;
}
#footer-bottom .developer{
  margin-top: 5px;
}
#footer-bottom .developer a{
  text-decoration: none;
  outline: none;
  color: #b1b1b1;
}
#footer-bottom .developer a:hover{
  text-decoration: underline;
  color: #fff;
}


#block-contacts{
  text-align: center;
  font-family: "Montserrat", serif;
  font-weight: 300;
}
#block-contacts .bl-title{
  color: #f1f1f1;
}
#block-contacts .item{
  margin: 0 0 25px;
  color: #d1d1d1;
  font-size: 21px;
  line-height: 1.2;
}
#block-contacts .item .fa{
/*  font-size: 30px;*/
/*  line-height: 30px;*/
  margin-right: 10px;
}
#block-contacts .item.item-phone{
  font-size: 30px;
}
#block-contacts .item.item-mail .fa{
  font-size: 17px;
}
#block-contacts .item.item-phone .fa{
  font-size: 25px;
}
#block-contacts .item a{
  color: #d1d1d1;
  text-decoration: none;
  outline: none;
}
#block-contacts .item a:hover{
  color: #00b48d;
}
#block-contacts .item .address-show-on-map a{
  text-decoration: underline;
  font-size: 14px;
}
#block-contacts .item .address-show-on-map a:hover{
  text-decoration: none;
}
#block-contacts .item.item-socials{
  margin: 45px 0 0;
}
#block-contacts .item.item-socials a{
  color: #fff;
  text-decoration: none;
  outline: none;
  display: inline-block;
  margin: 0 10px;
  opacity: 0.8;
}
#block-contacts .item.item-socials svg{
  display: block;
  width: 45px;
  height: 45px;
  fill: #fff;
}
#block-contacts .item.item-socials a:hover{
  opacity: 1;
}
#block-contacts .item.item-socials a:hover svg{
  fill: #00b48d;
}

#consultation{
  position: relative;
  padding: 85px 0;
}
#consultation .block{
  position: relative;
  z-index: 9;
  text-align: center;
  color: #fff;
}
#consultation .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #010101;
}
#consultation .bg span{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
}
#consultation .block .title{
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Montserrat", serif;
}
#consultation .block .text{
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 10px;
  font-family: "Montserrat", serif;
}
#consultation .block .text a{
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
#consultation .block .text a:hover{
  color: #00b48d;
  text-decoration: underline;
}
#consultation .block .text b,
#consultation .block .text strong{
  font-weight: 600;
}
#consultation .block .wrap-btns{
  margin-top: 25px;
}
#consultation .block .wrap-btns .p1{
  margin: 0 0 30px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Montserrat", serif;
}
#consultation .button:hover{
  color: #fff;
  background: rgba(0, 0, 0, 0.65);
}

#faq{}
#block-faq{}
#block-faq .bl-left{
  width: 40%;
  padding-right: 60px;
  float: left;
}
#block-faq .bl-right{
  width: 60%;
  float: left;
}
#block-faq .title{
  position: relative;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #010101;
  font-family: "Montserrat", serif;
}
#block-faq .text{
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
  font-family: "Montserrat", serif;
}

.view-faq{

}
.view-faq .item{
  padding: 5px 0;
}
.view-faq .item + .item{
  border-top: 1px solid #e1e1e1;
}
.view-faq .name{
  cursor: pointer;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 400;
  color: #010101;
  padding: 10px 0;
  position: relative;
  padding-right: 30px;
}
.view-faq .name:before{
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 3px;
  top: 50%;
  margin-top: -1px;
  background: #00b48d;
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
      -ms-transition: none;
          transition: none;
}
.view-faq .item.open .name{
  color: #00b48d;
}
.view-faq .item .name span{
  display: block;
  transform: translate(0, 0);
}
.view-faq .item.open .name span{
  color: #00b48d;
  transform: translate(30px, 0);
}
.view-faq .item.open .name:before{
  width: 20px;
  -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-faq .answer{
  display: none;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 30px;
  padding-top: 3px;
}
.view-faq .item.open .answer{
  display: block;
}

#home{
  position: relative;
}
#home .home-block{
  display: flex;
  text-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 9;
  min-height: 100vh;
}
#home .bl-wrap{
  color: #fff;
  width: 100%;
  padding: 125px 0 65px;
}
#home .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #010101;
}
#home .bg span{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.6;
}
#home .title{
  font-weight: 500;
  font-size: 55px;
  line-height: 1.2;
  font-family: "Montserrat", serif;
  text-shadow: 0 0 10px #010101;
  text-shadow: 0 2px 15px #010101, 0 -2px 15px #010101, 2px 0 15px #010101, 2px 2px 15px #010101, -2px 0 15px #010101, -2px -2px 15px #010101;
}
#home .text{
  margin-top: 10px;
  font-size: 25px;
  line-height: 1.4;
  font-family: "Montserrat", serif;
  text-shadow: 0 0 5px #010101;
  text-shadow: 0 2px 15px #010101, 0 -2px 15px #010101, 2px 0 15px #010101, 2px 2px 15px #010101, -2px 0 15px #010101, -2px -2px 15px #010101;
}
#home .address{
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Montserrat", serif;
  text-shadow: 0 0 5px #010101;
  text-shadow: 0 2px 15px #010101, 0 -2px 15px #010101, 2px 0 15px #010101, 2px 2px 15px #010101, -2px 0 15px #010101, -2px -2px 15px #010101;
  font-weight: 600;
}
#home .address .fa{
  margin-right: 10px;
}
#home .wrap-btns{
  margin-top: 40px;
}
#home .button{
  margin: 0 15px;
}
#home .button:hover{
  color: #fff;
  background: rgba(0,0,0,0.6);
}


#main{
  padding: 45px 0 85px;
}
.single-post #main{
  padding-top: 25px;
}

#breadcrumbs{
  padding: 0;
  margin: 0 0 35px;
  float: left;
  width: 100%;
}
#breadcrumbs ul{
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #515151;
  overflow: hidden;
  text-overflow: ellipsis;
}
#breadcrumbs ul li{
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  white-space: nowrap;
  text-wrap-mode: nowrap;
}
#breadcrumbs ul li + li{
  margin-left: 10px;
  padding-left: 10px;
}
#breadcrumbs ul li + li:before{
  content: "";
  position: absolute;
  left: -5px;
  width: 10px;
  top: 50%;
  margin: -3px 0 0;
  height: 8px;
  background: url('../images/arrow.svg') center no-repeat;
  background-size: contain;
  opacity: 0.9;
}
#breadcrumbs ul li a{
  text-decoration: none;
  outline: none;
  color: #515151;
}
#breadcrumbs ul li a:hover{
  color: #00b48d;
  text-decoration: underline;
}

#popup-cookies{
  position: fixed;
  z-index: 999;
  left: 20px;
  bottom: 20px;
}
#popup-cookies .block{
  color: #B9B9B9;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  background: #1b1b1b;
  padding: 10px 15px;
  border-radius: 10px;
  width: 320px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
}
#popup-cookies .text{
  padding-right: 65px;
}
#popup-cookies .text a{
  color: #B9B9B9;
  text-decoration: underline;
}
#popup-cookies .text a:hover{
  text-decoration: none;
  color: #72C33C;
}
#popup-cookies .btn{
  position: absolute;
  right: 20px;
  top: 50%;
  line-height: 20px;
  margin-top: -15px;
  color: #f5f5f5;
  background: #00b48d;
  display: block;
  padding: 5px 15px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
}
#popup-cookies .btn:hover{
  background: #038561;
}


.view-shops{

}
.view-shops .group{
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  overflow: hidden;
}
.view-shops .group + .group{
  margin-top: 20px;
} 
.view-shops .group-name{
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  padding: 15px 50px 15px 25px;
  font-family: "Montserrat", serif;
  cursor: pointer;
  position: relative;
}
.view-shops .group.open .group-name{
  color: #fff;
  background: #00b48d;
}
.view-shops .group-name .icon{
  position: absolute;
  right: 25px;
  height: 20px;
  width: 20px;
  top: 50%;
  margin-top: -10px;
  z-index: 1;
}
.view-shops .group-name .icon:before,
.view-shops .group-name .icon:after{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background: #00b48d;
  display: block;
}
.view-shops .group-name .icon:after{
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  margin: 0;
  margin-left: -1px;
}
.view-shops .group.open .group-name .icon:after{
  display: none;
}
.view-shops .group.open .group-name .icon:before,
.view-shops .group.open .group-name .icon:after{
  background: #fff;
}
.view-shops .group-cont{
  display: none;
}
.view-shops .group.open .group-cont{
  display: block;
}
.view-shops .items{

}
.view-shops .item{
  padding: 12px 15px;
}
.view-shops .item:nth-child(2n+1){
  background: #ecf5f3;
}
.view-shops .card{
  display: flex;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
}
.view-shops .card .name{
  width: 40%;
  padding-right: 20px;
}
.view-shops .card .address{
  width: 45%;
  padding-right: 20px;
  font-weight: 700;
}
.view-shops .card .grafik{
  width: 25%;
  text-align: right;
}


#main-contacts{

}
#main-contacts .groups{
  display: flex;
  width: 100%;
}
#main-contacts .group{
  width: 50%;
  position: relative;
  padding: 0 65px;
}
#main-contacts .group + .group:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
}
#main-contacts .group .group-title{
  width: 100%;
  position: relative;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Montserrat", serif;
  /* text-transform: uppercase; */
  margin: 0 0 25px;
  color: #010101;
}
#main-contacts .group .group-cont{

}
#main-contacts .group .item{
  margin: 0 0 25px;
}
#main-contacts .group .item-label{
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 5px;
  font-weight: 600;
  color: #7b9aa3;
}
#main-contacts .item-label{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #00b48d;
}
#main-contacts .item-cont{
  color: #010101;
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.6;
}
#main-contacts .item-cont a{
  color: #010101;
  text-decoration: none;
  outline: none;
}
#main-contacts .item-cont a:hover{
  color: #038561;
  text-decoration: underline;
}
#main-contacts .item-cont-mssgs{
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
#main-contacts .item-cont-mssgs a,
#main-contacts .item-cont-mssgs a:hover{
  float: left;
  width: 40px;
  display: block;
  text-decoration: none;
  outline: none;
  margin-right: 15px;
}
#main-contacts .item-cont-mssgs a svg{
  display: block;
  width: 100%;
  height: auto;
}
#main-contacts .item-cont-phone{
  margin-top: 10px;
}
#main-contacts .item-cont-address{
  margin: 0 0 20px;
}
#main-contacts .item-cont-address a{
  font-size: 13px;
  color: #616161;
  font-weight: 400;
  text-decoration: underline;
}
#main-contacts .item-cont-address a:hover{
  text-decoration: none;
}
#main-contacts .item-map iframe{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
#main-contacts .item-socials{
}
#main-contacts .item-socials .item-cont{
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
#main-contacts .item-socials a{
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
}
#main-contacts .item-socials a + a{
  margin-left: 15px;
}
#main-contacts .item-socials svg{
  display: block;
  width: 40px;
  height: 40px;
  fill: #000;
}
#main-contacts .item-socials a:hover svg{
  fill: #038561;
}
#main-contacts{
  position: relative;
  padding-left: 50%;
}
#main-contacts .items{
  padding-left: 60px;
}
#main-contacts .item{

}
#main-contacts .item + .item{
  margin-top: 25px;
}
#main-contacts .item-map{
  position: absolute;
  left: 0;
  width: 50%;
  top: 0;
  height: 100%;
  margin: 0 !important;
}
#main-contacts .item-map .wrap-map{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f5f5f5;
}
#main-contacts .item-address .show-in-map{
  margin-top: 5px;
  font-size: 14px;
} 
#main-contacts.is-img{
  padding: 0;
}
#main-contacts.is-img .items{
  width: 50%;
  float: right;
}
#main-contacts.is-img .item-img{
  float: left;
  width: 50%;
}
#main-contacts .item-img img{
  width: 100%;
  display: block;
  height: auto;
}

.over-link{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  text-decoration: none;
  outline: none;
}


.view-blog{

}
.view-blog .items{
  margin: 0 -15px;
}
.view-blog .items-flex{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.view-blog .item{
  width: 33.3333%;
  padding: 0 15px;
  margin: 0 0 30px;
  display: flex;
}
.view-blog .item .card{
  width: 100%;
  background: #fff;
  position: relative;
  display: block;
  text-decoration: none;
  outline: none;
  color: #707070;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.view-blog .item .card:hover{
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}
.view-blog .item .img{
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.view-blog .item .img:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: #010101;
  opacity: 0;
}
.view-blog .item .card:hover .img:before{
  opacity: 0.4;
}
.view-blog .item .img img{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.view-blog .item .cont{
  padding: 15px 25px 20px;
}
.view-blog .item .name{
  color: #101010;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
.view-blog .item .card:hover .name{
  color: #00b48d;
}
.view-blog .item .date{
  color: #919191;
  margin: 7px 0 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  font-style: italic;
}
.view-blog .item .text{
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0 0;
  text-align: justify;
}
.view-blog .item .wrap-btns{
  text-align: center;
  margin-top: 15px;
}
.view-blog .item .btn-link{
  color: #7b9aa3;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}
.view-blog .item .card:hover .img img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 10s linear;
     -moz-transition: all 10s linear;
       -o-transition: all 10s linear;
      -ms-transition: all 10s linear;
          transition: all 10s linear;
}




.view-news{

}
.view-news .items{
  margin: 0 -15px;
}
.view-news .items-flex{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.view-news .item{
  width: 33.3333%;
  padding: 0 15px;
  margin: 0 0 30px;
  display: flex;
}
.view-news .item .card{
  width: 100%;
  position: relative;
  display: block;
  text-decoration: none;
  outline: none;
  color: #707070;
  overflow: hidden;
}
.view-news .item .img{
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.view-news .item .img a:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: #010101;
  opacity: 0;
}
.view-news .item .card .img a:hover:before{
  opacity: 0.4;
}
.view-news .item .img img{
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.view-news .item .cont{
  padding: 15px 0 0;
}
.view-news .item .name{
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
.view-news .item .card .name a{
  text-decoration: none;
  outline: none;
  color: #101010;
}
.view-news .item .card .name a:hover{
  color: #00b48d;
}
.view-news .item .date{
  color: #313131;
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
}
.view-news .item .date i{
  font-style: normal;
  margin-right: 7px;
}
.view-news .item .card .img a:hover img{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 10s linear;
     -moz-transition: all 10s linear;
       -o-transition: all 10s linear;
      -ms-transition: all 10s linear;
          transition: all 10s linear;
}

#post-blog .block__title{
  color: #00b48d;
  font-size: 42px;
  line-height: 1.2;
}
#post-blog .post-head{
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 50px;
}
#post-blog .block__img {
  width: 40%;
  padding-right: 50px;
}
#post-blog .block__img img {
  display: block;
  width: 100%;
  height: auto;
}
#post-blog .post-head .la-cont-head {
  width: 60%;
}
#post-blog .block__info {
  margin: 25px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  color: #a1a2a4;
}
#post-blog .block__info .fa {
  margin-right: 10px;
  color: #7b9aa3;
}
#post-blog .block__info .date{
  margin-right: 25px;
}
#post-blog .block__info a{
  text-decoration: none;
  outline: none;
  color: #a1a2a4;
}
#post-blog .block__info a:hover{
  text-decoration: underline;
  color: #00b48d;
}


#post-other{
  margin-top: 65px;
}

.view-catalog-cats{
  margin: 0 -15px;
}
.view-catalog-cats .items{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.view-catalog-cats .item{
  width: 25%;
  padding: 0 15px;
}
.view-catalog-cats .card{
  display: block;
  width: 100%;
}
.view-catalog-cats .card .img{
}
.view-catalog-cats .card .img img{
  width: 100%;
  height: auto;
  display: block;
}
.view-catalog-cats .card .name{
  font-family: "Montserrat", serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.4;
  margin-top: 10px;
}
.view-catalog-cats .card .name a{
  text-decoration: none;
  outline: none;
  color: #212121;
}
.view-catalog-cats .card .name a:hover{
  color: #00b48d;
}

.view-products{}
.view-products .items{

}
.view-products .item{
  background: #fff;
  padding: 40px 50px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
.view-products .item + .item{
  margin-top: 45px;
}
.view-products .card{
  padding-left: 230px;
  position: relative;
  min-height: 230px;
}
.view-products .card .img{
  width: 230px;
  position: absolute;
  left: 0;
  top: 0;
}
.view-products .card .img img{

}
.view-products .card .cont{
  padding-left: 30px;
}
.view-products .card .name{
  color: #010101;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 700;
  text-wrap: pretty;
}
.view-products .card .price{
  margin-top: 20px;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 600;
  color: #00b48d;
}
.view-products .card .price .label{
  font-weight: 400;
  font-size: 16px;
  color: #212121;
}
.view-products .card .text{
  font-size: 17px;
  line-height: 1.4;
  margin-top: 10px;
}
.view-products .card .wrap-btns{
  margin-top: 20px;
}
.view-products .card .wrap-btns .btn{
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: #fff;
  background: #00b48d;
  background: linear-gradient(0deg, #038561, #00b48d);
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  padding: 15px 45px;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat", serif;
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
      -ms-transition: none;
          transition: none;
}
.view-products .card .wrap-btns .btn:hover{
  padding: 13px 45px;
  border: 2px solid #00b48d;
  color: #00b48d;
  background: no-repeat;
}
.view-products .card .sklad{
  font-size: 14px;
  line-height: 1.4;
  font-style: italic;
  margin-top: 15px;
  color: #919191;
}
.view-products .card .sklad .label{
  color: #313131;
  font-weight: 600;
}
.view-products .text-info{
  margin-top: 20px;
  font-size: 17px;
  line-height: 1.4;
}
.view-products .text-info .p1{

}
.view-products .text-info .p1 a{
  text-decoration: none;
  outline: none;
  color: #00b48d;
  font-weight: 700;
  white-space: nowrap;
}
.view-products .text-info .p1 a:hover{
  text-decoration: underline;
}
.view-products .text-info .p2{
  font-size: 15px;
  margin-top: 5px;
  color: #616161;
  font-style: italic;
}
.view-products .text-info .p2 a{
  color: #616161;
  text-decoration: underline;
  outline: none;
  font-weight: 400;
}
.view-products .text-info .p2 a:hover{
  text-decoration: none;
  color: #00b48d;
}

#popup-form{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.6);
  display: none; 
}
#popup-form.open{
  display: flex;
}
#popup-form .popup-cont{
  background: #f5f5f5;
  width: 90%;
  max-width: 500px;
  padding: 30px 40px;
  position: relative;
  text-align: center;
  z-index: 99;
  overflow: auto;
  max-height: 90%;
  border-radius: 12px;
}
#popup-form .popup-close{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  opacity: 0.6;
  cursor: pointer;
}
#popup-form .popup-close:before,
#popup-form .popup-close:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin: -1px 0 0;
  left: 0;
  z-index: 9;
  background: #000;
}
#popup-form .popup-close:before{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#popup-form .popup-close:after{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#popup-form .popup-cont-title{
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  color: #010101;
  font-family: "Montserrat", serif;
  margin: 0 0 20px;
}
#popup-form .form-item{
  float: left;
  width: 100%;
}
#popup-form .form-item textarea{
  height: 120px;
}
#popup-form .form-btns{
  float: left;
  width: 100%;
  margin-top: 10px;
}
#popup-form .popup-form{
  display: inline-block;
  width: 100%;
}

#popup-form-mssg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.6);
  display: none; 
}
#popup-form-mssg.open{
  display: flex;
}
#popup-form-mssg .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-mssg .popup-cont-img{
  width: 80px;
  margin: 0 auto 20px;
}
#popup-form-mssg .popup-cont-img img{
  display: block;
  width: 100%;
  height: auto;
}
#popup-form-mssg .popup-close{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
  height: 16px;
  opacity: 0.6;
  cursor: pointer;
}
#popup-form-mssg .popup-close:before,
#popup-form-mssg .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-mssg .popup-close:before{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#popup-form-mssg .popup-close:after{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#popup-form-mssg .popup-cont-title{
  font-size: 25px;
  line-height: 1.2;
  font-weight: 600;
  color: #00b48d;
  font-family: "Montserrat", serif;
}
#popup-form-mssg .popup-cont-text{
  font-size: 18px;
  line-height: 1.4;
  margin: 10px 0 0;
}


#btn-telegram{
  display: block;
  position: fixed;
  right: 25px;
  bottom: 30px;
  width: 80px;
  height: 80px;
  z-index: 199;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
#btn-telegram a {
  display: block;
  text-decoration: none;
  outline: none;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  border-radius: 50%;
  font-size: 30px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  background: #00b48d;
  -webkit-animation: tg-pulse 2s infinite;
  -moz-animation: tg-pulse 2s infinite;
  -ms-animation: tg-pulse 2s infinite;
  -o-animation: tg-pulse 2s infinite;
  animation: tg-pulse 2s infinite;
}
#btn-telegram a:hover{
  background: #038561;
}
#btn-telegram a span{
  position: absolute;
  left: 20%;
  top: 25%;
  width: 50%;
  height: 50%;
  display: block;
  background: url('../images/icon-telegram.svg') center no-repeat;
  background-size: contain;
}

@-webkit-keyframes tg-pulse {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,180,141,.8)
  }
  70% {
      -webkit-box-shadow: 0 0 0 25px rgba(0,180,141,0)
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(0,180,141,0)
  }
}
@-moz-keyframes tg-pulse {
  0% {
      -moz-box-shadow: 0 0 0 0 rgba(0,180,141,.8)
  }
  70% {
      -moz-box-shadow: 0 0 0 25px rgba(0,180,141,0)
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(0,180,141,0)
  }
}
@-ms-keyframes tg-pulse {
  0% {
    -ms-box-shadow: 0 0 0 0 rgba(0,180,141,.8)
  }
  70% {
    -ms-box-shadow: 0 0 0 25px rgba(0,180,141,0)
  }
  100% {
    -ms-box-shadow: 0 0 0 0 rgba(0,180,141,0)
  }
}
@-o-keyframes tg-pulse {
  0% {
    -o-box-shadow: 0 0 0 0 rgba(0,180,141,.8)
  }
  70% {
    -o-box-shadow: 0 0 0 25px rgba(0,180,141,0)
  }

  100% {
    -o-box-shadow: 0 0 0 0 rgba(0,180,141,0)
  }
}
@keyframes tg-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0,180,141,.8)
  }

  70% {
    box-shadow: 0 0 0 25px rgba(0,180,141,0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0,180,141,0)
  }
}

#block-news .bl-buttons{
  margin-top: 20px;
}

#clients{
  background: #fff;
}

.view-logos{
  float: left;
  width: 100%;
  margin: 0 0 25px;
}
.view-logos .item{
  width: 25%;
  float: left;
  position: relative;
}
.view-logos .owl-item.active + .active .item:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e0e0e0;
}
.view-logos .owl-item .item{
  width: 100%;
}
.view-logos .item + .item{
  border-left: 1px solid #eee;
}
.view-logos .img{
  padding: 25px 40px;
}
.view-logos .img span{
  height: 125px;
  display: block;
  width: 100%;
}

.view-logos .owl-nav{
  margin: 0;
  padding: 0;
}
.view-logos .owl-nav .owl-prev{
  margin: -15px 0 0;
  left: 0;
  top: 50%;
  width: 30px;
  height: 0;
  padding: 30px 0 0;
  overflow: hidden;
  z-index: 13;
  position: absolute;
  display: block;
  outline: none;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: none !important;
}
.view-logos .owl-nav .owl-next{
  margin: -15px 0 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 0;
  padding: 30px 0 0;
  overflow: hidden;
  z-index: 13;
  position: absolute;
  display: block;
  outline: none;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: none !important;
}
.view-logos .owl-nav .owl-prev:before{
  content: "\f104";
  color: #555;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  font-family: "FontAwesome";
  font-weight: 400;
  margin: -20px 0 0 -20px;
}
.view-logos .owl-nav .owl-next:before{
  content: "\f105";
  color: #555;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  font-family: "FontAwesome";
  font-weight: 400;
  margin: -20px 0 0 -20px;
}
.view-logos .owl-nav .owl-prev,
.view-logos .owl-nav .owl-next{
  opacity: 0.6;
}
.view-logos .owl-nav .owl-prev:hover,
.view-logos .owl-nav .owl-next:hover{
  opacity: 1;
}
.view-logos .owl-nav .owl-prev:hover:before,
.view-logos .owl-nav .owl-next:hover:before{
  color: #3b5b4f;
}
.view-logos .owl-dots{
  margin: 0;
}
.view-logos .owl-dots .owl-dot{
  padding: 5px;
  margin: 0 10px;
}
.view-logos .owl-dots .owl-dot span{
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #527D6D;
  cursor: pointer;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}
.view-logos .owl-dots .owl-dot.active{
  
}
.view-logos .owl-dots .owl-dot span:hover,
.view-logos .owl-dots .owl-dot:hover span{
  background: #fff;
  box-shadow: 0px 0px 0px 6px #527D6D;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.view-logos .owl-dots .owl-dot.active span{
  background: #fff;
  box-shadow: 0px 0px 0px 6px #527D6D;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}


.view-advanced{
  margin: 0 -15px;
}
.view-advanced .items{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.view-advanced .item{
  width: 25%;
  padding: 0 15px;
}
.view-advanced .card{
  text-align: center;
}
.view-advanced .icon{
  margin: 0 0 20px;
}
.view-advanced .icon span{
  width: 100%;
  height: 75px;
  display: block;
}
.view-advanced .name{
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: #010101;
}
.view-advanced .text{
  font-size: 15px;
  line-height: 1.5;
  margin: 5px 0 0;
}

.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: #00b48d;
  color: #fff;
  min-width: 36px;
  padding: 8px 5px;
  font-weight: 600;
}