.page_blog .wrapper {
  padding-top: 20px;
}

.page_blog .main_header {
  margin-bottom: 2rem;
}

.page_blog .main_header .logo {
  margin-top: 0;
}

.page_blog .main_ctn {
  padding-bottom: 5rem;
}

.page_blog .ban_place {
  position: relative;
  width: 100%;
  background: #FCEF3C;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.page_blog .ban_place > p {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.5rem;
  text-align: center;
}

.page_blog .ban_place img {
  width: 100%;
  display: block;
}

.page_blog .ban_place a {
  display: block;
}

.page_blog .search {
  position: relative;
  padding: 0 2rem 0 1.5rem;
  border: 1px solid #E0E0E0;
  background: #F9F9F9;
  border-radius: 10em;
  width: 100%;
  max-width: 44rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_blog .search form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_blog .search input {
  padding-left: 1rem;
  width: 100%;
  height: 3.5rem;
  font-size: 16px;
  line-height: 19px;
  color: #16120E;
  background: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_blog .search img {
  display: block;
}

.page_blog .search button {
  cursor: pointer;
}

.page_with_sidebar .page_wrapper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page_with_sidebar .sidebar {
  width: 45rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.page_with_sidebar .sidebar .title {
  margin-bottom: 4rem;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.9rem;
}

.page_with_sidebar .sidebar .posts_wrap {
  padding-bottom: 4rem;
}

.page_with_sidebar .sidebar .ban_place {
  margin-bottom: 3rem;
}

.page_with_sidebar .main_ctn {
  padding-right: 5.5rem;
  width: 100%;
}

.page_with_sidebar .main_ctn .ban_place {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.page_with_sidebar .ban_place img {
  display: block;
}

.breadcrumbs {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs li {
  margin-right: 24px;
  color: #000000;
  font-size: 16px;
  line-height: 19px;
}

.breadcrumbs li a {
  position: relative;
  color: #1CAEFF;
  text-decoration: underline;
}

.breadcrumbs li a:after {
  position: absolute;
  display: inline-block;
  content: '>';
  right: -15px;
}

.breadcrumbs li a:hover {
  text-decoration: none;
}

.pagination {
  margin-top: 5rem;
  color: #4A5E7B;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination a {
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 50%;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination a:hover {
  background: #1495D6;
  color: #fff;
}

.pagination a.active {
  background: #1495D6;
  color: #fff;
}

.pagination .prev, .pagination .next {
  width: auto;
  border-radius: 0;
}

.pagination .prev:hover, .pagination .next:hover {
  background: transparent;
}

.pagination .prev.disabled, .pagination .next.disabled {
  color: #ADB5BD;
}

.pagination .prev {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.pagination .prev img {
  margin-left: 1.2rem;
}

.pagination .next {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.pagination .next img {
  margin-right: 1.2rem;
}

.page_top_panel {
  margin-bottom: 3rem;
}

.page_top_panel .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog_tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_tabs li {
  margin-right: 3rem;
}

.blog_tabs li:last-child {
  margin-right: 0;
}

.blog_tabs a {
  padding-bottom: 2px;
  padding-left: 2rem;
  padding-right: 2rem;
  height: 3.7rem;
  font-size: 1.6rem;
  line-height: 1.9rem;
  border-radius: 10em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EFEFEF;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.blog_tabs a:focus {
  color: #1495D6;
}

.blog_tabs a:hover {
  color: #fff;
  background: #1495D6;
}

.blog_tabs a.active {
  color: #fff;
  background: #1495D6;
}

.blog_post {
  position: relative;
  margin-bottom: 3rem;
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
  background: #F9F9F9;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.blog_post:hover, .blog_post:focus {
  color: #000000;
  background: #fff;
  -webkit-box-shadow: 2px 2px 30px rgba(11, 58, 72, 0.08);
          box-shadow: 2px 2px 30px rgba(11, 58, 72, 0.08);
}

.blog_post:hover .title, .blog_post:focus .title {
  color: #1CAEFF;
}

.blog_post:last-child {
  margin-bottom: 0;
}

.blog_post .header {
  width: 41rem;
  min-height: 100%;
  overflow: hidden;
  background-color: #1CAEFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog_post .header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.blog_post .body {
  padding: 4rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.blog_post .post_title {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.9rem;
}

.top_post {
  position: relative;
  margin-bottom: 3rem;
  display: block;
  border-radius: 2rem;
  overflow: hidden;
}

.top_post_image {
  height: 38rem;
  background-color: #1CAEFF;
}

.top_post_image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.top_post_text {
  padding: 2.9rem 4rem 1.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.38)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 100%);
}

.top_post_title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 4rem;
}

.top_post_date {
  font-size: 12px;
  line-height: 3.2rem;
}

.blog_post_mid {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: block;
}

.blog_post_mid:hover, .blog_post_mid:focus {
  color: #000000;
  -webkit-box-shadow: 2px 2px 30px rgba(11, 58, 72, 0.08);
          box-shadow: 2px 2px 30px rgba(11, 58, 72, 0.08);
}

.blog_post_mid:hover .title, .blog_post_mid:focus .title {
  color: #1CAEFF;
}

.blog_post_mid:hover .body, .blog_post_mid:focus .body {
  background: #fff;
}

.blog_post_mid:last-child {
  margin-bottom: 0;
}

.blog_post_mid .header {
  height: 23rem;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  background-color: #1CAEFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog_post_mid .header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.blog_post_mid .body {
  padding: 3rem 4rem 4rem;
  height: 100%;
  background: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.blog_post_mid .post_title {
  margin-bottom: 2rem;
  height: 10.5rem;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3.5rem;
}

.resent_posts {
  margin-bottom: 5rem;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.resent_posts .blog_post_mid {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: calc(33.3333%);
}

.resent_posts .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  font-size: 0;
}

.slick-arrow:hover {
  cursor: pointer;
}

.slick-prev {
  left: -47px;
  background: url(../img/arrow-prev.svg) no-repeat center;
}

.slick-next {
  right: -47px;
  background: url(../img/arrow-next.svg) no-repeat center;
}

.blog_post_small {
  display: block;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  width: 100%;
  background: #fff;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.blog_post_small:hover, .blog_post_small:focus {
  color: #000000;
}

.blog_post_small:hover .post_title, .blog_post_small:focus .post_title {
  color: #1CAEFF;
}

.blog_post_small:last-child {
  margin-bottom: 0;
}

.blog_post_small .post_title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}

.page_article .facebook_widget {
  margin-bottom: 10rem;
}

.page_article .page_wrapper {
  padding-bottom: 3rem;
}

.article_wrap {
  padding-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.article_title {
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 4rem;
  line-height: 5rem;
}

.article_top_img {
  margin-bottom: 4rem;
  border-radius: 2rem;
  overflow: hidden;
}

.article_top_img img {
  display: block;
  width: 100%;
}

.article_info {
  margin-bottom: 4rem;
  width: 100%;
}

.article_info .date {
  margin-bottom: 3rem;
  font-size: 14px;
  color: #8B959B;
}

.article_body p {
  margin-bottom: 5px;
}

.article_body ul li {
  margin-bottom: 2.5rem;
}

.article_body ul li:last-child {
  margin-bottom: 0;
}

.share_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share_socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share_socials li {
  margin-right: 3rem;
}

.share_socials li:last-child {
  margin-right: 0;
}

.share_socials .icon {
  margin-right: 3rem;
}

.comments_widget {
  margin-bottom: 10rem;
}

@media (max-width: 1365.98px) {
  .page_with_sidebar .sidebar {
    width: 35rem;
  }
  .search {
    max-width: 35rem;
  }
  .slick-prev {
    left: -22px;
  }
  .slick-next {
    right: -22px;
  }
}

@media (max-width: 1199.98px) {
  .page_blog .main_header {
    margin-bottom: 5rem;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .breadcrumbs {
    display: none;
  }
  .page_with_sidebar .page_wrapper .container {
    display: block;
  }
  .page_with_sidebar .sidebar {
    width: 100%;
  }
  .page_with_sidebar .sidebar .ban_place {
    display: none;
  }
  .page_with_sidebar .main_ctn {
    padding-right: 0;
    width: 100%;
  }
  .page_with_sidebar .main_ctn .ban_place {
    display: none;
  }
  .page_top_panel .container {
    display: block;
  }
  .search {
    max-width: 100%;
  }
  .search input {
    height: 28px;
  }
  .blog_tabs {
    display: block;
  }
  .blog_tabs ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog_tabs li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .blog_tabs li:last-child {
    margin-right: 0;
  }
  .blog_tabs a {
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    font-size: 14px;
    line-height: 17px;
  }
  .blog_post {
    display: block;
  }
  .blog_post .header {
    width: 100%;
    height: 38rem;
  }
  .blog_post .body {
    padding-bottom: 30px;
    padding-left: 40px;
  }
  .blog_post_mid .post_title {
    height: auto;
    font-size: 25px;
    line-height: 30px;
  }
  .blog_post_mid .header {
    height: auto;
  }
  .blog_post_mid .body {
    padding: 30px 20px;
  }
  .page_article .facebook_widget {
    margin-bottom: 50px;
  }
  .article_title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 35px;
  }
  .share_socials li {
    margin-right: 15px;
  }
}

@media (max-width: 991.98px) {
  .page_blog .main_header {
    margin-bottom: 30px;
  }
  .page_blog .wrapper {
    padding-top: 0;
  }
  .pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog_post .header {
    height: 33rem;
  }
  .blog_post .body {
    padding: 30px 20px;
  }
  .blog_post .post_title {
    font-size: 21px;
    line-height: 30px;
  }
  .blog_post_mid .post_title {
    font-size: 21px;
    line-height: 30px;
  }
  .blog_post_mid .header {
    height: 250px;
  }
  .top_post_image {
    height: 33rem;
  }
  .top_post_text {
    padding: 2rem 2rem 1.5rem;
  }
  .top_post_title {
    font-size: 21px;
    line-height: 30px;
  }
  .article_wrap {
    font-size: 16px;
    line-height: 21px;
  }
  .article_title {
    font-size: 25px;
    line-height: 35px;
  }
  .article_top_img {
    position: relative;
    margin-bottom: 15px;
    height: 250px;
  }
  .article_top_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
  .article_info {
    display: block;
  }
  .article_info .date {
    margin-bottom: 15px;
  }
  .resent_posts .blog_post_mid {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 575.98px) {
  .top_post_image {
    height: 30rem;
  }
  .blog_post .header {
    height: 20rem;
  }
}
