@media (max-width: 1310px) {
	.wrp {
		width: 1180px;
	}
	.header-search {
		width: 1180px;
		left: calc((100% - 1180px)/2);
	}
	.telegram-info {
		width: calc(100% - 280px);
	}
	#main {
		height: 44vw;
	}
}

@media (max-width: 1200px) {
	.wrp {
		width: 992px;
	}
	.header-slogan {
		display: none;
	}
	.adva-item {
		width: 180px;
	}
	.adva-item-img {
		height: 180px;
	}
	.adva-item-text {
		font-size: 14px;
	}
	.catalog-item {
		width: calc(33% - 92px/4);
	}
	.brand-adva-item:nth-child(2), .brand-adva-item:nth-child(5) {
		margin: 0;
	}
	.look-item-preview {
		height: 450px;
	}
	.loyalty-img {
		width: 320px;
	}
	.loyalty-info {
		width: calc(100% - 320px - 25px);
	}
	.header-catalog {
		gap: 10px;
	}
	.header-catalog li a {
		font-size: 16px;
	}
	.header-search {
		width: 992px;
		left: calc((100% - 992px)/2);
	}
	.product-in-gallery .gallery-thumbs {
		display: none;
	}
	.product-in-gallery .gallery-main {
		width: 100%;
	}
	.product-in-gallery {
		width: 450px;
		position: relative;
		display: flex;
		justify-content: center;
	}
	.product-in-info {
		width: calc(100% - 450px - 40px);
	}
	.product-in-gallery .dots {
        position: absolute;
        top: 40px;
        left: auto;
        border-radius: 24px;
        background: var(--dark_overlay, rgba(30, 29, 29, 0.30));
        backdrop-filter: blur(8px);
        padding: 12px 16px;
        display: flex;
        justify-content: center;
        width: max-content;
        height: max-content;
        z-index: 2;
	}
	.product-in-gallery .dots .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		background: rgba(255, 255, 255, 0.50);
		border-radius: 50%;
		opacity: 1 !important;
	}
	.product-in-gallery .dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #fff;
	}
	.product-in-gallery .next {
		width: 48px;
		height: 48px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		bottom: 24px;
		right: 24px;
		cursor: pointer;
		z-index: 2;
	}
	.product-in-gallery .prev {
		width: 48px;
		height: 48px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		bottom: 24px;
		left: 24px;
		cursor: pointer;
		z-index: 2;
	}
	#product-in-recc .catalog {
		gap: 1%;
	}
	#product-in-recc .catalog-item {
		width: 32%;
	}
}

@media (max-width: 1138px) {
	.main-banner {
		width: 300px;
	}
	.main-slider-img {
		width: calc(100% - 300px);
	}
	.main-banner div {
		width: 200px;
	}
	.main-banner img {
		width: 100%;
		margin-bottom: 20px;
	}
	.main-banner .h2 {
		font-size: 28px;
	}
	.main-banner .text {
		font-size: 18px;
	}
}

@media (max-width: 1022px) {
	.wrp {
		width: 750px;
	}
	#header .wrp {
		justify-content: space-between;
	}
	.header-slogan {
		display: block;
	}
	#header .wrp {
		position: initial;
	}
	.header-catalog-btn {
		font-size: 0px;
		width: 36px;
	}
	.header-catalog-btn:before {
		width: 36px;
		height: 36px;
	}
	.header-bottom .header-panel {
		display: none;
	}
	.header-mobile-toggle {
		width: 38px;
		height: 38px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header-mobile-toggle:before {
		content: "";
		width: 100%;
		height: 100%;
		background: url("../img/menu-btn-mobile.svg") no-repeat center center / 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.header-catalog-btn.active:before {
		opacity: 1;
	}
	.header-catalog-btn.active:after {
		opacity: 0;
	}
	.header-catalog-btn.active ~ .header-logo {
		opacity: 1;
		pointer-events: initial;
	}
	.header-catalog-wrp {
		position: absolute;
		top: 53px;
		left: 0;
		background: #fff;
		padding: 44px calc((100vw - 750px)/2);
		width: 100vw;
		height: auto;
		z-index: -2;
		opacity: 0;
		pointer-events: none;
		transition: .4s;
	}
	.header-catalog-wrp.active {
		opacity: 1;
		pointer-events: initial;
		z-index: 2;
	}
	.header-catalog-wrp .close {
		position: absolute;
		top: 16px;
		background: url(../img/catalog-btn-active.svg) no-repeat center center / 100%;
		width: 27px;
		height: 27px;
		right: calc((100vw - 750px) / 2);
		opacity: .6;
	}
	.header-catalog {
		position: relative;
		opacity: 1;
		pointer-events: initial;
		flex-flow: wrap;
		gap: 20px;
		row-gap: 10px;
		left: 0;
		width: calc(100% - 38px);
		flex-direction: column;
        align-items: flex-start;
	}
	.header-catalog li a {
		color: #434343;
		margin-left: 0;
	}
	.mobile-menu {
		position: absolute;
		top: 50px;
		left: 0;
		background: #D9D9D9;
		padding: 20px calc((100vw - 750px)/2);
		width: 100vw;
		height: auto;
		z-index: 5;
		opacity: 0;
		pointer-events: none;
		transition: .4s;
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
	}
	.mobile-menu .header-menu {
		flex-flow: wrap;
		width: calc(100% - 70px);
		margin-bottom: 15px;
	}
	.mobile-menu.active {
		opacity: 1;
		pointer-events: initial;
	}
	.mobile-menu .close {
        position: absolute;
        top: 19px;
        background: url(../img/catalog-btn-active.svg) no-repeat center center / 100%;
        width: 27px;
        height: 27px;
        right: calc((100vw - 750px) / 2);
        opacity: .6;
	}
	.mobile-menu .header-panel {
		display: flex !important;
		filter: invert(1);
	}
	.header-panel a {
		width: 28px;
		height: 28px;
	}
	.mobile-menu.active .header-panel a {
		filter: invert(0);
	}
	.mobile-menu .header-panel {
		gap: 18px;
	}
	.header-panel a:nth-child(1) {
		background-size: 75% !important;
	}
	.header-panel a:nth-child(2) {
		background-size: 75% !important;
	}
	.header-panel a:nth-child(3) {
		background-size: 100% !important;
	}
	.header-search {
		height: 34px;
		position: relative;
		width: calc(100% - 150px);
		left: 0;
		opacity: 1;
		pointer-events: initial;
		background: transparent;
		border: 1px solid #787878;
		border-radius: 5px;
		padding-left: 18px;
	}
	.header-search .input {
		border: none;
		padding: 0;
		font-size: 14px;
		background: transparent;
	}
	.header-search .input::placeholder {
		color: #787878;
	}
	.header-search .btn {
		width: 16px;
		height: 16px;
		margin-top: 0;
		right: 11px;
	}
	.mobile-basket {
		display: block;
		background: url(../img/basket-icon.svg) no-repeat center center / 100%;
		width: 45px;
		height: 45px;
		filter: invert(1);
	}
	.mobile-search-toggle {
		display: block;
		width: 40px;
		height: 40px;
		background: url(../img/search-icon.svg) no-repeat center center / 100%;
		position: absolute;
		left: calc((100vw - 750px) / 2 + 50px);
		filter: invert(1);
	}
	.header-mobile-search {
		display: flex;
		position: absolute;
		width: calc(100% - 10px);
		background: #fff;
		left: 5px;
		top: 10px;
		opacity: 0;
		pointer-events: none;
	}
	.main-figure .figure-item {
		width: calc(100%/3);
	}
	.main-figure .figure-item:nth-child(4) {
		display: none;
	}
	.adva-item {
		width: 107px;
	}
	.adva-item-img {
		height: 107px;
		margin-bottom: 10px;
	}
	.adva-item-img img {
		width: calc(100% - 12px);
		height: calc(100% - 12px);
	}
	.adva-item.hot .adva-item-img:before {
		background-size: 25px;
	}
	.adva-item-text {
		font-size: 13px;
	}
	.main-catalog-cat {
		gap: 10px;
		margin-bottom: 28px;
	}
	.main-catalog-cat .h2 {
		font-size: 24px;
	}
	.catalog {
		gap: 18px;
	}
	.catalog-item {
		width: calc(100% / 3 - 12px);
	}
	.catalog-item-preview {
		height: 380px;
	}
	.brand-text {
		display: block;
	}
	.brand-text p {
		width: 100%;
	}
	.brand-text p:not(:last-child) {
		margin-bottom: 20px;
	}
	.brand-gallery img:nth-child(5) {
		display: none;
	}
	.brand-gallery img {
		width: 25%;
	}
	.brand-adva {
		padding: 40px;
	}
	.brand-adva-item {
		width: 48% !important;
	}
	.look-wrp {
		overflow-x: scroll;
		width: calc(100% + 750px / 2);
	}
	.look {
		width: 1200px;
		margin-right: calc(750px/2)
	}
	.telegram {
		display: block;
	}
	.telegram-info {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.loyalty {
		display: block;
	}
	.loyalty-img {
		width: 100%;
		margin-bottom: 30px;
	}
	.loyalty-info {
		width: 100%;
	}
	.instagram-info {
		display: block;
	}
	.instagram-info .img {
		margin-bottom: 30px;
	}
	.instagram-info .inst-button {
		position: relative;
		left: 0;
		bottom: 0;
		margin-top: 30px;
		width: max-content;
	}
	#instagram {
		padding: 60px 0;
	}
	.footer-menu-item {
		width: 150px;
	}
	#search-in {
		padding: 160px 0 60px 0;
		min-height: 70vh;
	}
	#product-in .wrp {
		display: block;
	}
	.product-in-gallery {
		width: 100%;
	}
	.product-in-info {
		width: 100%;
	}
	.telegram-info ul li {
		width: 100%;
	}
	#product-in-recc .catalog {
		gap: 1%;
	}
	#product-in-recc .catalog-item {
		width: 49%;
	}
}

@media (max-width: 768px) {
	p, a, li, div, button, input, textarea, h1, h2, h3, h4, h5 {
		font-size: 14px;
	}
	.h2 {
		font-size: 24px;
		margin-bottom: 24px;
	}
	.wrp {
		width: 520px;
	}
	.header-catalog-wrp {
		padding: 44px calc((100vw - 520px)/2);
	}
	.header-catalog-wrp .close,
	.mobile-menu .close {
		right: calc((100vw - 520px)/2);
	}
	.mobile-menu {
		padding: 20px calc((100vw - 520px)/2);
	}
	#main .prev, 
	#main .next {
		display: none;
	}
	.main-figure .figure-item:nth-child(3) {
		display: none;
	}
	.main-figure .figure-item {
		width: 50%;
	}
	#header:not(.main) .mobile-search-toggle {
		filter: invert(1);
	}
	#header:not(.main) .mobile-basket {
		filter: invert(1);
	}
	.main-banner {
		width: 100%;
		left: 0;
		padding: 0;
		position: absolute;
		background: transparent;
		text-align: center;
		z-index: 12;
	}
	.main-slider-img {
		width: 100%;
	}
	#main:before,
	#main:after {
		height: 14%;
	}
	.main-slider-item:before {
		content: "";
		height: 14%;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
	}
	.main-slider-item:after {
		content: "";
		height: 28%;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		transform: scale(-1);
	}
	#main {
		height: 70vw;
		margin-top: 53px;
	}
	.main-banner img {
		display: none;
	}
	.main-banner .h2 {
		font-size: 20px;
		color: #fff;
		width: 236px;
	}
	.main-banner .h2 br {
		display: none;
	}
	.main-banner .text {
		color: #fff;
		font-size: 13px;
	}
	.main-banner div {
		width: auto;
	}
	.main-banner {
		align-items: flex-end;
		padding-bottom: 60px;
	}

	#header.main {
		position: absolute;
		top: 0;
		left: 0;
	}
	#header.main .header-bottom {
		background: transparent;
	}
	#header.main .header-logo {
		filter: none;
	}
	#header.main .header-catalog-btn,
	#header.main .header-mobile-toggle {
		filter: brightness(0) invert(1);
	}
	.mobile-basket {
		filter: invert(0);
	}
	.mobile-search-toggle {
		filter: invert(0);
		left: calc((100vw - 520px) / 2 + 50px);
	}
	.adva-wrp {
		overflow-x: scroll;
		width: calc(100% + 520px / 2);
		padding: 10px;
		left: -10px;
		top: -10px;
		position: relative;
	}
	.adva {
		width: 600px;
		margin-right: calc(520px/2);
	}
	#adva {
		padding-top: 35px;
	}
	#main-catalog {
		padding-top: 40px;
	}
	.main-catalog-cat .h2 {
		font-size: 16px;
	}
	.catalog-wrp {
		overflow-x: scroll;
		width: calc(100% + 520px / 2);
	}
	.catalog {
		width: max-content;
		margin-right: calc(520px/2);
	}
	.catalog-item {
        width: 166px;
    }
    .catalog-item-preview {
    	height: 282px;
    	margin-bottom: 18px;
    }
    .catalog-item-preview .hot {
        top: 8px;
        left: 12px;
        width: 15px;
        height: 20px;
    }
    .catalog-item-preview .add-to-wishlist {
    	width: 13px;
    	height: 20px;
    	top: 4px;
    	right: 15px;
    }
    .catalog-item-preview .add-to-wishlist svg {
    	width: 100%;
    }
    .catalog-item-preview .size-list a {
    	font-size: 12px;
    	margin-right: 8px;
    }
    .catalog-item-preview .add-to-cart {
    	width: 20px;
    	height: 20px;
    	bottom: 19px;
    	right: 10px;
    }
    .catalog-item-name {
    	font-size: 13px;
    	min-height: 48px;
    	margin-bottom: 12px;
    }
    .catalog-item-price .new-price {
    	font-size: 13px;
    	margin-right: 10px;
    }
    .catalog-item-price .old-price {
    	font-size: 13px;
    }
    .catalog-item-price .sale {
    	font-size: 13px;
    }
    .default-button,
    .button {
    	margin: 40px auto 0 auto;
    }
    #brand {
    	padding-top: 70px;
    }
    .brand-gallery {
    	flex-flow: wrap;
    }
    .brand-gallery img {
    	width: 50%;
    }
    .brand-adva {
    	padding: 30px;
    }
    .look {
    	width: max-content;
    	gap: 27px;
    }
    .look-item {
    	width: 342px;
    }
    .look-item-preview {
    	height: 578px;
    	margin-bottom: 18px;
    	padding: 20px;
    }
    .look-item-preview .list-head {
    	font-size: 16px;
    }
    .look-item-preview ol li a, .look-item-preview ol li {
    	font-size: 14px;
    }
    .look-item-name {
    	font-size: 16px;
    }
    .look-item-text {
    	font-size: 14px;
    }
    .telegram-info ul {
    	width: 100%;
    }
    .telegram-info ul li {
    	padding-left: 20px;
    }
    .telegram-info-bottom p {
    	font-size: 16px;
    }
    .catalog-item-colors a {
    	width: 16px;
    	height: 16px;
    	margin-right: 3px;
    }
    .catalog-item-colors {
    	margin-bottom: 10px;
    }
    #sale {
    	padding-top: 60px;
    }
    .loyalty-info-table {
    	display: flex;
    }
    .loyalty-info-table .sale-procent, .loyalty-info-table .sale-sum {
    	display: block;
    	gap: 0;
    	width: 50%;
    }
    .loyalty-info-table .sale-procent .head, .loyalty-info-table .sale-sum .head {
    	width: 100%;
    }
    .loyalty-info-table .sale-procent div, .loyalty-info-table .sale-sum div {
    	width: 100%;
    }
    .loyalty-info-table .sale-procent div:not(:last-child), 
    .loyalty-info-table .sale-sum div:not(:last-child) {
    	border-bottom: none;
    }
    .loyalty-info-table .sale-procent div {
    	border-right: none;
    }
    .instagram-info .img {
    	width: 100%;
    	height: auto;
    }
    .footer-menu-item:nth-child(1),
    .footer-menu-item:nth-child(2) {
    	display: none;
    }
    .footer-menu-item {
    	width: calc(50% - 10px);
    }
    .footer-menu-item:nth-child(3) {
    	order: 5;
    }
    .footer-menu-item .contacts p {
    	margin-bottom: 12px;
    }
    .footer-bottom {
    	margin-top: 36px;
    }
    #telegram {
    	padding: 30px 0 100px 0;
    }
    #product-in-recc .catalog {
		gap: 10px;
	}
	#product-in-recc .catalog-item {
		width: 296px;
	}
}

@media (max-width: 540px) {
	.wrp {
		width: calc(100% - 20px);
	}
	.header-top {
		border-bottom: none;
	}
	.header-slogan {
		font-size: 2.5vw;
		background-size: 3.4vw;
		padding: 1vw 0 1vw 4vw;
		margin-right: 0;
	}
	.header-adress {
		font-size: 2.5vw;
		background-size: 2.1vw;
		padding: 1vw 0 1vw 3vw;
	}
	.header-logo img {
		width: 160px;
	}
	.header-catalog-wrp {
		padding: 14px 10px 30px;
	}
	.header-catalog-wrp .close,
	.mobile-menu .close {
		right: 10px;
	}
	.mobile-search-toggle {
		filter: invert(0);
		left: 53px;
		width: 38px;
		height: 38px;
	}
	.mobile-menu {
		padding: 20px 10px;
	}
	#main {
		height: 350px;
	}
	.main-banner {
		bottom: 50px;
	}
	.adva-item {
		width: 77px;
	}
	.adva-item-img {
		height: 77px;
	}
	.adva {
		width: 480px;
	}
	.adva-item.disable .adva-item-img {
		border: 1px solid #D9D9D9;
	}
	.adva-item.hot .adva-item-img {
		border: 1px solid #CD1717;
	}
	.adva-item-img {
		border: 1px solid #4E4E16;
	}
	.brand-gallery img {
		height: 48vw;
	}
	.brand-adva {
		background: transparent;
		padding: 30px 0 0 0;
	}
	.telegram-info-bottom {
		margin-top: 30px;
		display: block;
	}
	.tg-button, .inst-button {
		width: max-content;
	}
	.telegram-info-bottom p {
		margin-top: 24px;
	}
	.telegram-img {
		width: 100%;
		max-width: 100%;
	}
	#new {
		padding-top: 50px;
	}
	.instagram-info .text {
		font-size: 14px;
	}
	.instagram-info .text br {
		display: none;
	}
	.footer-bottom {
		display: block;
	}
	.footer-bottom p {
		margin: 8px 0 0 0;
	}
	.product-in-gallery {
		height: 140vw;
	}
	.product-in-info .name {
		font-size: 22px;
	}
	.product-in-info .price .new-price,
	.product-in-info .price .old-price {
		font-size: 22px;
	}
	#product-in .product-in-info .panel .add_to_cart_button {
		background: #1E1D1D url(../img/cart.svg) no-repeat center left 15px;
		padding: 11px 30px 11px 48px;
		font-size: 14px;
	}
	#product-in .product-in-info .panel .add_to_wishlist,
	#product-in .product-in-info .panel .delete_item {
		width: 50px;
		height: 50px;
	}
	.mini-preview .catalog-item-preview {
		width: 120px;
		height: 160px;
	}
	.mini-preview .catalog-item-main {
		width: calc(100% - 142px);
	}
	.product-in-info .faq-item-head span {
		font-size: 16px;
	}
	.product-in-info .faq {
		padding: 8px 16px;
	}
	#product-in {
		padding: 140px 0 40px 0;
	}
	.telegram-info ul li {
		font-size: 16px;
	}
	.telegram-info-bottom {
		margin-top: 0;
	}

	#main {
		height: 520px;
	}
	.main-banner {
		bottom: 0;
	}
	.main-slider-img {
		display: none;
	}
	.main-slider-img-mobile {
		display: block;
		width: 100%;
		object-fit: cover;
		height: 100%;
	}
	#product-in .product-in-info .single_add_to_cart_button {
		background: #1E1D1D url(../img/cart.svg) no-repeat center left 15px;
		padding: 16px 34px 16px 49px;
		font-size: 18px;
		margin-right: 8px;
	}
	#product-in .yith-wcwl-add-button > a {
		left: 272px;
	}
}

@media (max-width: 365px) {
	.mobile-search-toggle {
		position: relative;
		left: 0;
	}
	#product-in .product-in-info .single_add_to_cart_button {
		font-size: 0px;
		padding: 16px 30px;
		background-position: center center;
	}
	#product-in .yith-wcwl-add-button > a {
		left: 70px;
	}
}