body {
  color: #060028;
  padding-top: 0;
}

img, picture {
  display: block;
  width: 100%;
}

.wrapper {
  padding-top: 64px;
  overflow: unset;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-family: "Jokker";
}

p, ul li, ol li {
  line-height: 1.5;
}

b, strong {
  font-weight: 600;
}

.website-banner {
  display: none;
}

.title {
  font-size: 44px;
  text-align: center;
}

.text {
  font-size: 20px;
}

.container {
  max-width: 1208px;
  margin: 0 auto;
  padding: 0 40px;
}

.btn {
  display: flex;
  justify-content: center;
  text-align: center;
  max-width: max-content;
  padding: 16px 40px;
  border-radius: 100px;
  background: transparent;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid #060028;
  transition: 0.3s;
}
.btn, .btn:visited {
  color: #060028;
}
.btn.btn-filled, .btn.btn-filled:visited {
  background: #060028;
  color: #fff;
}
.btn.btn-white {
  border-color: #fff;
  background: #fff;
}
.btn.btn-white-border {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.btn:hover {
  background: #5273ef !important;
  border-color: #5273ef !important;
  color: #fff !important;
}

.header {
  position: absolute;
  z-index: 10;
}
.header__inner {
  padding: 10px 0;
}
.header__logo {
  background-image: url("/landings/buy-traffic/img/logo.svg");
}
.header__button {
  background: #060028;
  display: flex;
  padding: 10px 18px;
  border-radius: 100px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}
.header__button:hover {
  background: #5273ef;
  border-color: #5273ef;
}

.hero__inner {
  padding: 120px 0 80px;
}
.hero__info {
  max-width: 775px;
  margin: 0 auto;
  text-align: center;
}
.hero__info-title {
  font-size: 52px;
  margin: 0 auto 16px;
  max-width: 800px;
}
.hero__info-title span {
  position: relative;
}
.hero__info-title span svg {
  width: 100%;
  position: absolute;
  bottom: -0.3vw;
  left: 0;
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
  animation-name: strokeDashoffset;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-delay: 0.5s;
}
.hero__info-title span b svg {
  display: none;
}
.hero__info-text {
  margin-bottom: 60px;
}
.hero__info-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 80px;
}
.hero__video {
  position: relative;
  border-radius: 24px;
  padding-top: 56.3%;
  overflow: hidden;
}
.hero__video .iframe-video,
.hero__video iframe,
.hero__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__video .iframe-video-btn,
.hero__video iframe-btn,
.hero__video video-btn {
  background-image: url("/landings/buy-traffic/img/play-icon.svg");
  width: 100px;
  max-width: 100px;
  height: 100px;
  border-radius: 50%;
}

.source__inner {
  padding-bottom: 144px;
}
.source__title {
  max-width: 665px;
  margin: 0 auto 16px;
}
.source__text {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}
.source__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 60px;
}
.source__item {
  width: calc(33.33% - 16px);
  border: 1px solid #D8DDED;
  padding: 32px;
  border-radius: 20px;
}
.source__item-icon {
  width: 40px;
}
.source__item-title {
  margin: 20px 0 8px;
  font-size: 24px;
}
.source__item-text {
  font-size: 16px;
}
.source__btns {
  display: none;
}
.source__btn {
  margin: 0 auto;
}

.formats__inner {
  padding-bottom: 144px;
}
.formats__title {
  max-width: 760px;
  margin: 0 auto 16px;
}
.formats__text {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 80px;
}
.formats__item {
  display: flex;
}
.formats__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.formats__item-picture {
  width: 50%;
  height: 692px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px;
}
.formats__item-picture.violet-item {
  background: #E0C7FF;
}
.formats__item-picture.green-item {
  background: #B1E7CB;
}
.formats__item-picture.orange-item {
  background: #FFBFAB;
}
.formats__item-img {
  max-width: 560px;
}
.formats__item-box {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 108px;
}
.formats__item-info {
  max-width: 456px;
  width: 100%;
}
.formats__item-title {
  font-size: 40px;
  line-height: 1.3;
}
.formats__item-text {
  margin: 16px 0;
}
.formats__item-list {
  margin-bottom: 32px;
}
.formats__item-list li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 8px;
  font-weight: 700;
}
.formats__item-list li:last-child {
  margin: 0;
}
.formats__item-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  background: center/contain no-repeat url("/landings/buy-traffic/img/formats/check.svg");
}
.formats__item-btns {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cases {
  max-width: 1360px;
  margin: 0 auto 144px;
  background: #060028;
  color: #fff;
  padding: 80px 0 64px;
  border-radius: 24px;
}
.cases__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.cases__left {
  max-width: 576px;
  width: 100%;
}
.cases__title {
  font-size: 44px;
  margin-bottom: 60px;
  max-width: 450px;
}
.cases__title b {
  color: #FF8C67;
}
.cases__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.cases__item {
  background: #fff;
  border-radius: 16px;
  padding: 20px 20px 24px;
  width: calc(50% - 10px);
  color: #1F1A3E;
}
.cases__item-title {
  font-size: 44px;
  margin-bottom: 4px;
  font-family: "Jokker";
}
.cases__item-text {
  font-size: 16px;
  max-width: 140px;
}
.cases__right {
  padding-top: 20px;
  max-width: 480px;
  width: 100%;
}
.cases__subtitle {
  margin: 35px 0 24px;
}
.cases__subtitle b {
  font-size: 20px;
  padding: 2px 12px;
  border-radius: 12px;
  background: #56BE87;
  color: #060028;
  font-weight: 700;
}
.cases__list {
  margin: 0 0 40px;
}
.cases__list-item {
  padding-left: 28px;
  position: relative;
  margin-bottom: 16px;
}
.cases__list-item:last-child {
  margin: 0;
}
.cases__list-item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  background: center/cover no-repeat url("/landings/buy-traffic/img/check.svg");
}
.cases__btns {
  display: flex;
  gap: 16px;
}

.target__inner {
  padding-bottom: 144px;
}
.target__title {
  max-width: 600px;
  margin: 0 auto 16px;
}
.target__text {
  text-align: center;
  max-width: 768px;
  margin: 0 auto 64px;
}
.target__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.target__items {
  flex: 1;
}
.target__item {
  border: 1px solid transparent;
  border-radius: 16px;
}
.target__item-title {
  font-size: 20px;
  line-height: 1.3;
  padding: 24px 64px 24px 32px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.target__item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 32px;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  background: center/contain no-repeat url("/landings/buy-traffic/img/target/arrow.svg");
  transition: 0.3s;
}
.target__item-text {
  margin-top: -32px;
  display: none;
  padding: 8px 72px 32px 32px;
}
.target__item.active {
  border-color: #E0E3EE;
}
.target__item.active .target__item-title {
  padding: 32px 64px 32px 32px;
}
.target__item.active .target__item-title::before {
  rotate: 180deg;
}
.target__picture {
  flex: 1;
  height: 552px;
  background: #B1E7CB;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  position: relative;
}
.target__picture-img {
  height: 365px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.target__picture-img.active {
  opacity: 1;
  pointer-events: painted;
}

@keyframes strokeDashoffset {
  from {
    stroke-dashoffset: 360;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.popup {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
  overflow: auto;
}
.popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: painted;
  transition: 0.3s;
}
.popup__area {
  position: absolute;
  inset: 0;
}
.popup__body {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}
.popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 3vw;
  height: 3vw;
  background: center/contain no-repeat url("/resources/img/general/close-icon.svg");
  cursor: pointer;
  z-index: 10;
}
.popup__content {
  z-index: 1;
  position: relative;
  background: #fff;
  max-width: 465px;
  width: 100%;
  padding: 44px;
  border-radius: 24px;
}
.popup__content-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Jokker", sans-serif;
  margin: 0 auto 8px;
  max-width: 310px;
  text-align: center;
}
.popup__content-text {
  font-size: 14px;
  color: #5F646B;
  margin-bottom: 24px;
  text-align: center;
}
.popup .consent {
  z-index: -1;
}
.popup__form {
  margin: 0;
}
.popup__form .group {
  position: relative;
}
.popup__form .see-password {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  translate: 0 -50%;
  width: 40px;
  height: 40px;
  background: center/20px no-repeat url("/resources/img/hide-pass.svg");
  cursor: pointer;
}
.popup__form .see-password.active {
  background-image: url("/resources/img/see-pass.svg");
}
.popup__form-group {
  display: flex;
  gap: 24px;
}
.popup__form-group label {
  flex: 1;
}
.popup__form #recaptchaV2 {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.popup__form .custom-select-title {
  display: flex;
  align-items: center;
  transition: 0s;
  height: 50px;
  max-height: 50px;
  padding: 12px 20px 12px 16px;
}
.popup__form .custom-select-title.with-childs {
  font-size: 0;
  padding: 6px;
}
.popup__form .custom-select-title .select-checkbox-card {
  font: 400 14px/24px "Figtree";
  color: #060028;
  padding: 6px 12px;
  border-radius: 8px;
  background: #EEF0FB;
  margin-right: 4px;
}
.popup__form .custom-select-title::before {
  z-index: 2;
}
.popup__form .custom-select-title::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100px;
  background: linear-gradient(90deg, transparent, #fff 50%);
}
.popup__form .custom-select-list.select-checkbox-option {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.popup__form .custom-select-list.select-checkbox-option .custom-select-option {
  margin: 0 16px;
  padding: 0 0 0 29px;
  position: relative;
}
.popup__form .custom-select-list.select-checkbox-option .custom-select-option:first-child {
  margin-top: 16px;
}
.popup__form .custom-select-list.select-checkbox-option .custom-select-option:last-child {
  margin-bottom: 16px;
}
.popup__form .custom-select-list.select-checkbox-option .custom-select-option:hover {
  background: transparent;
}
.popup__form .custom-select-list.select-checkbox-option .custom-select-option::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 17px;
  height: 17px;
  border-radius: 4px;
  border: 1px solid #C2C7CF;
  background: center/8px no-repeat;
  transition: 0.3s;
}
.popup__form .custom-select-list.select-checkbox-option .custom-select-option.selected {
  background: transparent;
  color: #060028;
}
.popup__form .custom-select-list.select-checkbox-option .custom-select-option.selected::before {
  background: center/8px no-repeat url("/landings/market/img/form-option-check.svg"), #5273EF;
  border-color: #5273ef;
}

.thanks {
  z-index: 9999999;
}
.thanks__content {
  padding: 32px;
  max-width: 464px;
}
.thanks__content-img {
  max-width: 80px;
  margin-bottom: 24px;
}
.thanks__content-title {
  font-size: 20px;
  line-height: 1.2;
  max-width: 370px;
  margin: 0 auto 12px;
}
.thanks__content-text {
  max-width: 390px;
  margin: 0 auto 24px;
  color: #5F646B;
}
.thanks__content-text b {
  font-weight: 500;
  color: #FF8C67;
}
.thanks__content-btn {
  padding: 18px;
  width: 100%;
  max-width: 100%;
}

.cta {
  background: #fff;
  color: #fff;
  padding-bottom: 144px;
}
.cta .container {
  max-width: 1440px;
}
.cta__inner {
  padding: 80px 64px 90px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: #060028;
}
.cta__inner::before, .cta__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 390px;
  background: bottom/contain no-repeat;
  pointer-events: none;
  transition: 1s ease;
}
.cta__inner::before {
  background-image: url("/landings/buy-traffic/img/cta/bg-1.svg");
  width: 660px;
  left: 0;
}
.cta__inner::after {
  background-image: url("/landings/buy-traffic/img/cta/bg-2.svg");
  width: 720px;
  right: 0;
}
.cta__inner:has(.cta__btn:hover)::before {
  translate: -5% 5%;
  opacity: 0.8;
}
.cta__inner:has(.cta__btn:hover)::after {
  translate: 5% 5%;
  opacity: 0.8;
}
.cta__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-bottom: 32px;
}
.cta__list-item {
  padding-left: 36px;
  position: relative;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
.cta__list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  background: center/contain no-repeat;
}
.cta__list-item:nth-of-type(1)::before {
  background-image: url("/landings/buy-traffic/img/cta/icon-1.svg");
}
.cta__list-item:nth-of-type(2)::before {
  background-image: url("/landings/buy-traffic/img/cta/icon-2.svg");
}
.cta__list-item:nth-of-type(3)::before {
  background-image: url("/landings/buy-traffic/img/cta/icon-3.svg");
}
.cta__title {
  max-width: 700px;
  text-align: center;
  margin: 0 auto 24px;
}
.cta__title strong {
  color: #B682F8;
}
.cta__text {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 48px;
}
.cta__btn {
  margin: 0 auto;
}

@media (max-width: 1023px) {
  .wrapper {
    padding: 0;
  }

  .title {
    font-size: 36px;
  }

  .text {
    font-size: 18px;
  }

  .header .container {
    padding: 0 16px;
  }

  .hero__inner {
    padding: 144px 0 96px;
  }
  .hero__info-btns {
    margin-bottom: 46px;
  }
  .hero__video {
    border-radius: 10px;
  }
  .hero__video .iframe-video-btn {
    width: 60px;
    max-width: 60px;
    height: 60px;
  }

  .source .container {
    padding: 0;
  }
  .source__title {
    max-width: 590px;
    padding: 0 16px;
  }
  .source__text {
    margin-bottom: 48px;
    padding: 0 16px;
  }
  .source__box {
    padding-left: 40px;
    margin: 0;
  }
  .source__box .slick-track {
    display: flex !important;
  }
  .source__item {
    margin-right: 16px;
    max-width: 336px;
    width: unset;
    height: inherit;
  }
  .source__btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 24px 0 32px;
  }
  .source__btns-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: center/contain no-repeat url("/resources/img/slider-btn.svg");
    cursor: pointer;
    font-size: 0;
    border: none;
    transition: 0.3s;
  }
  .source__btns-btn:hover {
    background-image: url("/resources/img/slider-btn-hover.svg");
  }
  .source__btns-btn.prev-btn {
    order: 1;
  }
  .source__btns-btn.next-btn {
    order: 3;
    rotate: 180deg;
  }
  .source__btns .slick-dots {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .source__btns .slick-dots li {
    padding: 0;
    margin: 0;
    background: none;
    line-height: 0;
    font-size: 0;
  }
  .source__btns .slick-dots li button {
    border: none;
    border-radius: 50%;
    font-size: 0;
    padding: 5px;
    background: #D8DDED;
    margin: 0 4px;
    cursor: pointer;
    transition: 0.3s;
  }
  .source__btns .slick-dots li.slick-active button {
    background: #060028;
    transition: 0.3s;
  }

  .formats__inner {
    padding-bottom: 96px;
  }
  .formats__item {
    flex-direction: column;
    padding: 0 40px;
    margin-bottom: 64px;
  }
  .formats__item:last-child {
    margin: 0;
  }
  .formats__item:nth-child(2n) {
    flex-direction: column;
  }
  .formats__item-picture {
    height: 688px;
    border-radius: 20px;
    padding: 40px;
    width: 100%;
    display: block;
  }
  .formats__item-img {
    max-width: 100%;
    height: 100%;
  }
  .formats__item-box {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 32px;
  }
  .formats__item-info {
    max-width: 100%;
  }
  .formats__item-list {
    font-size: 20px;
  }

  .cases {
    border-radius: 0;
    padding: 64px 0;
    margin-bottom: 96px;
  }
  .cases__inner {
    flex-direction: column;
    gap: 48px;
  }
  .cases__left, .cases__right {
    max-width: 100%;
    padding: 0;
  }
  .cases__title {
    font-size: 36px;
    margin-bottom: 48px;
    max-width: 100%;
  }
  .cases__box {
    gap: 16px;
  }
  .cases__item {
    padding: 28px 32px;
    width: calc(50% - 8px);
  }
  .cases__item-text {
    max-width: 100%;
  }
  .cases__subtitle {
    margin: 32px 0 24px;
  }
  .cases__list {
    margin-bottom: 48px;
  }
  .cases__list li::before {
    top: 5px;
  }

  .target__inner {
    padding-bottom: 96px;
  }
  .target__box {
    flex-direction: column;
  }
  .target__picture {
    min-height: 552px;
    width: 100%;
  }

  .popup__body {
    padding-top: 60px;
  }
  .popup__close {
    width: 40px;
    height: 40px;
    top: 8px;
    right: 4px;
  }
  .popup__content {
    padding: 32px;
  }

  .cta {
    padding-bottom: 96px;
  }
  .cta__inner {
    padding: 64px;
    display: flex;
    flex-direction: column;
  }
  .cta__inner::before {
    height: 220px;
    width: 350px;
    background-image: url("/landings/buy-traffic/img/cta/bg-1-tab.svg");
  }
  .cta__inner::after {
    height: 220px;
    width: 350px;
    background-image: url("/landings/buy-traffic/img/cta/bg-2-tab.svg");
  }
  .cta__title {
    max-width: 500px;
    margin: 0 auto 12px;
  }
  .cta__text {
    font-size: 18px;
    margin: 0 auto 32px;
    max-width: 400px;
  }
  .cta__list {
    gap: 16px 24px;
    flex-wrap: wrap;
  }
  .cta__list-item {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }

  .title {
    font-size: 28px;
    text-align: left;
  }

  .header__button {
    display: none;
  }

  .hero__inner {
    padding: 112px 0 64px;
  }
  .hero__info {
    text-align: left;
  }
  .hero__info-title {
    font-size: 40px;
    margin-bottom: 18px;
    margin-left: 0;
    max-width: 344px;
  }
  .hero__info-title br {
    display: none;
  }
  .hero__info-title span svg {
    bottom: -10px;
    display: none;
  }
  .hero__info-title span b {
    position: relative;
  }
  .hero__info-title span b svg {
    display: block;
    bottom: -0.4vw;
    animation-duration: 2.5s;
  }
  .hero__info-text {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .hero__info-btns {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .hero__info-btn {
    width: 100%;
  }

  .source .container {
    padding: 0 16px;
  }
  .source__inner {
    padding-bottom: 96px;
  }
  .source__title {
    padding: 0;
  }
  .source__text {
    padding: 0;
    margin-bottom: 32px;
  }
  .source__box {
    padding: 0;
  }
  .source__item {
    max-width: 100%;
  }
  .source__btn {
    width: 100%;
  }

  .formats__inner {
    padding-bottom: 64px;
  }
  .formats__text {
    margin-bottom: 48px;
  }
  .formats__item {
    padding: 0 16px;
    margin-bottom: 48px;
  }
  .formats__item-picture {
    background: transparent !important;
    height: auto;
    padding: 0;
  }
  .formats__item-img {
    height: auto;
  }
  .formats__item-box {
    margin-top: 16px;
  }
  .formats__item-title {
    font-size: 24px;
  }
  .formats__item-text {
    font-size: 16px;
    margin: 12px 0 16px;
  }
  .formats__item-list {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .formats__item-list li {
    padding-left: 28px;
  }
  .formats__item-btns {
    gap: 8px;
  }
  .formats__item-btns .btn {
    flex: 1;
    padding: 16px 20px;
  }

  .cases {
    padding: 48px 0;
    margin-bottom: 64px;
  }
  .cases__inner {
    gap: 40px;
  }
  .cases__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .cases__box {
    flex-direction: column;
    gap: 12px;
  }
  .cases__item {
    width: 100%;
    padding: 24px;
  }
  .cases__item-title {
    font-size: 40px;
  }
  .cases__subtitle {
    margin: 24px 0;
  }
  .cases__text {
    font-size: 16px;
  }
  .cases__list {
    margin-bottom: 40px;
  }
  .cases__btns {
    flex-direction: column;
  }

  .target__inner {
    padding-bottom: 64px;
  }
  .target__text {
    margin-bottom: 48px;
  }
  .target__item.active .target__item-title {
    padding: 16px 56px 16px 16px;
  }
  .target__item-title {
    padding: 16px 56px 16px 16px;
  }
  .target__item-title::before {
    right: 16px;
  }
  .target__item-text {
    padding: 8px 16px 16px;
    margin-top: -16px;
  }
  .target__picture {
    width: 100%;
    min-height: 332px;
    height: 332px;
  }
  .target__picture-img {
    height: 250px;
  }

  .cta {
    padding-bottom: 64px;
  }
  .cta__inner {
    border-radius: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
  }
  .cta__inner::before, .cta__inner::after {
    display: none;
  }
  .cta__title {
    text-align: left;
  }
  .cta__text {
    text-align: left;
    margin-left: 0;
  }
  .cta__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .cta__btn {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 470px) {
  .popup__content {
    max-width: 100%;
    border-radius: 0;
    padding: 32px 24px;
  }
}

/*# sourceMappingURL=style.css.map */
