/*
* @author: Oleg Chulakov Studio
* @email: hello@chulakov.ru
*/

/* Service styles */

body {
    font: 14px/1.4 "PT Sans",Arial, Helvetica, sans-serif;
    color: #282833;
    background: #fff url(../images/bg-pattern.png) 0 0 repeat;
    min-width: 1000px;
}

a {
    color: #2482ab;
    outline: none;
}

    a:hover {
        text-decoration: none;
    }

i {
    font-style: italic;
}

b, strong {
    font-weight: bold;
}

h1, h2, h3 {
    margin-bottom: 15px;
}

h1 {
    font-size: 32px;
    line-height: 1.1;
    font-weight: bold;
}

h2 {
    font-size: 28px;
    font-weight: normal;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

p {
    margin-bottom: 14px;
}

.clear {
    font-size: 0;
    clear: both;
    overflow: hidden;
    line-height: 0;
}


/* Default text page styles */

.text ul, .text ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.text ul {
    list-style-type: disc;
}

    .text ul ul {
        list-style-type: circle;
        margin-bottom: 5px;
    }

.text ol {
    list-style-type: decimal;
}

.text table {
    margin-bottom: 20px;
}

    .text table thead {
        background-color: #efefef;
    }

    .text table td, .text table th {
        border: 1px solid;
        padding: 3px 6px;
        text-align: left;
    }


/* Main styles */

.ghost-label {
    position: absolute;
    top: 7px;
    left: 7px;
    color: #939393;
    cursor: text;
}

.header, .promo, .page, .footer {
    margin: 0 auto;
    width: 960px;
}

.header-wrapper {
    background: #161615 url(../images/header-gradient.png) 0 0 repeat-x;
}


.header {
    padding: 20px 0;
    
}

.logo {
    float: left;
    line-height: 1;
    margin-top: -5px;
    text-decoration: none;
}

    .logo strong {
        display: block;
        font-weight: bold;
        font-size: 34px;
        margin-bottom: 8px;
        color: #168fbe;
        text-shadow: -1px -1px 0 rgba(0, 0, 0, 1);
        -webkit-transition: color 0.3s ease;
        -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

    .logo small {
        display: block;
        font-size: 12px;
        color: #7d7d7d;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .logo:hover big {
        color: #37b1e0;
    }

button {
    font-family: "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    border: none;
    margin: 0;
    padding: 0;
    background: none;
    cursor: pointer;
}


.button {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    padding: 7px 15px 9px;
    color: #fff;
    background: #0f75a7 url(../images/button-bg.png) 0 0 repeat-x;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 0 #074f73, 0 -1px 0 #7fc2db;
    -moz-box-shadow: 0 1px 0 #074f73, 0 -1px 0 #7fc2db;
    box-shadow: 0 1px 0 #074f73, 0 -1px 0 #7fc2db;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

    .button a {
        color: #ffffff;
        text-decoration: none;
    }

    .button span {
        font-size: 16px;
        font-weight: bold;
        display: block;
        margin-bottom: 2px;
    }

    .button:hover {
        background-position: 0 -50px;
    }

    .button:active {
        padding-top: 8px;
        padding-bottom: 8px;
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), inset 0 3px 5px #032e44;
        -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), inset 0 3px 5px #032e44;
        box-shadow: 0 1px 0 rgba(255, 255, 255, .5), inset 0 3px 5px #032e44;
    }

.modal {
    display: none;
    position: absolute;
    top: -1px;
    left: 1px;
    z-index: 10;
    width: 100%;
    height: 35px;
    background: url(../images/button-animation500px.gif) 0 0 no-repeat;
}

.header-signup {
    float: right;
    font-size: 12px;
    width: 67px;
    height: 28px;
    padding: 9px 30px 11px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(8, 99, 156, 1);
}

.arrow {
    position: absolute;
    top: 13px;
    right: 17px;
    display: block;
    width: 10px;
    height: 21px;
    background: url(../images/arrow-big.png) 0 0 no-repeat;
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -ms-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
}

.header-signup:hover .arrow {
    right: 10px;
}

.header-signup:active {
    padding: 10px 30px 10px 15px;
}

    .header-signup:active .arrow {
        top: 14px;
    }

.promo-create-account input.pass {
    width: 90px;
}

.main-navigation {
    float: right;
    margin-right: 20px;
    padding-top: 8px;
}

    .main-navigation li {
        float: left;
        margin-left: 20px;
    }

        .main-navigation li:first-child {
            margin-left: 0;
        }

    .main-navigation .active a span {
        color: #148bbc;
    }

    .main-navigation a {
        line-height: 1;
        text-decoration: none;
    }

        .main-navigation a span {
            display: block;
            font-size: 16px;
            font-weight: bold;
            letter-spacing: 1px;
            color: #e1e4e7;
            text-decoration: none;
            text-shadow: -1px -1px 0 rgba(0, 0, 0, 1);
            -webkit-transition: color 0.5s ease;
            -moz-transition: color 0.5s ease;
            -ms-transition: color 0.5s ease;
            -o-transition: color 0.5s ease;
            transition: color 0.5s ease;
        }

        .main-navigation a small {
            font-size: 12px;
            color: #646464;
        }

        .main-navigation a:hover span {
            color: #148bbc;
            -webkit-transition: color 0.2s ease;
            -moz-transition: color 0.2s ease;
            -ms-transition: color 0.2s ease;
            -o-transition: color 0.2s ease;
            transition: color 0.2s ease;
        }

.promo-wrapper {
    background: url(../images/promo-bg.png) 0 0 repeat-x;
}

.promo {
    padding-top: 20px;
    height: 500px;
}

.slider-wrapper {
    float: left;
    width: 470px;
}

.slider-controls {
    text-align: center;
}

    .slider-controls button {
        display: inline-block;
        width: 11px;
        height: 12px;
        margin: 0 3px;
        background: url(../images/slider-controls.png) -22px 0 no-repeat;
    }

        .slider-controls button:hover {
            background-position: -11px 0;
        }

        .slider-controls button.active {
            background-position: 0 0;
        }

.promo-overview {
    float: left;
    width: 510px;
    margin-left: 20px;
    padding-top: 30px;
}

    .promo-overview h1 {
        font-size: 40px;
        color: #fff;
        margin-bottom: 15px;
    }

    .promo-overview .white-list {
        margin-bottom: 40px;
    }

        .promo-overview .white-list li {
            font-size: 18px;
            color: #fff;
            margin-bottom: 7px;
            padding-left: 20px;
            background: url(../images/list-item-white.png) 0 7px no-repeat;
        }

.promo-create-account {
    position: relative;
    padding: 12px;
    border-top: 1px solid #045290;
    border-bottom: 1px solid #b0dff5;
    background: #d4d8dc url(../images/light-gradient.png) 0 0 repeat-x;
}

.text-input, .text-area {
    font-family: "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    padding: 4px 0 6px 8px;
    border-top: 1px solid #a0a2a3;
}

.text-input {
    height: 20px;
}

.promo-create-account li {
    position: relative;
    float: left;
    margin-left: 10px;
}

    .promo-create-account li:first-child {
        margin-left: 0;
    }

.promo-create-account .text-input {
    width: 150px;
}

.promo-create-account-caption {
    position: absolute;
    bottom: -20px;
    left: 12px;
    font-size: 12px;
    color: #a6c7dd;
}

.create {
    font-size: 18px;
    font-weight: bold;
    width: 165px;
    padding-right: 30px;
}

    .create .arrow-small {
        display: block;
        position: absolute;
        top: 10px;
        right: 14px;
        width: 7px;
        height: 13px;
        background: url(../images/arrow-small.png) 0 0 no-repeat;
        -webkit-transition: right 0.5s ease;
        -moz-transition: right 0.5s ease;
        -ms-transition: right 0.5s ease;
        -o-transition: right 0.5s ease;
        transition: right 0.5s ease;
    }

    .create:hover .arrow-small {
        right: 9px;
    }

    .create:active .arrow-small {
        top: 11px;
    }

.content {
    margin-bottom: 90px;
}

.main-services {
    overflow: hidden;
    margin-bottom: 60px;
    margin-top: -90px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

    .main-services > li {
        float: left;
        width: 250px;
        height: 250px;
        margin-left: 20px;
        padding-top: 190px;
        padding-left: 25px;
        padding-right: 25px;
        border-top: 1px solid #fff;
        background-color: #e1e4e7;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -ms-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

        .main-services > li:first-child {
            margin-left: 0;
        }

        .main-services > li:hover {
            background-color: #d4e9ff;
        }

    .main-services h1 {
        text-align: center;
        margin-bottom: 20px;
    }

.tt {
    background: url(../images/i1.png) center 30px no-repeat;
}

.tm {
    background: url(../images/i2.png) center 15px no-repeat;
}

.bill {
    background: url(../images/i3.png) center 30px no-repeat;
}

.list {
    margin-bottom: 20px;
}

    .list li {
        margin-bottom: 12px;
        padding-left: 15px;
        background: url(../images/list-item.png) 0 5px no-repeat;
    }

.cloud {
    font-size: 18px;
    padding-left: 240px;
    margin-left: 240px;
    background: url(../images/cloud.png) 0 50px no-repeat;
}

    .cloud .get-started {
        padding-top: 30px;
    }

.get-started {
    font-size: 18px;
    padding: 10px 0;
}

.gs-wrapper {
    float: left;
    padding: 8px;
    overflow: hidden;
   
    
}

.gs-button, .gs-button a {
    font-size: 18px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.gs-description {
    float: left;
    margin-left: 9px;
    padding-top: 12px;
}


.footer {
    padding: 30px 0;
    background: url(../images/footer-border.png) 0 0 repeat-x;
}

.copyright {
    margin-bottom: 10px;
}

.sitemap {
    float: right;
    margin-right: 120px;
}

    .sitemap ul {
        margin-bottom: 10px;
        overflow: hidden;
    }

    .sitemap li {
        float: left;
        margin-left: 20px;
    }

        .sitemap li:first-child {
            text-transform: uppercase;
        }

.follow {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.follow-us a {
    display: inline-block;
    text-decoration: none;
    margin-left: 9px;
}

    .follow-us a span {
        display: block;
        text-decoration: underline;
    }

.twitter span {
    padding-left: 20px;
    color: #46c7f4;
    background: url(../images/twitter.png) 0 2px no-repeat;
}

.facebook span {
    padding-left: 13px;
    color: #4064af;
    background: url(../images/facebook.png) 0 1px no-repeat;
}

.follow-us a:hover span {
    text-decoration: none;
}



.page {
    padding-top: 30px;
}

.page-title {
    /*margin-bottom: 30px;*/
    background: url(../images/page-header-bg.png) 0 0 repeat-x;
    border-bottom: 1px solid #32596d;
}

    .page-title h1 {
        line-height: 1;
        width: 960px;
        margin: 0 auto;
        color: #fff;
        padding: 15px 0 18px;
        text-shadow: 0 1px 0px rgba(10, 79, 110, 1);
    }

.create-account-wrapper {
    background: #d3d7dc url(../images/registration-gradient.png) 0 0 repeat-x;
}

span.create-account {
    padding-left: 0px;
    padding-right: 0px;
}

.create-account {
    width: 960px;
    margin: 0 auto;
    padding-bottom: 10px;
}

    .create-account > ul > li {
        float: left;
    }

    .create-account .text-input {
        width: 302px;
    }

.create-account-inputs {
    padding-top: 50px;
}

    .create-account-inputs .button {
        width: 302px;
        min-width: 302px;
    }

.create-account-inputs-wrapper {
    margin-left: 30px;
    width: calc(50% - 30px);
}

.create-account-benefits {
    font-size: 13px;
    margin-left: 30px;
    padding-top: 43px;
    width: calc(50% - 30px);
}

.create-account-inputs li {
    position: relative;
    margin-bottom: 15px;
}

.faq {
    margin-bottom: 30px;
}

    .faq dl {
        float: left;
        width: 468px;
        margin-left: 20px;
    }

    .faq .first {
        margin-left: 0;
    }

    .faq h3 {
        margin-bottom: 5px;
    }

    .faq dd {
        margin-bottom: 20px;
    }

.responds {
    margin-bottom: 40px;
}

    .responds li {
        float: left;
        width: 220px;
        margin-left: 20px;
    }

        .responds li:first-child {
            margin-left: 0;
        }

    .responds q {
        font-size: 12px;
        display: block;
        padding: 12px;
        background-color: #edeef0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.author {
    font-size: 13px;
    font-weight: bold;
    float: right;
    margin-right: 40px;
    padding-top: 24px;
    background: url(../images/q-left.png) center 0 no-repeat;
}

    .author.right {
        float: left;
        margin-left: 40px;
        background: url(../images/q-right.png) center 0 no-repeat;
    }

.clients li {
    float: left;
    margin-left: 55px;
}

    .clients li:first-child {
        margin-left: 0;
    }

.client1 {
    padding-top: 25px;
}

.client2 {
    padding-top: 33px;
}

.client4 {
    padding-top: 27px;
}

.tour-navigation {
    float: left;
    width: 230px;
}

    .tour-navigation li {
        border-bottom: 1px solid #d2d2d2;
    }

    .tour-navigation a {
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
        padding: 12px 10px 12px 40px;
    }

        .tour-navigation a ins {
            position: absolute;
            top: 14px;
            left: 8px;
            display: block;
            width: 20px;
            height: 24px;
        }

        .tour-navigation a:hover, .tour-navigation .active a {
            color: #1287ba;
        }

    .tour-navigation .i1 a ins {
        background: url(../images/icons.png) 0 0 no-repeat;
        background-position: 0 0;
    }

    .tour-navigation .i1 a:hover ins, .tour-navigation .i1.active a ins {
        background: url(../images/icons.png) 0 0 no-repeat;
        background-position: -30px 0;
    }

    .tour-navigation .i2 a ins {
        background: url(../images/icons.png) 0 0 no-repeat;
        background-position: 0 -42px;
    }

    .tour-navigation .i2 a:hover ins, .tour-navigation .i2.active a ins {
        background: url(../images/icons.png) 0 0 no-repeat;
        background-position: -30px -42px;
    }

    .tour-navigation .i3 a ins {
        background: url(../images/icons.png) 0 0 no-repeat;
        background-position: 0 -83px;
    }

    .tour-navigation .i3 a:hover ins, .tour-navigation .i3.active a ins {
        background: url(../images/icons.png) 0 0 no-repeat;
        background-position: -30px -83px;
    }

    .tour-navigation .i4 a ins {
        background: url(../images/icons.png) 0 0 no-repeat;
        background-position: 0 -124px;
    }

    .tour-navigation .i4 a:hover ins, .tour-navigation .i4.active a ins {
        background: url(../images/icons.png) 0 0 no-repeat;
        background-position: -30px -124px;
    }

    .tour-navigation .i5 a ins {
        background: url(../images/icons.png) 0 0 no-repeat;
        background-position: 0 -167px;
    }

    .tour-navigation .i5 a:hover ins, .tour-navigation .i5.active a ins {
        background: url(../images/icons.png) 0 0 no-repeat;
        background-position: -30px -167px;
    }

    .tour-navigation .i6 a ins {
        background: url(../images/icons.png) 0 0 no-repeat;
        background-position: 0 -211px;
    }

    .tour-navigation .i6 a:hover ins, .tour-navigation .i6.active a ins {
        background: url(../images/icons.png) 0 0 no-repeat;
        background-position: -30px -211px;
    }

    .tour-navigation .i7 a ins {
        background: url(../images/icons.png) 0 0 no-repeat;
        background-position: 0 -250px;
    }

    .tour-navigation .i7 a:hover ins, .tour-navigation .i7.active a ins {
        background: url(../images/icons.png) 0 0 no-repeat;
        background-position: -30px -250px;
    }

    .tour-navigation .i8 a ins {        
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' fill='%23333333'%3E%3Cpath d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'/%3E%3C/svg%3E") 0 0 no-repeat;
        background-size: contain;        
    }

    .tour-navigation .i8 a:hover ins, .tour-navigation .i8.active a ins {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' fill='%232482AB'%3E%3Cpath d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'/%3E%3C/svg%3E") 0 0 no-repeat;
        background-size: contain;
    }
    .tour-navigation .i9 a ins {
        background: url(../images/ProjectAI_Icon.png) 0 0 no-repeat;
        background-size: contain;
    }
    .tour-navigation .i9 a:hover ins, .tour-navigation .i9.active a ins {
        background: url(../images/Project_AI_Icon_hover.png) 0 0 no-repeat;
        background-size: contain;
    }


.tour-content {
    margin-left: 270px;
}

.tour-container {
    margin-bottom: 1.5rem;
}
.video-container {
    margin-bottom: 30px;
}

.prices-page {
    width: 620px;
    margin: 0 auto;
}

    .prices-page h3 {
        margin-bottom: 8px;
    }

    .prices-page .main-services {
        margin-top: 0px;
        margin-bottom: 40px;
    }

        .prices-page .main-services > li {
            padding-top: 125px;
            padding-bottom: 45px;
        }

.cs {
    background: url(../images/cloud-acc.png) center 25px no-repeat;
}

.sh {
    background: url(../images/hosting-account.png) center 25px no-repeat;
}

.prices-page table {
    font-size: 16px;
    width: 100%;
    margin-bottom: 15px;
}

.prices-page td {
    padding-bottom: 10px;
    font-weight: bold;
}

    .prices-page td:first-child {
        font-style: italic;
        font-weight: normal;
    }

.prices-page .button {
    display: block;
    font-style: normal;
    width: 115px;
    margin: auto auto 0px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(8, 99, 156, 1);
    text-align: center;
}

/*PS-208*/
.price-row {
    height: 80px;
}

.feedback-form {
    float: right;
    min-width: 360px;
    margin-top: -65px;
    padding: 15px 30px;
    border-top: 1px solid #fff;
    background-color: #e1e4e7;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

    .feedback-form:hover {
        background-color: #d4e9ff;
    }

    .feedback-form li {
        position: relative;
        margin-bottom: 15px;
    }

    .feedback-form h2 {
        margin-bottom: 5px;
    }

    .feedback-form .button {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.error-relative {
    position: relative;
    display: inline-block;
    *display: inline;
    width: 100%;
}

.error-relative, .error-relative {
    position: relative;
}

    .error-relative .error-holder {
        bottom: 100%;
        color: #DA4A35;
        cursor: pointer;
        display: none;
        font-size: 13px;
        line-height: 12px;
        position: absolute;
        white-space: nowrap;
        z-index: 2;
        left: 0;
    }

    .error-relative .error-holder {
        height: 15px;
    }

/*PS-208 Below styles are important - they were moved from legacy style.css file 
    and are responsible for error showing on Support / Try It pages !!! */
element.style {
    display: block;
}

.errBlok {
    bottom: 100%;
    color: #DA4A35;
    cursor: pointer;
    display: none;
    font-size: 13px;
    line-height: 12px;
    position: absolute;
    white-space: nowrap;
    z-index: 2;
    white-space: nowrap;
    z-index: 2;
}

.error-relative .error-holder .err-text, .error-relative .error-holder .err-text {
    top: 3px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    padding-top: 1px;
    position: relative;
    color: #cA3A25;
}

.errBlok .arrowDown {
    display: block;
    position: absolute;
    height: 7px;
    width: 12px;
    left: 10px;
    bottom: -7px;
    background: url(../images/error-field-arrow-mini-down.png) top left no-repeat transparent;
}

.errBlok .arrowLeft {
    display: block;
    position: absolute;
    height: 12px;
    width: 7px;
    top: 8px;
    left: -7px;
    background: url(../images/error-field-arrow-mini.png) top left no-repeat transparent;
}

/*PS-209 blog article table styles*/
.article-table th {
    color: limegreen;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    border: 1px solid black;
    padding: 5px;
}

.article-table td:first-child {
    color: forestgreen;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
}

.article-table td {
    border: 1px solid black;
    text-align: left;
    padding: 5px;
    font-size: 0.9em;
}
.date {
    font-weight:bold
}
.press-releases li {
    margin-bottom:1rem;
}
/*PS-209 styles for images in article's body */
.blog-article__content img {
    /*max-width: 512px;*/
}
