.button-favorites {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.button-favorites:hover .button-favoritest__icon::before {
	transform: rotate(30deg);
	transition: 0.4s;
}
.button-favorites .icon-heart {
	fill: #f5a0b5;
	stroke: #f5a0b5;
}
.button-favorites .counter {
	background-color: #6da5cd;
}
.button-favoritest__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #fff;
}
.button-favoritest__icon .icon-heart {
	width: 16px;
	height: 13px;
}
.button-favoritest__icon::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 32px;
	height: 32px;
	transform: rotate(0);
	transition: 0.4s;
	display: block;
	background-image: url(../../img/icons/circle-pink.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
@media (min-width: 768px) {
	.button-favoritest__icon {
		width: 35px;
		height: 35px;
		background-color: #f9f9f9;
	}
	.button-favoritest__icon .icon-heart {
		width: 18px;
		height: 15px;
	}
	.button-favoritest__icon::before {
		width: 35px;
		height: 35px;
	}
}
@media (min-width: 1024px) {
	.button-favoritest__icon .icon-heart {
		width: 19px;
		height: 16px;
	}
}
@media (min-width: 1280px) {
	.button-favoritest__icon {
		width: 47px;
		height: 47px;
	}
	.button-favoritest__icon .icon-heart {
		width: 24px;
		height: 21px;
	}
	.button-favoritest__icon::before {
		width: 47px;
		height: 47px;
	}
}
.counter {
	position: absolute;
	top: 1px;
	right: -4px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	color: #fff;
	border-radius: 50%;
	font-size: 8px;
	font-weight: 700;
}
@media (min-width: 768px) {
	.counter {
		width: 14px;
		height: 14px;
		font-size: 9px;
	}
}
@media (min-width: 1280px) {
	.counter {
		top: 2px;
		right: -7px;
		width: 18px;
		height: 18px;
		font-size: 12px;
	}
}
.header__logo {
	position: relative;
	display: none;
}
@media (min-width: 768px) {
	.header__logo {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0 8px;
	}
}
@media (min-width: 1024px) {
	.header__logo {
		gap: 0 10px;
	}
}
@media (min-width: 1366px) {
	.header__logo {
		gap: 0 15px;
	}
}
@media (min-width: 768px) {
	.header__icon {
		width: 39px;
		height: 34px;
		transform: translate(0, 2px);
	}
}
@media (min-width: 1024px) {
	.header__icon {
		transform: translate(0, -1px);
	}
}
@media (min-width: 1280px) {
	.header__icon {
		transform: translate(0, -5px);
	}
}
@media (min-width: 1366px) {
	.header__icon {
		width: 41px;
		height: 45px;
		transform: translate(3px, -3px);
	}
}
@media (min-width: 1440px) {
	.header__icon {
		width: 42px;
		height: 37px;
	}
}
@media (min-width: 768px) {
	.header__text {
		color: #787e84;
		font-weight: 600;
		font-size: 12px;
		line-height: 14px;
	}
}
@media (min-width: 1024px) {
	.header__text {
		font-size: 13px;
		line-height: 18px;
		transform: translate(0, -1px);
	}
}
@media (min-width: 1280px) {
	.header__text {
		transform: translate(0, -4px);
		font-size: 14px;
		line-height: 17px;
	}
}
@media (min-width: 1366px) {
	.header__text {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.1px;
		transform: translate(0, -3px);
	}
}
.header__buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
@media (min-width: 768px) {
	.header__buttons {
		gap: 10px;
	}
}
/* @media (max-width: 768px) {
    .header__buttons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: calc(100% - 51px);
    }
} */
@media (min-width: 1280px) {
	.header__buttons {
		gap: 20px;
	}
}
.partners-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 41px;
	padding: 6px 13px 6px 9px;
	transition: 0.3s;
	box-shadow: 0 4px 10px rgba(245, 160, 181, 0.5);
	border-radius: 35px;
	color: #fff;
	background-color: #f5a0b5;
}
.partners-btn:hover {
	background-color: #f16e8e;
}
.partners-btn:active {
	transform: scale(1.05);
}
@media (min-width: 768px) {
	.partners-btn {
		padding: 5px 7px;
		height: 35px;
	}
}
@media (min-width: 1024px) {
	.partners-btn {
		gap: 5px;
		padding: 4px 13px 5px 9px;
	}
}
@media (min-width: 1280px) {
	.partners-btn {
		gap: 9px;
		height: 41px;
		padding: 7px 21px 7px 11px;
	}
}
.partners-btn svg {
	width: 34px;
	height: 26px;
}
@media (min-width: 768px) {
	.partners-btn svg {
		width: 32px;
		height: 25px;
	}
}
@media (min-width: 1024px) {
	.partners-btn svg {
		width: 29px;
		height: 22px;
	}
}
@media (min-width: 1280px) {
	.partners-btn svg {
		width: 34px;
		height: 26px;
	}
}
.partners-btn__text {
	color: inherit;
	font-weight: 700;
	letter-spacing: 0.03em;
	font-size: 12px;
	line-height: 14px;
	display: inline;
}
@media (min-width: 768px) {
	.partners-btn__text {
		display: none;
	}
}
@media (min-width: 1024px) {
	.partners-btn__text {
		display: inline;
		font-size: 12px;
		line-height: 13px;
	}
}
@media (min-width: 1280px) {
	.partners-btn__text {
		font-size: 14px;
		line-height: 14px;
	}
}
.partners-btn.partners-btn--video {
	background-color: #b6d2e6;
	box-shadow: 0 4px 10px rgba(109, 165, 205, 0.4);
	padding: 6px 12px;
}
.partners-btn.partners-btn--video:hover {
	background-color: #6da5cd;
}
@media (min-width: 768px) {
	.partners-btn.partners-btn--video {
		padding: 5px 7px;
	}
}
@media (min-width: 1024px) {
	.partners-btn.partners-btn--video {
		padding: 4px 14px 5px 13px;
	}
}
@media (min-width: 1280px) {
	.partners-btn.partners-btn--video {
		padding: 7px 20px 7px 15px;
	}
}
.button-cart:hover .button-cart__icon::before {
	transition: 0.4s;
	transform: rotate(30deg);
}
.button-cart .icon-cart {
	fill: #6da5cd;
	stroke: #6da5cd;
}
.button-cart .counter {
	background-color: #f5a0b5;
}
@media (min-width: 768px) {
	.button-cart {
		display: flex;
		align-items: center;
		gap: 0 8px;
	}
}
@media (min-width: 1024px) {
	.button-cart {
		gap: 0 10px;
	}
}
@media (min-width: 1280px) {
	.button-cart {
		gap: 0 12px;
	}
}
.button-cart__icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #fff;
	transition: 0.4s;
}
.button-cart__icon .icon-cart {
	width: 16px;
	height: 20px;
}
.button-cart__icon::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(../../img/icons/circle-blue.svg);
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
	transition: 0.4s;
	transform: rotate(0);
}
@media (min-width: 768px) {
	.button-cart__icon {
		width: 35px;
		height: 35px;
		background-color: #f9f9f9;
	}
	.button-cart__icon .icon-cart {
		width: 16px;
		height: 19px;
	}
	.button-cart__icon::before {
		width: 35px;
		height: 35px;
	}
}
@media (min-width: 1280px) {
	.button-cart__icon {
		width: 47px;
		height: 47px;
	}
	.button-cart__icon .icon-cart {
		width: 24px;
		height: 27px;
	}
	.button-cart__icon::before {
		width: 47px;
		height: 47px;
	}
}
@media (min-width: 1366px) {
	.button-cart__icon {
		width: 47px;
		height: 47px;
	}
	.button-cart__icon .icon-cart {
		width: 24px;
		height: 28px;
	}
}
.button-cart__text {
	display: none;
}
@media (min-width: 1024px) {
	.button-cart__text {
		display: inline;
		align-self: center;
		color: #f5a0b5;
		text-transform: uppercase;
		letter-spacing: 1.7px;
		font-weight: 400;
		font-size: 14px;
		line-height: 19px;
	}
}
@media (min-width: 1280px) {
	.button-cart__text {
		transform: translate(-1px, 2px);
	}
}
@media (min-width: 1366px) {
	.button-cart__text {
		transform: translate(-1px, 2px);
	}
}
@media (max-width: 1365px) {
	.contact-us {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.contact-us:hover .contact-us__icon::before {
		transform: rotate(30deg);
		transition: 0.4s;
	}
	.contact-us .icon-mail {
		fill: #a4a4a4;
		stroke: #a4a4a4;
	}
	.contact-us .contact-us__text {
		display: none;
	}
	.contact-us__icon {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		background-color: #fff;
		transition: 0.4s;
	}
	.contact-us__icon .icon-mail {
		width: 17px;
		height: 12px;
	}
	.contact-us__icon::before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 32px;
		height: 32px;
		background-image: url(../../img/ab2/v1/circle-gray.svg);
		background-size: cover;
		background-repeat: no-repeat;
		content: "";
		transition: 0.4s;
	}
}
@media (max-width: 1365px) and (min-width: 768px) {
	.contact-us__icon {
		width: 35px;
		height: 35px;
	}
	.contact-us__icon .icon-mail {
		width: 19px;
		height: 13px;
	}
	.contact-us__icon::before {
		width: 35px;
		height: 35px;
	}
}
@media (max-width: 1365px) and (min-width: 1280px) {
	.contact-us__icon {
		width: 47px;
		height: 47px;
	}
	.contact-us__icon .icon-mail {
		width: 25px;
		height: 18px;
	}
	.contact-us__icon::before {
		width: 47px;
		height: 47px;
	}
}
@media (min-width: 1366px) {
	.contact-us {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content;
		border-radius: 35px;
		background-color: #fff;
		box-shadow: 3px 5px 15px rgba(62, 128, 174, 0.25);
		gap: 0 8px;
		grid-template-rows: 1fr;
		padding: 12px 16px 11px 14px;
	}
	.contact-us:hover {
		box-shadow: 3px 5px 15px rgba(245, 160, 181, 0.3);
	}
	.contact-us:hover .contact-us__icon svg {
		fill: #f5a0b5;
	}
	.contact-us::after {
		position: absolute;
		right: -5px;
		bottom: 1px;
		width: 16px;
		height: 15px;
		background-image: url(../../img/icons/chat-pin.svg);
		background-repeat: no-repeat;
		content: "";
	}
}
.contact-us__text {
	color: #727272;
	font-weight: 500;
	line-height: 17px;
}
@media (min-width: 1024px) {
	.contact-us__text {
		font-size: 12px;
		line-height: 14.63px;
	}
}
@media (min-width: 1280px) {
	.contact-us__text {
		font-size: 14px;
		line-height: 17.07px;
	}
}
.contact-us__icon {
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-us__icon svg {
	fill: #6da5cd;
}
.contact-us__icon .icon-mail {
	width: 17.02px;
	height: 12.26px;
}
@media (min-width: 768px) {
	.contact-us__icon .icon-mail {
		width: 18.62px;
		height: 13.37px;
	}
}
@media (min-width: 1024px) {
	.contact-us__icon .icon-mail {
		width: 21.18px;
		height: 15.25px;
	}
}
@media (min-width: 1280px) {
	.contact-us__icon .icon-mail {
		width: 25px;
		height: 18px;
	}
}
.logo__img {
	display: block;
	width: 125px;
	height: 30px;
}
@media (min-width: 768px) {
	.logo__img {
		width: 141px;
		height: 31px;
	}
}
@media (min-width: 1024px) {
	.logo__img {
		width: 175px;
		height: 47px;
	}
}
@media (min-width: 1280px) {
	.logo__img {
		width: 206px;
		height: 50px;
	}
}
.header-popup {
	position: absolute;
	top: 65px;
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
	padding: 15px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 10px 25px rgba(62, 128, 174, 0.5);
}
@media (min-width: 440px) {
	.header-popup {
		padding: 15px;
	}
}
@media (min-width: 768px) {
	.header-popup {
		top: 75px;
		padding: 25px 20px 25px 25px;
	}
}
@media (min-width: 1024px) {
	.header-popup {
		top: 82px;
		padding: 25px 4px 36px 25px;
	}
}
.header-popup {
	width: 100%;
	color: #787e84;
}
.header-popup p {
	text-align: center;
}
.header-popup .header-popup__title {
	text-align: left;
}
@media (min-width: 440px) {
	.header-popup {
		width: 400px;
	}
}
.favorites-popup {
	z-index: 12;
}
.favorites-popup .header-popup__list {
	margin-bottom: 35px;
}
.favorites-popup {
	right: 0;
}
@media (min-width: 768px) {
	.favorites-popup {
		right: 0;
		left: auto;
	}
}
.cart-popup {
	z-index: 12;
}
.cart-popup {
	right: 0;
	left: auto;
}
@media (min-width: 768px) {
	.cart-popup {
		right: 0;
	}
}
@media (min-width: 1280px) {
	.cart-popup {
		right: -2px;
	}
}
.header-popup::before {
	position: absolute;
	top: -10px;
	content: "";
	border-right: 20px solid transparent;
	border-bottom: 20px solid #fff;
	border-left: 20px solid transparent;
}
.favorites-popup::before {
	right: 36px;
}
@media (min-width: 768px) {
	.favorites-popup::before {
		right: auto;
		left: 306px;
	}
}
@media (min-width: 1024px) {
	.favorites-popup::before {
		right: 87px;
		left: auto;
	}
}
@media (min-width: 1280px) {
	.favorites-popup::before {
		right: 105px;
	}
}
@media (min-width: 1366px) {
	.favorites-popup::before {
		right: 211px;
	}
}
.cart-popup::before {
	right: 37px;
	left: auto;
}
@media (min-width: 768px) {
	.cart-popup::before {
		right: auto;
		left: 354px;
	}
}
@media (min-width: 1024px) {
	.cart-popup::before {
		left: 347px;
	}
}
@media (min-width: 1280px) {
	.cart-popup::before {
		left: 340px;
	}
}
@media (min-width: 1366px) {
	.cart-popup::before {
		left: 233px;
	}
}
.header-popup .button-model {
	width: 100%;
	height: auto;
	padding: 15px;
	background-color: #6da5cd;
	box-shadow: 0 10px 30px rgba(109, 165, 205, 0.5);
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #fff;
	transition: 0.3s;
}
.header-popup .button-model:hover {
	background-color: #f5a0b5;
	box-shadow: 0 10px 30px rgba(231, 116, 143, 0.4);
}
@media (min-width: 1024px) {
	.header-popup .button-model {
		width: calc(100% - 20px);
	}
}
@media (min-width: 1280px) {
	.header-popup .button-model {
		font-size: 18px;
		font-size: 20px;
		line-height: 28px;
	}
}
.header-popup__list {
	display: grid;
	overflow-y: auto;
	max-height: 300px;
	margin-bottom: 25px;
	overflow-x: hidden;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	gap: 30px 0;
}
.header-popup__list::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	cursor: pointer;
	background-color: transparent;
}
.header-popup__list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #e0e0e0;
}
@media (min-width: 768px) {
	.header-popup__list {
		margin-bottom: 48px;
	}
}
@-moz-document url-prefix() {
	.header-popup__list {
		scrollbar-width: thin;
		scrollbar-color: #e0e0e0 transparent;
	}
	@media (min-width: 768px) {
		.header-popup__list {
			margin-right: -15px;
			padding-right: 20px;
		}
	}
	@media (min-width: 1024px) {
		.header-popup__list {
			margin-right: 0;
		}
	}
}
.header-popup__item {
	position: relative;
	display: grid;
	grid-template-columns: 75px 140px 128px;
	grid-template-rows: 75px;
	gap: 30px 15px;
}
.header-popup__item::after {
	position: absolute;
	right: 15px;
	bottom: -15px;
	width: calc(100% - 89px);
	height: 0.8px;
	content: "";
	background-color: rgba(0, 0, 0, 0.1);
}
.header-popup__item:last-child::after {
	display: none;
}
@media (min-width: 320px) and (max-width: 440px) {
	.header-popup__item {
		gap: 15px 5px;
		padding-right: 15px;
		grid-template-columns: 75px auto 105px;
	}
	.header-popup__item img {
		align-self: center;
		justify-self: center;
	}
}
@-moz-document url-prefix() {
	.header-popup__item::after {
		right: 5px;
		width: calc(100% - 79px);
	}
	@media (min-width: 1280px) {
		.header-popup__item::after {
			width: calc(100% - 69px);
			right: -6px;
		}
	}
}
.header-popup__img {
	border-radius: 8px;
	overflow: hidden;
}
.header-popup__title {
	overflow-x: hidden;
	align-self: center;
	margin-left: 0;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #787e84;
}
@media (min-width: 320px) and (max-width: 440px) {
	.header-popup__title {
		margin-left: 0;
	}
}
@-moz-document url-prefix() {
	.header-popup__title {
		margin-left: 0;
	}
}
.header-popup__price {
	display: grid;
	align-items: center;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr -webkit-max-content;
	grid-template-columns: 1fr max-content;
	gap: 8px 10px;
}
.header-popup__price .discount {
	width: 36px;
	height: 19px;
	font-size: 12px;
	line-height: 12px;
	transform: translate(5px, 2px);
	padding: 0;
	grid-area: 1/1/2/2;
	justify-self: start;
}
.header-popup__price .old-price {
	transform: translate(5px, 3px);
	font-size: 16px;
	line-height: 24px;
	grid-area: 1/2/2/3;
}
.header-popup__price .old-price ~ .price {
	align-self: start;
	transform: translate(3px, 0);
	grid-area: 2/1/3/3;
	justify-self: end;
}
.header-popup__price .price {
	align-self: center;
	transform: translate(3px, 1px);
	font-size: 20px;
	line-height: 20px;
	justify-self: end;
	grid-area: 1/1/3/3;
}
.cart-popup .header-popup__list {
	margin-bottom: 25px;
}
.header-popup__final-price {
	display: grid;
	align-items: center;
	margin-right: 22px;
	margin-bottom: 37px;
	grid-template-columns: auto -webkit-max-content;
	grid-template-columns: auto max-content;
	gap: 0 33px;
	justify-items: end;
}
.header-popup__final-price .price {
	font-size: 29px;
}
.header-popup__final-price span {
	transform: translate(0, 3px);
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #787e84;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 700;
	line-height: 36px;
}
.header {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	background-color: #fff;
}
.header--scrolled {
	box-shadow: 0 5px 15px rgba(62, 128, 174, 0.4);
}
.header-wrapper {
	position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
	.header-wrapper {
		display: flex;
		justify-content: flex-end;
		padding-top: 9px;
		padding-bottom: 9px;
		gap: 15px 8px;
		flex-wrap: wrap;
	}
	.header-wrapper .logo {
		order: -999;
		margin-right: auto;
		margin-left: 0;
		transform: translate(0, 8px);
		/* width: calc(100% - 331px); */
	}
	.header-wrapper .header__buttons {
		order: 0;
	}
	.header-wrapper .open-mobile-menu {
		order: -9999;
	}
	.header-wrapper .button-login,
	.header-wrapper .ab9v2-subscribe-link {
		z-index: 11;
	}
	.header-wrapper .button-login .icon-login circle,
	.header-wrapper .button-login .icon-login path {
		stroke: #6da5cd;
	}
	.header-wrapper .contact-us {
		margin: 0;
		z-index: 11;
	}
	.header-wrapper .button-favorites {
		order: 8;
		z-index: 11;
	}
	.header-wrapper .button-cart {
		order: 0;
		z-index: 11;
	}
	/* .partners-btn {
	    background-color: #fff;
	    border: 1px solid #f5a0b5;
	    color: #f5a0b5;
	    box-shadow: 0px 4px 10px rgba(245, 160, 181, 0.5);
	}
	.partners-btn.partners-btn--video {
	    background-color: #fff;
	    border: 1px solid #6da5cd;
	    color: #6da5cd;
	    box-shadow: 0px 4px 10px rgba(109, 165, 205, 0.4);
	}
	.partners-btn:hover {
	    color: #fff;
	} */
}
@media (min-width: 768px) {
	.header-wrapper {
		display: flex;
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.header-wrapper .header__logo {
		margin-right: 14px;
		flex-shrink: 0;
	}
	.header-wrapper .header__buttons {
		margin-right: 30px;
	}
	.header-wrapper .logo {
		margin-right: 121px;
		transform: translateY(4px);
		flex-shrink: 0;
	}
	.header-wrapper .button-login {
		margin-right: 10px;
		flex-shrink: 0;
	}
	.header-wrapper .contact-us {
		margin-right: 0;
		margin-left: 10px;
		order: 999;
	}
	.header-wrapper .button-favorites {
		order: 8;
		margin-right: 10px;
	}
	.header-wrapper .button-cart {
		order: 9;
	}
}
@media (min-width: 1024px) {
	.header-wrapper .header__logo {
		margin-right: 12px;
	}
	.header-wrapper .header__buttons {
		margin-right: 12px;
	}
	.header-wrapper .logo {
		margin-right: 12px;
	}
	.header-wrapper .button-login {
		flex-shrink: 0;
		margin-right: 10px;
		transform: translateY(6px);
	}
}
@media (min-width: 1280px) {
	.header-wrapper {
		padding-top: 14px;
		padding-bottom: 16px;
	}
	.header-wrapper .header__logo {
		margin-right: 17px;
		transform: translateY(5px);
	}
	.header-wrapper .header__buttons {
		margin-right: 27px;
		transform: translateY(1px);
	}
	.header-wrapper .logo {
		margin-right: 12px;
		transform: translateY(5px);
	}
	.header-wrapper .button-login {
		margin-right: 16px;
		transform: translateY(6px);
	}
	.header-wrapper .button-favorites {
		margin-right: 12px;
	}
	.header-wrapper .contact-us {
		margin-right: 0;
		margin-left: 12px;
		order: 999;
	}
}
@media (min-width: 1366px) {
	.header-wrapper {
		padding-bottom: 14px;
	}
	.header-wrapper .header__logo {
		margin-right: 46px;
		transform: translateY(5px);
	}
	.header-wrapper .header__buttons {
		margin-right: 40px;
		transform: translateY(1px);
	}
	.header-wrapper .logo {
		margin-right: 24px;
		transform: translateY(4px);
	}
	.header-wrapper .button-login {
		height: 41px;
		margin-right: 15px;
		transform: translateY(6px);
	}
	.header-wrapper .button-favorites {
		margin-right: 10px;
		transform: translateY(2px);
		order: inherit;
	}
	.header-wrapper .button-cart {
		transform: translateY(2px);
		order: inherit;
	}
	.header-wrapper .contact-us {
		margin-right: 0;
		margin-left: auto;
		transform: translateY(6px);
	}
}
.header .container {
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.header .container {
		box-sizing: content-box;
	}
}
.button-login {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	border: 1px solid #b6d2e6;
	border-radius: 50%;
	color: #6da5cd;
	transition: 0.3s;
}
@media (min-width: 768px) {
	.button-login {
		height: 35px;
		width: 35px;
	}
}
@media (min-width: 1024px) {
	.button-login {
		width: 85px;
		height: 35px;
		border-radius: 35px;
		gap: 6px;
	}
	.button-login:hover {
		background-color: #b6d2e6;
		box-shadow: 0 5px 20px rgba(109, 165, 205, 0.5);
		color: #fff;
	}
	.button-login:hover .button-login__text {
		color: #fff;
	}
	.button-login:active,
	.button-login:focus {
		border-color: #b6d2e6;
	}
}
@media (min-width: 1280px) {
	.button-login {
		width: 100px;
		height: 41px;
		gap: 6px;
	}
}
.icon-login {
	width: 12px;
	height: 15px;
}
@media (min-width: 768px) {
	.icon-login {
		width: 14px;
		height: 16px;
	}
}
@media (min-width: 1280px) {
	.icon-login {
		width: 20px;
		height: 20px;
	}
}
.button-login__text {
	display: none;
}
@media (min-width: 1024px) {
	.button-login__text {
		display: block;
		color: #727272;
		font-weight: 700;
		transition: 0.3s;
		font-size: 14px;
		line-height: 17px;
	}
}
@media (min-width: 1280px) {
	.button-login__text {
		font-size: 16px;
		line-height: 20px;
	}
}
@media (min-width: 1366px) {
	.button-login__text {
		font-size: 14px;
		line-height: 17px;
	}
}
.open-mobile-menu {
	display: none;
}
@media (max-width: 767px) {
	.open-mobile-menu {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		background: #fff;
		border: 2px solid #6da5cd;
		flex-shrink: 0;
		box-shadow: 0 4px 10px rgba(109, 165, 205, 0.4);
	}
	.open-mobile-menu span {
		display: block;
		width: 13px;
		height: 2px;
		background-color: #6da5cd;
		position: relative;
		border-radius: 4px;
	}
	.open-mobile-menu span::after,
	.open-mobile-menu span::before {
		position: absolute;
		content: "";
		width: 100%;
		width: 13px;
		height: 2px;
		background-color: #6da5cd;
		display: block;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 4px;
	}
	.open-mobile-menu span::before {
		top: -5px;
	}
	.open-mobile-menu span::after {
		top: 5px;
	}
}
@media (max-width: 767px) {
	/* .header--scrolled .header__buttons {
        display: none;
    } */
	.header--scrolled .logo {
		transform: translate(0, 8px);
		width: auto;
	}
}
@media (max-width: 768px) {
	.header-nav {
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
	}
}
@media (max-width: 768px) {
	.header-nav__wrapper {
		background-color: #fff;
		padding-top: 66px;
		padding-bottom: 30px;
		box-shadow: 0 10px 25px rgba(109, 165, 205, 0.4);
		position: relative;
		z-index: 10;
	}
}
.header-nav__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background-color: transparent;
	z-index: 9;
}
@media (max-width: 768px) {
	.header-nav__close {
		position: fixed;
		left: 15px;
		top: 9px;
		z-index: 11;
		width: 32px;
		height: 32px;
		background-color: #6da5cd;
		border-radius: 50%;
		box-shadow: 0 4px 10px rgba(109, 165, 205, 0.4);
	}
	.header-nav__close::after,
	.header-nav__close::before {
		position: absolute;
		content: "";
		width: 17px;
		height: 3px;
		border-radius: 3px;
		background-color: #fff;
		top: 50%;
		left: 50%;
		pointer-events: none;
	}
	.header-nav__close::before {
		transform: translate(-50%, -50%) rotate(135deg);
	}
	.header-nav__close::after {
		transform: translate(-50%, -50%) rotate(-135deg);
	}
}
@media (max-width: 768px) {
	.header-nav__tabs {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 30px;
	}
	.header-nav__tabs .header-nav__tab:nth-child(1) {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	.header-nav__tabs .header-nav__tab:nth-child(2) {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
		border-left: unset;
	}
}
@media (max-width: 768px) {
	.header-nav__tab {
		border: 1px solid #f5a0b5;
		font-size: 12px;
		line-height: 12px;
		text-transform: uppercase;
		color: #f5a0b5;
		font-weight: 600;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 35px;
		position: relative;
	}
}
@media (max-width: 768px) {
	.header-nav__tab.active {
		background-color: #f16e8e;
		border-color: #f16e8e;
		color: #fff;
	}
	.header-nav__tab.active::before {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #f16e8e;
		bottom: -7px;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media (max-width: 768px) {
	.header-nav__tab-content ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
}
@media (max-width: 768px) {
	.header-nav__link {
		font-weight: 600;
		font-size: 14px;
		line-height: 28px;
		letter-spacing: 1px;
		text-transform: uppercase;
		text-align: center;
		color: #6da5cd;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
	.header-wrapper .contact-us,
	.header-wrapper .button-login {
		transform: unset;
	}
}

.button-cart.pulse .icon-cart {
	fill: #f5a0b5;
	stroke: #f5a0b5;
}

.button-cart.pulse .button-cart__icon {
	position: relative;
}
.button-cart.pulse .button-cart__icon::before {
	background-image: url(../../img/icons/circle-pink.svg);
}

@keyframes ping {
	75%,
	to {
		transform: scale(1.6);
		opacity: 0;
	}
}

.button-cart.pulse .button-cart__icon::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background-color: #f5a0b5;
	z-index: -1;
	animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.logo__img {
	display: block;
}
.logo__img--mob {
	display: none;
}
@media (max-width: 768px) {
	.header-wrapper .button-favorites {
		display: none;
	}
	.logo__img {
		display: none;
	}
	.logo__img--mob {
		display: block;
		width: 54px;
		height: 22px;
	}
}

.ab9v2-subscribe-link {
	width: 220px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	transition: 0.3s;
	background: #f495ac;
	box-shadow: 0px 4px 10px rgba(245, 160, 181, 0.5);
	border-radius: 50px;
	flex-shrink: 0;
}
.ab9v2-subscribe-link:hover {
	background: #dc879c;
}
.ab9v2-subscribe-link img {
	width: 22px;
	height: 18px;
}
.ab9v2-subscribe-link__inner {
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
}
@media (min-width: 768px) {
	.ab9v2-subscribe-link {
		width: 35px;
		height: 35px;
		border-radius: 50%;
		margin-right: 10px;
	}
	.ab9v2-subscribe-link img {
	}
	.ab9v2-subscribe-link__inner {
		display: none;
	}
}
@media (min-width: 1024px) {
	.ab9v2-subscribe-link {
		width: 220px;
		gap: 6px;
		border-radius: 50px;
		transform: translateY(6px);
		margin-right: 12px;
	}
	.ab9v2-subscribe-link img {
	}
	.ab9v2-subscribe-link__inner {
		display: block;
		font-weight: 700;
		font-size: 12px;
		line-height: 13px;
	}
}
@media (min-width: 1280px) {
	.ab9v2-subscribe-link {
		width: 240px;
		height: 41px;
		transform: translateY(6px);
		margin-right: 20px;
	}
	.ab9v2-subscribe-link img {
	}
	.ab9v2-subscribe-link__inner {
		font-size: 13px;
		line-height: 14px;
	}
}
@media (min-width: 1366px) {
	.ab9v2-subscribe-link {
		height: 41px;
		width: 270px;
		transform: translateY(6px);
		margin-right: 20px;
	}
	.ab9v2-subscribe-link img {
		width: 28px;
		height: 22px;
	}
	.ab9v2-subscribe-link__inner {
		font-weight: 800;
		font-size: 14px;
		line-height: 17px;
	}
}

.button-cart .button-cart__text {
	display: none;
}

/* PROGRESS LINE FOR MOBILE DEVICES */
progress {
	display: none;
}
@media (max-width: 768px) {
	.header {
		top: 2px;
	}
	progress {
		position: fixed;
		display: block;
		left: 0;
		top: 0;
		width: 100%;
		height: 5px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		background: #fff;
		color: #f5a0b5;
		z-index: 100;
	}
	progress::-webkit-progress-bar {
		background: transparent;
		border-radius: 5px;
	}
	progress::-webkit-progress-value {
		background: #f5a0b5;
		border-radius: 5px;
	}
	progress::-moz-progress-bar {
		background: #f5a0b5;
		border-radius: 5px;
	}
	.progress-container {
		width: 100%;
		background: transparent;
		position: fixed;
		top: 0;
		left: 0;
		height: 5px;
		display: block;
	}
	.progress-bar {
		background: #f5a0b5;
		width: 0%;
		display: block;
		height: inherit;
	}
}
@media (max-width: 768px) {
	.button-login {
		z-index: 11;
		position: relative;
	}
	.partners-btn {
		max-width: 45px;
		padding: 6px;
	}
	.partners-btn__text {
		display: none;
	}
	.partners-btn {
		height: 32px;
	}
	.partners-btn svg {
		width: 29px;
		height: 19px;
	}
	.ab9v2-subscribe-link {
		width: 32px;
		height: 32px;
		border-radius: 50%;
		margin-right: 0;
	}
	.ab9v2-subscribe-link__inner {
		display: none;
	}
}
.header-contacts-reserve {
	display: none;
}
@media (min-width: 320px) and (max-width: 346px) {
	.header-nav .header-contacts-reserve {
		display: none;
	}
	.header--scrolled .header-nav .header-contacts-reserve {
		display: flex;
	}
	.header-contacts-reserve {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: -webkit-min-content;
		height: -moz-min-content;
		height: min-content;
		border-radius: 35px;
		background-color: #fff;
		box-shadow: 3px 5px 15px rgb(62 128 174 / 25%);
		gap: 0 8px;
		grid-template-rows: 1fr;
		padding: 12px 16px 11px 14px;
		margin-bottom: 12px;
		margin-top: -12px;
	}
	.header-contacts-reserve svg {
		width: 25px;
		height: 18px;
		fill: #6da5cd;
	}
	.header-contacts-reserve span {
		color: #727272;
		font-weight: 500;
		font-size: 14px;
		line-height: 17.07px;
	}
	.header--scrolled .cart-popup::before {
		right: 0;
	}
}
/* .header-contacts-reserve */

@media (max-width: 346px) {
	.contact-us {
		display: none;
	}
}
