* {
   margin: 0;
   padding: 0;
   outline-style: none;
   font-family: Roboto, sans-serif;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box
}

.wrapper {
   max-width: 1024px;
   width: 100%;
   margin: 0 auto
}

header {
   background: #382e31;
   font-size: 14px;
   overflow: hidden;
   width: 100%;
   position: fixed;
   left: 0;
   top: 0
}

header .wrapper {
   display: flex
}

header a {
   text-decoration: none;
   color: #FFF;
   display: block;
   padding: 25px 20px
}

header a:hover {
   background: #f27967
}

header ul {
   list-style: none;
   display: flex;
   width: 84%;
   height: 60px;
   align-items: center
}

header ul li:nth-of-type(1) {
   font-size: 25px
}

header ul li:nth-of-type(3) {
   background: #4c3e42
}

header .search {
   display: flex;
   flex-direction: row;
   height: 60px;
   align-items: center
}

.main {
   margin-top: 60px
}

.main .date {
   margin-bottom: 20px
}

.main ol,
.main p,
.main ul {
   font-size: 18px;
   line-height: 26px;
   margin-bottom: 23px
}

.main ol,
.main ul {
   padding-left: 40px
}

.main img {
   max-width: 100%;
   display: block;
   margin: 0 auto 23px
}

.main .quote {
   text-align: center;
   font-size: 14px;
   margin-bottom: 23px
}

.main .tftable {
   width: 100%;
   border-collapse: collapse;
   margin-bottom: 23px
}

.main .tftable td {
   padding: 10px
}

.main .btn {
   text-decoration: none;
   font-size: 14px;
   font-weight: 500;
   text-align: center;
   background: #f27967;
   color: #FFF;
   display: block;
   max-width: 320px;
   width: 100%;
   padding: 15px 0;
   margin: 0 auto 23px;
   -webkit-border-radius: 30px;
   border-radius: 30px
}

.main .comments .comment {
   border-bottom: 1px solid #ccc;
   margin-bottom: 20px;
   padding: 20px 0
}

.main .comments .comment .avatar {
   display: inline-block;
   vertical-align: top;
   width: 60px;
   margin-right: 15px
}

.main .comments .comment .comment__post {
   display: inline-block;
   vertical-align: top;
   width: calc(100% - 80px)
}

.main .comments .comment .comment__post .user_name {
   font-weight: 700;
   margin-bottom: 10px
}

@media all and (max-width:1023px) {
   .wrapper {
      padding: 0 10px
   }

   header .search {
      display: none
   }
}

@media all and (max-width:599px) {
   header ul {
      width: 100%
   }

   header ul li {
      display: none
   }

   header ul li:nth-of-type(1) {
      display: block;
      margin: 0 auto
   }
}
.user_name a {
   color: inherit!important;
   text-decoration: none!important;
}