body,
form {
   width: 100%;
}
a,
article,
b,
center,
div,
form,
header,
html,
li,
nav,
ul {
   padding: 0;
   margin: 0;
   font-size: 100%;
   vertical-align: baseline;
   border: 0;
}
body {
   padding: 0;
   margin: 0;
   line-height: 1;
   min-width: 280px;
   background: #fff;
   font-family: "Roboto";
   color: #222;
   word-wrap: break-word;
}
img,
p {
   margin: 0;
   font-size: 100%;
}
body,
h2,
img,
p {
   vertical-align: baseline;
   border: 0;
}
img {
   padding: 0;
   max-width: 100%;
   height: auto;
   vertical-align: middle;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
   -ms-interpolation-mode: bicubic;
}
article,
header,
nav {
   display: block;
}
ul {
   list-style: none;
}
a:focus {
   outline: 0;
}

html {
   height: 100%;
}
.wrapper {
   margin: 0 auto;
}
#header {
   min-height: 100px;
   background-repeat: no-repeat;
   background-position: top center;
   background-size: cover;
}
#main,
.maxwidth {
   margin: 0 auto;
   position: relative;
}
#main {
   padding: 0 0 60px;
}
.maxwidth {
   width: 90%;
   max-width: 1180px;
}
a {
   color: #222;
}
a:hover {
   color: #936;
}
p {
   padding: 0 0 1em;
}
p:last-child {
   padding-bottom: 0;
}
.title,
h2 {
   margin: 0;
   line-height: 1.1;
   font-family: "Roboto";
   font-weight: 700;
   padding: 0 0 0.5em;
}
.anons h2,
h2 {
   font-size: 30px;
}
.entry-box {
   margin: 30px 0 0;
}
.entry-box ul {
   margin: 0.5em 0 1em 50px;
}
.entry-box li {
   padding-top: 5px;
}
.entry-box ul li {
   padding-left: 5px;
   position: relative;
}
.anons h2 {
   padding-bottom: 0;
}
.anons img {
   margin-bottom: 15px;
   margin-top: 5px;
   max-width: 100%;
   height: auto;
}
.meta a,
.more-link {
   text-decoration: none;
}
.more-link {
   display: inline-block;
   padding: 10px 20px;
   background: #936;
   color: #fff;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   -webkit-transition: opacity 0.2s;
   transition: opacity 0.2s;
   position: relative;
}
.more-link:hover {
   opacity: 0.8;
   color: #fff;
}
.meta {
   margin: 10px 0 0;
   font-size: 12px;
   color: #999;
}
.meta a {
   color: #999;
}
.meta a:hover {
   text-decoration: underline;
}
a:hover {
   color: #3a5b66;
}
.more-link {
   background: #3a5b66;
}
.main-content {
   max-width: 900px;
   margin: 0 auto;
}
.entry-box p {
   line-height: 1.7;
}
.entry-box img {
   display: block;
   margin: 0 auto 1em;
   max-width: 100%;
}
.entry-box .content-img {
   width: 50%;
}
.alert-block {
   margin: 0 0 1em;
   padding: 15px;
   background: #fce5cd;
}
.text-big {
   font-size: 20px;
}
.comment-item {
   display: flex;
   border-bottom: 1px solid #eee;
   padding: 15px 0;
}
.comment-item > div:first-child {
   width: 50px;
   flex: 50px 0 0;
}
.user-info {
   padding-left: 15px;
}
.user-info > div:first-child {
   padding-bottom: 10px;
   font-weight: 700;
}
.user-ava img {
   width: 50px;
}
.user-info img {
   display: block;
   margin: 20px 0;
   width: 100%;
   max-width: 350px;
}
.text-center {
   text-align: center;
}
.comment-title {
   margin: 40px 0 15px;
   padding: 5px;
   background: #dae2e8;
   font-size: 18px;
   font-weight: 700;
}
.title {
   font-size: 23px;
}
.text-color-2 {
   color: #3a5b66;
}
.name {
   position: relative;
   border: 0;
   background: no-repeat;
   padding: 0;
}
.header {
   background: #fff;
   min-height: fit-content;
}
.header__container {
   display: grid;
   align-items: center;
   justify-content: space-between;
   max-width: 1330px;
   padding: 0 15px;
   margin: 0 auto;
   width: 100% !important;
   gap: 0 30px;
   grid-template-columns: repeat(4, fit-content);
   grid-template-areas: "logo menu social logoSecond";
}
.header__logo--first {
   grid-area: logo;
}
.header__logo--second {
   grid-area: logoSecond;
}
.header__logo--second .imagem {
   min-height: 75px;
   min-width: 90px;
   object-fit: cover;
}
.header__link,
.header__social {
   display: flex;
   align-items: center;
}
.header__social {
   max-width: 215px;
   gap: 0 30px;
   justify-content: space-between;
   width: 100%;
   margin-left: auto;
   grid-area: social;
}
.header__link {
   text-decoration: none;
   flex-direction: column;
   justify-content: center;
}
.header__link,
.header__link > div {
   font-size: 16px !important;
   color: #000 !important;
   font-weight: 600 !important;
}
.menu__item:first-child .menu__link {
   display: flex;
   align-items: center;
   gap: 5px;
}
.menu__item:first-child .menu__link::after {
   background: red;
   content: "";
   width: 12px;
   height: 9px;
   clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.menu {
   margin: 0 auto;
   grid-area: menu;
}
.menu__list {
   list-style: none;
   display: flex;
   align-items: center;
   gap: 0 30px;
   margin: 0 auto;
   padding: 0;
}
.menu__link {
   color: #000 !important;
   text-decoration: none !important;
   white-space: nowrap;
}
*,
body {
   margin: 0;
}
* {
   box-sizing: border-box;
   padding: 0;
}

header {
   background: #f1f1f1;
   width: 100%;
   display: flex;
}
.more-link {
   text-transform: uppercase;
}

.blur1,
header {
   position: relative;
}

.blur {
   cursor: pointer;
}

@media screen and (min-width: 768px) {
   h2 {
      font-size: 30px;
   }
}
@media only screen and (min-width: 768px) {
   #header {
      background-size: auto;
   }
}
@media screen and (min-width: 1024px) {
   .wrapper {
      width: 100%;
   }
}
@media (max-width: 1200px) {
   .header__logo--second {
      display: none;
   }
   .header__container {
      grid-template-columns: repeat(3, fit-content);
      grid-template-areas: "logo menu social";
   }
}
@media (max-width: 1100px) {
   .header {
      padding-top: 20px;
      border: 0;
   }
   .header__container {
      padding-left: 0;
      padding-right: 0;
      grid-template-columns: repeat(3, auto);
      grid-template-rows: repeat(2, auto);
      grid-template-areas: "logo . social" "menu menu menu";
   }
   .header__social {
      padding-right: 12px;
   }
   .menu {
      background: linear-gradient(90.56deg, #f26222 1.65%, #ec2542 100%);
      padding: 10px 0;
      width: 100%;
   }
   .menu__item:first-child .menu__link::after {
      background-color: #0a58ca;
   }
   .menu__list {
      width: fit-content;
   }
   .menu__link {
      color: #fff !important;
   }
}
@media (max-width: 600px) {
   .header__logo--first {
      padding: 0 0 0 10px;
   }
   .header__social {
      padding: 0 10px 0 0;
   }
   .header__container {
      padding: 0;
   }
   .menu {
      padding: 10px 5px;
   }
   .menu__list {
      gap: 0 10px;
   }
}
@media (max-width: 490px) {
   .header__container {
      width: 100%;
      grid-template-columns: repeat(2, fit-content);
      grid-template-areas: "logo social" "menu menu";
   }
}
@media screen and (max-width: 480px) {
   .content-img {
      width: 100% !important;
   }
}
@media (max-width: 460px) {
   .header__container {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 30px 0;
      grid-template-columns: none;
      grid-template-areas: none;
   }
   .menu {
      order: 2;
   }
   .menu__list {
      flex-wrap: wrap;
      gap: 20px 10px;
      justify-content: center;
   }
   .header__social {
      margin: 0;
      padding: 0;
   }
   .header__logo--first {
      padding: 0;
   }
}
@media screen and (max-width: 430px) {
   .more-link {
      padding: 10px 12px;
      font-size: 13px;
   }
}
@media screen and (max-width: 350px) {
   .more-link {
      font-size: 15px;
   }
   .more-link::after {
      position: relative;
      top: -10px;
      right: 10px;
   }
}

.user-ava img {
   width: 50px !important;
   height: 50px !important;
   object-fit: cover ;
}
