body
{
 background-color: white;
}

font, p
{
 font: 18pt arial;
 font-family: Lobster, cursive; 
}

e
{
    text-align: right;
}

td
{
 width: 100px;
 height: 50px;
}

a
{
 text-decoration: none;
}

cap
{
 color: red;
}

.text-about-h
{
 font: 18pt arial;
 text-decoration: none;
}

.text-about
{
 font: 13pt arial;
}

.div-text-about
{
 width: 700px;
 height: 140px;
 border: 1px black solid;
 box-shadow: 0 0 10px rgba(0,0,0,0.2);
 -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
 background-color: #f2f2f2;
 border-radius: 4px;
}

.tblur
{
 color: #2226cb;
}
.tgreen
{
 color: green;
}

.btn_close
{
 width: 32px;
 height: 32px;
 color: white;
}

.td9
{
 width: 20px;
 text-align: center;
}

.btn-calk 
{
 margin-top: 10px;
 margin-left: 8px;
}

.down
{
 font: 11pt arial; 
}

.del1, .information_text
{
 font: 12pt arial;
}

.btn-close-obj
{
 width: 32px;
 height: 32px;
 margin-bottom: 10px;
}

.any_projecs
{
 width: 32px;
 height: 32px;
}

.f-block-calk{
 margin-left: 0px;
}

#allocate_VAT, #charge_VAT, #clear_all
{
 width: 130px;
}

#calculator_other span p
{
 font: 8pt arial;
 margin: 0px;
 margin-top: 10px;
 margin-left: 100px;
}

#clakul-ans
{
 width: 185px;
 margin-left: 7px;
 height: 35px;
}

#information_href
{
 color: blue;
 cursor: pointer;
}

#copyButton
{
 margin-bottom: 10px;
}

#help-text
{
 height:5px;
 width: 200px;
}

#up-text
{
    font: 8pt arial; 
    margin-left: 8px;
}

#fonts
{
 position: inherit;
 font: 46pt sans-serif; 
}
#kalkstyle
{
 background-color: #f2f2f2;
 border: 1px black solid;
 border-radius: 4px;
 width: 800px;
 height: 90px;
 box-shadow: 0 0 10px rgba(0,0,0,0.2);
 -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#VATForm
{
 margin-top: 30px;
 margin-right: -15px;
}

#globalresulttable
{
 font: 10pt arial;
 width: 800px;
 box-shadow: 0 0 10px rgba(0,0,0,0.2);
 -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

#tcontent
{
 position: relative;
 left: 25px;
}

#resulttable
{ 
 border-spacing: 7px 11px;
 border-left: 0px;
 margin-top: -15px;
 font: 10pt arial;
 width: 848px;
}

#up
{
 height: 10px;
 width: 10px;
 background-color: none;
}

#clear_all
{
 margin-left: 670px;
 margin-bottom: 10px;
}

/* Плагины */

@font-face {
    font-family: 'si';
    src: url('PATH_TO/socicon.eot');
    src: url('PATH_TO/socicon.eot?#iefix') format('embedded-opentype'),
         url('PATH_TO/socicon.woff') format('woff'),
         url('PATH_TO/socicon.ttf') format('truetype'),
         url('PATH_TO/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;
 
}
 
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(PATH_TO/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 15px;
    color: #ffffff;
    background-color: none;
}

.soc a:hover {
    z-index: 2;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.soc-icon-last{
    margin:0 !important;
}

.soc-vkontakte {
    background-color: #5a7fa6;
}
.soc-vkontakte:before {
    content:';';
}
.soc-google {
    background-color: #d93e2d;
}
.soc-google:before {
    content:'c';
}
.soc-skype {
    background-color: #28abe3;
}
.soc-skype:before {
    content:'g';
}
.soc-youtube {
    background-color: #e02a20;
}
.soc-youtube:before {
    content:'r';
}
.soc-twitter {
    background-color: #4da7de;
}
.soc-twitter:before {
    content:'a';
}

