.mb-20 {
  margin-bottom: 20px !important;
}

.mb-40 {
  margin-bottom: 40px;
}

.dif {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 230px;
  padding: 9px 35px 7px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  border: 3px solid #000;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}

.btn-style {
  color: #fff;
  margin-bottom: 265px;
  box-sizing: border-box;
  border-color: #fff;
  outline: 0;
  min-width: 250px;
  margin-left: 5px;
}

.btn-style-child-1 {
  margin-right: 50px;
}

.btn-style:hover {
    color: #000;
    background-color: #fff;
    transition: all .3s ease-out 0s;
}

.hr {
  border: none;
  height: 1px;
  background-image: linear-gradient(to right, #fff 50%, transparent 50%);
  background-size: 8px 100%;
  background-image: repeating-linear-gradient(to right,#fff 0,#fff 2px,transparent 2px,transparent 7px),linear-gradient(#fff 0%,#fff 100%);
  background-position: 0 0,0 0;
  background-size: 100% 1px,0 1px;
  background-repeat: no-repeat;
}

@media (max-width: 1919px) {
  .btn-style {
      margin-bottom: 180px;
  }
}

@media (max-width: 1599px) {
  .btn-style {
      margin-bottom: 145px;
  }  
}

@media (max-width: 860px) {
  .btn-style {
    min-width: 240px;
    margin-bottom: 30px;
    margin-left: 3px;
  }
}

@media (max-width: 420px) {
  .btn-style-child-1 {
    margin-right: 0;
  }
  .dif {
    padding: 9px 17px 7px;
  }
}

/* costum-content */

.download-icon {
  margin-top: 5px;
  margin-right: 10px;
}

.event-icon-blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.light-style {
  color: #fff;
}

.light-style svg {
  fill: #fff !important;
  stroke: #fff !important;
}

.modal-opened .light-style {
  color: inherit;
}

.modal-opened .light-style svg {
  fill: inherit !important;
  stroke: inherit !important;
}

.modal-opened .light-style .site-nav__search-mobile {
  fill: none !important;
}

.costum-template-section {
  color: #fff;
  background-image: url(/assets/images/1/costum-bg-min.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.costum-template-section .header-logo-hydromed {
  background-color: #fff;
  border-radius: 50%;
}

.light-content {
  color: #fff !important;
}
.light-content .item-file {
  font-size: 18px;
  line-height: 27px;
  color: #fff !important;
  text-align: left;
}

.costum-link {
  text-decoration: none;
  color: #40D6FF !important;
  box-shadow: none !important;
  font-size: 16px;
  font-weight: 600;
}

.costum-link:hover {
  opacity: 0.6;
  transition: all 0.5s;
}

.email-link {
  margin: 0 0 40px 0 !important;
}

.email-link a {
  text-decoration: underline;
}

.light-content .item-file__text {
  padding-right: 0;
  border-bottom: 1px solid #fff;
  line-height: 21px;
  padding-top: 5px;
  color: #fff !important;
}

.light-content .footer-social-links {
  background-image: none;
}

.light-content .collapsed-list--no-top-bottom li:last-of-type .item-file {
  color: #fff;
  background-image: repeating-linear-gradient(to right,#fff 0,#fff 2px,transparent 2px,transparent 7px),linear-gradient(#fff 0%,#fff 100%);
}

.light-content .page-header::after {
  background-color: #fff;
}

.light-content .page-header--arrow::before {
  background-image: url(../img/icon-arrow-left-light.png);  
}

@media (max-width: 650px) {
  .event-icon-blocks {
    flex-wrap: wrap;
  }
  .event-icon-item {
    width: 50%;
  }
}

@media (max-width: 350px) {
  .event-icon-blocks {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
