@charset "utf-8";

/* Reset */
a,b,button,dd,div,dl,dt,em,form,h1,h2,h3,h4,h5,h6,i,input,img,label,li,ol,p,s,select,small,span,strong,sub,sup,td,textarea,th,u,ul {vertical-align: baseline;}
body,button,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,html,input,li,ol,p,pre,select,table,td,textarea,th,ul {margin: 0; padding: 0;}
img,table,td,th {border: 0 none;}
button,input,select,textarea {outline: 0 none; font-family: "Arial", sans-serif;}
textarea {overflow: auto;}
ul,li {list-style-type: none;}
html,body {font-family: "PT Sans", "Arial", sans-serif; background: #f1efe2; color: #808184; font-size: 27px; line-height: 1.4; }

.overflow {
    overflow: hidden;
}
.wrapper {
    max-width: 940px;
    margin: 0 auto;
}

.logo {
    padding: 63px 0 0;
    margin: 0 0 85px;
    width: 369px;
}
.logo__img {
    width: 100%;
    vertical-align: top;
}

.title {
    margin: 0 0 55px;
}
.title__img {
    height: 75px;
    vertical-align: top;
}

.text {
    width: 20em;
    margin: 0 0 40px;
}
.text a:link,
.text a:active,
.text a:visited {
    color: inherit;
}
.text a:hover {
    color: #ce3038;
}
