﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.t-hero-title {
    font-size: 73px;
    font-weight: 600;
    color: #e7e7e7;
    line-height: 88px;
    letter-spacing: -0.002em;
}
.t-hero-subtitle {
    font-size: 44px;
    font-weight: 400;
    color: #e7e7e7;
    line-height: 53px;
    letter-spacing: -0.0275em;
}
.t-hero-title + .t-hero-subtitle {
    margin-top: 12px;
}
.t-hero-description {
    font-size: 22px;
    font-weight: 400;
    color: #b0b0b0;
    line-height: 33px;
    letter-spacing: 0.004em;
}
.t-hero-subtitle + .t-hero-description {
    margin-top: 29px;
}
@media only screen and (max-width: 767px) {
    .t-hero-title {
        font-size: 53px;
        line-height: 63px;
    }
    .t-hero-subtitle {
        font-size: 32px;
        line-height: 38px;
    }
    .t-hero-title + .t-hero-subtitle {
        margin-top: 9px;
    }
    .t-hero-subtitle + .t-hero-description {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 374px) {
    .t-hero-title {
        font-size: 48px;
    }
}
.t-level-2_name {
    font-size: 20px;
    font-weight: 700;
    color: #e7e7e7;
    line-height: 27px;
    letter-spacing: 0.00125em;
}
.t-level-2_title {
    font-size: 49px;
    font-weight: 600;
    color: #e7e7e7;
    line-height: 59px;
    letter-spacing: -0.016em;
}
.t-level-2_name + .t-level-2_title {
    margin-top: 17px;
}
.t-level-2_title-s {
    font-size: 20px;
    font-weight: 700;
    color: #e7e7e7;
    line-height: 27px;
    letter-spacing: 0.00125em;
}
.t-level-2_description + .t-level-2_title-s {
    margin-top: 71px;
}
.t-level-2_description {
    font-size: 19px;
    font-weight: 400;
    color: #b0b0b0;
    line-height: 29px;
    letter-spacing: 0.002em;
}
.t-level-2_title + .t-level-2_description {
    margin-top: 24px;
}
.t-level-2_title-s + .t-level-2_description {
    margin-top: 7px;
}
@media only screen and (max-width: 767px) {
    .t-level-2_name {
        font-size: 21px;
        line-height: 27px;
    }
    .t-level-2_title {
        font-size: 36px;
        line-height: 43px;
    }
    .t-level-2_name + .t-level-2_title {
        margin-top: 12px;
    }
}
.t-level-3_title {
    font-size: 32px;
    font-weight: 700;
    color: #e7e7e7;
    line-height: 38px;
}
.t-level-3_title-s {
    font-size: 18px;
    font-weight: 700;
    color: #e7e7e7;
    line-height: 24px;
    letter-spacing: 0.004em;
}
.t-level-3_description + .t-level-3_title-s {
    margin-top: 45px;
}
.t-level-3_description {
    font-size: 17px;
    font-weight: 400;
    color: #b0b0b0;
    line-height: 27px;
    letter-spacing: 0.004em;
}
.t-level-3_title + .t-level-3_description {
    margin-top: 14px;
}
.t-level-3_title-s + .t-level-3_description {
    margin-top: 7px;
}
.t-level-4_title {
    font-size: 14px;
    font-weight: 700;
    color: #e7e7e7;
    line-height: 18px;
}
.t-level-4_description {
    font-size: 14px;
    font-weight: 400;
    color: #b0b0b0;
    line-height: 21px;
}
.t-level-4_title + .t-level-4_description {
    margin-top: 5px;
}
.l-wrapper {
    width: calc(100% - 80px);
    padding: 0 40px;
}
.l-wrapper.is-ipad {
    width: calc(100% - 420px);
    padding: 0 210px;
}
.l-inner {
    width: 100%;
    margin: 0 auto;
}
.l-inner--wide {
    max-width: 1400px;
}
.l-inner--wide.is-artwork-wrapper {
    max-width: 1600px;
}
@media only screen and (min-width: 1366px) {
    .l-inner--wide.is-artwork-wrapper {
        width: calc(100% - 240px);
    }
}
@media only screen and (min-width: 1125px) and (max-width: 1365px) {
    .l-inner--wide.is-artwork-wrapper {
        width: 1045px;
    }
}
.l-inner--narrow {
    max-width: 980px;
}
@media only screen and (max-width: 1400px) {
    .l-wrapper.is-ipad {
        width: calc(100% - 80px);
        padding: 0 40px;
    }
    .l-wrapper.is-ipad .l-inner--wide {
        max-width: 980px !important;
    }
}
@media only screen and (max-width: 767px) {
    .l-wrapper,
    .l-wrapper.is-ipad {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
}
.l-cols {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.l-cols__col-2 {
    width: calc(50% - 38px);
}
.l-cols__col-2 + .l-cols__col-2 {
    margin-left: 76px;
}
.l-cols__col-2-2 {
    width: 100%;
    margin-left: 0 !important;
}
.l-cols__col-2.g-cols__col-2-2 + .l-cols__col-2 {
    margin-left: 0;
}
@media only screen and (max-width: 767px) {
    .l-cols__col-2 {
        width: 100%;
    }
    .l-cols__col-2 + .l-cols__col-2 {
        margin-top: 60px;
        margin-left: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .l-cols__col-3 {
        width: calc((100% - 152px) / 3);
    }
    .l-cols__col-3:nth-child(3n + 2) {
        padding: 0 76px;
    }
    .l-cols__col-3-2 {
        width: calc(((100% - 152px) / 3) * 2 + 76px);
        padding-right: 0 !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .l-cols__col-3 {
        width: calc((100% - 76px) / 2);
    }
    .l-cols__col-3:nth-child(odd) {
        padding-right: 76px;
    }
    .l-cols__col-3:nth-child(n + 3) {
        margin-top: 67px;
    }
}
@media only screen and (max-width: 767px) {
    .l-cols__col-3 {
        width: 100%;
    }
    .l-cols__col-3:nth-child(n + 2) {
        margin-top: 67px;
    }
}
.l-cols__col-4 {
    width: calc((100% - 240px) / 4);
    text-align: center;
}
.l-cols__col-4 + .l-cols__col-4 {
    margin-left: 80px;
}
.l-cols__col-4:nth-child(4n + 1) {
    margin-left: 0;
}
.l-cols__col-4:nth-child(n + 5) {
    margin-top: 57px;
}
@media only screen and (max-width: 767px) {
    .l-cols__col-4 {
        width: calc(50% - 10px);
    }
    .l-cols__col-4 + .l-cols__col-4 {
        margin-left: 0;
    }
    .l-cols__col-4:nth-child(2n + 2) {
        margin-left: 20px;
    }
    .l-cols__col-4:nth-child(n + 3) {
        margin-top: 57px;
    }
}
@media only screen and (max-width: 374px) {
    .l-cols__col-4 {
        width: 100%;
    }
    .l-cols__col-4 + .l-cols__col-4 {
        margin-left: 0;
    }
    .l-cols__col-4:nth-child(2n + 2) {
        margin-left: 0;
    }
    .l-cols__col-4:nth-child(n + 2) {
        margin-top: 57px;
    }
}
html {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
    font-weight: 400;
    background-color: #161616;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}
body.has-modal {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.modal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: #161616;
}
.modal ~ * {
    display: none;
}
.modal__wrapper {
    height: 100%;
}
.modal__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal__image-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100vw - 200px);
    height: calc(100vh - 200px);
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .modal__image-wrapper {
        width: calc(100vw - 40px);
        height: calc(100vh - 100px);
    }
}
.modal__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.video {
    width: calc(100% - 300px);
    max-width: 1400px;
    margin: 0 auto;
}
.video__container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.video__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1366px) {
    .video {
        width: calc(100% - 100px);
    }
}
@media only screen and (max-width: 767px) {
    .video {
        width: 100%;
    }
}
.html-video-wrapper {
    position: relative;
    width: calc(100% - 300px);
    max-width: 1400px;
    height: 0;
    margin: 0 auto;
    padding-bottom: 56.25%;
}
@media only screen and (max-width: 1366px) {
    .html-video-wrapper {
        width: calc(100% - 100px);
    }
}
@media only screen and (max-width: 767px) {
    .html-video-wrapper {
        width: 100%;
    }
}
.html-video-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.html-video-block video {
    width: 100%;
    height: 100%;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(22, 22, 22, 0);
    pointer-events: none;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    -webkit-transition: background 110ms ease-in-out, -webkit-backdrop-filter 120ms 100ms ease-in-out;
    transition: background 110ms ease-in-out, -webkit-backdrop-filter 120ms 100ms ease-in-out;
}
.modal__close {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 2;
    font-size: 17px;
    font-weight: 400;
    color: #e7e7e7;
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 330ms ease-out, transform 280ms ease-out, color 130ms ease-in-out;
}
.modal__close path {
    fill: #e7e7e7;
    transition: 130ms ease-in-out;
}
.modal__close-icon {
    margin-top: 2px;
    margin-right: 5px;
}
.hover .modal__close:hover {
    color: rgba(231, 231, 231, 0.5);
}
.hover .modal__close:hover path {
    fill: rgba(231, 231, 231, 0.5);
}
.modal__close.is-active {
    opacity: 1;
    transform: scale(1);
}
.modal__content {
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 330ms ease-out, transform 280ms ease-out;
}
.modal.is-active {
    background-color: #161616;
    pointer-events: all;
}
.modal.is-active .modal__content.is-active {
    opacity: 1;
    transform: scale(1);
}
.modal.is-animated {
    -webkit-transition: background 110ms 100ms ease-in-out, -webkit-backdrop-filter 120ms ease-in-out;
    transition: background 110ms 100ms ease-in-out, -webkit-backdrop-filter 120ms ease-in-out;
}
@media only screen and (max-width: 767px) {
    .modal__close {
        top: 30px;
        left: 20px;
    }
}
.notify {
    position: relative;
    text-align: center;
    transition: opacity 330ms ease-out, transform 280ms ease-out;
}
.notify__thankyou {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 100%;
    margin-top: 1px;
    font-size: 32px;
    font-weight: 700;
    color: #e7e7e7;
    letter-spacing: -0.002em;
    opacity: 0;
    text-align: center;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.notify__thankyou.is-visible {
    opacity: 1;
}
.notify__content.is-invisible {
    opacity: 0;
}
.notify__title {
    margin-top: 16px;
    font-size: 32px;
    font-weight: 700;
    color: #e7e7e7;
    letter-spacing: -0.002em;
}
.notify__description {
    max-width: 450px;
    margin: 9px auto 0;
    padding: 4px 0;
    font-size: 20px;
    color: #b0b0b0;
    line-height: 32px;
}
.modal .notify__description {
    max-width: 700px;
}
.notify__form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.notify__email {
    display: block;
    width: 100%;
    max-width: 250px;
    height: 37px;
    margin: 2px auto 0;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    text-align: center;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(15, 15, 15, 0.15);
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border-color 130ms ease-in-out, color 130ms ease-in-out;
}
.notify__email.is-false {
    -webkit-animation: error 550ms ease-in-out forwards;
    animation: error 550ms ease-in-out forwards;
}
.notify__email::-webkit-input-placeholder {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.5);
    text-align: center;
}
.notify__email::-moz-placeholder {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.5);
    text-align: center;
}
.notify__email:-ms-input-placeholder {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.5);
    text-align: center;
}
.notify__email:focus::-webkit-input-placeholder {
    opacity: 0;
}
.notify__email:focus::-moz-placeholder {
    opacity: 0;
}
.notify__email:focus:-ms-input-placeholder {
    opacity: 0;
}
.notify__submit.btn--notify {
    margin: 22px auto 0;
    padding: 0;
    font-size: 17px;
    width: 96px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: background-color 330ms ease-in-out, color 330ms ease-in-out;
}
.notify__email.is-thankyou {
    border: none;
    color: #ff355d;
}
.notify__submit.btn--notify.is-thankyou {
    opacity: 0;
    pointer-events: none;
}
.notify__unsubscribe.btn--notify {
    margin: 22px auto 0;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: background-color 330ms ease-in-out, color 330ms ease-in-out;
}
@media only screen and (max-width: 767px) {
    .notify {
        padding: 0 20px;
    }
}
.main-nav.l-wrapper,
.current-page.l-wrapper {
    box-sizing: content-box;
    width: calc(100% - 80px);
    padding: 0 40px;
}
.main-nav .l-inner,
.current-page .l-inner {
    width: 100%;
    margin: 0 auto;
}
.main-nav .l-inner--wide,
.current-page .l-inner--wide {
    max-width: 1400px;
}
.main-nav .l-inner--narrow,
.current-page .l-inner--narrow {
    max-width: 980px;
}
@media only screen and (max-width: 850px) {
    .main-nav.l-wrapper,
    .current-page.l-wrapper {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
}
@media only screen and (max-width: 850px) {
    html.stop-scroll {
        overflow: hidden !important;
        height: 100% !important;
    }
}
.p-classic .content {
    padding-top: 0 !important;
}
.main-nav {
    position: relative;
}
.main-nav__nav {
    flex: 1 0 auto;
    padding-top: 17px;
    border-bottom: 1px solid #dfdfdf;
}
.main-nav__nav-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.main-nav__nav-link {
    position: relative;
    padding-bottom: 17px;
    font-size: 14px;
    color: #000;
    line-height: 16px;
    letter-spacing: -0.005em;
}
.main-nav__nav-link span {
    opacity: 0.8;
    transition: opacity 130ms ease-in-out;
}
.hover .main-nav__nav-link:hover span {
    opacity: 0.5;
}
.main-nav__nav-link.is-active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 1px;
    background-color: #0f0f0f;
}
.main-nav__nav-link.is-active span {
    opacity: 1;
}
@media only screen and (min-width: 851px) {
    .main-nav__nav-link img {
        display: none;
    }
    .main-nav__nav-link.is-classic {
        display: none;
    }
}
.current-page {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: saturate(150%) blur(30px);
    backdrop-filter: saturate(150%) blur(30px);
/*    transition: background 130ms ease-in-out;*/
}
.current-page.is-scrolled {
    background-color: rgba(245, 245, 247, 0.5);
}
.current-page__inner {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    min-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.current-page__hamburger {
    flex: 0 0 auto;
}
.current-page__info {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.current-page__title {
    display: flex;
    align-items: center;
}
.current-page__title-link {
    display: flex;
    align-items: center;
}
.current-page__title-wrapper {
    display: inline-flex;
    align-items: center;
}
.current-page__title-icon {
    margin-right: 10px;
}
.current-page__title-name {
    font-size: 22px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.88);
    line-height: 26px;
    letter-spacing: -0.033em;
}
.current-page__title-name span:not(.current-page__title-pixelmator) {
    font-weight: 300;
}
.current-page__nav-inner {
    display: flex;
    align-items: center;
}
.current-page__nav-link {
    font-size: 13px;
    color: #000;
    line-height: 15px;
    letter-spacing: -0.005em;
    opacity: 0.85;
/*    transition: opacity 130ms ease-in-out;*/
}
.hover .current-page__nav-link:hover {
    opacity: 0.5;
}
.current-page__nav-link.is-active {
    opacity: 0.56;
    pointer-events: none;
}
.is-tutorials-single .current-page__nav-link.is-active {
    pointer-events: all;
}
.current-page__nav-link + .current-page__nav-link {
    margin-left: 22px;
}
.current-page__cta {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.current-page__cta:not(.no-cta) {
    padding-left: 22px;
}
.current-page__cta-trial {
    display: block;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    color: #ff4169;
    line-height: 22px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #ff4169;
    border-radius: 6px;
    cursor: pointer;
    will-change: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: border-color 130ms ease-in-out, color 130ms ease-in-out, background-color 130ms ease-in-out;
}
.hover .current-page__cta-trial:hover {
    color: #fff;
    background-color: #ff6482;
    border-color: #ff6482;
}
.current-page__cta-btn {
    display: block;
    padding: 0 11px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    letter-spacing: -0.01em;
    background-color: #ff4169;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    will-change: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background 130ms ease-in-out;
}
.hover .current-page__cta-btn:hover {
    background-color: #ff6482;
}
.current-page__cta-trial + .current-page__cta-btn {
    margin-left: 22px;
}
@media only screen and (min-width: 851px) {
    .current-page__bg {
        display: none;
    }
}
@media only screen and (max-width: 414px) {
    .pro-tech-specs .current-page__cta-btn,
    .pro-updates .current-page__cta-btn,
    .pro-faq .current-page__cta-btn {
        display: none;
    }
}
body:not(.p-compare) .main-nav.is-dark {
    background-color: #161616;
}
body:not(.p-compare) .main-nav.is-dark .main-nav__nav {
    border-color: #424242;
}
body:not(.p-compare) .main-nav.is-dark .main-nav__nav-link {
    color: rgba(255, 255, 255, 0.88);
}
body:not(.p-compare) .main-nav.is-dark .main-nav__nav-link.is-active::after {
    background-color: #cecece;
}
body:not(.p-compare) .main-nav.is-dark + .current-page {
    background-color: #161616;
}
body:not(.p-compare) .main-nav.is-dark + .current-page.is-scrolled {
    background-color: rgba(17, 17, 17, 0.5);
}
body:not(.p-compare) .main-nav.is-dark + .current-page .current-page__title-name {
    color: rgba(255, 255, 255, 0.85);
}
body:not(.p-compare) .main-nav.is-dark + .current-page .current-page__nav-link {
    color: rgba(255, 255, 255, 0.88);
}
@media only screen and (min-width: 851px) {
    .current-page__title-name.is-mobile {
        display: none;
    }
}
@media only screen and (max-width: 850px) {
    .main-nav {
        overflow: auto;
        box-sizing: border-box !important;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 4;
        width: 100% !important;
        height: 100vh;
        padding-top: 39px !important;
        padding-bottom: 19px !important;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
/*        transition: transform 0.55s cubic-bezier(0.5, 0.15, 0.25, 1), opacity 0.55s cubic-bezier(0.5, 0.15, 0.25, 1);*/
        -webkit-overflow-scrolling: touch;
    }
    .main-nav__bg {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        opacity: 0;
        pointer-events: none;
        background-color: rgba(21, 22, 23, 0.75);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
/*        transition: opacity 0.4s cubic-bezier(0.25, 0, 0, 1);*/
    }
    .main-nav__bg.is-active {
        opacity: 1;
    }
    .main-nav__bg.is-invisible {
        visibility: hidden;
    }
    .main-nav.is-opened {
        opacity: 1;
        transform: translateY(0);
    }
    .main-nav.is-visible {
        visibility: visible;
    }
    .main-nav__nav {
        border-bottom: none;
    }
    .main-nav__nav-inner {
        align-items: center;
        flex-direction: column;
    }
    .main-nav__nav-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 34px);
        padding: 10px 0;
        margin: 0 auto;
        font-size: 18px;
        line-height: 23px;
        border-bottom: 1px solid #dfdfdf;
        opacity: 0;
        visibility: hidden;
/*        transition: opacity 130ms ease-in-out;*/
    }
    .main-nav__nav-link.is-opened {
        opacity: 1;
        visibility: visible;
    }
    .main-nav__nav-link:last-of-type {
        border: none;
    }
    .main-nav__nav-link.is-active::after {
        display: none;
    }
    .main-nav__nav-link img {
        margin-left: -32px;
    }
    .main-nav__nav-link img + span {
        margin-left: 15px;
    }
    .main-nav__nav-link.is-tutorials img {
        display: none;
    }
    .main-nav__nav-link.is-tutorials img + span {
        margin-left: 0;
    }
    .current-page.is-opened {
        position: fixed;
    }
    .current-page.is-opened::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background-color: #fff;
    }
    .current-page.is-opened + .content,
    .current-page.is-opened + .main-info,
    .p-classic .current-page.is-opened ~ .content,
    .is-dark-page .current-page.is-opened ~ .content,
    .is-dark-page .current-page.is-opened + .banner {
        margin-top: 52px;
    }
    .current-page::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 3;
        width: 100%;
        max-width: 0;
        height: 1px;
        background-color: #dfdfdf;
        transform: translateX(-50%);
        transform-origin: 50% 50%;
/*        transition: max-width 530ms ease-in-out;*/
    }
    .current-page.is-opened::after {
        max-width: 850px;
    }
    .current-page__inner {
        position: relative;
        z-index: 2 !important;
    }
    .current-page__hamburger {
        position: relative;
        z-index: 3;
        flex: 0 0 auto;
        width: 50px;
    }
    .current-page__hamburger-btn {
        position: relative;
        display: inline-block;
        width: 26px;
        height: 26px;
    }
    .current-page__hamburger-btn::before,
    .current-page__hamburger-btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 17px;
        height: 1px;
        background-color: #0f0f0f;
        border-radius: 1px;
        transition: 0.4s cubic-bezier(0.25, 0, 0, 1);
    }
    .current-page__hamburger-btn::before {
        transform: translate(-50%, calc(-50% - 4px));
    }
    .current-page__hamburger-btn::after {
        transform: translate(-50%, calc(-50% + 4px));
    }
    .current-page__hamburger-btn.is-opened::before {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .current-page__hamburger-btn.is-opened::after {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .current-page__title {
        position: relative;
        z-index: 3;
        justify-content: center;
        flex: 1 0 auto;
        -webkit-tap-highlight-color: transparent;
    }
    .current-page__title-wrapper {
        position: relative;
    }
    .current-page__title-name.is-desktop {
        display: none;
    }
    .current-page__title-icon {
        display: none;
    }
    .current-page__title-version {
        display: none;
    }
    .current-page__title-arrow {
        overflow: hidden;
        position: absolute;
        top: 5px;
        right: -21px;
        display: inline-block;
        width: 16px;
        height: 15px;
        margin-left: -1px;
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
        -webkit-transition: -webkit-transform 330ms ease-out;
        -ms-transition: -ms-transform 330ms ease-out;
        transition: transform 330ms ease-out;
    }
    .current-page__title-arrow:before,
    .current-page__title-arrow:after {
        content: "";
        position: absolute;
        top: 50%;
        z-index: 1;
        display: block;
        width: 10px;
        height: 1px;
        background: #e7e7e7;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0, 0, 1), -webkit-transform-origin 0.4s cubic-bezier(0.25, 0, 0, 1);
        -ms-transition: -ms-transform 0.4s cubic-bezier(0.25, 0, 0, 1), -ms-transform-origin 0.4s cubic-bezier(0.25, 0, 0, 1);
        transition: transform 0.4s cubic-bezier(0.25, 0, 0, 1), transform-origin 0.4s cubic-bezier(0.25, 0, 0, 1);
    }
    .current-page__title-arrow:before {
        right: 50%;
        -webkit-transform: rotate(40deg) scaleY(1);
        -ms-transform: rotate(40deg) scaleY(1);
        transform: rotate(40deg) scaleY(1);
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
    .current-page__title-arrow:after {
        left: 50%;
        -webkit-transform: rotate(-40deg) scaleY(1);
        -ms-transform: rotate(-40deg) scaleY(1);
        transform: rotate(-40deg) scaleY(1);
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }
    .current-page__title-link.is-inactive .current-page__title-arrow {
        display: none;
    }
    .current-page__title.is-opened .current-page__title-arrow {
        -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px);
    }
    .current-page__title.is-opened .current-page__title-arrow::before {
        -webkit-transform: rotate(-40deg) scaleY(1);
        -ms-transform: rotate(-40deg) scaleY(1);
        transform: rotate(-40deg) scaleY(1);
        -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
    .current-page__title.is-opened .current-page__title-arrow::after {
        -webkit-transform: rotate(40deg) scaleY(1);
        -ms-transform: rotate(40deg) scaleY(1);
        transform: rotate(40deg) scaleY(1);
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
    .current-page__cta {
        position: relative;
        z-index: 3;
        flex: 0 0 auto;
        width: 50px;
        text-align: right;
    }
    .current-page__cta-btn {
        flex: 0 0 auto;
        display: inline-block;
    }
    .p-team .current-page__cta-btn {
        display: none;
    }
    .current-page__cta:not(.no-cta) {
        padding-left: 0;
    }
    .current-page__nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        padding-top: 68px;
        padding-bottom: 24px;
        background-color: #fff;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
/*        transition: transform 0.55s cubic-bezier(0.5, 0.15, 0.25, 1), opacity 0.55s cubic-bezier(0.5, 0.15, 0.25, 1);*/
    }
    .current-page__nav.is-visible {
        visibility: visible;
    }
    .current-page__nav.is-opened {
        opacity: 1;
        transform: translateY(0);
    }
    .current-page__nav-inner {
        flex-direction: column;
        justify-content: center;
    }
    .current-page__nav-link {
        font-size: 18px;
        line-height: 23px;
        opacity: 0 !important;
        visibility: hidden;
/*        transition: opacity 130ms ease-in-out;*/
    }
    .current-page__nav-link.is-opened {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .current-page__nav-link.is-opened.is-active {
        opacity: 0.56 !important;
        visibility: visible !important;
    }
    .current-page__nav-link.is-closing,
    .current-page__nav-link.is-opened.is-closing.is-active {
        opacity: 0 !important;
        visibility: visible;
    }
    .current-page__nav-link + .current-page__nav-link {
        margin-top: 25px;
        margin-left: 0;
    }
    .current-page__bg {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100vh;
        opacity: 0;
        pointer-events: none;
        background-color: rgba(21, 22, 23, 0.75);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
/*        transition: 0.4s cubic-bezier(0.25, 0, 0, 1);*/
    }
    .current-page__bg.is-opened {
        opacity: 1;
        pointer-events: all;
    }
    body:not(.p-compare) .main-nav.is-dark {
        z-index: 11;
    }
    body:not(.p-compare) .main-nav.is-dark .main-nav__nav-link {
        border-color: #424242;
    }
    body:not(.p-compare) .main-nav.is-dark + .current-page {
        z-index: 11;
    }
    body:not(.p-compare) .main-nav.is-dark + .current-page::after {
        background-color: #424242;
    }
    body:not(.p-compare) .main-nav.is-dark + .current-page.is-opened::before {
        background-color: #111;
    }
    body:not(.p-compare) .main-nav.is-dark + .current-page .current-page__hamburger-btn::before,
    body:not(.p-compare) .main-nav.is-dark + .current-page .current-page__hamburger-btn::after {
        background-color: rgba(255, 255, 255, 0.88);
    }
    body:not(.p-compare) .main-nav.is-dark + .current-page .current-page__nav {
        background-color: #111 !important;
    }
}
@media only screen and (max-width: 373px) {
    .current-page__hamburger {
        width: 26px;
    }
}
.btn {
    display: block;
    padding: 0 8px;
    font-size: 13px;
    color: #fff;
    line-height: 23px;
    letter-spacing: -0.005em;
    background-color: #ff4169;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    will-change: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn--big {
    padding: 0 19px;
    font-size: 19px;
    line-height: 32px;
}
.btn:hover {
    background-color: #ff6482;
}
@media only screen and (min-width: 851px) {
    .p-compare .current-page,
    .is-upgrade .current-page {
        display: none;
    }
}
@keyframes signupProcess {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.global-footer {
    margin-top: 200px;
    padding-top: 40px;
    background-color: #f5f5f7;
}
.p-classic.is-upgrade .global-footer,
.p-compare .global-footer,
.p-updates .global-footer,
.p-buy .global-footer,
.p-404 .global-footer {
    margin-top: 0;
}
.global-footer__nav {
    padding-bottom: 40px;
}
.global-footer__nav-columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.global-footer__nav-title {
    font-size: 12px;
    font-weight: 600;
    color: #0f0f0f;
    letter-spacing: -0.01em;
}
.global-footer__nav-links + .global-footer__nav-title {
    margin-top: 27px;
}
.global-footer__nav-links {
    display: flex;
    flex-direction: column;
}
.global-footer__nav-title + .global-footer__nav-links {
    margin-top: 12px;
}
.global-footer__nav-link {
    font-size: 12px;
    color: #0f0f0f;
    letter-spacing: -0.01em;
    opacity: 0.8;
/*    transition: opacity 130ms ease-in-out;*/
}
.global-footer__nav-link.is-press-kit {
    display: inline-flex;
    align-items: center;
}
.global-footer__nav-link.is-press-kit svg {
    margin-left: 4px;
}
.global-footer__nav-link.is-press-kit svg path {
    fill: currentColor;
}
.hover .global-footer__nav-link:hover {
    opacity: 0.5 !important;
}
.global-footer__nav-link + .global-footer__nav-link {
    margin-top: 8px;
}
.global-footer .global-footer-subscribe__title {
    font-size: 13px;
    font-weight: 600;
    color: #0f0f0f;
    letter-spacing: -0.01em;
}
.global-footer .global-footer-subscribe__description {
    max-width: 280px;
    margin-top: 13px;
    font-size: 13px;
    color: #0f0f0f;
    line-height: 19px;
    letter-spacing: -0.01em;
    opacity: 0.8;
}
.global-footer .global-footer-subscribe__form {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 280px;
    margin-top: 18px;
}
.global-footer .global-footer-subscribe__form.is-false {
    -webkit-animation: error 550ms ease-in-out forwards;
    animation: error 550ms ease-in-out forwards;
}
.global-footer .global-footer-subscribe__form-input {
    flex: 1 0 auto;
    height: 44px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    color: rgba(15, 15, 15, 0.8);
    letter-spacing: -0.01em;
    text-align: center;
    background-color: #fff;
    border: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.global-footer .global-footer-subscribe__form-input.is-done {
    pointer-events: none;
}
.global-footer .global-footer-subscribe__form-input::-webkit-input-placeholder {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #86868b;
    letter-spacing: -0.01em;
    text-align: center;
}
.global-footer .global-footer-subscribe__form-input::-moz-placeholder {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #86868b;
    letter-spacing: -0.01em;
    text-align: center;
}
.global-footer .global-footer-subscribe__form-input:-ms-input-placeholder {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #86868b;
    letter-spacing: -0.01em;
    text-align: center;
}
.global-footer .global-footer-subscribe__form-input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.global-footer .global-footer-subscribe__form-input:focus::-moz-placeholder {
    opacity: 0;
}
.global-footer .global-footer-subscribe__form-input:focus:-ms-input-placeholder {
    opacity: 0;
}
.global-footer .global-footer-subscribe__form-submit {
    position: relative;
    flex: 0 0 auto;
    width: 68px;
    height: 44px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 44px;
    letter-spacing: -0.01em;
    text-align: center;
    background-color: #026fc9;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
/*    transition: background-color 330ms ease-in-out, color 330ms ease-in-out, opacity 130ms ease-in-out;*/
}
.hover .global-footer .global-footer-subscribe__form-submit:hover {
    background-color: #358cd4;
}
.global-footer .global-footer-subscribe__form-submit-text,
.global-footer .global-footer-subscribe__form-submit-process,
.global-footer .global-footer-subscribe__form-submit-done {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.global-footer .global-footer-subscribe__form-submit-text {
    width: 100%;
/*    transition: opacity 130ms ease-in-out;*/
}
.global-footer .global-footer-subscribe__form-submit-process,
.global-footer .global-footer-subscribe__form-submit-done {
    display: flex;
    align-items: center;
    opacity: 0;
/*    transition: opacity 130ms ease-in-out;*/
}
.global-footer .global-footer-subscribe__form-submit-process path,
.global-footer .global-footer-subscribe__form-submit-done path {
    fill: #fff;
}
.global-footer .global-footer-subscribe__form-submit-process img {
    animation-name: signupProcess;
    animation-duration: 0.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.global-footer .global-footer-subscribe__form-submit.is-process,
.global-footer .global-footer-subscribe__form-submit.is-done {
    pointer-events: none;
}
.global-footer .global-footer-subscribe__form-submit.is-process .global-footer-subscribe__form-submit-text,
.global-footer .global-footer-subscribe__form-submit.is-done .global-footer-subscribe__form-submit-text {
    opacity: 0;
}
.global-footer .global-footer-subscribe__form-submit.is-process .global-footer-subscribe__form-submit-process {
    opacity: 1;
}
.global-footer .global-footer-subscribe__form-submit.is-done .global-footer-subscribe__form-submit-done {
    opacity: 1;
}
.global-footer__copyright {
    padding-top: 11px !important;
    padding-bottom: 34px !important;
    margin-top: 0 !important;
    border-top: 1px solid #cecece;
}
.global-footer__copyright-text {
    font-size: 12px;
    color: #86868b;
    line-height: 1.45;
}
@media only screen and (min-width: 768px) {
    .global-footer-arrow {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .global-footer__nav-columns {
        flex-wrap: wrap;
    }
    .global-footer .global-footer-subscribe {
        width: 100%;
        margin-top: 44px;
    }
}
@media only screen and (max-width: 767px) {
    .global-footer__nav-columns {
        flex-direction: column;
    }
    .global-footer__nav-column {
        width: 100%;
    }
    .global-footer__nav-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 13px;
        padding-bottom: 10px;
        cursor: pointer;
    }
    .global-footer__nav-links + .global-footer__nav-title {
        margin-top: 0;
    }
    .global-footer__nav-links {
        width: 100%;
        max-height: 1px;
        padding-left: 6px;
        border-bottom: 1px solid #cecece;
/*        transition: max-height 330ms ease-in-out;*/
    }
    .global-footer__nav-links.is-opened {
        max-height: 250px;
    }
    .global-footer__nav-title + .global-footer__nav-links {
        margin-top: 0;
        padding-top: 0;
    }
    .global-footer__nav-link {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
/*        transition: opacity 130ms ease-in-out;*/
    }
    .hover .global-footer__nav-link:hover {
        opacity: 0.8 !important;
    }
    .global-footer__nav-link:last-of-type {
        padding-bottom: 13px;
    }
    .global-footer__nav-links.is-active .global-footer__nav-link {
        visibility: visible;
        opacity: 0.8;
        pointer-events: all;
    }
    .global-footer__nav-links.is-closing .global-footer__nav-link {
        opacity: 0;
        pointer-events: none;
    }
    .global-footer .global-footer-subscribe {
        width: 100%;
        margin-top: 13px;
    }
    .global-footer .global-footer-subscribe__form {
        max-width: 414px;
    }
    .global-footer .global-footer-arrow {
        overflow: hidden;
        position: relative;
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-left: -1px;
        -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px);
        -webkit-transition: -webkit-transform 330ms ease-out;
        -ms-transition: -ms-transform 330ms ease-out;
        transition: transform 330ms ease-out;
    }
    .global-footer .global-footer-arrow::before,
    .global-footer .global-footer-arrow::after {
        content: "";
        position: absolute;
        top: 50%;
        z-index: 1;
        display: block;
        width: 4px;
        height: 1px;
        background: #e7e7e7;
        -webkit-transition: -webkit-transform 330ms ease-out, -webkit-transform-origin 330ms ease-out;
        -ms-transition: -ms-transform 330ms ease-out, -ms-transform-origin 330ms ease-out;
        transition: transform 330ms ease-out, transform-origin 330ms ease-out;
    }
    .global-footer .global-footer-arrow::before {
        right: 50%;
        -webkit-transform: rotate(40deg) scaleY(1);
        -ms-transform: rotate(40deg) scaleY(1);
        transform: rotate(40deg) scaleY(1);
        -webkit-transform-origin: 100% 100%;
        -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
    }
    .global-footer .global-footer-arrow::after {
        left: 50%;
        -webkit-transform: rotate(-40deg) scaleY(1);
        -ms-transform: rotate(-40deg) scaleY(1);
        transform: rotate(-40deg) scaleY(1);
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
    }
    .global-footer__nav-title.is-opened .global-footer-arrow {
        -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        transform: translateY(-1px);
    }
    .global-footer__nav-title.is-opened .global-footer-arrow::before {
        -webkit-transform: rotate(-40deg) scaleY(1);
        -ms-transform: rotate(-40deg) scaleY(1);
        transform: rotate(-40deg) scaleY(1);
        -webkit-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }
    .global-footer__nav-title.is-opened .global-footer-arrow::after {
        -webkit-transform: rotate(40deg) scaleY(1);
        -ms-transform: rotate(40deg) scaleY(1);
        transform: rotate(40deg) scaleY(1);
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
}
.buy-block {
    margin-top: 200px;
}
.buy-block__inner {
    text-align: center;
}
.buy-block__title {
    margin-top: 16px;
    font-size: 32px;
    font-weight: 700;
    color: #0f0f0f;
    letter-spacing: -0.002em;
}
.buy-block__description {
    max-width: 450px;
    margin: 9px auto 0;
    padding: 4px 0;
    font-size: 20px;
    color: #333;
    line-height: 32px;
}
.buy-block__btn {
    display: inline-block;
    width: 32px;
    height: 36px;
    padding: 0 20px;
    margin-top: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    letter-spacing: -0.02em;
    background-color: #ff4169;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    opacity: 1;
    transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hover .buy-block__btn:hover {
    background-color: #ff6482;
}
.p-ios .global-footer,
.is-dark-page .global-footer,
.p-classic .global-footer {
    background-color: #111;
}
.p-ios .global-footer .global-footer__nav-title,
.p-ios .global-footer .global-footer__nav-link,
.is-dark-page .global-footer .global-footer__nav-title,
.is-dark-page .global-footer .global-footer__nav-link,
.p-classic .global-footer .global-footer__nav-title,
.p-classic .global-footer .global-footer__nav-link {
    color: #f0f0f0;
}
.p-ios .global-footer .global-footer__nav-link,
.is-dark-page .global-footer .global-footer__nav-link,
.p-classic .global-footer .global-footer__nav-link {
    opacity: 0.5;
}
.hover .p-ios .global-footer .global-footer__nav-link:hover,
.hover .is-dark-page .global-footer .global-footer__nav-link:hover,
.hover .p-classic .global-footer .global-footer__nav-link:hover {
    opacity: 0.88 !important;
}
@media only screen and (max-width: 767px) {
    .p-ios .global-footer .global-footer__nav-links,
    .is-dark-page .global-footer .global-footer__nav-links,
    .p-classic .global-footer .global-footer__nav-links {
        border-color: #424242;
    }
}
.p-ios .global-footer .global-footer__copyright,
.is-dark-page .global-footer .global-footer__copyright,
.p-classic .global-footer .global-footer__copyright {
    border-color: #424242;
}
.p-ios .global-footer .global-footer__copyright-text,
.is-dark-page .global-footer .global-footer__copyright-text,
.p-classic .global-footer .global-footer__copyright-text {
    color: #f0f0f0;
    opacity: 0.5;
}
.p-ios .global-footer-subscribe .global-footer-subscribe__title,
.p-ios .global-footer-subscribe .global-footer-subscribe__description,
.is-dark-page .global-footer-subscribe .global-footer-subscribe__title,
.is-dark-page .global-footer-subscribe .global-footer-subscribe__description,
.p-classic .global-footer-subscribe .global-footer-subscribe__title,
.p-classic .global-footer-subscribe .global-footer-subscribe__description {
    color: #f0f0f0;
}
.p-ios .global-footer-subscribe .global-footer-subscribe__description,
.is-dark-page .global-footer-subscribe .global-footer-subscribe__description,
.p-classic .global-footer-subscribe .global-footer-subscribe__description {
    opacity: 0.5;
}
.p-team.p-support .global-footer {
    margin-top: 0;
}
.content {
    padding-top: 110px;
}
.link {
    color: #6db2dd;
    transition: 130ms ease-in-out;
}
.link__icon {
    margin-left: 8px;
    vertical-align: middle;
}
.link__icon path {
    fill: #6db2dd;
    transition: 130ms ease-in-out;
}
.link__icon.is-more {
    margin-left: 0;
}
.link--big {
    display: inline-block;
    margin-top: 25px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.52947;
    letter-spacing: -0.008em;
}
.link.is-black {
    color: #000;
}
.link.is-black .link__icon {
    margin-left: 5px;
}
.link.is-black .link__icon path {
    fill: #000;
}
.link:hover {
    color: #578bab;
}
.link:hover .link__icon path {
    fill: #578bab;
}
.upgrade-page__info-box {
    position: sticky;
    position: -webkit-sticky;
    top: 52px;
    z-index: 10;
    background-color: #026fc9;
    padding: 10px 20px 11px;
    text-align: center;
}
.upgrade-page__info-box-text {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.005em;
}
@media only screen and (max-width: 850px) {
    .upgrade-page__info-box-text {
        line-height: 1.5 !important;
    }
}
.upgrade-page__info-box-link {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    transition: color 130ms ease-in-out;
}
.upgrade-page__info-box-link svg {
    margin-left: 3px;
}
.upgrade-page__info-box-link svg path {
    fill: currentColor;
}
.hover .upgrade-page__info-box-link:hover {
    color: rgba(255, 255, 255, 0.5);
}
.hero__artwork--margin-top {
    margin-top: 4.27%;
}
.hero__artwork--margin-bottom {
    margin-bottom: 6.25%;
}
.hero__screenshot {
    width: 100%;
    height: auto;
}
.hero__header {
    text-align: center;
}
.hero__description {
    max-width: 960px;
    margin: 0 auto;
}
.hero__description + .hero__description {
    margin-top: 25px;
}
.hero__title + .hero__description {
    margin-top: 29px;
}
.hero__links {
    margin-top: 30px;
}
.hero__link + .hero__link {
    margin-left: 45px;
}
@media only screen and (max-width: 767px) {
    .hero__links {
        display: flex;
        flex-direction: column;
    }
    .hero .links__link + .links__link {
        margin-top: 5px;
        margin-left: 0;
    }
}
.summary {
    margin-top: 101px;
}
.summary__item {
    text-align: center;
}
.summary__item:nth-child(n + 4) {
    margin-top: 51px;
}
.summary__name {
    margin-top: 13px;
}
.summary__name + .summary__description {
    margin-top: 2px;
}
.summary__description {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
}
.summary__link {
    display: inline-block;
    margin-top: 7px;
    font-weight: 500;
}
.features {
    margin-top: 219px;
}
.feature + .feature {
    margin-top: 228px;
}
.feature__header {
    max-width: 896px;
}
.feature__artwork {
    margin-top: 63px;
}
.feature__screenshot {
    width: 100%;
    height: auto;
}
.feature__fullscreen {
    width: 100%;
    padding-bottom: 52px;
    margin-top: 129px;
    background-color: transparent;
    background-position: 50% 0;
    background-repeat: no-repeat;
}
.feature.with-icon .feature__header {
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.additional-info {
    margin-top: 74px;
}
.additional-info__item:nth-child(n + 4) {
    margin-top: 57px;
}
.additional-info__description.with-bullet-point::before {
    content: "• ";
    margin-right: 1px;
}
.additional-info__description.with-bullet-point + .additional-info__description.with-bullet-point {
    margin-top: 10px;
}
.additional-info.is-technologies {
    margin-top: 81px;
}
.additional-info.is-technologies .additional-info__name {
    margin-top: 28px;
}
.footer {
    padding-bottom: 14px;
}
.footer__buy {
    padding: 345px 20px 27px;
}
.footer__next {
    padding: 220px 0 5px;
}
.footer__copyright {
    margin-top: 231px;
}
.buy {
    text-align: center;
}
.buy__title {
    margin-top: 16px;
    font-size: 32px;
    font-weight: 700;
    color: #e7e7e7;
    letter-spacing: -0.002em;
}
.buy__description {
    max-width: 400px;
    margin: 14px auto 0;
    font-size: 20px;
    color: #b0b0b0;
    line-height: 1.52947;
}
.buy__btn.btn--big {
    display: inline-block;
    width: 32px;
    height: 36px;
    padding: 0 20px;
    margin-top: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
    letter-spacing: -0.02em;
    background-color: #ff4169;
    border: 0;
    border-radius: 30px;
    cursor: pointer;
    opacity: 1;
    transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hover .buy__btn.btn--big:hover {
    background-color: #ff6482;
}
.copyright__text {
    font-size: 12px;
    color: #b0b0b0;
    text-align: center;
    opacity: 0.5;
}
.tabs__artwork {
    position: relative;
    width: 100%;
    max-width: 1496px;
    padding-top: 57.88%;
    margin: 0 auto;
}
.tabs__screenshot {
    position: absolute;
    top: 0;
    left: 50%;
    display: none;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    transition: opacity 500ms ease-in-out;
}
.tabs__screenshot.is-visible {
    display: block;
}
.tabs__screenshot.is-active {
    opacity: 1;
}
.p-classic .tabs__screenshot {
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.tabs__screenshot .repair-screenshot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.tabs__screenshot .repair-screenshot.is-after {
    z-index: 2;
    opacity: 0;
    transition: opacity 1000ms 1000ms ease-in-out;
}
.tabs__screenshot .repair-screenshot.is-after.is-active {
    opacity: 1;
}
.tabs__ios {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    transition: opacity 500ms ease-in-out;
}
.tabs__ios.is-active {
    opacity: 1;
}
.tabs__nav {
    margin-top: 1px;
    text-align: center;
}
.tabs__link {
    font-size: 18px;
    color: #b0b0b0;
    line-height: 26px;
    letter-spacing: 0.012em;
    transition: color 130ms ease-in-out;
}
.tabs__link.is-active {
    color: #e7e7e7;
}
.tabs__link + .tabs__link::before {
    content: "·";
    margin: 0 10px 0 5px;
    color: #b0b0b0;
}
.tabs__copy {
    position: relative;
    min-height: 81px;
    margin-top: 19px;
}
.tabs__description {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 660px;
    margin: 0 auto 0;
    font-size: 17px;
    color: #b0b0b0;
    line-height: 27px;
    letter-spacing: 0.012em;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    transition: opacity 330ms ease-in-out;
}
.tabs__description.is-active {
    opacity: 1;
    pointer-events: all;
}
.tabs__more::before {
    content: "";
    display: block;
    margin-top: 18px;
}
@media only screen and (max-width: 767px) {
    .tabs {
        text-align: center;
    }
    .tabs__nav {
        overflow-x: auto;
        display: inline-flex;
        flex-wrap: nowrap;
        width: auto;
        max-width: 100%;
        padding: 10px 0;
        -webkit-overflow-scrolling: touch;
    }
    .tabs__link {
        flex: 0 0 auto;
    }
    .tabs__description {
        width: 100%;
    }
}
.tiles {
    padding-top: 88px;
}
.tiles__name {
    margin-top: 25px;
    font-size: 17px;
    color: #e7e7e7;
    line-height: 1px;
    letter-spacing: 0.0012em;
}
.replay {
    padding: 36px 0 0;
    margin-bottom: -3px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 130ms ease-in-out;
}
.replay__button {
    display: inline-block;
    font-size: 17px;
    line-height: 1;
    color: #6db2dd;
}
.replay__icon {
    margin-left: 3px;
}
.replay__icon path {
    fill: #6db2dd;
}
.replay.is-active {
    opacity: 1;
    pointer-events: all;
}
.shortcuts {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
}
.shortcuts__col {
    width: calc((100% - 60px) / 2);
}
.shortcuts__col + .shortcuts__col {
    margin-left: 60px;
}
.shortcuts__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    font-size: 18px;
    color: #b0b0b0;
    line-height: 1.52947;
    letter-spacing: 0.004em;
}
.shortcuts__shortcut {
    width: 60px;
    font-size: 18px;
    color: #e7e7e7;
}
@media only screen and (max-width: 700px) {
    .shortcuts {
        width: 280px;
        margin: 0 auto;
    }
    .shortcuts__col {
        width: 100%;
    }
    .shortcuts__col + .shortcuts__col {
        margin-left: 0;
    }
}
@media only screen and (min-width: 701px) {
    .shortcuts {
        width: 700px;
    }
}
.gestures {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.gestures__item {
    width: calc(100% / 4);
    font-size: 18px;
    font-weight: 400;
    color: #b0b0b0;
    line-height: 1.52947;
    letter-spacing: 0.004em;
    text-align: center;
}
.gestures__name {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #e7e7e7;
}
.gestures__explanation {
    width: 100%;
    padding-top: 92px;
    font-size: 18px;
    font-weight: 400;
    color: #b0b0b0;
    line-height: 1.52947;
    letter-spacing: 0.004em;
    text-align: center;
}
@media only screen and (max-width: 1023px) {
    .gestures__item {
        width: 50%;
    }
}
.new {
    padding-top: 207px;
    text-align: center;
}
.new__link {
    display: block;
    margin-top: 13px;
}
.new__subtitle .new__link {
    margin-top: 25px;
}
.new__list {
    margin-top: 87px;
}
.new__item:nth-child(n + 4) {
    margin-top: 71px;
}
.new__name {
    margin-top: 22px;
}
.new__description {
    width: 100%;
    max-width: 250px;
    margin: 5px auto 0;
}
.ios-artwork {
    position: relative;
    width: 100%;
    max-width: 1496px;
    padding-top: 57.89%;
}
.ios-artwork__ipad-wrapper {
    position: absolute;
    top: 8.4%;
    left: 12.4%;
    width: 67.38%;
}
.ios-artwork__ipad {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-top: 72.22%;
}
.ios-artwork__ipad-frame {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto;
}
.ios-artwork__ipad-artwork {
    position: absolute;
    top: 5.5%;
    left: 7.1%;
    z-index: 2;
    width: 85.71%;
    height: auto;
}
.ios-artwork__iphone-wrapper {
    position: absolute;
    top: 61.1%;
    left: 56.9%;
    width: 37.03%;
}
.ios-artwork__iphone {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding-top: 52.35%;
}
.ios-artwork__iphone-frame {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto;
}
.ios-artwork__iphone-artwork {
    position: absolute;
    top: 11.8%;
    left: 14.3%;
    z-index: 2;
    width: 71.12%;
    height: auto;
}
.ios-artwork__pencil {
    position: absolute;
    right: 15%;
    bottom: 3.1%;
    z-index: 2;
}
.ios-artwork--small {
    position: absolute;
    padding-top: 45.39%;
}
.ios-artwork--small .ios-artwork__ipad-wrapper {
    top: 0;
    left: 13.2%;
    width: 57.89%;
}
.ios-artwork--small .ios-artwork__iphone-wrapper {
    top: 57.33%;
    left: 51.1%;
    width: 32.22%;
}
.p-ios .content {
    padding-top: 98px;
}
.p-ios .hero {
    padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .p-ios .hero {
        padding-bottom: 0;
    }
}
.p-ios .hero .l-inner--wide {
    max-width: 1496px;
}
.p-ios .hero__description {
    max-width: 640px;
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    .p-ios .hero__description {
        font-size: 18px;
        line-height: 29px;
    }
}
@media only screen and (max-width: 767px) {
    .p-ios .hero .links__link {
        font-size: 18px;
    }
    .p-ios .hero .links__link:nth-child(1) svg {
        width: 8px !important;
        height: 9px !important;
        margin-top: 1px;
        margin-left: 6px;
    }
    .p-ios .hero .links__link:nth-child(2) svg,
    .p-ios .hero .links__link:nth-child(3) svg {
        width: 6px;
        height: 11px;
        margin-top: 1px;
        margin-left: 6px;
    }
}
.p-ios .new {
    padding-top: 197px;
    padding-bottom: 115px;
    background-color: #212222;
}
@media only screen and (max-width: 767px) {
    .p-ios .new {
        padding: 93px 0 80px;
    }
}
.p-ios .new__title {
    font-size: 60px;
    line-height: 1.2;
}
@media only screen and (max-width: 767px) {
    .p-ios .new__title {
        font-size: 32px;
        max-width: 330px !important;
    }
}
.p-ios .new__list {
    display: flex;
    justify-content: center;
}
.p-ios .new__item {
    width: calc((100% - (3 * 80px)) / 4);
    max-width: 260px;
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .p-ios .new__item {
        width: calc((100% - (2 * 80px)) / 3);
    }
}
@media only screen and (max-width: 767px) {
    .p-ios .new__list {
        flex-wrap: wrap;
        max-width: 260px;
        margin-right: auto;
        margin-left: auto;
    }
    .p-ios .new__item {
        width: 100%;
        margin-left: 0 !important;
        text-align: center;
    }
    .p-ios .new__item + .new__item {
        margin-top: 80px;
    }
}
.p-ios .new__item + .new__item {
    margin-left: 80px;
}
.p-ios .new__name {
    margin-top: 14px;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    line-height: 1.45;
    letter-spacing: -0.002em;
}
.p-ios .new__description {
    max-width: 100%;
    margin: 0;
    font-size: 17px;
    color: #b0b0b0;
    line-height: 1.45;
    letter-spacing: -0.002em;
}
.p-ios .new__link-wrapper {
    margin-top: 160px;
    text-align: center;
}
.p-ios .new__link-wrapper.is-top {
    margin-top: 26px;
}
@media only screen and (max-width: 767px) {
    .p-ios .new__link-wrapper {
        margin-top: 66px;
    }
    .p-ios .new__link-wrapper.is-top {
        margin-top: 16px;
    }
}
.p-ios .new__link {
    font-size: 19px;
    font-weight: 600;
    margin-top: 0;
}
.p-ios .new__link svg {
    margin-left: 6px;
}
.p-ios .summary {
    padding-top: 31px;
}
.p-ios .summary__name {
    margin-top: 33px;
}
.p-ios .summary__description {
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    .p-ios .features {
        margin-top: 180px;
    }
}
@media only screen and (max-width: 767px) {
    .p-ios .feature + .feature {
        margin-top: 180px;
    }
}
.p-ios .feature .l-inner--wide {
    max-width: 1496px;
}
.p-ios .feature__slogan {
    max-width: 1000px;
}
.p-ios .feature__header {
    margin-right: 0;
    max-width: 100%;
    text-align: center;
}
.p-ios .feature__name {
    display: none;
}
.p-ios .feature__title {
    margin: 0 auto;
    font-size: 60px;
    line-height: 1.2;
}
@media only screen and (max-width: 767px) {
    .p-ios .feature__title {
        font-size: 36px;
    }
}
.p-ios .feature__description {
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    .p-ios .feature__description {
        font-size: 17px;
    }
}
.p-ios .feature .l-cols .feature__header {
    text-align: left;
}
.p-ios .tabs {
    max-width: 1094px;
    margin: 0 auto;
}
.p-ios .tabs.is-icloud {
    max-width: 1352px;
}
.p-ios .tabs.is-icloud .tabs__copy {
    margin-top: 51px;
}
@media only screen and (max-width: 767px) {
    .p-ios .tabs.is-icloud .tabs__copy {
        margin-top: 20px;
    }
}
.p-ios .tabs__artwork {
    padding-top: 68.64%;
    margin-top: 62px;
}
@media only screen and (max-width: 767px) {
    .p-ios .tabs__artwork {
        margin-top: 30px;
    }
}
.p-ios .tabs__ios-artwork {
    position: absolute;
    top: 0;
    left: 50%;
    display: none;
    width: 100%;
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 500ms ease-in-out;
}
.p-ios .tabs__ios-artwork.is-visible {
    display: block;
}
.p-ios .tabs__ios-artwork.is-active {
    opacity: 1;
}
.p-ios .tabs__ios-artwork-image {
    width: 100%;
    height: auto;
}
.p-ios .tabs__ios-artwork-image-pencil {
    position: absolute;
    top: 0;
    left: 50%;
    width: 53.19%;
    height: auto;
    transform: translate(-50%, -93%);
}
.p-ios .tabs__nav {
    margin-top: 56px;
}
.p-ios .tabs__nav-inner {
    display: inline-flex;
    align-items: center;
    border-bottom: 1px solid #424242;
}
@media only screen and (max-width: 767px) {
    .p-ios .tabs__nav {
        overflow: auto;
        width: 100%;
        margin-top: 20px;
    }
    .p-ios .tabs__nav-inner {
        display: flex;
        flex-wrap: nowrap;
        margin: 0 auto;
    }
}
.p-ios .tabs__link {
    position: relative;
    padding-bottom: 17px;
    font-size: 17px;
}
.p-ios .tabs__link::before {
    display: none;
}
.p-ios .tabs__link::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: opacity 130ms ease-in-out;
}
.p-ios .tabs__link.is-active::after {
    opacity: 1;
}
.p-ios .tabs__link + .tabs__link {
    margin-left: 60px;
}
@media only screen and (max-width: 1023px) {
    .p-ios .tabs__link + .tabs__link {
        margin-left: 30px;
    }
}
.p-ios .tabs__copy {
    margin-top: 31px;
}
.p-ios .tabs__description {
    left: 0;
    max-width: 100%;
    width: 100%;
    transform: none;
}
.p-ios .tabs__description span {
    display: block;
    margin: 0 auto;
    max-width: 660px;
}
.p-ios .technologies__name {
    margin-top: 19px;
    font-size: 18px;
    font-weight: 700;
    color: #e7e7e7;
    line-height: 24px;
    letter-spacing: 0.004em;
}
.p-ios .technologies__description {
    font-size: 17px;
    font-weight: 400;
    color: #b0b0b0;
    line-height: 27px;
    letter-spacing: 0.004em;
}
.p-ios .additional-info.is-technologies {
    margin-top: 106px;
}
@media only screen and (max-width: 767px) {
    .p-ios .additional-info.is-technologies {
        max-width: 332px;
        margin-top: 60px;
        margin-right: auto;
        margin-left: auto;
    }
    .p-ios .additional-info.is-technologies .additional-info__item {
        text-align: center;
    }
    .p-ios .additional-info.is-technologies .additional-info__item + .additional-info__item {
        margin-top: 55px;
    }
}
.p-ios .buy__icon {
    width: 80px;
    height: 80px;
}
@media only screen and (max-width: 767px) {
    .p-ios .footer {
        padding-bottom: 0;
    }
    .p-ios .footer__buy {
        padding-top: 200px;
        padding-bottom: 0px;
    }
    .p-ios .buy__description {
        margin-top: 6px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 1024px) {
    .p-ios .content {
        padding-top: 88px;
    }
}
@media only screen and (max-width: 767px) {
    .p-ios .content {
        padding-top: 44px;
    }
    .p-ios .feature[data-section="pencil-and-photoshop"] .feature__header {
        max-width: 394px;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}
.tech-specs {
    margin-top: 135px;
}
.tech-specs__section + .tech-specs__section {
    margin-top: 71px;
}
.tech-specs__description + .tech-specs__description {
    margin-top: 10px;
}
.tech-specs__description + .tech-specs__description.with-big-margin-top {
    margin-top: 27px;
}
.tech-specs__subtitle + .tech-specs__description {
    margin-top: 12px;
}
.tech-specs__header + .tech-specs__lists {
    margin-top: 32px;
}
.tech-specs__subtitle {
    font-size: 17px;
}
.tech-specs__title + .tech-specs__subtitle {
    margin-top: 14px;
}
.tech-specs__description + .tech-specs__subtitle {
    margin-top: 27px;
}
.tech-specs__lists + .tech-specs__lists {
    margin-top: 34px;
}
.tech-specs__subtitle + .tech-specs__cols {
    margin-top: 13px;
}
.tech-specs__description.with-bullet-point::before {
    content: "• ";
    margin-right: 1px;
}
.tech-specs__description.with-margin-top {
    margin-top: 32px;
}
.tech-specs__title + .tech-specs__image {
    margin-top: 20px;
}
.tech-specs__description + .tech-specs__image {
    margin-top: 10px;
}
.updates {
    margin-top: 135px;
    padding-bottom: 135px;
}
.updates .line + .t-level-2_title-s {
    margin-top: 71px;
}
.updates .t-level-2_title-s + .t-level-3_description {
    margin-top: 18px;
}
.updates .t-level-3_description + .t-level-3_description {
    margin-top: 12px;
}
.p-tech-specs .content,
.p-updates .content,
.p-faq .content {
    padding-top: 62px;
}
.faq {
    margin-top: 115px;
}
.faq__item + .faq__item {
    margin-top: 91px;
}
.faq__answer + .faq__answer {
    margin-top: 25px;
}
.faq__question + .faq__answer.t-level-2_title-s {
    margin-top: 25px;
}
.ios-hero__figure {
    width: 100%;
    max-width: 989px;
    margin: 46px auto 40px;
}
@media only screen and (max-width: 767px) {
    .ios-hero__figure {
        margin-top: 31px;
        margin-bottom: 9%;
    }
}
.ios-new-artwork {
    width: 100%;
    height: auto;
}
.p-classic .mac-inner__nav-link[href*="upgrade"] {
    display: block;
    padding: 0 11px;
    margin-left: 20px;
    font-size: 12px;
    font-weight: 500;
    color: #026fc9 !important;
    line-height: 24px;
    letter-spacing: -0.01em;
    background-color: transparent;
    border: 1px solid #026fc9;
    border-radius: 30px;
    cursor: pointer;
    will-change: auto;
    user-select: none;
    transition: background 130ms ease-in-out, color 130ms ease-in-out;
}
.hover .p-classic .mac-inner__nav-link[href*="upgrade"]:hover {
    opacity: 1 !important;
    color: #fff !important;
    background-color: #026fc9;
}
.p-classic .current-page {
    display: none;
}
.mac-inner {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 10;
    background-color: #161616;
    -webkit-backdrop-filter: saturate(150%) blur(30px);
    backdrop-filter: saturate(150%) blur(30px);
    transition: background 130ms ease-in-out;
}
.mac-inner.is-scrolled {
    background-color: rgba(22, 22, 22, 0.5);
}
.mac-inner__inner {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    min-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mac-inner__hamburger {
    flex: 0 0 auto;
}
.mac-inner__info {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mac-inner__title {
    display: flex;
    align-items: center;
}
.mac-inner__title-link {
    display: flex;
    align-items: center;
}
.mac-inner__title-wrapper {
    display: inline-flex;
    align-items: center;
}
.mac-inner__title-icon {
    margin-right: 10px;
}
.mac-inner__title-name {
    font-size: 22px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    line-height: 26px;
    letter-spacing: -0.033em;
}
.mac-inner__title-name span:not(.mac-inner__title-pixelmator) {
    font-weight: 300;
}
.mac-inner__nav-inner {
    display: flex;
    align-items: center;
}
.mac-inner__nav-link {
    font-size: 13px;
    color: #fff;
    line-height: 15px;
    letter-spacing: -0.005em;
    opacity: 0.85;
    transition: opacity 130ms ease-in-out;
}
.hover .mac-inner__nav-link:hover {
    opacity: 0.5;
}
.mac-inner__nav-link.is-active {
    opacity: 0.56;
    pointer-events: none;
}
.is-tutorials-single .mac-inner__nav-link.is-active {
    pointer-events: all;
}
.mac-inner__nav-link + .mac-inner__nav-link {
    margin-left: 22px;
}
.ios-title {
    max-width: 700px;
    margin: 14px auto 0;
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.02em;
    text-align: center;
}
.ios-figure {
    width: 100%;
    max-width: 989px;
    margin: 46px auto 0;
}
.ios-figure__image {
    width: 100%;
    height: auto;
}
