.drafts .row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between !important;
}

.drafts #lightgallery {
  margin: 0 auto;
}

.drafts .column-33 {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}

.drafts .project_item {
  position: relative;
  height: fit-content;
  margin-top: 25px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.drafts .project_item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.drafts picture img {
  width: 400px;
  height: 250px;
}

.drafts .project_item .project_name {
  font-weight: 800;
  margin: 0 0 30px 50px;
  position: absolute;
  bottom: 0;
  color: red;
  font-size: 1.1em;
}

.drafts .tags form {
  border-bottom: 1px solid gray;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
}

.drafts .tag_name {
  margin-right: 15px;
}

.drafts .tags .tag_name:hover {
  border-bottom: 1px solid blue;
}

.drafts .active_tag_choose {
  border-bottom: 1px solid blue;
}


/* ДЕТАЛЬНАЯ СТРАНИЦА */

.drafts .project_field,
.drafts .project_date,
.drafts .project_author,
.drafts .project_site,
.drafts .project_result {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
}

.drafts .project_field p:first-child,
.drafts .project_date p:first-child,
.drafts .project_author p:first-child,
.drafts .project_site p,
.drafts .project_result p:first-child {
  margin-right: 15px;
  color: gray;
  font-size: small;
}

.drafts .project_field p:last-child,
.drafts .project_date p:last-child,
.drafts .project_author p:last-child,
.drafts .project_result p:last-child {
  color: black;
  font-size: medium;
}

.drafts .project_site>a {
  font-size: medium;
  color: blue;
  text-decoration: none;
}

.drafts .project_site>a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.drafts .buttons {
  margin-top: 15px;
}

.column-task {
  display: flex;
}

.column-task,
.column-result,
.column-reviews,
.column-how-to-order {
  display: flex;
  flex-flow: column nowrap;
  margin: 0;
}

.column-result,
.column-reviews,
.column-how-to-order {
  display: none;
}

.column-result picture img {
  width: 100%;
  height: 100%;
}

.nav_btn {
  margin-bottom: 15px;
}

/* ОТЗЫВЫ */

.reviews-block {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 15px;
}

.review-itself {
  display: flex;
  flex-flow: column nowrap;
  margin-left: 15px;
}

.review-name {
  font-weight: 600;
  margin-bottom: 10px;
}

.review-text,
.review-date {
  font-size: small;
  color: gray;
}

.review-img picture img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

/* Детальная страница слайдер */

.slider {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.slide {
  display: none;
  margin: 0 auto;
}

.slide.inactive {
  opacity: 0.6;
}

.slide.active {
  opacity: 1;
  display: block;
}

.slider-gallery {
  margin-right: 30px;
  display: flex;
  flex-flow: column nowrap;
}

.slider-gallery-item {
  opacity: 0.6;
}

.slider-gallery-item {
  opacity: 0.6;
}

.slider-gallery-item.active {
  opacity: 1;
}

.slider-gallery-item.inactive {
  opacity: 0.6;
}

.back,
.forward {
  color: black;
  text-align: center;
  cursor: pointer;
  margin: 10px 0;
}

.slider-gallery picture img {
  width: 50px;
  height: 50px;
  margin: 5px 0;
}

/* LIST BLADE 1240px */

@media screen and (max-width: 1240px) {
  .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between !important;
  }

  .column-33 {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
  }

  .project_item {
    position: relative;
    height: fit-content;
    margin-top: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .project_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  picture img {
    width: 200px;
    height: 200px;
  }

  .project_item .project_name {
    font-weight: 800;
    margin: 0 0 30px 50px;
    position: absolute;
    bottom: 0;
    color: red;
    font-size: 1.1em;
  }

  .tags form {
    border-bottom: 1px solid gray;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
  }

  .tag_name {
    margin-right: 10px;
  }

  .tag_name a {
    font-size: 20px;
  }

  .tags .tag_name:hover {
    border-bottom: 1px solid blue;
  }

  .active_tag_choose {
    border-bottom: 1px solid blue;
  }
}

/* LIST BLADE 860px */

@media screen and (max-width: 860px) {
  .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between !important;
  }

  .column-33 {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
  }

  .project_item {
    position: relative;
    height: fit-content;
    margin-top: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .project_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  picture img {
    width: 200px;
    height: 200px;
  }

  .project_item .project_name {
    font-weight: 800;
    margin: 0 0 20px 20px;
    position: absolute;
    bottom: 0;
    color: red;
    font-size: 14px;
  }

  .tags form {
    border-bottom: 1px solid gray;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
  }

  .tag_name {
    margin-right: 10px;
  }

  .tag_name a {
    font-size: 14px;
  }

  .tags .tag_name:hover {
    border-bottom: 1px solid blue;
  }

  .active_tag_choose {
    border-bottom: 1px solid blue;
  }
}

/* LIST BLADE 700px */

@media screen and (max-width: 700px) {
  .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between !important;
  }

  .column-33 {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
  }

  .project_item {
    position: relative;
    height: fit-content;
    margin-top: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .project_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  picture img {
    width: 150px;
    height: 150px;
  }

  .project_item .project_name {
    font-weight: 800;
    margin: 0 0 20px 20px;
    position: absolute;
    bottom: 0;
    color: red;
    font-size: 14px;
  }

  .tags form {
    border-bottom: 1px solid gray;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
  }

  .tag_name {
    margin-right: 10px;
  }

  .tag_name a {
    font-size: 14px;
  }

  .tags .tag_name:hover {
    border-bottom: 1px solid blue;
  }

  .active_tag_choose {
    border-bottom: 1px solid blue;
  }
}

/* LIST BLADE 560px */

@media screen and (max-width: 560px) {
  .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between !important;
  }

  .column-33 {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
  }

  .project_item {
    position: relative;
    height: fit-content;
    margin-top: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .project_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  picture img {
    width: 100px;
    height: 100px;
  }

  .project_item .project_name {
    font-weight: 800;
    margin: 0 0 15px 15px;
    position: absolute;
    bottom: 0;
    color: red;
    font-size: 12px;
  }

  .tags form {
    border-bottom: 1px solid gray;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
  }

  .tag_name {
    margin-right: 6px;
  }

  .tag_name a {
    font-size: 12px;
  }

  .tags .tag_name:hover {
    border-bottom: 1px solid blue;
  }

  .active_tag_choose {
    border-bottom: 1px solid blue;
  }
}

/* LIST BLADE 350px */

@media screen and (max-width: 350px) {
  .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between !important;
  }

  .column-33 {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
  }

  .project_item {
    position: relative;
    height: fit-content;
    margin-top: 25px;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .project_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  picture img {
    width: 75px;
    height: 75px;
  }

  .project_item .project_name {
    font-weight: 800;
    margin: 0 0 3.75px 6.25px;
    position: absolute;
    bottom: 0;
    color: red;
    font-size: 10px;
  }

  .tags form {
    border-bottom: 1px solid gray;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
  }

  .tag_name {
    margin-right: 3.75px;
  }

  .tag_name a {
    font-size: 10px;
  }

  .tags .tag_name:hover {
    border-bottom: 1px solid blue;
  }

  .active_tag_choose {
    border-bottom: 1px solid blue;
  }
}

/* ДЕТАЛЬНАЯ СТРАНИЦА 1000px */


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

  .project_description_text {
    font-size: 18px;
  }

  a.btn,
  button.btn {
    font-size: 18px;
    padding: 10px;
    margin-bottom: 10px;
  }

  .project_field p:first-child,
  .project_date p:first-child,
  .project_author p:first-child,
  .project_site p,
  .project_result p:first-child {
    margin-right: 6px;
    color: gray;
    font-size: 20px;
  }

  .project_field p:last-child,
  .project_date p:last-child,
  .project_author p:last-child,
  .project_result p:last-child {
    color: black;
    font-size: 18px;
  }

  .column.column-task,
  .column.column-result,
  .column.column-reviews,
  .column.column-how-to-order {
    padding: 0;
    font-size: 18px;
  }

  .column .column-result picture img {
    margin: 0 auto;
  }

  .project_site>a {
    font-size: 18px;
    color: blue;
    text-decoration: none;
  }

  .buttons {
    margin-top: 6px;
  }

  .column-result picture img {
    width: 100%;
    height: 100%;
  }

  .nav_btn {
    margin-bottom: 6px;
    padding: 0;
  }

  .row .column-50 {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }

  /* ОТЗЫВЫ */

  .reviews-block {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 6px;
  }

  .review-itself {
    display: flex;
    flex-flow: column nowrap;
    margin-left: 6px;
  }

  .review-name {
    font-weight: 600;
    margin-bottom: 2.5px;
  }

  .review-text,
  .review-date {
    font-size: 10px;
    color: gray;
  }

  .review-img picture img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }

  /* Детальная страница слайдер */

  .column .row {
    display: flex;
    flex-flow: column nowrap;
  }

  .slider {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .slide {
    display: none;
    margin: 0 auto;
  }

  #lightgallery {
    margin: 0 auto;
  }

  .slide.inactive {
    opacity: 0.6;
  }

  .slide.active {
    opacity: 1;
    display: block;
  }

  .slider-gallery {
    margin-right: 15px;
    display: flex;
    flex-flow: column nowrap;
  }

  .slider-gallery-item {
    opacity: 0.6;
  }

  .slider-gallery-item.active {
    opacity: 1;
  }

  .slider-gallery-item.inactive {
    opacity: 0.6;
  }

  .material-symbols-outlined {
    color: black;
    text-align: center;
    cursor: pointer;
    margin: 7px 0;
  }

  .slider .slide picture img {
    width: 500px;
    height: 500px;
  }

  .slider-gallery picture img {
    width: 100px;
    height: 100px;
    margin: 5px 0;
  }
}

/* ДЕТАЛЬНАЯ СТРАНИЦА 700px */

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

  .project_description_text {
    font-size: 15px;
  }

  a.btn,
  button.btn {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 10px;
  }

  .project_field p:first-child,
  .project_date p:first-child,
  .project_author p:first-child,
  .project_site p,
  .project_result p:first-child {
    margin-right: 6px;
    color: gray;
    font-size: 16px;
  }

  .project_field p:last-child,
  .project_date p:last-child,
  .project_author p:last-child,
  .project_result p:last-child {
    color: black;
    font-size: 15px;
  }

  .column.column-task,
  .column.column-result,
  .column.column-reviews,
  .column.column-how-to-order {
    padding: 0;
    font-size: 15px;
  }

  .column .column-result picture img {
    margin: 0 auto;
  }

  .project_site>a {
    font-size: 15px;
    color: blue;
    text-decoration: none;
  }

  .buttons {
    margin-top: 6px;
  }

  .column-result picture img {
    width: 100%;
    height: 100%;
  }

  .nav_btn {
    margin-bottom: 6px;
    padding: 0;
  }

  .row .column-50 {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }

  /* ОТЗЫВЫ */

  .reviews-block {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 15px;
  }

  .review-itself {
    display: flex;
    flex-flow: column nowrap;
    margin-left: 15px;
  }

  .review-name {
    font-weight: 600;
    margin-bottom: 6px;
  }

  .review-text,
  .review-date {
    font-size: 15px;
    color: gray;
  }

  .review-img picture img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }

  /* Детальная страница слайдер */

  .column .row {
    display: flex;
    flex-flow: column nowrap;
  }

  .slider {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .slide {
    display: none;
    margin: 0 auto;
  }

  #lightgallery {
    margin: 0 auto;
  }

  .slide.inactive {
    opacity: 0.6;
  }

  .slide.active {
    opacity: 1;
    display: block;
  }

  .slider-gallery {
    margin-right: 15px;
    display: flex;
    flex-flow: column nowrap;
  }

  .slider-gallery-item {
    opacity: 0.6;
  }

  .slider-gallery-item.active {
    opacity: 1;
  }

  .slider-gallery-item.inactive {
    opacity: 0.6;
  }

  .material-symbols-outlined {
    color: black;
    text-align: center;
    cursor: pointer;
    margin: 7px 0;
  }

  .slider .slide picture img {
    width: 350px;
    height: 350px;
  }

  .slider-gallery picture img {
    width: 75px;
    height: 75px;
    margin: 5px 0;
  }
}

/* ДЕТАЛЬНАЯ СТРАНИЦА 500px */

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

  .project_description_text {
    font-size: 15px;
  }

  a.btn,
  button.btn {
    font-size: 15px;
    padding: 10px;
    margin-bottom: 10px;
  }

  .project_field p:first-child,
  .project_date p:first-child,
  .project_author p:first-child,
  .project_site p,
  .project_result p:first-child {
    margin-right: 6px;
    color: gray;
    font-size: 16px;
  }

  .project_field p:last-child,
  .project_date p:last-child,
  .project_author p:last-child,
  .project_result p:last-child {
    color: black;
    font-size: 15px;
  }

  .column.column-task,
  .column.column-result,
  .column.column-reviews,
  .column.column-how-to-order {
    padding: 0;
    font-size: 15px;
  }

  .column .column-result picture img {
    margin: 0 auto;
  }

  .project_site>a {
    font-size: 15px;
    color: blue;
    text-decoration: none;
  }

  .buttons {
    margin-top: 6px;
  }

  .column-result picture img {
    width: 100%;
    height: 100%;
  }

  .nav_btn {
    margin-bottom: 6px;
    padding: 0;
  }

  .row .column-50 {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }

  /* ОТЗЫВЫ */

  .reviews-block {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 15px;
  }

  .review-itself {
    display: flex;
    flex-flow: column nowrap;
    margin-left: 15px;
  }

  .review-name {
    font-weight: 600;
    margin-bottom: 6px;
  }

  .review-text,
  .review-date {
    font-size: 15px;
    color: gray;
  }

  .review-img picture img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }

  /* Детальная страница слайдер */

  .column .row {
    display: flex;
    flex-flow: column nowrap;
  }

  .slider {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .slide {
    display: none;
    margin: 0 auto;
  }

  #lightgallery {
    margin: 0 auto;
  }

  .slide.inactive {
    opacity: 0.6;
  }

  .slide.active {
    opacity: 1;
    display: block;
  }

  .slider-gallery {
    margin-right: 15px;
    display: flex;
    flex-flow: column nowrap;
  }

  .slider-gallery-item {
    opacity: 0.6;
  }

  .slider-gallery-item.active {
    opacity: 1;
  }

  .slider-gallery-item.inactive {
    opacity: 0.6;
  }

  .material-symbols-outlined {
    color: black;
    text-align: center;
    cursor: pointer;
    margin: 7px 0;
  }

  .slider .slide picture img {
    width: 250px;
    height: 250px;
  }

  .slider-gallery picture img {
    width: 50px;
    height: 50px;
    margin: 5px 0;
  }
}

/* ДЕТАЛЬНАЯ СТРАНИЦА 350px */

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

  .project_description_text {
    font-size: 12px;
  }

  a.btn,
  button.btn {
    font-size: 12px;
    padding: 5px;
    margin-bottom: 5px;
  }

  .project_field p:first-child,
  .project_date p:first-child,
  .project_author p:first-child,
  .project_site p,
  .project_result p:first-child {
    margin-right: 3.75px;
    color: gray;
    font-size: 10px;
  }

  .project_field p:last-child,
  .project_date p:last-child,
  .project_author p:last-child,
  .project_result p:last-child {
    color: black;
    font-size: 12px;
  }

  .column.column-task,
  .column.column-result,
  .column.column-reviews,
  .column.column-how-to-order {
    padding: 0;
    font-size: 12px;
  }

  .column .column-result picture img {
    margin: 0 auto;
  }

  .project_site>a {
    font-size: 12px;
    color: blue;
    text-decoration: none;
  }

  .buttons {
    margin-top: 3.75px;
  }

  .column-result picture img {
    width: 100%;
    height: 100%;
  }

  .nav_btn {
    margin-bottom: 3.75px;
    padding: 0;
  }

  .row .column-50:last-child {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }

  /* ОТЗЫВЫ */

  .reviews-block {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 3.75px;
  }

  .review-itself {
    display: flex;
    flex-flow: column nowrap;
    margin-left: 3.75px;
  }

  .review-name {
    font-weight: 600;
    margin-bottom: 2.5px;
  }

  .review-text,
  .review-date {
    font-size: 10px;
    color: gray;
  }

  .review-img picture img {
    width: 37.5px;
    height: 37.5px;
    border-radius: 50%;
  }

  /* Детальная страница слайдер */

  .column .row {
    display: flex;
    flex-flow: column nowrap;
  }

  .slider {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }

  .slide {
    display: none;
    margin: 0 auto;
  }

  #lightgallery {
    margin: 0 auto;
  }

  .slide.inactive {
    opacity: 0.6;
  }

  .slide.active {
    opacity: 1;
    display: block;
  }

  .slider-gallery {
    margin-right: 7.5px;
    display: flex;
    flex-flow: column nowrap;
  }

  .slider-gallery-item {
    opacity: 0.6;
  }

  .slider-gallery-item.active {
    opacity: 1;
  }

  .slider-gallery-item.inactive {
    opacity: 0.6;
  }

  .material-symbols-outlined {
    color: black;
    text-align: center;
    cursor: pointer;
    margin: 2.5px 0;
  }

  .slider .slide picture img {
    width: 150px;
    height: 150px;
  }

  .slider-gallery picture img {
    width: 30px;
    height: 30px;
    margin: 1.25px 0;
  }
}