@font-face {
  font-family: 'OpenSansBold';
  src: url('fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansRegular';
  src: url('fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSansLight';
  src: url('fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.red {
  color: #EC0000;
}

.gray {
  color: #464646;
}

.f-light {
  font-family: 'OpenSansLight', sans-serif;
  font-weight: 300;
}

.f-light-br {
  display: none;
}

b {
  font-family: 'OpenSansBold', sans-serif;
  font-weight: bold;
}

sup {
  font-size: 0.6em;
}

html,
body {
  height: 100%;
}

body {
  font: normal 20px/1.5 'OpenSansRegular', sans-serif;
  color: #000;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  font-weight: 300;
}

.container {
  max-width: 1600px;
}

.header-top-bg {
  background-image: url('../img/tlo.png');
  background-repeat: no-repeat;
  background-color: #f6f6f6;
  background-position: center;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 110px;
}

.header-h1 {
  font-size: 51px;
  font-weight: normal;
  line-height: 1.5;
}

.header-h2 {
  font-size: 35px;
  font-weight: normal;
}

.btn-custom {
  font-family: 'OpenSansBold', sans-serif;
  font-size: 23px;
  border: none;
  border-radius: 50px;
  padding: 22px 50px;
  transition: all 0.3s ease-out;
  background: #EC0000;
  color: #fff;
}

.btn-custom:hover,
.btn-custom:focus {
  background-color: #ff0000;
  color: #fff;
}

section {
  padding-top: 1.5rem;
  padding-bottom: 0;
  text-align: center;
}

h3 {
  font-family: 'OpenSansBold', sans-serif;
  font-size: 30px;
  margin-bottom: 3rem;
}

h4 {
  font-family: 'OpenSansBold', sans-serif;
  font-weight: bold;
  font-size: 25px;
}

figure {
  display: flex;
  height: 60px;
  margin: 0 auto .5rem !important;
}

.section01 {
  font-size: 18px;
}

.section01 img {
  max-height: 100px;
  display: block;
  margin: auto;
}

.section01 .block {
  width: 25%;
  margin-bottom: 5rem;
}

.section02 {
  background: #F9F9F9;
}

.section02 img {
  max-height: 55px;
  display: block;
  margin: auto;
}

.section02 .next {
  position: relative;
}

.section02 .next::after {
  content: url('../img/next.png');
  display: block;
  position: absolute;
  right: 0;
  top: 60px;
  height: 31px;
}

.section03 {
  padding: 0;
}

.info {
  border: 1px solid #EC0000;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}

.info-ico {
  position: absolute;
  top: -35px;
  left: calc(100% / 2 - 40px);
}

footer {
  font-size: 16px;
  border-bottom: 1px solid #DCDCDC;
  padding-top: 1rem;
  padding-bottom: 160px;
  line-height: 2;
}

footer a,
footer a:hover {
  color: #000;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

@media (max-width: 767px) {
  body {
    font-size: 17px;
  }

  section {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .top {
    -webkit-box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.18);
  }

  .header-h1 {
    font-size: 19px;
  }

  .header-h2 {
    font-size: 14px;
  }

  .header-top-bg {
    background: none;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 20px;
  }

  .section01 .block {
    width: 100%;
  }

  footer {
    border-bottom: none;
    border-top: 1px solid #DCDCDC;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  .f-light-br {
    display: block;
  }

  .header-top-bg {
    background-position-x: 60%;
  }
}

.xs-button {
  padding: 20px;
  text-align: center;
  -webkit-box-shadow: 0 0 21px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 21px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 21px 12px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.xs-button .btn-custom {
  font-size: 16px;
}

.carousel-inner {
  height: 300px;
}

.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: none;
  background: #D5D5D5;
  opacity: 1;
}

.carousel-indicators .active {
  background: #EC0000;
}

.sticker {
  display: none;
  width: 100%;
  z-index: 9;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px -4px 20px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -4px 20px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -4px 20px 3px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0;
}

.sticker>div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.sticker-h1 {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  padding-left: 3rem;
  padding-right: 3rem;
}

.btn-custom-sticker {
  font-size: 1.1rem;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .sticker-h1 {
    font-size: 1rem;
  }

  .btn-custom-sticker {
    font-size: 0.8rem;
    padding: 11px 25px;
  }

  .section02 .next::after {
    content: none;
  }
}

@media (max-width: 420px) {
  .sticker-h1 {
    padding: 0;
  }
}