.container {
  max-width: 800px;
  padding: 0 15px 0;
  margin: auto;
}

.downloads-header {
  position: relative;
  padding-top: 42px;
  margin-bottom: 40px;
  background-color: #3BBEFF;
  color: #FFFFFF;
  overflow: hidden;
}

.downloads-header:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 120%;
  height: 100%;
  background: #FFFFFF;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  z-index: 1;
}

.downloads-header-inner {
  width: 100%;
  padding-bottom: 37px;
}

.product-logo {
  max-width: 100%;
  margin: 0 30px 25px;
}

.product-logo h1 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.product-logo img {
  max-width: 100%;
  vertical-align: bottom;
}

.product-downloads .title-version {
  display: none;
}

.product-downloads p {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 1.5;
}

.product-downloads p a {
  color: #FFFFFF;
}

.product-downloads p a:hover {
  text-decoration: none;
}

.product-downloads .product-note {
  display: none;
}

.product-image {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: 59vw;
  margin-bottom: 26px;
  background-image: url(../images/tablet.png);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .downloads-header-inner {
    padding-bottom: 50px;
  }

  .product-logo {
    max-width: 450px;
    margin: 0 auto 25px;
  }

  .product-image {
    margin: 0 auto 26px;
  }

  .product-downloads {
    max-width: 450px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .downloads-header {
    position: relative;
    padding-top: 70px;
    padding-bottom: 50px;
    margin-bottom: 40px;
    background-color: #3BBEFF;
    color: #FFFFFF;
    overflow: hidden;
  }

  .downloads-header:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 120%;
    height: 100%;
    padding-bottom: 111px;
    background: #FFFFFF;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 1;
  }

  .downloads-header-inner {
    width: 56.8%;
    padding-bottom: calc(50*0.087488663525924vw);
  }

  .product-logo {
    max-width: 450px;
    margin: 0 129px 10px auto;
  }

  .product-downloads {
    max-width: 450px;
    margin: 0 129px 0 auto;
    text-align: center;
    font-size: 16px;
  }

  .product-downloads h1 {
    margin-top: 0;
  }

  .product-downloads h2.title-version {
    display: block;
    margin-bottom: 5px;
  }

  .product-downloads p {
    margin-bottom: 25px;
    line-height: 1.5;
  }

  .product-downloads p .none {
    display: none;
  }

  .product-downloads .product-note {
    display: block;
  }

  .product-image {
    position: absolute;
    top: 70px;
    left: 56.8%;
    width: 751px;
    height: 530px;
    z-index: 2;
    background-image: url(../images/tablet.png);
    background-size: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
  .downloads-header-inner {
    width: 65%;
  }

  .product-logo {
    margin: 0 auto 10px;
  }

  .product-downloads {
    margin: 0 auto;
  }

  .product-image {
    left: 65%;
  }
}

.windows-button {
  display: none;
}

@media screen and (min-width: 768px) {
  .windows-button {
    display: block;
    width: 100%;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 54px;
    margin: 0 auto 15px;
    text-align: center;
    text-decoration: none;
    outline: none;
    border: 1px solid #88d3f9;
    border-radius: 75px;
    background-color: #1080c8;
    background: linear-gradient(-76deg, #0997dd 10%, #1f68bc 100%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .windows-button:hover {
    opacity: 0.8;
  }

  .windows-button span {
    position: relative;
  }

  .windows-button span::before {
    position: absolute;
    content: '';
    width: 33px;
    height: 30px;
    top: -5px;
    left: -54px;
    background-image: url(../images/download-icon.png);
    background-repeat: no-repeat;
    background-size: 33px 30px;
  }
}


@media all and (-ms-high-contrast: none) {
  .windows-button span{
    top: 3px;
  }

  .windows-button span::before {
    top: -5px;
  }
}

@supports (-ms-ime-align:auto) {
  .windows-button span::before {
    top: -2px;
  }
}

.stores {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}
.stores li:first-child{
  margin-right: 16px;
}

.stores img {
  width: 166px;
  vertical-align: bottom;
}

.stores img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 350px) {
  .stores img {
    width: 130px;
  }
}

@media screen and (min-width: 480px) {
  .stores {
    margin-bottom: 30px;
  }

  .stores li:first-child{
    margin-right: 26px;
  }

  .stores img {
    width: 202px;
  }
}

.news {
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 56px;
}

.news h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
}

.news ul {
  height: 94px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  list-style: none;
  overflow-y: scroll;
}

.news li:after{
  content: '';
  display: block;
  clear: both;
}

.news time {
  float: left;
}

.news .description {
  margin: 0 0 0 90px;
}

.news .description p {
  float: left;
  display: block;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 14px;
}

.description:after {
  content: '';
  display: block;
  clear: both;
}

.news a {
  color: #1080C8;
  text-decoration: none;
}

.news a:hover {
  text-decoration: underline;
}

.more-icon:before {
  content: url(../images/right-arrow-small.png);
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .news {
    margin-bottom: 56px;
  }

  .news h2 {
    float: left;
    width: 13%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .news ul {
    float: left;
    width: 87%;
    height: 70px;
    padding: 20px 0 0;
    font-size: 14px;
  }

  .news time {
    float: left;
  }

  .news .description {
    margin: 0 0 0 90px;
  }
}

.after-install {
  margin-bottom: 80px;
}

.after-install h2 {
  margin-top: 0;
  margin-bottom: 29px;
  font-size: 20px;
  text-align: center;
  line-height: 1;
}

.after-install h2 .none {
  display: none;
}

.after-install .button {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border: 2px solid #1080C8;
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #1080C8;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  outline: none;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.after-install .button:hover{
  opacity: 0.8;
}

.after-install .button:last-child {
  margin-bottom: 0;
}

.after-install .button:after {
  position: absolute;
  top: 11px;
  right: 15px;
  content: url(../images/right-arrow-mid.png);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .after-install h2 {
    float: left;
    width: 20.6%;
    margin: 0;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .after-install h2 .none {
    display: inline;
  }

  .after-install .button {
    width: 38.5%;
    padding-top: 11px;
    margin-right: 2.4%;
    margin-bottom: 0;
    font-size: 16px;
  }

  .after-install .button:last-child {
    margin-right: 0;
  }

  .after-install .button::after {
    top: 12px;
    right: 20px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) {
  .after-install .button {
    padding-top: 15px;
  }

  .after-install .button::after {
    top: 16px;
  }
}

.install-notice {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F2F2F2;
}

.install-notice h2 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 14px;
}

.install-notice p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.install-notice .none {
  display: inline;
}

@media screen and (min-width: 768px) {
  .install-notice {
    padding-top: 30px;
    padding-bottom: 28px;
  }

  .install-notice h2 {
    margin-bottom: 20px;
  }

  .install-notice p {
    line-height: 1;
  }

  .install-notice .none {
    display: none;
  }
}

@media screen and (min-width: 1081px) {
  .install-notice .container p {
    width: 900px;
  }
}
