#top-blog-info-block {
  margin-top: 30px;
  margin-bottom: 50px;
}
#top-blog-info-block .container {
  background: #1F245C;
  color: #fff;
  padding: 70px;
  border-radius: 10px;
}
#top-blog-info-block .container .top-blog-info {
  max-width: 540px;
}
#top-blog-info-block .container .top-blog-info .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
#top-blog-info-block .container .top-blog-info .after-title {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}
#top-blog-info-block .container .top-blog-info .link {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
#top-blog-info-block .container .top-blog-info .link:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none"><path d="M10.031 3.96896L17.531 11.469C17.6008 11.5386 17.6561 11.6213 17.6938 11.7124C17.7316 11.8034 17.751 11.901 17.751 11.9996C17.751 12.0981 17.7316 12.1957 17.6938 12.2868C17.6561 12.3778 17.6008 12.4606 17.531 12.5302L10.031 20.0302C9.89031 20.1709 9.69944 20.25 9.50042 20.25C9.30139 20.25 9.11052 20.1709 8.96979 20.0302C8.82906 19.8895 8.75 19.6986 8.75 19.4996C8.75 19.3006 8.82906 19.1097 8.96979 18.969L15.9401 11.9996L8.96979 5.03021C8.90011 4.96052 8.84483 4.8778 8.80712 4.78675C8.76941 4.69571 8.75 4.59813 8.75 4.49958C8.75 4.40104 8.76941 4.30345 8.80712 4.21241C8.84483 4.12136 8.90011 4.03864 8.96979 3.96896C9.03947 3.89927 9.1222 3.844 9.21324 3.80629C9.30429 3.76858 9.40187 3.74916 9.50042 3.74916C9.59896 3.74916 9.69654 3.76858 9.78759 3.80629C9.87863 3.844 9.96136 3.89927 10.031 3.96896Z" fill="white"/></svg>');
  position: relative;
  top: 6px;
}
@media (max-width: 991px) {
  #top-blog-info-block {
    display: none;
  }
}

#blog-main .container {
  padding: 0 0 50px 0;
  display: flex;
  flex-direction: row;
}
#blog-main .container .left {
  width: 65.5%;
}
#blog-main .container .left .item.big img {
  max-width: 100%;
  border-radius: 10px;
}
#blog-main .container .left .item.big .title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  color: #0F182B;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}
#blog-main .container .left .item.big .info {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 11px;
  color: #0F182B;
}
#blog-main .container .left .item.big .info .splitter {
  margin-left: 5px;
  margin-right: 5px;
}
#blog-main .container .left .title {
  color: #0F182B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}
#blog-main .container .left .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#blog-main .container .left .items .item {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 400px;
}
#blog-main .container .left .items .item .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
#blog-main .container .left .items .item .info {
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
}
#blog-main .container .left .items .item .thumbnail img {
  width: 100%;
  border-radius: 15px;
}
#blog-main .container .right {
  margin-left: auto;
  width: 31%;
}
#blog-main .container #search-form {
  position: relative;
}
#blog-main .container #search-form .search-form-button {
  position: absolute;
  right: 12px;
  top: 16px;
  width: 21px;
  height: 21px;
  border: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="22" viewBox="0 0 21 22" fill="none"><g clip-path="url(%23clip0_976_26108)"><circle cx="9.98856" cy="10.4886" r="8.98856" stroke="%234B5159" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.2402 17.207L19.7643 20.7219" stroke="%234B5159" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_976_26108"><rect width="21" height="21" fill="white" transform="translate(0 0.5)"/></clipPath></defs></svg>');
  cursor: pointer;
}
#blog-main .container #most-popular {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: #0F182B;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1290px) {
  #blog-main .container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  #blog-main .container .item.big {
    margin-bottom: 40px;
  }
  #blog-main .container .item.big .title {
    color: #0F182B;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 14px;
    margin-bottom: 10px;
  }
  #blog-main .container .title {
    color: #0F182B;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 14px;
    margin-bottom: 10px;
  }
  #blog-main .container .right {
    display: none;
  }
  #blog-main .container .left {
    width: 100%;
  }
  #blog-main .container .left .items .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #blog-main #loadmoreposts {
    min-width: 290px;
  }
}

#pagination {
  margin-bottom: 100px;
}
#pagination .container {
  padding: 0;
}

#pagination .numbers {
  display: flex;
}

#pagination .wrapper {
  display: flex;
  max-width: 370px;
}

#pagination .buttons {
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
}

#pagination .button img {
  position: relative;
  top: 3px;
}

#pagination .page-numbers {
  border: 0;
  outline: 0;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #FFFFFF;
  margin-left: 5px;
  margin-right: 5px;
  color: #1A1E25;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration-line: unset;
}

#pagination .page-numbers.next:before {
  width: 50px;
  height: 50px;
  content: "";
  display: block;
  background: url("../../img/main/arrow.svg") no-repeat center center;
}

#pagination .page-numbers.prev:before {
  width: 50px;
  height: 50px;
  content: "";
  display: block;
  background: url("../../img/main/arrow.svg") no-repeat center center;
  transform: rotate(180deg);
}

#pagination .page-numbers:hover {
  background: #FBF9F8;
}

#pagination .page-numbers.dots:hover {
  background: unset;
  cursor: default;
}

#pagination .container {
  display: flex;
  justify-content: center;
}

#pagination .page-numbers.current {
  color: #FF6236;
}

#pagination .buttons {
  display: flex;
}

#pagination .text-center {
  display: none;
}

@media (max-width: 991px) {
  #pagination .buttons {
    display: none;
  }
  #pagination .text-center {
    display: block;
  }
}
#special-offer-block {
  background: #FF6236;
  padding: 100px 0;
}
#special-offer-block .container {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#special-offer-block .container .offer-title {
  color: #FFF;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 30px;
}
#special-offer-block .container .sub-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #FFF;
}
#special-offer-block .container .actions {
  margin-top: 50px;
}
#special-offer-block .container .actions .special-offer-btn {
  background: #0F182B;
}
#special-offer-block .container .after-btn {
  margin-top: 35px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
}
#special-offer-block .container .after-btn a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 991px) {
  #special-offer-block {
    padding: 0;
    text-align: center;
  }
  #special-offer-block .container .offer-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  #special-offer-block .container .sub-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
  }
  #special-offer-block .container .actions {
    margin-top: 40px;
  }
  #special-offer-block .container .after-btn {
    margin-top: 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
  }
}

/*# sourceMappingURL=blog.css.map */
