
.block_link .block_link_frow {
  display: grid;
  gap: 30px;
}
.block_link a {
  color: #9B5DE5;
  display: table;
  font-size: 16px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.block_link a:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px dashed #9B5DE5;
}

.sup_directo_theme .sup_director_row .item {
  border-radius: 35px;
}
.sup_directo_theme .sup_director_row .item .title_row {
  height: auto;
}
.sup_directo_theme .sup_director_row .item .img {
  border-radius: 35px;
}

/*page-2*/
.filter_theme {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .filter_theme {
    margin: 0 0 20px;
  }
}
.filter_theme .custom-select-trigger {
  border-radius: 20px;
}

.block_tab_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}
@media screen and (max-width: 768px) {
  .block_tab_row {
    grid-template-columns: 1fr;
  }
}
.block_tab_row .item {
  border: 1px solid #E5E5E5;
  padding: 30px;
  display: grid;
  gap: 20px;
  border-radius: 35px;
}
.block_tab_row .item .name {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .block_tab_row .item .name {
    font-size: 14px;
  }
}
.block_tab_row .item .title {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .block_tab_row .item .title {
    font-size: 16px;
  }
}

.page_theme_row {
  margin: 30px 0 0;
}
.page_theme_row .page_title_theme {
  padding: 0 0 30px;
  border-bottom: 1px solid #B8B8B8;
}
.page_theme_row .date_row {
  font-size: 16px;
  color: #B8B8B8;
  line-height: 1.4;
  margin: 0 0 5px;
}
.page_theme_row .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.page_theme_props .theme_params {
  padding: 44px 0 0;
}
.page_theme_props .theme_params .desc {
  margin: 10px 0 0;
  line-height: 33px;
}
@media screen and (max-width: 768px) {
  .page_theme_props .theme_params .desc {
    font-size: 14px;
  }
}

.page_document_theme {
  margin: 56px 0 0;
}

.page_document_theme_row {
  display: grid;
  gap: 20px;
}
.page_document_theme_row .item {
  padding: 43px;
  border: 1px solid #E5E5E5;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 35px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .page_document_theme_row .item {
    padding: 42px 20px;
    font-size: 13px;
  }
}
.page_document_theme_row .item .fa-regular {
  font-size: 50px;
  color: #8DCA33;
}