* {
    box-sizing: border-box;
}

canvas {
    display: block;
}

html {
    height: 100%;
}

body {
    min-width: auto;
    min-height: 100%;
    display: flex;
    flex-flow: column nowrap;
}

img {
    max-width: 100%;
    height: auto;
}
/* Blocks */
.blog {
    max-width: 620px;
    margin: 0 auto;
}

.blog__list {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -105px;
}

.blog__item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 40px;
}

.blog-card {
    padding: 45px 25px;
    border-top: 1px solid #fff;
    background-color: #e1e4e7;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}

.blog-card__controls {
    margin-top: auto;
}

.blog-card__image {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 55.45%;
    margin: 0 0 20px;
    background-color: #f2eeff;
}

    .blog-card__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

        .blog-card__image img[src=""] {
            display: none;
        }

.blog-card__title {
    letter-spacing: 0;
    margin: 0 0 20px;
}

.blog-card__button {
    display: block;
    font-style: normal;
    width: 115px;
    margin: 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 -1px 0 #08639c;
    text-align: center;
}

.blog-article {
    margin: 0 auto;
}

    .blog-article p + h2 {
        margin-top: 60px;
    }

    .blog-article h3 {
        margin: 40px 0 15px;
    }

    .blog-article img {
        /*width: 100%;*/
        margin: 0 auto 20px;
        display: block;
    }

    .blog-article p:last-child {
        margin-bottom: 0;
    }

    .blog-article ul {
        margin: 14px 0;
    }

        .blog-article ul li {
            position: relative;
            padding-left: 15px;
        }

            .blog-article ul li::before {
                content: '';
                position: absolute;
                top: 7px;
                left: 0;
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background-color: currentColor;
            }

.blog-article__table-one th:first-child,
.blog-article__table-one td:first-child {
    width: 16%;
}

.blog-article__table-one th {
    word-wrap: break-word;
}

.blog-article__table-one td {
    vertical-align: middle;
}

.blog-article__table-two tr:nth-child(odd) {
    background-color: #ddd;
}

.blog-article__table-two tr:first-child {
    background-color: #c9c9c9;
}

.blog-article__table-two th:nth-child(2),
.blog-article__table-two td:nth-child(2) {
    width: 60%;
    text-align: center;
}

.blog-article table,
.blog-article td,
.blog-article th {
    border: 1px solid;
}

.blog-article th,
.blog-article td {
    padding: 5px;
}

.blog-article table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    table-layout: fixed;
}

    .blog-article table img {
        max-width: 12px;
        margin: auto;
    }

.blog-article ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.blog-article .marker {
    clear: both;
}

    .blog-article .marker img {
        float: left;
        width: 80px;
        height: 80px;
        margin: 0 8px 8px 0;
    }

.blog-article__img-left img {
    float: left;
    margin: 10px 10px 10px 0;
    width: 50%;
}

.blog-article__img-right img {
    float: right;
    margin: 10px 0px 10px 10px;
    width: 50%;
}

.blog-card__image--square-img {
    background: linear-gradient(90deg, #fef8ec, #fefcef);
}

    .blog-card__image--square-img img {
        object-fit: contain;
    }

@media only screen and (max-width: 1023px) {
    .blog__list {
        margin-top: -40px;
    }

    .blog-article__table-one th {
        writing-mode: vertical-rl;
    }

    .blog-article__table-one br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .blog__item {
        width: 100%;
    }

    .blog-article__table-one th:first-child,
    .blog-article__table-one td:first-child {
        word-wrap: break-word;
    }
}


.header,
.promo,
.page,
.page-title h1,
.footer,
.create-account {
    width: 100%;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.header-wrapper {
    flex-shrink: 0;
}

.header-signup {
    width: auto;
    height: auto;
}

    .header-signup span {
        padding-top: 7px;
    }

.footer {
    flex-shrink: 0;
}

.content {
    flex-grow: 1;
}

.text-input, .text-area {
    font-size: 14px;
    line-height: 20px;
    height: auto;
    width: 100%;
    min-width: 302px;
}

.text-area {
    resize: none;
}

.promo-wrapper {
    background-size: auto 100%;
}

.promo {
    display: flex;
    height: auto;
    min-height: 500px;
    padding-bottom: 100px;
}

.slider-wrapper,
.promo-overview {
    float: none;
}

.slider li {
    text-align: center;
}

.slider img {
    max-width: 100%;
    height: auto;
}

.promo-overview {
    margin-left: 20px;
}

.promo-create-account .text-input {
    /*width: 158px;*/ /* PS-208 for promo with password input - disabled currently */
    width: 268px; /* PS-208 for promo without password input - is overloaded for narrow screens (less than 1023px) */
    min-width: 158px;
}

.promo-create-account input.pass {
    width: 98px;
    min-width: 98px;
}

.main-services {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

    .main-services > li {
        width: auto;
        flex-grow: 1;
        flex-basis: 0;
        margin: 0 10px !important;
        height: auto;
        padding: 190px 25px 20px;
    }

        .main-services > li .list {
            margin-bottom: 0;
        }

.feedback-form {
    min-width: 360px;
    margin-left: 30px;
}

.prices-page {
    width: 100%;
    max-width: 620px;
}

.create-account-image {
    text-align: center;
}

    .create-account-image img {
        max-width: 100%;
        height: auto;
    }

.faq {
    display: flex;
    flex-flow: row wrap;
}

    .faq h2 {
        width: 100%;
    }

    .faq dl {
        width: calc(50% - 10px);
        margin-left: 20px;
    }

        .faq dl .first {
            margin-left: 0;
        }

.responds ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.responds li {
    width: calc(25% - 20px);
    margin: 0 10px !important;
}

.clients ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.clients li {
    width: calc(25% - 40px);
    margin: 0 20px !important;
    text-align: center;
}

    .clients li img {
        max-width: 100%;
        height: auto;
    }

.header-burger {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    position: relative;
    z-index: 3;
    margin-left: auto;
    display: none;
}

    .header-burger i {
        display: block;
        position: absolute;
        height: 2px;
        width: 26px;
        background: currentColor;
        left: 50%;
        margin-left: -13px;
        top: 50%;
        box-shadow: 0 -1px 0 #08639c;
        transform: rotate(0deg);
        transition: width 0.3s, margin 0.3s, top 0.3s, transform 0.3s;
    }

        .header-burger i:nth-child(1) {
            margin-top: -8px;
        }

        .header-burger i:nth-child(2),
        .header-burger i:nth-child(3) {
            margin-top: -1px;
        }

        .header-burger i:nth-child(4) {
            margin-top: 6px;
        }

.feature-cell {
    width: 20%;
    padding-right: 1em;
}

.price-cell {
    width: 80%;
}

.mobile-SignUp {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .main-navigation {
        margin-right: 20px;
    }

        .main-navigation li {
            margin-left: 20px;
        }

    .promo-create-account li {
        float: none;
        margin: 0 0 10px;
    }

    .promo-create-account .text-input,
    .promo-create-account input.pass,
    .create {
        width: 100%;
    }

    .main-services {
        margin-bottom: 30px;
    }

        .main-services .tt,
        .main-services .tm,
        .main-services .bill {
            padding-top: 160px;
            background-size: auto 100px;
        }

        .main-services .tm {
            background-size: auto 115px;
        }

    .cloud {
        margin-left: 0;
    }

    .sitemap {
        margin-right: 0;
    }

    .prices-page .main-services {
        margin-top: 0;
    }

    .create-account > ul {
        display: flex;
        flex-wrap: wrap;
    }

    .create-account-image {
        width: 100%;
    }

    .create-account-inputs-wrapper {
        margin-left: 0;
    }

    .create-account-benefits {
        width: calc(50% - 20px);
        margin-left: 40px;
    }

    .create-account-inputs {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .faq dl {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 900px) {
    /* PS-239 */
    .main-navigation {
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        margin: 0;
        background: #161615;
        padding: 120px 20px 20px;
        z-index: 1;
        transform: translateY(0);
        transition: transform 0.3s;
        height: auto !important;
    }

        /* PS-239 */
        .main-navigation li {
            float: none;
            display: block;
            margin: 0 0 10px !important;
            top: 0 !important;
        }

        /* PS-239 */
        .main-navigation a {
            display: block;
            min-height: 34px;
        }

    /* PS-239 */
    .header-signup {
        display: block;
        width: calc(100% + 40px);
        margin: -20px -20px 20px;
        border-radius: 0;
        position: relative;
        z-index: 3;
        display: none;
    }

        /* PS-239 */
        .header-signup span {
            display: inline-block;
            padding-top: 0px;
        }

        /* PS-239 */
        .header-signup .arrow {
            top: 8px;
        }

    /* PS-239 */
    .header-burger {
        display: block;
    }

    .mobile-SignUp {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .header-wrapper {
        position: relative;
        z-index: 9;
    }

    .header {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

        .header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #161615 url("../images/header-gradient.png") 0 0 repeat-x;
            z-index: 2;
        }

    .logo {
        position: relative;
        z-index: 3;
    }

        .logo strong {
            font-size: 28px;
            margin-bottom: 6px;
        }

        .logo small {
            font-size: 10px;
        }

    .header-signup {
        display: block;
        width: calc(100% + 40px);
        margin: -20px -20px 20px;
        border-radius: 0;
        position: relative;
        z-index: 3;
        display: none;
    }

        .header-signup span {
            display: inline-block;
            padding-top: 0px;
        }

        .header-signup .arrow {
            top: 8px;
        }

    .header-burger {
        display: block;
    }

    .main-navigation {
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
        margin: 0;
        background: #161615;
        padding: 120px 20px 20px;
        z-index: 1;
        transform: translateY(0);
        transition: transform 0.3s;
    }

        .main-navigation li {
            float: none;
            display: block;
            margin: 0 0 10px !important;
            top: 0 !important;
        }

        .main-navigation a {
            display: block;
            min-height: 34px;
        }

    .promo {
        flex-flow: column nowrap;
    }

    .slider-wrapper,
    .promo-overview {
        width: 100%;
    }

    .promo-overview {
        margin: 0;
    }

    .main-services {
        flex-flow: column nowrap;
        margin-left: 0;
        margin-right: 0;
    }

        .main-services li {
            margin: 0 0 10px !important;
        }

        .main-services .tt,
        .main-services .tm,
        .main-services .bill,
        .main-services .cs,
        .main-services .sh {
            padding-top: 110px;
            background-size: auto 60px;
        }

        .main-services .tm {
            background-size: auto 70px;
        }

    .cloud {
        padding: 100px 0 0;
        background-position: top center;
        background-size: auto 80px;
    }

    .footer {
        text-align: center;
    }

    .sitemap {
        float: none;
        margin: 0 0 30px;
    }

        .sitemap ul {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 20px;
        }

        .sitemap li {
            float: none;
            margin: 10px 10px 0;
        }

            .sitemap li:first-child {
                width: 100%;
                margin: 0;
            }

    .prices-page {
        max-width: 1000px;
    }

    .price-row {
        height: auto;
    }

    .create-account-inputs-wrapper,
    .create-account-benefits {
        margin-left: 0;
        width: 100%;
    }

    .create-account-inputs {
        padding-top: 0;
    }

        .create-account-inputs .text-input,
        .create-account-inputs .button {
            width: 100%;
            max-width: 400px;
        }

    .create-account-benefits {
        padding-top: 20px;
        max-width: 400px;
        margin: 0 auto;
    }

    .responds li {
        width: calc(50% - 20px);
        margin: 0 10px 20px !important;
    }

    .clients li {
        width: calc(50% - 40px);
        margin: 0 20px 20px !important;
    }

    .page--support {
        display: flex;
        flex-flow: column nowrap;
    }

        .page--support .feedback-form {
            order: 1;
            margin: 30px 0 0;
            width: 100%;
            min-width: auto
        }

            .page--support .feedback-form .text-input,
            .page--support .feedback-form .text-area {
                width: 100%;
                min-width: auto;
            }

    .page--tour {
        display: flex;
        flex-flow: column nowrap;
    }

        .page--tour .tour-navigation {
            order: 1;
            width: 100%;
            margin: 30px 0 0;
        }

        .page--tour .tour-content {
            margin: 0;
        }

        .page--tour .video-container {
            text-align: center;
        }

    .content {
        margin-bottom: 30px;
    }

    .header, .promo, .page, .footer {
        /* width: 77%;*/
    }

    body {
        min-width: auto;
    }

    .page-title h1 {
        width: 77%;
    }

    .blog__item {
        width: auto
    }

    .blog__list {
        margin-top: -85px;
    }

    .iframe-mobile {
        width: 100%;
        height: 300px;
    }

    .create-account {
        width: 77%
    }


    @media only screen and (max-width: 460px) {
        .responds li {
            width: calc(100% - 20px);
        }
    }
}

@media only screen and (max-width: 900px) {
    body.is-nav-open .main-navigation {
        transform: translateY(100%);
    }

    .logo {
        position: relative;
        z-index: 3;
    }

    body.is-nav-open .header-burger i {
        margin-top: -1px;
    }

    .iframe-mobile-video {
        width: 100%;
        height: 300px;
    }

    body.is-nav-open .header-burger i:nth-child(1),
    body.is-nav-open .header-burger i:nth-child(4) {
        width: 0;
        margin-left: 0;
    }

    body.is-nav-open .header-burger i:nth-child(2) {
        transform: rotate(45deg);
    }

    body.is-nav-open .header-burger i:nth-child(3) {
        transform: rotate(-45deg);
    }

    .header {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
}

@media only screen and (max-width: 460px) {
    /*PS-209 blog article table styles*/
    .article-table th {
        font-size: 0.7em;
    }

    .article-table td:first-child {
        font-size: 0.7em;
    }

    .article-table td {
        font-size: 0.6em;
    }
}
/*# sourceMappingURL=styles.css.map */
