@charset "UTF-8";
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,main,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;border:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}nav ol,nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-spacing:0;border-collapse:collapse}button,input[type=submit]{cursor:pointer}
*::selection{
  background: #f0f0f0;
  color: #0f0f0f;
}
*::-moz-selection{
  background: #f0f0f0;
  color: #0f0f0f;
}
html, body{
  width: 100%;
  margin: 0;
  padding: 0;
}
body {
  display: block;
  position: relative;
  text-align: center;
  background: #f7cac9;
}
.project {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 1200px;
  min-height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.project__name {
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 8% auto 4%;
  padding: 0 2%;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 45px;
  line-height: 1;
  color: #2f3640;
  text-align: center;
}
.project__list{
  display: inline-block;
  list-style: none;
  color: #82868c;
  text-align: center;
}
.project__item{
  position: relative;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
  text-align: left;
  color: #82868c;
}
.project__item_state_checked:before{
  content: "\2713";
  position: absolute;
  right: 100%;
}
.project__item ul,
.project__item ol{
  margin-left: 40px;
  margin-bottom: 20px;
  list-style: none;
}
.project__link{
  display: inline-block;
  margin-bottom: 20px;
  color: #82868c;
  outline: none;
  text-decoration: underline;
}
.project__link_empty{
  display: block;
  cursor: default;
  color: #abaeb2;
  text-decoration: none;
}
.project__link:hover{
  text-decoration: none;
}