@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400&display=swap";
@import "https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400&display=swap";

html, body {
    padding: 0;
    margin: 0;
}

body {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f8f8+23,f8f8f8+23,ffffff+43,ffffff+69,f8f8f8+76 */
    /*background: #f8f8f8; !* Old browsers *!*/
    /*background: -moz-linear-gradient(top,  #f8f8f8 23%, #f8f8f8 23%, #ffffff 43%, #ffffff 69%, #f8f8f8 76%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top,  #f8f8f8 23%,#f8f8f8 23%,#ffffff 43%,#ffffff 69%,#f8f8f8 76%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom,  #f8f8f8 23%,#f8f8f8 23%,#ffffff 43%,#ffffff 69%,#f8f8f8 76%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f8f8f8',GradientType=0 ); !* IE6-9 *!*/
    font-family:nunito sans,sans-serif;
    color: #2A3039;
}


#main {
    display: flex;
    flex-direction: column;
}

.col-container {
    position: relative;
    display:flex;
    margin-top: 32px;
}

.col-features {
    padding-right: 45px;
    display: flex;
    flex-direction: column;
    width: 332px;
}

.col-features-descriptions {
    padding-right: 45px;
    display: flex;
    flex-direction: column;
    width: 332px;
}

.col-features-descriptions-title-mobile {
    display: none;
}

.features-title-mobile {
    display: none;
}

.col-features-title {
    font-weight: 600;
    font-size: 80px;
    line-height: 96%;
    color: #12161B;
}

.col-features-desc {
    margin-top: 16px;
    flex: 1;
    font-weight: 400;
    font-size: 18px;
    line-height: 151%;
    letter-spacing: -0.015em;
}

.col-features-features {
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: -0.015em;
    color: #12161B;
}

.col-plan-header {
    padding: 26px 24px 15px 24px;
    margin-top: 130px;
    margin-left: 8px;
    margin-right: 8px;
    flex:1;
    background: #f1f1fa;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.col-plan-header-pro {
    background: #dad1ff;
}

.col-plan-header-title-container {
    display: flex;
    height: 34px;
    justify-content: space-between;
    align-items: center;
}

.col-plan-header-title {
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.col-plan-header-switch {
    padding: 2px;
    display: flex;
    background: #FFFFFF;
    border-radius: 40px;
}

.col-plan-header-switch-item {
    cursor: pointer;
    padding: 8px;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: capitalize;
}

.col-plan-header-switch-item-active {
    background: #12161B;
    border-radius: 54px;
    color: #FFFFFF;
}

.col-header-price-container {
    display:flex;
    align-items: flex-end;
    margin-top: 19px;
    margin-bottom: 12px;
}

.col-plan-header-price {
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    color: #12161B;
}

.col-plan-header-price-month {
    font-weight: 700;
    margin-bottom: 10px;
    margin-left: 4px;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
}

.col-plan-header-button {
    height: 48px;
    display: flex;
    background: #12161B;
    cursor: pointer;
    border-radius: 40px;
    font-weight: 1000;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.col-plan-header-button:hover {
    opacity: 0.7;
}

.col-plan-header-button-current {
    cursor: default!important;
    opacity: 0.2;
}

.col-plan-header-button-current:hover {
    opacity: 0.2;
}

.col-plan-header-asterisc {
    margin-top: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.015em;
}

.feature-cell {
    display: flex;
    flex-direction: column;
    height: 80px;
    margin-top: 6px;
    justify-content: center;
}

.feature-cell-title {
    display: flex;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.015em;
}

.feature-cell-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.015em;
}

.feature-plan-cell-container {
    display: block;
    flex:1;
}

.feature-plan-cell {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
    background: #f1f1fa;
    height: 80px;
    margin-top: 6px;
}

.feature-plan-cell-pro {
    background: #dad1ff;
}

.feature-plan-cell:last-child {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    border-radius: 8px;
    padding: 15px 22px;
    font-weight: 700;
    font-size: 22px;
    line-height: 128.69%;
    letter-spacing: -0.02em;
}

.button img {
    margin-right: 11px;
}

.button:hover {
    cursor: pointer;
}

.button-pink {
    background: #FF6565;
    color: #FFFFFF;
}

.button-pink:hover {
    background: #EA135B;
}

header {
    display: flex;
    max-width: 1200px;
    padding: 20px 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.header-logo {
    font-family: 'Nunito', sans-serif;
    display: flex;
    align-items:center;
    font-weight: 700;
    font-size: 23px;
    letter-spacing: -0.03em;
    text-align: center;
    z-index: 2;
}

.header-logo:hover {
    cursor: pointer;
}

.header-nav {
    flex: 1;
    z-index: 9999;
}

.header-nav-has-child a::after {
    margin-left: 0.4em;
    content: '';
    width: 0.3em;
    height: 0.3em;
    display: inline-block;
    border: 1px solid;
    border-top-color: transparent;
    border-right-color: transparent;
    position: relative;
    -webkit-transform: translateY(-0.2em) rotate(-45deg);
    -ms-transform: translateY(-.2em) rotate(-45deg);
    transform: translateY(-0.2em) rotate(-45deg);
    -webkit-transition: all .23s;
    -o-transition: all .23s;
    transition: all .23s;
}

.header-nav-has-child ul li a::after {
    display: none;
}

.header-nav-has-child ul li {
    margin-bottom: 0.5em;
    margin-left:  0;
    margin-right: 0;
}

.header-nav ul {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    margin-right: 60px;
}

.header-nav li {
    margin: 0 16px;
    position: relative;
}

.header-nav-has-child ul::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 100%;
    left: 0;
    opacity: 0;
}

.header-nav-label-switch-from {
    padding: 7px 0 7px 0;
    color: rgba(0,0,0,0.4);
    text-transform: uppercase;
    font-size: 11px;
    -webkit-letter-spacing: 0.5;
    -moz-letter-spacing: 0.5;
    -ms-letter-spacing: 0.5;
    letter-spacing: 0.5;
    font-weight: 500;
}

.header-nav-has-child ul {
    opacity: 0;
    transition: opacity 0.5s;
    display: none;
    box-sizing: border-box;
    padding: 1rem;
    box-shadow: 0 3px 13px rgb(0 0 0 / 10%);
    border-radius: 8px;
    background-color: #fff;
    min-width: 190px;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: calc(100% + 16px);
    margin-left: 0;
    margin-right: 0;
}

.header-nav-has-child:hover > ul {
    opacity: 1;
    display: flex;
}

.header-nav li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #3C3D3E;
}

.header-login {
    display: flex;
    align-items: center;
}

.header-login-mobile {
    display: none;
}

.header-burger {
    display: none;
}

.header-login a {
    padding: 8px 24px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.02em;
    margin-left: 12px;
    text-align: center;

    width: 108px;
    height: 37px;

    border: 1px solid rgba(60, 61, 62, 0.5);
    box-sizing: border-box;
    border-radius: 4px;
    color: #3C3D3E;
}

.header-login a:hover {
    background: #EEEEEE;
    color: #3C3D3E !important;
}

.header-login-signup {
    background: #FFFFFF;
    border: none !important;
}

.block-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

footer {
    display: flex;
    background: #FFFFFF;
}

.footer-container {
    max-width: 1300px;
    padding: 74px 0;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

.footer-column {
    margin-right: 70px;
}

.footer-column ul {
    list-style-type: none;
    padding: 0;
}

.footer-column li {
    margin-bottom: 10px;
}

.footer-column li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #3C3D3E;
}

.footer-menu {
    display:flex;
    align-items: flex-start;
}

.footer-column-header {
    font-weight: 800;
    font-size: 17px;
    line-height: 128.69%;
    letter-spacing: -0.01em;
}

.footer-logo {
    font-family: 'Nunito', sans-serif;
    display: flex;
    align-items:center;
    font-weight: 700;
    font-size: 23px;
    letter-spacing: -0.03em;
    text-align: center;
    margin-right: 142px;
}

.footer-links {
    margin-top: 50px;
    display: flex;
}

.footer-links a:first-child {
    margin-left: 120px;
}

.footer-links a {
    text-decoration: none;
    margin-right: 18px;
    font-weight: 300;
    font-size: 15px;
    line-height: 128.69%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #3C3D3E;
}

.footer-social a {
    margin-right: 22px;
}

.swiper {
    overflow: visible !important;
}

.swiper-slide {
    height: auto !important;
}

.swiper-pagination {
    display: none;
}

.feature-avail-free {
    display: none;
}

.feature-avail-business {
    display: none;
}

.feature-avail-pro {
    display: none;
}

.main-header {
    margin-bottom: 50px;
}

@media (max-width: 1240px) {
    .block-container {
        max-width: 1000px;
    }
    header {
        max-width: 1000px;
    }
    .footer-container {
        max-width: 1000px;
    }
}

@media (min-width: 1041px) {
    .swiper-wrapper {
        transform: translate3d(0px,0,0) !important;
    }
    .feature-avail {
        display: none !important;
    }
    .col-features-descriptions-title-mobile {
        display: none !important;
    }
}

@media (max-width: 1040px) {
    .main-header {
        margin: 0;
    }
    .block-container {
        max-width: 100%;
        overflow:hidden;
        padding: 0 40px;
    }
    header {
        max-width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .header-nav-has-child a::after {
        display: none;
    }
    .header-nav-submenu li {
        margin: 0;
    }
    .header-nav {
        position: absolute;
        width: calc(100%);
        top: 0;
        left: 0;
        text-align: center;
        background-color: #fff;
        z-index: 9999;
        display: block;
        -webkit-transition: max-height .23s ease-in-out;
        -o-transition: max-height .23s ease-in-out;
        transition: max-height .23s ease-in-out;
        max-height: 0;
        overflow: hidden;
        -webkit-box-shadow: 0 15px 40px rgb(0 0 0 / 6%);
        box-shadow: 0 15px 40px rgb(0 0 0 / 6%);
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    .header-nav-has-child ul {
        display: flex;
        opacity: 1;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        background-color: transparent;;
        min-width: 190px;
        position: relative;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }
    .header-nav-has-child a {
        display: none;
    }
    .header-nav-has-child ul a {
        display: block;
    }
    /*.header-nav-has-child:hover > ul {*/
    /*    display: none;*/
    /*}*/
    .header-nav::before {
        display: block;
        height: 50px;
        content: '';
    }
    .header-nav::after {
        display: block;
        height: 30px;
        content: '';
    }
    .is-open {
        max-height: 1000px;
    }
    .header-nav ul {
        flex-direction: column;
    }
    .header-nav ul li {
        margin-bottom: 10px;
    }
    .header-nav-has-child {
        margin-bottom: 0 !important;
    }
    .header-login {
        display: none;
    }
    .header-login-mobile {
        display: flex;
        justify-content: center;
    }
    .header-login-mobile a:first-child {
        margin-left: 0;
    }
    .header-burger {
        display: flex;
        flex: 1;
        z-index: 9999999;
        justify-content: flex-end;
    }
    .header-burger img {
        width: 20px;
        cursor: pointer;
    }
    .footer-social {
        display: none;
    }
    .footer-container {
        max-width: 100%;
        padding: 40px;
    }
    .footer-menu {
        flex-wrap: wrap;
    }
    .footer-logo {
        flex-basis: 100%;
        margin-left: -7px;
    }
    .footer-column {
        margin-top: 32px;
    }
    .swiper-pagination {
        display: block;
        bottom: -30px !important;
    }
    .swiper-pagination-bullet-active {
        background: #000000 !important;
    }
    .swiper-slide {
        min-width: 80% !important;
        height: 200px !important;
    }

    .col-features {
        display: none;
    }

    .features-title-mobile {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 24px;
    }

    .feature-plan-cell-container {
        display: none;
    }

    .col-features-title {
        font-size: 32px;
    }

    .col-features-desc {
        font-size: 14px;
        text-align: center;
    }

    .col-container {
        margin-top: 0;
    }

    .col-plan-header {
        margin-top: 0;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    .col-features-descriptions {
        width: auto;
    }

    .col-features-descriptions-title-mobile {
        margin-top: 50px;
        display: block;
        font-weight: 600;
        font-size: 24px;
        line-height: 33px;
        letter-spacing: -0.015em;
        color: #12161B;
    }

    .feature-cell {
        height: 70px;
    }

    .feature-cell-desc {
        margin-left: 20px;
    }

    .feature-avail {
        margin-right:5px;
        width: 14px;
    }

    .feature-avail-free {
        display: none;
    }

    .feature-avail-business {
        display: none;
    }

    .feature-avail-pro {
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    .block-container {
        padding: 0 20px;
    }
    .header-logo {
        font-size: 16px;
        z-index: 99999999;
    }
    .header-logo img {
        width: 24px;
    }
    footer {
        margin-top: 77px;
    }
    .footer-column {
        margin-right: 30px;
    }
    .footer-links {
        flex-direction: column;
    }
    .footer-links a:first-child {
        margin-left: 0;
    }
    /*body {*/
    /*    background: linear-gradient(to bottom, #f8f8f8 19%,#ffffff 35%,#ffffff 50%,#f8f8f8 76%);*/
    /*}*/
}
