.blog {
  padding-top: 130px;
  overflow-x: hidden;
}
@media only screen and (max-width: 860px) {
  .blog {
    padding-top: 70px;
  }
}
.blog .container {
  align-items: center;
}
.blog .container.title_link {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .blog .container.title_link {
    margin-bottom: 20px;
  }
  .blog .container.title_link .tag2 {
    display: none;
  }
}
.blog .container.news {
  align-items: stretch;
  gap: 20px;
}
@media only screen and (max-width: 1100px) {
  .blog .container.news {
    grid-template-columns: 1fr;
  }
}
.blog .container.news .snipet {
  transition: 0.3s;
  border-radius: 20px;
}
.blog .container.news .snipet:hover {
  background: #f5f6f8;
}
.blog .container.news .snipet:hover .title {
  color: #016bff;
}
.blog .container.news .snipet:hover .link {
  opacity: 1;
}
.blog .container.news .snipet .baner {
  position: relative;
  width: 100%;
}
.blog .container.news .snipet .baner img {
  width: 100%;
  height: 295px;
  object-fit: contain;
  object-position: top;
  border-radius: 20px;
  background-image: url(/img/main/news/substrate.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  .blog .container.news .snipet .baner img {
    height: 180px;
  }
}
.blog .container.news .snipet .baner .tag {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 10px;
  background: var(--c5);
  color: var(--c0);
  border-radius: 5px;
}
.blog .container.news .snipet .baner .date {
  color: #b2b2b2;
  margin: 10px 20px 20px;
}
@media only screen and (max-width: 860px) {
  .blog .container.news .snipet .baner .date {
    margin: 10px 0;
  }
}
.blog .container.news .snipet .preview .title {
  font-family: "MB";
  text-transform: uppercase;
  min-height: 46px;
  margin: 0 20px 16px 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.3s;
}
@media only screen and (max-width: 1620px) {
  .blog .container.news .snipet .preview .title {
    min-height: 68px;
  }
}
@media only screen and (max-width: 1400px) {
  .blog .container.news .snipet .preview .title {
    min-height: 90px;
  }
}
@media only screen and (max-width: 1100px) {
  .blog .container.news .snipet .preview .title {
    min-height: 70px;
  }
}
@media only screen and (max-width: 860px) {
  .blog .container.news .snipet .preview .title {
    min-height: 80px;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 640px) {
  .blog .container.news .snipet .preview .title {
    min-height: auto;
  }
}
.blog .container.news .snipet .preview .text {
  color: #797979;
  min-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 20px 30px 20px;
}
@media only screen and (max-width: 860px) {
  .blog .container.news .snipet .preview .text {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .blog .container.news .snipet .preview .text {
    min-height: auto;
  }
}
.blog .container.news .snipet .link {
  color: #261f1f;
  margin: 0 0 30px 20px;
  transition: 0.3s;
  border: 1px solid transparent;
  width: max-content;
  opacity: 0;
}
.blog .container.news .snipet .link:hover {
  border-bottom: 1px solid #261f1f;
}
@media only screen and (max-width: 1100px) {
  .blog .container.news .snipet .link {
    opacity: 1;
    color: #016bff;
  }
}
@media only screen and (max-width: 860px) {
  .blog .container.news .snipet .link {
    margin: 0;
  }
}
.blog .container.news .snipet .share, .blog .container.news .snipet .news-full-description {
  display: none;
}
.blog .tabs {
  gap: 5px;
  padding-bottom: 5px;
  overflow-x: auto;
  margin-bottom: 30px;
}
.blog .tabs::-webkit-scrollbar {
  height: 3px;
}
.blog .tabs::-webkit-scrollbar-thumb {
  background: #016bff;
  border-radius: 10px;
}
.blog .tabs::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.blog .tabs .tab {
  height: 40px;
  padding: 0 15px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px;
  background: #f5f6f8;
  white-space: nowrap;
}
.blog .tabs .tab.active {
  background: var(--c4);
  color: var(--c0);
}
.blog .tabs .tab.active:hover {
  background: var(--c4);
  color: var(--c0);
}
.blog .tabs .tab:hover {
  background: var(--c5);
  color: var(--c0);
}
@media only screen and (max-width: 860px) {
  .blog .tabs {
    margin-bottom: 20px;
  }
}
.blog .flexColumn {
  gap: 0;
}
.blog .pagination {
  margin: 40px auto 60px;
}
.blog .pagination .pagination-list {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.blog .pagination .pagination-list .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #868686;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
.blog .pagination .pagination-list .page-link:hover {
  background: #000;
  color: #fff;
}
.blog .pagination .pagination-list .page-link.active {
  background: #000;
  color: #fff;
  cursor: default;
}
.blog .pagination .pagination-list .page-link.prev, .blog .pagination .pagination-list .page-link.next {
  font-size: 18px;
}
.blog .link_page {
  display: none;
}
@media only screen and (max-width: 640px) {
  .blog .link_page {
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
}

.blog_page {
  padding-top: 70px;
}
@media only screen and (max-width: 860px) {
  .blog_page {
    padding-top: 50px;
  }
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden;
  transition: background-color 0.4s ease, visibility 0.4s ease;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
}
.popup-overlay.active {
  background-color: rgba(0, 0, 0, 0.7);
  visibility: visible;
}
.popup-overlay.active .popup-content {
  transform: translateX(0);
}

.popup-content {
  width: 940px;
  max-width: 100%;
  height: 100vh;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  position: relative;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 60px;
  background: none;
  border: none;
  cursor: pointer;
  color: #d4d4d4;
  z-index: 10;
  transition: color 0.3s ease;
}
.popup-close:hover {
  color: #016bff;
}

.popup-body {
  padding: 60px 90px 80px 50px;
  position: relative;
}

.popup-navigation {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.popup-navigation button {
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.popup-navigation button:hover {
  background: #f5f6f8;
}

.popup_inscription {
  border-radius: 5px;
  padding: 10px 15px;
  background: #f5f6f8;
  font-size: 16px;
  line-height: 120%;
  color: #0e0e0e;
  text-align: center;
  width: max-content;
}

.popup-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  text-transform: uppercase;
  color: #191919;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .popup-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.popup-image {
  width: 100%;
  height: 500px;
  margin-bottom: 50px;
}
@media screen and (max-width: 860px) {
  .popup-image {
    height: 320px;
  }
}
.popup-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: contain;
}
@media screen and (max-width: 1100px) {
  .popup-image {
    margin-bottom: 20px;
  }
}

.popup-description {
  font-weight: 500;
  font-size: 16px;
  color: #797979;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .popup-description {
    margin-bottom: 20px;
    font-size: 12px;
  }
}

.popup-date {
  font-size: 16px;
  line-height: 110%;
  color: #b2b2b2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .popup-date {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.inscription_share {
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .inscription_share {
    margin-bottom: 20px;
  }
}

.popup-full-text {
  font-size: 16px;
  line-height: 140%;
  color: #261f1f;
}
.popup-full-text b {
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .popup-full-text {
    font-size: 14px;
  }
}

.popup-link-page {
  font-size: 16px;
  color: #016bff;
  border-bottom: 1px solid transparent;
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  transition: 0.3s;
}
.popup-link-page:hover {
  color: #00388c;
}

.sending_block {
  border-radius: 20px;
  box-shadow: 0 4px 15px 0 rgba(139, 140, 142, 0.2);
  background: #fff;
  padding: 22px 33px 28px;
  width: 460px;
  margin-left: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 860px) {
  .sending_block {
    width: 216px;
  }
}
@media only screen and (max-width: 640px) {
  .sending_block {
    width: 268px;
    display: flex;
    gap: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .sending_block {
    width: 236px;
    gap: 10px;
  }
}
.sending_block.active {
  opacity: 1;
}
.sending_block .field_wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.sending_block .field_icon {
  position: absolute;
  left: 15px;
  bottom: 32px;
  width: 17px;
  height: 17px;
  z-index: 2;
  cursor: pointer;
}
@media only screen and (max-width: 860px) {
  .sending_block .field_icon {
    bottom: 22px;
  }
}
@media only screen and (max-width: 640px) {
  .sending_block .field_icon {
    bottom: 15px;
    left: 18px;
  }
}
.sending_block .field {
  border-radius: 10px;
  background: #f5f6f8;
  padding: 9px 15px 9px 38px;
  font-size: 16px;
  line-height: 140%;
  color: #797979;
  margin-bottom: 20px;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 860px) {
  .sending_block .field {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .sending_block .field {
    margin-bottom: 0;
  }
}
.sending_block .links_to_share {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  .sending_block .links_to_share {
    gap: 10px;
  }
}
.sending_block .links_to_share .item {
  cursor: pointer;
  transition: 0.3s;
}
.sending_block .links_to_share .item:hover {
  opacity: 0.7;
}

.popup-overlay .sending_block {
  padding: 20px;
  position: absolute;
  top: 10px;
  right: 90px;
}
.popup-overlay .sending_block.active {
  opacity: 1;
}
@media only screen and (max-width: 860px) {
  .popup-overlay .sending_block {
    padding: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .popup-overlay .sending_block {
    top: 65px;
    right: 20px;
  }
}

.popup_share {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 5px;
  transition: 0.3s;
}
.popup_share:hover {
  background: #f5f6f8;
}
.popup_share img {
  width: 15px;
  height: 15px;
}
.popup_share p {
  margin: 0;
}

@media screen and (max-width: 1100px) {
  .popup-content {
    width: 100%;
  }
  .popup-body {
    padding: 60px 30px 30px;
  }
}
@media screen and (max-width: 650px) {
  .popup-body {
    padding: 40px 12px;
  }
}
.no-news-message-page, .no-news-message-main {
  flex-direction: column;
  gap: 8px;
}

.no-news-message-page p, .no-news-message-main p {
  color: #868686;
}/*# sourceMappingURL=blog.css.map */