

/* Start:/local/templates/enfield_rw/components/bitrix/news.list/process/style.css?17526532463170*/
.dropdown-menu > li > .dropdown-menu-link {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
}

.dropdown-menu > li > .dropdown-menu-link:hover,
.dropdown-menu > li > .dropdown-menu-link.active {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.col-hide {
  display: none;
}

main.process .process-slider {
  display: block!important;
}
main.process .process-header-wrapper{
  padding: 0;
}
main.process .build-begin{
  margin-bottom: 70px;
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
main.process .build-begin p {
  font-size: 15px;
  font-family: "Raleway";
  display: inline-block;
  line-height: 19px;
  margin-top: 0;
  margin-bottom: 0;
}
main.process .row.text button.btn--filled-red {
  display: flex;
  margin-top: 23px;
  padding: 16px 24px;
  gap: 17px;
  float: right;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .4px;
  background-color: #e54b4c!important;
}
main.process .row.text button.btn--filled-red::before {
  content: url("data:image/svg+xml,%3Csvg width='25' height='14' viewBox='0 0 25 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.199219' y='0.5' width='15' height='13' rx='1.91467' fill='white'/%3E%3Cpath d='M22.4961 1.4722L17.1992 4.67497L17.3328 8.67497C19.0974 10.148 22.1366 12.2621 22.4837 12.5035L22.5 12.5149C23.8933 13.4845 24.5365 13.0883 24.5365 11.5642C24.5365 8.03621 24.5512 2.83386 24.5384 2.366C24.5 0.960671 24.002 0.502705 22.4961 1.4722Z' fill='white'/%3E%3C/svg%3E");
  display: block;
  height: 16px;
}
.process-header-wrapper .row.text .col-md-6 {
  display: flex;
}
.process-header-wrapper .row.text .col-md-6:has(#webcams) {
  justify-content: flex-end;
}
@media (max-width:768px) {
  main.process .btn-group.btn-select,
  main.process .btn-select .btn,
  main.process .btn--filled-red {
      width: 100%!important;
  }
  main.process .process-header-wrapper{
    padding: 0
  }
  main.process .build-begin{
    margin-left: 0
  }
  
}

/* COOKIE */
.cookie-consent {
  position: fixed;
  top: 112px;
  left: 32px;
  right: 0;
  width: calc(100% - 64px);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.5s ease;
  z-index: 19;
}

.cookie-consent.is-shown {
  opacity: 1;
  transform: translateY(0);
}

.cookie-consent span {
  max-width: 85%;
  line-height: 22px;
}

.cookie-consent .btn {
  font-weight: 500;
}
@media only screen and (max-width: 820px) {
  .cookie-consent {
      top: auto;
      bottom: 24px;
      left: 16px;
      width: calc(100% - 32px);
      padding: 12px;
      display: flex;
      flex-direction: column;
      justify-content:flex-start;
      gap: 16px;
  }

  .cookie-consent span {
      max-width: 100%;
      font-size: 13px;
      line-height: 19px;
  }

  .cookie-consent .btn {
      font-size: 14px;
      line-height: 14px;
  }
}
/* End */
/* /local/templates/enfield_rw/components/bitrix/news.list/process/style.css?17526532463170 */
