/* Fonts */
@font-face {
  font-family: 'NotoSans Regular';
  font-weight: 400;
  src: local('NotoSans Regular'), url('../fonts/NotoSans-Regular.ttf');
}
@font-face {
  font-family: 'NotoSans Bold';
  font-weight: 700;
  src: local('NotoSans Bold'), url('../fonts/NotoSans-Bold.ttf');
}
@font-face {
  font-family: 'RobotoSlab Bold';
  font-weight: 700;
  src: local('RobotoSlab Bold'), url('../fonts/RobotoSlab-Bold.ttf');
}
@font-face {
  font-family: 'RobotoSlab Reg';
  font-weight: 700;
  src: local('RobotoSlab Reg'), url('../fonts/RobotoSlab-Regular.ttf');
}
/* Fonts-end */
html>body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: 'NotoSans Regular', sans-serif;
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-size: 36px;
}
strong {
  font-family: 'NotoSans Bold', sans-serif;
}

.outer__link {
  color: #333;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.outer__link:hover, .outer__link:focus, .outer__link:active {
  color: #2ac561;
  text-decoration: none;
}
.hr_g {
  border: none;
  width: 55px;
  height: 6px;
  margin: 20px 0;
  background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), to(rgb(140, 215, 29)));
  background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  border-radius: 25px;
}
.btn_g {
  display: inline-block;
  border: none;
  width: 100%;
  color: #fff;
  font-size: 16px;
  border-radius: 35px;
  font-family: 'NotoSans Bold', sans-serif;
  background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), color-stop(51%, rgb(140, 215, 29)), to(rgb(42, 197, 97)));
  background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-size: 200% auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.navigation .nav-links .current, .navigation .nav-links .prev, .navigation .nav-links .next {
  display: inline;
  border: none;
  width: 100%;
  color: #fff;
  font-size: 16px;
  border-radius: 35px;
  font-family: 'NotoSans Bold', sans-serif;
  background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), color-stop(51%, rgb(140, 215, 29)), to(rgb(42, 197, 97)));
  background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 51%, rgb(42, 197, 97) 100%);
  background-size: 200% auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn_g:focus {
  outline: none;
}
.dot {
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), to(rgb(140, 215, 29)));
  background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.owl-dot {
  border-radius: 50px;
  height: 15px;
  width: 15px;
  display: inline-block;
  background: rgba(50, 50, 50, 0.1);
  margin: 0 5px;
}
.owl-dot.active {
  background-image: -webkit-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
}
.owl-dots {
  position: relative;
  top: 40px;
  text-align: center;
  bottom: 5px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-prev, .owl-next {
  position: absolute;
  top: 45%;
  width: 35px;
  height: 35px;
  padding: 6px 14px;
  font-size: 1.5em;
  color: #888;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.owl-prev:hover, .owl-next:hover {
  opacity: 1;
}
.owl-prev {
  left: 15px;
}
.owl-next {
  right: 15px;
}
.slider .owl-dot {
  border-radius: 50px;
  height: 15px;
  width: 15px;
  display: block;
  background: rgba(255, 255, 255, 0.5);
  margin: 5px;
}
.slider .owl-dot.active {
  background: rgba(255, 255, 255, 1);
}
.slider .owl-dots {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  bottom: initial;
  width: initial;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.vr {
  margin: -25px 0px;
  display: inline-block;
  width: 2px;
  height: 60px;
  background-color: #f7f7f7;
}
.wpcf7-form-control-wrap {
  position: static;
}
.wpcf7-response-output {
  opacity: 0;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
    bottom: 0;
  }
  20% {
    opacity: 1;
    bottom: 0;
  }
  80% {
    opacity: 1;
    bottom: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    bottom: 0;
  }
  20% {
    opacity: 1;
    bottom: 0;
  }
  80% {
    opacity: 1;
    bottom: 0;
  }
  100% {
    opacity: 0;
  }
}
.wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-validation-errors {
  border: none;
  position: fixed;
  padding: 0 10px;
  padding-right: 25px;
  left: 0;
  bottom: -100px;
  width: auto;
  height: 80px;
  line-height: 80px;
  color: #333;
  font-size: 16px;
  font-family: 'NatoSans Bold', sans-serif;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.2);
}
.wpcf7-response-output.wpcf7-mail-sent-ok:after,
.wpcf7-response-output.wpcf7-validation-errors:after {
  font-family: 'FontAwesome';
  content: ' \f00c ';
  color: #00ce32;
  position: absolute;
  top: 0;
  right: 10px;
}
.wpcf7-response-output.wpcf7-validation-errors:after {
  content: ' \f00d ';
  color: #ff3435;
}
.callback-form .wpcf7-not-valid,
.feedback-form .wpcf7-not-valid {
  border: 1px solid #f00;
}
.modal .modal-dialog .wpcf7-not-valid,
.map__block .wpcf7-not-valid {
  border-bottom: 2px solid rgba(250, 0, 0, 1);
}
.callback-form .wpcf7-not-valid-tip,
.feedback-form .wpcf7-not-valid-tip,
.modal .wpcf7-not-valid-tip,
.map__block .wpcf7-not-valid-tip {
  display: none;
}
/* To top */
.back-to-top__button {
  background-color: rgb(140, 215, 29);
  display: block;
  position: fixed;
  padding: 10px 0;
  width: 55px;
  height: 55px;
  border: none;
  border-radius: 50%;
  bottom: 30px;
  right: 30px;
  color: #fff;
  font-size: 2em;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
        box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
  -webkit-transform: translateY(90px);
      -ms-transform: translateY(90px);
          transform: translateY(90px);
  z-index: 999;
}
.visible.back-to-top__button {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.back-to-top__button:hover {
  color: #fff;
  cursor: pointer;
  background-color: rgb(42, 197, 97);
}
.back-to-top__button:focus {
  outline: none;
}
/* To top end */
/* 404 */
.flashlight__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../img/404_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
.flashlight {
  height: 80vh;
  background-image:url('../img/spotlight.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  cursor: none;
}
.flashlight__group {
  width: 100%;
  max-width: 380px;
  position: absolute;
  left: 50%;
  margin-left: -190px;
  bottom: 30%;
}
.flashlight__text, .flashlight__button {
  color: #fff;
  font-family: 'NotoSans Bold', sans-serif;
  font-size: 16;
  line-height: 30px;
}
.flashlight__button {
  margin: 15px;
  padding: 15px 20px;
  max-width: 300px;
  width: 100%;
  font-size: 14px;
}
.flashlight__button:hover, .flashlight__button:focus,
.flashlight__button:active {
  color: #fff;
  text-decoration: none;
  background-position: right center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* 404 end*/
/* Slider */
.slider, .slider__block {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 580px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.slider__text-group {
  width: 100%;
  position: absolute;
  top: 45%;
  z-index: 1;
}
.slider__title, .slider__text {
  font-family: 'RobotoSlab Bold', serif;
  color: #fff;
  line-height: 52px;
	font-size: 24px;
}
.slider__text {
  top: 55%;
  font-size: 16px;
  font-family: 'NotoSans Regular', serif;
}
@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.active .fadeUp {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
/* Slider end */
/* Feedback */
.feedback {
  position: relative;
  bottom: 105px;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 100px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
  z-index: 2;
}
.feedback__heading {
  margin-bottom: 40px;
  font-size: 16px;
  color: #fff;
}
.feedback-form {
  padding-left: 15px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
}
.feedback-form__name, .feedback-form__phone {
  margin: 0 2px;
  padding: 20px 10px 20px 50px;
  display: inline-block;
  max-width: 230px;
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}
.feedback-form__button {
  margin: 15px;
  padding: 20px;
  max-width: 225px;
  width: 100%;
}
.feedback-form__button:hover {
  background-position: right center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* Feedback end */
/* Advantages */
.advantages {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 280px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.advantages__title,.advantage__heading {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.advantage__group {
  width: 100%;
  padding: 50px 30px 20px;
  min-height: 210px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.advantage__group:hover {
  -webkit-box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
}
.advantage__img {
  height: 50px;
}
.advantage__heading {
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
}
/* Advantages end */
/* Special */
.special {
  position: relative;
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 500px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.special__title, .special__heading {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.special__group {
  position: relative;
  min-height: 360px;
  margin: 20px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.special__img {
  position: absolute;
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.special__group:hover .special__img {
  height: 240px;
}
.special__group:hover {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.special__caption {
  width: 100%;
  position: absolute;
  bottom: 5px;
  padding: 25px;
  background: #fff;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.special__group:hover .special__caption {
  padding-bottom: 75px;
}
.special__button {
  margin: auto;
  padding: 15px;
  max-width: 175px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  opacity: 0;
  -webkit-transform: translate3d(0,15px,0);
  transform: translate3d(0,15px,0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s;
	-o-transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.special__group:hover .special__button {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.special__button:hover {
  background-position: right center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* Special end */
/* Verify */
.verify {
  position: relative;
  margin: 60px 0;
  padding: 130px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 500px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.verify__title {
  line-height: 52px;
  font-family: 'RobotoSlab Bold', sans-serif;
	font-size: 24px;
}
.verify__text {
  padding: 30px 0;
  line-height: 24px;
}
/* Verify end */
/* Reviews */
.reviews {
  position: relative;
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 500px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.reviews__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.reviews__block {
  padding: 40px 0;
}
.reviews__group {
  margin: 40px 5px 15px;
  position: relative;
  min-height: 210px;
}
.reviews .reviews__group .reviews__img {
  position: absolute;
  top: -40px;
  left: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.zmdi.zmdi-quote {
  position: relative;
  bottom: 10px;
}
.zmdi.zmdi-quote:before {
  background-image: -webkit-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.reviews__caption {
  width: 100%;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.reviews__caption:hover {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.reviews__text {
  position: relative;
  bottom: 15px;
  line-height: 24px;
  clear: both;
}
.reviews-name {
  margin: 20px 0 15px;
  font-family: 'NotoSans Bold', sans-serif;
}
.reviews-name, .reviews-position {
  text-transform: uppercase;
  font-size: 16px;
}
.reviews-position  {
  color: #888;
  font-size: 12px;
}
/* Reviews end  */
/* Consult */
.consult {
  position: relative;
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 1090px;
  min-height: 180px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
	width: 100%;
}
.consult__title {
  color: #fff;
  text-transform: uppercase;
  font-family: 'RobotoSlab Bold', serif;
	font-size:24px;
}
.consult__text {
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0;
  color: #fff;
}
.consult__button {
  padding: 15px 20px;
  max-width: 220px;
  width: 100%;
}
.consult__button:hover {
  background-position: right center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#wpcf7-f495-p1942-o2 p {
	margin-bottom: 0;
}
/* Consult end */
/* Offer */
.offer {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 430px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.offer__img {
  position: relative;
  top: 30px;
  height: 420px;
}
.offer__title {
  line-height: 52px;
  font-family: 'RobotoSlab Bold', serif;
  color: #fff;
	font-size: 24px;
}
.offer__list {
  display: block;
	list-style-type: none;
}
.offer__list-item {
  color: #fff;
  font-family: 'NotoSans Bold', sans-serif;
  font-size: 22px;
  line-height: 52px;
}
.offer__link {
  color: #fff;
  border-bottom: 2px dotted #fff;
}
.offer__link:hover, .offer__link:focus,
.offer__link:active {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}
/* Offer end */
/* News */
.news {
  padding: 72px 4px 1px 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 75%;
  width: 100%;
  min-height: 700px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.news__title,.news__heading {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news__group {
  position: relative;
  margin: 15px 0;
  overflow: hidden;
}
.news__img {
  padding: 20px 15px;
  min-height: 310px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1.0) translateZ(0);
  transform: scale(1.0) translateZ(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.news__img::after {
  content: '';
  background-color: rgba(50, 50, 50, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.news__img:hover {
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}
.news__heading {
  padding: 20px 15px;
  position: absolute;
  bottom: 0;
  color: #fff;
}
/* News end*/
/* Page title */
.page-title {
  position: relative;
  margin-top: 120px;
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 100px;
  opacity: 1;
  font-family: 'NotoSansRegular', sans-serif;
}
.page-title__heading {
  font-size: 18px;
  font-family: 'NotoSans Bold', sans-serif;
}
.page-title__text {
  color: #888;
  line-height: 24px;
}
.page-title__text:hover{
  color: #888;
  line-height: 24px;
}
/* Page title end */
/* Description */
.description {
  position: relative;
  padding: 60px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 280px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.description__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.description__text p {
  margin: 15px 0;
  line-height: 24px;
}
/* Description end */
/* Stages */
.stages {
  position: relative;
  padding: 40px 0;
  background-color: #f9f9f9;
  width: 100%;
  min-height: 280px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.stages__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.stages__text-group {
  margin: 15px 0;
}
.stages__text {
  position: relative;
  padding: 0 15px;
  line-height: 24px;
}
.stages__img {
  position: absolute;
  bottom: -40px;
  right: 20%;
}
/* Stages end */
/* Events */
.events {
  position: relative;
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 600px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.events__title, .events__heading {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.events .events__group {
  width: 100%;
  margin: 15px 0;
  padding: 35px;
  min-height: 210px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.events__group:hover {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
}
.events__text {
  margin-top: 35px;
  line-height: 24px;
  text-align: left;
}
.events__list {
  position: relative;
  counter-reset: num;
}
.events__list ::before {
  content: counter(num) '';
  counter-increment: num;
  position: absolute;
  font-size: 72px;
  font-family: 'RobotoSlab Bold', serif;
  color: #f7f7f7;
  z-index: -1;
}
.events__list-item {
  margin-top: 35px;
  line-height: 24px;
  text-align: left;
}
/* Events end */
/* Stages */
.audit {
  position: relative;
  padding: 40px 0;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 280px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.audit__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.audit__text-group {
  margin: 15px 0;
}
.audit__text {
  position: relative;
  padding: 0 15px;
  line-height: 24px;
}
.audit__img {
  position: absolute;
  bottom: -40px;
  right: 20%;
}
/* Stages end */
/* Plan */
.plan {
  position: relative;
  padding-top: 80px;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 400px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.plan__title, .plan__heading {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.plan__heading {
  padding: 20px 0;
}
.plan-pills__block {
  padding: 40px 0;
}
.plan .plan-pills .active {
  color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), to(rgb(140, 215, 29)));
  background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
}
.plan .nav-pills {
  margin: 15px 0;
}
.nav .plan__links {
  display: inline-block;
  margin: 15px 0;
  margin-right: 10px;
  padding: 15px 30px;
  color: #888;
  border-radius: 25px;
  background-color: #f7f7f7;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.plan__links:hover, .plan__links:focus, .plan__links:active {
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), to(rgb(140, 215, 29)));
  background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.plan-caption {
  padding: 20px 40px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.plan__list-item {
  position: relative;
  padding: 10px 0;
  line-height: 24px;
}
/* Plan end */
/* Audit gallery */
.gallery {
  position: relative;
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 600px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.gallery__title, .gallery__heading {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.gallery__block {
  padding: 40px 0;
}
.gallery__group {
  display: block;
  margin: 15px 0;
  overflow: hidden;
}
.gallery__group:hover {
  cursor: pointer;
}
.gallery__img {
  min-height: 350px;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.gallery__img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
      transform: scale(1.05);
}

/* Gallery end */
/* About-us */
.about {
  position: relative;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 280px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.about__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.about__group {
  width: 100%;
  min-height: 200px;
}
img{
	max-width: 100%;
	height: auto;
}
.about__group img{
  max-width: 100%;
	height: auto;
}
.about__text {
  line-height: 24px;
}
.about__img {
  margin: 5px 0;
  width: 100%;
}
/* About-us end */
/* Team */
.team {
  position: relative;
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 280px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.team__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.team__group {
  width: 100%;
  margin: 15px 0;
  min-height: 210px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.team__group:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.1);
}
.team__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 230px;
}
.team__text-block {
  padding: 15px 20px
}
.team-name, .team-position {
  line-height: 24px;
}
.team-name {
  font-family: 'RobotoSlab Bold', sans-serif;
}
.team-position {
  font-size: 12px;
  color: #888;
}
/* Team end */
/* Map */
#map {
	height: 100%;
  min-height: 715px;
  width: 100%;
  position:absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.map {
  position: relative;
  padding: 40px 0;
  min-height: 715px;
  font-family: 'Mariupol Regular', sans-serif;
  z-index: 1;
}
.map .container {
  position: static;
}
.map__block {
  padding: 30px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 25px 45px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 25px 45px 5px rgba(0, 0, 0, 0.2);
}
.map__title {
  margin-bottom: 30px;
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.map__label {
  position: absolute;
  top: 25px;
  left: 10px;
  color: #888;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.active .map__label {
  top: 5px;
  color: rgb(42, 197, 97);
  background-image: -webkit-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
}
.map-name__input, .map-phone__input,
.map-message__textarea {
  display: block;
  border: none;
  border-bottom: 2px solid rgba(140, 215, 29, 0);
  margin: 15px 0;
  padding: 25px 10px 5px;
  width: 100%;
  color: #888;
  outline: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  resize: none;
}
.map-name__input:hover, .map-phone__input:hover,
.map-message__textarea:hover {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 15px 5px rgba(50, 50, 50, 0.1);
}
.map-name__input:focus, .map-phone__input:focus,
.map-message__textarea:focus {
  border-bottom: 2px solid rgba(140, 215, 29, 1);
}
.map__button {
  margin-top: 15px;
  display: inline-block;
  padding: 20px;
  max-width: 200px;
  width: 100%;
  font-size: 14px;
  font-family: 'NatoSans Regular', sans-serif;
}
.map__button:hover {
  background-position: right center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.map__text {
  margin-top: 30px;
  font-family: 'NatoSans Regular', sans-serif;
  line-height: 24px;
}

.map-consult {
  margin-top: 15px;
}
/* Map end */
/* Solar stations */
/* Solar-carousel */
.solar-slides {
  padding: 40px 0;
  position: relative;
  width: 100%;
  min-height: 400px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.solar-slides .tab-content {
  width: 100%;
}

/* Solar-carousel end */
.solar {
  position: relative;
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 1000px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.solar__title, .solar__heading {
  font-size: 24px;
  line-height: 28px;
  font-family: 'RobotoSlab Bold', serif;
}
.solar-pills__button.active,
.solar-pills__button {
  font-family: 'RobotoSlab Bold', serif;
  font-size: 14px;
  margin: 0 10px;
  padding: 15px 20px;
  max-width: 220px;
  width: 100%;
  color: #fff;
  background-image: -webkit-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
}
.solar-pills {
  padding: 40px 0;
}
.solar-pills__button {
  background-image: none;
  background-color: #f7f7f7;
  color: #888;
}
.solar-pills__button:hover {
  background-position: right center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.solar-slider {
  position: relative;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 2500px;
  perspective: 2500px;
}
.solar-slider .owl-item {
  position: absolute;
  overflow: hidden;
  top: 0;
  display: block;
  margin: 0;
  text-align: left;
}
.solar .solar__group {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 35px 50px;
  min-height: 210px;
  border: 2px solid rgba(42, 197, 97, 0);
  background-color: #fefefe;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  opacity: 0.5;
  -webkit-animation-name: solar-back;
          animation-name: solar-back;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
          transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.solar .solar__group:hover {
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  -webkit-box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
}
.solar .solar__group.currect {
  left: 0;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  border: 2px solid rgba(42, 197, 97, 1);
  -webkit-animation-name: solar-front;
          animation-name: solar-front;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@-webkit-keyframes solar-front {
 0% {
   opacity: 0.5;
   -webkit-transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
   -ms-transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
   transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
 }
 50% {
   opacity: 0.8;
   -webkit-transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
   -ms-transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
   transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
 }
 100% {
   opacity: 1;
   left: 0;
   -webkit-transform: none;
           transform: none;
   border: 2px solid rgba(42, 197, 97, 1);
 }
}
@keyframes solar-front {
 0% {
   opacity: 0.5;
   -webkit-transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
   -ms-transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
   transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
 }
 50% {
   opacity: 0.8;
   -webkit-transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
   -ms-transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
   transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
 }
 100% {
   opacity: 1;
   left: 0;
   -webkit-transform: none;
           transform: none;
   border: 2px solid rgba(42, 197, 97, 1);
 }
}
@-webkit-keyframes solar-back {
 0% {
   opacity: 1;
   left: 0;
   -webkit-transform: none;
           transform: none;
   border: 2px solid rgba(42, 197, 97, 1);
 }
 50% {
   opacity: 1;
   -webkit-transform: translateX(300px) translateZ(0px) rotateY(-10deg);
   -ms-transform: translateX(300px) translateZ(0px) rotateY(-10deg);
   transform: translateX(300px) translateZ(0px) rotateY(-10deg);
 }
 100% {
   -webkit-transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
   -ms-transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
   transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
 }
}
@keyframes solar-back {
 0% {
   opacity: 1;
   left: 0;
   -webkit-transform: none;
           transform: none;
   border: 2px solid rgba(42, 197, 97, 1);
 }
 50% {
   opacity: 1;
   -webkit-transform: translateX(300px) translateZ(0px) rotateY(-10deg);
   -ms-transform: translateX(300px) translateZ(0px) rotateY(-10deg);
   transform: translateX(300px) translateZ(0px) rotateY(-10deg);
 }
 100% {
   -webkit-transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
   -ms-transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
   transform: translateX(300px) translateZ(-300px) rotateY(-30deg);
 }
}
.solar .solar-pills .active,
.solar .nav-item .active,
.solar-slides .solar-pills .active,
.solar-slides .nav-item .active {
  color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), to(rgb(140, 215, 29)));
  background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
}
.solar .nav-pills, .solar-slides .nav-pills {
  margin: 15px 0;
  font-family: 'RobotoSlab Bold', serif;
}
.nav .solar__links {
  display: inline-block;
  margin-right: 10px;
  padding: 15px 35px;
  color: #888;
  border-radius: 25px;
  background-color: #f7f7f7;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.solar__links:hover, .solar__links:focus, .solar__links:active {
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), to(rgb(140, 215, 29)));
  background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.solar__img {
  width: 250px;
  height: 250px;
  position: absolute;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-box-shadow: 0px 15px 30px 0px rgba(210, 210, 210, 0.35);
  box-shadow: 0px 15px 30px 0px rgba(210, 210, 210, 0.35);
}
.currect .solar__img {
  left: -15%;
  opacity: 1;
}
.solar-caption .solar__heading {
  margin: 15px 0;
}
.solar__list {
  min-height: 210px;
  padding: 5px 30px;
  background-color: #f7f7f7;
	list-style-type: none;
}
.solar__list-item {
  position: relative;
  font-size: 20px;
  line-height: 40px;
}
.solar-prices {
  margin-top: 20px;
  -webkit-overflow-scrolling:touch;
}
.solar-prices__list {
  margin-top: 25px;
}
.solar-prices__list, .solar-prices-stand__list,
.solar-prices-prem__list {
  display: inline-block;
  line-height: 20px;
	list-style-type: none;
}
.solar-prices-stand__list,
.solar-prices-prem__list {
  width: 110px;
  margin-left: 5px;
  padding: 5px 15px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.solar-stand__title, .solar-prem__title {
  font-family: 'NotoSans Bold', sans-serif;
}
.solar-prices__list-item .fa-check {
  color: #00ce32;
}
.solar-prices__list-item .fa-close {
  color: #ff3435;
  margin: 0 2px;
}
.solar-prices__list-item:last-child {
  margin: 10px 0;
  font-family: 'NotoSans Bold', sans-serif;
}

/* Solar stations end */
/* Feedback */
.callback {
  position: relative;
  padding: 40px 0;
  background-color: #f7f7f7;
  width: 100%;
  min-height: 200px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
  z-index: 1;
}
.callback__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.callback .hr_g {
  margin: 20px auto;
}
.callback__text {
  margin-bottom: 40px;
  font-size: 16px;
}
.callback-form {
  padding-left: 15px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 50px 5px rgba(50, 50, 50, 0.1);
}
/* Feedback end */
/* Parts */
 .parts {
  position: relative;
  padding: 80px 0;
  background-color: rgba(50, 50, 50, 0);
  width: 100%;
  min-height: 480px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.parts__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.parts__block {
  margin: 15px 0;
}
.parts .nav {
  display: inline-block;
}
.parts .nav-tabs {
  border: none;
}
.parts .nav-item {
  margin-bottom: 10px;
  background-color: #f7f7f7;
}
.parts .tab-content {
  display: table;
}
.parts__list-link.active {
  background-color: #fff;
  -webkit-box-shadow: -20px 0px 40px 0px rgba(50, 50, 50, 0.1);
          box-shadow: -20px 0px 40px 0px rgba(50, 50, 50, 0.1);
}
.parts__list-link {
  display: inline-block;
  width: 100%;
  padding: 25px 15px;
  color: #333;
  background-color: #f7f7f7;
}
.parts__list-link:hover, .parts__list-link:focus,
.parts__list-link:active {
  text-decoration: none;
  color: #333;
}
.parts .tab-pane.active {
  padding: 20px 30px;
  -webkit-box-shadow: 0px 0px 95px 0px rgba(50, 50, 50, 0.1);
          box-shadow: 0px 0px 95px 0px rgba(50, 50, 50, 0.1);
}
.parts-tab__text {
  margin-bottom: 30px;
  line-height: 24px;
}
.parts-tab__img {
  height: 100px;
  max-width: 100%;
  margin-bottom: 30px;
}
.parts-tab__list {
  position: relative;
  bottom: 15px;
  display: inline-block;
  line-height: 24px;
  padding: 0 30px;
	list-style-type: none;
}
.parts-tab__list-heading {
  font-family: 'NotoSans Bold', sans-serif;
}
/* Parts end */
/* Levels */
.levels {
 position: relative;
 padding: 40px 0;
 background-color: rgba(50, 50, 50, 0);
 width: 100%;
 min-height: 400px;
 opacity: 1;
 font-family: 'NotoSans Regular', sans-serif;
}
.levels__title {
 font-size: 24px;
 font-family: 'RobotoSlab Bold', serif;
}
.levels__block {
  padding: 40px 0;
}
.levels-hidden {
  display: none;
}
.levels__group {
  width: 100%;
  min-height: 200px;
  position: relative;
  background-color: rgba(0,0,0,0);
}
.levels-list__item:last-child .levels__img-dots {
  display: none;
}
.levels__img-bg {
  margin: auto;
  padding: 30px 0;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 95px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 95px 0px rgba(50, 50, 50, 0.1);
}
.levels__img-dots {
  position: absolute;
  right: -33%;
  top: 25%;
}
.owl-carousel .owl-item .levels__img {
  display: inline;
  width: auto;
}
.levels__img {
  height: 40px;
}
.levels-description {
  width: 75%;
  max-width: 140px;
  margin: 20px auto;
  font-size: 12px
}
/* Levels end */
/* Portfolio */
.portfolio {
  position: relative;
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 280px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.portfolio__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.portfolio-call-modal {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.portfolio__group {
  width: 100%;
  margin: 15px 0;
  min-height: 210px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.portfolio__group:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.1);
}
.portfolio__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 230px;
}
.portfolio__text-block {
  padding: 15px 20px
}
.portfolio__text {
  line-height: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.portfolio__button {
  padding: 20px;
  max-width: 220px;
  width: 100%;
  font-family: 'RobotoSlab Bold', serif;
  font-size: 14px;
}
.portfolio__button:hover {
  background-position: right center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* Portfolio end */
/* Portfolio modal */
.portfolio-modal {
  bottom: initial;
  top: 50%;
  -webkit-transform: translateY(-18em);
      -ms-transform: translateY(-18em);
          transform: translateY(-18em);
}
.portfolio-modal .modal-body .close {
  position: absolute;
  padding-bottom: 10px;
  font-size: 1.5em;
  right: 10px;
  top: 5px;
  bottom: initial;
  left: initial;
  z-index: 1;
}
.portfolio-modal .modal-body {
  padding: 0;
}
.portfolio-modal .modal-lg {
  max-width: 1000px;
}
.portfolio-modal-slider {
  overflow: hidden;
}
.portfolio-modal__img {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 500px;
  opacity: 1;
}
.portfolio-modal-slider .owl-prev,
.portfolio-modal-slider .owl-next {
  top: 40%;
  width: 90px;
  height: 90px;
  padding: 30px 10px;
  font-size: 2em;
  color: #fff;
  background-color: rgba(50, 50, 50, 0.7);
}
.portfolio-modal-slider .owl-prev:hover,
.portfolio-modal-slider .owl-next:hover {

}
.portfolio-modal-slider .owl-prev {
  left: -40px;
}
.portfolio-modal-slider .owl-next {
  right: -40px;
}
.portfolio-modal-slider .fa-angle-left {
  margin-left: 30px;
}
.portfolio-modal-slider .fa-angle-right {
  margin-right: 30px;
}
.portfolio-modal__text-group {
  margin: 35px;
  margin-left: 0;
}
.portfolio-modal__title {
  font-family: 'RobotoSlab Bold', serif;
  font-size: 28px;
}
.portfolio-modal__text {
  margin: 20px 0;
  line-height: 24px;
  color: #888;
}
.portfolio-modal__list {
  display: inline-block;
  line-height: 24px;
}
.portfolio-modal__list-item {

}
.portfolio-modal__list-heading {
  font-family: 'NotoSans Bold', sans-serif;
}
/* Portfolio modal end */
/* Posts */
.posts {
  position: relative;
  padding: 80px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 280px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.posts__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.posts__group {
  width: 100%;
  margin: 15px 0;
  min-height: 350px;
}
.posts__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 270px;
}
/* Posts text */
.posts__text-block {
  margin: 20px 0;
  position: relative;
  line-height: 24px;
}
.posts__text-block img {
  max-width: 100%;
}
.posts__text-block p,
.posts__text-block h2,
.posts__text-block h3,
.posts__text-block h4,
.posts__text-block h6 {
  margin: 10px 0;
}
.posts__text-block h2 {
  font-family: 'RobotoSlab Bold', serif;
  font-size: 2em;
  line-height: 2em;
}
.posts__text-block h3 {
  font-family: 'RobotoSlab Bold', serif;
  font-size: 1.5em;
  line-height: 1.5em;
}
.posts__text-block h4 {
  font-family: 'RobotoSlab Bold', serif;
  font-size: 1.25em;
  line-height: 1.25em;
}
.posts__text-block h6 {
  font-family: 'RobotoSlab Bold', serif;
  font-size: 0.8em;
  line-height: 0.8em;
}
.posts__text-block blockquote {
  padding: 15px 30px;
  padding-top: 0;
  font-style: italic;
  text-align: justify;
  color: #888;
  quotes: "\201C""\201D";
  background-color: #f9f9f9;
  clear: both;
}
.posts__text-block blockquote:before {
  position: relative;
  right: 15px;
  top: 30px;
  color: #888;
  content: open-quote;
  font-size: 3em;
  line-height: 0;
}
.posts__text-block blockquote:after {
  float: right;
  position: relative;
  left: 5px;
  bottom: 10px;
  color: #888;
  content: close-quote;
  font-size: 3em;
}
.posts__text-block ul li {
  margin-left: 2em;
  list-style: disc;
}
.posts__text-block ol li {
  margin-left: 2em;
  list-style: initial;
}
.posts__text-block .alignleft {
  margin-right: 15px;
  float: left;
}
.posts__text-block .alignright {
  margin-left: 15px;
  float: right;
}
.posts__text-block .aligncenter {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.posts__text-block iframe {
  width: 100%!important;
  height: 400px!important;
}
.posts__text-block td {
  padding: 5px;
  vertical-align: middle;
  border: 4px double #333;
}
.posts__title {
  font-family: 'RobotoSlab Bold', serif;
  margin: 15px 0px;
}
.posts__text {
  color: #888;
}
.post-messages, .post-watched,
.post-next, .post-share {
  display: inline;
  color: #888;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.post-messages:hover, .post-next:hover,
.post-messages:active, .post-next:active,
.post-messages:focus, .post-next:focus {
  text-decoration: none;
  color: #333;
}
/* Comments */
.comments-area {
  font-family: 'NotoSans Regular';
  font-weight: 400;
  line-height: 24px;
}
.comments-title {
  font-family: 'RobotoSlab Bold';
}
.comment-form-comment label {
  float: left;
}
#comment {
  padding: 10px 20px;
  width: 100%;
  resize: none;
  border: 2px solid #f4f4f4;
  height: 50px;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
#comment:focus {
  outline: 2px solid rgb(42, 197, 97);
  height: 110px;
}
#comments label.error {
  display: inline-block;
  background: #fff;
  margin: 0;
  position: relative;
  top: 5px;
  padding: 2px 10px;
  font-size: 12px;
  font-family: "Roboto";
  color: #333;
  border: 1px solid #f00;
  border-radius: 8px;
}
.comment-form-author, .comment-form-email {
  margin: 15px 0;
}
#author, #email {
  display: block;
  padding-left: 10px;
  border: 2px solid #f4f4f4;
}
#author:focus, #email:focus  {
  outline: 2px solid rgb(42, 197, 97);
}
.form-submit {
  text-align: right;
}
#submit {
  margin: 15px 0;
  padding: 10px 0;
  width: 160px;
  font-family: 'NotoSans Regular', sans-serif;
}
#submit:hover {
  background-position: right center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.comment-body {
  position: relative;
  padding: 10px 0 15px;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  margin: 15px 0;
}
.comment-meta {

}
.comment-author b {
  font-family: 'NotoSans Bold', sans-serif;
}
.comment-author span {
  display: none;
}
.comment-author img {
  float: left;
  margin-right: 25px;
  border-radius: 50%;
  vertical-align: top;
}
.comment-metadata {
  position: absolute;
  top: 10px;
  right: 0;
}
.comment-metadata a {
  color: #888;
}
.comment-metadata a:hover {
  text-decoration: none;
  cursor: none;
}
.comment-content {

}
.reply {
  background-image: -webkit-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  background-image: -o-linear-gradient( 0deg, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Comments end */
/* Posts end */
/* Pagination */
.pagination {
  position: relative;
  margin-bottom: 80px;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 60px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.pagination .nav-links {
  width: 100%;
  line-height: 60px;
  border: 1px solid #f2f2f2;
}
.page-numbers {
  color: #333;
  display: inline;
  padding: 10px;
  margin: 0 5px;
}
.page-numbers:hover, .page-numbers:active {
  color: #333;
}
.page-numbers.current  {
  color: #fff;
  padding: 5px 12px;
}
.page-numbers.prev, .page-numbers.next {
  color: #fff;
  padding: 10px 20px;
}
/* Pagination end */
/* Single post */
.post {
  position: relative;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-height: 280px;
  opacity: 1;
  font-family: 'NotoSans Regular', sans-serif;
}
.post__title, .last-news__title {
  font-size: 24px;
  font-family: 'RobotoSlab Bold', serif;
}
.post__group {
  width: 100%;
  margin: 15px 0;
  min-height: 40px;
}
.post__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 430px;
}
.post .post-interact {
  line-height: 40px;
}
.post-share .fa.fa-facebook,
.post-share .fa.fa-twitter,
.post-share .fa.fa-google-plus,
.post-share .fa.fa-vk {
  margin: 5px;
  padding: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  background-image: none;
}
.post-share .fa.fa-facebook:hover,
.post-share .fa.fa-twitter:hover,
.post-share .fa.fa-google-plus:hover,
.post-share .fa.fa-vk:hover {
  cursor: pointer;
}
.post-share .fa.fa-facebook{
  background-color: #3b5999;
}
.post-share .fa.fa-twitter {
  background-color: #55acee;
}
.post-share .fa.fa-google-plus {
  background-color: #dd4b39;
}
.post-share .fa.fa-vk {
  background-color: #4c75a3;
}
.post .posts__text {
  color: #333;
  min-height: 48px;
}
/* Single post end */
/* Last news */
.last-news__title {
  display: inline;
}
.last-news__link {
  width: auto;
  font-size: 14px;
  padding: 5px 25px;
}
.last-news__link:hover, .last-news__link:focus,
.last-news__link:active {
  color: #fff;
  text-decoration: none;
  background-position: right center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.last-news__img {
  margin: 5px;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: top center;
  background-size: cover;
}
.addtoany_share_save_container {
  padding: 5px 0 15px;
}
.addtoany_share_save_container .addtoany_list a span {
  border-radius: 50px !important;
  padding: 4px;
}

/* Last news end */
/* Media queries */
/* Large */
@media only screen and (max-width: 1199px) {
  .levels__img-dots {
    width: 55px;
  }
}
/* Medium */
@media only screen and (max-width: 991px) {
  .feedback-form__name, .feedback-form__phone {
    margin-top: 15px;
  }
  .portfolio-modal__text-group {
    margin-left: 35px;
  }
  .levels__img-dots {
    right: -20%;
  }
  .levels-list__item:nth-child(3n) .levels__img-dots {
    display: none;
  }
  .solar .solar__group {
    -webkit-transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
            transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
  }
  @-webkit-keyframes solar-front {
   0% {
     opacity: 0.5;
     -webkit-transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
     -ms-transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
     transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
   }
   50% {
     opacity: 0.8;
     -webkit-transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
     -ms-transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
     transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
   }
   100% {
     opacity: 1;
     left: 0;
     -webkit-transform: none;
             transform: none;
     border: 2px solid rgba(42, 197, 97, 1);
   }
  }
  @keyframes solar-front {
   0% {
     opacity: 0.5;
     -webkit-transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
     -ms-transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
     transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
   }
   50% {
     opacity: 0.8;
     -webkit-transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
     -ms-transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
     transform: translateX(-200px) translateZ(-300px) rotateY(20deg);
   }
   100% {
     opacity: 1;
     left: 0;
     -webkit-transform: none;
             transform: none;
     border: 2px solid rgba(42, 197, 97, 1);
   }
  }
  @-webkit-keyframes solar-back {
   0% {
     opacity: 1;
     left: 0;
     -webkit-transform: none;
             transform: none;
     border: 2px solid rgba(42, 197, 97, 1);
   }
   50% {
     opacity: 1;
     -webkit-transform: translateX(200px) translateZ(0px) rotateY(-10deg);
     -ms-transform: translateX(200px) translateZ(0px) rotateY(-10deg);
     transform: translateX(200px) translateZ(0px) rotateY(-10deg);
   }
   100% {
     -webkit-transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
     -ms-transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
     transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
   }
  }
  @keyframes solar-back {
   0% {
     opacity: 1;
     left: 0;
     -webkit-transform: none;
             transform: none;
     border: 2px solid rgba(42, 197, 97, 1);
   }
   50% {
     opacity: 1;
     -webkit-transform: translateX(200px) translateZ(0px) rotateY(-10deg);
     -ms-transform: translateX(200px) translateZ(0px) rotateY(-10deg);
     transform: translateX(200px) translateZ(0px) rotateY(-10deg);
   }
   100% {
     -webkit-transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
     -ms-transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
     transform: translateX(200px) translateZ(-300px) rotateY(-30deg);
   }
  }
}
/* Small */
@media only screen and (max-width: 767px) {
  .offer {
    background-position: 0% center;
  }
  .levels__img-dots {
    right: -28%;
  }
  .modal .ekko-lightbox-nav-overlay a {
    opacity: 1;
  }
  .solar-slides .nav-pills {
    display: inline-block;
  }
  .solar-slides .solar__group {
    border: 1px solid #f7f7f7;
    padding: 15px 0;
  }
  .solar-slides .solar__list-item {
    font-size: 18px;
    line-height: 36px;
  }
  .solar-slides .owl-dots {
    position: absolute;
    top: -30px;
    left: 0;
    bottom: initial;
  }
  .solar-prices__list {
    margin-top: 15px;
  }
}
/* Extra small */
@media only screen and (max-width: 575px) {
  .verify__title {
    line-height: 26px;
  }
  .special, .verify, .reviews,
  .consult, .news, .about, .team,
  .posts, .post, .portfolio, .parts,
  .description, .events, .plan,
  .gallery {
    padding: 40px 0;
  }
  .plan .nav-pills,
  .parts .nav-tabs {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  h1 {
    font-size: 28px;
  }
  .slider__text-group {
    top: 30%;
  }
  .offer__list-item {
    line-height: 42px;
  }
  .solar-prices-stand__list,
  .solar-prices-prem__list {
    width: 100%;
    margin: 0;
  }
  .posts__text-block iframe {
    height: 300px!important;
  }

    .feedback-form__name, .feedback-form__phone{
        border: dashed 1px #8cd71d;
    }
}
/* xExtra small */
@media only screen and (max-width: 375px) {
  .callback-form {
    top: 160px;
  }
  .portfolio-modal__title {
    font-size: 18px;
  }
  .portfolio__button {
    margin-top: 20px;
  }
  .last-news__link {
    margin-top: 15px;
  }
  #author, #email {
    width: 100%;
  }
  .posts__text-block iframe {
    height: 200px!important;
  }
}
/******** Green Tarif ********/

/* OdesSeo */
.fixed-buttons {
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: flex;
	flex-direction: column;
	z-index: 999;
}

.fixed-buttons__btn {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	padding: 0;
	background: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	color: #000;
	border: none;
	border-radius: 40px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
	cursor: pointer;
	outline: none !important;
	transition: all 300ms ease;
}

.fixed-buttons__btn:last-child {
	margin: 0;
}

.fixed-buttons__btn:before {
	font: normal normal normal 16px/1 FontAwesome;
}

.fixed-buttons__btn--up {
	color: #2AC561;
}

.fixed-buttons__btn--call {
	position: relative;
	background: #2AC561;
	color: #fff;
}

.fixed-buttons__btn--fb {
	color: #3b5998;
}

.fixed-buttons__btn--instagram {
	color: #cd3081;
}

.fixed-buttons__btn--yt {
	color: #f00;
}

.fixed-buttons__btn:hover {
	text-decoration: none;
	color: #fff;
}

.fixed-buttons__btn--up:before {
	content: '\f077';
}

.fixed-buttons__btn--call:before {
	content: '\f095';
}

.fixed-buttons__btn--call:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #2AC561;
	opacity: 0;
	filter: blur(1px);
	animation: fixed-button-call linear 1000ms infinite;
	z-index: -1;
	content: '';
}

.solar-brand {
	display: inline-block;
	width: 100%;
	height: 200px;
}

.solar-brand img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@keyframes fixed-button-call {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}
	30% {
		transform: translate(-50%, -50%) scale(1.3);
		opacity: .5;
	}
	100% {
		transform: translate(-50%, -50%) scale(2);
		opacity: 0;
	}
}

.fixed-buttons__btn--fb:before {
	content: '\f09a';
}

.fixed-buttons__btn--instagram:before {
	content: '\f16d';
}

.fixed-buttons__btn--yt:before {
	font-size: 24px;
	content: '\f167';
}

.fixed-buttons__btn--up:hover {
	background: #2AC561;
}

.fixed-buttons__btn--fb:hover {
	background: #3b5998;
}

.fixed-buttons__btn--instagram:hover {
	background: #cd3081;
}

.fixed-buttons__btn--yt:hover {
	background: #f00;
}

.news__grid-img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.news__grid-title {
	height: 72px;
}

.news__grid-excerpt {
	position: relative;
	height: 200px;
	overflow: hidden;
}

.news__grid-excerpt:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 15px;
	background: linear-gradient(to top, #fff, rgba(255, 255, 255, .3));
	filter: blur(2px);
	content: '';
}
.type-nasos strong {
margin: 10px 0;	
}
.feedback-form p {
	margin-bottom: 0;
}

.feedback-nasos {
	bottom: 15px;
}

.feedback-kotly {
	bottom: 1px;
}
.nasos-img img {
	margin-bottom: 20px;
}

.img-center {
	text-align: center;
}

.article-rating {
	margin-top: 15px;
	padding-bottom: 30px;
}

.article-rating__rating {
	padding: 5px 0;
	font-size: 14px;
	font-weight: 600;
}

.article-rating__rating strong {
	color: #2AC561;
}

.article-rating__rate-title {
	display: block;
	margin-top: 10px;
}

.article-rating__rate {
	display: inline-flex;
	align-items: center;
}

.article-rating__preload {
	width: 24px;
	height: 24px;
	margin-left: 5px;
	background: url('../img/rating-preload.gif') no-repeat;
	background-size: contain;
}

.article-rating__rate-btn {
	position: relative;
	margin-right: 5px;
	padding: 0;
	width: 20px;
	height: 20px;
	background: none;
	color: #2AC561;
	border: none;
	user-select: none;
	cursor: pointer;
	outline: none !important;
}

.article-rating__rate-btn > .fa {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 16px;
}

.article-rating__rate-btn > .fa-star {
	transition: opacity .3s ease;
	opacity: 0;
}

.article-rating__rate-btn--active > .fa-star {
	opacity: 1;
}

.header-list .menu-item > .sub-menu {
	width: 100%;
}

.menu-item:hover .sub-menu li {
	display: block !important;
}

.sub-menu > li > .sub-menu {
	position: absolute;
	left: 100%;
	top: 0 !important;
	width: 200px;
	opacity: 0 !important;
	transition: opacity .3s ease, visibility 0s linear .3s;
}

.sub-menu > li:hover > .sub-menu {
	opacity: 1 !important;
	visibility: visible;
	transition: opacity .3s ease, visibility 0s linear;
}

@media (max-width: 767px) {

	.fixed-buttons {
		right: unset;
		left: 50%;
		transform: translateX(-50%);
		flex-direction: row;
	}

	.fixed-buttons__btn {
		margin-bottom: 0;
		margin-right: 10px;
	}

	.news__grid-img {
		max-width: 100%;
		height: auto;
		object-fit: unset;
	}

	.news__grid-title {
		height: auto;
	}

	.news__grid-excerpt {
		height: auto;
	}

	.news__grid-excerpt:after {
		display: none;
	}

}
#wpcf7-f495-p2950-o2 .wpcf7-form-control::placeholder{color: #fff;font-weight: bold;margin: 0 0px;padding: 20px;display: inline-block;max-width: 280px;width: 100%;border: none;font-size: 16px;}
#wpcf7-f495-p2950-o2 .wpcf7-form-control{color: #fff;font-weight: bold;background-color: #37c758;border-radius: 35px;padding: 20px 10px 20px 10px; text-align: center;}
/* ******** OdesSeo ******** */
	.about__title_1 {
		font-size: 24px;
		font-family: 'RobotoSlab Bold', serif;
		margin-left: 163px;
}
.hr_g1 {
    border: none;
    width: 55px;
    height: 6px;
    margin: 20px 0;
	margin-left: 163px;
	    background-image: -webkit-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
    background-image: -o-linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(42, 197, 97)), to(rgb(140, 215, 29)));
    background-image: -webkit-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
    background-image: -o-linear-gradient(left, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
    background-image: linear-gradient(to right, rgb(42, 197, 97) 0%, rgb(140, 215, 29) 100%);
    border-radius: 25px;
	}
