@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');

body {
  font-family: 'Roboto', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  overflow-y: auto;
  color: #4d4c4c;
}

.top-banner {
  background: url('../images/img_00.webp') no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 626px;
  position: relative;
  display: flex;
  overflow-x: hidden;
}

.top-banner > .container {
  width: 100%;
}

.top-banner a {
  display: block;
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 2600px) {
  .top-banner img {
    width: 75%;
  }
}

@media screen and (max-width: 576px) {
  .top-banner {
    min-height: 350px;
  }
}

.top-line {
  background-color: rgb(238, 58, 69);
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}

.top-line > .container {
  width: 100%;
}

.top-header {
  font-size: 72px;
  font-family: 'Roboto';
  font-weight: 300;
  color: rgb(255, 255, 255);
  line-height: 1.2;
}

section {
  padding: 30px 0 30px;
  position: relative;
}

.big-header {
  font-size: 60px;
  font-family: 'Roboto';
  font-weight: 400;
  color: rgb(57, 19, 28);
  line-height: 1.2;
  margin: 40px 0;
}

.section-title {
  font-size: 36px;
  font-family: 'Roboto';
  font-weight: 300;
  color: rgb(238, 58, 69);
  line-height: 1.2;
  margin: 20px 0 20px;
}

section p {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
}

section ul li {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 20px;
  font-weight: 300;
}

section ul li::marker {
  color: rgb(238, 58, 69);
}

#gray {
  background-color: rgb(238, 238, 238);
}

.white-header {
  margin-top: -25px;
  max-width: 100%;
}

.footer-top {
  background: url('/images/img_08.webp') no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 82px;
  overflow-x: hidden;
}

.footer-main {
  background-color: rgb(238, 58, 69);
  color: #ffffff;
  padding: 60px 0;
}

.footer-bottom {
  background-color: #ffffff;
  height: 80px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.footer-bottom p {
  color: #16708b;
}

.footer-bottom-link {
  color: #16708b;
}

.footer-bottom-link:hover,
.footer-bottom-link:focus {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .top-line {
    height: auto;
  }
}
@media screen and (max-width: 475px) {
  .top-line {
    height: auto;
  }
  .top-header {
    font-size: 46px; 
  }
  .big-header {
    font-size: 46px;
  }
  .footer-top {
    height: 30px;
  }
  .footer-main {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 268px) {
  .top-header {
    font-size: 34px; 
  }
  .big-header {
    font-size: 34px;
  }
  .section-title {
    font-size: 26px;
  }
}

/* Cookie Notification Bar */
#cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #dbeff8;
  padding: 15px 0;
  min-height: 40px;
  z-index: 99999;
  text-align: center;
  font-size: 13px;
  display: none;
  box-sizing: border-box;
}

#cookie-close {
  margin: -2px 20px 0;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  background: #fff;
  padding: 5px 15px;
  border-radius: 10px;
}

@media screen and (min-width: 1920px) {
  #cookie-bar {
    padding: 15px 0;
    min-height: 60px;
    font-size: 14px;
    bottom: 30px;
  }
}
