@font-face {
  font-family: 'TTNormsPro_Medium', Arial, sans-serif;
  src: url('/assets/fonts/TTNorms_Pro_Medium.otf') format('otf');
}
.b-world {
  background-color: #0c0c0c;
  padding-bottom: 120px;
}
.b-world__wrapper {
  width: 87%;
  margin: 0 auto;
}
.b-world__title {
  display: flex;
  justify-content: space-between;
  padding-left: 16px;
  padding-top: 159px;
  font-size: 32px;
  font-family: "TTNormsPro_Bold", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.92px;
  color: #EEEEF0;
}
.b-world__left {
  width: 6%;
}
.b-world__right {
  width: 91.6%;
}
.b-world__img {
  width: 100%;
}
.b-world__titleUp {
  margin-bottom: 2px;
  font-size: 16px;
  font-family: "TTNormsPro_Medium", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.92px;
  color: #DB0F00;
}
.b-world__titleDown {
  width: 50%;
  font-size: 46px;
  font-family: "TTNormsPro_Medium", Arial, sans-serif;
  letter-spacing: 5.52px;
  line-height: 60px;
  color: #333333;
}
.b-world__titleDown--red {
  color: #DB0F00;
}
.b-world__cards {
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
}
.b-world__card {
  width: 30%;
  margin-top: 30px;
  margin-left: 15px;
  padding: 17px 17px 18px 20px;
  cursor: pointer;
  background: #2B2B30 0% 0% no-repeat padding-box;
  border-radius: 8px;
}
.b-world__cardsLeft {
  display: flex;
  justify-content: space-between;
  margin-right: 21px;
}
.b-world__cardLast {
  width: 44.8%;
  margin-top: 29px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #2B2B30;
  background-image: url('../../../../../assets/images/home_v3/explore_unlimited.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: 8px;
  cursor: pointer;
}
.b-world__cardLast:hover {
  box-shadow: 0px 0px 50px #00000066;
}
.b-world__cardLogoLast {
  width: 23%;
  margin-bottom: 40px;
}
.b-world__cardTitleLast {
  width: 50%;
  margin-bottom: 12px;
  font-size: 32px;
  font-family: "TTNormsPro_Medium", Arial, sans-serif;
  letter-spacing: 1.92px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  color: #B8B9C1;
}
.b-world__cardDescLast {
  width: 70%;
  text-align: center;
  font-size: 18px;
  font-family: "TTNormsPro_Medium", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 26px;
  color: #F7F7F8;
}
.b-world__cardImg {
  width: 100%;
}
.b-world__line {
  width: 100%;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 36px;
  background: transparent linear-gradient(90deg, #ECECEC00 0%, #ABABAB 51%, #ECECEC00 100%) 0% 0% no-repeat padding-box;
}
.b-world__cardTitle {
  display: flex;
  align-items: start;
  font-size: 48px;
  font-family: "TTNormsPro_Medium", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  line-height: 33px;
  color: #FFFFFF;
}
.b-world__cardLogo {
  padding-left: 8px;
}
.b-world__cardInfo {
  padding-left: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 29px;
  background: #3A3A40 0% 0% no-repeat padding-box;
  border-radius: 4px;
}
.b-world__cardFirst,
.b-world__cardSecond {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "TTNormsPro_Medium", Arial, sans-serif;
  color: #D9D9DE;
}
.b-world__cardFirst {
  margin-bottom: 9px;
}
.b-world__cardIcon {
  width: 6%;
  margin-right: 6px;
}
.b-world__cardIcon--rotate {
  transform: rotate(90deg);
}
.b-world__button {
  margin-top: 88px;
  margin-bottom: 88px;
  padding-left: 16px;
  text-align: center;
  cursor: pointer;
}
.b-world__btn {
  padding: 14px 30px;
  font-size: 16px;
  font-family: "TTNormsPro_DemiBold", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.51px;
  border: 2px solid #CB152F;
  border-radius: 28px;
  color: #CB152F;
}
.b-world__btn:hover {
  background-color: #CB152F;
  color: #FFFFFF;
}
@media (min-width: 320px) and (max-width: 767px) {
  .b-world {
    padding-bottom: 52px;
    padding-top: 52px;
  }
  .b-world__wrapper {
    width: 92%;
  }
  .b-world__title {
    display: none;
  }
  .b-world__left {
    position: absolute;
    width: 37%;
    top: -21%;
    left: -11%;
  }
  .b-world__right {
    width: 100%;
  }
  .b-world__titleUp {
    margin-bottom: 7px;
  }
  .b-world__titleDown {
    width: 100%;
    margin-bottom: 32px;
    font-size: 34px;
    letter-spacing: 4.08px;
    line-height: 44px;
  }
  .b-world__cards {
    flex-direction: column;
    padding-right: 0;
  }
  .b-world__cardsLeft {
    flex-direction: column;
    margin-right: 0;
  }
  .b-world__card {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 14px;
    padding-bottom: 26px;
    padding-left: 0;
    padding-right: 0;
    background: #2B2B30;
    border-radius: 8px;
  }
  .b-world__card:hover {
    border-radius: 8px;
  }
  .b-world__line {
    display: none;
  }
  .b-world__mobile {
    display: flex;
    flex-direction: column;
  }
  .b-world__cardTitle {
    margin-top: 11px;
    font-size: 28px;
    letter-spacing: 1.68px;
  }
  .b-world__cardImage {
    width: 62%;
  }
  .b-world__cardInfo {
    padding: 0;
    background-color: transparent;
  }
  .b-world__cardFirst,
  .b-world__cardSecond {
    width: 70%;
    align-items: start;
    font-size: 14px;
  }
  .b-world__cardLogo {
    padding-left: 7px;
    padding-top: 7px;
    width: 18%;
  }
  .b-world__cardIcon {
    width: 13%;
    margin-right: 6px;
  }
  .b-world__cardInfo {
    margin-top: 20px;
  }
  .b-world__cardLast {
    width: 100%;
    margin-top: 3px;
    align-items: center;
    background-position: left;
    background-color: #42424A;
  }
  .b-world__cardLogoLast {
    width: 12%;
    padding-top: 15px;
    padding-left: 15px;
    margin-bottom: 16px;
  }
  .b-world__cardTitleLast {
    padding: 31px 0;
    line-height: 36px;
    text-align: center;
    font-size: 28px;
    letter-spacing: 1.68px;
  }
  .b-world__cardDescLast {
    width: 90%;
    padding-left: 16px;
    padding-bottom: 14px;
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
  }
  .b-world__button {
    padding-left: 0;
    margin-top: 48px;
    margin-bottom: 68px;
  }
}
@media (min-width: 450px) and (max-width: 767px) {
  .b-world__img {
    width: 50%;
  }
  .b-world__card {
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1335px) {
  .b-world__left {
    width: 10%;
  }
  .b-world__titleDown {
    width: 100%;
  }
  .b-world__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .b-world__cardsLeft {
    display: contents;
  }
  .b-world__card,
  .b-world__cardLast {
    width: 100%;
    box-sizing: border-box;
  }
  .b-world__cardLast {
    width: 100%;
    margin-left: 6%;
  }
}
@media (min-width: 1336px) and (max-width: 1500px) {
  .b-world__cardLast {
    width: 58.8%;
  }
}
@media (min-width: 2000px) and (max-width: 3000px) {
  .b-world__wrapper {
    width: 72%;
  }
}
@media (min-width: 3001px) and (max-width: 4000px) {
  .b-world__wrapper {
    width: 53%;
  }
}
