@font-face {
    font-family: "HelveticaRegular";
    src: url("../fonts/HelveticaRegular.eot"); 
    src: url("../fonts/HelveticaRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HelveticaRegular.woff") format("woff"), 
    url("../fonts/HelveticaRegular.ttf") format("truetype");
    font-style: normal; 
    font-weight: normal;
}

@font-face {
  font-family: "HelveticaLight";
  src: url("../fonts/HelveticaLight.eot"); 
  src: url("../fonts/HelveticaLight.eot?#iefix") format("embedded-opentype"),
  url("../fonts/HelveticaLight.woff") format("woff"), 
  url("../fonts/HelveticaLight.ttf") format("truetype");
  font-style: normal; 
  font-weight: normal;
}

@font-face {
    font-family: "Antiqua";
    src: url("../fonts/Antiqua.eot"); 
    src: url("../fonts/Antiqua.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Antiqua.woff") format("woff"), 
    url("../fonts/Antiqua.ttf") format("truetype");
    src: url("../fonts/Antiqua.otf") format("opentype");
    font-style: normal; 
    font-weight: normal;
}

.top {
	position:fixed;
	bottom:30px;
	right:-300px;
  background-color: #00401b;
	color:#fff;
	z-index: 9950;
	-webkit-border-radius:10em;
	border-radius:10em;
	font-size:26px;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	cursor:pointer;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
	opacity:.5;
}
.top:hover {
	opacity:1
}
.top.active {
	right: 80px;
}

.container {
    max-width: 1440px;
}


.site-header {
    padding-top: 40px;
}

.main-navigation {
    display: none;
}

.main-navigation li {
  float: left;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

.mm-listitem>a, .mm-listitem>span {
  padding: 20px;
  margin: 0;
  text-transform: uppercase;
}

.mm-navbar {
  display: none !important;
}

.hamburger {
    padding: 0;
}

.general-carousel .owl-item img {
  display: block;
  width: 100%;
  max-height: 960px;
  object-fit: cover;
  height: 100%;
}

  .drawer-list li:last-child {
    margin-bottom: 2em;
  }
  .drawer-list li a {
    text-decoration: none;
    color: #FEFEFE;
    text-align: center;
    display: block;
    padding: 1rem;
    font-size: calc(24px - .5vw);
  }
  @media (min-width: 768px) {
    .drawer-list li a {
      text-align: right;
      padding: .5rem;
    }
  }
  .drawer-list li a:hover {
    cursor: pointer;
  }
  
  input.hamburger {
    display: none;
  }
  input.hamburger.is-active ~ .drawer-list {
    transform: translatex(0);
    border-bottom-left-radius: 0;
  }
  input.hamburger.is-active ~ .drawer-list li {
    transform: translatex(0);
  }

  input.hamburger.is-active ~ .drawer-list li a {
    padding-right: 15px;
  }
  input.hamburger.is-active ~ label > i {
    background-color: transparent;
    transform: rotate(90deg);
  }
  input.hamburger.is-active ~ label > i:before {
    transform: translate(-50%, -50%) rotate(315deg);
  }
  input.hamburger.is-active ~ label > i:after {
    transform: translate(-50%, -50%) rotate(-315deg);
  }
  input.hamburger.is-active ~ label close {
    color: #FEFEFE;
    width: 100%;
    display: block;
  }
  input.hamburger.is-active ~ label open {
    color: rgba(0, 0, 0, 0);
    width: 0;
    display: none;
  }
  
  label.hamburger {
    z-index: 9999;
    position: relative;
    display: block;
    height: 66px;
    width: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  label.hamburger:hover {
    cursor: pointer;
    opacity: 1;
  }

  label.hamburger text close {
    right: 0;
    width: 0;
    display: none;
    font-family: HelveticaRegular;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    color: #ffffff;
    text-transform: uppercase;
  }
  label.hamburger text open {
    font-family: HelveticaRegular;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    color: #ffffff;
    width: 100%;
    text-transform: uppercase;
  }
  label.hamburger > i {
    position: absolute;
    width: 100%;
    width: 34px;
    height: 2px;
    top: 50%;
    background-color: #FEFEFE;
    pointer-events: auto;
    transition-duration: .35s;
    transition-delay: .35s;
  }
  label.hamburger > i:before, label.hamburger > i:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 50%;
    background-color: #FEFEFE;
    content: "";
    transition: transform 0.35s;
    transform-origin: 50% 50%;
  }
  label.hamburger > i:before {
    transform: translate(-50%, -10px);
  }
  label.hamburger > i:after {
    transform: translate(-50%, 10px);
  }
  
.mnu-trigger {
    position: relative;
    display: inline-block;
    width: auto;
    outline: none;
}

.mnu-trigger text {
    position: absolute;
    left: calc(100% + 20px);
}
  
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mnu-wrapper,
.logo-wrapper,
.contact-wrapper {
    width: 33.3%;
}

.logo-wrapper {
    text-align: center;
}

.contact-wrapper {
    text-align: right;
}

.contact-wrapper a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.header-contacts-phone {
    font-family: HelveticaRegular;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.62px;
    margin-bottom: 20px;
    transition: all .5s;
}

.header-contacts-phone:hover {
  color: #e6981f;
}

.header-popup__link {
    font-family: HelveticaRegular;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.8px;
    color: #ffffff;
    text-transform: uppercase;
    transition: all .5s;
}

.header-popup__link:hover {
  color: #e6981f;
}

.footer-mail:hover {
  text-decoration: underline;
}

.footer-phone-wrap a:hover {
  transition: all .5s;
  color: #e6981f;
}

.first-section {
    text-align: center;
    background-position: 50% 50%;
    background-size: contain; 
}

.main-page-title {
    font-family: Antiqua;
    padding-top: 240px;
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    font-size: 64px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.main-page-descr {
    font-family: HelveticaRegular;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 55px;
    text-align: center;
}

.btn {
    display: inline-block;
    border-radius: 54px !important;
    background-color: #e6981f !important;
    font-family: HelveticaRegular !important;
    font-size: 24px !important;
    border: 1px solid transparent;
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    color: #ffffff !important;
    padding: 15px 50px !important;
    text-align: center!important;
    text-decoration: none !important;
    margin-bottom: 333px;
    cursor: pointer !important;
    outline: none !important;
    text-transform: none;
    transition: all .55s;
}

.btn:hover {
  border: 1px solid #e6981f !important;;
  background: transparent !important;
  color: #e6981f !important;
}

.wpcf7-submit.btn {
  margin-bottom: 0;
  margin-top: 55px;
}

.main-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.first-section__content {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.general-carousel::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 64, 27, 0.6);
}

.container-dots {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 2;
}

.owl-dots {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.owl-dot {
    width: 9px;
    height: 9px;
    background-color: #e5e5e5;
    border-radius: 50%;
    margin-bottom: 20px;
}

.owl-dot.active {
    width: 14px;
    height: 14px;
    box-shadow: 0 0 7px 0 #ffffff;
    background-color: #e6981f;
    border-radius: 50%;
}

/* .second-section {
    height: 700px;
} */

/* .second-section:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url('/wp-content/themes/green_energy/img/Vector.svg') 50% 50% no-repeat;
} */

.third-section {
    position: relative;
    margin-top: -515px;
}

.third-section-bg__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: -7px;
}

.third-section-img__wrapper {
  position: relative;
}

.third-section-img__wrapper::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 64, 27, 0.6);
}

.my-footer {
  padding: 65px 0px;
  background-color: #00401b;
}

.main-navigation-footer ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.main-navigation-footer ul li a {
  text-decoration: none;
  font-family: HelveticaRegular;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.main-navigation-footer ul li a:hover {
  text-decoration: none;
  color: #e6981f;
  transition: all .6s;
}

.second-section {
  margin-top: -78px;
  position: relative;
  z-index: 2;
  color: #fff;
}

.third-section-bg__img_bottom {
  margin-top: -10px;
}

.second-section__content-wrapper {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.second-section__content-list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: inherit;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}

.content-list-item {
  width: 50%;
  max-width: 450px;
  position: relative;
}

.content-list-item__img {
  width: 50%;
  max-width: 100%;
}

.content-list-item:nth-child(2) {
  margin-top: 124px;
}

.content-list-item span {
  position: absolute;
  left: -165px;
  transform: rotate(270deg) translateX(50%);
  top: 50%;
  font-family: Antiqua;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.1px;
  color: #878787;
  text-transform: uppercase;
}

.content-list-item span:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  box-shadow: 0 0 7px 0 #ffffff;
  background-color: #e6981f;
  border-radius: 50%;
  position: absolute;
  bottom: 3px;
  left: -34px;
}

.content-list-item-content-title {
  font-family: Antiqua;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  text-align-last: left;
  margin-top: 0;
  margin-bottom: 45px; 
}

.content-list-item-content-descr {
  position: relative;
  font-family: HelveticaLight;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  max-width: 250px;
  margin-left: auto;
}

.content-list-item-content-descr:before {
  content: "";
  background-color: #2D511C;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -60px;
}

.content-list-item-content-descr:after {
  content: "01";
  font-family: Antiqua;
  font-size: 36px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 5.4px;
  color: #e6981f;
  position: absolute;
  left: -80%;
  top: 0;
}

.content-list-item:nth-child(3) .content-list-item-content-descr:after {
  content: "02";
}

.content-list-item:nth-child(4) .content-list-item-content-descr:after {
  content: "03";
}

.content-list-item-2 {
  margin-right: 70px;
}

.content-list-item:nth-child(2):before {
  content: "";
  background-color: #2D511C;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -60px;
  height: 480px;
}

.content-list-item:nth-child(3):before {
  content: "";
  background-color: #2D511C;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -60px;
  bottom: 185px;
  height: 480px;
  z-index: -4;
}

.content-list-item:nth-child(4):before {
  content: "";
  background-color: #2D511C;
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: -90px;
  top: -160px;
  height: 480px;
}

.content-list-item:nth-child(4) span {
  left: -110px;
}

.content-list-item:nth-child(2):after {
  content: "";
  background-color: #2D511C;
  display: block;
  width: 1px;
  position: absolute;
  right: -60px;
  height: 200px;
}

.content-list-item:nth-child(4):after {
  content: "";
  background-color: #2D511C;
  display: block;
  width: 1px;
  position: absolute;
  right: -60px;
  height: 370px;
}

.content-list-item-3 {
  margin-left: 175px;
}

.content-list-item:nth-child(3) .content-list-item-content-descr {
  max-width: 220px;
}

.circle-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}

.litle-inside-circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 11px;
  border-radius: 50%;
  background-color: #e6981f;
}

.litle-circle {
  border: 1px solid #e6981f;
  border-radius: 50%;
  display: inline-block;
  width: auto;
  margin: 27px;
  line-height: 0;
}

.circle {
  border: 1px solid #e6981f;
  border-radius: 50%;
  display: inline-block;
  width: auto;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}

.circle-1 {
  top: 200px;
  right: 430px;
}

.circle-2 {
  top: 320px;
  right: 30px;
}

.circle-3 {
  top: 495px;
  right: 280px;
  display: none;
}

.main-form-wrapper {
  position: absolute;
  top: 625px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 21;
}

.main-form__block {
  width: 430px;
  text-align: center;
}

.main-form__title {
  font-family: Antiqua;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: 3.6px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 45px;
  text-transform: uppercase;
}

.main-form__descr {
  font-family: HelveticaRegular;
  display: block;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 50px;
}

.input-wrapper {
  line-height: 0;
  margin-bottom: 20px;
}

.main-form__block .wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.main-form__block .wpcf7-form p {
  margin: 0;
}

.main-form__block .wpcf7-form .tel-75::after {
  content: "\f095";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #e6981f;
  font-size: 30px;
}

.main-form__block .wpcf7-form .text-892::after {
  content: "\f003";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #e6981f;
  font-size: 30px;
}

.main-form__block .wpcf7-form .wpcf7-form-control-wrap input {
  font-family: HelveticaRegular;
  font-size: 14px;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e6981f;
  padding: 15px 60px;
  background: transparent;
  border: none;
  outline: none !important;
  border-bottom: 1px solid #e6981f;
}

.main-form__block .wpcf7-form .wpcf7-form-control-wrap input[type="text"]::-webkit-input-placeholder  {
  font-family: HelveticaRegular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e6981f;
}

.main-form__block .wpcf7-form .wpcf7-form-control-wrap input[type="text"]::-moz-placeholder          {
  font-family: HelveticaRegular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e6981f;
}/* Firefox 19+ */

.main-form__block .wpcf7-form .wpcf7-form-control-wrap input[type="text"]:-moz-placeholder           {
  font-family: HelveticaRegular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e6981f;
}/* Firefox 18- */

.main-form__block .wpcf7-form .wpcf7-form-control-wrap input[type="text"]:-ms-input-placeholder      {
  font-family: HelveticaRegular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e6981f;
}

.main-form__block .wpcf7-form .wpcf7-form-control-wrap input[type="tel"]::-webkit-input-placeholder  {
  font-family: HelveticaRegular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e6981f;
}

.main-form__block .wpcf7-form .wpcf7-form-control-wrap input[type="tel"]::-moz-placeholder          {
  font-family: HelveticaRegular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e6981f;
}/* Firefox 19+ */

.main-form__block .wpcf7-form .wpcf7-form-control-wrap input[type="tel"]:-moz-placeholder           {
  font-family: HelveticaRegular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e6981f;
}/* Firefox 18- */

.main-form__block .wpcf7-form .wpcf7-form-control-wrap input[type="tel"]:-ms-input-placeholder      {
  font-family: HelveticaRegular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e6981f;
}

span.wpcf7-not-valid-tip {
  line-height: normal;
  position: absolute;
  bottom: -25px;
  text-align: center;
  width: 100%;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  color: #e6981f;
  border-color:#e6981f;
}

.title {
  font-family: Antiqua;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: 3.6px;
  color: #ffffff;
  text-transform: uppercase;
}

.fifth-section-title {
  max-width: 730px;
  margin: 0 auto;
  margin-top: 55px;
}

.fifth-section {
  position: relative;
}

.fifth-section-content-wrapper {
  position: absolute;
  top: 430px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}

[class^="swiper-button-"] {
  transition: all .3s ease;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.swiper-container {
  width: 80%;
  min-height: 550px;
  height: 100%;
  float: left;
  transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, transform .3s ease;
  transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease;
}

.swiper-wrapper {
  height: 550px;
}

.swiper-container.nav-slider {
  width: 20%;
  padding-left: 5px;
}
.swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: .8;
  transition: opacity .3s ease;
}
.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-container.nav-slider .swiper-slide .content {
  width: 100%;
}
.swiper-container.nav-slider .swiper-slide .content .title {
  font-size: 20px;
}

.swiper-container .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-container .swiper-slide .content .caption {
  display: block;
  width: 100%;
  max-width: 735px;
  min-height: 300px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.swiper-container .swiper-slide .content .title {
  font-size: 20px;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-slide {
  overflow: hidden;
}
.swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.swiper-slide .entity-img {
  display: none;
}
.swiper-slide .content {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  padding-left: 5%;
  color: #fff;
}
.swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}
.swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  transition: opacity .3s ease, -webkit-transform .7s ease;
  transition: opacity .3s ease, transform .7s ease;
  transition: opacity .3s ease, transform .7s ease, -webkit-transform .7s ease;
}
.swiper-slide .content .caption.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.swiper-button-next {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.reviews-slider {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 100px;
}

.sixth-section {
  margin-top: 100px;
}

.sixth-section-left-block-title {
  font-family: Antiqua;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: 3.6px;
  color: #00401b;
  text-transform: uppercase;
  max-width: 410px;
  padding-top: 70px;
}

.sixth-section-content {
  display: flex;
  align-items: inherit;
  justify-content: space-between;
}

.sixth-section-left-block-wrapper {
  max-width: 700px;
  margin-left: 100px;
}

.sixth-section-left-block-wrapper .btn {
  margin-bottom: 0;
}

.sixth-section-left-block {
  position: relative;
}

.min-section-title {
  position: relative;
  font-family: Antiqua;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.1px;
  color: #878787; 
  text-transform: uppercase;
  position: absolute;
  left: -75px;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
}

.min-section-title:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  box-shadow: 0 0 7px 0 #ffffff;
  background-color: #e6981f;
  border-radius: 50%;
  position: absolute;
  bottom: 3px;
  left: -34px;
}

.sixth-section-left-block-descr {
  display: block;
  margin-top: 50px;
  font-family: HelveticaRegular;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.sixth-section-right-block {
  height: 460px;
  overflow: hidden;
}

.document-list-wrapper {
  padding: 40px 0;
}

.green-bg-section {
  background-color: #00401b;
}

.document-list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
}

.document-list-item {
  width: 160px;
  height: 160px;
}


.document-list-item img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.document-list-item-title {
  font-family: Antiqua;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.1px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.footer-bottom {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 65px;
}

.footer-bottom__item {
  width: 33%;
  text-align: center;
}

.footer-bottom__item:nth-child(1) {
text-align: left;
}

.footer-bottom__item:nth-child(2) {
  text-align: center;
}

.footer-bottom__item:nth-child(3) {
  text-align: right;
}

.footer-adress {
  display: block;
  font-family: "HelveticaLight";
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 23px;
}

.theme-footer-link,
.footer-time,
.footer-mail {
  display: block;
  width: 100%;
  font-family: "HelveticaLight";
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e6981f;
  text-decoration: none;
  transition: all .5s;
}

.theme-footer-link:hover {
  text-decoration: underline;
}

.footer-phone-wrap a {
  font-family: "HelveticaLight";
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none;
}

.footer-phone-wrap div {
  display: block;
  width: 100%;
}

.footer-phone-wrap div:nth-child(2) {
  margin-bottom: 23px;
}

.footer-social-list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  max-width: 125px;
  margin: 0 auto;
  margin-bottom: 23px;
}

.footer-social-item a {
  color: #fff;
  font-size: 30px;
  transition: all .5s;
}

.footer-social-item a:hover {
  color: #e6981f;
}

.main-header-new {
  position: static;
  background-color: #00401b;
  padding-bottom: 65px;
}

.document-content-list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: initial;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}

.document-content-list-item {
  width: 30%;
  border-radius: 10%;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 60px;
}

.document-content-list-item-title {
  display: none;
}

.site-new-content {
  padding: 80px 0;
}

.butFrame * {
  transition: all .5s ease;
}

.butFrame {
  position: relative;
  overflow: hidden;
  margin: 5px;
  background: #111;
  font-family: inherit;
  font-size: 1em;
  text-align: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  border-radius: 10%;
  max-height: 390px;
}



.butFrame:before{
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
  content:"";
  background: #111;
  opacity: 0;
  transition: all .5s;
}

.buttons > .butHeading {
  clear: both;
  margin: 0;
  padding: 4em 1% 0;
  color: #484B54;
  font-weight: 800;
  font-size: 1.5em;
}

.butFrame .butTextWrap {
  font-family: inherit;
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.butFrame .butTextWrap::before{
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.butFrame .butTextWrap::after {
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.butFrame .butTextWrap,
.butFrame .butTextWrap > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Anchor will cover the whole item by default */

.butFrame .butTextWrap > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.butFrame .butHeading {
  word-spacing: -0.15em;
  font-weight: 800;
  font-size: 18px;
  font-family: inherit;
}

.butFrame .butHeading .butText {
  font-weight: 300;
}

.butFrame .butHeading,
.butFrame p {
  margin: 0;
  color: #fff;
}

.butFrame p {
  font-family: Antiqua;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

/* EFFECT */


.butFrame .butTextWrap::before,
.butFrame .butTextWrap::after {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  border-radius: 10%
}
.butFrame .butTextWrap::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.butFrame .butTextWrap::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  box-sizing: border-box;
}
.butFrame .butHeading {
  padding-top: 10%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.butFrame p {
  padding: 10px 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  
}

/* HOVER STYLES */

.butFrame:hover:before{
  opacity:.6;
}

.butFrame:hover .butTextWrap::before,
.butFrame:hover .butTextWrap::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.butFrame:hover .butHeading,
.butFrame:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.page-title {
  text-transform: uppercase;
  font-family: Antiqua;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
  margin: 0;
  margin-top: 50px;
}

.entry-date, .entry-autor {
  position: relative;
  padding-left: 25px;
  font-family: HelveticaLight;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #878787;
  padding-left: 25px;
}

.entry-date {
  margin-right: 20px;
}

.entry-date:after, .entry-autor:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
}

.entry-autor:after {
  background-image: url(/wp-content/themes/green_energy/img/autor.png);
}

.entry-date:after {
  background-image: url(/wp-content/themes/green_energy/img/date.png);
}

.section-blog-list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: initial;
  justify-content: flex-start;
  list-style-type: none;
  position: relative;
  flex-wrap: wrap;
}

.main-blog-list-item {
  width: 30%;
  margin: 0px 1.5%;
  border-radius: 40px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog-btn {
  margin-bottom: 0 !important;
  width: 100%;
}

.main-blog-list-item__content {
  padding: 30px;
}

.blog-post-title {
  font-family: Antiqua;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00401b;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
}

.entry-wrapper {
  margin-bottom: 20px;
}

.blog-item-descr p {
  font-family: HelveticaLight;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 20px;
  line-height: 18px;
}

.main-stories-list-item-img img{
  max-height: 280px;
  object-fit: cover;
  height: 100%;
}

.container-blog-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-single-wrap {
  width: 60%;
  padding-right: 10%;
  border-right: 1px solid #e6981f;
}

.blog-single-right-block {
  width: 40%;
  padding-left: 10%;
}

.blog-single-right-block .main-blog-list-item {
  width: 100%;
  margin: 0;
  list-style-type: none;
}

.sample-posts ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.blog-single-title-link {
  text-decoration: none;
  color: #00401b;
}

.sample-posts .main-stories-list-item-img img {
  max-height: 160px;
}

.sample-posts .main-blog-list-item {
  margin-bottom: 40px;;
}

.sample-posts .main-blog-list-item:last-child {
  margin-bottom: 0;
}

.rel-post-title {
  font-family: Antiqua;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00401b;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.blog-single-wrap .main-stories-list-item-img img {
  border-radius: 40px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.blog-single-content-wrappers {
  font-family: HelveticaLight;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.sample-posts .heateor_sss_sharing_container {
  display: none;
}

.heateor_sss_sharing_ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-single-content-wrappers .heateor_sss_sharing_container .heateor_sss_sharing_ul .heateorSssSharingRound {
  width: 30% !important;
}

.blog-single-content-wrappers .heateor_sss_sharing_container .heateor_sss_sharing_ul .heateorSssSharingRound i {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6981f !important;
  border-radius: 54px;
  padding: 5px !important;
  flex-direction: row-reverse;
  height: auto !important;
}

.blog-single-content-wrappers .heateor_sss_sharing_container .heateor_sss_sharing_ul .heateorSssSharingRound i .heateorSssSharingSvg {
  width: 30px;
  height: 30px;
  transition: all .5s;
}


.heateorSssSharingRound i:after {
  content: "Share in";
  display: block;
  font-family: HelveticaLight;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #878787;
  transition: all .5s;
}

.heateorSssSharingRound:hover i:after {
  color: #e6981f;
}

.page-template-gallery .site-new-content{
  background-color: #00401b
}

.gallery-title-wrap {
  width: 30%;
  margin: 0px 10%;
}

.slider-for {
  width: 50%;
}

.slider-nav {
  width: 100%;
}

.product-slider-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.slider-for .slick-slide img {
  display: block;
  max-height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 40px;
}

.slider-for .slider-for-content {
  position: absolute;
  bottom: 45px;
}

.slider-for-content {
  padding: 0px 50px;
  width: 100%;
}

.product-bottom-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-size {
  font-family: Antiqua;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #c4c4c4;
  padding: 9px 18px;
  border-radius: 9px;
  border: solid 1px #c4c4c4;

}

.product-name {
  font-family: Antiqua;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 0;
}

.product-temp {
  font-family: HelveticaLight;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.product-price {
  font-family: Antiqua;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
}

.slider-nav.slick-initialized .slick-slide {
  outline: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery-title {
  font-family: Antiqua;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 70px;
}

.gallery-btn {
  margin-bottom: 0 !important;
  width: auto;
}

.slider-nav-prev,
.slider-nav-next {
  display: none !important;
}

.slider-nav.slick-slider {
  margin-top: 40px;
}

.slider-nav .slick-slide {
  position: relative;
}

.slider-nav .slick-slide img {
  display: block;
  width: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px 40px 0px 0px;
  max-height: 270px;
  object-fit: cover;
}

.slider-for .product-size {
  margin-bottom: 25px;
  display: inline-block;
}

.slider-for .product-name {
  margin-bottom: 25px;
}

.product-temp-wrap i {
  font-size: 30px;
  color: #fff;
  margin-right: 5px;
}

.slider-nav .slider-for-content {
  padding: 25px 50px 25px 50px;
  background-color: #252525;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px 0px 40px 40px;
}

.product-top-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.slider-nav .product-size {
  padding: 0;
  border-radius: 0;
  border: none;
}

.slider-nav .product-name {
  margin-bottom: 0;
}

.product-top-line {
  margin-bottom: 20px;
}

.slider-nav .product-price {
  display: block;
  margin-top: 25px;
}

.slick-initialized .slick-slide {
  outline: none;
}

.product-wrap {
  position: relative;
}

.gallery-min-section-title {
  top: 170px;
}

.gallery-min-section-title:before {
  content: "";
  display: block;
  width: 160px;
  background-color: #e6981f;
  height: 1px;
  position: absolute;
  left: 200px;
  bottom: 50%;
}

.blog-min-section-title {
  left: -140px;
  top: 300px;
}

.blog-min-section-title:before {
  content: "";
  display: block;
  width: 160px;
  background-color: #e6981f;
  height: 1px;
  position: absolute;
  left: 200px;
  bottom: 50%;
}

.page-template-contact .site-content {
  background: #00401b;
}

.contact-container {
  background: url('/wp-content/themes/green_energy/img/ukr-bg.png') 50% 50% no-repeat;
  background-size: 75%;
}

.contact-title {
  font-family: Antiqua;
  font-size: 64px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
}

.contact-descr {
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  margin-top: 20px;
}

.page-template-contact .site-new-content {
  padding: 0;
}

.contact-form {
  margin: 0 auto;
  margin-top: 50px;
}

.contact-form .btn {
  margin-bottom: 200px !important;
}

/* modal */

.container-modal {
  position: relative;
  margin: 0 auto;
  z-index: 999999;
}

.modal-button {
  position: relative;
  display: block;
  margin: 100px auto;
  padding: 20px 25px 34px;
  width: 50px;
  font-size: 36px;
  font-weight: 300;
  color: #2980b9;
  text-align: center;
  line-height: 0.3;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
  transition: all 250ms;
}
.modal-button span {
  font-size: 12px;
}
.modal-button:hover, .modal-button:focus {
  color: #16a085;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.modal-content,
.modal-background {
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
}
.modal-background {
  transition: height 250ms;
}
.modal-content {
  transform: scale(0);
  transition: transform 500ms;
}
#modal {
  display: none;
}
#modal:checked ~ .modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: visible;
  opacity: 1;
  transition: height 250ms;
}
#modal:checked ~ .modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  padding: 40px;
  border-radius: 40px;
  background-color: #00401B;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  cursor: auto;
  transform: scale(1) translate(-50%, -50%);
  transition: transform 500ms;
  max-width: 450px;
}
#modal:checked ~ .modal-content .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 22px;
  color: #fff;
  transition: color 200ms, transform 500ms;
  cursor: pointer;
}
#modal:checked ~ .modal-content .modal-close:hover, #modal:checked ~ .modal-content .modal-close:focus {
  color: #fff;
  transform: rotate(360deg);
}
#modal:checked ~ .modal-content p {
  position: relative;
  margin: 0 0 20px 0;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.6;
}
#modal:checked ~ .modal-content .modal-content-button {
  position: relative;
  float: right;
  margin: 0;
  padding: 10px 20px;
  color: white;
  font-weight: 100;
  border-radius: 3px;
  background-color: #2980b9;
}
#modal:checked ~ .modal-content .modal-content-button:hover, #modal:checked ~ .modal-content .modal-content-button:focus {
  background-color: #409ad5;
}

.modal-content .contact-form .btn {
  margin-bottom: 0px !important;
}

.modal-content .main-form__block {
  width: 100%;
}

.header-popup__link {
  cursor: pointer;
}

/* preloader */

.banter-loader-wrap {
  background: #00401b;
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100vh;
  display: block;
}

.banter-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin-left: -36px;
  margin-top: -36px;
}
.banter-loader__box {
  float: left;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.banter-loader__box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.banter-loader__box:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 6px;
}
.banter-loader__box:nth-child(1):before, .banter-loader__box:nth-child(4):before {
  margin-left: 26px;
}
.banter-loader__box:nth-child(3):before {
  margin-top: 52px;
}
.banter-loader__box:last-child {
  margin-bottom: 0;
}

@keyframes moveBox-1 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(0px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 26px);
  }
  54.5454545455% {
    transform: translate(26px, 26px);
  }
  63.6363636364% {
    transform: translate(26px, 26px);
  }
  72.7272727273% {
    transform: translate(26px, 0px);
  }
  81.8181818182% {
    transform: translate(0px, 0px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(1) {
  animation: moveBox-1 4s infinite;
}

@keyframes moveBox-2 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 26px);
  }
  54.5454545455% {
    transform: translate(26px, 26px);
  }
  63.6363636364% {
    transform: translate(26px, 26px);
  }
  72.7272727273% {
    transform: translate(26px, 26px);
  }
  81.8181818182% {
    transform: translate(0px, 26px);
  }
  90.9090909091% {
    transform: translate(0px, 26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(2) {
  animation: moveBox-2 4s infinite;
}

@keyframes moveBox-3 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(-26px, 0);
  }
  45.4545454545% {
    transform: translate(-26px, 0);
  }
  54.5454545455% {
    transform: translate(-26px, 0);
  }
  63.6363636364% {
    transform: translate(-26px, 0);
  }
  72.7272727273% {
    transform: translate(-26px, 0);
  }
  81.8181818182% {
    transform: translate(-26px, -26px);
  }
  90.9090909091% {
    transform: translate(0px, -26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(3) {
  animation: moveBox-3 4s infinite;
}

@keyframes moveBox-4 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, -26px);
  }
  36.3636363636% {
    transform: translate(0px, -26px);
  }
  45.4545454545% {
    transform: translate(0px, 0px);
  }
  54.5454545455% {
    transform: translate(0px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(-26px, -26px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(4) {
  animation: moveBox-4 4s infinite;
}

@keyframes moveBox-5 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(0, 0);
  }
  27.2727272727% {
    transform: translate(0, 0);
  }
  36.3636363636% {
    transform: translate(26px, 0);
  }
  45.4545454545% {
    transform: translate(26px, 0);
  }
  54.5454545455% {
    transform: translate(26px, 0);
  }
  63.6363636364% {
    transform: translate(26px, 0);
  }
  72.7272727273% {
    transform: translate(26px, 0);
  }
  81.8181818182% {
    transform: translate(26px, -26px);
  }
  90.9090909091% {
    transform: translate(0px, -26px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(5) {
  animation: moveBox-5 4s infinite;
}

@keyframes moveBox-6 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, 0);
  }
  36.3636363636% {
    transform: translate(0px, 0);
  }
  45.4545454545% {
    transform: translate(0px, 0);
  }
  54.5454545455% {
    transform: translate(0px, 0);
  }
  63.6363636364% {
    transform: translate(0px, 0);
  }
  72.7272727273% {
    transform: translate(0px, 26px);
  }
  81.8181818182% {
    transform: translate(-26px, 26px);
  }
  90.9090909091% {
    transform: translate(-26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(6) {
  animation: moveBox-6 4s infinite;
}

@keyframes moveBox-7 {
  9.0909090909% {
    transform: translate(26px, 0);
  }
  18.1818181818% {
    transform: translate(26px, 0);
  }
  27.2727272727% {
    transform: translate(26px, 0);
  }
  36.3636363636% {
    transform: translate(0px, 0);
  }
  45.4545454545% {
    transform: translate(0px, -26px);
  }
  54.5454545455% {
    transform: translate(26px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(0px, 0px);
  }
  90.9090909091% {
    transform: translate(26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(7) {
  animation: moveBox-7 4s infinite;
}

@keyframes moveBox-8 {
  9.0909090909% {
    transform: translate(0, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(-26px, -26px);
  }
  36.3636363636% {
    transform: translate(0px, -26px);
  }
  45.4545454545% {
    transform: translate(0px, -26px);
  }
  54.5454545455% {
    transform: translate(0px, -26px);
  }
  63.6363636364% {
    transform: translate(0px, -26px);
  }
  72.7272727273% {
    transform: translate(0px, -26px);
  }
  81.8181818182% {
    transform: translate(26px, -26px);
  }
  90.9090909091% {
    transform: translate(26px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.banter-loader__box:nth-child(8) {
  animation: moveBox-8 4s infinite;
}

@keyframes moveBox-9 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }
  18.1818181818% {
    transform: translate(-26px, 0);
  }
  27.2727272727% {
    transform: translate(0px, 0);
  }
  36.3636363636% {
    transform: translate(-26px, 0);
  }
  45.4545454545% {
    transform: translate(0px, 0);
  }
  54.5454545455% {
    transform: translate(0px, 0);
  }
  63.6363636364% {
    transform: translate(-26px, 0);
  }
  72.7272727273% {
    transform: translate(-26px, 0);
  }
  81.8181818182% {
    transform: translate(-52px, 0);
  }
  90.9090909091% {
    transform: translate(-26px, 0);
  }
  100% {
    transform: translate(0px, 0);
  }
}
.banter-loader__box:nth-child(9) {
  animation: moveBox-9 4s infinite;
}

div.wpcf7-mail-sent-ok {
	color: #fff;
}

.product-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-btn {
  margin-bottom: 0;
}

.product-main-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-main-image-wrap {
  width: 40%;
  height: 500px;
  border-radius: 10px;
}

.product-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.product-main-info-wrap {
  width: 50%;
}

.product-main-info-table {
  box-shadow: 0px 0px 17px rgb(0 0 0 / 10%);
  border-radius: 10px;
  overflow: hidden;
}

.product-main-info-table-row {
  background: #F6F7FA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-main-info-table-row:nth-child(odd) {
  background: #fff;
}

.product-main-info-table-col {
  width: 50%;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  padding: 10px 20px;
}

.product-main-info-table-col:nth-child(1) {
  border-right: 1px solid rgba(196, 196, 196, 0.3);
}

.accordion-header {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 0.5px;
  color: #292929;
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0px;
  cursor: pointer;
}

.accordion-header span {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #292929;
}

.accordion-body {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #A0A0A0;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 25px 60px rgba(116, 125, 132, 0.16);
  border-radius: 4px;
  display: none;
}

.accordion-header img {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}

.accordion__item.active .accordion-header img {
  transform: translateY(-50%) rotate(225deg);
}

.accordion-wrapper {
  max-width: 900px;
  margin: 0 auto;
}