abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ins {
  text-decoration: none;
}
ins,
mark {
  background-color: #ff9;
  color: #000;
}
mark {
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
:root {
  --main-fons: "Roboto", sans-serif;
  --second-fons: "Roboto", sans-serif;
  --text-color-dark-gray: #666769;
  --text-color-light-green: #6ab354;
  --text-color-dark-green: #3a7611;
  --text-color-grey: #dddedf;
  --text-color-light-gray: #edecec;
  --text-color-white-gray: #f8f8f8;
  --dg-color-dark-gray: #666769;
  --dg-color-light-green: #6ab354;
  --dg-color-dark-green: #3a7611;
  --dg-color-grey: #dddedf;
  --dg-color-light-gray: #edecec;
  --dg-color-white-gray: #f8f8f8;
  --dg-color-white: #f5f5f5;
  --border-color-information: #e3ded9;
}
body {
  background-color: var(--dg-color-white-gray);
}
* {
  box-sizing: border-box;
  font-family: var(--main-fons);
  font-weight: 400;
}
a {
  text-decoration: none;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.upertext {
  text-transform: uppercase;
}
.bg-col-page {
  background-color: var(--dg-color-white);
}
.bg-white {
  background-color: #fff;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .bg-white {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .bg-white {
    padding: 60px 0;
  }
}
.top-margin {
  margin: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .top-margin {
    margin: 60px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .top-margin {
    margin: 80px 0 0;
  }
}
.top-margin-small {
  margin: 20px 0 0 !important;
}
@media screen and (min-width: 768px) {
  .top-margin-small {
    margin: 30px 0 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .top-margin-small {
    margin: 40px 0 0 !important;
  }
}
.mar-auuto {
  margin-left: auto;
  margin-right: auto;
}
sup {
  font-size: 0.6rem;
  vertical-align: super;
}
.box_shadow {
  box-shadow: 0 9px 3px 1px rgba(0, 0, 0, 0.063);
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  h1,
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 32px;
  }
}
.link-more {
  align-items: center;
  color: var(--dg-color-light-green);
  display: flex;
  font-size: 10px;
  font-weight: 500;
  gap: 7px;
  line-height: 120.2%;
  margin-top: 4px;
}
.link-more .arrow {
  background-image: url(/ADV_HTML/5-HIGHBERRY/img/icon/Arrow_more_mob.png);
  background-repeat: no-repeat;
  height: 8px;
  width: 17px;
}
@media screen and (min-width: 768px) {
  .link-more {
    font-size: 14px;
  }
  .link-more .arrow {
    background-image: url(/ADV_HTML/5-HIGHBERRY/img/icon/Arrow_more_teb.png);
    width: 27px;
  }
}
.con-max-width {
  max-width: 1300px;
  padding: 0 20px;
  width: 100%;
}
.con-max-width h2 {
  color: var(--dg-color-light-green);
  text-align: center;
}
.conteiner-wraper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 20px;
}
.conteiner-wraper .box-type-one {
  align-items: center;
  border: 1px solid var(--dg-color-light-gray);
  border-radius: 10px;
  display: flex;
  gap: 30px;
  height: 115px;
  justify-content: start;
  padding: 0 10px;
  width: 277.85px;
}
.conteiner-wraper .box-type-one .icon {
  width: 52px;
}
.conteiner-wraper .box-type-one .icon img {
  width: 100%;
}
.conteiner-wraper .box-type-one .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 65%;
  text-align: start;
}
.conteiner-wraper .box-type-one .text .up-text .number {
  font-size: 24px;
  font-weight: 600;
}
.conteiner-wraper .box-type-one .text .up-text .units {
  font-size: 14px;
  font-weight: 500;
}
.conteiner-wraper .box-type-one .text .bottom-text {
  margin-top: 4px;
}
.conteiner-wraper .box-type-one .text .bottom-text span {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .conteiner-wraper {
    flex-direction: row;
    justify-content: space-between;
  }
  .conteiner-wraper .box-type-one {
    gap: 20px;
    height: 87.85px;
    justify-content: center;
    max-width: 230px;
    width: 100%;
  }
  .conteiner-wraper .box-type-one .icon {
    width: 39.79px;
  }
  .conteiner-wraper .box-type-one .text {
    max-width: 65%;
  }
  .conteiner-wraper .box-type-one .text .up-text .number {
    font-size: 20px;
  }
  .conteiner-wraper .box-type-one .text .up-text .units {
    font-size: 11px;
  }
  .conteiner-wraper .box-type-one .text .bottom-text {
    margin: 0;
  }
  .conteiner-wraper .box-type-one .text .bottom-text span {
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .conteiner-wraper .box-type-one {
    height: 120.56px;
    max-width: 290px;
  }
  .conteiner-wraper .box-type-one .icon {
    width: 54.6px;
  }
  .conteiner-wraper .box-type-one .text {
    max-width: 70%;
  }
  .conteiner-wraper .box-type-one .text .up-text .number {
    font-size: 24px;
  }
  .conteiner-wraper .box-type-one .text .up-text .units {
    font-size: 14px;
  }
  .conteiner-wraper .box-type-one .text .bottom-text {
    margin-top: 3px;
  }
  .conteiner-wraper .box-type-one .text .bottom-text span {
    font-size: 14px;
  }
}
.layout-wrapper .top-margin .mar-auuto.con-max-width .map-cont {
  margin: 0;
  padding: 0;
}
.layout-wrapper .top-margin .mar-auuto.con-max-width .map-cont .map {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .layout-wrapper .top-margin .mar-auuto.con-max-width .map-cont {
    margin: 0 20px;
  }
}
@media screen and (min-width: 1024px) {
  .layout-wrapper .top-margin .mar-auuto.con-max-width .map-cont {
    margin: 0 40px;
  }
}
.dubel-colum-text-wrap .text-element {
  font-size: 10px;
  font-weight: 300;
  line-height: 16px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .dubel-colum-text-wrap {
    -moz-column-gap: 31px;
    column-gap: 31px;
    grid-template-columns: 1fr 1fr;
  }
  .dubel-colum-text-wrap .text-element {
    font-size: 16px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .dubel-colum-text-wrap {
    -moz-column-gap: 52px;
    column-gap: 52px;
  }
}
.carousel-conte {
  display: grid;
}
.carousel-conte .img-cont {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  transition: background-image 0.4s cubic-bezier(0.16, 0.19, 0.43, 0.81);
}
.carousel-conte .menu {
  background-color: var(--dg-color-light-gray);
  padding: 20px;
}
.carousel-conte .menu h2 {
  color: var(--text-color-light-green);
}
.carousel-conte .menu .carousel-ul {
  margin-top: 15px;
}
.carousel-conte .menu .carousel-ul .carousel-item,
.carousel-conte .menu .carousel-ul .carousel-item2 {
  background-color: var(--dg-color-light-gray);
  font-size: 20px;
  font-weight: 300;
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  position: relative;
  z-index: 1;
}
.carousel-conte .menu .carousel-ul .carousel-item .carousel-title,
.carousel-conte .menu .carousel-ul .carousel-item .carousel-title2,
.carousel-conte .menu .carousel-ul .carousel-item2 .carousel-title,
.carousel-conte .menu .carousel-ul .carousel-item2 .carousel-title2 {
  font-size: 20px;
  font-weight: 300;
}
.carousel-conte .menu .carousel-ul .carousel-item .marcer-cont,
.carousel-conte .menu .carousel-ul .carousel-item2 .marcer-cont {
  height: 100%;
  left: 0;
  position: absolute;
  top: 5px;
}
.carousel-conte .menu .carousel-ul .carousel-item .marcer-cont .point,
.carousel-conte .menu .carousel-ul .carousel-item2 .marcer-cont .point {
  border: 1px solid var(--dg-color-light-green);
  border-radius: 50%;
  padding: 4px;
}
.carousel-conte .menu .carousel-ul .carousel-item .marcer-cont .line,
.carousel-conte .menu .carousel-ul .carousel-item2 .marcer-cont .line {
  background-color: var(--dg-color-light-green);
  height: 0;
  left: 3.5px;
  position: absolute;
  top: 9px;
  transition: 0.4s;
  width: 2px;
}
.carousel-conte .menu .carousel-ul .carousel-item .drop-menu,
.carousel-conte .menu .carousel-ul .carousel-item2 .drop-menu {
  height: 100%;
  margin-top: 5px;
  max-height: 0;
  opacity: 0;
  transition: all 1s ease, max-height 0.8s ease;
  visibility: hidden;
  z-index: 0;
}
.carousel-conte .menu .carousel-ul .carousel-item .drop-menu p,
.carousel-conte .menu .carousel-ul .carousel-item2 .drop-menu p {
  font-size: 10px;
  font-weight: 300;
  line-height: 16px;
}
.carousel-conte .menu .carousel-ul .carousel-item.open .marcer-cont .point,
.carousel-conte .menu .carousel-ul .carousel-item2.open .marcer-cont .point {
  background-color: var(--dg-color-light-green);
}
.carousel-conte .menu .carousel-ul .carousel-item.open .marcer-cont .line,
.carousel-conte .menu .carousel-ul .carousel-item2.open .marcer-cont .line {
  height: calc(100% - 9px);
}
.carousel-conte .menu .carousel-ul .carousel-item.open .drop-menu,
.carousel-conte .menu .carousel-ul .carousel-item2.open .drop-menu {
  height: auto;
  max-height: 200px;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .carousel-conte {
    grid-template-columns: 1fr 1fr;
  }
  .carousel-conte .img-cont {
    height: auto;
  }
  .carousel-conte .menu {
    padding: 30px;
  }
  .carousel-conte .menu .carousel-ul {
    margin-top: 20px;
  }
  .carousel-conte .menu .carousel-ul .carousel-item,
  .carousel-conte .menu .carousel-ul .carousel-item2 {
    margin: 0 0 15px;
  }
  .carousel-conte .menu .carousel-ul .carousel-item .marcer-cont .point,
  .carousel-conte .menu .carousel-ul .carousel-item2 .marcer-cont .point {
    padding: 5.5px;
  }
  .carousel-conte .menu .carousel-ul .carousel-item .marcer-cont .line,
  .carousel-conte .menu .carousel-ul .carousel-item2 .marcer-cont .line {
    left: 5px;
    top: 12px;
  }
  .carousel-conte .menu .carousel-ul .carousel-item .drop-menu p,
  .carousel-conte .menu .carousel-ul .carousel-item2 .drop-menu p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-conte .menu {
    padding: 50px 60px;
  }
  .carousel-conte .menu .carousel-ul {
    margin-top: 20px;
  }
  .carousel-conte .menu .carousel-ul .carousel-item,
  .carousel-conte .menu .carousel-ul .carousel-item2 {
    margin: 0 0 20px;
    padding: 0 0 0 55px;
  }
  .carousel-conte .menu .carousel-ul .carousel-item .carousel-title,
  .carousel-conte .menu .carousel-ul .carousel-item .carousel-title2,
  .carousel-conte .menu .carousel-ul .carousel-item2 .carousel-title,
  .carousel-conte .menu .carousel-ul .carousel-item2 .carousel-title2 {
    font-size: 28px;
  }
  .carousel-conte .menu .carousel-ul .carousel-item .marcer-cont .point,
  .carousel-conte .menu .carousel-ul .carousel-item2 .marcer-cont .point {
    padding: 8px;
  }
  .carousel-conte .menu .carousel-ul .carousel-item .marcer-cont .line,
  .carousel-conte .menu .carousel-ul .carousel-item2 .marcer-cont .line {
    left: 8px;
    top: 18px;
  }
  .carousel-conte .menu .carousel-ul .carousel-item .drop-menu,
  .carousel-conte .menu .carousel-ul .carousel-item2 .drop-menu {
    margin-top: 10px;
  }
  .carousel-conte .menu .carousel-ul .carousel-item .drop-menu p,
  .carousel-conte .menu .carousel-ul .carousel-item2 .drop-menu p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}
.products-map-cont {
  display: grid;
  gap: 77px;
}
.products-map-cont .map img {
  width: 100%;
}
.products-map-cont .products-icon-batton,
.products-map-cont .products-icon-up {
  justify-content: space-between;
  position: relative;
}
.products-map-cont .products-icon-batton .li-item,
.products-map-cont .products-icon-up .li-item {
  list-style-type: none;
}
.products-map-cont .products-icon-batton .li-item .icon-button,
.products-map-cont .products-icon-up .li-item .icon-button {
  height: 1.8rem;
}
.products-map-cont .products-icon-batton .li-item .icon-button img,
.products-map-cont .products-icon-up .li-item .icon-button img {
  height: 100%;
  width: 100%;
}
.products-map-cont .products-icon-batton .li-item .section-box,
.products-map-cont .products-icon-up .li-item .section-box {
  align-items: center;
  background-color: #fff;
  border: 1px solid var(--dg-color-light-gray);
  border-radius: 10px;
  display: flex;
  height: 46px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  rotate: 5deg;
  transition: 0.5s cubic-bezier(0.33, -0.21, 0.45, 0.84);
  width: 129px;
}
.products-map-cont .products-icon-batton .li-item .section-box p,
.products-map-cont .products-icon-up .li-item .section-box p {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}
.products-map-cont .products-icon-batton .li-item .section-box .line,
.products-map-cont .products-icon-up .li-item .section-box .line {
  background-color: var(--dg-color-light-green);
  height: 24px;
  width: 2px;
}
.products-map-cont .products-icon-batton .li-item .section-box .text,
.products-map-cont .products-icon-up .li-item .section-box .text {
  text-transform: uppercase;
  width: 70%;
}
.products-map-cont .products-icon-batton .li-item .section-box .units,
.products-map-cont .products-icon-up .li-item .section-box .units {
  text-align: right;
  width: 30%;
}
.products-map-cont .products-icon-batton .li-item.active .icon-button img,
.products-map-cont .products-icon-up .li-item.active .icon-button img {
  filter: invert(23%) sepia(98%) saturate(2772%) hue-rotate(74deg)
    brightness(95%) contrast(87%);
}
.products-map-cont .products-icon-batton .li-item.active .section-box,
.products-map-cont .products-icon-up .li-item.active .section-box {
  opacity: 1;
  rotate: 0deg;
}
.products-map-cont .products-icon-up .section-box {
  left: calc(50% - 65px);
  top: 45px;
}
.products-map-cont .products-icon-batton .section-box {
  bottom: 45px;
  left: calc(50% - 65px);
}
@media screen and (min-width: 768px) {
  .products-map-cont {
    background-color: #fff;
    border: 1px solid var(--dg-color-light-gray);
    border-radius: 10px;
    grid-template-columns: auto auto auto;
    padding: 40px 30px;
  }
  .products-map-cont .products-icon-batton,
  .products-map-cont .products-icon-up {
    align-items: center;
    flex-direction: column;
    position: static;
  }
  .products-map-cont .products-icon-batton .li-item,
  .products-map-cont .products-icon-up .li-item {
    position: relative;
  }
  .products-map-cont .products-icon-batton .li-item .icon-button,
  .products-map-cont .products-icon-up .li-item .icon-button {
    height: auto;
    width: 2.067rem;
  }
  .products-map-cont .products-icon-batton .li-item .section-box,
  .products-map-cont .products-icon-up .li-item .section-box {
    height: 62px;
    width: 140px;
  }
  .products-map-cont .products-icon-batton .li-item .section-box .text,
  .products-map-cont .products-icon-up .li-item .section-box .text {
    max-height: 30px;
  }
  .products-map-cont .products-icon-batton .li-item .section-box p,
  .products-map-cont .products-icon-up .li-item .section-box p {
    font-size: 12px;
    line-height: 12px;
  }
  .products-map-cont .products-icon-up .section-box {
    left: 50px;
    top: -10px;
  }
  .products-map-cont .products-icon-batton .section-box {
    left: auto;
    right: 50px;
    top: -15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .box-type-one {
    height: 120.56px;
    max-width: 290px;
  }
  .box-type-one .icon {
    width: 54.6px;
  }
  .box-type-one .text {
    max-width: 70%;
  }
  .box-type-one .text .up-text .number {
    font-size: 24px;
  }
  .box-type-one .text .up-text .units {
    font-size: 14px;
  }
  .box-type-one .text .bottom-text {
    margin-top: 3px;
  }
  .box-type-one .text .bottom-text span {
    font-size: 14px;
  }
}
.carusel-type-2 {
  background-color: var(--dg-color-light-gray);
  display: grid;
}
.carusel-type-2 .img-wrap {
  height: 262px;
  overflow: hidden;
  position: relative;
}
.carusel-type-2 .img-wrap .img-cont {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateX(100%);
  transition: all 0.4s ease, opacity 1s;
  width: 100%;
}
.carusel-type-2 .img-wrap .img-cont.active {
  opacity: 1;
  transform: translateX(0);
}
.carusel-type-2 .img-wrap .img-cont.leaving {
  opacity: 0;
  transform: translateX(-100%);
}
.carusel-type-2 .img-wrap .img-cont .img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.carusel-type-2 .img-wrap .img-cont span {
  background-color: rgba(0, 0, 0, 0.655);
  bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  left: 0;
  line-height: 45px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.carusel-type-2 .description-cont {
  padding: 10px 20px 30px;
}
.carusel-type-2 .description-cont .point_cont {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}
.carusel-type-2 .description-cont .point_cont .point {
  border: 1px solid var(--dg-color-light-green);
  border-radius: 50%;
  cursor: pointer;
  padding: 5px;
  transition: all 0.3s ease;
}
.carusel-type-2 .description-cont .point_cont .point.active {
  background-color: var(--dg-color-light-green);
  border: 1px solid #000;
}
.carusel-type-2 .description-cont .text-cont {
  min-height: 100px;
  position: relative;
}
.carusel-type-2 .description-cont .text-cont .text {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(10%);
  transition: opacity 0.4s ease, transform 0.6s ease;
}
@media screen and (min-width: 508px) {
  .carusel-type-2 .description-cont .text-cont .text {
    transform: translateX(100%);
  }
}
.carusel-type-2 .description-cont .text-cont .text.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.carusel-type-2 .description-cont .text-cont .text.leaving {
  opacity: 0;
  transform: translateX(-100%);
}
.carusel-type-2 .description-cont .text-cont .text h2 {
  color: var(--dg-color-light-green);
}
.carusel-type-2 .description-cont .text-cont .text span {
  font-size: 16px;
  line-height: 25px;
}
.mobile_title {
  display: none;
}
.box-type-tree {
  align-items: center;
  border: 1px solid var(--dg-color-light-gray);
  border-radius: 10px;
  justify-items: center;
  padding: 20px 10px;
}
.box-type-tree img {
  height: 100%;
  margin-top: 20px;
  max-height: 60px;
}
.box-type-tree .text .text-element {
  font-size: 10px;
  font-weight: 300;
  line-height: 16px;
  margin-top: 15px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .mobile_title {
    display: block;
    margin-bottom: 20px;
  }
  .box-type-tree {
    gap: 40px;
    grid-template-columns: auto auto;
    padding: 20px 30px;
  }
  .box-type-tree h2 {
    display: none;
  }
  .box-type-tree img {
    margin-top: 0;
    max-height: 110px;
  }
  .box-type-tree .text .text-element {
    font-size: 16px;
    line-height: 25px;
    margin-top: 0;
  }
  .box-type-tree .text .link-more {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .mobile_title {
    display: block;
    margin-bottom: 30px 40px;
  }
  .box-type-tree {
    gap: 70px;
    padding: 30px;
  }
  .box-type-tree img {
    max-height: 140px;
  }
  .box-type-tree .text .text-element {
    font-size: 16px;
    line-height: 25px;
  }
  .box-type-tree .text .link-more {
    display: flex;
  }
}
.title-page {
  color: var(--text-color-light-green);
  margin-bottom: 20px;
  text-align: center;
}
.video {
  aspect-ratio: 16/9;
  margin: 0 auto;
  max-width: 990px;
  position: relative;
  width: 100%;
}
.video iframe {
  border: none;
  height: 100%;
  width: 100%;
}
.video .play-button {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.video .play-button img {
  height: 100%;
  left: 50%;
  max-height: 71.1px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.video .play-button.hidden {
  display: none;
}
.two-columns-box {
  gap: 20px;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 20px;
}
.two-columns-box .two-columns-box-element {
  gap: 40px;
}
.two-columns-box .two-columns-box-element img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
}
.two-columns-box .two-columns-box-element .inf-wrap {
  background-color: #fff;
  border: 1px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  text-align: center;
}
.two-columns-box .two-columns-box-element .inf-wrap .logo {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
.two-columns-box .two-columns-box-element .inf-wrap .logo img {
  max-width: 35.7px;
}
.two-columns-box .two-columns-box-element .inf-wrap h3 {
  color: var(--dg-color-light-green);
  font-size: 12px;
  line-height: 30px;
}
.two-columns-box .two-columns-box-element .inf-wrap .line {
  background-color: var(--dg-color-light-green);
  height: 1px;
  margin: 0 auto 10px;
  max-width: 116px;
  width: 100%;
}
.two-columns-box .two-columns-box-element .inf-wrap p {
  font-size: 10px;
  font-weight: 300;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  .two-columns-box {
    gap: 40px;
    padding: 0 40px;
  }
  .two-columns-box .two-columns-box-element {
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .two-columns-box .two-columns-box-element img {
    border-radius: 10px;
    width: 100%;
  }
  .two-columns-box .two-columns-box-element .order {
    order: 2;
  }
  .two-columns-box .two-columns-box-element .inf-wrap.order {
    order: 1;
  }
  .two-columns-box .two-columns-box-element .inf-wrap .logo img {
    max-width: 44.51px;
  }
  .two-columns-box .two-columns-box-element .inf-wrap h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .two-columns-box .two-columns-box-element .inf-wrap .line {
    margin: 10px auto 20px;
    max-width: 116px;
  }
  .two-columns-box .two-columns-box-element .inf-wrap p {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .two-columns-box,
  .two-columns-box .two-columns-box-element {
    gap: 50px;
  }
  .two-columns-box .two-columns-box-element img {
    border-radius: 10px;
    width: 100%;
  }
  .two-columns-box .two-columns-box-element .order {
    order: 2;
  }
  .two-columns-box .two-columns-box-element .inf-wrap {
    padding: 50px 30px 20px;
  }
  .two-columns-box .two-columns-box-element .inf-wrap.order {
    order: 1;
  }
  .two-columns-box .two-columns-box-element .inf-wrap .logo img {
    max-width: 70px;
  }
  .two-columns-box .two-columns-box-element .inf-wrap h3 {
    font-size: 28px;
    line-height: 30px;
  }
  .two-columns-box .two-columns-box-element .inf-wrap .line {
    margin: 10px auto 20px;
    max-width: 220px;
  }
  .two-columns-box .two-columns-box-element .inf-wrap p {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
  }
}
.botto-video {
  align-items: center;
  background-color: var(--dg-color-light-green);
  border-radius: 3px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.769);
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0 auto;
  max-width: 205px;
  padding: 10px 0;
  width: 100%;
}
.botto-video img {
  max-width: 19.33px;
  width: 100%;
}
.botto-video span {
  color: #fff;
  font-size: 11px;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  .botto-video {
    gap: 30px;
    max-width: 300px;
    padding: 10px 0;
  }
  .botto-video img {
    max-width: 40px;
  }
  .botto-video span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .botto-video {
    max-width: 450px;
    padding: 20px 0;
  }
  .botto-video img {
    max-width: 40px;
  }
  .botto-video span {
    font-size: 22px;
  }
}
.carousel-type-3 {
  margin: 0 0 20px;
  padding: 0 0 20px;
  width: 100%;
}
.carousel-type-3 .img-box {
  align-items: end;
  background-image: url(/ADV_HTML/5-HIGHBERRY/img/bg/carusel-type-tree-1.png);
  background-size: cover;
  display: flex;
  height: 128px;
  width: 100%;
}
.carousel-type-3 .img-box .title-carousel {
  background-color: rgba(0, 0, 0, 0.314);
  color: #fff;
  font-size: 10px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.carousel-type-3 .content-conteiner .point-box {
  display: flex;
  gap: 5px;
  justify-content: center;
  padding: 5px 0 0;
}
.carousel-type-3 .content-conteiner .point-box .point-elemrnt {
  align-items: center;
  display: flex;
}
.carousel-type-3 .content-conteiner .point-box .point-elemrnt .point {
  border: 1px solid var(--dg-color-light-green);
  border-radius: 50%;
  padding: 2.5px;
}
.carousel-type-3 .content-conteiner .point-box .point-elemrnt .lien {
  background-color: var(--dg-color-light-green);
  display: none;
  height: 1px;
  width: 39px;
}
.carousel-type-3 .content-conteiner .point-box .point-elemrnt.active .point {
  background-color: var(--dg-color-light-green);
}
.carousel-type-3 .content-conteiner .point-box .point-elemrnt.active .lien {
  display: block;
}
.carousel-type-3 .content-conteiner .conteiner-wraper {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-top: 20px;
  padding: 0 20px;
}
.carousel-type-3 .content-conteiner .conteiner-wraper .box-type-one {
  align-items: flex-start;
  border-radius: 10px;
  display: flex;
  gap: 15px;
  justify-content: start;
  max-width: 132.93px;
  width: 100%;
}
.carousel-type-3 .content-conteiner .conteiner-wraper .box-type-one .icon {
  width: 33.48px;
}
.carousel-type-3 .content-conteiner .conteiner-wraper .box-type-one .icon img {
  width: 100%;
}
.carousel-type-3 .content-conteiner .conteiner-wraper .box-type-one .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 65%;
}
.carousel-type-3
  .content-conteiner
  .conteiner-wraper
  .box-type-one
  .text
  .up-text
  .number {
  font-size: 14px;
  font-weight: 600;
}
.carousel-type-3
  .content-conteiner
  .conteiner-wraper
  .box-type-one
  .text
  .up-text
  .units {
  font-size: 10px;
  font-weight: 500;
}
.carousel-type-3
  .content-conteiner
  .conteiner-wraper
  .box-type-one
  .text
  .bottom-text {
  margin-top: 0;
}
.carousel-type-3
  .content-conteiner
  .conteiner-wraper
  .box-type-one
  .text
  .bottom-text
  span {
  font-size: 10px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .carousel-type-3 .content-conteiner .conteiner-wraper {
    flex-direction: row;
    justify-content: space-between;
  }
  .carousel-type-3 .content-conteiner .conteiner-wraper .box-type-one {
    gap: 20px;
    height: 87.85px;
    justify-content: center;
    max-width: 230px;
    width: 100%;
  }
  .carousel-type-3 .content-conteiner .conteiner-wraper .box-type-one .icon {
    width: 39.79px;
  }
  .carousel-type-3 .content-conteiner .conteiner-wraper .box-type-one .text {
    max-width: 65%;
  }
  .carousel-type-3
    .content-conteiner
    .conteiner-wraper
    .box-type-one
    .text
    .up-text
    .number {
    font-size: 20px;
  }
  .carousel-type-3
    .content-conteiner
    .conteiner-wraper
    .box-type-one
    .text
    .up-text
    .units {
    font-size: 11px;
  }
  .carousel-type-3
    .content-conteiner
    .conteiner-wraper
    .box-type-one
    .text
    .bottom-text {
    margin: 0;
  }
  .carousel-type-3
    .content-conteiner
    .conteiner-wraper
    .box-type-one
    .text
    .bottom-text
    span {
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .carousel-type-3 .content-conteiner .conteiner-wraper .box-type-one {
    height: 120.56px;
    max-width: 290px;
  }
  .carousel-type-3 .content-conteiner .conteiner-wraper .box-type-one .icon {
    width: 54.6px;
  }
  .carousel-type-3 .content-conteiner .conteiner-wraper .box-type-one .text {
    max-width: 70%;
  }
  .carousel-type-3
    .content-conteiner
    .conteiner-wraper
    .box-type-one
    .text
    .up-text
    .number {
    font-size: 24px;
  }
  .carousel-type-3
    .content-conteiner
    .conteiner-wraper
    .box-type-one
    .text
    .up-text
    .units {
    font-size: 14px;
  }
  .carousel-type-3
    .content-conteiner
    .conteiner-wraper
    .box-type-one
    .text
    .bottom-text {
    margin-top: 3px;
  }
  .carousel-type-3
    .content-conteiner
    .conteiner-wraper
    .box-type-one
    .text
    .bottom-text
    span {
    font-size: 14px;
  }
}
.bg-width {
  background-color: #fff;
}
.products-map-wrap {
  margin: auto;
  max-width: 940px;
  padding: 50px 20px;
  text-align: center;
  width: 100%;
}
.products-map-wrap h2 {
  color: var(--dg-color-light-green);
}
.products-map-wrap .conteiner-wraper {
  display: none;
}
@media screen and (min-width: 768px) {
  .products-map-wrap {
    padding: 50px 20px;
  }
  .products-map-wrap h2 {
    padding: 20px 0;
  }
  .products-map-wrap .conteiner-wraper {
    display: flex;
    padding-bottom: 40px;
  }
}
.style-header {
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 4;
}
.style-header.home-first {
  background-color: transparent;
  position: fixed !important;
}
.style-header .header-melu-wrap {
  margin: 0 auto;
  max-width: 980px;
  padding: 6px 34px 6px 19px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .style-header .header-melu-wrap {
    padding: 12px 34px;
  }
}
.style-header .header-melu-wrap .header-visibel-part {
  justify-content: space-between;
}
.style-header .header-melu-wrap .header-visibel-part .left-col {
  align-items: center;
}
.style-header .header-melu-wrap .header-visibel-part .left-col .logo {
  height: 57.08px;
}
.style-header
  .header-melu-wrap
  .header-visibel-part
  .left-col
  .logo.home-first
  .first-logo {
  display: block;
}
.style-header
  .header-melu-wrap
  .header-visibel-part
  .left-col
  .logo
  .first-logo,
.style-header
  .header-melu-wrap
  .header-visibel-part
  .left-col
  .logo.home-first
  .second-logo {
  display: none;
  height: 100%;
}
.style-header
  .header-melu-wrap
  .header-visibel-part
  .left-col
  .logo
  .second-logo {
  display: block;
  height: 100%;
}
.style-header .header-melu-wrap .header-visibel-part .left-col .catalog {
  align-items: center;
  color: var(--text-color-light-green);
  display: flex;
  font-size: 16px;
  margin-left: 30px;
  transition: 0.5s;
}
.style-header
  .header-melu-wrap
  .header-visibel-part
  .left-col
  .catalog.home-first {
  color: #fff;
}
.style-header
  .header-melu-wrap
  .header-visibel-part
  .left-col
  .catalog.home-first
  .first-icon {
  display: block;
}
.style-header
  .header-melu-wrap
  .header-visibel-part
  .left-col
  .catalog.home-first
  .second-icon {
  display: none;
}
.style-header .header-melu-wrap .header-visibel-part .left-col .catalog img {
  height: 100%;
  margin-left: 5px;
}
.style-header
  .header-melu-wrap
  .header-visibel-part
  .left-col
  .catalog
  .first-icon {
  display: none;
}
.style-header
  .header-melu-wrap
  .header-visibel-part
  .left-col
  .catalog
  .second-icon {
  display: block;
}
@media screen and (min-width: 768px) {
  .style-header .header-melu-wrap .header-visibel-part .left-col {
    justify-content: space-between;
    width: 30%;
  }
}
.style-header .header-melu-wrap .header-visibel-part .right-col {
  align-items: center;
  justify-content: space-between;
}
.style-header
  .header-melu-wrap
  .header-visibel-part
  .right-col
  .language-selector,
.style-header
  .header-melu-wrap
  .header-visibel-part
  .right-col
  .social-networks-conteiner {
  display: none;
}
.style-header .header-melu-wrap .header-visibel-part .right-col .mobile-burger {
  display: flex;
  flex-direction: column;
  height: 18px;
  justify-content: space-between;
  width: 23px;
}
.style-header
  .header-melu-wrap
  .header-visibel-part
  .right-col
  .mobile-burger.home-first
  .line {
  background-color: #fff !important;
}
.style-header
  .header-melu-wrap
  .header-visibel-part
  .right-col
  .mobile-burger
  .line {
  background-color: var(--text-color-light-green);
  border-radius: 50px;
  height: 2px;
  transition: 0.5s;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .style-header .header-melu-wrap .header-visibel-part .right-col {
    width: 45%;
  }
  .style-header
    .header-melu-wrap
    .header-visibel-part
    .right-col
    .language-selector {
    align-items: center;
    display: flex;
  }
  .style-header
    .header-melu-wrap
    .header-visibel-part
    .right-col
    .language-selector
    .language {
    color: var(--text-color-light-green);
    font-size: 16px;
  }
  .style-header
    .header-melu-wrap
    .header-visibel-part
    .right-col
    .language-selector
    .division {
    background-color: var(--dg-color-light-green);
    border-radius: 5px;
    height: 24px;
    margin: 0 20px;
    transition: 0.5s;
    width: 1.5px;
  }
  .style-header
    .header-melu-wrap
    .header-visibel-part
    .right-col
    .language-selector.home-first
    .language {
    color: #fff;
  }
  .style-header
    .header-melu-wrap
    .header-visibel-part
    .right-col
    .language-selector.home-first
    .division {
    background-color: #fff !important;
  }
}
@media screen and (min-width: 1024px) {
  .style-header
    .header-melu-wrap
    .header-visibel-part
    .right-col
    .social-networks-conteiner {
    display: flex;
    margin-right: 30px;
  }
  .style-header
    .header-melu-wrap
    .header-visibel-part
    .right-col
    .social-networks-conteiner.home-first
    .first-icon {
    display: block !important;
  }
  .style-header
    .header-melu-wrap
    .header-visibel-part
    .right-col
    .social-networks-conteiner.home-first
    .second-icon {
    display: none;
  }
  .style-header
    .header-melu-wrap
    .header-visibel-part
    .right-col
    .social-networks-conteiner
    .social-networks {
    margin-right: 20px;
  }
  .style-header
    .header-melu-wrap
    .header-visibel-part
    .right-col
    .social-networks-conteiner
    .social-networks
    .first-icon {
    display: none;
  }
}
.style-header .header-melu-wrap .menu-wrapper {
  position: relative;
}
.style-header .header-melu-wrap .menu-wrapper.offcanvas {
  background-color: rgba(0, 0, 0, 0.314);
}
.style-header .header-melu-wrap .menu-wrapper.offcanvas .menu {
  transform: translateZ(0);
  transition-delay: 0.2s;
  transition-duration: 0.7s;
}
.style-header .header-melu-wrap .menu-wrapper .menu {
  background-color: #fff;
  bottom: 0;
  box-sizing: border-box;
  height: 100%;
  max-width: 406px;
  overflow-x: hidden;
  padding: 20px 30px 0 23px;
  position: fixed;
  right: 0;
  top: 0;
  transform: translate3d(100%, 0, 0);
  transition: 0.5s;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%;
  z-index: 5;
}
.style-header .header-melu-wrap .menu-wrapper .menu .languages {
  display: flex;
  justify-content: space-between;
}
.style-header
  .header-melu-wrap
  .menu-wrapper
  .menu
  .languages
  .language-selector {
  align-items: center;
  display: flex;
}
.style-header
  .header-melu-wrap
  .menu-wrapper
  .menu
  .languages
  .language-selector
  .language {
  color: var(--text-color-light-green);
  font-size: 16px;
}
.style-header
  .header-melu-wrap
  .menu-wrapper
  .menu
  .languages
  .language-selector
  .division {
  background-color: var(--dg-color-light-green);
  border-radius: 5px;
  height: 100%;
  margin: 0 20px;
  width: 1.5px;
}
.style-header .header-melu-wrap .menu-wrapper .menu .languages .mobile-languge {
  align-items: center;
  display: flex;
}
.style-header
  .header-melu-wrap
  .menu-wrapper
  .menu
  .languages
  .mobile-languge
  img {
  height: 17px;
}
.style-header
  .header-melu-wrap
  .menu-wrapper
  .menu
  .languages
  .mobile-languge
  .close-menu {
  margin-left: 30px;
}
.style-header .header-melu-wrap .menu-wrapper .menu .menu-ul {
  background-color: #fff;
  list-style-type: none;
  margin-top: 40px;
}
.style-header .header-melu-wrap .menu-wrapper .menu .menu-ul .menu-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 7px;
  position: relative;
  transform: translateX(calc(100% + 30px));
  transition: transform 0.6s cubic-bezier(0.27, 0.59, 0.53, 0.88);
}
.style-header
  .header-melu-wrap
  .menu-wrapper
  .menu
  .menu-ul
  .menu-item.menuItemsAnima {
  transform: translateX(0);
}
.style-header
  .header-melu-wrap
  .menu-wrapper
  .menu
  .menu-ul
  .menu-item
  .menu-title {
  align-items: center;
  display: flex;
  gap: 5px;
}
.style-header
  .header-melu-wrap
  .menu-wrapper
  .menu
  .menu-ul
  .menu-item
  .menu-title
  a {
  color: var(--text-color-light-green);
  font-size: 24px;
  font-weight: 300;
  transition: 0.3s;
}
.style-header
  .header-melu-wrap
  .menu-wrapper
  .menu
  .menu-ul
  .menu-item
  .menu-title
  a:hover {
  color: #315227;
}
.style-header
  .header-melu-wrap
  .menu-wrapper
  .menu
  .menu-ul
  .menu-item
  .menu-title
  img {
  padding: 5px;
}
.style-header
  .header-melu-wrap
  .menu-wrapper
  .menu
  .menu-ul
  .menu-item
  .open-menu-icon {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  margin-left: 20px;
  max-height: 0;
  opacity: 0;
  transition: all 1s, opacity 0.8s;
  visibility: hidden;
}
.style-header
  .header-melu-wrap
  .menu-wrapper
  .menu
  .menu-ul
  .menu-item
  .open-menu-icon.open {
  max-height: 100px;
  opacity: 1;
  visibility: visible;
}
.style-header
  .header-melu-wrap
  .menu-wrapper
  .menu
  .menu-ul
  .menu-item
  .open-menu-icon
  a {
  color: var(--text-color-light-green);
  font-size: 20px;
  font-weight: 400;
}
.style-header
  .header-melu-wrap
  .menu-wrapper
  .menu
  .menu-ul
  .menu-item
  .open-menu-icon
  a:hover {
  color: #315227;
}
.style-header .header-melu-wrap .menu-wrapper .menu .phone-inf {
  border-top: 1px solid var(--dg-color-light-green);
  margin-top: 30px;
  padding-top: 20px;
}
.style-header .header-melu-wrap .menu-wrapper .menu .phone-inf .contact {
  flex-direction: column;
}
.style-header
  .header-melu-wrap
  .menu-wrapper
  .menu
  .phone-inf
  .contact
  .con-item {
  justify-content: space-between;
}
.style-header
  .header-melu-wrap
  .menu-wrapper
  .menu
  .phone-inf
  .contact
  .con-item,
.style-header
  .header-melu-wrap
  .menu-wrapper
  .menu
  .phone-inf
  .contact
  .con-item
  a {
  color: var(--text-color-light-green);
  font-size: 16px;
  line-height: 25px;
}
.style-header .header-melu-wrap .menu-wrapper .menu .social-networks-conteiner {
  margin-top: 20px;
}
.style-header
  .header-melu-wrap
  .menu-wrapper
  .menu
  .social-networks-conteiner
  .social-networks {
  box-sizing: border-box;
  height: 24px;
  margin-right: 20px;
}
.style-header
  .header-melu-wrap
  .menu-wrapper
  .menu
  .social-networks-conteiner
  .social-networks
  .first-icon {
  display: none;
}
.style-header .header-melu-wrap .menu-wrapper .menu .catalog {
  align-items: center;
  color: var(--text-color-light-green);
  display: flex;
  margin-top: 20px;
}
.style-header .header-melu-wrap .menu-wrapper .menu .catalog img {
  height: 19px;
  margin-left: 5px;
}
.style-header .headel-menu-bg {
  background-color: rgba(0, 0, 0, 0.376);
  inset: 0;
  position: fixed;
  transition: background-color 0.5s ease;
  z-index: 1;
}
footer {
  height: 100%;
  height: 550px;
  position: relative;
  width: 100%;
  z-index: 2;
}
footer.gd-img {
  background-image: url(/images/bg/footer.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .footer-wrap .foot-top-right {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 25px 30px 0;
}
footer .footer-wrap .foot-top-right .regist-box {
  display: grid;
  justify-items: center;
  width: auto;
}
footer .footer-wrap .foot-top-right .regist-box .input-log {
  background-color: rgba(0, 0, 0, 0.314);
  border: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 7px;
  max-width: 380px;
  padding: 5px 15px;
  width: 100%;
}
footer .footer-wrap .foot-top-right .regist-box .input-log::-moz-placeholder {
  color: #fff;
}
footer .footer-wrap .foot-top-right .regist-box .input-log::placeholder {
  color: #fff;
}
footer .footer-wrap .foot-top-right .regist-box .input-log:focus {
  border-color: transparent;
  outline: none;
}
footer .footer-wrap .foot-top-right .regist-box .input-log.error {
  border: 1px solid #f44;
}
footer .footer-wrap .foot-top-right .regist-box .confirm {
  align-items: end;
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
footer .footer-wrap .foot-top-right .regist-box .confirm .checkbox {
  accent-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: hsla(0, 0%, 100%, 0.314);
  cursor: pointer;
  margin: 4px 0;
  padding: 5.679px;
  position: relative;
}
footer
  .footer-wrap
  .foot-top-right
  .regist-box
  .confirm
  .checkbox:focus-visible {
  border: 0;
  opacity: 0;
}
footer .footer-wrap .foot-top-right .regist-box .confirm .checkbox:checked {
  background-color: #4a5547;
}
footer
  .footer-wrap
  .foot-top-right
  .regist-box
  .confirm
  .checkbox:checked:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px;
}
footer .footer-wrap .foot-top-right .regist-box .confirm .checkbox-error {
  outline: 2px solid #f44;
}
footer .footer-wrap .foot-top-right .regist-box .confirm .text {
  color: #fff;
  font-size: 10px;
}
footer .footer-wrap .foot-top-right .regist-box .confirm .text .text-top {
  margin-bottom: 5px;
}
footer .footer-wrap .foot-top-right .regist-box .batton-footer {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 120%;
  margin-top: 15px;
  padding: 7px 15px;
}
footer .footer-wrap .foot-top-right .contact {
  align-items: end;
  color: #fff;
  display: none;
  font-size: 10px;
  font-weight: 400;
  justify-content: space-between;
  line-height: 15px;
  padding: 15px 0;
}
footer .footer-wrap .foot-top-right .contact .cont-element {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
footer .footer-wrap .foot-top-right .contact .cont-element div {
  display: grid;
  justify-items: end;
}
footer .footer-wrap .foot-bottoon-left {
  display: grid;
  padding: 0 20px;
}
footer .footer-wrap .foot-bottoon-left .logo-box {
  color: #fff;
  font-weight: 400;
  line-height: 15px;
  margin-top: 15px;
  padding: 0 20px;
  text-align: center;
}
footer .footer-wrap .foot-bottoon-left .logo-box img {
  height: 100%;
  margin-bottom: 10px;
  max-height: 63px;
  width: auto;
}
footer .footer-wrap .foot-bottoon-left .logo-box h3 {
  font-size: 14px;
  margin-bottom: 3px;
}
footer .footer-wrap .foot-bottoon-left .logo-box p {
  font-size: 10px;
}
footer .footer-wrap .foot-bottoon-left .contact {
  align-items: end;
  color: #fff;
  display: flex;
  font-size: 10px;
  font-weight: 400;
  justify-content: space-between;
  line-height: 15px;
  padding: 15px 0;
}
footer .footer-wrap .foot-bottoon-left .contact .cont-element {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
footer .footer-wrap .foot-bottoon-left .contact .cont-element div {
  display: grid;
  justify-items: end;
}
footer .footer-wrap .foot-bottoon-left .menu {
  display: flex;
  justify-content: space-between;
}
footer .footer-wrap .foot-bottoon-left .menu .connt-element {
  display: grid;
}
footer .footer-wrap .foot-bottoon-left .menu .connt-element a {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
}
footer .footer-wrap .foot-bottoon-left .catalog {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 10px;
  justify-content: flex-end;
  margin-top: 15px;
}
footer .footer-wrap .foot-bottoon-left .catalog img {
  height: 100%;
  margin-left: 5px;
  max-height: 12px;
}
footer .footer-menu {
  background-color: rgba(0, 0, 0, 0.314);
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  padding: 0 20px;
}
footer .footer-menu span {
  color: #fff;
  font-size: 8px;
  font-weight: 400;
  line-height: 25px;
}
footer .compani-name {
  color: #fff;
  font-size: 24px;
  padding: 30px 48px;
}
footer .compani-name,
footer .menu-big-up {
  display: none;
  margin: 0 auto;
  max-width: 1280px;
}
footer .menu-big-up {
  align-items: start;
  gap: 10px;
  justify-content: space-between;
  padding: 0 48px;
}
footer .menu-big-up .compani {
  color: #fff;
}
footer .menu-big-up .compani.h3 {
  font-size: 24px;
  margin: 30px 0;
}
footer .menu-big-up .compani p {
  font-size: 16px;
  line-height: 25px;
  max-width: 310px;
}
footer .menu-big-up .connt-element {
  display: grid;
}
footer .menu-big-up .connt-element a,
footer .menu-big-up .contact {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
footer .menu-big-up .contact {
  display: grid;
  justify-items: end;
}
footer .menu-big-botton {
  display: none;
  justify-content: end;
  margin: 0 auto;
  max-width: 1280px;
  padding: 10px 48px;
  width: 100%;
}
footer .menu-big-botton .menu {
  justify-content: space-between;
  max-width: 890px;
  width: 100%;
}
footer .menu-big-botton .menu .catalog {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  justify-content: flex-end;
  line-height: 25px;
}
footer .menu-big-botton .menu .catalog img {
  height: 100%;
  margin-left: 5px;
  max-height: 20px;
}
footer .menu-big-botton .menu .cont-element {
  color: #fff;
  display: flex;
  font-size: 16px;
  gap: 30px;
  line-height: 25px;
}
footer .eclipse {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  footer {
    height: 488px;
  }
  footer .footer-wrap {
    gap: 100px;
    grid-template-columns: 1fr 1fr;
    padding: 30px 22px 0;
  }
  footer .footer-wrap .foot-top-right {
    align-items: end;
    order: 2;
    padding: 0;
  }
  footer .footer-wrap .foot-top-right .regist-box .input-log {
    font-size: 13px;
    margin-bottom: 12px;
    padding: 7.5px 13px;
  }
  footer .footer-wrap .foot-top-right .regist-box .confirm {
    align-items: start;
  }
  footer .footer-wrap .foot-top-right .regist-box .confirm .checkbox {
    margin: 0;
    padding: 9.5px;
  }
  footer
    .footer-wrap
    .foot-top-right
    .regist-box
    .confirm
    .checkbox:checked:after {
    height: 8px;
    width: 4px;
  }
  footer .footer-wrap .foot-top-right .regist-box .confirm .text {
    font-size: 11px;
    line-height: 15px;
    width: 70%;
  }
  footer .footer-wrap .foot-top-right .regist-box .batton-footer {
    font-size: 12px;
    margin-top: 20px;
    padding: 10px 20px;
  }
  footer .footer-wrap .foot-top-right .contact {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 25px;
    padding: 30px 0 0;
  }
  footer .footer-wrap .foot-bottoon-left {
    padding: 0;
  }
  footer .footer-wrap .foot-bottoon-left .logo-box {
    margin-top: 0;
    padding: 0;
    text-align: start;
  }
  footer .footer-wrap .foot-bottoon-left .logo-box img {
    margin-bottom: 20px;
    max-height: 167.5px;
  }
  footer .footer-wrap .foot-bottoon-left .logo-box h3 {
    font-size: 20px;
    line-height: 25px;
  }
  footer .footer-wrap .foot-bottoon-left .logo-box p {
    font-size: 12px;
    line-height: 20px;
    max-width: 277px;
  }
  footer .footer-wrap .foot-bottoon-left .contact {
    display: none;
  }
  footer .footer-wrap .foot-bottoon-left .menu {
    margin-top: 30px;
  }
  footer .footer-wrap .foot-bottoon-left .catalog {
    justify-content: start;
    margin-top: 0;
  }
  footer .footer-menu {
    margin-top: 30px;
    padding: 6px 22px;
  }
  footer .footer-menu span {
    font-size: 10px;
  }
}
@media screen and (min-width: 1024px) {
  footer {
    height: 716px;
  }
  footer .footer-wrap {
    gap: 0;
    margin: 0 auto;
    max-width: 1280px;
    padding: 100px 48px 0;
  }
  footer .footer-wrap .foot-top-right .regist-box .input-log {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 9.5px 13px;
  }
  footer .footer-wrap .foot-top-right .regist-box .confirm {
    align-items: end;
  }
  footer .footer-wrap .foot-top-right .regist-box .confirm .checkbox {
    margin: 2px;
    padding: 11.5px;
  }
  footer
    .footer-wrap
    .foot-top-right
    .regist-box
    .confirm
    .checkbox:checked:after {
    border-width: 0 4px 4px 0;
    transform: translate(-50%, -70%) rotate(45deg);
  }
  footer .footer-wrap .foot-top-right .regist-box .confirm .text {
    font-size: 13px;
    max-width: 290px;
  }
  footer .footer-wrap .foot-top-right .regist-box .batton-footer {
    font-size: 12px;
    margin-top: 50px;
    padding: 13px 30px;
  }
  footer .footer-wrap .foot-top-right .contact {
    display: none;
  }
  footer .footer-wrap .foot-bottoon-left {
    padding: 0;
  }
  footer .footer-wrap .foot-bottoon-left .logo-box {
    margin-top: 0;
    padding: 0;
    text-align: start;
  }
  footer .footer-wrap .foot-bottoon-left .logo-box img {
    margin-bottom: 20px;
    max-height: 294px;
  }
  footer .footer-wrap .foot-bottoon-left .catalog,
  footer .footer-wrap .foot-bottoon-left .inf-box,
  footer .footer-wrap .foot-bottoon-left .logo-box h3,
  footer .footer-wrap .foot-bottoon-left .logo-box p {
    display: none;
  }
  footer .compani-name {
    display: block;
  }
  footer .menu-big-botton,
  footer .menu-big-up {
    display: flex;
  }
  footer .footer-menu {
    margin: 0 auto;
    max-width: 1280px;
    padding: 10px 48px;
  }
  footer .footer-menu span {
    font-size: 12px;
    line-height: 25px;
  }
}
.map-text {
  border: 1px solid var(--dg-color-grey);
  border-radius: 10px;
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .map-text {
    font-size: 16px;
    line-height: 30px;
    padding: 20px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .map-text {
    font-size: 20px;
    line-height: 25px;
  }
}
.two-columns-box {
  padding: 0;
}
.flex-column {
  flex-direction: column;
}
.flex-column .flex-element {
  justify-content: space-between;
}
.flex-column .flex-element img {
  border-radius: 10px;
  height: auto;
  height: 100px;
  width: 125px;
}
.flex-column .flex-element .conteiner-wraper {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  margin: 0;
}
.flex-column .flex-element .conteiner-wraper .box-type-one {
  border: 0;
  gap: 10px;
  height: auto;
  padding: 0;
  width: auto;
}
.flex-column .flex-element .conteiner-wraper .box-type-one .icon {
  max-height: 25px;
  max-width: 25px;
}
.flex-column .flex-element .conteiner-wraper .box-type-one .icon img {
  height: 100%;
  width: 100%;
}
.flex-column .flex-element .conteiner-wraper .box-type-one .text {
  font-size: 7px;
  max-width: 100%;
}
.flex-column
  .flex-element
  .conteiner-wraper
  .box-type-one
  .text
  .up-text
  .number {
  font-size: 10px;
  line-height: normal;
}
.flex-column
  .flex-element
  .conteiner-wraper
  .box-type-one
  .text
  .up-text
  .units {
  font-size: 7px;
}
.flex-column .flex-element .conteiner-wraper .box-type-one .text .bottom-text {
  margin: 0;
}
.flex-column
  .flex-element
  .conteiner-wraper
  .box-type-one
  .text
  .bottom-text
  span {
  font-size: 7px;
  line-height: 10px;
}
.flex-column .line {
  background-color: var(--text-color-light-green);
  height: 1px;
  margin: 20px auto;
  width: 177px;
}
.flex-column .flex-element .element {
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .flex-column {
    flex-direction: row;
    justify-content: space-between;
  }
  .flex-column .flex-element {
    gap: 30px;
  }
  .flex-column .flex-element img {
    height: 145px;
    width: 210px;
  }
  .flex-column .flex-element .conteiner-wraper {
    width: 250px;
  }
  .flex-column .flex-element .conteiner-wraper .box-type-one {
    gap: 15px;
  }
  .flex-column .flex-element .conteiner-wraper .box-type-one .icon {
    max-height: 39px;
    max-width: 39px;
  }
  .flex-column .flex-element .conteiner-wraper .box-type-one .text {
    font-size: 10px;
    line-height: 15px;
    max-width: 100%;
  }
  .flex-column
    .flex-element
    .conteiner-wraper
    .box-type-one
    .text
    .up-text
    .number {
    font-size: 14px;
    line-height: normal;
  }
  .flex-column
    .flex-element
    .conteiner-wraper
    .box-type-one
    .text
    .up-text
    .units {
    font-size: 10px;
  }
  .flex-column
    .flex-element
    .conteiner-wraper
    .box-type-one
    .text
    .bottom-text {
    margin: 0;
  }
  .flex-column
    .flex-element
    .conteiner-wraper
    .box-type-one
    .text
    .bottom-text
    span {
    font-size: 10px;
    line-height: 12px;
  }
  .flex-column .line {
    height: 112px;
    margin: 0;
    width: 1px;
  }
  .flex-column .flex-element {
    align-items: center;
  }
  .flex-column .flex-element .element {
    display: flex;
    font-size: 12px;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .flex-column {
    flex-direction: row;
    justify-content: space-between;
  }
  .flex-column .flex-element {
    gap: 30px;
  }
  .flex-column .flex-element img {
    height: 228px;
    width: 331px;
  }
  .flex-column .flex-element .conteiner-wraper {
    gap: 30px;
    width: 300px;
  }
  .flex-column .flex-element .conteiner-wraper .box-type-one {
    gap: 15px;
  }
  .flex-column .flex-element .conteiner-wraper .box-type-one .icon {
    max-height: 56px;
    max-width: 56px;
  }
  .flex-column .flex-element .conteiner-wraper .box-type-one .text {
    font-size: 12px;
    line-height: 18px;
    max-width: 100%;
  }
  .flex-column
    .flex-element
    .conteiner-wraper
    .box-type-one
    .text
    .up-text
    .number {
    font-size: 18px;
  }
  .flex-column
    .flex-element
    .conteiner-wraper
    .box-type-one
    .text
    .up-text
    .units {
    font-size: 14px;
  }
  .flex-column
    .flex-element
    .conteiner-wraper
    .box-type-one
    .text
    .bottom-text {
    margin: 0;
  }
  .flex-column
    .flex-element
    .conteiner-wraper
    .box-type-one
    .text
    .bottom-text
    span {
    font-size: 14px;
  }
  .flex-column .line {
    height: 177px;
    margin: 0;
    width: 1px;
  }
  .flex-column .flex-element .element {
    font-size: 18px;
    gap: 40px;
    line-height: 24px;
  }
}
.box-inf-type-4 {
  gap: 30px;
  width: 100%;
}
.box-inf-type-4 .box-inf-type-4-wrap {
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
}
.box-inf-type-4 .box-inf-type-4-wrap img {
  border-radius: 10px 10px 0 0;
  height: 213px;
  width: 100%;
}
.box-inf-type-4 .box-inf-type-4-wrap .text-wrap {
  border: 1px solid var(--dg-color-grey);
  border-radius: 0 0 10px 10px;
  padding: 15px 20px;
  position: relative;
  text-align: center;
}
.box-inf-type-4 .box-inf-type-4-wrap .text-wrap img {
  left: 0;
  max-height: 40px;
  max-width: 40px;
  position: absolute;
  top: 0;
  transform: translate(50%, -50%);
}
.box-inf-type-4 .box-inf-type-4-wrap .text-wrap h3 {
  color: var(--dg-color-light-green);
  font-size: 12px;
}
.box-inf-type-4 .box-inf-type-4-wrap .text-wrap .line {
  background-color: var(--dg-color-light-green);
  height: 1px;
  margin: 10px auto;
  width: 116px;
}
.box-inf-type-4 .box-inf-type-4-wrap .text-wrap p {
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .box-inf-type-4 {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .box-inf-type-4 .box-inf-type-4-wrap img {
    height: 309px;
  }
  .box-inf-type-4 .box-inf-type-4-wrap .text-wrap h3 {
    font-size: 20px;
  }
  .box-inf-type-4 .box-inf-type-4-wrap .text-wrap img {
    max-height: 45px;
    max-width: 45px;
  }
  .box-inf-type-4 .box-inf-type-4-wrap .text-wrap .line {
    max-width: 150px;
  }
  .box-inf-type-4 .box-inf-type-4-wrap .text-wrap p {
    font-size: 12px;
    line-height: 20px;
  }
  .box-inf-type-4 .box-inf-type-4-wrap .text-wrap .link-more {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .box-inf-type-4 {
    gap: 50px;
  }
  .box-inf-type-4 .box-inf-type-4-wrap img {
    height: 455px;
  }
  .box-inf-type-4 .box-inf-type-4-wrap .text-wrap {
    padding: 40px 30px;
  }
  .box-inf-type-4 .box-inf-type-4-wrap .text-wrap h3 {
    font-size: 28px;
  }
  .box-inf-type-4 .box-inf-type-4-wrap .text-wrap img {
    max-height: 70px;
    max-width: 70px;
  }
  .box-inf-type-4 .box-inf-type-4-wrap .text-wrap .line {
    max-width: 220px;
  }
  .box-inf-type-4 .box-inf-type-4-wrap .text-wrap p {
    font-size: 20px;
    line-height: 30px;
  }
  .box-inf-type-4 .box-inf-type-4-wrap .text-wrap .link-more {
    justify-content: center;
    margin-top: 30px;
  }
}
.head-cont {
  padding: 250px 20px 0;
  position: relative;
}
.head-cont .head-bg {
  height: 400px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.head-cont .head-bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.head-cont .inform-box {
  background-color: #fff;
  border: 1px solid var(--dg-color-light-gray);
  border-radius: 10px;
  margin: 0 auto;
  max-width: 869px;
  opacity: 0;
  padding: 30px 15px;
  position: relative;
  text-align: center;
  transform: translateY(100%);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.head-cont .inform-box.animated {
  opacity: 1;
  transform: translateY(0);
}
.head-cont .inform-box h3 {
  color: var(--dg-color-light-green);
  font-weight: 500;
}
.head-cont .inform-box .line {
  background-color: var(--dg-color-light-green);
  height: 1.5px;
  margin: 15px auto 10px;
  max-width: 200px;
  width: 100%;
}
.head-cont .inform-box p {
  font-size: 10px;
  font-weight: 300;
  line-height: 15px;
}
.head-cont .inform-box .conteiner-wraper {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 20px;
}
.head-cont .inform-box .conteiner-wraper .box-type-one {
  align-items: center;
  border: 0;
  border-radius: 10px;
  display: flex;
  gap: 10px;
  height: auto;
  justify-content: start;
  margin: 0 auto;
  max-width: 168px;
  width: 100%;
}
.head-cont .inform-box .conteiner-wraper .box-type-one .icon {
  width: 35.3px;
}
.head-cont .inform-box .conteiner-wraper .box-type-one .icon img {
  width: 100%;
}
.head-cont .inform-box .conteiner-wraper .box-type-one .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 65%;
  text-align: left;
}
.head-cont .inform-box .conteiner-wraper .box-type-one .text .up-text .number {
  font-size: 16px;
  font-weight: 600;
}
.head-cont .inform-box .conteiner-wraper .box-type-one .text .bottom-text span,
.head-cont .inform-box .conteiner-wraper .box-type-one .text .up-text .units {
  font-size: 10px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .head-cont {
    padding: 150px 40px 0;
  }
  .head-cont .head-bg {
    height: 240px;
  }
  .head-cont .inform-box {
    padding: 30px;
  }
  .head-cont .inform-box h3 {
    font-size: 40px;
  }
  .head-cont .inform-box .line {
    max-width: 300px;
  }
  .head-cont .inform-box p {
    font-size: 16px;
    line-height: 25px;
  }
  .head-cont .inform-box .conteiner-wraper {
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0 0;
  }
  .head-cont .inform-box .conteiner-wraper .box-type-one {
    gap: 20px;
    justify-content: center;
    max-width: 230px;
    width: 100%;
  }
  .head-cont .inform-box .conteiner-wraper .box-type-one .icon {
    width: 39.79px;
  }
  .head-cont .inform-box .conteiner-wraper .box-type-one .text {
    max-width: 65%;
  }
  .head-cont
    .inform-box
    .conteiner-wraper
    .box-type-one
    .text
    .up-text
    .number {
    font-size: 20px;
  }
  .head-cont .inform-box .conteiner-wraper .box-type-one .text .up-text .units {
    font-size: 11px;
  }
  .head-cont .inform-box .conteiner-wraper .box-type-one .text .bottom-text {
    margin: 0;
  }
  .head-cont
    .inform-box
    .conteiner-wraper
    .box-type-one
    .text
    .bottom-text
    span {
    font-size: 11px;
  }
}
@media screen and (min-width: 1024px) {
  .head-cont {
    padding: 320px 0 0;
  }
  .head-cont .head-bg {
    height: 450px;
  }
  .head-cont .inform-box {
    padding: 30px;
  }
  .head-cont .inform-box h3 {
    font-size: 48px;
  }
  .head-cont .inform-box .line {
    margin: 20px auto 30px;
    max-width: 570px;
  }
  .head-cont .inform-box p {
    font-size: 20px;
    line-height: 30px;
  }
  .head-cont .inform-box .conteiner-wraper {
    flex-direction: row;
    justify-content: space-between;
  }
  .head-cont .inform-box .conteiner-wraper .box-type-one {
    gap: 20px;
    height: auto;
    max-width: 230px;
    padding: 0;
    width: 100%;
  }
  .head-cont .inform-box .conteiner-wraper .box-type-one .icon {
    width: 55.8px;
  }
  .head-cont .inform-box .conteiner-wraper .box-type-one .text {
    max-width: 65%;
  }
  .head-cont
    .inform-box
    .conteiner-wraper
    .box-type-one
    .text
    .up-text
    .number {
    font-size: 20px;
  }
  .head-cont .inform-box .conteiner-wraper .box-type-one .text .up-text .units {
    font-size: 12px;
  }
  .head-cont .inform-box .conteiner-wraper .box-type-one .text .bottom-text {
    margin-top: 4px;
  }
  .head-cont
    .inform-box
    .conteiner-wraper
    .box-type-one
    .text
    .bottom-text
    span {
    font-size: 12px;
  }
}
.head-cont-tow {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 95px;
  justify-content: center;
  position: relative;
  transition: 0.8s;
  width: 100%;
}
.head-cont-tow img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.head-cont-tow h2 {
  color: #fff;
}
.head-cont-tow .line {
  background-color: #fff;
  border-radius: 100%;
  height: 1px;
  margin: 15px auto 0;
  max-width: 200px;
  transition: 0.8s;
  width: 100%;
}
.head-cont-tow .bg-shadow {
  background-color: rgba(0, 0, 0, 0.502);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .head-cont-tow {
    height: 237px;
  }
  .head-cont-tow .line {
    max-width: 540px;
  }
}
@media screen and (min-width: 1024px) {
  .head-cont-tow {
    height: 451px;
  }
  .head-cont-tow .line {
    height: 2px;
    margin: 30px 0 0;
    max-width: 570px;
  }
}
.box-type-tow {
  align-items: center;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.box-type-tow img {
  max-width: 102.04px;
  width: 100%;
}
.box-type-tow h2 {
  line-height: 25px;
}
.box-type-tow .line {
  background-color: var(--dg-color-light-green);
  height: 1px;
  margin: 15px auto;
  max-width: 112.2px;
  width: 100%;
}
.box-type-tow span {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .box-type-tow {
    flex-direction: row;
    gap: 60px;
    justify-content: space-evenly;
    padding: 0 30px;
  }
  .box-type-tow img {
    max-width: 207px;
  }
  .box-type-tow h2 {
    font-size: 48px;
    line-height: 45px;
  }
  .box-type-tow .line {
    margin: 20px auto;
    max-width: 220px;
  }
  .box-type-tow span {
    font-size: 40px;
    line-height: 45px;
  }
  .box-type-tow span br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .box-type-tow {
    flex-direction: row;
    gap: 40px;
    justify-content: space-evenly;
    padding: 0;
  }
  .box-type-tow img {
    max-width: 280px;
  }
  .box-type-tow h2 {
    font-size: 45px;
    line-height: 45px;
  }
  .box-type-tow h2 br {
    display: none;
  }
  .box-type-tow .line {
    margin: 20px auto;
    max-width: 220px;
  }
  .box-type-tow span {
    font-size: 36px;
    line-height: 45px;
  }
  .box-type-tow span br {
    display: none;
  }
}
.box-inf-wrap {
  gap: 50px;
  grid-template-columns: 1fr;
}
.box-inf-wrap .inf-wrap {
  background-color: #fff;
  border: 1px;
  border-radius: 10px;
  height: 309px;
  padding: 45px 20px 20px;
  position: relative;
  text-align: center;
}
.box-inf-wrap .inf-wrap.g-colum-3 {
  height: auto;
}
.box-inf-wrap .inf-wrap .logo {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
.box-inf-wrap .inf-wrap .logo img {
  max-width: 52px;
}
.box-inf-wrap .inf-wrap h3 {
  color: var(--dg-color-light-green);
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 10px;
}
.box-inf-wrap .inf-wrap p {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .box-inf-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .box-inf-wrap .g-colum-3 {
    grid-column-end: 4;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-row-start: 2;
  }
}
@media screen and (min-width: 1024px) {
  .box-inf-wrap .inf-wrap {
    height: 416px;
  }
  .box-inf-wrap .inf-wrap .logo img {
    max-width: 70px;
  }
  .box-inf-wrap .inf-wrap h3 {
    font-size: 28px;
    line-height: 40px;
  }
  .box-inf-wrap .inf-wrap p {
    font-size: 20px;
    line-height: 40px;
  }
}
.product-info-wrap {
  display: grid;
  gap: 20px;
}
.product-info-wrap .img-wrap .mein-img {
  border-radius: 10px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.product-info-wrap .img-wrap .img-smoll {
  display: none;
  gap: 20px;
  grid-template-columns: auto auto auto;
}
.product-info-wrap .img-wrap .img-smoll img {
  border-radius: 10px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.product-info-wrap .description-wrap {
  display: flex;
  flex-direction: column;
}
.product-info-wrap .description-wrap .title-product {
  color: var(--text-color-light-green);
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 4px;
}
.product-info-wrap .description-wrap .product-description {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}
.product-info-wrap .description-wrap .line {
  background-color: var(--text-color-light-green);
  height: 2px;
  margin: 20px 0;
  width: 100%;
}
.product-info-wrap .description-wrap .facts-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-info-wrap .description-wrap .facts-wrap .facts-element {
  align-items: center;
  display: flex;
  gap: 10px;
}
.product-info-wrap .description-wrap .facts-wrap .facts-element .img {
  max-width: 35px;
}
.product-info-wrap .description-wrap .facts-wrap .facts-element .img img {
  width: 100%;
}
.product-info-wrap .description-wrap .facts-wrap .facts-element .text {
  display: flex;
  flex-direction: column;
}
.product-info-wrap .description-wrap .facts-wrap .facts-element .text .up-text {
  color: var(--text-color-light-green);
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}
.product-info-wrap
  .description-wrap
  .facts-wrap
  .facts-element
  .text
  .button-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}
@media screen and (min-width: 768px) {
  .product-info-wrap {
    gap: 30px;
    grid-template-columns: auto auto;
  }
  .product-info-wrap .img-wrap {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .product-info-wrap .img-wrap .img-smoll {
    display: grid;
    gap: 20px;
  }
  .product-info-wrap .description-wrap .title-product {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 22px;
  }
  .product-info-wrap .description-wrap .product-description {
    font-size: 12px;
    line-height: 22px;
  }
  .product-info-wrap .description-wrap .line {
    margin: 30px 0;
  }
  .product-info-wrap .description-wrap .facts-wrap .facts-element {
    gap: 15px;
  }
  .product-info-wrap .description-wrap .facts-wrap .facts-element .img {
    max-width: 40px;
  }
  .product-info-wrap
    .description-wrap
    .facts-wrap
    .facts-element
    .text
    .button-text,
  .product-info-wrap
    .description-wrap
    .facts-wrap
    .facts-element
    .text
    .up-text {
    font-size: 14px;
    line-height: 18px;
  }
}
.filter-wrap {
  position: relative;
}
.filter-wrap img {
  max-width: 30px;
}
.filter-wrap .line {
  background-color: var(--dg-color-light-green);
  height: 1px;
  margin-top: 5px;
  width: 100%;
}
.filter-wrap .filter-menu {
  background-color: #fff;
  border: 1px solid var(--dg-color-light-green);
  box-shadow: 0 3px 1px 1px rgba(0, 0, 0, 0.188);
  left: 0;
  opacity: 1;
  padding: 10px;
  position: absolute;
  top: 0;
  transform: translateY(46px);
  transition: all 1s;
  width: 40%;
  z-index: 3;
}
.filter-wrap .filter-menu.active {
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
}
.filter-wrap .filter-menu .filter-element {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin-bottom: 5px;
}
.filter-wrap .filter-menu .filter-element .filter-elem {
  align-items: center;
  display: flex;
  gap: 4px;
  margin-bottom: 5px;
}
.filter-wrap .filter-menu .filter-element .filter-elem a {
  color: var(--dg-color-light-green);
  font-size: 16px;
}
.filter-wrap .filter-menu .filter-element .filter-elem img {
  width: 10px;
}
.filter-wrap .filter-menu .filter-element .filter-drop-menu {
  list-style-type: none;
  margin-left: 15px;
  max-height: 0;
  opacity: 0;
  transition: all 1.2s ease, max-height 1s;
  visibility: hidden;
}
.filter-wrap .filter-menu .filter-element .filter-drop-menu.open {
  max-height: 200px;
  opacity: 1;
  visibility: visible;
}
.filter-wrap
  .filter-menu
  .filter-element
  .filter-drop-menu
  .filter-element-drop {
  margin-bottom: 5px;
}
.filter-wrap
  .filter-menu
  .filter-element
  .filter-drop-menu
  .filter-element-drop
  a {
  color: var(--dg-color-light-green);
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .filter-wrap img {
    max-width: 45px;
  }
  .filter-wrap .filter-menu {
    padding: 20px;
    transform: translateY(70px);
  }
  .filter-wrap .filter-menu .filter-element,
  .filter-wrap .filter-menu .filter-element .filter-elem {
    margin-bottom: 7px;
  }
  .filter-wrap .filter-menu .filter-element .filter-elem a {
    font-size: 18px;
    width: auto;
  }
  .filter-wrap .filter-menu .filter-element .filter-drop-menu {
    margin-left: 11px;
  }
  .filter-wrap
    .filter-menu
    .filter-element
    .filter-drop-menu
    .filter-element-drop {
    margin-bottom: 10px;
  }
  .filter-wrap
    .filter-menu
    .filter-element
    .filter-drop-menu
    .filter-element-drop
    a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .filter-wrap img {
    max-width: 70px;
  }
  .filter-wrap .filter-menu {
    padding: 20px;
    transform: translateY(100px);
  }
  .filter-wrap .filter-menu .filter-element,
  .filter-wrap .filter-menu .filter-element .filter-elem {
    margin-bottom: 15px;
  }
  .filter-wrap .filter-menu .filter-element .filter-elem a {
    font-size: 22px;
  }
  .filter-wrap .filter-menu .filter-element .filter-elem img {
    width: 15px;
  }
  .filter-wrap .filter-menu .filter-element .filter-drop-menu {
    margin-left: 11px;
  }
  .filter-wrap
    .filter-menu
    .filter-element
    .filter-drop-menu
    .filter-element-drop {
    margin-bottom: 15px;
  }
  .filter-wrap
    .filter-menu
    .filter-element
    .filter-drop-menu
    .filter-element-drop
    a {
    font-size: 20px;
  }
}
.product-wrap {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  padding: 20px 15px 30px;
  text-align: center;
}
.product-wrap a {
  color: var(--dg-color-light-green);
  font-size: 20px;
  font-weight: 300;
}
.product-wrap .line {
  background-color: var(--dg-color-light-green);
  height: 1px;
  margin: 25px auto;
  max-width: 200px;
  width: 100%;
}
.product-wrap .product-element-wrap {
  display: grid;
  gap: 20px;
  justify-content: center;
  transition: 0.5s;
}
.product-wrap .product-element-wrap .product {
  border: 1px solid var(--dg-color-light-green);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
  max-width: 250px;
  padding: 15px 15px 30px;
  width: 100%;
}
.product-wrap .product-element-wrap .product .icon {
  align-items: center;
  border-radius: 10px;
  display: flex;
  height: 221px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.product-wrap .product-element-wrap .product .icon.aligh-item-end {
  align-items: end;
  border-radius: 0;
}
.product-wrap .product-element-wrap .product .icon.aligh-item-end img {
  border-radius: 0;
}
.product-wrap .product-element-wrap .product .icon img {
  border-radius: 10px;
  height: auto;
  transition: 1s;
  width: 100%;
}
.product-wrap .product-element-wrap .product h3 {
  color: var(--dg-color-light-green);
  font-size: 20px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .product-wrap {
    padding: 50px 15px 80px;
  }
  .product-wrap .line {
    margin: 25px auto;
    max-width: 235.57px;
  }
  .product-wrap .product-element-wrap {
    gap: 30px;
  }
  .product-wrap .product-element-wrap.element-3 {
    grid-template-columns: auto auto auto;
  }
  .product-wrap .product-element-wrap.element-2 {
    grid-template-columns: auto auto;
  }
  .product-wrap .product-element-wrap .product {
    max-width: 210px;
    padding: 15px;
  }
  .product-wrap .product-element-wrap .product .icon {
    height: 172.54px;
  }
}
@media screen and (min-width: 1024px) {
  .product-wrap {
    padding: 50px 15px 80px;
  }
  .product-wrap a {
    font-size: 30px;
  }
  .product-wrap .line {
    margin: 25px auto 60px;
  }
  .product-wrap .product-element-wrap {
    gap: 30px;
  }
  .product-wrap .product-element-wrap .product {
    max-width: 342px;
    padding: 20px;
  }
  .product-wrap .product-element-wrap .product .icon {
    height: 300px;
  }
  .product-wrap .product-element-wrap .product h3 {
    font-size: 30px;
  }
}
.box-type-tree {
  border: 1px solid var(--text-color-grey);
  display: grid;
  gap: 15px;
  padding: 20px;
}
.box-type-tree img {
  margin-top: 0;
}
.box-type-tree .text-wrap {
  display: flex;
  flex-direction: column;
}
.box-type-tree .text-wrap h2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
}
.box-type-tree .text-wrap .line {
  background-color: var(--dg-color-light-green);
  height: 1px;
  margin: 10px auto;
  width: 116px;
}
.box-type-tree .text-wrap p {
  font-size: 10px;
  line-height: 15px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .box-type-tree {
    gap: 40px;
    grid-template-columns: 1fr 4fr;
    padding: 20px;
  }
  .box-type-tree.conversely {
    grid-template-columns: 4fr 1fr;
  }
  .box-type-tree img.order {
    order: 2;
  }
  .box-type-tree .text-wrap.order {
    order: 1;
  }
  .box-type-tree .text-wrap h2 {
    display: block;
    font-size: 32px;
    font-weight: 300;
    line-height: 35px;
  }
  .box-type-tree .text-wrap .line {
    background-color: var(--dg-color-light-green);
    margin: 15px auto;
    width: 140px;
  }
  .box-type-tree .text-wrap p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
  }
}
@media screen and (min-width: 1024px) {
  .box-type-tree {
    gap: 60px;
    padding: 30px;
  }
  .box-type-tree .text-wrap .line {
    background-color: var(--dg-color-light-green);
    margin: 15px auto;
    width: 235.57px;
  }
}
.box-wrap .title {
  text-align: center;
}
.box-wrap .title h3 {
  color: var(--text-color-light-green);
  font-weight: 500;
}
.box-wrap .title img {
  max-width: 140px;
}
.box-wrap .two-columns-box {
  padding: 0;
  position: relative;
}
.box-wrap .two-columns-box .wrout {
  display: none;
  height: calc(100% + 20px);
  left: 50%;
  padding: 40px 5px;
  position: absolute;
  top: -20px;
  transform: translate(-50%);
}
.box-wrap .two-columns-box .two-columns-box-element .inf-wrap {
  border: 1px solid var(--dg-color-light-green);
}
.box-wrap .two-columns-box .two-columns-box-element .inf-wrap h3 {
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .box-wrap .title img {
    margin-left: 30px;
    margin-top: 30px;
    max-width: 118.71px;
  }
  .box-wrap .two-columns-box .wrout {
    background-image: url(/ADV_HTML/5-HIGHBERRY/img/icon/wrout-2.png);
    background-repeat: repeat-y;
    background-size: 100%;
    display: block;
    width: 27px;
  }
  .box-wrap .two-columns-box .two-columns-box-element {
    gap: 80px;
  }
  .box-wrap .two-columns-box .two-columns-box-element .inf-wrap {
    border: 1px solid var(--dg-color-light-green);
  }
}
@media screen and (min-width: 1024px) {
  .box-wrap .title img {
    margin-left: 30px;
    margin-top: 30px;
    max-width: 118.71px;
  }
  .box-wrap .two-columns-box .wrout {
    display: block;
    height: calc(100% + 20px);
    top: -20px;
    width: 33px;
  }
  .box-wrap .two-columns-box .two-columns-box-element {
    gap: 90px;
  }
  .box-wrap .two-columns-box .two-columns-box-element .inf-wrap h2 {
    font-size: 20px;
  }
  .box-wrap .two-columns-box .two-columns-box-element .inf-wrap p {
    font-size: 12px;
  }
}
.layout-wrapper .video-full-screen {
  background-color: #000;
  position: relative;
}
.layout-wrapper .video-full-screen .video-wrap {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.layout-wrapper .video-full-screen .video-wrap .video-bg {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.layout-wrapper .video-full-screen .video-wrap .button-wrap {
  bottom: 5%;
  display: flex;
  gap: 40px;
  position: absolute;
  right: 5%;
  transform: translateY(-50%);
}
.layout-wrapper .video-full-screen .video-wrap .button-wrap .button-video {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 10px;
  display: none;
  gap: 20px;
  padding: 10px 30px;
}
.layout-wrapper .video-full-screen .video-wrap .button-wrap .button-video img {
  max-width: 41px;
}
.layout-wrapper .video-full-screen .video-wrap .button-wrap .button-video span {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}
.layout-wrapper .video-full-screen .video-wrap .button-wrap .button-down {
  border: 1px solid #fff;
  border-radius: 5px;
  display: none;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .layout-wrapper .video-full-screen .video-wrap .button-wrap .button-down {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .layout-wrapper .video-full-screen .video-wrap .button-wrap .button-video {
    display: flex;
  }
}
.layout-wrapper .video-full-screen .video-wrap .content-wrap {
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: end;
  left: 5%;
  position: absolute;
  transform: translateY(-50%);
  transition: 0.8s;
}
.layout-wrapper .video-full-screen .video-wrap .content-wrap .logo {
  display: none;
  max-width: 15rem;
  transition: 0.8s;
}
.layout-wrapper .video-full-screen .video-wrap .content-wrap .logo img {
  width: 100%;
}
.layout-wrapper .video-full-screen .video-wrap .content-wrap h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  max-width: 15rem;
  transition: 0.8s;
}
@media screen and (min-width: 768px) {
  .layout-wrapper .video-full-screen .video-wrap .content-wrap {
    bottom: auto;
    left: 5%;
    top: 50%;
  }
  .layout-wrapper .video-full-screen .video-wrap .content-wrap .logo {
    display: block;
  }
  .layout-wrapper .video-full-screen .video-wrap .content-wrap h1 {
    font-size: 3.5rem;
    line-height: 4.4rem;
    max-width: 26.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .layout-wrapper .video-full-screen .video-wrap .content-wrap {
    left: 10%;
  }
  .layout-wrapper .video-full-screen .video-wrap .content-wrap .logo {
    max-width: 16.2rem;
  }
}
.video-modal {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.video-modal .modal-content {
  max-width: 900px;
  position: relative;
  width: 80%;
}
.video-modal .modal-content .close-modal {
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: -40px;
}
.video-modal .modal-content .close-modal:hover {
  color: #ccc;
}
.video-modal .modal-content iframe {
  border: none;
  height: 500px;
  width: 100%;
}
.two-columns-box {
  gap: 30px;
}
.two-columns-box .inf-wrap {
  background-color: #fff;
  border: 1px;
  border-radius: 10px;
  margin: 0 auto;
  max-width: 280px;
  padding: 20px 15px 30px;
  position: relative;
  text-align: center;
}
.two-columns-box .inf-wrap .logo {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
}
.two-columns-box .inf-wrap .logo img {
  max-width: 35.7px;
}
.two-columns-box .inf-wrap h3 {
  color: var(--dg-color-light-green);
  font-size: 12px;
  line-height: 30px;
}
.two-columns-box .inf-wrap .line {
  background-color: var(--dg-color-light-green);
  height: 1px;
  margin: 0 auto 10px;
  max-width: 116px;
  width: 100%;
}
.two-columns-box .inf-wrap p {
  font-size: 10px;
  font-weight: 300;
  line-height: 16px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .two-columns-box {
    padding: 0;
  }
  .two-columns-box .inf-wrap {
    border-radius: 10px;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 30px;
  }
  .two-columns-box .inf-wrap .logo img {
    max-width: 46.23px;
  }
  .two-columns-box .inf-wrap h3 {
    font-size: 19px;
    line-height: 26.4px;
    margin-bottom: 10px;
  }
  .two-columns-box .inf-wrap p {
    font-size: 12px;
    line-height: 19.9px;
  }
}
@media screen and (min-width: 1024px) {
  .two-columns-box {
    gap: 80px 50px;
    padding: 0;
  }
  .two-columns-box .inf-wrap {
    border-radius: 10px;
    margin: 0 auto;
    padding: 60px 30px;
  }
  .two-columns-box .inf-wrap .logo img {
    max-width: 70px;
  }
  .two-columns-box .inf-wrap h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .two-columns-box .inf-wrap p {
    font-size: 20px;
    line-height: 30px;
  }
}
.summary-wrap {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  font-size: 10px;
  font-weight: 300;
  margin: 0 auto;
  max-width: 280px;
  padding: 40px 20px;
  text-align: center;
}
.summary-wrap .line {
  background-color: var(--dg-color-light-green);
  height: 1px;
  margin: 15px auto;
  max-width: 166px;
  width: 100%;
}
.summary-wrap .flex-summary-element .logo-wrap {
  display: none;
}
.summary-wrap .flex-summary-element h3 {
  color: var(--dg-color-light-green);
}
.summary-wrap .flex-summary-element .input-wrap {
  display: grid;
  gap: 10px;
}
.summary-wrap .flex-summary-element .input-wrap .input {
  border: 1px solid var(--dg-color-light-green);
  border-radius: 5px;
  font-size: 10px;
  padding: 4px 8px;
}
.summary-wrap .flex-summary-element .input-wrap .attach {
  display: flex;
  font-weight: 300;
  gap: 4px;
  margin-top: 7px;
}
.summary-wrap .flex-summary-element .input-wrap .attach img {
  max-width: 11px;
}
.summary-wrap .flex-summary-element .input-wrap .button-send {
  border: 1px solid var(--dg-color-light-green);
  border-radius: 5px;
  margin: 0 auto;
  max-width: 105px;
  padding: 4px;
  width: 100%;
}
.summary-wrap .summary-element .grin-text {
  color: var(--dg-color-light-green);
  margin-bottom: 20px;
}
.summary-wrap .summary-element .contact-box {
  flex-direction: column;
  gap: 20px;
  line-height: 15px;
}
@media screen and (min-width: 768px) {
  .summary-wrap {
    flex-direction: column;
    font-size: 12px;
    gap: 40px;
    max-width: 100%;
    padding: 60px 40px 30px;
  }
  .summary-wrap .line {
    display: none;
  }
  .summary-wrap .flex-summary-element {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-right: 70px;
    width: 100%;
  }
  .summary-wrap .flex-summary-element .logo-wrap {
    align-items: center;
    display: flex;
    gap: 80px;
    max-height: 150px;
  }
  .summary-wrap .flex-summary-element .logo-wrap img {
    height: 100%;
  }
  .summary-wrap .flex-summary-element .section-line {
    background-color: var(--dg-color-light-green);
    height: 145px;
    width: 1px;
  }
  .summary-wrap .flex-summary-element .input-wrap {
    display: grid;
    gap: 10px;
  }
  .summary-wrap .flex-summary-element .input-wrap h3 {
    color: var(--dg-color-light-green);
    font-size: 20px;
    line-height: 26.3px;
  }
  .summary-wrap .flex-summary-element .input-wrap .line {
    display: block;
    margin: 0 auto 5px;
    width: 100%;
  }
  .summary-wrap .flex-summary-element .input-wrap .input {
    border: 1px solid var(--dg-color-light-green);
    border-radius: 5px;
    font-size: 10px;
    padding: 4px 8px;
  }
  .summary-wrap .flex-summary-element .input-wrap .attach {
    display: flex;
    font-size: 10px;
    gap: 4px;
    margin-top: 7px;
  }
  .summary-wrap .flex-summary-element .input-wrap .attach img {
    max-width: 9px;
  }
  .summary-wrap .flex-summary-element .input-wrap .button-send {
    font-size: 10px;
    max-width: 91px;
    padding: 2px;
  }
  .summary-wrap .summary-element {
    align-items: end;
  }
  .summary-wrap .summary-element .grin-text {
    color: var(--dg-color-light-green);
    margin-bottom: 20px;
  }
  .summary-wrap .summary-element .contact-box {
    flex-direction: row;
    gap: 60px;
    justify-content: center;
    line-height: 18.4px;
  }
}
@media screen and (min-width: 1024px) {
  .summary-wrap {
    flex-direction: column;
    font-size: 20px;
    gap: 40px;
    max-width: 100%;
    padding: 60px 40px 30px;
  }
  .summary-wrap .line {
    display: none;
  }
  .summary-wrap .flex-summary-element {
    padding-right: 140px;
  }
  .summary-wrap .flex-summary-element .logo-wrap {
    max-height: 100%;
  }
  .summary-wrap .flex-summary-element .logo-wrap img {
    height: 250px;
  }
  .summary-wrap .flex-summary-element .section-line {
    height: 220px;
  }
  .summary-wrap .flex-summary-element .input-wrap h3 {
    font-size: 28px;
    line-height: 40px;
  }
  .summary-wrap .flex-summary-element .input-wrap .line {
    margin: 10px auto 20px;
    max-width: 220px;
  }
  .summary-wrap .flex-summary-element .input-wrap .input {
    padding: 7px 8px;
  }
  .summary-wrap .flex-summary-element .input-wrap .attach {
    gap: 7px;
    margin-left: 20px;
  }
  .summary-wrap .flex-summary-element .input-wrap .attach img {
    max-width: 14px;
  }
  .summary-wrap .flex-summary-element .input-wrap .button-send {
    margin-top: 7px;
    max-width: 113px;
    padding: 5px;
  }
  .summary-wrap .summary-element .contact-box {
    gap: 90px;
    line-height: 28px;
  }
}
.preloader {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.5s ease;
  width: 100%;
  z-index: 9999;
}
.preloader-logo {
  animation: pulse 1.5s ease-in-out infinite;
  margin-bottom: 30px;
  width: 150px;
}
.progress-container {
  background-color: #f0f0f0;
  border-radius: 2px;
  height: 4px;
  overflow: hidden;
  width: 200px;
}
.progress-bar {
  background-color: #4caf50;
  height: 100%;
  transition: width 0.3s ease;
  width: 0;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  to {
    transform: scale(1);
  }
}
body.loading .site-content {
  opacity: 0;
}
body.loaded .preloader {
  opacity: 0;
  pointer-events: none;
}
body.loaded .site-content {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.product-page-wrap {
  display: grid;
}
.product-page-wrap hr {
  background-color: #6ab354;
  border: 0;
  border-radius: 50%;
  height: 2px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.product-page-wrap .image-wrap img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.product-page-wrap .image-wrap .first {
  height: 400px;
}
.product-page-wrap .image-wrap .img-box {
  display: none;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 10px;
}
.product-page-wrap .content-wrap p {
  font-size: 10px;
  line-height: 22px;
}
.product-page-wrap .content-wrap .title {
  color: #6ab354;
  font-size: 12px;
  margin-bottom: 10px;
  padding-top: 18px;
}
.product-page-wrap .notes-wrap {
  display: grid;
  gap: 10px;
}
.product-page-wrap .notes-box {
  display: flex;
  gap: 10px;
}
.product-page-wrap .notes-box img {
  height: 35px;
  width: 35px;
}
.product-page-wrap .notes-box .notes-text {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  justify-content: center;
}
.product-page-wrap .notes-box .notes-text .title {
  font-size: 10px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .product-page-wrap {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .product-page-wrap hr {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .product-page-wrap .image-wrap .first {
    height: 340px;
    position: relative;
  }
  .product-page-wrap .image-wrap .first .switch-panel {
    background-color: rgba(0, 0, 0, 0.565);
    border-radius: 0 0 10px 10px;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 26px;
    position: absolute;
    width: 100%;
  }
  .product-page-wrap .image-wrap .first .switch-panel .switch i {
    color: #fff;
  }
  .product-page-wrap .image-wrap .img-box {
    display: grid;
  }
  .product-page-wrap .content-wrap p {
    font-size: 12px;
  }
  .product-page-wrap .content-wrap .title {
    font-size: 20px;
    padding: 0 0 20px;
  }
  .product-page-wrap .notes-wrap {
    display: grid;
    gap: 20px;
  }
  .product-page-wrap .notes-box {
    gap: 20px;
  }
  .product-page-wrap .notes-box img {
    height: 45px;
    width: 45px;
  }
  .product-page-wrap .notes-box .notes-text {
    font-size: 14px;
    gap: 5px;
  }
  .product-page-wrap .notes-box .notes-text .title {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .product-page-wrap {
    gap: 80px;
  }
  .product-page-wrap hr {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .product-page-wrap .image-wrap .first {
    height: 490px;
  }
  .product-page-wrap .image-wrap .first .switch-panel {
    padding: 30px;
  }
  .product-page-wrap .image-wrap .first .switch-panel .switch i {
    color: #fff;
  }
  .product-page-wrap .image-wrap .img-box {
    gap: 25px;
    height: 144px;
    margin-top: 25px;
  }
  .product-page-wrap .content-wrap p {
    font-size: 16px;
    line-height: 25px;
  }
  .product-page-wrap .content-wrap .title {
    font-size: 28px;
    padding-bottom: 30px;
  }
  .product-page-wrap .notes-box,
  .product-page-wrap .notes-wrap {
    gap: 30px;
  }
  .product-page-wrap .notes-box img {
    height: 70px;
    width: 70px;
  }
  .product-page-wrap .notes-box .notes-text {
    font-size: 16px;
    gap: 10px;
  }
  .product-page-wrap .notes-box .notes-text .title {
    font-size: 16px;
  }
}
.producion-slider-wrap {
  border: 1px solid #6ab354;
  border-radius: 10px;
  display: none;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.producion-slider-wrap .title-wrap .title {
  color: #6ab354;
  font-size: 28px;
  padding-bottom: 50px;
}
.producion-slider-wrap .carousel-wrap {
  display: flex;
  gap: 100px;
  justify-content: space-between;
}
.producion-slider-wrap .carousel-wrap .carousel {
  gap: 30px;
}
.producion-slider-wrap .carousel-wrap .carousel img {
  border-radius: 10px;
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.producion-slider-wrap .carousel-wrap .carousel .item-title {
  color: #6ab354;
  font-size: 30px;
  font-weight: 300;
  padding-top: 30px;
}
.producion-slider-wrap .switch-panel {
  display: flex;
  justify-content: space-between;
  left: 0;
  padding-inline: 40px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.producion-slider-wrap .switch-panel .switch i {
  font-size: 30px;
}
@media (min-width: 768px) {
  .producion-slider-wrap {
    display: block;
    padding: 30px 70px 50px;
  }
  .producion-slider-wrap .carousel-wrap {
    display: flex;
    gap: 45px;
    justify-content: space-between;
  }
  .producion-slider-wrap .carousel-wrap .carousel img {
    border-radius: 10px;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .producion-slider-wrap {
    margin-bottom: 100px;
    padding: 30px 130px 50px;
  }
  .producion-slider-wrap .carousel-wrap {
    gap: 100px;
  }
  .producion-slider-wrap .carousel-wrap .carousel img {
    height: 270px;
  }
  .producion-slider-wrap .carousel-wrap .carousel .item-title {
    font-size: 30px;
  }
}
