﻿/*--------------------CSS RESET--------------------------*/
a,
abbr,
acronym,
address,
article,
aside,
audio,
b,
blockquote,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strong,
sub,
sup,
tfoot,
thead,
u,
ul,
var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: top;
}
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
img {
    vertical-align: top;
    border: 0;
}
embed {
    vertical-align: top;
}
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
    display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
    display: inline;
}
input,
textarea {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}
iframe {
    border: 0;
    margin: 0;
    padding: 0;
}
input,
textarea,
select,
button {
    margin: 0;
    padding: 0px;
    font: 200 14px/18px doran;
    color: #747474;
}
input[type="text"] {
    text-indent: 5px;
}
html {
}
body {
    margin: 0px;
    font: 15px/30px Roboto;
    font-weight: 500;
    scroll-behavior: smooth;
    color: #000;
    text-align: justify;
    background-color: #f7941d;
    background-image: url(../images/pattern.png), url(../images/pattern.png);
    background-position: 0 0, right 0;
    background-repeat: repeat-y;
}
a,
span {
    display: inline-block;
}
a {
    text-decoration: none;
    color: #595959;
    outline: none;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
a:hover {
    color: #c72127;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
ol {
    list-style: decimal;
}
div,
section,
nav,
aside,
footer,
article {
    margin: 0 auto;
}
p {
    margin: 0;
    padding: 5px 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    overflow: hidden;
}
.hidden {
    display: none;
}
.t-left {
    text-align: left;
}
.t-center {
    text-align: center;
}
.t-right {
    text-align: right;
}
.justify {
    text-align: justify;
}
.rel {
    position: relative;
}
.nobg {
    background: 0 !important;
}
.noborder {
    border: none !important;
}
.right {
    float: right !important;
}
.left {
    float: left !important;
}

/* latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxK.woff2) format("woff2");
}
/* latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format("woff2");
}

/* latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format("woff2");
}

/*--------------------------------MAIN---------------------------------*/
.center {
    font: 15px/35px Roboto;
    font-weight: 500;
    max-width: 450px;
    box-sizing: border-box;
    padding: 0 50px;
}
.card {
    padding: 12px 0 80px 0;
}
.avatar {
    text-align: center;
    margin-bottom: 12px;
}
.title {
    margin-bottom: 12px;
    color: #fff;
    font-size: 41px;
    line-height: 60px;
    position: relative;
    text-shadow: -3px -3px #000;
}
.mrtaster {
    position: absolute;
    top: 6px;
    right: 0;
    color: #231f20;
    font-size: 23px;
    line-height: 60px;
    text-shadow: none;
}
.title span {
    font-size: 60px;
    transform: translateY(-5px);
}
.firstName {
    text-align: left;
}
.lastName {
    text-align: right;
}
.contact {
    line-height: 45px;
}
.contact > li {
    margin: 0 20px 8px 20px;
    background: #b26b15;
    position: relative;
}
.contact > li > a i {
    color: #f7941d;
    line-height: 45px !important;
    font-size: 24px;
    margin-right: 10px;
}
.contact > li > a {
    color: #fff;
    position: relative;
    padding: 0 10px;
    display: block;
}
.contact > li:before,
.contact > li:after {
    content: "";
    display: block;
    color: #fff;
    width: 17px;
    height: 45px;
    position: absolute;
    top: 0;
}
.contact > li:after {
    right: -17px;
}
.contact > li:before {
    left: -17px;
}
.contact > li:nth-child(1):before {
    background: url(../images/p1.png) 0 0 repeat-y;
    background-size: contain;
}
.contact > li:nth-child(1):after {
    background: url(../images/p2.png) 0 0 repeat-y;
    background-size: contain;
}
.contact > li:nth-child(2):before {
    background: url(../images/p3.png) 0 0 repeat-y;
    background-size: contain;
}
.contact > li:nth-child(2):after {
    background: url(../images/p4.png) 0 0 repeat-y;
    background-size: contain;
}
.contact > li:nth-child(3):before {
    background: url(../images/p5.png) 0 0 repeat-y;
    background-size: contain;
}
.contact > li:nth-child(3):after {
    background: url(../images/p6.png) 0 0 repeat-y;
    background-size: contain;
}
.contact > li:nth-child(4):before {
    background: url(../images/p1.png) 0 0 repeat-y;
    background-size: contain;
}
.contact > li:nth-child(4):after {
    background: url(../images/p2.png) 0 0 repeat-y;
    background-size: contain;
}
.contact > li:nth-child(5):before {
    background: url(../images/p3.png) 0 0 repeat-y;
    background-size: contain;
}
.contact > li:nth-child(5):after {
    background: url(../images/p4.png) 0 0 repeat-y;
    background-size: contain;
}
.contact > li:nth-child(6):before {
    background: url(../images/p5.png) 0 0 repeat-y;
    background-size: contain;
}
.contact > li:nth-child(6):after {
    background: url(../images/p6.png) 0 0 repeat-y;
    background-size: contain;
}

@media only screen and (max-width: 380px) {
    .card {
        padding: 15px 0 80px 0;
    }
    .title {
        font-size: 40px;
    }
    .title span {
        font-size: 50px;
    }
    .mrtaster {
        font-size: 20px;
        top: 6px;
    }
    .avatar {
    }
    .avatar img {
        width: 230px;
        height: 230px;
    }
}
.download{position: fixed;background-color: rgba(0, 0, 0, 0.5);bottom: 0;left: 0;right:0;padding: 15px;z-index: 1000;}
.download a{display: block;line-height: 50px;color:#fff;background: #f7451d;text-align: center;font-size: 15px;}

