.buy-right__video-box video {
	display: inline;
	width: 519px;
	height: 352;
}

.buy-right {
  display: none;
}

@media (min-width: 1200px) {
  .buy-right {
    display: block;
  }
  .buy-right .title {
    margin-bottom: 0.775em;
  }
  .buy-right .text {
    margin-bottom: 4.6rem;
    text-align: center;
    font-size: 1.125em;
    font-weight: 700;
  }
  .buy-right__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3rem;
  }
  .buy-right__item {
    max-width: 19.125em;
    position: relative;
  }
  .buy-right__image {
    margin-bottom: 0.813em;
    max-width: 19.188em;
    border-radius: 0.6rem;
  }
  .buy-right__image-text {
    position: absolute;
    font-size: 1rem;
    max-width: 6.5rem;
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.2rem;
    border-radius: 0.3rem;
    top: 6rem;
    left: 1.3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background-color: #F26421;
    color: #fff;
  }
  .buy-right__image-text::before {
    content: "";
    position: absolute;
    bottom: 0.25rem;
    -webkit-transform: translateY(100%) rotate(45deg);
            transform: translateY(100%) rotate(45deg);
    width: 0.5rem;
    height: 0.5rem;
    background-color: #F26421;
  }
  .buy-right__title {
    margin-bottom: 0.375em;
    margin-left: 0.4rem;
    font-size: 1.6rem;
      font-weight: bold;
  }
  .buy-right__text {
    max-width: 19.3em;
    margin-left: 0.5rem;
    line-height: 1.2;
    font-size: 1.4rem;
  }
  .buy-right__text a {
    text-decoration: none;
  }
  .buy-right__text .orange {
    font-weight: 700;
  }
  .buy-right__text .block {
    display: block;
  }
  .buy-right__video-box {
    text-align: center;
  }
  .buy-right__video-box video {
    width: 60.4rem !important;
  }
  .buy-right__video-title {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
  }
  .buy-right__video-text {
    line-height: 1.2;
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
  .buy-right--ceilings .text {
    margin-bottom: 3.1rem;
  }
  .buy-right--ceilings .buy-right__list {
    margin-bottom: 3.1rem;
  }
  .buy-right--ceilings .buy-right__image {
    margin-bottom: 0.613em;
  }
  .buy-right--ceilings .buy-right__title, .buy-right--ceilings .buy-right__text {
    margin-left: 0;
  }
  .buy-right--ceilings .buy-right__video-box {
    text-align: left;
    margin-left: 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .buy-right--ceilings .buy-right__video-content {
    max-width: 17.813em;
    margin-right: 6rem;
  }
  .buy-right--ceilings .buy-right__video-text {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=buy-right.css.map */