html
{
    height: 100%;
}
body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #010101;
    height: 100%;
}
a:link, a:visited
{
    text-decoration: underline;
    color: #187dbd;
    outline: none;
}
a:hover
{
    text-decoration: none;
    color: #187dbd;
    outline: none;
}
table
{
    border: none;
    border-collapse: collapse;
}
p, h1, h2, h3, h4, h5, h6, ul, li
{
    font-weight: normal;
    margin: 0;
    padding: 0;
}
li
{
    list-style: none;
}
img
{
    border: none;
}
.left
{
    float: left !important;
}
.right
{
    float: right !important;
}
.clear
{
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
}
textarea, select, input[type=text], input[type=password]
{
    border: 1px solid #aaaaaa;
    border-radius: 1px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #010101;
    background: #efeeea;
}
textarea
{
    padding: 5px 0 0 5px;
}
input[type=text], input[type=password]
{
    padding: 8px 10px;
    box-shadow: 2px 3px 5px #c5c4c1 inset;
}
select
{
    padding: 3px 0 3px 5px;
    box-shadow: 1px 1px 1px #c5c4c1 inset;
}
input.error
{
    border: 1px solid #E82929;
    font-size: 14px;
    color: #E82929;
    background: #FCEDED;
}
.ta-center
{
    text-align: center !important;
}
.ta-left
{
    text-align: left !important;
}
.ta-right
{
    text-align: right !important;
}
/*******************/
h1
{
    width: 247px;
    height: 30px;
}
h1 a
{
    display: block;
    width: 247px;
    height: 30px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(images/logo.png) 0 0 no-repeat;
}
h2
{
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Trebuchet MS' , Helvetica, sans-serif;
}
h3
{
    color: #000000;
    font-size: 34px;
    font-family: 'Trebuchet MS' , Helvetica, sans-serif;
}
h4
{
    color: #000000;
    font-size: 24px;
    font-family: 'Trebuchet MS' , Helvetica, sans-serif;
}
/*******************/
a.btn
{
    display: inline-block;
    border-radius: 5px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Trebuchet MS' , Helvetica, sans-serif;
    text-decoration: none;
    box-shadow: 0 3px 3px #a7a6a4;
    user-select: none;
    overflow: hidden;
    cursor: pointer;
}
a.btn span.bg
{
    background: #b32821;
    background: -moz-linear-gradient(top,  #d33a32 0%, #91140e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d33a32), color-stop(100%,#91140e));
    background: -o-linear-gradient(top,  #d33a32 0%,#91140e 100%);
    background: linear-gradient(top,  #d33a32 0%,#91140e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d33a32', endColorstr='#91140e',GradientType=0 );
    border-radius: 5px;
    overflow: hidden;
    padding: 6px 15px 5px;
    display: block;
    box-shadow: inset 0 2px 4px #FFF;
}
a.btn1
{
    display: inline-block;
    border-radius: 10px;
    font-size: 32px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 3px 3px #a7a6a4;
    user-select: none;
    overflow: hidden;
}

a.btn1 span.comment
{
    font-size: 12px;
    color: #d28c88;
    display: block;
    font-family: Tahoma, sans-serif;
    margin: 5px 0 0;
}
a.btn1 b
{
    text-transform: uppercase;
}
a.btn1 span.bg
{
    background: #b32821;
    background: -moz-linear-gradient(top,  #d33a32 0%, #91140e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d33a32), color-stop(100%,#91140e));
    background: -o-linear-gradient(top,  #d33a32 0%,#91140e 100%);
    background: linear-gradient(top,  #d33a32 0%,#91140e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d33a32', endColorstr='#91140e',GradientType=0 );
    border-radius: 10px;
    overflow: hidden;
    padding: 11px 20px 14px;
    display: block;
    box-shadow: inset 0 2px 4px #FFF;
}

a.btn-demo span.bg {
    padding: 11px 10px 14px;
}

a.btn2, a.btn3
{
    display: inline-block;
    border-radius: 5px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Trebuchet MS' , Helvetica, sans-serif;
    text-decoration: none;
    box-shadow: 0 3px 3px #c6c6c2;
    user-select: none;
    overflow: hidden;
}
a.btn2 span.bg, a.btn3 span.bg
{
    border-radius: 5px;
    overflow: hidden;
    display: block;
    box-shadow: inset 0 2px 4px #FFF;
    padding: 6px 15px 5px;
}
a.btn2 span.bg
{
    background: #cc8781;
    background: -moz-linear-gradient(top,  #eea59c 0%, #c07f7a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eea59c), color-stop(100%,#c07f7a));
    background: -o-linear-gradient(top,  #eea59c 0%,#c07f7a 100%);
    background: linear-gradient(top,  #eea59c 0%,#c07f7a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eea59c', endColorstr='#c07f7a',GradientType=0 );
}
a.btn3 span.bg
{
    background: #b32821;
    background: -moz-linear-gradient(top,  #d33a32 0%, #91140e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d33a32), color-stop(100%,#91140e));
    background: -o-linear-gradient(top,  #d33a32 0%,#91140e 100%);
    background: linear-gradient(top,  #d33a32 0%,#91140e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d33a32', endColorstr='#91140e',GradientType=0 );
}

/*******************/
.main
{
    min-height: 100%;
    min-width: 960px;
    position: relative;
    background: #e9e7e3;
}
.centered
{
    width: 940px;
    margin: 0 auto;
    padding: 0 20px;
}
.header
{
    background: #aa231c;
    border-bottom: 3px solid #881c16;
    color: #FFF;
    font-size: 12px;
}
.header a
{
    color: #FFF;
    text-decoration: none;
}
.menu
{
    float: left;
    margin: 0 0 -3px;
    height: 34px;
}
.menu li
{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}
.menu li a
{
    display: block;
    padding: 8px 12px 12px;
}
.menu li.active
{
    color: #010101;
    background: #FFF;
}
.menu li.active a
{
    color: #010101;
}
.menu li.dd a:after
{
    border-color: #FFFFFF transparent;
    border-style: solid;
    border-width: 3px 3px 0;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 17px;
    width: 0;
}
.header .header-right
{
    float: right;
    text-align: right;
    margin: 8px 0 0;
}
.header .num-message
{
    display: inline-block;
    position: relative;
    color: #990000;
    border-radius: 2px;
    background: #FFFFFF;
    font-size: 9px;
    padding: 1px 2px;
    margin: 0 25px 0 0;
}
.header .num-message:after
{
    content: "";
    border-color: #FFFFFF transparent transparent #FFFFFF;
    border-right: 2px solid transparent;
    border-style: solid;
    border-width: 2px;
    left: 4px;
    position: absolute;
    bottom: -4px;
}
.header .top-info
{
    display: inline-block;
    margin: 0 25px 0 0;
}
.footer
{
    background: #666666;
    padding: 10px 0 0;
    height: 28px;
    margin: -38px 0 0;
    position: relative;
    color: #FFF;
    font-size: 11px;
}
.footer-right
{
    float: right;
    color: #cccccc;
}
.footer-right a
{
    color: #cccccc;
}
.footer-right a.dotted
{
    color: #cccccc;
    border-bottom: 1px dotted #CCCCCC;
    text-decoration: none;
}
.footer-right a.dotted:hover
{
    border-bottom: none;
}
.footer .footer-menu
{
}
.footer .footer-menu li
{
    margin: 0 15px;
    float: left;
    position: relative;
}
.footer .footer-menu li a
{
    color: #cccccc;
}
.footer .footer-menu li:before
{
    content: "";
    border-left: 1px solid #cccccc;
    left: -15px;
    position: absolute;
    top: 3px;
    height: 10px;
}
.footer .footer-menu li:first-child
{
    margin: 0 10px 0 0;
}
.footer .footer-menu li:first-child:before
{
    display: none;
}
.content-box
{
    background: #e9e7e3; /* Old browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbf9', endColorstr='#e9e7e3');
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbf9), to(#e9e7e3)); /* for webkit browsers */
    background: -moz-linear-gradient(center top , #fbfbf9, #e9e7e3); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,#fbfbf9 0%,#e9e7e3 100%); /* for opera */
    background: linear-gradient(center top , #fbfbf9, #e9e7e3);
    padding: 32px 0 100px;
}
.home-top-box
{
    margin: -32px 0 0;
    background: #e9e7e3; /* Old browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfa', endColorstr='#e7e6e2');
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfa), to(#e7e6e2)); /* for webkit browsers */
    background: -moz-linear-gradient(center top , #fcfcfa, #e7e6e2); /* for firefox 3.6+ */
    background: -o-linear-gradient(top,#fcfcfa 0%,#e7e6e2 100%); /* for opera */
    background: linear-gradient(center top , #fcfcfa, #e7e6e2);
    min-height: 445px;
    padding: 32px 0 0;
    overflow: hidden;
    position: relative;
}
.home-top-box:after
{
    background: url(images/home-image.png) 0 0 no-repeat;
    content: "";
    width: 641px;
    height: 476px;
    position: absolute;
    left: 53%;
    top: 0;
}
.home-top-box .centered
{
    width: 470px;
    margin: 0 auto;
    padding: 0 480px 0 30px;
}
.home-top-box h2
{
    font-size: 46px;
    margin: 14px 0 17px;
}
.home-top-box p
{
    font-size: 14px;
    padding: 5px 0;
    line-height: 20px;
}
.home-top-box a.btn1
{
    width: 340px;
    margin: 20px 0 0;
}

.home-top-box a.btn-demo {
    width: 130px;
    margin: 20px 0 0;
}

.services-box
{
    background: #dedcdc;
    border-top: 3px solid #c7c6c6;
    font-size: 14px;
    padding: 15px 0 25px;
}
.services-box-l
{
    float: left;
    width: 450px;
    margin: 0 0 0 10px;
}
.services-box-r
{
    float: right;
    width: 450px;
    margin: 0 10px 0 0;
}
.services-list
{
    font-size: 14px;
    margin: 15px 0 0;
}
.services-list li
{
    padding: 10px 0 10px 45px;
    position: relative;
}
.services-list li.d:before
{
    content: "";
    background: url(images/icons.png) 0 0 no-repeat;
    width: 31px;
    height: 29px;
    position: absolute;
    left: 1px;
    top: 6px;
}
.services-list li.m:before
{
    content: "";
    background: url(images/icons.png) 0 -40px no-repeat;
    width: 28px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 12px;
}
.services-list li.c:before
{
    content: "";
    background: url(images/icons.png) 0 -77px no-repeat;
    width: 30px;
    height: 29px;
    position: absolute;
    left: 0;
    top: 3px;
}
.services-list li.t:before
{
    content: "";
    background: url(images/icons.png) 0 -118px no-repeat;
    width: 29px;
    height: 27px;
    position: absolute;
    left: 2px;
    top: 10px;
}
.services-list li.r:before
{
    content: "";
    background: url(images/icons.png) 0 -157px no-repeat;
    width: 36px;
    height: 29px;
    position: absolute;
    left: 0;
    top: 14px;
}
.services-list li.a:before
{
    content: "";
    background: url(images/icons.png) 0 -198px no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 2px;
    top: 14px;
}
.services-list li.f:before
{
    content: "";
    background: url(images/icons.png) 0 -240px no-repeat;
    width: 34px;
    height: 37px;
    position: absolute;
    left: 1px;
    top: 16px;
}
.services-list li.q:before
{
    content: "";
    background: url(images/icons.png) 0 -277px no-repeat;
    width: 36px;
    height: 37px;
    position: absolute;
    left: 0;
    top: 14px;
}
.work-routes-box
{
    margin: 20px 0 0;
}
.work-routes
{
    margin: 20px 0 0;
}
.work-routes li
{
    float: left;
    width: 210px;
    padding: 10px 0 10px 45px;
    position: relative;
    margin: 0 55px 0 0;
}
.work-routes li a
{
    color: #006699;
}
.work-routes li.i:before
{
    content: "";
    background: url(images/icons.png) 0 -323px no-repeat;
    width: 34px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 12px;
}
.work-routes li.e:before
{
    content: "";
    background: url(images/icons.png) 0 -363px no-repeat;
    width: 32px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 14px;
}
.work-routes li.o:before
{
    content: "";
    background: url(images/icons.png) 0 -405px no-repeat;
    width: 32px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 12px;
}
.work-routes li.t:before
{
    content: "";
    background: url(images/icons.png) 0 -445px no-repeat;
    width: 35px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 14px;
}
.work-routes li.c:before
{
    content: "";
    background: url(images/icons.png) 0 -478px no-repeat;
    width: 32px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 20px;
}
.work-routes li.integr:before
{
    content: "";
    background: url(images/integration-icon.png) no-repeat;
    width: 36px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 10px;
}

/***************************/
.prices-text
{
    padding: 30px 0 0;
}
.prices-text p
{
    line-height: 20px;
    padding: 4px 0 0;
}
.prices-text ul
{
    margin: 5px 0 0;
}
.prices-text ul li
{
    padding: 7px 0 7px 10px;
    position: relative;
}
.prices-text ul li:before
{
    border-color: transparent #666666;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    width: 0;
}
.prices-text a.dotted, h4 a.dotted
{
    border-bottom: 1px dotted #187dbd;
    text-decoration: none;
}
.prices-text a.dotted:hover, h4 a.dotted:hover
{
    border-bottom: none;
}
.prices-l
{
    float: left;
    background: url(images/l-bord.png) right 0 repeat-y;
    border-right: 1px solid #c5c5c0;
    width: 650px;
    margin: 30px 0 0;
}
.prices-r
{
    float: right;
    width: 260px;
    margin: 30px 0 0;
}
.cards-list
{
}
.cards-list li
{
    border: 1px solid:#cbc9c9;
    border-radius: 5px;
    overflow: hidden;
    padding: 7px 10px 10px;
    float: left;
    width: 170px;
    text-align: center;
    background: #dcdcd3;
    background: -moz-linear-gradient(top,  #e3e3db 0%, #d7d7ce 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e3db), color-stop(100%,#d7d7ce));
    background: -o-linear-gradient(top,  #e3e3db 0%,#d7d7ce 100%);
    background: linear-gradient(top,  #e3e3db 0%,#d7d7ce 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3db', endColorstr='#d7d7ce',GradientType=0 );
    margin: 26px 26px 0 0;
}
.cards-list h5
{
    font-family: 'Trebuchet MS' , Helvetica, sans-serif;
    font-size: 20px;
}
.cards-list .price-info-box
{
    background: #f5f5f5;
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f1f1f1));
    background: -o-linear-gradient(top,  #f9f9f9 0%,#f1f1f1 100%);
    background: linear-gradient(top,  #f9f9f9 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f1f1f1',GradientType=0 );
    border: 1px solid #d9cfcf;
    padding: 12px 10px 10px 10px;
    margin: 10px 0 0;
    font-size: 14px;
}
.cards-list .comment
{
    color: #666666;
    font-size: 11px;
    margin: 8px 0 0;
    height: 15px;
    overflow: hidden;
}
.cards-list .btn
{
    margin: 15px 0 0;
    width: 130px;
}
.cards-list .price
{
    font-size: 36px;
    font-family: 'Trebuchet MS' , Helvetica, sans-serif;
}

/***************************/
.rur
{
    text-transform: uppercase;
    position: relative;
}
.rur .line
{
    position: absolute;
    left: -4px;
    top: 3px;
}
/***************************/
.logo-comment
{
    color: #696969;
    font-size: 11px;
}
.register-box
{
    width: 500px;
    margin: 45px auto 0;
}
.register-steps
{
}
.register-steps li
{
    float: left;
    margin: 0 55px 0 0;
    position: relative;
    text-align: center;
    width: 110px;
}
.register-steps li:after
{
    background: url(images/register-steps-dot.png) 0 0 repeat-x;
    content: "";
    height: 5px;
    width: 110px;
    right: -85px;
    position: absolute;
    top: 20px;
}
.register-steps li:last-child:after
{
    display: none;
}
.register-steps li .num
{
    border: 1px solid #e4e3e2;
    font-family: 'Trebuchet MS' , Helvetica, sans-serif;
    border-radius: 5px;
    color: #9a9998;
    font-size: 24px;
    text-align: center;
    width: 40px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.register-steps li .num .num-bg
{
    background: #f2f2f1;
    background: -moz-linear-gradient(top,  #f8f8f8 0%, #efeeed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#efeeed));
    background: -o-linear-gradient(top,  #f8f8f8 0%,#efeeed 100%);
    background: linear-gradient(top,  #f8f8f8 0%,#efeeed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#efeeed',GradientType=0 );
    border-radius: 4px;
    overflow: hidden;
}
.register-steps li .text
{
    color: #7c7c7a;
    font-size: 13px;
    margin: 7px 0 0;
}
.register-steps li.current .num
{
    border: 1px solid #e4e3e2;
    color: #3c3b3b;
}
.register-steps li.current .num .num-bg
{
    background: #eeeeee;
    background: -moz-linear-gradient(top,  #f8f8f8 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e6e6e6));
    background: -o-linear-gradient(top,  #f8f8f8 0%,#e6e6e6 100%);
    background: linear-gradient(top,  #f8f8f8 0%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e6e6e6',GradientType=0 );
}
.register-steps li.current .text
{
    color: #010101;
}

.register-steps li.done:after
{
    background: url(images/register-steps-dot.png) 0 -5px repeat-x;
}
.register-steps li.done .num
{
    border: 1px solid #2d8c0c;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    text-indent: -999px;
}
.register-steps li.done .num .num-bg
{
    background: #6bc531;
    background: -moz-linear-gradient(top,  #72e433 0%, #64a82d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72e433), color-stop(100%,#64a82d));
    background: -o-linear-gradient(top,  #72e433 0%,#64a82d 100%);
    background: linear-gradient(top,  #72e433 0%,#64a82d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72e433', endColorstr='#64a82d',GradientType=0 );
}
.register-steps li.done .num:after
{
    content: "";
    left: 6px;
    top: 6px;
    position: absolute;
    width: 29px;
    height: 26px;
    background: url(images/step-done.png) 0 0 no-repeat;
}

.register-steps li.done .text
{
    color: #010101;
}
.register-form-box
{
    padding: 30px 0 0;
}
.register-form-box .row
{
    padding: 11px 0;
}
.register-form-box label
{
    padding: 0 0 8px 0;
    display: block;
}
.register-form-box input[type=text], .register-form-box input[type=password]
{
    width: 415px;
}
.register-form-box select
{
    width: 220px;
}
.register-form-box input.m
{
    width: 280px;
}
.register-form-box .comment
{
    color: #6e6d6d;
    font-size: 11px;
    margin: 3px 0 0;
}
.register-form-box .comment1
{
    color: #6e6d6d;
    font-size: 13px;
    margin: 3px 0 0;
}
.register-form-box .btn2
{
    margin: 5px 0 0;
}
.register-text
{
    margin: 40px 0 0;
}
.register-text h4
{
    margin: 5px 0 0;
}
.register-text p
{
    padding: 5px 0 15px 0;
    line-height: 20px;
}
.register-form-box a.dash
{
    border-bottom: 1px dashed #187dbd;
    text-decoration: none;
}
.register-form-box a.dash:hover
{
    border-bottom: none;
}
.register-finish
{
    margin: 3px 0 0 0;
}
.register-finish ul
{
    margin: 8px 0 0 40px;
}
.register-finish li
{
    padding: 5px 0;
}
.register-finish p
{
    line-height: 20px;
}
/***************************/
.custom-select-box
{
    position: relative;
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.custom-select-box .custom-select-field:after
{
    content: "";
    display: block;
    right: 12px;
    position: absolute;
    top: 15px;
    width: 10px;
    height: 6px;
    background: url(images/select-arr.png) 0 0 no-repeat;
}
.custom-select-box .custom-select-field
{
    padding: 8px 25px 8px 10px;
    margin: 0;
    box-shadow: 2px 3px 5px #c5c4c1 inset;
    cursor: pointer;
    height: 18px;
    border: 1px solid #aaaaaa;
    border-radius: 1px;
    color: #010101;
    background: #efeeea;
}
.custom-select-box .custom-select-list
{
    display: none;
    position: absolute;
    border: 1px solid #aaaaaa;
    background: #FFF;
    z-index: 95;
    left: 0;
    top: 35px;
}
.custom-select-box .custom-select-list li
{
    cursor: pointer;
    padding: 8px 10px;
}
.custom-select-box .custom-select-list li:hover
{
    background: #f0efeb;
}
/*****************/
.hint-box
{
    position: absolute;
    background: #FFF;
    border-radius: 6px;
    padding: 10px 12px;
    width: 200px;
    z-index: 101;
    border: 1px solid #999999;
    box-shadow: 2px 3px 0 #bab9b5;
    left: 425px;
    top: 856px;
}
.hint-box:after
{
    border-color: #FFFFFF transparent;
    border-style: solid;
    border-width: 12px 12px 0;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -6px;
    bottom: -12px;
    width: 0;
}
.hint-box:before
{
    border-color: #bab9b5 transparent;
    border-style: solid;
    border-width: 16px 16px 0;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -9px;
    bottom: -16px;
    width: 0;
}

.addthis_button_facebook_like iframe {
    overflow: visible!important;
    width: 130px!important;
}

.addthis_button_vk {
    padding-top: 2px!important;
}

.addthis_button_tweet {
    width: 85px;
}

.vk_like {
    width: 120px!important;
    clear: none!important;
    padding-top: 1px!important;
}

.addthis_button_google_plusone {
    width: 70px!important;
}