.intro {
  height: 100vh;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(23, 19, 19, 0.55)),
      to(rgba(23, 19, 19, 0.55))
    ),
    url(../images/index/home-bg.jpg);
  background: linear-gradient(0deg, rgba(23, 19, 19, 0.54), rgba(23, 19, 19, 0.54)),
    url(../images/index/home-bg.jpg);
  background-position: center top;
  background-size: cover;
}

.intro .header {
  background: none;
}

.intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70%;
}

.intro__title {
  font-weight: 300;
  font-size: 56px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fafafa;
  margin-bottom: 10px;
  font-family: "Proxima Nova Rg";
}

.intro__title img {
  display: inline;
  position: relative;
  top: -20px;
  left: -10px;
  cursor: pointer;
}

.intro__content .tooltip {
  display: none;
  max-width: 260px;
  background-color: #fff;
  color: #343434;
  padding: 12px 18px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 17px;
}
.intro__content .tooltip[data-show] {
  display: block;
}
.intro__content .arrow,
.intro__content .arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}
.intro__content .arrow {
  visibility: hidden;
}
.intro__content .arrow::before {
  visibility: visible;
  content: '';
  transform: rotate(45deg);
}
.intro__content .tooltip[data-popper-placement^='top'] > .arrow {
  bottom: -4px;
}

.intro__text {
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 70px;
  color: #fafafa;
  font-family: "Proxima Nova Rg";
}

.intro__button {
  position: relative;
  display: block;
  padding: 20px 47px;
  color: #fff;
  background-color: #BE032E;
  border-radius: 100px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  font-family: "Proxima Nova Rg";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}

.intro__button:hover {
  background-color: #920021;
}

.intro__note {
  width: 1160px;
  font-weight: 400;
  font-size: 10px;
  line-height: 130%;
  text-align: center;
  color: #fafafa;
  opacity: 0.5;
  font-family: "Proxima Nova Th";
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

main {
  padding: 0;
}
.prem {
  padding-top: 75px;
  padding-bottom: 100px;
}
.prem__title {
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #888888;
  font-weight: 400;
  margin-bottom: 50px;
}
.prem__block {
  height: 200px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 15px;
  padding-bottom: 15px;
  background: #eeeeee;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.prem__block-1 {
  width: 420px;
}
.prem-block__img {
  position: absolute;
}
.prem__block-1 .prem-block__img {
  bottom: 0;
  right: 7px;
}
.prem__block-title {
  font-size: 20px;
  line-height: 24px;
  color: #343434;
}
.prem-block__num {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #0d0d0d;
  opacity: 0.2;
  align-self: flex-end;
}
.prem__row {
  display: flex;
  gap: 20px;
}
.prem__block-2 {
  flex-grow: 1;
}
.prem__block-2 .prem-block__img {
  top: 0;
  right: 0px;
}
.prem__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.prem__block-3 {
  width: 588px;
}
.prem__block-3 .prem-block__img {
  bottom: 0;
  right: 0;
}
.prem__block-4 {
  flex-grow: 1;
}
.prem__block-4 .prem-block__img {
  bottom: 0;
  right: 0;
}
.prem__block-5 {
  width: 340px;
}
.prem__block-5 .prem-block__img {
  bottom: 0;
  right: 11px;
}
.prem__block-6 {
  width: 340px;
}
.prem__block-6 .prem-block__img {
  bottom: 0;
  right: 30px;
}
.prem__block-7 {
  width: 210px;
}
.prem__block-7 .prem-block__img {
  max-width: 181px;
  max-height: 126px;
  bottom: 0;
  left: 0;
}
.prem__block-8 {
  flex-grow: 1;
}
.prem__block-8 .prem-block__img {
  max-width: 245px;
  max-height: 142px;
  bottom: 0;
  right: 0;
}
.prem__content {
  margin-bottom: 50px;
}
.prem__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 64px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: #BE032E;
  text-decoration: none;
  border-radius: 100px;
  margin: 0 auto;
}
.prem__btn:hover {
  background-color: #920021;
}
.prem-block__img-mob {
  display: none;
}

@media only screen and (max-width: 576px) {
  .prem__row {
    flex-direction: column;
    gap: 20px;
  }
  .prem__block {
    width: 100%;
    height: 150px;
    padding: 20px !important;
  }
  .prem__block-title {
    font-size: 15px;
    line-height: 18px;
  }
  .prem-block__img-mob {
    position: absolute;
  }
  .prem-block__img-mob {
    display: block;
  }
  .prem-block__img {
    display: none;
  }
  .prem-block__num {
    font-size: 15px;
    line-height: 18px;
    align-self: start;
  }
  .prem__block-1 .prem-block__img-mob {
    bottom: 0;
    right: 0;
    width: 153px;
  }
  .prem__block-2 .prem-block__img-mob {
    bottom: 0;
    right: 0;
    width: 187px;
  }
  .prem__block-3 .prem-block__img-mob {
    bottom: 0;
    right: 0;
    width: 153px;
  }
  .prem__block-4 .prem-block__img-mob {
    bottom: 0;
    right: 0;
    width: 122px;
  }
  .prem__block-5 .prem-block__img-mob {
    bottom: 0;
    right: 0;
    width: 277px;
  }
  .prem__block-6 .prem-block__img-mob {
    bottom: 0;
    right: 0;
    width: 136px;
  }
  .prem__block-7 .prem-block__img-mob {
    bottom: 0;
    right: 15px;
    width: 129px;
  }
  .prem__block-8 .prem-block__img-mob {
    bottom: 0;
    right: 0;
    width: 225px;
  }
  .prem__block-2 .prem__block-title {
    max-width: 203px;
  }
  .prem__block-2 .prem__block-title br {
    display: none;
  }
  .prem__block-4 .prem__block-title {
    max-width: 237px;
  }
  .prem__block-4 .prem__block-title br {
    display: none;
  }
  .prem__title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 40px;
  }
  .prem__content {
    margin-bottom: 40px;
  }
  .prem {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .prem__btn {
    width: 240px;
    height: 53px;
    font-size: 15px;
    line-height: 18px;
  }
  .intro {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(23, 19, 19, 0.55)),
      to(rgba(23, 19, 19, 0.55))
    ),
    url(../images/index/home-bg-mob.jpg);
    background: linear-gradient(0deg, rgba(23, 19, 19, 0.54), rgba(23, 19, 19, 0.54)),
    url(../images/index/home-bg-mob.jpg);
    /*background-position: 53.2% top;*/
    background-position: center top;
    background-size: cover;
  }
  .intro__title {
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fafafa;
    margin-bottom: 20px;
  }
  .intro__title img {
    top: auto;
    left: auto;
  }
  .intro__text {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fafafa;
    max-width: 240px;
    margin-bottom: 60px;
  }
  .intro__button {
    font-size: 15px;
    line-height: 18px;
    width: 240px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .intro__note {
    width: 100%;
    position: relative;
    bottom: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
  }
  .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro__note {
    height: 76px;
    overflow-y: hidden;
    width: 320px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 130%;
  }
  .intro__content {
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .intro__note-more {
    text-align: center;
    margin-bottom: 40px;
  }
  .intro__note-more span {
    font-size: 12px;
    color: #fafafa;
    border-bottom: 1px dashed #fafafa;
    opacity: 0.5;
  }
}
/*# sourceMappingURL=index.css.map */
