@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Bold.woff2") format("woff2"), url("../fonts/Merriweather-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Regular.woff2") format("woff2"), url("../fonts/Merriweather-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../fonts/Merriweather-Light.woff2") format("woff2"), url("../fonts/Merriweather-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 180px;
}
@media screen and (max-width: 1230px) {
  .wrapper {
    padding-top: 143px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 120px;
  }
}
.wrapper header,
.wrapper main,
.wrapper footer {
  display: block;
  width: 100%;
}

footer {
  margin-top: auto;
}

main {
  flex-grow: 1;
}

html {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Proxima Nova", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #3A352F;
}

html,
body {
  background: #FAF7F6;
}

select,
button,
input,
textarea {
  font-family: "Proxima Nova", sans-serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #3A352F;
  outline: 0;
}

.a, .toggle-menu:before, .fb-share:after, .post__view:before,
.post__share:before, .post__cat:after, .entry-content blockquote:before, .entry-content ul li:before {
  content: "";
  display: block;
}

.ff, .wrapper_in .header .header__text, .post-panel__content .post-panel__title, .subtitle, .post__title, .entry-content blockquote, .entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6, .entry-content h1, .title {
  font-family: "Merriweather";
}

.content {
  max-width: 1258px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.title {
  font-weight: 300;
  font-size: 80px;
  text-align: center;
  margin-bottom: 70px;
  line-height: 1.32;
}
@media screen and (max-width: 1230px) {
  .title {
    font-size: 55px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  .title {
    font-size: 32px;
  }
}

.thumb {
  position: relative;
}
.thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}

.breadcrumbs {
  padding: 20px 0;
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    color: #64AFB4;
  }
}

.c-pagination {
  border-top: 1px solid #DCD4D2;
  padding: 70px 0 60px;
}
@media screen and (max-width: 1100px) {
  .c-pagination {
    padding-top: 0;
    border-top: 0;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination {
    padding-top: 20px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin: 0 -20px;
  }
}
.pagination li {
  padding: 0 8px 10px;
}
@media screen and (max-width: 767px) {
  .pagination li {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.pagination li span,
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 46px;
  height: 46px;
  padding: 0 3px;
  color: #3A352F;
  transition: 0.3s;
  position: relative;
  z-index: 100;
  border: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  .pagination li span,
.pagination li a {
    min-width: 40px;
    height: 40px;
  }
}
.pagination li span svg,
.pagination li a svg {
  display: block;
}
.pagination li .prev,
.pagination li .next {
  padding: 0;
  color: #DCD4D2;
}
.pagination li .current {
  border-color: #DCD4D2;
  color: #64AFB4;
}
@media (hover: hover) {
  .pagination li a:hover {
    border-color: #64AFB4;
    color: #64AFB4;
  }
}

.entry-content {
  line-height: 1.6;
  font-size: 18px;
  color: #7D7973;
  font-weight: normal;
  text-align: left;
}
.entry-content a {
  color: #64AFB4;
  text-decoration: none;
}
.entry-content a:hover {
  text-decoration: underline;
}
.entry-content h1 {
  font-size: 35px;
  padding-bottom: 30px;
  padding-top: 20px;
  line-height: 1.2;
  font-weight: normal;
  color: #3A352F;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 28px;
  margin-bottom: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: #3A352F;
  padding-top: 30px;
}
@media screen and (max-width: 1200px) {
  .entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-size: 20px;
  }
}
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 1.2em;
}
.entry-content p {
  margin-bottom: 24px;
}
.entry-content ul {
  margin-bottom: 12px;
}
.entry-content ul li {
  position: relative;
  padding-bottom: 12px;
  padding-left: 22px;
}
.entry-content ul li:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #64AFB4;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .entry-content ul li:before {
    top: 6px;
  }
}
.entry-content ol {
  counter-reset: ol;
  padding-bottom: 12px;
}
.entry-content ol li {
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  padding-left: 47px;
}
.entry-content ol li:before {
  counter-increment: ol;
  content: counter(ol);
  border: 1px solid #DCD4D2;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: -2px;
  padding-top: 1px;
}
.entry-content blockquote {
  border: 1px solid #DCD4D2;
  padding: 40px 40px;
  font-size: 1.111em;
  margin-bottom: 100px;
  transform: translateY(40px);
  position: relative;
  line-height: 2;
}
.entry-content blockquote:before {
  background: #FAF7F6 url(../images/icon/quote.svg) center no-repeat;
  width: 65px;
  height: 35px;
  position: absolute;
  left: 25px;
  top: -17px;
}
.entry-content blockquote * {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 100;
}
.entry-content blockquote cite {
  margin-top: 20px;
  display: block;
  font-style: normal;
  color: #7D7973;
  font-family: "Proxima Nova", sans-serif;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}
.entry-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.entry-content table tr:nth-child(odd) {
  background: #eff0f5;
}
.entry-content table tr td {
  width: auto !important;
  height: auto !important;
  padding: 4px 15px;
}
.entry-content .wp-block-image figcaption {
  padding: 10px 0 0;
  line-height: 1.2;
  font-size: 0.8em;
  margin: 0;
}
.entry-content .wp-block-image figcaption br {
  display: none;
}
.entry-content .wp-block-image {
  margin-bottom: 50px;
  margin-top: 2px;
}
.entry-content .wp-block-image img {
  width: 100%;
}
.entry-content .wp-block-column .wp-block-image {
  margin-bottom: 2em;
}
.entry-content .wp-block-column {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .entry-content {
    font-size: 16px;
  }
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media screen and (max-width: 767px) {
  .entry-content table {
    font-size: 14px;
  }
  .entry-content table tr td {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 580px) {
  .entry-content p > img {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .entry-content table {
    font-size: 12px;
  }
  .entry-content table tr td {
    padding-left: 4px;
    padding-right: 4px;
  }
  .entry-content blockquote {
    padding: 2rem 3rem;
    font-size: 15px;
  }
}
/*-----------------submit----------------------*/
button[type=submit]:not(.search__submit),
input[type=submit] {
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
  border: 0;
  outline: 0;
  width: 100%;
  display: block;
  height: 60px;
  background: #64AFB4;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
}
button[type=submit]:not(.search__submit):hover,
input[type=submit]:hover {
  background: #56a8ad;
}

/*-----------------input----------------------*/
textarea,
input[type=password],
input[type=search],
input[type=email],
input[type=text],
input[type=tel] {
  height: 42px;
  background: 0;
  border: 1px solid #DCD4D2;
  background: none;
  padding: 0 14px;
  border-radius: 0;
  font-size: 14px;
  display: block;
  outline: none;
  width: 100%;
  color: #282B33;
  -webkit-appearance: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

textarea {
  height: 100px;
  padding-top: 15px;
  resize: none;
  overflow: auto;
}

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: #7D7973;
}

*:-moz-placeholder {
  color: #7D7973;
}

*::-moz-placeholder {
  color: #7D7973;
}

*:-ms-input-placeholder {
  color: #7D7973;
}

textarea:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder {
  opacity: 0;
}
textarea:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder {
  opacity: 0;
}
textarea:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder {
  opacity: 0;
}
textarea:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder {
  opacity: 0;
}

/*------------------WPCF7 Loader---------------------*/
.input-list .ajax-loader {
  visibility: hidden;
}

.input-list .ajax-loader {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.7) url(../images/loader.svg) center no-repeat !important;
  background-size: 80px auto !important;
  border-radius: 0 !important;
  opacity: 1 !important;
}

div.wpcf7-mail-sent-ok {
  font-size: 16px !important;
  font-weight: bold;
  color: #64AFB4 !important;
  padding: 0 0 20px 0 !important;
  margin: 0 auto 40px !important;
  border: 0 !important;
  text-align: center;
  display: block;
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px !important;
  color: red !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: center;
  display: block;
}

.wpcf7-form br {
  display: none !important;
}

.wpcf7-form .wpcf7-validation-errors {
  font-size: 12px !important;
  color: red !important;
  padding: 0 0 0 0 !important;
  margin: 0 auto 0 !important;
  border: 0 !important;
  text-align: center;
  display: block;
}

.input-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.wpcf7-form .wpcf7-response-output {
  max-width: 900px;
}

.input-list__item {
  width: calc(33.33333% - 15px);
  padding-bottom: 15px;
}
.input-list__item p {
  padding-bottom: 0;
}
.input-list__item label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.input-list__item_full {
  width: 100%;
}

.input-list__item_ml {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .input-list__item {
    width: 100%;
  }
}
.offer {
  position: relative;
  z-index: 200;
  margin-bottom: 40px;
  padding-top: 20px;
}
.offer .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1230px) {
  .offer {
    padding-top: 10px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .offer {
    padding-top: 20px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 479px) {
  .offer {
    padding-bottom: 180px;
  }
}

.offer__thumb {
  width: 29.5%;
  margin-top: 57px;
}
.offer__thumb .thumb {
  padding-bottom: 125%;
}
@media screen and (max-width: 1230px) {
  .offer__thumb {
    width: 260px;
    margin-right: 50px;
    margin-top: 30px;
  }
  .offer__thumb .thumb {
    height: 330px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .offer__thumb {
    position: absolute;
    bottom: 0;
    right: 20px;
    margin: 0;
    width: 210px;
  }
  .offer__thumb .thumb {
    height: 230px;
  }
}
@media screen and (max-width: 479px) {
  .offer__thumb {
    width: 180px;
  }
  .offer__thumb .thumb {
    height: 200px;
  }
}
@media screen and (max-width: 410px) {
  .offer__thumb {
    width: 160px;
  }
}

.offer__title {
  width: 70.3%;
  padding-right: 30px;
}
@media screen and (max-width: 1230px) {
  .offer__title {
    width: calc(100% - 310px);
  }
}
@media screen and (max-width: 767px) {
  .offer__title {
    width: 100%;
    padding-right: 0;
  }
}
.offer__title .title {
  text-align: left;
  max-width: 760px;
  margin: 0;
}
@media screen and (max-width: 1230px) {
  .offer__title .title {
    font-size: 45px;
    max-width: 390px;
  }
}
@media screen and (max-width: 767px) {
  .offer__title .title {
    font-size: 32px;
    max-width: 290px;
  }
}
@media screen and (max-width: 479px) {
  .offer__title .title {
    font-size: 28px;
    max-width: 250px;
  }
}

.offer__bg {
  position: absolute;
  z-index: -1;
  top: -80px;
  left: calc(50% - 240px);
  right: 0;
}
.offer__bg .thumb {
  height: 490px;
}
@media screen and (max-width: 1230px) {
  .offer__bg {
    left: 212px;
    top: -40px;
  }
  .offer__bg .thumb {
    height: 290px;
  }
}
@media screen and (max-width: 767px) {
  .offer__bg {
    top: -20px;
    left: 135px;
  }
}

/*------------------------------------------*/
/*------------------------------------------*/
.main-post {
  border-top: 1px solid #DCD4D2;
  padding-top: 40px;
}

.main-head {
  border-bottom: 1px solid #DCD4D2;
  padding-top: 75px;
}
.main-head .title {
  text-align: left;
}
@media screen and (max-width: 1230px) {
  .main-head {
    padding-top: 50px;
  }
}

.main {
  padding: 75px 0 50px;
}
.main .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1230px) {
  .main {
    padding: 50px 0;
  }
}

.main__content {
  width: calc(100% - 428px);
}
@media screen and (max-width: 1100px) {
  .main__content {
    width: 100%;
  }
}

.main__aside {
  width: 360px;
}
.main__aside.is_stuck {
  right: 50%;
  transform: translateX(609px);
}
@media screen and (max-width: 1258px) {
  .main__aside.is_stuck {
    transform: none;
    right: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .main__aside {
    width: 100%;
    transform: none !important;
    position: static !important;
  }
}

.main__full {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .main__aside .menu {
    display: none !important;
  }
}

.menu {
  background: #F0F7EC;
  padding: 47px 33px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .menu {
    padding: 30px 25px;
  }
}
.menu ul > li:not(:last-child) {
  margin-bottom: 30px;
}
.menu ul > li:nth-last-child(2) {
  margin-bottom: 0;
}
.menu ul > li > a {
  position: relative;
  padding-left: 42px;
  display: block;
  font-size: 17px;
  line-height: 1.6;
}
.menu ul > li > a img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
}
@media (hover: hover) {
  .menu ul > li > a:hover {
    color: #EA5F1A;
  }
}
@media screen and (max-width: 1200px) {
  .menu ul > li > a {
    font-size: 14px;
  }
}
.menu ul > li.menu__cat {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu ul > li.menu__cat {
    display: block;
    margin: 35px -35px 0;
    padding: 35px 35px 0;
    border-top: 1px solid #D9D9D9;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    position: fixed;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 700;
    margin: 0;
    padding: 0 15px;
    display: flex !important;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.3s;
  }
  .menu:after {
    content: "";
    position: absolute;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #F0F7EC;
    left: 50px;
    top: -13px;
  }
  .menu ul {
    background: #F0F7EC;
    width: 100%;
    overflow-y: auto;
    padding: 35px 35px;
    margin-bottom: 15px;
  }
  .menu.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

.post-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -35px;
}
@media screen and (max-width: 767px) {
  .post-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 479px) {
  .post-list {
    margin: 0 auto;
    max-width: 300px;
  }
}

.post {
  width: calc(33.333333% - 70px);
  display: flex;
  flex-direction: column;
  margin: 0 35px 67px;
}
@media screen and (max-width: 1100px) {
  .post {
    width: calc(50% - 70px);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .post {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
}
@media screen and (max-width: 479px) {
  .post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.post__thumb {
  position: relative;
  overflow: hidden;
  padding-bottom: 126%;
  display: block;
  transition: 0.3s;
  width: 100%;
}
.post__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: 0.6s;
}

@media (hover: hover) {
  a.post__thumb:hover img {
    transform: scale(1.05);
  }
}

.post__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-grow: 1;
  margin: -90px 40px 0;
  background: #fff;
  position: relative;
  z-index: 100;
  padding: 25px 20px;
}
@media screen and (max-width: 767px) {
  .post__body {
    margin: -60px 16px 0;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .post__body {
    margin-top: -40px;
  }
}
@media screen and (max-width: 479px) {
  .post__body {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.post__cat {
  margin-bottom: 10px;
  position: relative;
  margin-right: 25px;
}
/* .post__cat:after {
  position: absolute;
  border-right: 1px solid #DCD4D2;
  height: 20px;
  right: 0;
  top: 50%;
  margin-top: -10px;
} */
.post__cat li {
  margin-right: 25px;
  padding: 10px 0;
  display: inline-block;
}
.post__cat li a {
  font-size: 22px;
  color: #64AFB4;
  border-bottom: 1px solid transparent;
}
@media (hover: hover) {
  .post__cat li a:hover {
    border-bottom-color: #64AFB4;
  }
}
@media screen and (max-width: 767px) {
  .post__cat {
    margin-right: 15px;
  }
  .post__cat li {
    margin-right: 15px;
  }
  .post__cat li a {
    font-size: 18px;
  }
}

.post__title {
  font-weight: 700;
  font-size: 20px;
  color: #3A352F;
  margin-bottom: 18px;
}
@media (hover: hover) {
  .post__title:hover {
    color: #64AFB4;
  }
}
@media screen and (max-width: 767px) {
  .post__title {
    margin-bottom: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .post__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.post__excerpt {
  color: #7D7973;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .post__excerpt {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  .post__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
}

.post__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.post__info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.post__view,
.post__share {
  margin-right: 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .post__view,
.post__share {
    font-size: 16px;
  }
}
.post__view:before,
.post__share:before {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
.post__view:last-child,
.post__share:last-child {
  margin-right: 0;
}

.post__view:before {
  background: url(../images/icon/view.svg) center no-repeat;
  background-size: contain;
}

.post__share:before {
  background: url(../images/icon/share.svg) center no-repeat;
  background-size: contain;
}

.subtitle {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .subtitle {
    font-size: 23px;
  }
}
@media screen and (max-width: 479px) {
  .subtitle {
    text-align: center;
  }
}

.popular-post .post {
  margin: 0 0 67px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .popular-post .post {
    width: calc(50% - 70px);
    margin: 0 35px 50px;
  }
}
@media screen and (max-width: 767px) {
  .popular-post .post {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
}
@media screen and (max-width: 479px) {
  .popular-post .post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .popular-post .popular-post__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
  }
}
@media screen and (max-width: 767px) {
  .popular-post .popular-post__list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 479px) {
  .popular-post .popular-post__list {
    margin: 0 auto;
    max-width: 300px;
  }
}

.similar-post .post {
  width: calc(50% - 70px);
}
@media screen and (max-width: 767px) {
  .similar-post .post {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
}
@media screen and (max-width: 479px) {
  .similar-post .post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.post._single {
  margin: 0;
  width: 100%;
}

/*------------------------------------------*/
/*------------------------------------------*/
.after-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 30px;
  border-top: 1px solid #DCD4D2;
  margin-bottom: 60px;
  transform: translateY(10px);
}

.like-button {
  display: flex;
  align-items: center;
  font-size: 14px;
}
.like-button .text-line {
  margin-right: 10px;
}
.like-button .fb_iframe_widget {
  height: 21px;
}

@media screen and (max-width: 1200px) {
  .after-content__share {
    width: 100%;
    margin-bottom: 30px;
  }
}

.share42-item,
#share42 {
  display: block;
}

.fb-share {
  display: inline-flex;
  align-items: center;
  background: #BBE7EA;
  position: relative;
  color: #3A352F;
  height: 50px;
  padding: 0 15px 0 20px;
  font-size: 14px;
  white-space: nowrap;
}
.fb-share:after {
  background: url(../images/icon/share-arrow.svg) center no-repeat;
  background-size: contain;
  width: 36px;
  height: 20px;
  margin-left: 20px;
}
.fb-share .share42-counter {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #fff;
  display: none;
}
@media (hover: hover) {
  .fb-share:hover {
    background: #94d9de;
  }
}

/*------------------------------------------*/
/*------------------------------------------*/
.post-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #EEE9E5;
  transition: 0.3s;
  transform: translateY(-100%);
}
.post-panel.active {
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .post-panel {
    transform: translateY(100%);
    top: auto;
    bottom: 0;
    z-index: 600;
  }
  .post-panel.active {
    transform: translateY(0);
  }
}

.post-panel__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .post-panel__content {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .post-panel__content {
    padding: 15px 0;
    justify-content: center;
  }
}
.post-panel__content .post-panel__title {
  font-weight: normal;
  font-size: 28px;
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .post-panel__content .post-panel__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .post-panel__content .post-panel__title {
    display: none;
  }
}

/*------------------------------------------*/
/*------------------------------------------*/
@media screen and (min-width: 1200px) {
  .categories {
    padding-top: 20px;
  }
}
.categories > ul {
  margin-bottom: -30px;
}
.categories > ul > li {
  background: #F0F7EC;
  margin-bottom: 30px;
  font-size: 17px;
  padding: 30px 27px;
}
.categories > ul > li > a {
  position: relative;
  padding-left: 41px;
  display: inline-block;
  line-height: 1.5;
  font-weight: 600;
}
.categories > ul > li > a img {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
}
@media (hover: hover) {
  .categories > ul > li > a:hover {
    color: #EA5F1A;
  }
}
.categories > ul > li ul {
  padding-left: 41px;
  padding-top: 20px;
}
.categories > ul > li ul li {
  margin-bottom: 20px;
}
.categories > ul > li ul li:last-child {
  margin-bottom: 0;
}
@media (hover: hover) {
  .categories > ul > li ul li a:hover {
    color: #EA5F1A;
  }
}
@media screen and (min-width: 768px) {
  .categories > ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 1675px;
    margin: 0 -15px;
    overflow: hidden;
  }
  .categories > ul > li {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .categories > ul {
    max-height: 1130px;
  }
  .categories > ul > li {
    width: calc(33.33333% - 30px);
  }
}

/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
/*------------------------------------------*/
.wrapper_in {
  padding-top: 150px;
}
.wrapper_in .header {
  border-bottom: 1px solid #DCD4D2;
}
@media screen and (min-width: 1230px) {
  .wrapper_in .header .logo img {
    width: 128px;
  }
}
.wrapper_in .header .header__text {
  width: 100%;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 24px;
}
@media screen and (max-width: 1230px) {
  .wrapper_in .header .header__text {
    width: auto;
    margin-bottom: 0;
    margin-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper_in .header .header__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .wrapper_in .header .header__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 390px) {
  .wrapper_in .header .header__text {
    display: none;
  }
}
@media screen and (max-width: 1230px) {
  .wrapper_in .header .header__row {
    align-self: center;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1230px) {
  .wrapper_in {
    padding-top: 143px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper_in {
    padding-top: 120px;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 0;
  z-index: 700;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}
.header.active {
  background: #FAF7F6;
}
@media screen and (max-width: 1230px) {
  .header {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
  }
  .header.scroll {
    border-bottom-color: #DCD4D2;
    padding: 10px 0;
    background: #FAF7F6;
  }
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo img {
  display: block;
  width: 168px;
  height: auto;
}
@media screen and (max-width: 1230px) {
  .header__logo img {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo img {
    width: 100px;
  }
}

.header__row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-grow: 1;
  max-width: 847px;
  align-self: flex-start;
  padding: 10px 0;
  margin-left: 30px;
}
@media screen and (max-width: 1230px) {
  .header__row {
    padding: 0;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header__row {
    height: auto;
    align-self: center;
  }
}

.top-menu {
  flex-grow: 1;
}
.top-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 745px;
}
.top-menu ul li a {
  color: #7D7973;
  font-size: 16px;
  padding: 7px 0;
  display: block;
}
@media (hover: hover) {
  .top-menu ul li a:hover {
    color: #64AFB4;
  }
}
.top-menu ul li.current-menu-item a, .top-menu ul li.current-post-ancestor a {
  color: #64AFB4;
  background: url(../images/icon/active.svg) 0 100% no-repeat;
}
@media screen and (max-width: 1230px) {
  .top-menu {
    position: fixed;
    top: 138px;
    bottom: 0;
    overflow-y: auto;
    left: 0;
    width: 100%;
    z-index: 800;
    background: #FFFFFF;
    padding: 40px 50px;
    transition: 0.3s;
    transform: translateX(-100%);
  }
  .top-menu.active {
    transform: translateX(0);
  }
  .top-menu ul {
    flex-direction: column;
    max-width: 100%;
    align-items: flex-start;
  }
  .top-menu ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .top-menu ul li a {
    color: #3A352F;
  }
}
@media screen and (max-width: 767px) {
  .top-menu {
    top: 117px;
  }
  .top-menu.scroll {
    top: 98px;
  }
}

.search__form {
  position: relative;
}
.search__form .search__input {
  padding-right: 34px;
  border: 0;
  border-bottom: 1px solid #DCD4D2;
  padding-left: 0;
}
.search__form .search__submit {
  border: 0;
  appearance: none;
  width: 26px;
  height: 25px;
  background: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  transition: 0.3s;
  color: #3A352F;
}
.search__form .search__submit svg {
  width: 25px;
  height: 25px;
}
@media (hover: hover) {
  .search__form .search__submit:hover {
    color: #64AFB4;
  }
}

.toggle-search {
  border: 0;
  outline: 0;
  appearance: none;
  cursor: pointer;
  color: #3A352F;
  transition: 0.3s;
  background: 0;
}
@media (hover: hover) {
  .toggle-search:hover {
    color: #64AFB4;
  }
}

.toggle-menu {
  background: 0;
  border: 0;
  outline: 0;
  appearance: none;
  cursor: pointer;
  display: none;
  align-items: center;
  transition: 0.3s;
  color: #282B33;
  margin-right: 35px;
}
.toggle-menu:before {
  width: 24px;
  height: 24px;
  background: url(../images/icon/menu.svg) center no-repeat;
  background-size: contain;
}
.toggle-menu.active {
  color: #64AFB4;
}
.toggle-menu.active:before {
  background: url(../images/icon/x.svg) center no-repeat;
  background-size: 19px;
}
@media screen and (max-width: 1230px) {
  .toggle-menu {
    display: flex;
  }
}

.footer {
  background: #EEE9E5;
  padding: 60px 0;
  color: #7D7973;
}
.footer .content {
  max-width: 890px;
}

.footer__logo img {
  display: block;
  width: 131px;
  height: auto;
  margin: 0 auto 34px;
}

.footer__nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 740px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .footer__nav ul {
    max-width: 300px;
  }
}
.footer__nav ul li {
  padding-bottom: 4px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .footer__nav ul li {
    width: 60%;
    font-size: 14px;
  }
  .footer__nav ul li:nth-child(even) {
    width: 40%;
  }
}
.footer__nav ul li a {
  color: #7D7973;
  padding: 7px 0;
  display: block;
}
@media (hover: hover) {
  .footer__nav ul li a:hover {
    color: #64AFB4;
  }
}

.footer__copyright {
  text-align: center;
  margin: 0 auto;
  max-width: 630px;
}
.footer__copyright p:not(:last-child) {
  margin-bottom: 33px;
}
.footer__copyright a {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) {
  .footer__copyright a:hover {
    text-decoration: none;
  }
}

.footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__row {
    flex-direction: column;
  }
}

.facebook-join {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.facebook-join a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid #DCD4D2;
  min-width: 46px;
  margin-left: 20px;
  color: #7D7973;
}
@media (hover: hover) {
  .facebook-join a:hover {
    color: #64AFB4;
  }
}

.footer__search {
  margin-bottom: 30px;
  max-width: 300px;
  width: 100%;
}

.fixed-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 900;
  padding: 50px 0;
  background: #FAF7F6;
  transition: 0.3s;
  transform: translateY(-100%);
}
.fixed-search.active {
  transform: translateY(0);
}
@media screen and (max-width: 1200px) {
  .fixed-search {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .fixed-search {
    padding: 30px 0;
  }
}
.fixed-search .search__form {
  display: block;
  width: 100%;
}

.fixed-search__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fixed-search__content {
    height: 50px;
  }
}
.fixed-search__content .search__input {
  height: 60px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .fixed-search__content .search__input {
    font-size: 16px;
    height: 50px;
  }
}
.fixed-search__content .search__submit {
  width: 40px;
  height: 40px;
}
.fixed-search__content .search__submit svg {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .fixed-search__content .search__submit {
    width: 25px;
    height: 25px;
  }
  .fixed-search__content .search__submit svg {
    width: 25px;
    height: 25px;
  }
}

.navigation-bg {
  position: fixed;
  z-index: 890;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.navigation-bg.active {
  visibility: visible;
  opacity: 1;
}

.main-404 {
  padding: 80px 0;
}

.page-404 {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.page-404__title {
  font-size: 80px;
  font-weight: bold;
}

.page-404__img {
  margin: 0 auto -50px;
  max-width: 505px;
  width: 100%;
  display: block;
  transform: translateX(-10px);
}

.page-404__text {
  padding-bottom: 35px;
  font-size: 16px;
}
.page-404__text p {
  padding-bottom: 5px;
}
.page-404__text strong {
  font-size: 22px;
  font-weight: 500;
}
.page-404__text a {
  color: #64AFB4;
  text-decoration: underline;
}
.page-404__text a:hover {
  text-decoration: none;
}

@media screen and (max-width: 500px) {
  .page-404__img {
    transform: none;
    margin-bottom: -30px;
  }

  .page-404__text {
    font-size: 14px;
  }
  .page-404__text strong {
    font-size: 18px;
  }
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  text-align: center;
  border-radius: 0;
}

.fb-like > span {
  min-width: 155px;
  height: 21px !important;
}
.fb-like > span iframe {
  min-width: 155px;
}

/*ads*/
.ad_top {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-around;
}