* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter Tight";
}

a {
  color: #000;
}

.container {
  width: 1600px;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, .menuHeader {
  margin: 0px;
  margin-bottom: 30px;
  display: block;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: "M_ExtraBold";
  color: #000;
  background: none;
  border-radius: 10px;
  padding: 15px 20px;
  text-align: center;
  width: 100%;
}

.opredelenie {
  background: linear-gradient(291.04deg, #ffffff -4.05%, #faf7ff -4.04%, #fdf4e9 99.07%);
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.opredelenie .title {
  margin: 30px 0px 10px 0px;
}
.opredelenie .infoList {
  background: none;
}
.opredelenie_title {
  font-size: 64px;
  font-weight: 600;
  line-height: 84px;
  text-align: left;
  margin-bottom: 60px;
}
.opredelenie_content {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.opredelenie_content_items {
  display: flex;
}
.opredelenie_cheked {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 70px;
}
.opredelenie_cheked_razdel {
  min-height: 10px;
  width: 3px;
  background: #9e9e9e;
  display: block;
  height: 30px;
  transition: 300ms;
}
.opredelenie_cheked-item {
  background: #9e9e9e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  transition: 300ms;
  position: relative;
  z-index: var(--index);
  border: 5px solid #9e9e9e;
  cursor: pointer;
}
.opredelenie_cheked-item.active {
  background: #34aa17;
  border: 5px solid #419519;
  transform: scale(1.2);
}
.opredelenie_cheked-item.active + span {
  background: linear-gradient(185deg, #34AA17 0%, #BABABA 100%);
}
.opredelenie_span {
  box-shadow: 0px 0px 26px 0px rgba(84, 84, 84, 0.2509803922);
  background: #fff;
  min-height: 85vh;
  height: auto;
  max-height: 90vh;
  position: sticky;
  top: 20px;
  width: 100%;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 34px;
  transition: 300ms;
  justify-content: space-between;
}
.opredelenie_span .beginen {
  display: none;
}
.opredelenie_span_imgHello {
  width: 100%;
}
.opredelenie_span-text1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
.opredelenie_span-text2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.opredelenie_span_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.opredelenie_span_header-poisk {
  cursor: pointer;
}
.opredelenie_span_button {
  border: none;
  background: #34aa17;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 20px;
  width: 160px;
  position: relative;
}
.opredelenie_span_button span {
  width: 100%;
  height: 20px;
}
.opredelenie_span_content {
  transition: 300ms;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.opredelenie_span .content_js.active {
  opacity: 0;
}
.opredelenie_span .catItem {
  cursor: unset;
}
.opredelenie_span .catItem:hover {
  box-shadow: none;
}
.opredelenie_span_footer {
  display: flex;
  justify-content: space-between;
  max-width: 160px;
  transition: 500ms;
}
.opredelenie_span_footer.active {
  max-width: 100%;
}
.opredelenie_span .viborBut_js {
  width: 0;
  overflow: hidden;
  padding: 0;
}
.opredelenie_span .viborBut_js.active {
  transition: 500ms;
  width: 160px;
  padding: 10px 20px;
  opacity: 1;
}
.opredelenie_span .glavBut_js.active {
  transition: 300ms;
  width: 40px;
  gap: 0;
  background: #9e9e9e;
}
.opredelenie_span .glavBut_js.active span {
  transition: 200ms;
  opacity: 0;
  overflow: hidden;
  width: 0%;
}

.ekr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  height: 100%;
  gap: 20px;
  padding: 0px 20px;
}
.ekr.vidNone {
  display: none;
}
.ekr.info {
  display: block;
}

.catItemSelf {
  background: #fff;
  border-radius: 20px;
  padding: 12.3px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  transition: 300ms;
  cursor: pointer;
}

.ekr2 .catItem, .ekr3 .catItem {
  animation: perh2 1s;
  transform: rotateX(0deg) scale(1);
}

@keyframes perh2 {
  0% {
    transform: rotateX(90deg) scale(0);
  }
  25% {
    transform: rotateX(89deg) scale(1);
  }
  100% {
    transform: rotateX(0deg) scale(1);
  }
}
.ekr4 {
  display: block;
  transition: 300ms;
}
.ekr4 .vidNone {
  opacity: 0;
}

.ekr1 .catItem {
  transform: rotateX(90deg) scale(0);
  animation: perh2 1s;
  transform: rotateX(0deg) scale(1);
}
.ekr1 .catItem.active {
  animation: perh 1s;
  transform: rotateX(90deg) scale(0);
}
@keyframes perh {
  0% {
    transform: rotateX(0deg) scale(1);
  }
  25% {
    transform: rotateX(89deg) scale(1);
  }
  100% {
    transform: rotateX(90deg) scale(0);
  }
}

.data {
  position: absolute;
  left: -999999999999;
  display: none;
}

.catItem_spans.hidden {
  display: none;
}

.catItem {
  background: #fff;
  border-radius: 20px;
  padding: 12.3px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  transition: 300ms;
  cursor: pointer;
}
.catItem:hover {
  box-shadow: 0px 0px 24px 0px #c9f2db;
}
.catItem_logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #eee;
  pointer-events: none;
}
.catItem_name {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.36px;
  text-align: left;
  text-transform: uppercase;
  pointer-events: none;
}
.catItem_spans {
  position: absolute;
  top: 12.3px;
  right: 12.3px;
  border: 2px solid #1d1d1d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d1d1d;
  background: #ededed;
  cursor: pointer;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  font-weight: 600;
  align-self: baseline;
  line-height: 20px;
}
.catItem_spans::before {
  content: "?";
  position: absolute;
  top: -1px;
}
.catItem_spans:has(input:checked) {
  background: #1d1d1d;
  border: 2px solid #ededed;
  color: #fff;
}
.catItem_spans input {
  display: none;
}/*# sourceMappingURL=style.css.map */