a {
  color: #cd4a60;
}
a:hover {
  text-decoration: none;
}

.section-wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.site-footer {
  padding: 0 20px 0;
  background: #2d212d;
  text-align: center;
}
.site-footer .section-wrapper {
  padding: 47px 0 70px;
}
.site-footer-menu {
  max-width: 720px;
  margin: 0 auto;
}
.site-footer-menu-column {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.site-footer-menu-title {
  margin-top: 26px;
  margin-bottom: 6px;
  font-weight: normal;
}
.site-footer-menu-title,
.site-footer-menu-title a {
  color: #e97053;
  text-transform: uppercase;
}
.site-footer-menu-title a {
  text-decoration: none;
}
.site-footer-menu-title a:hover {
  text-decoration: underline;
}
.site-footer-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer-menu-list a {
  color: #f2f0eb;
  text-decoration: none;
}
.site-footer-menu-list a:hover {
  text-decoration: underline;
}
.site-footer-copyright {
  margin-top: 59px;
  color: #736873;
  font-size: 1.4rem;
}

.ordinary-section {
  padding: 40px 20px;
  background: #ffffff;
  text-align: center;
}

.page-title {
  font-size: 3.3rem;
  line-height: 4.2rem;
  font-weight: normal;
  margin-bottom: 0;
}
.section-title {
/*
  font-size: 2.8rem;
  line-height: 3.6rem;
*/
  font-weight: normal;
  margin-bottom: 0;
}

.section-title,
.intro-tegline,
.section-subtitle {
  font-size: 2rem;
  line-height: 2.8rem;
}

.section-subtitle {
  font-weight: normal;
}

.info-section {
  padding: 47px 20px 38px;
  overflow: hidden;
  text-align: center;
  background: #4e404f;
  color: #f2f0eb;
}
.info-box {
  margin-left: -9.375%;
  font-size: 0;
  text-align: left;
}
.info-box-column {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 8.5714286%;
  font-size: 1.4rem;
  line-height: 2.6rem;
  vertical-align: top;
}
.info-box-column a {
  text-decoration: none;
  color: #e97053;
}
.info-box-column a:hover {
  text-decoration: underline;
}
.info-box-title {
  margin-top: 19px;
  margin-bottom: 1px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 3rem;
}
.info-box-text {
  margin-top: 7px;
}
.info-box-resources .info-box-text {
  margin-bottom: 0;
  margin-top: 6px;
}
.info-box-article-title {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #e97053;
}
.info-box-news .info-box-text:first-of-type {
  margin-top: 7px;
} 
.info-box-news .info-box-text {
  margin-top: 6px;
  margin-bottom: 0;
}
.info-box-text span {
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
  color: #e97053;
}
.info-box-column p:last-child {
  margin-bottom: 0;
}


.button-element {
  display: inline-block;
  position: relative;
  font-size: 1.5rem;
  text-decoration: none;
  color: #f2f0eb;
  border-radius: 5px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.button-default {
  background-color: #cd4a60;
  padding: 10px 0 10px;
  max-width: 170px;
  width: 100%;
}
.button-default:hover {
  background-color: #c03d53;
}
.button-element:active {
  top: 1px;
}

/*
.ordinary-section#fixed-menu {
  padding-top: 8rem;
}
*/
/*
.fixed-menu-offset {
  padding-top: 4rem;
}
*/
/*
.ordinary-section#fixed-menu .section-wrapper {
  padding-top: 40px;
}
*/

.new .ordinary-section .section-wrapper {
  padding-bottom: 40px;
}
.new-features-container {
  position: relative;
}
.page-title + .new-features-container {
  margin-top: 60px;
}
.upturn-other {
  padding-bottom: 33px;
}
.new-features-decor {
  padding-top: 39px;
  margin-top: 20px;
}
.new-features-decor::before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 2px;
  background-color: #cd4a60;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px;
}
.new-features-item-wrapper {
  text-align: left;
  font-size: 0;
  margin-left: -60px;
  margin-top: 50px;
  
}
.new-features-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-left: 60px;
  margin-bottom: 50px; 
  
}
.new-features-item-text,
.new-features-item-img {
  display: inline-block;
  vertical-align: middle;
} 
.new-features-item-img {
  width: 100%;
  text-align: center;
  position: relative;
}
.new-features-item-img img {
  max-width: 100%;
  height: auto;
  
}
.new-features-item-text {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  position: relative;
}
.mac .new-features-item-text {
  margin-bottom: 20px;
}
.win .new-features-item-text {
  margin-bottom: 5px;
}

.mark-pro-only {
  position: relative;
}
.mark-pro-only::after {
  content: "Pro";
  color: #fff;
  vertical-align: super;
  background: #cd4a60;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 10px;
  padding: 0px 4px;
  border-radius: 10px;
  position: relative;
  top: -3px;
}

.tech-specs-container {
  margin-left: -11.458333%;
  margin-top: 49px;
  vertical-align: top;


  margin-bottom: 98px;
  
  letter-spacing: -.5rem;
}
.tech-specs-container:first-of-type .section-subtitle  {
  padding-left: 11.458333%;
  margin-bottom: 10px;
  margin-left: 0;
}
.tech-specs-container > * {
  letter-spacing: normal;
}
.tech-specs-container:last-of-type  {
  margin-bottom: 60px;
}
.tech-specs-container:not(:first-of-type) .tech-specs-column + .tech-specs-column,
.tech-specs-container .unordered-list + .section-subtitle {
  margin-top: 98px;
}
.tech-specs-column .section-subtitle {
  margin-bottom: 25px;
  margin-left: 30px;
  position: relative;
}
.tech-specs-column .section-subtitle::before {
  content: "";
  display: inline-block;
  width: 200px;
  height: 2px;
  background-color: #cd4a60;
  position: absolute;
  left: 0;
  top: -50px;

}
.tech-specs-column {
  display: inline-block;
  width: 100%;
  padding-left: 112px;
  padding-left: 10.280374%;
  vertical-align: top;
  text-align: left;
}

.unordered-list {
  text-align: left;
  padding: 0;
  margin: 0;
}
.upturn-other .unordered-list {
  max-width: 640px;
  display: inline-block;
}
.unordered-list li {
  margin-top: 16px;
  list-style: none;
  padding-left: 30px;
  position: relative;
}
.unordered-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  vertical-align: top;
  line-height: 116px;
  position: absolute;
  left: 0;
  top: 1rem;
}
.release-notes .unordered-list ul {
  margin-left: 0;
  padding-left: 0;
  font-size: 1.6rem;
}
.release-notes .unordered-list ul li {
  padding-left: 25px;
}
.release-notes .unordered-list ul li::before {
  background: #888;
  width: 6px;
  height: 6px;
}

.privacy-policy .ordinary-section {
  text-align: left;
  padding-bottom: 80px;
}
.privacy-policy .page-title {
  text-align: center;
  margin-bottom: 40px;
}
.privacy-policy .section-subtitle {
  margin-top: 40px;
}
.privacy-policy p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.privacy-policy .ordinary-section ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}
.privacy-policy .ordinary-section ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.privacy-policy .ordinary-section ul li::before {
  content: "";
  display: inline-block;
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background: #777;
  vertical-align: top;
  line-height: 116px;
  position: absolute;
  left: 0;
  top: 1rem;
}

.release-notes .ordinary-section {
  padding-bottom: 100px;
}

.os-tabs-nav {
  display: inline-block;
  letter-spacing: -.5rem;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 31px;
}
.store .os-tabs-nav {
  margin-bottom: 4px;
}
.support .os-tabs-nav {
  margin-bottom: 8px;
}
.os-tabs-nav-point {
  display: inline-block;
  letter-spacing: normal;
  background: #d9d9d9;
  width: 60px;
  text-align: center;
  height: 35px;
  line-height: 32px;
}
.os-tabs-nav-point:hover {
  background: #c5c6c6;
}
.os-tabs-nav-point.current {
  background: #cd4a60;
  pointer-events: none;
}
#icon-apple-logo-svg {
  width: 16px;
  height: auto;
}
#icon-win-logo-svg {
  width: 18px;
  height: auto;
}
.icon-os-svg {
  fill: #686868;
}
.os-tabs-nav-point.current .icon-os-svg {
  fill: #ffffff;
}
.support .os-tab-panes {
  text-align: left;
}
.store .os-tab-content-win {
  margin-bottom: 20px;
}


@media only screen and (min-width: 480px) {
  .site-footer-menu-column {
    width: 33.3333%;
  }

  .button-element {
    font-size: 1.7rem;
  }
  .button-default {
    padding: 11px 0 12px;
  }

  .new-features-item {
    direction: rtl;
  }
  .new-features-item-img {
    width: 165px;
    text-align: left;
  }
  .win .new-features-item-img {
    padding-left: 5.5555556%; /* 25px */
  }
  .new-features-item-text {
    width: calc(100% - 165px);
    padding-left: 15px;
    direction: ltr;
    text-align: left;
  }
  .mac .new-features-item-text,
  .win .new-features-item-text {
    margin-bottom: 0;
  }

}

@media only screen and (min-width: 568px) {
  .page-title {
    font-size: 3.6rem;
    line-height: 4.5rem;
    margin-top: 25px;
  }
  .section-title,
  .intro-tegline,
  .section-subtitle {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .new-features-item-text {
    font-size: 1.7rem;
  }
  
}
@media only screen and (min-width: 668px) {
  .info-box-column {
    width: 50%;
  }
  .info-box-title {
    font-size: 2.4rem;
    line-height: 3.3rem;
  }
}

@media only screen and (min-width: 768px) {
  .os-tabs-nav {
    margin-top: 71px;
  }
  .store .os-tabs-nav {
    margin-bottom: 34px;
  }
  .support .os-tabs-nav {
    margin-bottom: 48px;
  }

  .new-features-item-row {
    display: inline-block;
    width: 100%;
  }
  .new-features-item {
    width: 50%;
    vertical-align: middle;
  }
  .new-features-item-img {
    width: 36.666667%;
  }
  .new-features-item-text {
    width: 63.333333%;
  }
  
  .tech-specs-container {
    margin-bottom: 101px;
  }
  .tech-specs-column {
    width: 50%;
  }
  .tech-specs-container .unordered-list + .section-subtitle {
    margin-top: 131px;
  }
  .tech-specs-column .section-subtitle::before {
    top: -69px;
  }
  .tech-specs-container:not(:first-of-type) .tech-specs-column + .tech-specs-column {
    margin-top: 0;
  }

  .info-box-column {
    width: 33.3333%;
  }

}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

.nowrap {
  white-space: nowrap;
}