button, a {
  text-decoration: none;
  cursor: pointer; }
  button:focus, button:active, a:focus, a:active {
    outline: none; }

input, textarea {
  border-radius: 0;
  box-shadow: none; }
  input:focus, input:active, textarea:focus, textarea:active {
    outline: none;
    border-radius: 0;
    box-shadow: none; }
  input.error, textarea.error {
    border-color: #fe0000 !important; }

figure {
  margin: 1em 0; }

.icon-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-svg-arrow {
  font-size: 0.6rem;
  width: 1.66667em; }

.icon-svg-comment {
  font-size: 1.9rem;
  width: 1.10526em; }

.icon-svg-fb {
  font-size: 1.4rem;
  width: 0.57143em; }

.icon-svg-google {
  font-size: 1.1rem;
  width: 1.45455em; }

.icon-svg-info {
  font-size: 1.5rem;
  width: 1em; }

.icon-svg-logo {
  font-size: 2.6rem;
  width: 1em; }

.icon-svg-mail {
  font-size: 1.7rem;
  width: 1em; }

.icon-svg-reddit {
  font-size: 41.6rem;
  width: 1.23606em; }

.icon-svg-twitter {
  font-size: 1rem;
  width: 1.3em; }

.icon-svg-youtube {
  font-size: 1rem;
  width: 1.8em; }

.blog__wrapper {
  width: 1060px;
  margin: 0 auto;
  padding: 60px 0 100px; }

.blog__title {
  font-size: 36px;
  font-family: "CeraPRO", "Gill Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 43px; }

.blog__breadcrumbs {
    margin: 0 0 34px;
}

.blog-banner {
  margin-bottom: 30px; }
  .blog-banner__block {
    height: 434px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    position: relative; 
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition: .4s; }
    .blog-banner__block:hover {
      background-size: 110% auto;
    }
  .blog-banner__link {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(64,67,69);
    opacity: .2;
    transition: .6s; }
  .blog-banner__block:hover .blog-banner__link {
      opacity: 0; }
  .blog-banner__button {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    margin-right: 20px;
    z-index: 10; }
    .blog-banner__button a {
      font-family: "CeraPRO", "Gill Sans", sans-serif;
      font-weight: 400;
      color: #ffffff;
      font-size: 14px;
      height: 30px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 20px;
      transition: .3s; }
      .blog-banner__button a:first-child {
        background-color: #4f7bba; }
      .blog-banner__button a:last-child {
        margin-left: 12px;
        background-color: #63c89b; }
      .blog-banner__button a:hover:first-child {
        background-color: #3d6aaa; }
      .blog-banner__button a:hover:last-child {
        background-color: #32ad76; }
  .blog-banner__info {
    width: 100%;
    margin-top: auto;
    padding-top: 80px;
    padding-left: 38px;
    padding-right: 40%;
    padding-bottom: 53px;
    z-index: 10;
    transition: .6s;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(233,241,247,0.18) 15%, rgba(31,34,36,0.3) 25%, rgba(31,34,36,0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(15%, rgba(233,241,247,0.18)), color-stop(25%, rgba(31,34,36,0.3)), color-stop(100%, rgba(31,34,36,0.8)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(233,241,247,0.18) 15%, rgba(31,34,36,0.3) 25%, rgba(31,34,36,0.8) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(233,241,247,0.18) 15%, rgba(31,34,36,0.3) 25%, rgba(31,34,36,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(233,241,247,0.18) 15%, rgba(31,34,36,0.3) 25%, rgba(31,34,36,0.8) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(233,241,247,0.18) 15%, rgba(31,34,36,0.3) 25%, rgba(31,34,36,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1f2224', GradientType=0 ); }
    .blog-banner__info a:hover {
      color: #ffffff;}
    .blog-banner__info a:visited {
      color: #ffffff;}
  .blog-banner__data {
    font-family: "CeraPRO", "Gill Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 22px; }
  .blog-banner__name {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-family: "CeraPRO", "Gill Sans", sans-serif;
    font-weight: 600;
    transition: 0.3s; }
    .blog-banner__info .blog-banner__name:hover {
      color: #63c89b; }

.blog-content {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .blog-content__btn {
    width: 202px;
    height: 48px;
    border-radius: 5px;
    background-color: #88a8bf;
    font-size: 16px;
    color: #ffffff;
    border: none;
    transition: 0.3s;
    font-family: "CeraPRO", "Gill Sans", sans-serif;
    font-weight: 600; }
    .blog-content__btn:hover {
      background-color: #6a8fa9; }

.blog-content {
  width: 100%; }
  .blog-content .msrItem {
    float: left; }

.blog-block {
  width: 333px;
  margin-right: 30px;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 27px 8px rgba(0, 0, 0, 0.04); }
  .blog-block:nth-child(3n) {
    margin-right: 0; }
  .blog-block.inner {
    margin-top: -100px; }
  .blog-block .blog-banner__button {
    position: absolute;
    top: 0;
    right: 0; }
  .blog-block__img {
    width: 333px;
    height: 200px;
    display: block;
    position: relative;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    transition: .4s; }
    .blog-block__img:hover {
      background-size: auto 110%; }
  .blog-block__img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(64,67,69);
    opacity: .2;
    transition: .6s; }
    .blog-block__img:hover:before {
      opacity: 0; }
  .blog-block__btn {
    color: white;
    font-size: 14px; }
  .blog-block__info {
    padding: 25px 20px 19px; }
  .blog-block__name {
    font-size: 20px;
    color: #383838;
    line-height: 24px;
    font-family: "CeraPRO", "Gill Sans", sans-serif;
    font-weight: 600;
    display: block;
    transition: 0.3s; }
    .blog-block__name:visited {
      color: #383838; }
    .blog-block__name:hover {
      color: #63c89b; }
  .blog-block__bottom {
    margin-top: 19px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .blog-block__data {
    color: #c7c6c6;
    font-family: "CeraPRO", "Gill Sans", sans-serif;
    font-weight: 400;
    font-size: 14px; }
  .blog-block__comment {
    display: flex;
    align-items: center;
    padding: 0;
    transition: 0.3s; }
    .blog-block__comment svg {
      color: #dbdbdb;
      width: 21px;
      height: 19px;
      margin-right: 10px;
      transition: 0.3s; }
    .blog-block__comment span {
      font-family: "CeraPRO", "Gill Sans", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #c7c6c6;
      transition: 0.3s; }
    .blog-block__comment:hover svg {
      color: #63c89b; }
    .blog-block__comment:hover span {
      color: #63c89b; }
  .blog-block__text {
    line-height: 22px;
    font-size: 16px;
    color: #9d9c9c;
    font-family: "CeraPRO", "Gill Sans", sans-serif;
    font-weight: 400;
    margin-top: 13px;
    margin-bottom: 43px; }

.blog_one {
  background-color: white; }
  .blog_one.blog_tag .blog__title {
    margin-top: 33px;
    margin-bottom: 12px; }

.blog-one__head {
  display: flex;
  align-items: center;
  margin-bottom: 42px; }

.blog-one__data {
  font-family: "CeraPRO", "Gill Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-right: 40px; }

.blog-one img {
  max-width: 100%;
  margin-bottom: 36px; }

.blog-one__info {
  display: flex;
  align-items: center;
  font-family: "CeraPRO", "Gill Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #dbdbdb; }
  .blog-one__info svg {
    width: 15px;
    height: 15px;
    margin-right: 10px; }
  .blog-one__info a {
    color: #dbdbdb;
    transition: 0.3s; }
    .blog-one__info a:hover {
      color: #63c89b; }

.blog-one p {
  font-size: 16px;
  color: #383838;
  line-height: 28px;
  font-family: "CeraPRO", "Gill Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 16px; }
  .blog-one p a {
    color: #63c89b;
    text-decoration: underline; }
  .blog-one p a:hover {
    text-decoration: none;
  }

.blog-one ul {
    list-style-type: disc;
    padding-left: 36px; }

.blog-one ul, 
.blog-one ol {
  font-size: 16px;
  color: #383838;
  line-height: 28px;
  font-family: "CeraPRO", "Gill Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 16px; }

.blog-one li > ul, 
.blog-one li > ol {
  margin-bottom: 0;
}

.blog-one h1,
.blog-one h2,
.blog-one h3,
.blog-one h4,
.blog-one h5 {
  font-family: "CeraPRO", "Gill Sans", sans-serif;
  font-weight: 600;
}

.blog-one h1 a,
.blog-one h2 a,
.blog-one h3 a,
.blog-one h4 a,
.blog-one h5 a {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
}

.blog-one h1 a:hover,
.blog-one h2 a:hover,
.blog-one h3 a:hover,
.blog-one h4 a:hover,
.blog-one h5 a:hover {
  text-decoration: none;
}

.blog-one h1 {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px; }
.blog-one h2 {
  font-size: 24px;
  margin-bottom: 16px; }
.blog-one h3 {
  font-size: 18px;
  margin-bottom: 8px; }
.blog-one h4 {
  font-size: 16px;
  margin-bottom: 8px; }
.blog-one h5 {
  font-size: 14px;
  margin-bottom: 8px; }

.blog-one strong,
.blog-one b {
  font-family: "CeraPRO", "Gill Sans", sans-serif;
  font-weight: 700;
}

.blog-one__sitebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 7px;
  overflow: hidden;
  margin-top: 46px; }
  .blog-one__sitebar svg {
    color: white;
    max-width: 20px;
    max-height: 17px; }

.blog-one__site {
  width: 265px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s; }
  .blog-one__site_facebook {
    background-color: rgb(42, 75, 144); }
  .blog-one__site_facebook:hover {
    background-color: rgb(55, 91, 167); }
  .blog-one__site_twitter {
    background-color: rgb(26, 183, 234); }
  .blog-one__site_twitter:hover {
    background-color: rgb(56, 200, 247); }
  .blog-one__site_pinterest {
    background-color: rgb(204,54,44); }
  .blog-one__site_pinterest:hover {
    background-color: rgb(230,74,64); }
  .blog-one__site_reddit {
    background-color: rgb(255, 69, 0); }
  .blog-one__site_reddit:hover {
    background-color: rgb(255, 87, 24); }

.comments-area {
  font-family: "CeraPRO", "Gill Sans", sans-serif;
  font-weight: 600; }
  .comments-area h3 {
    text-transform: none;
    font-size: 24px;
    letter-spacing: 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 47px;
    margin-top: 60px;
    margin-bottom: 5px; }
  .comments-area .comment-notes {
    margin-bottom: 22px; }
    .comments-area .comment-notes span {
      color: #9d9c9c;
      font-size: 16px;
      font-weight: 500;
      font-family: "CeraPRO", "Gill Sans", sans-serif; }
  .comments-area .comment-form__wrapper {
    display: flex; }
    .comments-area .comment-form__wrapper .comment-form-author {
      margin-bottom: 22px; }
  .comments-area .comment-form label span {
    font-family: "CeraPRO", "Gill Sans", sans-serif;
    font-weight: 600;
    color: #383838;
    font-size: 18px;
    display: block;
    margin-bottom: 12px; }
  .comments-area .comment-form__wrapper .comment-form__user {
    flex: 0 0 29%; }
  .comments-area .comment-form__wrapper .comment-form__text {
    flex: 0 0 69%;
    margin-left: 20px; }
  .comments-area .comment-form textarea {
    padding: 10px 20px;
    width: 100%;
    max-width: 100%;
    height: 142px; }
  .comments-area .comment-form-cookies-consent {
    display: flex; }
  .comments-area .mc4wp-checkbox {
    display: block;
    margin-bottom: 12px; }
  .comments-area .mc4wp-checkbox label span {
    font-family: "CeraPRO", "Gill Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: inline-block; }
  .comments-area .form-submit .submit {
    background-color: #63c89b;
    border: none;
    color: #fff;
    height: 48px;
    line-height: 48px;
    padding: 0 44px;
    margin-bottom: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-family: "CeraPRO", "Gill Sans", sans-serif;
    font-weight: 600;
    cursor: pointer;
    outline: 0;
    transition: all .3s; }
    .comments-area .form-submit .submit:hover {
      background-color: #32ad76; }

.comments-title, .says {
  display: none;
}

.comment-awaiting-moderation {
  font-family: "CeraPRO", "Gill Sans", sans-serif;
  font-weight: 400;
  color: #abacac;
  display: block;
  margin: 8px 0 12px;
}

.comment-list {
  list-style: none;
  margin-top: 50px;
  padding: 0;
  border-top: 1px solid #e5e5e5; }
  .comment-list .comment {
    padding-top: 36px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 32px; }
    .comment-list .comment-body {
      display: flex;
      justify-content: space-between; }
    .comment-list .comment-author {
      margin-bottom: 6px; }
      .comment-list .comment-author b {
        font-family: "CeraPRO", "Gill Sans", sans-serif;
        font-weight: 400;
        text-transform: capitalize;
        font-size: 18px;
        color: #383838; }
    .comment-list .comment-metadata a {
      font-family: "CeraPRO", "Gill Sans", sans-serif;
      font-weight: 400;
      font-size: 14px;
      color: #abacac; }
    .comment-list .comment-content {
      margin-top: -5px;
      width: 911px; }

.blog_tag .blog__title {
  text-align: left;
  font-size: 30px;
  line-height: 34px;
  margin-top: 34px; }

.blog_tag .blog__wrapper {
  padding: 60px 0 72px; }

@media screen and (max-width: 1079px) {
  .blog__wrapper {
    width: 100%;
    padding: 60px 20px 100px; }
  .blog-content {
    width: 697px;
    margin: 0 auto; }
    .blog-content .msrItem {
      float: left; }
  .blog-block {
    width: 333px;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 0 27px 8px rgba(0, 0, 0, 0.04); }
    .blog-block:nth-child(3n) {
      margin-right: 30px; }
    .blog-block:nth-child(2n) {
      margin-right: 0; }
    .blog-block.inner {
      margin-top: -100px; }
    .blog-block .blog-banner__button {
      position: absolute;
      top: 0;
      right: 0; }
    .blog-block__img {
      width: 333px;
      height: 200px;
      display: block;
      overflow: hidden; }
    .blog-block__btn {
      color: white;
      font-size: 14px; }
    .blog-block img {
      width: 333px;
      height: 200px;
      -webkit-transform: scale(1);
              transform: scale(1);
      transition: 0.3s; }
      .blog-block img:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    .blog-block__info {
      padding: 25px 20px 19px; }
    .blog-block__name {
      font-size: 20px;
      color: #383838;
      line-height: 24px;
      font-family: "CeraPRO", "Gill Sans", sans-serif;
      font-weight: 700
      display: block;
      transition: 0.3s; }
      .blog-block__name:hover {
        color: #63c89b; }
    .blog-block__bottom {
      margin-top: 19px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .blog-block__data {
      color: #c7c6c6;
      font-size: 14px; }
    .blog-block__comment {
      background-color: transparent;
      border: none;
      display: flex;
      align-items: center;
      font-family: "CeraPRO", "Gill Sans", sans-serif;
      font-weight: 600
      padding: 0;
      transition: 0.3s; }
      .blog-block__comment svg {
        color: #dbdbdb;
        width: 21px;
        height: 19px;
        margin-right: 10px;
        transition: 0.3s; }
      .blog-block__comment span {
        font-size: 14px;
        color: #c7c6c6;
        transition: 0.3s; }
      .blog-block__comment:hover svg {
        color: #63c89b; }
      .blog-block__comment:hover span {
        color: #63c89b; }
    .blog-block__text {
      line-height: 22px;
      font-size: 16px;
      color: #9d9c9c;
      font-family: "CeraPRO", "Gill Sans", sans-serif;
      font-weight: 600
      margin-top: 13px;
      margin-bottom: 43px; } }

@media screen and (max-width: 767px) {
  .blog__wrapper {
    width: 100%;
    padding: 50px 20px 100px; }
  .blog-banner {
    width: 280px;
    margin: 0 auto 30px;
    background-color: white;
    border-radius: 10px; }
    .blog-banner__block {
      height: auto;
      min-height: 350px;
      background-position: left center;
      background-size: cover; }
    .blog-banner__block:hover {
      background-size: cover; }
    .blog-banner__info {
      padding: 0 20px;
      margin-bottom: 0;
      margin-left: 0;
      display: flex;
      flex-direction: column; }
    .blog-banner__data {
      margin-top: 19px;
      color: #c7c6c6;
      font-size: 14px;
      order: 2; }
    .blog-banner__name {
      order: 1;
      font-size: 20px;
      line-height: 24px;
      font-family: "CeraPRO", "Gill Sans", sans-serif;
      font-weight: 700
      display: block;
      transition: 0.3s; }
      .blog-banner__name:hover {
        color: #63c89b; }
  .blog-content {
    width: 280px; }
    .blog-content .msrItem {
      float: left; }
  .blog-block {
    width: 280px;
    min-height: 480px;
    margin-right: 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 0 27px 8px rgba(0, 0, 0, 0.04); }
    .blog-block:nth-child(2n), .blog-block:nth-child(3n) {
      margin-right: 0; }
    .blog-block .blog-banner__button {
      position: absolute;
      top: 0;
      right: 0; }
    .blog-block__img {
      width: 100%;
      height: 200px;
      display: block;
      overflow: hidden;
      background-size: cover;
      background-position: left center; }
    .blog-block__img:hover {
      background-size: cover; }
    .blog-block__btn {
      color: white;
      font-size: 14px; }
    .blog-block img {
      width: 333px;
      height: 200px;
      transition: 0.3s; }
    .blog-block__info {
      padding: 25px 20px 19px; }
    .blog-block__name {
      font-size: 20px;
      color: #383838;
      line-height: 24px;
      font-family: "CeraPRO", "Gill Sans", sans-serif;
      font-weight: 700
      display: block;
      transition: 0.3s; }
      .blog-block__name:hover {
        color: #63c89b; }
    .blog-block__bottom {
      margin-top: 19px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .blog-block__data {
      color: #c7c6c6;
      font-size: 14px; }
    .blog-block__comment {
      background-color: transparent;
      border: none;
      display: flex;
      align-items: center;
      font-family: "CeraPRO", "Gill Sans", sans-serif;
      font-weight: 600
      padding: 0;
      transition: 0.3s; }
      .blog-block__comment svg {
        color: #dbdbdb;
        width: 21px;
        height: 19px;
        margin-right: 10px;
        transition: 0.3s; }
      .blog-block__comment span {
        font-size: 14px;
        color: #c7c6c6;
        transition: 0.3s; }
      .blog-block__comment:hover svg {
        color: #63c89b; }
      .blog-block__comment:hover span {
        color: #63c89b; }
    .blog-block__text {
      line-height: 22px;
      font-size: 16px;
      color: #9d9c9c;
      font-family: "CeraPRO", "Gill Sans", sans-serif;
      font-weight: 600
      margin-top: 13px;
      margin-bottom: 43px; } }

@media screen and (max-width: 1079px) {
  .blog_one.blog_tag .blog__title {
    margin-top: 33px;
    margin-bottom: 12px; }
  .blog-one__head {
    margin-bottom: 47px; }
  .blog-one__data {
    font-size: 16px;
    margin-right: 40px; }
  .blog-one img {
    margin-bottom: 36px; }
  .blog-one__info {
    font-size: 16px; }
    .blog-one__info svg {
      width: 15px;
      height: 15px;
      margin-right: 10px; }
  .blog-one p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px; }
  .blog-one h2 {
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 38px;
    margin-bottom: 14px; }
  .blog-one__sitebar {
    border-radius: 7px;
    margin-top: 46px; }
    .blog-one__sitebar svg {
      max-width: 20px;
      max-height: 17px; }
  .blog-one__site {
    width: 25%;
    height: 40px; }
  .comments-area h2 {
    font-size: 24px;
    letter-spacing: 0;
    padding-top: 47px;
    margin-top: 60px;
    margin-bottom: 5px; }
  .comments-area .comment-notes {
    margin-bottom: 22px; }
    .comments-area .comment-notes span {
      font-size: 16px; }
    .comments-area .comment-form__wrapper .comment-form-author {
      margin-bottom: 22px; }
  .comments-area .comment-form label span {
    font-size: 16px;
    margin-bottom: 4px; }
  .comments-area .comment-form input[type="text"], 
  .comments-area .comment-form input[type="email"], 
  .comments-area .comment-form textarea {
    font-size: 16px;
    height: 40px;
    border-radius: 5px;
    padding: 0 20px; }
  .comments-area .comment-form textarea {
    padding: 10px 20px;
    height: 142px; }
  .comments-area .form-submit .submit {
    width: 200px;
    height: 48px; }
  .comment-list {
    margin-top: 50px; }
    .comment-list .comment {
      padding-top: 36px;
      padding-bottom: 32px; }
      .comment-list .comment-body {
        display: flex;
        justify-content: space-between; }
      .comment-list .comment-author {
        margin-bottom: 6px; }
        .comment-list .comment-author a {
          font-size: 18px;
          color: #383838; }
      .comment-list .comment-metadata a {
        font-size: 14px;
        color: #abacac; }
      .comment-list .comment-content {
        margin-top: -5px;
        width: 78.125vw; } }

@media screen and (max-width: 767px) {
  .blog_one.blog_tag .blog__title {
    margin-top: 33px;
    margin-bottom: 12px; }
  .blog-one__head {
    margin-bottom: 47px;
    flex-direction: column;
    align-items: flex-start; }
  .blog-one__data {
    font-size: 16px;
    margin-right: 40px;
    margin-bottom: 10px; }
  .blog-one img {
    margin-bottom: 36px; }
  .blog-one__info {
    font-size: 16px; }
    .blog-one__info svg {
      width: 15px;
      height: 15px;
      margin-right: 10px; }
  .blog-one p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px; }
  .blog-one h2 {
    font-size: 22px;
    letter-spacing: 1px;
    margin-top: 38px;
    margin-bottom: 14px; }
  .blog-one__sitebar {
    border-radius: 7px;
    margin-top: 46px; }
    .blog-one__sitebar svg {
      max-width: 20px;
      max-height: 17px; }
  .blog-one__site {
    width: 25%;
    height: 40px; }
  .comments-area h2 {
    font-size: 24px;
    letter-spacing: 0;
    padding-top: 47px;
    margin-top: 60px;
    margin-bottom: 5px; }
  .comments-area .comment-notes {
    margin-bottom: 22px; }
    .comments-area .comment-notes span {
      font-size: 16px; }
  .comments-area .comment-form__wrapper {
    display: flex;
    flex-direction: column; }
    .comments-area .comment-form__wrapper .comment-form-author {
      margin-bottom: 14px; }
    .comments-area .comment-form__wrapper .comment-form-email {
      margin-bottom: 14px; }
  .comments-area .comment-form label span {
    font-size: 14px;
    margin-bottom: 12px; }
  .comments-area .comment-form input[type="text"], 
  .comments-area .comment-form input[type="email"], 
  .comments-area .comment-form textarea {
    font-size: 16px;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    padding: 0 20px; }
  .comments-area .comment-form__wrapper .comment-form__text {
    margin-left: 0; }
  .comments-area .comment-form textarea {
    padding: 10px 20px;
    width: 100%;
    height: 142px; }
  .comments-area .mc4wp-checkbox label span {
    line-height: 18px;
    width: 60%;
    vertical-align: middle; }
  .comments-area .form-submit .submit {
    width: 200px;
    height: 48px; }
  .comment-form input[type=checkbox] {
    margin-bottom: 12px;
  }
  .comment-list {
    margin-top: 50px; }
    .comment-list .comment {
      padding-top: 36px;
      padding-bottom: 32px; }
      .comment-list .comment-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
      .comment-list .comment-author {
        margin-bottom: 6px; }
        .comment-list .comment-author a {
          font-size: 18px;
          color: #383838; }
      .comment-list .comment-metadata a {
        font-size: 14px;
        color: #abacac; }
      .comment-list .comment-content {
        margin-top: 15px;
        width: 100%; } }

@media screen and (max-width: 1079px) {
  .blog_tag .blog__wrapper {
    padding: 60px 20px 100px; } }
