.decisions {
  padding-top: 180px;
  overflow-x: hidden;
}
@media only screen and (max-width: 1400px) {
  .decisions {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 860px) {
  .decisions {
    padding-top: 70px;
  }
  .decisions .t25 {
    font-size: 18px;
  }
}
.decisions .title_link {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .decisions .title_link {
    margin-bottom: 20px;
  }
  .decisions .title_link .tag2 {
    display: none;
  }
}
.decisions .title_link .h2 span {
  color: var(--c5);
}
.decisions .title_link .tag2 {
  cursor: pointer;
}
.decisions .container {
  gap: 20px;
}
@media only screen and (max-width: 1620px) {
  .decisions .container.content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.decisions .container.content .decision {
  position: relative;
  height: 358px;
  overflow: hidden;
  padding: 20px;
  border-radius: 20px;
  cursor: pointer;
  flex-shrink: 0;
  background: #f5f6f8;
}
@media only screen and (max-width: 1400px) {
  .decisions .container.content .decision {
    width: 320px;
    height: 300px;
  }
}
@media only screen and (max-width: 860px) {
  .decisions .container.content .decision {
    width: 300px;
  }
}
.decisions .container.content .decision .title {
  font-family: "MB";
}
.decisions .container.content .decision .dop_text {
  display: none;
}
.decisions .container.content .decision img {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 82px;
  height: auto;
}
@media only screen and (max-width: 1400px) {
  .decisions .container.content .decision img {
    bottom: 40px;
    width: 60px;
  }
}
.decisions .container.content .decision .open {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--c5);
  transition: 0.3s;
  height: 358px;
  padding: 20px;
  color: var(--c0);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1400px) {
  .decisions .container.content .decision .open {
    height: 300px;
  }
  .decisions .container.content .decision .open img {
    display: none;
  }
}
.decisions .container.content .decision .open .group_buttons {
  display: flex;
  gap: 15px;
  position: absolute;
  bottom: 30px;
}
.decisions .container.content .decision .open .group_buttons .button {
  padding: 15px 30px;
}
@media only screen and (max-width: 1800px) {
  .decisions .container.content .decision .open .group_buttons .button {
    padding: 15px 20px;
  }
}
.decisions .container.content .decision .open .group_buttons .button.blue {
  background: #378BFF;
}
.decisions .container.content .decision .open .group_buttons .button.blue:hover {
  background: #00388c;
}
@media only screen and (max-width: 1400px) {
  .decisions .container.content .decision .open .group_buttons {
    gap: 8px;
  }
  .decisions .container.content .decision .open .group_buttons .button {
    padding: 8px;
    font-size: 14px;
  }
}
.decisions .container.content .decision:hover .open {
  top: 0%;
}
.decisions .link_page {
  display: none;
}
@media only screen and (max-width: 1400px) {
  .decisions .container.content {
    display: flex;
    overflow-x: auto;
    grid-template-columns: none;
    gap: 20px;
    padding-bottom: 20px;
  }
  .decisions .container.content::-webkit-scrollbar {
    height: 3px;
  }
  .decisions .container.content::-webkit-scrollbar-thumb {
    background: #016bff;
    border-radius: 10px;
  }
  .decisions .container.content::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
  }
  .decisions .container.content .dop_text {
    display: block;
    font-size: 16px;
    color: #016bff;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .decisions .link_page {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
}/*# sourceMappingURL=decisions.css.map */