/* Add your CSS styling base on the Apple style guidelines */

* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #111;
    font-size: 13px/*ast_fs_body*/;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,.9);
    backdrop-filter: blur(16px);
    padding: 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    border-bottom: 1px solid #F3F6F9;
}

heading {
    position: relative;
}

footer {
    background-color: #fff;
    padding: 0;
    display: block;
    font-size: 15px/*ast_fs_headline_m*/;
}

main {
    background: #f6f7f8/*ast_col_bg_tetrietary*/;
    padding: 0;
    margin: 0;
    padding-top: 180px;
    font-size: 17px/*ast_fs_article_l*/;
}

h2 {
    font-size: 32px/*ast_fs_title_m*/;
    margin-bottom: 0;
    margin-top: 0;
    border-bottom: 6px solid #111;
    display: inline-block;
}

h2 + p {
    margin-top: 16px/*ast_size_base_d*/;
}

h3 {
    font-size: 24px/*ast_fs_title_s*/;
    margin-bottom: 0;
    margin-top: 0;
}

.ast-fs-article-l {
    font-size: 17px/*ast_fs_article_l*/
}

.ast-fs-headline-l {
    font-size: 20px/*ast_fs_headline_l*/;
    margin-bottom: 0;
    font-weight: 600;
}

.footer-content {
    max-width: 100%;
    height: 64px/*ast_size_base_j*/;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 13px/*ast_fs_body*/;
    flex-direction: column;
    width: inherit;
    gap: 16px/*ast_size_base_d*/;
}

.header-content {
    max-width: 1000px;
    width: 100%;
    height: 64px/*ast_size_base_j*/;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px/*ast_size_base_g*/;
}

@media only screen and (min-width: 1000px) {
    .show-mobile {
        display: none;
    }
    .show-desktop {
        display: block;
    }
}

@media only screen and (max-width: 999px) {
    .show-mobile {
        display: block;
    }
    .show-desktop {
        display: none;
    }
}

@media only screen and (min-width: 1000px) {
    .title-animation {
        letter-spacing: -4px;
        opacity: 0;
        transition: 0.5s ease-out;
    }
    .title-animation._finished {
        letter-spacing: 0;
        opacity: 1;
    }
}

.logo {
    font-size: 24px/*ast_fs_title_s*/;
    font-weight: bold;
    color: #000;
    font-weight: bold;
    flex-basis: 100%;
}
.logo a {
    text-decoration: none;
    color: #000;
}
footer .logo {
    font-size: 15px/*ast_fs_article*/;
}

.titles {
    position: relative;
}

.paragraph {
    font-size: 15px/*ast_fs_article*/;
}

.input {
    padding: 2px 1rem;
    transition: all 0.15s ease 0s;
    white-space: nowrap;
    min-width: 120px;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #999;
    font-size: 15px/*ast_fs_article*/;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    min-height: 32px/*ast_height_control_m*/;
}
.input_l {
    min-height: 48px/*ast_height_control_l*/;
}
.button {
    padding: 2px 1rem;
    transition: all 0.15s ease 0s;
    white-space: nowrap;
    min-width: min-content;
    background: rgba(29,29,36,60%)/*ast_col_text_secondary*/;
    color: #fff;
    display: inline-flex;
    text-decoration: none;
    border-radius: 8px;
    min-height: 32px/*ast_height_control_m*/;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    font-size: 13px/*ast_fs_body*/;
    font-size: 15px/*ast_fs_article*/;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.button.button_intense {
    background: rgba(21,117,249,100%)/*ast_col_but_primary_intense*/;
    box-shadow: 0px 12px 16px -8px rgba(0, 30, 120, 0.2);
}
.button.button_disabled {
    background: rgba(0,0,0,7%)/*ast_col_inp_filled*/;
    box-shadow: none;
    color: rgba(60, 60, 67, 33%)/*ast_col_text_tetrietary*/;
    cursor: not-allowed;
}
.button.button_disabled:hover {
    background: rgba(0,0,0,7%) !important/*ast_col_inp_filled*/;
    box-shadow: none !important;
    color: rgba(60, 60, 67, 33%)/*ast_col_text_tetrietary*/;;
}
.button.button_l {
    min-height: 48px/*ast_height_control_l*/;
}
.button:hover {
    background: rgba(29,29,36,80%);
    transform: translateY(-1px);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.15);
}
.button.button_intense:hover {
    background: rgba(19,100,220,100%);
    transform: translateY(-1px);
    box-shadow: 0px 16px 16px -8px rgba(0, 30, 120, 0.2);
}
.button + .button {
    margin-left: 8px/*ast_size_base_b*/;
}
.button span {

}
.button small {
    font-size: 11px/*ast_fs_footnote*/;
    opacity: 0.8;
}

.menu {
    margin-left: 32px/*ast_size_base_g*/;
    margin-right: 32px/*ast_size_base_g*/;
    flex-grow: 1;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px/*ast_fs_article*/;
}
.menu-item {
    border-radius: 8px/*ast_radius_c*/;
    display: inline-block;
    padding: 0 0.75rem;
    transition: all 0.15s ease 0s;
    white-space: nowrap;
    min-width: min-content;
    color: rgba(29,29,36,60%)/*ast_col_text_secondary*/;
    text-decoration: none;
    line-height: 32px/*ast_height_control_m*/;
    cursor: pointer;    
}
.menu-item + .menu-item {
    margin-left: 8px/*ast_radius_c*/;
}
.menu-item:hover {
    background: #eee;
}

.header-buttons {
    /* Add your header button styling here */
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.limiter {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

.centerize {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.paddinger {
    padding: 0 32px/*ast_size_base_g*/;
}

.rower {
    display: flex;
    flex-direction: row;
    gap: 16px/*ast_size_base_d*/;
    flex-wrap: wrap;
}

.hero {
    min-height: calc(100vh - 64px/*ast_size_base_j*/);
    padding: 160px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    margin-bottom: -180px;
    z-index: 2;
    position: relative;
}
.hero h1 {
    font-size: 96px;
    line-height: 96px;
    font-weight: bold;
    margin: 32px/*ast_size_base_g*/ 0;
    text-align: center;
}
.hero p {
    font-size: 20px/*ast_fs_headline_l*/;
    line-height: 28px;
    text-align: center;
    font-weight: 100;
}
.hero .button {
    margin-top: 32px/*ast_size_base_g*/;
}

.screen {
    min-height: 400px;
}
.screen img {
    max-width: 1000px;
    width: 100%;
    margin-top: 32px/*ast_size_base_g*/;
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .screen img {
        margin-top: 40px;
        transform: scale(1.2);
    }
}

.replaces {
    margin-top: 32px/*ast_size_base_g*/;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.replaces > div + div {
    margin-top: 8px/*ast_size_base_b*/
}
.replaces img {
    max-width: 24px/*ast_size_base_j*/;
    box-shadow: 0 4px 16px 2px rgba(0,0,0,0.1);
    border-radius: 5px/*ast_radius_e*/;
}
.replaces-icons {
    display: flex;
    flex-direction: row;
}
.replaces-icons div {
    margin: 0 8px/*ast_size_base_b*/;
}
.replaces-title {
    font-size: 15px/*ast_fs_article*/;
    opacity: 0.8;
}

.keyfeatures .block {
    margin-top: calc(70px - 32px/*ast_size_base_g*/) !important;
}
.keyfeatures .block-image {
    margin-top: -70px !important;

    font-size: 40px;
    margin-top: 0 !important;
}
.keyfeatures .block-image img {
    max-width: 60% !important;
}

.features .block-image {
    margin: 0 -32px -32px -32px;
    padding-bottom: 32px;
    padding-top: 32px;
    font-size: 60px;
    text-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.features .block {
    position: relative;
}
.features .block-soon {
    display: none;
    position: absolute;
    bottom: 0px;
    width: 80px;
    font-size: 13px/*ast_fs_body*/;
    color: rgba(60, 60, 67, 20%);
    left: calc(50% - 40px);
    background: rgba(255,255,255,.25);
    border-radius: 5px/*ast_radius_e*/ 5px/*ast_radius_e*/  0 0;
}

.container {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    padding: 64px/*ast_size_base_j*/ 0;
}
.container .row + .row {
    margin-top: 32px/*ast_size_base_g*/;
}

.row {
    text-align: center;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 32px/*ast_size_base_g*/;
    width: 100%;
}
.grid.grid_0 {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}
.grid.grid_2 {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.grid.grid_3 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.block {
    box-sizing: border-box;
}
.block.block_outed {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px/*ast_radius_c*/;
    margin-top: calc(100px - 32px/*ast_size_base_g*/);
}
.block.block_outed .block-image {
    margin-top: -100px;
    flex-grow: 1;
}
.block.block_outed .block-image img {
    max-width: 100%;
    margin: 0 auto;
}
.block-title {
    font-size: 20px/*ast_fs_headline_l*/;
    font-weight: bold;
}
.block.block_shadowed {
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 30, 0.03), 0px 24px 40px 0 rgba(0, 0, 30, 0.03);
}
.block.block_fill {
    /*box-shadow: 0px 0px 12px 0 rgba(0, 0, 30, 0.03), 0px 24px 40px 0 rgba(0, 0, 30, 0.03);*/
    border-radius: 8px/*ast_radius_c*/;
    padding: 32px/*ast_size_base_g*/;
    background: #fff;
}

.partners {
    padding: 0 32px/*ast_size_base_j*/;
    box-sizing: border-box;
}
.partners img {
    max-width: 95%;
    opacity: 1;
    transition: 0.2s;
    filter: grayscale(100%);
}
.partners img:hover {
    opacity: 1;
    filter: grayscale(1%);
}

.review {
    display: flex;
    flex-direction: column;
    gap: 8px/*ast_size_base_b*/;
}
.review-photo {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin:0 auto;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    transform: scale(1.2);
    margin-bottom: 8px;
}
.review .country {
    color: rgba(60, 60, 67, 33%)/*ast_col_text_tetrietary*/;
}
.review-name {
    font-size: 15px/*ast_fs_article*/;
}
.review-title {
    font-weight: bold;
}
.review-text {
    font-size: 15px/*ast_fs_article*/;
    text-align: left;
    max-height: 280px;
    overflow-y: overlay;
}
.review img {
    max-width: 100%;
}

.pricing {
    width: 100%;
}

.plans {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 32px/*ast_size_base_g*/;
    flex-wrap: wrap;
    max-width: 100%;
}
.plan {
    display: flex;
    flex-direction: column;
    gap: 16px/*ast_size_base_d*/;
    background: #f6f7f8/*ast_col_bg_tetrietary*/;
    background: #fff;
    padding: 24px/*ast_size_base_j*/ 16px/*ast_size_base_d*/;
    padding: 40px/*ast_size_base_j*/ 16px/*ast_size_base_d*/;
    border-radius: 8px/*ast_radius_c*/;
    align-items: flex-start;
    transition: 0.15s;
    min-width: 240px;
    min-width: 340px;
}
.plan-label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 8px/*ast_size_base_b*/;
}
.plan-label span:nth-child(1) {
    border-radius: 5px/*ast_radius_e*/;
    background: #111;
    color: #fff;
    padding: 0 8px;
    font-size: 13px/*ast_fs_body*/;
}
.plan-title {
    font-size: 20px/*ast_fs_headline_l*/;
    font-weight: 600;
}
.plan-included {
    font-size: 15px/*ast_fs_article*/;
    text-align: left;
}
.plan-price {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 24px/*ast_size_base_j*/;
}
.plan-price-main {
    font-size: 15px/*ast_fs_headline_m*/;
    margin-bottom: 0;
    font-weight: 600;
}
.plan-price-sub {
    font-size: 13px/*ast_fs_body*/;
}
.plan-price-extra {
    font-size: 13px/*ast_fs_body*/;
}
.plan-action {
    width: 100%;
}
.plan-action .button {
    width: 100%;
}
.plan_active {
    transform: scale(1.02); 
    box-shadow: 0 10px 40px 0 rgba(0,0,15,0.1);
    z-index: 1;
}
.plan_inactive {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,7%)/*ast_col_hl_c*/;
}

.copyright {
    font-size: 13px/*ast_fs_body*/;
    display: flex;
    gap: 8px;
    margin-bottom: 32px;
}
.copyright p {
    margin: 0;
    padding: 0;
}

.undertext {
    color: rgba(60, 60, 67, 33%)/*ast_col_text_tetrietary*/;
    font-size: 13px/*ast_fs_body*/;
}

._col_bg_white {
    background: #fff;
}
._col_bg_black {
    background: #111;
    color: #fff;
}
.ast_col_bg_tetrietary {
    background: #f6f7f8/*ast_col_bg_tetrietary*/;
}
.ast_col_base_red_xd {
    background: #FF3B30/*ast_col_base_red_xd*/ !important;
}
.ast_col_base_red_xd {
    background: #FF3B30/*ast_col_base_red_xd*/ !important;
}
.ast_col_base_red_xd_co {
    color: #FF3B30/*ast_col_base_red_xd*/ !important;
}

._tx_align_center {
    text-align: center;
}

._hidden {
    display: none;
}

.balls {
  position: absolute;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100vw;
  bottom: 0;
  top: 0;
}
.ball {
  position: absolute;
  border-radius: 100%;
}

@media only screen and (max-width: 850px) {
    .menu {
        display: none;
    }
    .plans {
        align-items: stretch;
    }
    .plan {
        width: 100%;
        max-width: 400px;
    }
    .hero {
        padding: 80px 0 0;
    }
    .hero h1 {
        font-size: 52px;
        line-height: initial;
    }
    .hero .screen {
        margin-top: 32px;
    }
    h2 {
        display: inline;
    }
    .screen {
        overflow: hidden;
        width: calc(100% + 64px/*ast_size_base_j*/);
        margin-left: 0;
        min-height: 220px;
    }
    .screen img {
        max-width: 1000px;
        width: 115%;
    }
}

.elem-pricing__container {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}


@media only screen and (min-width: 1000px) {
    ._hide_desk {
        display: none;
    }
}
@media only screen and (max-width: 999px) {
    ._hide_smart {
        display: none;
    }
}