.uc-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.uc-yo-header ul.t228__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.uc-yo-header .t228__list_item {
  padding: 0 !important;
}

.uc-yo-header a.t-menu__link-item {
  padding: 7px 20px;
  border: 1px solid #3B3F4B;
  border-radius: 25px;
  transition-property: background-color, color, border-color, box-shadow !important;
  transition-duration: 0.2s !important;
  transition-timing-function: ease-in-out !important;
}

.uc-yo-header a.t-menu__link-item:hover,
.uc-yo-header a.t-menu__link-item:focus {
  /*background-color: #3B3F4B;
  color: #fff !important;*/
  box-shadow: 0px 2px 3px rgba(0, 11, 48, 0.25) !important;
}

.uc-yo-header .t228__right_buttons_but a.t-btn {
  position: relative;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 54px !important;
}

.uc-yo-header .t228__right_buttons_but a.t-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("https://static.tildacdn.com/tild6536-6433-4038-a438-626439303537/jam_arrow-up-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.uc-h2 h2.t050__title {
  font-size: 24px !important;
  line-height: 28.8px !important;
}

.uc-h2 h2.t050__title em {
  color: #F29EB4 !important;
  font-size: 24px !important;
  line-height: 28.8px !important;
}

.uc-yo-h2,
.uc-yo-h2-reviews,
.uc-template-price {
  padding-bottom: 30px !important;
}

.uc-section,
.uc-yo-services,
.uc-yo-advantages,
.uc-review-slide,
.uc-contacts-form,
.uc-screen-slide {
  padding-bottom: 80px !important;
}

.btn-page-scroll {
  position: relative;
}

.btn-page-scroll::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: rgb(255, 255, 255);
  -webkit-mask-image: linear-gradient(to top, rgb(255, 0, 0), rgb(255, 0, 0)), radial-gradient(circle 25px at center, rgb(255, 0, 0) 80%, transparent 81%);
          mask-image: linear-gradient(to top, rgb(255, 0, 0), rgb(255, 0, 0)), radial-gradient(circle 25px at center, rgb(255, 0, 0) 80%, transparent 81%);
  -webkit-mask-position: bottom right, center;
          mask-position: bottom right, center;
  -webkit-mask-repeat: no-repeat, repeat;
          mask-repeat: no-repeat, repeat;
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 50% 100%);
}

.btn-page-scroll::after {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: rgb(255, 255, 255);
  -webkit-mask-image: linear-gradient(to top, rgb(255, 0, 0), rgb(255, 0, 0)), radial-gradient(circle 25px at center, rgb(255, 0, 0) 80%, transparent 81%);
          mask-image: linear-gradient(to top, rgb(255, 0, 0), rgb(255, 0, 0)), radial-gradient(circle 25px at center, rgb(255, 0, 0) 80%, transparent 81%);
  -webkit-mask-size: 20px 20px, 100%;
          mask-size: 20px 20px, 100%;
  -webkit-mask-position: bottom right, center;
          mask-position: bottom right, center;
  -webkit-mask-repeat: no-repeat, repeat;
          mask-repeat: no-repeat, repeat;
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 50% 100%);
}

.uc-yo-services .backing1 .tn-atom,
.uc-yo-services .backing2 .tn-atom,
.uc-yo-services .backing3 .tn-atom,
.uc-yo-services .backing4 .tn-atom {
  position: relative;
}

.uc-yo-services .backing1 .tn-atom::before,
.uc-yo-services .backing2 .tn-atom::before,
.uc-yo-services .backing3 .tn-atom::before,
.uc-yo-services .backing4 .tn-atom::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #F4F5F7;
  -webkit-mask-image: linear-gradient(to top, rgb(255, 0, 0), rgb(255, 0, 0)), radial-gradient(circle 36px at center, rgb(255, 0, 0) 80%, transparent 81%);
          mask-image: linear-gradient(to top, rgb(255, 0, 0), rgb(255, 0, 0)), radial-gradient(circle 36px at center, rgb(255, 0, 0) 80%, transparent 81%);
  -webkit-mask-size: 30px 30px, 100%;
          mask-size: 30px 30px, 100%;
  -webkit-mask-repeat: no-repeat, repeat;
          mask-repeat: no-repeat, repeat;
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
}

.uc-yo-services .backing1 .tn-atom::before {
  top: -60px;
  left: 0;
  -webkit-mask-position: bottom left, center;
          mask-position: bottom left, center;
  clip-path: polygon(0 50%, 50% 50%, 50% 100%, 0% 100%);
}

.uc-yo-services .backing2 .tn-atom::before {
  bottom: -60px;
  right: 0;
  -webkit-mask-position: top right, center;
          mask-position: top right, center;
  clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 50%);
}

.uc-yo-services .backing3 .tn-atom::before {
  bottom: -60px;
  left: 0;
  -webkit-mask-position: top left, center;
          mask-position: top left, center;
  clip-path: polygon(0 0, 50% 0, 50% 50%, 0 50%);
}

.uc-yo-services .backing4 .tn-atom::before {
  top: -60px;
  right: 0;
  -webkit-mask-position: bottom right, center;
          mask-position: bottom right, center;
  clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 50% 100%);
}

.uc-project-slide .backing .tn-atom,
.uc-temlate-slide .backing .tn-atom {
  position: relative;
}

.uc-project-slide .backing .tn-atom::before,
.uc-temlate-slide .backing .tn-atom::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-mask-repeat: no-repeat, repeat;
          mask-repeat: no-repeat, repeat;
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  -webkit-mask-position: bottom right, center;
          mask-position: bottom right, center;
  -webkit-mask-size: 8px 8px, 100%;
          mask-size: 8px 8px, 100%;
  -webkit-mask-image: linear-gradient(to top, rgb(255, 0, 0), rgb(255, 0, 0)), radial-gradient(circle 10px at center, rgb(255, 0, 0) 80%, transparent 81%);
          mask-image: linear-gradient(to top, rgb(255, 0, 0), rgb(255, 0, 0)), radial-gradient(circle 10px at center, rgb(255, 0, 0) 80%, transparent 81%);
  clip-path: polygon(50% 50%, 100% 50%, 100% 100%, 50% 100%);
  top: 2px;
  left: -16px;
}

.uc-project-slide .backing .tn-atom::before {
  background-color: #f4f5f7;
}

#rec909363314nlm .t-slds__arrow_container {
  display: none;
}

#rec909363314nlm .t-slds__arrow.t-slds__arrow-right:hover {
  transform: translateX(-50%) translateY(0) scale(1) !important;
}

.uc-temlate-slide .backing .tn-atom::before {
  background-color: #fff;
}

.mob-prev .tn-atom,
.desktop-prev .tn-atom {
  overflow: hidden !important;
  box-shadow: 0px 16px 56px rgba(106, 106, 106, 0.2), 0px 2px 21px rgba(106, 106, 106, 0.12);
}

.mob-prev .tn-atom {
  border-radius: 35px !important;
}

.desktop-prev .tn-atom {
  border-radius: 12px !important;
}

.uc-yo-h2-reviews-top {
  padding-bottom: 80px !important;
}

@media screen and (min-width: 480px) {
  .uc-h2 h2.t050__title {
    text-align: center;
    font-size: 54px !important;
    line-height: 64px !important;
  }

  .uc-h2 h2.t050__title em {
    font-size: 46px !important;
    line-height: 48px !important;
  }

  .uc-yo-h2,
  .uc-yo-h2-reviews,
  .uc-template-price {
    padding-bottom: 80px !important;
  }

  .uc-section,
  .uc-yo-services,
  .uc-yo-advantages,
  .uc-review-slide,
  .uc-contacts-form,
  .uc-screen-slide {
    padding-bottom: 140px !important;
  }

  .uc-project-slide .backing .tn-atom::before,
  .uc-temlate-slide .backing .tn-atom::before {
    top: 22px;
    left: -16px;
  }

  .mob-prev .tn-atom {
    border-radius: 15px !important;
  }

  .uc-yo-h2-reviews-top {
    padding-bottom: 140px !important;
  }
}

@media screen and (min-width: 640px) {
  .mob-prev .tn-atom {
    border-radius: 17px !important;
  }
}

@media screen and (min-width: 960px) {
  #rec909363314nlm .t-slds__arrow_container {
    display: block;
  }

  #rec909363314nlm .t-slds__arrow.t-slds__arrow-left,
  #rec909363314nlm .t-slds__arrow.t-slds__arrow-right {
    transform: translateX(-50%);
    bottom: 50px !important;
  }

  #rec909363314nlm .t-slds__arrow.t-slds__arrow-left {
    left: calc(50vw - 425px) !important;
    transform: translateY(0) rotateY(180deg) !important;
  }

  #rec909363314nlm .t-slds__arrow.t-slds__arrow-left:hover {
    transform: translateY(0) scale(1) rotateY(180deg) !important;
  }

  #rec909363314nlm .t-slds__arrow.t-slds__arrow-right {
    left: calc(50vw - 355px) !important;
  }

  #rec909363314nlm .t-slds__bullet_wrapper {
    display: none;
  }

  .uc-review-slide .backing .tn-atom {
    position: relative;
  }

  .uc-review-slide .backing .tn-atom::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-mask-repeat: no-repeat, repeat;
            mask-repeat: no-repeat, repeat;
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    -webkit-mask-position: bottom left, center;
            mask-position: bottom left, center;
    -webkit-mask-size: 20px 20px, 100%;
            mask-size: 20px 20px, 100%;
    -webkit-mask-image: linear-gradient(to top, rgb(255, 0, 0), rgb(255, 0, 0)), radial-gradient(circle 25px at center, rgb(255, 0, 0) 80%, transparent 81%);
            mask-image: linear-gradient(to top, rgb(255, 0, 0), rgb(255, 0, 0)), radial-gradient(circle 25px at center, rgb(255, 0, 0) 80%, transparent 81%);
    clip-path: polygon(0 50%, 50% 50%, 50% 100%, 0 100%);
    top: -40px;
    left: 0;
  }

  .mob-prev .tn-atom {
    border-radius: 20px !important;
  }
}

@media screen and (min-width: 1200px) {
  #rec909363314nlm .t-slds__arrow.t-slds__arrow-left {
    left: calc(50vw - 534px) !important;
  }

  #rec909363314nlm .t-slds__arrow.t-slds__arrow-right {
    left: calc(50vw - 463px) !important;
  }

  #rec909363314nlm .t-slds__arrow_wrapper-right {
    margin-left: 30px !important;
  }

  .mob-prev .tn-atom {
    border-radius: 35px !important;
  }
}

@media screen and (min-width: 1440px) {
  #rec909363314nlm .t-slds__arrow.t-slds__arrow-left {
    left: calc(50vw - 635px) !important;
  }

  #rec909363314nlm .t-slds__arrow.t-slds__arrow-right {
    left: calc(50vw - 563px) !important;
  }
}

@media screen and (max-width: 480px) {
  .temlate-text .tn-atom {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
  }
}