/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html {
    height: 100%;
}

html,
button,
input,
select,
textarea {
    color: #fff;
}

body {
    font-size: 14px;
    line-height: 24px;

}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('fonts/MyriadProRegular/myriadpro-regular.eot');
    src: url('fonts/MyriadProRegular/myriadpro-regular.eot?#iefix') format('embedded-opentype'), url('fonts/MyriadProRegular/myriadpro-regular.woff') format('woff'), url('fonts/MyriadProRegular/myriadpro-regular.ttf') format('truetype'), url('fonts/MyriadProRegular/myriadpro-regular.svg#myriadpro-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProBoldCondensed';
    src: url('fonts/MyriadProBoldCondensed/myriadpro-boldcond.eot');
    src: url('fonts/MyriadProBoldCondensed/myriadpro-boldcond.eot?#iefix') format('embedded-opentype'), url('fonts/MyriadProBoldCondensed/myriadpro-boldcond.woff') format('woff'), url('fonts/MyriadProBoldCondensed/myriadpro-boldcond.ttf') format('truetype'), url('fonts/MyriadProBoldCondensed/myriadpro-boldcond.svg#myriadpro-boldcond') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadProSemibold';
    src: url('fonts/MyriadProSemibold/myriadpro-semibold.eot');
    src: url('fonts/MyriadProSemibold/myriadpro-semibold.eot?#iefix') format('embedded-opentype'), url('fonts/MyriadProSemibold/myriadpro-semibold.woff') format('woff'), url('fonts/MyriadProSemibold/myriadpro-semibold.ttf') format('truetype'), url('fonts/MyriadProSemibold/myriadpro-semibold.svg#myriadpro-semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    outline: none !important;
}

body {
    font-family: 'MyriadProRegular', Tahoma;
    background: #ECF0F1;
}

#header {
    z-index: 100;
    width: 100%;
    height: 144px;
    display: block;
    background: #ecf0f1 url('../img/grey-border.png') 0 0 repeat-x;
    position: relative;
}

#header-wrap {
    background: #ecf0f1;
    height: 144px;
    width: 100%;
    z-index: 9999;
}

.wrap978 {
    width: 978px;
    margin: 0 auto;
}

.sitelogo {
    float: left;
    display: block;
    position: relative;
    top: 30px;
    left: -6px;
}

#nav {
    margin: 0 0 0 76px;
    float: left;
    white-space: nowrap;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

#nav  li {
    display: block;
    float: left;
    width: 132px;
    position: relative;
    height: 144px;
}

#nav  li  a {
    z-index: 9999;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    width: 132px;
    position: absolute;
    left: 0;
    top: 60px;
    text-align: center;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    color: #373737;
    font-size: 16px;
    line-height: 14px;
}

#nav  li span {
    z-index: 9998;
    position: absolute;
    left: 0;
    height: 163px;
    width: 132px;
}

#nav li span.hide {
    top: -163px;
}

#nav li span.show {
    top: 0px;
}

.dropdown-menu-account {
    margin-top: -66px;
    left: -30%;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

#nav .dropdown-menu li {
    display: inline-block;
    float: none;
    height: auto;
    position: relative;
    width: 100%;
}

#nav .dropdown-menu li a {
    position: static;
    text-align: left;
}

/* */

#nav  li.active span, #nav  li.noscript:hover span {
    background: url('../img/nav-active.png') 0 0 no-repeat;
}

#nav  li.active a.active, #nav  li.noscript:hover a {
    color: #ffffff;
}

.content {
}

.content .article {
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    width: 100%;
}

/* Page main */
#content-main {
    background: #ecf0f1 none repeat scroll 0 0;
    height: 1260px;
    max-height: 1015px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.content.hidepage {
}

.content .wrap978 {
}

#content-main .top {
    width: 100%;
    padding-top: 51px;
    padding-bottom: 116px;
}

#content-main .top  .top-box {
    height: 354px;
    position: relative;
}

#content-main #main-top-left {
    position: absolute;
    color: #373737;
    width: 331px;
    padding-top: 0px;
}

#content-main #main-top-left.noscript {
    left: 0;
    top: 0;
}

#content-main #main-top-left.show {
    left: 0 !important;
    top: 0 !important;
}

#content-main #main-top-left h1 {
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 40px;
    line-height: 20px;
    margin: 0 0 26px;
}

#content-main #main-top-left h2 {
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 40px;
    line-height: 20px;
    margin: 0 0 25px;
}

#content-main #main-top-left .text {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 37px;
}

#content-main #main-top-left .text2 {
    font-size: 14px;
    line-height: 24px;
    width: 970px;
}

#content-main #main-top-right {
    position: absolute;
    width: 647px;
    height: 354px;
    background: url('../img/main-top-right.jpg') 0 0 no-repeat;
}

#content-main #main-top-right.noscript {
    left: 331px;
    top: 0;
}

#content-main #main-top-right.show {
    left: 331px !important;
    top: 0 !important;
}

#main-video {
    display: block;
    margin: 21px 0 0 97px;
    width: 459px;
    height: 291px;
    overflow: hidden;
    position: relative;
}

.video_play_button {
    position: absolute;
    width: 93px;
    height: 93px;
    left: 50%;
    top: 50%;
    margin: -46px 0 0 -46px;
    cursor: pointer;
    background: url('../img/video_play_button.png') 0 0 no-repeat;
    overflow: hidden;
    z-index: 100;
}

.video_play_button:hover {
    background-position: 0 -93px;
}

.nodisplay {
    display: none;
}

#content-main .bottom {
    background: #373737;
    border-top: 3px solid #dfe3e4;
}

.bottom1 {
    padding-top: 25px;
    position: absolute;
    width: 100%;
}

#content-main .bottom.noscript {
    left: 0;
    top: 522px;
}

#content-main .bottom.show {
    left: 0 !important;
    top: 670px !important;
}

.bottom1 .bottom-box-content {
    padding: 0 0 65px 0;
}

.bottom1 .bottom-box-content .line {
    width: 100%;
}

.bottom1 .main-bottom-left {
    float: left;
    margin: 0 0 0 8%;
    text-align: center;
    width: 40%;
}

.bottom1 .main-bottom-right {
    float: right;
    width: 40%;
}

.bottom1 .main-bottom-center {
    text-align: center;
    width: 100%;
}

.bottom1 .main-bottom-bottom {
    width: 100%;
    text-align: center;
    padding: 39px 0 0;
}

.button1 {
    display: inline;
    padding: 17px 104px;
    background: #ffbf00;
    text-decoration: none;
    color: #373737;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 30px;
    line-height: 73px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
}

.main-bottom-title {
    color: #ffc107;
    font-family: 'MyriadProSemibold', Tahoma;
    font-size: 72px;
    line-height: 48px;
}

.main-bottom-text {
    color: #ecf0f1;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 30px;
    line-height: 54px;
}

/* END Page main */

/* Page features */

#content-features {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 856px;
    background: #373737;
}

#content-features .top {
    width: 100%;
    padding-top: 96px;
    height: 407px;
}

#content-features .top-box {
    position: relative;
    display: block;
    height: 407px;
    overflow: hidden;
    width: 100%;
}

#content-features .top-box .col {
    width: 326px;
    overflow: hidden;
    position: absolute;
}

#content-features .top-box-col1.show {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
}

#content-features .top-box-col2.show {
    position: absolute;
    left: 326px !important;
    top: 0 !important;
}

#content-features .top-box-col3.show {
    position: absolute;
    left: 652px !important;
    top: 0 !important;
}

#content-features .top-box-col1.noscript {
    left: 0;
    top: 0;
}

#content-features .top-box-col2.noscript {
    left: 326px;
    top: 0;
}

#content-features .top-box-col3.noscript {
    left: 652px;
    top: 0;
}

#content-features .cf-icon {
    height: 117px;
}

#content-features .top-box .col .title {
    color: #fff;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 30px;
    line-height: 54px;
    padding-bottom: 9px;
}

#content-features .top-box .col .text {
    color: #fff;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 16px;
    line-height: 30px;
    padding-right: 15px;
}

#content-features .bottom {
    background: #ecf0f1;
    padding-top: 50px;
}

#content-features  .bottom.noscript {
    left: 0;
    top: 503px;
}

#content-features  .bottom.show {
    left: 0 !important;
    top: 527px !important;
}

#content-features .main-bottom-text {
    color: #373737;
}

/* END Page features */

/* Page login */
#content-login {
    background: #373737;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 600px;
}

#content-login .wrap978 {
    padding-top: 125px;
}

#content-login-title {
    height: 94px;
    color: #ecf0f1;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 60px;
    line-height: 24px;
    position: relative;
}

#content-login-title-box {
    display: block;
    position: absolute;
    top: 0;
}

#content-login-title-box.noscript {
    left: 0;
    top: 0;
}

#content-login-title-box.show {
    left: 0 !important;
    top: 0 !important;
}

#content-login-box {
    height: 311px;
    position: relative;
}

#content-login-form {
    width: 465px;
    position: absolute;
}

#content-login-form.noscript {
    left: 0;
    top: 0;
}

#content-login-form.show {
    left: 0 !important;
    top: 0 !important;
}

#content-login-helper {
    position: absolute;
}

#content-login-helper.noscript {
    left: 465px;
    top: 0;
}

#content-login-helper.show {
    left: 465px !important;
    top: 0 !important;
}

#content-login-helper img {
    margin: 0 0 13px 0;
}

#content-login-helper .text1 {
    color: #ecf0f1;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 18px;
    line-height: 24px;
}

#content-login-helper .text2 {
    color: #ffbf00;
    font-weight: bold;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 18px;
    line-height: 24px;
}

.form-box {
    padding: 6px 0 0 0;
    width: 409px;
    display: block;
    background: url('../img/form-box-top.png') 0 0 no-repeat;
}

.form-box-bottom {
    padding: 0 0 6px 0;
    background: url('../img/form-box-bottom.png') 0 100% no-repeat;
}

.form-box-middle {
    padding: 30px 48px 30px 36px;
    background: url('../img/form-box-middle.png') 0 0 repeat-y;
}

.form-line {
    width: 325px;
    padding: 0 0 20px 0;
}

.form-input-wrap {
    position: relative;
    width: 325px;
    height: 40px;
    overflow: hidden;
}

.input1 {
    width: 258px;
    height: 36px;
    padding: 0 34px 0 29px;
    color: #777777;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 14px;
    line-height: 36px;
    background: #fff;
    border: 0;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    outline: none !important;
}

.input {
    border: 2px solid #fff;
}

.input-icon {
    position: absolute;
    left: 291px;
    top: 0;
    width: 34px;
    height: 40px;
    display: block;
}

.input-info {
    padding: 10px 0 0 28px;
    color: #777777;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 13px;
    line-height: 13px;
    font-style: italic;
}

.input-icon {
    background-position: 0 0;
}

.form-line.phone .input-icon {
    background: url('../img/login-input-phone-icon.png') no-repeat;
}

.form-line.password .input-icon {
    background: url('../img/login-input-password-icon.png') no-repeat;
}

.form-box a {
    color: #777777;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 14px;
    line-height: 13px;
}

#login-botom {
    width: 100%;
    display: block;
    clear: both;
    margin: 0 0 34px 0;
}

#login-bottom-rememberme {
    float: left;
    display: block;
}

#login-bottom-remindpass {
    float: right;
    display: block;
}

form.hasjs .label_check, form.hasjs.hasjs .label_radio {
    cursor: pointer;
    display: block;
}

form.hasjs .label_check {
    padding-left: 29px;
    line-height: 20px;
}

/* form.hasjs.hasjs .label_radio { background: url(radio-off.png) no-repeat; } */
form.hasjs.hasjs .label_check {
    background: url('../img/check-off.png') no-repeat;
}

form.hasjs.hasjs label.c_on {
    background: url('../img/check-on.png') no-repeat;
}

/* form.hasjs.hasjs label.r_on { background: url(radio-on.png) no-repeat; } */
form.hasjs.hasjs .label_check input, form.hasjs.hasjs .label_radio input {
    position: absolute;
    left: -9999px;
}

.form-send-button {
    width: 323px;
    height: 38px;
    cursor: pointer;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
}

#login-form  .form-send-button, .form-send-button-dark {
    border: 1px solid #373737;
    background: #373737;
    color: #fff;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 18px;
    line-height: 38px;
    text-align: center;

}

.form-line  input[type='password'] {
    font-size: 120%;
}

#content-login-form .input.active {
    border: 2px solid #373737 !important;
    color: #373737;
}

#content-login-form  .input.validate {
    border: 2px solid #373737 !important;
    color: #373737;
}

#content-login-form  .input.error {
    border: 2px solid #e74c3c !important;
    color: #e74c3c;
}

#content-login-form .input-icon.active {
    background-position: 0 -40px !important;
}

#content-login-form .input-icon.validate {
    background-position: 0 -80px !important;
}

#content-login-form .input-icon.error {
    background-position: 0 -120px !important;
}

/* END Page login */

/* Page pricing */
#content-pricing {
    background: #373737;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 738px;
}

#content-pricing .wrap978 {
    padding-top: 108px;
}

#pricing-wrap {
    width: 100%;
    height: 630px;
}

#pricing-line1 {
    width: 100%;
    height: 306px;
    padding: 0 0 18px 0;
    position: relative;
}

#pricing-line2 {
    width: 100%;
    height: 306px;
    position: relative;
}

#pricing-wrap .pricing-box {
    width: 229px;
    height: 304px;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 17px 0 0;
    background: #fff;
}

#pricing-wrap .pricing-box.last {
    margin: 0;
}

#content-pricing .pricing-animated  .pricing-box {
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
}

#pricing-one-other  .pricing-box, #pricing-two-other  .pricing-box {
    display: inline-block;
    *display: block;
    *float: left;
}

#pricing-one-lead {
    position: absolute;
}

#pricing-one-lead.noscript {
    left: 0;
    top: 0;
}

#pricing-one-lead.show {
    left: 0 !important;
    top: 0 !important;
}

#pricing-one-other {
    position: absolute;
    width: 100%;
}

#pricing-one-other.noscript {
    left: 248px;
    top: 0;
}

#pricing-one-other.show {
    left: 248px !important;
    top: 0 !important;
}

#pricing-two-lead {
    position: absolute;
}

#pricing-two-lead.noscript {
    left: 744px;
    top: 0;
}

#pricing-two-lead.show {
    left: 744px !important;
    top: 0 !important;
}

#pricing-two-other {
    position: absolute;
    width: 100%;
}

#pricing-two-other.noscript {
    left: 0;
    top: 0;
}

#pricing-two-other.show {
    left: 0 !important;
    top: 0 !important;
}

#pricing-one-lead.hide {
    top: 0;
}

#pricing-one-other.hide {
    top: 0;
}

#pricing-two-lead.hide {
    top: 0;
}

#pricing-two-other.hide {
    top: 0;
}

.pricing-box-top {
    position: absolute;
    height: 396px;
    width: 229px;
    z-index: 2;
}

.pricing-box-top.default {
    top: -306px;
}

.pricing-box-top.hover {
    top: 0px;
}

.pricing-box-button {
    z-index: 3;
    position: absolute;
    width: 100%;
    text-align: center;
}

.pricing-box-button.default {
    top: 350px;
}

.pricing-box-button.hover {
    top: 150px;
}

.pricing-button a {
    background: none repeat scroll 0 0 #373737;
    border: 1px solid #373737;
    color: #FFFFFF;
    font-family: 'MyriadProSemibold', Tahoma;
    font-size: 16px;
    line-height: 40px;
    display: block;
    width: 170px;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
}

.pricing-box-name {
    z-index: 3;
    position: absolute;
    top: 34px;
    height: 56px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 28px;
    line-height: 28px;
}

.pricing-box-body {
    padding: 90px 10px 10px 10px;
    height: 204px;
    z-index: 1;
}

.pricing-box-price {
    margin: 40px 0 0;
    width: 100%;
    text-align: center;
}

.pricing-box-price .price {
    color: #373737;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 48px;
    line-height: 40px;
}

.pricing-box-price .curr {
    padding: 0 0 0 11px;
    color: #373737;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 24px;
    line-height: 20px;
}

.pricing-box-quant {
    margin: 13px 0 0;
    width: 100%;
    text-align: center;
    color: #818181;
    font-family: 'MyriadProSemibold', Tahoma;
    font-size: 16px;
    line-height: 14px;
}

.pricing-box-period {
    margin: 13px 0 0;
    width: 100%;
    text-align: center;
    color: #818181;
    font-family: 'MyriadProSemibold', Tahoma;
    font-size: 16px;
    line-height: 14px;
}

.pricing-box-luring {
    margin: 25px 0 0;
    width: 100%;
    text-align: center;
    color: #818181;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 14px;
    line-height: 12px;
    font-style: italic;
}

.pricing-button ul {
    margin: 0;
    padding: 0;
}

.pricing-button ul  li {
    list-style: none;
}

#pricing-free .pricing-box-top {
    background: url('../img/pricing-free.png') 0 100% no-repeat;
}

#pricing-mini .pricing-box-top {
    background: url('../img/pricing-mini.png') 0 100% no-repeat;
}

#pricing-medium .pricing-box-top {
    background: url('../img/pricing-medium.png') 0 100% no-repeat;
}

#pricing-standart .pricing-box-top {
    background: url('../img/pricing-standart.png') 0 100% no-repeat;
}

#pricing-maxi .pricing-box-top {
    background: url('../img/pricing-MaxiUltraPro.png') 0 100% no-repeat;
}

#pricing-maxi-plus .pricing-box-top {
    background: url('../img/pricing-MaxiUltraPro.png') 0 100% no-repeat;
}

#pricing-ultra .pricing-box-top {
    background: url('../img/pricing-MaxiUltraPro.png') 0 100% no-repeat;
}

#pricing-pro .pricing-box-top {
    background: url('../img/pricing-MaxiUltraPro.png') 0 100% no-repeat;
}

#pricing-flexi .pricing-box-top {
    background: url('../img/pricing-flexi.png') 0 100% no-repeat;
}

#pricing-free .pricing-box-price span {
    color: #27ae60 !important;
}

#pricing-mini .pricing-box-price span {
    color: #a1a1a1 !important;
}

#pricing-medium .pricing-box-price span {
    color: #818181 !important;
}

#pricing-standart .pricing-box-price span {
    color: #616161 !important;
}

#pricing-maxi .pricing-box-price span {
    color: #e67e22 !important;
}

#pricing-maxi-plus .pricing-box-price span {
    color: #e67e22 !important;
}

#pricing-ultra .pricing-box-price span {
    color: #e67e22 !important;
}

#pricing-pro .pricing-box-price span {
    color: #e67e22 !important;
}

#pricing-flexi .pricing-box-price span {
    color: #ffbf00 !important;
}

/* END Page pricing */

/* Sub Free */

#content-sub-free {
    background: none repeat scroll 0 0 #373737;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 856px;
}

.article.sub {
    padding-top: 125px;
}

.article.sub  .content-sub-title {
    color: #ECF0F1;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 60px;
    height: 94px;
    line-height: 24px;
    position: relative;
}

.content-sub-title-box {
    display: block;
    position: absolute;
    top: 0;
}

.content-sub-title-box.noscript {
    left: 0;
    top: 0;
}

.content-sub-title-box.show {
    left: 0 !important;
    top: 0 !important;
}

.content-sub-box {
    height: 311px;
    position: relative;
}

.content-sub-box-form {
    position: absolute;
    width: 465px;
}

.content-sub-box-form.noscript {
    left: 0;
    top: 0;
}

.content-sub-box-form.show {
    left: 0 !important;
    top: 0 !important;
}

.form-send-button {
    color: #FFFFFF;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.content.active .label_check {
    z-index: 9999;
}

.sub-bottom {
    width: 100%;
    display: block;
    clear: both;
    margin: 0 0 34px 0;
}

.sub-terms, .sub-terms a {
    color: #777777;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 14px;
    line-height: 21px;
}

.content-sub-helper {
    position: absolute;
}

.content-sub-helper.noscript {
    left: 465px;
    top: 0;
}

.content-sub-helper.show {
    left: 465px !important;
    top: 0 !important;
}

.content-sub-helper .text1 {
    color: #ecf0f1;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 24px;
    line-height: 36px;
}

.content-sub-helper p {
    margin: 0;
    padding: 0;
}

#content-sub-free .content-sub-title-box span {
    color: #27ae60;
}

#content-sub-free  .form-send-button {
    background: #27ae60;
    border: 1px solid #27ae60;
}

#content-sub-free  .form-send-button.error {
    left: 380px;
}

#content-sub-free .form-line.phone .input-icon {
    background: url('../img/free-input-phone-icon.png') no-repeat;
}

#content-sub-free .form-line.password .input-icon {
    background: url('../img/free-input-password-icon.png') no-repeat;
}

#content-sub-free .form-box a {
    color: #777777;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 14px;
    line-height: 13px;
}

#content-sub-free  .input.active {
    border: 2px solid #27ae60 !important;
    color: #373737;
}

#content-sub-free   .input.validate {
    border: 2px solid #fff !important;
    color: #373737;
}

#content-sub-free   .input.error {
    border: 2px solid #e74c3c !important;
    color: #e74c3c;
}

#content-sub-free  .input-icon.active {
    background-position: 0 -40px !important;
}

#content-sub-free  .input-icon.validate {
    background-position: 0 -80px !important;
}

#content-sub-free  .input-icon.error {
    background-position: 0 -120px !important;
}

#content-sub-free  .c_on {
    background: url("../img/free-check-on.png") no-repeat scroll 0 0 transparent;
}

#content-sub-free  .c_on, #content-sub-free  .c_on a {
    color: #373737;
}

/* END Sub Free */

/* Sub Mini */
#content-sub-mini {
    height: 856px;
    background: none repeat scroll 0 0 #373737;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#content-sub-mini .content-sub-title-box span {
    color: #a1a1a1;
}

#content-sub-mini  .form-send-button {
    background: #a1a1a1;
    border: 1px solid #a1a1a1;
}

#content-sub-mini  .form-send-button.error {
    left: 380px;
}

#content-sub-mini .form-line.phone .input-icon {
    background: url('../img/mini-input-phone-icon.png') no-repeat;
}

#content-sub-mini .form-line.password .input-icon {
    background: url('../img/mini-input-password-icon.png') no-repeat;
}

#content-sub-mini .form-box a {
    color: #777777;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 14px;
    line-height: 13px;
}

#content-sub-mini  .input.active {
    border: 2px solid #a1a1a1 !important;
    color: #373737;
}

#content-sub-mini   .input.validate {
    border: 2px solid #fff !important;
    color: #373737;
}

#content-sub-mini   .input.error {
    border: 2px solid #e74c3c !important;
    color: #e74c3c;
}

#content-sub-mini  .input-icon.active {
    background-position: 0 -40px !important;
}

#content-sub-mini  .input-icon.validate {
    background-position: 0 -80px !important;
}

#content-sub-mini  .input-icon.error {
    background-position: 0 -120px !important;
}

.label_check input[type=checkbox] {
    display: none;
}

.label_check {
    background: url("../img/check-off.png") no-repeat scroll 0 0 transparent;
    padding-left: 25px;
}

#content-sub-mini  .label_check.c_on {
    background: url("../img/mini-check-on.png") no-repeat scroll 0 0 transparent;
}

#content-sub-mini  .c_on, #content-sub-mini  .c_on a {
    color: #373737;
}

/* END Sub Mini */

/* Sub Medium */
#content-sub-medium {
    height: 856px;
    background: none repeat scroll 0 0 #373737;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#content-sub-medium .content-sub-title-box span {
    color: #818181;
}

#content-sub-medium  .form-send-button {
    background: #818181;
    border: 1px solid #818181;
}

#content-sub-medium  .form-send-button.error {
    left: 380px;
}

#content-sub-medium .form-line.phone .input-icon {
    background: url('../img/medium-input-phone-icon.png') no-repeat;
}

#content-sub-medium .form-line.password .input-icon {
    background: url('../img/medium-input-password-icon.png') no-repeat;
}

#content-sub-medium .form-box a {
    color: #777777;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 14px;
    line-height: 13px;
}

#content-sub-medium  .input.active {
    border: 2px solid #818181 !important;
    color: #373737;
}

#content-sub-medium   .input.validate {
    border: 2px solid #fff !important;
    color: #373737;
}

#content-sub-medium   .input.error {
    border: 2px solid #e74c3c !important;
    color: #e74c3c;
}

#content-sub-medium  .input-icon.active {
    background-position: 0 -40px !important;
}

#content-sub-medium  .input-icon.validate {
    background-position: 0 -80px !important;
}

#content-sub-medium  .input-icon.error {
    background-position: 0 -120px !important;
}

#content-sub-medium  .c_on {
    background: url("../img/medium-check-on.png") no-repeat scroll 0 0 transparent;
}

#content-sub-medium  .c_on, #content-sub-medium  .c_on a {
    color: #373737;
}

/* END Sub Medium */

/* Sub Standart */
#content-sub-standart {
    height: 856px;
    background: none repeat scroll 0 0 #373737;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#content-sub-standart .content-sub-title-box span {
    color: #616161;
}

#content-sub-standart  .form-send-button {
    background: #616161;
    border: 1px solid #616161;
}

#content-sub-standart  .form-send-button.error {
    left: 380px;
}

#content-sub-standart .form-line.phone .input-icon {
    background: url('../img/standart-input-phone-icon.png') no-repeat;
}

#content-sub-standart .form-line.password .input-icon {
    background: url('../img/standart-input-password-icon.png') no-repeat;
}

#content-sub-standart .form-box a {
    color: #777777;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 14px;
    line-height: 13px;
}

#content-sub-standart  .input.active {
    border: 2px solid #616161 !important;
    color: #373737;
}

#content-sub-standart   .input.validate {
    border: 2px solid #fff !important;
    color: #373737;
}

#content-sub-standart   .input.error {
    border: 2px solid #e74c3c !important;
    color: #e74c3c;
}

#content-sub-standart  .input-icon.active {
    background-position: 0 -40px !important;
}

#content-sub-standart  .input-icon.validate {
    background-position: 0 -80px !important;
}

#content-sub-standart  .input-icon.error {
    background-position: 0 -120px !important;
}

#content-sub-standart  .c_on {
    background: url("../img/standart-check-on.png") no-repeat scroll 0 0 transparent;
}

#content-sub-standart  .c_on, #content-sub-standart  .c_on a {
    color: #373737;
}

/* END Sub Standart */

/* Sub Maxi */
#content-sub-maxi {
    height: 856px;
    background: none repeat scroll 0 0 #373737;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#content-sub-maxi .content-sub-title-box span {
    color: #e67e22;
}

#content-sub-maxi  .form-send-button {
    background: #e67e22;
    border: 1px solid #e67e22;
}

#content-sub-maxi  .form-send-button.error {
    left: 380px;
}

#content-sub-maxi .form-line.phone .input-icon {
    background: url('../img/maxi-input-phone-icon.png') no-repeat;
}

#content-sub-maxi .form-line.password .input-icon {
    background: url('../img/maxi-input-password-icon.png') no-repeat;
}

#content-sub-maxi .form-box a {
    color: #777777;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 14px;
    line-height: 13px;
}

#content-sub-maxi  .input.active {
    border: 2px solid #e67e22 !important;
    color: #373737;
}

#content-sub-maxi   .input.validate {
    border: 2px solid #fff !important;
    color: #373737;
}

#content-sub-maxi   .input.error {
    border: 2px solid #e74c3c !important;
    color: #e74c3c;
}

#content-sub-maxi  .input-icon.active {
    background-position: 0 -40px !important;
}

#content-sub-maxi  .input-icon.validate {
    background-position: 0 -80px !important;
}

#content-sub-maxi  .input-icon.error {
    background-position: 0 -120px !important;
}

#content-sub-maxi  .c_on {
    background: url("../img/maxi-check-on.png") no-repeat scroll 0 0 transparent;
}

#content-sub-maxi  .c_on, #content-sub-maxi  .c_on a {
    color: #373737;
}

/* END Sub Maxi */

/* Sub Maxi + */
#content-sub-maxi-plus {
    height: 856px;
    background: none repeat scroll 0 0 #373737;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#content-sub-maxi-plus .content-sub-title-box span {
    color: #e67e22;
}

#content-sub-maxi-plus  .form-send-button {
    background: #e67e22;
    border: 1px solid #e67e22;
}

#content-sub-maxi-plus  .form-send-button.error {
    left: 380px;
}

#content-sub-maxi-plus .form-line.phone .input-icon {
    background: url('../img/maxi-input-phone-icon.png') no-repeat;
}

#content-sub-maxi-plus .form-line.password .input-icon {
    background: url('../img/maxi-input-password-icon.png') no-repeat;
}

#content-sub-maxi-plus .form-box a {
    color: #777777;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 14px;
    line-height: 13px;
}

#content-sub-maxi-plus  .input.active {
    border: 2px solid #e67e22 !important;
    color: #373737;
}

#content-sub-maxi-plus   .input.validate {
    border: 2px solid #fff !important;
    color: #373737;
}

#content-sub-maxi-plus   .input.error {
    border: 2px solid #e74c3c !important;
    color: #e74c3c;
}

#content-sub-maxi-plus  .input-icon.active {
    background-position: 0 -40px !important;
}

#content-sub-maxi-plus  .input-icon.validate {
    background-position: 0 -80px !important;
}

#content-sub-maxi-plus  .input-icon.error {
    background-position: 0 -120px !important;
}

#content-sub-maxi-plus  .c_on {
    background: url("../img/maxi-check-on.png") no-repeat scroll 0 0 transparent;
}

#content-sub-maxi-plus  .c_on, #content-sub-maxi-plus  .c_on a {
    color: #373737;
}

/* END Sub Maxi + */

/* Sub Ultra */
#content-sub-ultra {
    height: 856px;
    background: none repeat scroll 0 0 #373737;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#content-sub-ultra .content-sub-title-box span {
    color: #e67e22;
}

#content-sub-ultra  .form-send-button {
    background: #e67e22;
    border: 1px solid #e67e22;
}

#content-sub-ultra  .form-send-button.error {
    left: 380px;
}

#content-sub-ultra .form-line.phone .input-icon {
    background: url('../img/maxi-input-phone-icon.png') no-repeat;
}

#content-sub-ultra .form-line.password .input-icon {
    background: url('../img/maxi-input-password-icon.png') no-repeat;
}

#content-sub-ultra .form-box a {
    color: #777777;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 14px;
    line-height: 13px;
}

#content-sub-ultra  .input.active {
    border: 2px solid #e67e22 !important;
    color: #373737;
}

#content-sub-ultra   .input.validate {
    border: 2px solid #fff !important;
    color: #373737;
}

#content-sub-ultra   .input.error {
    border: 2px solid #e74c3c !important;
    color: #e74c3c;
}

#content-sub-ultra  .input-icon.active {
    background-position: 0 -40px !important;
}

#content-sub-ultra  .input-icon.validate {
    background-position: 0 -80px !important;
}

#content-sub-ultra  .input-icon.error {
    background-position: 0 -120px !important;
}

#content-sub-ultra  .c_on {
    background: url("../img/maxi-check-on.png") no-repeat scroll 0 0 transparent;
}

#content-sub-ultra  .c_on, #content-sub-ultra  .c_on a {
    color: #373737;
}

/* END Sub Ultra */

/* Sub Pro */
#content-sub-pro {
    height: 856px;
    background: none repeat scroll 0 0 #373737;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#content-sub-pro .content-sub-title-box span {
    color: #e67e22;
}

#content-sub-pro  .form-send-button {
    background: #e67e22;
    border: 1px solid #e67e22;
}

#content-sub-pro  .form-send-button.error {
    left: 380px;
}

#content-sub-pro .form-line.phone .input-icon {
    background: url('../img/maxi-input-phone-icon.png') no-repeat;
}

#content-sub-pro .form-line.password .input-icon {
    background: url('../img/maxi-input-password-icon.png') no-repeat;
}

#content-sub-pro .form-box a {
    color: #777777;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 14px;
    line-height: 13px;
}

#content-sub-pro  .input.active {
    border: 2px solid #e67e22 !important;
    color: #373737;
}

#content-sub-pro   .input.validate {
    border: 2px solid #fff !important;
    color: #373737;
}

#content-sub-pro   .input.error {
    border: 2px solid #e74c3c !important;
    color: #e74c3c;
}

#content-sub-pro  .input-icon.active {
    background-position: 0 -40px !important;
}

#content-sub-pro  .input-icon.validate {
    background-position: 0 -80px !important;
}

#content-sub-pro  .input-icon.error {
    background-position: 0 -120px !important;
}

#content-sub-pro  .c_on {
    background: url("../img/maxi-check-on.png") no-repeat scroll 0 0 transparent;
}

#content-sub-pro  .c_on, #content-sub-pro  .c_on a {
    color: #373737;
}

/* END Sub Pro */

/* Sub Flexi */
#content-sub-flexi {
    height: 856px;
    background: none repeat scroll 0 0 #373737;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#content-sub-flexi .content-sub-title-box span {
    color: #ffbf00;
}

#content-sub-flexi  .form-send-button {
    background: #ffbf00;
    border: 1px solid #ffbf00;
}

#content-sub-flexi  .form-send-button.error {
    left: 380px;
}

#content-sub-flexi .form-line.phone .input-icon {
    background: url('../img/flexi-input-phone-icon.png') no-repeat;
}

#content-sub-flexi .form-line.password .input-icon {
    background: url('../img/flexi-input-password-icon.png') no-repeat;
}

#content-sub-flexi .form-box a {
    color: #777777;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 14px;
    line-height: 13px;
}

#content-sub-flexi  .input.active {
    border: 2px solid #ffbf00 !important;
    color: #373737;
}

#content-sub-flexi   .input.validate {
    border: 2px solid #fff !important;
    color: #373737;
}

#content-sub-flexi   .input.error {
    border: 2px solid #e74c3c !important;
    color: #e74c3c;
}

#content-sub-flexi  .input-icon.active {
    background-position: 0 -40px !important;
}

#content-sub-flexi  .input-icon.validate {
    background-position: 0 -80px !important;
}

#content-sub-flexi  .input-icon.error {
    background-position: 0 -120px !important;
}

#content-sub-flexi  .c_on {
    background: url("../img/flexi-check-on.png") no-repeat scroll 0 0 transparent;
}

#content-sub-flexi  .c_on, #content-sub-flexi  .c_on a {
    color: #373737;
}

/* END Sub Flexi */

/* content-sub-flexi-calc */
#content-sub-flexi-calc {
    height: 856px;
    background: none repeat scroll 0 0 #373737;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

#content-sub-flexi-calc .article {
    padding-top: 125px;
}

#flexi-calc-title {
    color: #ECF0F1;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 60px;
    height: 94px;
    line-height: 24px;
    position: relative;
}

#flexi-calc-title-box {
    display: block;
    position: absolute;
    top: 0;
}

#flexi-calc-title-box.noscript {
    left: 0;
    top: 0;
}

#flexi-calc-title-box.show {
    left: 0 !important;
    top: 0 !important;
}

#flexi-calc-title-box span {
    color: #ffbf00;
}

#flexi-calc {
    margin-top: 36px;
    width: 100%;
    position: relative;
    height: 377px;
}

#flexi-calc-left {
    position: absolute;
    width: 578px;
}

#flexi-calc-left .flexi-calc-top {
    width: 451px;
}

#flexi-calc-left.noscript {
    left: 0;
    top: 0;
}

#flexi-calc-left.show {
    left: 0 !important;
    top: 0 !important;
}

#flexi-calc-right {
    position: absolute;
    width: 404px;
}

#flexi-calc-right.noscript {
    left: 573px;
    top: 0;
}

#flexi-calc-right.show {
    left: 580px !important;
    top: 0 !important;
}

#flexi-calc-values {
    height: 166px;
    background: url("../img/flexi-calc-values.png") 0 100% repeat-x;
}

#flexi-calc-values-quant {
}

#flexi-calc-quant-val {
    color: #ECF0F1;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 48px;
    line-height: 24px;
}

#flexi-calc-quant-unit {
    color: #ECF0F1;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 24px;
    line-height: 24px;
}

#flexi-calc-values-factor {
    padding: 10px 0 23px;
    color: #ECF0F1;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 30px;
    line-height: 24px;
}

#flexi-calc-price-val {
    color: #ECF0F1;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 48px;
    line-height: 24px;
}

#flexi-calc-price-unit {
    color: #ECF0F1;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 24px;
    line-height: 24px;
}

#flexi-calc-summ {
    padding-top: 20px;
}

#flexi-calc-info {
    color: #ECF0F1;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 18px;
    line-height: 24px;
    font-style: italic;
}

#flexi-calc-info p {
    padding: 0;
    margin: 0;
}

#flexi-calc-info.default {
    display: none;
}

#flexi-calc-info.show {
    display: block;
}

#flexi-calc-summ-val {
    color: #ECF0F1;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 18px;
    line-height: 24px;
}

#flexi-calc-summ-val.default {
    display: none;
}

#flexi-calc-summ-val.show {
    display: block;
}

#flexi-calc-summ-value {
    color: #ECF0F1;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 48px;
    line-height: 24px;
}

#flexi-calc-summ-unit {
    color: #ECF0F1;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 24px;
    line-height: 24px;
}

.flexi-calc-box-line {
    display: block;
}

.flexi-calc-box-button {
    width: 83px;
    height: 55px;
    margin: 0 18px 17px 0;
    background: #575757;
    float: left;
    display: block;
    text-align: center;
    cursor: pointer;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    color: #ecf0f1;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 30px;
    line-height: 55px;
}

.flexi-calc-box-button.last {
    padding-right: 0 !important;
}

#fcb04 {
    background: #575757 url("../img/fcb04.png") 50% 50% no-repeat;
}

#fcb15 {
    position: absolute;
    top: 144px;
    left: 302px;
    width: 83px;
    height: 127px;
    display: block;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    background: #ffbf00 url("../img/fcb15.png") 50% 50% no-repeat;
}

.flexi-calc-top {
    height: 323px;
}

.flexi-calc-buttons {
    width: 100%;
}

.flexi-calc-buttons a {
    text-decoration: none;
}

.flexi-calc-buttons.default {
    display: none;
}

.flexi-calc-buttons.show {
    display: block;
}

.flexi-calc-button {
    background: #575757;
    cursor: pointer;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 24px;
    line-height: 55px;
    text-align: center;
    float: left;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
}

#flexi-calc-button-reset, #flexi-calc-button-back {
    color: #ECF0F1;
}

#flexi-calc-button-order {
    color: #373737 !important;
    background: #ffbf00 !important;
    width: 310px;
    margin-right: 17px;
}

#flexi-calc-button-reset {
    margin-right: 17px;
    width: 229px;
}

#flexi-calc-button-back {
    width: 400px;
}

/* END content-sub-flexi-calc */

/*  content-dealers-contacts */
#content-dealers-contacts {
    position: absolute;
    width: 100%;
}

#cdc_dealers {
    position: relative;
    height: 854px;
}

#cdc_top {
    width: 100%;
    background: #ecf0f1;
    padding-top: 80px;
}

#cdc_top .wrap978 {
    position: relative;
    height: 405px;
}

#cdc_top_left {
    position: absolute;
    width: 580px;
    height: 405px;
    overflow: hidden;
}

#cdc_top_left.noscript {
    left: 0;
    top: 0;
}

#cdc_top_left.show {
    left: 0 !important;
    top: 0 !important;
}

#cdc_top_right {
    position: absolute;
    width: 398px;
    height: 405px;
    overflow: hidden;
}

#cdc_top_right.noscript {
    left: 580px;
    top: 0;
}

#cdc_top_right.show {
    left: 580px !important;
    top: 0 !important;
}

.cdc_top_title {
    color: #373737;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 40px;
    line-height: 40px;
    padding-bottom: 35px;
}

.cdc_top_text {
    color: #373737;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 16px;
    line-height: 24px;
    width: 400px;
    overflow: hidden;
}

.cdc_top_side_top {
    height: 208px;
    overflow: hidden;
}

.cdc_top_botom {
}

.cdc_top_botom_icon {
    padding: 0 40px 0 0;
    float: left;
}

.cdc_top_botom_download {
    float: left;
}

.cdc_top_botom_download_text {
    color: #818181;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    padding: 0 0 22px 0;
}

.cdc_top_botom_download_button {
}

.cdc_download_button {
    background: none repeat scroll 0 0 #373737;
    border: 1px solid #373737;
    color: #FFFFFF;
    font-family: 'MyriadProSemibold', Tahoma;
    font-size: 16px;
    line-height: 40px;
    display: block;
    width: 155px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
}

#cdc_top_right  .cdc_top_text {
    width: 370px;
    overflow: hidden;
}

#cdc_top_right  .cdc_top_botom_download {
    width: 255px;
}

#cdc_dealers {
    background: #EDF0F1;
}

#cdc_bottom {
    width: 100%;
    background: #373737;
    height: 370px;
}

#cdc_bottom {
    position: absolute;
    height: 369px;
}

#cdc_bottom.noscript {
    left: 0;
    top: 485px;
}

#cdc_bottom.show {
    left: 0 !important;
    top: 485px !important;
}

#cdc_bottom .wrap978 {
    position: relative;
    padding: 62px 0 0 0;
}

#cdc_bottom_title {
    position: relative;
    height: 81px;
}

#cdc_bottom_title_box {
    position: absolute;
    color: #fff;
    font-family: 'MyriadProBoldCondensed', Tahoma;
    font-size: 40px;
    line-height: 27px;
    padding-bottom: 53px;
}

#cdc_bottom_title_box.noscript {
    left: 0;
    top: 0;
}

#cdc_bottom_title_box.show {
    left: 0 !important;
    top: 0 !important;
}

#cdc_bottom_form {
    position: relative;
    height: 226px;
    width: 100%;
}

#cdc_bottom_form-left {
    position: absolute;
    width: 396px;
}

#cdc_bottom_form-left.noscript {
    left: 0;
    top: 0;
}

#cdc_bottom_form-left.show {
    left: 0 !important;
    top: 0 !important;
}

#cdc_bottom_form-right {
    position: absolute;
    width: 582px;
}

#cdc_bottom_form-right.noscript {
    left: 396px;
    top: 0;
}

#cdc_bottom_form-right.show {
    left: 396px !important;
    top: 0 !important;
}

.cdc_form_line {
    width: 100%;
    display: block;
    margin: 0 0 31px 0;
}

.input2 {
    background: none repeat scroll 0 0 #ecf0f1;
    border: 1px solid #ecf0f1;
    color: #7f8c8d;
    font-family: 'MyriadProRegular', Tahoma;
    font-style: italic;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    outline: medium none !important;
    padding: 0 5px 0 25px;
    width: 281px;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
}

#cdc-form_textarea {
    height: 185px;
    overflow: hidden;
    width: 582px;
}

#cdc-form_textarea textarea {
    width: 542px;
    height: 116px;
    padding: 27px 0 40px 38px;
    position: relative;
    background: #ecf0f1;
    border: 1px solid #ecf0f1;
    -moz-border-radius: 5px; /* Firefox */
    -webkit-border-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius: 5px; /* KHTML */
    border-radius: 5px; /* CSS3 */
    color: #7f8c8d;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
}

#cdc_form_send {
    width: 65px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0;
    cursor: pointer;
    text-indent: -9999px;
    background: #f1c40f url("../img/cdc_form_send.png") 50% 50% no-repeat;
    -moz-border-radius-topleft: 5px; /* Firefox */
    -moz-border-radius-bottomright: 5px; /* Firefox */
    -webkit-border-top-left-radius: 5px; /* Safari, Chrome */
    -webkit-border-bottom-right-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius-topleft: 5px; /* KHTML */
    -khtml-border-radius-bottomright: 5px; /* KHTML */
    border-top-left-radius: 5px; /* CSS3 */
    border-bottom-right-radius: 5px; /* CSS3 */
}

.combo.sexy input[type="text"]:hover {
    cursor: pointer;
}

#cdc_contact {
    width: 100%;
    height: 541px;
}

#gmap {
    width: 100%;
    position: relative;
}

#gmap_tabs_wrap {
    height: 215px;
    left: 50%;
    margin: 0 0 0 -93px;
    position: absolute;
    top: 0;
    width: 582px;
}

#gmap_tabs {
    position: relative;
    display: block;
    width: 582px;
    height: 215px;
    float: right;
    background: #EFBE2D;
    -moz-border-radius-bottomleft: 5px; /* Firefox */
    -moz-border-radius-bottomright: 5px; /* Firefox */
    -webkit-border-bottom-left-radius: 5px; /* Safari, Chrome */
    -webkit-border-bottom-right-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius-bottomleft: 5px; /* KHTML */
    -khtml-border-radius-bottomright: 5px; /* KHTML */
    border-bottom-left-radius: 5px; /* CSS3 */
    border-bottom-right-radius: 5px; /* CSS3 */
}

#gmap_tabs_box {
    position: relative;
    width: 100%;
}

#gmap_tabs_box ul {
    margin: 0;
    padding: 0;
    width: 65px;
    position: absolute;
    right: 0;
    top: 0;
}

.gmap_tab_control {
    width: 65px;
    height: 53px;
    display: block;
    cursor: pointer;
    margin-bottom: 1px;
    display: block;
    background: #373737;
    -moz-border-radius-topleft: 5px; /* Firefox */
    -moz-border-radius-bottomleft: 5px; /* Firefox */
    -webkit-border-top-left-radius: 5px; /* Safari, Chrome */
    -webkit-border-bottom-left-radius: 5px; /* Safari, Chrome */
    -khtml-border-radius-topleft: 5px; /* KHTML */
    -khtml-border-radius-bottomleft: 5px; /* KHTML */
    border-top-left-radius: 5px; /* CSS3 */
    border-bottom-left-radius: 5px; /* CSS3 */
}

.gmap_tab_control.active {
    background: #EFBE2D;
}

.gmap_tab_control.last {
    margin-bottom: 0px;
}

.gmap_tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 517px;
    height: 215px;
    overflow: hidden;
    display: none;
}

.gmap_tab.active {
    display: block;
}

#gmap_tab_adress {
    padding: 0 15px 0 30px;
    width: 472px;
}

#gmap_tab_adress p {
    color: #373737;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 24px;
    line-height: 20px;
}

#gmap_tab_adress_info {
    color: #373737;
    font-family: 'MyriadProRegular', Tahoma;
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
}

#gmap_tab_phone {
}

.gmap_tab_center_box {
    width: 517px;
    display: table-cell;
    *width: 477px;
    *display: block;
    *padding: 40px 20px 10px 20px;
    *height: 165px;
    vertical-align: middle;
    height: 215px;
}

.gmap_tab_center_box, .gmap_tab_center_box a {
    color: #373737;
    font-family: 'MyriadProSemibold', Tahoma;
    font-size: 26px;
    line-height: 28px;
}

.gmap_tab_center_box  p {
    width: 517px;
    *width: 477px;
    text-align: center;
}

#gmap_tab_adress_li {
    background: #373737 url("../img/gmap_tab_adress.png") 50% 50% no-repeat;
}

#gmap_tab_adress_li.active {
    background: #EFBE2D url("../img/gmap_tab_adress_A.png") 50% 50% no-repeat;
}

#gmap_tab_phone_li {
    background: #373737 url("../img/gmap_tab_phone.png") 50% 50% no-repeat;
}

#gmap_tab_phone_li.active {
    background: #EFBE2D url("../img/gmap_tab_phone_A.png") 50% 50% no-repeat;
}

#gmap_tab_mail_li {
    background: #373737 url("../img/gmap_tab_mail.png") 50% 50% no-repeat;
}

#gmap_tab_mail_li.active {
    background: #EFBE2D url("../img/gmap_tab_mail_A.png") 50% 50% no-repeat;
}

#gmap_tab_skype_li {
    background: #373737 url("../img/gmap_tab_skype.png") 50% 50% no-repeat;
}

#gmap_tab_skype_li.active {
    background: #EFBE2D url("../img/gmap_tab_skype_A.png") 50% 50% no-repeat;
}

/* END content-dealers-contacts */

.combo div.list-wrapper {
    *bottom: 0 !important;
    *top: auto !important;
}

#content-boxes.overflow {
    overflow: visible !important;
}

/**************************************************************************************************
**************************************************************************************************

присвоить высоту #content-boxes.content_dealers_contacts ! 

**************************************************************************************************
**************************************************************************************************
************************************************************************************************** 
*/

body {
    height: 100% !important;
}

body.content_main {
    background: #373737;
    min-width: 978px;
}

body.content_features {
    background: #ECF0F1;
}

body.content_login {
    background: #373737;
}

body.content_pricing {
    background: #373737;
}

body.content_sub_free {
    background: #373737;
}

body.content_sub_mini {
    background: #373737;
}

body.content_sub_medium {
    background: #373737;
}

body.content_sub_standart {
    background: #373737;
}

body.content_sub_maxi {
    background: #373737;
}

body.content_sub_maxi_plus {
    background: #373737;
}


body.content_sub_ultra {
    background: #373737;
}

body.content_sub_pro {
    background: #373737;
}

body.content_sub_flexi {
    background: #373737;
}

body.content_sub_flexi_calc {
    background: #373737;
}

body.content_dealers_contacts {
    background: #373737;
}

body.content_contacts {
    background: #373737;
}

body.content_dealers {
    background: #373737;
}

#content-boxes.overflow {
    overflow: hidden;
}

#content-boxes.content_main {
    background: #373737;
    height: 856px;
}

#content-boxes.content_features {
    background: #373737;
    height: 856px;
}

#content-boxes.content_login {
    background: #373737;
    height: 856px;
}

#content-boxes.content_pricing {
    background: #373737;
    height: 856px;
}

#content-boxes.content_sub_free {
    background: #373737;
    height: 856px;
}

#content-boxes.content_sub_mini {
    background: #373737;
    height: 856px;
}

#content-boxes.content_sub_medium {
    background: #373737;
    height: 856px;
}

#content-boxes.content_sub_standart {
    background: #373737;
    height: 856px;
}

#content-boxes.content_sub_maxi {
    background: #373737;
    height: 856px;
}

#content-boxes.content_sub_maxi_plus {
    background: #373737;
    height: 856px;
}

#content-boxes.content_sub_ultra {
    background: #373737;
    height: 856px;
}

#content-boxes.content_sub_pro {
    background: #373737;
    height: 856px;
}

#content-boxes.content_sub_flexi {
    background: #373737;
    height: 856px;
}

#content-boxes.content_sub_flexi_calc {
    background: #373737;
    height: 856px;
}

#content-boxes.content_dealers_contacts {
    background: #373737;
}

#content-boxes.content_contacts {
    background: #373737;
}

#content-boxes.content_dealers {
    background: #373737;
}

/* REMOVE


#content-main, #content-features, #content-login,#content_pricing,#content-sub-free,#content-sub-mini,#content-sub-medium, #content-sub-standart,#content-sub-maxi,#content-sub-ultra, #content-sub-pro,#content-sub-flexi,#content-sub-flexi-calc {display: none !important;}
#content-dealers-contacts.hidepage {display: block !important;}


#content-main, #content-features, #content-login,#content_pricing,#content-sub-free {display: none !important;}
#content-sub-mini.hidepage {display: block !important;}

.content.prepare { visibility: hidden;}
.content.active {visibility: visible;}


/***************************************************************************************/

#loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff url('../img/loader2.gif') 50% 50% no-repeat;
    z-index: 9999;
}

#loader.show {
    display: block;
}

#loader.hide {
    display: none;
}

.content.noscript {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
}

.content.hidepage {
    display: none;
    z-index: 1;
}

.content.prepare {
    z-index: 2;
    display: block;
}

.content.active {
    display: block;
    z-index: 3;
}

#content-boxes {
    width: 100%;
    position: relative;
}

.form-send-button {
    position: relative;
}

.form-box {
    overflow: hidden;
}

#content-features  .top-box.hide {
    display: none;
}

#content-features  .top-box.active {
    display: block;
}

#content-features .top-box {
    height: 430px;
    overflow: hidden;
}

#content-features .top {
    position: relative;
}

#content-features-top-switcher {
    width: 100%;
    text-align: center;
}

/*
#content-features-top-switcher a {cursor: pointer; display: block; width: 20px; height: 20px; background: #fff url('../img/content-features-top-switcher.png') 0 0 no-repeat; display: inline-block; }
#content-features-top-switcher a.active,#content-features-top-switcher a:hover {background-position: 0 -20px;}
*/
#content-features-top-switcher a {
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    background: url('../img/bullets2.png') 0 -20px no-repeat;
    display: inline-block;
    margin-right: 7px;
}

#content-features-top-switcher a:last-child {
    margin-right: 0px;
}

#content-features-top-switcher a.active {
    background-position: 0 -40px;
}

#content-features-top-switcher a:hover {
    background-position: 0 0px;
}

#content-features-top-switcher {
    position: absolute;
}

#content-features-top-switcher.noscript {
    bottom: 7px;
    left: 0;
}

#content-features-top-switcher.show {
    left: 0 !important;
    bottom: 7px !important;
}

.home-header {
    padding-top: 125px;
}

.form-info {
    color: #373737;
}

.padding_0 {
    padding: 0 !important;
}

select.input1 {
    width: 100%;
    padding: 10px 5px 10px 29px;
    height: 40px;
}

#account-boxes {
    background: #ECF0F1;
    color: #373737;
}

#google_map {
    height: 541px;
    width: 100%;
}

#cycle_home_box {
    height: 291px;
    overflow: hidden;
    position: relative;
    width: 459px;
}

#cycle_home_box img {
    width: 459px !important;
    height: auto !important;
}

.send-btn {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    width: 301px;
    text-decoration: none;
}

.seo-container {
    position: relative;
}

.seo::after {
    background-image: linear-gradient(rgba(255, 255, 255, 0), #373737);
    background-size: 100% auto;
    bottom: 0;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.seo {
    max-height: 102px;
    overflow: hidden;
    position: relative;
}

.seo h1 {
    text-align: center;
}

.seo ul li {
    list-style: initial;
    list-style-position: inside;
}

.seo_text_open {
    background: #ededed none repeat scroll 0 0;
    border-radius: 4px;
    color: #999;
    cursor: pointer;
    display: inline-block;
    float: none;
    padding: 5px 10px;
    position: absolute;
    right: 60px;
    text-decoration: none;
    top: 15px;
    vertical-align: top;
}

.seo_text_hide {
    background: #ededed none repeat scroll 0 0;
    border-radius: 4px;
    bottom: 0;
    color: #999;
    cursor: pointer;
    display: inline-block;
    float: none;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-decoration: none;
    vertical-align: top;
}