/* Main 2026 preview compiled styles. Source: v2_spytool.me css-new/style.css at 1d72cee6. */
html.main-page-2 .title { font-size: 40px; }
@media screen and (max-width: 767px) { html.main-page-2 .title { font-size: 28px; } }
.offer2 {
  padding: 190px 0 120px;
  background: #1A2224;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .offer2 {
    padding: 120px 0 60px;
  }
}
.offer2:after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 80%;
  aspect-ratio: 1/1;
  background: rgba(92, 190, 146, 0.25);
  border-radius: 50%;
  mix-blend-mode: color-dodge;
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
.offer2 .offer2__title {
  font-weight: 500;
  font-size: 50px;
  color: inherit;
  margin-bottom: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .offer2 .offer2__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.offer2 .offer2__desc {
  line-height: 1.5;
  text-align: center;
  max-width: 560px;
  margin: 0 auto 70px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .offer2 .offer2__desc {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
.offer2 .offer2__desc span {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .offer2 .offer2__desc #typeit {
    display: block;
  }
}
.offer2 .offer2__row {
  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;
  gap: 70px;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .offer2 .offer2__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-bottom: 70px;
  }
}

.video-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.video-link .icon-play1 {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 62px;
  height: 48px;
  border-radius: 15px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.05) 100%);
  color: #fff;
  position: relative;
  z-index: 10;
}
.video-link .icon-play1:after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: #3DC98A;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 15px;
}
.video-link .video-link__txt {
  max-width: 100px;
}
@media (hover: hover) {
  .video-link:hover .icon-play1:after {
    opacity: 1;
  }
}

.award-list {
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  row-gap: 50px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}
@media screen and (max-width: 1200px) {
  .award-list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.award-item {
  padding-left: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.award-item .award-item__content {
  width: 100%;
  border-radius: 16px;
  background: linear-gradient(87deg, rgba(255, 255, 255, 0) 2.37%, rgba(255, 255, 255, 0.1) 56.83%);
  padding: 15px 20px 15px 80px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.award-item .award-item__title {
  font-weight: 600;
  margin-bottom: 5px;
  color: #8EFFCC;
  opacity: 0.75;
}
.award-item .award-item__desc {
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  opacity: 0.75;
}
.award-item .award-item__figure {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.award-item .award-item__figure img {
  width: 106px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.award-item:nth-child(2) .award-item__title {
  color: #FFF59B;
}
.award-item:nth-child(3) .award-item__title {
  color: #91F0FF;
}

.services {
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .services {
    padding: 40px 0 60px;
  }
}
.services .services__brands {
  padding-bottom: 70px;
}
.services .services__tags {
  padding-top: 50px;
}
.services .creatives-tags-marquee {
  margin: 0;
}
.services .creatives-tags-marquee .creatives-tags-item {
  background: #252D30;
  color: #97A2A6;
}

.mqscroller {
  direction: ltr !important;
}

.mqscroller-brands {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  direction: ltr;
}
.mqscroller-brands .mqs-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mqscroller-brands .mqs-group img {
  display: block;
  margin: 0 40px;
  width: auto;
  max-height: 50px;
}
@media screen and (max-width: 767px) {
  .mqscroller-brands .mqs-group img {
    margin: 0 20px;
    max-height: 38px;
  }
}

/* Main 2026 tariff comparison. Source: bd06a78 css-new/style.css. */
[data-home-v2] .prices:after {
  -webkit-animation: none;
          animation: none;
  background: url(../img/main2/ellipse-2.webp) center no-repeat;
  background-size: contain;
  width: 861px;
  height: 750px;
  margin-right: 80px;
}
[data-home-v2] .tariffs-home .rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-home-v2] .tariffs-home .rate__fixed {
  width: 230px;
  padding-top: 20px;
  padding-right: 30px;
}
[data-home-v2] .tariffs-home .rate__scroll {
  width: calc(100% - 230px);
  padding-top: 20px;
  overflow-x: auto;
}
[data-home-v2] .tariffs-home .rate__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-home-v2] .tariffs-home .rate-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 190px;
  min-width: 190px;
  margin-right: 10px;
  overflow: visible;
  color: #E1E1EE;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}
[data-home-v2] .tariffs-home .rate-item:last-child {
  margin-right: 0;
}
[data-home-v2] .tariffs-home .rate-item._best {
  border-color: rgba(255, 210, 98, 0.51);
}
[data-home-v2] .tariffs-home .rate-item-label {
  position: absolute;
  top: -21px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  padding: 2px 22px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px 8px 0 0;
  background: #FFD262;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
}
[data-home-v2] .tariffs-home .rate-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding: 10px 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
[data-home-v2] .tariffs-home .rate-item-tariff {
  min-width: 140px;
  margin: 0;
  padding: 13px 30px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
}
[data-home-v2] .tariffs-home .rate-item-tariff._start { background: rgba(33, 210, 234, 0.15); }
[data-home-v2] .tariffs-home .rate-item-tariff._basic { background: rgba(221, 169, 45, 0.15); }
[data-home-v2] .tariffs-home .rate-item-tariff._premium { background: rgba(93, 29, 205, 0.15); }
[data-home-v2] .tariffs-home .rate-item-tariff._enterprise { background: rgba(30, 165, 138, 0.15); }
[data-home-v2] .tariffs-home .rate-item-body .rate-item-body__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 0 5px;
  -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;
  text-align: center;
  font-size: 12px;
}
[data-home-v2] .tariffs-home .rate-item-body .rate-item-body__desc p {
  margin: 4px 0;
}
[data-home-v2] .tariffs-home .rate-item-body .rate-item-body__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  text-align: center;
}
[data-home-v2] .tariffs-home .rate-item-body .icon-check {
  margin: 0 auto;
  color: #29B877;
  font-size: 15px;
}
[data-home-v2] .tariffs-home .rate-item-body .icon-uncheck {
  color: #9898A1;
  font-size: 20px;
}
[data-home-v2] .tariffs-home .rate-item-body__hidden {
  display: none;
}
[data-home-v2] .tariffs-home .rate-item-body__hidden.is-expanded {
  display: block;
}
[data-home-v2] .tariffs-home .rate-item-body._fixed {
  font-size: 14px;
}
[data-home-v2] .tariffs-home .rate-item-body._fixed .rate-item-body__desc {
  height: 177px;
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #E1E1EE;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
[data-home-v2] .tariffs-home .rate-item-body._fixed .rate-item-body__row {
  color: #D1D1DF;
}
[data-home-v2] .tariffs-home .rate-item-body._fixed:not(.show-all):after {
  display: none;
}
[data-home-v2] .tariffs-home .rate-item-body._fixed .rate-item-body__row span {
  width: 100%;
  text-align: left;
}
[data-home-v2] .tariffs-home .rate-item-body:not(._fixed) .rate-item-body__desc {
  padding-left: 10px;
  padding-right: 10px;
}
[data-home-v2] .tariffs-home .rate-item-body._fixed:not(.show-all) > .rate-item-body__row:nth-child(5) { opacity: 0.5; }
[data-home-v2] .tariffs-home .rate-item-body._fixed:not(.show-all) > .rate-item-body__row:nth-child(6) { opacity: 0.3; }
[data-home-v2] .tariffs-home .rate-item-price {
  padding-top: 5px;
  color: #9994A0;
  text-align: center;
}
[data-home-v2] .tariffs-home .rate-item-price .rate-item-price__val {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
[data-home-v2] .tariffs-home .rate-item-bottom {
  padding-top: 20px;
}
[data-home-v2] .tariffs-home .rate-item-bottom:not(._fixed) {
  padding-left: 25px;
  padding-right: 25px;
}
[data-home-v2] .tariffs-home .rate-item-bottom .btn {
  padding: 0 10px;
  border-radius: 15px;
  text-align: center;
}
[data-home-v2] .tariffs-home .rate-item-bottom._fixed {
  padding-left: 0;
  padding-right: 0;
}
[data-home-v2] .tariffs-home .rate-item-bottom._fixed .btn {
  color: #fff;
}
[data-home-v2] [data-home-v2-toggle-tariffs].show-all {
  margin-top: 8px;
}
[data-home-v2] [data-home-v2-toggle-tariffs].show-all .icon-down {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
@media screen and (max-width: 1024px) {
  [data-home-v2] .tariffs-home .rate__scroll {
    width: calc(100% - 215px);
    margin-right: -15px;
  }
  [data-home-v2] .tariffs-home .rate__list:after {
    content: "";
    min-width: 15px;
  }
  [data-home-v2] .tariffs-home .rate-item {
    min-width: 205px;
  }
}
@media screen and (max-width: 767px) {
  [data-home-v2] .prices:after {
    background: 0;
    display: none;
  }
  [data-home-v2] .tariffs-home .rate__fixed {
    width: 150px;
    padding-right: 10px;
  }
  [data-home-v2] .tariffs-home .rate__scroll {
    width: calc(100% - 135px);
  }
  [data-home-v2] .tariffs-home .rate-item {
    min-width: 170px;
    font-size: 12px;
  }
  [data-home-v2] .tariffs-home .rate-item-tariff {
    min-width: 100px;
    padding: 10px 20px;
    font-size: 14px;
  }
  [data-home-v2] .tariffs-home .rate-item-body .rate-item-body__desc {
    font-size: 10px;
  }
  [data-home-v2] .tariffs-home .rate-item-body._fixed .rate-item-body__row {
    font-size: 11px;
    line-height: 1.1;
  }
  [data-home-v2] .tariffs-home .rate-item-bottom:not(._fixed) {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.service {
  border-radius: 35px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 30px;
  padding: 40px 45px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .service {
    margin-bottom: 15px;
    padding: 30px 25px;
    border-radius: 25px;
    text-align: center;
  }
}
.service .service__content {
  width: 100%;
}
.service figure {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .service figure {
    margin-bottom: 25px;
  }
}
.service figure img {
  display: block;
  width: 65px;
  height: 65px;
}
@media screen and (max-width: 767px) {
  .service figure img {
    margin: 0 auto;
  }
}
.service .service__title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .service .service__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.service .btn {
  margin-top: 25px;
  position: relative;
  z-index: 20;
}
.service .service__desc {
  position: relative;
  z-index: 20;
}
.service .service__label {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  border-radius: 0 0 0 25px;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  background: #FFD262;
}
.service .service__ai {
  width: 190px;
  height: 190px;
  margin: 0 auto;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  z-index: 10;
}
.service .service__ai img {
  width: 80px;
  height: auto;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .service .service__ai {
    height: 120px;
    width: 120px;
    margin: 0 auto 30px;
  }
}
.service .service__ai .particle {
  position: absolute;
  inset: -20px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .service .service__ai .particle {
    inset: -50px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
.service .service__ai:after {
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 80px;
  background: rgba(41, 184, 119, 0.55);
  border-radius: 50%;
  -webkit-filter: blur(75px);
          filter: blur(75px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.service._new-feature:after {
  position: absolute;
  z-index: -1;
  width: 300px;
  height: 300px;
  background: rgba(255, 210, 98, 0.35);
  border-radius: 50%;
  -webkit-transform: translate(60%, -60%);
          transform: translate(60%, -60%);
  top: 0;
  right: 0;
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
.service .service__agent {
  max-width: 310px;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .service .service__agent {
    margin: 10px auto 50px;
  }
}
.service .service__agent img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}
.service .service__agent canvas {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -32%) scale(1);
          transform: translate(-50%, -32%) scale(1);
}
@media screen and (max-width: 767px) {
  .service .service__agent canvas {
    -webkit-transform: translate(-50%, -32%) scale(0.8);
            transform: translate(-50%, -32%) scale(0.8);
  }
}
.service .service__agent:after {
  background: url(../img/main2/service-line-bg.png) center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  -webkit-transform: translate(0%, -37%);
          transform: translate(0%, -37%);
}
.service .service__uniqueizer {
  position: relative;
  z-index: 10;
  max-width: 332px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service .service__uniqueizer {
    margin-bottom: 30px;
  }
}
.service .service__uniqueizer img {
  display: block;
  max-width: 100%;
  height: auto;
}
.service .service__uniqueizer img:nth-child(2) {
  width: 55px;
  position: absolute;
  top: -15px;
  right: 20px;
}
.service .service__uniqueizer:after {
  position: absolute;
  z-index: -1;
  width: 288.5px;
  height: 288.5px;
  background: rgba(255, 210, 98, 0.35);
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  top: 50%;
  left: 50%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
}
.service .service__referral {
  position: relative;
  z-index: 10;
  max-width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .service .service__referral {
    margin-top: 30px;
  }
}
.service .service__referral img {
  display: block;
  max-width: 100%;
  height: auto;
}
.service .service__referral:after {
  position: absolute;
  z-index: -1;
  width: 288.5px;
  height: 288.5px;
  background: #5CBE92;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  top: 50%;
  left: 50%;
  -webkit-filter: blur(150px);
          filter: blur(150px);
}

.creative-formats {
  padding: 75px 0;
}
@media screen and (max-width: 767px) {
  .creative-formats {
    padding: 60px 0;
  }
}

.tubs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  gap: 45px;
  color: #B2BABD;
  font-weight: 500;
  padding: 15px 0 55px;
  text-align: center;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 991px) {
  .tubs-list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tubs-list {
    padding: 0 0 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.tubs-list a {
  padding: 17px 15px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  display: block;
}
.tubs-list a.active {
  color: #3DC98A;
  border-bottom-color: #3DC98A;
}
@media (hover: hover) {
  .tubs-list a:hover {
    color: #3DC98A;
  }
}

.creative-formats-list {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.creative-formats-list:after {
  position: absolute;
  z-index: -1;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(92, 190, 146, 0.25);
  mix-blend-mode: color-dodge;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-100%, -20%);
          transform: translate(-100%, -20%);
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
@media screen and (max-width: 767px) {
  .creative-formats-list:after {
    -webkit-transform: translate(-50%, -20%);
            transform: translate(-50%, -20%);
  }
}

.creative-format {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  position: absolute;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, -webkit-transform 0.6s;
  transition: opacity 0.3s, transform 0.6s;
  transition: opacity 0.3s, transform 0.6s, -webkit-transform 0.6s;
}
.creative-format.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.creative-format.active .creative-format__icon {
  -webkit-animation: tada 2s linear alternate;
          animation: tada 2s linear alternate;
}
@media screen and (max-width: 767px) {
  .creative-format {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .creative-format .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .creative-format .btn {
    width: 100%;
  }
}
.creative-format .creative-format__content {
  width: 100%;
  padding: 0 15px 20px;
}
@media screen and (max-width: 767px) {
  .creative-format .creative-format__content {
    padding: 30px 0 0 0;
  }
}
.creative-format .creative-format__title {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .creative-format .creative-format__title {
    font-size: 24px;
  }
}
.creative-format .creative-format__desc {
  opacity: 0.7;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .creative-format .creative-format__desc {
    margin-bottom: 30px;
  }
}
.creative-format .creative-format__benefits {
  margin-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .creative-format .creative-format__benefits {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.creative-format .creative-format__benefit {
  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;
  gap: 6px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.04);
  padding: 17px 10px;
}
.creative-format .creative-format__benefit strong {
  color: #FFD262;
  font-size: 26px;
  font-weight: 700;
}
.creative-format .creative-format__thumb {
  max-width: 422px;
  position: relative;
  padding: 25px 20px 20px 25.5px;
}
.creative-format .creative-format__thumb:after, .creative-format .creative-format__thumb:before {
  border-radius: 20px;
  background: #3C4E4A;
  -webkit-box-shadow: 0 0 0.724px 0 rgba(255, 255, 255, 0.21), 0 1.448px 0.724px 0 rgba(255, 255, 255, 0.12);
          box-shadow: 0 0 0.724px 0 rgba(255, 255, 255, 0.21), 0 1.448px 0.724px 0 rgba(255, 255, 255, 0.12);
  position: absolute;
  z-index: 5;
}
.creative-format .creative-format__thumb:before {
  top: 45px;
  left: 0;
  right: 45px;
  bottom: 0;
  opacity: 0.2;
}
.creative-format .creative-format__thumb:after {
  opacity: 0.25;
  top: 10px;
  right: 35px;
  bottom: 32px;
  left: 12px;
}
.creative-format .creative-format__thumb img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}
.creative-format .creative-format__thumb._inpage {
  padding-bottom: 35px;
}
.creative-format .creative-format__thumb._inpage:after {
  bottom: 20px;
}
.creative-format .creative-format__thumb._vertical {
  padding: 13px 20px 16px 22.5px;
  max-width: 323px;
  margin: 0 50px;
}
.creative-format .creative-format__thumb._vertical:before {
  top: -7px;
  bottom: 42px;
}
.creative-format .creative-format__thumb._vertical:after {
  top: 40px;
  bottom: 0;
  left: 10px;
}
.creative-format .creative-format__icon {
  width: 66px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}

.free-start {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .free-start {
    padding: 20px 0 10px;
  }
}
.free-start .free-start__content {
  position: relative;
  overflow: hidden;
  border-radius: 42px;
  background: #2B373D;
  padding: 70px 0 90px;
  direction: ltr;
  z-index: 40;
}
@media screen and (max-width: 991px) {
  .free-start .free-start__content {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .free-start .free-start__content {
    margin: 0 -15px;
    border-radius: 0;
    text-align: center;
    padding-bottom: 70%;
  }
}
.free-start .free-start__content:after {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background: url(../img/main/ellipse-2.svg) center 0 no-repeat;
  background-size: contain;
  width: 1000px;
  height: 1000px;
  -webkit-transform: translate(-32%, -8%) rotate(45deg);
          transform: translate(-32%, -8%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .free-start .free-start__content:after {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 69%) rotate(0);
            transform: translate(-50%, 69%) rotate(0);
  }
}
.free-start .free-start__figure {
  width: 64%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-12%, -7%);
          transform: translate(-12%, -7%);
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .free-start .free-start__figure {
    -webkit-transform: translate(-12%, 4%);
            transform: translate(-12%, 4%);
  }
}
@media screen and (max-width: 767px) {
  .free-start .free-start__figure {
    width: 100%;
    bottom: 0;
    top: auto;
    -webkit-transform: translate(3%, 41%);
            transform: translate(3%, 41%);
  }
}
.free-start .free-start__figure img {
  display: block;
  width: 100%;
  height: auto;
}
.free-start .free-start__txt {
  padding: 0 25px;
}
.free-start .free-start__txt p {
  max-width: 430px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .free-start .free-start__txt p {
    margin-left: auto;
    margin-right: auto;
  }
}
.free-start .free-start__txt .title {
  font-weight: 700;
}
.free-start .free-start__txt .title strong {
  color: #FCFF62;
  display: inline-block;
}

.home-marketplace {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .home-marketplace {
    padding: 0;
  }
}
.home-marketplace .home-marketplace__wrapper {
  width: calc(100% - 70px);
  margin: 0 auto;
  border-radius: 30px;
  background: #283034;
  padding: 50px 0;
}
@media screen and (max-width: 1350px) {
  .home-marketplace .home-marketplace__wrapper {
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-marketplace .home-marketplace__wrapper {
    padding: 60px 0;
  }
}
.home-marketplace .market-list .market-list__item {
  margin-bottom: 0;
}
