@charset "UTF-8";

#product-details:has(.motion-stand) {
    padding: 0;
}

.motion-stand {
  background-color: #F5F5F5;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  margin: 0 -15px; 
}

.motion-stand .btn {
  height: 84px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 0 20px;
  border-radius: 45px;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.5358rem + 0.9139vw, 1.5rem);
  line-height: 120%;
  color: #FFFFFF;
}
.motion-stand .btn.btn-blue {
  background-color: #000326;
}
.motion-stand .btn.btn-transparent {
  background-color: transparent;
  border: 1px solid #000326;
  color: #000326;
}
.motion-stand .br-top {
  border-radius: 30px 30px 0 0;
  margin-top: -30px;
}
.motion-stand .section__header {
  font-weight: 600;
  font-size: clamp(1.75rem, 0.9646rem + 3.3511vw, 4.5rem);
  line-height: 120%;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #000326;
}
.motion-stand .section__description {
  font-weight: 400;
  font-size: clamp(1rem, 0.7144rem + 1.2186vw, 2rem);
  line-height: 150%;
  align-items: center;
  letter-spacing: 0.005em;
  color: #FFFFFF;
}
.motion-stand .motion__container {
  max-width: 1688px;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
}
.motion-stand .welcome__section {
  height: calc(100vh - 83px);
  max-height: 1000px;
  min-height: 700px;
  position: relative;
}
.motion-stand .welcome__section .swiper {
  width: 100%;
  height: calc(100vh - 83px);
  max-height: 1000px;
  min-height: 700px;
}
.motion-stand .welcome__section .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.motion-stand .welcome__section .motion__container {
  position: absolute;
  top: 150px;
  bottom: 150px;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.motion-stand .welcome__section .welcome__logo {
  margin-bottom: 100px;
}
.motion-stand .welcome__section .welcome__logo img {
  width: clamp(15.438rem, 18.888vw + 11.011rem, 30.938rem);
  height: auto;
  object-fit: contain;
}
.motion-stand .welcome__section .welcome__title {
  font-weight: 400;
  font-size: clamp(1rem, 0.7144rem + 1.2186vw, 2rem);
  line-height: 150%;
  letter-spacing: 0.005em;
  color: white;
  margin-bottom: 20px;
  max-width: 465px;
}
.motion-stand .welcome__section .welcome__btn {
  margin-top: auto;
}
.motion-stand .welcome__section .welcome__btn .btn {
  max-width: 450px;
  width: 100%;
}
.motion-stand .stand__section {
  z-index: 1;
  position: relative;
  background-color: white;
  overflow: hidden;
  padding: 146px 0;
}
.motion-stand .stand__section .section__header {
  margin-bottom: 30px;
}
.motion-stand .stand__section .stand__slider .stand__image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.motion-stand .stand__section .stand__slider .stand__image-wrapper img {
  max-height: 75vh;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.motion-stand .tv_stand {
  position: relative;
  z-index: 2;
  background-color: black;
  padding: 146px 0;
  margin-top: -35px;
}
.motion-stand .tv_stand .section__header {
  color: white;
  margin-bottom: 100px;
}
.motion-stand .tv_stand .tv__stand-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 52px;
}
.motion-stand .tv_stand .tv__stand-grid .tv__stand-item {
  position: relative;
  aspect-ratio: 1/1;
}
.motion-stand .tv_stand .tv__stand-grid .tv__stand-item .tv__stand-image img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
.motion-stand .tv_stand .tv__stand-grid .tv__stand-item .tv__stand-text {
  position: absolute;
  left: 76px;
  top: 76px;
  right: 76px;
  bottom: 76px;
  font-size: clamp(1rem, 0.7144rem + 1.2186vw, 2rem);
  line-height: 150%;
  letter-spacing: 0.005em;
  color: #000326;
}
.motion-stand .motion__advantages {
  padding: 146px 0 146px;
  position: relative;
  z-index: 4;
  background-color: #F5F5F5;
}
.motion-stand .motion__advantages .section__header {
  margin-bottom: 104px;
}
.motion-stand .motion__advantages .advantages__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 100px 50px;
}
.motion-stand .motion__advantages .advantages__grid .advantage__item {
  display: grid;
  grid-template-columns: 122px 1fr;
  grid-gap: 26px;
  align-items: center;
}
.motion-stand .motion__advantages .advantages__grid .advantage__item .advantage__image {
  padding-right: 26px;
  border-right: 1px solid #000326;
}
.motion-stand .motion__advantages .advantages__grid .advantage__item .advantage__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.motion-stand .motion__advantages .advantages__grid .advantage__item .advantage__text {
  font-weight: 400;
  font-size: clamp(1rem, 0.7144rem + 1.2186vw, 2rem);
  line-height: 150%;
  letter-spacing: 0.005em;
  color: #000326;
}

.motion-stand .parallax__block {
  height: calc(100vh - 100px);
  max-height: 1000px;
  min-height: 500px;
  position: relative;
  background-image: url("/themes/kivi/assets/shop/ua/motion_stand/img/p_tv.png");
  background-attachment: fixed; /* Фон закріплений на місці */
  background-size: cover; /* Фон покриває весь блок */
  background-position: center 100%;
  z-index: 4;
}
.motion-stand .parallax__block.parallax__second {
  background-image: url("/themes/kivi/assets/shop/ua/motion_stand/img/p_tv-2.png");
  background-position: left 100%;
  z-index: 8;
}
.motion-stand .parallax__block.parallax__second .motion__container {
  align-items: flex-end;
}
.motion-stand .parallax__block.parallax__second .motion__container .section__description {
  width: 50%;
}
.motion-stand .parallax__block.parallax__third {
  background-image: url("/themes/kivi/assets/shop/ua/motion_stand/img/p_tv-3.png");
}
.motion-stand .parallax__block .motion__container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.motion-stand .parallax__block .motion__container .parallax__header {
  font-weight: 600;
  font-size: clamp(1.75rem, 0.9646rem + 3.3511vw, 4.5rem);
  line-height: 120%;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: white;
  margin-bottom: 100px;
  max-width: 500px;
}
.motion-stand .parallax__block .motion__container .parallax__description {
  font-size: clamp(1rem, 0.7144rem + 1.2186vw, 2rem);
  line-height: 150%;
  letter-spacing: 0.005em;
  color: #FFFFFF;
  max-width: 500px;
}
.motion-stand .two__tv {
  padding: 150px 0;
  position: relative;
  z-index: 5;
  background-color: #F5F5F5;
}
.motion-stand .two__tv .motion__container {
  position: relative;
}
.motion-stand .two__tv .motion__container .two__tv__title-wrapper {
  position: absolute;
  display: flex;
  width: calc(100% - 60px);;
}
.motion-stand .two__tv .motion__container .two__tv__title-wrapper .section__header {
  font-size: clamp(1.375rem, 0.8395rem + 2.2848vw, 3.25rem);
  color: #fff;
  padding: 4%;
  flex: 1 1 calc(50% - 12px);
}
@media screen and (max-width: 959px) {
  .motion-stand .two__tv .motion__container .two__tv__title-wrapper .section__header {
    font-size: clamp(0.625rem, 2vw + 0.25rem, 1.5rem);
  }
}
.motion-stand .two__tv img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.motion-stand .stand__size {
  position: relative;
  z-index: 6;
  overflow: hidden;
}
.motion-stand .stand__size .stand__img-wrapper img {
  width: 100%;
  height: auto;
}
.motion-stand .stand__size .motion__container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 104px;
}
.motion-stand .stand__size .motion__container .section__header {
  max-width: 500px;
  color: white;
}
.motion-stand .stand__size .motion__container .section__header br {
  display: none;
}
.motion-stand .stand__size .motion__container .section__description {
  color: white;
  max-width: 465px;
}
.motion-stand .move__section {
  position: relative;
  z-index: 8;
  background-color: #F5F5F5;
  padding-top: 100px;
  padding-bottom: 176px;
}
.motion-stand .move__section .move__top {
  display: grid;
  grid-template-columns: 500px 1fr;
  grid-gap: 80px;
  align-items: center;
  margin-bottom: 50px;
}
.motion-stand .move__section .move__top .l__side .section__header {
  margin-bottom: 104px;
}
.motion-stand .move__section .move__top .l__side .section__description {
  color: #000326;
}
.motion-stand .move__section .move__top .r__side img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.motion-stand .move__section .move__bot .move__bot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
.motion-stand .move__section .move__bot .move__bot-grid .move__bot-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.motion-stand .height__section {
  position: relative;
  z-index: 9;
  overflow: hidden;
  height: calc(100vh - 83px);
  max-height: 1000px;
  min-height: 700px;
}
.motion-stand .height__section .swiper {
  width: 100%;
  height: calc(100vh - 83px);
  max-height: 1000px;
  min-height: 700px;
}

.motion-stand .stand__section .swiper .swiper-wrapper {
  height: auto ;
}

.motion-stand .height__section .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 10%;
}
.motion-stand .height__section .motion__container {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.motion-stand .height__section .motion__container .section__header {
  width: 50%;
  color: white;
}
.motion-stand .cable__section {
  margin-bottom: 52px;
}
.motion-stand .cable__section .img__wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.motion-stand .cable__section .motion__container {
  position: relative;
}
.motion-stand .cable__section .motion__container .content__wrapper {
  position: absolute;
  top: 76px;
  bottom: 76px;
  right: 76px;
  left: 76px;
}
.motion-stand .cable__section .motion__container .content__wrapper .section__header {
  margin-bottom: 78px;
  color: white;
}
.motion-stand .cable__section .motion__container .content__wrapper .section__description {
  max-width: 470px;
}
.motion-stand .characteristics__section {
  margin-bottom: 146px;
}
.motion-stand .characteristics__section .characteristics__wrapper {
  padding: 76px;
  border-radius: 30px;
  background-color: white;
}
.motion-stand .characteristics__section .characteristics__wrapper .section__header {
  font-size: clamp(1.375rem, 0.8395rem + 2.2848vw, 3.25rem);
  margin-bottom: 78px;
}
.motion-stand .characteristics__section .characteristics__wrapper .characteristics__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px 50px;
  list-style: disc !important;
}
.motion-stand .characteristics__section .characteristics__wrapper .characteristics__list li {
  list-style: disc !important;
  font-size: clamp(1rem, 0.7144rem + 1.2186vw, 2rem);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.005em;
  color: #000326 !important;
  position: relative;
  margin-left: 25px;
}
.motion-stand .char__second {
  padding: 146px 0;
  position: relative;
  z-index: 10;
  background-color: #F5F5F5;
}
.motion-stand .char__second .motion__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
.motion-stand .char__second .motion__container .chr__item {
  display: grid;
  grid-template-columns: 122px 1fr;
  align-items: center;
  grid-gap: 26px;
}
.motion-stand .char__second .motion__container .chr__item .chr__icon {
  padding-right: 22px;
  border-right: 1px solid #000326;
}
.motion-stand .char__second .motion__container .chr__item .chr__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.motion-stand .char__second .motion__container .chr__item .chr__title {
  font-weight: 400;
  font-size: clamp(1rem, 0.7144rem + 1.2186vw, 2rem);
  line-height: 150%;
  letter-spacing: 0.005em;
  color: #000326;
}
.motion-stand .last__section {
  position: relative;
}
.motion-stand .last__section .img__wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.motion-stand .last__section .motion__container {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.motion-stand .last__section .motion__container .section__header {
  color: white;
  text-align: center;
}
.motion-stand .last__section .motion__container .btns__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.motion-stand .last__section .motion__container .btns__wrapper .btn {
  max-width: 450px;
  width: 100%;
}

@media screen and (max-height: 1000px) {
  .motion-stand .welcome__section .motion__container {
    top: 70px;
    bottom: 70px;
  }
  .motion-stand .welcome__section .welcome__logo {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1500px) {
  .motion-stand .btn {
    height: 64px;
  }
  .motion-stand .welcome__section .welcome__btn .btn {
    max-width: 340px;
  }
  .motion-stand .stand__section {
    padding: 100px 0;
  }
  .motion-stand .tv_stand {
    padding: 104px 0;
  }
  .motion-stand .tv_stand .section__header {
    margin-bottom: 78px;
  }
  .motion-stand .tv_stand .tv__stand-grid {
    grid-gap: 40px;
  }
  .motion-stand .tv_stand .tv__stand-grid .tv__stand-item .tv__stand-text {
    top: 57px;
    left: 57px;
    right: 57px;
    bottom: 57px;
  }
  .motion-stand .motion__advantages {
    padding: 100px 0 100px;
  }
  .motion-stand .motion__advantages .section__header {
    margin-bottom: 78px;
  }
  .motion-stand .motion__advantages .advantages__grid {
    grid-gap: 65px 30px;
  }
  .motion-stand .motion__advantages .advantages__grid .advantage__item {
    grid-template-columns: 93px 1fr;
  }
  .motion-stand .motion__advantages .advantages__grid .advantage__item .advantage__image {
    padding-right: 21px;
  }
  .motion-stand .parallax__block .motion__container .parallax__header {
    margin-bottom: 78px;
  }
  .motion-stand .two__tv {
    padding: 108px 0;
  }
  .motion-stand .stand__size .motion__container {
    gap: 78px;
  }
  .motion-stand .move__section {
    padding-bottom: 138px;
  }
  .motion-stand .move__section .move__top .l__side .section__header {
    margin-bottom: 78px;
  }
  .motion-stand .move__section .move__bot .move__bot-grid {
    grid-gap: 39px;
  }
  .motion-stand .cable__section .motion__container .content__wrapper {
    top: 57px;
    bottom: 57px;
    left: 57px;
    right: 57px;
  }
  .motion-stand .cable__section .motion__container .content__wrapper .section__header {
    margin-bottom: 57px;
  }
  .motion-stand .characteristics__section {
    margin-bottom: 100px;
  }
  .motion-stand .characteristics__section .characteristics__wrapper {
    padding: 57px;
  }
  .motion-stand .characteristics__section .characteristics__wrapper .section__header {
    margin-bottom: 58px;
  }
  .motion-stand .char__second {
    padding: 117px 0;
  }
  .motion-stand .char__second .motion__container {
    grid-gap: 30px;
  }
  .motion-stand .char__second .motion__container .chr__item {
    grid-template-columns: 93px 1fr;
    grid-gap: 21px;
  }
  .motion-stand .char__second .motion__container .chr__item .chr__title {
    font-size: 24px;
  }
  .motion-stand .last__section .motion__container .btns__wrapper {
    gap: 78px;
  }
  .motion-stand .last__section .motion__container .btns__wrapper .btn {
    max-width: 340px;
  }
}
@media screen and (max-width: 1150px) {
  .motion-stand .motion__advantages .advantages__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px 30px;
  }
}
@media screen and (max-width: 992px) {
  .motion-stand .tv_stand .tv__stand-grid {
    grid-template-columns: 1fr;
    grid-gap: 42px;
  }
  .motion-stand .tv_stand .tv__stand-grid .tv__stand-item .tv__stand-text {
    left: 76px;
    top: 76px;
    right: 76px;
    bottom: 76px;
  }
  .motion-stand .motion__advantages .advantages__grid {
    grid-template-columns: 1fr;
    grid-gap: 35px;
  }
  .motion-stand .parallax__block {
    background-image: url("/themes/kivi/assets/shop/ua/motion_stand/img/p_tv-mob.png");
  }
  .motion-stand .parallax__block.parallax__second {
    background-image: url("/themes/kivi/assets/shop/ua/motion_stand/img/p_tv-mob-2.png");
  }
  .motion-stand .parallax__block.parallax__third {
    background-image: url("/themes/kivi/assets/shop/ua/motion_stand/img/p_tv-mob-3.png");
  }
  .motion-stand .parallax__block .motion__container .parallax__header {
    margin-bottom: 36px;
    max-width: 100%;
  }
  .motion-stand .parallax__block .motion__container .parallax__header br {
    display: none;
  }
  .motion-stand .parallax__block .motion__container .parallax__description {
    max-width: 100%;
  }
  .motion-stand .parallax__block .motion__container .parallax__description br {
    display: none;
  }
  .motion-stand .stand__size .motion__container {
    bottom: 138px;
    justify-content: flex-end;
    gap: 36px;
  }
  .motion-stand .stand__size .motion__container .section__header br {
    display: initial;
  }
  .motion-stand .stand__size .motion__container .section__description {
    max-width: 100%;
  }
  .motion-stand .move__section .move__top {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .motion-stand .cable__section .motion__container .content__wrapper {
    top: 37px;
  }
  .motion-stand .cable__section .motion__container .content__wrapper .section__header {
    margin-bottom: 58px;
  }
  .motion-stand .cable__section .motion__container .content__wrapper .section__description {
    max-width: 250px;
  }
  .motion-stand .characteristics__section .characteristics__wrapper .characteristics__list {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .motion-stand .char__second {
    padding: 117px 0;
  }
  .motion-stand .char__second .motion__container {
    grid-gap: 39px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .motion-stand .br-top {
    border-radius: 20px 20px 0 0;
  }
  .motion-stand .btn {
    height: 42px;
  }
  .motion-stand .tv_stand {
    padding: 36px 0 56px;
  }
  .motion-stand .tv_stand .section__header {
    margin-bottom: 30px;
  }
  .motion-stand .tv_stand .tv__stand-grid {
    grid-gap: 24px;
  }
  .motion-stand .tv_stand .tv__stand-grid .tv__stand-item .tv__stand-text {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
  .motion-stand .welcome__section {
    max-height: 600px;
  }
  .motion-stand .welcome__section .motion__container {
    top: 36px;
    bottom: 60px;
  }
  .motion-stand .welcome__section .welcome__carousel {
    max-height: 600px;
  }
  .motion-stand .welcome__section .welcome__logo {
    margin-bottom: 36px;
  }
  .motion-stand .welcome__section .welcome__title {
    max-width: 250px;
  }
  .motion-stand .welcome__section .welcome__btn .btn {
    max-width: 226px;
  }
  .motion-stand .stand__section {
    padding: 36px 0 56px;
  }
  .motion-stand .motion__advantages {
    padding: 36px 0;
  }
  .motion-stand .motion__advantages .section__header {
    margin-bottom: 36px;
  }
  .motion-stand .motion__advantages .advantages__grid {
    grid-gap: 26px;
  }
  .motion-stand .motion__advantages .advantages__grid .advantage__item {
    grid-template-columns: 62px 1fr;
    grid-gap: 14px;
  }
  .motion-stand .motion__advantages .advantages__grid .advantage__item .advantage__image {
    padding-right: 14px;
  }
  .motion-stand .parallax__block {
    background: none;
    height: initial;
    min-height: initial;
    max-height: initial;
    margin-top: 0;
  }
  .motion-stand .parallax__block.parallax__second {
    margin-top: -30px;
    background: none;
  }
  .motion-stand .parallax__block.parallax__second .motion__container .section__description {
    width: 100%;
  }
  .motion-stand .parallax__block .mob__img-wrap {
    display: block !important;
  }
  .motion-stand .parallax__block .mob__img-wrap img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .motion-stand .parallax__block .motion__container {
    height: fit-content;
    top: 36px;
  }
  .motion-stand .parallax__block .motion__container .parallax__header {
    margin-bottom: 26px;
  }
  .motion-stand .two__tv {
    padding: 36px 0 66px;
  }
  .motion-stand .stand__size .motion__container {
    bottom: 57px;
    gap: 26px;
  }
  .motion-stand .stand__size .motion__container .section__header br {
    display: initial;
  }
  .motion-stand .move__section {
    padding: 36px 0 68px;
  }
  .motion-stand .move__section .move__top {
    margin-bottom: 24px;
  }
  .motion-stand .move__section .move__top .l__side .section__header {
    margin-bottom: 36px;
  }
  .motion-stand .move__section .move__bot .move__bot-grid {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
  .motion-stand .height__section {
    max-height: 600px;
  }
  .motion-stand .height__section .motion__container {
    top: 36px;
    bottom: 60px;
    align-items: flex-start;
  }
  .motion-stand .height__section .motion__container .section__header {
    width: 100%;
  }
  .motion-stand .height__section .height__slider {
    max-height: 600px;
  }
  .motion-stand .cable__section {
    margin-bottom: 24px;
  }
  .motion-stand .cable__section .motion__container .content__wrapper {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
  }
  .motion-stand .cable__section .motion__container .content__wrapper .section__header {
    margin-bottom: 26px;
  }
  .motion-stand .cable__section .motion__container .content__wrapper .section__description {
    max-width: 100%;
  }
  .motion-stand .characteristics__section {
    margin-bottom: 36px;
  }
  .motion-stand .characteristics__section .characteristics__wrapper {
    padding: 30px;
  }
  .motion-stand .characteristics__section .characteristics__wrapper .section__header {
    margin-bottom: 26px;
  }
  .motion-stand .characteristics__section .characteristics__wrapper .characteristics__list li {
    margin-left: 15px;
  }
  .motion-stand .char__second {
    padding: 36px 0;
  }
  .motion-stand .char__second .motion__container {
    grid-gap: 26px;
    grid-template-columns: 1fr;
  }
  .motion-stand .char__second .motion__container .chr__item {
    grid-template-columns: 48px 1fr;
    grid-gap: 16px;
  }
  .motion-stand .char__second .motion__container .chr__item .chr__icon {
    padding-right: 16px;
  }
  .motion-stand .char__second .motion__container .chr__item .chr__title {
    font-size: 16px;
  }
  .motion-stand .char__second .motion__container .chr__item .chr__title br {
    display: none;
  }
  .motion-stand .last__section .motion__container .btns__wrapper {
    flex-direction: column;
    gap: 26px;
  }
  .motion-stand .last__section .motion__container .btns__wrapper .btn {
    max-width: 230px;
  }
}

