@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.container .row > div {
  padding: 0 15px;
  margin: 0 auto;
}
.container .row > .mb-40 {
  margin-bottom: 20px;
}
.container .row > .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container .row > .a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .row .col-1 {
  width: calc(8.3333333333% - 15px);
}
.container .row .col-2 {
  width: calc(16.66% - 15px);
}
.container .row .col-3 {
  width: calc(25% - 15px);
}
.container .row .col-4 {
  width: calc(33.33% - 15px);
}
.container .row .col-5 {
  width: calc(41.66% - 15px);
}
.container .row .col-6 {
  width: calc(50% - 15px);
}
.container .row .col-7 {
  width: calc(58% - 15px);
}
.container .row .col-8 {
  width: calc(66.66% - 15px);
}
.container .row .col-9 {
  width: calc(75% - 15px);
}
.container .row .col-10 {
  width: calc(83.33% - 15px);
}
.container .row .col-11 {
  width: calc(91.66% - 15px);
}
.container .row .col-12 {
  width: calc(100% - 15px);
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 100%;
  }
  .container .row > .mb-lg-20 {
    margin-bottom: 20px;
  }
  .container .row .col-lg-1 {
    width: calc(8.3333333333% - 15px);
  }
  .container .row .col-lg-2 {
    width: calc(16.66% - 15px);
  }
  .container .row .col-lg-3 {
    width: calc(25% - 15px);
  }
  .container .row .col-lg-4 {
    width: calc(33.33% - 15px);
  }
  .container .row .col-lg-5 {
    width: calc(41.66% - 15px);
  }
  .container .row .col-lg-6 {
    width: calc(50% - 15px);
  }
  .container .row .col-lg-7 {
    width: calc(58% - 15px);
  }
  .container .row .col-lg-8 {
    width: calc(66.66% - 15px);
  }
  .container .row .col-lg-9 {
    width: calc(75% - 15px);
  }
  .container .row .col-lg-10 {
    width: calc(83.33% - 15px);
  }
  .container .row .col-lg-11 {
    width: calc(91.66% - 15px);
  }
  .container .row .col-lg-12 {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .container .row .col-md-1 {
    width: calc(8.3333333333% - 15px);
  }
  .container .row .col-md-2 {
    width: calc(16.66% - 15px);
  }
  .container .row .col-md-3 {
    width: calc(25% - 15px);
  }
  .container .row .col-md-4 {
    width: calc(33.33% - 15px);
  }
  .container .row .col-md-5 {
    width: calc(41.66% - 15px);
  }
  .container .row .col-md-6 {
    width: calc(50% - 15px);
  }
  .container .row .col-md-7 {
    width: calc(58% - 15px);
  }
  .container .row .col-md-8 {
    width: calc(66.66% - 15px);
  }
  .container .row .col-md-9 {
    width: calc(75% - 15px);
  }
  .container .row .col-md-10 {
    width: calc(83.33% - 15px);
  }
  .container .row .col-md-11 {
    width: calc(91.66% - 15px);
  }
  .container .row .col-md-12 {
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 576px) {
  .container .row .col-sm-1 {
    width: calc(8.3333333333% - 15px);
  }
  .container .row .col-sm-2 {
    width: calc(16.66% - 15px);
  }
  .container .row .col-sm-3 {
    width: calc(25% - 15px);
  }
  .container .row .col-sm-4 {
    width: calc(33.33% - 15px);
  }
  .container .row .col-sm-5 {
    width: calc(41.66% - 15px);
  }
  .container .row .col-sm-6 {
    width: calc(50% - 15px);
  }
  .container .row .col-sm-7 {
    width: calc(58% - 15px);
  }
  .container .row .col-sm-8 {
    width: calc(66.66% - 15px);
  }
  .container .row .col-sm-9 {
    width: calc(75% - 15px);
  }
  .container .row .col-sm-10 {
    width: calc(83.33% - 15px);
  }
  .container .row .col-sm-11 {
    width: calc(91.66% - 15px);
  }
  .container .row .col-sm-12 {
    width: calc(100% - 15px);
  }
}
@font-face {
  font-family: "HeliosExt";
  src: local("☺"), url("../fonts/HeliosExt/HeliosExt-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HeliosExt";
  src: local("☺"), url("../fonts/HeliosExt/HeliosExt.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("☺"), url("../fonts/Inter/Inter-Medium.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("☺"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("☺"), url("../fonts/Roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("☺"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("☺"), url("../fonts/Roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, p, ul, li {
  padding: 0;
  margin: 0;
}

h1, h2 {
  font-family: "HeliosExt";
  font-weight: 700;
  text-transform: uppercase;
  color: #313131;
}

h1, h2 {
  font-size: 2.5rem;
}

li {
  list-style: none;
}

button {
  cursor: pointer;
}

button, input, textarea {
  border: none;
  outline: none !important;
}

a {
  text-decoration: none !important;
}

p {
  font-family: "Roboto";
  font-weight: 400;
}

.btn-all {
  position: relative;
  color: #fff;
  background: #6A9C30;
  height: 60px;
  padding: 0 20px;
  cursor:pointer;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Inter";
  overflow: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.btn-all span {
  position: absolute;
  width: 15px;
  height: 200px;
  background: #fff;
  -webkit-animation: btn-all-anim 2s linear infinite;
          animation: btn-all-anim 2s linear infinite;
}
@-webkit-keyframes btn-all-anim {
  0%, 50% {
    -webkit-transform: translateX(-180px) rotate(25deg);
            transform: translateX(-180px) rotate(25deg);
  }
  100% {
    -webkit-transform: translateX(320px) rotate(25deg);
            transform: translateX(320px) rotate(25deg);
  }
}
@keyframes btn-all-anim {
  0%, 50% {
    -webkit-transform: translateX(-180px) rotate(25deg);
            transform: translateX(-180px) rotate(25deg);
  }
  100% {
    -webkit-transform: translateX(320px) rotate(25deg);
            transform: translateX(320px) rotate(25deg);
  }
}
.btn-all:hover {
  -webkit-box-shadow: 0 5px 5px #43621f;
          box-shadow: 0 5px 5px #43621f;
}

.btn-light {
  color: #6A9C30;
  border: 1px solid #6A9C30;
  height: 60px;
  padding: 0 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Inter";
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.btn-light:hover {
  -webkit-box-shadow: 0 5px 5px #a5a5a4;
          box-shadow: 0 5px 5px #a5a5a4;
}

.header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 3000;
}
.header .header_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 0;
}
.header .header_top .logo {
  width: 250px;
}
.header .header_top .header_top_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header_top .header_top_group .header_soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header_top .header_top_group .header_soc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
}
.header .header_top .header_top_group .header_soc a i {
  color: #393736;
  font-size: 1.5rem;
}
.header .header_top .header_top_group .header_soc a:last-child {
  margin-left: 10px;
}
.header .header_top .header_top_group .header_soc a:hover i {
  color: #F59617;
}
.header .header_top .header_top_group .header_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.header .header_top .header_top_group .header_phone a {
  font-weight: 700;
  font-size: 1rem;
  color: #393736;
}
.header .header_top .header_top_group .header_phone span {
  font-weight: 400;
  font-size: 0.8rem;
  color: #393736;
}
.header .header_top .header_top_group .header_btn {
  border: 1px solid #282828;
  border-radius: 5px;
  background: #fff;
  margin-left: 25px;
  padding: 7px 16px;
}
.header .header_top .header_top_group .header_btn:hover {
  border-color: #F59617;
  color: #F59617;
}
.header .header_top .header_mob-group {
  display: none;
}
.header .header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 7px;
}
.header .header_menu ul li a {
  font-weight: 400;
  font-family: "Roboto";
  font-size: 1rem;
  color: #393736;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 0;
  cursor: pointer;
}
.header .header_menu ul li a:hover {
  color: #F59617;
}
.header .header_menu ul .phone-tel {
  display: none;
}
.header .header_menu ul .phone-tel a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.header .header_menu ul .phone-tel a i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #065994;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-right: 7px;
}
.header .header_contact {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 270px;
  background: rgba(217, 244, 187, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 12px 15px;
  border-radius: 0 0 0 20px;
}
.header .header_contact .header_contact_itm {
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header_contact .header_contact_itm a {
  color: #393736;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-family: "Roboto";
}
.header .header_contact .header_contact_itm a i {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #065994;
  border-radius: 50%;
  color: #fff;
  margin-right: 7px;
}
.header .header_contact .header_contact_itm a:hover {
  color: #F59617;
}
.header .header_contact .header_contact_itm i {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #065994;
  border-radius: 50%;
  color: #fff;
  margin-right: 7px;
}
.header .header_contact .header_contact_itm p {
  color: #393736;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8rem;
  font-family: "Roboto";
  max-width: 190px;
}
.header .header_contact.active {
  display: block;
}
.header.header_scroll {
  background: rgba(255, 255, 255, 0.6901960784);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

/*----hero----*/
.hero {
  padding: 40px 0;
}
.hero .hero_cnt {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-template-rows: 49% 49%;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 2%;
}
.hero .hero_cnt .hero_txt h1 {
  margin-bottom: 20px;
}
.hero .hero_cnt .hero_txt h1 .video-btn-txt {
  font-size: 0.8rem;
  font-weight: 400;
  position: relative;
  top: -10px;
  color: #393736;
}
.hero .hero_cnt .hero_txt h1 .video-btn-txt .video-btn {
  cursor: pointer;
  display: inline-block;
}
.hero .hero_cnt .hero_txt h1 .video-btn-txt .video-btn .video-btn_ico {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35px;
  height: 35px;
  background: #EDEDED;
  border-radius: 50%;
}
.hero .hero_cnt .hero_txt h1 .video-btn-txt .video-btn .video-btn_ico i {
  font-size: 0.9rem;
  color: #6A9C30;
}
.hero .hero_cnt .hero_txt h1 .video-btn-txt .video-btn .video-btn_ico:hover::before {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #b8b7b7;
  -webkit-animation: hero-video-sl 1s linear infinite;
          animation: hero-video-sl 1s linear infinite;
}
@-webkit-keyframes hero-video-sl {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.5;
  }
}
@keyframes hero-video-sl {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.5;
  }
}
.hero .hero_cnt .hero_txt p {
  font-size: 1.06rem;
  line-height: 1.27rem;
  margin-bottom: 25px;
}
.hero .hero_cnt .hero_sl {
  position: relative;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  
}
.hero .hero_cnt .hero_sl .hero_sl-btn-group {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1000;
}
.hero .hero_cnt .hero_sl .hero_sl-btn-group .btn-sl-hero {
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #6A9C30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero .hero_cnt .hero_sl .hero_sl-btn-group .btn-sl-hero i {
  color: #fff;
}
.hero .hero_cnt .hero_sl .hero_sl-btn-group .btn-sl-hero:hover::before {
  position: absolute;
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #6A9C30;
  -webkit-animation: hero-anim-sl 1s linear infinite;
          animation: hero-anim-sl 1s linear infinite;
}
@-webkit-keyframes hero-anim-sl {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.5;
  }
}
@keyframes hero-anim-sl {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0.5;
  }
}
.hero .hero_cnt .hero_sl .hero_slider {
  position: relative;
  width: 100%;
}
.hero .hero_cnt .hero_sl .hero_slider .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero .hero_cnt .hero_sl .hero_slider .slick-dots li {
  margin: 0 4px;
}
.hero .hero_cnt .hero_sl .hero_slider .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #c2c1c0;
  font-size: 0;
}
.hero .hero_cnt .hero_sl .hero_slider .slick-dots li.slick-active button {
  background: #6A9C30;
}
.hero .hero_cnt .hero_sl .hero_slider .slick-list {
  overflow: hidden;
}
.hero .hero_cnt .hero_sl .hero_slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero .hero_cnt .hero_sl .hero_slider .slick-list .slick-track .slick-slide .hero_slider_itm img {
  width: 100%;
  border-radius: 25px;
}
.hero .hero_cnt .hero_control .hero_btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.hero .hero_cnt .hero_control .hero_btn-group .btn-all {
  margin-right: 12px;
}
.hero .hero_cnt .hero_control .header_income {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F6F6F6;
  border-radius: 8px;
  padding: 12px 15px;
}
.hero .hero_cnt .hero_control .header_income .income_img {
  margin-right: 15px;
}
.hero .hero_cnt .hero_control .header_income .income_txt span {
  font-size: 0.8rem;
}
.hero .hero_cnt .hero_control .header_income .income_txt h5 {
  font-weight: 700;
  font-family: "Roboto";
  font-size: 1.8rem;
  color: #6A9C30;
}
.hero .hero_cnt .hero_control .header_income .income_txt p {
  font-weight: 400;
  font-family: "Roboto";
  font-size: 0.9rem;
  color: #393736;
  max-width: 270px;
}

/*---questions----*/
.questions {
  padding: 50px 0;
  background: #F6F6F6;
}
.questions .questions_cnt h2 {
  max-width: 600px;
  margin-bottom: 25px;
}
.questions .questions_cnt .questions_list {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 35px;
}
.questions .questions_cnt .questions_list .questions_itm {
  background: #fff;
  border-radius: 5px;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          transition:0.2s linear;
}
.questions .questions_cnt .questions_list .questions_itm .questions_icon {
  margin-right: 15px;
  width: 80px;
  height: 80px;
  border-radius: 6px;
  background: #F1F4F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.questions .questions_cnt .questions_list .questions_itm .questions_icon img {
  width: 70px;
}
.questions .questions_cnt .questions_list .questions_itm p {
  max-width: 230px;
}
.questions .questions_cnt .questions_list .questions_itm:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 4;
}
.questions .questions_cnt .questions_list .questions_itm:nth-child(4) .questions_txt {
  width: 49%;
  margin-right: 1%;
}
.questions .questions_cnt .questions_list .questions_itm:nth-child(4) .questions_txt p {
  max-width: 90%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 10px;
}
.questions .questions_cnt .questions_list .questions_itm:nth-child(4) .questions_txt p span {
  color: #F59617;
}
.questions .questions_cnt .questions_list .questions_itm:nth-child(4) .questions_txt a {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.25rem;
  font-style: italic;
  color: #065994;
}
.questions .questions_cnt .questions_list .questions_itm:nth-child(4) .questions_terif {
  width: 49%;
  margin-left: 1%;
}
.questions .questions_cnt .questions_list .questions_itm:nth-child(4) .questions_terif p {
  max-width: 100%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 10px;
  display: block;
  margin-bottom: 12px;
}
.questions .questions_cnt .questions_list .questions_itm:nth-child(4) .questions_terif .terif_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.questions .questions_cnt .questions_list .questions_itm:nth-child(4) .questions_terif .terif_group .terif_itm {
  background: #F6F6F6;
  border-radius: 5px;
  padding: 15px;
  width: 200px;
  text-align: center;
}
.questions .questions_cnt .questions_list .questions_itm:nth-child(4) .questions_terif .terif_group .terif_itm span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Roboto";
  margin-bottom: 12px;
}
.questions .questions_cnt .questions_list .questions_itm:nth-child(4) .questions_terif .terif_group .terif_itm p {
  color: #F59617;
  font-weight: 700;
  font-size: 1.5rem;
}
.questions .questions_cnt .questions_list .questions_itm:hover{
    box-shadow: 0 0 7px #ccc;
}
/*----no_many-----*/
.no_many {
  padding: 60px 0;
}
.no_many .no-many_img {
  width: 100%;
  border-radius: 12px;
}
.no_many .no_many_txt h2 {
  font-family: "HeliosExt";
  font-weight: 400;
  margin-bottom: 15px;
}
.no_many .no_many_txt p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 15px;
}
.no_many .no_many_txt .btn-all {
  width: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*----equipment-----*/
.equipment {
  padding: 60px 0;
  background: #F6F6F6;
}
.equipment h2 {
  text-align: center;
  margin-bottom: 20px;
}
.equipment .equipmen_garant {
  margin: 0 auto;
  background: #F59617;
  max-width: 488px;
  text-align: center;
  margin-bottom: 35px;
  padding: 12px;
  border-radius: 25px;
}
.equipment .equipmen_garant p {
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.equipment .equipment_itm {
  background: #fff;
  border-radius: 12px;
  padding: 17px;
  transition:0.2s linear;
}
.equipment .equipment_itm img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.equipment .equipment_itm h5 {
  font-weight: 500;
  font-family: "Roboto";
  font-size: 1.2rem;
  line-height: 1.46rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  min-height: 70px;
  margin-bottom: 25px;
}
.equipment .equipment_btn-group {
  padding-top: 50px;
}
.equipment .equipment_btn-group .btn-all {
  width: 280px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.equipment .equipment_itm:hover{
    box-shadow: 4px 4px 5px #ccc;
    transform:scale(1.1);
}

/*----payback----*/
.payback {
  padding: 60px 0;
}
.payback .no-many_img {
  width: 100%;
  border-radius: 12px;
}
.payback .no_many_txt h2 {
  font-family: "HeliosExt";
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 2.6rem;
  margin-bottom: 15px;
}
.payback .no_many_txt p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 5px;
}
.payback .no_many_txt p span {
  color: #6A9C30;
}
.payback .no_many_txt a {
  display: block;
  color: #065994;
  -webkit-text-decoration: solid !important;
          text-decoration: solid !important;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
}
.payback .no_many_txt a:hover {
  color: #F59617;
}
.payback .no_many_txt .payback_p {
  margin-bottom: 15px;
}
.payback .no_many_txt .payback_sp {
  font-weight: 700;
  font-family: "Roboto";
}

/*----power-type----*/
.power-type {
  padding: 60px 0;
}
.power-type .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.power-type .title h2 {
  text-align: center;
  max-width: 740px;
}
.power-type .power-type_sub {
  margin: 0 auto;
  background: #F59617;
  max-width: 688px;
  text-align: center;
  margin-bottom: 15px;
  padding: 12px;
  border-radius: 25px;
}
.power-type .power-type_sub p {
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.power-type .power {
  text-align: center;
  margin-bottom: 35px;
}
.power-type .power span {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-family: "Roboto";
}
.power-type .power-type_list .power-type_itm {
  background: #F6F6F6;
  border-radius: 12px;
  padding: 35px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  transition:0.2s linear;
}
.power-type .power-type_list .power-type_itm p {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #393736;
  max-width: 450px;
}
.power-type .power-type_list .power-type_itm p span {
  font-weight: 700;
  color: #065994;
}
.power-type .power-type_list .power-type_itm .price_itm{
    font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #065994;
}
.power-type .power-type_list .power-type_itm .type_itm-light {
  margin-bottom: 10px;
}
.power-type .power-type_list .power-type_itm .type_itm-bold {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
.power-type .power-type_list .power_type_label {
  margin-bottom: 30px;
}
.power-type .power-type_list .power_type_label span {
  display: block;
  font-weight: 300;
  font-family: "Roboto";
  font-size: 1rem;
  line-height: 1.25rem;
  color: #313131;
  max-width: 868px;
}
.power-type .power-type_list .power_type_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.power-type .power-type_list .power_type_group p {
  text-align: center;
  max-width: 878px;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #393736;
  margin-bottom: 30px;
}
.power-type .power-type_list .power_type_group .btn-all {
  width: 280px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.power-type .power-type_list .power-type_itm:hover{
    transform:translateY(-13px);
}

/*----green_rate-----*/
.green_rate {
  padding: 80px 0 60px 0;
  background: #F1F4F9;
}
.green_rate .green_rate_cnt h2 {
  margin-bottom: 35px;
}
.green_rate .green_rate_cnt p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #313131;
  margin-bottom: 15px;
}
.green_rate .green_rate_cnt .green_rate_connect {
  background: #fff;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 340px;
  text-align: center;
}
.green_rate .green_rate_cnt .green_rate_connect p {
  font-weight: 500;
  font-style: italic;
  max-width: 450px;
  margin-bottom: 25px;
}
.green_rate .green_rate_cnt .green_rate_connect .btn-all {
  width: 280px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.green_rate .green_rate_cnt .green_rate_img img {
  width: 100%;
}

/*----subsidion----*/
.subsidion {
  padding: 60px 0;
  background: #F6F6F6;
}
.subsidion h2 {
  font-weight: 400;
  margin-bottom: 15px;
}
.subsidion p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #393736;
  max-width: 512px;
}
.subsidion .subsidion_form {
  background: #fff;
  padding: 45px 16px;
  border-radius: 8px;
}
.subsidion .subsidion_form h5 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.subsidion .subsidion_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.subsidion .subsidion_form form input {
  height: 60px;
  width: 100%;
  background: #F2F2F2;
  margin-bottom: 15px;
  padding: 0 12px;
}
.subsidion .subsidion_form form .btn-all {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subsidion .subsidion_form form .btn-all i {
  font-size: 1.3rem;
  margin-left: 7px;
}
.subsidion .conditions {
  padding-top: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.subsidion .conditions h3 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-bottom: 20px;
}
.subsidion .conditions .conditions_txt {
  margin-bottom: 30px;
}
.subsidion .conditions .conditions_txt p {
  max-width: 830px;
  margin-bottom: 12px;
}
.subsidion .conditions .conditions_card {
  display: grid;
  grid-template-columns: 49% 49%;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  width: 100%;
}
.subsidion .conditions .conditions_card .conditions_card_itm {
  position:relative;
  background: #fff;
  padding: 25px;
  transition:0.2s linear;
}
.subsidion .conditions .conditions_card .conditions_card_itm p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: 15px;
}
.subsidion .conditions .conditions_card .conditions_card_itm span {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.6rem;
}


/*---guarantee----*/
.guarantee {
  padding: 60px 0;
}
.guarantee .guarantee_txt h2 {
  margin-bottom: 35px;
}
.guarantee .guarantee_txt p {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #393736;
  margin-bottom: 15px;
}
.guarantee .guarantee_txt span {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #393736;
}
.guarantee .guarantee_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guarantee .guarantee_img img {
  width: 300px;
}

/*----install----*/
.install {
  padding: 60px 0;
  background: #F6F6F6;
}
.install .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
.install .title h2 {
  max-width: 850px;
}
.install .install_cnt .install_cnt_txt {
  padding-top: 8px;
}
.install .install_cnt .install_cnt_txt p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #393736;
  margin-bottom: 12px;
}
.install .install_cnt .install_cnt_img img {
  width: 100%;
  border-radius: 8px;
}
.install .install_cnt .install_city_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.install .install_cnt .install_city_txt p {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #393736;
  max-width: 880px;
}
.install .install_cnt .install_list {
  display: grid;
  grid-template-columns: 49% 49%;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
}
.install .install_cnt .install_list .install_list_itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
}
.install .install_cnt .install_list .install_list_itm .install_list-ico {
  margin-right: 20px;
}
.install .install_cnt .install_list .install_list_itm .install_list-txt p {
  font-weight: 700;
  font-size: 2.5rem;
  color: #065994;
}
.install .install_cnt .install_list .install_list_itm .install_list-txt span {
  font-weight: 700;
  font-size: 1rem;
  color: #065994;
}

/*----project----*/
.project {
  padding: 60px 0;
  background: #F6F6F6;
}
.project .title {
  text-align: center;
  margin-bottom: 40px;
}
.project .project_slider {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.project .project_slider .slick-arrow {
  position: absolute;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.project .project_slider .slick-arrow:hover::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #b8b7b7;
  -webkit-animation: sl-btn-anim 1s linear infinite;
          animation: sl-btn-anim 1s linear infinite;
}
@-webkit-keyframes sl-btn-anim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes sl-btn-anim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
.project .project_slider .slick-arrow.slick-next {
  right: -50px;
}
.project .project_slider .slick-arrow.slick-next::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-size: 1.2rem;
}
.project .project_slider .slick-arrow.slick-prev {
  left: -50px;
}
.project .project_slider .slick-arrow.slick-prev::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f104";
  font-size: 1.2rem;
}
.project .project_slider .slick-list {
  overflow: hidden;
}
.project .project_slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project .project_slider .slick-list .slick-track .slick-slide {
  margin: 0 8px;
}
.project .project_slider .slick-list .slick-track .slick-slide .project_slider_itm {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
}
.project .project_slider .slick-list .slick-track .slick-slide .project_slider_itm h3 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2rem;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
}
.project .project_slider .slick-list .slick-track .slick-slide .project_slider_itm img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 17px;
}
.project .project_slider .slick-list .slick-track .slick-slide .project_slider_itm .project-itm-txt {
  min-height: 430px;
}
.project .project_slider .slick-list .slick-track .slick-slide .project_slider_itm .project-itm-txt p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3rem;
  color: #393736;
  margin-bottom: 12px;
}

/*----questions-----*/
.questions-two {
  padding: 60px 0;
  background: #fff;
}
.questions-two .title {
  text-align: center;
  margin-bottom: 40px;
}
.questions-two .questions_list {
  width: 80%;
  margin: 0 auto;
}
.questions-two .questions_list .questions_itm {
  border-bottom: 1px solid #949392;
}
.questions-two .questions_list .questions_itm .questions_itm_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
}
.questions-two .questions_list .questions_itm .questions_itm_header h4 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1.3rem;
}
.questions-two .questions_list .questions_itm .questions_itm_header .questions_btn {
  background: none;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.questions-two .questions_list .questions_itm .questions_itm_header .questions_btn:hover i {
  color: #6A9C30;
}
.questions-two .questions_list .questions_itm .questions_itm_header .questions_btn.active i {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.questions-two .questions_list .questions_itm .questions_itm-txt {
  display: none;
}
.questions-two .questions_list .questions_itm .questions_itm-txt p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 12px;
}
.questions-two .questions_list .questions_itm .questions_itm-txt.active {
  display: block;
}

/*----map-block----*/
.map-block .map-block_cnt {
  height: 350px;
  position: relative;
  height: 450px;
}
.map-block .map-block_cnt .leaflet-marker-icon {
  border: none;
  background: transparent;
}
.map-block .map-block_cnt .marker-contact i {
  color: #065994;
  font-size: 2.5rem;
}
.map-block .map-block_cnt .marker-contact:hover i {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.map-block .map-block_cnt .map_block-contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
  padding-top: 50px;
  display: none;
}
.map-block .map-block_cnt .map_block-contact .block-fl{
    display:flex;
    justify-content:end;
}
.map-block .map-block_cnt .map_block-contact .block-fl .contact_popup {
  background: #065994;
  border-radius: 8px;
  padding: 30px;
  width: 270px;
  pointer-events: all;
}
.map-block .map-block_cnt .map_block-contact .block-fl .contact_popup .header_contact_popup {
  position: relative;
  margin-bottom: 10px;
}
.map-block .map-block_cnt .map_block-contact .block-fl .contact_popup .header_contact_popup .btn_cnt_pop {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-block .map-block_cnt .map_block-contact .block-fl .contact_popup .header_contact_popup .btn_cnt_pop i {
  color: #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.map-block .map-block_cnt .map_block-contact .block-fl .contact_popup .header_contact_popup .btn_cnt_pop:hover i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.map-block .map-block_cnt .map_block-contact .block-fl .contact_popup strong {
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  margin-bottom: 8px;
}
.map-block .map-block_cnt .map_block-contact .block-fl .contact_popup p {
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  margin-bottom: 15px;
}
.map-block .map-block_cnt .map_block-contact .block-fl .contact_popup .contact_popup-phone {
  margin-bottom: 15px;
}
.map-block .map-block_cnt .map_block-contact .block-fl .contact_popup .contact_popup-phone a {
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
}
.map-block .map-block_cnt .map_block-contact .block-fl .contact_popup .contact_popup-phone a:hover {
  color: #7ebbe6;
}
.map-block .map-block_cnt .map_block-contact .block-fl .contact_popup a {
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
}
.map-block .map-block_cnt .map_block-contact .block-fl .contact_popup a:hover {
  color: #7ebbe6;
}
.map-block .map-block_cnt .map_block-contact .block-fl .contact_popup .contact-email {
  margin-bottom: 15px;
}
.map-block .map-block_cnt .map_block-contact .block-fl .contact_popup .contact_soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.map-block .map-block_cnt .map_block-contact .block-fl .contact_popup .contact_soc .contact_soc-itm {
  width: 30px;
  height: 30px;
  background: #3f84b6;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 7px;
}
.map-block .map-block_cnt .map_block-contact.active {
  display: block;
}
.map-block .map-block_cnt .map_block-contact.active .block-fl .contact_popup {
  -webkit-animation: cont-anim 1s linear;
          animation: cont-anim 1s linear;
}
@-webkit-keyframes cont-anim {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes cont-anim {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*---footer----*/
.footer .footer_top {
  padding: 20px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer .footer_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 25px 0;
}
.footer .footer_cnt .footer-polic {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer .footer_cnt .footer-polic a {
  color: #393736;
  font-size: 1rem;
  font-family: "Roboto";
  margin-bottom: 6px;
}
.footer .footer_cnt .footer_menu {
  width: 60%;
}
.footer .footer_cnt .footer_menu ul {
  display: grid;
  grid-template-columns: 49% 49%;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  row-gap: 10px;
}
.footer .footer_cnt .footer_menu ul li a {
  display: block;
  border: 1px solid #e8eaea;
  border-radius: 5px;
  padding: 6px 12px;
  color: #393736;
  font-size: 1rem;
  font-family: "Roboto";
}
.footer .footer_cnt .footer_menu ul li a:hover {
  color: #F59617;
}

/*---fixed-info----*/
.fixed-info {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 9px 9px 0 0;
  z-index: 3000;
}
.fixed-info .fixed-info_header {
  padding: 10px 0;
}
.fixed-info .fixed-info_header .inf-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fixed-info .fixed-info_header .inf-h h3 {
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "Roboto";
}
.fixed-info .fixed-info_header .inf-h .btn-close-fix-inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background: transparent;
}
.fixed-info .fixed-info_header .inf-h .btn-close-fix-inf i {
  font-size: 1.3rem;
}
.fixed-info .fixed-info_header .inf-h .btn-close-fix-inf.active i {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.fixed-info .fixed-info-cnt {
  display: none;
}
.fixed-info .fixed-info-cnt .fixed-inf-txt {
  padding: 15px 0;
}
.fixed-info .fixed-info-cnt .fixed-inf-txt .header_contact_itm {
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d3d3d2;
  border-radius: 5px;
  padding: 5px 12px;
}
.fixed-info .fixed-info-cnt .fixed-inf-txt .header_contact_itm a {
  color: #393736;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-family: "Roboto";
}
.fixed-info .fixed-info-cnt .fixed-inf-txt .header_contact_itm a i {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #065994;
  border-radius: 50%;
  color: #fff;
  margin-right: 7px;
}
.fixed-info .fixed-info-cnt .fixed-inf-txt .header_contact_itm a:hover {
  color: #F59617;
}
.fixed-info .fixed-info-cnt .fixed-inf-txt .header_contact_itm i {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #065994;
  border-radius: 50%;
  color: #fff;
  margin-right: 7px;
}
.fixed-info .fixed-info-cnt .fixed-inf-txt .header_contact_itm p {
  color: #393736;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-family: "Roboto";
  max-width: 250px;
}
.fixed-info .fixed-info-cnt.active {
  display: block;
}

/*to-top*/
.to-top {
  display: none;
  position: fixed;
  right: 32px;
  bottom: 70px;
  z-index: 3000;
}
.to-top .to-top-relative {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.to-top .to-top-relative a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#6A9C30), to(#bee690));
  background: linear-gradient(#6A9C30, #bee690);
  cursor: pointer;
}
.to-top .to-top-relative a img {
  width: 20px;
  pointer-events: none;
}
.to-top .to-top-relative .to-top-pulse {
  position: absolute;
  width: 50px;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6A9C30), to(#bee690));
  background: linear-gradient(#6A9C30, #bee690);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: toTop 2s infinite;
          animation: toTop 2s infinite;
}
@-webkit-keyframes toTop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes toTop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
}
.to-top.active {
  display: block;
}

.manager {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(49, 49, 49, 0.7019607843);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 5000;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.manager .manager_form {
  width: 370px;
  height: 400px;
  background: #fff;
  border-radius: 6px;
  padding: 15px;
}
.manager .manager_form .manager_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-bottom: 7px;
}
.manager .manager_form .manager_header .manager_btn-close {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
}
.manager .manager_form .manager_header .manager_btn-close i {
  font-size: 1.2rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.manager .manager_form .manager_header .manager_btn-close:hover i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.manager .manager_form .manager_form_cnt h3 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 12px;
}
.manager .manager_form .manager_form_cnt form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.manager .manager_form .manager_form_cnt form input {
  height: 60px;
  width: 100%;
  background: #F2F2F2;
  margin-bottom: 15px;
  padding: 0 12px;
}
.manager .manager_form .manager_form_cnt form .btn-all {
  width: 270px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.manager .manager_form .manager_form_cnt form .btn-all i {
  font-size: 1.3rem;
  margin-left: 7px;
}
.manager.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.success {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(49, 49, 49, 0.7019607843);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 5000;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.success .success_form {
  width: 370px;
  height: 400px;
  background: #fff;
  border-radius: 6px;
  padding: 15px;
}
.success .success_form .success_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-bottom: 7px;
}
.success .success_form .success_header .success_btn-close {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
}
.success .success_form .success_header .success_btn-close i {
  font-size: 1.2rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.success .success_form .success_header .success_btn-close:hover i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.success .success_form .success_form_cnt h3 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 12px;
}
.success .success_form .success_form_cnt img {
  width: 100%;
}
.success.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1920px) {
  .hero {
    padding: 40px 0;
  }
  .hero .hero_cnt {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-template-rows: 49% 49%;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    row-gap: 2%;
  }
}
@media screen and (max-width: 1032px) {
  h2 {
    font-size: 2rem;
    line-height: 2.3rem;
  }
  .hero .hero_cnt {
    display: block;
  }
  .hero .hero_cnt .hero_txt h1 {
    max-width: 900px;
  }
  .hero .hero_cnt .hero_sl {
    margin-bottom: 18px;
  }
  .hero .hero_cnt .hero_sl .hero_slider .slick-dots {
    bottom: 20px;
  }
  .hero .hero_cnt .hero_sl .hero_slider .slick-list .slick-track .slick-slide .hero_slider_itm {
    text-align: center;
  }
  .hero .hero_cnt .hero_sl .hero_slider .slick-list .slick-track .slick-slide .hero_slider_itm img {
    width: 60%;
    margin: 0 auto;
  }
  .questions .questions_cnt .questions_list {
    display: block;
  }
  .questions .questions_cnt .questions_list .questions_itm {
    margin-bottom: 12px;
  }
  .questions .questions_cnt .questions_list .questions_itm p {
    max-width: 300px;
  }
  .questions .questions_cnt .questions_list .questions_itm a {
    display: block;
    margin-bottom: 12px;
  }
  .questions .questions_cnt .questions_list .questions_itm:nth-child(4) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .questions .questions_cnt .questions_list .questions_itm:nth-child(4) .questions_txt {
    width: auto;
  }
  .questions .questions_cnt .questions_list .questions_itm:nth-child(4) .questions_txt p {
    max-width: 100%;
  }
  .questions .questions_cnt .questions_list .questions_itm:nth-child(4) .questions_terif {
    width: 100%;
  }
  .equipment .equipment_itm img {
    margin-bottom: 17px;
  }
  .payback .no-many_img {
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .subsidion .subsidion_form .btn-all {
    width: 290px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .install .install_cnt .install_list {
    grid-template-columns: 100%;
    row-gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    position: sticky;
  }
  .header .header_top {
    padding: 12px 0;
  }
  .header .header_top .header_top_group {
    display: none;
  }
  .header .header_top .header_mob-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header_top .header_mob-group .btn-mob-h {
    width: 35px;
    height: 35px;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header_top .header_mob-group .header_mob-phone-btn i {
    font-size: 1.4rem;
    color: #393736;
  }
  .header .header_top .header_mob-group .header_mob-phone-btn.active i {
    color: #F59617;
  }
  .header .header_top .header_mob-group .burger_btn {
    position: relative;
    margin-left: 7px;
  }
  .header .header_top .header_mob-group .burger_btn span {
    position: absolute;
  }
  .header .header_top .header_mob-group .burger_btn span:nth-child(1) {
    top: 4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #393736;
    border-radius: 5px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .header .header_top .header_mob-group .burger_btn span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 50%;
    height: 4px;
    background: #393736;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .header .header_top .header_mob-group .burger_btn span:nth-child(3) {
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #393736;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .header .header_top .header_mob-group .burger_btn.active span {
    position: absolute;
  }
  .header .header_top .header_mob-group .burger_btn.active span:nth-child(1) {
    top: auto;
    left: auto;
    width: 100%;
    height: 4px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .header_top .header_mob-group .burger_btn.active span:nth-child(2) {
    opacity: 0;
  }
  .header .header_top .header_mob-group .burger_btn.active span:nth-child(3) {
    bottom: auto;
    left: auto;
    width: 100%;
    height: 4px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .header_menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 15px 20px;
  }
  .header .header_menu ul {
    display: block;
  }
  .header .header_menu ul li a {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #b8b7b7;
  }
  .header .header_menu ul li a::after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
  }
  .header .header_menu ul .phone-tel {
    display: block;
  }
  .header .header_menu ul .phone-tel a::after {
    content: "";
  }
  .header .header_menu.active {
    display: block;
    -webkit-animation: mob-menu-anim 0.5s linear;
            animation: mob-menu-anim 0.5s linear;
  }
  .fixed-info {
    display: block;
 }
  @-webkit-keyframes mob-menu-anim {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    
 }
 @keyframes mob-menu-anim {
    0% {
      opacity: 0;
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  

@media screen and (max-width: 590px) {
  :root {
    font-size: 14px;
  }
  h1 {
    font-size: 2rem;
    line-height: 2.3rem;
  }
  .subsidion .conditions .conditions_card {
    grid-template-columns: 100%;
    row-gap: 15px;
  }
  .guarantee .guarantee_txt {
    margin-bottom: 15px;
  }
  .guarantee .guarantee_img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .guarantee .guarantee_img img {
    width: 200px;
  }
  .footer .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_top img {
    margin-bottom: 15px;
  }
  .footer .footer_cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_cnt .footer-polic {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer .footer_cnt .footer_menu {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 490px) {
  h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .hero {
    padding-top: 60px;
  }
  .hero .hero_cnt .hero_sl {
    border-radius: 5px;
  }
  .hero .hero_cnt .hero_sl .hero_slider .slick-list .slick-track .slick-slide .hero_slider_itm img {
    width: 100%;
  }
  .hero .hero_cnt .hero_txt h1 {
    position: relative;
  }
  .hero .hero_cnt .hero_txt h1 .video-btn-txt {
    position: absolute;
    right: 0;
    top: -40px;
  }
  .questions .questions_cnt .questions_list .questions_itm:nth-child(4) .questions_terif .terif_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .questions .questions_cnt .questions_list .questions_itm:nth-child(4) .questions_terif .terif_group .terif_itm {
    width: 100%;
    margin-bottom: 12px;
  }
  .questions .questions_cnt .questions_list .questions_itm:nth-child(4) .questions_terif .terif_group span {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 450px){
    .header .header_top .logo{
        width: 200px;
    }
}
.marquee-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: auto;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 12s linear infinite;
}

.marquee-content img {
  height: 150px; /* изменить размер картинки */
  margin-right: 50px;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}




