.marquee {
  position: relative;
  width: 100%;
}

.marquee img {
  display: block;
}

.intro__header {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1920px) {
  .intro__header {
    max-width: calc(100vw - 120px);
  }
}

.intro__header img {
  display: block;
  width: 100%;
  height: 660px;
  object-fit: cover;
  object-position: center center;
}

@media (min-width: 1300px) and (max-width: 1600px) {
  .intro__header img {
    height: 100vh;
  }
}

@media (min-width: 768px) {
  .intro__header img {
    margin-left: 0;
  }
}

.intro__heading {
  margin: 0;
  font-family: "Gilroy", "Arial", sans-serif;
  font-size: 32px;
  line-height: 1.45;
  color: #ffffff;
  font-weight: 700;
}

@media (min-width: 576px) {
  .intro__heading {
    font-size: 42px;
  }
}

@media (min-width: 768px) {
  .intro__heading {
    font-size: 52px;
  }
}

@media (min-width: 1200px) {
  .intro__heading {
    font-size: 70px;
  }
}

.intro__wrapper {
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 540px;
  padding: 0 15px 0 55px;
  z-index: 3;
}

@media (min-width: 768px) {
  .intro__wrapper {
    max-width: 720px;
    bottom: 94px;
    padding-left: 72px;
  }
}

@media (min-width: 992px) {
  .intro__wrapper {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .intro__wrapper {
    max-width: 1140px;
  }
}

.intro__header:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.5;
}

.intro__tag {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  white-space: nowrap;
  writing-mode: vertical-lr;
}

.intro__section {
  padding: 60px 0;
}

@media (min-width: 1200px) {
  .intro__section {
    max-width: 1830px;
    margin: 0 auto;
    padding: 160px 0;
  }
}

@media (min-width: 1920px) {
  .intro__section {
    max-width: calc(100vw - 120px);
  }
}

.intro__section--bg {
  background-color: #f1f1f1;
}

.intro__section--full {
  max-width: none;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .intro__section-inner {
    max-width: 1550px;
  }
}

.intro__section-header {
  margin-bottom: 40px;
  text-align: center;
}

@media (min-width: 1200px) {
  .intro__section-header {
    margin-bottom: 80px;
  }
}

.intro__section-heading {
  margin: 0;
  font-family: "Gilroy", "Arial", sans-serif;
  font-size: 36px;
  line-height: 1.25;
  color: #000000;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .intro__section-heading {
    font-size: 48px;
  }
}

.intro__section-text {
  max-width: 446px;
  margin: 20px auto 0;
  font-family: "Gilroy", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
}

.intro__list {
  list-style: none;
  margin-top: -50px;
  padding: 0;
}

.intro__card {
  margin-top: 50px;
}

.intro__card > a {
  display: block;
  transition: opacity 0.3s ease;
}

.intro__card > a:hover, .intro__card > a:focus {
  outline: none;
  opacity: 0.7;
}

.intro__card img {
  display: block;
  width: 100%;
  height: auto;
}

.intro__card-title {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.25;
  color: #787878;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.intro__card-title a {
  color: #000000;
}

.intro__card-title a:hover, .intro__card-title a:focus {
  outline: none;
  text-decoration: underline;
}

.intro__card-title a:active {
  opacity: 0.7;
}

.footer-intro {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 540px;
  margin: 0 auto 60px;
  padding: 80px 15px;
  background-color: #f1f1f1;
}

@media (min-width: 768px) {
  .footer-intro {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .footer-intro {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .footer-intro {
    max-width: 1800px;
    padding: 124px 15px;
  }
}

@media (min-width: 1920px) {
  .footer-intro {
    max-width: calc(100vw - 120px);
  }
}

.footer-intro__logo {
  margin-bottom: 48px;
}

.footer-intro__copy {
  font-family: "Gilroy", "Arial", sans-serif;
  color: #000000;
  text-align: center;
}

.header__inner {
  min-height: 112px;
}

.bts-popup {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 90;
    width: 44px;
}
.bts-popup .b-po:first-child {
  border-radius: 3px 0 0 0;
}
.bts-popup .b-po:last-child {
  border-radius: 0 0 0 3px;
}
.bts-popup .b-po {
  position: relative;
    margin-top: -1px;
    padding: 10px;
    display: block;
    line-height: 24px;
    color: #000;
    background: #fff;
    border: 1px solid #f1f1f1;
  border-right: 0;
}
.bts-popup .b-po svg {
    width: 24px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
}
.bts-popup .b-po span {
    margin-top: -15px;
    position: absolute;
    top: 50%;
    right: 60px;
    text-align: right;
    background: #333;
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    white-space: nowrap;
    transition: all 0.3s ease 0s;
    opacity: 0;
    pointer-events: none;
}
.bts-popup .b-po:hover span {
    opacity: 1;
    pointer-events: auto;
}
.bts-popup .b-po span:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 10px;
    border: 5px solid transparent;
    border-left: 5px solid #333;
}