.industries-content-header-title {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.industries-banner {
  background-image: url('/block/industries/city.png');
  background-size: cover;
  background-position-x: left;
  max-width: 100%;
  margin-top: 5rem;
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.industries-banner-red-block {
  width: 50px;
  background-color: #ef0f33;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.industries-banner-message-icon {
  margin-top: 1.5rem;
}

.industries-banner-content {
  width: 1280px;
  margin: auto;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.industries-banner-title {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.industries-banner-link {
  font-family: "Roboto";
  color: #fff !important;
  background-color: #ef0f33;
  font-size: 16px;
  cursor: pointer;
  padding: 0.8rem 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  border: 1px solid transparent;
}

.industries-banner-link:hover {
  border-color: #ca0525;
  background-color: #ca0525;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.industries-banner-text {
  list-style-type: square;
  color: white;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  padding: 0;
  margin-left: 20px;
  margin-top: 1.2rem;
}

.industries-title {
  font-size: 86px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin: 0;
}

.industries-subtitle {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin: 30px 0 90px;
  width: 60%;
}

.more-themes {
  max-width: 100%;
}

.more-themes-background-icon {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  overflow: hidden;
}

.more-themes-background-icon img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
}

.more-themes-background-icon:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.more-themes-content {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.more-themes-header {
  color: #fff;
  margin-bottom: 3rem;
}

.industries-line-grey {
  width: 100%;
  height: 0;
  border: solid 1px #e2e2e2;
}

.industries-tab-number {
  background-color: #ababab;
  font-family: "Bebas Neue";
  color: white;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.85;
  letter-spacing: normal;
  text-align: center;
  padding: 10px;
  width: 50px;
  height: 50px;
}

.industries-evolution-title {
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}

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

.industries-evolution-subtitle {
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  font-family: "Bebas Neue";
  margin-bottom: 0;
}

.industries-evolution-text {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #3a3a3a;
  margin-bottom: 30px;
  margin-top: 1.2rem;
}

.industries-evolution-list {
  color: #767676;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  margin-top: 1.2rem;
  margin-bottom: 30px;
  list-style-type: square;
  padding-left: 20px;
  padding-right: 70px;
}

.industries-evolution-list li {
  margin-bottom: 10px;
}

.industries-evolution-btn {
  border: 1px solid #3a3a3a;
  line-height: 14px;
  font-size: 14px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
  margin-top: 1.5rem;
  border-radius: 50rem;
  font-weight: 400;
  text-align: center;
}

.industries-evolution-btns {
  display: flex;
  align-items: center;
}

@media(max-width: 600px) {
  .industries-evolution-btns {
    width: 100%;
    flex-direction: column;
  }
  .industries-evolution-btns > * {
    width: 100%;
  }
}

.industries-evolution-info {
  padding-bottom: 5rem;
  padding-right: 2rem;
  width: 50%;
}

.industries-evolution-media {
  width: 50%;
  padding-left: 2rem;
}

.industries-evolution-media-img {
  width: 100%;
}

.industries-tab-number {
  background-color: #ababab;
  font-family: "Bebas Neue";
  color: white;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.85;
  letter-spacing: normal;
  text-align: center;
  padding: 10px;
  width: 50px;
  height: 50px;
  min-width: 50px;
}

.themes-container .theme.theme-hovered {
  height: 125% !important;
}

.themes-container .theme.theme-hovered .oez.active {
  width: 160px !important;
  height: 1500% !important;
  margin-bottom: 20px !important;
}


.industries-analytical-material-btn {
  border: 1px solid #3a3a3a;
  line-height: 14px;
  font-size: 14px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0.7rem;
  padding-top: 0.7rem;
  margin-top: 1.5rem;
  border-radius: 50rem;
  font-weight: 400;
  text-align: center;
}

.industries-evolution-btn:hover {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

.industries-analytical-material-btn:hover {
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 625px) {
  .ls-content-header-title {
    margin-top: 0 !important;
  }

  .industries-banner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .industries-banner-link {
    margin-left: auto;
    margin-right: auto !important;
  }

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

  .industries-banner-title {
    font-size: 30px;
  }
}

@media (min-width: 991px) {

  .industries-title {
    margin-top: 1.5rem;
  }
}

@media (max-width: 991px) {

  .industries-tab-number {
    display: none;
  }

  .industries-title {
    font-size: 40px;
    margin-top: 1.5rem;
  }

  .industries-subtitle {
    width: 100%;
  }

  .more-themes {
    display: none;
  }

  .industries-banner {
    margin-top: 2.5rem;
  }

  .industries-evolution-title {
    margin-top: 2.5rem;
    margin-bottom: 1.2rem;
  }

  .industries-evolution-media {
    display: none;
  }

  .industries-evolution-info {
    width: 100%;
    padding-bottom: 2.5rem;
  }

  .industries-evolution-list {
    padding-right: 0px;
  }
}

@media (max-width: 1450px) {
  .industries-banner-title {
    margin-left: 5rem;
  }

  .industries-banner-link {
    margin-right: 20px;
  }

  .industries-banner-text {
    margin-left: 100px;
  }

  .more-themes-card {
    height: 100%;
  }
}

@media (max-width: 575px) {
  .industries-content-header-title {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}

@media (max-width: 370px) {
  .industries-banner-link {
    margin-left: 5rem !important;
    margin-right: auto !important;
  }
}

.industries__mott {
  margin-bottom: 6rem;
}

.special__wrapper .industries-analytical-material-btn {
  border: 1px solid black !important;
  color: black !important;
}

.special__wrapper .industries-analytical-material-btn:hover {
  text-decoration: underline !important;
}

.special__wrapper .industries-banner-link {
  background-color: black;
  border-color: black;
}

.special__wrapper .industries-banner-link:hover {
  text-decoration: underline !important;
  background-color: black;
  border-color: black;
}

.special__wrapper .industries-evolution-title,
.special__wrapper .industries-banner-title,
.special__wrapper .ls-consultation-header-title,
.special__wrapper .ls-content-header-title {
  color: black;
}

.special__wrapper .industries-banner-text {
  color: black;
}

.special__wrapper .industries-evolution-media-img {
  display: none;
}

.special__wrapper .industries-banner-red-block {
  background-color: black;
}

.special__wrapper .industries-banner-red-block img {
  display: none;
}

.special__wrapper .industries-banner {
  background: none;
  border: 1px solid black;
}
