::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.top_image {
  position: relative;
  overflow: hidden;
}
.top_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
.top_image .image_figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  z-index: 0;
}
.top_image .image_figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_image .embed-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.top_image .embed-video iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_image #myVideo {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top_image .row {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  z-index: 2;
  text-align: center;
}
.top_image * {
  color: #fff;
}
.top_image h1 {
  padding-bottom: 0;
  margin-bottom: -23px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .top_image h1 {
    margin-bottom: 0;
  }
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.textimage {
  margin: 70px 0 70px;
}
.textimage.right_image > .row {
  flex-direction: row-reverse;
}
.textimage .row {
  width: 1100px;
}
.textimage .row.vh-center .text {
  flex-basis: 60%;
}
@media (max-width: 1024px) {
  .textimage .row.vh-center .text {
    flex-basis: 100%;
  }
}
.textimage .text {
  flex-basis: 43%;
}
@media (max-width: 1024px) {
  .textimage .text {
    flex-basis: 100%;
  }
}
.textimage .image {
  flex-basis: 43%;
}
@media (max-width: 1024px) {
  .textimage .image {
    flex-basis: 100%;
    text-align: center;
  }
}
.background_pp {
  padding: 60px 0 50px;
  margin: 0;
}
.logotypes .row {
  width: 1000px;
}
.logotypes .logotypes-text {
  margin-bottom: 20px;
}
.logotypes .logotypes-items {
  text-align: center;
}
.logotypes .logotypes-items .logotypes-item {
  margin: 0 50px;
  display: inline-block;
  max-width: 160px;
}
.background_image_text {
  padding: 60px 0;
  min-height: 500px;
  position: relative;
}
.background_image_text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.background_image_text p {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 50px;
}
.background_image_text * {
  color: #fff;
}
.items_slider {
  margin: 60px 0;
}
.items_slider .row {
  width: 1490px;
}
.items_slider .items_slider_text {
  margin-bottom: 40px;
}
.items_slider .swiper-slide {
  height: 412px;
}
.items_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.items_slider .swiper-button-next, .items_slider .swiper-button-prev {
  width: 50px;
}
.items_slider .swiper-button-next:after, .items_slider .swiper-button-prev:after {
  display: none;
}
.items_slider .swiper-button-prev {
  left: 16%;
  transform: scale(1, 1) translate(0px, 0px) rotate(180deg);
}
.items_slider .swiper-button-next {
  right: 16%;
}
.foot-ins {
  margin: 60px 0 60px;
}
.foot-ins .row {
  width: 1300px;
}
.foot-ins .link-ins {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  background-color: rgba(241, 237, 228, 1);
  padding: 15px 40px;
  color: #000;
}
footer {
  background-color: rgba(251, 249, 245, 1);
}
.gellery {
  margin: 60px 0;
}
.gellery .row {
  width: 910px;
}
.gellery .top_text {
  margin-bottom: 40px;
}
.gellery .item {
  /* Masonry bricks or child elements */
  display: inline-block;
  margin: 0 0 20px;
  width: 100%;
}
.gellery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gellery.row3 .masonry {
  column-count: 3;
  column-gap: 20px;
}
.gellery.row2 .row {
  width: 910px;
}
.gellery.row2 .masonry {
  column-count: 2;
  column-gap: 20px;
}
.textimage_slider .row {
  width: 1100px;
}
.textimage_slider .swiper-slide {
  display: flex;
}
.textimage_slider .swiper-slide.right_image {
  flex-direction: row-reverse;
}
.textimage_slider .swiper-slide.right_image.vh-center .text {
  flex-basis: 60%;
}
@media (max-width: 1024px) {
  .textimage_slider .swiper-slide.right_image.vh-center .text {
    flex-basis: 100%;
  }
}
.textimage_slider .swiper-slide .text {
  flex-basis: 43%;
}
@media (max-width: 1024px) {
  .textimage_slider .swiper-slide .text {
    flex-basis: 100%;
  }
}
.textimage_slider .swiper-slide .image {
  flex-basis: 43%;
}
@media (max-width: 1024px) {
  .textimage_slider .swiper-slide .image {
    flex-basis: 100%;
    text-align: center;
  }
}
.textimage_slider .swiper-button-wrap {
  position: absolute;
  bottom: 0;
  left: 14%;
}
@media (max-width: 1024px) {
  .textimage_slider .swiper-button-wrap {
    display: none;
  }
}
.textimage_slider .swiper-button-wrap span {
  width: 50px;
  display: inline-block;
  stroke: rgba(43, 42, 42, 1);
  transform: scaleX(-1);
  padding: 1px;
  text-align: center;
}
.textimage_slider .swiper-button-next, .textimage_slider .swiper-button-prev {
  top: 0;
  margin: 0;
  position: relative;
  transform: none;
  display: inline-block;
  width: 50px;
}
.textimage_slider .swiper-button-next:after, .textimage_slider .swiper-button-prev:after {
  display: none;
}
.textimage_slider .swiper-button-prev {
  transform: scale(1, 1) translate(0px, 0px) rotate(180deg);
}
.three_blocks {
  margin: 60px 0 40px;
}
.three_blocks .row {
  width: 1100px;
}
.three_blocks .text_three_blocks {
  margin-bottom: 40px;
}
.three_blocks .text_three_items .text_three_item {
  flex-basis: 31%;
}
@media (max-width: 1024px) {
  .three_blocks .text_three_items .text_three_item {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.three_blocks .text_three_items .text_three_item iframe {
  width: 100%;
}
.text_full {
  margin: 60px 0 40px;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.top-block-p .news-items-top-text-date {
  color: #757575;
  text-transform: uppercase;
  display: block;
  margin-bottom: 35px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}
.single-post-content {
  padding: 85px 0;
}
.single-post-content .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .content-text {
  flex-basis: 70%;
  max-width: 70%;
}
@media (max-width: 1024px) {
  .single-post-content .content-text {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.single-post-content .content-text .post-bottom {
  border-top: 1px solid #ddd;
  padding: 25px 0;
}
.single-post-content .content-text .post-bottom .post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 25px;
}
.single-post-content .content-text .post-bottom .post-info img {
  margin-right: 10px;
}
.single-post-content .content-text .post-bottom .post-info span, .single-post-content .content-text .post-bottom .post-info a {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
}
.single-post-content .content-text .post-bottom .post-info .post_tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .content-text .post-bottom .post-info .post_category span {
  margin-right: 5px;
}
.single-post-content .content-text .post-bottom .post-info .clipboard {
  cursor: pointer;
}
.single-post-content .content-text .post-bottom .navigate-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .content-text .post-bottom .navigate-btns > div {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 49%;
}
.single-post-content .content-text .post-bottom .navigate-btns > div a {
  color: #000;
  font-weight: 700;
}
.single-post-content .content-text .post-bottom .navigate-btns > div.prev-btn {
  text-align: left;
}
.single-post-content .content-text .post-bottom .navigate-btns > div.next-btn {
  text-align: right;
}
.single-post-content .sidebar {
  flex-basis: 25%;
  max-width: 25%;
}
@media (max-width: 1024px) {
  .single-post-content .sidebar {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.single-post-content .sidebar aside .top-aside {
  margin-bottom: 40px;
}
.single-post-content .sidebar aside .top-aside .subscribe-block {
  margin-bottom: 10px;
}
.single-post-content .sidebar aside .top-aside .subscribe-block > .btn {
  cursor: pointer;
  width: 100%;
}
@media (max-width: 1024px) {
  .single-post-content .sidebar aside .top-aside .subscribe-block > .btn {
    width: auto;
  }
}
.single-post-content .sidebar aside .top-aside .subscribe-block > .btn:hover {
  border: 1px solid #fcbf00;
  color: #fcbf00;
}
.single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="email"] {
  color: #000;
  height: 40px;
  border: 1px solid #e2e2e2;
  padding: 10px 0 10px 10px;
}
.single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="submit"] {
  margin: 5px 0;
  padding: 15px 30px;
  background: #fcbf00;
}
.single-post-content .sidebar aside .top-aside .subscribe-block .subscribe-form form input[type="submit"]:hover {
  color: #fcbf00;
  background: #fff;
  border-color: #fcbf00;
}
.single-post-content .sidebar aside .top-aside .searchform input[type="text"] {
  background: #e4e4e4;
  color: #000;
  height: 40px;
}
.single-post-content .sidebar aside .top-aside .searchform .searchsubmit {
  background: #3370de;
  height: 40px;
}
.single-post-content .sidebar aside .top-aside .searchform .searchsubmit:before {
  color: #fff;
}
.single-post-content .sidebar aside .aside-box > h4 {
  text-transform: uppercase;
}
.single-post-content .sidebar aside .aside-box .posts li, .single-post-content .sidebar aside .aside-box .cats li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 20px;
  margin-bottom: 0;
}
.single-post-content .sidebar aside .aside-box .posts li:before, .single-post-content .sidebar aside .aside-box .cats li:before {
  top: 15px;
}
.single-post-content .sidebar aside .aside-box .posts li a, .single-post-content .sidebar aside .aside-box .cats li a {
  color: #3370de;
}
.single-post-content .sidebar aside .aside-box .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .sidebar aside .aside-box .tags li {
  border: 1px solid #7e8286;
  padding: 7px;
  margin-right: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.single-post-content .sidebar aside .aside-box .tags li a {
  display: inline-block;
  color: #7e8286;
  text-transform: uppercase;
  font-size: 11px;
}
.single-post-content .recent-posts-wrapper {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 60px 0;
}
.single-post-content .recent-posts-wrapper > h4 {
  margin-bottom: 30px;
}
.single-post-content .recent-posts-wrapper .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 768px) {
  .single-post-content .recent-posts-wrapper .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .single-post-content .recent-posts-wrapper .posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-post-content .recent-posts-wrapper .posts .post .thumbnail {
  height: 285px;
  margin-bottom: 25px;
}
.single-post-content .recent-posts-wrapper .posts .post .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-post-content .recent-posts-wrapper .posts .post .date {
  margin-bottom: 25px;
}
.single-post-content .recent-posts-wrapper .posts .post .date span {
  font-size: 16px;
  color: #757575;
}
.single-post-content .recent-posts-wrapper .posts .post .title {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
header .row {
  background-color: rgba(251, 249, 245, 1);
  width: 1535px;
  padding: 20px 60px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.75);
}
@media (max-width: 1440px) {
  header .row {
    padding: 20px 30px;
  }
}
@media (max-width: 1240px) {
  header .row {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  header .row {
    padding: 15px 10px;
  }
}
header .logo-header {
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 15px;
}
@media (max-width: 1440px) {
  header .logo-header {
    margin: 0 5px;
  }
}
@media (max-width: 1024px) {
  header .logo-header {
    -webkit-flex-basis: 130px;
    -moz-flex-basis: 130px;
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
  }
}
header .logo-header img {
  width: 100%;
}
header .logo-header:hover {
  opacity: 0.7;
}
header .main_nav-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
header .main_nav-left .flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
header .header-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
header .main_nav .menu-item {
  text-transform: uppercase;
  line-height: 1.2;
  padding: 5px 20px;
}
@media (max-width: 1440px) {
  header .main_nav .menu-item {
    padding: 5px 15px;
  }
}
@media (max-width: 1240px) {
  header .main_nav .menu-item {
    padding: 5px 10px;
  }
}
header .main_nav .menu-item a {
  font-weight: 700;
  color: rgba(43, 42, 42, 1);
  font-size: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
header .main_nav .menu-item a:hover {
  opacity: 0.7;
}
header .main_nav-right .menu-item:last-child {
  background: rgba(241, 237, 228, 1);
}
header .soc-items {
  margin-left: 30px;
}
@media (max-width: 1440px) {
  header .soc-items {
    margin-left: 20px;
  }
}
@media (max-width: 1240px) {
  header .soc-items {
    margin-left: 15px;
  }
}
header .soc-items a {
  margin: 5px;
  color: rgba(43, 42, 42, 0.7);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .soc-items a:hover {
  opacity: 0.7;
}
header.stick .row {
  padding: 8px 60px;
}
@media (max-width: 1024px) {
  header.stick .row {
    padding: 15px 10px !important;
  }
}
footer {
  padding: 40px 0 0;
}
footer .top-footer {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  footer .top-footer {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  footer .top-footer {
    margin-bottom: 20px;
  }
}
footer .top-footer .footer-left-info li, footer .top-footer .footer-right-info li {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 15px;
  color: #2b2a2a;
}
footer .top-footer .footer-left-info li a, footer .top-footer .footer-right-info li a {
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #2b2a2a;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .top-footer .footer-left-info li a:hover, footer .top-footer .footer-right-info li a:hover {
  opacity: 0.7;
}
footer .top-footer .info-box {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  footer .top-footer .info-box {
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}
@media (max-width: 768px) {
  footer .top-footer .info-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
footer .top-footer .info-box .text {
  max-width: 280px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  footer .top-footer .info-box .text {
    max-width: none;
  }
}
footer .top-footer .footer-logo {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding: 0 20px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  footer .top-footer .footer-logo {
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}
@media (max-width: 768px) {
  footer .top-footer .footer-logo {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
}
footer .top-footer .footer-logo .logo_foot {
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .top-footer .footer-logo .logo_foot img {
  width: 100%;
}
footer .top-footer .footer-logo .logo_foot:hover {
  opacity: 0.7;
}
footer .bottom-footer .row {
  width: 1535px;
  padding: 15px;
  background-color: rgba(171, 190, 198, 0.5);
}
footer .bottom-footer .bottom-footer-links {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
footer .bottom-footer .bottom-footer-links .bottom-footer-link {
  display: inline-block;
  margin: 5px 15px;
  color: rgba(48, 48, 48, 1);
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .bottom-footer .bottom-footer-links .bottom-footer-link:hover {
  opacity: 0.7;
}
.blog-section {
  margin: 50px 0;
}
.blog-section .wrap {
  max-width: 768px;
  margin: 0 auto;
}
.blog-section .posts-wrapper .post-item {
  margin: 50px 0;
}
.blog-section .posts-wrapper .post-item .post-content .date {
  text-align: center;
}
.blog-section .posts-wrapper .post-item .post-content .date p {
  font-size: 11px;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 700;
}
.blog-section .posts-wrapper .post-item .post-content .post-title {
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 30px;
  color: #2b2a2a;
  padding-bottom: 20px;
  max-width: 500px;
}
.blog-section .posts-wrapper .post-item .post-content .post-title:hover {
  text-decoration: underline;
}
.blog-section .posts-wrapper .post-item .post-content .content {
  font-size: 14px;
}
.blog-section .posts-wrapper .post-item .thumbnail-wrapper .post-thumbnail {
  display: block;
}
.blog-section .posts-wrapper .post-item .thumbnail-wrapper .post-thumbnail img {
  max-height: 468px;
  width: 100%;
  object-fit: cover;
}
.blog-section .posts-wrapper .post-item .link {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid black;
  max-width: 500px;
  margin: 0 auto;
}
.blog-section .posts-wrapper .post-item .link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.blog-section .posts-wrapper .post-item .link a svg {
  width: 15px;
  height: 15px;
}
.blog-section .posts-wrapper .post-item .link a p {
  color: #2b2a2a;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  font-weight: 700;
  font-size: 11px;
  padding: 0;
}
.single-post-section {
  margin: 150px 0;
}
.single-post-section .wrap {
  max-width: 768px;
  margin: 0 auto;
}
.single-post-section .wrap .post-wrapper .title-wrapper {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.single-post-section .wrap .post-wrapper .content p {
  font-size: 14px;
}
.single-post-section .wrap .post-wrapper .gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  margin: 15px 0;
}
.single-post-section .wrap .post-wrapper .gallery-wrapper .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sticky-post {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 525px;
  padding: 150px 0 30px;
  position: relative;
}
.sticky-post::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2b2a2a;
  z-index: 1;
  opacity: 0.3;
}
.sticky-post .post-card-sticky {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-bottom: 15px;
  position: relative;
  z-index: 5;
}
.sticky-post .post-card-sticky h1, .sticky-post .post-card-sticky h2, .sticky-post .post-card-sticky h3, .sticky-post .post-card-sticky p {
  color: #fbf9f5;
}
.sticky-post .post-card-sticky p {
  letter-spacing: 0.05em;
  font-size: 14px;
}
.sticky-post .link {
  text-align: center;
  position: relative;
  z-index: 5;
}
.sticky-post .link a {
  border: 1px solid #fbf9f5;
  padding: 10px 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.sticky-post .link a p {
  color: #fbf9f5;
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: 0.3em;
  font-size: 11px;
  font-weight: 700;
  padding-bottom: 0;
}
.sticky-post .link a svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}
.search-section {
  padding: 30px 0;
  background-color: rgba(241, 237, 228, 1);
}
.search-section .search-wrapper {
  text-align: center;
}
.search-section .search-wrapper h3 {
  font-size: 30px;
  padding-bottom: 10px;
}
.search-section .search-wrapper form input[type="text"] {
  width: 182px;
  height: 30px;
  border-color: rgba(43, 42, 42, 0.25);
  border-width: 1px;
  background-color: rgba(251, 249, 245, 0);
  border-style: solid;
  border-radius: inherit;
}
.search-section .search-wrapper form input[type="submit"] {
  font-size: 13px;
  padding: 0;
}
.search-results .blog-section {
  margin: 120px 0;
}
.newsletter-section {
  padding: 30px 0;
  background-color: rgba(241, 237, 228, 1);
}
.newsletter-section .newslatter-wrapper {
  max-width: 700px;
  margin: 0 auto;
  max-width: 96%;
}
.newsletter-section .newslatter-wrapper h5 {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1.8;
  letter-spacing: 0.3em;
  font-size: 11px;
  font-weight: 700;
}
.newsletter-section .newslatter-wrapper h2 {
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 48px;
}
.newsletter-section .newslatter-wrapper p {
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 14px;
  text-align: justify;
}
.newsletter-section .newslatter-wrapper form {
  width: 430px;
  margin: 0 auto;
  max-width: 100%;
}
.newsletter-section .newslatter-wrapper form input[type="email"] {
  color: #2b2a2a;
  border: 1px solid #2b2a2a;
  height: 41.5px;
  padding: 10px 40px;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  border-radius: 0px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.newsletter-section .newslatter-wrapper form #field_submit input {
  color: #f1ede4;
  border: 1px solid #2b2a2a;
  display: inline-block;
  padding: 9px 40px;
  font-size: 13px;
  background: #2b2a2a;
  text-align: center;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
  border-radius: 0px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
