.sketchup-for-windows {
  background-color: #fff;
}

.sketchup-for-windows p {
  color: #646b72;
}
@media screen and (min-width: 576px) {
  .sketchup-for-windows p {
    min-height: 50px;
  }
}
.sketchup-for-windows p:last-child {
  padding-bottom: 0;
}

.sketchup-for-windows p + ul {
  margin-top: -1rem;
}

.sketchup-for-windows h2 {
  margin-bottom: 40px;
  color: #252f3e;
}
.sketchup-for-windows h2 + p {
  max-width: 645px;
}

.sketchup-for-windows ul {
  padding-left: 25px;
  color: #646b72;
}

.sketchup-for-windows ol {
  color: #646b72;
}

.sketchup-for-windows .section-label svg {
  overflow: visible;
  width: 674px;
}

@media screen and (max-width: 991px) {
  .sketchup-for-windows .section-label svg {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .sketchup-for-windows .section-label svg {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .sketchup-for-windows .section-label svg {
    width: 250px;
  }
}

.sketchup-for-windows .number-step {
  border-top: 1px solid #c0cbda;
  font-weight: 500;
  font-size: 90px;
  line-height: 91px;
  color: rgba(32, 94, 187, 0.1);
}

.sketchup-for-windows .hero-block {
  position: relative;
  padding-bottom: 162px;
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .hero-block {
    padding-bottom: 40px;
  }
}

.sketchup-for-windows .hero-block::after {
  content: "";
  position: absolute;
  top: -164px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/hero-block/sketchup-windows-bg.jpg") 50% 50%/cover no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
  .sketchup-for-windows .hero-block::after {
    background-image: url("../images/hero-block/sketchup-windows-bg@2x.jpg");
  }
}

@media screen and (max-width: 991px) {
  .sketchup-for-windows .hero-block::after {
    background-image: url("../images/hero-block/sketchup-windows-bg-992w.jpg");
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 991px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) and (max-width: 991px) {
  .sketchup-for-windows .hero-block::after {
    background-image: url("../images/hero-block/sketchup-windows-bg-992w@2x.jpg");
  }
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .hero-block::after {
    background-image: url("../images/hero-block/sketchup-windows-bg-576w.jpg");
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 575px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) and (max-width: 575px) {
  .sketchup-for-windows .hero-block::after {
    background-image: url("../images/hero-block/sketchup-windows-bg-576w@2x.jpg");
  }
}

.sketchup-for-windows .hero-block::before {
  content: "";
  position: absolute;
  top: -164px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(37, 47, 62, 0.8) -webkit-gradient(linear, left bottom, left top, color-stop(19.5%, #252f3e), color-stop(99.46%, rgba(37, 47, 62, 0)));
  background: rgba(37, 47, 62, 0.8) linear-gradient(0deg, #252f3e 19.5%, rgba(37, 47, 62, 0) 99.46%);
  z-index: 1;
}

.sketchup-for-windows .hero-block .container {
  position: relative;
  z-index: 1;
}

.sketchup-for-windows .hero-block h1 {
  margin-bottom: 70px;
}

.sketchup-for-windows .hero-block h2 {
  color: #fff;
}

.sketchup-for-windows .hero-block p {
  color: #9eadc4;
}

.sketchup-for-windows .hero-block .hero-block__btn {
  margin-top: 40px;
}

.sketchup-for-windows .hero-block img, .sketchup-for-windows .hero-block picture {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.sketchup-for-windows .about-block {
  position: relative;
  padding-top: 398px;
  padding-bottom: 80px;
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .about-block {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.sketchup-for-windows .about-block button {
  margin-top: 40px;
}

.sketchup-for-windows .about-block__banner {
  position: absolute;
  top: -83px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 302px 47px 50px;
  width: 98%;
  max-width: 1310px;
  background: url("../images/about-block/about-bg.jpg") center/cover no-repeat;
  z-index: 5;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
  .sketchup-for-windows .about-block__banner {
    background-image: url("../images/about-block/about-bg@2x.jpg");
  }
}

@media screen and (max-width: 991px) {
  .sketchup-for-windows .about-block__banner {
    padding-top: 250px;
    background-image: url("../images/about-block/about-bg-992w.jpg");
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 991px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) and (max-width: 991px) {
  .sketchup-for-windows .about-block__banner {
    background-image: url("../images/about-block/about-bg-992w@2x.jpg");
  }
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .about-block__banner {
    padding: 100px 15px 50px;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    position: static;
    margin-bottom: 40px;
    background-image: url("../images/about-block/about-bg-576w.jpg");
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 575px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) and (max-width: 575px) {
  .sketchup-for-windows .about-block__banner {
    background-image: url("../images/about-block/about-bg-576w@2x.jpg");
  }
}

.sketchup-for-windows .about-block__banner p {
  font-weight: 500;
  font-size: 34px;
  line-height: 41px;
  color: rgba(42, 61, 89, 0.8);
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .about-block__banner p {
    font-size: 30px;
  }
}

.sketchup-for-windows .about-block img, .sketchup-for-windows .about-block picture {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.sketchup-for-windows .functions-block {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .functions-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sketchup-for-windows .functions-block .container {
  position: relative;
  z-index: 1;
}

.sketchup-for-windows .functions-block .section-label {
  top: 30px;
  right: 60px;
}

@media screen and (max-width: 991px) {
  .sketchup-for-windows .functions-block .section-label {
    top: 5px;
    right: 75px;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .sketchup-for-windows .functions-block .section-label {
    top: 20px;
    right: 55px;
  }
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .functions-block .section-label {
    top: 10px;
  }
}

.sketchup-for-windows .functions-block__wrap {
  position: relative;
}

.sketchup-for-windows .functions-block__wrap:nth-of-type(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30%;
  background: url("../images/functions-block/functions-block-bg-1.jpg") right top/cover no-repeat;
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .functions-block__wrap:nth-of-type(3)::before {
    display: none;
  }
}

.sketchup-for-windows .functions-block__wrap:nth-of-type(4)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  background: url("../images/functions-block/functions-block-bg-2.jpg") left top/cover no-repeat;
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .functions-block__wrap:nth-of-type(4)::before {
    display: none;
  }
}

.sketchup-for-windows .functions-block img, .sketchup-for-windows .functions-block picture {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.sketchup-for-windows .products-block {
  padding-top: 80px;
  padding-bottom: 35px;
  background-color: #fbfbfb;
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .products-block {
    padding-top: 40px;
    padding-bottom: 1px;
  }
}

.sketchup-for-windows .products-block .title-svg__wrap {
  overflow: visible;
}

.sketchup-for-windows .products-block .title-svg__wrap svg {
  overflow: visible;
  width: 674px;
}

@media screen and (max-width: 991px) {
  .sketchup-for-windows .products-block .title-svg__wrap svg {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .sketchup-for-windows .products-block .title-svg__wrap svg {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .sketchup-for-windows .products-block .title-svg__wrap svg {
    width: 250px;
  }
}

.sketchup-for-windows .windows-block {
  position: relative;
  padding-top: 80px;
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .windows-block {
    padding-top: 40px;
  }
}

.sketchup-for-windows .windows-block .container {
  position: relative;
  z-index: 1;
}

.sketchup-for-windows .windows-block .section-label {
  top: 150px;
  left: 0;
}

@media screen and (max-width: 991px) {
  .sketchup-for-windows .windows-block .section-label {
    top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .sketchup-for-windows .windows-block .section-label {
    top: 21px;
  }
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .windows-block .section-label {
    top: 10px;
  }
}

.sketchup-for-windows .windows-block ol {
  padding-left: 15px;
}

.sketchup-for-windows .windows-block__item {
  margin-bottom: 60px;
}

.sketchup-for-windows .windows-block a {
  text-decoration: underline;
  font-weight: 500;
}

.sketchup-for-windows .windows-block p b {
  color: #252f3e;
  font-size: 17px;
  line-height: 25px;
}

.sketchup-for-windows .windows-block__instruction {
  padding-top: 132px;
  padding-bottom: 80px;
  background: url("../images/windows-block/windows-block-bg.png") top right/cover no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
  .sketchup-for-windows .windows-block__instruction {
    background-image: url("../images/windows-block/windows-block-bg@2x.png");
  }
}

@media screen and (max-width: 991px) {
  .sketchup-for-windows .windows-block__instruction {
    background-image: url("../images/windows-block/windows-block-bg-992w.png");
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 991px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) and (max-width: 991px) {
  .sketchup-for-windows .windows-block__instruction {
    background-image: url("../images/windows-block/windows-block-bg-992w@2x.png");
  }
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .windows-block__instruction {
    background: #f8f8f8;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sketchup-for-windows .windows-block__instruction p > b {
  font-size: 20px;
  line-height: 28px;
}

.sketchup-for-windows .windows-block__video {
  position: relative;
}

.sketchup-for-windows .windows-block__video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: linear-gradient(100.14deg, #0f4dab 28.76%, #006dfe 96.54%), linear-gradient(180deg, #ffffff 5.8%, rgba(255, 255, 255, 0) 84.3%);
  -webkit-box-shadow: 8px 4px 15px rgba(0, 0, 0, 0.13);
          box-shadow: 8px 4px 15px rgba(0, 0, 0, 0.13);
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .windows-block__video-cover {
    padding: 15px;
  }
}

.sketchup-for-windows .windows-block__video .lazyframe__title {
  display: none;
}

.sketchup-for-windows .windows-block__video .lazyframe[data-vendor="youtube"], .sketchup-for-windows .windows-block__video .lazyframe[data-vendor="youtube_nocookie"] {
  background-color: transparent;
}

.sketchup-for-windows .windows-block__video .lazyframe[data-vendor="youtube"]::after, .sketchup-for-windows .windows-block__video .lazyframe[data-vendor="youtube_nocookie"]::after {
  width: 60px;
  height: 60px;
  background-image: url("../images/video-cover/play-video-cover.svg");
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .windows-block__video .lazyframe[data-vendor="youtube"]::after, .sketchup-for-windows .windows-block__video .lazyframe[data-vendor="youtube_nocookie"]::after {
    width: 40px;
    height: 40px;
  }
}

.sketchup-for-windows .windows-block__video .lazyframe[data-vendor="youtube"]:hover::after, .sketchup-for-windows .windows-block__video .lazyframe[data-vendor="youtube_nocookie"]:hover::after {
  background-image: url("../images/video-cover/play-active-video-cover.svg");
}

.sketchup-for-windows .windows-block__video .video-cover__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 125%;
  color: #ffffff;
  max-width: 270px;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sketchup-for-windows .windows-block__video .video-cover__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .sketchup-for-windows .windows-block__video .video-cover__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .windows-block__video .video-cover__title {
    font-size: 16px;
  }
}

.sketchup-for-windows .windows-block__video .video-cover__bg-text {
  position: absolute;
  font-weight: bold;
  font-size: 326px;
  line-height: 111%;
  top: 0;
  right: -14%;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(16.86%, rgba(255, 255, 255, 0.1)), color-stop(93.2%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 16.86%, rgba(255, 255, 255, 0) 93.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sketchup-for-windows .windows-block__video .video-cover__bg-text {
    font-size: 240px;
  }
}

@media screen and (max-width: 767px) {
  .sketchup-for-windows .windows-block__video .video-cover__bg-text {
    font-size: 240px;
  }
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .windows-block__video .video-cover__bg-text {
    font-size: 180px;
    top: 10%;
  }
}

.sketchup-for-windows .windows-block__video .video-cover__logos-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sketchup-for-windows .windows-block__video .video-cover__logo {
  opacity: 0.8;
}

.sketchup-for-windows .windows-block__video .video-cover__logo:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sketchup-for-windows .windows-block__video .video-cover__logo:nth-of-type(2)::before {
  content: "";
  width: 1px;
  height: 20px;
  display: block;
  background-color: #fff;
  margin-right: 15px;
  margin-left: 15px;
}

.sketchup-for-windows .peculiarities-block {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .peculiarities-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sketchup-for-windows .peculiarities-block::before {
  content: "";
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 30%;
  height: 794px;
  background: url("../images/peculiarities-block/peculiarities-block-bg.jpg") bottom left/cover no-repeat;
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .peculiarities-block::before {
    display: none;
  }
}

.sketchup-for-windows .peculiarities-block ul {
  max-width: 300px;
  list-style-image: url("../images/peculiarities-block/check-icon.svg");
}

@media screen and (max-width: 991px) {
  .sketchup-for-windows .peculiarities-block ul {
    max-width: 100%;
  }
}

.sketchup-for-windows .peculiarities-block ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.sketchup-for-windows .peculiarities-block img, .sketchup-for-windows .peculiarities-block picture {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.sketchup-for-windows .versions-block {
  position: relative;
  padding-top: 80px;
  padding-bottom: 133px;
  background: #fff url("../images/versions-block/versions-block-bg.png") bottom right/cover no-repeat;
  overflow: visible;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
  .sketchup-for-windows .versions-block {
    background-image: url("../images/versions-block/versions-block-bg@2x.png");
  }
}

@media screen and (max-width: 991px) {
  .sketchup-for-windows .versions-block {
    background-image: url("../images/versions-block/versions-block-bg-992w.png");
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 991px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) and (max-width: 991px) {
  .sketchup-for-windows .versions-block {
    background-image: url("../images/versions-block/versions-block-bg-992w@2x.png");
  }
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .versions-block {
    background: #f8f8f8;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.sketchup-for-windows .versions-block ul {
  list-style-image: url("../images/versions-block/check-icon.svg");
}

.sketchup-for-windows .versions-block ul li:not(:last-of-type) {
  margin-bottom: 15px;
}

.sketchup-for-windows .versions-block .section-label {
  top: -75px;
  right: 0;
}

@media screen and (max-width: 991px) {
  .sketchup-for-windows .versions-block .section-label {
    right: 75px;
    left: auto;
  }
}

@media screen and (max-width: 767px) {
  .sketchup-for-windows .versions-block .section-label {
    top: -70px;
    right: 55px;
  }
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .versions-block .section-label {
    top: -40px;
    right: 15px;
  }
}

.sketchup-for-windows .price-block {
  position: relative;
  padding-top: 80px;
  padding-bottom: 180px;
}

@media screen and (max-width: 991px) {
  .sketchup-for-windows .price-block {
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 767px) {
  .sketchup-for-windows .price-block {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .price-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sketchup-for-windows .price-block__wrap {
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1254px;
  margin: 0 auto;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 80px;
  background: url("../images/price-block/price-bg.svg") center/contain no-repeat;
}

@media screen and (max-width: 991px) {
  .sketchup-for-windows .price-block__wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sketchup-for-windows .price-block__wrap {
    background: #fff;
  }
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .price-block__wrap {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding-top: 0;
    padding-bottom: 0;
  }
}

.sketchup-for-windows .price-block h2 {
  margin-bottom: 12px;
}

@media screen and (max-width: 991px) {
  .sketchup-for-windows .price-block h2 {
    font-size: 24px;
  }
}

.sketchup-for-windows .price-block p {
  max-width: 644px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sketchup-for-windows .price-block p {
    font-size: 13px;
  }
}

.sketchup-for-windows .price-block__btn {
  margin-top: 28px;
}

@media screen and (max-width: 991px) {
  .sketchup-for-windows .price-block__btn {
    margin-top: 18px;
  }
}

.sketchup-for-windows .first-start-block {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sketchup-for-windows .first-start-block__steps {
  position: relative;
}

.sketchup-for-windows .first-start-block__steps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 794px;
  background: url("../images/first-start-block/first-start-bg.jpg") top right/cover no-repeat;
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .first-start-block__steps::before {
    display: none;
  }
}

.sketchup-for-windows .first-start-block .container {
  position: relative;
  z-index: 1;
}

.sketchup-for-windows .first-start-block .section-label {
  top: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .sketchup-for-windows .first-start-block .section-label {
    right: 75px;
    left: auto;
    top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .sketchup-for-windows .first-start-block .section-label {
    top: -17px;
    right: 55px;
  }
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .first-start-block .section-label {
    top: 10px;
    right: 55px;
  }
}

.sketchup-for-windows .first-start-block img, .sketchup-for-windows .first-start-block picture {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.sketchup-for-windows .interface-block {
  padding-top: 40px;
  padding-bottom: 80px;
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .interface-block {
    padding-bottom: 40px;
  }
}

.sketchup-for-windows .interface-block img, .sketchup-for-windows .interface-block picture {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.sketchup-for-windows .system-requirements-block {
  padding-top: 80px;
  padding-bottom: 111px;
  background: #fff url("../images/system-requirements-block/system-requirements-bg.png") bottom left/cover no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-min-device-pixel-ratio: 1.5), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) {
  .sketchup-for-windows .system-requirements-block {
    background-image: url("../images/system-requirements-block/system-requirements-bg@2x.png");
  }
}

@media screen and (max-width: 991px) {
  .sketchup-for-windows .system-requirements-block {
    background-image: url("../images/system-requirements-block/system-requirements-bg-992w.png");
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 1.5) and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 991px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-resolution: 144dpi) and (max-width: 991px) {
  .sketchup-for-windows .system-requirements-block {
    background-image: url("../images/system-requirements-block/system-requirements-bg-992w@2x.png");
  }
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .system-requirements-block {
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sketchup-for-windows .license-block {
  padding-top: 80px;
  padding-bottom: 28px;
}

@media screen and (max-width: 575px) {
  .sketchup-for-windows .license-block {
    padding-top: 1px;
    padding-bottom: 1px;
  }
}

.sketchup-for-windows .license-block .products-included-block-links {
  margin-right: 0;
  margin-left: 0;
  margin-top: 45px;
  border-top: 2px solid #c2c7cf;
}

.sketchup-for-windows .license-block .products-included-block-links-item__text {
  font-weight: normal;
}
/*# sourceMappingURL=main.css.map */
