/* Изменение цвета выделения */

::selection {
	background: rgb(0, 149, 81, 0.64);
}


/* Изменение карточек товаров в стандартном блоке */

@media screen and (min-width: 1200px) {
	.t-store__prod-popup__slider.js-store-prod-slider.t-store__prod-popup__col-left.t-col.t-col_6 {
		margin-right: 40px;
	}
	/* Ширина контейнера и карточек, отступы между ними */
	.t-container {
        max-width: 1160px;
        padding: 0;
    }
	.t-store__valign-buttons.js-store-grid-cont {
		gap: 10px;
	}
	.t-container:before, .t-container:after, .t-container_10:before, .t-container_10:after, .t-container_8:before, .t-container_8:after, .t-container_100:before, .t-container_100:after {
		content: none;
	}
	.t-col {
		margin-left: 0;
		margin-right: 0;
	}
	.t-col_4 {
		max-width: 380px;
	}
	.t-store__grid-separator {
		display: none;
	}
	/* Параметры кнопок */
	.t-btn_sm {
		height: 36px;
		font-size: 12px;
		padding-left: 16px;
		padding-right: 16px;
	}
	/* Параметры кнопки "Загрузить ещё" */
	.t-store__load-more-btn {
		margin-top: 10px;
		max-width: 1160px;
		width: 100%;
	}
	.js-store-load-more-btn.t-store__load-more-btn.t-btn.t-btn_sm {
		background-color: rgb(254 254 254 / 8%) !important;
	}
	/* Параметры фотографий карточек */
	.t-store__card__imgwrapper {
		margin: 5px 5px 0 5px;
    	width: auto;
		overflow: visible;
		border-radius: 8px !important;
	}
	.t-store__card__bgimg, .t-store__card__bgimg_second {
		border-radius: 8px !important;
	}
	/* Параметры лейбла */
	.t-store__card__mark-wrapper {
		top: 5px;
		right: auto;
		left: 5px;
	}
	.t-store__card__mark {
		height: auto;
		width: auto;
		padding: 10px 12px;
		border-radius: 4px;
		font-family: Onest, Roboto, Arial, sans-serif;
		font-size: 12px;
		font-weight: 600;
		letter-spacing: -0.4px;
	}
	/* Параметры кнопок карточки */
	.t-store .t-store__card__wrap_all .t-store__card__btns-wrapper {
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.t-align_left .t-store__card__btn {
		margin: 0;
	}
	/* Параметры содержимого карточки */
	.t-store .t-store__card__wrap_all .store__card__wrap_txt-and-opts {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.t-store .t-store__card__wrap_all .t-store__card__prod-controls-wrapper, .t-store .t-store__card__wrap_all .t-store__card__textwrapper {
		padding-left: 18px;
		padding-right: 18px;
	}
	.t-store__card__descr {
		margin-top: 14px;
	}
	.t-store__card__textwrapper {
		display: flex;
		flex-direction: column;
	}
	.t-store__card__price-wrapper {
		padding-top: 12px;
		margin-top: auto;
	}
	.t-store__card__price_old {
		margin-left: 10px;
	}
}

@media screen and (min-width: 961px) and (max-width: 1199px) {
	/* Ширина контейнера и карточек, отступы между ними */
	.t-container {
        max-width: 620px;
        padding: 0;
    }
	.t-store__valign-buttons.js-store-grid-cont {
		gap: 10px;
	}
	.t-container:before, .t-container:after, .t-container_10:before, .t-container_10:after, .t-container_8:before, .t-container_8:after, .t-container_100:before, .t-container_100:after {
		content: none;
	}
	.t-col {
		margin-left: 0;
		margin-right: 0;
	}
	.t-store__load-more-btn-wrap {
		padding: 0;
	}
	.t-col_4 {
		max-width: 305px;
	}
	.t-store__grid-separator {
		display: none;
	}
	/* Параметры кнопок */
	.t-btn_sm {
		height: 36px;
		font-size: 12px;
		padding-left: 16px;
		padding-right: 16px;
	}
	/* Параметры кнопки "Загрузить ещё" */
	.t-store__load-more-btn {
		margin-top: 10px;
		max-width: 620px;
		width: 100%;
	}
	.js-store-load-more-btn.t-store__load-more-btn.t-btn.t-btn_sm {
		background-color: rgb(254 254 254 / 8%) !important;
	}
	/* Параметры фотографий карточек */
	.t-store__card__imgwrapper {
		margin: 5px 5px 0 5px;
    	width: auto;
		overflow: visible;
		border-radius: 8px !important;
	}
	.t-store__card__bgimg, .t-store__card__bgimg_second {
		border-radius: 8px !important;
	}
	/* Параметры лейбла */
	.t-store__card__mark-wrapper {
		top: 5px;
		right: auto;
		left: 5px;
	}
	.t-store__card__mark {
		height: auto;
		width: auto;
		padding: 10px 12px;
		border-radius: 4px;
		font-family: Onest, Roboto, Arial, sans-serif;
		font-size: 12px;
		font-weight: 600;
		letter-spacing: -0.4px;
	}
	/* Параметры кнопок карточки */
	.t-store .t-store__card__wrap_all .t-store__card__btns-wrapper {
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.t-align_left .t-store__card__btn {
		margin: 0;
	}
	/* Параметры содержимого карточки */
	.t-store .t-store__card__wrap_all .store__card__wrap_txt-and-opts {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.t-store .t-store__card__wrap_all .t-store__card__prod-controls-wrapper, .t-store .t-store__card__wrap_all .t-store__card__textwrapper {
		padding-left: 18px;
		padding-right: 18px;
	}
	.t-store__card .t-typography__title {
		font-size: 20px;
	}
	.t-store__card__descr {
		margin-top: 14px;
	}
	.t-store__card__textwrapper {
		display: flex;
		flex-direction: column;
	}
	.t-store__card__price-wrapper {
		padding-top: 12px;
		margin-top: auto;
	}
	.t-store__card__price_old {
		margin-left: 10px;
	}
}

@media screen and (min-width: 641px) and (max-width: 960px) {
	/* Ширина контейнера и карточек, отступы между ними */
	.t-container {
        max-width: 620px;
        padding: 0;
    }
	.t-store__valign-buttons.js-store-grid-cont {
		gap: 10px;
	}
	.t-container:before, .t-container:after, .t-container_10:before, .t-container_10:after, .t-container_8:before, .t-container_8:after, .t-container_100:before, .t-container_100:after {
		content: none;
	}
	.t-col {
		padding-left: 0;
		padding-right: 0;
	}
	.t-store__grid-cont_mobile-grid .t-col:not(.t-col_8):not(.t-col_12), .t-store__grid-cont_mobile-grid .t-store__stretch-col:not(.t-store__stretch-col_100) {
		width: 100%;
		max-width: 305px;
	}
	.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
		margin-bottom: 0;
	}
	.t-store__grid-separator {
		display: none;
	}
	/* Параметры кнопок */
	.t-btn_sm {
		height: 36px;
		font-size: 12px;
		padding-left: 16px;
		padding-right: 16px;
	}
	/* Параметры кнопки "Загрузить ещё" */
	.t-store__load-more-btn {
		margin-top: 10px;
		max-width: 620px;
		width: 100%;
	}
	.js-store-load-more-btn.t-store__load-more-btn.t-btn.t-btn_sm {
		background-color: rgb(254 254 254 / 8%) !important;
	}
	/* Параметры фотографий карточек */
	.t-store__card__imgwrapper {
		top: 5px;
		margin: 0px 5px 5px 5px;
    	width: auto;
		overflow: visible;
		border-radius: 8px !important;
	}
	.t-store__card__bgimg, .t-store__card__bgimg_second {
		border-radius: 8px !important;
	}
	/* Параметры лейбла */
	.t-store__card__mark-wrapper {
		top: 5px;
		right: auto;
		left: 5px;
	}
	.t-store__card__mark {
		height: auto;
		width: auto;
		padding: 10px 12px;
		border-radius: 4px;
		font-family: Onest, Roboto, Arial, sans-serif;
		font-size: 12px;
		font-weight: 600;
		letter-spacing: -0.4px;
	}
	/* Параметры кнопок карточки */
	.t-store .t-store__card__wrap_all .t-store__card__btns-wrapper {
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.t-align_left .t-store__card__btn {
		margin: 0;
	}
	/* Параметры содержимого карточки */
	.t-store .t-store__card__wrap_all .store__card__wrap_txt-and-opts {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.t-store .t-store__card__wrap_all .t-store__card__prod-controls-wrapper, .t-store .t-store__card__wrap_all .t-store__card__textwrapper {
		padding-left: 18px;
		padding-right: 18px;
	}
	.t-store__card__descr {
		margin-top: 14px;
	}
	.t-store__card__textwrapper {
		display: flex;
		flex-direction: column;
	}
	.t-store__card__price-wrapper {
		padding-top: 12px;
		margin-top: auto;
	}
	.t-store__card__price_old {
		margin-left: 10px;
	}
}

@media screen and (min-width: 481px) and (max-width: 640px) {
	/* Ширина контейнера и карточек, отступы между ними */
	.t-container {
        max-width: 300px;
        padding: 0;
    }
	.t-store__valign-buttons.js-store-grid-cont {
		gap: 10px;
	}
	.t-container:before, .t-container:after, .t-container_10:before, .t-container_10:after, .t-container_8:before, .t-container_8:after, .t-container_100:before, .t-container_100:after {
		content: none;
	}
	.t-store__grid-cont_mobile-grid {
		padding-left: 0;
		padding-right: 0;
	}
	.t-store__grid-cont_mobile-grid .t-col:not(.t-col_8) {
		padding-left: 0;
		padding-right: 0;
	}
	.t-store__grid-cont_mobile-grid .t-col:not(.t-col_8):not(.t-col_12), .t-store__grid-cont_mobile-grid .t-store__stretch-col:not(.t-store__stretch-col_100) {
		width: 100%;
		max-width: 300px;
	}
	.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
		margin-bottom: 0;
	}
	.t-store__grid-separator {
		display: none;
	}
	/* Параметры кнопок */
	.t-btn_sm {
		height: 36px;
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		font-style: 10px;
	}
	/* Параметры кнопки "Загрузить ещё" */
	.t-store__load-more-btn {
		margin-top: 10px;
		max-width: 300px;
		width: 100%;
	}
	.js-store-load-more-btn.t-store__load-more-btn.t-btn.t-btn_sm {
		background-color: rgb(254 254 254 / 8%) !important;
	}
	/* Параметры фотографий карточек */
	.t-store__card__imgwrapper {
		top: 5px;
		margin: 0px 5px 5px 5px;
    	width: auto;
		overflow: visible;
		border-radius: 8px !important;
	}
	.t-store__card__bgimg, .t-store__card__bgimg_second {
		border-radius: 8px !important;
	}
	/* Параметры лейбла */
	.t-store__card__mark-wrapper {
		top: 5px;
		right: auto;
		left: 5px;
	}
	.t-store__card__mark {
		height: auto;
		width: auto;
		padding: 8px 10px;
		border-radius: 4px;
		font-family: Onest, Roboto, Arial, sans-serif;
		font-size: 10px;
		font-weight: 600;
		letter-spacing: -0.4px;
	}
	/* Параметры кнопок карточки */
	.t-store .t-store__card__wrap_all .t-store__card__btns-wrapper {
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.t-align_left .t-store__card__btn {
		margin: 0;
	}
	/* Параметры содержимого карточки */
	.t-store .t-store__card__wrap_all .store__card__wrap_txt-and-opts {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.t-store .t-store__card__wrap_all .t-store__card__prod-controls-wrapper, .t-store .t-store__card__wrap_all .t-store__card__textwrapper {
		padding-left: 18px;
		padding-right: 18px;
	}
	.t-store__card__descr {
		margin-top: 14px;
	}
	.t-store__card__textwrapper {
		display: flex;
		flex-direction: column;
	}
	.t-store__card__price-wrapper {
		padding-top: 12px;
		margin-top: auto;
	}
	.t-store__card__price_old {
		margin-left: 10px;
	}
	.t-store__card .t-typography__title {
		font-size: 16px !important;
	}
	.t-store__card .t-store__card__price, .t-store__card .t-store__card__price_old {
		font-size: 14px !important;
	}
	.t-store__card .t-typography__descr {
		font-size: 10px !important;
	}
}

@media screen and (max-width: 480px) {
	/* Ширина контейнера и карточек, отступы между ними */
	.t-container {
        max-width: 300px;
        padding: 0;
    }
	.t-store__valign-buttons.js-store-grid-cont {
		gap: 10px;
	}
	.t-container:before, .t-container:after, .t-container_10:before, .t-container_10:after, .t-container_8:before, .t-container_8:after, .t-container_100:before, .t-container_100:after {
		content: none;
	}
	.t-store__grid-cont_mobile-grid {
		padding-left: 0;
		padding-right: 0;
	}
	.t-store__grid-cont_mobile-grid .t-col:not(.t-col_8) {
		padding-left: 0;
		padding-right: 0;
	}
	.t-store__grid-cont_mobile-grid .t-col:not(.t-col_8):not(.t-col_12), .t-store__grid-cont_mobile-grid .t-store__stretch-col:not(.t-store__stretch-col_100) {
		width: 100%;
		max-width: 300px;
	}
	.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
		margin-bottom: 0;
	}
	.t-store__grid-separator {
		display: none;
	}
	/* Параметры кнопок */
	.t-btn_sm {
		height: 36px;
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
		font-style: 10px;
	}
	/* Параметры кнопки "Загрузить ещё" */
	.t-store__load-more-btn {
		margin-top: 10px;
		max-width: 300px;
		width: 100%;
	}
	.t-store__load-more-btn-wrap {
		min-width: 300px;
	}
	.js-store-load-more-btn.t-store__load-more-btn.t-btn.t-btn_sm {
		background-color: rgb(254 254 254 / 8%) !important;
	}
	.t-store__load-more-btn-wrap {
		padding: 0;
	}
	/* Параметры фотографий карточек */
	.t-store__card__imgwrapper {
		top: 5px;
		margin: 0px 5px 5px 5px;
    	width: auto;
		overflow: visible;
		border-radius: 8px !important;
	}
	.t-store__card__bgimg, .t-store__card__bgimg_second {
		border-radius: 8px !important;
	}
	/* Параметры лейбла */
	.t-store__card__mark-wrapper {
		top: 5px;
		right: auto;
		left: 5px;
	}
	.t-store__card__mark {
		height: auto;
		width: auto;
		padding: 8px 10px;
		border-radius: 4px;
		font-family: Onest, Roboto, Arial, sans-serif;
		font-size: 10px;
		font-weight: 600;
		letter-spacing: -0.4px;
	}
	/* Параметры кнопок карточки */
	.t-store .t-store__card__wrap_all .t-store__card__btns-wrapper {
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}
	.t-align_left .t-store__card__btn {
		margin: 0;
	}
	/* Параметры содержимого карточки */
	.t-store .t-store__card__wrap_all .store__card__wrap_txt-and-opts {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.t-store .t-store__card__wrap_all .t-store__card__prod-controls-wrapper, .t-store .t-store__card__wrap_all .t-store__card__textwrapper {
		padding-left: 18px;
		padding-right: 18px;
	}
	.t-store__card__descr {
		margin-top: 14px;
	}
	.t-store__card__textwrapper {
		display: flex;
		flex-direction: column;
	}
	.t-store__card__price-wrapper {
		padding-top: 12px;
		margin-top: auto;
	}
	.t-store__card__price_old {
		margin-left: 10px;
	}
	.t-store__card .t-typography__title {
		font-size: 16px !important;
	}
	.t-store__card .t-store__card__price, .t-store__card .t-store__card__price_old {
		font-size: 14px !important;
	}
	.t-store__card .t-typography__descr {
		font-size: 10px !important;
	}
}

@media screen and (max-width: 319px) {
	.t-store__grid-cont_mobile-grid {
		padding-left: 10px;
		padding-right: 10px;
	}
	.t-store__load-more-btn-wrap {
		max-width: 300px;
	}
	.t-store__load-more-btn {
		width: calc(100% - 20px);
	}
}

.t-store__card .t-typography__descr {
	opacity: 64%;
}


/* Изменение плашек вопросов в стандартном блоке */

@media screen and (min-width: 640px) and (max-width: 1199px) {
	.t-name_xl {
		font-size: 20px !important;
	}
}

@media screen and (min-width: 480px) and (max-width: 639px) {
	.t-name_xl {
		font-size: 15px !important;
	}
	.t-col {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 479px) {
	.t668__title {
		padding-right: 40px;
	}
	.t-col {
		padding-left: 10px;
		padding-right: 10px;
	}
	.t668__icon {
		scale: 0.8;
		top: 45%;
	}
}

.t668__text {
	opacity: 64%;
}


@media screen and (min-width: 481px) and (max-width: 640px) {
	.t-quiz__quiz {
		overflow: hidden;
		border-radius: 8px;
	}
}

@media screen and (max-width: 480px) {
	.t-quiz__quiz {
		overflow: hidden;
		border-radius: 6px;
	}
}


/* Наведение на кнопки */
.js-store-prod-btn.t-store__card__btn.t-btn.t-btn_sm {
    transition: background-color .2s linear;
}
.js-store-prod-btn.t-store__card__btn.t-btn.t-btn_sm:hover {
    background-color: #434343 !important;
}
.js-store-prod-btn2.t-store__card__btn.t-store__card__btn_second.t-btn.t-btn_sm {
    transition: background-color .2s linear;
}
.js-store-prod-btn2.t-store__card__btn.t-store__card__btn_second.t-btn.t-btn_sm:hover {
    background-color: #008347 !important;
}
.js-store-load-more-btn.t-store__load-more-btn.t-btn.t-btn_sm {
    transition: background-color .2s linear;
}
.js-store-load-more-btn.t-store__load-more-btn.t-btn.t-btn_sm:hover {
    background-color: #434343 !important;
}
.t-btn.t-quiz__btn_next.t-quiz__btn_md {
    transition: background-color .2s linear;
}
.t-btn.t-quiz__btn_next.t-quiz__btn_md:hover {
    background-color: #DCDCDC !important;
}


/* Изменение корзины */

.t706__cartwin-content {
	background: #171717;
}
.t706__cartwin-prodamount-wrap, .t-name, .t706__cartwin-totalamount-wrap, .t706__product-title, .t706__product-amount, .t706__product-amount--portion {
	color: #fefefe;
}
.t706__cartwin-top {
	border-bottom: 1px solid rgba(254, 254, 254, .32);
}
.t706__cartwin-bottom {
	border-top: 1px solid rgba(254, 254, 254, .32);
}

/* Изменение новостного блока */

@media screen and (min-width: 1200px) {
	/* Ширина контейнера и карточек, отступы между ними */
	.t915__container {
        max-width: 1160px;
        padding: 0;
    }
	.js-feed-container.t-feed__container.t915__container.t-feed__container_mobile-grid.t-feed__container_inrow3 {
        display: flex;
		gap: 10px;
	}
	.t915__container:before, .t915__container:after, .t915__container_10:before, .t915__container_10:after, .t915__container_8:before, .t915__container_8:after, .t915__container_100:before, .t915__container_100:after {
		content: none;
	}
	.t-col {
		margin-left: 0;
		margin-right: 0;
	}
	.t-col_4 {
		max-width: 380px;
	}
	.t-store__grid-separator {
		display: none;
	}
	
	/* Параметры кнопки "Загрузить ещё" */
	.t-feed__buttons-wrapper {
		margin-top: 10px;
		max-width: 1160px;
		width: 100%;
	}
	.t-btn.t-btnflex.t-btnflex_type_bbutton.t-btnflex_md.js-feed-btn-show-all-posts.t-feed__showallpost-btn {
		background-color: rgb(254 254 254 / 0%) !important;
        height: 45px;
        padding: 0;
        align-content: center;
        font-size: 14px;
	}
    .t-feed__buttons-wrapper {
		background-color: rgb(254 254 254 / 16%) !important;
        border-radius: 5px;
        height: 45px;
	}
	
	/* Параметры фотографий карточек */
	.t-feed__post-imgwrapper {
		margin: 5px 5px 0 5px;
    	width: auto !important;
		overflow: visible;
		border-radius: 8px !important;
	}
	.t-feed__post-bgimg {
		border-radius: 8px !important;
		margin-top: 5px;
	}
	
	/* Параметры содержимого карточки */
	.t-feed .t-feed__card__wrap_all .store__card__wrap_txt-and-opts {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.t-feed .t-feed__card__wrap_all .t-feed__card__prod-controls-wrapper, .t-feed .t-feed__card__wrap_all .t-feed__card__textwrapper {
		padding-left: 18px;
		padding-right: 18px;
	}
	.t-feed__post-descr {
		margin-top: 14px;
	}
	.t-feed__card__textwrapper {
		display: flex;
		flex-direction: column;
	}
}
@media screen and (min-width: 961px) and (max-width: 1199px) {
	/* Ширина контейнера и карточек, отступы между ними */
	.js-feed-container {
        max-width: 620px;
        padding: 0;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
    }
	.js-feed-container:before, .js-feed-container:after, .js-feed-container_10:before, .js-feed-container_10:after, .js-feed-container_8:before, .js-feed-container_8:after, .js-feed-container_100:before, .js-feed-container_100:after {
		content: none;
	}
	.t-col {
		margin-left: 0;
		margin-right: 0;
	}
	.t-feed__load-more-btn-wrap {
		padding: 0;
	}
	.t-col_4 {
		min-width: 305px;
		max-width: 305px;
	}
	.t-feed__grid-separator {
		display: none;
	}
	/* Параметры кнопок */
	.t-btn_sm {
		height: 36px;
		font-size: 12px;
		padding-left: 16px;
		padding-right: 16px;
	}
	/* Параметры кнопки "Загрузить ещё" */
	.t-feed__buttons-wrapper.t-container {
	    margin-top: 10px;
	}
	.t-btn.t-btnflex.t-btnflex_type_bbutton.t-btnflex_md.js-feed-btn-show-all-posts.t-feed__showallpost-btn {
		background-color: rgb(254 254 254 / 8%) !important;
		margin-top: 0px;
		max-width: 620px;
		width: 100%;
	}
	/* Параметры фотографий карточек */
	.t-feed__post-bgimg.t-bgimg.loaded {
		margin: 5px 5px 0 5px;
    	width: auto;
		overflow: visible;
		border-radius: 8px !important;
	}
	.t-feed__card__bgimg, .t-feed__card__bgimg_second {
		border-radius: 8px !important;
	}
	.t-feed__post-imgwrapper.t-feed__post-imgwrapper_beforetitle {
	    margin-bottom: 18px;
	}
	/* Параметры содержимого карточки */
	.js-feed-post-descr.t-feed__post-descr.t-descr.t-descr_xxs {
		margin-top: 14px;
	}
	.t-feed__post-title {
	    font-size: 20px;
	}
}
@media screen and (min-width: 641px) and (max-width: 960px) {
	/* Ширина контейнера и карточек, отступы между ними */
	.js-feed-container {
        max-width: 620px;
        padding: 0;
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.js-feed-container:before, .js-feed-container:after, .js-feed-container_10:before, .js-feed-container_10:after, .js-feed-container_8:before, .js-feed-container_8:after, .js-feed-container_100:before, .js-feed-container_100:after {
		content: none;
	}
	.t-col {
		padding-left: 0;
		padding-right: 0;
	}
	.t-feed__container_inrow1 .t-feed__post, .t-feed__container_inrow2 .t-feed__post, .t-feed__container_inrow3 .t-feed__post, .t-feed__container_inrow4 .t-feed__post {
		width: 100%;
		max-width: 305px;
	}
	.t-feed__grid-cont .t-col, .t-feed__grid-cont .t-feed__stretch-col {
		margin-bottom: 0;
	}
	.t-feed__grid-separator {
		display: none;
	}
	.js-feed-post.t-feed__post.t-item.t-width.t-feed__grid-col.t-col.t-col_4.t-align_left {
	    margin-top: 0 !important;
	}
	/* Параметры кнопок */
	.t-btn_sm {
		height: 36px;
		font-size: 12px;
		padding-left: 16px;
		padding-right: 16px;
	}
	/* Параметры кнопки "Загрузить ещё" */
	.t-feed__buttons-wrapper.t-container {
	    margin-top: 10px;
	}
	.t-btn.t-btnflex.t-btnflex_type_bbutton.t-btnflex_md.js-feed-btn-show-all-posts.t-feed__showallpost-btn {
		background-color: rgb(254 254 254 / 8%) !important;
		margin-top: 0px;
		max-width: 620px;
		width: 100%;
	}
	/* Параметры фотографий карточек */
	.t-feed__post-bgimg.t-bgimg.loaded {
		margin: 5px 5px 0 5px;
    	width: auto;
		overflow: visible;
		border-radius: 8px !important;
	}
	.t-feed__card__bgimg, .t-feed__card__bgimg_second {
		border-radius: 8px !important;
	}
	.t-feed__post-imgwrapper.t-feed__post-imgwrapper_beforetitle {
	    margin-bottom: 18px;
	}
	/* Параметры содержимого карточки */
	.js-feed-post-descr.t-feed__post-descr.t-descr.t-descr_xxs {
		margin-top: 14px;
	}
}

.t-feed__post-descr {
	opacity: 64%;
}
