#cookies {
  position: fixed;
  width: 100%;
  z-index: 5000;
}
#cookies .alert {
  border-radius: 0;
  padding: 20px 1rem;
}
#cookies .alert a {
  text-decoration: underline;
}
#cookies .btn-close {
  height: 100%;
  padding: 0 1rem;
}
#footer .logo {
  height: 50px;
  margin-bottom: 15px;
}
#info {
  margin-bottom: 80px;
  position: relative;
}
@media (min-width: 768px) {
  #info {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  #info {
    margin-bottom: 120px;
  }
}
#info .image {
  background-size: 0;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  #info .image {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  #info .image {
    margin-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  #info .image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    width: 41%;
  }
}
@media (min-width: 1800px) {
  #info .image {
    background-size: 100% auto;
  }
}
#info .image img {
  width: 100%;
}
@media (min-width: 1200px) {
  #info .image img {
    display: none;
  }
}
#info .text {
  align-items: center;
  display: flex;
}
@media (min-width: 1200px) {
  #info .text {
    min-height: 500px;
  }
}
#partners .certificate-img {
  text-align: center;
}
#partners img {
  height: auto;
  width: 200px;
}
#where-to-buy .fm-director-service-bg {
  background-color: #fff;
  background-position: 50%;
  background-size: auto calc(100% - 50px);
  z-index: 1;
}
#where-to-buy .fm-director-service-bg a {
  font-size: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.header-border {
  border-color: #ffffff;
}
.fm-header-logo-wrapper {
  padding: 0;
}
.fm-header-logo img {
  height: 60px;
}
@media (min-width: 1200px) {
  .fm-header-logo img {
    height: 90px;
  }
}
.fm-header-nav ul li a {
  color: #ffffff;
}
.fm-slider-main-slide-content p {
  color: #ffffff;
  font-size: 35px;
}
.fm-director-service-area {
  background-color: #125b90;
}
.fm-director-service-area .section-subtitle {
  color: #ffffff;
}
.fm-director-service-single p {
  color: #ffffff;
  max-width: unset;
}
.fm-director-service-single h5 {
  color: #ffffff;
}
.fm-director-service-btn {
  border-color: #ffffff !important;
}
