body {
  margin: 0;
  line-height: normal;
  font-family: 'Inter', sans-serif;
}
@font-face {
  font-family: 'ByBasGL';
  src: url('assets/font/bebas_neue_bold.eot'); /* IE 9 Compatibility Mode */
  src: url('assets/font/bebas_neue_bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
  url('assets/font/bebas_neue_bold.woff2') format('woff2'), /* Super Modern Browsers */
  url('assets/font/bebas_neue_bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
  url('assets/font/bebas_neue_bold.ttf') format('truetype'), /* Safari, Android, iOS */
  url('assets/font/bebas_neue_bold.svg#bebas_neue_bold') format('svg'); /* Chrome < 4, Legacy iOS */
}
h1,h2{
  margin: 0;
}
input:focus {
  outline: 0;
  color: #667985;
}
footer .logo-h, header .logo-h{
  color: #00101A;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
}
footer .logo-h{
  font-size: 42px;
}
.box-s2 h2, .box-s1 h2{
  color: #000;
  /* Headline 3 */
  font-family: 'ByBasGL', sans-serif;
  text-transform: uppercase;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  max-width: 427px;
}
.hea-inf > div > h1{
  color: #FFF;

  font-family: 'ByBasGL', sans-serif;
  font-size: 74px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%;
}
.container > .ind-g > h1{
  color: #00101A;

  text-transform: uppercase;
  font-family: 'ByBasGL', sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
header ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}
header ul li a{
  color: #35424B;
}
header ul li a.active{
  color: #0a58ca;
}

header li{
  list-style: none;
}
body > section:nth-child(5){
  margin-top: 100px;
}
section.suite-nav{
  margin-top: 40px;
}
section{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
}
a{
  text-decoration: none;
}

.frame-group {
  overflow: hidden;
  max-height: 70px;
  transition: max-height 0.5s ease-in-out;
}

.text-visible {
  max-height: 200px;
}
.video-container #name-us{
  width: 267px;
}

/* text */
.text-gl{
  display: grid;
  gap: 8px;
}
.tg1{
  line-height: 120%;
  font-weight: 500;
  font-size: 25px;
}
.tg2{
  color: #35424B;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
/*header*/
header{
  position: fixed;
  z-index: 9999;
  background: white;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e5e5e5;

}
.header-footer > a.active{
  color: #1c731c;
}

header > .container{
  padding-top: 14px;
  padding-bottom: 14px;
}
header > .container:nth-child(3){
  padding-top: 21px;
  padding-bottom: 21px;
}
.header-section,.header-section > div > div{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-section > div{
  display: flex;
  gap: 14px;
}
.header-section > div > a{
  display: flex;
  font-size: 14px;
  width: 151px;
  height: 38px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #1c731c;
  border-radius: 8px;
  border: 1px solid #1c731c;
}
.header-section > div > a:hover,.elimination-list-box2 > .eli-box > a:hover{
  border: 1px solid #D4212C;
  color: #D4212C;
}
.elimination-list-box2 > .eli-box > a:hover p{
  color: #D4212C;
}
.header-section > div > a.active{
  border: 1px solid #D4212C;
  color: #D4212C;

}
#submit:hover{
  background: #AA1A23;
}
.header-section > div > div > p{
  margin: initial;

  color: #35424B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.header-section > div > div > a{
  color: #00101A;
  font-feature-settings: 'case' on;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
}
.header-section > div > div > a:hover{
  color: #D4212C;
}
.header-section > div > div{
  gap: 16px;
}
.h-line{
  width: 1px;
  height: 18px;
  background: rgba(0, 0, 0, 0.30);
}
.had-line{
  height: 66px;
}
.h2-line{
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.header-section > a img{
  max-width: 254px;
}

.header-footer{
  display: flex;
  justify-content: space-between;
}
.header-footer > a{
  color: #00101A;
  /* Menu */
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.header-footer > a:hover{
  color: #1c731c;
}
.footer-link > div > a.active{
  opacity: .5;
}
/*video head*/

.video-container {
  background: black;
  height: 700px;
  min-height: 25rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.video-container video {
  height: auto;
  left: 50%;
  max-width: fit-content;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  width: 105%;
}
.video-container .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.60) 100%);
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.c-post{
  z-index: 999;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%!important;
  background-image: url(public/kandinsky.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.c-post:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  box-shadow: inset rgb(3 2 0) 0 -245px 150px 0, inset rgb(2 2 2 / 71%) 0 -652px 150px 0;
  touch-action: none;
}
/*table end*/
.table-two.price-list.open{
  border: solid 1px rgba(0, 0, 0, 0);
}
.price-category > .table-two.price-list > .text-parent{
  padding: 20px;
}
.price-category > .table-two.price-list > .text-parent > h1{
  font-size: 20px;
}
.price-category > .table-two.price-list.open > .text-parent{
  background: #f7f8fa;
}
.price-category > .table-two.price-list.open > .text-parent > h1 {
  color: #000;
}
.price-category > .table-two.price-list > .text-parent > h1 {
  font-weight: 550;
}
.table-two.price-list.open > div > .list > div{
  background: #f7f8fa;
}
.table-two.price-list > div > .list > div{
  padding: 0 20px 20px 20px;
}
/* box s1 */
.box-s1{
  border-radius: 32px;
  background: #f7f8fa;
  padding: 0 20px;
  gap: 20px;
  display: flex;
  align-items: center;
  height: 450px;
  overflow: hidden;
}
.box-s1 img{
  max-width: 347px;
}
.box-s1 > div > p{
  max-width: 472px;
}
.box-s1 .dock-gl{
  margin-top: 24px;
}
.mobile-formS2, .group-modal-item,.svg-s3,.icon-allow,.desk-model.footer-dis > .line-gl,.head-mobile
{
  display: none;
}
.desk-model.footer-dis{
  display: none;
}
/* box s2 */
.box-s2{
  display: flex;
  justify-content: space-between;
  padding: 64px 48px 64px 48px;
  border-radius: 32px;
  background: #F7F8FA;
}
.cont-s2{
  display: flex;
  align-items: center;
  gap: 70px;
}
.content-boxS2 > .tx2{
  max-width: 472px;
  padding-bottom: 24px;
}
.content-boxS2 > p.tx2:nth-child(2){
  padding-top: 8px;
}
.content-boxS2 > ol{
  display: grid;
  gap: 15px;
  padding-top: 12px;
  padding-left: 1rem;
  padding-bottom: 24px;
  margin: 0;
}

.box-s2 form, .box-s1 form{
  display: flex;
  gap: 4px;
}
.box-s2 > div{
  gap: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-s2 .tx2{
  text-align: end;
}
.box-s1.box-img5{
  height: 568px;
}
.box-s1.box-img5 img{
  max-width: 602px;
  margin-top: 42px;
  margin-left: -22px;
}
/* footer */
footer{
  background: #f7f8fa;
  padding: 72px 0;
  margin-top: 100px;
}
footer > .container{
  gap: 40px;
  display: grid;
}
.footer-sect{
  display: flex;
  justify-content: space-between;
}
.foot-inf{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-link, .footer-end > div{
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.footer-link > div{
  display: grid;
  gap: 5px;
}
.footer-end > div > h2{
  font-size: 17px;
}
.footer-link > div > a, .f-inf > div > a,.tx4,.desk-accept > div > a,.desk-accept > div > div > a {
  color: #00101A;
  margin: 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.15px;
  width: fit-content;
  border-bottom: 1px solid transparent;
}
.footer-end > div > p{
  color: #00101A;
  margin: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.15px;
}
.footer-link h2, .f-inf > div > h2{
  font-size: 15px;
}
.footer-link h2, .f-inf > div > h2,.footer-end > div > h2{
  color: #00101A;
  margin: 0;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.footer-sect img{
  max-width: 384px;
}
.f-inf {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
.line-gl{
  background: rgb(28 115 28);
  height: 1px;
  width: 100%;
}
.owl-stage-outer:hover .owl-stage {
  transform: translate3d(-35px, 0px, 0px);
}
.footer-end{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-end > div > p{
  max-width: 385px;
}
.footer-end > div > a{
  color: #000;
  text-align: center;
  font-feature-settings: 'case' on;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 90px */
  letter-spacing: -4.5px;
}
/* head-gl */
.header-gl {
  /*height: 700px;*/
  min-height: 100vh;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%), url(./public/rectangle-130@2x.png) no-repeat;
  background-size: cover;
  background-position: top;
  justify-content: center;
  align-items: center;
  display: flex;
}
.header-gl > .container{
  height: 100%;
}
.hea-inf{
  max-width: 650px;
}
.dock-gl.tx2{
  font-size: 12px;
  font-weight: 400;
  line-height: 17.5px;
  color: black;
}
.inf-nv p{
  font-size: 15px;
  font-weight: 400;
  line-height: 17.5px
}
.hea-inf > div > p{
  margin-bottom: 20px;
  margin-top: 20px;
}
.hea-inf > div > p{
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  color: white;
}
.input-gl form{
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}
.flex-gl{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 80px;
  margin-top: 20px;
}
.CMAS{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.CMAS img{
  max-width: 110px;
}
.modules-figure{
  position: absolute;
  width: 604px;
  height: 208px;
  background-repeat: no-repeat;
  top: -134px;
  left: -387px;
  transform: rotate(266deg);
  background-size: cover;
}
.form-stat > div{
  position: relative;
}
.form-stat > div > span{
  position: absolute;
  pointer-events: none;
  touch-action: none;
  color: #667985;
}
.frames-anima{
  display: flex;
  justify-content: space-between;
}
.frames-anima .anima-a{
  width: 100%;
  max-width: 340px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  grid-gap: 1.5rem;
}
.frames-anima .anima-a .figure-a{
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: stack 340ms cubic-bezier(.46,.29,0,1.24) 1 backwards calc(var(--anima)* 120ms), glitch calc(var(--anima)* 1.2s) ease infinite calc(var(--anima)* 1.2s) alternate-reverse;
}
.frames-anima .anima-a .figure-a:nth-child(1){
  background-image: url("public/img_25.png");
}
.frames-anima .anima-a .figure-a:nth-child(2){
  background-image: url("public/img_27.png");
}
.frames-anima .anima-a .figure-a:nth-child(3){
  background-image: url("public/img_28.png");
}
.frames-anima .anima-a .figure-a:nth-child(4){
  background-image: url("public/img_26.png");
}
@keyframes stack {
  0% {
    opacity: 0;
    scale: 0;
    border-radius: 100%;
    transform: translateX(-50%);
    text-shadow: -2px 3px 0 red, 2px -3px 0 blue;
  }
  60% {
    opacity: 0.5;
    scale: .5;
    border-radius: 50%;
    transform: translateX(50%);
  }
  80% {
    transform: none;
    opacity: 1;
    scale: 1;
    border-radius: 8px;
    text-shadow: 2px -3px 0 red, -2px 3px 0 blue;
  }
  100% {
    text-shadow: none;
  }
}
@keyframes glitch {
  0% {
    scale: .8;
    border-radius: 20%;
  }

  100% {
    scale: 1;
    border-radius: 8px;
  }
}
#accessID > div, #time5ID > div{
  max-width: 680px;
  border-radius: 8px;
  background: white;
  padding: 20px 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  /*flex-direction: column;*/
  gap: 20px;
}
#accessID svg, #time5ID svg{
  width: 240px;
}
#accessID h2,#time5ID h2{
  margin-bottom: 20px;
}
#accessID, #time5ID{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;!important;
  align-items: center;
  background: #00000094;
  z-index: 9999;
  backdrop-filter: blur(8px);
}
#closered{
  padding: 14px 36px;
  border: solid 2px red;
  border-radius: 30px;
  color: red;
  font-weight: 600;
  width: fit-content;
  float: inline-end;
  cursor: pointer;
  margin-top: 24px;
}
#name-us,.form-control-ffl{
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 15px 40px 15px 24px;
  max-width: 267px;
  height: 54px;
  color: #667985;
}
#name-us::placeholder{
  color: rgba(102, 121, 133, 0.3);
}

.form-stat > div > span {
  position: absolute;
  top: 16.9px;
  left: 30px;
  font-size: 18px;
}
#name-us:hover + .phone-prefix,
#name-us:focus + .phone-prefix {
  display: inline!important;
}
#name-us:focus::placeholder {
  color: transparent;
}
.form-stat > div > input:hover::placeholder {
  color: transparent;
}
#submit{
  border-radius: 8px;
  background-color: #d4212c;
  height: 54px;
  border: none;
  overflow: hidden;
  flex-shrink: 0;
  justify-content: center;
  padding: 15px 30px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
}
.dock-gl, .dock-gl.tx2 > a {
  color: #35424B;
}
.tx2 a{
  color: white;
  text-decoration: underline;
}
.ing-hea-gl{
  display: flex;
  justify-content: space-between;
}
.ing-hea-gl > div{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px;
  width: 400px;
}
.ing-hea-gl > div > p{
  margin: 0;
  color: white;
}
/*sect 2*/
.ind-g{
  display: grid;
  gap: 40px;
}
.box-c{
  display: grid;
  gap: 12px;
}
.box-c > .box-gl{
  position: relative;
}
.box-c > .box-gl > .text-gl > .tg2 {
  max-width: 470px;
}
.box-section{
  display: grid;
  width: 100%;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}
.box-gl{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f7f8fa;
  padding: 40px 50px 40px 40px;
  height: 348px;
}
.button-gl {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 140px;
  padding: 16px 28px;
  border-radius: 12px;
  font-size: 15px;
  color: #0772b5;
  border: 1px solid #0772b5;
}
.button-gl:hover{
  color: #D4212C;
  border: 1px solid #D4212C;
}
.untitled-1-icon,.untitled-4-icon,.untitled-5-icon,.untitled-6-icon,.untitled-7-icon{
  pointer-events: none;
  touch-action: none;
}
.untitled-1-icon {
  position: absolute;
  height: 348px;
  right: 24px;
  top: -16px;
}
.untitled-4-icon{
  height: 220px;
  right: -6px;
  top: 109px;
}
.untitled-5-icon {
  height: 220px;
  right: -2px;
  top: 106px;
}
.untitled-6-icon {
  height: 220px;
  right: -2px;
  top: 130px;
}
.untitled-7-icon {
  height: 220px;
  right: -6px;
  top: 113px;
}
/* group */
.group {
  display: grid;
  gap: 8px;
}
.frame-group {
  align-self: stretch;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 23px 30px 30px 30px;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: none;
  transition: all .3s;
}
.text-visible{
  background-color: #f7f8fa;
  border: 1px solid #f7f8fa;
  transition: all .3s;
}
.supporting-text {
  position: relative;
  font-size: 17px;
  line-height: 135%;
  color: #35424b;
  display: inline-block;
  max-width: 590px;
}
.text-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.text-parent img{
  cursor: pointer;
  transition: all .5s;
  -webkit-user-select: none;
}
.container .text-parent h1,.box-s3 > div > h1{
  color: #00101A;
  /* Headline card */
  font-size: 20px;
  text-transform: none;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
}
.box-s3 > div > h1{
  padding-bottom: 10px;
}
.text-visible img{
  transform: rotate(180deg);
  transition: all .3s;
}
/* slider */
.card .content > img{
  width: 332px;
}
.card-container .card{
  width: 332px!important;
  margin: 0 10px 0 0;
}
.card-container > #custom-control{
  display: none;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.imag-patch{
  width: 332px;
  height: 457px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  position: relative;
}
.imag-patch p{
  display: none;
  cursor: pointer;
  z-index: 999;
  position: relative;
  font-size: 20px;
  color: white;
  border-bottom: 1px solid rgb(255, 255, 255, 50%);
}
.imag-patch:hover p{
  display: block;
  -webkit-user-select: none;
}

.imag-patch:hover:before{
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  position: absolute;
  border-radius: 8px;
}
.modals-patch{
  position: fixed;
  inset: 0;
  backdrop-filter: blur(8px);
  background: rgb(0 0 0 / 70%);
  display: block;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  flex-direction: column;
}
.modals-patch > div{
  max-width: 500px;
}
.modals-patch > div:nth-child(1){
  display: flex;
  width: 100%;
  justify-content: end;
}
.modals-patch .close{
  color: white;
  font-size: 38px;
  font-weight: 600;
}
.box-nav{
  display: flex;
  flex-direction: column;
  gap: 32px;
  overflow: hidden;
}
.list-slide{
  display: flex;
  gap: 12px;
  transition: transform 0.3s ease;
}
.pcn-navigation{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.owl-stage{
  display: flex;
}
.item-sl{
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background-color: #f7f8fa;
  border-radius: 8px;
  padding: 32px;
  /*height: 271px;*/
  height: 100%;
  width: 100%;
  flex-shrink: 0;
}

.point-nv {
  display: flex;
  gap: 4px;
}
.point {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: rgba(53, 66, 75, 0.3);
}
.video-container .dock-gl.tx2{
  color: white;
}
.video-container .dock-gl a{
  color: white;
}
.box-nav .item-sl .inf-nv > p{
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.navigation-next{
  display: flex;
  gap: 4px;
}
.navigation-next .left-nv, .navigation-next .right-nf{

  border-radius: 12px;
  border: 1px solid rgba(53, 66, 75, 0.3);

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.navigation-next > a:hover > svg > path{
  fill: #D4212C;
}
.navigation-next .right-nf{
  transform: rotate(0deg);

}

.raiting-stars {
  display: flex;
  gap: 7px;
}
.star-icon{
  width: 20px;
  height: 20px;
}
.inf-nv > div{
  display: flex;
  justify-content: space-between;
}
.inf-nv h1{
  color: #00101A;
  text-transform: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 4px;
}
.button-nv{
  padding: 16px 24px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  max-width: fit-content;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all .3s;

}
.button-nv:hover,.navigation-next .left-nv:hover, .navigation-next .right-nf:hover{
  color: #D4212C;
  border: 1px solid rgba(212, 33, 44, 0.2);
  transition: all .3s;
}


/* img post work */

.sect-img {
  display: flex;
  overflow: hidden;
  gap: 10px;
  margin-top: 40px;
}
.sect-img > div > img {
  width: 100%;
}

/* box s3 */
.box-s3-sect{
  display: flex;
  position: relative;
  gap: 12px;
  padding: 30px 0;
}
.box-s3{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #f7f8fa;
  height: 434px;
  width: 25%;
  padding: 24px;
  z-index: 90;
}
.box-s3 h5{
  color: rgba(121, 121, 122, 0.40);
  margin: 0;

  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 48px */
  letter-spacing: -0.4px;
}
.down-s3{
  margin-top: 92px;
}
.down-s3{height: 400px; /*item 2/4*/}
.mob-s3{height: 362px;}
.mob-s4{height: 350px;}
.box-s3 p{
  color: #35424B;
  /* Text 2 */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 19.5px */
  letter-spacing: -0.15px;
  margin-bottom: 10px;
}
.group-child{
  bottom: -11px;
  left: 131px;
  max-width: 316px;
}
.group-item{
  left: 746px;
  bottom: -24px;
  max-width: 316px;
}
.group-inner{
  left: 430px;
  top: 0;
  max-width: 316px;
}
.marg-right{
  margin-right: 100px;
}
.Design.tx4{
  font-size: 12px;
}
.Design a{
  color: #000;

  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.Design a:hover, .footer-link > div > a:hover, .f-inf > div > a:hover{
  opacity:0.7;
  width: max-content;
  border-bottom: 1px solid;
}

.desk-accept{
  display: none!important;
}
.company-footer > div{
  display: grid;
}
.company-footer.desk-accept-end{
  display: none!important;
}
.frame-group > .supporting-text{
  opacity: 0;
  transition: all .3s;
  transform: translateY(20px);

}
.frame-group.text-visible > .supporting-text{
  opacity: 1;
  transition: all .3s;
  transform: translateY(0);
}
.mobile-menu > .container{
  display: none;
}

/* CONTACT */
.suite-nav > .container{
  display: flex;
  align-items: center;
}
.suite-nav > .container > p,.suite-nav > .container > a{
  margin: 0;
  color: rgba(0, 0, 0, 0.40);

  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.suite-nav > .container > a{
  color: #000;
}
.cont-g > h1{
  color:black;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: none
}
.contact-box,.w-form form{
  display: grid;
  gap: 8px;
}
.contact-box > .sect-group{
  display: flex;
  gap: 8px;
}

.sect-group > div{
  width: 50%;
}
.contact-box .c-box{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  background: #F7F8FA;
  padding: 20px;
  gap: 50px;
}
.contact{
  width: 100%;
  padding: 32px 0 48px 0;
}
.maps-content{
  display: flex;
  gap: 10px;
}
.contact > div > div,.work-form > div{
  width: 50%;
}
.c-box > h2{
  color: #DE232E;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%
}
.c-box > a,.c-box > p{
  color: #000;

  font-feature-settings: 'case' on;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.maps{
  border-radius: 8px;
  background: #F7F8FA;
  overflow: hidden;
}

/*work*/
.work-form{
  padding: 32px 0 0 0;
  display: flex;
  gap: 8px;
}
.w-form{
  padding: 32px;
  border-radius: 8px;
  background: #F7F8FA;
}
.w-form > h2,.w-form > p,.box-w > div > h2,.box-w > div > p,.box-w > ul > li{
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 10px;
}
.w-form > p,.box-w > div > p,.box-w > ul > li{
  opacity: .7;
}
.w-form > p,.box-w > div > p,.box-w > ul > li{
  font-size: 15px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 25px;
}
.box-w > ul > li{
  margin: 12px    ;
}
.w-form > form textarea{
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.10);

  background: #FFF;
}
.w-form > form > input.form-control-ffl,.form-control-ffa{
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  padding: 23px 20px;
  height: 60px;
}
.w-form > form textarea,.w-form > form > input.form-control-ffl,.form-control-ffa {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  opacity: .6;
}

.box-w{
  padding: 32px;
  border-radius: 8px;
  background: #F7F8FA;
}
.work-form > .info{
  display: grid;
  gap: 16px;
}

/*elimination-price*/
.elimination-price{
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  grid-gap: 1rem;
}
.elimination-price > .e-price{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #F7F8FA;
  padding: 32px;
  height: 230px;
  border-radius: 8px;

}
.elimination-price > .e-price > div > h2 {
  color: #00101A;
  /* Headline card */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 23px */
  margin: 0 0 5px;
}
.elimination-price .e-price div > p {
  color: #35424B;
  /* Text 2 */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 19.5px */
  letter-spacing: -0.15px;
  margin: 0;
}
.elimination-price > .e-price > .svg-post{
  width: 70px;
  height: 70px;
}
/*price-list*/
.price-list{
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.price-list > .name-list,.price-list > div > .name-list{
  display: flex;
  justify-content: space-between;
  padding: 35px 30px 20px;
}
.price-list > div > h2,.price-list > div > div > h2{
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin: 0;
}
.price-list > .list,.price-list > div > .list{
  display: flex;
  flex-direction: column;
}
.price-list > .list > div,.price-list > div > .list > div{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 14px 30px;
}
.price-list > .list > div:nth-child(even),.price-list > div > .list > div:nth-child(even) {
  background-color: #FAFBFD;
}

.price-list > .list > div > p,.price-list > div > .list > div > p{
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin:0;
}
/*sewer*/
.sewer{
  display: flex;
  gap: 12px;
}
.sewer > .cont-sw{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  background: #F7F8FA;
  overflow: hidden;
  width: 50%;
}
.sewer > .cont-sw > .content-sw{
  padding: 32px;


}
.sewer .cont-sw > .back-img{
  background: url('public/swer_1.png'), lightgray 50% / cover no-repeat;
  height: 377px;
}
.sewer > .cont-sw:nth-child(2) > .back-img{
  background: url('public/swer_2.png'), lightgray 50% / cover no-repeat;
  background-position: center;
  background-size: cover;
}
.sewer .cont-sw > .back-img2{
  background: url('public/img.png'), #ffffff 50% / cover no-repeat;
  height: 377px;
  background-position: center;
  background-size: cover;
}
.sewer .cont-sw > .back-img3{
  background: url('public/img_4.png'), #ffffff 50% / cover no-repeat;
  height: 377px;
  background-position: center;
  background-size: cover;
}
.br-sw{
  border: 1px solid rgba(53, 66, 75, 0.20);
}
/*yan*/
.item-sl-a{
  display: flex;
  flex-direction: inherit;
  gap: 10px;
  padding: 0 10px 0px 0;
  width: 100%;
  background: white;
  justify-content: space-between;
  border-radius: 8px;
  /*height: 271px;*/
  flex-shrink: 0;
}
/*.item-sl{*/
/*  width: 50%;*/
/*}*/
.content-sw{
  display: grid;
  gap: 8px;
}
.content-sw > h2{
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
  letter-spacing: -0.32px;
  margin: 0;
}
.content-sw > p{
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
.box-s1.box-img2 img{
  max-width: 510px;
}



/*el-leaks*/
.context{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.context P{
  max-width: 527px;
  color: #000;

  /* Text 1 */
  font-family: 'Inter',sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}
.elimination-list-box2{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.elimination-list-box2 > .eli-box{
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background: #F7F8FA;
  padding: 20px 32px;
}
.elimination-list-box2 > .eli-box > div{
  display: flex;
  gap: 40px;
}
.elimination-list-box2 > .eli-box > div > h2{
  color: #000;

  /* Headline card */
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%; /* 23px */
  margin: 0;
}
.elimination-list-box2 > .eli-box > div > p {
  color: #000;

  /* Text 1 */
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin: 0;
}
.slider {
  cursor: grab;
}
.elimination-list-box2 > .eli-box > a{

  border: solid 1px #1c731c;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  padding: 16px 28px;
}
.elimination-list-box2 > .eli-box > a > p{
  color: #1c731c;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
}
.elimination-list-box2 > .eli-box > a > svg{
  display: none;
}
/*price function*/
.price-category{
  display: grid;
  gap: 8px;
}
.price-category > .price-list > .text-parent{
  padding: 30px;
  align-items: center;
}
.price-category > .price-list.open > .text-parent {
  background: linear-gradient(110deg, #005080 -9.94%, #4488D7 113.27%);
}
.price-list.open > .text-parent > .chevron-down-icon{
  transform: rotate(180deg);
  opacity: .4;
}
.price-category > .price-list.open > .text-parent > h1 {
  color: #FFF;
}
.price-category > .price-list > .text-parent > h1{
  margin: 0;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 31.2px */
  letter-spacing: -0.24px;
}
.price-list .frame-g2 {

  max-height: 0;
  overflow: hidden;
  transition: max-height .3s;
}



.price-list.open .frame-g2 {
  transition: max-height .9s;
  max-height: 5000px;
}
.table-two.price-list.open .frame-g2 {
  transition: max-height .9s;
  max-height: 600px;
}
.table-two.price-list.open .supporting-text {
  transform: translateY(0) scale(1);
  opacity: 1;
  transition: all .3s;
}
.table-two.price-list .supporting-text{
  transform: translateY(150%) scale(0.8);
  opacity: 0;
  transition: all .3s;

}
.me-br > br:nth-child(1){
  display: none;
}
.me-br > br:nth-child(3) {
  display: none;
}
.me-br2 >br:nth-child(1){
  display: none;
}
@media (max-width: 1400px) {
  .video-container video{
    top: 50%;
  }

}

@media (max-width: 1199px) {
  #burgerBtn {
    border-top: 2px solid #000;
    height: 25px;
    width: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 30;
    right: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: block!important;
    top: 6px;
  }
  #burgerBtn:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    left: 0;
    background: #000;
    top: 3px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 20px;
  }
  #burgerBtn:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 20px;
    left: 0;
    top: 8px;
    background: #000;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 20px;
  }
  .navigation #burgerBtn{
    border-top: 2px solid rgba(0,0,0,0);
  }
  .navigation #burgerBtn:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: black;
    width: 23px;
    left: -2px;
    top: 4px;
  }
  .navigation #burgerBtn:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -khtml-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 11px;
    width: 23px;
    top: 4px;
    background: black;
    left: -2px;
  }

  .mobile-menu{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 54px;
    bottom: 0;
    right: 0;
    background: linear-gradient(110deg, #1c731c -9.94%, rgb(12 35 11) 113.27%);
    transform: translateX(-100%) translateY(0%);
    transition: all .3s;
    overflow: auto;
  }
  .content-mobile{
    padding-top: 34px;
  }
  .container > .content-mobile {
    display: grid;
    gap: 10px;
  }
  .container > .content-mobile + .content-mobile {
    display: grid;
    gap: 5px;
    padding-bottom: 40px;
  }
  .content-mobile > h2{
    color: #FFF;
    margin: 0;
    font-feature-settings: 'case' on;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 17px */
  }
  .content-mobile > p{
    color: #FFF;
    margin: 0;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 16.9px */
    letter-spacing: -0.13px;
  }
  .content-mobile > a{
    color: #FFF;

    font-feature-settings: 'case' on;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 22.1px */
  }
  .mobile-menu.hea-model-show {
    transform: translateX(0%) translateY(0%);
    transition: all .3s;
  }
  .mobile-menu > .container{
    display: grid;
  }
  .mobile-menu > .container > a{
    display: block;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'case' on;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    letter-spacing: -2px;
    padding-top: 32px;
  }
  .mobile-menu .container > div > h1{
    color: #FFF;
    font-family: 'ByBasGL', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding-bottom: 24px;
    padding-top: 40px;

  }

  .mobile-menu .container > div > div{
    display: grid;
    gap: 16px;
  }
  .mobile-menu .container > div > div > div{
    display: grid;
    gap: 12px;
  }
  .mobile-menu .container > div > div > div > a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 650;
    line-height: 125%; /* 22.5px */
    text-transform: uppercase;
  }
  .mobile-menu .container > div > div > div > a.active{
    opacity: 0.6;
  }
  .mobile-line{
    background: rgba(255, 255, 255, 0.30);
    height: 1px;
  }

  .desk-model.footer-dis{
    display: flex;
  }
  header ul{
    display: none;
  }
  .box-s1.box-img5{
    height: 703px;
  }
  .hea-inf > div > h1 > br{
    display: none;
  }
  .box-s1.box-img5 img {
    max-width: 494px;
    margin-top: -7px;
    margin-left: -228px;
  }

  /*.video-container video*/
  .video-container video{
    top:50%;
    width: 140%;
  }


  .desk-accept{
    display: flex!important;
  }
  .desk-none {
    display: none!important;
  }
  .company-footer.desk-accept-end,.company-footer.desk-accept{
    display: grid!important;
  }


  .footer-end > div > p {
    max-width: none;
  }

  .footer-end{
    justify-content: center;
  }
  .company-modal{
    display: flex!important;
    gap: 22px!important;
  }
  .marg-right{
    margin: inherit;
    height: 100%;
    justify-content: space-between;
  }
  .footer-dis{
    margin-top: 40px;
  }
  .desk-model{
    display: flex;
    justify-content: space-between;
    /* width: 100%; */
    align-items: center;
  }
  .foot-inf{
    width: 100%;
  }

  /*banners2*/
  .box-s1{
    height: 608px;
    flex-direction: column;
    overflow: hidden;
  }
  .cont-s2{
    gap: 25px;
  }
  .content-boxS2{
    margin: 0 10px 0 0;
  }
  .box-s1 img {
    max-width: 391px;
    margin: 0 0 0 -10px;
  }
  .content-boxS2 > form, .content-boxS2 > div{
    display: none;
  }
  .box-s1 > div > form{
    flex-direction: column;
  }
  .mobile-formS2{
    width: 100%;
    display: block;
  }
  .mobile-formS2 > form > input,.mobile-formS2 > .tx2{
    text-align: center;
  }
  .mobile-formS2 > .tx2 > br{
    display: none;
  }


  /*inf box*/
  .box-s3{
    height: 316px;
  }
  .box-gl{
    padding: 40px 121px 40px 40px;
  }
  .group-child {
    bottom: 118px;
    left: 117px;
    max-width: 240px;
  }
  .group-item {
    left: 583px;
    bottom: 109px;
    max-width: 234px;
  }
  .group-inner {
    left: 338px;
    top: 124px;
    max-width: 245px;
  }
  .untitled-1-icon {
    height: 266px;
    right: 23px;
    top: 77px;
  }
  .untitled-4-icon {
    height: 170px;
    right: 12px;
    top: 150px;
  }
  .untitled-5-icon {
    height: 170px;
    right: 12px;
    top: 150px;
  }
  .untitled-6-icon {
    height: 170px;
    right: 12px;
    top: 150px;
  }
  .untitled-7-icon {
    height: 170px;
    right: 12px;
    top: 150px;
  }
  .desk-accept > div{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .desk-accept > div > div {
    display: grid;
    gap: 5px;
  }
  .footer-end {
    flex-wrap: wrap-reverse;
    gap: 30px;
  }
  /*CONTACT*/
  .maps-content{
    flex-wrap: wrap;
  }
  .contact > div > div, .work-form > div{
    width: 100%;
  }
  .maps{
    height: 410px;
  }
  .work-form{
    flex-wrap: wrap-reverse;
  }
  /*elimination-price*/
  .elimination-price{
    flex-wrap: wrap;
  }

  .elimination-price .e-price:nth-child(3) {
    width: 100%;
  }
  .elimination-price .e-price{
    height: 250px;
    gap: 48px;
    justify-content: flex-start;
  }
  .elimination-price .e-price div > p > br{
    display: none;
  }
  .box-s1.box-img2 img {
    max-width: 366px;
    margin: 0 0 0 -103px;
  }

  /*inf box*/
  .box-s3-sect{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .box-s3{
    width: 100%;
  }
  .modal-margin{
    margin-bottom: 64px;
  }
  .group-inner, .group-item{
    display: none;
  }
  .group-child{
    max-width: inherit;
    transform: rotateZ(180deg);
    top: -16px;
    left: 214px;
    width: 476px;
  }
  .group-modal-item{
    display: block;
    top: 384px;
    left: 217px;
    max-width: 495px;
  }
  .down-s3 {
    margin-top: 78px;
  }

  .box-s2 h2, .box-s1 h2{
    max-width: 350px;
  }
}
@media (max-width: 991px) {

  #name-us{
    width: 100%;
    max-width: initial;
  }
  #name-us, .form-control-ffl{
    width: 100%;
    max-width: 100%;
  }
  #name-us:focus{
    text-align: start;
  }
  .me-br2 > br:nth-child(1){
    display: block;
  }
  .me-br > br:nth-child(3) {
    display: block;
  }
  .me-br > br:nth-child(2),.frames-anima .anima-a{
    display: none;
  }
  .me-br > br:nth-child(1) {
    display: block;
  }

  .box-s1.box-img5 img {
    max-width: 458px;
    margin-top: -7px;
    margin-left: -181px;
  }
  .box-s1.box-img5 .cont-s2{
    gap: 0;
  }
  /*header*/
  .hea-inf > div > h1{
    font-size: 70px;
  }
  .mobile-menu > .container{
    display: block;
  }
  .header-section > div > a{
    display: none;
  }
  header > .container + .h2-line + .container{
    display: none;
  }
  .had-line {
    height: 54px;
  }
  /*video head*/
  .flex-gl{
    gap: 24px;
    margin-top: 80px;
  }
  .header-section > a img{
    max-width: 218px;
  }

  .head-mobile > .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 11px;
    padding-bottom: 11px;

  }
  .head-mobile > .container > p,.head-mobile > .container > a{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
  }
  .head-mobile > .container > a{
    font-weight: 500;
    line-height: 120%;
    font-feature-settings: 'case' on;
  }
  .video-container{
    height: 576px;
  }
  .video-container video{
    width: 140%;
    top: 50%;
    left: 55%;
  }
  .ing-hea-gl > div{
    gap: 8px;
    max-width: 218px;
  }
  .video-container > .c-post > .flex-gl > .hea-inf > div > p,.video-container > .c-post > .flex-gl > .hea-inf > .tx2{
    font-size: 14px;
  }
  .video-container > .c-post > .flex-gl >.ing-hea-gl > div > p.tx2{
    font-size: 15px;
  }
  .video-container > .c-post > .flex-gl > .hea-inf > .dock-gl > br{
    display: block;
  }

  /*banners3*/
  .box-s2{
    gap: 24px;
    padding: 64px 32px 62px 32px;;
    flex-direction: column;
  }
  .untitled-1-icon {
    height: 238px;
    right: 22px;
    top: 106px;
  }
  .untitled-4-icon {
    height: 238px;
    right: 22px;
    top: 106px;
  }
  .untitled-5-icon {
    height: 238px;
    right: 22px;
    top: 106px;
  }
  .untitled-6-icon {
    height: 238px;
    right: 22px;
    top: 106px;
  }
  .untitled-7-icon {
    height: 238px;
    right: 22px;
    top: 106px;
  }

  .box-s2 h2, .box-s1 h2{
    font-size: 47px;
    max-width: inherit;
  }
  .box-s2 form, .box-s1 form{
    flex-direction: column;
    gap: 8px;
  }

  .box-s2 .tx2{
    text-align: center;
  }
  /*.dock-gl > br{*/
  /*  display: none;*/
  /*}*/
  .hea-inf > div > p, .tx2{
    font-size: 12px;
  }

  /* item yan */
  .item-sl-a > .item-sl:nth-child(2){
    display: none;
  }
  .item-sl-a > .item-sl{
    width: 100%;
  }
  .box-s1 img {
    max-width: 391px;
    margin: 0 0 0 -80px;
  }
  /*group*/
  .group4{
    max-height: 100px;
    padding: 30px 30px 30px 30px;
  }
  .text-visible{
    max-height: 400px;
  }
  .box-s2 > h2{
    font-size: 50px!important;
    text-align: center;
  }

  /*rename*/
  /*inf box*/
  .group-child{
    max-width: inherit;
    transform: rotateZ(180deg);
    top: -16px;
    left: 156px;
    width: 364px;
  }
  .group-modal-item{
    display: block;
    top: 631px;
    left: 154px;
    max-width: 371px;
  }
  .box-s3{
    height: 544px;
  }

  .box-section{
    grid-template-columns: 1fr;
  }
  .untitled-1-icon {
    height: 216px;
    right: 1px;
    top: 103px;
  }
  .sewer{
    flex-wrap: wrap;
  }
  .sewer .cont-sw{
    width: 100%;
  }
  .box-s1{
    padding: 0 32px;
  }
  .box-s1.box-img2 img {
    max-width: 366px;
    margin: 0 0 0 -80px;
  }
  /*el-leaks*/
  .context{
    flex-wrap: wrap;
  }
  .context p{
    max-width: 612px;
  }
  .elimination-list-box2 > .eli-box > div{
    gap: 24px;
  }
  .ing-hea-gl > div{
    padding: 0;
  }
}

@media (max-width: 767px) {
  #accessID > div, #time5ID > div{
    flex-direction: column;
    margin: 0 18px;
  }
  .container > .ind-g > h1,.hea-inf > div > h1{
    font-weight: 100;
  }
  .price-category > .table-two.price-list > .text-parent > h1{
    font-size: 18px;
  }
  .supporting-text{
    font-size: 15px;
  }
  footer{
    margin-top:60px;
  }
  .box-s1 .dock-gl{
    margin-top: 16px;
  }
  .content-boxS2 > .tx2{
    padding: 12px 6px 0;
  }

  .text-gl {
    gap: 10px;
  }
  .tg2{
    font-size: 15px;
  }
  header{
    border-bottom: none;
  }
  footer{
    padding: 54px 0;
  }
  .work-form{
    padding: 32px 0 0 0;
  }
  .dock-gl.tx2 > br{
    display: none;
  }
  .ing-hea-gl > div{
    width: auto;
  }
  .sewer .cont-sw > .back-img2,.sewer .cont-sw > .back-img3{
    height: 213px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sewer .cont-sw > .back-img{
    height: 297px
  }
  .video-container .dock-gl.tx2{
    text-align: center;
  }
  .ing-hea-gl > div > svg{
    width: 58px;
    height: 58px;
  }
  .video-container > .c-post > .container > .flex-gl >.ing-hea-gl > div > p.tx2 > br{
    display: none;
  }
  .box-s1.box-img5 img {
    max-width: 100%;
    margin-top: -24px;
    margin-left: auto;
  }
  .box-s1.box-img5{
    height: auto;
    gap: 6px;
  }
  .content-boxS2 > ol{
    gap: 10px;
  }

  section{
    margin-top:120px;
  }
  .video-container #name-us,#name-us{
    width: 100%;
    max-width: initial;
  }
  .cont-g > h1{
    font-size: 50px;
  }
  .had-line {
    height: 93px;
  }
  /*header*/
  .header-section > div > div > p,.h-line,.header-section > div > div > a{
    display: none;
  }
  .head-mobile{
    display: block;
    background: linear-gradient(110deg, #1c731c -9.94%, rgba(28, 115, 28, 0.55) 113.27%);
  }

  /*group*/
  .price-list > div > .list > div{
    padding: 20px 16px;
  }
  .price-list > div > div > h2{
    font-size: 17px;
  }
  .price-list > div > .name-list{
    padding: 35px 16px 20px;
  }
  .price-list > div > .list > div > p:nth-child(1){
    max-width: 221px;
  }
  .group4{
    max-height: 124px;
    padding: 30px 30px 30px 30px;
  }
  .group2{
    max-height: 92px;
  }
  .text-visible{
    max-height: 400px;
  }
  .content-boxS2 > .tx2 > br{
    display: none;
  }
  /*boxS2*/
  .box-s1{
    height: auto;
    padding: 28px 16px;
  }
  .box-s1 img{
    margin: inherit;
  }

  .cont-s2 {
    flex-direction: column;
  }
  .content-boxS2 > h2,.content-boxS2 > .tx2{
    text-align: center;
  }

  .box-s2{
    padding: 48px 16px;
    gap: 24px;
  }
  /*inf box*/
  .group-child,.group-modal-item{
    display: none;
  }
  .box-s3-sect {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    gap: initial;
  }
  .tg2 > br{
    display: none;
  }
  .box-s3 {
    height: 355px;
  }
  .modal-margin {
    margin-bottom: inherit;
  }
  .down-s3 {
    margin-top: initial;
  }
  .svg-s3{
    display: flex;
    justify-content: center;
  }
  /*sect 2*/
  .box-gl {
    padding: 24px;
    height: 316px;
    justify-content: flex-start;
    gap: 16px;
  }
  .untitled-1-icon,.untitled-4-icon,.untitled-5-icon,.untitled-6-icon,.untitled-7-icon{
    right: 0;
    bottom: 0;
    top: auto;
  }
  .untitled-1-icon,.untitled-5-icon,.untitled-6-icon,.untitled-7-icon {
    height: 128px;
  }

  .untitled-4-icon {
    height: 140px;
  }

  .size-gl{
    height: 375px;
  }
  /*video*/
  .video-container{
    height: 874px;
  }
  .c-post{
    /*background: linear-gradient(180deg, rgba(1, 43, 69, 0.00) 37.23%, #012B45 66.4%, #012B45 87.15%);*/
  }
  .ing-hea-gl{
    flex-direction: column;
    gap: 16px;
  }
  .hea-inf > div > h1{
    font-size: 50px;
  }
  .hea-inf > div > h1 > br{
    display: block;
  }
  .input-gl form{
    flex-direction: column;
    gap: 10px;
  }
  .video-container > .c-post > .container > .flex-gl >.ing-hea-gl > div > p.tx2{
    width: 100%;
    font-size: 14px;
  }
  .video-container > .c-post > .container. > .flex-gl >.ing-hea-gl > div > p.tx2 > br,.c-post > .flex-gl > .hea-inf > div > p > br,.c-post > .flex-gl > .hea-inf > .tx2 > br{
    display: none;
  }
  .video-container > .c-post > .flex-gl > .hea-inf > .tx2{
    text-align: center;
  }
  .video-container video {
    width: 303%;
    top: 35%;
    left: 55%;
  }
  .flex-gl{
    margin-top: 150px;
  }
  .ing-hea-gl > div{
    max-width: initial;
  }
  /*slider 2 yan*/
  .item-sl{
    height: auto;
  }
  .raiting-stars img{
    display: none;
  }
  .icon-allow{
    display: flex;
    gap: 5px;
  }
  .icon-allow .icon-ball{
    margin: 0;
    color: #00101A;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .raiting-stars .icon-allow > img{
    display: block!important;
  }
  .button-nv{
    font-size: 13px;
  }
  /*footer*/
  .desk-model.footer-dis > .line-gl{
    display: block;
  }
  .desk-model{
    flex-direction: column;
    align-items: start;
    gap: 40px;
  }
  .footer-end > div > a{
    text-align: center;
    font-feature-settings: 'case' on;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    letter-spacing: -2px;
  }
  .footer-sect img{
    width:100%;
  }
  .desk-model.footer-dis > .footer-link.marg-right{
    gap: 35px;
    margin: 0;
  }
  /*CONTACT*/
  .contact-box > .sect-group{
    flex-wrap: wrap;
  }
  .sect-group > div{
    width: 100%;
  }
  .contact-box .c-box{
    gap: 24px;

  }
  .box-w > ul{
    padding: 0 0 0 10px;
    margin: 0;
  }
  .elimination-price .e-price{
    width: 100%;
  }
  .box-s1.box-img2 img{
    margin: 0 0 0 0;
  }
  .content-sw > h2{
    font-size: 25px;
  }
  .content-sw > p{
    font-size: 15px;
  }
  .elimination-list-box2 > .eli-box > a{
    padding: 14px;
    border: unset;
    border-radius: unset;
  }
  #us-01 .elimination-list-box2 > .eli-box{
    flex-direction: unset;
    align-items: center;
  }
  #us-01 .elimination-list-box2 > .eli-box > a{
    border: solid 1px #1c731c;
    border-radius: 12px;
  }
  .elimination-list-box2 > .eli-box{
    flex-direction: column;
    align-items: start;
  }
  .elimination-list-box2 > .eli-box > div > p{
    display: none;
  }
  .elimination-list-box2 > .eli-box > a > svg{
    display: none;
  }
  .item-sl-a{
    height: auto;
  }
}
@media (max-width: 490px) {
  .form-stat > div > span{
    left: 80px;
  }
  #name-us{
    text-align: center;
  }
  #name-us::placeholder{
    letter-spacing: 2px;
  }
  .mob-s3{
    height: 334px;
  }
  .mob-s4{
    height: 314px;
  }
  /*group*/
  .flex-gl{
    gap: 30px;
  }
  .video-container video {
    background: url(public/img_24.png) no-repeat;
    background-size: 33%;
    background-position: 47.5% 115px;
  }
  .container .text-parent h1, .box-s3 > div > h1{
    font-size: 18px;
  }
  .group1{
    padding: 25px 30px 30px 30px;
  }
  .group2 {
    max-height: 82px;
  }
  .group3{
    padding: 15px 30px 30px 30px;
  }
  .group4{
    max-height: 100px;
    padding: 10px 30px 30px 30px;
  }
  .text-visible{
    max-height: 400px;
  }
  /*banners3*/
  .box-s2 h2, .box-s1 h2{
    text-align: center;
    font-size: 39px;
  }
  .box-s1 img{
    max-width: 335px;
  }
  .content-boxS2 {
    margin: 10px;
  }
  .price-list > .list > div > p:nth-child(1){
    max-width:200px;
  }
}
@media (max-width: 395px) {
  .group1{
    padding: 15px 30px 30px 30px;
  }
  .group2 {
    max-height: 82px;
  }
}
@media (max-width: 375px) {
  .group4{
    max-height: 100px;
    padding: 20px 30px 30px 30px;
  }
  .group4 {
    max-height: 120px;
  }
  .text-visible {
    max-height: 400px;
  }
}
@media (max-height: 700px) {
  .modals-patch > div{
    max-width:360px;
  }
}