.startup-main__info {
  align-items: center;
}

.startup-main__info-image {
  margin-bottom: 50px;
}

.news-main {
  background: url('/images/news-images/bg1.png') no-repeat;
  background-size: 1920px 420px;
}

.startup-main__info {
  margin-top: 22px;
}

.startup-main__info-text {
  margin-top: -145px;
}

.news-container {
  margin-bottom: 31px;
}

.news-header {
  display: flex;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #eaeaea;
  margin-right: 37px;
}

.news-header__ready a {
  margin-right: 69px;
  font-family: 'Rubik';
  font-size: 24px;
  line-height: 60px;
  height: 100%;

  color: #4a5568;
}

.news-header__ready a:hover {
  text-decoration: none;
}

.news-header__addition a {
  margin-right: 470px;
  font-family: 'Rubik';
  font-size: 24px;
  line-height: 60px;
  height: 100%;

  color: #4a5568;
}

.news-header__addition a:hover {
  text-decoration: none;
}

.news-header__active a {
  border-bottom: 3px solid #e63756;
  padding-bottom: 14px;

  font-family: 'Rubik';
  font-weight: 500;
  font-size: 24px;
  line-height: 60px;

  color: #1a202c;
}

.news-header__search {
  position: relative;
}

.news-header__search-input {
  width: 100px;
  border: none;
  height: 50px;
  margin-bottom: -9px;
}

.news-header__search-input:focus {
  outline: none;
}

.news-header__container {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.news-sort__link:hover {
  color: #e63756;
}

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

.news-item {
  margin-right: 0;
  margin-bottom: 34px;
  padding: 24px 24px 14px 18px;
  width: 433px;
  position: relative;

  background: #ffffff;
  border: 1px solid #ebe7e7;
  border-radius: 10px;
}

.news-item__header {
  margin-bottom: 24px;
  position: relative;
}

.news-item__header-link {
  color: #e63756;
}

.news-item__header-main {
  margin-right: 89px;
  font-family: 'Rubik';
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;

  color: #1a202c;
}

.news-item__header-price {
  display: inline-block;
  font-size: 18px;
  line-height: 170%;
  padding: 0 11px;
  border-radius: 25px;
  border: 1px solid #ebe7e7;
  background: #f7fafc;
  position: absolute;
  right: 0;

  color: #1a202c;
}

.news-item__rect {
  width: 5px;
  height: 30px;
  border-radius: 8px;
  background: #ffb402;
  position: absolute;
  left: -2px;
  top: 20px;
}

.news-item__text {
  margin-bottom: 45px;
  max-height: 56px;
  overflow: hidden;
}

.news-item__footer {
  font-size: 14px;
  display: flex;
  align-items: center;

  position: absolute;
  bottom: 24px;
}

.news-item__footer-date {
  margin-right: 133px;

  font-size: 14px;
  line-height: 19px;

  color: #4a5568;
}

.news-item__footer-download {
  margin-right: 21px;
}

.news-item__footer-download img {
  margin-right: 10px;
}

.news-item__footer-comment {
  margin-right: 276px;
}

.news-item__footer-comment img {
  margin-right: 10px;
}

.news-item__footer-rate:not(:last-child) {
  margin-right: 7px;
}

.news-item__text > .startup-light-text {
  width: 100%;
}

.new-select {
  margin-bottom: 0;
  margin-top: 15px;
  height: 43px;
  border: 1px solid #ced4da;
  border-radius: 10px;
  padding: 10px 0 10px 25px;
}

.on {
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

.new-select__item span a {
  color: #6d6d6d;
}

.new-select__item span a:hover {
  color: #e86c82;
  text-decoration: none;
}

.new-select__item:hover {
  background: #fff;
}

.new-select {
  position: relative;
}

/* .news-arrow {
    position: absolute;
    right: 0;
} */

.new-select:after {
  background: url('/images/news-images/arrow.png') no-repeat !important;
  width: 15px !important;
  height: 10px !important;
  right: 16px !important;
  top: 16px !important;
}

.separator-row-main {
  width: 100%;
  height: 1px;
  margin: 0 auto 51px auto;
  background: #edf2f7;
}

.news-pagination__prev,
.news-pagination__numbers,
.news-pagination__next {
  display: inline-block;
  cursor: pointer;
}

.news-pagination__prev,
.news-pagination__next {
  color: #eaeaea;
  font-size: 24px;
}

.news-pagination__prev,
.news-pagination__numbers {
  margin-right: 44px;
}

.news-pagination__numbers {
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  color: #4a5568;
}

.news-pagination__numbers span:not(:last-child) {
  margin-right: 34px;
}

.pageItem {
  display: inline-block;
  width: 30px;
}

.active-pagination {
  font-size: 24px;
  color: #e63756;
}

.news-pagination {
  text-align: center;
}
.news-items__hidden > .news-item:nth-child(2) {
  margin-right: 40px;
}

.news-item__header-discount {
  display: inline-block;
  width: 64px;
  height: 26px;
  padding: 0 11px;
  background: #f7fafc;
  border-radius: 23px;

  font-size: 14px;
  line-height: 170%;
  color: #e63756;
}

.news-item__footer-comment--additional {
  margin-right: 21px;
}

.news-item__footer-buy {
  font-size: 14px;
  line-height: 170%;
  text-decoration: underline;
  margin-right: 200px;
}

.news-item__footer-buy a {
  color: #e63756;
}

.news-header__mobile {
  display: none;
}

.news-item__price-mobile {
  display: none;
}

.news-item__button-mobile {
  display: none;
}

.news-add__button {
  display: none;
}

.news-header__mobile-categories--slider {
  display: none;
}

#shop {
  margin-top: 0 !important;
}

.news-item:nth-child(2) .news-item__rect {
  background: #e63756;
}

.news-item:nth-child(3) .news-item__rect {
  background: #27ae60;
}

.news-item:nth-child(4) .news-item__rect {
  background: #2d9cdb;
}

.news-item:nth-child(5) .news-item__rect {
  background: #ffb402;
}

.news-item:nth-child(6) .news-item__rect {
  background: #27ae60;
}

.news-item:nth-child(7).news-item__rect {
  background: #27ae60;
}

.news-item:nth-child(8) .news-item__rect {
  background: #2d9cdb;
}

.star div {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 2px;
}

.star div.active {
  background: url(../images/sprite.png) -844px -86px no-repeat;
}

.star div.off {
  background: url(../images/sprite.png) -820px -86px no-repeat;
}

.news-item__footer-comment {
  margin-right: 245px;
}

.news-header__search-button {
  background: #fff;
  border: none;
  width: 30px;
  height: 30px;
}

.news-pagination {
  display: none;
}

.separator-row-main {
  display: none;
}

.startup-main__info-text {
  margin-top: 0;
}

.startup-main__info-image {
  margin-top: 40px !important;
}

.startup-main__info {
  align-items: flex-start;
}

.startup-main__info-text > .startup-light-text {
  max-width: 271px;
  margin-bottom: 40px !important;
}

.news-main__info-social {
  display: flex;
}

.news-main__info-social--item:not(:last-child) {
  margin-right: 40px;
}

.news-header {
  width: 100%;
}

.news-header__search {
  width: 100%;
}

.news-header__search-input {
  padding-left: 20px;
  width: 70%;
  height: auto;
}

.news-item__category {
  margin-bottom: 15px;

  font-size: 16px;
  line-height: 22px;

  color: #56ccf2;
}

.news-item__read-link {
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;

  color: #e63756;
}

.news-item__read-link:hover {
  text-decoration: none;

  color: #e63756;
}

.news-header__search--button {
  background: white;
  border: none;
}

.news-header__search--button {
  outline: none;
}

.blog-2023 .news-header__container {
  margin: 40px 0 60px;
}

.blog-2023 .news-sort ul {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.blog-2023 .news-sort a {
  color: #4a5568;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid #ebe7e7;
  background: #f7fafc;
  transition: all 0.15s;
}

.blog-2023 .news-sort a:hover {
  background: #e5e8eb;
  text-decoration: none;
}

.blog-2023 .news-sort .isactive-id-blog a {
  background: #e63756;
  border: none;
}

.blog-2023 .news-sort .isactive-id-blog a:hover {
  background: #cc324e;
}

.blog-2023 .news-sort .isactive-id-blog a {
  color: #ffffff;
}

.blog-2023 .news-sort .active {
  background: none;
}

.blog-2023 .news-sort .active a {
  background: #e63756;
  border: none;
}

.blog-2023 .news-sort .active a:hover {
  background: #cc324e;
}

.blog-2023 .news-sort .active a {
  color: #ffffff;
}

.blog-2023 .news-item__category {
  color: #ffb402;
  margin-bottom: 25px;
}

.blog-2023 .news-item:nth-child(2) .news-item__category {
  color: #e63756;
}

.blog-2023 .news-item:nth-child(3) .news-item__category {
  color: #27ae60;
}

.blog-2023 .news-item:nth-child(4) .news-item__category {
  color: #2d9cdb;
}

.blog-2023 .news-item:nth-child(5) .news-item__category {
  color: #ffb402;
}

.blog-2023 .news-item:nth-child(6) .news-item__category {
  color: #e63756;
}

.blog-2023 .news-item:nth-child(7) .news-item__category {
  color: #27ae60;
}

.blog-2023 .news-item:nth-child(8) .news-item__category {
  color: #2d9cdb;
}

.blog-2023 .news-item__rect {
  top: 31px;
}

.blog-2023 .news-items {
  display: flex;
  justify-content: space-evenly;
}

.blog-2023 .news-item {
  padding: 35px 25px;
}

.blog-2023.news-items .news-item:last-child {
  order: 1;
}

.blog-2023 .news-item:nth-child(1),
.blog-2023 .news-item:nth-child(2) {
  flex-basis: calc(50% - 15px);
  height: 705px;
}

.blog-2023 .news-item:nth-child(1) {
  margin-right: 30px;
}

.blog-2023 .news-item:nth-child(1) .news-item__header,
.blog-2023 .news-item:nth-child(2) .news-item__header {
  min-height: 345px;
}

.blog-2023 .news-item__header {
  background: #cdfcff url(/images/news-images/bg-card-1.png);
  border-radius: 10px;
  position: relative;
  min-height: 215px;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-2023 .news-item:nth-child(2) .news-item__header {
  background: #ffe5cd url(/images/news-images/bg-card-2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-2023 .news-item:nth-child(3) .news-item__header {
  background: #cdd8ff url(/images/news-images/bg-card-3.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-2023 .news-item:nth-child(4) .news-item__header {
  background: #fff4cd url(/images/news-images/bg-card-4.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-2023 .news-item:nth-child(5) .news-item__header {
  background: #e9cdff url(/images/news-images/bg-card-5.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-2023 .news-item:nth-child(6) .news-item__header {
  background: #e6ffcd url(/images/news-images/bg-card-6.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-2023 .news-item:nth-child(7) .news-item__header {
  background: #ffd7fb url(/images/news-images/bg-card-7.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-2023 .news-item:nth-child(8) .news-item__header {
  background: #ffd9d9 url(/images/news-images/bg-card-8.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-2023 .news-item__header img {
  position: absolute;
  bottom: 0;
  right: 50px;
  display: none;
  max-width: 50%;
  max-height: 90%;
}

.blog-2023 .news-item:nth-child(1) .news-item__header img,
.blog-2023 .news-item:nth-child(2) .news-item__header img {
  display: block;
}

.blog-2023 .news-item__header-main-container {
  padding: 30px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  text-decoration: none;
}

.blog-2023 .news-item:nth-child(1) .news-item__header-main-container,
.blog-2023 .news-item:nth-child(2) .news-item__header-main-container {
  padding: 50px;
}
.blog-2023 .news-item__header-main {
  z-index: 1;
  display: block;
  font-size: 20px;
  color: #1a202c;
  font-family: Rubik;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
}

.blog-2023 .news-item:nth-child(1) .news-item__header-main,
.blog-2023 .news-item:nth-child(2) .news-item__header-main {
  max-width: 50%;
  color: #1a202c;
  font-family: Rubik;
  font-size: 30px;
  font-weight: 600;
}

.blog-2023 .news-item:last-child {
  margin: 0;
}

.blog-2023 .news-item__title {
  margin: 0 0 30px;
  max-height: 56px;
}

.blog-2023 .news-item__text {
  margin: 0 0 52px;
  max-height: 82px;
}

.blog-2023 .news-item__title p {
  color: #1a202c;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-2023 .news-item__text p {
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-2023 .news-item__footer {
  width: calc(100% - 50px);
  justify-content: space-between;
  bottom: 35px;
}

.blog-2023 .news-item__footer > span {
  color: #4a5568;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.blog-2023 .pagination {
  min-width: 100%;
  margin: 100px 0 0;
  justify-content: center;
}

.blog-2023 .pagination ul {
  justify-content: center;
  align-items: center;
}

.blog-2023 .pagesnumber ul li {
  background: none;
  padding: 0;
}

.blog-2023 .pagesnumber ul li a {
  color: #4a5568;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  background: none;
  transition: all 0.2s;
  padding: 8px;
}

.blog-2023 .pagesnumber ul .active a {
  color: #e63756;
  font-size: 24px;
}

.blog-2023 .pagesnumber ul .next a,
.blog-2023 .pagesnumber ul .prev a {
  display: block;
  width: 20px;
  height: 22px;
  background: url(/images/news-images/arrow-red-next.svg) center no-repeat;
}

.blog-2023 .pagesnumber ul .prev a {
  transform: rotate(180deg);
}

.blog-2023 .pagesnumber ul li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.blog-2023 .pagesnumber ul .active a:hover {
  opacity: 1;
}


.blog-2023 .news-item__link{
  display: block;
  width: 100%;
  height: 100%;
}

.blog-2023 .news-item__link:hover {
  outline: none;
  text-decoration: none;
}

.blog-2023 .news-header__container {
  display: none;
}

@media screen and (max-width: 1400px) {
  .news-header__addition a {
    margin-right: 300px;
  }
}

@media screen and (max-width: 1200px) {
  .news-header__addition a {
    margin-right: 200px;
  }
}

@media screen and (max-width: 1040px) {
  .startup-main__info-image {
    display: inline-block;
  }

  .news-items {
    justify-content: center;
  }

  .news-item {
    margin-right: 0 !important;
  }

  .news-header__container {
    display: none;
  }

  .news-header__mobile {
    display: block;
  }

  .startup-main__info-text {
    margin-top: 0;
  }

  .news-main {
    background: none;
  }

  .startup-main__info-text h1 {
    margin-bottom: 21px !important;
  }

  .startup-main__info-image {
    padding-top: 0;
  }

  .startup-main__info-image {
    margin-bottom: 34px;
  }

  .news-header__mobile {
    margin-bottom: 100px;
  }

  .news-header__mobile-search {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .news-header__mobile-search--input {
    margin-right: 9px;
    width: 90%;
    max-width: 500px;
    height: 36px;
    padding-left: 35px;
    border: 1px solid #ebe7e7;
    border-radius: 8px;
  }

  .news-header__mobile-search--input:focus {
    outline: none;
  }

  .news-header__mobile-search--button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 36px;
    border: 1px solid #ebe7e7;
    border-radius: 8px;
    background: #fff;
  }

  .news-header__mobile-categories--link {
    margin-right: 24px;
    padding-bottom: 14px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    color: #4a5568;
  }

  .news-header__mobile-categories--link:hover {
    text-decoration: none;
  }

  .news-header__mobile-active {
    color: #e63756;
    border-bottom: 3px solid #e63756;
  }

  .news-item__rect {
    width: 48px;
    height: 6px;
    left: 0;
    right: 0;
    margin: auto;
    top: -3px;
  }

  .news-item__header-price {
    display: none;
  }

  .news-item {
    padding: 19px 23px;
    width: 100%;
    max-width: 500px;
    height: 100%;
  }

  .news-item__footer {
    display: none;
  }

  .news-item__header-discount {
    display: none;
  }

  .news-item__header-main {
    margin-right: 0;
  }

  .news-item__text > .startup-light-text {
    width: 100%;
    max-width: 395px;
    margin-right: 0 !important;
    margin: 0 auto !important;
    margin-bottom: 19px !important;
  }

  .news-item__price-mobile {
    display: block;
    font-size: 14px;
    line-height: 170%;
    margin-bottom: 19px;
  }

  .news-item__button-mobile {
    display: inline-block;
  }

  .news-item__button-mobile--link {
    width: 296px;
    height: 41px;
  }

  .news-pagination {
    display: none;
  }

  .news-items {
    margin-bottom: 20px;
  }

  .news-add__button {
    margin-bottom: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 227px;
    height: 49px;
    border: 1px solid #e63756;
    background: #fff;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 170%;
    color: #000000;
  }

  .news-add__button:focus {
    outline: none;
  }

  .news-items__hidden {
    display: none;
  }

  .news-header__mobile-categories--slider {
    display: none;
  }

  .news-items__hidden > .news-item:nth-child(2) {
    margin-right: 0;
  }

  .news-item:nth-child(2),
  .news-item:nth-child(4),
  .news-item:nth-child(6),
  .news-item:nth-child(8),
  .news-item:nth-child(10) {
    margin-right: 0;
  }

  .news-pagination__numbers {
    margin-right: 0;
    font-size: 14px;
  }

  .news-pagination__prev,
  .news-pagination__next {
    display: none;
  }

  .active-pagination {
    font-size: 20px;
  }

  .news-add__button {
    display: none;
  }

  .news-pagination__numbers span:not(:last-child) {
    margin-right: 14px;
  }

  .news-main__info-social {
    display: flex;
    justify-content: center;
  }

  .blog-2023 .news-header__container {
    display: flex;
    justify-content: center;
    display: none;
  }

  .blog-2023 .news-header__container ul {
    justify-content: center;
  }

  .blog-2023 .news-item__rect {
    top: -3px;
  }

  .blog-2023 .news-item:nth-child(1),
  .blog-2023 .news-item:nth-child(2) {
    flex-basis: 100%;
  }

  .blog-2023 .news-item__header {
    display: flex;
    height: min-content;
  }

  .blog-2023 .news-item:nth-child(1) .news-item__header-main-container,
  .blog-2023 .news-item:nth-child(2) .news-item__header-main-container {
    padding: 30px;
  }

  .blog-2023 .news-item:nth-child(1) .news-item__header-main,
  .blog-2023 .news-item:nth-child(2) .news-item__header-main {
    max-width: 100%;
    font-size: 20px;
  }

  .blog-2023 .news-item__header {
    min-height: 300px;
  }

  .blog-2023 .news-item:nth-child(1) .news-item__header,
  .blog-2023 .news-item:nth-child(2) .news-item__header {
    min-height: 300px;
  }

  .blog-2023 .news-item__header img {
    max-width: 75%;
    right: 30px;
  }

  .blog-2023 .news-item__text {
    margin-bottom: 0;
  }

  .blog-2023 .news-item:nth-child(1),
  .blog-2023 .news-item:nth-child(2) {
    height: 100%;
  }
}

@media screen and (max-width: 990px) {
}

@media screen and (max-width: 640px) {
  /* .blog-2023 .startup-main__info{
    background: url('/image/bg-header-blog-mobile.png') center no-repeat;
  } */
}

@media screen and (max-width: 510px) {
}

@media screen and (max-width: 420px) {
  .news-header__mobile-categories {
    display: none;
  }

  .news-header__mobile-categories--slider {
    display: block;
  }

  .news-header__mobile-categories--link {
    min-width: 98px;
  }

  .swiper-slide {
    display: inline-block;
  }
}

@media screen and (max-width: 360px) {
  .news-item__button-mobile--link {
    width: inherit;
  }

  .news-item__button-mobile {
    width: 100%;
    max-width: 285px;
  }
}
