.article__info {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	     -ms-flex-align: center;
	         align-items: center;
	 -webkit-box-pack: start;
	     -ms-flex-pack: start;
	         justify-content: flex-start;
	 gap: 0.625rem;
}

@media screen and (max-width: 95rem) and (min-width: 42.0625rem) {
    .article__info {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media screen and (max-width: 42rem) {
  .article__info{
    padding-left: 0.625rem;
        margin-top: 5%;
    padding-right: 0.625rem;
  }
}

 .article__info .block-time {
	 position: relative;
	 width: -webkit-fit-content;
	 width: -moz-fit-content;
	 width: fit-content;
	 padding-left: 1.7rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	     -ms-flex-align: center;
	         align-items: center;
	 -webkit-box-pack: justify;
	     -ms-flex-pack: justify;
	         justify-content: space-between;
	 margin-left: 0.625rem;
}
@media screen and (min-width:42.0625rem) {
	.article__info .block-time{
		margin-left: 0.625rem;
	}
}
@media screen and (max-width:42rem) {
	.article__info .block-time{
		margin-left:0rem;
	}
}
 .article__info .block-time::before {
	 position: absolute;
	 content: '';
	 width: 24px;
	 height: 24px;
     background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5 3C14.0196 3 16.4359 4.00089 18.2175 5.78249C19.9991 7.56408 21 9.98044 21 12.5C21 15.0196 19.9991 17.4359 18.2175 19.2175C16.4359 20.9991 14.0196 22 11.5 22C8.98044 22 6.56408 20.9991 4.78249 19.2175C3.00089 17.4359 2 15.0196 2 12.5C2 9.98044 3.00089 7.56408 4.78249 5.78249C6.56408 4.00089 8.98044 3 11.5 3ZM11.5 4C9.24566 4 7.08365 4.89553 5.48959 6.48959C3.89553 8.08365 3 10.2457 3 12.5C3 14.7543 3.89553 16.9163 5.48959 18.5104C7.08365 20.1045 9.24566 21 11.5 21C12.6162 21 13.7215 20.7801 14.7528 20.353C15.7841 19.9258 16.7211 19.2997 17.5104 18.5104C18.2997 17.7211 18.9258 16.7841 19.353 15.7528C19.7801 14.7215 20 13.6162 20 12.5C20 10.2457 19.1045 8.08365 17.5104 6.48959C15.9163 4.89553 13.7543 4 11.5 4ZM11 7H12V12.42L16.7 15.13L16.2 16L11 13V7Z' fill='%23FF6900' /%3E%3C/svg%3E");
	 background-position: center;
	 background-size: contain;
	 background-repeat: no-repeat;
	 top: -4px;
	 left: 0;
}
 .article__info .block-time p {
	 font-size: 14px;
	 line-height: 120%;
	 color: var(--black);
}
 @media screen and (max-width: 22.5rem) {
	 .article__info .block-time p {
		 font-size: 12px;
	}
}
 .article__info .block-views {
	 position: relative;
	 width: -webkit-fit-content;
	 width: -moz-fit-content;
	 width: fit-content;
	 padding-left: 1.7rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	     -ms-flex-align: center;
	         align-items: center;
	 -webkit-box-pack: justify;
	     -ms-flex-pack: justify;
	         justify-content: space-between;
}
 .article__info .block-views::before {
	 position: absolute;
	 content: '';
	 width: 24px;
	 height: 24px;
     background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 12C15 12.7956 14.6839 13.5587 14.1213 14.1213C13.5587 14.6839 12.7956 15 12 15C11.2044 15 10.4413 14.6839 9.87868 14.1213C9.31607 13.5587 9 12.7956 9 12C9 11.2044 9.31607 10.4413 9.87868 9.87868C10.4413 9.31607 11.2044 9 12 9C12.7956 9 13.5587 9.31607 14.1213 9.87868C14.6839 10.4413 15 11.2044 15 12Z' stroke='%23FF6900' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M2 12C3.6 7.903 7.336 5 12 5C16.664 5 20.4 7.903 22 12C20.4 16.097 16.664 19 12 19C7.336 19 3.6 16.097 2 12Z' stroke='%23FF6900' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
     background-position: center;
	 background-size: contain;
	 background-repeat: no-repeat;
	 top: -4px;
	 left: 0;
}
 .article__info .block-views p {
	 font-size: 14px;
	 line-height: 120%;
	 color: var(--black);
}
 .article__info .block-likes {
	 position: relative;
	 width: -webkit-fit-content;
	 width: -moz-fit-content;
	 width: fit-content;
	 padding-left: 1.7rem;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
	 -webkit-box-align: center;
	     -ms-flex-align: center;
	         align-items: center;
	 -webkit-box-pack: justify;
	     -ms-flex-pack: justify;
	         justify-content: space-between;
}
 .article__info .block-likes::before {
	 position: absolute;
	 content: '';
	 width: 19px;
	 height: 18px;
	 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Cpath d='M2.24 8.77199C1.84461 8.37922 1.53134 7.91169 1.31845 7.39663C1.10556 6.88158 0.997308 6.3293 1 5.77199C1 4.64482 1.44777 3.56382 2.2448 2.76679C3.04183 1.96976 4.12283 1.52199 5.25 1.52199C6.83 1.52199 8.21 2.38199 8.94 3.66199H10.06C10.4311 3.01105 10.9681 2.47008 11.6163 2.09417C12.2645 1.71826 13.0007 1.52083 13.75 1.52199C14.8772 1.52199 15.9582 1.96976 16.7552 2.76679C17.5522 3.56382 18 4.64482 18 5.77199C18 6.94199 17.5 8.02199 16.76 8.77199L9.5 16.022L2.24 8.77199ZM17.46 9.48199C18.41 8.52199 19 7.22199 19 5.77199C19 4.3796 18.4469 3.04425 17.4623 2.05968C16.4777 1.07511 15.1424 0.521991 13.75 0.521991C12 0.521991 10.45 1.37199 9.5 2.69199C9.0151 2.01849 8.37661 1.47031 7.63748 1.09292C6.89835 0.715529 6.0799 0.519808 5.25 0.521991C3.85761 0.521991 2.52226 1.07511 1.53769 2.05968C0.553123 3.04425 0 4.3796 0 5.77199C0 7.22199 0.59 8.52199 1.54 9.48199L9.5 17.442L17.46 9.48199Z' fill='%23FF6900'/%3E%3C/svg%3E");
     background-position: center;
	 background-size: contain;
	 background-repeat: no-repeat;
	 top: -1x;
	 left: 0;
}
 .article__info .block-likes p {
	 font-size: 14px;
	 line-height: 120%;
	 color: var(--black);
}
 @media screen and (max-width: 22.5rem) {
	 .article__info .block-views p {
		 font-size: 12px;
	}
}
 .article__info .date {
	 font-size: 14px;
	 line-height: 120%;
	 color: var(--black);
}

@media screen and (max-width:42rem) {
	.article__info .date {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.article__info .block-likes {
		display: none;
	}
}
 @media screen and (max-width: 22.5rem) {
	 .article__info .date {
		 font-size: 12px;
	}

	
}
 .article__info .tag {
	 padding: 0.3125rem 0.75rem;
	 border-radius: 3.75rem;
	 background: var(--oranzhevyy);
	 width: -webkit-fit-content;
	 width: -moz-fit-content;
	 width: fit-content;
	 color: #fff;
	 border: 1px solid var(--oranzhevyy);
	font-size: 14px;
	line-height: 100%;
	padding: 5px 13px;
}
 @media screen and (max-width: 22.5rem) {
	 .article__info .tag {
		 font-size: 12px;
	}
}

 