* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font: 14px/21px 'Ubuntu', Arial, Tahoma, Verdana, sans-serif;
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    position: relative;
    color: #373c42;
    background: #f7f7f8 url('../images/bg_body.jpg') 0 0 repeat-x;
}

a {
    color: #206201;
    outline: none;
    /*text-decoration: none;*/
}

a:hover {
    color: #000;
}

p {
    margin: 0 0 10px 0;
    line-height: 18px;
}

img {
    border: none;
}

input {
    vertical-align: middle;
    outline: none;
}

ul {
    list-style: none;
}

button {
    background: none;
    border: none;
    cursor: pointer;
    overflow: visible;
}

h1 {
    font: 21px/24px 'Ubuntu', Arial, Tahoma, Verdana, sans-serif;
    color: #000;
}

h2 {
    font: 18px/22px 'Ubuntu', Arial, Tahoma, Verdana, sans-serif;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
}

h3 {
    font: 16px/19px 'Ubuntu', Arial, Tahoma, Verdana, sans-serif;
    color: #000;
    margin-bottom: 8px;
    font-weight: bold;
}

h4 {
    font: 13px/16px 'Ubuntu', Arial, Tahoma, Verdana, sans-serif;
    color: #000;
    margin-bottom: 8px;
    font-weight: bold;
}
ol {
    padding-left: 20px;
}
.fl_l {float:left !important;}
.fl_r {float:right !important;}
.relative {position:relative;}
.clear {clear: both !important; float: none !important;}
.g_black {color: #000 !important;}

#wrapper {
    width: 100%;
    min-width: 965px;
    margin-top: 36px;
}

#header {
    position: relative;
    z-index: 21;
    padding-bottom: 14px;
    background: rgba(255,255,255, 0.4);
    border-bottom: 1px solid #bfbfbf;
}

#middle {
    padding: 15px 0;
}

#container,
.b_internal {
    width: 965px;
    margin: 0 auto;
}

#logo {
   float: left;
   padding: 14px 0 0 1px;
}

.enter_reg {
    float: right;
    padding-top: 18px;
}

.registration {
    background: url('../images/1.png') 0 0 no-repeat;
    float: left;
    height: 18px;
    padding-left: 24px;
    font-family: 'Ubuntu Condensed';
    font-size: 13px;
    line-height: 15px;
    color: #323232;
    text-transform: uppercase;
    margin: 6px 0 0 13px;
}

.b_contakt {
    color: #474747;
    float: left;
    font-size: 11px;
    line-height: 13px;
    padding: 10px 25px 0 0;
}

.b_contakt p {
    margin-bottom: 0;
}

.b_contakt p.numb {
    font-size: 19px;
    line-height: 19px;
    word-spacing: -2px;
}

.b_contakt p.numb a {
    color: #474747;
    text-decoration: none;
}

.b_contakt p.numb a:hover {
    color: #1d1d1d
}

.social_groups a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 7px;
    padding-right: 5px;
}

.social_vk {
    background: url("../images/vk.png") no-repeat;
}

.social_vk:hover {
    background: url("../images/vk_active.png") no-repeat;
}

.social_facebook {
    background: url("../images/facebook.png") no-repeat;
}

.social_facebook:hover {
    background: url("../images/facebook_active.png") no-repeat;
}

.social_twitter {
    background: url("../images/twitter.png") no-repeat;
}

.social_twitter:hover {
    background: url("../images/twitter_active.png") no-repeat;
}

.menu_ext {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #464646;
}

.main_menu {
    font-family: 'Ubuntu Condensed';
    font-size: 13px;
    line-height: 36px;
    color: #fff;
    behavior: url("/static/website/css/PIE.htc");
}

.main_menu td {
    width: 165px;
    background: url('../images/separator.png') right 0 no-repeat;
    padding: 0 2px 0 0;

    text-align: center;
    vertical-align: top;
}

.main_menu td a {
    display: block;
    height: 36px;
    color: #a0a0a0;
    text-transform: uppercase;
    text-decoration: none;
    behavior: url("/static/website/css/PIE.htc");
}

.main_menu td a:hover {
    background: url('../images/main_menu.png') 0 -49px repeat-x;
}

.main_menu td.active a {
    background: url('../images/main_menu.png') 0 -97px repeat-x;
}

.main_menu td ul.sub_menu {
    background: #62666e url('../images/bg_sub_list.png') 0 0 repeat-x;
    min-width: 200px;
    behavior: url("/static/website/css/PIE.htc");
    position: absolute;
    display: none;
    font-family: 'Ubuntu';
    font-size: 12px;
    line-height: 32px;
    color: #b7b8ba;
    text-align: left;
    word-spacing: -1px;
    padding: 18px 0;
    z-index: 110;
}

.main_menu td ul.sub_menu li {
    background: none;
    padding: 0 35px 0 35px;
    overflow: hidden;
    text-align: left;
    height: 40px;
    z-index: 10;
}

.main_menu td ul.sub_menu li:hover{
    background: #4c5056;
    margin-top: -3px;
    height: 43px;
    z-index: 20;
}

.main_menu td ul.sub_menu li img{
    float: left;
    margin: 8px 0 0 -31px;
}

.main_menu td ul.sub_menu li:hover img{
    margin-top: 11px;
}

.main_menu td ul.sub_menu li a{
    background: url('../images/dark_line.png') 0 bottom repeat-x;
    height: 41px;
    text-transform: none;
    color: #b7b8ba;
}

.main_menu td ul.sub_menu li:hover a{
    background :none;
    line-height: 38px;
    color: #fff;
}

.main_menu td ul.sub_menu li a span.g_wite{
    font-family: 'Ubuntu Condensed';
}

.b_enter {
    float: left;
    position: relative;
}

.b_enter .enter {
    float: left;
    position: relative;
    padding: 5px 8px 4px 6px;
    behavior: url("/static/website/css/PIE.htc");
}

.active .enter {
    background: rgba(255, 255, 255, 0.5);
}

.b_enter .enter a {
    background: url('../images/2.png') 0 1px no-repeat;
    float: left;
    height: 19px;
    padding-left: 24px;
    font-family: 'Ubuntu Condensed';
    font-size: 13px;
    line-height: 16px;
    color: #323232;
    text-transform: uppercase;
}

.active .enter a.shops {
    padding-right: 3px;
}

.b_enter .enter_body {
    background: #fff;
    float: left;
    width: 164px;
    behavior: url("/static/website/css/PIE.htc");
    position: absolute;
    top: 28px;
    left: 0;
    padding: 7px;
    display: none;
    font-family: 'Ubuntu';
    font-size: 12px;
    line-height: 16px;
    color: #9f9f9f;
    z-index: 20;
}

.active .enter_body {
    display: block;
}

.active .enter_body .shop_list,
.active .enter_body .shop_list a {
    color: #808081;
}

.b_enter .enter_body input.small {
    background: #efefef;
    margin-bottom: 8px;
}

.b_enter .enter_body input.small,
.b_enter .enter_body input[type="password"].small,
.b_enter .enter_body input[type="submit"] {
    margin-bottom: 8px;
}

.b_enter .enter_body .login_error {
    float: left;
    color: #808081;
    font-size: 9px;
    margin-bottom: 10px;
    line-height: 10px;
}

.b_enter .enter_body .forgot_password {
    margin-bottom: 5px;
}

.b_enter .enter_body .forgot_password a {
    font-size: 10px;
    color: #808081;
}

input.small {
    background: url('../images/input_small.png') 0 0 repeat-x;
    float: left;
    width: 154px;
    border: 1px solid #bfbfbf;
    behavior: url("/static/website/css/PIE.htc");
    position: relative;
    height: 15px;
    font-family: 'Ubuntu';
    font-size: 11px;
    line-height: 15px;
    color: #acacac;
    padding: 4px;
}

input.small_focus,
textarea.small_focus {
    background-position: 0 -26px;
    font-size: 13px;
    color: #2c2c2c;
    font-style: normal;
    -webkit-box-shadow: #2dad00 0 0 0 1px;
       -moz-box-shadow: #2dad00 0 0 0 1px;
            box-shadow: #2dad00 0 0 0 1px;
}

textarea.small {
    background: #fff;
    float: left;
    resize: none;
    border: 1px solid #bfbfbf;
    behavior: url("/static/website/css/PIE.htc");
    position: relative;
    font-family: 'Ubuntu';
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
    padding: 4px 4px 7px 4px;
}

.b_enter .enter_body .button_line p {
    display: block;
    overflow: hidden;
    clear: both;
    height: 23px;
    margin-bottom: 0;
}

.b_enter .enter_body .button_line a,
.b_enter .enter_body .button_line span {
    float:left;
    padding:0 0 0 22px;
}

.b_enter  .enter_body .button_line a {
    color: #fff;
}

a.button_enter,
button.button_enter,
input.button_enter {
    background: #808081;
    display: block;
    width: 100%;
    height: 30px;
    border: 1px solid #5d5d5d;
    behavior: url("/static/website/css/PIE.htc");
    font-family: 'Ubuntu';
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    text-decoration: none;
    cursor: pointer;
}

a.button_enter {
    height: 19px;
    padding: 0;
}

a.button_search,
button.button_search,
input.button_search,
input.register_button,
input.create_button {
    background: url('../images/button_search.png') 0 0 repeat-x;
    float: left;
    height: 29px;
    border: 1px solid #dedede;
    border-bottom: 1px solid #fff;
    behavior: url("/static/website/css/PIE.htc");
    position: relative;
    padding: 0 0 6px;
    font-family: 'Ubuntu';
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    cursor: pointer;
    width: 84px;
    text-align: center;
}

a.button_search {
    height:27px;
    width:82px;
    padding:0;
}

form.create_shop input.register_button {
    margin: 0 0 0 0;
    width: 150px;
}

input.register_button {
    width: 150px;
    margin-right: 10px
}

input.partner_register_button {
    width: 280px;
    margin-right: 10px
}

a.button_search:hover,
button.button_search:hover,
input.button_search:hover,
input.register_button:hover {
    background-position: 0 -27px;
}

a.button_search:active,
button.button_search:active,
input.button_search:active,
input.register_button:active {
    background-position: 0 -54px;
    color: #b8c9b5;
}

.b_create {
    background: url("../images/register_panel.png");
    padding: 19px;
    margin-bottom: 50px;
}
h1.after_form {
    font: 16px/21px 'Ubuntu', Arial, Tahoma, Verdana, sans-serif;
    text-align: center;
    color: #373c42;
    margin-bottom: 50px;
}

input.big {
    background: url('../images/input_big.png') 0 0 repeat-x;
    float: left;
    width: 190px;
    border: 1px solid #a9a9a9;
    behavior: url("/static/website/css/PIE.htc");
    position: relative;
    height: 19px;
    font-family: 'Ubuntu';
    font-size: 14px;
    line-height: 19px;
    color: #636363;;
    padding: 10px 13px 13px 12px;
}

input.big_focus {
    background: #fff;
    font-size: 15px;
    color: #2c2c2c;
    font-style: normal;
    border: 1px solid #58bc2d;
}

.b_create input.big {
    margin-right: 24px;
}

a.button_create,
button.button_create,
input.button_create,
a.button_create_2,
button.button_create_2,
input.button_create_2 {
    background:url('../images/button_create.png') 0 0 repeat-x;
    display:inline-block
    display:-moz-inline-stack;
    display:inline-block;
    _overflow:hidden;
    *zoom:1;
    *display:inline;
    vertical-align:top;
    height:44px;
    border:1px solid #1b8903;
    behavior:url("/static/website/css/PIE.htc");
    position:relative;
    padding: 0 0 6px;
    font-family:'Ubuntu';
    font-size:19px;
    line-height:39px;
    color:#fff;
    font-weight:normal;
    text-decoration:none;
    cursor:pointer;
    width: 200px;
    text-align:center;
}

a.button_create_2, button.button_create_2, input.button_create_2 {
    -webkit-box-shadow: 0 3px 5px #6B6969;
    -moz-box-shadow: 0 3px 5px #6B6969;
    box-shadow: 0 3px 5px #6B6969;
}

a.button_create, a.button_create_2 {
    height:42px;
    width:219px;
    padding:0;
}

a.button_create:hover, button.button_create:hover, input.button_create:hover, a.button_create_2:hover, button.button_create_2:hover, input.button_create_2:hover {
    background-position:0 -42px;
}

a.button_create:active, button.button_create:active, input.button_create:active, a.button_create_2:active, button.button_create_2:active, input.button_create_2:active {
    background-position:0 -84px;
}

.block_tarif {
    background:#bcbcbc;
    display:block;
    overflow:hidden;
    clear:both;
}

.tarif {
    float:right;
    width:152px;
    height:249px;
}

a.update,
button.update,
input.update {
    display:inline-block
    display:-moz-inline-stack;
    display:inline-block;
    _overflow:hidden;
    *zoom:1;
    *display:inline;
    vertical-align:top;
    height:20px;
    border:none;
    behavior:url("/static/website/css/PIE.htc");
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
    position:relative;
    padding: 0 5px 0px 5px;
    font-family:'Arial';
    font-size:14px;
    line-height:20px;
    color:#fff;
    font-weight:normal;
    font-style:italic;
    text-decoration:none;
    cursor:pointer;
    text-align:center;
    margin-right:3px;
}

button.update, input.update {
    padding: 0 5px 0 5px;
}

a.u_blue, button.u_blue, input.u_blue {
    background:url('../images/blue.png') 0 0px repeat-x;
    text-shadow:0 -1px 0 #0f8da0;
}

a.u_green, button.u_green, input.u_green {
    background:url('../images/green.png') 0 0px repeat-x;
    text-shadow:0 -1px 0 #039625;
}

a.u_red, button.u_red, input.u_red {
    background:url('../images/red.png') 0 0px repeat-x;
    text-shadow:0 -1px 0 #bf4815;
}


a.u_blue:hover,
button.u_blue:hover,
input.u_blue:hover,
a.u_green:hover,
button.u_green:hover,
input.u_green:hover,
a.u_red:hover,
button.u_red:hover,
input.u_red:hover {
    background-position: 0 -20px;
}

a.u_blue:active,
button.u_blue:active,
input.u_blue:active,
a.u_green:active,
button.u_green:active,
input.u_green:active,
a.u_red:active,
button.u_red:active,
input.u_red:active {
    background-position: 0 -40px;
}

.b_input_error {
    float:left;
    width:100%;
    font-style:italic;
    font-size:12px;
    line-height:14px;
    color:#d90029;
}

input.error, input.error:focus {
    background:#fdeaea;
    border:1px solid #d90029;
    font-style:normal;
    font-size:13px;
    color:#d90029;
    padding: 6px 4px 7px 4px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}

.b_input_error input{
    clear:both;
    margin-bottom:10px;
}

.b_input_error input.error{
    margin-bottom:3px;
}

.b_input_error p{
    margin-bottom:0px;
    clear:both;
}


/* Blog
-----------------------------------------------------------------------------*/
.blog {
    display: block;
    overflow: hidden;
    clear: both;
    margin-bottom: 40px;
}

.big_title {
    display:block;
    overflow:hidden;
    clear:both;
    font-size:26px;
    line-height:40px;
    font-weight:300;
    margin-bottom:5px;
}

.big_title a.g_black {
    float:left;
    letter-spacing:-1px;
    margin-right:11px;
}

.big_title a.update {
    margin: 12px 0 0 0;
}

.big_title a.u_green {
    margin-left: 7px;
}

.blog p{
    padding-left: 2px;
    word-spacing: 2px;
}

.blog p.name{
    font-family:Arial;
    font-size:12px;
    color:#535353;
    margin-bottom:0px;
}

a.user {
    background:url('../images/icon_6.png') 0 6px no-repeat;
    float:left;
    padding-left:12px;
    font-weight:bold;
    color:#767676;
    margin-right:20px;
    text-decoration:none;
}

a.user:hover {
    text-decoration:underline;
}

.navigation {
    display:block;
    overflow:hidden;
    clear:both;
    font-family:Arial;
    font-size:14px;
    line-height:16px;
}

.navigation a{
    color:#0068c1;
    text-decoration:none;
}

.navigation a span{
    text-decoration:underline;
}

.navigation a:hover span{
    text-decoration:none;
}

.navigation a span.arrow{
    text-decoration:none;
}

/* Text
-----------------------------------------------------------------------------*/
.b_text {
    display:block;
    overflow:hidden;
    clear:both;
    padding: 2px 0 41px 1px;
}

.b_text h1{
    margin-bottom:10px;
}

.b_text h2{
    margin-bottom:12px;
}

.b_text h3{
    margin-bottom:12px;
}

.b_text p{
    margin-bottom:0px;
}

.b_text .b_image{
    float:left;
    width:322px;
    height:484px;
    margin: 9px 15px 0 1px;
}

/* features
-----------------------------------------------------------------------------*/
.b_content {
    display:block;
    min-height: 344px;
    overflow:hidden;
    clear:both;
    padding: 0 0 79px 297px;
    position:relative;
    z-index:1;
}

.b_features {
    float:left;
    width:100%;
    position:relative;
    z-index:2;
}

.name_fs {
    background:url('../images/light_line.png') 0px bottom repeat-x;
    display:block;
    overflow:hidden;
    clear:both;
    padding: 50px 0 20px 46px;
    font-size: 26px;
    line-height:48px;
    color:#000;
    font-weight:300;
    word-spacing: 2px;
    letter-spacing:-1px;
    margin-bottom:21px;
}

.number {
    background: url("../images/number.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    float: left;
    font-size: 21px;
    font-style: normal;
    font-weight: bold;
    height: 38px;
    line-height: 36px;
    margin: 6px 0 0 -46px;
    padding-right: 2px;
    text-align: center;
    width: 34px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.side_left {
    float:left;
    width:100%;
    position:fixed;
    top:0px;
    left:0px;
}

.side_left .internal{
    width:965px;
    margin:0 auto;
    position:relative;
}

.left_menu {
    float:left;
    width:244px;
    font-size:15px;
    line-height:31px;
    color:#515151;
    font-weight:300;
    position:absolute;
    top:239px;
    left:0px;
}

.left_menu li{
    background:url('../images/light_line.png') 0px bottom repeat-x;
    float:left;
    width:100%;
    position:relative;
    padding-bottom:2px;
}

.left_menu li:hover, .left_menu li.active{
    background-color:#e9e9e9;
}

.left_menu li a{
    background:url('../images/icon.png') 4px 9px no-repeat;
    display:block;
    overflow:hidden;
    clear:both;
    height:41px;
    color:#515151;
    text-decoration:none;
    padding:0 0 0 29px;
    margin-left:1px;
}

.left_menu li:hover a, .left_menu li.active a{
    margin-left:0px;
    border-left:1px solid #dddddd;
}

.left_menu li a.icon_1{
    background-position:4px 9px;
}

.left_menu li a.icon_2{
    background-position:4px -34px;
}

.left_menu li a.icon_3{
    background-position:4px -77px;
}

.left_menu li a.icon_4{
    background-position:4px -120px;
}

.left_menu li a.icon_5{
    background-position:4px -161px;
}

.left_menu li span.tick{
    background:url('../images/tick_left.png') 0px center no-repeat;
    float:left;
    width:7px;
    height:100%;
    position:absolute;
    top:0;
    right:-7px;
    display:none;
}

.left_menu li:hover span.tick,
.left_menu li.active span.tick {
    display:block;
}

.buffer {
    height: 325px;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    line-height: 17px;
    font-family: 'Arial';
    color: #9a9a9b;
    border-top: 1px solid #cfcfcf;
    background: url("../images/footer_bg.jpg");
}

#footer p.title {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 300;
    color: #4e4e4e;
    font-family: 'Ubuntu';
}

#footer p {
    font-size: 12px;
    color: #d6d8d7;
    line-height: 16px;
}

.column_title {
    font-size: 12px;
    margin-bottom: 5px;
}

.footer_search,
.footer_social {
    margin-bottom: 20px;
}

.footer_search input[type=text] {
    float: left;
    padding: 5px;
    border: 1px solid #2d2f2e;
    border-right: none;
    background: #e1e2e6;
    height: 21px;
    width: 253px;
}

.footer_search input[type=text]:focus {
    background: #fff;
}

.footer_search input[type=submit] {
    float: left;
    border: 1px solid #2d2f2e;
    background: url("../images/search_icons.jpg") no-repeat;
    width: 33px;
    height: 33px;
    border-left: none
}

.footer_search input[type=submit]:hover {
    cursor: pointer;
    background-position: -34px 0;
}

.footer_search input[type=submit]:active {
    background-position: -67px 0;
}

.footer_social a {
    display: inline-block;
    padding-top: 36px;
    padding-left: 36px;
    background: url("../images/footer_social.png") no-repeat;
}

.footer_social a.footer_social_facebook {
    background-position: 0 0;
}

.footer_social a.footer_social_facebook:hover {
    background-position: 0 -37px;
}

.footer_social a.footer_social_vk {
    background-position: -37px 0;
}

.footer_social a.footer_social_vk:hover {
    background-position: -37px -37px;
}

.footer_social a.footer_social_twitter {
    background-position: -73px 0;
}

.footer_social a.footer_social_twitter:hover {
    background-position: -73px -37px;
}

.footer_payment a {
    display: inline-block;
    padding-top: 27px;
    padding-left: 42px;
    background: url("../images/footer_payment.png") no-repeat;
}

.footer_payment a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -khtml-opacity: 0.8;
      -moz-opacity: 0.8;
           opacity: 0.8;
}

.footer_payment a.mastercard {
    background-position: 0 0;
}

.footer_payment a.visa {
    background-position: -43px 0;
}

.footer_payment a.webmoney {
    background-position: -87px 0;
}

.footer_payment a.yandex {
    background-position: -131px 0;
}

.footer_payment a.qiwi {
    background-position: -176px 0;
}

.footer_address {
    padding-left: 50px;
    background: url("../images/footer_address.png") 0 5px no-repeat;
    margin-bottom: 50px;
}

#footer .footer_address p {
    color: inherit;
}

.footer_address .column_title {
    padding-left: 1px;
}

.footer_address .footer_map,
.footer_contacts .footer_phone {
    margin: 10px 0;
}

.footer_address .footer_map a,
.footer_contacts .footer_phone {
    color: #d6d5db;
    font-size: 25px;
    text-transform: uppercase;
}

.footer_contacts {
    padding-left: 50px;
    background: url("../images/footer_contacts.png") 2px 5px no-repeat;
}

.footer_contacts a {
    color: #9a9a9b;
}

form.register {
    width: 650px;
}

form.create_shop {
    float: left;
    margin-top: 40px;
}

span.domain_postfix {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 0 3px;
}

#id_domain {
    width: 400px
}

ul.form_list {
    display: block;
    overflow: hidden;
    clear: both;
    margin-bottom: 21px;
    padding-right: 2px;
}

ul.form_list li {
    float: left;
    margin-bottom: 6px;
    clear: both;
}

ul.form_list li.checkbox .form_field {
    margin-left: 127px;
    margin-top: 1px;
}

form.create_shop ul.form_list li.checkbox .form_field {
    margin-left: 55px;
    margin-right: 5px;
}

ul.form_list li.checkbox .form_label {
    width: 230px;
}

ul.form_list li .form_label {
    float: left;
    width: 118px;
    font-size: 13px;
    line-height: 15px;
    color: #464646;
    text-align: right;
    margin-right: 11px;
    padding-top: 5px;
}

form.create_shop ul.form_list li .form_label {
    text-align: left;
    width: auto;
}

.form, ul.form_list li .form_field {
    margin-top: 2px;
    float: left;
}

.form, ul.form_list li input:not([type="checkbox"]), .form, ul.form_list li textarea {
    width: 500px;
}

ul.form_list li .form_help_text {
    display: block;
    clear: both;
    font-size: 11px;
    line-height: 13px;
    color: #A6A6A6;
    padding: 8px 0 0 128px;
}

form.create_shop ul.form_list li .form_help_text,
form.create_shop ul.form_list li .form_error {
    padding: 8px 0 0 55px;
}

ul.form_list li .form_error {
    overflow: hidden;
    clear: both;
    padding-left: 127px;
    padding-top: 7px;
    padding-bottom: 5px;
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
    color: #D90029;
}

div.poll_detail ul.errorlist li {
    padding-top: 7px;
    padding-bottom: 5px;
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
    color: #D90029;
}

div.poll_detail p {
    margin-bottom: 0px;
    margin-top: 16px;
}

div.poll_detail p label{
    font-weight: bold;
}

.jcarousel {
    width: 910px;
    height: 536px;
    position: relative;
    overflow: hidden;
}

input.search {
    width: 500px;
    margin-right: 10px;
}

.search_results {
    margin-top: 50px;
}

.search_item {
    margin: 0 0 10px 0;
}

.search_item a {
    font-size: 16px;
}

.enter_body ul {
    color: #FFFFFF;
    margin: 0 0 5px 0;
}

.enter_body ul li {
    list-style: none;
}

.enter_body ul li a{
    color: #FFFFFF;
}

.login_message {
    margin: 10px 0 0 0;
}

.add_shop {
    margin: 5px 0 0 0;
}

.tariff_choice {
    width: 210px;
    float: left;
    cursor: pointer;
}

.tariff_choice li {
    width: 200px;
    padding: 2px 5px;
    margin: 0 0 0 0 !important;
}

.tariff_choice li.tariff_head {
    background-color: #fff;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0 0 2px 1px;
       -moz-box-shadow: rgba(0,0,0,0.5) 0 0 2px 1px;
            box-shadow: rgba(0,0,0,0.5) 0 0 2px 1px;
}

.tariff_choice li.tariff_head:hover,
.tariff_choice li.tariff_head.active {
    background-color: #BFBFBF
}

.tariff_choice li.tariff_head a {
    background: url("../images/tariff_arrow.png") 0 0 no-repeat;
    float: right;
    height: 15px;
    display: inline-block;
    width: 15px;
    margin-top: 4px;
    margin-right: 3px;
}

.tariff_choice .tariff_choice_list {
    position: absolute;
    margin-top: 25px;
    z-index: 10;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0 0 2px 1px;
       -moz-box-shadow: rgba(0,0,0,0.5) 0 0 2px 1px;
            box-shadow: rgba(0,0,0,0.5) 0 0 2px 1px;
}

.tariff_choice .tariff_choice_list li{
    position: relative;
}

.tariff_choice .tariff_choice_list li:hover {
    -webkit-box-shadow: rgba(0,0,0,0.5) 0 0 2px 1px;
       -moz-box-shadow: rgba(0,0,0,0.5) 0 0 2px 1px;
            box-shadow: rgba(0,0,0,0.5) 0 0 2px 1px;
    z-index:10;
}

.tariff_type_blank {
   color: gray;
   background-color: #fff;
}

.tariff_type1 {
   background-color: #85C900;
   color: white;
}

.tariff_type2 {
   background-color: #73c000;
   color: white;
}

.tariff_type3 {
   background-color: #4fa200;
   color: white;
}

.tariff_type4 {
   background-color: #378600;
   color: white;
}

.register_tariff_prices {
    float: left;
    margin: 0 0 0 10px;
    font-size: 35px;
    color: #227030;
}

.register_tariff_prices span {
    font-size: 15px;
}

.portfolio_list {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.portfolio_item {
    float: left;
}

.portfolio_image {
    background: url(../images/monitor.png) no-repeat;
    height: 234px;
}

.portfolio_image img {
    margin: 13px 13px 13px 13px;
}

.portfolio_item.first {
    margin-right: 92px;
}

.portfolio_item.last {
    margin-left: 92px;
}

.portfolio_info {
    width: 260px;
}

.portfolio_title {
    font-size: 15px;
    font-weight: bold;
}

.portfolio_link {
    font-size: 12px;
}

.portfolio_description {
    border-top: 1px solid #CFCFCF;
    margin-top: 5px;
    font-size: 12px;
    line-height: 15px;
    padding-top: 4px;
}

.breadcrumbs {
    list-style: none;
    font-size: 11px;
}

.breadcrumbs li {
    float: left;
    margin-right: 3px;
}

.breadcrumbs li a {
    color: grey;
}

h1.title {
    margin: 5px 0 23px 0;
    font-size: 27px;
}
    
.ls-layer > div, .ls-layer > img {
    width: 964px;
    height: 548px;
}

.slider_text_block {
    position: absolute;
    right: 6px;
    width: 410px;
    top: 80px;
}

.slider_title {
    font-size: 40px;
    line-height: 0.85;
    margin-bottom: 22px;
}

.slider_description {
    line-height: 1.3;
    font-size: 12px;
}

/* Contacts
-----------------------------------------------------------------------------*/
.contacts_column {
    float: left;
    width: 50%;
    margin: 0 0 20px 0;
}

.contacts_row {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.contacts_title {
    margin: 0 0 10px 0;
}

.contacts_title_email {
    margin: 0 0 8px 0;
}

.contacts_phone {
    font-size: 37px;
    color: #227030;
    word-spacing: -4px;
}

.contacts_email {
    color: #227030;
    font-size: 34px;
}

.contacts_address {
    font-size: 16px;
    line-height: 1.1;
}

.contacts_requisites p {
    margin: 0 0 0 0;
}

#YMapsID {
    float: left;
    width: 964px;
    height: 450px;
}

/* Tariff list
----------------------------------------------------------------------*/

.tariff_list {
    background: #d9d8dc;
}

.bt_tarifs .bt_head span{
    /*background:url(../images/b_str.png) 0 0 no-repeat;*/
    display:inline-block;
    width:206px;
    padding:27px 14px 27px 0px;
    font-style:Italic;
    font-family: 'Ubuntu', sans-serif;
    font-size:22px;
    color:#000;
    letter-spacing:-1px;
        margin: 5px;
}

.bt_tarifs .b_bt_table{
    position:relative;
}

.bt_tarifs .b_bt_table table{
    border-collapse: separate;
    width: 100%;
    border:0px;
    z-index:1;
    position:relative;
}

.bt_tarifs .b_bt_table table td{
    color:#575757;
    font-size:13px;
    font-family:Arial;
    /*padding: 12px 13px;*/
    padding: 0px 13px;
    vertical-align:middle;
    height:58px;
    text-align:center;
    width: 170px;
}

.bt_tarifs .b_bt_table table td.active{
    background:url(../images/plans_pixel_a.png) 0 0 repeat;
}

.bt_tarifs .b_bt_table table tr td:first-child{
    width: 430px;
    text-align:left;
}

.bt_tarifs .b_bt_table  td .option{
    background:url(../images/sep_round.png) 0 0 no-repeat;
    display:inline-block;
    width:5px;
    height:5px;
}

.t_list_tarifs{
    position:absolute;
    list-style:none;
    z-index:5;
    top:-105px;
    right:0px;
    padding: 0px;
    margin: 0px
}

.t_list_tarifs ul {
    list-style:none;
    padding: 0px;
    margin: 0px;
}

.t_list_tarifs > li{
    float:left;
}

.t_list_tarifs > li{
    width:179px;
    padding-left:1px;
    z-index:1;
    position:relative;
    cursor: pointer;
}

.t_list_tarifs a{
    text-decoration: none;
}

.t_list_tarifs ul {
    background:url(../images/plans_b_corner.png) 0px 100% no-repeat;
    padding-bottom: 19px;
}

.t_list_tarifs ul li.t_title{
    width:181px;
    height:110px;
    background:transparent url(../images/t_plan.png) 0px 0 no-repeat;
    margin-bottom: -10px;
    z-index:5;
    position:relative;
    padding: 0px;
}

.t_list_tarifs ul li{
    background-color:#f5f5f5;
    padding: 16px 18px 2px;
    background-image: url(../images/t_plans_sep.png);
    background-position:50% 0px;
    background-repeat: no-repeat;
    text-align:center;
    height:40px;
}

.t_list_tarifs ul li.desc{
    padding:2px;
    background-image:none;
    font-style:italic;
    font-family:Arial;
    font-size:13px;
    color:#353535;
    height: 58px;
}

.t_list_tarifs ul li.desc p{
    background:#e7e7e7;
    padding: 13px 0px 2px;
    margin: 0px;
    height: 43px;
}

.t_list_tarifs .t_int,.t_list_tarifs .t_str{
    font-size:22px;
    font-family: 'Ubuntu', sans-serif;
    color:#656565;
    font-weight:500;
}

.t_list_tarifs .t_str{
    font-size:16px;
    font-weight:300;
}

.t_list_tarifs > li:first-child{
    padding-left:0px;
}

.t_list_tarifs li+li li.t_title{
    background:url(../images/t_plan.png) -191px 0px no-repeat;
}

.t_list_tarifs li+li+li li.t_title{
        background:url(../images/t_plan.png) -383px 0px no-repeat;
}

.t_list_tarifs li+li+li+li li.t_title{
    background:url(../images/t_plan.png) -575px -1px no-repeat;
}

.t_list_tarifs  .option{
    display:inline-block;
    width:24px;
    height:24px;
    background: url('../images/option.png') 0px 0px no-repeat;
}

.t_list_tarifs .option.nocheck{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: none;
}

.bt_tarifs .t_tarifs_function{
    display:none;
}

.bt_tarifs .t_tarifs_function table{
    border-collapse: separate;
    width:100%;
    border:0px;
    border-bottom:1px solid #bbb9bb;
}

.bt_tarifs .t_tarifs_function table td{
    color:#575757;
    font-size:14px;
    font-family:Arial;
    /*padding: 10px 13px;*/
    padding: 0px 13px;
    vertical-align:middle;
    height:54px;
    text-align:center;
}

.bt_tarifs .t_tarifs_function table tr td:first-child{
    width: 402px;
    text-align:left;
}

.bt_tarifs .t_tarifs_function .option{
    display:inline-block;
    width:24px;
    height:24px;
    background: url('../images/option.png') 0px 101% no-repeat;
}


.bt_tarifs .t_tarifs_sale table{
    border-collapse: separate;
    width:100%;
    border:none;
    border-spacing: 0px;
    padding:0;
}

*:first-child+html .bt_tarifs .t_tarifs_sale table{
    border-collapse: collapse;
}

.bt_tarifs .t_tarifs_sale table td{
    color:#2a2a2a;
    font-size:26px;
    padding: 0px 20px;
    vertical-align:middle;
    height:116px;
    text-align:center;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    border-bottom:1px solid #bfbfc2;
    border-right:none;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: -2px;
    width:140px;
}

.bt_tarifs .t_tarifs_sale table tr td:first-child{
    width: 400px;
    text-align:left;
    border-left:none;
    font-size:14px;
    letter-spacing: 0px;
}

.bt_tarifs .t_tarifs_sale table tr td{
    background:url(../images/bg_tr_fst.png) 0 0 repeat;
}

.bt_tarifs .t_tarifs_sale table tr td span.discount {
    font-size: 12px;
    word-spacing: 2px;
}

.bt_tarifs .t_tarifs_sale table tr  + tr  td{
    background:url(../images/bg_tr_scd.png) 0 0 repeat;
}

.bt_tarifs .t_tarifs_sale table tr  + tr  + tr  td{
    background:url(../images/bg_tr_thr.png) 0 0 repeat;
}


.bt_tarifs .t_tarifs_sale table tr td+td,.bt_tarifs .t_tarifs_sale table tr+tr td+td,
.bt_tarifs .t_tarifs_sale table tr+tr+tr td+td {
    font-weight: 500;
    color: #099134;
/*  color:#8c8c8c; */

}

.bt_tarifs .t_tarifs_sale table tr td+td+td,.bt_tarifs .t_tarifs_sale table tr+tr td+td+td,
.bt_tarifs .t_tarifs_sale table tr+tr+tr td+td+td {
    font-weight: 500;
    color: #099134;
/*  color:#04B020; */
}

.bt_tarifs .t_tarifs_sale table tr td+td+td+td,.bt_tarifs .t_tarifs_sale table tr+tr td+td+td+td,
.bt_tarifs .t_tarifs_sale table tr+tr+tr td+td+td+td {
    font-weight: 500;
    color: #099134;
/*  color:#20ac15; */
}

.bt_tarifs .t_tarifs_sale table tr td+td+td+td+td,.bt_tarifs .t_tarifs_sale table tr+tr td+td+td+td+td,
.bt_tarifs .t_tarifs_sale table tr+tr+tr td+td+td+td+td {
    font-weight: 500;
    color: #099134;
/*  color:#13953d; */
}

.bt_tarifs .t_tarifs_sale table i{
    font-size:12px;
    letter-spacing: 0px;
    display:inline-block;
    /*top:-6px;*/
    position:relative;
    line-height:1.4;
    font-style:normal;
}

.bt_tarifs .t_tarifs_sale table span{
    display:inline-block;
    padding-right:5px;
}

.bt_tarifs .t_tarifs_sale .discount_title {
    font-size: 14px !important;
    font-weight: bold !important;
}


.bt_tarifs  .t_all_function{
    background:url(../images/sep_line_shadow_bottom.png) 0 100% repeat-x;
    padding-bottom: 0px;
}

.bt_tarifs  .t_all_function a{
    background:url(../images/view_more.png) 12px 114% no-repeat;
    width:185px;
    padding:10px 0px 10px 60px;
    color:#000100;
    font-size:14px;
    font-family:Arial;
    font-style:italic;
    display: inline-block;
    text-decoration:underline;
    outline:none;
}

.view_function .t_tarifs_function{
    display:block;
}

.view_function  .t_all_function a{
    background:url(../images/view_more.png) 12px -11% no-repeat;
}

.view_function .t_all_function{
    background:url(../images/sep_line_shadow_top.png) 0 100% repeat-x;
    padding-bottom: 5px;
}


.t_list_tarifs .shadow_left, .t_list_tarifs .shadow_right{
    width:19px;
    /*height:334px;*/
    height:100%;
    position:absolute;
    top:0px;
    display:none;
}


.t_list_tarifs .shadow_left{
    background:url(../images/shadow_left.png) 0 2px no-repeat;
    left:-18px;
}

.t_list_tarifs .shadow_right{
    background:url(../images/shadow_right.png) 0 2px no-repeat;
    right:-20px;
}

.t_list_tarifs > li:hover, .t_list_tarifs .active{
    z-index:50;
}

.t_list_tarifs > li:hover .shadow_left, .t_list_tarifs > li:hover .shadow_right,
.t_list_tarifs .active .shadow_left, .t_list_tarifs .active .shadow_right{
    display:block;
    z-index: 90;
}

.t_list_tarifs > li:hover ul li, .t_list_tarifs .active ul li{
    background-color: #fafafa;
}

.t_list_tarifs > li:hover ul li.t_title, .t_list_tarifs .active ul li.t_title {
    background-color: transparent;
}

.t_list_tarifs > li:hover ul, .t_list_tarifs .active ul{
    background: url(../images/plans_b_corner.png) -190px 100% no-repeat;
}

.t_list_tarifs > li:hover ul li.desc, .t_list_tarifs .active ul li.desc{
    background-color: #f5f5f5;
}


.t_list_tarifs li:hover li.t_title, .t_list_tarifs li.active li.t_title{
    padding-top:30px;
    margin-top:-30px;
}

.t_list_tarifs li:hover li.t_title, .t_list_tarifs li.active li.t_title{
    background:url(../images/t_plan.png) 0px -121px no-repeat;
}

.t_list_tarifs li+li:hover li.t_title, .t_list_tarifs li+li.active li.t_title{
    background:url(../images/t_plan.png) -191px -121px no-repeat;
}

.t_list_tarifs li+li+li:hover li.t_title, .t_list_tarifs li+li+li.active li.t_title{
    background:url(../images/t_plan.png) -383px -121px no-repeat;
}

.t_list_tarifs li+li+li+li:hover li.t_title, .t_list_tarifs li+li+li+li.active li.t_title{
    background:url(../images/t_plan.png) -575px -121px no-repeat;
}

/* Seo tariff list
---------------------------------------------------------------------------*/

.bt_tarifs_seo .bt_bc, .bt_tarifs_seo .bt_bc a, .bt_tarifs_seo .bt_bc span{
    color:#6e6e6e;
    font-size:13px;
    font-family:Arial;
    text-decoration:none;
}

.bt_tarifs_seo .bt_bc a:hover{
    text-decoration:underline;
}

.bt_tarifs_seo .bt_table table{
    border-collapse: separate;
    width:100%;
    border:0px;
    float: left;
}

.bt_tarifs_seo .bt_table tbody tr:first-child{
    background: url('../images/sep_line_shadow_top.png') 0px 0px repeat-x;
}

.bt_tarifs_seo .bt_table table{
    background: url('../images/sep_line_shadow_bottom.png') 0px 100% repeat-x;
    margin-bottom:18px;
}

.bt_tarifs_seo .bt_table td{
    vertical-align:middle;
    /*padding:8px 4px;  */
    padding:0px 4px;
    line-height:17px;
    font-family: 'Ubuntu', sans-serif;
    color: #656565;
    height: 52px;
    /**height: 36px;*/
    font-size:15px;
    text-align:center;
    min-width: 155px;
}

.bt_tarifs_seo .bt_table thead tr:first-child td{
    font-size:36px;
    color:#2a2a2a;
    font-weight: 500;
    padding-bottom: 20px;
    letter-spacing: -3px;
}

.bt_tarifs_seo .bt_table thead tr:first-child td:first-child{
    font-size:29px;
    color:#070707;
    padding-left:0px;
    font-weight:normal;
    font-family:Arial;
}

.bt_tarifs_seo .bt_table thead tr:first-child td span{
    font-size:12px;
    font-weight:normal;
    color:#303030;
    line-height: 1.2;
    letter-spacing: -1px;
}

.bt_tarifs_seo .bt_table thead tr:first-child td > span{
    display:inline-block;
    padding-left: 5px;
}

.bt_tarifs_seo .bt_table thead tr:first-child td b{
    font-size:21px;
    font-weight: 500;
    letter-spacing: -1px;
}

.bt_tarifs_seo .bt_table thead tr:first-child td > span span {
    display:block;
    border-top: 1px solid #303030;
}

.bt_tarifs_seo .bt_table tbody tr:first-child td{
    font-size:15px;
    color: #575757;
    /*font-weight: 500; */
}

.bt_tarifs_seo .bt_table tbody tr:first-child td strong{
    font-weight: 500;
}

.bt_tarifs_seo .bt_table tr td:first-child{
    width:290px;
    font-size:13px;
    text-align:left;
    font-family:Arial;
    /*padding:8px 11px; */
    padding:0px 11px;
}

.bt_tarifs_seo .bt_table tr a,.bt_tarifs_seo .bt_table tr .active a{
    background: url('../images/b_tarifs.png') 0px 0px no-repeat;
    padding-left:5px;
    text-decoration:none;
    display:inline-block;
    margin-left: -5px;
}

.bt_tarifs_seo .bt_table tr a span,.bt_tarifs_seo .bt_table tr .active a span{
    background: url('../images/b_tarifs.png') 100% 0px no-repeat;
    color:#fff;
    font-size:13px;
    font-family:Arial;
    padding:9px 28px 9px 23px;
    display: block;
    line-height: 1;
    margin-right:-5px;
}

.bt_tarifs_seo .bt_table tr .option{
    display:inline-block;
    width:24px;
    height:24px;
    background: url('../images/option.png') 0px 100% no-repeat;
}

.t_tarifs_function, table tr.odd,
.bt_tarifs_seo .bt_table tr.odd {
    background-color: rgba(0, 0, 0, 0.015)
}

.bt_tarifs_seo .bt_table tbody .active{
    background: transparent url('../images/t_pixel_a.png') 0px 0px repeat;
}

.bt_tarifs_seo .bt_table tr  .active .option{
    background-position: 0px 4px;
}


.bt_tarifs_seo .bt_table thead tr:first-child .active, .bt_tarifs_seo .bt_table thead tr:first-child .active span, .bt_tarifs_seo .bt_table thead tr:first-child .active b{
    color:#289d20 !important;
}

.bt_tarifs_seo .bt_table thead tr:first-child .active > span span{
    border-top:1px solid #289d20 !important;
}

.bt_tarifs_seo .bt_table tbody tr .active{
    color:#282828 !important;
}

.bt_tarifs_seo .bt_table tr .active a{
    background-position: 0 -31px;
}

.bt_tarifs_seo .bt_table tr .active a span{
    background-position: 100% -31px;
}


.bt_tarifs_seo p{
    color: #434343;
    font-size: 12px;
    line-height: 19px;
    font-family: Arial;
    padding: 0 0 2px -1;
    margin: 0;
}

.tariff_title {
    text-align: center;
    margin: 40px 0 20px 0;
    font-size: 25px;
}
.tariff_title a {
    color: black;
    text-decoration: none;
}

.base_features thead, .tariff_services thead {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
}

.base_features tbody td {
    font-weight: bold;
}

.base_features tbody td.first {
    font-weight: normal;
}

.services_description{
    font-size: 10px;
    padding: 10px 0 0 20px;
}

table.text_table {
    border-collapse: collapse;
}

table.text_table th, .text_table td {
    padding: 3px;
    margin: 3px ;
    border: 1px solid;
}

table.text_table th {
    background-color: #bbb;
}

.rss_button {
    background: url("../images/rss.gif") 0 0 no-repeat;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 5px;
}

.index_list {
    text-align: justify;
}

.index_list .index_list_item {
    text-align: left;
    display: inline-block;
    width: 31%;
    float: left;
    margin-right: 22px;
}

.user_reset ul, .user_reset ol {
    float:none;
    width:80%;
    font-family:'Ubuntu';
    font-size:13px;
    line-height:19px;
    overflow:hidden;
    margin-bottom:10px;
    color:#5c5c5c;
    margin-left: 20px;
}

.user_reset ol{
    color:#2a8e00;
    font-weight:bold;
    font-style:normal;
    list-style-position:inside;
}

.user_reset ol li span{
    color:#5c5c5c;
    font-style:italic;
    font-weight:normal;
}

.user_reset ul li{
    background:url('../images/dot_green.png') 1px 8px no-repeat;
    display:block;
    overflow:hidden;
    clear:both;
    padding:0 20px 0 14px;
}

.user_reset ul li ul, .user_reset ol li ul{
    display:block;
    overflow:hidden;
    clear:both;
    float:none;
    padding: 19px 0 18px 18px;
    font-weight:normal;
}

.user_reset ol li ul{
    padding: 19px 0 18px 33px;
}

/* Design page styles*/
.servWrapper {
    width: 278px;
    float: left;
    min-height: 100px;
    padding: 235px 30px 0;
    background-repeat: no-repeat;
}
.servWrapper.design {
    padding: 235px 30px 0 0;
    background-image: url(../images/design_icon.png);
    background-position: center 28px;
}
.servWrapper.banner {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    background-image: url(../images/banner_icon.png);
    background-position: center 18px;
}
.servWrapper.logo {
    padding: 235px 0 0 30px;
    background-image: url(../images/logo_icon.png);
    background-position: top center;
}
.servWrapper h1 {
    font-size: 20px;
    color: #181818;
    text-align: left;
    margin: 15px 0 0;
    text-transform: uppercase;
    font-weight: normal;
}
.servDesc {
    font-size: 12px;
    color: #434343;
    padding-left: 15px;
    list-style: disc;
}
.servDesc li {
    margin-bottom: 25px;
}
.servPriceLine {
    padding: 15px 0;
    background: url(../images/line.png) top center no-repeat;
    margin: 35px 0;
}
.servPriceLine.first {
    background: none;
    padding: 0;
}
.servPriceLine .servPosition {
    font-size: 13px;
    color: #282828;
    width: 200px;
}
.servPriceLine .servPrice {
    font-size: 30px;
    display: block;
    line-height: 30px;
    color: #FFF;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
    background: #5c9344;
    margin: 40px 0 20px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}
.servPriceLine .servPrice span {
    background: url(../images/rub_icon.png) center right no-repeat;
    padding-right: 25px;
}
.servPriceLine .servPrice:hover {
    background: #649E4A;
}
.servPriceLine .servPrice:active {
    background: #5D9146;
}
.workTimeWrapper {
    margin: 20px 0 25px 5px;
}
.workTimeWrapper .workTimeTarif {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.workTimeWrapper .workTime {
    margin-left: 5px;
    font-size: 12px;
    background: url(../images/time_icon.png) center left no-repeat;
    padding-left: 20px;
}
.bottomDesc {
    color: #434343;
    font-size: 12px;
}
#toTop {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 45px;
    height: 45px;
    background-image: url('../images/up.png');
    background-repeat: no-repeat;
    /*opacity: .4;
    filter: alpha(opacity=40);*/
    z-index: 10;
}