/*
Theme name: WoW-Boost
Description: Boost
Author: Aleksandrlao
Author URI: https://alaoweb.top
*/


:root {
	--white: #fff;
	--black: #000;
	--blue: #050C25;
	--l-blue: #102785;
	--orange: #F1B131;
	--fiolet: #7016DF;
	--red: #F54140;
	--akva: #6CD5FD;
}



*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
html {
	font-size: 20px;
}
body {
	background: var(--blue) url("i/bg.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: var(--white);
	font: 0.8rem/1.5 'Inter', Arial, sans-serif;
}
body.nav-active {
	overflow: hidden;
}
.box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.container {
	width: 100%;
	min-width: 320px;
	max-width: 1320px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 0 auto;
	position: relative;
	border-top: 0 solid transparent;
}
.container::after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}


a {
	color: var(--akva);
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

input, 
textarea, 
select,
button {
	font-family: 'Inter', Arial, sans-serif;
}
input.error {
	color: #f00 !important;
	border: 1px solid #f00 !important;
}
input.valid {
	border: 1px solid #339e36 !important;
}
input:focus {
	color: var(--black);
}
input::-webkit-input-placeholder {
	color: var(--black);
}
input::-moz-placeholder {
	color: var(--black);
}
input:-moz-placeholder {
	color: var(--black);
}
input:-ms-input-placeholder {
	color: var(--black);
}






.text {
	overflow: hidden;
}
.text p {
	margin-bottom: 1.5rem;
}
.text h2, 
.text h3, 
.text h4, 
.text h5 {
	margin-bottom: 1.5rem;
	font-size: 1.6rem;
	line-height: 1.3;
}
.text h3 {
	font-size: 1.2rem;
}
.text h4, .text h5 {
	font-size: 1rem;
}
.text table {
	width: 100%;
	border-collapse: collapse;
}
.text table tr td {
	border: 1px solid rgba(255, 255, 255, .2);
	padding: 10px;
	margin-bottom: 1.2rem;
}
.text table thead tr {
	background: rgba(255, 255, 255, .1);
	font-weight: bold;
}
.text table tbody tr:nth-child(even) td {
	background: rgba(255, 255, 255, .05);
}
.text table tbody tr {
	transition: all .3s ease;
}
.text table tbody tr:hover {
	background: rgba(255, 255, 255, .02);
}
.text ul, .text ol {
	margin: 0 0 1rem 1.2rem;
}
.text li {
	margin-bottom: 8px;
}
.text img {
	display: block;
	max-width: 100%;
	height: auto;
}



.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto;}




.button {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 56px;
	padding: 8px 24px;
	background: var(--l-blue);
	border: 2px solid var(--l-blue);
	border-radius: 8px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
	cursor: pointer;
}
.button:hover {
	background: var(--fiolet);
	border-color: var(--fiolet);
	color: var(--black);
}
.button--red {
	background: var(--red);
	border-color: var(--red);
}
.button--red:hover {
	background: var(--akva);
	border-color: var(--akva);
	color: var(--black);
}






/* Header ----------------------------------------------------------------------------- */
.header {
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #6CD5FD;
	opacity: .2;
	z-index: -10;
}
.header::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #6CD5FD;
	opacity: .5;
	z-index: -10;
}
.header .container {
	align-items: center;
	z-index: 10;
}
.catalog-active .header {
	z-index: 1120;
}
.header__box {
	width: 280px;
}
.header__logo {
	display: block;
	width: 200px;
	height: 40px;
	margin: 0 auto;
	background: url('i/bg-logo.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.header__nav {

}
.header__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 24px;
	list-style: none;
}
.header__nav ul li {
	position: relative;
}
.header__nav ul li a {
	display: block;
	position: relative;
	padding: 4px;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	text-decoration: none;
}
.header__nav ul li a::before,
.header__nav ul li a::after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	background: var(--akva);
	transition: all .3s ease;
}
.header__nav ul li a::before {
	bottom: 0;
	left: 0;
}
.header__nav ul li a::after {
	bottom: 2px;
	right: 0;
}
.header__nav ul li a:hover::before,
.header__nav ul li a:hover::after {
	width: 100%;
}
.header__nav ul li a:hover {

}
.header__nav ul .sub-menu {

}
.header__nav ul .sub-menu li {

}
.header__nav ul .sub-menu li a {

}
.header__nav ul .sub-menu li a:hover {

}

.header__nav ul li.current-menu-item a {
	padding: 8px 20px;
	background: var(--fiolet);
	border-radius: 8px;
}
.header__nav ul li.current-menu-item a::before,
.header__nav ul li.current-menu-item a::after {
	display: none;
}
.header__nav ul li.current-menu-item a span {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 2px;
	background: var(--white);
	margin: 10px 12px 0 0;
	position: relative;
}
.header__nav ul li.current-menu-item a span::before,
.header__nav ul li.current-menu-item a span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	background: var(--white);
	transition: all 0.4s ease;
}
.header__nav ul li.current-menu-item a span::before {
	top: -7px;
}
.header__nav ul li.current-menu-item a span::after {
	bottom: -7px;
}
.catalog-active .header__nav ul li.menu-item-69 a span {
	background: transparent;
}
.catalog-active .header__nav ul li.menu-item-69 a span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
}
.catalog-active .header__nav ul li.menu-item-69 a span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
}


.header__button-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 16px;
}
.header__button {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	background: var(--l-blue);
	box-shadow: 0 0 16px rgba(0, 0, 0, .3);
	position: relative;
	transition: alll .3s ease;
	cursor: pointer;
}
.header__button:hover {
	transform: scale(1.1);
}
.header__button::before {
	content: '';
	position: absolute;
	top: calc(50% - 12px);
	left: calc(50% - 12px);
	width: 24px;
	height: 24px;
	background: var(--white);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: alll .3s ease;
}
.header__button--search::before {
	-webkit-mask-image: url("i/bg-icon-search.svg");
	mask-image: url("i/bg-icon-search.svg");
}
.header__button--contact::before {
	-webkit-mask-image: url("i/bg-icon-contact.svg");
	mask-image: url("i/bg-icon-contact.svg");
}
.header__button--cart::before {
	-webkit-mask-image: url("i/bg-icon-cart.svg");
	mask-image: url("i/bg-icon-cart.svg");
}

.header__button-cart-count {
	position: absolute;
	top: -4px;
	right: -4px;
	min-width: 18px;
	min-height: 18px;
	border-radius: 50%;
	background: var(--akva);
	padding: 2px;
	color: var(--white);
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}

.header__nav-btn {
	display: none;
	width: 30px;
	height: 30px;
	border: none;
	background: transparent;
	outline: none;
	cursor: pointer;
}
.header__nav-btn span {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	background: var(--white);
	margin: 7px 0 0;
	position: relative;
}
.header__nav-btn span::before, 
.header__nav-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 3px;
	background: var(--white);
	transition: all 0.4s ease;
}
.header__nav-btn span::before {
	top: -7px;
}
.header__nav-btn span::after {
	bottom: -7px;
}
.nav-active .header__nav-btn span {
	background: transparent;
}
.nav-active .header__nav-btn span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
}
.nav-active .header__nav-btn span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
}








/* Main ----------------------------------------------------------------------------- */
.main {
	padding-bottom: 48px;
	position: relative;
	z-index: 5;
}
.main .container {
	align-items: stretch;
}

.content {
	width: calc(100% - 320px);
	padding-top: 120px;
}



/* Hero ----------------------------------------------------------------------------- */
.hero {
	margin-bottom: 32px;
}
.hero__item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	width: 100%;
	min-height: 480px;
	overflow: hidden;
	padding: 25px;
	border-radius: 16px;
	position: relative;
}
.hero__info {
	width: 100%;
	position: relative;
	z-index: 5;
}
.hero__info h1 {
	width: 100%;
	max-width: 720px;
	margin-bottom: 25px;
	font-size: 50px;
	font-weight: bold;
	line-height: 1.2;
}
.hero__info h1 span {
	display: block;
	font-size: 60px;
}
.hero__info p {
	width: 100%;
	max-width: 640px;
	margin-bottom: 16px;
	font-size: 20px;
}
.hero__button {

}
.hero__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hero__bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	z-index: 1;
}
.hero__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}







.katalog__list {
	justify-content: flex-start;
	align-items: stretch;
	width: calc(100% + 24px);
	margin-left: -12px;
}
.katalog-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(33.3% - 24px);
	margin: 0 12px 24px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	padding: 16px;
	color: #fff;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
	position: relative;
	transition: all .4s ease;
}
.katalog-item:hover {
	box-shadow: 0 8px 40px 0 rgba(120, 120, 120, 0.4);
}
.katalog-item__link {
	display: block;
	width: 100%;
	margin-bottom: 16px;
	text-decoration: none;
}
.katalog-item__thumb {
	display: block;
	width: 100%;
	margin-bottom: 8px;
	overflow: hidden;
	border-radius: 8px;
}
.katalog-item__link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.katalog-item__thumb-ins {
	display: block;
	width: 100%;
	padding-top: 64%;
	position: relative;
}
.katalog-item__thumb-ins img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease;
}
.katalog-item__link:hover .katalog-item__thumb-ins img {
	transform: scale(1.1);
}
.katalog-item__title {
	color: var(--white);
	font-size: 18px;
	font-weight: bold;
}
.katalog-item__link:hover .katalog-item__title {

}
.katalog-item__desc {
	padding-bottom: 16px;
}
.katalog-item__desc ul {
	list-style: none;
}
.katalog-item__desc ul li {
	padding-left: 12px;
	position: relative;
	margin-bottom: 5px;
}
.katalog-item__desc ul li::before {
	content: '';
	position: absolute;
	top: 10px;
	left: -2px;
	width: 6px;
	height: 6px;
	background: var(--fiolet);
	transform: rotate(45deg);
}
.katalog-item__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
	width: 100%;
}
.katalog-item__price {
	color: var(--white);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
}
.katalog-item__kaufen {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 40px;
	padding: 8px 20px;
	background: var(--fiolet);
	background-clip: padding-box;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	color: var(--blue);
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease;
	cursor: pointer;
}
.katalog-item__kaufen:hover {
	background: var(--red);
	color: var(--white);
}





.sidebar {
	order: -1;
	width: 280px;
	position: relative;
	z-index: 5;
}
.sidebar__wrapper {
	position: sticky;
	top: 0;
	width: 100%;
	height: calc(100vh - 40px);
	background: var(--blue);
	border: 1px solid var(--l-blue);
	border-top: none;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 0 12px rgba(255, 255, 255, .2);
	padding: 120px 1rem 1rem;
}
.sidebar__nav {
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	overflow-y: visible;
	scrollbar-width: thin;
	scrollbar-color: #999 #f0f0f0;
	background: #163557;
}
.sidebar__nav::-webkit-scrollbar {
	width: 4px;
	height: 8px;
}
.sidebar__nav::-webkit-scrollbar-track {
	background: #f0f0f0;
}
.sidebar__nav::-webkit-scrollbar-thumb {
	background: #999;
	border-radius: 4px;
	border: 2px solid #f0f0f0;
}
.sidebar__nav::-webkit-scrollbar-thumb:hover {
	background: #777;
}

.sidebar__nav ul {
	list-style: none;
}
.sidebar__nav ul li {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	position: relative;
}
.sidebar__nav ul li.menu-item-has-children {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-right: 4px;
}
.sidebar__nav ul li a {
	display: block;
	width: 100%;
	padding: 8px 16px;
	color: var(--white);
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
	transition: all .3s ease;
}
.sidebar__nav ul li.menu-item-has-children > a {
	width: calc(100% - 32px);
}
.sidebar__nav-arrow {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, .1);
	position: relative;
	transition: all .3s ease;
	cursor: pointer;
}
.sidebar__nav-arrow:hover {
	border-color: rgba(255, 255, 255, .3);
}
.sidebar__nav-arrow::before {
	content: '';
	position: absolute;
	top: 6px;
	left: calc(50% - 6px);
	width: 12px;
	height: 12px;
	border-left: 3px solid var(--white);
	border-bottom: 3px solid var(--white);
	transform: rotate(-45deg);
}
.sidebar__nav-arrow {

}
.sidebar__nav ul li.current-menu-item > a,
.sidebar__nav ul li a:hover {
	background: rgba(255, 255, 255, .05);
}
.sidebar__nav ul li .sub-menu {
	width: 100%;
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease;
}
.sidebar__nav ul li.cat-active .sub-menu {
	max-height: 3000px;
	background: rgba(255, 255, 255, .05);
}
.sidebar__nav ul li .sub-menu a {
	padding: 5px 12px 5px 20px;
	font-size: 16px;
	font-weight: normal;
}











.single-product {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding-bottom: 2.4rem;
}
.single-product__info {
	width: calc(100% - 290px);
}
.single-product__head {
	margin-bottom: 25px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
}
.single-product__thumb {
	width: 100%;
	max-width: 400px;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 30px;
}
.single-product__thumb img {
	display: block;
	width: 100%;
	height: auto;
}



.single-product__box {
	width: 270px;
}
.single-product__box-ins {
	position: sticky;
	top: 25px;
	border: 1px solid rgba(255, 255, 255, .1);
	background: rgba(255, 255, 255, .04);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 12px;
	border-radius: 5px;
}

.thwepo-extra-options,
.thwepo-extra-options tr,
.thwepo-extra-options td {
	display: block;
}
.thwepo-extra-options tr {
	padding-bottom: 30px;
}
.thwepo-extra-options .label label {
	display: block !important;
	margin-bottom: 12px !important;
	font-size: 18px;
	line-height: 1.1;
}

.radio-wrapper {
	display: block !important;
	margin: 0 0 5px !important;
}



.single-product__radio {
	margin-bottom: 5px;
}
.single-product__radio label {
	display: block;
}
.single-product__radio input {
	display: none;
}
.single-product__radio-text {
	display: block;
	padding-left: 24px;
	position: relative;
	font-size: 16px;
	cursor: pointer;
}
.single-product__radio-text::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--blue);
}
.single-product__radio-text::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--akva);
	opacity: 0;
	transform: scale(1.2);
	transition: all .4s ease;
}
.single-product__radio input:checked + .single-product__radio-text::after {
	opacity: 1;
	transform: scale(1);
}

.single-product__select {
	width: 100%;
	height: 40px;
	border-radius: 4px;
	background: var(--blue);
	overflow: hidden;
	position: relative;
}
.single-product__select::after {
	content: '';
	position: absolute;
	top: 12px;
	right: 16px;
	width: 8px;
	height: 8px;
	border-left: 2px solid var(--white);
	border-bottom: 2px solid var(--white);
	transform: rotate(-45deg);
	transition: all .3s ease;
}
.single-product__select select {
	width: calc(100% + 20px);
	height: calc(100% + 8px);
	margin-top: -4px;
	margin-left: -2px;
	padding-left: 16px;
	background-color: transparent;
	color: var(--white);
}


.single-product__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 25px;
	padding-bottom: 32px;
}
.single-product__qty-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 48%;
}
.single-product__qty-minus,
.single-product__qty-plus {
	width: 30%;
	height: 32px;
	background: var(--fiolet);
	border: 1px solid var(--blue);
	padding-bottom: 2px;
	color: var(--white);
	font-size: 22px;
	font-weight: bold;
	transition: all .3s ease;
	cursor: pointer;
}
.single-product__qty-minus {
	border-radius: 4px 0 0 4px;
}
.single-product__qty-plus {
	border-radius: 0 4px 4px 0;
}
.single-product__qty-minus:hover,
.single-product__qty-plus:hover {
	background: var(--red);
}
.single-product__qty-wrap {
	width: 40%;
	height: 32px;
	border: 1px solid var(--blue);
	background: var(--blue);
	overflow: hidden;
}
.single-product__qty-wrap input {
	display: block;
	width: calc(100% + 16px);
	height: 30px;
	border: none;
	background-color: transparent;
	color: var(--white);
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.single-product__price {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
}
.single-product__button {
	display: flex;
	width: 100%;
	background: var(--fiolet);
	border: none;
	text-transform: uppercase;
}
.single-product__button:hover {
	background: var(--akva);
}



.single-product__similar-head {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}







.single-page {
	padding-top: 120px;
	padding-bottom: 48px;
}
.single-page__head {
	margin-bottom: 25px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
}
.single-page__text {
	width: 100%;
	padding-bottom: 25px;
}





.archive-blog {
	padding-top: 120px;
	padding-bottom: 48px;
}
.archive-blog__wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.blog__list {
	order: -1;
	justify-content: flex-start;
	align-items: stretch;
	width: calc(100% + 24px);
	margin-left: -12px;
}
.blog-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(33.3% - 24px);
	margin: 0 12px 24px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
}
.blog-item__link {
	display: block;
	width: 100%;
	margin-bottom: 16px;
	text-decoration: none;
}
.blog-item__thumb {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 10px;
}
.blog-item__thumb-ins {
	display: block;
	width: 100%;
	padding-top: 64%;
	position: relative;
}
.blog-item__thumb-ins img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease;
}
.blog-item__link:hover .blog-item__thumb-ins img {
	transform: scale(1.1);
}
.blog-item__title {
	display: block;
	width: 100%;
	color: var(--white);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	transition: all .3s ease;
}
.blog-item__link:hover .blog-item__title {
	color: var(--akva);
}
.blog-item__excerpt {
	font-size: 14px;
	margin-bottom: auto;
}
.blog-item__more {
	margin-top: 10px;
}






.guides__list {
	order: -1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	width: calc(100% + 24px);
	margin-left: -24px;
}
.guides-item {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(50% - 24px);
	margin: 0 12px 24px;
	padding: 16px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.2);
}
.guides-item__thumb {
	display: block;
	width: 100%;
	border-radius: 8px;
	margin-bottom: 20px;
	overflow: hidden;
}
.guides-item__thumb-ins {
	display: block;
	width: 100%;
	padding-top: 64%;
	position: relative;
	background: rgba(0, 0, 0, .1);
}
.guides-item__thumb-ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.guides-item__info {
	width: 100%;
}
.guides-item__title {
	display: block;
	margin-bottom: 16px;
	color: var(--white);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	text-decoration: none;
	transition: all .3s ease;
}
.guides-item__title:hover {
	color: var(--akva);
}
.guides-item__excerpt {
	margin-bottom: auto;
}
.guides-item__more {
	margin-top: 20px;
}





.catalog-top-line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 25px;
}




.woocommerce-cart-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.woocommerce-cart-form {
	width: 64%;
}
.cart-collaterals {
	width: 34%;
}
.cart-total__head {
	margin-bottom: 32px;
	font-size: 24px;
	line-height: 1.2;
}

.checkout-button {
	display: flex;
	width: 100%;
	margin-top: 25px;
}




.woocommerce-checkout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.woocommerce-checkout__block {
	width: 56%;
	max-width: 560px;
}
.woocommerce-billing-fields__field-wrapper label,
.woocommerce-additional-fields__field-wrapper label {
	display: block;
	margin-bottom: 4px;
}
.woocommerce-billing-fields__field-wrapper input,
.woocommerce-additional-fields__field-wrapper textarea {
	display: block;
	width: 100%;
	height: 44px;
	border-radius: 8px;
	border: 1px solid #ccc;
	padding-left: 16px;
	padding-right: 8px;
	font-size: 16px;
}
.woocommerce-additional-fields__field-wrapper textarea {
	height: 120px;
	padding-top: 8px;
	resize: none;
}


.woocommerce-checkout__bottom {
	width: 40%;
}








.button-404-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
}



.popup-katalog {
	position: fixed;
	top: 120px;
	left: 0;
	width: 100%;
	height: calc(100vh - 144px);
	overflow: hidden;
	overflow-y: visible;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
	z-index: 1100;
}
.catalog-active .popup-katalog {
	opacity: 1;
	pointer-events: auto;
}
.popup-katalog .container {
	background: var(--blue);
	border: 1px solid rgba(255, 255, 255, .1);
	padding-top: 1rem;
}
.popup-katalog__list {
	justify-content: flex-start;
	align-items: stretch;
	width: calc(100% + 24px);
	margin-left: -12px;
}
.popup-katalog__item {
	width: calc(33.3% - 24px);
	margin: 0 12px 24px;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}
.popup-katalog__info {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	position: relative;
	min-height: 240px;
	padding: 16px;
	z-index: 2;
}
.popup-katalog__link {
	display: block;
	width: 100%;
	margin-bottom: 16px;
	color: var(--white);
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	transition: all .3s ease;
}
.popup-katalog__link::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.popup-katalog__link:hover {
	padding-left: 8px;
	text-decoration: underline;
}
.popup-katalog__sub-kat {
	list-style: none;
	position: relative;
	z-index: 10;
}
.popup-katalog__sub-kat li {
	margin-bottom: 4px;
}
.popup-katalog__sub-kat li a {
	display: block;
	position: relative;
	color: var(--white);
	font-size: 15px;
	line-height: 1.3;
	text-decoration: none;
	transition: all .3s ease;
}
.popup-katalog__sub-kat li a::before {
	content: '';
	position: absolute;
	top: 7px;
	left: -8px;
	width: 8px;
	height: 8px;
	background: var(--akva);
	opacity: 0;
	transform: rotate(45deg);
	transition: all .3s ease;
}
.popup-katalog__sub-kat li a:hover {
	padding-left: 16px;
}
.popup-katalog__sub-kat li a:hover::before {
	opacity: 1;
	left: 0;
}

.popup-katalog__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.popup-katalog__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease;
}
.popup-katalog__item:hover .popup-katalog__bg img {
	transform: scale(1.1);
}










.modal-search {
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
	z-index: 1200;
}
.search-active .modal-search {
	opacity: 1;
	pointer-events: auto;
}
.modal-search__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.modal-search__input {
	display: block;
	width: calc(100% - 64px);
	height: 56px;
	padding-left: 20px;
	padding-right: 8px;
	background: var(--white);
	border-radius: 8px;
	border: 2px solid var(--akva);
	outline: none;
}
.modal-search__submit {
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 8px;
	background: var(--red) url("i/bg-icon-search.svg") center no-repeat;
	-webkit-background-size: 24px 24px;
	background-size: 24px 24px;
	border: none;
	outline: none;
	transition: all .3s ease;
}
.modal-search__submit:hover {
	background-color: var(--fiolet);
}









.modal-nav {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: calc(100vh - 80px);
	background: var(--blue);
	overflow: hidden;
	overflow-y: visible;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
	z-index: 1300;
}
.modal-nav .header__nav ul {
	display: block;
	padding-top: 1.2rem;
	padding-bottom: 1.5rem;
}













	/* Footer ----------------------------------------------------------------------------- */
.footer {
	padding-top: 2rem;
	padding-bottom: 1.2rem;
	background: var(--blue);
}
.footer__top {
	padding-bottom: 2rem;
}
.footer__box {
	width: 20%;
}
.footer__logo {
	display: block;
	width: 200px;
	height: 40px;
	background: url('i/bg-logo.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-bottom: 20px;
}
.footer__desc {
	font-size: 14px;
}
.footer__desc p:first-child {
	margin-bottom: 16px;
}

.footer__nav {
	width: 20%;
	margin-right: 1rem;
	margin-left: auto;
}
.footer__head {
	margin-bottom: 1rem;
	font-size: 18px;
	font-weight: bold;
}
.footer__nav ul {
	list-style: none;
}
.footer__nav ul li {
	margin-bottom: 10px;
}
.footer__nav ul li a {
	display: block;
	font-size: 17px;
	line-height: 1.12;
	text-decoration: none;
}
.footer__nav ul li a:hover {
	text-decoration: underline;
}

.footer__contact {
	width: 25%;
}
.footer__email {
	display: block;
	margin-left: auto;
	margin-bottom: 16px;
	text-align: right;
	text-decoration: none;
}
.footer__email:hover {
	text-decoration: underline;
}
.footer-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
}
.footer-social__item {
	display: block;
	width: 32px;
	height: 32px;
	position: relative;
	transition: all .3s ease;
}
.footer-social__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .8);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.footer-social__item:hover::before {
	background: rgba(255, 255, 255, 1);
}
.footer-social__item--fb::before {
	-webkit-mask-image: url("i/bg-icon-facebook.svg");
	mask-image: url("i/bg-icon-facebook.svg");
}
.footer-social__item--tw::before {
	-webkit-mask-image: url("i/bg-icon-twitter.svg");
	mask-image: url("i/bg-icon-twitter.svg");
}
.footer-social__item--yt::before {
	-webkit-mask-image: url("i/bg-icon-youtube.svg");
	mask-image: url("i/bg-icon-youtube.svg");
}
.footer-social__item--ig::before {
	-webkit-mask-image: url("i/bg-icon-instagram.svg");
	mask-image: url("i/bg-icon-instagram.svg");
}
.footer-social__item--tt::before {
	-webkit-mask-image: url("i/bg-icon-tiktok.svg");
	mask-image: url("i/bg-icon-tiktok.svg");
}
.footer-social__item--pi::before {
	-webkit-mask-image: url("i/bg-icon-pinterest.svg");
	mask-image: url("i/bg-icon-pinterest.svg");
}
.footer-social__item--me::before {
	-webkit-mask-image: url("i/bg-icon-medium.svg");
	mask-image: url("i/bg-icon-medium.svg");
}

.footer__bottom {
	align-items: center;
	padding-top: 1.2rem;
	border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer__copyright {
	font-size: 13px;
}
.footer__dmca {

}
.footer__dmca a {

}
.footer__dmca a img {

}





/* Всплывающие окна */
.overlay {
	display: none;
	background-color: #000;
	opacity: .7;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999
}
.overlay.active {
	display: block;
}

.popup {
	display: none;
	position: relative;
	width: 100%;
	max-width: 400px;
	padding: 25px;
	background: #fff;
	text-align: center;
	z-index: 9999;
}
.popup__close {
	width: 24px;
	height: 24px;
	-webkit-border-radius: 100%;
		  border-radius: 100%;
	position: absolute;
	background: #000;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #363636;
	top: -11px;
	right: -11px;
	cursor: pointer;
}
.popup__close:hover {
	background: #FFF;
	color: #000;
}
.popup__head {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.3;
	color: #000;
}
.popup__label {
	position: relative;
	margin-bottom: 12px;
}
.popup__label input,
.popup__label textarea {
	width: 100%;
	height: 40px;
	padding-left: 12px;
	border: 1px solid #ececec;
	border-radius: 4px;
	background-color: #FFF;
	outline: none;
}
.popup__label textarea {
	height: 120px;
	resize: none;
	padding-top: 5px;
}


/* Форма */


input.hide_input {
	display: none;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
	display: none !important;
}
.popup-body input.wpcf7-not-valid {
	border: 1px solid #c00;
}

.popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
}




/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1200px) {

	.header__nav ul {
		gap: 20px;
	}


	.katalog-item {
		width: calc(50% - 24px);
	}


	.footer__contact {
		max-width: 164px;
	}

}











@media screen and (max-width:1050px) {

	.header__box {
		width: 164px;
	}
	.header__logo {
		display: block;
		width: 164px;
		height: 32px;
	}
	.header__button-list {
		gap: 8px;
	}


	.content {
		width: 100%;
	}
	.sidebar {
		display: none;
	}


	.footer__logo {
		width: 164px;
		height: 32px;
	}

}












@media screen and (max-width:900px) {

	html {
		font-size: 18px;
	}


	.header .header__nav {
		display: none;
	}
	.header__nav-btn {
		display: block;
	}


	.modal-nav {
		display: block;
	}
	.nav-active .modal-nav {
		opacity: 1;
		pointer-events: auto;
	}


	.footer__box {
		order: -20;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding-bottom: 1.2rem;
	}
	.footer__desc {
		width: calc(100% - 200px);
	}
	.footer__nav {
		width: 48%;
		margin-right: auto;
		margin-left: 0;
	}
	.footer__contact {
		order: -5;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 100%;
		padding-bottom: 2rem;
	}
	.footer__email {
		margin-left: 0;
		margin-bottom: 0;
		text-align: left;
	}

	.footer__dmca {
		order: -5;
		margin: 0 auto 1rem;
	}
	.footer__copyright {
		width: 100%;
		text-align: center;
	}

}












@media screen and (max-width:750px) {

	.hero__info h1 {
		font-size: 40px;
	}
	.hero__info h1 span {
		font-size: 50px;
	}
	.hero__info p {
		font-size: 18px;
	}


	.katalog-item__price {
		font-size: 22px;
	}
	.katalog-item__kaufen {
		padding: 4px 16px;
	}


	.single-product__info {
		width: calc(100% - 220px);
	}
	.single-product__box {
		width: 200px;
	}
	.single-product__bottom {
		padding-top: 20px;
		padding-bottom: 24px;
	}
	.single-product__qty-box {
		width: 100%;
		margin-bottom: 10px;
	}

}












@media screen and (max-width:600px) {

	.hero__info h1 {
		font-size: 36px;
	}
	.hero__info h1 span {
		font-size: 44px;
	}
	.hero__info p {
		font-size: 17px;
	}


	.katalog-item {
		width: calc(100% - 24px);
	}


	.single-product__info {
		width: 100%;
	}
	.single-product__box {
		width: 100%;
		padding-top: 32px;
	}


	.footer__logo {
		margin: 0 auto 1.2rem;
	}
	.footer__desc {
		width: 100%;
	}
	.footer__contact {
		display: block;
	}
	.footer-social {
		justify-content: flex-start;
		padding-top: 1rem;
	}

}












@media screen and (max-width:450px) {

	.header .header__button-list {
		display: none;
	}


	.hero__item {
		min-height: 440px;
		padding: 20px;
		border-radius: 12px;
	}
	.hero__info h1 {
		font-size: 28px;
	}
	.hero__info h1 span {
		font-size: 32px;
	}
	.hero__info p {
		font-size: 14px;
	}


	.footer__nav {
		width: 100%;
		padding-bottom: 1rem;
	}

}












/* END ============================================================= */

