/* new sections = new styles */
.complex-smm__page .promo {
  padding-top: 115px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.complex-smm__page .promo .promo__title {
  font-size: clamp(35px, 8.33vw, 110px);
}

.complex-smm__page .promo .promo__title span {
  color: #ff6b00;
  font-size: clamp(35px, 8.33vw, 110px);
  letter-spacing: -0.09em;
  display: inline;
}

.complex-smm__page .promo .promo__subtitle {
  font-family: Kukurudza;
  font-size: clamp(20px, 2.08vw, 30px);
  line-height: 1;
  position: relative;
  z-index: 2;
}

.complex-smm__page .promo .promo__buttons {
  display: grid;
  gap: 20px 10px;
  grid-template-columns: 1fr 1fr;
  max-width: 610px;
  position: relative;
  z-index: 4;
}

.complex-smm__page .promo .promo__buttons .button-transparent:hover {
  background-color: #fff;
  color: #ff6b00;
  border: 1px solid #ff6b00;
}

.complex-smm__page .promo .promo__buttons p {
  color: #fff;
  font-size: clamp(12px, 1.11vw, 16px);
  line-height: 20px;
  font-weight: 600;
}

.complex-smm__page .promo .promo__buttons p:last-of-type {
  text-align: right;
}

/* promo section version 1 */
.complex-smm__page .promo.one {
  background-image: url(../img/promo-back.svg);
  background-position: left 0 bottom -168px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.complex-smm__page .promo.one .button-transparent {
  border: 1px solid #fff;
}

.complex-smm__page .promo.one .promo__title {
  margin-bottom: 2px;
  text-align: center;
  margin-left: -50px;
  margin-right: -50px;
}

.complex-smm__page .promo.one .promo__image {
  width: 89vw;
  max-width: 1286px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -68px;
  z-index: 1;
  min-width: 460px;
}

@media (max-width: 768px) {
  .complex-smm__page .promo.one .promo__image {
    bottom: 25%;
  }
}
@media (max-width: 480px) {
  .complex-smm__page .promo.one .promo__image {
    width: 115vw;
    bottom: 233px;
    transform: translate(-52%, 0);
  }
}
.complex-smm__page .promo.one .promo__buttons {
  margin-top: 287px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .complex-smm__page .promo.one .promo__buttons {
    margin-left: -36px;
    margin-top: 217px;
  }
}
.promo .promo__text {
  display: flex;
  gap: 15px;
  align-items: center;
  padding: 20px 35px;
  background-color: #1a1a1a;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.promo .promo__text img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%) hue-rotate(198deg) brightness(104%) contrast(100%);
}

.promo .promo__text p {
  font-family: Commissioner;
  font-weight: 200;
  font-size: clamp(12px, 1.736vw, 25px);
  line-height: 100%;
  color: #fff;
}

/* promo section version 2 */
.promo.two {
  padding-top: 145px;
  background-image: url(../img/line.svg);
  background-position: right 160px;
  background-repeat: no-repeat;
}

.promo.two .promo__picture {
  position: absolute;
  right: 100px;
  max-width: 385px;
  width: 26.74vw;
  top: -44px;
}

.promo.two .promo__picture img {
  width: 100%;
  height: auto;
}

.promo.two .promo__title {
  margin-bottom: 18px;
}

.promo.two .promo__title span.kukurudza {
  font-family: Kukurudza;
  margin-top: -10px;
  display: inline-block;
}

.promo.two .promo__list {
  display: flex;
  gap: 5px;
  flex-direction: column;
  max-width: 350px;
}

.promo.two .promo__item {
  display: flex;
  gap: 7px;
  font-size: 18px;
  line-height: 1.1;
}

.promo.two .promo__buttons {
  margin-top: 44px;
}

.promo.two .promo__buttons p {
  color: #1a1a1a;
  opacity: 0.5;
}

.promo.two .button-transparent {
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  opacity: 0.5;
}

.promo.two .button-transparent:hover {
  opacity: 1;
  color: #f7f7f7 !important;
  border: none !important;
  background-color: #1a1a1a !important;
}

/* promo section version 3 */
.promo.three {
  background-image: none;
}

.promo.three .promo__picture {
  position: absolute;
  right: -28px;
  max-width: 660px;
  width: 45.83vw;
  bottom: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
}

/* promo section version 4 */
.promo.four {
  top: -65px;
  background-image: none;
  position: relative;
}

.promo.four .promo__picture {
  position: absolute;
  top: 0;
  left: 0;
  right: inherit;
  width: auto;
  min-height: 100%;
  max-width: none;
  min-width: 100%;
  height: auto;
}

.promo.four .promo__title {
  color: #ffffff;
}

.promo.four .promo__title span {
  color: inherit;
}

.promo.four .promo__item {
  color: #ffffff;
}

.promo.four .promo__item img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(5%) saturate(383%) hue-rotate(177deg) brightness(114%) contrast(100%);
}

.promo.four .promo__buttons p {
  color: #ffffff;
  opacity: 0.8;
}

.promo.four .button-transparent {
  border-color: #ffffff;
  opacity: 0.8;
  color: #ffffff;
}

.promo.four .button-transparent:hover {
  opacity: 1;
}

/* promo section version 5 */
.promo.five {
  background-image: none;
}

.promo.five .promo__picture {
  position: absolute;
  right: 60px;
  max-width: 612px;
  width: 42.5vw;
  top: inherit;
  bottom: -200px;
  height: auto;
}

/* promo section version 6 */
.promo.six {
  background-image: none;
}

.promo.six .promo__picture {
  position: absolute;
  right: -8px;
  max-width: 682px;
  width: 47.36vw;
  top: -100px;
  height: auto;
}

/* promo section version 7 */
.promo.seven {
  background-image: none;
  padding-top: 81px;
}

.promo.seven .promo__title {
  display: none;
}

.promo.seven .promo__picture {
  position: relative;
  display: inline-block;
  right: inherit;
  width: 91.875vw;
  max-width: 1323px;
  margin-left: -80px;
  top: inherit;
  height: auto;
}

.promo.seven .promo__buttons {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

/* promo section version 8 */
.promo.eight .promo__title {
  z-index: 2;
  position: relative;
}

.promo.eight .promo__picture {
  right: -30px;
}

/* promo section version 9 */
.promo.nine .promo__title {
  z-index: 3;
  position: relative;
}

.promo.nine .promo__picture {
  position: absolute;
  right: -30px;
  max-width: 775px;
  width: 53.82vw;
  top: inherit;
  bottom: -158px;
  height: auto;
}

/* promo section version 10 */
.promo.ten .promo__picture {
  position: absolute;
  right: 50px;
  max-width: 606px;
  width: 42.08vw;
  top: inherit;
  bottom: -50px;
  height: auto;
}

/* promo section version 11 */
.promo.evelen {
  overflow: visible;
}

.promo.evelen .promo__title {
  color: #fefefe;
}

.promo.evelen .promo__title span {
  color: #f7f7f7;
}

.promo.evelen .promo__picture {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  top: calc(50% - 65px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.promo.evelen .promo__buttons .button-transparent {
  color: #f7f7f7;
  opacity: 1;
  border: 1px solid #fff;
}

.promo.evelen .promo__buttons p {
  color: #fff;
  opacity: 1;
}

/* partners section */
.partners {
  padding: 90px 0 0 0;
  overflow: visible;
}

.partners h2 {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.partners h2 span {
  color: #ff6b00;
}

.partners h2::after {
  position: absolute;
  left: 70%;
  bottom: -70%;
  width: 30.2vw;
  max-width: 435px;
  height: 30.2vw;
  max-height: 435px;
  content: "";
  background-image: url(../../kukuruza2/img/light.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.partners .partner-slider {
  background-color: #1a1a1a;
  height: 200px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  width: 100vw;
}

.partners .partner-slider .partners_line {
  display: flex;
  animation: scroll 100s linear infinite running;
  gap: 100px;
}

.partners .partner-slider .partners_line img {
  max-width: 240px;
  height: auto;
  display: block;
  width: auto;
}

@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .complex-smm__page .promo .promo__subtitle {
    margin-bottom: 6.25vw;
  }
  .complex-smm__page .promo .promo__buttons {
    margin-top: 19.9305555556vw;
  }
  .complex-smm__page .promo.two .promo__buttons {
    margin-top: 5vw;
  }
  .promo.three .promo__picture {
    bottom: -4.8611111111vw;
  }
  .promo.five .promo__picture {
    bottom: -10.3611111111vw;
  }
  .promo.six .promo__picture {
    top: -6.94vw;
    right: -1.69vw;
  }
  /* promo section version 11 */
  .promo.evelen .promo__picture {
    top: calc(50% - 65px);
    left: 50%;
  }
  .partners {
    padding: 6.25vw 0 0 0;
  }
}
@media (max-width: 768px) {
  .complex-smm__page .promo {
    padding-top: 144px;
    padding-bottom: 0;
    margin-top: -65px;
    background-color: #f7f7f7;
    background-position: left 0 bottom 130px;
  }
  .complex-smm__page .promo .promo__image {
    bottom: 130px;
  }
  .complex-smm__page .promo .promo__title {
    margin-bottom: 5px;
  }
  .complex-smm__page .promo .promo__buttons {
    gap: 10px;
    max-width: none;
    margin-top: 224px;
    width: calc(100% + 72px);
    margin-left: -36px;
    background-color: #fefefe;
    border-radius: 20px 20px 0 0;
    padding: 20px 35px 107px;
  }
  .complex-smm__page .promo .promo__buttons .button-orange {
    grid-column: 1/3;
    grid-row: 1/1;
  }
  .complex-smm__page .promo .promo__buttons .button-transparent {
    grid-column: 1/3;
    grid-row: 2/2;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
  }
  .complex-smm__page .promo .promo__buttons p {
    line-height: 14px;
    color: #747474;
    font-weight: 300;
  }
  .promo .promo__text {
    gap: 7px;
    padding: 10px 20px;
    border-radius: 9px;
    margin: 10px auto 0 auto;
  }
  .promo .promo__text img {
    width: 13px;
    height: auto;
  }
  .promo .promo__text p {
    font-size: 12px;
  }
  /* promo section version 2 */
  .promo.two {
    padding-top: 185px;
    background-image: url(../img/line-mob.svg);
    background-size: 100%;
    background-position: 0 300px;
    background-repeat: no-repeat;
  }
  .promo.two .promo__picture {
    position: relative;
    right: inherit;
    width: 100%;
    top: inherit;
    margin-top: 10px;
    display: inline-block;
  }
  .promo.two .promo__title {
    text-align: center;
    line-height: 0.8;
  }
  .promo.two .promo__list {
    max-width: none;
    background-color: #1a1a1a;
    padding: 14px 13px 18px;
    border-radius: 10px;
    color: #ffffff;
    gap: 0px;
  }
  .promo.two .promo__item {
    gap: 5px;
    font-size: 14px;
  }
  .promo.two .promo__item img {
    filter: brightness(0) saturate(100%) invert(91%) sepia(97%) saturate(0%) hue-rotate(125deg) brightness(108%) contrast(101%);
    width: 21px;
    height: auto;
  }
  .promo.two .promo__buttons {
    margin-top: -18px;
    box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.2509803922);
  }
  .promo.two .promo__buttons p {
    color: #1a1a1a;
    opacity: 0.5;
  }
  /* promo section version 3 */
  .promo.three {
    background-image: none;
  }
  .promo.three .promo__picture {
    right: inherit;
    width: 100%;
    top: inherit;
    z-index: -1;
    max-width: 450px;
    transform: translate(-50%, 0);
    left: 50%;
    margin-top: -50px;
  }
  .promo.three .promo__buttons {
    margin-top: -50px;
  }
  .promo.three .promo__list {
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
    color: inherit;
  }
  .promo.three .promo__item img {
    filter: none;
  }
  /* promo section version 4 */
  .promo.four {
    margin-top: 0px;
    padding-top: 144px;
  }
  .promo.four .promo__picture {
    position: absolute;
    right: inherit;
    width: 100%;
    margin-top: 0;
    top: 0;
  }
  .promo.four .promo__list {
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
    color: inherit;
  }
  .promo.four .promo__buttons {
    margin-top: 247px;
    background: rgba(254, 254, 254, 0.8);
    padding-bottom: 70px;
  }
  .promo.four .promo__buttons p {
    color: rgba(26, 26, 26, 0.5);
  }
  /* promo section version 5 */
  .promo.five {
    background-image: none;
  }
  .promo.five .container {
    text-align: center;
  }
  .promo.five .promo__picture {
    position: relative;
    right: inherit;
    width: 102%;
    top: 0;
    margin-top: -70px;
    display: inline-block;
    z-index: -1;
    max-width: 350px;
    margin-left: -5px;
  }
  /* promo section version 6 */
  .promo.six {
    background-image: none;
  }
  .promo.six .container {
    text-align: center;
  }
  .promo.six .promo__buttons {
    margin-top: -120px;
  }
  .promo.six .promo__picture {
    position: relative;
    right: inherit;
    width: 102%;
    top: 0;
    margin-top: -40px;
    display: inline-block;
    z-index: -1;
    max-width: 350px;
    margin-left: -5px;
    margin-bottom: -200px;
  }
  /* promo section version 7 */
  .promo.seven {
    background-image: none;
    padding-top: 130px;
  }
  .promo.seven .promo__title {
    display: none;
  }
  .promo.seven .promo__picture {
    position: relative;
    display: inline-block;
    right: inherit;
    width: 100%;
    margin-left: 0px;
    top: inherit;
    height: auto;
  }
  .promo.seven .promo__buttons {
    margin-top: 70px;
    box-shadow: none;
    background-color: transparent;
    padding-top: 0;
  }
  /* promo section version 8 */
  .promo.eight .promo__title {
    z-index: 2;
    position: relative;
  }
  .promo.eight .promo__picture {
    z-index: 3;
    width: 100vw;
    margin-top: -8px;
    right: 0px;
    max-width: none;
  }
  .promo.eight .promo__buttons {
    margin-top: -80px;
  }
  /* promo section version 9 */
  .promo.nine .promo__picture {
    position: relative;
    right: 0px;
    max-width: 775px;
    width: 100%;
    top: inherit;
    bottom: inherit;
    height: auto;
    margin-top: -20px;
  }
  /* promo section version 10 */
  .promo.ten .promo__picture {
    position: relative;
    right: inherit;
    width: 110%;
    top: 0;
    left: -23px;
    margin-top: 0px;
    display: inline-block;
    z-index: -1;
    max-width: 322px;
  }
  .promo.ten .promo__buttons {
    margin-top: -65px;
  }
  /* promo section version 11 */
  .promo.evelen .promo__title {
    color: #1a1a1a;
  }
  .promo.evelen .promo__title span {
    color: #1a1a1a;
  }
  .promo.evelen .promo__picture {
    position: absolute;
    width: auto;
    max-width: none;
    right: 0;
    bottom: 0;
    min-height: 100%;
    margin-bottom: 0;
    transform: none;
    left: inherit;
    margin-top: -55px;
  }
  .promo.evelen .promo__picture img {
    height: 100%;
    width: auto;
  }
  .promo.evelen .promo__buttons {
    margin-top: 240px;
  }
  .promo.evelen .promo__buttons .button-transparent {
    color: #1a1a1a;
    opacity: 0.5;
    border: 1px solid #1a1a1a;
  }
  .promo.evelen .promo__buttons p {
    color: #1a1a1a;
    opacity: 0.5;
  }
  /* partners section */
  .partners {
    padding-bottom: 0px;
    padding-top: 70px;
    background-color: #fefefe;
    overflow: hidden;
  }
  .partners .partner-slider {
    height: 150px;
  }
  .partners .partner-slider .partners_line {
    gap: 37px;
    animation: scroll 70s linear infinite running;
  }
  .partners .partner-slider .partners_line img {
    max-width: 123px;
    height: auto;
  }
  .partners h2::after {
    background-image: url(../../kukuruza2/img/light-mob.svg);
    bottom: inherit;
    left: 100%;
    left: inherit;
    width: 232px;
    right: 0;
    top: 0;
    transform: translate(35%, -60%);
  }
}
@media (max-width: 426px) {
  /* promo section version 11 */
  .promo.evelen .promo__picture {
    width: 103%;
    height: auto;
    right: inherit;
    bottom: inherit;
    min-height: 100%;
    margin-bottom: 0;
    top: calc(0% - 30px);
    transform: translate(-50%, 0);
    left: 50%;
  }
  .promo.evelen .promo__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.projects {
  margin-top: -10px;
  margin-bottom: 60px;
  background-color: #1a1a1a;
  border-radius: 60px;
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .projects {
    border-radius: 30px;
    padding-bottom: 160px;
    padding-top: 90px;
    margin-bottom: -30px;
    z-index: 2;
    margin-top: -30px;
  }
}
.projects__title {
  color: #f7f7f7;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .projects__title {
    margin-bottom: 30px;
  }
}
.projects .splide {
  width: 100%;
}

.projects__slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 768px) {
  .projects__slide {
    gap: 10px;
  }
}
.projects .splide__pagination {
  counter-reset: pagination-num;
}

.projects .splide__pagination__page:before {
  counter-increment: pagination-num;
  content: counter(pagination-num);
}

.projects .splide__navigation {
  position: absolute;
  bottom: -80px;
  right: 0;
}

@media (max-width: 768px) {
  .projects .splide__navigation {
    bottom: -70px;
  }
}
.projects .splide__arrows {
  gap: 13px;
  bottom: -80px;
  left: inherit;
  right: 0;
}

@media (max-width: 768px) {
  .projects .splide__arrows {
    gap: 5px;
    bottom: -70px;
  }
}
.project {
  position: relative;
  aspect-ratio: 1.74/1;
  border-radius: 20px;
  overflow: hidden;
}

.project__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.project__button {
  position: absolute;
  background-color: #f7f7f7;
  color: #1a1a1a;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1490196078);
  bottom: 15px;
  right: 15px;
  padding: 22px 48px 21px 48px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

.project__button:hover {
  background-color: #ff6b00;
  color: #f7f7f7;
}

.project__button:hover span {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7495%) hue-rotate(102deg) brightness(99%) contrast(88%);
}

.project__button span {
  display: block;
  margin-right: 10px;
  background-image: url(../img/arrow-new.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 17px;
  width: 20px;
  position: relative;
}

@media (max-width: 768px) {
  .project__button {
    height: 30px !important;
    min-height: 0 !important;
    font-size: 14px !important;
  }
}
.splide__pagination {
  display: none;
  position: relative;
  left: inherit;
  bottom: inherit;
  padding: 0;
  display: flex;
  gap: 5px;
}

.splide__pagination__page {
  border-radius: 50px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  background-color: #b9b9b9;
  overflow: hidden;
  border: none;
  opacity: 1;
  position: relative;
  font-family: "Kukurudza";
  font-size: 30px;
  padding: 0;
  margin: 0;
  transition: 0.5s;
  opacity: 1;
}

.splide__pagination__page::after {
  width: 100%;
  height: 0;
  background-color: #1a1a1a;
  bottom: 0;
  position: absolute;
  content: "";
  left: 0;
}

.splide__pagination__page:hover {
  border: 1px solid #fff;
  transition: 0.5s;
  color: #f7f7f7;
}

.splide__pagination__page:hover::after {
  height: 101%;
  transition: 0.5s;
}

.splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #ff6b00;
  color: #fafafa;
}

/* promo section version 12 */
.complex-smm__page .promo.twelve {
  background-image: url(../img/back-twelve.png);
  background-position: bottom;
  padding-bottom: 70px;
}
.complex-smm__page .promo.twelve .promo__image {
  bottom: 0;
  display: inline-block;
}
.complex-smm__page .promo.twelve .promo__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1360px) {
  .complex-smm__page .promo.twelve {
    min-height: 857px;
  }
}
@media (max-width: 768px) {
  .complex-smm__page .promo.twelve {
    padding-bottom: 0;
    background-image: url(../img/back-twelve-mob.png);
    background-position: 0 52%;
  }
  .complex-smm__page .promo.twelve .promo__title {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  .complex-smm__page .promo.twelve .promo__title span:last-child {
    color: #1a1a1a;
  }
  .complex-smm__page .promo.twelve .promo__buttons {
    margin-top: 62.222vw;
    padding-bottom: 120px;
  }
  .complex-smm__page .promo.twelve .promo__image {
    width: 101%;
    min-width: 0;
    transform: translate(-50%, 0);
    bottom: 263px;
  }
}

/* promo section version 13 */
.complex-smm__page .promo.thirteen {
  background-image: url(../img/main-back-13.png);
}
@media (max-width: 768px) {
  .complex-smm__page .promo.thirteen {
    background-image: url(../img/main-back-13-mob.png);
  }
}

/* promo section version 14 */
.complex-smm__page .promo.fourteen {
  background-image: none;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .complex-smm__page .promo.fourteen {
    padding-top: 134px;
  }
}
.complex-smm__page .promo.fourteen .promo__pre-title {
  margin-bottom: 20px;
  font-family: "Ponzu";
  font-weight: 300;
  font-size: clamp(2.5rem, 1.7708rem + 3.2407vw, 4.6875rem);
  line-height: 105%;
  letter-spacing: -5%;
  text-transform: lowercase;
  background: linear-gradient(101.65deg, #5080c0 58.04%, rgba(169, 179, 252, 0) 97.1%), linear-gradient(261.4deg, #78a227 4.73%, rgba(185, 216, 124, 0) 54.03%);
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.3019607843) inset;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .complex-smm__page .promo.fourteen .promo__pre-title {
    margin-bottom: 5px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.complex-smm__page .promo.fourteen .promo__title {
  letter-spacing: -9%;
  margin-bottom: 20px;
}
.complex-smm__page .promo.fourteen .promo__title-mobile {
  display: none;
}
@media (max-width: 768px) {
  .complex-smm__page .promo.fourteen .promo__title {
    margin-top: 5px;
    align-items: center;
  }
  .complex-smm__page .promo.fourteen .promo__title span {
    display: none;
  }
  .complex-smm__page .promo.fourteen .promo__title-mobile {
    display: inline !important;
  }
}
.complex-smm__page .promo.fourteen .promo__text {
  position: relative;
  overflow: hidden;
}
.complex-smm__page .promo.fourteen .promo__text::before {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-color: #ffffff;
  content: "";
  display: block;
}
.complex-smm__page .promo.fourteen .promo__text p {
  color: #000;
}
.complex-smm__page .promo.fourteen .promo__text b {
  font-weight: 600;
}
.complex-smm__page .promo.fourteen .promo__text img {
  filter: none;
}
.complex-smm__page .promo.fourteen .promo__text {
  box-shadow: 0px 4px 7px 0px rgba(255, 255, 255, 0.3019607843) inset;
  background: linear-gradient(94.04deg, #a9cdfc 34.93%, rgba(169, 179, 252, 0) 90.61%), linear-gradient(98.09deg, #9da7ff -12.13%, rgba(167, 123, 255, 0) 53.71%), linear-gradient(265.3deg, #b9d87c -12.82%, rgba(185, 216, 124, 0) 45.45%);
}
.complex-smm__page .promo.fourteen .button-transparent {
  border: #131313 solid 1px;
  color: #131313;
  opacity: 1;
}
.complex-smm__page .promo.fourteen .promo__buttons {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}
.complex-smm__page .promo.fourteen .promo__buttons p {
  opacity: 1;
}
.complex-smm__page .promo.fourteen .promo__buttons .button-orange {
  grid-column: 1/3;
}
.complex-smm__page .promo.fourteen .promo__buttons .button-transparent {
  grid-column: 3/5;
}
.complex-smm__page .promo.fourteen .promo__buttons p:last-of-type {
  grid-column: 3/5;
  grid-row: 2/4;
}
.complex-smm__page .promo.fourteen .promo__buttons .sale {
  grid-column: 2/4;
  justify-self: center;
  grid-row: 2/4;
  color: #5668e6;
}
@media (max-width: 768px) {
  .complex-smm__page .promo.fourteen .promo__buttons {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: -8px;
  }
  .complex-smm__page .promo.fourteen .promo__buttons .button-orange {
    grid-column: 1/4;
    grid-row: 1/2;
  }
  .complex-smm__page .promo.fourteen .promo__buttons .button-transparent {
    grid-column: 1/4;
    grid-row: 2/3;
  }
  .complex-smm__page .promo.fourteen .promo__buttons p:last-of-type {
    grid-column: 3/4;
    grid-row: 3/4;
  }
  .complex-smm__page .promo.fourteen .promo__buttons .sale {
    grid-row: 3/4;
    grid-column: 2/3;
    text-align: center;
  }
}
.complex-smm__page .promo.fourteen .promo__picture {
  right: 0;
  bottom: -100px;
  top: inherit;
  width: 53.6vw;
  max-width: 772px;
}
@media (max-width: 768px) {
  .complex-smm__page .promo.fourteen .promo__picture {
    width: 100vw;
    margin-left: -36px;
    bottom: 0;
    z-index: -1;
    margin-top: -30px;
    max-width: 400px;
  }
}/*# sourceMappingURL=style.css.map */