/* New header */

.header-new .header-top {
	padding: 20px 0;
	background: #fff;
	border-bottom: solid 1px #E5E5E5;
}
.header-new .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 45px;
	position: relative;
}
.header-new .logo {
	display: flex;
	align-items: center;
	gap: 30px;
}
.header-new .contacts {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
.header-new .phone-item + .phone-item,
.header-new .email-item + .email-item {
	margin: 4px 0 0;
}
.header-new .phone-item a,
.header-new .email-item a {
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	color: #666;
	transition: all .2s ease-in-out;
}
.header-new .phone-item a:hover,
.header-new .email-item a:hover {
	color: #000;
}
.header-new .phone-item a span,
.header-new .email-item a span {
	line-height: 16px;
}
.header-new .button-item a {
	display: block;
	width: 290px;
	height: 50px;
	padding: 15px 5px;
	background: #202020;
	border: solid 1px #202020;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.4em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	transition: all .2s ease-in-out;
}
.header-new .button-item a:hover {
	background-color: #fff;
	border-color: #202020;
	color: #202020;
}
.header-new .header-bottom {
	background: #fff;
}
.header-new .menu-list > ul {
	display: flex;
	align-items: center;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}
.header-new .menu-list > ul > li {
	position: relative;
}
.header-new .menu-list > ul > li > a {
	position: relative;
	display: flex;
	align-items: center;
	height: 62px;
	padding: 9px 10px 11px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #666 !important;
	transition: all .2s ease-in-out;
}
.header-new .menu-list > ul > li > a svg {
	position: relative;
	top: 1px;
	display: inline-block;
	margin-left: 5px;
	transition: transform .2s ease-in-out;
}
.header-new .menu-list > ul > li.active > a::after {
	position: absolute;
	bottom: 19px;
	left: 10px;
	right: 10px;
	display: block;
	height: 1px;
	background: #000;
	content: "";
}
.header-new .menu-list > ul > li:hover > a,
.header-new .menu-list > ul > li.active > a {
	color: #000 !important;
}
.header-new .menu-list > ul > li:hover > a svg {
	transform: rotate(180deg);
}
.header-new .menu-list > ul > li:hover > a path,
.header-new .menu-list > ul > li.active > a path {
	fill: #000 !important;
}
.header-new .menu-list > ul > li > ul {
	position: absolute;
	top: 100%;
	left: -20px;
	display: none;
	margin: 0;
	padding: 30px;
	list-style: none;
	background: #fff;
	box-shadow: 0px 4px 15px 0px #20202026;
	z-index: 3;
}
.header-new .menu-list > ul > li:hover > ul {
	display: block;
}
.header-new .menu-list > ul > li > ul > li + li {
	margin: 26px 0 0;
}
.header-new .menu-list > ul > li > ul > li > a {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #666 !important;
	white-space: nowrap;
	transition: all .2s ease-in-out;
}
.header-new .menu-list > ul > li > ul > li > a img {
	margin-right: 10px;
}
.header-new .menu-list > ul > li > ul > li {
	padding: 0 0 3px;
	border-bottom: solid 1px transparent;
}
.header-new .menu-list > ul > li > ul > li.active {
	border-bottom: solid 1px #000;
}
.header-new .menu-list > ul > li > ul > li:hover > a,
.header-new .menu-list > ul > li > ul > li.active > a {
	color: #000 !important;
}
.header-new .widget {
	display: flex;
	align-items: center;
	gap: 30px;
}
.header-new .widget-item .icon {
	position: relative;
	display: block;
	height: 62px;
	padding: 14px 0 11px;
	text-align: center;
	cursor: pointer;
}
.header-new .widget-item .icon small {
	position: absolute;
	top: 9px;
	left: 50%;
	min-width: 14px;
	padding: 1px 4px;
	background: #EE4B55;
	border-radius: 15px;
	font-weight: 400;
	font-size: 9px;
	line-height: 13px;
	text-align: center;
	color: #fff;
}
.header-new .widget-item .icon span {
	display: block;
	font-weight: 600;
	font-size: 12px;
	line-height: 13px;
	color: #666;
	transition: all .2s ease-in-out;
}
.header-new .user {
	width: 47px;
}
.header-new .favorite .icon small {
	margin-left: 4px;
}
.header-new .widget-item .icon span + svg {
	display: none;
}
.header-new .widget-item .icon path {
	transition: all .2s ease-in-out;
}
.header-new .widget-item:hover .icon span {
	color: #000;
}
.header-new .search:hover .icon path,
.header-new .favorite:hover .icon path,
.header-new .basket:hover .icon path {
	stroke: #000;
}
.header-new .user:hover .icon path {
	fill: #000;
}
.header-new .nav__search {
	top: 0px;
	padding: 9px 0;
	max-width: 290px;
	z-index: 100;
}
.header-new .nav__search.open {
    -webkit-transform: translate(0%);
    transform: translate(0%);
}
.header-new .nav__search .input {
	height: 44px;
}
.header-new .nav__search_btn {
	height: 44px;
}
.header-new .nav__search_close {
	display: none;
}
.header-new .user {
	position: relative
}
.header-new .nav__user {
	position: absolute;
	top: 100%;
	left: -30px;
	display: none;
	margin: 0;
	padding: 30px;
	list-style: none;
	background: #fff;
	box-shadow: 0px 4px 15px 0px #20202026;
	z-index: 3;
}
.header-new .user:hover .nav__user {
	display: block;
}
.header-new .nav__user li + li {
	margin: 26px 0 0;
}
.header-new .nav__user li a {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #666 !important;
	white-space: nowrap;
	transition: all .2s ease-in-out;
}
.header-new .nav__user li a svg {
	margin-right: 10px;
}
.header-new .nav__user li {
	padding: 0 0 3px;
	border-bottom: solid 1px transparent;
}
.header-new .nav__user li:hover {
	border-bottom: solid 1px #000;
}
.header-new .nav__user li:hover > a {
	color: #000 !important;
}
@media (max-width: 1290px) {
	.header-new .menu-list > ul {
		margin: 0 -5px;
	}
	.header-new .menu-list > ul > li > a {
		padding: 9px 5px 11px;
	}
	.header-new .menu-list > ul > li.active > a::after {
		left: 5px;
		right: 5px;
	}
}


/* New header mobile */

.header-mobile,
.header-sidebar {
	display: none;
}
@media (max-width: 1200px) {
	.header-new {
		display: none;
	}
	.header-mobile,
	.header-sidebar {
		display: block;
	}
	body.moh {
		overflow: hidden;
	}
	body.fancybox-active {
		padding-right: 0 !important;
		overflow: hidden;
	}
	.body {
		min-height: 100dvh;
	}
	.fancybox-slide {
		height: auto;
	}
}
.header-mobile .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	position: relative;
}
.header-mobile .logo {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 15px 0;
}
.header-mobile .logo-image {
	height: 30px;
}
.header-mobile .logo-image img {
	height: 100%;
}
.header-mobile .user,
.header-mobile .favorite {
	display: none;
}
.header-mobile .widget {
	display: flex;
	align-items: center;
	gap: 30px;
}
.header-mobile .widget-item .icon {
	position: relative;
	display: block;
	height: 60px;
	padding: 20px 0;
	text-align: center;
}
.header-mobile .widget-item .icon small {
	position: absolute;
	top: 15px;
	left: 50%;
	min-width: 14px;
	padding: 1px 4px;
	background: #EE4B55;
	border-radius: 15px;
	font-weight: 400;
	font-size: 9px;
	line-height: 13px;
	text-align: center;
	color: #fff;
}
.header-mobile .widget-item .icon span {
	display: none;
}
.header-mobile .nav__search {
	top: 0px;
	max-width: 100%;
	z-index: 100;
}
.header-mobile .nav__search.open {
    -webkit-transform: translate(0%);
    transform: translate(0%);
}
.header-mobile .nav__search.open:before {
	display: block;
	height: 200vh;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	backdrop-filter: blur(10px);
	background: rgba(0, 0, 0, 0.3);
	transition: all .2s ease-in-out;
	content: "";
}
.header-mobile .nav__search .input {
	max-width: 100%;
	height: 50px;
	border: none;
	padding: 15px 50px 15px 15px;
}
.header-mobile .nav__search_btn {
	display: none;
}
.header-mobile .nav__search_close {
	position: absolute;
	top: 15px;
	right: 15px;
}
.header-sidebar {
	position: relative;
}
.header-sidebar .wrapper {
	position: absolute;
	top: -60px;
	right: 0;
	width: 300px;
	height: 100dvh;
	background: #fff;
    -webkit-transform: translateX(200%);
    transform: translate(200%);
	-webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
	z-index: 1000;
}
.header-sidebar.open .overlay {
	position: absolute;
	top: -60px;
	right: 0px;
	width: 100%;
	height: 100dvh;
	backdrop-filter: blur(10px);
	background: rgba(0, 0, 0, 0.3);
	transition: all .2s ease-in-out;
	z-index: 999;
}
.header-sidebar.open .wrapper {
    -webkit-transform: translate(0%);
    transform: translate(0%);
}
.header-sidebar .container {
	max-height: 100%;
	overflow-y: auto;
	-webkit-tap-highlight-color: transparent;
}
.header-sidebar .close {
	text-align: right;
	padding: 15px 0 20px;
}
.header-sidebar .menu {
	margin: 0 -15px 0 0;
}
.header-sidebar .menu-list > ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-sidebar .menu-list > ul > li {
	position: relative;
	padding: 12.5px 0;
	border-bottom: solid 1px #E5E5E5;
}
.header-sidebar .menu-list > ul > li > a {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	text-transform: uppercase;
	color: #666 !important;
	-webkit-tap-highlight-color: transparent;
}
.header-sidebar .menu-list > ul > li > a svg {
	position: absolute;
	top: 22px;
	right: 35px;
	display: inline-block;
	transition: transform .2s ease-in-out;
}
.header-sidebar .menu-list > ul > li.open > a svg {
	transform: rotate(180deg);
}
.header-sidebar .menu-list > ul > li.active > a {
	color: #000 !important;
}
.header-sidebar .menu-list > ul > li.active > a path {
	fill: #000 !important;
}
.header-sidebar .menu-list > ul > li > ul {
	display: none;
	width: 100%;
	margin: 0;
	padding: 12.5px 0 0 20px;
	list-style: none;
}
.header-sidebar .menu-list > ul > li.open > ul {
	display: block;
}
.header-sidebar .menu-list > ul > li > ul > li + li {
	margin: 10px 0 0;
}
.header-sidebar .menu-list > ul > li > ul > li > a {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	color: #666 !important;
}
.header-sidebar .menu-list > ul > li > ul > li > a img {
	margin-right: 15px;
}
.header-sidebar .menu-list > ul > li > ul > li.active > a {
	color: #000 !important;
}
.header-sidebar .widget-item {
	position: relative;
	padding: 12.5px 0;
	border-bottom: solid 1px #E5E5E5;
}
.header-sidebar .widget-item:last-child {
	border-bottom: none;
}
.header-sidebar .widget-item .icon {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	color: #666 !important;
}
.header-sidebar .widget-item .icon small {
	display: none;
}
.header-sidebar .widget-item .icon svg {
	width: 20px;
}
.header-sidebar .widget-item .icon span {
	margin-left: 17px !important;
}
.header-sidebar .widget-item .icon span + svg {
	position: absolute;
	top: 22px;
	right: 35px;
	display: inline-block;
	width: auto;
	transition: transform .2s ease-in-out;
}
.header-sidebar .widget-item.open .icon span + svg {
	transform: rotate(180deg);
}
.header-sidebar .widget-item ul {
	display: none;
	width: 100%;
	margin: 0;
	padding: 12.5px 0 0 20px;
	list-style: none;
}
.header-sidebar .widget-item.open ul {
	display: block;
}
.header-sidebar .widget-item ul li + li {
	margin: 10px 0 0;
}
.header-sidebar .widget-item ul li:nth-child(3) {
	display: none;
}
.header-sidebar .widget-item ul li a {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #666 !important;
	-webkit-tap-highlight-color: transparent;
}
.header-sidebar .widget-item ul li a svg {
	margin-right: 15px;
}
.header-sidebar .contacts {
	padding: 20px 0 15px;
}
.header-sidebar .phone,
.header-sidebar .email {
	margin: 0 0 20px;
}
.header-sidebar .phone-item,
.header-sidebar .email-item {
	margin: 0 0 10px;
}
.header-sidebar .phone-item a,
.header-sidebar .email-item a {
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	color: #666;
	transition: all .2s ease-in-out;
}
.header-sidebar .phone-item a span,
.header-sidebar .email-item a span {
	line-height: 16px;
}
.header-sidebar .button-item a {
	display: block;
	width: 100%;
	height: 50px;
	padding: 15px 5px;
	background: #202020;
	border: solid 1px #202020;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.4em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.header-sidebar .button-item a:hover {
	background-color: #fff;
	border-color: #000;
	color: #000;
}
.header-sidebar .address-item {
	max-width: 280px;
	margin: 20px 0 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #666;
}
@media (max-width: 340px) {
	.header-mobile .logo {
		gap: 15px;
	}
}


/* New footer */

.footer-new {
	padding: 60px 0;
	background: #000;
}
.footer-new .container {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer-new .menu {
	width: 100%;
	max-width: calc(100% - 440px);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
}
.footer-new .menu-title a {
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	color: #fff;
	transition: all .2s ease-in-out;
}
.footer-new .menu-title a:hover {
	color: #9a9a9a;
}
.footer-new .menu-title svg {
	display: none;
}
.footer-new .menu-list ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}
.footer-new .menu-list li {
	margin: 10px 0 0;
}
.footer-new .menu-list a {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	transition: all .2s ease-in-out;
}
.footer-new .menu-list a:hover {
	color: #9a9a9a;
}
.footer-new .contacts {
	width: 100%;
	max-width: 290px;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}
.footer-new .phone-item,
.footer-new .email-item {
	margin: 0 0 10px;
}
.footer-new .phone-item a,
.footer-new .email-item a {
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	color: #fff;
	transition: all .2s ease-in-out;
}
.footer-new .phone-item a:hover,
.footer-new .email-item a:hover {
	color: #9a9a9a;
}
.footer-new .phone-item a span,
.footer-new .email-item a span {
	line-height: 16px;
}
.footer-new .phone-item small,
.footer-new .email-item small {
	display: block;
	margin: 5px 0 0;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	color: #9a9a9a;
}
.footer-new .button {
	margin: 25px 0;
	width: 100%;
}
.footer-new .button-item a {
	display: block;
	width: 100%;
	height: 50px;
	padding: 15px 5px;
	background: #000;
	border: solid 1px #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.4em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	transition: all .2s ease-in-out;
}
.footer-new .button-item a:hover {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
.footer-new .address-item {
	max-width: 280px;
	margin: 0 0 25px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: right;
	color: #9a9a9a;
}
.footer-new .link-item a:hover path {
	fill: #9a9a9a;
}
@media (max-width: 1200px) {
	.footer-new .menu {
		max-width: calc(100% - 340px);
	}
}
@media (max-width: 991px) {
	.footer-new .container {
		flex-direction: column-reverse;
		gap: 25px;
	}
	.footer-new .menu {
		flex-direction: column;
		max-width: 100%;
	}
	.footer-new .menu-title svg {
		position: relative;
		top: -3px;
		display: inline-block;
		margin-left: 5px;
		transition: transform .2s ease-in-out;
	}
	.footer-new .menu-list ul {
		display: none;
	}
	.footer-new .open .menu-title svg {
		transform: rotate(180deg);
	}
	.footer-new .open .menu-list ul,
	.footer-new .opened .menu-list ul	{
		display: block;
	}
	.footer-new .contacts {
		max-width: 440px;
		align-items: flex-start;
	}
	.footer-new .address-item {
		text-align: left;
	}
}


/* Content page */

.delivery-payment h2 {
	font-weight: 700;
    font-size: 18px;
    line-height: 23px;
	text-transform: uppercase;
    color: #242424;
    margin-bottom: 15px;
}