/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

@font-face {
    font-family: Intro; /* Гарнитура шрифта */
    src: url(fonts/Intro.otf); /* Путь к файлу со шрифтом */
}

body {
    padding: 0;
    margin: 0;
    line-height: 1em;
    font-size: 12px;
    max-width: 1920px;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

ol, ul {
	list-style: none;
    line-height: 1.2em;
}


a {
    color: #006CFF;
    text-decoration:none;
}

s, strike {
    text-decoration: line-through;
}

dt {
    font-weight: bold;  
    padding-left: 10px;
}

dd {
    padding-left: 30px;   
}

h3 {
   font-size: 16px; 
}

img {
    vertical-align: middle;
    border: 0;
}

a:hover {
    color:#FF6000;
    text-decoration:none;
}

code, pre {
    display: block;
    border: dashed 1px #CCC;
    background-color: #EEF6FB;
    white-space: pre;
    font-family: monospace;
    text-indent: 0;
}

q, blockquote {
    border: dashed 1px #CCC;
    background-color: #EEF6FB;
    padding: 10px;
    font-style: italic;
    display: block;
    text-indent: 30px;
}

body{
    position: relative;
    max-width: 1980px;
    min-width: 600px;
    background: url("img/bg.jpg") no-repeat center center fixed;
    background-size:cover;
}
a{
    color: #262626;
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
    color: #262626;
}
.container{
    height: 100%;
    width: 800px;
    position: absolute;
 
    margin: 0px 0 0 -400px;
    left: 50%;
}
.tm{
    width: 805px;
    height: 300px;
    display: block;
    position: absolute;
    background-image: url(img/logo_big.png);
    background-position: top center;
    background-repeat: no-repeat;
    /*Centering Method 2*/
    margin: 100px 0 0 -400px;
    left: 50%;
    top: 0%;
}
.mobile{
    width: 810px;
    height: 130px;
    margin: 200px auto;
    text-align: center;
    color: #464646;
    font-family: "Helvetica", Verdana, serif;
    font-size: 20px;
}

.block {
    position: relative;
    margin: 20px auto;
    width: 572px;
    height: 55px;
    font-family: Intro; 
}


.plash {
    position: absolute;
    right: 5px;
    height: 50px;
    width: 50px;
    background: #d45151 url(img/arr1.png) no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(139, 55, 55, 1);
    -moz-box-shadow:    0px 2px 0px 0px rgba(139, 55, 55, 1);
    box-shadow:         0px 2px 0px 0px rgba(139, 55, 55, 1);
}

.block-content {
    position: absolute;
    left: 0;
    height: 30px;
    width: 520px;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.5);
    color: #3f3f3f;
    font-size: 20px;
    padding-top: 20px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(194, 194, 194, 1);
    -moz-box-shadow:    0px 2px 0px 0px rgba(194, 194, 194, 1);
    box-shadow:         0px 2px 0px 0px rgba(194, 194, 194, 1);
}

.link:hover .block-content{
    top:1px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(194, 194, 194, 1);
    -moz-box-shadow:    0px 1px 0px 0px rgba(194, 194, 194, 1);
    box-shadow:         0px 1px 0px 0px rgba(194, 194, 194, 1); 
}
.link:hover .plash{
    top:1px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(139, 55, 55, 1);
    -moz-box-shadow:    0px 1px 0px 0px rgba(139, 55, 55, 1);
    box-shadow:         0px 1px 0px 0px rgba(139, 55, 55, 1); 
}

