@charset "UTF-8";
@import url("./fonts.css");
@-webkit-keyframes size-line {
  from {
    width: 20px;
  }
  to {
    width: 100%;
  }
}
@keyframes size-line {
  from {
    width: 20px;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes scale-elem {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@keyframes scale-elem {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@-webkit-keyframes gradientMove {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
@-webkit-keyframes transform {
  0% {
    -webkit-transform: translateZ(-200px);
            transform: translateZ(-200px);
  }
  100% {
    -webkit-transform: translateZ(200px);
            transform: translateZ(200px);
  }
}
@keyframes transform {
  0% {
    -webkit-transform: translateZ(-200px);
            transform: translateZ(-200px);
  }
  100% {
    -webkit-transform: translateZ(200px);
            transform: translateZ(200px);
  }
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.55;
  color: black;
}

:root {
  --det-color: #a52a2a;
  --det-color-1: gray;
  --main-color: #008000;
}

a {
  text-decoration: none;
  color: inherit;
}

.reset-list {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.reset-title {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          scroll-behavior: smooth;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

button,
.submit,
.reset {
  background: transparent;
  padding: 0;
  border: none;
}
button:disabled,
.submit:disabled,
.reset:disabled {
  opacity: 0.4;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.padding-section {
  padding: 50px 0;
}


.hero {
  padding: 80px 0 50px;
}

.hero .container {
/*   padding: 0px 20px; */
  background-color: rgba(227, 237, 247, 0.95);
}

.hero__wrap {
  position: relative;
}

.hero__wrap .hero__bg {
  width: 80%;
  min-height: 400px;
  margin: 0 auto;
  mask-image:
    linear-gradient(to bottom, #000, transparent),
    linear-gradient(to bottom, transparent, #000),
    linear-gradient(to bottom, #000, transparent),
    linear-gradient(to bottom, transparent, #000),
    linear-gradient(to bottom, transparent, #000);
  mask-size:
    18% 70%,
    18% 100%,
    18% 100%,
    18% 75%,
    18% 100%;
  mask-position:
    0 50px,
    25% 20px,
    50% 10px,
    75% 10px,
    100% 80px;
  mask-repeat: no-repeat;
}

.hero__wrap .hero__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: fit-content;
  font-size: 2em;
  line-height: 1.1em;
  font-family: "Gotham Cond", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--det-color);
  background-color: rgba(227, 237, 247, 0.95);
}

.hero__text-wrap {
  padding: 20px 0 50px 0;
  background-color: rgba(227, 237, 247, 0.95);
}

.first {
  padding: 50px 0 18px;
}

.title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 50px;
  font-size: 2em;
  line-height: 1.1em;
  font-family: "Gotham Cond", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--det-color);
}

.title-other {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: 60px;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: 5px 5px;
  font-family: "Gotham Cond", sans-serif;
  font-size: 24px;
  line-height: 1;
  color: var(--det-color);
}
.title-other::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: -10%;
  left: -10%;
  background-color: rgba(0, 128, 0, 0.3);
  border: 1px solid var(--main-color);
  border-radius: 50%;
  z-index: -1;
}
.title-other::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -8px;
  width: 75px;
  height: 1px;
  background-color: var(--main-color);
}

.text-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
  padding-left: 65px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: 5px;
}

.circle-green {
  position: relative;
}
.circle-green::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10px;
  background-color: rgba(0, 128, 0, 0.3);
  border: 1px solid var(--main-color);
  border-radius: 50%;
}

.section:first-child {
  padding: 180px 0 50px;
}

.section:last-child {
  padding: 50px 0 100px;
}

.line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.line__left, .line__right {
  width: calc((100% - 40px) / 2);
  height: 1px;
  background-color: rgba(165, 42, 42, 0.15);
}
.line__centre {
  background-image: url("../icons/fish-braun.png");
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

.sign {
  position: relative;
  padding-left: 60px;
  font-size: 14px;
}
.sign::after {
  content: "!";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  background-color: var(--det-color);
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  z-index: 0;
}

.sign-1 {
  position: relative;
}
.sign-1::after {
  content: "!";
  position: absolute;
  top: 0;
  left: 0px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid var(--det-color);
  border-radius: 50%;
  color: var(--det-color);
  font-weight: 400;
  font-size: 24px;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.sign-2 {
  position: relative;
  padding-left: 45px;
}
.sign-2::after {
  content: "!";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid var(--det-color);
  border-radius: 50%;
  color: var(--det-color);
  font-weight: 400;
  font-size: 24px;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.sign-2::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: var(--det-color);
  top: 0;
  left: 38px;
}

.arrow {
  position: relative;
  width: 100%;
  height: 80px;
}

.arrow::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background-image: url(../img/first/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 50px;
}

.click {
  position: relative;
  padding-left: 60px;
  font-size: 14px;
}
.click::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid var(--det-color);
  background-image: url("../icons/click.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
}
.click-img {
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #fff;
  border-radius: 50%;
  border: 5px solid #fff;
  outline: 1px solid var(--det-color);
}

.style-list li {
  display: block;
  background: url("../icons/plant.png") 0px 50% no-repeat;
  background-size: 30px 30px;
  padding-left: 40px;
}

.style-list li:not(:last-child) {
  margin-bottom: 5px;
}

ol {
  list-style-type: none;
  counter-reset: num;
  margin-bottom: 0;
}
ol li {
  position: relative;
  padding-left: 10px;
}
ol li:not(:last-child) {
  margin-bottom: 10px;
}
ol > li:before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -25px;
  width: 25px;
  height: 25px;
  background: transparent;
  color: var(--main-color);
  border-radius: 50%;
  border: 1px solid var(--main-color);
}

ol.fsBig {
  padding-left: 65px
}

ol.fsBig > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100px;
}

ol.fsBig > li:before {
  width: unset;
  height: unset;
  background: unset;
  border-radius: unset;
  border: unset;
  left: -70px;
  font-size: 120px;
}



.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab div {
  width: 100px;
  height: 100px;
  border: 5px solid transparent;
  border-radius: 50%;
  -webkit-transition: border 0.6s;
  transition: border 0.6s;
}
.tab img {
  -o-object-fit: cover;
     object-fit: cover;
}
.tab button {
  position: relative;
  padding-bottom: 5px;
  font-size: 1.5em;
  font-family: "Gotham Cond", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--main-color);
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}

.main__btn {
  min-width: 55px;
  padding: 5px;
  cursor: pointer;
  background-color: var(--det-color);
  color: #fff;
  font-family: "Gotham Cond", sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-radius: 5px;
}

.btn-str {
  min-width: 55px;
  padding: 1px;
  cursor: pointer;
  background-color: var(--det-color);
  color: #fff;
  font-weight: 300;
  border-radius: 5px;
}

.width-80 {
  width: calc(80% - 20px);
}

.width-90 {
  width: 90%;
}

fieldset {
  width: 300px;
  margin: 0 auto 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-top: 15px;
  border: 2px solid var(--det-color);
  border-radius: 5px;
}
fieldset:not(:last-child) {
  margin-bottom: 50px;
}
fieldset legend {
  padding: 0 5px;
}
fieldset label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
fieldset label:not(:last-child) {
  margin-bottom: 10px;
}

.fixed-modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 50px 0;
  z-index: 2;
  overflow-y: auto;
  background-color: rgb(227, 237, 247);
  -webkit-animation: fade 2s;
          animation: fade 2s;
}

.gotham-cond {
  font-family: "Gotham Cond", sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  color: var(--det-color);
}

.plant-list {
  list-style: none;
  margin-bottom: 0;
}
.plant-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.plant-list li:last-child {
  margin-bottom: 0;
}
.plant-list li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -15px;
  width: 20px;
  height: 20px;
  background-image: url("../icons/plant.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

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

.margin-bottom-25px {
  margin-bottom: 25px;
}

.margin-bottom-30px {
  margin-bottom: 30px;
}

.margin-bottom-50px {
  margin-bottom: 50px;
}

.margin-top-1-5em {
  margin-top: 1.5em;
}

.fs1 {
  font-size: 14px;
}

.fs2 {
  font-size: 12px;
}

.margin-bottom-75px {
  margin-bottom: 75px;
}

.box-shadow {
  position: relative;
  padding: 10px;
  border: 1px solid var(--main-color);
  background: #f7f7f7;
}
.box-shadow::before, .box-shadow::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 7px;
  width: 50%;
  height: 15px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  z-index: -1;
}
.box-shadow::after {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  right: 10px;
  left: unset;
}
.box-shadow .sign-1 {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.box-shadow .sign-1::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -10px;
  width: 50%;
  height: 1px;
  background-color: var(--main-color);
}

.padding-left {
  position: relative;
  padding-left: 77px;
}
.padding-left::before {
  position: absolute;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 72px;
  height: 100%;
  padding: 5px;
  left: 0px;
  color: var(--main-color);
  background-color: rgba(165, 42, 42, 0.1);
  font-family: "Gotham Cond", sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 300;
}
.padding-left::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: 72px;
  background-color: var(--main-color);
}

.header {
  position: fixed;
  width: 100%;
  z-index: 1;
  padding: 15px 0px;
  background-color: rgba(227, 237, 247, 0.95);
}
.header.hidden {
  display: none;
}
.header * {
  font-family: "Gotham Cond", sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
}
.header-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  display: block;
  width: 50px;
}
.header .nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav__list {
  margin: 0;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .nav__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav__item a,
.header .nav__item button,
.header .nav__item span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0px 15px 0px 37px;
  color: var(--main-color);
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}
.header .nav__item a::before,
.header .nav__item button::before,
.header .nav__item span::before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  left: 3px;
  background-image: url("../icons/fish-braun.png");
  background-position: center;
  background-size: 0px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
}
.header .nav__item a:focus,
.header .nav__item button::focus,
.header .nav__item span::focus {
  outline: none;
}
.header .nav__item a:focus-visible,
.header .nav__item button:focus-visible,
.header .nav__item span:focus-visible {
  outline: 1px solid var(--det-color);
  outline-offset: 3px;
  border-radius: 5px;
  color: var(--det-color);
}
.header .nav__item a:hover,
.header .nav__item button:hover,
.header .nav__item span:hover {
  color: var(--det-color);
}
.header .nav__item a:hover::before,
.header .nav__item button:hover::before,
.header .nav__item span:hover::before,
.header .nav__item a:focus-visible::before,
.header .nav__item button:focus-visible::before,
.header .nav__item span:focus-visible::before {
  background-size: 30px;
}

.header .nav__item span {
    color: var(--det-color);
}

.header .header__btn {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 125px;
  height: 50px;
  border-radius: 5px;
  color: var(--det-color);
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 7px #c9d8e6, -4px -4px 5px #f1f6fa;
          box-shadow: 3px 3px 7px #c9d8e6, -4px -4px 5px #f1f6fa;
}
.header .header__btn span {
  position: relative;
  margin: 0 0 0 0;
}
.header .header__btn::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../icons/fish-braun.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
}
.header .header__btn:focus {
  outline: none;
}
.header .header__btn:focus-visible {
  outline: 1px solid var(--det-color);
  outline-offset: 3px;
  border-radius: 5px;
}
.header .header__btn:hover span, .header .header__btn:focus-visible span {
  margin: 0 0 0 20%;
}
.header .header__btn:hover::before, .header .header__btn:focus-visible::before {
  background-size: 30px;
}

.mob-menu {
  position: fixed;
  top: 0;
  left: -100%;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100vh;
  font-family: "Gotham Cond", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  z-index: 20;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.mob-menu.active {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.mob-menu nav {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  height: 100%;
  padding: 25px 25px 50px 25px;
  background-color: var(--det-color);
  z-index: 1;
}
.mob-menu__close {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 29px;
  height: 29px;
  margin-bottom: 87px;
  cursor: pointer;
}
.mob-menu__close-line {
  position: absolute;
  top: 50%;
  display: block;
  width: 110%;
  height: 3px;
  background-color: #fff;
}
.mob-menu__close-line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mob-menu__close-line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mob-menu__list {
  margin-top: 0;
  margin-bottom: 30px;
}
.mob-menu__list li:not(:last-child) {
  margin-bottom: 20px;
}
.mob-menu .header__btn {
  margin-top: auto;
  -ms-flex-item-align: center;
      align-self: center;
}
.mob-menu .header__btn {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 125px;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: -4px -4px 5px #ce6267, 3px 3px 7px #be4763;
          box-shadow: -4px -4px 5px #ce6267, 3px 3px 7px #be4763;
}
.mob-menu .header__btn span {
  position: relative;
  margin: 0 0 0 0;
}
.mob-menu .header__btn::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../icons/fish-white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
}
.mob-menu .header__btn:hover span {
  margin: 0 0 0 20%;
}
.mob-menu .header__btn:hover::before {
  background-size: 30px;
}
.mob-menu__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.8;
}

.humburger-wrap {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--det-color);
  background-color: transparent;
  z-index: 2;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.humburger-wrap.hidden.hidden {
  display: none;
}
.humburger-wrap .hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 21px;
  z-index: 2;
  cursor: pointer;
}
.humburger-wrap .hamburger .hamburger__line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--det-color);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.first .first__scape-list img {
  display:block;
  width: 80%;
  height: 380px;
  object-fit: cover;
  margin: 0 auto;
  }
  
.first__scape-list-img {
  width: fit-content;
  position: relative;
  margin: 0 auto;
}

.first  .first__scape-list-img.first__scape-list-img img {
  width: 100%;
  height: auto;
}
  
.first__scape-list-img span {
    position: absolute;
    width: 13px;
    height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: red;
  /*   border: 1px solid #fff; */
    border-radius: 50%;
    font-weight: 600;
    
      
/*   content: "1";
top: 5%;
left: 5%;
position: absolute;
width: 25px;
height: 25px;
display: flex;
justify-content: center;
align-items: center;
color: var(--main-color);
background-color: #fff;
border: 1px solid var(--main-color);
border-radius: 50%;
z-index: 0; */
}


.first__scape-list-1 {
    top: 57%;
    left: 35%;
}

.first__scape-list-2 {
    top: 54%;
    left: 47%;
}

.first__scape-list-3 {
    top: 23%;
    left: 52%;
}

.first__scape-list-4 {
    top: 56%;
    left: 59%;
}

.first__scape-list-5 {
    top: 39%;
    left: 57%;
}

.first__scape-list-6 {
    top: 53%;
    left: 43%;
}

.first__scape-list-7 {
    top: 47%;
    left: 62%;
}

.first__scape-list-8 {
    top: 71%;
    left: 42%;
}

.first__scape-list-9 {
    top: 62%;
    left: 67%;
}

.first__scape-list-10 {
    top: 26%;
    left: 23%;
}

.first__scape-list-11 {
    top: 10%;
    left: 69%;
}

.first__scape-list-12 {
    top: 45%;
    left: 70%;
}

.first__scape-list-13 {
    top: 44%;
    left: 11%;
}

.first__scape-list-14 {
    top: 52%;
    left: 23%;
}

.first__scape-list-15 {
    top: 44%;
    left: 29%;
}

.first__scape-list-16 {
    top: 55%;
    left: 79%;
}

.first__scape-list-17 {
    top: 55%;
    left: 86%;
}

.first__scape-list-18 {
    top: 85%;
    left: 55%;
}

.first__scape-list-19 {
    top: 50%;
    left: 53%;
}
  
.first .first__scape-list li:not(:last-child) {
  margin-bottom: 30px;
  }
  
  .first .first__scape-list li ol li:not(:last-child) {
  margin-bottom: 10px;
  }
  
  .first .first__scape-list li ol li::after {
  content: none;
  }
  
  .first .first__scape-list li ol li:before {
  background: red;
  color: #fff;
  border: 1px solid #fff;
  }

.first .glossary + dl {
  height: 6lh;
  overflow: hidden;
  mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
  transition: all 0.6s;
}

.first .container p:last-child {
  margin-bottom: 0;
}
.first__wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
.first__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  counter-reset: num;
  gap: 10px;
}
.first__list-item p {
  margin: 0;
}
.first__list-item {
  width: calc((100% - 30px) / 4);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: unset;
  padding: 80px 15px 15px;
  border: 1px solid var(--main-color);
  background-color: rgba(165, 42, 42, 0.1);
}
.first__list-item::before {
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: transparent;
  border-radius: unset;
  border: unset;
  font-size: 48px;
  color: var(--det-color);
}
.first__list-item:nth-child(1) div {
  background-image: url("../img/first/decoration.png");
}
.first__list-item:nth-child(2) div {
  background-image: url("../img/first/equipment.png");
}
.first__list-item:nth-child(3) div {
  background-image: url("../img/first/launch.png");
}
.first__list-item:nth-child(4) div {
  background-image: url("../img/first/care.png");
}
.first__list-item.first__list-item {
  margin-bottom: 0;
}
.first__slider, .first__content {
  width: calc((100% - 20px) / 2);
  -ms-flex-item-align: center;
      align-self: center;
}
.first__slider img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.akva,
.stages,
.design-equipment,
.design,
.view,
.composition,
.equipment,
.rules,
.launch,
.launch-stage,
.care,
.factors,
.info-fish,
.select-fish,
.mistakes,
.note,
.footer {
  position: relative;
  scroll-margin-top: 100px;
}
.akva::before,
.design-equipment::before,
.design::before,
.view::before,
.composition::before,
.equipment::before,
.rules::before,
.launch::before,
.launch-stage::before,
.care::before,
.factors::before,
.info-fish::before,
.select-fish::before,
.mistakes::before,
.note::before,
.footer::before {
  position: absolute;
  left: 50%;
  top: -35px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  white-space: nowrap;
  font-size: 70px;
  color: #fcf1f1;
  line-height: 1;
  color: transparent;
  background: linear-gradient(-45deg, #fff, #fff, #f5c7c7, #f5c7c7);
  background-size: 300%;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-animation: gradientMove 6s ease-in-out infinite alternate;
          animation: gradientMove 6s ease-in-out infinite alternate;
}

.akva::before {
  content: "Современный аквариум";
}

.design-equipment::before {
  content: "Оформление первично";
}

.design::before {
  content: "Концепция офоромления";
}

.view::before {
  content: "Типы оформления";
}

.composition::before {
  content: "Виды композиций";
}

.equipment::before {
  content: "Оборудование";
}

.rules::before {
  content: "Как выбрать оборудование";
}

.launch::before {
  content: "Запуск";
}

.launch-stage::before {
  content: "Этапы запуска";
}

.care::before {
  content: "Уход";
}

.factors::before {
  content: "Факторы баланса";
}

.info-fish::before {
  content: "Справочник рыб";
}

.select-fish::before {
  content: "Калькулятор";
}

.mistakes::before {
  content: "Ошибки";
}

.note::before {
  content: "Блокнот";
}

.footer::before {
  content: "Птичий рынок";
}

.akva .container {
  position: relative;
}
.akva .container > div:last-child > p:last-child {
  margin-bottom: 0;
}
.akva .container::before {
  position: absolute;
  content: "";
  top: 0;
  right: 25px;
  height: 100%;
  width: 20%;
  z-index: 0;
  background-image: url("../img/akva-min/akva-3.jpg");
  background-position: 36% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.akva .container::after {
  content: "!";
  position: absolute;
  top: 40%;
  right: 7%;
  width: 50px;
  height: 50px;
  background-color: var(--det-color);
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  z-index: 0;
}
.akva__grid {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 20px) / 2));
  grid-template-rows: 225px 225px;
  gap: 20px;
}
.akva__grid-elem .akva__grid-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.akva__grid-elem div {
  width: 90%;
}
.akva__grid > div:nth-child(1) {
  grid-area: 1/1/2/2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
/*   border: 1px solid var(--main-color); */
}
.akva__grid > div:nth-child(2) {
  position: relative;
  grid-area: 1/2/2/3;
}
.akva__grid > div:nth-child(3) {
  grid-area: 2/1/3/2;
  /* маску накладываем на контейнер или на картинку если маскируем картинку а не контейнер с текстом */
}
.akva__grid > div:nth-child(3) img {
  -webkit-mask-image: url(../img/akva-min/crocodile.png);
          mask-image: url(../img/akva-min/crocodile.png);

  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
  -webkit-mask-position: top;
          mask-position: top;
}
.akva__grid > div:nth-child(4) {
  grid-area: 2/2/3/3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--main-color);
  color: #fff;
  background: linear-gradient(45deg, #0d472c, green, rgb(37, 215, 37));
  background-size: 700% 100%;

  -webkit-animation: gradientMove 3s ease-in-out infinite alternate;
          animation: gradientMove 3s ease-in-out infinite alternate;
}
.akva__history h3 + div {
  height: 2lh;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, black), to(transparent));
          mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.akva__history h3 + div p:first-child {
  margin-top: 0;
}
.akva__history h3 + div p:last-child {
  margin-bottom: 0;
}
.akva__history-yesterday h3, .akva__history-today h3, .first .glossary {
  position: relative;
  padding-left: 55px;
  background-image: url("../icons/close-book.png");
  background-position: 25px 50%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  cursor: pointer;
  -webkit-transition: background-image 0.5s;
  transition: background-image 0.5s;
}
.akva__history-yesterday h3.active, .akva__history-today h3.active, .first .glossary.active {
  background-image: url("../icons/open-book.png");
}
.akva__history-yesterday h3::before, .akva__history-today h3::before, .first .glossary::before {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 20px solid var(--det-color);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.akva__history-today .akva__history-today-img {
    width: 100%;
}

.akva__history-yesterday h3.active::before, .akva__history-today h3.active::before, .first .glossary.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 16%;
}

.akva__history h3.title {
    font-size: 1.5em;
}


.akva .slider-simple {
  margin-right: 20px;
}
.akva .slider-simple img {
  margin: 0 auto;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: fade 2s;
          animation: fade 2s;
}
.akva .box-shadow p {
  margin: 0;
}
.akva .sign::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.akva .sticky {
    position: sticky;
    bottom: 10px;
}

.design-equipment__scheme div:last-child p {
  margin-bottom: 0;
}
.design-equipment__scheme > div:nth-child(1), .design-equipment__scheme > div:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  border: 1px solid var(--main-color);
  background-color: rgba(165, 42, 42, 0.1);
}
.design-equipment__scheme > div:nth-child(1) .title-other {
  -ms-flex-item-align: center;
      align-self: center;
  background-image: url("../img/first/decoration.png");
}
.design-equipment__scheme > div:nth-child(3) .title-other {
  -ms-flex-item-align: center;
      align-self: center;
  background-image: url("../img/first/equipment.png");
}
.design-equipment__wrap-img {
  gap: 20px;
}
.design-equipment__wrap-img div {
  width: calc((100% - 20px) / 2);
}
.design-equipment__wrap-img div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.design__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
}
.design__grid > div:nth-child(1) .title-other {
  -ms-flex-item-align: center;
      align-self: center;
  background-image: url("../img/first/akva-broun.png");
}
.design__grid > div:nth-child(2) .title-other {
  -ms-flex-item-align: center;
      align-self: center;
  background-image: url("../img/first/fish-broun.png");
}
.design__grid > div:nth-child(3) .title-other {
  -ms-flex-item-align: center;
      align-self: center;
  background-image: url("../img/first/plant-broun.png");
}
.design__grid > div:nth-child(4) .title-other {
  -ms-flex-item-align: center;
      align-self: center;
  background-image: url("../img/first/decor-broun.png");
}
.design__grid-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 15px 0 15px;
  background-color: rgba(165, 42, 42, 0.1);
  border: 1px solid var(--main-color);
}
.design__grid-item .slider-simple > div:nth-child(1), .design__grid-item .slider-simple > div:nth-child(2) {
  position: relative;
}
.design__grid-item .slider-simple__img-text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0px;
  left: 0px;
  width: 65px;
  height: 60px;
  font-size: 14px;
  font-family: "Gotham Cond", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: var(--det-color);
  text-align: center;
}
.design__grid-item .slider-simple__img-text.active {
  -webkit-animation: fade 3s 1;
          animation: fade 3s 1;
}
.design__grid-item .slider-simple .click-img {
  top: unset;
  left: unset;
  bottom: 5px;
  right: 5px;
}
.design__grid-item .design__modal-img-1,
.design__grid-item .design__modal-img-2,
.design__grid-item .design__modal-img-3,
.design__grid-item .design__modal-img-4,
.design__grid-item .design__modal-img-5,
.design__grid-item .design__modal-img-6,
.design__grid-item .design__modal-img-7,
.design__grid-item .design__modal-img-8 {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  display: block;
  -webkit-mask-image: radial-gradient(ellipse 87px 87px at 0px 0px, transparent 100%, #000);
          mask-image: radial-gradient(ellipse 87px 87px at 0px 0px, transparent 100%, #000);
}
.design__grid-item .slider-simple .slider-simple__text {
  font-size: 14px;
  text-align: center;
}
.design__grid-item .slider-simple__img-text.active + img {
  -webkit-animation: fade 3s 1;
          animation: fade 3s 1;
}
.design__grid-item .slider-simple__img-text.active + img + img {
  -webkit-animation: fade 3s 1;
          animation: fade 3s 1;
}
.design .slider-simple {
  margin-top: auto;
}

.view .container {
  position: relative;
}
.view .container::before {
  position: absolute;
  content: "";
  top: 0;
  right: 25px;
  height: 100%;
  width: 20%;
  z-index: 0;
  background-image: url("../img/view-min/aquascape-big.jpg");
  background-position: 18% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.view .container::after {
  content: "!";
  position: absolute;
  top: 55%;
  right: 11%;
  width: 50px;
  height: 50px;
  background-color: var(--det-color);
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  z-index: 0;
}
.view__img-wrap {
  position: relative;
  max-width: 700px;
  height: 600px;
  margin: 0 auto 25px;
}
.view__img-wrap .view__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.view__img-wrap div {
  position: absolute;
  width: 100%;
  height: 300px;
}
.view__img-wrap div::before {
  position: absolute;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--main-color);
  background-color: #fff;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  z-index: 0;
}
.view__img-wrap .view__img-1 {
  top: 0%;
  left: 0%;
  clip-path: polygon(0px 0px, 74% 0px, 24% 100%, 0% 100%);
}
.view__img-wrap .view__img-1::before {
  content: "1";
  top: 10px;
  left: 10px;
}
.view__img-wrap .view__img-1 .click-img {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.view__img-wrap .view__img-2 {
  top: 0%;
  left: 0%;
  clip-path: polygon(25% 100%, 75% 0%, 100% 0%, 100% 100%);
}
.view__img-wrap .view__img-2::before {
  content: "2";
  top: 10px;
  right: 10px;
}
.view__img-wrap .view__img-2 .click-img {
  top: unset;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.view__img-wrap .view__img-3 {
  top: 50.5%;
  left: 0%;
  clip-path: polygon(0px 0px, 24% 0px, 74% 100%, 0% 100%);
}
.view__img-wrap .view__img-3::before {
  content: "3";
  top: 10px;
  left: 10px;
}
.view__img-wrap .view__img-3 .click-img {
  top: unset;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.view__img-wrap .view__img-4 {
  top: 50.5%;
  left: 0%;
  clip-path: polygon(75% 100%, 25% 0%, 100% 0%, 100% 100%);
}
.view__img-wrap .view__img-4::before {
  content: "4";
  top: 10px;
  right: 10px;
}
.view__img-wrap .view__img-4 .click-img {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.view ol li {
  position: relative;
}
.view ol li::after, .first .first__scape-list li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--main-color);
}

.first .first__scape-list li::after {
  height: 100%;
}

.view .width-80.sign::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.view__bg.sign::after {
  content: unset;
}

.composition .container p:last-child {
  margin-bottom: 0;
}
.composition .fragment {
  height: 2lh;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 45%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, black), to(transparent));
          mask-image: linear-gradient(to bottom, black 45%, transparent 100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.composition .trigger-fragment {
  position: relative;
  display: block;
  padding: 10px 10px 10px 57px;
  color: rgb(73, 69, 69);
  font-size: 20px;
  font-family: "Gotham Cond", sans-serif;
  font-weight: 300;
  background-image: url("../icons/close-book.png");
  background-position: 24px 10px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  -webkit-transition: background-image 0.5s;
  transition: background-image 0.5s;
  cursor: pointer;
  float: left;
  width: 140px;
  height: auto;
}
.composition .trigger-fragment + p {
  margin-top: 0;
}
.composition .trigger-fragment::before {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 20px solid var(--det-color);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.composition .trigger-fragment.active {
  background-image: url("../icons/open-book.png");
}
.composition .trigger-fragment.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 33%;
}
.composition__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.composition__item {
  position: relative;
  width: calc((100% - 20px) / 2);
  height: 300px;
  overflow-y: hidden;
}
.composition__item:hover .composition__content {
  -webkit-transform: unset;
          transform: unset;
}
.composition__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.composition__content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  color: #fff;
  background-color: rgba(165, 42, 42, 0.75);
  -webkit-transform: translateY(calc(100% - 50px));
          transform: translateY(calc(100% - 50px));
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.composition__title {
  min-height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.composition__text {
  margin-bottom: 10px;
}
.composition__btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 125px;
  height: 50px;
  padding: 10px;
  border-radius: 5px;
  color: var(--det-color);
  background-color: rgba(227, 237, 247, 0.95);
  cursor: pointer;
}

.equipment__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
}
.equipment__grid > div:nth-child(1) .title-other {
  -ms-flex-item-align: center;
      align-self: center;
  background-image: url("../img/first/ground-broun.png");
}
.equipment__grid > div:nth-child(2) .title-other {
  -ms-flex-item-align: center;
      align-self: center;
  background-image: url("../img/first/light-broun.png");
}
.equipment__grid > div:nth-child(3) .title-other {
  -ms-flex-item-align: center;
      align-self: center;
  background-image: url("../img/first/filter-broun.png");
}
.equipment__grid > div:nth-child(4) .title-other {
  -ms-flex-item-align: center;
      align-self: center;
  background-image: url("../img/first/water-broun.png");
}
.equipment__grid > div:nth-child(5) .title-other {
  -ms-flex-item-align: center;
      align-self: center;
  background-image: url("../img/first/chemistry-broun.png");
}
.equipment__grid > div:nth-child(6) .title-other {
  -ms-flex-item-align: center;
      align-self: center;
  background-image: url("../img/first/other.png");
}
.equipment__grid-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 15px 15px 15px;
  background-color: rgba(165, 42, 42, 0.1);
  border: 1px solid var(--main-color);
}
.equipment__grid-item p:last-child {
  margin: 0;
}

.rules #rules-equipment,
.rules #rules-filter,
.rules #rules-ground {
    scroll-margin-top: 100px;
  }

.rules p:last-child {
  margin-bottom: 0;
}
.rules__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 21.7px;
}
.rules__item:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rules__item {
  width: calc((100% - 20px) / 2);
  border: 1px solid var(--main-color);
  padding: 25px 25px;
}
.rules__item.hover .hover-span {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(165, 42, 42, 0.3)), to(rgba(165, 42, 42, 0.1)));
  background-image: linear-gradient(to right, rgba(165, 42, 42, 0.3), rgba(165, 42, 42, 0.1));
  background-size: 0% 100%;
  background-repeat: no-repeat;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  -webkit-transition: background-image 750ms ease-in-out;
  transition: background-image 750ms ease-in-out;
}
.rules__item.hover:hover .hover-span {
  background-size: 100% 100%;
}
.rules__item h3 {
  position: relative;
  font-size: 2em;
  line-height: 1em;
  font-family: "Gotham Cond", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--det-color);
}
.rules__item h3::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: -5px;
  left: -10px;
  background-color: rgba(0, 128, 0, 0.3);
  border: 1px solid var(--main-color);
  border-radius: 50%;
}
.rules__item .plant-list {
  font-size: 12px;
  line-height: 18.6px;
}
.rules__item .plant-list li:last-child {
  margin-bottom: 0;
}
.rules__item img.margin-bottom-25px {
  display: block;
}
.rules__item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.rules .box-shadow p {
  margin: 0;
}
.rules__wrap-modal-img {
  position: relative;
}
.rules .click-img {
  width: 40px;
  height: 40px;
}
.rules .fragment {
  height: 2lh;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 45%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, black), to(transparent));
          mask-image: linear-gradient(to bottom, black 45%, transparent 100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.rules .fragment ul li:first-child::before {
  content: unset;
}
.rules .fragment-height {
  height: 4lh;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 45%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, black), to(transparent));
          mask-image: linear-gradient(to bottom, black 45%, transparent 100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.rules .fragment-height-li {
  height: 4lh;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 45%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, black), to(transparent));
          mask-image: linear-gradient(to bottom, black 45%, transparent 100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.rules .fragment-height-li ul li:first-child::before {
  content: unset;
}
.rules .trigger-fragment {
  position: relative;
  display: block;
  padding: 10px 10px 10px 57px;
  color: rgb(73, 69, 69);
  font-size: 20px;
  font-family: "Gotham Cond", sans-serif;
  font-weight: 300;
  background-image: url("../icons/close-book.png");
  background-position: 24px 10px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  z-index: 1;
  -webkit-transition: background-image 0.5s;
  transition: background-image 0.5s;
  cursor: pointer;
  float: left;
  width: 140px;
  height: auto;
}
.rules .trigger-fragment + li, .rules .trigger-fragment + p {
  margin-top: 0;
}
.rules .trigger-fragment::before {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 20px solid var(--det-color);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.rules .trigger-fragment.active {
  background-image: url("../icons/open-book.png");
}
.rules .trigger-fragment.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 33%;
}

.launch__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: "a a a c" "b b b c";
}
.launch__grid-scales {
  grid-area: a;
}
.launch__grid-arrow {
  grid-area: b;
}
.launch__grid-factors {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-area: c;
  padding: 10px;
}
.launch__grid .fragment-height {
  height: 4lh;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 45%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, black), to(transparent));
          mask-image: linear-gradient(to bottom, black 45%, transparent 100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.launch__grid .trigger-fragment {
  position: relative;
  display: block;
  padding: 10px 10px 10px 57px;
  color: rgb(73, 69, 69);
  font-size: 20px;
  font-family: "Gotham Cond", sans-serif;
  font-weight: 300;
  background-image: url(../icons/close-book.png);
  background-position: 24px 10px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  z-index: 1;
  -webkit-transition: background-image 0.5s;
  transition: background-image 0.5s;
  cursor: pointer;
  float: left;
  width: 140px;
  height: auto;
}
.launch__grid .trigger-fragment.active {
  background-image: url(../icons/open-book.png);
}
.launch__grid .trigger-fragment::before {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 20px solid var(--det-color);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.launch__grid .trigger-fragment.active::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 33%;
}
.launch__factors {
  position: relative;
  padding: 10px;
  border: 1px solid var(--main-color);
  background: #f7f7f7;
  line-height: 1.33;
}
.launch__factors::before, .launch__factors::after {
  content: "";
  /* Вывод тени */
  position: absolute;
  /* Абсолютное позиционирование */
  bottom: 16px;
  /* Положение снизу */
  left: 7px;
  /* Положение слева */
  width: 50%;
  /* Ширина тени */
  /* Максимальная ширина тени */
  height: 15px;
  /* Высота тени */
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  /* Тень */
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  /* Поворот */
  z-index: -1;
  /* Опускаем ниже блока */
}
.launch__factors::after {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  /* Поворот */
  right: 10px;
  /* Положение справа */
  left: unset;
  /* Восстанавливаем положение слева */
}
.launch__factors span {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
}
.launch__factors span::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
  width: 50%;
  height: 1px;
  background-color: var(--main-color);
}
.launch__factors ol {
  font-size: 12px;
}
.launch__wrap-scales {
  background-image: url("../img/launch/scales-broun.png");
}
.launch__wrap-arrow {
  background-image: url("../img/launch/arrow-broun.png");
}
.launch__wrap-bact, .launch__wrap-gidrobiont, .launch__wrap-bacts, .launch__wrap-result {
  padding: 10px 10px 10px 83px;
  border: 1px solid var(--main-color);
  background-position: 25px;
  background-color: rgba(165, 42, 42, 0.1);
}
.launch__wrap-bact.circle-green::before, .launch__wrap-gidrobiont.circle-green::before, .launch__wrap-bacts.circle-green::before, .launch__wrap-result.circle-green::before {
  left: 10px;
}
.launch__wrap-bact {
  background-size: 30px 30px;
  background-position: 30px;
  background-image: url("../img/launch/bact-one-broun.png");
}
.launch__wrap-gidrobiont {
  background-image: url("../img/launch/gidrobiont-broun.png");
}
.launch__wrap-bacts {
  background-image: url("../img/launch/bact-broun.png");
}
.launch__wrap-result {
  background-image: url("../img/launch/result-broun.png");
}

.launch-stage .plant-list li:last-child {
  margin-bottom: 0;
}
.launch-stage__list-fish {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.launch-stage__item-fish {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(150px, max(140px, (100% - 50px) / 6));
  min-height: 150px;
  padding: 10px;
  line-height: 16px;
  border: 1px solid var(--main-color);
  background: #f7f7f7;
}
.launch-stage__item-fish::before, .launch-stage__item-fish::after {
  content: "";
  /* Вывод тени */
  position: absolute;
  /* Абсолютное позиционирование */
  bottom: 16px;
  /* Положение снизу */
  left: 7px;
  /* Положение слева */
  width: 50%;
  /* Ширина тени */
  /* Максимальная ширина тени */
  height: 15px;
  /* Высота тени */
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  /* Тень */
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  /* Поворот */
  z-index: -1;
  /* Опускаем ниже блока */
}
.launch-stage__item-fish::after {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  /* Поворот */
  right: 10px;
  /* Положение справа */
  left: auto;
  /* Восстанавливаем положение слева */
}
.launch-stage__item-fish span {
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
}
.launch-stage__item-fish span::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
  width: 75%;
  height: 1px;
  background-color: var(--main-color);
}
.launch-stage__item-fish .plant-list {
  padding-left: 10px;
  font-size: 12px;
}
.launch-stage__item-fish .plant-list li {
  padding-left: 7px;
}
.launch-stage__wrap div:nth-child(1)::before {
  content: "1-й день";
}
.launch-stage__wrap div:nth-child(2)::before {
  content: "3-й день";
}
.launch-stage__wrap div:nth-child(3)::before {
  content: "10-й день";
}
.launch-stage__wrap div:nth-child(4)::before {
  content: "17-й день";
}
.launch-stage__wrap div:nth-child(5)::before {
  content: "Режим освещения";
  font-size: 18px;
  line-height: 1;
}
.launch-stage__wrap div:nth-child(6)::before {
  content: "В период запуска";
  font-size: 18px;
  line-height: 1;
}
.launch-stage__wrap .plant-list {
  font-size: 12px;
}
.launch-stage__wrap .plant-list li:last-child {
  margin-bottom: 0;
}

.care .fragment-height {
  height: 5lh;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 65%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, black), to(transparent));
          mask-image: linear-gradient(to bottom, black 65%, transparent 100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.care .fragment-height:last-child {
  height: 3lh;
}
.care .trigger-fragment {
  position: relative;
  display: block;
  padding: 10px 10px 10px 57px;
  color: rgb(73, 69, 69);
  font-size: 20px;
  font-family: "Gotham Cond", sans-serif;
  font-weight: 300;
  background-image: url(../icons/close-book.png);
  background-position: 24px 10px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  z-index: 1;
  -webkit-transition: background-image 0.5s;
  transition: background-image 0.5s;
  cursor: pointer;
  float: left;
  width: 140px;
  height: auto;
}
.care .trigger-fragment.active {
  background-image: url(../icons/open-book.png);
}
.care .trigger-fragment.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 33%;
}
.care .trigger-fragment::before {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 20px solid var(--det-color);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.care__wrap .plant-list {
  font-size: 12px;
}
.care__wrap div::before {
  font-size: 17px;
  line-height: 1;
}
.care__wrap div:nth-child(1)::before {
  content: "Подготовка";
}
.care__wrap div:nth-child(2)::before {
  content: "Очистка стекол, декораций, раз в неделю";
}
.care__wrap div:nth-child(6)::before {
  content: "Тесты, если необходимо";
}
.care__wrap div:nth-child(7)::before {
  content: "Сифонка, если необходимо";
}
.care__wrap div:nth-child(3)::before {
  content: "Подмены воды, раз в неделю";
}
.care__wrap div:nth-child(5)::before {
  content: "Стрижка, если необходимо";
  height: 150%;
  font-size: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.care__wrap div:nth-child(5)::after {
  height: 150%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.care__wrap div:nth-child(4)::before {
  content: "Промывка фильтра, внешнего раз в полгода, внутреннего раз в 7-30 дней";
  font-size: 13px;
}

.factors h2,
.factors h3 {
    scroll-margin-top: 100px;
  }

.factors .plant-list li:last-child {
  margin-bottom: 0;
}
.factors__grid {
  display: grid;
  grid-template-areas: "a b" "c d" "i j";
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 10px;
}
.factors__grid-item.hover .hover-span {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(165, 42, 42, 0.3)), to(rgba(165, 42, 42, 0.1)));
  background-image: linear-gradient(to right, rgba(165, 42, 42, 0.3), rgba(165, 42, 42, 0.1));
  background-size: 0% 100%;
  background-repeat: no-repeat;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  -webkit-transition: background-image 750ms ease-in-out;
  transition: background-image 750ms ease-in-out;
}
.factors__grid-item.hover:hover .hover-span {
  background-size: 100% 100%;
}
.factors__grid-item {
  padding: 25px;
  font-size: 14px;
  border: 1px solid var(--main-color);
}
.factors__grid-item h3 {
  position: relative;
  font-size: 2em;
  line-height: 1em;
  font-family: "Gotham Cond", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--det-color);
}
.factors__grid-item h3::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: -5px;
  left: -10px;
  background-color: rgba(0, 128, 0, 0.3);
  border: 1px solid var(--main-color);
  border-radius: 50%;
}
.factors__grid-item .plant-list {
  font-size: 12px;
  line-height: 18.6px;
}
.factors__grid-item:nth-child(1) {
  grid-area: a;
}
.factors__grid-item:nth-child(2) {
  grid-area: b;
}
.factors__grid-item:nth-child(3) {
  grid-area: c;
}
.factors__grid-item:nth-child(4) {
  grid-area: d;
}
.factors__grid-item:nth-child(5) {
  grid-area: i;
}
.factors__grid-item:nth-child(6) {
  grid-area: j;
}
.factors__grid-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.factors ol li {
  position: relative;
}
.factors ol li::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--main-color);
}
.factors__list {
  padding-left: 70px;
}
.factors__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 45px;
  padding-left: 7px;
  margin-bottom: 15px;
}
.factors__list li::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  background-color: var(--main-color);
}
.factors__list li::after {
  position: absolute;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 70px;
  height: 100%;
  left: -70px;
  top: 0;
  color: var(--main-color);
  background-color: rgba(165, 42, 42, 0.1);
  font-family: "Gotham Cond", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
}
.factors__list li:nth-child(1)::after {
  content: "Фильтр и грунт";
}
.factors__list li:nth-child(2)::after {
  content: "Растения";
}
.factors__list li:nth-child(3)::after {
  content: "Освещение";
}
.factors__list li:nth-child(4)::after {
  content: "CO2";
}
.factors__list li:nth-child(5)::after {
  content: "Отношение макро";
}
.factors__list li:nth-child(6)::after {
  content: "Микро";
}
.factors__list li:nth-child(7)::after {
  content: "pH, kH";
}
.factors__list li:nth-child(8)::after {
  content: "Подготовка воды";
}
.factors__list li:nth-child(9)::after {
  content: "Аэрация";
}
.factors__list li:nth-child(10)::after {
  content: "И снова фильтр";
}
.factors__list li:nth-child(11)::after {
  content: "И снова грунт";
}
.factors__list li:nth-child(12)::after {
  content: "Подмены";
}
.factors .box-shadow p {
  margin: 0;
}
.factors .fragment {
  height: 2lh;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 45%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, black), to(transparent));
          mask-image: linear-gradient(to bottom, black 45%, transparent 100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.factors .trigger-fragment {
  position: relative;
  display: block;
  padding: 10px 10px 10px 57px;
  color: rgb(73, 69, 69);
  font-size: 20px;
  font-family: "Gotham Cond", sans-serif;
  font-weight: 300;
  background-image: url("../icons/close-book.png");
  background-position: 24px 10px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  z-index: 1;
  -webkit-transition: background-image 0.5s;
  transition: background-image 0.5s;
  cursor: pointer;
  float: left;
  width: 140px;
  height: auto;
}
.factors .trigger-fragment + li, .factors .trigger-fragment + p {
  margin-top: 0;
}
.factors .trigger-fragment::before {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 20px solid var(--det-color);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.factors .trigger-fragment.active {
  background-image: url("../icons/open-book.png");
}
.factors .trigger-fragment.active::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 33%;
}

.info-fish .slider-simple img {
  width: min(100%, 550px);
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  margin: 0 auto;
  -webkit-animation: fade 2s;
          animation: fade 2s;
}
.info-fish .slider-simple__wrap {
  width: min(100%, 550px);
  margin: 0 auto;
}
.info-fish .slider-simple__circle {
  text-align: center;
}
.info-fish__list-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Gotham Cond", sans-serif;
  font-size: 24px;
  line-height: 1;
  color: var(--det-color);
}
.info-fish__item-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - 80px) / 5);
  text-align: center;
  padding: 3px;
  border: 1px solid var(--det-color);
  cursor: pointer;
}
.info-fish__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
}
.info-fish__item {
  width: max((100% - 30px) / 4, 250px);
  padding: 25px 15px;
  border: var(--main-color) solid 1px;
}
.info-fish__item h3 {
  font-size: 1.8em;
  font-family: "Gotham Cond", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--main-color);
}
.info-fish__item span {
  display: block;
}
.info-fish__item img {
  display: block;
  width: 100%;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.info-fish__item ul {
  list-style-type: disc;
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
  line-height: 16px;
}
.info-fish__item ul li:not(:last-child) {
  margin-bottom: 7px;
}
.info-fish__item ul li::marker {
  color: var(--main-color);
}
.info-fish__hidden {
  display: none;
}
.info-fish__show {
  display: block;
  margin: 25px auto 0;
}
.info-fish_active {
  background-color: rgba(165, 42, 42, 0.1);
}

.select-fish .select-fish__btn {
  display: block;
  margin: 0 auto;
}

.note__add {
  width: calc(100% - 80px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}
.note__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.note__wrap label {
  margin-right: 10px;
}
.note__wrap input {
  max-width: 110px;
}
.note__text {
  min-height: 75px;
  background-color: rgba(158, 161, 158, 0.3);
}
.note__text::-webkit-input-placeholder {
  color: gray;
  font-size: 14px;
}
.note__text::-moz-placeholder {
  color: gray;
  font-size: 14px;
}
.note__text:-ms-input-placeholder {
  color: gray;
  font-size: 14px;
}
.note__text::-ms-input-placeholder {
  color: gray;
  font-size: 14px;
}
.note__text::placeholder {
  color: gray;
  font-size: 14px;
}
.note__res {
  width: calc(100% - 80px);
}
.note__res-item {
  padding: 5px;
  border: 1px solid var(--det-color);
  border-radius: 5px;
}
.note__res-item:not(:last-child) {
  margin-bottom: 15px;
}
.note__divTop {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.slider-simple__img-1, .slider-simple__img-2 {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.slider-simple__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.slider-simple__prev-arrow {
  width: 15px;
  height: 15px;
  cursor: pointer;
  border-bottom: 2px solid var(--det-color);
  border-left: 2px solid var(--det-color);
  left: 42%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slider-simple__next-arrow {
  width: 15px;
  height: 15px;
  cursor: pointer;
  border-top: 2px solid var(--det-color);
  border-right: 2px solid var(--det-color);
  left: 30%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slider-simple__circle {
  padding-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
  font-family: "Gotham Cond", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--main-color);
  text-align: center;
  -webkit-transition: color 2s;
  transition: color 2s;
}
.slider-simple__circle:not(:last-child) {
  margin-right: 10px;
}
.slider-simple__circle-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-simple__circle-active {
  position: relative;
  color: var(--det-color);
}
.slider-simple__circle-active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background-color: var(--det-color);
  -webkit-animation-name: size-line;
          animation-name: size-line;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.section-slider-slick {
  padding: 0 0 50px 0;
}
.section-slider-slick .container p:first-child {
  margin-top: 0;
}
.section-slider-slick .container p:last-child {
  margin-bottom: 0;
}

.slider-slick-top {
  padding: 180px 0 50px;
} 

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-slick {
  position: relative;
  padding: 0 50px;
}
.slider-slick__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--det-color);
  font-family: "Gotham Cond", sans-serif;
  font-size: 2em;
  font-weight: 300;
  font-style: normal;
}
.slider-slick .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -25px 0 0 0;
  font-size: 0;
}
.slider-slick .slick-arrow.slick-prev {
  left: 5px;
  width: 15px;
  height: 15px;
  border-bottom: 2px solid var(--det-color);
  border-left: 2px solid var(--det-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slider-slick .slick-arrow.slick-next {
  right: 5px;
  width: 15px;
  height: 15px;
  border-top: 2px solid var(--det-color);
  border-right: 2px solid var(--det-color);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slider-slick .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}
.slider-slick .slick-dots li {
  list-style: none;
}
.slider-slick .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.slider-slick .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 1px solid var(--det-color);
  border-radius: 50%;
}
.slider-slick .slick-dots li.slick-active button {
  border: 1px solid var(--det-color);
  background-color: var(--det-color);
}

.slider-slick__item.slick-slide img {
  display: block;
  margin: 0 auto;
}

.slider-slick__item.slick-slide.slick-current.slick-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.scape__triger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 14%;
  padding: 7px;
  background-color: var(--det-color);
  font-family: "Gotham Cond", sans-serif;
  font-weight: 300;
  font-style: normal;
  border-radius: 5px;
  z-index: 1;
}
.scape__triger span {
  margin-bottom: 5px;
  font-size: 1.5em;
  color: #fff;
}
.scape__triger button {
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.scape__triger button:not(:last-child) {
  margin-bottom: 5px;
}
.scape__triger .hidden {
  display: none;
}
.scape__show.scape__show, .scape__close.scape__close {
  width: 100%;
  height: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}
.scape__wrap-content.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 100px 20px 50px 20px;
  z-index: 1;
  overflow-y: auto;
  background-color: rgb(227, 237, 247);
}
.scape__content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.scape__content .scape__content-close {
  position: absolute;
}
.scape__content .scape__content-close_pos-top {
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.scape__content .scape__content-close_pos-bott {
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.scape__content.scape__grid-area {
  display: grid;
  grid-template-rows: 200px 200px 200px 200px 200px;
  grid-template-columns: repeat(3, calc((100% - 30px) / 3));
  gap: 15px;
}
.scape__content.scape__grid-area div:nth-child(1).scape__grid-area {
  grid-area: 1/1/2/3;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
.scape__content.scape__grid-area div:nth-child(2).scape__grid-area {
  grid-area: 2/2/3/4;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
.scape__content.scape__grid-area div:nth-child(3).scape__grid-area {
  grid-area: 3/1/4/3;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
.scape__content.scape__grid-area div:nth-child(4).scape__grid-area {
  grid-area: 4/2/5/4;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
.scape__content.scape__grid-area div:nth-child(5).scape__grid-area {
  grid-area: 5/1/6/3;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
.scape__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.scape__img-par {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.scape__img-par button {
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 5px;
  cursor: pointer;
  background-color: var(--det-color);
  color: #fff;
  font-family: "Gotham Cond", sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-radius: 5px;
}
.scape__img-close.hidden, .scape__img-show.hidden, .scape__img-par.hidden, .scape__wrap-content.hidden {
  display: none;
}
.scape__img.hidden {
  display: none;
}
.scape__img-show {
  z-index: 1;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
.scape__img-close {
  z-index: 1;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
.scape__img.show {
  width: auto;
  height: 300px;
  -o-object-fit: unset;
     object-fit: unset;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.modal-form {
  display: none;
}

.form {
  width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 10px 10px 10px;
  gap: 10px;
  border: 2px solid var(--det-color);
  border-radius: 5px;
}
.form textarea {
  width: 100%;
  margin-bottom: 20px;
}
.form__wrap .modal-btn-close {
  display: block;
  margin: 0 auto 50px;
}
.form__wrap-btn {
  width: 100%;
}
.form .submit {
  background-color: var(--main-color);
  margin-left: auto;
}
.form .reset {
  background-color: var(--det-color);
}
.form span {
  text-align: center;
}

.modal-form.fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(227, 237, 247, 0.95);
  z-index: 1;
}

.modal-calc.fixed,
.modal-select-akva.fixed,
.modal-select-fish.fixed,
.modal-map.fixed,
.modal-ostrov.fixed,
.modal-u.fixed,
.modal-ivagumi.fixed,
.modal-co2.fixed {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 100px 0;
  z-index: 1;
  overflow-y: auto;
  background-color: rgba(227, 237, 247, 0.95);
}

.modal-co2 {
  display: none;
  font-size: 14px;
  line-height: 16px;
}
.modal-co2 form {
  width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 50px 10px 10px 10px;
  gap: 10px;
  border: 2px solid var(--det-color);
  border-radius: 5px;
}
.modal-co2 form > span {
  visibility: hidden;
  text-align: center;
}
.modal-co2 form > span.modal-co2_visible {
  visibility: visible;
}
.modal-co2 form > div.red {
  color: red;
}
.modal-co2 form > div.green {
  color: green;
}
.modal-co2 form > div.orange {
  color: orange;
}
.modal-co2 label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.modal-co2 label span {
  text-align: center;
}
.modal-co2__result {
  text-align: center;
}
.modal-co2 .modal-btn-close {
  display: block;
  margin: 50px auto 0;
}

.modal-calc {
  display: none;
  font-size: 14px;
  line-height: 16px;
}
.modal-calc .calc {
  max-width: 300px;
  margin: 0 auto;
  padding: 50px 0px;
}
.modal-calc .calc fieldset .value {
  color: var(--det-color);
}
.modal-calc .calc__btn-close_pos-top {
  display: block;
  margin: 0 auto 50px;
}
.modal-calc .calc__btn-close_pos-bott {
  display: block;
  margin: 0 auto;
}

.modal-select-akva {
  display: none;
  font-size: 14px;
  line-height: 16px;
}
.modal-select-akva .modal-btn-close {
  display: block;
  margin: 0 auto 50px;
}
.modal-select-akva .modal-next-btn {
  display: block;
  margin: 0 auto;
  background-color: var(--main-color);
}

.modal-select-fish {
  display: none;
  font-size: 14px;
  line-height: 16px;
}
.modal-select-fish__value-water {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
}
.modal-select-fish h2.title {
  text-align: center;
  width: 100%;
}
.modal-select-fish__btn-close_pos-top {
  display: block;
  margin: 0 auto 50px;
}
.modal-select-fish__btn-close_pos-bott {
  display: block;
  margin: 0 auto;
}
.modal-select-fish__tabs {
  width: 280px;
  gap: 20px;
  margin: 0 auto 50px;
}
.modal-select-fish .info-fish__list {
  min-height: 480px;
}
.modal-select-fish .info-fish__item {
  width: 250px;
}
.modal-select-fish .info-fish__item ul li::marker {
  color: #fff;
}
.modal-select-fish .info-fish__item h3 {
  color: #fff;
}
.modal-select-fish .info-fish__item {
  color: #fff;
  background-color: var(--det-color);
}
.modal-select-fish__tab {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.modal-select-fish__tab-item.active div {
  border: 5px solid var(--det-color);
}
.modal-select-fish__tab-item.active button {
  color: var(--det-color);
}
.modal-select-fish__tab-item.active button::after {
  background-color: var(--det-color);
  width: 100%;
  -webkit-animation-name: size-line;
          animation-name: size-line;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.modal-select-fish__tab-item {
  width: 130px;
}
.modal-select-fish__tab-item div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-select-fish__tab-item img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.modal-select-fish__tab-item button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 55px;
}
.modal-select-fish__tab-item button::after {
  content: "";
  position: absolute;
  bottom: 3px;
  display: block;
  width: 0px;
  height: 2px;
  background-color: var(--main-color);
}
.modal-select-fish__tab-content-1, .modal-select-fish__tab-content-2 {
  position: relative;
  min-height: 480px;
  margin-bottom: 50px;
}
.modal-select-fish__tab-content-1 .slider-simple__next-arrow, .modal-select-fish__tab-content-2 .slider-simple__next-arrow {
  position: absolute;
  top: 50%;
  left: calc(50% + 136px);
}
.modal-select-fish__tab-content-1 .slider-simple__prev-arrow, .modal-select-fish__tab-content-2 .slider-simple__prev-arrow {
  position: absolute;
  top: 50%;
  left: calc(50% - 149px);
}
.modal-select-fish__tab-content-1 .hidden, .modal-select-fish__tab-content-2 .hidden {
  display: none;
}
.modal-select-fish fieldset .modal-select-fish__tabs-input {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-select-fish fieldset .modal-select-fish__tab-content-input.modal-select-fish__tab-content-input {
  min-height: 107px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0px;
  gap: 10px;
}
.modal-select-fish fieldset .modal-select-fish__tab-content-input.modal-select-fish__tab-content-input input {
  width: 100px;
}

.modal-ostrov,
.modal-u,
.modal-ivagumi {
  display: none;
  font-size: 14px;
  line-height: 16px;
}
.modal-ostrov__btn-close_pos-top,
.modal-u__btn-close_pos-top,
.modal-ivagumi__btn-close_pos-top {
  display: block;
  margin: 0 auto 50px;
}
.modal-ostrov__btn-close_pos-bott,
.modal-u__btn-close_pos-bott,
.modal-ivagumi__btn-close_pos-bott {
  display: block;
  margin: 0 auto;
}
.modal-ostrov ul,
.modal-u ul,
.modal-ivagumi ul {
  width: 600px;
  margin: 0 auto 50px;
}
.modal-ostrov ul li:not(:last-child),
.modal-u ul li:not(:last-child),
.modal-ivagumi ul li:not(:last-child) {
  margin-bottom: 25px;
}
.modal-ostrov img,
.modal-u img,
.modal-ivagumi img {
  width: 600px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
}

.modal-map {
  display: none;
  font-size: 14px;
  line-height: 16px;
}
.modal-map__btn {
  visibility: hidden;
}

.modal-special {
  position: fixed;
  left: 0%;
  top: -100%;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.modal-special__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.modal-special__content.modal-special__display {
  max-height: 800px;
}
.modal-special__img {
  display: block;
  margin: 0 auto;
}
.modal-special.visibility {
  visibility: visible;
  top: 0%;
  opacity: 1;
}
.modal-special__over {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 237, 247, 0.9)), to(rgba(227, 237, 247, 0.9))), url("../img/akva-min/akva-3-1200.jpg");
  background: linear-gradient(rgba(227, 237, 247, 0.9), rgba(227, 237, 247, 0.9)), url("../img/akva-min/akva-3-1200.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.modal-special__wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 20px;
}
.modal-special__wrap button {
  display: block;
  margin: 0 auto;
}

.first,
.section-slider-slick
/* ,
.akva,
.design-equipment,
.design,
.view,
.composition,
.equipment,
.rules,
.launch,
.launch-stage,
.care,
.factors,
.info-fish,
.select-fish,
.mistakes,
.note,
.footer */ 
{
  position: relative;
}
.first::after,
.section-slider-slick::after,
.akva::after,
.design-equipment::after,
.design::after,
.view::after,
.composition::after,
.equipment::after,
.rules::after,
.launch::after,
.launch-stage::after,
.care::after,
.factors::after,
.info-fish::after,
.select-fish::after,
.mistakes::after,
.note::after,
.footer::after {
  position: absolute;
  content: "";
  left: min(1175px + (100% - 1200px) / 2, 100% - 25px);
  top: 0;
  width: 25px;
  height: 100%;
}

.first::after,
.akva::after {
  background-color: rgba(255, 69, 0, 0.3);
}

.first.stages::after,
.section-slider-slick::after {
  background-color: rgba(0, 128, 0, 0.3);
}

.design-equipment::after,
.design::after,
.view::after,
.composition::after {
  background-color: rgba(0, 0, 255, 0.3);
}

.equipment::after
/* ,
.rules::after  */
{
  background-color: rgba(255, 0, 0, 0.3);
}

.launch::after,
/* .launch-stage::after, */
.rules::after {
  background-color: rgba(255, 255, 0, 0.3);
}

.launch-stage::after {
    background-color: rgba(0, 0, 255, 0.3);
  }


.care::after {
  background-color: rgba(255, 165, 0, 0.3);
}

.factors::after {
  background-color: rgba(128, 128, 128, 0.3);
}

.info-fish::after,
.select-fish::after {
  background-color: rgba(173, 255, 47, 0.3);
}

.mistakes::after {
  background-color: red;
}

.note::after {
  background-color: rgba(144, 3, 252, 0.3);
}

.footer::after {
  background-color: rgba(1, 55, 12, 0.3);
}

/* .modal-menu__list {
  position: fixed;
  left: min(1200px + (100% - 1200px) / 2 - 78px - 0px, 100% - 78px - 0px);
  bottom: 15px;
  padding: 2px;
  color: var(--det-color);
  background-color: #fff;
  font-size: 14px;
  font-family: "Gotham Cond", sans-serif;
  font-weight: 600;
  border: 1px solid var(--det-color);
  border-radius: 5px;
z-index: 2;
} */


.modal-menu__wrap {
  position: fixed;
  left: min(1200px + (100% - 1200px) / 2 - 78px - 0px, 100% - 78px - 0px);
  bottom: 10px;
  padding: 5px;
  color: var(--det-color);
  background-color: #fff;
  font-size: 14px;
  font-family: "Gotham Cond", sans-serif;
  font-weight: 600;
  border: 1px solid var(--det-color);
  border-radius: 5px;
  min-width: 85px;
}
.modal-menu__wrap div {
  background-color: var(--det-color);
  border-radius: 5px;
}
.modal-menu__wrap input {
  display: none;
}
.modal-menu__wrap span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 1.5em;
  font-family: "Gotham Cond", sans-serif;
}
.modal-menu__wrap label {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.modal-menu__wrap label::after {
  content: "Закрыть";
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}
.modal-menu__wrap menu {
  max-height: 280px;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: max-height 5s, opacity 5.6s;
  transition: max-height 1s, opacity 0.6s;
}
.modal-menu__wrap div:has(input:checked) ~ menu {
  margin: 0;
  max-height: 0;
  opacity: 0;
}
.modal-menu__wrap input:checked ~ label::after {
  content: "Открыть";
}

.modal-menu__item {
  padding: 3px;
  border-radius: 5px;
  cursor: pointer;
}
.modal-menu__item.active {
  color: var(--det-color);
}
.modal-menu__item.active.orangered {
  background-color: rgba(255, 69, 0, 0.3);
}
.modal-menu__item.active.green {
  background-color: rgba(0, 128, 0, 0.3);
}
.modal-menu__item.active.blue {
  background-color: rgba(0, 0, 255, 0.3);
}
.modal-menu__item.active.redlight {
  background-color: rgba(255, 0, 0, 0.3);
}
.modal-menu__item.active.yellow {
  background-color: rgba(255, 255, 0, 0.3);
}
.modal-menu__item.active.orange {
  background-color: rgba(255, 165, 0, 0.3);
}
.modal-menu__item.active.grey {
  background-color: rgba(128, 128, 128, 0.3);
}
.modal-menu__item.active.yellowgreen {
  background-color: rgba(173, 255, 47, 0.3);
}
.modal-menu__item.active.red {
  background-color: red;
  color: #fff;
}
.modal-menu__item.active.violet {
  background-color: rgba(144, 3, 252, 0.3);
}
.modal-menu__item.active.darkgreen {
  background-color: rgba(1, 55, 12, 0.3);
}

.warning {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  background-color: #fff;
  border: 1px solid var(--det-color);
}

.warning__active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.warning__read {
  color: var(--det-color);
}

.warning__btn {
  padding: 10px 30px;
  background-color: var(--det-color);
  color: #fff;
}

.footer {
  height: 350px;
}/*# sourceMappingURL=style.css.map */