

/* Start:/tools/css/cases.css?17772915935340*/
.b-cases {
  background: #F5F7FA;
}
.b-cases .b-h3 {
  font-size: 35px;
  margin-bottom: 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .b-cases .b-h3 {
    margin-bottom: 24px;
  }
}
.b-cases.--main {
  background: #fff;
}
.b-cases.--main .b-cases-grid {
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .b-cases.--main .b-cases-grid {
    margin-bottom: 24px !important;
  }
}
.b-cases.--main .b-cases-grid .__item {
  background-color: #F5F7FA;
}

.b-cases-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.b-cases-tags .__tag {
  width: fit-content;
  background: #fff;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #1A1A1A;
  padding: 0 16px;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  transition: 0.3s ease-out;
}
@media (max-width: 575px) {
  .b-cases-tags .__tag {
    padding: 0 12px;
    height: 32px;
  }
}
.b-cases-tags .__tag span {
  color: #737C87;
  font-weight: 500;
}
.b-cases-tags .__tag:hover {
  background: #E6EAF1;
  transition: 0.3s ease-out;
}
.b-cases-tags .__tag:hover span {
  color: #1A1A1A;
  transition: 0.3s ease-out;
}
.b-cases-tags .__tag.--active {
  background: #1A1A1A;
  color: #fff;
}
.b-cases-tags .__tag.--active span {
  color: #fff;
}

.b-cases-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media (max-width: 1199px) {
  .b-cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .b-cases-grid {
    grid-template-columns: 1fr;
  }
}
.b-cases-grid .__item {
  padding: 40px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  background-size: cover;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 408px;
  position: relative;
  transition: 0.3s ease-out;
}
@media (max-width: 767px) {
  .b-cases-grid .__item {
    height: 280px;
  }
}
.b-cases-grid .__item:after {
  content: "";
  background: #D1DBEC;
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: 0.3s ease-out;
}
.b-cases-grid .__item:hover:after {
  opacity: 0.5;
}
.b-cases-grid .__item.--span-2 {
  grid-column: span 2;
}
@media (max-width: 575px) {
  .b-cases-grid .__item.--span-2 {
    grid-column: span 1;
  }
}
.b-cases-grid .__item .__link {
  z-index: 3;
}
.b-cases-grid .__item .__link .__logo {
  max-height: 296px;
  max-width: 320px;
  width: 100%;
  height: auto;
}
.b-cases-grid .__item .__title {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .b-cases-grid .__item .__title {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .b-cases-grid .__item .__title {
    font-size: 32px;
  }
}
.b-cases-grid .__item .__video {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.b-case-bnr {
  margin: 0 16px;
  border-radius: 16px;
  overflow: hidden;
  height: 720px;
  position: relative;
  background-size: cover;
}
@media (max-width: 768px) {
  .b-case-bnr {
    height: 90vh;
    margin: 0;
    border-radius: 0;
  }
}
.b-case-bnr .__bg {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.b-case-bnr .__bot {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 37px 0;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
}
.b-case-bnr .__bot .__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 32px;
  align-items: center;
}

.b-case-h1 {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 24px;
}

.b-case-attr {
  font-weight: 500;
  margin: 0 0 32px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 500;
}
.b-case-attr .__name {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4px;
}
.b-case-attr a {
  color: #FF0033;
  text-decoration-line: underline;
  transition: 0.3s ease-out;
}
.b-case-attr a:hover {
  color: #1A1A1A;
  transition: 0.3s ease-out;
  text-decoration-line: none;
}
.b-case-attr img {
  height: 24px;
  margin-right: 24px;
}
.b-case-attr img:last-child {
  margin-right: 0;
}

.b-case-form {
  padding: 56px 0;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  background: #1A1A1A;
  border-radius: 16px;
  margin: 0 16px;
}
@media (max-width: 768px) {
  .b-case-form {
    margin: 0;
    border-radius: 0;
  }
}

.b-case-gallery {
  background: #E6EAF1;
}
.b-case-gallery .__title {
  color: #8B929E;
  font-size: 20px;
  line-height: 2;
  margin: 80px 0 24px;
}
.b-case-gallery .__title:first-child {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .b-case-gallery .__title {
    margin: 64px 0 18px;
  }
}
.b-case-gallery .__title + div img {
  border-radius: 8px;
}

.b-case-controls {
  display: flex;
  justify-content: space-between;
}

.b-img-flex {
  display: flex;
  justify-content: space-evenly;
  gap: 24px;
  flex-wrap: wrap;
}

.--bg-cases-gradient {
  background: linear-gradient(180deg, #FFFFFF 0%, #E6EAF1 100%);
}

.--bg-cases {
  background: #F5F7FA;
}

.--bg-cases-detail {
  background: #E6EAF1;
}

/*# sourceMappingURL=cases.css.map */
/* End */
/* /tools/css/cases.css?17772915935340 */
