@charset "UTF-8";

@font-face {
  font-family: "TT Travels Next Trial";
  font-display: swap;
  src: local("$font_name"), local("$font_name"), url("../assets/fonts/TT Travels Next Trial Bold.woff") format("woff"), url("../assets/fonts/TT Travels Next Trial Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "TT Travels Next Trial";
  font-display: swap;
  src: local("$font_name"), local("$font_name"), url("../assets/fonts/TT Travels Next Trial DemiBold.woff") format("woff"), url("../assets/fonts/TT Travels Next Trial DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "TT Travels Next Trial";
  font-display: swap;
  src: local("$font_name"), local("$font_name"), url("../assets/fonts/TT Travels Next Trial ExtraLight.woff") format("woff"), url("../assets/fonts/TT Travels Next Trial ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "TT Travels Next Trial";
  font-display: swap;
  src: local("$font_name"), local("$font_name"), url("../assets/fonts/TT Travels Next Trial Regular.woff") format("woff"), url("../assets/fonts/TT Travels Next Trial Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

:root {
  --img-bg: url(../assets/img/hero-bg.jpg);
  --bg-color: #aac9e4;
}

.hero {
  background: var(--img-bg) center center/cover no-repeat var(--bg-color);
  overflow: hidden;
}

.hero--pink {
  --img-bg: url(../assets/img/hero-bg2.jpg);
  --bg-color: #c6cbf3;
}

.hero--pink .hero__media img {
  width: clamp(234px, 48.0620155039vw, 620px);
}

.hero--blue {
  --img-bg: url(../assets/img/hero-bg3.jpg);
  --bg-color: #c6e0f3;
}

.hero--blue .hero__media {
  right: 2vw;
}

.hero--blue .hero__media img {
  width: clamp(200px, 57.4418604651vw, 741px);
}

.hero--purple {
  --img-bg: url(../assets/img/hero-bg4.jpg);
  --bg-color: #c6d6f3;
}

.hero--purple .hero__media {
  right: -60px;
}

.hero--purple .hero__media img {
  width: clamp(196px, 33.2558139535vw, 429px);
}

.hero--new {
  --img-bg: url(../assets/img/hero-bg5.jpg);
  --bg-color: #038ce7;
  --icon-note: #00e5ff;
  --color-btn-prim: #b0f519;
  --color-btn-prim-text: #000;
}

.hero__container {
  max-width: 1290px;
  margin-inline: auto;
  padding-inline: 16px;
  position: relative;
  padding-block: clamp(34px, 6.5891472868vw, 85px);
}

.hero__content {
  position: relative;
  z-index: 1;
}

.hero__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: clamp(18px, 3.2558139535vw, 42px);
}

.hero__badge {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  background: #fff;
  font-weight: 500;
  font-size: clamp(13px, 1.3178294574vw, 17px);
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #0f1324;
}

.hero__badge::before {
  display: none;
}

.hero__title {
  margin: 0;
  font-weight: 500;
  font-size: clamp(40px, 5.4263565891vw, 70px);
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: clamp(20px, 2.6356589147vw, 34px);
  position: relative;
}

.hero__title .icon-title {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url("data:image/svg+xml,%3Csvg width='42' height='41' viewBox='0 0 42 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 0C21.3166 11.1914 30.3224 20.1852 41.5142 20.4869L42 20.5L41.5142 20.5131C30.3224 20.8148 21.3166 29.8086 21 41C20.6834 29.8086 11.6776 20.8148 0.485829 20.5131L0 20.5L0.485829 20.4869C11.6776 20.1852 20.6834 11.1914 21 0Z' fill='%2300E6FF'/%3E%3C/svg%3E%0A") center center/contain no-repeat;
}

.hero__claim {
  margin: 0;
  font-weight: 500;
  font-size: clamp(20px, 2.5581395349vw, 33px);
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: clamp(30px, 3.6434108527vw, 47px);
}

.hero__claim-mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  inline-size: 50px;
  block-size: 50px;
  border-radius: 50%;
  font-weight: 500;
  font-size: clamp(24px, 2.7906976744vw, 36px);
  line-height: 100%;
  letter-spacing: 0.01em;
  background: #f02400;
  color: #fff;
}

.hero__note {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 1.2403100775vw, 16px);
  font-weight: 500;
  font-size: clamp(16px, 1.3953488372vw, 18px);
  line-height: 120%;
  color: #fff;
  margin-bottom: 41px;
}

.hero__note svg {
  width: 16px;
  height: 16px;
  fill: var(--icon-note, #0073d8);
}

.hero__cta {
  margin-top: 4px;
}

.hero__media {
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero__media img {
  width: clamp(234px, 37.5968992248vw, 485px);
  height: auto;
}

.hero .btn--primary {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  border-radius: 15px;
  padding: 0 20px;
  height: 60px;
  font-weight: 700;
  min-width: clamp(230px, 20.3875968992vw, 263px);
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: var(--color-btn-prim-text, #fff);
  background-color: var(--color-btn-prim, #0073d8);
}

/* кнопка — отдельный блок */

.conference-hero {
  position: relative;
  padding: 50px 20px 80px 20px;
  background: url(../assets/img/bg-banner-two.png) center center/cover no-repeat #038ce7;
  overflow: hidden;
  background-size: 100% 100%;
  background-position: center;
}

.conference-hero--font {
  --font: "TT Travels Next Trial", sans-serif;
}

.conference-hero__inner {
  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;
  text-align: center;
}

.conference-hero__card {
  position: relative;
  z-index: 1;
  width: 100%;
  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;
  padding-block: 20px;
}

.conference-hero__tag {
  width: clamp(207px, 24.0310077519vw, 310px);
  height: clamp(53px, 6.2015503876vw, 80px);
  margin-bottom: clamp(11px, 1.7829457364vw, 23px);
}

.conference-hero__tag img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.conference-hero__title {
  font-family: var(--font);
  font-weight: 700;
  font-size: clamp(36px, 5.4263565891vw, 70px);
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: clamp(13px, 2.3255813953vw, 30px);
  color: #000;
}

.conference-hero__meta {
  font-family: var(--font);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  font-weight: 600;
  font-size: clamp(20px, 2.3255813953vw, 30px);
  line-height: 110%;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  margin-bottom: clamp(114px, 9.3023255814vw, 120px);
}

.conference-hero__meta-separator {
  font-family: var(--font);
  font-weight: 200;
}

.conference-hero__cta {
  font-family: var(--font);
  position: relative;
  z-index: 1;
  border-radius: 26.33px;
  background: #ff03bf;
  padding: 27.5px 40px clamp(22px, 2.1317829457vw, 27.5px) clamp(35px, 3.1007751938vw, 40px);
  font-weight: 700;
  font-size: clamp(18px, 1.8604651163vw, 24px);
  line-height: 100%;
  color: #fff;
}

@media (max-width: 745px) {
  .hero--blue {
    padding-bottom: 0px;
  }

  .hero--blue .hero__content {
    padding-bottom: 72px;
  }

  .hero--blue .hero__media {
    right: 0vw;
  }

  .hero--blue .hero__media img {
    max-width: 200px;
    max-height: 300px;
  }

  .hero--purple {
    padding-bottom: 105px;
  }

  .hero--purple .hero__media {
    bottom: -122px;
    right: 0;
  }

  .hero--purple .hero__media img {
    max-width: 196px;
    max-height: 231px;
  }
}

@media (max-width: 575px) {
  .hero--pink .hero__media {
    right: unset;
    left: 69vw;
  }

  .hero--new {
    background-image: url(../assets/img/hero-bg5-mob.jpg);
  }

  .hero__title .icon-title {
    display: none;
  }

  .hero__title .icon-title--last {
    display: inline-block;
    width: 29px;
    height: 29px;
  }

  .hero__title br {
    display: none;
  }

  .hero__claim {
    margin-bottom: 95px;
  }

  .hero__media {
    right: -35px;
  }

  .conference-hero {
    padding: 66px 20px 60px 20px;
  }

  .conference-hero__meta {
    max-width: 350px;
  }

  .conference-hero__meta-separator {
    display: none;
  }
}
/*# sourceMappingURL=banner.css.map */
