html {
  font-size: 1.13vw;
}

@media (max-width: 1200px) {
	html {
  font-size: 1.3vw;
}
}

@media (max-width: 1024px) {
	html {
  font-size: 1.75vw;
}
}

@media (max-width: 767px) {
    html {
  font-size: 2.67vw;
}
}




.container-articles {
    margin: auto;
    max-width: 69rem;
    padding: 0 15px
}

.breadcrumbs {
    margin: 2rem 0;
    font-size: 0.87rem;
}

.breadcrumbs__curr {
    opacity: .5;
}

.breadcrumbs__sep {
    margin: 0 .5rem
}

.articles {
	padding-bottom: 6rem;
}

.articles__h1 {
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 1.9rem; 
}

.articles__filters {
    display: flex;
    flex-wrap: wrap;
}

.articles__filter {
    color: #E30613;
    border: 1px solid #E30613;
    border-radius: 5.6rem;
    font-size: 0.87rem;
    padding: 0.8rem 1.4rem;
    transition: .2s;
    margin-right: 0.7rem;
    margin-bottom: 1rem;
}
.articles__filter.active,
.articles__filter:hover {
    background: #E30613;
    color: #fff;
}

.articles__list {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-a {
  width: 21.4rem;
  background: #fff;
  border-radius: 1.25rem;
  margin-bottom: 2.5rem;
  transition: .2s;
}
.card-a:hover {
  transform: translateY(-.3rem);
}

.card-a__top {
    position: relative;
    border-radius: 1.25rem 1.25rem 0 0;
}

.card-a__img {
    height: 11.2rem;
    width: 100%;
    object-fit: cover;
    border-radius: 1.25rem 1.25rem 0 0;
}

.card-a__date {
    position: absolute;
    font-size: .75rem;
    color: #4F4F4F;
    left: .75rem;
    top: .75rem;
}
.card-a__tag {
  backdrop-filter: blur(4px); 
    background: rgba(215, 225, 234, 0.8);
    position: absolute;
    padding: .62rem;
    border-radius: 5.6rem;
    left: 1rem;
    bottom: .75rem;
    color: #4F4F4F;
    font-size: .75rem;
    line-height: 1; 
}

.card-a__bottom {
    margin-top: 1.25rem;
    padding: 0 1rem 1.8rem 1rem;
    display: flex;
    flex-direction: column;
}
.card-a__params {
    display: flex;
}
.card-a__param {
    margin-right: 1rem;
    display: flex;
    align-items: center;
}
.card-a__param img {
    width: 1.12rem;
    margin-right: .38rem;
}

.card-a__param span {
    color: #4F4F4F;
    font-size: 0.87rem;
}
.card-a__title {
    font-size: 1.12rem;
    margin: .8rem 0;
    line-height: 1.4;
}
.card-a__descr {
    font-size: 0.87rem;
    opacity: .8;
    line-height: 1.2;
    margin-top: auto;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.pagination__item {
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
    font-size: .87rem;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    margin: 0 .18rem;
    cursor: pointer;
}

.pagination__item.active {
    background: #E30613;
    color: #fff;
}

.articles__btn {
    border: 0;
    outline: 0;
    background-color: #E30614;
    color: #fff;
    font-weight: 500;
    border-radius: 5.6rem;
    padding: .85rem 2rem;
    line-height: 1;
    margin: auto;
    display: block;
    cursor: pointer;
    transition: .2s;
    border: 2px solid #E30614;
}

.articles__btn:hover {
	background: transparent;
	color: #E30614;
}

@media (max-width: 1024px) {
	.card-a {
		width: 48%;
	}
}

@media (max-width: 767px) {
	.card-a {
		width: 100%;
	}

 .articles__filter {
    border-radius: 9rem;
    font-size: 1.4rem;
    padding: 1rem 1.4rem;
    transition: .2s;
    margin-right: 1rem;
}
.breadcrumbs {
   font-size: 1.4rem;
}
.card-a__img {
   height: 20rem;

}
.card-a__date {
    font-size: 1.2rem;
    top: 1.6rem;
    left: 1.6rem;
}

.card-a__tag {
        padding: 1rem 1.5rem;
          font-size: 1.2rem;
            border-radius: 9rem;
     bottom: 1.6rem;
     left: 1.6rem;
}
.card-a__param {
    margin-right: 2rem;
}

.card-a__param img {
    width: 1.8rem;
    margin-right: .5rem;
}
.card-a__param span {
    font-size: 1.4rem;
}
.card-a__descr {
    font-size: 1.4rem;
}
.card-a__title {
     font-size: 2.2rem;
     line-height: 1.2;
         margin: 1.8rem 0;
}
.articles__btn {
        border-radius: 9em;
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
}

.pagination__item {
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
    margin: 0 .5rem;
}
.pagination {
    margin-bottom: 2.5rem;
}
.articles {
    padding-bottom: 2rem;
}


}

.params-article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.75rem;
}

.card-a__param {
  margin-right: 1.25rem;
}

.params-article .card-a__tag {
    position: static;
}

.params-article__left {
    display: flex;
}

.article__flex {
    display: flex;
    justify-content: space-between;
    padding-top: 1.75rem;
    border-top: 1px solid #E8E8E8;
}

.article__flex-left {
    min-width: 31.3%;
    margin-right: 2rem;
}
.article-heads {
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.8rem 1.25rem;
}

.article-heads__list {
    padding-left: 1.4rem;
    margin-top: 1.5rem;
}
.article-heads__list a {
    text-decoration: none;
}
.article-heads__list li {
    margin-bottom: .6rem;
}
.article-heads__list a:hover {
    text-decoration: underline;
}

.article-heads div {
    font-size: 1.12rem;
}

.article__back {
    width: 7.6rem;
    height: 3.5rem;
    border-radius: 3rem;
    border: 1px solid #6E6E6E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.5rem;
    transition: .2s;
}

.article__back:hover {
  transform: translateX(-.5rem);
}


.article__back img {
    width: 0.9rem;
    margin-right: .5rem;
}

.article__img {
    border-radius: .75rem;
    margin-bottom: 2rem;
    width: 100%;
}

.article__p {
    margin-bottom: 1rem;
    line-height: 1.4;
}

.article__flex-right {
    color: #4F4F4F;
}

.article__h2 {
    font-size: 1.75rem;
    font-weight: 500;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.nowrap {
    white-space: nowrap;
}

.article__list {
    padding-left: 1.4rem;
    margin-top: .8rem;
}
.article__list li {
    line-height: 1.4;
}

.article__h2-bold {
    font-weight: 600;
    font-size: 1.75rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.article__lit {
    padding-left: 1.75rem;
    line-height: 1.4;
}

.sharing {
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 1rem;
    min-height: 7.5rem;
    padding: 0 2rem;
    margin-top: 1.85rem;
}

.sharing__title {
    font-weight: 600;
    font-size: 1.5rem;
}

.sharing__self {
    margin-left: auto;
    display: flex;
     align-items: center;
}
.sharing__check {
    margin-left: 3.8rem;
    background: linear-gradient(90deg, #F53C39 0%, #D02421 100%);
   color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3rem;
    border: 0;
    outline: 0 !important;
    width: 7rem;
    height: 4.1rem;
    cursor: pointer;
    transition: .2s;
}
.sharing__check:hover {
    opacity: .8;
}
.sharing__check img {
    width: 1.5rem;
    margin-right: .7rem;
}

.ya-share2__link span {
    display: none;
}

.ya-share2__link, .link-copy  {
    width: 4.5rem;
    height: 4.5rem;
    border: 1px solid #6E6E6E;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5rem;
    display: block;
    margin-left: .75rem;
}

.ya-share2__item_service_telegram .ya-share2__link {
    background-image: url(/img/tel.svg);
}

.ya-share2__item_service_whatsapp .ya-share2__link {
    background-image: url(/img/ws.svg);
}

.ya-share2__item_service_vkontakte .ya-share2__link {
    background-image: url(/img/vk.svg);
}

.link-copy {
    background-image: url(/img/copy.svg);
    margin-left: .9rem
}

.sharing__icons {
    display: flex;
}

.article__banner {
    position: relative;
    margin: 4.3rem 0;
}

.article__banner-self {
    width: 100%;
    border-radius: 1rem;
}

.article__btn {
    position: absolute;
    bottom: 0;
    left: 9.5rem;
    bottom: 6.5rem;
}

.swiper {
    overflow: hidden;
}

.swiper-button {
    width: 3.5rem;
    height: 3.5rem;
    position: static;
    border-radius: 50%;
    border: 1px solid #E30613;
    transition: .2s;
}

.swiper-button:hover {
    background: #E30613;;
}

.swiper-button:hover path {
    stroke: #ffffff;
}

.swiper-button:after {
    display: none;
}

.swiper-button path {
    stroke: #E30613;
    transition: .2s;
}

.swiper-button svg {
    width: .9rem;
}
.other-articles {
    margin-top: 4rem;
}

.other-articles__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.other-articles__title {
    font-size: 2rem;
    margin-bottom: 2.8rem;
}
.navigation {
    display: flex;
}

.swiper-button-prev {
    transform: rotate(180deg);
    margin-right: .75rem;
}

.articles__card.swiper-slide {
    margin-bottom: 0;
}

.articles.article {
    padding-bottom: 0;
}

.params-mob, .article__back-mob, .article__img-mob {
	display: none;
}


@media (max-width: 1024px) {
	.article__flex {
		flex-wrap: wrap;
	}
	.article__flex-left {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
}

.article__flex-right {
	max-width: 100%;
}

.sharing {
	    flex-wrap: wrap;
    padding: 2rem;
}
.sharing__self {
	margin-left: 0;
	margin-top: 1rem;
}

.article__btn {
	    left: 6.5rem;
    bottom: 5rem;
}

}

@media (max-width: 767px) {
		.params-mob {
	display: flex;
	margin-top: 1rem;
}
	.params-desk {
	display: none;
}

.params-article {
	flex-wrap: wrap;
	    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #E8E8E8;
}
.params-article .card-a__param {
    margin-right: 2rem;
}

.article__back-desk, .article__img-desk {
   display: none;
}

.article__back-mob {
   display: flex;
      font-size: 1.6rem;
      width: 12.3rem;
      height: 5.6rem;
      border-radius: 4.8rem;
      margin-bottom: 2.5rem;
}

.article__back-mob img {
	width: 1.4rem;
	margin-right: 1rem;
}

.article__img-mob {
	display: block;
	margin-top: 2rem;
	border-radius: .8rem;
	margin-bottom: 3rem;
}

.article-heads {
  padding: 3rem 2rem 2rem 2rem;
  border-radius: 2rem;
  margin-bottom: 3rem;
}
.article-heads div {
    font-size: 1.6rem;
}
.article-heads__list li {
    margin-bottom: 1rem;
}
.article-heads__list li a {
  font-size: 1.4rem;
}
.article__flex {
	border-top: 0;
	padding-top: 0;
}

.article__p {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
}

.article__h2 {
	font-size: 2.2rem;
}

.article__flex-left {
	margin-bottom: 0;
}

.article__list, .article__lit {
  font-size: 1.4rem;
}

.article__h2-bold {
font-size: 2.8rem;
margin-bottom: 2rem;
}

.sharing__title {
	font-size: 2.4rem;
	width: 100%;
}
.sharing {
	padding: 2rem;
	border-radius: 1.6rem;
}

.sharing__check {
	width: 11.3rem;
	height: 6.6rem;
	font-size: 1.6rem;
	margin-left: 0;
	margin-top: 2.5rem;
	margin-bottom: 3rem;
}
.sharing__check img {
	width: 2.4rem;
	margin-right: 1rem;
}

.sharing__self {
	margin-top: 0;
	flex-wrap: wrap;
}

.ya-share2__link, .link-copy {
	margin-left: 0;
	width: 6.2rem;
	height: 6.2rem;
	background-size: 2.4rem;
	margin-right: .8rem;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
	margin: 0 !important;
}

.sharing__icons {
	margin-top: 2rem;
}

.other-articles__title {
    font-size: 2.2rem;
    margin-bottom: 0;
}
.swiper-button svg {
	width: 1.4rem;
}
.swiper-button {
	width: 5.6rem;
	height: 5.6rem;
}
.other-articles__top {
  align-items: flex-start;
  margin-bottom: 3rem;
  margin-top: 2rem;
  height: 5.6rem;
}
.navigation {
    transform: translateY(2rem);
}
.swiper .card-a__param span {
        font-size: 1.2rem;
 }

.swiper .card-a__title {
   font-size: 1.8rem;	
}
 .swiper.card-a__title {
 	margin: 1.4rem 0;
 }
 .article__banner {
 	display: none;
 }
 .article__img {
 	margin-bottom: 3rem;
 }

}

.sharing__title-after {
    display: none;
}
.sharing__title-after.active {
    display: block;
}
@media (max-width: 767px) {
    .sharing__title-after.active {
    display: none;
}

}

.locked .sharing__check {
    display: none !important;
}
.locked .sharing__title-after {
    display: block !important;
}
.locked .sharing__title-before {
    display: none !important;
}