@media (max-width:1359px) {

}
@media (max-width:1199px) {
	.main_story_slider {
		margin: 0 auto 99px;
	}
	.promo_block {
		margin-bottom: 177px
	}
	.promo_image_slider {
		border-radius: 32px;
	}
	.promo_slider {
		min-height: 260px;
		padding: 37px 50px;
		margin: 660px 0 -177px;
		
	}
	.promo_slider p {
			font-size: 20px !important;
		}
	.promo_slider .swiper-pagination {
		margin: 0 0 40px;
	}
	.promo_slider .swiper-navigation {
		position: absolute;
		top: 37px;
		right: 50px;
	}
	.about_block {
		margin-top: 80px;
	}
	.footer_menu .menu {
		max-width: 280px;
	}
	.collection_slide .info {
		padding: 25px 50px 25px 70px;
	}
	.catalog_detail_image {
		flex: 0 0 375px;
		max-width: 375px;
		margin-right: 50px;
	}
	.catalog_detail_slider .swiper-pagination {
		margin: 5px -3px 0;
	}
	.catalog_detail_slider .swiper-pagination .swiper_pagination_image {
		width: 60px;
		height: 60px;
		margin: 3px;
		border-radius: 11px;
	}
	.buy_item {
		height: 160px;
		padding: 20px;
		border-radius: 24px;
	}
	.buy_item::after {
		right: 9px;
		bottom: 11px;
		width: 51px;
		height: 51px;
		background-size: 21px;
	}
	.catalog_slider.catalog_list .swiper-slide{
        width: 240px;
    }
	.categories_menu ul {
		font-size: var(--font-size-h6);
	}
	.categories_menu ul li a, .categories_menu ul li span {
		padding: 10px 4px;
	}
	.blog_top {
		grid-template-areas: "a b" "a c" "d e";
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	.main_domovyonok .text {
		padding: 50px 38px;
	}
	
}
@media (max-width:991px) {
	:root {
		--font-size-body: 16px;
		--font-size-body-l: 22px;
		--font-size-body-s: 14px;
		--font-size-body-xs: 12px;
		--font-size-h1: 46px;
		--font-size-h2: 32px;
		--font-size-h3: 30px;
		--font-size-h4: 26px;
		--font-size-h5: 20px;
		--font-size-h6: 18px;
		--padding-content: 50px;
	}
	.tablet {
		display: block !important;
	}
	.tablet_flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.tablet_none {
		display: none !important;
	}
	body {
		padding: 55px 0 0;
	}
	.btn_xl {
		padding: 0 20px;
	}
	.logo img {
		height: 39px;
	}
	.promo_slider {
		margin: 380px 0 -177px;
	}
	.social_item {
		height: 385px;
	}
	.categories_block_item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 0;
	}
	.categories_block_item .name {
		margin: 0 0 24px;
	}
	.categories_block_item .text {
		opacity: 0.5;
	}
	.categories_block_item .soon,
	.categories_block_item:hover .soon {
		top: 100%;
		opacity: 1;
		font-size: var(--font-size-h5);
	}
	.categories_block_item .image {
		position: relative;
		padding-bottom: 10px;
		height: 277px;
	}
	.categories_block_item .image,
	.categories_block_item:hover .image {
		bottom: 0;
	}
	.categories_block_item:hover .image {
		padding-bottom: 20px;
	}
	.categories_block_item .image img {
		width: 200px;
		height: 200px;
	}
	.safety_row {
		display: grid;
		grid-template-areas: "a b" "c c" "d e";
		grid-template-columns: 1fr 1fr;
	}
	.main_title h1,
	.main_title .h1 {
		font-size: var(--font-size-h2);
	}
	.main_title_blue h1,
	.main_title_blue .h1 {
		font-size: var(--font-size-h1);
	}
	.main_title_desc {
		font-size: var(--font-size-h4);
	}
	.main_story.big .story_item {
		min-height: auto;
		padding-top: 85%;
	}
	.main_story_slider .swiper-navigation .swiper-button-prev {
		margin-left: 20px;
	}
	.main_story_slider .swiper-navigation .swiper-button-next {
		margin-right: 20px;
	}
	.content_page {
		margin-bottom: 60px;
	}
	.collection_slide .info {
		font-size: var(--font-size-h6);
	}
	.catalog_detail_content {
		margin: 0 0 40px;
	}
	.catalog_detail {
		flex-wrap: wrap;
	}
	.catalog_detail_info {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.catalog_detail_image {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 24px;
	}
	.catalog_detail_slider .swiper-slide {
		padding-top: 530px;
	}
	.catalog_detail_slider .swiper-slide img {
		right: 0;
		display: block;
		width: 100%;
		max-width: 530px;
		margin: 0 auto;
		border: 1px solid #D9E3E5; 
		border-radius: 24px;
	}
	.catalog_detail_info {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.buy_text {
		font-size: 24px; 
		letter-spacing: -0.48px; 
	}
	.buy_item {
		margin-bottom: 45px;
	}
	.buy_item .name {
		bottom: -25px;
		font-size: var(--font-size-body);
	}
	.breadcrumbs ul li {
		max-width: 100%;
	}
	.breadcrumbs ul li span {
		max-width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.tags_filter ul {
		padding-bottom: 0;
	}
	.blog_list.blog_other > *:nth-child(3) {
		display: none;
	}
	.blog_detail {
		margin-top: 20px;
	}
	.blog_detail .catalog_detail_image {
		flex: 0 0 100%;
		max-width: 530px;
		margin-left: auto;
		margin-right: auto;
	}
	.blog_detail .catalog_detail_image .image {
		border-radius: 24px;
	}
	.blog_detail_like {
		padding-top: 24px;
		margin-top: 24px;
	}
	.cookie_row {
		flex-direction: column;
		align-items: flex-start;
	}
	.cookie_text {
		order: 12;
		padding: 16px 0 0;
	}
	.cookie_btn .btn:not(:first-child) {
		margin-top: 16px;
	}
	.modal-content .btn_video {
		bottom: 15px;
		right: 35px;
	}
	.plyr button.plyr__control--overlaid {
		bottom: 15px;
		left: 15px;
		width: 34px;
		height: 34px;
	}
	.story_domovyonok .info {
		padding: 0 20px;
	}
	.story_domovyonok .info .desc {
		max-width: calc(100% - 165px);
		padding: 20px;
	}
	.story_domovyonok .info .desc .desc_image {
		margin-right: 20px;
	}
	.story_domovyonok .info .image {
		flex: 0 0 140px;
		width: 140px;
		height: 130px;
	}
	.story_domovyonok .info .image img {
		flex: 160px;
		width: 160px;
		max-width: 160px;
		height: 160px;
		object-fit: contain;
	}
	.story_domovyonok_final .text {
		padding: 40px 30px;
	}
	.story_domovyonok_final .text h2,
	.story_domovyonok_final .text .h2 {
		max-width: 60%;
	}
	.promocode_info {
		padding: 23px 18px 14px;
	}
	.btn.btn_promocode,
	.modal .btn.btn_promocode {
		flex: 0 0 70px;
		height: 70px;
		width: 280px;
	}
	.btn.btn_promocode img {
		max-height: 30px;
	}
}
@media (max-width:767px) {
	:root {
		--font-size-h1: 36px;
		--font-size-h2: 28px;
		--font-size-h3: 26px;
		--font-size-h4: 20px;
		--font-size-h5: 18px;
		--font-size-h6: 15px;
		--padding-content: 28px;
	}
	.mobile_none {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	.mobile_flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	p {
		margin-bottom: 16px;
	}
	.text ul:not(:last-child) {
		margin-bottom: 16px;
	}
	h1, .h1 {
		margin: 0 0 40px;
	}
	h2, .h2 {
		margin: 0 0 20px;
	}
	input:not([type="submit"], [type="reset"], [type="checkbox"], [type="radio"]) {
		height: 50px;
		padding: 0 18px;
		border-radius: 12px;
	}
	textarea {
		min-height: 50px;
		padding: 10px 18px;
		border-radius: 12px;
	}
	.label {
		font-size: 8px;
	}
	.btn {
		height: 40px;
		padding: 0 14px;
	}
	.btn_xl {
		height: 46px;
		padding: 0 18px;
	}
	.btn_m {
		height: 34px;
	}
	.btn_s {
		height: 31px;
	}
	.label_new::before {
		flex: 0 0 10px;
		width: 10px;
		height: 10px;
		margin-right: 2px;
		background-size: 10px;
	}
	.label.btn_s {
		height: 22px;
		padding: 0 8px;
		font-size: 11px;
	}
	.label.btn_s::before {
		flex: 0 0 14px;
		width: 14px;
		height: 14px;
	}
	header .search form input[type="text"] {
		padding: 0 40px;
		background-position: 10px center;
	}
	header .search form input[type="reset"] {
		right: 10px;
		width: 20px;
		height: 20px;
		background-size: 20px;
	}
	header .search form input[type="submit"] {
		right: 40px;
	}
	.main_block {
		padding-bottom: var(--padding-content);
	}
	.main_story_slider {
		margin: 0 auto 35px;
	}
	.main_story.big .story_item {
		min-height: 360px;
		padding-top: 0;
    aspect-ratio: 330/360;
	}
	.slogan {
		padding: 18px 40px 30px;
	}
	.stories_slider .swiper-navigation {
		height: calc(100% - 95px);
	}
	.story_item {
		border-radius: 28px;
	}
	.modal-content .stories_slider {
		border-radius: 28px;
	}
	.stories_slider .story_item {
		height: auto;
		padding-top: 110%;
		border-radius: 28px;
	}
	.story_item .text,
	.stories_slider .story_item .text {
		padding: 24px;
	}
	.story_item .image::before {
		height: 35px;
		opacity: 0.1;
	}
	.story_item .image::after {
		height: 38%;
	}
	.story_item .label {
		height: 10px;
		left: 24px;
		top: 14px;
		padding: 0;
		background: none;
	}
	.stories_slider .swiper-pagination {
		left: 0;
		right: 0;
		width: 100%;
		padding: 20px 24px;
	}
	.content_block {
		border-radius: 24px;
	}
	.content_block_text {
		flex-wrap: wrap;
		margin: 0 0 35px;
		font-size: var(--font-size-h5);
	}
	.promo_block {
		margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
	}
	.promo_image_slider {
		display: none;
	}
	.promo_slider {
		min-height: auto;
		padding: 0 0 40px;
		margin: 0;
		border-radius: 0;
		background: transparent;
		backdrop-filter: none;
	}
	.promo_slider .image {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 300px;
		margin-bottom: 16px;
	}
	.promo_slider .image img {
		width: 100%;
		height: 300px;
		border-radius: 24px;
		object-fit: cover;
	}
	.promo_slider .swiper-pagination {
		margin: 0 0 12px;
	}
	.promo_slider .swiper_pagination_img {
		flex: 0 0 42px;
		width: 42px;
		height: 42px;
		background-color: #01bdf6;
	}
	.promo_slider .swiper-navigation {
		top: 25%;
		right: 20px;
		left: 20px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.promo_slider .swiper-button-next,
	.promo_slider .swiper-button-prev {
		flex: 0 0 32px;
		width: 32px;
		height: 32px;
	}
	.catalog_slider {
		margin: 40px 0 5px;
	}
	.catalog_slider .swiper-slide,
	.catalog_slider.catalog_list .swiper-slide {
		width: 200px;
	}
	.categories_item {
		padding: 20px 16px;
		border-radius: 24px;
		font-size: var(--font-size-h6);
	}
	.categories_item .name {
		padding-right: 24px;
		background-size: 24px;
	}
	.categories_block {
		padding-top: 40px;
	}
	.categories_block_item {
		padding: 16px 8px 0;
		margin: 0 0 10px;
		border-radius: 16px; 
	}
	.categories_block_item:hover {
		border-radius: 16px;
	}
	.categories_block_item .name {
		margin: 0 0 10px;
		font-size: var(--font-size-h5);
	}
	.categories_block_item .text {
		display: none;
	}
	.categories_block_item .soon {
		padding: 6px 16px;
	}
	 .categories_block_item .image {
		height: 220px;
	}
	.categories_block_item .image img {
		width: 180px;
		height: 180px;
		max-height: 100%;
	}
	.swiper-navigation {
		margin: 20px 0 0;
	}
	.catalog_item {
		padding: 12px 8px;
		border-radius: 16px;
	}
	.catalog_item .name {
		height: 78px;
		padding: 12px 0;
		font-size: var(--font-size-body-s);
	}
	.social_slider .swiper-slide {
		width: 240px;
	}
	.social_slider .swiper-slide:first-child {
		width: 300px;
	}
	.social_item {
		height: 250px;
	}
.social_buttons {
		flex-wrap: wrap;
		margin: 28px 0 0;
	}
	.social_buttons .btn {
		min-width: auto;
		height: 46px;
		padding: 0 55px 0 15px;
		margin: 6px 2px;
		font-size: var(--font-size-h4);
	}
	.tg_btn,
	.vk_btn {
		background-position: calc(100% - 15px) center; 
		background-size: 36px;
	}
	.social .btn {
		flex: 0 0 36px;
		width: 36px;
		height: 36px;
	}
	.about_block {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 24px 16px;
		margin-top: 40px;
		border-radius: 24px;
	}
	.about_block h2, .about_block .h2 {
		margin-bottom: 16px;
		font-size: 24px;
	}
	.safety_row {
		display: block;
	}
	.safety_item {
		padding: 16px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 10px;
	}
	.safety_item .icon {
		flex: 0 0 48px;
		width: 36px;
		padding: 0 12px 0 0;
	}
	.safety_item .icon::after {
		content: none;
	}
	.safety_item .icon img {
		height: 36px; 
	}
	.safety_item .name {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		flex: 0 0 calc(100% - 48px);
		max-width: calc(100% - 48px);
		min-height: 36px; 
		margin: 0;
		font-size: var(--font-size-h5);
	}
	.safety_item .name::after {
		content: "";
		flex: 0 0 24px;
		width: 24px;
		height: 24px; 
		margin: auto 0;
		background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18 10L12.7071 15.2929C12.3166 15.6834 11.6834 15.6834 11.2929 15.2929L6 10' stroke='%23111585' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e") no-repeat center;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.safety_item.active .name::after {
		transform: rotate(180deg);
	}
	.safety_item .text {
		display: none;
		margin-top: 16px;
	}
	.button_block {
		margin: 20px 0 0;
	}
	.categories_block .button_block {
		margin: 0;
	}
	footer {
		padding: 16px 0; 
	}
	.footer_info {
		padding: 15px 18px;
		margin: 0 0 17px;
		border-radius: 16px; 
	}
	.footer_info .social {
		margin-right: 0;
	}
	.footer_buttons {
		margin: 0 -4px 36px;
	}
	.footer_buttons .btn {
		flex: 0 0 calc(50% - 8px);
		padding: 0 14px;
		margin: 0 4px;
	}
	.footer_menu {
		margin: 0 -13px;
	}
	.footer_menu .menu {
		padding: 0 13px;
		font-size: var(--font-size-body-s);
	}
	.footer_menu .menu a {
		margin: 0 0 12px;
	}
	.menu_title {
		min-height: 18px;
		margin: 0 0 16px;
		font-size: var(--font-size-body-s);
	}
	.footer_addres {
		margin: 38px 0 0;
	}
	.footer_bottom {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin: 20px 0 0;
	}
	.footer_link {
		flex-wrap: wrap;
	}
	.footer_link a {
		padding: 5px 20px;
	}
	.footer_link a:not(:last-child) {
		margin-bottom: 15px;
	}
	.design {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.content_page {
		margin-bottom: 30px;
	}
	 .collection_slide .info {
		padding: 20px 30px 60px;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: center;
		font-size: var(--font-size-body);
	}
	.collection_slide .info > * {
		margin: 0 0 20px;
	}
	.catalog_detail_wrap {
		margin-bottom: 0;
		border-radius: 24px;
	}
	.catalog_detail {
		padding: 40px 0;
	}
	.catalog_detail_content {
		margin: 0 0 30px;
	}
	.catalog_detail_slider .swiper-slide {
		padding-top: 100%;
	}
	.catalog_detail_slider .swiper-slide img {
		max-width: 100%;
		border-radius: 20px;
	}
	.catalog_detail_slider .swiper-pagination .swiper_pagination_image {
		width: 50px;
		height: 50px;
	}
	.catalog_detail_info .label {
		height: 26px;
	}
	.catalog_detail_info .label::before {
		content: none;
	}
	.catalog_detail_info .section,
	.catalog_detail_info .name {
		line-height: 1;
	}
	.catalog_detail_info .name {
		margin: 0 0 16px;
	}
	.catalog_detail_info .text,
	.catalog_detail_info .text_add {
		margin: 16px 0 0;
	}
	.catalog_detail_info .btn_m {
		height: 40px;
	}
	.tags {
		margin: 0 0 12px;
	}
	.tags .tag {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 4px 0;
		font-size: var(--font-size-body-s);
	}
	.main_title_blue {
		border-radius: 0px 0px 36px 36px;
	}
	.buy_item {
		padding: 10px;
		margin-bottom: 40px;
	}
	.buy_item::after {
		width: 36px;
		height: 36px;
		background-size: 20px;
	}
	.cookie_notice {
		padding: 15px 18px;
		border-radius: 16px;
	}
	.cookie_notice.active {
		bottom: 10px;
	}
	.btn_filter {
		height: 34px;
		padding: 0 12px;
		font-weight: 700;
	}
	.breadcrumbs ul {
		font-size: var(--font-size-body-s);
	}
	.categories_menu {
		position: relative;
		padding: 30px 0;
	}
	.categories_menu_current {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-weight: 700;
		font-size: var(--font-size-h5);
		line-height: 1;
		letter-spacing: -0.02em;
		color: var(--color-blue-dark);
	}
	.categories_menu_current::after {
		content: "";
		flex: 0 0 17px;
		width: 17px;
		height: 17px;
		margin-left: 8px;
		background: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.5 5L8.5 11L2.5 5' stroke='%23111585' stroke-width='2' stroke-linecap='round' /%3e%3c/svg%3e") no-repeat center;
	}
	.categories_menu ul {
		position: absolute;
		left: 0;
		top: calc(100% - 16px);
		display: none;
		width: 100%;
		padding: 6px 0px;
		border-radius: 12px;
		box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
		background: var(--color-white);
		font-size: var(--font-size-h5);
		z-index: 10;
	}
	.categories_menu ul li {
		margin: 0;
	}
	.categories_menu ul li a,
	.categories_menu ul li span {
		padding: 12px;
	}
	.categories_menu ul li:not(:last-child)::after {
		content: none;
	}
	.catalog_list .catalog_item .label.label_new {
		width: 26px;
		height: 26px;
	}
	.catalog_list .catalog_item .label.label_new.btn_s {
		width: 24px;
		height: 24px;
	}
	.catalog_list .catalog_item .label.label_new::before {
		background-size: 14px;
	}
	.blog_top {
		display: block;
	}
	.blog_item .image {
		height: auto;
		min-height: 220px;
		padding-top: 64%;
	}
	.blog_other .blog_item .name {
		min-height: 24px;
	}
	.blog_list.blog_other > *:nth-child(3) {
		display: block;
	}
	.blog_slider .swiper-slide {
		width: 328px;
		max-width: 100%;
	}
	.blog_detail .text ~ .image {
		margin-top: 24px;
	}
	.blog_detail h1 {
		line-height: 1;
	}
	.blog_detail_info {
		padding: 10px;
		margin: 0 auto 10px;
	}
	h1 + .blog_detail_info,
	.h1 + .blog_detail_info {
		margin-top: -30px;
	}
	.blog_detail .catalog_detail {
		padding: 10px;
		margin-bottom: 24px;
		border-radius: 20px;
	}
	.blog_detail .catalog_detail_image .image {
		border-radius: 20px;
	}
	.blog_detail .text {
		font-size: var(--font-size-body);
	}
	.blog_detail .text .info {
		margin-bottom: 24px;
	}
	.blog_detail .text .info::before {
		margin: 0 20px 0 10px;
	}
	.blog_detail_like {
		padding-top: 20px;
		margin-top: 20px;
	}
	.banner-popup__body{
		max-width: calc(100% - 30px);
	}
	.banner-popup__wrap{
		padding-left: 15px;
		padding-right: 15px;
	}
	.banner-popup__top-list{
		padding: 15px;
	}
	.banner-popup__top{
		height: 400px;
	}
	.banner-popup__content h3{
		font-size: 20px;
	}
	.banner-popup__content p{
		font-size: 16px;
	}
	.banner-popup__close {
		width: 34px;
		height: 34px;
		left: calc(100% - 30px);
		top: -45px;
	}
	.cookie_notice h6,
	.cookie_notice .h6 {
		font-size: var(--font-size-h5);
	}
	.stories_slider.stories_slider_bg {
		max-width: 580px;
		padding: 0;
		margin: 0 10px;
	}
	.stories_slider.stories_slider_bg .story_item .image img {
		left: 16px;
		width: calc(100% - 32px);
	}
	.stories_slider.stories_slider_bg .story_item .text {
		min-height: auto
		padding: 24px;
	}
	.stories_slider .swiper-navigation .swiper-button-next::after,
	.stories_slider .swiper-navigation .swiper-button-prev::after {
		content: none;
	}
	.modal-content .btn_video {
		position: relative;
		bottom: 0;
		right: 0;
		margin: 10px auto;
	}
	.page_domovyonok .slogan {
		margin: 0;
	}
	.main_domovyonok {
		display: block;
		border-radius: 24px;
		background: radial-gradient(402.18% 62.21% at 51.98% 92.27%, rgb(244, 252, 255) 0%, rgb(30, 175, 230) 95.14464735984802%);
	}
	.main_domovyonok .text,
	.main_domovyonok .image {
		max-width: 100%;
	}
	.main_domovyonok .text {
		padding: 24px;
		font-size: 18px;
	}
	.main_domovyonok .text h2,
	.main_domovyonok .text .h2 {
		font-size: var(--font-size-h1);
		line-height: 1.11;
	}
	.main_domovyonok .text p:not(:last-child) {
		margin: 0 0 12px;
	}
	.main_domovyonok .image {
		justify-content: flex-end;
		padding: 0 0 0 24px;
	}
	.main_domovyonok .image img {
		width: 100%;
		max-width: 360px;
	}
	.stories_domovyonok {
		margin: 0 -10px 38px;
	}
	.story_domovyonok {
		margin: 0 0 40px;
	}
	.story_domovyonok .info {
		flex-direction: column;
		align-items: flex-end;
		padding: 0 12px;
		margin: -30px 0 0;
	}
	.story_domovyonok:nth-child(even) .info {
		align-items: flex-start;
	}
	.story_domovyonok:nth-child(n) .info .desc {
		flex-direction: column;
		flex: auto;
		max-width: 100%;
		order: 1;
	}
	.story_domovyonok .info .desc .desc_image {
		align-items: flex-start;
		flex: 0 0 100%;
		width: 100%;
		height: auto;
		margin: 16px 0 0;
		order: 12;
	}
	.story_domovyonok .info .desc .desc_image img {
		flex: 0 0 102px;
		width: 102px;
		height: 102px;
		margin-right: 23px;
	}
	.story_domovyonok:nth-child(even) .info .desc .desc_image img {
		order: 12;
		margin: 0 0 0 auto;
	}
	.story_domovyonok .info .desc .desc_image .link {
		flex: 1;
		max-width: 151px;
		padding: 10px 0;
		margin: 0 0 45px;
	}
	.story_domovyonok .info .image {
		order: 12;
		margin: -65px 10px 0;
	}
	.story_domovyonok_final .image {
		height: 363px;
	}
	.story_domovyonok_final .image img {
		object-fit: cover;
	}
	.story_domovyonok_final .text {
		align-items: flex-start;
		justify-content: flex-end;
		padding: 40px 22px;
	}
	.story_domovyonok_final .text .label {
		margin: 0 0 20px;
	}
	.story_domovyonok_final .text h2,
	.story_domovyonok_final .text .h2 {
		max-width: 100%;
		margin: 0;
		text-align: left;
	}
	.stikers {
		margin: 16px auto;
		flex-direction: column;
	}
	.stikers .text h2,
	.stikers .text .h2 {
		max-width: 320px;
		margin: 0 0 45px;
	}
	.stikers .image {
		flex: auto;
		margin: 50px 0 0;
	}
	.promocode_wrap {
		margin: 0 0 25px;
	}
	.promocode_info .message {
		font-size: 14px;
	}
	.promocode_info .buttons {
		flex: 0 0 auto;
		height: auto;
		margin: 14vw 0 auto;
	}
	.btn.btn_promocode {
		margin: 4px 0;
	}
	.modal-text .h1 {
		margin: 0 0 18px;
		font-size: 24px;
	}
	.btn.promocode_copy {
		min-width: 220px;
		height: 45px;
		font-size: 32px;
	}
	.modal .btn.promocode_copy {
		min-width: auto;
		width: 100%;
		max-width: 320px;
		height: 67px;
	}
}
@media (max-width:575px) {
	.story_item h2,
	.story_item .h2 {
		font-size: var(--font-size-h4);
	}
	.main_story .story_item h2, .main_story .story_item .h2 {
		font-size: var(--font-size-h6);
	}
	.main_story_slider .swiper-navigation .swiper-button-next,
	.main_story_slider .swiper-navigation .swiper-button-prev {
		flex: 0 0 30px;
		width: 30px;
		height: 30px;
		background-size: contain;
	}
	.main_story_slider .swiper-navigation .swiper-button-prev {
		margin-left: -10px;
	}
	.main_story_slider .swiper-navigation .swiper-button-next {
		margin-right: -10px;
	}
	.catalog_list .swiper-slide {
		width: 160px;
	}
	.catalog_item .name {
		height: 68px;
		font-size: var(--font-size-body-xs);
	}
	.categories_block_item .image {
		height: 160px;
	}
	.col-12 .categories_block_item .image {
		height: 200px;
	}
	.buy_item {
		height: 32vw;
	}
	.story_domovyonok_final .text h2, .story_domovyonok_final .text .h2 {
		font-size: 24px;
	}
	.promocode_info {
		padding-right: 6px;
	}
	.promocode_info .h1 {
		max-width: 245px;
		font-size: 24px;
	}
	.promocode_info .message {
		font-size: 11px;
	}
	.btn.btn_promocode div {
		margin: 0 0 3px;
		font-size: 12px;
	}
	.btn.btn_promocode,
	.modal .btn.btn_promocode {
		width: 235px;
	}
}
@media (max-width:425px) {
	.promocode_info .buttons {
		margin-top: 40px;
	}
	.btn.promocode_copy {
		min-width: 130px;
		height: 37px;
		font-size: 20px;
	}
	.btn.promocode_copy.success .copy_message {
		font-size: 16px;
	}
}
@media (max-width:365px) {
	.cookie_row {
		flex-direction: column;
	}
	.cookie_text {
		padding: 0 0 20px;
	}
	.slogan {
		padding: 20px 30px 30px;
	}
}