html {
    font-family: arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    position: relative;
}

.finlink {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}


img {
    border: 0
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    width: 100%;
    height: 100%;
}

input:focus {
    outline: none;
}

img,
table {
    border: none;
}

a:link,
a:visited {
    text-decoration: none;
    color: #0a0d70;
}

button {
    outline: none;
    cursor: pointer;
}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

body {
    background: #fff;
    font: 14px "Roboto", Times, serif;
    color: #000;
    text-align: center;
}


.item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 4px 0;
}

.item_block {
    display: block;
    position: relative;
}

.item_block::before {
    content: "";
    width: 60px;
    height: 60px;
    background: url(../assets/icon.png) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    z-index: 10;

}

.item a img {
    border: 1px solid #000;
}

@media only screen and (max-width: 767px) {
    .item {
        width: 49%;
        margin-right: -2px;
        margin-left: -2px;
    }

    .item img,
    .item iframe,
    .item object,
    .item embed {
        width: 100%;
        height: auto;
    }

    .item {
        padding: 0 2px;
    }
}


.btn-block {
    font-family: arial, sans-serif;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem 1.25rem;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



.btn-block {

    margin: auto;
    width: 100%;
}

/* .item_block5 {
    width: 200px;
} */


.item_block5::after {
    content: "";
    width: 80px;
    height: 80px;
    background: url(../assets/pointer.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -35px;
    z-index: 10;
    background-size: 70px 70px;
}

.poiner-gif {
    position: relative;
    height: 60px;

}