.blog3_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  gap: 60px;
}

.blog3_swiper {
  max-width: 100%;
  width: 100%;
  overflow: visible;
}

.blog3_addons {
  display: flex;
  max-width: 100%;
  width: 100%;
}

.blog3_block_inner {
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  width: 100%;
}

.blog3_block_inner-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
}

.blog3_block_inner-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
  color: #FF1084;
}

.blog3_block_inner-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
  color: #1A1A1A;
}

.blog3_post_block {
  /*padding: 20px;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
  height: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgba(76, 131, 243, 0.15);
  background: rgb(255, 255, 255);
}

.blog3_post_block_image {
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0 0;
  position: relative;
  display: flex;
  gap: 15px;
  padding: 40px 18px;
  box-sizing: border-box;
}

.blog3_post_image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.blog3_block_ancor a * {
  transition: all 0.3s ease-in-out;
}

.blog3_block_ancor a {
  background: #04112D;
  border-radius: 8px;
  padding: 12px 24px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  align-items: center;
}

.blog3_block_ancor a svg {
  display: block;
  margin-left: 10px;
}

.blog3_block_ancor a:hover svg path {
  stroke: #4C83F3;
}

.blog3_block_ancor a:hover {
  /*color: #FF0C86;*/
  /*text-shadow: 0px 0px 4px #FF0C8650;*/
}

.blog3_post_block_category {
  display: flex;
  align-items: center;
  gap: 10px;
  max-height: 32px;
  height: 100%;
  margin-bottom: 12px;
}

.blog3_post_block_category_inner a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #1A1A1A;
}

.blog3_post_block_category_inner {
  display: flex;
  padding: 6px 15px;
  background: #f1f3f4;
  border-radius: 20px;
  max-height: 32px;
  height: 100%;
  align-items: center;
}

.blog3_post_block_title {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-align: left;
  text-decoration: none;
  color: #1A1A1A;
}

.blog3_post_block_description {
  display: block;
  text-align: left;
  /*color: rgb(62, 62, 62);*/
  /*font-size: 18px;*/
  /*font-weight: 400;*/
  /*line-height: 140%;*/
}

.blog3_post_block_button {
  display: flex;
  margin-top: 24px;
  text-align: left;
}

.blog3_post_block_button svg path {
  stroke: #FF0C86;
}

/*.blog3_post_block_button a {*/
/*    display: block;*/
/*    width: max-content;*/
/*    margin: 0 auto;*/
/*    padding: 12px 24px;*/
/*    background: #FF3E71;*/
/*    border-radius: 8px;*/
/*    font-size: 18px;*/
/*    font-weight: 600;*/
/*    line-height: 120%;*/
/*    text-align: left;*/
/*    text-decoration: none;*/
/*    color: #fff;*/
/*}*/
.blog3_post_block_inner {
  /*width: 33%;*/
  height: auto;
}

.blog3_post_block_image_block a {
  text-decoration: none;
  color: #fff;
}

.blog3_post_block_image_left {
  height: 100%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog3_post_block_image_right {
  height: 100%;
  width: 40%;
}

.blog3_post_block_image_logo_block_logo_img {
  max-width: 192px;
  width: 100%;
}

.blog3_post_block_image_logo_block_title {
  display: flex;
  gap: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}

.blog3_post_block_image_logo_block_title_circle {
  background: #FF4171;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-weight: 900;
  font-family: "font awesome 5 free";
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.blog3_post_block_image_logo_block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fa-eye:before {
  content: "\f06e";
}

.blog3_post_meta {
  display: flex;
  flex-wrap: wrap;
  /*gap: 20px;*/
  /*width: 100%;*/
  /*padding: 16px 32px 12px;*/
  /*box-sizing: border-box;*/
  /*color: #ABABAB;*/
  /*font-size: 16px;*/
  /*font-weight: 400;*/
  /*line-height: 120%;*/
  /*text-align: left;*/
}

.blog3_post_block_descr {
  /*padding: 0 32px 20px;*/
  box-sizing: border-box;
}

.blog3_addons {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .blog3_addons {
    gap: 12px;
  }
}

.blog3_block_inner {
  width: 100%;
  text-align: end;
}

.blog3_post_block {
  padding: 20px;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 10px;
}

.blog3_post_block_image {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  position: relative;
  display: flex;
  gap: 15px;
  padding: 40px 20px;
}

.blog3_post_image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.blog3_post_block_category {
  display: flex;
  gap: 10px;
  max-height: 32px;
  height: 100%;
  align-items: center;
}

.blog3_post_block_category_inner a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #1A1A1A;
}

.blog3_post_block_category_inner {
  display: flex;
  padding: 6px 15px;
  background: #f1f3f4;
  border-radius: 20px;
  max-height: 32px;
  height: 100%;
  align-items: center;
}

.blog3_post_block_title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
}

.blog3_post_block_description {
  display: block;
  text-align: left;
}

.blog3_post_block_button {
  display: block;
  text-align: left;
}

.blog3_post_block_button a {
  font-weight: 500;
  font-size: 21px;
  line-height: 120%;
  text-align: left;
  width: 100%;
  display: flex;
  text-decoration: none;
  color: #FF0C86;
}
@media screen and (max-width: 640px) {
  .blog3_post_block_button a {
    font-size: 18px;
  }
}

.blog3_post_block_button a svg {
  display: block;
  margin-left: 12px;
}

.blog3_post_block_inner {
  width: 33%;
}

.blog3_post_block_image_block a {
  text-decoration: none;
  color: #fff;
}

.blog3_post_block_image_left {
  height: 100%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog3_post_block_image_right {
  height: 100%;
  width: 40%;
}

.blog3_post_block_image_logo_block_logo_img {
  width: 100%;
}

.blog3_post_block_image_logo_block_title {
  display: flex;
  gap: 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-align: left;
}

.blog3_post_block_image_logo_block_title_circle {
  background: #FF4171;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-weight: 900;
  font-family: "font awesome 5 free";
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.blog3_post_block_image_logo_block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.fa-eye:before {
  content: "\f06e";
}

.blog3_post_meta {
  display: flex;
  gap: 30px;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .blog3_addons {
    flex-wrap: wrap;
  }
  .blog3_post_block_inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .blog3_block {
    gap: 55px;
  }
  .blog3_block_ancor {
    display: flex;
    justify-content: right;
  }
  .blog3_block_ancor a {
    font-size: 25px;
    text-align: center;
  }
  .blog3_post_block_image_left {
    width: 100%;
  }
  .blog3_post_block_image_logo_block_title {
    font-size: 12px;
  }
  .blog3_post_block_title {
    font-size: 16px;
  }
  .blog3_post_meta {
    display: flex;
    gap: 20px;
    width: 100%;
    font-size: 14px;
  }
  .blog3_block_inner-heading {
    /*align-items: center;*/
  }
  .blog3_block_inner-heading .blog3_block_inner-subtitle {
    color: rgb(255, 16, 132);
    font-size: 17.5px;
    font-weight: 600;
    line-height: 120%;
  }
  .blog3_block_inner-heading .blog3_block_inner-title {
    font-size: 31px;
    font-weight: 600;
    line-height: 37px;
  }
}
@media screen and (max-width: 600px) {
  .blog3_addons {
    flex-direction: column;
  }
  .blog3_post_block_inner {
    width: 100%;
  }
  .blog3_post_block_image_logo_block_logo {
    display: flex;
  }
  .blog3_post_block_image_logo_block_logo_img {
    height: 40px;
    width: auto;
  }
  .blog3_post_block_title {
    font-size: 24px;
    text-align: left;
  }
  .blog3_post_block_image_logo_block_title {
    gap: 20px;
  }
}
@media screen and (max-width: 1186px) {
  .blog3_swiper {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .blog3_block {
    gap: 0px;
  }
  .blog3_block_ancor {
    display: flex;
    justify-content: right;
  }
  .blog3_block_ancor a {
    font-size: 16px;
    text-align: center;
  }
  .blog3_post_block_image_left {
    width: 100%;
  }
  .blog3_post_block_image_logo_block_title {
    font-size: 12px;
  }
  .blog3_post_block_title {
    font-size: 16px;
  }
  .blog3_block_inner {
    /*flex-direction: column;*/
    gap: 12px;
  }
  .blog3_post_meta {
    display: flex;
    gap: 20px;
    width: 100%;
    font-size: 14px;
  }
  .blog3_block_inner {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .blog3_block_inner .blog3_block_inner-heading {
    align-items: center;
  }
  .blog3_block_inner * {
    text-align: center;
  }
  .blog3_block_ancor {
    margin-top: 12px;
  }
}
@media screen and (max-width: 600px) {
  .blog3_post_block_inner {
    width: 100%;
  }
  .blog3_post_block_image_logo_block_logo {
    display: flex;
  }
  .blog3_post_block_image_logo_block_logo_img {
    height: 40px;
    width: auto;
  }
  .blog3_post_block_title {
    font-size: 24px;
    text-align: left;
  }
  .blog3_post_block_image_logo_block_title {
    gap: 20px;
  }
}