.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: transparent;
}

body,
html {
  width: 100%;
}

a,
button,
input[type="submit"] {
  cursor: pointer;
}

input[type="text"],
button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}@font-face {
  font-family: "Montserrat";
  src: url(https://superseptik.com/static/fonts/Montserrat-SemiBold.ttf);
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url(https://superseptik.com/static/fonts/Montserrat-Medium.ttf);
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url(https://superseptik.com/static/fonts/Montserrat-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url(https://superseptik.com/static/fonts/Montserrat-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}

.head_mobile_fixed {
  background-color: #fff;
  width: 100%;
  top: 0;
  position: fixed !important;
  box-shadow: 0 0 10px 0 #00000033;
}

/*system_message*/
.system_message {
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in 0.4s;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  min-height: 80px;
  box-shadow: 0 10px 20px #555;
  z-index: 4;
  width: 100%;
  max-width: 400px;
  text-align: center;
  display: flex;
}

.system_message a {
  margin: 0 5px;
  color: rgb(132, 172, 206);
}

.system_message .close {
  position: absolute;
  color: red;
  right: 5px;
  top: 5px;
  border: none;
  background: none;
}

/* breadcrumb */
.breadcrumb {
  max-width: 1180px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 1px;
  list-style: none;
  padding: 0 10px;
  margin: 20px auto 0 auto;
  font-size: 0.75rem;
  line-height: 150%;
  flex-wrap: wrap;
}

.breadcrumb li {
  display: flex;
}

.breadcrumb a {
  text-decoration: none !important;
  color: #14648c !important;
  transition: all 0.3s;
}

.breadcrumb a:hover {
  color: #082533 !important;
}

.breadcrumb li:after {
  display: inline;
  content: " / ";
  color: #14648c;
  margin: 0 5px 0 5px;
}

.breadcrumb li:last-child::after {
  display: none;
}

.breadcrumb li:last-child a {
  color: #000 !important;
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-variant-numeric: lining-nums;
}

.headline {
  font-weight: 400;
  font-size: 1.25rem;
  color: #1c592b;
  font-weight: 600;
}

.blue_gradient {
  background-image: linear-gradient(
    to left top,
    rgba(73, 194, 254, 1) 0%,
    rgba(73, 194, 254, 0.51) 50%,
    rgba(73, 194, 254, 1) 99%
  );
  background-size: auto;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-color: rgba(255, 255, 255, 0.71);
  transition: all 0.6s;
}

.blue_gradient:hover {
  background-image: linear-gradient(
    to right top,
    rgba(73, 194, 254, 1) 0%,
    rgba(73, 194, 254, 0.51) 50%,
    rgba(73, 194, 254, 1) 99%
  );
  background-size: auto;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-color: rgba(255, 255, 255, 0.71);
  transition: all 0.6s;
}

.green_gradient {
  background-image: linear-gradient(
    to left top,
    rgba(106, 192, 87, 1) 0%,
    rgba(208, 255, 198, 1) 50%,
    rgba(106, 192, 87, 1) 99%
  );
  background-size: auto;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-color: rgba(255, 255, 255, 0.71);
  transition: all 0.6s;
}

.green_gradient:hover {
  background-image: linear-gradient(
    to right top,
    rgba(106, 192, 87, 1) 0%,
    rgba(208, 255, 198, 1) 50%,
    rgba(106, 192, 87, 1) 99%
  );
  background-size: auto;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.71);
}

.home_halves {
  max-width: 1180px;
  margin: 40px auto 30px auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  position: relative;
}

.home_halves ul {
  list-style: none;
}

.mantle {
  background-color: #00000085;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 21;
}

.head_top {
  background-color: #f5f5f5;
  padding: 6px 20px;
  width: 100%;
  display: none;
}

.head_top > div {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.head_top p {
  font-size: 0.875rem;
  color: #000;
  font-weight: 500;
}

.head_top p span {
  width: 15px;
  height: 15px;
  background-color: #6ac057;
  display: inline-block;
  margin-right: 4px;
  border-radius: 100%;
  position: relative;
  top: 2px;
}

.head_top select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  font-size: 1rem;
  color: #000;
  font-weight: 500;
}

.head_top select::-ms-expand {
  display: none;
}

.head_top input[type="submit"] {
  color: transparent;
  background-color: transparent;
  border: none;
  width: 13px;
  height: 18px;
  background: url(https://superseptik.com/static/images/home/icons/layoutsvgs.svg#location);
  position: relative;
  background-repeat: no-repeat;
}

.head_top select {
  background-color: transparent;
  border: none;
  position: relative;
}

.head_top form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.head_top form span {
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://superseptik.com/static/images/home/icons/layoutsvgs.svg#angle-down);
  background-repeat: no-repeat;
}

.head_middle {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}

header ul {
  list-style: none;
}

.head_ranting {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 5px 6px;
  display: none;
}

.head_ranting > div {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}

.head_ranting > div div {
  margin-left: 10px;
}

.head_middle .head_ranting > p {
  font-size: 0.563rem;
  font-weight: 400;
  color: #000;
  margin-top: 5px;
}

.head_middle .head_ranting:hover {
  box-shadow: #00000033 0px 0px 0px 1px;
  cursor: default;
}

.head_middle button {
  box-shadow: 0px 4px 2px 0px #469eca;
  border: none;
  padding: 5px;
  width: 170px;
  color: #12263e;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 10px;
  display: none;
  transition: all 0.3s;
}

.head_middle button:hover {
  background-image: linear-gradient(
    to left top,
    rgba(73, 194, 254, 1) 80%,
    rgba(73, 194, 254, 0.51) 40%,
    rgba(73, 194, 254, 1) 20%
  );
}

.head_middle .social_icons {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.social_icons li {
  transition: all 0.6s;
}

.social_icons li:hover {
  transform: rotate(360deg);
}

/*hamburger*/
.hamburger {
  position: relative;
  width: 35px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transition: all 1s;
  z-index: 25;
}

.hamburger .bar {
  width: 85%;
  height: 3px;
  background-color: #6ac057;
  display: block;
  margin: 1px 0;
  transition: all 0.5s;
}

.hamburger .bar:last-child {
  margin-bottom: 0;
}

.open_hamburger {
  transition: all 1.5s;
  transform: rotate(360deg);
}

.bar_middle {
  opacity: 1;
}

.open_hamburger .bar_top {
  transform: rotate(-45deg);
  position: absolute;
  top: 15px;
}

.open_hamburger .bar_middle {
  opacity: 0;
}

.hamburger_close {
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  width: 35px;
  height: 30px;
}

.hamburger_close .bar {
  width: 85%;
  height: 3px;
  background-color: #6ac057;
  display: block;
  margin: 1px auto;
  transition: all 0.5s;
  position: relative;
}

.hamburger_close .bar:first-child {
  transform: rotate(45deg);
  top: 0;
}

.hamburger_close .bar:last-child {
  transform: rotate(-45deg);
  top: -3px;
}

.open_hamburger .bar_bottom {
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
}

.head_bottom {
  position: absolute;
  right: -1500px;
  max-height: 0;
  padding: 0;
  transition: all 0.8s;
  background-color: #fff;
  max-width: 360px;
  width: 100%;
  right: 0;
  top: 0;
}

.head_bottom div {
  margin: 20px 20px 40px 20px;
  display: block;
}

.head_bottom b {
  display: inline-block;
  color: #1c592b;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
}

.head_bottom p {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 0.65rem;
  font-weight: 700;
}

.nav_dongle {
  background: url(https://planeta-septikov.ru/static/images/home/icons/homesvg.svg#dongle);
  background-repeat: no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
}

.parent_list > li {
  position: relative;
  margin: 0 10px 20px 10px;
  transition: all 0.3s;
}

.parent_list > li:hover {
  box-shadow: none;
}

.parent_list > li:hover > a {
  color: #6ac057;
}

.parent_list > li:hover .nav_dongle {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(321deg)
    brightness(111%) contrast(101%);
}

.parent_active {
  box-shadow: none;
}

.parent_active > a {
  color: #6ac057 !important;
}

.parent_active .nav_dongle {
  filter: transparent;
}

.head_social {
  display: flex;
  justify-content: flex-start;
  gap: 20px !important;
}

.parent_list li:nth-child(8) {
  margin-bottom: 8px;
}

.parent_list li:nth-child(8) span {
  background: url(https://superseptik.com/static/images/home/icons/layoutsvgs.svg#head_phone);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
}

.parent_list li:nth-child(9) span {
  background-color: #6ac057;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  display: block;
  position: relative;
  top: 3px;
  left: 2px;
}

.parent_list li:nth-child(8) a,
.parent_list li:nth-child(9) a {
  font-weight: 500;
}

.parent_list a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 0.875rem;
}

.parent_list > li > a {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
}

.children_nav,
.children_nav_dop {
  overflow: hidden;
  max-height: 0;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
  transition: all 0.3s;
}

.children_nav_dop {
  top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  flex-wrap: wrap;
  /* overflow-y: scroll;
  height: 400px; */
}

.children_nav_dop li a {
  color: #4e4e4e;
  font-weight: 400;
  font-size: 0.875rem;
}

.children_nav_dop li a:nth-child(2),
.children_nav_dop li a:nth-child(3) {
  display: none;
}

.children_nav_dop li {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
  box-shadow: none;
  background: linear-gradient(
    174deg,
    rgba(73, 194, 254, 0.30015756302521013) 0%,
    rgba(255, 255, 255, 1) 4%,
    rgba(255, 255, 255, 1) 95%,
    rgba(106, 192, 87, 0.3029586834733894) 100%
  );
  border-radius: 20px;
  min-width: 200px;
  gap: 10px;
  max-height: 194px;
  height: 100%;
}

.children_nav_dop li:hover {
  box-shadow: 0px 4px 12.699999809265137px 0px #0c294398;
}

.dop_more {
  font-size: 0.75rem;
  color: #fff !important;
  font-weight: 700;
  text-align: center;
  padding: 5px 8px;
  background-color: #6ac057;
  border-radius: 20px;
}

.children_nav_dop li p {
  font-size: 0.8rem;
  font-weight: 500;
}

.children_nav_dop li b {
  font-size: 0.8rem;
  color: #000;
  font-weight: 500;
}

.children_nav_dop b span {
  color: #1a91fc;
  font-weight: 600;
}

.children_nav_dop > a {
  text-transform: uppercase;
  color: #6ac057;
  padding: 10px;
  max-width: 100%;
  width: 100%;
  font-size: 0.95rem;
  border-radius: 10px;
  box-shadow: none;
  text-align: start;
  position: relative;
  bottom: 0;
  right: 0;
  font-weight: 500;
}

.children_nav a {
  width: 100%;
  max-width: 100%;
  display: block;
  padding: 10px 30px;
  text-wrap: nowrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: #4e4e4e;
  font-weight: 400;
  font-size: 0.875rem;
}

.children_nav a:hover {
  box-shadow: 0px 2px 7px 0px #246dd866;
}

.nav_active {
  max-height: 4000px;
  padding: 10px 0;
}

.head_middle {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  z-index: 10;
  background-color: #fff;
}

.head_middle .logo {
  width: 74px;
  height: 51px;
}

.head_middle .head_basket {
  min-width: 32px;
  height: 29px;
  display: block;
  background: url(https://superseptik.com/static/images/home/icons/layoutsvgs.svg#basket);
  background-repeat: no-repeat;
  position: relative;
  transition: all 0.3s;
}

.head_middle .head_basket:hover {
  transform: scale(1.1);
}

.head_middle form {
  position: relative;
  display: none;
}

.head_middle form input[type="search"] {
  color: #000;
  padding: 10px 40px 10px 14px;
  border: 1px solid #779dbc;
  border-radius: 10px;
}

.head_middle form input[type="submit"] {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  right: 15px;
  color: transparent;
  background: transparent;
  border: none;
  background: url(https://superseptik.com/static/images/home/icons/layoutsvgs.svg#search);
  width: 18px;
  height: 18px;
  background-size: 18px;
  opacity: 0.6;
}

.head_middle form input[type="search"]:focus + input[type="submit"] {
  opacity: 1;
}

.head_middle .cart_count {
  display: block;
  position: absolute;
  background-color: #6ac057;
  font-size: 0.8rem;
  font-weight: 500;
  color: #fff;
  top: -3px;
  right: -7px;
  border-radius: 100%;
  padding: 0 4px;
}

.head_middle > div:nth-child(2) {
  min-width: 112px;
}

.head_title {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1c592b;
  margin-bottom: 2px;
  display: block;
}

.head_middle .head_desk {
  display: none;
  font-size: 0.688rem;
  color: #000;
  line-height: 12px;
  max-width: 250px;
}

.head_middle div a {
  text-decoration: none;
  font-size: 0.7rem;
  color: #1c592b;
  font-weight: 500;
  padding-left: 22px;
  position: relative;
  transition: all 0.3s;
  text-align: center;
  display: block;
}

.head_middle div a:hover {
  color: #0f3318;
}

.head_middle div a::after {
  content: "";
  display: block;
  position: absolute;
  background: url(https://superseptik.com/static/images/home/icons/layoutsvgs.svg#head_phone);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  top: 0;
  left: 13px;
}

.head_bottom div {
  display: block;
}

.parent_list > li:nth-last-child(-n + 3) {
  display: flex;
  gap: 7px;
  /* margin-left: 40px; */
}

footer {
  background-color: #4e4e4e;
  color: #fff;
  padding: 20px;
  width: 100%;
}

footer > div {
  display: flex;
  flex-direction: column;
  max-width: 1180px;
  margin: 0 auto;
}

footer picture img {
  background: #fff;
  border-radius: 10px;
  padding: 5px;
}

footer > div a img {
  margin-bottom: 20px !important;
  display: block;
  margin: 0 auto;
}

footer ul {
  list-style: none;
}

footer a {
  text-decoration: none;
  color: #fff;
}

.foot_list {
  max-width: 290px;
  margin: 0 auto;
}

.foot_list li:last-child {
  margin-top: 20px;
  justify-content: center;
  gap: 20px;
  transition: all 0.3s;
}

.foot_social a img {
  transition: all 0.9s;
}

.foot_social a img:hover {
  transform: rotate(-360deg);
}

.foot_list li {
  font-weight: 500;
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.foot_list li span {
  position: relative;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 1px;
}

.foot_list li:nth-child(1) span::after,
.foot_list li:nth-child(2) span::after,
.foot_list li:nth-child(3) span::after,
.foot_list li:nth-child(4) span::after {
  content: "";
  display: inline-block;
  background: url(https://superseptik.com/static/images/home/icons/layoutsvgs.svg#head_phone);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: relative;
  position: absolute;
  background-position: center;
}

.foot_list li:nth-child(2) span::after {
  width: 12px;
  height: 12px;
  background-color: #6ac057;
  border-radius: 100%;
  top: 1px;
}

.foot_list li:nth-child(3) span::after {
  background: url(https://superseptik.com/static/images/home/icons/layoutsvgs.svg#foot_location);
  background-position: center;
  background-repeat: no-repeat;
}

.foot_list li:nth-child(4) span::after {
  background: url(https://superseptik.com/static/images/home/icons/layoutsvgs.svg#foot_mail);
  background-position: center;
  background-repeat: no-repeat;
}

footer .bottom_list p {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  margin: 25px 0 10px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #6ac057;
}

footer .bottom_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5px;
}

footer .bottom_list li {
  margin-bottom: 10px;
  font-size: 0.875rem;
}

footer a:hover {
  color: #b8b8b8;
}

footer .bottom_list li:last-child {
  margin: 0;
}

.form_send {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 30px;
  max-width: 480px;
  width: 100%;
  overflow: hidden;
  display: none;
}

.form_desk {
  font-size: 1.1rem;
  color: #000;
  line-height: 25px;
  margin-bottom: 20px;
}

.flesh_form .content {
  max-height: 0;
  padding: 0;
  overflow: hidden;
}

.form_active {
  display: flex;
}

.form_send label {
  max-width: 420px;
  width: 100%;
  padding: 10px 11px;
  color: #4e4e4e;
  box-shadow: 0px 2px 7px 0px #246dd866;
  border-radius: 5px;
  margin-bottom: 20px;
}

.form_send input,
.form_send textarea {
  width: 100%;
  border: none;
  font-size: 1rem;
}

.form_send textarea {
  height: 100px;
}

.form_send input[type="submit"] {
  max-width: 210px;
  width: 100%;
  box-shadow: 0px 4px 2px 0px #469eca;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}

.agree {
  text-align: center;
  font-size: 0.75rem;
  max-width: 260px;
  width: 100%;
}

.agree a {
  color: #000;
}

.form_name {
  margin-bottom: 25px;
  display: block;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1c592b;
  padding: 0 15px;
}

.form_close {
  background-color: #6ac057;
  width: 150px;
  height: 150px;
  position: absolute;
  top: -90px;
  right: -76px;
  transform: rotate(45deg);
  cursor: pointer;
}

.form_close::after {
  content: "";
  display: block;
  background: url(https://superseptik.com/static/images/home/icons/homesvg.svg#form_close);
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 17px;
  right: 60px;
  transform: rotate(45deg);
}

.tree_one,
.tree_two,
.tree_three,
.tree_four {
  position: absolute;
  transform: rotate(-90deg);
  top: -51px;
  right: -240px;
  z-index: -1;
  filter: blur(3px);
}

.tree_one,
.tree_two,
.tree_three,
.tree_four {
  display: none;
}

.tree_two,
.tree_four {
  top: 500px;
  left: -387px;
  right: inherit;
  transform: rotate(90deg);
  filter: blur(0);
}

.tree_four {
  top: 10%;
  left: -240px;
  z-index: 5;
  right: inherit;
}

.tree_one img,
.tree_two img,
.tree_three img,
.tree_four img {
  width: 407px;
  height: 571px;
}

.down_aside .aside_list {
  margin-top: 640px;
}

.quiz_wrap_outside {
  max-width: 1180px;
  width: 100%;
  margin: 60px auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.quiz_offer {
  background-color: #c9e5ff;
  border-radius: 20px;
  color: #14648c;
  overflow: hidden;
  display: none;
}

.quiz_offer span img {
  display: block;
  margin: 0 auto;
}

.quiz_offer p {
  font-weight: 500;
  line-height: 19px;
  padding: 20px 15px 0 15px;
  text-align: center;
}

.quiz_offer > img {
  display: block;
  position: relative;
  bottom: -4px;
}

@media all and (min-width: 360px) {
  .head_middle > div:nth-child(2) {
    min-width: inherit;
  }

  .head_middle div a {
    font-size: 1rem;
  }

  .head_middle div p {
    font-size: 0.9rem;
  }
}

@media all and (min-width: 560px) {
  .down_aside .aside_list {
    margin-top: 0;
  }
}

@media all and (min-width: 580px) {
  .head_middle form {
    display: block;
  }

  .headline {
    font-size: 1.75rem;
  }

  .head_middle div a {
    font-size: 1rem;
    text-align: start;
  }

  .head_middle div a::after {
    left: 0;
  }
}

@media all and (min-width: 700px) {
  .head_top {
    display: block;
  }
}

@media all and (min-width: 770px) {
  .head_ranting {
    display: block;
  }
}

@media all and (min-width: 850px) {
  .home_halves {
    grid-template-columns: 260px 1fr;
    gap: 15px;
  }

  .children_nav {
    top: 20px;
  }

  .children_nav,
  .children_nav_dop {
    position: absolute;
    top: 19px;
    left: 0;
    box-shadow: 0px 2px 7px 0px #246dd866;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    z-index: 10;
  }

  .parent_active {
    box-shadow: 0px 0px 22px 0px #00000099 inset;
  }

  .parent_active > a {
    color: #fff !important;
  }

  .parent_active .nav_dongle {
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(321deg)
      brightness(111%) contrast(101%);
  }

  .parent_list > li:hover {
    box-shadow: 0px 0px 22px 0px #00000099 inset;
  }

  .parent_list > li:hover > a {
    color: #fff;
  }

  .children_nav_dop li {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 20px 25px 20px;
    box-shadow: 0px 4px 12.699999809265137px 0px #0c29434d;
    background: linear-gradient(
      174deg,
      rgba(73, 194, 254, 0.30015756302521013) 0%,
      rgba(255, 255, 255, 1) 4%,
      rgba(255, 255, 255, 1) 95%,
      rgba(106, 192, 87, 0.3029586834733894) 100%
    );
    border-radius: 20px;
    min-width: 200px;
    gap: 10px;
    max-height: inherit;
    height: 100%;
  }

  .children_nav_dop {
    top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
  }

  .children_nav_dop li a {
    color: #000;
    font-weight: 500;
    font-size: 0.75rem;
  }

  .children_nav_dop li a:nth-child(2),
  .children_nav_dop li a:nth-child(3) {
    display: block;
  }

  .children_nav_dop > a {
    color: #12263e;
    padding: 12px;
    max-width: 250px;
    width: 100%;
    font-size: 0.75rem;
    border-radius: 10px;
    box-shadow: 0px 4px 2px 0px #469eca;
    text-align: center;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .children_nav a {
    color: #000;
    font-weight: 600;
    font-size: 0.875rem;
  }
}

@media all and (min-width: 950px) {
  .head_middle button {
    display: block;
  }
  footer div {
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }

  footer .bottom_list ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 5px;
  }

  .foot_list li:last-child {
    margin-top: 30px;
    justify-content: flex-start;
  }

  footer > div a img {
    margin: 0;
  }
}

@media all and (min-width: 980px) {
  .home_halves {
    gap: 30px;
  }
}

@media all and (min-width: 1030px) {
  .quiz_offer {
    display: block;
  }

  .quiz_wrap_outside {
    grid-template-columns: 1fr 240px;
  }
}

@media all and (min-width: 1130px) {
  .tree_three,
  .tree_four {
    display: block;
  }
}

@media all and (min-width: 1200px) {
  .hamburger {
    display: none;
  }

  .head_bottom {
    max-height: inherit;
    position: relative;
    top: 0;
    max-width: 100%;
    width: 100%;
    box-shadow: inset 0px 28px 10px 1px #ffffff40,
      inset 0px -19px 16px -3px #00000033;
    background-color: #4ea53a;
    outline: none;
  }

  .children_nav {
    top: 48px;
  }

  .children_nav_dop {
    top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
    height: inherit;
    overflow: hidden;
  }

  .children_nav_dop > a {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }

  .parent_list {
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
    align-items: center;
  }

  .parent_list > li {
    width: 100%;
  }

  .parent_list > li > a {
    justify-content: center;
  }

  .parent_list > li:first-child {
    border-left: 1px solid #4b89c1;
  }

  .parent_list > li {
    margin: 0;
    padding: 15px;
    border-right: 1px solid #4b89c1;
  }

  .head_bottom div {
    display: none;
  }

  .parent_list > li:nth-last-child(-n + 3) {
    display: none;
  }

  .head_middle .social_icons {
    display: flex;
  }

  .head_title {
    display: none;
  }

  .head_middle .head_desk {
    display: block;
  }

  .head_middle .logo {
    width: 145px;
    height: 100px;
  }

  .children_nav_dop {
    top: 48px;
    /* flex-wrap: wrap; */
  }
}

@media all and (min-width: 1750px) {
  .home_free_engineer {
    overflow: inherit;
  }

  .tree_four {
    display: none;
  }
}
.aside_list ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.aside_list li {
  margin-bottom: 15px;
}

.aside_list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  width: 100%;
  text-decoration: none;
  color: #000;
  font-size: 1rem;
}

.aside_list li a:hover {
  color: #4ea53a;
}

.aside_list li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
}

.aside_list > p {
  font-weight: 600;
  color: #000;
  display: none;
  padding-left: 0;
}

.aside_bottom {
  display: none;
}

.aside_bottom > p {
  margin-top: 20px;
  color: #1a91fc;
  font-size: 0.875rem;
  font-weight: 600;
}

.aside_filters ul {
  padding: 0 10px 0 0 !important;
}

.aside_filters a {
  line-height: 19px;
}

.aside_filters li {
  width: 100%;
  padding-left: 10px;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
}

.aside_filters li:hover {
  color: #1a91fc;
}

.aside_filters li span {
  background: url(https://superseptik.com/static/images/home/icons/homesvg.svg#dongle);
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 9px;
  position: absolute;
  top: 5px;
  right: 0;
}

.children_list {
  max-height: 0;
  overflow: hidden;
}

.children_list li {
  margin: 7px 0 7px 10px;
}

.children_list li:first-child {
  margin-top: 13px;
}

.aside_form {
  margin-top: 40px;
  background-color: #6ac057;
  color: #fff;
  padding: 20px 10px;
  overflow: hidden;
  border-radius: 20px;
}

.aside_form p {
  font-weight: 600;
  text-align: center;
  font-size: 1.25rem;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.aside_form > b {
  display: block;
  text-align: end;
  color: #feed01;
  font-weight: 700;
  font-size: 1.25rem;
  margin: 13px 0;
}

.aside_form img {
  position: relative;
  right: -40px;
}

.aside_form form {
  margin-top: 15px;
}

.aside_form input {
  font-size: 0.875rem;
  color: #888;
  padding: 10px;
  border: none;
  border-radius: 5px;
  margin-bottom: 12px;
  width: 100%;
  border-radius: 10px;
}

.aside_form input[type="submit"] {
  color: #12263e;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 5px;
  box-shadow: 0 4px 2px 0 #469eca;
}

.aside_form form span {
  display: block;
  font-size: 0.688rem;
  text-align: center;
}

.aside_form form a {
  color: #fff;
}

@media all and (min-width: 680px) {
  .aside_list p {
    display: block;
  }

  .aside_list p {
    padding-left: 10px;
  }
}

@media all and (min-width: 850px) {
  .aside_list ul {
    grid-template-columns: 1fr;
    padding: 20px 10px 0 0;
  }

  .aside_bottom {
    display: block;
  }
}
main {
  /* overflow: hidden; */
  position: relative;
}

.halves_quiz {
  position: relative;
  overflow: hidden;
}

.home_quiz > p {
  padding: 0 20px 20px 15px;
}

.halves_quiz > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.halves_quiz {
  box-shadow: 0px 2px 7px 0px #246dd866;
  margin: 0 15px;
  padding: 20px;
  border-radius: 10px;
}

.halves_quiz div p {
  text-align: center;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 34px;
}

.halves_quiz div span {
  color: #000;
  font-size: 1.25rem;
  text-align: center;
  display: block;
  margin: 20px 0 25px 0;
}

.quiz_btns {
  position: relative;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 100px);
  align-items: center;
  justify-content: center;
  gap: 25px;
  font-size: 1.125rem;
}

.quiz_btns button:last-child {
  display: block;
  color: #000;
  max-width: 170px;
  width: 100%;
  padding: 12px;
  grid-column-start: 1;
  grid-column-end: 3;
  box-shadow: 0px 4px 2px 0px #4ea53a;
  font-size: 1rem;
}

.quiz_btns button:last-child:hover {
  box-shadow: 0px 4px 2px 0px #1e5e10;
}

.quiz_btns button {
  max-width: 100px;
  width: 100%;
  display: block;
  border-radius: 10px;
  padding: 13px 11px;
  border: none;
  background-color: #1a91fc;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}

.halves_quiz > span {
  position: relative;
  display: block;
  bottom: -20px;
  width: 100%;
  height: 165px;
}

.quiz_big {
  display: none;
}

.q_img_small {
  display: block;
}

.q_img_big {
  display: none;
}

.home_popul_manufs {
  position: relative;
  margin-top: 30px;
  background: rgb(145, 203, 255);
  background: linear-gradient(
    174deg,
    rgba(145, 203, 255, 1) 95%,
    rgba(255, 255, 255, 1) 70%
  );
  margin-bottom: 140px;
}

.home_popul_manufs li > span img {
  max-width: 140px;
  width: 100%;
  height: auto;
}

.home_popul_manufs > img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: -55px;
}

.home_popul_manufs > p {
  color: #fff;
  text-align: center;
  padding: 20px 20px 10px 20px;
}

.home_popul_manufs ul {
  margin: 0 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.home_popul_manufs li {
  background-color: #fff;
  border-radius: 20px;
  padding: 12px 10px;
  text-align: center;
  box-shadow: 0px 2px 10px 0px #0c29434d;
  transition: all 0.3s;
}

.home_popul_manufs li b {
  display: block;
  font-weight: 500;
  color: #4e4e4e;
  font-size: 0.865rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #1a92fc94;
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
}

.home_popul_manufs li p {
  font-weight: 600;
  color: #1a91fc;
  margin: 5px 0 10px 0;
}

.home_popul_manufs li span {
  width: 120px;
  height: 50px;
  display: block;
  margin: 0 auto 5px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_popul_manufs li a {
  text-decoration: none;
  border: none;
  background-color: #6ac057;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  max-width: 103px;
  width: 100%;
  display: block;
  border-radius: 20px;
  margin: 0 auto;
  padding: 5px;
  transition: all 0.3s;
}

.home_popul_manufs li a:hover {
  background-color: #519442;
}

.home_popul_manufs li:hover {
  box-shadow: 0px 2px 10px 0px #061b2ea1;
}

.home_free_eng_small {
  position: absolute;
  bottom: -130px;
  margin-top: 10px;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 10px;
  display: block;
}

.home_free_eng_small span {
  position: absolute;
  top: 0;
  right: -47px;
  z-index: 2;
  width: 140px;
  height: 250px;
  overflow: hidden;
}

.home_free_eng_small span img {
  width: 100%;
  height: auto;
}

.home_free_eng_small ul {
  grid-template-columns: 1fr;
  align-items: self-start;
  position: relative;
  z-index: 1;
  margin-top: 30px;
  max-width: 250px;
  width: 100%;
  gap: 0;
}

.home_free_eng_small li {
  background-color: transparent;
  box-shadow: none;
  text-align: start;
  padding: 0;
  font-weight: 500;
  font-size: 0.8rem;
  color: #000;
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
  margin-bottom: 10px;
}

.home_free_eng_small li span {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  background: url(https://superseptik.com/static/images/home/icons/homesvg.svg#enginner);
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  margin: 0;
  padding: 0;
}

.home_free_eng_small li:nth-child(2) span {
  background: url(https://superseptik.com/static/images/home/icons/homesvg.svg#phone);
  width: 18px;
  height: 18px;
}

.home_free_eng_small li:nth-child(3) span {
  background: url(https://superseptik.com/static/images/home/icons/homesvg.svg#like);
  width: 16px;
  height: 16px;
}

.home_free_eng_small li:nth-child(4) span {
  background: url(https://superseptik.com/static/images/home/icons/homesvg.svg#shield);
  width: 17px;
  height: 17px;
}

.home_free_eng_small div {
  position: relative;
  z-index: 3;
  background-color: #1a91fc;
  max-width: 300px;
  width: 100%;
  border-radius: 20px;
  padding: 15px;
  margin-top: 10px;
}

.home_free_eng_small div p {
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
}

.home_free_eng_small div button {
  background-color: #feed01;
  color: #000;
  font-weight: 500;
  font-size: 0.875rem;
  border: none;
  padding: 12px;
  box-shadow: 0px 4px 2px 0px #b17c0599;
  border-radius: 13px;
  display: block;
  margin: 16px auto 0 auto;
}

.home_free_eng_small img {
  width: 100%;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
}

.home_popul_products {
  margin: 20px 0;
  position: relative;
}

.home_popul_products > p {
  margin-bottom: 30px;
  text-align: center;
}

.home_popul_products > a {
  text-decoration: none;
  border: none;
  background-color: #6ac057;
  color: #fff;
  padding: 8px 12px;
  font-weight: 700;
  max-width: 250px;
  width: 100%;
  border-radius: 20px;
  display: flex;
  justify-content: space-around;
  gap: 5px;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 10px;
  transition: all 0.3s;
}

.home_popul_products > a span {
  display: block;
  width: 15px;
  height: 20px;
  background: url(https://superseptik.com/static/images/home/icons/homesvg.svg#arrow_down);
  background-repeat: no-repeat;
  background-position: 1px 2px;
}

.home_popul_products > a:hover {
  background-color: #61a34b;
}

.prod_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-width: 270px;
  width: 100%;
  margin: 20px 0 30px 0;
}

.prod_list li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.prod_list li p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
}

.prod_list li:nth-child(1) span {
  background: url(https://superseptik.com/static/images/home/icons/users_home.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 13px;
  display: block;
}

.prod_list li:nth-child(2) span {
  background: url(https://superseptik.com/static/images/home/icons/production_home.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 16px;
  display: block;
}

.prod_list li:nth-child(3) span {
  background: url(https://superseptik.com/static/images/home/icons/drop_home.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 18px;
  display: block;
}

.home_free_wrap {
  overflow: hidden;
  background: url(https://superseptik.com/static/images/home/sky.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: none;
}

.home_free_engineer {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto 60px auto;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}

.home_free_engineer p {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  max-width: 440px;
  width: 100%;
  padding: 40px 0 60px 0;
}

.free_right span {
  position: relative;
}

.free_right span .free_ing {
  position: absolute;
  z-index: 1;
  bottom: -32px;
  left: -155px;
}

.home_free_engineer > div {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

.home_free_wrap > img {
  position: absolute;
  bottom: -187px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.free_right {
  display: none;
}

.free_left > div {
  background-color: #1a91fcb0;
  border-radius: 20px;
  padding: 35px 40px 30px 40px;
  max-width: 470px;
  width: 100%;
  position: relative;
  z-index: 10;
}

.free_left ul {
  list-style: none;
}

.free_left li {
  font-size: 1.125rem;
  color: #fff;
  margin: 0 0 25px 0;
  font-weight: 500;
  display: flex;
  gap: 10px;
  align-items: center;
}

.free_left li span {
  background: url(https://superseptik.com/static/images/home/icons/homesvg.svg#enginner);
  width: 26px;
  height: 28px;
  display: block;
  background-repeat: no-repeat;
  filter: invert(123%) sepia(99%) saturate(58%) hue-rotate(144deg)
    brightness(242%) contrast(100%);
}

.free_left li:nth-child(2) span {
  background: url(https://superseptik.com/static/images/home/icons/homesvg.svg#phone);
  width: 28px;
  height: 27px;
  background-repeat: no-repeat;
  filter: invert(123%) sepia(99%) saturate(58%) hue-rotate(144deg)
    brightness(242%) contrast(100%);
}

.free_left li:nth-child(3) span {
  background: url(https://superseptik.com/static/images/home/icons/homesvg.svg#like);
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  filter: invert(123%) sepia(99%) saturate(58%) hue-rotate(144deg)
    brightness(242%) contrast(100%);
}

.free_left li:nth-child(4) span {
  background: url(https://superseptik.com/static/images/home/icons/homesvg.svg#shield);
  width: 35px;
  height: 28px;
  background-repeat: no-repeat;
  filter: invert(123%) sepia(99%) saturate(58%) hue-rotate(144deg)
    brightness(242%) contrast(100%);
}

.free_left li:last-child {
  margin: 0;
}

.free_left > div button {
  background-color: #feed01;
  box-shadow: 0px 4px 2px 0px #b17c0599;
  border: none;
  padding: 12px;
  border-radius: 12px;
  max-width: 243px;
  width: 100%;
  display: block;
  margin: 30px auto 0 auto;
  transition: all 0.3s;
}

.free_left > div button:hover {
  background-color: #feed01dc;
}

.home_steps {
  position: relative;
  z-index: 5;
  color: #000;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.home_steps > p {
  text-align: center;
  margin-bottom: 60px;
}

.home_steps > p span {
  color: #1a91fc;
}

.step_info b {
  display: block;
  font-weight: 600;
  text-align: center;
  margin-bottom: 16px;
}

.step_info p span {
  color: #6ac057;
  font-weight: 600;
}

.step_info a {
  text-decoration: none;
  color: #6ac057;
  font-weight: 600;
  padding-left: 5px;
}

.step_info a::before {
  position: relative;
  top: 4px;
  left: -5px;
  display: inline-block;
  content: "";
  background: url(https://superseptik.com/static/images/home/icons/layoutsvgs.svg#head_phone);
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}

.step_img {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.step_img > span {
  width: 140px;
  height: 140px;
  background-color: #6ac057;
  border-radius: 100%;
}

.step_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home_steps ul {
  list-style: none;
}

.home_steps li {
  border-radius: 20px;
  box-shadow: 0px 4px 12.699999809265137px 0px #0c29434d;
  border-top: 5px solid #91cbff;
  margin: 0 15px 60px 15px;
  padding: 20px 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home_steps li > span {
  padding: 10px;
  font-weight: 500;
  text-align: center;
  width: 130px;
  border-radius: 15px;
  position: absolute;
  top: -3%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form_home img {
  width: 690px;
}

.home_articles {
  max-width: 1180px;
  width: 100%;
  margin: 20px auto;
  padding: 0 0 0 20px;
}

.home_articles > p {
  text-align: center;
  padding-bottom: 60px;
}

.home_articles .splide__list li {
  width: 280px;
}

.home_articles li span {
  margin: 8px 0;
  font-size: 0.875rem;
  color: #4e4e4e;
  display: block;
}

.home_articles li p {
  color: #000;
}

.home_articles li div {
  border-radius: 20px;
  overflow: hidden;
}

.home_articles li img {
  width: 100%;
}

.home_articles .splide {
  margin-bottom: 120px;
}

#slide_articles .splide__pagination__page.is-active {
  background-color: #2572e4;
}

#slide_articles .splide__pagination__page {
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #4e4e4e;
}

#slide_articles .splide__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -35px;
  gap: 8px;
}

.tree_one {
  display: none !important;
}

.tree_one,
.tree_two,
.tree_three,
.tree_four {
  position: absolute;
  transform: rotate(-90deg);
  top: -51px;
  right: -240px;
  z-index: -1;
  filter: blur(3px);
}

.tree_one,
.tree_two,
.tree_three,
.tree_four {
  display: none;
}

.tree_two,
.tree_four {
  top: 500px;
  left: -387px;
  right: inherit;
  transform: rotate(90deg);
  filter: blur(0);
}

.tree_four {
  top: 10%;
  left: -240px;
  z-index: 5;
  right: inherit;
}

.tree_one img,
.tree_two img,
.tree_three img,
.tree_four img {
  width: 407px;
  height: 571px;
}

.tree_three {
  top: 23%;
  right: -9%;
  z-index: 2;
  filter: blur(0);
}

.quiz_small > p {
  padding: 20px 0 20px 15px;
  text-align: center;
}

.box_tags_wrap {
  margin: 40px 10px 10px 10px;
}

.box_tags_wrap p {
  display: block;
  padding: 7px;
  text-align: center;
  border-top: 1px solid #4e4e4e;
  border-left: 1px solid #4e4e4e;
  border-right: 1px solid #4e4e4e;
}

.box_tags {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid #4e4e4e;
  border-left: 1px solid #4e4e4e;
  border-right: 1px solid #4e4e4e;
}

.box_tags li {
  padding: 0;
  border: none;
  border-bottom: 1px solid #4e4e4e;
  transition: all 0.3s;
}

.box_tags li:hover {
  background-color: #91ccff62;
}

.box_tags li:nth-child(odd) {
  border-right: 1px solid #4e4e4e;
}

.box_tags li a {
  display: block;
  color: #4e4e4e;
  text-decoration: none;
  padding: 5px 8px;
}

@media all and (min-width: 360px) {
  .home_free_eng_small div {
    max-width: 330px;
  }

  .home_free_eng_small span {
    width: 160px;
    height: 270px;
  }

  .home_free_eng_small li {
    font-size: 0.875rem;
  }
}

@media all and (min-width: 400px) {
  .home_free_eng_small {
    display: none;
  }

  .home_popul_manufs {
    margin: 0;
    background: rgb(145, 203, 255);
  }

  .home_popul_manufs > img {
    display: none;
  }

  .home_popul_manufs ul {
    padding: 20px;
  }

  .home_free_wrap {
    display: block;
  }

  .quiz_btns button {
    padding: 11px;
  }
}

@media all and (min-width: 580px) {
  .home_steps ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}

@media all and (min-width: 620px) {
  #slide_articles .splide__pagination__page {
    width: 40px;
    height: 5px;
    border-radius: 4px;
    background-color: #4e4e4e;
  }

  #slide_articles .splide__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -35px;
    gap: 18px;
  }
}

@media all and (min-width: 680px) {
  .quiz_small {
    display: none;
  }

  .aside_list p {
    padding: 10px 0 0 10px;
  }

  .quiz_big {
    display: block;
  }

  .home_popul_manufs {
    margin: 0;
    background-color: #fff;
  }

  .home_popul_manufs > p {
    color: #1c592b;
    text-align: start;
    padding: 30px 0;
  }

  .home_popul_manufs > p {
    padding: 30px 10px;
  }

  .prod_list {
    margin: 20px 0 10px 0;
  }

  .home_popul_manufs ul {
    padding: 0;
  }

  .no_img {
    display: none;
  }
}

@media all and (min-width: 770px) {
  .home_popul_manufs ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0;
  }

  .halves_quiz {
    margin: 0 15px;
  }
}

@media all and (min-width: 850px) {
  .home_popul_manufs > p {
    padding: 30px 0;
  }

  .halves_quiz {
    margin: 0 10px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .home_popul_manufs ul {
    margin: 0 10px 0 0;
  }

  .home_free_engineer > div {
    grid-template-columns: 1fr 340px;
    justify-items: start;
  }

  .free_right {
    display: block;
  }

  .free_left > div {
    z-index: 10;
  }

  .home_popul_products > p {
    text-align: start;
  }

  .home_quiz > p {
    padding: 0 20px 20px 0;
  }

  .box_tags {
    margin: 40px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border: none;
  }

  .box_tags li {
    border-radius: 8px;
    border: 1px solid #91cbff;
  }

  .box_tags li a {
    padding: 5px 8px;
  }

  .box_tags li:nth-child(odd) {
    border-right: 1px solid #91cbff;
  }

  .box_tags_wrap p {
    display: none;
  }
}

@media all and (min-width: 980px) {
  .home_popul_manufs li > span {
    width: 140px;
  }

  .halves_quiz div p {
    text-align: start;
    font-size: 2rem;
    line-height: 34px;
  }

  .halves_quiz div span {
    font-size: 1.25rem;
    text-align: start;
  }

  .quiz_btns {
    justify-content: flex-start;
    padding: 0;
  }

  .q_img_small {
    display: none;
  }

  .q_img_big {
    display: block;
  }

  .home_popul_manufs ul {
    grid-template-columns: repeat(4, 1fr);
  }

  .home_free_engineer p {
    padding: 40px 0;
  }

  .home_steps li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media all and (min-width: 1130px) {
  .tree_three,
  .tree_four {
    display: block;
  }
}

@media all and (min-width: 1180px) {
  .halves_quiz {
    margin: 0;
    padding: 50px 40px 50px 40px;
  }

  .home_articles {
    padding: 0;
  }

  .home_popul_manufs ul {
    grid-template-columns: repeat(5, 1fr);
    margin: 0;
  }

  .home_free_engineer {
    padding: 0;
  }
}

@media all and (min-width: 1200px) {
  .tree_one {
    display: block;
  }
}

@media all and (min-width: 1320px) {
  .tree_two {
    display: block;
  }
}

@media all and (min-width: 1430px) {
  .tree_one {
    right: -150px;
  }
}

@media all and (min-width: 1540px) {
  .tree_one {
    right: -27px;
  }
}

@media (min-width: 1700px) {
  .home_free_engineer {
    overflow: initial;
  }
}

@media all and (min-width: 1750px) {
  .home_free_engineer {
    overflow: inherit;
  }

  .tree_four {
    display: none;
  }
}
/**********products***********/

.products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 0 20px 80px 20px;
}

.pli {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 20px 25px 20px;
  box-shadow: 0px 4px 12.699999809265137px 0px #0c29434d;
  background: linear-gradient(
    174deg,
    rgba(73, 194, 254, 0.30015756302521013) 0%,
    rgba(255, 255, 255, 1) 4%,
    rgba(255, 255, 255, 1) 95%,
    rgba(106, 192, 87, 0.3029586834733894) 100%
  );
  border-radius: 20px;
}

.pli:hover {
  box-shadow: 0px 4px 12.699999809265137px 0px #0c294398;
}

.pli .img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.pli div {
  width: 100%;
}

.pli_name {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 1.125rem;
  color: #000;
  font-weight: 600;
  margin: 10px 0 15px 0;
}

.pli_prices {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
  margin-bottom: 20px;
}

.pli_prices p:nth-child(1) {
  background-color: #6ac057;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 1.125rem;
  font-weight: 700;
}

.pli_prices p:nth-child(2) {
  font-size: 1.125rem;
  text-decoration: line-through;
  color: #000;
}

.pli_btn_wrap {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  color: #12263e;
}

.pli_btn_wrap button,
.pli_btn_wrap a {
  box-shadow: 0px 4px 2px 0px #469eca;
  border-radius: 20px;
  max-width: 120px;
  width: 100%;
  border: none;
  display: block;
  font-size: 0.875rem;
  padding: 10px;
  font-weight: 500;
  transition: all 0.3s;
}

.pli_btn_wrap button:hover,
.pli_btn_wrap a:hover {
  box-shadow: 0px 4px 2px 0px #4ebff8;
  font-weight: 600;
}

.pli_btn_wrap a {
  text-decoration: none;
  color: #12263e;
}

.pli_description {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 8px;
}

.pli_description p {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.865rem;
  gap: 5px;
  position: relative;
  padding-left: 20px;
}

.pli_description p:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.pli_description p:nth-child(1):before {
  background-image: url(https://superseptik.com/static/images/card/cardsvg.svg#users);
}

.pli_description p:nth-child(2):before {
  background-image: url(https://superseptik.com/static/images/card/cardsvg.svg#settings);
  width: 16px;
  height: 17px;
}

.pli_description p:nth-child(3):before {
  background-image: url(https://superseptik.com/static/images/card/cardsvg.svg#drop);
  width: 16px;
  height: 17px;
}

@media all and (min-width: 580px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (min-width: 1150px) {
  .products {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 0 80px 0;
  }

  .pli {
    max-width: 280px;
  }
}

/* 
.pli {
  list-style: none;
  padding: 20px 15px 20px 15px;
  background: #ffffff;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
  position: relative;
}

.pli:hover {
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.24);
}

.pli .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
}

.pli img {
  display: block;
  margin: 0 auto;
  max-width: 170px;
  cursor: pointer;
}

.pli_name {
  display: block;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 26px;
  color: #000000;
  text-decoration: none;
  text-align: center;
  margin-top: 18px;
  min-height: 52px;
}

.pli_description {
  margin: 24px 0;
  min-height: 78px;
}

.pli_description p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Raleway";
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 16px;
  text-align: right;
  margin-bottom: 15px;
  white-space: nowrap;
}

.pli_description span:nth-child(1) {
  opacity: 0.7;
}

.pli_prices {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.pli_prices p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.retail_price {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 28px;
}

.card_price {
  font-size: 1.5rem;
  white-space: nowrap;
  color: #008000;
}

.pli_prices p span:nth-child(1) {
  opacity: 0.7;
  font-family: "Raleway";
  font-weight: 400;
  font-size: 1rem;
  line-height: 19px;
  white-space: nowrap;
}

.old_price {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 19px;
  position: relative;
  opacity: 0.5;
  white-space: nowrap;
}

.old_price::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  top: 9px;
  height: 2px;
  background: #000;
  opacity: 0.5;
}

.special_price {
  margin: 15px 0 0 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.special_price span:nth-child(1) {
  word-wrap: break-word;
  opacity: 0.7;
  font-family: "Raleway";
  font-weight: 400;
  font-size: 1rem;
  line-height: 19px;
}

.special_price span:nth-child(2) {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 26px;
  color: #2572e4;
  white-space: nowrap;
}

.pli button {
  background: #2572e4;
  border-radius: 10px;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 21px;
  border: none;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  align-self: flex-end;
  transition: all 0.3s;
  margin-top: 25px;
}

.pli button:hover {
  filter: drop-shadow(0px 6px 21px rgba(0, 91, 228, 0.24));
}

.pli_more {
  display: block;
  text-decoration: none;
  margin-top: 15px;
  font-family: "Raleway";
  font-weight: 600;
  font-size: 1rem;
  line-height: 19px;
  color: #2572e4;
  text-align: center;
  transition: all 0.3s;
}

.pli_more:hover {
  transform: translate3d(0, 0.2em, 0);
}

.hit {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ff6700;
  color: #fff;
  padding: 5px 10px;
}

@media all and (min-width: 605px) {
  .products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (min-width: 900px) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
} */
.pages {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 5px;
  margin: 25px 0 25px 0;
  list-style: none;
  justify-content: center;
  padding: 0 2px;
  flex-wrap: wrap;
}

.pages li {
  display: table;
  border: 1px solid #aaa;
  color: #aaa;
  width: 31px;
  height: 31px;
  border-radius: 17px;
}

.pages li a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #444 !important;
}

.pages li.active {
  border: 1px solid black;
  color: black;
}
.our_partners_wrap {
  background: url(https://superseptik.com/static/images/home/sky.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60px;
  margin-top: 80px;
}

.our_partners {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

.our_partners > p {
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 20px;
}

.our_partners > span {
  display: block;
  text-align: center;
  padding: 0 20px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.our_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  gap: 20px 30px;
  margin: 30px 30px 0 30px;
}

.our_list li {
  min-width: 115px;
  width: 100%;
  min-height: 70px;
  /* height: 100%; */
  background-color: #fff;
  border-radius: 15px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.our_list li img {
  max-width: 140px;
  max-height: 50px;
  width: 100%;
  height: auto;
}

@media all and (min-width: 580px) {
  .our_list {
    margin: 40px 30px 0 30px;
  }

  .our_list li {
    min-width: 160px;
  }

  .our_partners > span {
    font-size: 1.125rem;
    color: #000;
    line-height: 20px;
  }

  .our_partners > p {
    font-size: 1.75rem;
    padding: 30px 20px;
  }
}

@media all and (min-width: 1180px) {
  .our_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 20px 35px;
    align-items: center;
    justify-items: center;
  }

  .our_list li {
    min-width: 200px;
    width: 100%;
  }

  .our_list li:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
  }
  .our_list li:nth-child(2) {
    grid-area: 1 / 3 / 2 / 5;
  }
  .our_list li:nth-child(3) {
    grid-area: 1 / 5 / 2 / 7;
  }
  .our_list li:nth-child(4) {
    grid-area: 1 / 7 / 2 / 9;
  }
  .our_list li:nth-child(5) {
    grid-area: 1 / 9 / 2 / 11;
  }
  .our_list li:nth-child(6) {
    grid-area: 2 / 2 / 3 / 4;
  }
  .our_list li:nth-child(7) {
    grid-area: 2 / 4 / 3 / 6;
  }
  .our_list li:nth-child(8) {
    grid-area: 2 / 6 / 3 / 8;
  }
  .our_list li:nth-child(9) {
    grid-area: 2 / 8 / 3 / 10;
  }
  .our_list li:nth-child(10) {
    grid-area: 3 / 3 / 4 / 5;
  }
  .our_list li:nth-child(11) {
    grid-area: 3 / 5 / 4 / 7;
  }
  .our_list li:nth-child(12) {
    grid-area: 3 / 7 / 4 / 9;
  }
  .our_list li:nth-child(13) {
    grid-area: 4 / 4 / 5 / 6;
  }
  .our_list li:nth-child(14) {
    grid-area: 4 / 6 / 5 / 8;
  }
  .our_list li:nth-child(15) {
    grid-area: 5 / 5 / 6 / 7;
  }
}
.home_form_wrap {
  position: relative;
  max-width: 1815px;
  width: 100%;
  margin: 0 auto;
  color: #000;
}

.home_form_wrap > p {
  text-align: center;
  padding: 60px 20px 20px 20px;
}

.home_form {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
}

.home_form > span {
  position: relative;
  display: block;
  overflow: hidden;
  display: none;
}

.form_septik img {
  left: 0;
}

.home_form > span img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.home_form div {
  box-shadow: 0px 4px 12.699999809265137px 0px #0c29434d;
  border-top: 5px solid #6ac057;
  max-width: 300px;
  margin: 0 30px 70px 30px;
  padding: 30px 20px;
  border-radius: 20px;
  text-align: center;
  position: relative;
}

.home_form > div b {
  display: block;
  font-weight: 500;
  font-size: 1.125rem;
}

.home_form > div p {
  font-size: 1rem;
  margin: 20px auto;
  line-height: 20px;
  max-width: 280px;
  width: 100%;
}

.home_form p span {
  text-align: center;
  color: #1a91fc;
}

.home_form form label {
  font-size: 1rem;
  color: #4e4e4e;
  margin-bottom: 4px;
}

.home_form form input[type="text"],
.home_form form input[type="submit"] {
  border-radius: 10px;
  border: 1px solid #4e4e4e;
  color: #4e4e4e;
  font-size: 1.125rem;
  padding: 12px 8px;
  margin-bottom: 20px;
}

.home_form form input[type="submit"] {
  border: none;
  color: #12263e;
  box-shadow: 0px 4px 2px 0px #469eca;
  margin-bottom: 15px;
}

.home_form div > span {
  color: #4e4e4e;
  font-size: 0.75rem;
  line-height: 2%;
}

.home_form div > span a {
  color: #4e4e4e;
}

.home_form form {
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home_form div img {
  position: absolute;
}

.leaf_top {
  top: -30px;
  right: -25px;
}

.leaf_bottom {
  bottom: -40px;
  left: -30px;
}

.form_septik img {
  top: 70px !important;
}

.form_home {
  position: relative;
  top: -58px;
}

@media all and (min-width: 360px) {
  .home_form div {
    margin: 30px auto 70px auto;
  }
}

@media all and (min-width: 580px) {
  .home_form div {
    max-width: 430px;
  }
}

@media all and (min-width: 850px) {
  .home_form {
    grid-template-columns: 1fr 430px 1fr;
  }

  .home_form > span {
    display: block;
  }

  .home_form div {
    margin: 40px 0 70px 0;
  }
}
.headline {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
}

.rews_lp span img {
  max-width: 271px;
  width: 100%;
  height: auto;
}

.home_reviews > p {
  text-align: center;
  padding: 30px 20px;
}

.home_reviews > p span {
  color: #1a91fc;
}

.rews_slide {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  color: #000;
  padding: 0 20px;
}

.rews_slide > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 0 0;
  gap: 15px;
}

/* .rews_slide > div:nth-child(1) button {
  max-width: 175px;
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  box-shadow: 0px 4px 2px 0px #4ea53a;
  padding: 10px;
  border: none;
  border-radius: 8px;
} */

.rews_slide > div:nth-child(1) a {
  display: block;
  max-width: 175px;
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 0.875rem;
  box-shadow: 0px 4px 2px 0px #4ea53a;
  padding: 10px;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  color: #000;
}

.rews_slide .rews_btns span:nth-child(1) {
  margin-left: 5px;
}

.rews_slide .rews_btns span {
  padding: 20px 0;
}

.rews_slide .rews_btns img {
  width: 160px;
  height: 40px;
  padding: 8px 12px;
  box-shadow: 0px 2px 7px 0px #246dd866;
  border-radius: 10px;
}

.rews_btns {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  gap: 15px;
}

.rews_btns span:nth-child(2) {
  display: none;
}

.rews_btns span:nth-child(2):hover {
  opacity: 1 !important;
}

.rews_lp {
  box-shadow: 0px 2px 7px 0px #246dd866;
  border-radius: 20px;
  padding: 20px;
  max-width: 300px;
  width: 100%;
  margin: 5px 0 5px 5px;
  background-color: #fff;
}

.rews_lp > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.home_reviews .splide__arrow--prev {
  left: 2rem;
}

.home_reviews .splide__arrow--next {
  right: 2rem;
}

.home_reviews .splide__arrow {
  background-color: transparent;
  width: 40px;
  height: 40px;
  border: 1px solid #d9d9d9;
  display: none;
}

.home_reviews .splide__arrow svg {
  fill: #1a91fc;
}

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

.rews_p > span:nth-child(1) {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #0000009f;
  border-radius: 100%;
}

.rews_p > span b {
  font-weight: 500;
  padding-left: 10px;
}

.rews_p > span p {
  font-size: 0.75rem;
  color: #4e4e4e;
  padding-left: 10px;
}

.rews_lp > div:nth-child(2) {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.rews_lp > div:nth-child(2) span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rews_lp > div:nth-child(2) p {
  font-size: 0.87rem;
  color: #4e4e4e;
  margin-left: 15px;
}

.rews_lp > b {
  display: block;
  color: #4e4e4e;
  font-weight: 400;
  margin-bottom: 20px;
}

.rews_lp > p {
  font-size: 0.875rem;
  max-height: 110px;
  overflow: hidden;
  transition: all 1.2s;
}

.rews_lp > div:last-child button {
  border: none;
  background: transparent;
  font-size: 0.875rem;
  color: #4e4e4e;
  margin-top: 8px;
}

.rews_lp > div:last-child span {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  width: 8px;
  height: 4px;
  position: relative;
  top: -2px;
  transition: all 0.9s;
}

.rews_slide .yandex {
  padding: 0;
}

.tree_four {
  position: absolute;
  transform: rotate(-90deg);
  top: -51px;
  right: -240px;
  z-index: -1;
  filter: blur(3px);
}

.tree_four {
  display: none;
}

.tree_four {
  top: 500px;
  left: -387px;
  right: inherit;
  transform: rotate(90deg);
  filter: blur(0);
}

.tree_four {
  top: 10%;
  left: -240px;
  z-index: 5;
  right: inherit;
}

.tree_four img {
  width: 407px;
  height: 571px;
}

@media all and (min-width: 580px) {
  .home_steps ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }

  .rews_btns span:nth-child(2) {
    display: block;
    opacity: 0.4;
  }

  .rews_yandex {
    display: none;
  }

  .home_reviews .splide {
    background-color: #f5f5f5;
    box-shadow: 0px 2px 7px 0px #246dd866;
    border-radius: 20px;
    padding: 20px 80px;
  }

  .home_reviews .splide__arrow {
    display: block;
  }

  .rews_slide .rews_btns span {
    box-shadow: 0px 2px 7px 0px #246dd866;
    padding: 20px 40px;
    border-radius: 20px 20px 0 0;
    background: #f5f5f5;
  }

  .home_reviews > p {
    padding: 60px 20px;
  }
}

@media all and (min-width: 1130px) {
  .tree_four {
    display: block;
  }
}

@media all and (min-width: 1750px) {
  .tree_four {
    display: none;
  }
}
.q_form {
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 6;
  width: 90%;
}

.q_halves {
  background-color: #91cbff;
  background-image: url(https://superseptik.com/static/images/quiz/bg_quiz_septik.png);
  margin: 0;
  height: 570px;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
  padding: 30px 40px;
  position: relative;
  z-index: 1;
  justify-items: center;
  border-radius: 20px;
}

.q_left p {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 39px;
  margin: 0;
  padding: 0;
}

.q_left b {
  display: block;
  margin: 10px 0 30px 0;
  color: #000;
  font-weight: 500;
  font-size: 1.105rem;
}

.q_btns {
  display: grid;
  grid-template-columns: repeat(2, 120px);
  gap: 20px;
}

.q_btns span {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #1a91fc;
  border-radius: 8px;
  color: #fff;
  height: 42px;
  line-height: 42px;
}

.q_btns span:hover {
  background-color: #0088ff;
  color: #ffffff;
  box-shadow: 1px 1px 10px 1px #0088ff98;
}

.q_btns label {
  position: relative;
}

.q_btns label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.q_btns .green_gradient {
  transition: all 0.3s;
  grid-column-start: 1;
  grid-column-end: 3;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  border: none;
  box-shadow: 0px 4px 2px 0px #4ea53a;
  width: 100%;
  max-width: 180px;
}

.q_btns .green_gradient:hover {
  box-shadow: 0px 4px 2px 0px #3a8b24;
}

.q_right img {
  position: relative;
  bottom: -32px;
  max-width: 465px;
  width: 100%;
  height: auto;
  left: 36px;
}

.q_content {
  height: 510px;
  padding: 20px 15px;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: #0000001a 0px 1px 4px 2px;
  display: none;
}

.q_nav {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
}

.q_select {
  position: relative;
  z-index: 2;
}

.q_list {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 580px;
  gap: 15px;
  justify-items: center;
}

.four {
  grid-template-columns: 1fr;
}

.q_list label {
  display: flex;
  gap: 20px;
  align-items: center;
  color: #000;
  max-width: 280px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  justify-content: flex-end;
}

.q_list .txt {
  display: block;
  max-width: 220px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  border-radius: 10px;
  box-shadow: 0px 2px 7px 0px #246dd866;
  position: relative;
}

label input[type="radio"]:checked + .fake_radio::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  background-color: #91cbff;
  background-image: url(https://superseptik.com/static/images/quiz/cardsvg.svg#check);
  background-size: 40px 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.q_list label input[type="radio"]:checked + .fake_radio + .txt {
  background-color: #91cbff;
}

.q_list input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.fake_radio {
  box-shadow: 0px 4px 4px 0px #00000040;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #f4f4f4;
  position: relative;
}

#change_num {
  font-weight: 700;
  font-size: 1.5rem;
  color: #1981df;
}

.q_nav p {
  color: #1981df;
  font-size: 1.5rem;
}

.q_nav p span {
  color: #000;
  font-weight: 500;
  font-size: 1.5rem;
}

.q_linear {
  max-width: 660px;
  height: 5px;
  width: 100%;
  background-color: #d9d9d9;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.q_linear .q_line {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1a91fc;
  width: 20%;
  height: 5px;
  border-radius: 5px;
}

.q_btns_select {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 28px;
  left: 18px;
  width: 90%;
}

#next_btn,
#prev_btn,
#get_data {
  color: #000;
  height: 40px;
  line-height: 40px;
  max-width: 140px;
  width: 100%;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0px 4px 2px 0px #4ea53a;
  border-radius: 13px;
  transition: all 0.3s;
}

#prev_btn {
  background-color: #6ac057;
  box-shadow: none;
}

#get_data {
  box-shadow: 0px 4px 2px 0px #469eca;
  color: #12263e;
  max-width: 210px;
  display: none;
  position: absolute;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 285px;
}

#prev_btn:hover {
  background-color: #4ea53a;
  box-shadow: #0000001a 0px 4px 2px 0px;
}

.q_content img {
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 1;
}

.img_desk {
  display: none;
}

.q_select p {
  color: #000;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 25px;
}

.cast_img img {
  bottom: 88px;
  left: 50%;
  right: inherit;
  border-radius: 20px;
  transform: translateX(-50%);
}

.five .txt {
  text-align: start;
  padding-left: 40px;
}

.social_icon::after {
  content: "";
  background-image: url(https://superseptik.com/static/images/home/icons/whatsapp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
  margin: auto;
  background-position: center;
}

.q_list label:nth-child(2) .social_icon::after {
  background-image: url(https://superseptik.com/static/images/home/icons/tg.svg);
}

.q_list label:nth-child(3) .social_icon::after {
  background-image: url(https://superseptik.com/static/images/home/icons/viber.svg);
}

.q_list label:nth-child(4) .social_icon::after {
  background-image: url(https://superseptik.com/static/images/home/icons/layoutsvgs.svg#head_phone);
  width: 24px;
  height: 24px;
}

.six p {
  margin-bottom: 5px;
}

.six .q_select > span {
  display: inline-block;
  color: #1a91fc;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 50px;
}

.six .q_select input {
  width: 100%;
  height: 100%;
  border: none;
  box-shadow: 0px 2px 7px 0px #246dd866;
  padding: 11px 12px;
  color: #4e4e4e;
  font-size: 0.875rem;
  border-radius: 10px;
}

.six .q_select label {
  order: 2;
}

.six .q_list span {
  text-align: center;
  max-width: 270px;
  order: 1;
}

.six.cast_img img {
  display: none;
  bottom: 12px;
}

.two,
.three,
.four_section,
.five,
.six {
  display: none;
}

.quiz_rel .q_form {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: inherit;
  margin: 0 auto;
}

.quiz_rel .quiz_wrap_outside {
  padding: 0;
}

@media all and (min-width: 560px) {
  .q_form {
    margin: 0 15px;
    position: relative;
    max-height: 810px;
    left: inherit;
    transform: inherit;
    width: inherit;
  }

  .q_right img {
    left: 0;
  }

  .quiz_rel .quiz_wrap_outside {
    padding: 0 15px;
  }
}

@media all and (min-width: 670px) {
  .four {
    grid-template-columns: repeat(2, 1fr);
  }

  .q_content {
    height: 400px;
    padding: 40px 30px;
  }

  .q_nav {
    gap: 100px;
  }

  #change_num {
    font-size: 2.2rem;
  }

  .q_btns_select {
    left: 30px;
    bottom: 40px;
  }

  #next_btn,
  #prev_btn {
    max-width: 170px;
  }

  .cast_img img {
    transform: inherit;
  }

  .q_list {
    justify-items: start;
  }

  .six .q_select label {
    order: 1;
  }

  .six .q_list span {
    order: 2;
  }

  #get_data {
    box-shadow: 0px 4px 2px 0px #469eca;
    color: #12263e;
    max-width: 210px;
    display: none;
    position: relative;
    top: 0;
    max-width: 210px;
    left: 0;
    transform: inherit;
  }
}

@media all and (min-width: 850px) {
  .q_form {
    margin: 0 15px 0 0;
  }
}

@media all and (min-width: 1030px) {
  .q_halves {
    grid-template-columns: repeat(2, 1fr);
    height: 400px;
  }
}

@media all and (min-width: 1060px) {
  .img_desk {
    display: block;
  }

  .cast_img img {
    bottom: 56px;
    border-radius: 20px;
    right: 5%;
    left: inherit;
  }
}

@media all and (min-width: 1180px) {
  .q_right img {
    width: inherit;
    height: inherit;
  }

  .q_form {
    margin: 0;
  }

  .q_halves {
    justify-items: start;
  }

  .six.cast_img img {
    display: block;
  }

  .quiz_rel .quiz_wrap_outside {
    padding: 0;
  }
}
