/* 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: 30px;
}
.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;
	padding: 0;
	list-style: none;
}
.header-new .menu-list > ul > li {
	position: relative;
}
.header-new .menu-list > ul > li > a {
	padding: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #666 !important;
	transition: all .2s ease-in-out;
}
.header-new .menu-list > ul > li > a:hover,
.header-new .menu-list > ul > li.active > a {
	color: #000 !important;
}
.header-new .menu-list > ul > li > ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
}


/* 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: 395px;
		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;
}