#header {
  position: absolute;
  width: 100%;
  background-color: transparent;
  box-shadow: none;
}
#header:has(.header-relative) {
  position: relative;
}
@media (max-width: 850px) {
  #header {
    position: relative;
  }
}
#header .custom-header {
  padding: 28px 0;
  position: relative;
}
@media (max-width: 850px) {
  #header .custom-header {
    padding: 18px 0;
  }
}
#header .custom-header .container .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}
#header .custom-header .container .wrapper .logo {
  width: -moz-fit-content;
  width: fit-content;
}
#header .custom-header .container .wrapper .logo h1 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
#header .custom-header .container .wrapper .logo h1 a {
  display: block;
  height: auto;
}
#header .custom-header .container .wrapper .logo h1 a img {
  max-width: 133px;
}
@media (max-width: 850px) {
  #header .custom-header .container .wrapper .logo h1 a img {
    max-width: 100px;
  }
}
#header .custom-header .container .wrapper .logo a {
  display: block;
  height: auto;
}
#header .custom-header .container .wrapper .logo a img {
  max-width: 133px;
}
@media (max-width: 850px) {
  #header .custom-header .container .wrapper .logo a img {
    max-width: 100px;
  }
}
#header .custom-header .container .wrapper .menu-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 850px) {
  #header .custom-header .container .wrapper .menu-wrap {
    display: none;
  }
}
#header .custom-header .container .wrapper .menu-wrap .menu {
  padding-left: 0;
  float: right;
}
@media (max-width: 850px) {
  #header .custom-header .container .wrapper .menu-wrap .menu {
    display: block !important;
    width: 100%;
  }
}
#header .custom-header .container .wrapper .menu-wrap .menu .top-menu {
  display: flex;
  gap: 60px;
}
@media (max-width: 850px) {
  #header .custom-header .container .wrapper .menu-wrap .menu .top-menu {
    flex-direction: column;
    width: 100%;
    gap: 30px;
    background: #fff;
    padding: 20px;
  }
}
#header .custom-header .container .wrapper .menu-wrap .menu .top-menu .link a {
  color: #0C0C0C;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 0;
  text-transform: none;
  transition: 0.3s;
}
#header .custom-header .container .wrapper .menu-wrap .menu .top-menu .link a:hover {
  color: #FFCD00;
  transition: 0.3s;
}
#header .custom-header .container .wrapper .menu-wrap #search_widget {
  display: none;
}
@media (max-width: 850px) {
  #header .custom-header .container .wrapper .button-wrap {
    display: none;
  }
}
#header .custom-header .container .wrapper .button-wrap .links {
  padding: 0;
}
#header .custom-header .container .wrapper .button-wrap .links .wrapper {
  width: -moz-fit-content;
  width: fit-content;
}
#header .custom-header .container .wrapper .button-wrap .links .wrapper p {
  display: none;
}
#header .custom-header .container .wrapper .button-wrap .links .wrapper .hidden-md-up {
  display: none !important;
}
#header .custom-header .container .wrapper .button-wrap .links .wrapper .collapse {
  margin: 0;
}
#header .custom-header .container .wrapper .button-wrap .links .wrapper .collapse li a {
  display: block;
  position: relative;
  padding: 15.5px 24px;
  border-radius: 30px;
  background: #fff;
  color: #0C0C0C;
  white-space: nowrap;
  border: 1px solid #0C0C0C;
  font-size: 13px;
  font-weight: 600;
  line-height: 16.9px;
  transition: 0.3s;
}
#header .custom-header .container .wrapper .button-wrap .links .wrapper .collapse li a:hover {
  color: #fff;
  background: #0C0C0C;
  transition: 0.3s;
}
#header .custom-header .container .wrapper .mobile-menu {
  display: none;
  background-color: #fff;
}
@media (max-width: 850px) {
  #header .custom-header .container .wrapper .mobile-menu {
    display: block;
    position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(-110px);
    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  #header .custom-header .container .wrapper .mobile-menu.active {
    transform: translateY(100%);
    opacity: 1;
  }
}
#header .custom-header .container .wrapper .mobile-menu .menu {
  padding-left: 0;
  float: right;
  background-color: #fff;
}
@media (max-width: 850px) {
  #header .custom-header .container .wrapper .mobile-menu .menu {
    display: block !important;
    width: 100%;
  }
}
#header .custom-header .container .wrapper .mobile-menu .menu .top-menu {
  display: flex;
  gap: 60px;
}
@media (max-width: 850px) {
  #header .custom-header .container .wrapper .mobile-menu .menu .top-menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 30px;
    background-color: #fff;
    padding: 30px 20px;
  }
}
#header .custom-header .container .wrapper .mobile-menu .menu .top-menu .link a {
  color: #0C0C0C;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 0;
  text-transform: none;
  transition: 0.3s;
}
#header .custom-header .container .wrapper .mobile-menu .menu .top-menu .link a:hover {
  color: #FFCD00;
  transition: 0.3s;
}
#header .custom-header .container .wrapper .mobile-menu #search_widget {
  display: none;
}
#header .custom-header .container .wrapper .mobile-menu .links {
  width: 100%;
}
#header .custom-header .container .wrapper .mobile-menu .links:last-child {
  padding: 10px 20px;
}
@media (max-width: 850px) {
  #header .custom-header .container .wrapper .mobile-menu .links:last-child {
    padding-bottom: 30px;
  }
}
@media (max-width: 850px) {
  #header .custom-header .container .wrapper .mobile-menu .links:last-child .wrapper {
    width: 100%;
    justify-content: center;
  }
}
#header .custom-header .container .wrapper .mobile-menu .links .wrapper {
  width: -moz-fit-content;
  width: fit-content;
}
#header .custom-header .container .wrapper .mobile-menu .links .wrapper p {
  display: none;
}
#header .custom-header .container .wrapper .mobile-menu .links .wrapper .hidden-md-up {
  display: none !important;
}
#header .custom-header .container .wrapper .mobile-menu .links .wrapper .collapse {
  margin: 0;
  display: block;
}
#header .custom-header .container .wrapper .mobile-menu .links .wrapper .collapse li a {
  display: block;
  position: relative;
  padding: 16px 24px;
  border-radius: 30px;
  background: #0C0C0C;
  color: #fff;
  white-space: nowrap;
  border: 1px solid #0C0C0C;
  font-size: 13px;
  font-weight: 600;
  line-height: 16.9px;
  transition: 0.3s;
}
#header .custom-header .container .wrapper .mobile-menu .links .wrapper .collapse li a:hover {
  color: #0C0C0C;
  background: transparent;
  transition: 0.3s;
}
#header .custom-header .container .wrapper .roxart-menu-btn {
  display: none;
}
@media (max-width: 850px) {
  #header .custom-header .container .wrapper .roxart-menu-btn {
    display: flex;
  }
  #header .custom-header .container .wrapper .roxart-menu-btn .burger {
    display: inline-block;
    cursor: pointer;
    z-index: 1000;
    margin-bottom: 0;
  }
  #header .custom-header .container .wrapper .roxart-menu-btn .burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    margin: 6px 0;
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s ease;
  }
  #header .custom-header .container .wrapper .roxart-menu-btn #burger-checkbox {
    display: none;
  }
  #header .custom-header .container .wrapper .roxart-menu-btn #burger-checkbox:checked + .burger span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  #header .custom-header .container .wrapper .roxart-menu-btn #burger-checkbox:checked + .burger span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
  }
  #header .custom-header .container .wrapper .roxart-menu-btn #burger-checkbox:checked + .burger span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}

.product_1 {
  padding-bottom: 211px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 100px;
  background-position-y: 75px;
  margin-top: 200px;
}
@media (max-width: 991px) {
  .product_1 {
    padding-bottom: 110px;
    margin-top: 120px;
  }
}
@media (max-width: 576px) {
  .product_1 {
    padding-bottom: 70px;
  }
}
.product_1 .container .title {
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -0.03em;
  text-align: center;
  color: #0C0C0C;
  text-transform: uppercase;
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .product_1 .container .title {
    margin-bottom: 80px;
    font-size: 36px;
    line-height: 43.2px;
  }
}
.product_1 .container .wrapper {
  display: flex;
  gap: 14px;
  margin-bottom: 136px;
}
@media (max-width: 991px) {
  .product_1 .container .wrapper {
    flex-direction: column;
    gap: 0;
    margin-bottom: 89px;
  }
}
.product_1 .container .wrapper .left {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 396px;
  width: 100%;
}
@media (max-width: 991px) {
  .product_1 .container .wrapper .left {
    padding-top: 0;
    order: 2;
    max-width: unset;
    margin-bottom: 63px;
  }
}
.product_1 .container .wrapper .left h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46.8px;
  margin: 0;
}
@media (max-width: 1200px) {
  .product_1 .container .wrapper .left h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .product_1 .container .wrapper .left h2 {
    font-size: 32px;
    line-height: 41.6px;
  }
}
@media (max-width: 385px) {
  .product_1 .container .wrapper .left h2 {
    font-size: 28px;
    line-height: 36.6px;
  }
}
.product_1 .container .wrapper .left p {
  max-width: 347px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
  color: #0C0C0C;
  margin: 0;
}
@media (max-width: 991px) {
  .product_1 .container .wrapper .left p {
    max-width: unset;
    margin-bottom: 16px;
  }
}
.product_1 .container .wrapper .left .button {
  display: none;
}
@media (max-width: 991px) {
  .product_1 .container .wrapper .left .button {
    display: block;
  }
}
.product_1 .container .wrapper .center {
  max-width: 400px;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .product_1 .container .wrapper .center {
    order: 3;
    margin: 0 auto;
  }
}
.product_1 .container .wrapper .center img {
  max-width: 400px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.product_1 .container .wrapper .center svg {
  position: absolute;
  left: -8%;
  bottom: -5%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .product_1 .container .wrapper .center svg {
    max-width: 480px;
  }
}
@media (max-width: 991px) {
  .product_1 .container .wrapper .center svg {
    display: none;
  }
}
.product_1 .container .wrapper .right {
  max-width: 410px;
  width: 100%;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media (max-width: 991px) {
  .product_1 .container .wrapper .right {
    order: 1;
    gap: 0;
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.product_1 .container .wrapper .right .logo {
  max-width: 358px;
}
.product_1 .container .wrapper .right .logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .product_1 .container .wrapper .right .logo img {
    max-width: 238px;
  }
}
.product_1 .container .wrapper .right .button {
  padding: 24px 40px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #0C0C0C;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .product_1 .container .wrapper .right .button {
    display: none;
  }
}
.product_1 .bottom .content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .product_1 .bottom .content {
    gap: 40px;
  }
}
.product_1 .bottom .content::after {
  display: none;
}
.product_1 .bottom .content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
  text-align: center;
  color: #fff;
  margin: 0;
}
.product_1 .bottom .content h3 i {
  font-style: normal;
  color: #FFCD00;
}
.product_1 .bottom .content .icon-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 991px) {
  .product_1 .bottom .content .icon-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
.product_1 .bottom .content .icon-wrap .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 190px;
  width: 100%;
}
.product_1 .bottom .content .icon-wrap .icon:nth-child(4) p {
  max-width: 121px;
}
.product_1 .bottom .content .icon-wrap .icon:nth-child(5) {
  max-width: 224px;
}
.product_1 .bottom .content .icon-wrap .icon svg {
  height: 48px;
}
.product_1 .bottom .content .icon-wrap .icon p {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.product_2 {
  padding-top: 87px;
  padding-bottom: 89px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .product_2 {
    background-position-y: 50px;
  }
}
@media (max-width: 1050px) {
  .product_2 {
    background-position-y: 80px;
  }
}
@media (max-width: 991px) {
  .product_2 {
    padding-top: 0;
    padding-bottom: 87px;
  }
}
.product_2 .container .wrapper {
  display: flex;
  gap: 14px;
  margin-bottom: 135px;
}
@media (max-width: 991px) {
  .product_2 .container .wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.product_2 .container .wrapper .left {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 396px;
  width: 100%;
}
@media (max-width: 991px) {
  .product_2 .container .wrapper .left {
    order: 2;
    padding-top: 0;
    max-width: unset;
    margin-bottom: 64px;
  }
}
.product_2 .container .wrapper .left h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46.8px;
  color: #0C0C0C;
  margin: 0;
}
@media (max-width: 1200px) {
  .product_2 .container .wrapper .left h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .product_2 .container .wrapper .left h2 {
    font-size: 32px;
    line-height: 41.6px;
  }
}
@media (max-width: 385px) {
  .product_2 .container .wrapper .left h2 {
    font-size: 28px;
    line-height: 36.6px;
  }
}
.product_2 .container .wrapper .left p {
  max-width: 347px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
  color: #0C0C0C;
  margin: 0;
}
@media (max-width: 991px) {
  .product_2 .container .wrapper .left p {
    max-width: unset;
    margin-bottom: 16px;
  }
}
.product_2 .container .wrapper .left .button {
  display: none;
}
@media (max-width: 991px) {
  .product_2 .container .wrapper .left .button {
    display: block;
  }
}
.product_2 .container .wrapper .center {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 991px) {
  .product_2 .container .wrapper .center {
    order: 3;
    margin: 0 auto;
  }
}
.product_2 .container .wrapper .center img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
.product_2 .container .wrapper .right {
  max-width: 410px;
  width: 100%;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media (max-width: 991px) {
  .product_2 .container .wrapper .right {
    order: 1;
    padding-top: 0;
    margin-bottom: 40px;
  }
}
.product_2 .container .wrapper .right img {
  width: 100%;
  height: auto;
}
@media (max-width: 575px) {
  .product_2 .container .wrapper .right img {
    max-width: 238px;
  }
}
.product_2 .container .wrapper .right .button {
  padding: 24px 40px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  color: #0C0C0C;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991px) {
  .product_2 .container .wrapper .right .button {
    display: none;
  }
}
@media (max-width: 991px) {
  .product_2 .bottom {
    position: relative;
  }
}
.product_2 .bottom .image {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (max-width: 4096px) {
  .product_2 .bottom .image {
    height: 90%;
  }
}
@media (max-width: 3400px) {
  .product_2 .bottom .image {
    height: 85%;
  }
}
@media (max-width: 2800px) {
  .product_2 .bottom .image {
    height: 80%;
  }
}
@media (max-width: 1920px) {
  .product_2 .bottom .image {
    height: auto;
  }
}
@media (max-width: 1850px) {
  .product_2 .bottom .image {
    height: 640px;
  }
}
@media (max-width: 991px) {
  .product_2 .bottom .image {
    height: calc(100% + 430px);
    bottom: -87px;
  }
}
@media (max-width: 680px) {
  .product_2 .bottom .image {
    height: calc(100% + 460px);
  }
}
@media (max-width: 525px) {
  .product_2 .bottom .image {
    height: calc(100% + 480px);
  }
}
@media (max-width: 510px) {
  .product_2 .bottom .image {
    height: calc(100% + 510px);
  }
}
@media (max-width: 470px) {
  .product_2 .bottom .image {
    height: calc(100% + 475px);
  }
}
.product_2 .bottom .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 1850px) {
  .product_2 .bottom .image img {
    height: 100%;
    max-height: unset;
  }
}
.product_2 .bottom .content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
  z-index: 2;
}
.product_2 .bottom .content::after {
  display: none;
}
.product_2 .bottom .content h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
  text-align: center;
  color: #fff;
  margin: 0;
}
.product_2 .bottom .content .icon-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 991px) {
  .product_2 .bottom .content .icon-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
.product_2 .bottom .content .icon-wrap .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.product_2 .bottom .content .icon-wrap .icon:nth-child(1) {
  max-width: 210px;
}
.product_2 .bottom .content .icon-wrap .icon:nth-child(2) {
  max-width: 225px;
}
.product_2 .bottom .content .icon-wrap .icon:nth-child(3) {
  max-width: 227px;
}
.product_2 .bottom .content .icon-wrap .icon:nth-child(4) {
  max-width: 190px;
}
.product_2 .bottom .content .icon-wrap .icon svg {
  height: 48px;
}
.product_2 .bottom .content .icon-wrap .icon p {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}

.product_2.product_2_v2 .container .wrapper .right img{
  width: unset;
}
.product_2.product_2_v2 .container .wrapper .right{
  gap: 45px;
}
.product_2.product_2_v2 .right .stickers{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 7px;
}
.product_2.product_2_v2 .right .stickers img{
  width: 100%;
  max-width: 100%;
}
.product_2.product_2_v2 .bottom .content .icon-wrap{
  justify-content: center;
  gap: 120px;
}
.product_2.product_2_v2 .container .wrapper{
  margin-bottom: 65px;
}
.product_2.product_2_v2 .rhizo-heading{
  text-transform: uppercase;
}
.product_2.product_2_v2 .rhizo-heading span{
  color: #F22AA8;
}
.product_2.product_2_v2{
  background-position: 100% 200px;
  /* background-size: unset; */
  margin-bottom: 100px;
}
.product_2.product_2_v2 .container .wrapper .right .logo img{
  width: 100%;
  max-width: 400px;
}
.product_2.product_2_v2 .container .wrapper .center img{
  margin-top: 55px;
}

@media(max-width: 1050px){
  .product_2.product_2_v2{
    background-position-y: 100%;
  }
}
@media(max-width: 992px){
  .product_2.product_2_v2{
    background-size: cover;
  }
  .product_2.product_2_v2 .bottom .content .icon-wrap{
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .product_2.product_2_v2 .container .wrapper .center img{
    margin-top: 0;
  }
}
@media(max-width: 575px){
  .product_2.product_2_v2{
    margin-bottom: 70px;
  }
  .product_2.product_2_v2 .container .wrapper .right .logo img{
    max-width: 238px;
  }
}

.highest_standard {
  padding-top: 156px;
  padding-bottom: 155px;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
}
.highest_standard__opening-hours {
  font-size: 18px;
  line-height: 22px;
  color: #F2F1FA;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 30px;
  text-align: center;
}
.highest_standard__box-content {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .highest_standard__box-content {
    flex-direction: column;
  }
}
@media (min-width: 1920px) {
  .highest_standard {
    background-size: cover;
  }
}
@media (max-width: 991px) {
  .highest_standard {
    padding-top: 100px;
    padding-bottom: 80px;
    background-size: cover;
  }
}
.highest_standard .container .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.highest_standard .container .wrapper h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .highest_standard .container .wrapper h2 {
    font-size: 36px;
    line-height: 56px;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .highest_standard .container .wrapper h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
.highest_standard .container .wrapper .desc {
  max-width: 779px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .highest_standard .container .wrapper .desc {
    margin-bottom: 40px;
  }
}
.highest_standard .container .wrapper .desc p {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: #fff;
  margin-bottom: 1.688rem;
}
.highest_standard .container .wrapper .desc p:last-child {
  margin-bottom: 0;
}
.highest_standard .container .wrapper .box {
  max-width: 1164px;
  width: 100%;
  border: 4px solid #FFCE04;
  border-radius: 29px;
  padding: 50px 75px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .highest_standard .container .wrapper .box {
    padding: 43px 25px;
  }
}
@media (max-width: 767px) {
  .highest_standard .container .wrapper .box {
    flex-direction: column;
  }
}
.highest_standard .container .wrapper .box .data {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .highest_standard .container .wrapper .box .data {
    margin-bottom: 2.5rem;
  }
}
.highest_standard .container .wrapper .box .data h3 {
  max-width: 523px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
  text-align: left;
  color: #F6F6F6;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .highest_standard .container .wrapper .box .data h3 {
    margin-left: 0;
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 750px) {
  .highest_standard .container .wrapper .box .data h3 {
    max-width: unset;
  }
}
@media (max-width: 576px) {
  .highest_standard .container .wrapper .box .data h3 {
    max-width: unset;
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 26px;
  }
}
.highest_standard .container .wrapper .box .data a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 34px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 26px;
}
.highest_standard .container .wrapper .box .data a:last-child {
  margin-bottom: 0;
}
.highest_standard .container .wrapper .box .data a p {
  font-size: 24px;
  line-height: 35px;
  color: #F2F1FA;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 991px) {
  .highest_standard .container .wrapper .box .data a {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .highest_standard .container .wrapper .box .data a {
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 25px;
  }
  .highest_standard .container .wrapper .box .data a p {
    font-size: 16px;
    line-height: 25px;
  }
  .highest_standard .container .wrapper .box .data a:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .highest_standard .container .wrapper .box .data a {
    word-break: break-all;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .highest_standard .container .wrapper .box .data a span {
    display: none;
  }
}
.highest_standard .container .wrapper .box .data a svg {
  width: 32px;
  height: auto;
}
.highest_standard .container .wrapper .box .contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 265px;
}
@media (max-width: 767px) {
  .highest_standard .container .wrapper .box .contact {
    max-width: unset;
  }
}
@media (max-width: 500px) {
  .highest_standard .container .wrapper .box .contact {
    justify-content: center;
  }
}
.highest_standard .container .wrapper .box .contact p {
  color: #D9D9D9;
  font-size: 18px;
  font-weight: 700;
  line-height: 23.4px;
  text-align: center;
  margin-bottom: 21px;
}
@media (max-width: 750px) {
  .highest_standard .container .wrapper .box .contact p {
    margin-bottom: 14px;
    text-align: center;
  }
}
.highest_standard .container .wrapper .box .contact .button {
  padding: 24px 40px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: #0C0C0C;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .highest_standard .container .wrapper .box .contact .button {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .highest_standard .container .wrapper .box .contact .button {
    width: 100%;
  }
}

#wrapper {
  padding-top: 0;
}

.rox-breadcrumb {
  padding: 20px 0;
}
.rox-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 8px;
  margin-bottom: 0;
  padding-left: 0;
}
.rox-breadcrumb ol li {
  display: flex;
  gap: 8px;
  align-items: center;
}
.rox-breadcrumb ol li::after {
  content: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_736_731)'%3E%3Cpath d='M2.5 7.5L5.5 4.5L2.5 1.5' stroke='%23CECECE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_736_731'%3E%3Crect width='8' height='8' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  display: block;
}
.rox-breadcrumb ol li:last-child::after {
  display: none;
}
.rox-breadcrumb ol li span {
  font-size: 13px;
  font-weight: 600;
  line-height: 16.9px;
  color: #CECECE;
  padding-top: 2px;
  transition: 0.2s;
}
.rox-breadcrumb ol li a {
  display: block;
}
.rox-breadcrumb ol li a span {
  padding-top: 0;
}
.rox-breadcrumb ol li a:hover span {
  color: #FFCE04;
  transition: 0.2s;
}

.product_details {
  padding-bottom: 110px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .product_details {
    padding-bottom: 50px;
    padding-top: 30px;
  }
}
.product_details .container .wrapper {
  display: flex;
  gap: 25px;
  justify-content: space-between;
}
@media (max-width: 1100px) {
  .product_details .container .wrapper {
    align-items: center;
  }
}
@media (max-width: 991px) {
  .product_details .container .wrapper {
    flex-direction: column;
  }
}
.product_details .container .wrapper .mobile-title {
  display: none;
}
@media (max-width: 991px) {
  .product_details .container .wrapper .mobile-title {
    display: block;
  }
}
.product_details .container .wrapper .mobile-title .title {
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;
  color: #0C0C0C;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .product_details .container .wrapper .mobile-title .title {
    font-size: 40px;
    line-height: 56px;
  }
}
.product_details .container .wrapper .mobile-title .subtitle {
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
  color: #0C0C0C;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .product_details .container .wrapper .mobile-title .subtitle {
    font-size: 22px;
    line-height: 28px;
  }
}
.product_details .container .wrapper .mobile-title .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  color: #0C0C0C;
  margin-bottom: 20px;
}
.product_details .container .wrapper .mobile-title .info-box {
  display: none;
}
.product_details .container .wrapper .product {
  max-width: 520px;
  width: 100%;
  margin-left: 25px;
  position: relative;
}
@media (max-width: 991px) {
  .product_details .container .wrapper .product {
    margin-left: 0;
  }
}
.product_details .container .wrapper .product picture img {
  height: auto;
  position: relative;
  z-index: 2;
}
.product-id-26 .product_details .container .wrapper .product svg{
  bottom: 157px;
  left: -36px;
}
.product_details .container .wrapper .product svg {
  position: absolute;
  bottom: 66px;
  left: -17px;
  z-index: 1;
}
@media (max-width: 1100px) {
  .product_details .container .wrapper .product svg {
    width: calc(100% + 88px);
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .product_details .container .wrapper .product svg {
    display: none;
  }
}
.product_details .container .wrapper .details {
  max-width: 600px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .product_details .container .wrapper .details {
    max-width: unset;
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.product_details .container .wrapper .details .title {
  max-width: 498px;
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;
  color: #0C0C0C;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .product_details .container .wrapper .details .title {
    display: none;
  }
}
.product_details .container .wrapper .details .subtitle {
  max-width: 498px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
  color: #0C0C0C;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .product_details .container .wrapper .details .subtitle {
    display: none;
  }
}
.product_details .container .wrapper .details .info {
  max-width: 498px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  color: #0C0C0C;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .product_details .container .wrapper .details .info {
    display: none;
  }
}
.product_details .container .wrapper .details .info-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 0;
  background: #FFFFFF;
  max-width: 410px;
}
@media (max-width: 991px) {
  .product_details .container .wrapper .details .info-box {
    max-width: unset;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
@media (max-width: 575px) {
  .product_details .container .wrapper .details .info-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.product_details .container .wrapper .details .info-box .info {
  margin-bottom: 0;
  padding: 4px 0;
  display: flex;
  gap: 20px;
  align-items: center;
}
.product_details .container .wrapper .details .info-box .info span {
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  color: #0C0C0C;
}

.effects-make-difference .top {
  max-width: 1014px;
  width: 100%;
  margin: 0 auto;
}

#main .page-footer {
  margin-bottom: 0;
}

.section_1_product .wrapper {
  position: relative;
  max-width: 1825.6px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 0 15px;
  padding-top: 55px;
  padding-bottom: 64px;
}
@media (max-width: 991px) {
  .section_1_product .wrapper {
    padding: 25px;
  }
}
.section_1_product .wrapper .title-wraper {
  max-width: 1014px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 600px) {
  .section_1_product .wrapper .title-wraper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.section_1_product .wrapper .title-wraper img:nth-child(1) {
  max-width: 211px;
  width: 100%;
}
@media (max-width: 440px) {
  .section_1_product .wrapper .title-wraper img:nth-child(1) {
    max-width: 140px;
  }
}
.section_1_product .wrapper .title-wraper img:nth-child(2) {
  max-width: 126.31px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 440px) {
  .section_1_product .wrapper .title-wraper img:nth-child(2) {
    max-width: 80px;
  }
}
.section_1_product .wrapper .box {
  max-width: 1014px;
  width: 100%;
  height: 665px;
  margin: 0 auto;
  background: #FFCE04;
  border-radius: 19px;
  position: relative;
  padding: 0 10px;
  padding-top: 80px;
}
.section_1_product .wrapper .box-pink{
  background: #F22AA8;
}
@media (max-width: 1670px) {
  .section_1_product .wrapper .box {
    height: 605px;
  }
}
@media (max-width: 1600px) {
  .section_1_product .wrapper .box {
    height: 545px;
  }
}
@media (max-width: 1470px) {
  .section_1_product .wrapper .box {
    height: 505px;
  }
}
@media (max-width: 1340px) {
  .section_1_product .wrapper .box {
    height: 455px;
  }
}
@media (max-width: 1150px) {
  .section_1_product .wrapper .box {
    height: 405px;
  }
}
@media (max-width: 991px) {
  .section_1_product .wrapper .box {
    height: 800px;
  }
}
@media (max-width: 650px) {
  .section_1_product .wrapper .box {
    height: 700px;
  }
}
@media (max-width: 550px) {
  .section_1_product .wrapper .box {
    height: 600px;
  }
}
@media (max-width: 480px) {
  .section_1_product .wrapper .box {
    height: 500px;
    padding-top: 40px;
  }
}
.section_1_product .wrapper .box .icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section_1_product .wrapper .box .title {
  font-family: "Syncopate", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  color: #0C0C0C;
  max-width: 680px;
  margin: 0 auto;
  text-transform: uppercase;
}
.section_1_product .wrapper .box .title-white{
  color: #fff;
}
@media (max-width: 575px) {
  .section_1_product .wrapper .box .title {
    font-size: 30px;
    line-height: 36px;
  }
}
.section_1_product .wrapper .images {
  position: absolute;
  width: 100%;
  bottom: -60px;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 0 15px;
}
.section_1_product-pink .wrapper .images {
  bottom: 30px;
}
@media (max-width: 991px) {
  .section_1_product .wrapper .images {
    position: relative;
    margin-top: -650px;
    flex-wrap: wrap;
    padding: 0 25px;
  }
}
@media (max-width: 650px) {
  .section_1_product .wrapper .images {
    margin-top: -550px;
  }
}
@media (max-width: 550px) {
  .section_1_product .wrapper .images {
    margin-top: -500px;
  }
}
@media (max-width: 480px) {
  .section_1_product .wrapper .images {
    margin-top: -420px;
  }
}
@media (max-width: 420px) {
  .section_1_product .wrapper .images {
    margin-top: -400px;
  }
}
@media (max-width: 360px) {
  .section_1_product .wrapper .images {
    margin-top: -370px;
  }
}
.section_1_product .wrapper .images .img1 {
  max-width: 537px;
  width: 100%;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 991px) {
  .section_1_product .wrapper .images .img1 {
    order: 2;
    max-width: unset;
    width: calc(50% - 5px);
  }
}
.section_1_product .wrapper .images .img1 img {
  width: 100%;
  height: auto;
}
.section_1_product-pink .wrapper{
  padding-top: 0px;
}
.section_1_product-pink .wrapper .images .img1 img{
  max-height: 350px;
}
.section_1_product .wrapper .images .img2 {
  max-width: 646px;
  width: 100%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 991px) {
  .section_1_product .wrapper .images .img2 {
    order: 1;
    max-width: unset;
  }
}
.section_1_product .wrapper .images .img2 img {
  width: 100%;
  height: auto;
}
.section_1_product-pink .wrapper .images .img2{
  margin-top: -30px;
}
.section_1_product .wrapper .images .img3 {
  max-width: 525px;
  width: 100%;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (max-width: 991px) {
  .section_1_product .wrapper .images .img3 {
    order: 3;
    max-width: unset;
    width: calc(50% - 5px);
  }
}
.section_1_product .wrapper .images .img3 img {
  width: 100%;
  height: auto;
}
.section_1_product-pink  .wrapper .images .img3 img{
   max-height: 350px; 
}
.section_3_product {
  margin-top: 80px;
}
@media (max-width: 1600px) {
  .section_1_product-pink .wrapper .images .img2{
    margin-top: 0px;
  }
}
@media (max-width: 1200px){
  .section_1_product-pink .wrapper .images{
    bottom: 0px;
  }
}

@media (max-width: 991px) {
  .section_3_product {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .section_3_product {
    margin-top: 20px;
  }
}
.section_3_product .container .increase_the_yield__arrow {
  margin-top: 0;
}
.section_3_product .container .wraper {
  padding: 0 0 0px;
}
@media (max-width: 991px) {
  .section_3_product .container .wraper {
    padding: 60px 0;
  }
}
.section_3_product .container .wraper h1 {
  max-width: 1209px;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section_3_product .container .wraper h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .section_3_product .container .wraper h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

.section_4_product, .section_5_product {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 991px) {
  .section_4_product, .section_5_product {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .section_4_product, .section_5_product {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.section_4_product .container .wrapper, .section_5_product .container .wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 991px) {
  .section_4_product .container .wrapper, .section_5_product .container .wrapper {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .section_4_product .container .wrapper, .section_5_product .container .wrapper {
    gap: 40px;
  }
}
.section_4_product .container .wrapper .text-pic, .section_5_product .container .wrapper .text-pic {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .section_4_product .container .wrapper .text-pic, .section_5_product .container .wrapper .text-pic {
    flex-direction: column;
  }
}
.section_4_product .container .wrapper .text-pic .text, .section_5_product .container .wrapper .text-pic .text {
  max-width: 602px;
  width: 100%;
}
@media (max-width: 991px) {
  .section_4_product .container .wrapper .text-pic .text, .section_5_product .container .wrapper .text-pic .text {
    max-width: unset;
  }
}
.section_4_product .container .wrapper .text-pic .text .number, .section_5_product .container .wrapper .text-pic .text .number {
  font-size: 90px;
  font-weight: 700;
  line-height: 107px;
  color: #FFCE04;
  margin-bottom: 18px;
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .section_4_product .container .wrapper .text-pic .text .number, .section_5_product .container .wrapper .text-pic .text .number {
    font-size: 50px;
    line-height: 65px;
  }
}
.section_4_product .container .wrapper .text-pic .text h2, .section_5_product .container .wrapper .text-pic .text h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46.8px;
  max-width: 562px;
  width: 100%;
  margin-bottom: 8px;
  color: #0C0C0C;
}
@media (max-width: 991px) {
  .section_4_product .container .wrapper .text-pic .text h2, .section_5_product .container .wrapper .text-pic .text h2 {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .section_4_product .container .wrapper .text-pic .text h2, .section_5_product .container .wrapper .text-pic .text h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .section_4_product .container .wrapper .text-pic .text h2, .section_5_product .container .wrapper .text-pic .text h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.section_4_product .container .wrapper .text-pic .text p, .section_5_product .container .wrapper .text-pic .text p {
  color: #0C0C0C;
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
  max-width: 499px;
}
.section_4_product .container .wrapper .text-pic .text p strong, .section_5_product .container .wrapper .text-pic .text p strong {
  font-weight: 600;
}
@media (max-width: 991px) {
  .section_4_product .container .wrapper .text-pic .text p, .section_5_product .container .wrapper .text-pic .text p {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .section_4_product .container .wrapper .text-pic .text p, .section_5_product .container .wrapper .text-pic .text p {
    font-size: 16px;
    line-height: 26px;
  }
}
.section_4_product .container .wrapper .text-pic .text p:last-child, .section_5_product .container .wrapper .text-pic .text p:last-child {
  margin-bottom: 0;
}
.section_4_product .container .wrapper .text-pic .images, .section_5_product .container .wrapper .text-pic .images {
  display: flex;
  gap: 4px;
  max-width: 602px;
  width: 100%;
}
@media (max-width: 1100px) {
  .section_4_product .container .wrapper .text-pic .images img, .section_5_product .container .wrapper .text-pic .images img {
    max-width: 250px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .section_4_product .container .wrapper .text-pic .images img, .section_5_product .container .wrapper .text-pic .images img {
    max-width: unset;
    height: auto;
  }
}
@media (max-width: 767px) {
  .section_4_product .container .wrapper .text-pic .images img, .section_5_product .container .wrapper .text-pic .images img {
    width: 50%;
  }
}
.section_4_product .container .wrapper .chart, .section_5_product .container .wrapper .chart {
  display: flex;
  align-items: center;
  gap: 29px;
}
@media (max-width: 991px) {
  .section_4_product .container .wrapper .chart, .section_5_product .container .wrapper .chart {
    flex-direction: column-reverse;
  }
}
.section_4_product .container .wrapper .chart .image, .section_5_product .container .wrapper .chart .image {
  max-width: 515px;
  width: 100%;
}
.section_4_product .container .wrapper .chart .image img, .section_5_product .container .wrapper .chart .image img {
  width: 100%;
  height: auto;
  margin-bottom: 17px;
}
.section_4_product .container .wrapper .chart .image .info, .section_5_product .container .wrapper .chart .image .info {
  font-size: 12px;
  font-weight: 600;
  line-height: 20.4px;
  color: #707070;
}
.section_4_product .container .wrapper .chart .text, .section_5_product .container .wrapper .chart .text {
  max-width: 665px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media (max-width: 991px) {
  .section_4_product .container .wrapper .chart .text, .section_5_product .container .wrapper .chart .text {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .section_4_product .container .wrapper .chart .text .img, .section_5_product .container .wrapper .chart .text .img {
    display: none;
  }
}
.section_4_product .container .wrapper .chart .text .txt-box, .section_5_product .container .wrapper .chart .text .txt-box {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 991px) {
  .section_4_product .container .wrapper .chart .text .txt-box, .section_5_product .container .wrapper .chart .text .txt-box {
    max-width: unset;
  }
}
.section_4_product .container .wrapper .chart .text .txt-box h3, .section_5_product .container .wrapper .chart .text .txt-box h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36.4px;
  color: #0C0C0C;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .section_4_product .container .wrapper .chart .text .txt-box h3, .section_5_product .container .wrapper .chart .text .txt-box h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .section_4_product .container .wrapper .chart .text .txt-box h3, .section_5_product .container .wrapper .chart .text .txt-box h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.section_4_product .container .wrapper .chart .text .txt-box ul, .section_5_product .container .wrapper .chart .text .txt-box ul {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section_4_product .container .wrapper .chart .text .txt-box ul, .section_5_product .container .wrapper .chart .text .txt-box ul {
    padding-left: 20px;
  }
}
.section_4_product .container .wrapper .chart .text .txt-box ul li, .section_5_product .container .wrapper .chart .text .txt-box ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
}
@media (max-width: 767px) {
  .section_4_product .container .wrapper .chart .text .txt-box ul li, .section_5_product .container .wrapper .chart .text .txt-box ul li {
    font-size: 16px;
    line-height: 28px;
  }
}
.section_4_product .container .wrapper .expand, .section_5_product .container .wrapper .expand {
  border-radius: 0px 16px 0px 0px;
  border: 1px solid #CECECE;
  background: #FFFFFF;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .section_4_product .container .wrapper .expand, .section_5_product .container .wrapper .expand {
    padding: 12px 15px;
  }
}
.section_4_product .container .wrapper .expand.active, .section_5_product .container .wrapper .expand.active {
  border: 1px solid #FFCE04;
  transition: 0.2s;
}
.section_4_product .container .wrapper .expand.active .title-box .expand-arrow, .section_5_product .container .wrapper .expand.active .title-box .expand-arrow {
  transform: rotate(0deg);
  transition: 0.2s;
}
.section_4_product .container .wrapper .expand .title-box, .section_5_product .container .wrapper .expand .title-box {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 36px 20px 20px;
}
.section_4_product .container .wrapper .expand .title-box:hover, .section_5_product .container .wrapper .expand .title-box:hover {
  cursor: pointer;
}
.section_4_product .container .wrapper .expand .title-box .icons, .section_5_product .container .wrapper .expand .title-box .icons {
  display: flex;
}
@media (max-width: 991px) {
  .section_4_product .container .wrapper .expand .title-box .icons, .section_5_product .container .wrapper .expand .title-box .icons {
    display: none;
  }
}
.section_4_product .container .wrapper .expand .title-box .icons img, .section_5_product .container .wrapper .expand .title-box .icons img {
  max-width: 78px;
  height: auto;
}
.section_4_product .container .wrapper .expand .title-box .title, .section_5_product .container .wrapper .expand .title-box .title {
  font-family: "Syncopate", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  color: #0C0C0C;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section_4_product .container .wrapper .expand .title-box .title, .section_5_product .container .wrapper .expand .title-box .title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .section_4_product .container .wrapper .expand .title-box .title, .section_5_product .container .wrapper .expand .title-box .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.section_4_product .container .wrapper .expand .title-box .expand-arrow, .section_5_product .container .wrapper .expand .title-box .expand-arrow {
  max-width: 16px;
  width: 100%;
  transition: 0.2s;
  transform: rotate(180deg);
}
.section_4_product .container .wrapper .expand .content, .section_5_product .container .wrapper .expand .content {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 0;
  transition: 0.4s;
}
@media (max-width: 991px) {
  .section_4_product .container .wrapper .expand .content, .section_5_product .container .wrapper .expand .content {
    gap: 40px;
  }
}
.section_4_product .container .wrapper .expand .content .box, .section_5_product .container .wrapper .expand .content .box {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  padding: 0 22px 0 17px;
}
.section_4_product .container .wrapper .expand .content .box:first-child, .section_5_product .container .wrapper .expand .content .box:first-child {
  padding-top: 26px;
}
.section_4_product .container .wrapper .expand .content .box:last-child, .section_5_product .container .wrapper .expand .content .box:last-child {
  padding-bottom: 22px;
}
@media (max-width: 767px) {
  .section_4_product .container .wrapper .expand .content .box:last-child, .section_5_product .container .wrapper .expand .content .box:last-child {
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .section_4_product .container .wrapper .expand .content .box, .section_5_product .container .wrapper .expand .content .box {
    gap: 15px;
  }
}
.section_4_product .container .wrapper .expand .content .box.right, .section_5_product .container .wrapper .expand .content .box.right {
  flex-direction: row;
}
@media (max-width: 767px) {
  .section_4_product .container .wrapper .expand .content .box.right, .section_5_product .container .wrapper .expand .content .box.right {
    flex-direction: column;
  }
}
.section_4_product .container .wrapper .expand .content .box.left, .section_5_product .container .wrapper .expand .content .box.left {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .section_4_product .container .wrapper .expand .content .box.left, .section_5_product .container .wrapper .expand .content .box.left {
    flex-direction: column;
  }
}
.section_4_product .container .wrapper .expand .content .box .text-box, .section_5_product .container .wrapper .expand .content .box .text-box {
  max-width: 531px;
  width: 100%;
}
@media (max-width: 767px) {
  .section_4_product .container .wrapper .expand .content .box .text-box, .section_5_product .container .wrapper .expand .content .box .text-box {
    max-width: unset;
  }
}
.section_4_product .container .wrapper .expand .content .box .text-box h2, .section_5_product .container .wrapper .expand .content .box .text-box h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46.8px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 13px;
  max-width: 490px;
  width: 100%;
}
@media (max-width: 991px) {
  .section_4_product .container .wrapper .expand .content .box .text-box h2, .section_5_product .container .wrapper .expand .content .box .text-box h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .section_4_product .container .wrapper .expand .content .box .text-box h2, .section_5_product .container .wrapper .expand .content .box .text-box h2 {
    font-size: 24px;
    line-height: 28px;
    max-width: unset;
  }
}
.section_4_product .container .wrapper .expand .content .box .text-box .text, .section_5_product .container .wrapper .expand .content .box .text-box .text {
  max-width: 507px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
  text-align: left;
  color: #0C0C0C;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .section_4_product .container .wrapper .expand .content .box .text-box .text, .section_5_product .container .wrapper .expand .content .box .text-box .text {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .section_4_product .container .wrapper .expand .content .box .text-box .text, .section_5_product .container .wrapper .expand .content .box .text-box .text {
    font-size: 16px;
    line-height: 28px;
    max-width: unset;
  }
}
.section_4_product .container .wrapper .expand .content .box .text-box .info, .section_5_product .container .wrapper .expand .content .box .text-box .info {
  max-width: 515px;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 20.4px;
  text-align: left;
  color: #707070;
}
.section_4_product .container .wrapper .expand .content .box .image, .section_5_product .container .wrapper .expand .content .box .image {
  width: 100%;
  max-width: 553px;
}
.section_4_product .container .wrapper .expand .content .box .image img, .section_5_product .container .wrapper .expand .content .box .image img {
  width: 100%;
  height: auto;
}
.section_4_product .custom-arrow, .section_5_product .custom-arrow {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%, 50%);
  z-index: 2;
}

.section_5_product {
  background: #F3F3F3;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
.section_5_product.white-bg {
  background-color: #FFFFFF;
}
@media (max-width: 991px) {
  .section_5_product {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .section_5_product {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.section_5_product .image-and-text img {
  max-width: 100%;
  height: auto;
}
.section_5_product .grey-text {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #707070;
  margin-top: 1.375rem;
  max-width: 25.75rem;
}
@media (max-width: 1100px) {
  .section_5_product .container .wrapper .text-pic .images img {
    max-width: unset;
    width: 100%;
  }
}
.section_5_product .container .wrapper .text-pic .text h2 {
  margin-bottom: 23px;
}
.section_5_product .container .wrapper .text-pic .text p {
  max-width: 543px;
}
.section_5_product .container .wrapper .chart {
  gap: 25px;
}

.section_9_product {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .section_9_product {
    padding: 60px 0;
  }
}
.section_9_product.dark {
  background: #F3F3F3;
}
.section_9_product .container .wraper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991px) {
  .section_9_product .container .wraper {
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
  }
}
.section_9_product .container .wraper .images-box {
  max-width: 601px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.section_9_product .container .wraper .images-box .left {
  max-width: 306px;
  width: 100%;
}
@media (max-width: 1200px) {
  .section_9_product .container .wraper .images-box .left {
    width: calc(55% - 10px);
  }
}
@media (max-width: 991px) {
  .section_9_product .container .wraper .images-box .left {
    width: 100%;
  }
}
.section_9_product .container .wraper .images-box .left img {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .section_9_product .container .wraper .images-box .left img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.section_9_product .container .wraper .images-box .right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
@media (max-width: 1200px) {
  .section_9_product .container .wraper .images-box .right {
    width: calc(45% - 10px);
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .section_9_product .container .wraper .images-box .right {
    width: 100%;
    justify-content: flex-start;
  }
}
.section_9_product .container .wraper .images-box .right img {
  width: 100%;
  height: auto;
}
.section_9_product .container .wraper .text-box {
  max-width: 555px;
  width: 100%;
}
@media (max-width: 991px) {
  .section_9_product .container .wraper .text-box {
    max-width: unset;
  }
}
.section_9_product .container .wraper .text-box h2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 46.8px;
  text-align: left;
  color: #0C0C0C;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .section_9_product .container .wraper .text-box h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.section_9_product .container .wraper .text-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32.4px;
  text-align: left;
  color: #0C0C0C;
}
.section_9_product .container .wraper .text-box ul {
  max-width: 499px;
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section_9_product .container .wraper .text-box ul {
    max-width: unset;
  }
}
.section_9_product .container .wraper .text-box ul li {
  font-size: 18px;
  line-height: 32.4px;
  text-align: left;
}
.section_9_product .container .wraper .text-box ul li strong {
  font-weight: 600;
}
.section_9_product .container .wraper .text-box .link {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section_11_product {
  padding: 100px 0;
  background: #F3F3F3;
}
@media (max-width: 991px) {
  .section_11_product {
    padding: 60px 0;
  }
}
.section_11_product .container .wraper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 991px) {
  .section_11_product .container .wraper {
    gap: 40px;
  }
}
.section_11_product .container .wraper h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46.8px;
  text-align: center;
  color: #0C0C0C;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section_11_product .container .wraper h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.section_11_product .container .wraper .icons {
  max-width: 1141px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .section_11_product .container .wraper .icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media (max-width: 480px) {
  .section_11_product .container .wraper .icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
.section_11_product .container .wraper .icons .icon {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.section_11_product .container .wraper .icons .icon img {
  width: 86px;
  height: 86px;
  border-radius: 10px;
}
.section_11_product .container .wraper .icons .icon p {
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  color: #0C0C0C;
  margin-bottom: 0;
}

.modal-form {
  position: fixed;
  z-index: 2000;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.3);
}
.modal-form.active {
  display: block;
}
.modal-form .form-wrap .content:has(.success) {
  margin-top: 10px;
}
.modal-form .form-wrap {
  max-width: 605px;
  width: 100%;
  position: relative;
  left: unset;
  top: unset;
  transform: none;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.modal-form .form-wrap .content {
  position: relative;
  padding: 48px 34px;
  background: #fff;
}
.modal-form .form-wrap .content #close-btn {
  position: absolute;
  right: 24px;
  top: 27px;
}
@media (max-width: 575px) {
  .modal-form .form-wrap .content #close-btn {
    right: 10px;
    top: 15px;
  }
}
.modal-form .form-wrap .content #close-btn:hover {
  cursor: pointer;
}
.modal-form .form-wrap .content .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  color: #0C0C0C;
  text-transform: uppercase;
}
.modal-form .form-wrap .content .text {
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #0C0C0C;
  margin-bottom: 18px;
}
.modal-form .form-wrap .content .success .title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  color: #0C0C0C;
  text-transform: none;
  margin-bottom: 32px;
}
.modal-form .form-wrap .content .success .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin-bottom: 32px;
}
.modal-form .form-wrap .content .success .close-modal {
  width: 100%;
  background: #FFCD00;
  border-radius: 40px;
  padding: 24px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  border: none;
  transition: 0.2s;
}
.modal-form .form-wrap .content .success .close-modal:focus-visible {
  outline: none;
}
.modal-form .form-wrap .content .success .close-modal:focus {
  outline: none;
}
.modal-form .form-wrap .content .success .close-modal:hover {
  background: #fcdc61;
  cursor: pointer;
  transition: 0.2s;
}
.modal-form .form-wrap .content form .alert-danger {
  border: none;
  background: transparent;
  padding: 0;
}
.modal-form .form-wrap .content form .alert-danger ul {
  margin-bottom: 0;
}
.modal-form .form-wrap .content form .alert-success {
  display: none;
}
.modal-form .form-wrap .content form .form-fields .hide {
  display: none;
}
.modal-form .form-wrap .content form .form-fields .form-group {
  margin-bottom: 20px;
}
.modal-form .form-wrap .content form .form-fields .form-group input, .modal-form .form-wrap .content form .form-fields .form-group textarea {
  padding: 16px;
  background: transparent;
  box-shadow: 0px 0px 0px 1px rgb(189, 189, 189);
  border: none;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  letter-spacing: 0.01em;
  transition: 0.2s;
}
.modal-form .form-wrap .content form .form-fields .form-group input:focus, .modal-form .form-wrap .content form .form-fields .form-group textarea:focus {
  outline: none;
  border: none;
  box-shadow: 0px 0px 0px 2px rgb(255, 206, 4);
  transition: 0.2s;
}
.modal-form .form-wrap .content form .form-fields .form-group input:focus-visible, .modal-form .form-wrap .content form .form-fields .form-group textarea:focus-visible {
  outline: none;
}
.modal-form .form-wrap .content form .form-fields .form-group input:hover, .modal-form .form-wrap .content form .form-fields .form-group textarea:hover {
  box-shadow: 0px 0px 0px 1px rgb(125, 125, 125);
  transition: 0.2s;
}
.modal-form .form-wrap .content form .form-fields .form-group input:hover:focus, .modal-form .form-wrap .content form .form-fields .form-group textarea:hover:focus {
  box-shadow: 0px 0px 0px 2px rgb(255, 206, 4);
  transition: 0.2s;
}
.modal-form .form-wrap .content form .form-fields .form-group input:hover::-moz-placeholder, .modal-form .form-wrap .content form .form-fields .form-group textarea:hover::-moz-placeholder {
  color: #000000;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.modal-form .form-wrap .content form .form-fields .form-group input:hover::placeholder, .modal-form .form-wrap .content form .form-fields .form-group textarea:hover::placeholder {
  color: #000000;
  transition: 0.2s;
}
.modal-form .form-wrap .content form .form-fields .form-group input::-moz-placeholder, .modal-form .form-wrap .content form .form-fields .form-group textarea::-moz-placeholder {
  color: #7D7D7D;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
.modal-form .form-wrap .content form .form-fields .form-group input::placeholder, .modal-form .form-wrap .content form .form-fields .form-group textarea::placeholder {
  color: #7D7D7D;
  transition: 0.2s;
}
.modal-form .form-wrap .content form .form-fields .agreement {
  margin-top: 4px;
  margin-bottom: 18px;
  display: flex;
  gap: 16px;
}
.modal-form .form-wrap .content form .form-fields .agreement .gdpr_consent .custom-checkbox .psgdpr_consent_message {
  display: flex;
  gap: 16px;
}
.modal-form .form-wrap .content form .form-fields .agreement .gdpr_consent .custom-checkbox .psgdpr_consent_message:hover {
  cursor: pointer;
}
.modal-form .form-wrap .content form .form-fields .agreement .gdpr_consent .custom-checkbox .psgdpr_consent_message input {
  display: none;
}
.modal-form .form-wrap .content form .form-fields .agreement .gdpr_consent .custom-checkbox .psgdpr_consent_message input:checked ~ span:nth-child(2)::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='21' y='3' width='18' height='18' transform='rotate(90 21 3)' fill='%23F3F3F3' stroke='%23CECDCB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66675 12.6665L10.0001 15.9998L17.3334 8.6665' stroke='%230C0C0C' stroke-width='3' stroke-linecap='square'/%3E%3C/svg%3E");
}
.modal-form .form-wrap .content form .form-fields .agreement .gdpr_consent .custom-checkbox .psgdpr_consent_message span {
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #707070;
}
.modal-form .form-wrap .content form .form-fields .agreement .gdpr_consent .custom-checkbox .psgdpr_consent_message span:nth-child(2) {
  max-width: 24px;
  width: 100%;
  height: 24px;
  margin: 0;
  border: none;
}
.modal-form .form-wrap .content form .form-fields .agreement .gdpr_consent .custom-checkbox .psgdpr_consent_message span:nth-child(2)::before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='21' y='3' width='18' height='18' transform='rotate(90 21 3)' fill='%23F3F3F3' stroke='%23CECDCB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  display: block;
}
.modal-form .form-wrap .content form .form-fields .agreement .gdpr_consent .custom-checkbox .psgdpr_consent_message span:nth-child(2) i {
  display: none;
}
.modal-form .form-wrap .content form .form-fields .agreement .gdpr_consent .custom-checkbox .psgdpr_consent_message span:nth-child(3) {
  width: 100%;
}
.modal-form .form-wrap .content form .form-footer .btn {
  width: 100%;
  background: #0C0C0C;
  border-radius: 40px;
  padding: 24px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  transition: 0.2s;
}
.modal-form .form-wrap .content form .form-footer .btn:focus {
  outline: none;
}
.modal-form .form-wrap .content form .form-footer .btn:hover {
  background: #fcdc61;
  transition: 0.2s;
}

.product-id-20 .product_details .title b {
  color: #FFCE04;
}

.product-id-21 .product_details .title b {
  color: #9E6534;
}/*# sourceMappingURL=dawidr.css.map */