#head h1 {
  margin-bottom: 60px;
  margin-top: 70px;
  text-align: center;
}

#head .categories {
  display: flex;
  justify-content: space-between;
  margin-bottom: 59px;
  flex-wrap: wrap;
  border-bottom: 1px solid #DADADA;
}

#head .categories .links {
  display: flex;
  align-items: center;
  position: relative;
  top: 2px;
}

#head .item {
  padding: 12px 45px 15px 0;
  text-decoration: none;
  text-transform: capitalize;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
}

#head .item.active {
  color: #FFB200;
  font-weight: bold;
}

#main .banner {
  display: block;
  margin-top: 60px;
}

#main .banner img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

#head .item:hover {
  color: #FFB200;
}

#more {
  margin-bottom: 40px;
}

#more .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#more .more-btn-wrapper {
  text-align: center;
  width: 100%;
}

#top-banner .banner-content {
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 43px;
  height: 296px;
  display: flex;
  background: url("../../img/blog/start-selling-with-sellvia-bg-pc-min.jpg") no-repeat;
  text-decoration-line: unset;
  background-size: cover;
  overflow: hidden;
}

#top-banner h1 {
  text-align: left;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 14px;
  text-decoration-line: unset;
}

#top-banner .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 34px;
  color: #FFFFFF;
  max-width: 538px;
  margin-bottom: 25px;
  text-decoration-line: unset;
}

#top-banner .start-link {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  color: #FFFFFF;
  text-decoration-line: underline;
  padding-right: 23px;
  max-width: 148px;
  background: url("../../img/blog/white-arrow-right.svg") no-repeat right center;
}

#top-banner .left {
  padding-top: 60px;
  padding-left: 70px;
  padding-bottom: 65px;
  padding-right: 25px;
  width: 53%;
  min-width: 550px;
}

#top-banner .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#top-banner .right img {
  width: 100%;
  height: auto;
  max-height: 287px;
  max-width: 564px;
}

article.item:not(.big) {
  width: 31%;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

article.item.big {
  margin-bottom: 53px;
}

article.item img {
  width: 100%;
  height: auto;
  line-height: 0;
  /*margin-bottom: 12px;*/
  border-radius: 5px;
}

article.item .category {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  text-decoration: underline;
  margin-bottom: 10px;
  color: #4B5159;
}

article.item .title:hover {
  text-decoration: underline;
}

article.item .teaser {
  margin-bottom: 15px;
}

article.item .info {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #4B5159;
}

article.item .date {
  color: #4B5159;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
}

#ready {
  color: #fff;
  text-align: center;
  background: #192AC2;
}

#ready h2 {
  max-width: 910px;
  line-height: 61px;
  margin-bottom: 27px;
}

#ready .info {
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 54px;
}

#ready .container.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

#ready .link {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  margin-left: 30px;
}

#main .group,
#main .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#main .info .splitter {
  margin-left: 5px;
  margin-right: 5px;
  color: #C4C4C4;
}

#main .right {
  width: 31%;
  margin-bottom: 50px;
}

#main .left {
  width: 65.5%;
}

#main .left .item:not(.big) {
  width: 100%;
  max-width: 385px;
}

#main .left .title {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
  height: 100%;
}

#main .item.big .title {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
}

#main .pop-item {
  border-bottom: 1px solid #DADADA;
}

#main .pop-item:first-child {
  border-top: 1px solid #DADADA;
}

#main .pop-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#main .pop-item a:hover {
  text-decoration: underline;
}

#main .pop-item img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  margin-right: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

#most-popular .title {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#pagination {
  margin-bottom: 100px;
}

#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/blog/black-arrow-right.svg") no-repeat center center;
}

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

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

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

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

#pagination .page-numbers.current {
  border: 1px solid #1971C2;
}

#pagination .buttons {
  display: flex;
}

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

#search-form {
  position: relative;
  width: 388px;
}

#search-form input {
  border: 0;
}

#search-form:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 1px;
  height: 30px;
  background: #DADADA;
}

#search-form .search-form-text {
  height: 60px;
  margin-bottom: 0;
  padding-right: 50px;
}

#search-form .search-form-text::-moz-placeholder {
  color: #4B5159;
}

#search-form .search-form-text::placeholder {
  color: #4B5159;
}

#search-form .search-form-button {
  position: absolute;
  right: 3px;
  top: 20px;
  width: 21px;
  height: 21px;
  border: none;
  background: url(../../img/blog/search.svg) no-repeat center;
  cursor: pointer;
}

#search-form-mobile {
  display: none;
}

#more .search-result {
  margin-bottom: 40px;
  padding: 15px 20px;
  background-color: #f1f3f4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#more .search-result #search-form:before {
  display: none;
}

#more .search-result #search-form .search-form-button {
  right: 19px;
}

#more .search-result span {
  font-weight: bold;
}

.search-result #search-form {
  margin: 0;
}

.wp-pagenavi {
  text-align: center;
  padding-bottom: 40px;
}

.wp-pagenavi span.current {
  padding: 3px 9px;
  border: 1px solid #464646;
  border-radius: 3px;
  color: #464646;
  font-weight: normal;
}

.wp-pagenavi a {
  border: none;
  color: #464646;
  padding: 3px 9px;
  margin: 2px 4px;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  color: #8a8a8a;
  opacity: 0.42;
  font-size: 26px;
}

.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover {
  color: #8a8a8a;
  opacity: 1;
}

#mobile-cats-wrapper {
  display: none;
}

#footer .container {
  border-top: 0 !important;
}

#footer .container .sep {
  border-top: 0 !important;
}

@media (max-width: 1280px) {
  .items article.item {
    width: 31%;
  }
  #main .item .title {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
  }
  #main .left .item:not(.big) {
    max-width: 47%;
  }
}
@media (max-width: 991px) {
  article.item .title {
    height: auto;
  }
  #main .pop-item img {
    display: none;
  }
  #pagination .buttons {
    display: none;
  }
  #pagination .text-center {
    display: block;
  }
  #mobile-cats-wrapper {
    display: block;
  }
  #mobile-cats-wrapper {
    position: relative;
    overflow: hidden;
  }
  #mobile-cats {
    border-bottom: 1px solid #DADADA;
    border-top: 1px solid #DADADA;
    padding: 7px 15px;
  }
  #mobile-cats .label {
    font-size: 12px;
    line-height: 20px;
  }
  #mobile-cats .name {
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
  }
  #mobile-cats.show-me:after {
    right: 76px;
    top: 25px;
    width: 43px;
    height: 16px;
  }
  #search-form {
    display: none;
  }
  #head .categories .links {
    display: block;
  }
  #search-form-mobile {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 1;
    left: calc(100% - 60px);
    transition: all 0.4s;
  }
  #search-form-mobile.open {
    left: -1px;
  }
  #search-form-mobile .search-form-text {
    height: 60px;
    margin: 0;
    padding-left: 60px;
    border-right: 0;
    border-radius: 0;
  }
  #search-form-mobile .search-form-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border: none;
    background: url(../../img/blog/search.svg) no-repeat center;
    cursor: pointer;
  }
  #search-form-mobile .close-me {
    position: absolute;
    width: 19px;
    height: 19px;
    background: url(../../img/blog/close.svg) no-repeat center;
    top: 21px;
    right: 19px;
  }
  #head {
    margin: 0 auto 38px auto;
    padding: 0 15px;
  }
}
@media (max-width: 900px) {
  #main .left .item.big .title {
    font-size: 22px;
    line-height: 36px;
  }
  #main .left .item:not(.big) {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #top-banner {
    padding-left: 0;
    padding-right: 0;
  }
  #top-banner h1 {
    margin-top: 0;
    margin-bottom: 16px;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 32px;
  }
  #top-banner .desc {
    margin-bottom: 25px;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
  }
  #top-banner .start-link {
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
  }
  #top-banner .banner-content {
    display: block;
    height: unset;
    overflow: unset;
    background: url("../../img/blog/start-selling-with-sellvia-bg-min.jpg") no-repeat;
    background-size: cover;
    margin-bottom: 40px;
  }
  #top-banner .left {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 37px;
    padding-top: 47px;
    width: unset;
    min-width: unset;
  }
  #top-banner .right {
    padding-left: 10px;
    padding-right: 10px;
  }
  #top-banner .start-link {
    margin-left: auto;
    margin-right: auto;
  }
  #top-banner h1 {
    text-align: center;
  }
  #top-banner .desc {
    text-align: center;
  }
  .search-result #search-form {
    display: none;
  }
  #ready h2 {
    line-height: 38px;
  }
  #main .item.big .title {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 26px;
  }
  #loadmoreposts {
    min-width: 290px;
  }
  #main .right {
    display: none;
  }
  #main .left {
    width: 100%;
  }
  #main .left .title {
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 26px;
  }
  #main article.item {
    margin-bottom: 40px;
  }
  #more .items {
    flex-direction: column;
    align-items: center;
  }
  #more {
    margin-bottom: 30px;
  }
  #head .categories {
    display: none;
    margin: 0;
  }
  #head .item {
    margin: 0;
    border-radius: 0;
    display: block;
    padding: 15px;
    font-size: 15px;
    line-height: 24px;
  }
  #ready .info {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  #ready .link {
    margin: 18px 0 0 0;
    display: inline-block;
  }
  article.item,
  .items article.item {
    width: 100%;
  }
  #ready .container.section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#top-banner-pp .banner-content {
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 43px;
  display: flex;
  background: url("../../img/blog/banner-images/back-pp.svg") no-repeat;
  text-decoration-line: unset;
  background-size: cover;
  overflow: hidden;
  align-items: center;
}
#top-banner-pp .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  margin-top: 0;
  margin-bottom: 14px;
  text-decoration-line: unset;
}
#top-banner-pp .desc {
  font-size: 19px;
  line-height: 34px;
  max-width: 538px;
  margin-bottom: 25px;
  text-decoration-line: unset;
}
#top-banner-pp .start-link {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  text-decoration-line: underline;
  padding-right: 23px;
  display: inline-block;
  background: url("../../img/main/arrow.svg") no-repeat right center;
  background-size: 8px;
}
#top-banner-pp .left {
  padding: 60px 40px 55px 70px;
  width: 55%;
  min-width: 550px;
}
#top-banner-pp .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#top-banner-pp .right img {
  width: auto;
  height: 100%;
  max-height: 296px;
}
@media (max-width: 767px) {
  #top-banner-pp .banner-content {
    flex-direction: column;
  }
  #top-banner-pp .left {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 47px 25px 40px 25px;
    width: 100%;
    min-width: unset;
  }
  #top-banner-pp .title {
    font-size: 23px;
    line-height: 32px;
  }
}

.subscribe-to-blog {
  display: flex;
  justify-content: center;
  background: #0E1623;
}
.subscribe-to-blog .subscribe-img {
  background: url("../../img/blog/subscribe.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
}
.subscribe-to-blog .subs-right {
  padding: 60px 99px;
  color: #FFF;
  background: radial-gradient(50% 50% at 50% 50%, #001B4F 0%, #0E1623 100%);
  min-width: 960px;
  width: 100%;
  text-align: center;
  max-width: 1048px;
  margin: 0 auto;
}
.subscribe-to-blog .subs-right .subs-title {
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
}
.subscribe-to-blog .subs-right .subs-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 700px;
  margin: 30px auto 60px auto;
}
.subscribe-to-blog .subs-right .subs-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscribe-to-blog .subs-right .subs-actions input {
  max-width: 320px;
  margin-bottom: 0;
  margin-right: 30px;
  padding: 15px 18px 15px 18px;
}
.subscribe-to-blog .subs-right .subs-after-actions {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #C9E2F0;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .subscribe-to-blog .subs-right {
    padding: 60px 60px;
    min-width: 800px;
  }
}
@media (max-width: 1140px) {
  .subscribe-to-blog .subscribe-img {
    display: none;
  }
}
@media (max-width: 768px) {
  .subscribe-to-blog {
    flex-direction: column;
  }
  .subscribe-to-blog .subscribe-img {
    display: block;
    min-height: 250px;
    background-position: top;
    order: 1;
    min-width: 100%;
  }
  .subscribe-to-blog .subs-right {
    min-width: 100%;
    padding: 40px 20px;
  }
}
@media (max-width: 500px) {
  .subscribe-to-blog .subs-right .subs-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
  }
  .subscribe-to-blog .subs-right .subs-text {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .subscribe-to-blog .subs-right .subs-actions {
    flex-direction: column;
  }
  .subscribe-to-blog .subs-right .subs-actions input {
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .subscribe-to-blog .subs-right .subs-after-actions {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
}