.page-template-blog {
  background: #ede6dd;
}

.fullContent {
  margin: 0 auto;
}

h2, h3, h4, h5, h6 {
  letter-spacing: -1px;
}

.single-post .section-firstPage__logo {
  display: none;
}

.page-template-page-blog .section-firstPage__logo {
  display: none;
}

.section-blog {
  position: relative;
  z-index: 11;
  margin: 0 auto;
  background: #ede6dd;
  padding-top: 130px;
}
.section-blog .container {
  width: 1370px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .section-blog .container {
    width: 100%;
  }
}

.section-blog .blog__header {
  background: #ede6dd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 480px) {
  .section-blog .blog__header {
    flex-direction: column;
  }
}

.posts__main_categories_box {
  font-family: "SUSE", sans-serif;
  color: #565551;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  transition: 0.6s all;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .posts__main_categories_box {
    margin-top: 15px;
  }
}
.posts__main_categories_box .posts__main_categories {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  position: absolute;
  right: 0px;
  background: #ffffff;
  width: 120px;
  margin-top: 70px;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.posts__main_categories_box:hover .posts__main_categories {
  visibility: visible;
  opacity: 1;
}
.posts__main_categories_box .categories__item {
  color: #565551;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
}
.posts__main_categories_box .categories__item:hover {
  text-decoration: underline;
}
.posts__main_categories_box .categories__item_active {
  margin-left: 5px;
  padding: 0;
}
.posts__main_categories_box .categories-arrow {
  margin-left: 3px;
}

.section-blog-taxonomy {
  margin-top: 80px;
}

.section-blog .blog__header .blog__title {
  font-size: calc(16px + 28 * (100vw - 320px) / 1120);
  font-family: "ViaodaLibre", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  color: #4b4526;
}

.section-blog .blog__header .blog__title span {
  color: #063263;
  display: block;
  margin-right: 17px;
}

.section-blog .blog__header .lineunder {
  position: relative;
  color: #e47d3b;
}

.section-blog .blog__header .lineunder .lineunder__svg_section-blog {
  /* opacity: 0; */
}

.section-blog .blog__header .lineunder .lineunder__svg_section-blog svg {
  position: absolute;
  content: "";
  left: -6px;
  bottom: 12px;
  width: 100%;
  height: 12px;
}

@media (max-width: 720px) {
  .section-blog .blog__header .lineunder .lineunder__svg_section-blog svg {
    left: -1px;
    bottom: 0px;
  }
  .section-blog .blog__header .blog__title {
    flex-direction: column;
    font-size: 32px;
    line-height: 39px;
  }
  .section-blog .blog__header .blog__title span {
    margin-right: 10px;
  }
}
.section-blog .blog__header .lineunder .lineunder__svg_section-blog #lineunder__path_section-blog {
  stroke-width: 5px;
  stroke: #393d44;
  z-index: 1;
  stroke-linecap: round;
}

.section-blog .blog__header .lineunder .lineunder__svg_section-blog-second {
  /* opacity: 0; */
}

.section-blog .blog__header .lineunder .lineunder__svg_section-blog-second svg {
  position: absolute;
  content: "";
  left: -57px;
  bottom: 12px;
  width: 295px;
  height: 12px;
}

@media (max-width: 720px) {
  .section-blog .blog__header .lineunder .lineunder__svg_section-blog-second svg {
    left: 0;
    bottom: 3px;
    width: 120px;
    height: 12px;
  }
}
@media (max-width: 420px) {
  .section-blog .blog__header .lineunder .lineunder__svg_section-blog-second svg {
    width: 93px;
  }
}
.section-blog .blog__header .lineunder .lineunder__svg_section-blog-second #lineunder__path_section-blog {
  stroke-width: 5px;
  stroke: #393d44;
  z-index: 1;
  stroke-linecap: round;
}

.section-blog .blog__header .lineunder .our-blog svg {
  position: absolute;
  content: "";
  left: -53px;
  bottom: 12px;
  width: 112px;
  height: 8px;
}

.section-blog .blog__block-box .blog__featured_title {
  font-size: calc(34px + 16 * (100vw - 320px) / 1120);
  line-height: 133.3333333333%;
  display: flex;
  align-items: center;
  font-family: "Stempel Garamond LT Std";
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #444444;
}

.section-blog .blog__block-box .blog__box {
  width: 100%;
}

.section-blog .blog__block-box .blog__box .box {
  padding: 0;
  min-height: 320px;
  margin-top: 20px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #ecf5ff;
}

@media (max-width: 720px) {
  .section-blog .blog__block-box .blog__box .box {
    padding: 0;
  }
}
.section-blog .blog__block-box .blog__box .box .box__union {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 990px) {
  .section-blog .blog__block-box .blog__box .box .box__union {
    flex-direction: column;
  }
}
@media (max-width: 990px) {
  .section-blog .blog__block-box .blog__box .box .box__union .box__photo {
    margin-bottom: 15px;
  }
}
@media (max-width: 720px) {
  .section-blog .blog__block-box .blog__box .box .box__union .box__photo {
    width: 100%;
  }
}
.section-blog .blog__block-box .blog__box .box .box__union .box__photo {
  width: 58%;
  height: 323px;
  margin-top: -2px;
  margin-left: -2px;
}

.section-blog .blog__block-box .blog__box .box .box__union .box__block_full {
  width: 65%;
  height: 320px;
}

@media (max-width: 990px) {
  .section-blog .blog__block-box .blog__box .box .box__union .box__photo {
    width: 100%;
    height: auto;
  }
  .section-blog .blog__block-box .blog__box .box .box__union .box__block_full {
    width: 100%;
    height: auto;
  }
}
.section-blog .blog__block-box .blog__box .box .box__union .box__photo img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 325px;
  width: 557px;
  border-radius: 10px 0px 0px 10px;
}

@media (max-width: 720px) {
  .section-blog .blog__block-box .blog__box .box .box__union .box__photo img {
    width: 100%;
    height: auto;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.section-blog .blog__block-box .blog__box .box .box__union .box__block {
  margin-left: 0;
  padding-right: 25px !important;
  padding-left: 35px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 720px) {
  .section-blog .blog__block-box .blog__box .box .box__union .box__block {
    margin-left: 0;
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-top: 0px !important;
  }
}
.section-blog .blog__block-box .blog__box .box .box__union .box__block .box__block_union {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.section-blog .blog__block-box .blog__box .box .box__union .box__block .box__block_union .box__data {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #7699c0;
}

.section-blog .blog__block-box .blog__box .box .box__union .box__block .box__block_union .box__data svg {
  margin-right: 12px;
  display: block;
}

.section-blog .blog__block-box .blog__box .box .box__union .box__block .box__block_union .box__author {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-blog .blog__block-box .blog__box .box .box__union .box__block .box__block_union .box__author span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #393d44;
  margin-right: 12px;
}

.section-blog .blog__block-box .blog__box .box .box__union .box__block .box__block_union .box__author img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.section-blog .blog__block-box .blog__box .box .box__union .box__block .box__title {
  font-size: calc(21px + 3 * (100vw - 320px) / 1120);
  line-height: 141.1764705882%;
  margin-top: 18px;
  text-decoration: none;
  transition: 0.6s;
  cursor: pointer;
  display: block;
  font-style: normal;
  font-weight: 700;
  color: #053162;
}

.section-blog .blog__block-box .blog__box .box .box__union .box__block .box__title:hover {
  color: #063263;
}

.section-blog .blog__block-box .blog__box .box .box__union .box__block .box__description {
  margin-bottom: 20px;
  margin-top: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #053162;
}

.section-blog .blog__block-box .blog__box .box .box__union .box__block .box__key {
  margin-right: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  background: #fae1d2;
  border-radius: 32px;
  padding: 3px 15px;
  color: #e47e3d;
  cursor: pointer;
  transition: 0.5s;
  margin-bottom: 5px;
  margin-top: 8px;
}

.section-blog .blog__block-box .blog__box .box .box__union .box__key .posts__key:hover {
  opacity: 0.9;
}

.box__block_full .post-categories {
  position: absolute;
  top: 33px;
  right: 10px;
}

.box__block_full .box__data {
  position: absolute;
  top: 41px;
  left: 40px;
}

@media (max-width: 990px) {
  .box__block_full .post-categories {
    position: relative;
    top: auto;
    right: auto;
  }
  .box__block_full .box__data {
    position: relative;
    top: auto;
    left: auto;
  }
}
.section-blog .blog__block-box .blog__box .box .box__union .box__block .box__keys .post-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
}

.section-blog .blog__block-box .blog__box .box .box__union .box__block .box__keys .box__key {
  margin-right: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  background: #fae1d2;
  border-radius: 32px;
  padding: 3px 15px;
  display: flex;
  align-items: center;
  color: #e47e3d;
  cursor: pointer;
  transition: 0.5s;
  margin-bottom: 5px;
}

.section-blog .blog__block-box .blog__box .box .box__union .box__block .box__keys a {
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 7px 11px;
  border: 1px solid rgba(40, 163, 252, 0.28);
  border-radius: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #43454d;
  text-decoration: none;
  transition: 0.6s;
  cursor: pointer;
}

.section-blog .blog__block-box .blog__box .box .box__union .box__block .box__keys a:hover {
  background: rgba(40, 163, 252, 0.28);
}

.section-blog .blog__block-box .blog__box .box .box__union .box__block_full {
  padding-right: 40px;
}

.box__block_full-page {
  width: 50%;
}

.section-blog .blog__block-box .blog__box .box .box__union {
  min-height: 320px;
  background: #ffffff;
  border: 1px solid #ecf5ff;
  border-radius: 10px;
}

@media (max-width: 990px) {
  .section-blog .blog__block-box .blog__box .box .box__union .box__photo {
    width: 100%;
  }
  .box__block_full-page {
    width: 100%;
  }
  .section-blog .blog__block-box .blog__box .box .box__union .box__block .box__keys .post-categories {
    padding-left: 0;
    padding-bottom: 15px;
  }
}
.section-blog .blog__block-box .blog__box .box .box__union .box__photo img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 325px;
  width: 557px;
}

@media (max-width: 990px) {
  .section-blog .blog__block-box .blog__box .box .box__union .box__photo img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 420px) {
  .section-blog .blog__block-box .blog__box .box .box__union .box__photo img {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
  }
  .section-blog .blog__block-box .blog__box .box .box__union .box__photo {
    margin-left: 0;
  }
}
.section-blog .blog__block-box .blog__box .box .box__union .box__block {
  position: relative;
  padding: 0px 15px;
}

.section-blog .blog__block-box .blog__box .box .box__union .box__data svg {
  margin-right: 3px;
}

.section-blog .blog__block-box .blog__locator .locator__block {
  margin-top: 48px;
}

@media (max-width: 1200px) {
  .section-blog .blog__block-box .blog__locator .locator__block {
    margin-top: 65px;
  }
}
.section-blog .blog__block-box .blog__locator .locator__block .locator__title {
  font-weight: 700;
  font-size: calc(24px + 16 * (100vw - 320px) / 1120);
  line-height: 133.3333333333%;
  display: flex;
  align-items: center;
  color: #393d44;
}

.section-blog .blog__block-box .blog__locator .locator__block .locator__box {
  position: relative;
  width: 100%;
  height: 496px;
  margin-top: 20px;
  border-radius: 16px;
}

.section-blog .blog__block-box .blog__locator .locator__block .locator__box #map {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.section-blog .blog__block-box .blog__locator .locator__block .locator__box .gm-style .gm-style-iw-c {
  position: absolute;
  box-sizing: border-box;
  top: 0px;
  width: 328px;
  height: 380px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  left: 0;
  transform: translate3d(-50%, -100%, 0);
  background-color: white;
  padding: 0px;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
}

@media (max-width: 420px) {
  .section-blog .blog__block-box .blog__locator .locator__block .locator__box .gm-style .gm-style-iw-c {
    height: 290px;
  }
}
.section-blog .blog__block-box .blog__locator .locator__block .locator__box .gm-ui-hover-effect {
  top: 6px !important;
  right: 5px !important;
  width: 36px !important;
  height: 36px !important;
  background: #fff !important;
  opacity: 1 !important;
  border-radius: 50%;
}

.section-blog .blog__block-box .blog__locator .locator__block .locator__box .gm-ui-hover-effect span {
  background: url(../img/close-point.svg) !important;
  display: block !important;
  width: 24px !important;
  height: 22px !important;
  margin: 7px !important;
  right: -5px !important;
  top: 0px !important;
}

.section-blog .blog__block-box .blog__locator .locator__block .locator__box .gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

.section-blog .blog__block-box .blog__locator .locator__block .locator__box .locator__point .point .point__photo img {
  border-radius: 16px 16px 0px 0px;
  width: 328px;
  height: 205px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 420px) {
  .section-blog .blog__block-box .blog__locator .locator__block .locator__box .locator__point .point .point__photo img {
    width: 220px;
    height: 162px;
  }
  .section-blog .blog__block-box {
    padding-left: 0;
    padding-right: 0;
  }
  .success-blog__container {
    padding: 0px 0px;
  }
  .section-blog .blog__header .blog__title span {
    margin-right: 0;
  }
  .section-blog .blog__block-box .blog__box {
    padding: 0px 15px;
  }
  .section-blog .blog__block-box .blog__featured_title {
    padding: 0px 15px;
  }
}
.section-blog .blog__block-box .blog__locator .locator__block .locator__box .locator__point .point .point__block {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
}

.section-blog .blog__block-box .blog__locator .locator__block .locator__box .locator__point .point .point__block .point__data {
  font-weight: 700;
  font-size: calc(12px + 2 * (100vw - 320px) / 1120);
  line-height: 116.6666666667%;
  display: flex;
  align-items: center;
}

.section-blog .blog__block-box .blog__locator .locator__block .locator__box .locator__point .point .point__block .point__data img {
  display: block;
  margin-right: 7px;
}

.section-blog .blog__block-box .blog__locator .locator__block .locator__box .locator__point .point .point__block .point__data span {
  position: relative;
  margin-left: 10px;
}

.section-blog .blog__block-box .blog__locator .locator__block .locator__box .locator__point .point .point__block .point__data span::after {
  position: absolute;
  content: "";
  left: -7px;
  top: 1px;
  width: 1px;
  height: 15px;
  background: #e7ddd6;
}

.section-blog .blog__block-box .blog__locator .locator__block .locator__box .locator__point .point .point__block .point__title {
  color: #393d44;
  font-weight: 700;
  font-size: calc(14px + 2 * (100vw - 320px) / 1120);
  line-height: 145.4545454545%;
  margin-top: 12px;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section-blog .blog__block-box .blog__locator .locator__block .locator__box .locator__point .point .point__block .point__title:hover {
  color: #063263;
}

.section-blog .blog-posts {
  position: relative;
  margin: 0 auto;
  padding-top: 5px;
}

.section-press .blog-posts {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  width: 97%;
}

.section-press .blog__block-box {
  margin-top: -285px;
}

@media (max-width: 1200px) {
  .section-blog .blog-posts {
    padding-top: 15px;
  }
}
@media (max-width: 420px) {
  .section-blog .blog-posts {
    margin-bottom: 40px;
  }
  .section-press .blog-posts {
    padding-top: 50px;
  }
}
.section-blog .blog-posts .posts .posts__header {
  display: flex;
  align-items: center;
  justify-content: align-items;
}

.section-blog .blog-posts .posts .posts__header_press {
  justify-content: flex-start;
}

.section-blog .blog-posts .posts .posts__header .posts__main_title {
  font-size: calc(31px + 16 * (100vw - 320px) / 1120);
  line-height: 133.3333333333%;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #053162;
}

.section-blog .blog-posts .posts .posts__header .posts__sort {
  margin-left: auto;
  margin-top: 10px;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select {
  position: relative;
  z-index: 111;
  width: 215px;
  height: 48px;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select[data-state=active] .__select__title::after {
  transform: translate(3px, -50%) rotate(180deg);
  top: 45%;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select[data-state=active] .__select__content {
  padding: 12px 0px;
  padding-bottom: 0;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select[data-state=active] .__select__content {
  opacity: 1;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__content li {
  list-style: none;
  padding: 0 12px;
  font-size: 14px;
  margin-bottom: 18px;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__content li a {
  color: #002b55;
}

.__select__content ul {
  padding-left: 0;
  margin-left: 0;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select[data-state=active] .__select__label + .__select__input + .__select__label {
  max-height: 40px;
  border-top-width: 1px;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  border-radius: 5px;
  border: 1px solid #e7ddd6;
  cursor: pointer;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__title::after {
  content: "";
  position: absolute;
  top: 53%;
  right: 16px;
  display: block;
  width: 14px;
  height: 14px;
  transition: all 0.3s ease-out;
  background: url(https://intexagency.com/wp-content/uploads/2023/08/download.svg);
  background-repeat: no-repeat;
  transform: translate(-3px, -50%) rotate(45deg);
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__title::after {
  transform: translate(3px, -50%) rotate(360deg);
}

.section-blog .blog-posts .posts .posts__header .posts__sort .reset {
  display: flex;
  width: 230px;
  padding: 8px 16px;
  margin: 0 auto;
  margin-bottom: 10px;
  border: solid 1px #c7ccd1;
  border-radius: 5px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-weight: bold;
  background-color: #ffffff;
  color: #333333;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__content {
  position: absolute;
  top: 48px;
  left: 3px;
  display: flex;
  flex-direction: column;
  width: calc(100% - 6px);
  background-color: #ffffff;
  border: 1px solid #c7ccd1;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 8;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__input {
  display: none;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__input:checked + label {
  background-color: #dedede;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  max-height: 0;
  padding: 0 16px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__label + input + .section-blog .blog-posts .posts .posts__header .posts__sort .__select__label {
  border-top: 0 solid rgba(199, 204, 209, 0.3764705882);
}

.posts__header .posts__main_categories {
  display: flex;
  align-items: center;
  margin-top: 23px;
  margin-bottom: 25px;
}

.posts__header .posts__main_categories .categories__item {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #063a76;
  padding: 13px 32px;
  border: 1px solid #063a76;
  text-decoration: none;
  margin-right: 23px;
  border-radius: 25px;
}

.section-blog .blog-posts .posts .posts__header .posts__sort {
  margin-left: auto;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select {
  position: relative;
  z-index: 111;
  width: 160px;
  height: 48px;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select[data-state=active] .__select__title::after {
  transform: translate(3px, -50%) rotate(180deg);
  top: 45%;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select[data-state=active] .__select__content {
  opacity: 1;
}

.__select__content ul {
  padding-left: 0;
  margin-left: 0;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select[data-state=active] .__select__label + .__select__input + .__select__label {
  max-height: 40px;
  border-top-width: 1px;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  border-radius: 5px;
  border: 1px solid #e7ddd6;
  cursor: pointer;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__title::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 16px;
  display: block;
  width: 14px;
  height: 14px;
  transition: all 0.3s ease-out;
  background: url(https://intexagency.com/wp-content/uploads/2023/08/download.svg);
  background-repeat: no-repeat;
  transform: translate(-3px, -50%) rotate(45deg);
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__title::after {
  transform: translate(3px, -50%) rotate(360deg);
}

.section-blog .blog-posts .posts .posts__header .posts__sort .reset {
  display: flex;
  width: 230px;
  padding: 8px 16px;
  margin: 0 auto;
  margin-bottom: 10px;
  border: solid 1px #c7ccd1;
  border-radius: 5px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-weight: bold;
  background-color: #ffffff;
  color: #333333;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__content {
  position: absolute;
  top: 48px;
  left: 3px;
  display: flex;
  flex-direction: column;
  width: calc(100% - 6px);
  background-color: #ffffff;
  border: 1px solid #c7ccd1;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 8;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__input {
  display: none;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__input:checked + label {
  background-color: #dedede;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  max-height: 0;
  padding: 0 16px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
}

.section-blog .blog-posts .posts .posts__header .posts__sort .__select__label + input + .section-blog .blog-posts .posts .posts__header .posts__sort .__select__label {
  border-top: 0 solid rgba(199, 204, 209, 0.3764705882);
}

.section-blog .blog-posts .posts .posts__union {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.section-blog .blog-posts .posts .posts__union .posts__block {
  position: relative;
  width: 100%;
}

.section-blog .blog-posts .posts .posts__union .posts__block span {
  position: relative;
  display: block;
  margin-left: 12px;
}

.section-blog .blog-posts .posts .posts__union .posts__block span::after {
  position: absolute;
  content: "";
  left: -7px;
  top: 2px;
  width: 1px;
  height: 12px;
  background: #d4d3d3;
}

.section-blog .blog-posts .posts .posts__union .posts__block .wp-post-image {
  border-radius: 3px;
  height: 220px;
}

@media (max-width: 990px) {
  .posts__header .posts__main_categories {
    width: auto;
    overflow-y: scroll;
    white-space: nowrap;
    margin-bottom: 5px;
  }
  .posts__header .posts__main_categories::-webkit-scrollbar {
    width: 0px;
    background: transparent;
    height: 0px;
  }
  .posts__header .posts__main_categories::-webkit-scrollbar-thumb {
    background-color: #eeeff5;
  }
  .section-blog .blog-posts .posts .posts__union {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-blog .blog__block-box .blog__box .box {
    border: 0px solid #ecf5ff;
  }
}
@media (max-width: 720px) {
  .section-blog .blog-posts .posts .posts__union {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-blog .blog-posts .posts .posts__union .posts__block .posts__photo img {
  width: 100%;
  height: 278px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.section-blog .blog-posts .posts .posts__union .posts__block .posts__data {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #e47e3d;
  margin-top: 15px;
}

@media (max-width: 480px) {
  .section-blog .blog-posts .posts .posts__union .posts__block .posts__data {
    font-size: 12px;
  }
}
.section-blog .blog-posts .posts .posts__union .posts__block .posts__data img {
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 7px;
}

.section-blog .blog-posts .posts .posts__union .posts__block .posts__data span a {
  position: relative;
  margin-left: 14px;
  font-size: 14px;
  line-height: 17px;
  transition: 0.5s;
}

.section-blog .blog-posts .posts .posts__union .posts__block .posts__data span a::after {
  position: absolute;
  content: "";
  left: -7px;
  top: 1px;
  width: 1px;
  height: 15px;
  background: #e7ddd6;
}

.section-blog .blog-posts .posts .posts__union .posts__block .posts__title {
  font-size: calc(19px + 3 * (100vw - 320px) / 1120);
  font-family: "SUSE", sans-serif;
  line-height: 130%;
  cursor: pointer;
  display: block;
  text-decoration: none;
  padding-top: 5px;
  font-style: normal;
  font-weight: 500;
  color: #4b4526;
}

.section-blog .blog-posts .posts .posts__union .posts__block .posts__title:hover {
  color: #d87a2b;
}

.section-blog .blog-posts .posts .posts__union .posts__block .posts__short-description {
  font-family: "SUSE", sans-serif;
  color: #565551;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-top: 5px;
  margin-bottom: 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.section-blog .blog-posts .posts .posts__union .posts__block .posts__keys {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  margin-top: 8px;
}

.posts__block .post-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 3px;
  padding-left: 0;
}
.posts__block .post-categories .posts__photo {
  padding: 0;
  top: 0;
  left: 0;
  border: 0px solid #e3dcd3;
}
.posts__block .post-categories a {
  position: absolute;
  font-family: "SUSE", sans-serif;
  top: 25px;
  left: 10px;
  color: #565551;
  border-radius: 9999px;
  border: 1px solid #e3dcd3;
  background: #ede6dd;
  padding: 7px 12px;
}

.section-blog .blog-posts .posts .posts__union .posts__block .posts__keys a {
  cursor: pointer;
  transition: 0.6s;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  border: 1px solid #c3e5fe;
  border-radius: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #43454d;
  text-decoration: none;
}

.section-blog .blog-posts .posts .posts__union .posts__block .posts__keys .posts__key:hover {
  background: #c3e5fe;
}

.section-blog .blog-posts .posts .posts__union .posts__block .posts__key {
  margin-right: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  background: #fae1d2;
  border-radius: 32px;
  padding: 3px 15px;
  cursor: pointer;
  transition: 0.5s;
  margin-bottom: 5px;
  margin-top: 8px;
}

.section-blog .blog-posts .posts .posts__union .posts__block .posts__key:hover {
  opacity: 0.9;
}

.section-blog .blog-posts .posts .posts__union .posts__block .posts__navigation {
  font-family: "SUSE", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-bottom: 15px;
}

.section-blog .blog-posts .posts .posts__union .posts__block .posts__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e1bfbc;
  opacity: 0;
  transition: 0.6s;
  cursor: pointer;
}

.section-blog .blog-posts .posts .posts__union .posts__block:hover .posts__btn {
  opacity: 1;
}

.section-blog .blog-posts .posts .posts__union .posts__block .posts__navigation .navigation__author {
  display: flex;
  align-items: center;
}

.section-blog .blog-posts .posts .posts__union .posts__block .posts__navigation .navigation__author span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #565551;
  display: block;
  margin-left: 7px;
}

.section-blog .blog-posts .posts .posts__union .posts__block .posts__navigation .navigation__author img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-blog .blog-posts .posts .posts__union .posts__block .posts__navigation .navigation__data {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #565551;
}

.posts__block .navigation__data {
  font-family: "SUSE", sans-serif;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.posts__block .navigation__data svg {
  margin-right: 8px;
}

.section-blog .blog-posts .posts .posts__union .posts__block .posts__navigation .navigation__data svg {
  margin-right: 8px;
}

.section-blog .blog-posts .posts .posts__union .posts__block .posts__navigation .navigation__data img {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 5px;
}

.section-blog .blog-posts .blog__navigation {
  font-family: "SUSE", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-bottom: 0px;
}

.section-blog .blog-posts .blog__navigation .navigation__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-blog .blog-posts .blog__navigation .navigation__items .page-numbers {
  font-family: "SUSE", sans-serif;
  font-weight: 600;
  font-size: calc(14px + 2 * (100vw - 320px) / 1120);
  line-height: 20px;
  color: #393d44;
  display: flex;
  padding: 7px 13px;
  justify-content: center;
  align-items: center;
  margin: 0px 3px;
  text-decoration: none;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.section-blog .blog-posts .blog__navigation .navigation__items .page-numbers:hover {
  border: 1px solid #e3dcd3;
  border-radius: 50%;
  color: #4b4526;
  background: transparent;
}

.section-blog .blog-posts .blog__navigation .navigation__items .prev {
  border-radius: 9165.748px;
  border: 1px solid #e3dcd3;
  background: #f4f1ea;
  cursor: pointer;
}
.section-blog .blog-posts .blog__navigation .navigation__items .prev:hover {
  background: transparent;
}

.section-blog .blog-posts .blog__navigation .navigation__items .next {
  border-radius: 9165.748px;
  border: 1px solid #e3dcd3;
  background: #f4f1ea;
  cursor: pointer;
}
.section-blog .blog-posts .blog__navigation .navigation__items .next:hover {
  background: transparent;
}

.section-blog .blog-posts .blog__navigation .navigation__items .next:hover {
  background: transparent;
}

.section-blog .blog-posts .blog__navigation .navigation__items .current {
  font-family: "SUSE", sans-serif;
  border-radius: 32px;
  border: 1px solid #e3dcd3;
  background: #4b4526;
  color: #ffffff;
  cursor: pointer;
}
.section-blog .blog-posts .blog__navigation .navigation__items .current:hover {
  border-radius: 32px;
  border: 1px solid #e3dcd3;
  background: #4b4526;
  color: #ffffff;
}

.section-blog .blog-posts .blog__navigation .navigation__items .navigation__previous {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-blog .blog-posts .blog__navigation .navigation__items .navigation__previous svg {
  width: 24px;
  height: 24px;
  margin-right: 18px;
  display: block;
}

.section-blog .blog-posts .blog__navigation .navigation__items .navigation__previous svg path {
  fill: #393d44;
}

.section-blog .blog-posts .blog__navigation .navigation__items .navigation__previous svg:hover path {
  fill: #e47e3d;
}

.section-blog .blog-posts .blog__navigation .navigation__items .navigation__next {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-blog .blog-posts .blog__navigation .navigation__items .navigation__next svg {
  width: 24px;
  height: 24px;
  margin-left: 18px;
  display: block;
}

.section-blog .blog-posts .blog__navigation .navigation__items .navigation__next svg path {
  fill: #393d44;
}

.section-blog .blog-posts .blog__navigation .navigation__items .navigation__next svg:hover path {
  fill: #e47e3d;
}

.article {
  position: relative;
  background: #ede6dd;
  padding-bottom: 80px;
}

@media (max-width: 630px) {
  .article {
    padding-bottom: 0;
  }
}
.article .article__content {
  width: 820px;
  margin: 0 auto;
}

@media (max-width: 990px) {
  .article .article__content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.article .article__header {
  position: relative;
  padding-top: 150px;
  background: #f4f1ea;
  padding-bottom: 150px;
}

.article .article__header .article__data {
  font-family: "SUSE", sans-serif;
  color: #626279;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}

.article .article__header .article__data svg {
  margin-right: 8px;
}

@media (max-width: 420px) {
  .article .article__header .article__data {
    font-size: 12px;
  }
}
.navigation__author {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.navigation__author img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.navigation__author span {
  font-family: "SUSE", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #565551;
  display: block;
  margin-left: 7px;
}

.article__categories .article__category {
  position: absolute;
  left: 20px;
  top: 20px;
  text-align: center;
  letter-spacing: -0.15px;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 9999px;
  border: 1px solid #e3dcd3;
  background: #ede6dd;
  color: #565551 !important;
  font-family: SUSE;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 630px) {
  .article__categories .article__category {
    font-size: 12.9px;
    left: 10px;
    top: 10px;
  }
}

.article__categories .article__category:hover {
  opacity: 0.8;
}

.related .article__categories .article__category {
  background: #cfe1f6;
}

.article__categories .latest-tag {
  border-radius: 6px;
  border: 1px solid #d6dbe1;
  color: #1b54a5;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.15px;
  text-transform: uppercase;
  background: #efefef;
  padding: 5px 11px;
}
@media (max-width: 630px) {
  .article__categories .latest-tag {
    font-size: 12.9px;
  }
}

.article__categories .latest-tag:hover {
  opacity: 0.8;
}

.related .article__categories .latest-tag {
  background: #cfe1f6;
}

.article__union {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.article__union .article__u_box {
  display: flex;
  align-items: center;
}
.article__union .article__author {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article__union .article__author .author__box {
  margin-right: 10px;
}
.article__union .article__author .author__box .author__name {
  color: #0f294f;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.article__union .article__author .author__box .author__position {
  color: #626279;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-top: 4px;
}
.article__union img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article .article__header .article__data img {
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 7px;
}

.article .article__header .article__title {
  font-family: "ViaodaLibre", serif;
  font-size: calc(40px + 12 * (100vw - 320px) / 1120);
  line-height: 123.3333333333%;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #4b4526;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 990px) {
  .article .article__header .article__title {
    font-size: calc(35px + 12 * (100vw - 320px) / 1120);
    line-height: 111.3333333333%;
    margin-bottom: 15px;
  }
}

.article .article__header .article__navigation-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
}

@media (max-width: 400px) {
  .article .article__header .article__navigation-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.article .article__header .article__navigation-header .article__case {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #393d44;
  background: #fffcfa;
  border-radius: 32px;
  justify-content: center;
  width: 141px;
  height: 40px;
  cursor: pointer;
}

.article .article__header .article__navigation-header .article__cases ul {
  display: flex;
  align-items: center;
  padding-left: 0;
}

.article .article__header .article__navigation-header .article__cases li a {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #393d44;
  background: #fffcfa;
  border-radius: 32px;
  justify-content: center;
  width: 141px;
  height: 40px;
  cursor: pointer;
  margin-right: 15px;
}

@media (max-width: 420px) {
  .article .article__header .article__navigation-header .article__cases li a {
    margin-bottom: 15px;
  }
}
.article .article__header .article__navigation-header .article__cases li:first-child {
  display: block;
}

.article .article__header .article__navigation-header .article__cases li {
  display: none;
}

@media (max-width: 400px) {
  .article .article__header .article__navigation-header .article__case {
    margin-bottom: 17px;
  }
}
.article .article__header .article__navigation-header .article__case:hover {
  opacity: 0.9;
}

.article .article__header .article__navigation-header .article__author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #393d44;
}

.article .article__header .article__navigation-header .article__author img {
  display: block;
  margin-left: 14px;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

@media (max-width: 400px) {
  .article .article__header .article__navigation-header .article__author img {
    order: 1;
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .article .article__header .article__navigation-header .article__author span {
    order: 2;
    margin-left: 10px;
  }
}
.article-list__bg {
  border-radius: 12px;
  background: #f4f1ea;
  padding: 45px;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 780px) {
  .article-list__bg {
    margin-top: 30px;
    padding: 23px;
  }
}
.article-list__bg h6 {
  font-family: "SUSE", sans-serif;
  color: #4b4526;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 18px;
}
.article-list__bg ul {
  padding-left: 0;
  margin-left: 0;
}
.article-list__bg ul li {
  font-family: "SUSE", sans-serif;
  color: #4b4526 !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 22px;
}
.article-list__bg ul li::marker {
  font-size: 0;
}

.content__box {
  width: 740px;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .content__box {
    width: 100%;
  }
}

.article .article__body {
  position: relative;
  margin-top: -175px;
  z-index: 1;
}

.article .article__body .article__photo {
  position: relative;
  margin-bottom: 25px;
}

@media (max-width: 430px) {
  .article .article__body .article__photo {
    margin-bottom: 0;
  }
}
.article .article__body .article__photo img {
  width: 100%;
  height: 434px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 850px) {
  .article .article__body .article__photo img {
    width: 100%;
    height: auto;
  }
}
.article .article__body h2 {
  font-family: "SUSE", sans-serif;
  margin: 20px 0px;
  font-size: calc(21px + 8 * (100vw - 320px) / 1120);
  line-height: 152.380952381%;
  font-style: normal;
  font-weight: 400;
  color: #4b4526;
}

@media (max-width: 850px) {
  .article .article__body h2 {
    padding: 0px 0px;
    font-size: 24px;
    line-height: 32px;
  }
}
.article .article__body h3 {
  font-family: "SUSE", sans-serif;
  margin: 20px 0px;
  font-size: calc(17px + 6 * (100vw - 320px) / 1120);
  line-height: 160%;
  font-style: normal;
  font-weight: 400;
  color: #4b4526;
}

@media (max-width: 850px) {
  .article .article__body h3 {
    padding: 0px 0px;
    font-size: 18px;
    line-height: 28px;
  }
}
.article .article__body p {
  font-family: "SUSE", sans-serif;
  font-size: calc(12.9px + 4 * (100vw - 320px) / 1120);
  line-height: 200%;
  margin: 20px 0px;
  font-style: normal;
  font-weight: 400;
  color: #4b4526;
}

@media (max-width: 850px) {
  .article .article__body p {
    padding: 0px 0px;
    font-size: 15px;
    line-height: 27px;
  }
}
.article .article__body ul {
  margin: 20px 0px;
  margin-left: 0;
  padding-left: 0;
}

@media (max-width: 850px) {
  .article .article__body ul {
    padding: 0px 0px;
    font-size: 14px;
    line-height: 22px;
  }
}
.article .article__body ul li {
  font-family: "SUSE", sans-serif;
  position: relative;
  font-weight: 400;
  line-height: 170%;
  color: #4b4526 !important;
  margin: 15px 0px;
  padding-left: 27px;
  font-size: 15px;
  font-style: normal;
}
.article .article__body ul li::marker {
  font-size: 0;
}

.article .article__body ul li::after {
  position: absolute;
  content: "";
  left: 11px;
  top: 17px;
  width: 3px;
  height: 3px;
  background: rgb(0, 0, 0);
  border-radius: 50%;
}

.article .article__body img {
  width: 100%;
  height: 393.905px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  -o-object-position: top;
     object-position: top;
  border-radius: 10px;
}

@media (max-width: 850px) {
  .article .article__body img {
    width: 100%;
    height: auto;
  }
}
.article .article__body a {
  font-family: "SUSE", sans-serif;
  color: #4e96da;
}

.article .article__body a:hover {
  text-decoration: underline;
}

.article .article__body .article__author_photo {
  font-style: italic;
  font-weight: 400;
  font-size: calc(12px + 2 * (100vw - 320px) / 1120);
  line-height: 19px;
  text-align: right;
  color: #393d44;
  margin-top: -12px;
}

@media (max-width: 430px) {
  .article .article__body .article__author_photo {
    margin-top: -25px;
    padding: 0px 0px;
  }
}
.article__video {
  height: 393.905px;
  width: 100%;
  margin: 30px 0px;
}
@media (max-width: 630px) {
  .article__video {
    height: 250px;
  }
}
.article__video iframe {
  width: 100%;
  height: 100%;
}
.article__video video {
  width: 100%;
  height: 100%;
}

.article-info-event {
  border-radius: 12px;
  border: 1px solid #f0f0ff;
  background: #eff5ff;
  padding: 40px 45px;
  margin: 25px 0px;
}
@media (max-width: 580px) {
  .article-info-event {
    padding: 23px;
  }
}
.article-info-event .event__block {
  margin-bottom: 4px;
}
.article-info-event .event__block .event__info {
  color: #4b4526;
}
.article-info-event .event__block .event__box {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.article-info-event .event__block .event__box svg {
  width: 20px;
  height: 20px;
  margin-top: 1px;
}
.article-info-event .event__block .event__box svg path {
  fill: #1b54a5;
}
.article-info-event .event__block .event__box span {
  color: #1b54a5;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-left: 4px;
}
.article-info-event .event__block .event__box .event__info {
  color: #4b4526;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.article-info-event .event__title {
  color: #4b4526;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-top: 11.8px;
}
@media (max-width: 580px) {
  .article-info-event .event__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.article-info-event .event__description {
  color: #6f8097;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-top: 10px;
}

.article-register-event {
  background: url(../../assets/img/register.png);
  padding: 46px 45px;
  margin: 25px 0px;
  margin-top: 30px;
  background-position: initial;
  height: 270px;
  width: 738px;
  background-size: contain;
}
@media (max-width: 780px) {
  .article-register-event {
    padding: 32px 45px;
    height: 237px;
    width: 648px;
  }
}
@media (max-width: 680px) {
  .article-register-event {
    padding: 30px 45px;
    margin: 25px 0px;
    background-position: left;
    height: auto;
    width: 100%;
    background-size: cover;
    border-radius: 12px;
  }
}
@media (max-width: 580px) {
  .article-register-event {
    padding: 23px;
  }
}
.article-register-event .event__title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.32px;
}
@media (max-width: 580px) {
  .article-register-event .event__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.article-register-event .event__description {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 12px;
  width: 350px;
}
@media (max-width: 580px) {
  .article-register-event .event__description {
    font-size: 14px;
    width: auto;
  }
}
.article-register-event .event__link {
  border-radius: 8px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #121111 !important;
  text-align: center;
  font-style: normal;
  line-height: 100%;
  letter-spacing: -0.32px;
  margin-top: 25px;
  height: 43px;
  min-width: 140px;
  font-weight: 600;
  font-size: calc(13.5px + 2 * (100vw - 320px) / 1120);
  padding: 0px 14px;
}
@media (max-width: 580px) {
  .article-register-event .event__link {
    height: 42px;
    width: 115px;
    padding: 0 15px;
    font-size: 14px;
    margin-top: 20px;
  }
}
.article-register-event .event__link:hover {
  text-decoration: none !important;
}

.article__table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eff5ff;
  background: #fcfdff;
  border-radius: 12px;
}
.article__table th, .article__table td {
  border: 1px solid #eff5ff;
  padding: 15px;
  text-align: left;
  color: #626279;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.article__table th {
  background: #eff5ff;
  color: #4b4526;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.article__table tr:nth-child(even) {
  background: #fcfdff;
}
.article__table tr:hover {
  background-color: rgba(239, 245, 255, 0.2);
}

.article .article__body .article__quote {
  position: relative;
  min-height: 160px;
  font-size: calc(17px + 2 * (100vw - 320px) / 1120);
  line-height: 153.6363636364%;
  margin: 30px 0px;
  padding: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-radius: 4px;
  background: #f4f1ea;
  color: #4b4526;
  font-family: "SUSE", sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.8px;
  display: flex;
  align-items: flex-start;
}
.article .article__body .article__quote svg {
  margin-top: 0;
  width: 68px;
  height: 35px;
  margin-right: 12px;
}

@media (max-width: 850px) {
  .article .article__body .article__quote {
    padding: 35px;
  }
}
@media (max-width: 630px) {
  .article .article__body .article__quote {
    padding: 30px;
    padding-top: 70px;
    font-size: 15px;
  }
}
@media (max-width: 430px) {
  .article .article__body .article__quote {
    padding-left: 25px;
    line-height: 163.6363636364%;
    margin: 30px 0px;
    padding-top: 35px;
    padding-bottom: 30px;
    min-height: auto;
  }
}
.article .article__body .article__download {
  font-family: "SUSE", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(15px + 3 * (100vw - 320px) / 1120);
  margin: 30px 0px;
  margin-top: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  min-height: 128px;
  padding: 0px 40px;
  border-radius: 12px;
  background: #f4f1ea;
  color: #4b4526;
}
.article .article__body .article__download .download__box {
  display: flex;
}
.article .article__body .article__download .download__box .download__ico {
  background: #ffffff;
  border-radius: 30px;
  width: 73px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 420px) {
  .article .article__body .article__download .download__box .download__ico {
    height: 32px;
  }
  .article .article__body .article__download .download__box .download__ico svg {
    width: 19px;
  }
}
.article .article__body .article__download .download__box span {
  margin-left: 12px;
  display: flex;
  align-items: center;
  width: 100%;
}

@media (max-width: 630px) {
  .article .article__body .article__download {
    justify-content: space-between;
    flex-direction: column;
    padding: 30px;
  }
}
@media (max-width: 430px) {
  .article .article__body .article__download {
    margin: 30px 0px;
    padding: 30px;
  }
}
.article__download span {
  margin-left: 18px;
  color: #4b4526;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
@media (max-width: 580px) {
  .article__download span {
    font-size: 15px;
  }
}

.article .article__body .article__download img {
  width: 24px;
  height: 24px;
  margin: 0;
  margin-right: 12px;
  -o-object-fit: none;
  object-fit: none;
  border-radius: 0px;
}

@media (max-width: 420px) {
  .article .article__body .article__download img {
    margin-right: 0;
  }
}
.article .article__body .article__download .download__button {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 50px;
  border-radius: 8px;
  background: #d87a2c;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

@media (max-width: 420px) {
  .article .article__body .article__download .download__button {
    height: 48px;
  }
}
.article .article__body .article__download .download__button:hover {
  opacity: 0.9;
}

@media (max-width: 630px) {
  .article .article__body .article__download .download__button svg {
    margin-bottom: 0px;
  }
}

@media (max-width: 630px) {
  .article .article__body .article__download .download__button {
    margin-left: 0;
    margin-top: 10px;
    display: flex;
    align-items: center;
    width: 150px;
    height: 43px;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
  }
}
@media (max-width: 420px) {
  .article .article__body .article__download .download__button {
    margin-top: 15px;
    width: 100%;
  }
}
.article .article__body .article__download .download__button:hover {
  text-decoration: none;
}

.article .article__body .article__download .download__button img {
  width: 16px;
  height: 17px;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0px;
}

.article .article__footer .article__social {
  margin-top: 70px;
}

.article .article__footer .article__social .social {
  display: flex;
  align-items: center;
  justify-content: center;
}

.article .article__footer .article__social .social .social__title {
  font-family: "SUSE", sans-serif;
  font-weight: 700;
  font-size: calc(16px + 2 * (100vw - 320px) / 1120);
  line-height: 163.6363636364%;
  text-align: center;
  color: #393d44;
  margin-right: 10px;
  margin-top: -5px;
}

.article .article__footer .article__social .social .social__union {
  display: flex;
  justify-content: center;
}

.article .article__footer .article__social .social .social__union a {
  display: block;
  margin: 0px 10px;
}

.article .article__footer .article__social .social .social__union a svg {
  transition: 0.5s;
  position: relative;
  cursor: pointer;
}

.article .article__footer .article__social .social .social__union a svg::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  background: #393d43;
  border-radius: 50%;
}

.article .article__footer .article__social .social .social__union a svg path {
  fill: rgb(57, 61, 68);
}

.article .article__footer .article__social .social .social__union a svg:hover path {
  transition: 0.5s;
  fill: rgb(228, 126, 61);
}

@media (max-width: 420px) {
  .section-blog .blog-posts .posts .posts__header .posts__main_title {
    font-size: calc(27px + 16 * (100vw - 320px) / 1120);
  }
  .section-blog .blog-posts .blog__navigation .navigation__items .page-numbers {
    font-size: calc(16px + 2 * (100vw - 320px) / 1120);
  }
}
.article-social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 630px) {
  .article-social {
    padding-bottom: 50px;
  }
}
.article-social .article-social__title {
  font-family: "SUSE", sans-serif;
  margin-right: 10px;
  margin-top: -6px;
  font-size: 17px;
}
.article-social .article-social__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-social .article-social__list a {
  margin: 0 5px;
  height: 56px;
  width: 56px;
  display: block;
  transition: 0.6s all;
  cursor: pointer;
  border-radius: 50%;
}
.article-social .article-social__list a svg {
  border-radius: 50%;
  border: 1px solid #fafcff;
  transition: 0.6s all;
  height: 56px;
  width: 56px;
}
.article-social .article-social__list a:hover svg {
  border: 1px solid #d87a2c;
}

.related {
  position: relative;
  min-height: 575px;
  margin: 0 auto;
  background: #ede6dd;
  padding: 0px 70px !important;
  z-index: 1;
  padding-top: 80px !important;
  padding-bottom: 30px !important;
}
@media (max-width: 720px) {
  .related {
    padding: 50px 5px !important;
    padding-bottom: 30px !important;
  }
}
.related + .footer {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .related {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}
@media (max-width: 720px) {
  .related {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.related .related__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.related__title {
  font-family: "ViaodaLibre", serif;
  display: flex;
  align-items: center;
  color: rgb(75, 69, 38);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .related__title {
    font-size: 48px;
  }
}
@media (max-width: 630px) {
  .related__title {
    letter-spacing: 0px;
  }
}

.related .related__header .related__button {
  height: 43px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: calc(12px + 2 * (100vw - 320px) / 1120);
  font-family: "SUSE", sans-serif;
  color: #ffffff;
  transition: 0.5s;
  padding: 0px 25px;
  cursor: pointer;
  border-radius: 4px;
  background: #d87a2b;
  font-style: normal;
  line-height: 140%;
  letter-spacing: -0.6px;
  text-transform: capitalize;
}

.related .related__header .related__button:hover {
  opacity: 0.9;
}

.related .related__header .related__button svg {
  margin-left: auto;
}

@media (max-width: 420px) {
  .related .related__header .related__button {
    width: 115px;
    padding: 0 15px;
  }
}
.related .related__box {
  margin-top: 23px;
}
.related .related__box .latest-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 720px) {
  .related .related__box .latest-list {
    grid-template-columns: 2fr 2fr;
  }
}
@media (max-width: 520px) {
  .related .related__box .latest-list {
    grid-template-columns: 1fr;
  }
}
.related .related__box .latest-list h2 a {
  font-size: calc(19px + 3 * (100vw - 320px) / 1120);
  font-family: "SUSE", sans-serif;
  line-height: 130%;
  cursor: pointer;
  display: block;
  text-decoration: none;
  padding-top: 5px;
  font-style: normal;
  font-weight: 500;
  color: #4b4526;
}
.related .related__box .latest-list .latest-list__img img {
  border-radius: 3px;
  height: 210px;
}
.related .related__box .latest-list .navigation__data {
  font-family: "SUSE", sans-serif;
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.related .related__box .latest-list .posts__title {
  font-size: calc(19px + 3 * (100vw - 320px) / 1120);
  font-family: "SUSE", sans-serif;
  line-height: 130%;
  cursor: pointer;
  display: block;
  text-decoration: none;
  padding-top: 5px;
  font-style: normal;
  font-weight: 500;
  color: #4b4526;
  transition: 0.6s all;
}
.related .related__box .latest-list .posts__title:hover {
  color: #d87a2b;
}
.related .related__box .latest-list .posts__short-description {
  font-family: "SUSE", sans-serif;
  color: #565551;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-top: 5px;
  margin-bottom: 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.related .related__box .latest-list .posts__navigation {
  font-family: "SUSE", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-bottom: 15px;
}
.related .related__box .latest-list .posts__navigation .posts__author {
  display: flex;
  align-items: center;
}
.related .related__box .latest-list .posts__navigation .posts__author img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.related .related__box .latest-list .posts__navigation .posts__author span {
  font-family: "SUSE", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #565551;
  display: block;
  margin-left: 7px;
}

.related .related__box .box .box__posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.related .related__box .box .box__posts .posts__block {
  width: 372px;
  margin-bottom: 70px;
}

@media (max-width: 990px) {
  .related .related__box .box .box__posts .posts__block {
    width: 310px;
  }
}
@media (max-width: 670px) {
  .related .related__box .box .box__posts .posts__block {
    width: 270px;
  }
}
@media (max-width: 580px) {
  .related .related__box .box .box__posts .posts__block {
    width: 220px;
  }
}
@media (max-width: 480px) {
  .related .related__box .box .box__posts .posts__block {
    width: 100%;
    margin-bottom: 40px;
  }
}
.related .related__box .box .box__posts .posts__block .posts__photo img {
  width: 372px;
  height: 278px;
  -o-object-fit: cover;
  object-fit: cover;
}

.posts__photo {
  overflow: hidden;
  position: relative;
  display: block;
}

.posts__photo_press {
  margin-bottom: 12px;
}

.posts__photo::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.238);
  transition: 0.6s;
  opacity: 0;
}

.posts__block {
  cursor: pointer;
}

.chose .posts__photo::after {
  opacity: 1;
}

.posts__block:hover .posts__title {
  color: #d87a2b !important;
}

@media (max-width: 990px) {
  .related .related__box .box .box__posts .posts__block .posts__photo img {
    width: 310px;
    height: 230px;
  }
}
@media (max-width: 670px) {
  .related .related__box .box .box__posts .posts__block .posts__photo img {
    width: 270px;
    height: 200px;
  }
}
@media (max-width: 580px) {
  .related .related__box .box .box__posts .posts__block .posts__photo img {
    width: 220px;
    height: 165px;
  }
}
@media (max-width: 480px) {
  .related .related__box .box .box__posts .posts__block .posts__photo img {
    width: 100%;
    height: 200px;
  }
}
.related .related__box .box .box__posts .posts__block .posts__data {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 186%;
  color: #444444;
  margin-top: 12px;
}

@media (max-width: 480px) {
  .related .related__box .box .box__posts .posts__block .posts__data {
    font-size: 12px;
  }
}
.related .related__box .box .box__posts .posts__block .posts__data svg {
  margin-right: 8px;
}

.related .related__box .box .box__posts .posts__block .posts__data img {
  width: 18px;
  height: 18px;
  display: block;
  margin-right: 7px;
}

.related .related__box .box .box__posts .posts__block .posts__data span a {
  position: relative;
  margin-left: 14px;
  font-size: 14px;
  line-height: 17px;
  color: #e47e3d;
  transition: 0.5s;
}

.related .related__box .box .box__posts .posts__block .posts__data span a::after {
  position: absolute;
  content: "";
  left: -7px;
  top: 1px;
  width: 1px;
  height: 15px;
  background: #e7ddd6;
}

.related .related__box .box .box__posts .posts__block .posts__title {
  display: block;
  font-size: calc(18px + 3 * (100vw - 320px) / 1120);
  cursor: pointer;
  line-height: 146%;
  text-decoration: none;
  margin-top: 15px;
  transition: 0.6s;
  font-style: normal;
  font-weight: 700;
  color: #053162;
}

.related .related__box .box .box__posts .posts__block .posts__title:hover {
  color: #063263 !important;
}

.related .related__box .box .box__posts .posts__block .posts__keys {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 3px;
}

.related .related__box .box .box__posts .posts__block .posts__keys .posts__key {
  margin-right: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  background: #fae1d2;
  border-radius: 32px;
  padding: 3px 15px;
  display: flex;
  align-items: center;
  color: #e47e3d;
  cursor: pointer;
  transition: 0.5s;
  margin-bottom: 5px;
}

.related .related__box .box .box__posts .posts__block .posts__keys .posts__key:hover {
  opacity: 0.8;
}

.related .related__box .box .box__posts .posts__block .posts__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f4e6dc;
  margin-top: 12px;
  padding-top: 10px;
}

.related .related__box .box .box__posts .posts__block .posts__navigation .navigation__author {
  display: flex;
  align-items: center;
}

.navigation__author span::after {
  display: none;
}

.related .related__box .box .box__posts .posts__block .posts__navigation .navigation__author span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #393d44;
  display: block;
  margin-left: 7px;
}

.related .related__box .box .box__posts .posts__block .posts__navigation .navigation__author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.related .related__box .box .box__posts .posts__block .posts__navigation .navigation__data {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #393d44;
}

.related .related__box .box .box__posts .posts__block .posts__navigation .navigation__data img {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 5px;
}

@media (max-width: 720px) {
  .related__title {
    font-size: 28px;
    line-height: 126%;
  }
  .article {
    margin-top: -50px;
  }
  .section-blog .blog__block-box .blog__box .box .box__union .box__block .box__title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
  }
  .section-blog .blog-posts .posts .posts__union .posts__block .posts__title {
    font-size: 20px;
    line-height: 28px;
  }
  .section-blog .blog__block-box .blog__box .box .box__union .box__block .box__description {
    margin-bottom: 12px;
    margin-top: 6px;
    font-size: 14px;
    line-height: 22px;
  }
  .section-blog .blog__block-box .blog__box .box .box__union .box__block .box__keys a {
    padding: 10px 17px;
    font-size: 12px;
  }
  .section-blog .blog-posts .posts .posts__union .posts__block .posts__keys a {
    font-size: 12px;
  }
  .article .article__header .article__title {
    font-size: 28px;
    line-height: 35px;
  }
  .article__download span {
    width: 100%;
    margin-left: 0px;
    line-height: 24px;
    margin-top: 0;
    text-align: left;
    padding-left: 10px;
  }
}
@media (max-width: 1023px) {
  .single-post .section-firstPage__logo {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1111;
    display: block !important;
    background: transparent;
  }
  .single-post .section-firstPage__logo img {
    width: 105px;
  }
  .article .article__header {
    position: relative;
    padding-top: 135px;
  }
}
@media (max-width: 1023px) and (max-width: 720px) {
  .article .article__header {
    padding-top: 165px;
  }
}
@media (max-width: 520px) {
  .article__download span {
    text-align: center;
    padding-left: 0px;
    margin-left: 10px;
    width: auto;
  }
}
