

  @media (min-width: 1100px) {
    .c-article img {
      width: 100%;
      height: 350px;
      object-fit: cover;
    }
  }
  @media (max-width: 768px) {
    .c-article img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }
  }
  
  .c-article-info__back .sharing-popup.active {
    display: block;
    width: 200px;
  }
  
  .c-article-info__back img {
    width: 70px;
    height: 40px;
  }
  
  .c-article__date {
    margin-bottom: 35px;
  }
  
  .page-template-archive .hero .image-side:after {
    bottom: 45px;
  }
  
  .c-dropdown__label span {
    font-weight: 300;
  }
  
  .c-article__content p {
    font-size: 16px;
    line-height: 24px;
  }
  
  .c-recent-posts__link a {
    font-weight: 300 !important;
  }
  
  .c-last-posts__link,
  .c-recent-posts__link {
    font-size: 14px;
  }

  
/*blog archive*/
.c-dropdown {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    float: none;
  }
  .c-last-posts {
    width: 100%;
    height: auto;
    max-width: 1560px;
    margin: 0 auto;
    float: none;
  }
  .c-last-posts__wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0px 7vw;
  }
  .c-last-posts__item {
    width: 100%;
    height: 550px;
    margin: 60px 0;
    display: flex;
    justify-content: space-between;
    border: 1px solid #ccc;
  }
  
  .c-last-posts__item:first-child {
    margin-top: 0;
  }
  
  .c-last-posts__image {
    width: 100%;
    max-width: 550px;
    height: 100%;
    display: block;
  }
  
  .c-last-posts__title a,
  .c-last-posts__title a:hover {
    text-decoration: none;
    border: none;
    background: none;
    color: rgba(86, 166, 63, 1);
  }
  
  .c-last-posts__content {
    width: 65%;
    /*     max-width: calc( 100% - 500px ); */
    padding: 40px 115px;
  }
  @media (max-width: 1350px) {
    .c-last-posts__content {
      padding: 40px;
    }
  }
  .c-last-posts__title {
    padding: 10px 0 30px 0;
  }
  
  .c-article {
    max-width: 1320px;
    margin: 0 auto;
  }
  
  .c-recent-posts {
    max-width: 1415px;
    margin: 0 auto;
  }
  
  .c-recent-posts__descr {
    height: 40px;
    overflow: hidden;
    margin-bottom: 25px;
  }
  
  .c-last-posts__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c-last-posts__time {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-last-posts__time ul li:before {
    top: -10px;
  }
  .c-last-posts__time ul {
    margin: 0;
    width: 0;
  }
  .c-last-posts__time ul li {
    line-height: 0;
    margin: 0;
  }
  
  .c-last-posts .c-last-posts__time a {
    color: black;
    cursor: pointer;
    width: 15px;
    transform: scale(0.8);
    position: relative;
  }
  
  .c-article-info__back img {
    width: 70px;
    height: 40px;
  }
  
  .c-last-posts__title h3 {
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.2;
    font-size: 30px;
  }
  
  .c-last-posts__descr {
    width: 100%;
    padding-bottom: 30px;
    color: #5c626b;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    height: auto;
    overflow: hidden;
  }
  
  .c-last-posts__link {
    width: 100%;
    padding: 5px 0;
    letter-spacing: 1px;
  }
  .c-last-posts__link a:hover {
    text-decoration: underline;
    text-decoration-color: #d5e9cf;
    background-color: #d5e9cf;
    text-decoration-thickness: 0.2em;
  }
  .col-6--pad {
    padding: 40px;
  }
  @media (max-width: 768px) {
    .c-last-posts__item {
      height: auto;
    }
    .c-last-posts__image {
      max-width: 100%;
      width: 100%;
      height: 450px;
    }
    .c-last-posts__content {
      width: 100%;
    }
    .col-6--pad {
      padding: 20px;
      max-height: 400px;
    }
    .c-last-posts__descr {
      max-height: 200px;
      overflow: hidden;
    }
    .c-last-posts__image {
      height: 200px;
    }
  }
  
  /*Single post*/
  
  .article {
    max-width: 1440px;
    width: 100%;
  }
  
  .article-top {
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 40px 20px;
  }
  .c-article__wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 30px 7vw 0px 7vw;
  }
  .c-article__author {
    color: #505762;
    font-weight: 400;
  }
  .c-article__title {
    padding: 25px 0;
  }
  .c-article__title h2 {
    font-size: 70px;
    color: #505762;
  }
  .c-article__image {
    width: 100%;
    margin-bottom: 60px;
  }
  .c-article img {
    width: 100% !important;
    height: 100%;
  }
  .c-article__content p {
    margin: 15px 0;
    color: #505762;
  }
  .c-article__content h4 {
    font-size: 25px;
    color: #505762;
  }
  .c-article__content h2 {
    font-size: 40px;
    color: #505762;
    margin: 0px;
  }
  .c-article__info.c-article-info {
    border-bottom: 1px solid #505762;
    margin: 125px 0px 0 0px;
    display: flex;
    justify-content: space-between;
  }
  .c-article-info__back {
    max-width: 5%;
    width: 100%;
    height: 40px;
    margin-bottom: 69px;
    margin-left: 0px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-article-info__back a {
    display: block;
    height: 100%;
  }
  .c-article-info__back a img {
    width: 65px;
    height: 100%;
  }
  .article-info__name {
    margin-right: 35px;
    display: flex;
      flex-wrap: wrap;
    justify-content: flex-end;
    letter-spacing: 2px;
    height: 100%;
    width: 100%;
    max-width: 80%;
    padding-bottom: 60px;
    padding-top: 12px;
  }
  
  .article-info__name span {
      letter-spacing: 0;
      margin-right: 8px;
      width: max-content;
  }
  
  .article-info__name span:last-child {
      margin-right: 0px;
  }
  
  .article-info__name span:last-child .decor-cat {
    display: none;
  }
  
  .c-last-posts__nav li:before {
    background: #5a6167 !important;
  }
  
  .article-nav__item a {
    text-decoration: none;
  }
  .article-nav__item a:hover {
    text-decoration: none;
    text-decoration-color: #d5e9cf;
    background-color: none;
    text-decoration-thickness: 0.2em;
  }
  .c-article__nav.article-nav li:before {
    display: none;
  }
  .fa-chevron-left:before {
    content: '\f053';
    font-size: 12px;
    margin: 0px 5px 0px 0px;
  }
  .fa-chevron-right:before {
    content: '\f054';
    font-size: 12px;
    margin: 0px 0px 0px 5px;
  }
  .c-article__nav.article-nav {
    display: flex;
    margin: 50px 0 50px 0;
  }
  li.article-nav__item.article-nav__item--prev {
    padding: 0;
  }
  li.article-nav__item.article-nav__item--next {
    text-align: right;
  }
  .article-nav__prev {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    letter-spacing: 2px;
    font-weight: 400;
  }
  .article-nav__prev a {
    text-decoration: none;
    color: black;
  }
  .article-nav__next a {
    text-decoration: none;
    color: black;
  }
  .article-nav__prev::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(/dist/images/arrovprev.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
    margin-top: 4px;
  }
  .article-nav__next {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    letter-spacing: 2px;
    font-weight: 400;
  }
  .article-nav__next::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(/dist/images/arrownext.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
    margin-top: 4px;
  }
  
  .c-dropdown__item.c-dropdown__item--arrow {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px 10px;
  }
  .c-dropdown__item--arrow img {
    margin: 0 !important;
  }
  
  .article-info__tags {
    width: 100%;
    height: 100%;
    margin: 100px 0 0 0;
  }
  
  .article-info__tags span:after {
    content: 'x';
    position: absolute;
    right: 12px;
    top: 2px;
    font-size: 10px;
  }
  
  .article-info__tags span {
    background-color: #f5f5f5;
    padding: 8px 20px;
    margin-right: 20px;
    border-radius: 25px;
    text-align: center;
    color: black;
    position: relative;
  }
  
  @media (max-width: 768px) {
    .article__posts .col-4 {
      width: 100%;
    }
    .article__posts .row {
      flex-direction: column;
    }
    .post {
      padding: 20px 10px;
    }
  }
  @media (max-width: 450px) {
    .article-top {
      margin: 0;
      flex-direction: column;
    }
    .article-blog__title {
      font-size: 20px;
    }
    .article__nav.article-nav {
      width: 100%;
      flex-direction: column;
    }
    .article-nav__item {
      text-align: center;
    }
    nav.article-nav__menu {
      width: 100%;
    }
    .article__social.article-social {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
  /* Recent posts */
  .c-recent__posts.c-recent-posts {
    /* max-width: 1250px; */
    width: 100%;
    margin: 0 auto;
    /* padding-bottom: 50px; */
    float: none;
    padding: 0px 7vw 150px 7vw;
  }
  .h-section__title {
    padding: 0px 0 31px 0;
    letter-spacing: 1px;
  }
  .h-section__title span {
    font-size: 35px;
    font-weight: 500;
    color: #505762;
  }
  .c-recent-posts__list.c-recent-posts-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .c-recent-posts__col-4 {
    width: 33%;
    padding: 0 20px;
  }
  .c-recent-posts__item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .c-recent-posts__image {
    width: 100%;
  }
  .c-recent-posts__image img {
    width: 100%;
    height: 100%;
  }
  .c-recent-posts__title {
    width: 50%;
    padding: 15px 0;
  }
  .c-recent-posts__title h3 {
    font-size: 18px;
    font-weight: 500;
    color: #505762;
  }
  .c-recent-posts__title h3 a {
    text-decoration: none;
  }
  .c-recent-posts__time {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .c-recent-posts__descr {
    width: 100%;
    padding-bottom: 10px;
    color: #50577a;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .c-recent-posts__link {
    width: 100%;
    padding: 5px 0;
    letter-spacing: 1px;
  }
  .c-recent-posts__link a {
    color: #5c626b;
    font-weight: 400;
  }
  .c-recent-posts__content {
    margin-top: 60px;
  }
  .c-recent-posts__content p {
    font-size: 23px;
    font-weight: 400;
    line-height: 26px;
  }
  .c-recent-posts__link a:hover {
    text-decoration: underline;
    text-decoration-color: #d5e9cf;
    background-color: #d5e9cf;
    text-decoration-thickness: 0.2em;
  }
  @media (max-width: 1023px) {
    .c-recent-posts__col-4 {
      width: 100%;
      margin: 0 0 40px 0;
    }
    .c-recent-posts__col-4:last-child {
      margin-bottom: 0;
    }
  }
  
  .c-dropdown {
    display: flex;
    justify-content: center;
    min-height: 150px;
  }
  .c-dropdown__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0px 7vw;
  }

  .c-dropdown__label {
    color: #5c626b;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .c-dropdown__inner .c-dropdown__btn {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #5c626b;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
    border: 1px solid #5c626b !important;
    background-color: white;
    border-radius: 0;
    margin: 0;
    height: 50px;
    padding-left: 35px;
  }
  
  .c-dropdown__item.c-dropdown__item--arrow i {
    font-size: 20px;
  }
  
  .c-dropdown__item.c-dropdown__item--arrow:hover {
    background-color: rgba(86, 166, 63, 1);
  }
  
  .c-dropdown__item.c-dropdown__item--arrow:hover i {
    color: white;
  }
  
  .c-dropdown__inner .c-dropdown__btn:hover {
    color: #5c626b !important;
    box-shadow: none !important;
  }
  
  .c-dropdown__item.c-dropdown__item--arrow {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0;
    height: 50px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #5c626b !important;
    margin: 0;
    color: #5c626b;
  }
  
  .c-dropdown__menu li {
    padding: 0;
    margin: 0;
  }
  .c-dropdown__menu li:before {
    background: #9990;
  }
  
  .c-last-posts__pagination li {
    width: 40px;
    height: 40px;
    list-style: none;
    border: 1px solid lightgray;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-decoration: none;
    margin-left: 10px;
    transition: 0.5s;
  }
  
  .c-last-posts__pagination li:first-child {
    margin: 0;
  }
  
  .c-last-posts__pagination li:hover {
    border: 1px solid gray;
    transition: 0.5s;
  }
  
  .c-last-posts__pagination span {
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  
  .c-last-posts__pagination .active {
    border: 1px solid #56a63f;
    color: #56a63f;
    font-size: 14px;
    font-weight: 400;
  }
  
  .c-last-posts__pagination a {
    text-decoration: none;
  }
  
  .c-last-posts__pagination li:before {
    display: none;
  }
  
  .c-last-posts__pagination {
    display: flex;
    justify-content: center;
  }
  
  .c-dropdown__inner {
    max-width: 350px;
    width: 100%;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
  }
  
  .c-dropdown__menu {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0;
    margin: 0;
  }
  .c-dropdown__item {
    text-align: left;
    padding: 0px 35px;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    color: #5c626b;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 16px;
    border: 1px solid #5c626b;
    background-color: white;
    text-decoration: none;
  }
  .c-dropdown__item a {
    font-size: 22px;
    display: block;
    color: green;
    padding: 8px 0px 8px 23px;
    border-bottom: 1px solid green;
    border-left: 1px solid green;
    border-right: 1px solid green;
    width: 100%;
    letter-spacing: 1.5px;
    font-weight: 400;
  }
  
  a.c-dropdown__item:hover {
    background: #56a63f;
    color: white;
    text-decoration: none;
  }
  
  .c-article__social.c-article-social {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .c-article-social__wrapper {
    width: 300px;
  }
  .c-article-social__item img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
  }
  .c-article-social__item {
    margin: 0 5px;
    height: 100%;
  }
  .c-dropdown__btn:after,
  .c-dropdown__btn:before {
    content: '';
    width: 9px;
    height: 2px;
    background: #5c626b;
    position: absolute;
    top: 50%;
    margin-right: 35px;
  }
  .c-dropdown__btn:before {
    transform: rotate(40deg);
    right: 18px;
  }
  .c-dropdown__btn:after {
    transform: rotate(-40deg);
    right: 11px;
  }
  
  .c-article__content * {
    color: #5c626b;
  }
  
  @media (max-width: 500px) {
    section.c-dropdown {
      flex-direction: column;
      align-items: center;
    }
    .c-dropdown__wrapper {
      width: 100%;
    }
    .c-article__social .c-article-social {
      width: 100%;
    }
    .c-article__social.c-article-social {
      width: 100%;
      margin-top: 25px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }
    .c-article-social__wrapper {
      width: 100%;
    }
    .c-article-social__item img {
      width: 35px;
    }
    .c-article-social__item {
      display: flex;
      justify-content: center;
    }
  }
  
  .blog .c-dropdown__menu {
    position: relative;
    top: auto;
  }
  
  .c-dropdown__body {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
  }
  .c-dropdown__body.active {
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }
  
  .c-last-posts__decor {
    font-weight: 700;
    font-size: 22px;
    padding: 0 5px;
  }
  
  @media (max-width: 768px) {
    .c-last-posts__content {
      padding: 20px !important;
    }
    .c-last-posts__item {
      flex-direction: column;
    }
    .c-last-posts .c-last-posts__time a {
      bottom: 0 !important;
    }
  
    .article-info__tags {
      display: flex;
      flex-wrap: wrap;
    }
  
    .article-info__tags span {
      margin-top: 10px;
    }
    .c-article-info__back {
      margin-left: 0px !important;
    }
  
    .article-nav__item {
      text-align: left !important;
    }
  }
  
  .article-info__tags span a {
    text-decoration: none;
  }
  
  .article-info__name a {
    text-decoration: none;
  }
  
  .decor-cat:last-chld {
    display: none;
  }
  
  .blog .c-dropdown__menu {
    height: 350px;
    overflow: auto;
    display: block;
  }
  
  .sharing-popup {
    position: absolute;
    top: 0;
    left: 65px;
    display: none;
  }
  
  .sharing-popup.active {
    display: block;
  }
  
  button.c-last-posts__nav {
    position: relative;
    padding: 5px !important;
    border: none !important;
    background: none !important;
    outline: none !important;
    width: auto !important;
    margin: 5px !important;
    min-width: 30px !important;
    border-radius: 0;
    box-shadow: none !important;
  }
  
  li.article-nav__item.article-nav__item--next {
    text-align: right !important;
  }
  
  .c-article-info__back button {
    background: none;
    min-width: unset;
    padding: 0;
    margin: 0;
    position: relative;
  }
  
  .c-article-info__back {
    position: relative;
  }
  
  .c-article-info__back .sharing-popup.active {
    top: 50px !important;
  }
  
  .blog .c-last-posts__nav:hover,
  .blog .c-last-posts__nav:focus {
    border: none !important;
    box-shadow: none !important;
  }
  
  .article-info__name a:hover {
    text-decoration: underline;
    transition: 0.5s;
  }
  
  @media (max-width: 768px) {
    .article-info__name {
  /*     flex-direction: column; */
      margin-right: 0 !important;
      max-width: 70%;
    }
  
    .c-article-info__back .sharing-popup.active {
      top: 45px !important;
      left: 10px;
    }
  }
  