body {
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 1em;
    line-height: 1.4;
    background: url("../img/body_bg.png") repeat;
}

a:hover {
    text-decoration: 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:focus {
border-color: #3399FF;
background-color:#ffffff;
outline: none;
}

input.time[disabled="disabled"],input.bs2-i1[disabled="disabled"]
{
    background-color: #CCD3DA;
}
input[disabled="disabled"]
{
    background-color: #CCD3DA;
}
textarea[disabled="disabled"]
{
background-color: #CCD3DA;
}

input[type="text"]:focus
{
border-color: #3399FF;
background-color:#ffffff;
outline: none;
}


textarea {

resize: vertical;

border: 1px solid #AAAAAA;
border-radius: 1px 1px 1px 1px;
/*box-shadow: 0 1px 2px #DDDDDD;*/
color: #555555;
background-color: #e3fde2;
}




input[type="text"]
{
border: 1px solid #AAAAAA;
border-radius: 1px 1px 1px 1px;
/*box-shadow: 0 1px 2px #DDDDDD;*/
color: #555555;
background-color: #e3fde2;
outline: none;
}


.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Layout Styles
   ========================================================================== */

.wrapper {
    margin: 0 auto;
    min-width: 980px;
    max-width: 1128px;
    /*background: blue;*/
}

/* ==========================================================================
   Header Styles
   ========================================================================== */

.header {
    margin-bottom: 42px;
    background: url("../img/header_bg.png") repeat-x;
}

/* LOGO Styles */
.logo, .top-menu-features-box, .top-login-form-box {
    float: left;
}
.logo {
    width: 19.1%;
}

/* TOP Menu Styles */
.top-menu-features-box {
    width: 60%;
    height: 261px;
}

.top-menu {
    margin: 15.5px 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}
.top-menu li {
    float: left;
    margin: 0 2.99%;
}
.top-menu li a {
    font-family: Times;
    font-size: 16px;
    font-style: italic;
    color: #ffffff;
}

/* Features Styles */
.features {
    margin: 0;
    padding: 23px 0 0 0;
    overflow: hidden;
    list-style: none;
}
.features li {
    float: left;
    width: 23.5%;
    padding: 0 0.75%;
    font-size: 13px;
    text-align: center;
    text-decoration: underline;
    color: #4d5259;
}

/* TOP Login Form Styles */
.top-login-form-box {
    width: 20.9%;
    height: 261px;
    text-align: center;
}
.top-email-link {
    display: inline-block;
    margin: 15.1px 0;
    padding: 0 0 3px 50px;
    font-size: 15px;
    color: #7bac35;
    background: url("../img/email_icon.png") 0 50% no-repeat;
}
.top-login-form {
    margin: 22px auto 0 auto;
    padding: 27px 11px;
    width: 192px;
    font-size: 13px;
    color: #5B5B5B;
    background: #dddddd;
    opacity: 0.6;
}
.top-login-form input#shop {
    padding: 3px;
    width: 167px;
    height: 17px;
}
.top-login-form span {
    display: inline-block;
    margin: 5px 0 8px 0;
}
.top-login-form input.log_in {
    font-size: 12px;
    background: #f0f0f0;
    border: 1px solid #c9c9c9;
}
.free-test-button {
    display: inline-block;
    margin-top: 19px;
    padding: 8px 25px 8px 20px;
    font-family: Times;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    background: url("../img/free_test_button_bg.png") no-repeat;
}
.free-test-button:hover {
    color: #000000;
}

.info-connect-box {
    padding: 15px 0;
    font-family: Times;
    background: url("../img/grey_bg.png") repeat;
}
.info-connect-box h2 {
    float: left;
    margin: 0;
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
}
.info-connect-box h2 span {
    color: #7bac35;
}
.connect-button {
    float: right;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 54px 10px 53px;
    font-family: Times;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    background: url("../img/connect_button_bg.png") no-repeat;
}
.connect-button:hover {
    color: #000000;
}

/* ==========================================================================
   Home Page Styles
   ========================================================================== */
.page-home {
    padding-top: 65px;
    background: url("../img/home_page_content_bg.png") no-repeat;
    background-position: top right;
}

.options-item {
    margin-bottom: 87px;
    width: 60%;
}
.options-item h3 {
    margin: 0 0 15px 0;
    font-family: Times;
    font-size: 24px;
    color: #4d5259;
}
.options-item p {
    margin: 0 0 7px 0;
    font-size: 15px;
    color: #4d5259;
}
.options-item span {
    display: inline-block;
    width: 518px;
    padding: 10px 0;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background: url("../img/options_item_span_bg.png") no-repeat;;
}

.your-bussiness-box h2 {
    margin: 0 0 43px 0;
    padding: 35px 0 25px 310px;
    font-family: Times;
    font-size: 32px;
    line-height: 38px;
    color: #4d5259;
    background: url("../img/your_bussiness_icon.png") no-repeat;
    background-position: left middle;
}
.your-bussiness-box h2 span {
    color: #7bac35;
}

.free-test-big-button {
    display: block;
    width: 827px;
    margin: 0 auto 5px auto;
    padding: 13px 0;
    font-family: Times;
    font-size: 30px;
    color: #ffffff;
    text-decoration: underline;
    text-align: center;
    background: url("../img/free_test_button_big_bg.png") no-repeat;
}

.test-options-box {
    margin-bottom: 30px;
    background: url("../img/options_test_bg.png") repeat-x;
}
.test-options {
    padding-left: 30px;
    float: left;
    font-family: Times;
    font-size: 21px;
    color: #4d5259;
    text-decoration: underline;
}
.test-options ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.test-options ul li {
    padding-left: 28px;
    background: url("../img/green_list_bubble.png") 0 50% no-repeat;
}
.test-options-box img {
    float: right;
}

.test-box {
    margin-bottom: 38px;
    background: url("../img/mouse_image.png") no-repeat;
    background-position: left bottom;
}

.try {
    float: left;
}
.try p {
    margin: 0;
    font-family: Times;
    font-size: 24px;
    font-weight: bold;
    color: #4D5259;
}
.test_sms {
    float: right;
    padding: 49px 0 35px 104px;
    width: 456px;
    height: 204px;
    font-family: Times;
    color: #ffffff;
    background: url("../img/phone.png") no-repeat;
}
.test_sms p.number {
    margin: 0 0 45px 0;
    font-size: 34px;
    line-height: 38px;
    font-weight: bold;
}
.test_sms input {
    margin: 0 3px;
    height: 35px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.test_sms input.first {
    width: 56px;
    padding: 0 4px;
    background: url("../img/test_input_bg.png") repeat-x;
}
.test_sms input.second {
    width: 56px;
    padding: 0 4px;
    background: url("../img/test_input_bg.png") repeat-x;
}
.test_sms input.third {
    width: 75px;
    padding: 0 4px;
    background: url("../img/test_input_bg.png") repeat-x;
}
.test_sms input.button {
    margin-left: 92px;
    margin-bottom: 40px;
    width: 202px;
    height: 39px;
    font-family: Times;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background: url("../img/test_submit_button_bg.png") no-repeat;
    border: none;
}
.test_sms p.ts-res {
    margin: 0;
    font-family: Times;
    font-size: 19px;
    font-style: italic;
}
.test_sms p.ts-res span {
    color: #7bac35;
}

.connect-system {
    margin: 0 auto 35px auto;
    display: block;
    padding: 12px 0;
    width: 427px;
    height: 45px;
    font-family: Times;
    font-size: 29px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background: url("../img/connect_system_button_bg.png") no-repeat;
}
.connect-system:hover {
    color: #000000;
}

/* ==========================================================================
   Contact Us Page Styles
   ========================================================================== */
.page-contact-us {
    padding-top: 50px;
    padding-bottom: 82px;
    text-align: center;
}
.page-contact-us h4 {
    margin: 0;
    font-family: Times;
    font-size: 20px;
    font-weight: bold;
    color: #4D5259;
}
.page-contact-us p {
    font-family: Times;
    font-size: 18px;
    font-style: italic;
    color: #4D5259;
}
.page-contact-us p a {
    font-style: normal;
    color: #7BAC35;
}

/* ==========================================================================
   Letter Page Styles
   ========================================================================== */
.page-letter {
    margin: 0 auto;
    padding: 0 94px 0 94px;
    width: 512px;
    height: 724px;
    font-family: Times;
    font-size: 18px;
    font-style: italic;
    color: #4D5259;
    background: url("../img/letter_to_clients.png") no-repeat;
}
.page-letter h4 {
    margin: 0;
    padding-top: 35px;
    padding-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.page-letter p {
    margin: 0;
    margin-bottom: 30px;
    line-height: 20px;
    text-align: justify;
}
.page-letter p span {
    color: #7BAC35;
    text-decoration: underline;
}

/* ==========================================================================
   Instalation Page Styles
   ========================================================================== */
.page-installation {
    padding-top: 35px;
    font-family: Times;
    font-size: 18px;
    color: #4D5259;
}
.page-installation ol li {
    margin-bottom: 18px;
}
.page-installation img {
    margin: 25px 0;
}

/* ==========================================================================
   Rates Page Styles
   ========================================================================== */
.pay-button {
    float: right;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 74px 10px 73px;
    font-family: Times;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    background: url("../img/connect_button_bg.png") no-repeat;
}

.rate-item {
    padding-top: 35px;
    padding-bottom: 70px;
    font-family: Times;
    font-size: 18px;
    color: #4D5259;
}
.rate-options {
    float: left;
}
.rate-options ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.rate-price {
    float: right;
    width: 252px;
    text-align: center;
}
.rate-price2 {
    float: right;
}
.rate-price p,.rate-price2 p {
    margin: 0;
}
.rate-price p.rp-1 {
    font-size: 20px;
    font-weight: bold;
}
.rate-price2 p.rp-1
{
font-size: 15px;
}
.rate-price p.rp-1 span,.rate-price2 p.rp-1 span {
    color: #7BAC35;
}
.rate-price span.rp-br,.rate-price2 span.rp-br  {
    font-size: 35px;
    font-weight: bold;
    color: #BC324E;
}
.rate-price span.rp-bgt {
    font-size: 35px;
    font-weight: bold;
    color: #7BAC35;
    text-decoration: line-through;
}

.how-to-pay {
    padding-top: 112px;
    padding-bottom: 35px;
    height: 215px;
    font-family: Times;
    font-size: 15px;
    color: #4D5259;
}
.how-to-pay2 {
    font-size: 15px;
    color: #4D5259;
}
.how-to-pay h2 {
    margin: 0;
    padding: 0;
    font-size: 32px;
    text-transform: uppercase;
    background: url("../img/pay_cards_icons.png") no-repeat;
    background-position: 70%;
}
.how-to-pay p {
    margin: 0;
}
span.hilite {
    background:#FAFAD2;
}

/* ==========================================================================
   Footer Styles
   ========================================================================== */
.footer {
    padding: 25px 0;
    font-family: Times;
    font-size: 16px;
    font-style: italic;
    color: #ffffff;
    background: url("../img/grey_bg.png") repeat;
}
.footer a {
    color: #ffffff;
}
.f-left {
    float: left;
}
.f-left ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.fl-c2 {
    margin-left: 110px !important;
}
.f-right {
    float: right;
    text-align: right;
}
.f-right p {
    margin: 0;
}
.f-right p.fr-ls {
    margin-bottom: 68px !important;
}

/* ==========================================================================
   Promo Styles
   ========================================================================== */
.popap-promo {
    display: none;
    padding: 2em 0;
    background: url("../img/body_bg.png") repeat;
}
.popap-promo h2 {
    margin: 0 50px 1em 50px;
    padding: 0;
    font-family: Arial;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
}
.popap-promo h1 {
    margin: 0 50px 0 50px;
    padding: 0;
    font-family: Arial;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}
.popap-promo h1 span {
    color: #b82e46;
}
.popap-promo p {
    margin-top: 0;
}
.popap-promo p span {
    font-size: 18px;
    color: #b82e46;    
}
.popap-button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 57px 10px 55px;
    font-family: Times;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    background: url("../img/connect_button_bg.png") no-repeat;
}
.popap-button:hover {
    color: #000000;
}

.pp-google {
    padding-top: 2em;
    padding-left: 50px;
    background: url("../img/promo_google.png") no-repeat;
    background-position: right;
}
.pp-vkontakte {
    padding-top: 2em;
    padding-left: 50px;
    background: url("../img/promo_vkontakte.png") no-repeat;
    background-position: right;
}
.pp-yandex {
    padding-top: 2em;
    padding-left: 50px;
    background: url("../img/promo_yandex.png") no-repeat;
    background-position: right;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.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;
}