.intro-section {
  background: url(/assets/img/base-win/intro-bg.jpg) no-repeat center top;
  background-size: cover;
}
.intro-section-wrapper {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 29px 18px 49px;
  color: #f2f0eb;
  text-align: center;
}
.intro-app-icon {
  display: inline-block;
  width: 109px;
  height: 112px;
  background: url(/assets/img/base-win/app-icon.png) no-repeat center top;
  background-size: contain;
  text-align: center;
}
.intro-title {
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
  margin-top: 19px;
}
.section-text {
  display: inline-block;
}
.intro-text {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-top: 9px;
}
.intro-section .button-element {
  max-width: 160px;
  width: 100%;
  margin: 10px 24px;
}
.button-intro-trial {
  border: 2px solid #f5f5f5;
  padding: 8px 0 8px;
}
.button-intro-trial:hover {
  border-color: #f9c3a8;
  color: #f9c3a8;
}
.button-intro-buy {
  background: #f5f5f5;
  color: #752c37;
  padding: 10px 0 10px;
}
.button-intro-buy:hover {
  background: #f9c3a8;
}

.promo-video-section {
  background-color: #f9c3a8;
  background-image: url(/assets/img/base-win/bg-video-poster.jpg);
  background-repeat: repeat;
  padding: 0 20px 35px;
  overflow: hidden;
}
.promo-video-section .section-wrapper {
  padding-top: 35px;
}
.promo-video-container {
  position: relative;
  height: 0;
  padding-bottom: 62.5%;
}
.promo-video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.promo-video-poster {
  position: absolute;
  width: 100%;
  height: 100%;
}
.promo-video-poster img {
  display: block;
  max-width: 100%;
  height: auto;
  z-index: 10;
  margin: /* -3.125% */ 0 auto 0;
  position: relative;
}
.promo-video-play-button {
  position: absolute;
  display: block;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  border: 3px solid #ffffff;
  background-color: #cd4a60;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.19);
  z-index: 20;
}
.promo-video-play-button::after {
  content: "";
  display: block;
  position: absolute;
  left: 35px;
  top: 50%;
  margin-top: -19px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 0 19px 34px;
  border-color: transparent transparent transparent #ffffff;
}
.promo-video-play-button:hover {
  cursor: pointer;
}
.promo-video-play-button:hover {
  background-color: #c03d53;
}

.environment-section {
  text-align: center;
}
.environment-section .section-subtitle {
  margin-top: 23px;
  margin-bottom: 0;
}
.environment-top-part {
  padding: 45px 20px 0;
  color: #421b28;
  background-color: #f59361;
  background-repeat: repeat;
}
.environment-top-part .section-text {
  max-width: 630px;
  margin: 12px auto 51px;
}
.environment-bottom-part {
  color: #e6e6e6;
  padding: 0 20px 73px;
  background-color: #552432;
  background-repeat: repeat;
}
.environment-bottom-part .section-text {
  max-width: 660px;
  margin: 12px auto 0;
}
.environment-section img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.objects-section {
  overflow: hidden;
  text-align: center;
  color: #f2f0eb;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 56px;
  background-color: #4e404f;
  background-repeat: repeat;
}
.objects-image-container {
  text-align: center;
  width: 170%;
  position: relative;
  display: inline-block;
  right: 50%;
  margin-right: -100%;
  z-index: 1;
}
.objects-image-container img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.object-left-side,
.object-right-side {
  display: none;
}
.objects-section .section-subtitle {
  margin-top: -16px;
  margin-bottom: 0;
  position: relative;
  z-index: 20;
}
.objects-section .section-text {
  margin-top: 12px;
  max-width: 640px;
}

.result-section {
  overflow: hidden;
  padding: 38px 20px 0;
  text-align: center;
  color: #f2f0eb;
  background-color: #98aa3a;
  background-repeat: repeat;
}
.result-section .section-subtitle {
  position: relative;
  margin-bottom: 0;
  z-index: 20;
}
.result-section .section-text {
  position: relative;
  margin-top: 12px;
  max-width: 640px;
  z-index: 20;
}
.result-section .section-text:after { 
  content: " ";
  display: table;
  clear: both
}
.result-image-container {
  position: relative;
  display: inline-block;
  width: 182%;
  right: 50%;
  margin-right: -98.2%;
  margin-top: -26.8%;
  text-align: left;
  z-index: 1;
}
.result-image-container img {
  display: inline-block;
  width: 75%;
  height: auto;
}
.result-left-side,
.result-right-side {
  display: none;
}

.slider-title {
  display: inline-block;
  width: 100%;
  margin-top: 3px;
  margin-bottom: 9px;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.slider-text {
  display: inline-block;
  max-width: 540px;
  margin-bottom: 24px;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.furniture-materials-section .slider-text {
  margin-bottom: 0;
}

.section-brief {
  display: inline-block;
  max-width: 660px;
  margin-top: 11px;
}

.floor-plans-section {
  padding: 32px 20px 67px;
  text-align: center;
  background: #d9d9d9;
}

.section-devider {
  position: relative;
  margin: 25px -20px 30px;
  height: 16px;
  overflow: hidden;
}
.section-devider::before,
.section-devider::after {
  content: "";
  display: block;
  position: absolute;
  width: 51%;
  height: 24px;
  top: 2px;
  z-index: 1;
}
.floor-plans-section .section-devider::before,
.floor-plans-section .section-devider::after,
.furniture-materials-section .section-devider::before,
.furniture-materials-section .section-devider::after {
  box-shadow: 0 0 0 2px #aeaeae;
}
.rendering-3d-section .section-devider::before,
.rendering-3d-section .section-devider::after {
  box-shadow: 0 0 0 2px #bababa;
}

.section-devider::before {
  right: 50%;
  margin-right: -1px;
  border-top-right-radius: 28px;
}
.section-devider::after {
  left: 50%;
  margin-left: -2px;
  border-top-left-radius: 28px;
}

.rendering-3d-section {
  padding: 32px 20px 67px;
  text-align: center;
  background: #e8e8e8;
}

.furniture-materials-section {
  padding: 32px 20px 67px;
  text-align: center;
  background: #d9d9d9;
}

.other-features-link {
  display: inline-block;
  position: relative;
  color: #2d212d;
  text-decoration: none;
  margin-top: 76px;
  font-size: 2rem;
}
.other-features-link-icon {
    fill: #e97053;
    fill-rule: evenodd;
    display: block;
    margin: 12px auto 13px;
    width: 38px;
    height: 38px;
}
.other-features-link:hover .other-features-link-icon {
  fill: #c6493f;
}

.export-options-section {
  padding: 33px 20px 78px;
  text-align: center;
  background: #fed3bb;
}
.format-icon-container {
  margin: 22px auto 0;
  font-size: 0;
  max-width: 640px; /* 586 */
}
.format-icon {
  display: inline-block;
  vertical-align: middle;
}
.format-icon-doc {
  height: auto;
  width: 11.262799%;
  margin-right: 4.6075085%;
}
.format-icon-360-videos {
  width: 14.505119%;
  height: auto;
  margin-right: 4.6075085%;
}
.format-icon-video {
  width: 17.406143%;
  height: auto;
}

.tutorials-section {
  padding: 34px 20px 55px;
  overflow: hidden;
  text-align: center;
  background: #f59361;
}
.tutorial-item-list {
  max-width: 640px;
  margin: 29px auto 0;
  font-size: 0;
  text-align: left;
}
.tutorial-item {
  display: inline-block;
  width: 50%;
  padding: 0 3%;
  margin-bottom: 17px;
  font-size: 1.3rem;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.mark-pro::after {
  content: "Pro";
  position: absolute;
  right: 5px;
  top:5px;
  background: #c6493f;
  font-size: 10px;
  line-height: 10px;
  padding: 2px 5px;
  border-radius: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.tutorial-item a {
  display: inline-block;
  max-width: 170px;
  width: 100%;
  text-decoration: none;
}
.tutorial-item-img-wrapper {
  position: relative;
  max-width: 168px;
  width: 100%;
  text-align: center;
}
.tutorial-item-img-wrapper img {
  max-width: 100%;
  height: auto;
}
.tutorial-item-img-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: #c6493f;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  opacity: .7;
  box-shadow: 0 0 3px rgba(0,0,0,.19);
}
.tutorial-item-img-wrapper:hover::before {
  background: #c6493f;
  opacity: 1;
}
.tutorial-item-img-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #ffffff;
}

.tutorial-item-caption {
  line-height: 1.2;
  margin-top: 8px;
  color: #2d212d;
}
.tutorial-item.active .tutorial-item-caption {
 color: #554756;
}

.technology-section {
  padding: 38px 20px 36px;
  overflow: hidden;
  background: #552432;
  color: #f2f0eb;
  text-align: center;
  border-bottom: 1px solid #e97053;
}
.technology-item-container {
  max-width: 760px;
  margin: 38px auto 0;
  font-size: 0;
  line-height: 0;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.technology-item {
  display: inline-block;
  position: relative;
  width: 50%;
  margin-bottom: 40px;
  vertical-align: top;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 0 20px;


  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;


  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;


}
.technology-item-text {
  margin-bottom: 1.4rem;
}
.technology-icon {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;  
  margin: auto auto 0;
}


@media only screen and (min-width: 480px) {
  .intro-section .button-element {
    max-width: 180px;
  }
  .button-intro-trial {
    padding: 9px 0 10px;
  }
  .button-intro-buy {
    padding: 11px 0 12px;
  }
}


@media only screen and (min-width: 568px) {
  .intro-section-wrapper {
    padding-bottom: 69px;
  }
  .intro-app-icon {
    width: 138px;
    height: 142px;
    margin-top: 22px;
  }
  .intro-title {
    margin-top: 0;
    margin-bottom: 38px;
    font-size: 6.5rem;
  }
  .intro-text {
    margin-top: 12px;
    padding: 0 30px;
    font-size: 1.7rem;
    line-height: 2.6rem;
    margin-bottom: 39px;
  }
  .format-icon-doc {
    width: 10.3125%;
    margin-right: 5.90625%;
  }
  .format-icon-360-videos {
    width: 13.28125%;
    margin-right: 5%;
  }
  .format-icon-video {
    width: 15.9375%;
  }
  .tutorial-item {
    width: 26.25%;
    margin-right: 10.625%;
    padding: 0;
    font-size: 1.7rem;
    word-spacing: -1px;
  }
  .tutorial-item:nth-child(3n) {
    margin-right: 0;
  }
  .technology-item {
    width: 33.3333%;
    font-size: 1.7rem;
  }

  .slider-title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .slider-text {
    font-size: 1.5rem;
    line-height: 2.1rem;
  } 
}

@media only screen and (min-width: 668px) {
  .objects-image-container {
    width: 1040px;
  }
  .result-image-container {
    width: 1140px;
    margin-top: -155px;
  }
}

@media only screen and (min-width: 768px) {
  .result-left-side {
    display: block !important;
    position: absolute;
    right: 50%;
    margin-right: 385px;
    bottom: 0;
    z-index: 30;
  }
  .result-right-side {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 278px;
    bottom: 12px;
    z-index: 30;
  }
}

@media only screen and (min-width: 1000px) {
  .object-left-side {
    display: block;
    position: absolute;
    left: -311px;
    top: 8px;
    z-index: 30;
  }
  .object-right-side {
    display: block;
    position: absolute;
    right: -453px;
    top: 21px;
    z-index: 30;
  }
}

@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .intro-section {
    background: url(/assets/img/base-win/intro-bg@2x.jpg) no-repeat center top;
    background-size: cover;
  }
  .intro-app-icon {
    background: url(/assets/img/base-win/app-icon@2x.png) no-repeat center top;
    background-size: contain;
  }
}