body {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    /*letter-spacing: 0.5px;*/
}
h2 {

    font-size: 34px;
    text-align: center;
    margin: 30px 0 50px;
    font-weight: 400;
}
.page-content {
    max-width: 1100px;
}

.main-hero {
    line-height: 1.43;
    width: 100%;
    /*height: 100vh;*/
    height: 640px;
    min-height: 480px;
    position: relative;
    /*text-align: center;*/
    /*background: #329cc7;*/
    background-color: #268dca;
    background-image:
        radial-gradient(circle at 15% 25%, rgba(255, 255, 255, 0.18) 0 180px, rgba(255, 255, 255, 0.08) 280px, transparent 420px),
        radial-gradient(circle at 75% 20%, rgba(255, 255, 255, 0.14) 0 160px, rgba(255, 255, 255, 0.06) 260px, transparent 400px),
        radial-gradient(circle at 30% 80%, rgba(0, 0, 0, 0.10) 0 200px, rgba(0, 0, 0, 0.06) 300px, transparent 480px),
        radial-gradient(circle at 85% 75%, rgba(0, 0, 0, 0.08) 0 220px, rgba(0, 0, 0, 0.05) 340px, transparent 520px);
    background-blend-mode: normal;
    /*    background: #329cc7 url(../images/backgrounds/bg_main.jpg) no-repeat;
        background-position: center center;
        background-size: cover;*/
    z-index: 1;
    overflow-x: hidden;
}
/*.mh-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.30);
}*/
.mh-header {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    font-size: 14px;
    font-weight: 500;
    vertical-align: top;
}
.mh-header a {
    color: #fff;
    opacity: 0.8;
}
.mh-header a:hover {
    color: #fff;
    opacity: 1;
}
.mh-logo {
    float: left;
    text-transform: uppercase;

}
.mh-logo img {
    width: 38px;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.mh-lang {
    position: relative;
    float: right;
    margin-top: 0;
    margin-left: 30px;
    padding: 0 5px;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
}
.mh-lang:hover {
    opacity: 1;
    border-color: #fff;
}
.mh-lang a {
    display: none;
}
.mh-lang:hover a {
    display: block;
}
.mh-lang i {
    font-size: 24px;
    vertical-align: middle;
    padding-top: 10px;
    margin-right: 8px;
}
.mh-user {
    float: right;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 0 5px;
    max-width: 120px;
    /*margin-top: -4px;*/
}
.mh-user span {
    display: inline-block;
    padding: 4px 5px 3px;
    border-bottom: 1px solid #fff;
}
.mh-logout {
    display: none;
    text-align: right;
    padding: 5px;
}
.mh-user.logged-in:hover {
    border-color: #fff;
}
.mh-user:hover .mh-logout {
    display: block;
}

.main-hero .t-table {
    width: 100%;
    height: 100%;
    /*    max-width: 1000px;
        margin: 0 auto;*/
}
.main-hero .t-td.left {
    width: 55%;
    padding-top: 30px;
}
.main-hero .t-td.right {
    vertical-align: bottom;
}
.mh-right {
    width: 400px;
    height: 400px;
    border: 10px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    margin-left: 50px;
}
.mh-right img {
    /*    position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;*/

    /*    position: absolute;
        left: -14px;
         right: 0; 
        bottom: -10px;
        width: 108%;*/


    position: absolute;
    left: -75px;
    /* right: 0; */
    bottom: -10px;
    width: 190%;
}
.main-title {
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    color: #fff;
    margin-bottom: 40px;
    font-weight: 500;
}
.main-subtitle {
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 50px;
    letter-spacing: 1px;
}
.mh-button {
    background-color: #036597;
    color: #fff;
    border-color: #036597;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    border-bottom-color: #003854;
    border-top-color: #62b4db;
}
.mh-button:hover {
    background-color: #025c84;
    color: #fff;
}

.block-about {
    padding: 40px 0 60px;
}
.block-about .t-table .t-td.left {
    width: 45%;
    padding-right: 100px;
    text-align: right;
}
.block-about .t-table .t-td.right {
    /*padding-left: 100px;*/
}
.url {
    border-bottom: 1px solid;
}
.want-more {
    color: #ff0000;
    font-size: 24px;
    margin: 30px 0 10px;
}
.highlight-span {
    color: #ff0000;
}
.crm-image {
    width: 100%;
    /*max-width: 200px;*/
}
.block-checklist {
    padding: 40px 0 60px;
    background-color: #10242d;
    color: #fafafa;
    background-image:
        radial-gradient(circle at 15% 30%, rgba(255, 255, 255, 0.10) 0 160px, rgba(255, 255, 255, 0.04) 260px, transparent 420px),
        radial-gradient(circle at 85% 70%, rgba(0, 0, 0, 0.18) 0 200px, rgba(0, 0, 0, 0.08) 320px, transparent 520px);
}
.checklist-crm {
    max-width: 800px;
    margin: 0 auto;
}
.checklist-crm li {
    margin: 15px 0;
    padding-left: 50px;
    position: relative;
}
.checklist-crm i.icon-check-rounded {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
}

.block-website {
    padding: 40px 0 60px;
    background-color: #f5f5f5;
}
.block-website .t-table .t-td.left {
    width: 70%;
    padding-right: 100px;
    /*text-align: right;*/
}
.website-show-more i {
    font-size: 16px;
}

.block-total {
    padding: 40px 0 60px;

}

.block-price {
    padding: 40px 0 0;
    background-color: #268dca;
    color: #fff;
    background-image:
        radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.18) 0 220px, rgba(255, 255, 255, 0.08) 340px, transparent 540px),
        radial-gradient(circle at 82% 75%, rgba(255, 255, 255, 0.14) 0 260px, rgba(255, 255, 255, 0.06) 400px, transparent 620px);
}
.price-inner {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 30px;
}
.price {
    float: left;
    width: 30%;
    margin: 0 1.5%;
    background-color: #036597;
    padding: 15px 20px;
    font-size: 16px;
    text-align: center;
}
/*.price:first-child {
    margin-left: 0;
}
.price:last-child {
    margin-right: 0;
}*/
.price-header {
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.price-footer {
    padding: 10px;
    margin-top: 15px;
    text-align: center;
    /* border-top: 1px solid #fff; */
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #0471a9;
}
.price a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.price a:hover {
    color: #ddd;
    border-color: #ddd;
}
.take-my-money-img {
    display: inline-block;
    vertical-align: middle;
    width: 365px;
}
.take-my-money-btn {
    background-color: #fff;
    color: #036597;
    border-color: #036597;
    font-weight: bold;
    margin-left: 20px;
}
a.take-my-money-btn:hover {
    background-color: #ddd;
    color: #036597;
}
.page-footer {
    padding: 40px 0;
    background-color: #10242d;
    color: #fafafa;
    font-size: 16px;
}

.auth-modal {
    width: 340px;
    padding: 30px 50px 40px;
    font-size: 16px;
}
.auth-modal .form-row {
    margin-bottom: 15px;
}
input.form-control {
    height: 38px;
    font-size: 16px;
}
.auth-modal .err-msg {
    display: none;
    text-align: center;
    margin-bottom: 15px;
    line-height: 16px;
    color: #b60303;
}
.auth-modal .err-msg.error {
    display: block;
}
.modal-auth-btn {
    width: 100%;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
}
.forgot-pass {
    float: right;
    font-size: 14px;
    color: #999;
}
.register-span {
    display: block;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
}
.register-btn {
    margin-top: 10px;
}


@media screen and (max-width: 1150px) {
    .page-content {
        padding: 0 30px;
    }
    .mh-header {
        left: 30px;
        right: 30px;
    }
}
@media screen and (max-width: 970px) {
    body {
        font-size: 16px;
    }
    .page-content {
        padding: 0 20px;
    }
    .mh-header {
        left: 20px;
        right: 20px;
    }
    .main-hero {
        height: 400px;
    }
    .main-hero .t-td.left {
        width: 60%;
    }
    .mh-right {
        width: 270px;
        height: 300px;
    }
    .main-title {
        font-size: 34px;
    }
    .main-subtitle {
        font-size: 18px;
    }
    .mh-button {
        font-size: 16px;
    }
    h2 {
        font-size: 26px;
        margin: 20px 0 40px;
    }
    .want-more {
        font-size: 22px;
        margin: 25px 0 10px;
    }
    .block-about .t-table .t-td.left {
        width: 40%;
        padding-right: 30px;
    }
    .block-website .t-table .t-td.left {
        padding-right: 50px;
    }
    .price-inner {
        width: 104%;
        margin-left: -2%;
        margin-right: -2%;
    }
    .price {
        padding: 15px 10px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .main-hero .t-td.left {
        width: 100%;
    }
    .main-hero .t-td.right {
        display: none;
    }
    .price-inner {
        width: 100%;
        margin: 10px 0 30px 0;
    }
    .price {
        width: 100%;
        margin: 0 0 30px 0;

    }
    .price-header {
        border-bottom-color: #268dca;
    }
    .price-footer {
        display: none;
    }
    .take-my-money-img {
        width: 280px;
    }
}
@media screen and (max-width: 639px) {
    .block-about .t-table .t-td.left {
        display: none;
    }
    .take-my-money-img {
        width: 230px;
    }
    .mh-button {
        padding: 10px 25px;
        line-height: 30px;
    }
}
@media screen and (max-width: 540px) {
    .take-my-money-img {
        width: 170px;
    }
    .mh-button {
        padding: 10px 20px;
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .main-hero {
        height: 540px;
    }
    .mh-logo span {
        display: none;
    }
    .block-website .t-table .t-td.left {
        padding-right: 0;
    }
    .block-website .t-table .t-td.right {
        display: none;
    }
    .price-inner {
        margin-bottom: 0;
    }
    .take-my-money-img {
        display: none;
    }
    .take-my-money-btn {
        margin: 0 auto 30px;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 374px) {
    .auth-modal {
        width: 300px;
        padding: 20px 20px 30px;
    }
}