/*!
Theme Name: Fetiguitars
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fetiguitars
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Fetiguitars is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400;500&display=swap');


:root {
	--main-color: #C3A056;
	--text-color: #ffffff;
	--grey-color: rgba(255,255,255,.5);
	--bg-color: #1E1E1E;
}


body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Unbounded', cursive;
	font-weight: 300;
	line-height: 1.5;
	color: var(--text-color);
	background: var(--bg-color);
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
a, a:hover {
	color: var(--text-color);
	text-decoration: none;
	transition: .25s;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 20px;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
p, ul, ol, blockquote, .wp-caption, .gallery {
	margin-bottom: 20px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child, .wp-caption:last-child, .gallery:last-child {
	margin-bottom: 0;
}
strong {
	font-weight: 500;
}
.form-field {
	position: relative;
	margin-bottom: 20px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
	width: 100%;
	border-radius: 5px;
	border: 1px solid var(--text-color);
	background: none;
	outline: none;
	padding: 14.5px 15px;
	color: var(--text-color);
}
textarea {
	height: 120px;
}
select {
	cursor: pointer;
}
select option {
	background: var(--bg-color);
	color: var(--text-color);
}
.wpcf7-spinner {
	position: absolute;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
}


.btn {
    --bs-btn-padding-x: 30px;
    --bs-btn-padding-y: 13.5px;
    --bs-btn-font-size: 14px;
    --bs-btn-border-radius: 5px;
    --bs-btn-box-shadow: none;
    --bs-btn-focus-box-shadow: none;
    min-width: 195px;
    text-transform: uppercase;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out,box-shadow .25s ease-in-out;
}
.btn-primary {
    --bs-btn-color: var(--bg-color);
    --bs-btn-bg: var(--text-color);
    --bs-btn-border-color: var(--text-color);
    --bs-btn-hover-color: var(--bg-color);
    --bs-btn-hover-bg: var(--main-color);
    --bs-btn-hover-border-color: var(--main-color);
    --bs-btn-active-color: var(--bg-color);
    --bs-btn-active-bg:var(--main-color);
    --bs-btn-active-border-color: var(--main-color);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color:var(--bg-color);
    --bs-btn-disabled-bg: var(--text-color);
    --bs-btn-disabled-border-color: var(--text-color);
}





.section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 1;
}
.section-md {
	position: relative;
	padding-top: 56px;
	padding-bottom: 56px;
	z-index: 1;
}



.heading {
	position: relative;
	margin-bottom: 56px;
}
.heading h2 {
	font-size: 48px;
}
.heading h2 strong {
	font-weight: 400;
}



.soc-links {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.soc-links li {
	margin-right: 30px;
}
.soc-links li:last-child {
	margin-right: 0;
}
.soc-links li a {
	display: block;
	width: 24px;
	height: 24px;
}
.soc-links li a svg {
	width: 100%;
	height: 100%;
}
.soc-links li a svg path {
	fill: #ffffff;
	transition: .25s;
}
.soc-links li a:hover svg path {
	fill: var(--main-color);
}




.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	display: grid;
	grid-gap: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




.wrapper {
	position: relative;
}
.header {
	position: relative;
	top: 0;
	margin-top: 20px;
	z-index: 99;		
}
.home .header {
	position: absolute;
	width: 100%;
}
.header-logo img {
	width: 100%;
	max-width: 170px;
}
.header-slogan {
	margin-top: 10px;
	color: var(--main-color);
}
.main-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-menu > li {
	position: relative;
	margin-right: 50px;
}
.main-menu > li:last-child {
	margin-right: 0;
}
.main-menu > li.menu-item-has-children {
	padding-right: 24px;
}
.main-menu > li > a {
	display: block;
	padding: 7px 0;
	text-transform: uppercase;
}
.main-menu > li:hover > a,
.main-menu > li.current-menu-item > a {
	color: var(--main-color);
}
.main-menu > li.current-menu-item > a {
	font-weight: 500;
}
.main-menu-arrow {
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-drop-down.svg);
    mask-image: url(images/arrow-drop-down.svg);
    background: var(--text-color);
    cursor: pointer;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    right: 0;
    transition: .25s;
    z-index: 1;
}
.main-menu > li:hover > .main-menu-arrow {
	transform: rotate(180deg);
}
.main-menu ul {
	position: absolute;
	top: 100%;
	left: -15px;
	opacity: 0;
	transform: translateY(30px);
	visibility: hidden;
	z-index: -99;

	background: var(--bg-color);
	border: 1px solid var(--main-color);
	border-radius: 5px;
	padding: 8px 0;
	margin: 0;
	list-style: none;
	transition: .25s;
}
.main-menu li:hover > ul {
	opacity: 1;
	transform: translateY(0);
	visibility: inherit;
	z-index: 99;
}
.main-menu ul li {
	position: relative;
}
.main-menu ul li a {
	display: block;
	padding: 8px 15px;
	text-transform: uppercase;
}
.main-menu ul li a:hover {
	color: var(--main-color);
}

.lang-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.lang-menu li {
	position: relative;
	padding-right: 26px;
}
.lang-menu li:last-child {
	padding-right: 0;
}
.lang-menu li:after {
	content: '';
	width: 2px;
	height: 18px;
	top: calc(50% - 9px);
	right: calc(26px / 2 + 1px);
	background: #fff;
	position: absolute;
	z-index: 1;
}
.lang-menu li:last-child:after {
	display: none;
}
.lang-menu li a {
	text-transform: uppercase;
}
.lang-menu li:hover a {
	color: var(--main-color);
}
.lang-menu li.active a {
	color: var(--main-color);
	font-weight: 500;
}






.mainSlider-swiper {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.mainSlider-swiper:before {
	content: '';
	background: linear-gradient(180deg, #1E1E1E 0%, #313131 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 175px;
	z-index: -1;
}
.mainSlider-item {
	position: relative;
	z-index: 1;
}
.mainSlider-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	min-height: 100vh;
}
.mainSlider-item:before {
	content: '';
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.mainSlider-nav {
	position: absolute;
    bottom: 80px;
    right: calc((100% - 1296px) / 2);
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}
.mainSlider-button {
	flex: 0 0 25px;
	max-width: 25px;
	height: 25px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-forward.svg);
    mask-image: url(images/arrow-forward.svg);
    background-color: var(--text-color);
	border: none;
	padding: 0;
	outline: none !important;
	transition: .25s;
}
.mainSlider-button-prev {
	transform: rotate(180deg);
}
.mainSlider-button:hover {
	background-color: var(--main-color);
}
.mainSlider-pagination {
	position: relative;
    top: 0;
    left: 0;
    flex: auto;
    max-width: 100%;
    font-size: 16px;
    color: #fff;
}



.artists-items {
	position: relative;
}
.artists-item {
	position: relative;
	margin-bottom: 50px;
}
.artists-item:last-child {
	margin-bottom: 0;
}
.artists-item__image {
	position: relative;
	height: 260px;
	overflow: hidden;
	border-radius: 5px;
}
.artists-item__image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.artists-item__image:after {
	content: '';
	background: #000 url(images/bg-image-artists.png) no-repeat center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .5;
	z-index: 1;
}
.artists-item__link {
	position: absolute;
	top: 25px;
	left: 25px;
	padding-left: 65px;
	z-index: 9;
}
.artists-item__play {
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/play-circle-filled.svg);
    mask-image: url(images/play-circle-filled.svg);
    background-color: var(--text-color);
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: 0;
    cursor: pointer;
    transition: .25s;
    z-index: 9;
}
.artists-item__link:hover .artists-item__play {
	background-color: var(--main-color);
}
.artists-item__link-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
}
.artists-item__link-title strong {
	color: #C00000;
	display: block;
}
.artists-item__title {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.artists-item__profession {
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 0;
}
.artists-item__content {
	position: relative;
	border-top: 1px solid #ffffff;
	padding-top: 30px;
	margin-top: 20px;
}






.artistsGallery-item {
	position: relative;
	height: 420px;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 50px;
	z-index: 1;
}
.swiper-slide:nth-child(2n) .artistsGallery-item {
	margin-bottom: 0;
	margin-top: 50px;
}
.artistsGallery-item a {
	display: block;
	height: 100%;
}
.artistsGallery-item a:after {
	content: '';
	background: url(images/bg-image-artists.png) no-repeat center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .5;
	z-index: 1;
}
.artistsGallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.artistsGallery-item a:hover img {
	transform: scale(1.05);
}
.artistsGallery-nav {
	position: relative;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}
.artistsGallery-swiper {
	position: relative;
	overflow: hidden;
}
.artistsGallery-button {
	width: 25px;
	height: 25px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-forward.svg);
    mask-image: url(images/arrow-forward.svg);
    background-color: var(--text-color);
	border: none;
	padding: 0;
	outline: none !important;
	transition: .25s;
}
.artistsGallery-button-prev {
	transform: rotate(180deg);
}
.artistsGallery-button:hover {
	background-color: var(--main-color);
}






.about-wrap {
	position: relative;
}
.about-image img {
	border-radius: 5px;
}
.about-wrap .heading {
	width: calc(100% + 450px);
    left: -450px;
}
.about-wrap .heading strong {
	margin-left: 380px;
}
.about-button {
	margin-top: 56px;
}





.category-items {
	position: relative;
	margin-bottom: -30px;
}
.category-item {
	position: relative;
	margin-bottom: calc(30px + 40px);
}
.category-item__link {
	position: relative;
	display: block;
	height: 100%;
}
.category-item__wrap {
	position: relative;
	border: 1px solid transparent;
	border-radius: 10px;
	padding: 40px;
}
.category-item__link:hover .category-item__wrap {
	border-color: var(--grey-color);
}
.category-item__count {
	position: absolute;
	top: 40px;
	right: 60px;
	font-size: 16px;
	font-weight: 400;
	z-index: 2;
}
.category-item__image {
	position: relative;
	height: 430px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.category-item__image img {
	max-height: 430px;
	transition: .5s;
}
.category-item__link:hover .category-item__image img {
	transform: rotate(10deg);
}
.category-item__title {
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	margin-bottom: 0;
}
.category-item__link:hover .category-item__title {
	color: var(--main-color);
}
.category-item__button {
	position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    transform: translateY(0px);
    opacity: 0;
    visibility: hidden;
    z-index: -9;
    transition: .25s;
}
.category-item__link:hover .category-item__button {
	transform: translateY(50px);
	opacity: 1;
	visibility: inherit;
	z-index: 9;
}
.category-item__button .btn {
	position: relative;
	top: 15px;
}






.video-wrap {
	position: relative;
}
.video-image {
	position: relative;
}
.video-image img {
	border-radius: 5px;
}
.video-play {
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/play-circle-filled.svg);
    mask-image: url(images/play-circle-filled.svg);
    background-color: var(--text-color);
    position: absolute;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    right: -50px;
    cursor: pointer;
    transition: .25s;
    z-index: 9;
}
.video-play:hover {
	background-color: var(--main-color);
}
.video-wrap .heading {
	cursor: pointer;
}








.contacts-wrap {
	position: relative;
}
.contacts-image img {
	border-radius: 5px;
}
.contacts-wrap .heading {
	width: calc(100% + 150px);
}
.contacts-wrap .heading strong {
	margin-left: 100px;
}
.contacts-data {
	position: relative;
	max-width: 390px;
	margin: 0 auto;
}
.contacts-data p {
	position: relative;
	margin-bottom: 20px;
	padding: 0 30px 20px;
	border-bottom: 1px solid var(--grey-color);
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.contacts-data p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.contacts-data p:before {
	content: '';
	flex: 0 0 30px;
	max-width: 30px;
	height: 30px;
	margin-right: 30px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--main-color);
}
.contacts-data p.email:before {
    -webkit-mask-image: url(images/email.svg);
    mask-image: url(images/email.svg);
}
.contacts-data p.phone:before {
	-webkit-mask-image: url(images/phone-android.svg);
    mask-image: url(images/phone-android.svg);
}
.contacts-data p.address:before {
	-webkit-mask-image: url(images/location-pin.svg);
    mask-image: url(images/location-pin.svg);
}
.contacts-data p a:hover {
	color: var(--main-color);
}







.footer {
	position: relative;
	border-top: 1px solid var(--grey-color);
	border-bottom: 1px solid var(--grey-color);
	padding: 40px 0;
	z-index: 1;
}
.footer-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-widget {
	position: relative;
}
.footer-widget-title {
	font-weight: 500;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.footer-logo img {
	max-width: 130px;
}
.footer-menu {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.footer-menu li {
	margin-bottom: 12px;
}
.footer-menu li:last-child {
	margin-bottom: 0;
}
.footer-menu li a {
	text-transform: uppercase;
}
.footer-menu li a:hover {
	color: var(--main-color);
}
.footer-contacts {
	position: relative;
	min-width: 310px;
}
.footer-contacts p {
	position: relative;
	margin-bottom: 12px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.footer-contacts p:last-child {
	margin-bottom: 0;
}
.footer-contacts p:before {
	content: '';
	flex: 0 0 25px;
	max-width: 25px;
	height: 25px;
	margin-right: 20px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-color: var(--main-color);
}
.footer-contacts p.email:before {
    -webkit-mask-image: url(images/email.svg);
    mask-image: url(images/email.svg);
}
.footer-contacts p.phone:before {
	-webkit-mask-image: url(images/phone-android.svg);
    mask-image: url(images/phone-android.svg);
}
.footer-contacts p.address:before {
	-webkit-mask-image: url(images/location-pin.svg);
    mask-image: url(images/location-pin.svg);
}
.footer-contacts p a:hover {
	color: var(--main-color);
}
.footer-bottom {
	position: relative;
	padding: 10px 0;
	text-align: center;
	color: var(--grey-color);
	z-index: 1;
}
.footer-bottom a {
	color: var(--grey-color);
}
.footer-bottom a:hover {
	color: var(--main-color);
}





.page-wrapper {
	position: relative;
}
.aioseo-breadcrumbs {
	color: var(--grey-color);
	margin-bottom: 10px;
}
.aioseo-breadcrumbs:last-child {
	margin-bottom: 0;
}
.aioseo-breadcrumbs a {
	color: var(--grey-color);
}
.aioseo-breadcrumbs a:hover {
	color: var(--main-color);
}




.archiveCategory-items {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: -10px;
}
.archiveCategory-items a {
	display: block;
    min-width: 360px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 10px;
    padding: 11px 30px;
    margin-bottom: 10px;
}
.archiveCategory-items a.active,
.archiveCategory-items a:hover {
	color: var(--main-color);
}



.archiveShop-top {
	position: relative;
	margin-bottom: 20px;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: none;
	margin-bottom: 0;
}
.woocommerce .woocommerce-ordering {
	text-align: right;
}
.woocommerce .woocommerce-ordering select {
	width: auto;
}




.woocommerce .products ul, .woocommerce ul.products {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
	display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
	width: inherit;
	float: none;
	margin: 0;
	/*border-right: 1px solid var(--grey-color);
	border-bottom: 1px solid var(--grey-color);*/
	border: 1px solid var(--grey-color);
}
/*.woocommerce ul.products li.product:nth-child(1),
.woocommerce ul.products li.product:nth-child(2),
.woocommerce ul.products li.product:nth-child(3),
.woocommerce ul.products li.product:nth-child(4) {
	border-top: 1px solid var(--grey-color);
}
.woocommerce ul.products li.product:nth-child(4n+1) {
	border-left: 1px solid var(--grey-color);
}*/
.woocommerce-loop-product__link {
	position: relative;
	display: block;
	height: 100%;
	padding: 35px;
	overflow: hidden;
}
.woocommerce-loop-product__link:hover {
	color: var(--main-color);
}
.woocommerce ul.products li.product .product-image {
	height: 390px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.woocommerce ul.products li.product a .product-image img {
	width: auto;
	max-height: 390px;
	margin: 0;
	transition: .5s;
}
.woocommerce ul.products li.product a:hover .product-image img {
	transform: rotate(10deg);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	text-align: center;
	font-size: 24px;
	transition: .25s;
}





.productSingle-image {
	position: relative;
	border-radius: 10px;
	border: 1px solid var(--grey-color);
	padding: 20px;
	text-align: center;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: none;
	margin-bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.woocommerce div.product .product_title {
	margin-bottom: 30px;
}
.woocommerce-product-details__short-description {
	margin-bottom: 30px;
	font-size: 16px;
}
.productSingle-content {
	position: relative;
	margin-bottom: 30px;
	padding: 30px 0;
	border-top: 1px solid var(--grey-color);
	border-bottom: 1px solid var(--grey-color);
	font-size: 16px;
}
.productSingle-content ul {
	column-count: 2;
	column-gap: 30px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	font-size: 36px;
	font-weight: 500;
	color: var(--main-color);
	margin-bottom: 0;
}


.productSingle-gallery-items {
	position: relative;
	margin-bottom: -30px;
}
.productSingle-gallery-item {
	position: relative;
	margin-bottom: 30px;
}
.productSingle-gallery-item a {
	position: relative;
	display: block;
	height: calc((1296px - (5 * 24px)) / 6);
	border-radius: 10px;
	border: 1px solid var(--grey-color);
	overflow: hidden;
}
.productSingle-gallery-item a:hover {
	border-color: var(--main-color);
}
.productSingle-gallery-item a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.productSingle-gallery-item a:hover img {
	transform: scale(1.05);
}





.error-404-number {
	font-size: 220px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	color: #C00000;
}



.navigation.pagination {
	display: block;
	margin-top: 50px;
	position: relative;
	z-index: 2;
}
.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-links .page-numbers {
	font-size: 16px;
    margin-right: 4px;
    padding: 6px 12px;
    border-radius: 5px;
}
.nav-links .page-numbers:last-child {
	margin-right: 0;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
	background: var(--main-color);
}



.singleArtists-wrap {
	position: relative;
	overflow: hidden;
}
.singleArtists-image {
	position: relative;
	float: left;
	margin: 0 40px 25px 0;
}
.singleArtists-image img {
	max-width: 420px;
	border-radius: 10px;
}


.page-template-page-contacts .wpcf7-form {
	max-width: 640px;
    margin: auto;
}





.aboutPageBlock-wrap .heading {
	position: relative;
	width: calc(100% + 120px);
    left: -120px;
    z-index: 2;
}
.aboutPageBlock-wrap .heading strong {
	margin-left: 150px;
}
.aboutPageBlock-swiper {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	z-index: 1;
}
.aboutPageBlock-images-item {
	position: relative;
	height: 580px;
	z-index: 1;
}
.aboutPageBlock-images-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.aboutPageBlock-nav {
	position: absolute;
    bottom: 30px;
    left: 30px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}
.aboutPageBlock-button {
	flex: 0 0 25px;
	max-width: 25px;
	height: 25px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-forward.svg);
    mask-image: url(images/arrow-forward.svg);
    background-color: var(--text-color);
	border: none;
	padding: 0;
	outline: none !important;
	transition: .25s;
}
.aboutPageBlock-button-prev {
	transform: rotate(180deg);
}
.aboutPageBlock-button:hover {
	background-color: var(--main-color);
}
.aboutPageBlock-pagination {
	position: relative;
    top: 0;
    left: 0;
    flex: auto;
    max-width: 100%;
    font-size: 16px;
    color: #fff;
}





.galleryBlock-item {
	position: relative;
	height: 320px;
	overflow: hidden;
	border-radius: 5px;
	z-index: 1;
}
.galleryBlock-item a {
	display: block;
	height: 100%;
}
.galleryBlock-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.galleryBlock-item a:hover img {
	transform: scale(1.05);
}
.galleryBlock-nav {
	position: relative;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px auto 0;
    z-index: 99;
}
.galleryBlock-swiper {
	position: relative;
	overflow: hidden;
}
.galleryBlock-button {
	width: 25px;
	height: 25px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-forward.svg);
    mask-image: url(images/arrow-forward.svg);
    background-color: var(--text-color);
	border: none;
	padding: 0;
	outline: none !important;
	transition: .25s;
}
.galleryBlock-button-prev {
	transform: rotate(180deg);
}
.galleryBlock-button:hover {
	background-color: var(--main-color);
}






.advantages-image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.advantages-items {
	position: relative;
	margin-top: 60px;
	margin-bottom: -30px;
}
.advantages-item {
	position: relative;
	margin-bottom: 30px;
}
.advantages-item__value {
	font-size: 64px;
	font-weight: 400;
	color: var(--main-color);
	margin-bottom: 10px;
	line-height: 1;
}
.advantages-item__text {
	text-transform: uppercase;
	font-size: 16px;
}



.header-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 66px;
	max-width: 66px;
}
.header-toggle button {
	flex: 0 0 36px;
	max-width: 36px;
	height: 36px;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--main-color);
	border-radius: 0;
	border: none;
	padding: 0;
	outline: none !important;
	transition: .25s;
}
.header-toggle button:hover {
	background-color: var(--text-color);
}


.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
  	transition: .25s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-bg {
	background: rgb(0 0 0 / 45%);
	position: absolute;
	opacity: 0;
	transition: .25s;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-mobile.show .modal-mobile-bg {
	opacity: 1;
}
.modal-mobile-wrap {
	position: relative;
	background: var(--bg-color);
	border-radius: 4px 0 0 4px;
	height: 100%;
	width: 100%;
	max-width: 360px;
	margin-left: auto;
	transform: translateX(100%);
	padding: 70px 20px 20px;
	transition: .25s;
	overflow: auto;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateX(0);
}
.modal-mobile-close {
	position: absolute;
	top: 20px;
	right: 20px;
	-webkit-mask-image: url(images/cancel.svg);
	mask-image: url(images/cancel.svg);
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--main-color);
	width: 24px;
	height: 24px;
	border: none;
	padding: 0;
	outline: none !important;
	transition: .25s;
}
.modal-mobile-close:hover {
	background-color: var(--text-color);
}







@media (max-width: 1399px) {
	h1,
	.heading h2 {
		font-size: 42px;
	}
	h2,
	.woocommerce div.product p.price, .woocommerce div.product span.price {
		font-size: 32px;
	}
	h3 {
		font-size: 28px;
	}
	.header-logo img {
		max-width: 120px
	}
	.mainSlider-nav {
	    right: calc((100% - 1116px) / 2);
	}
	.artistsGallery-item {
		height: 380px;
	}
	.heading {
		margin-bottom: 40px;
	}
	.about-button {
		margin-top: 40px;
	}
	.about-wrap .heading {
	    width: calc(100% + 360px);
	    left: -360px;
	}
	.about-wrap .heading strong {
	    margin-left: 320px;
	}
	.category-item__image {
		height: 360px;
	}
	.category-item__image img {
	    max-height: 360px;
	}
	.category-item__title,
	.archiveCategory-items a,
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.artists-item__title {
		font-size: 21px;
	}
	.archiveCategory-items a {
		min-width: 320px;
	}
	.woocommerce ul.products li.product .product-image {
	    height: 360px;
	}
	.woocommerce ul.products li.product a .product-image img {
		max-height: 360px;
	}
	.productSingle-gallery-item a {
		height: calc((1116px - (5 * 24px)) / 6);
	}

	.aboutPageBlock-images-item {
		height: 460px;
	}
	.galleryBlock-item {
		height: 250px;
	}
	.advantages-item__value {
		font-size: 48px;
	}
	.error-404-number {
		font-size: 165px;
	}
}




@media (max-width: 1199px) {
	h1,
	.heading h2 {
		font-size: 36px;
	}
	.mainSlider-nav {
	    right: calc((100% - 936px) / 2);
	}
	.artistsGallery-item {
	    height: 300px;
	    margin-bottom: 35px;
	}
	.swiper-slide:nth-child(2n) .artistsGallery-item {
	    margin-bottom: 0;
	    margin-top: 35px;
	}
	.about-wrap .heading {
	    width: calc(100% + 240px);
	    left: -240px;
	}
	.about-wrap .heading strong {
	    margin-left: 280px;
	}
	.video-play {
		width: 80px;
	    height: 80px;
	    top: calc(50% - 40px);
	    right: -40px;
	}
	.footer-logo img {
	    max-width: 100px;
	}
	.contacts-data p {
	    margin-bottom: 10px;
	    padding: 0 20px 10px;
	}
	.woocommerce-loop-product__link {
		padding: 20px;
	}
	.archiveCategory-items a {
	    min-width: 260px;
	}
	.productSingle-gallery-item a {
	    height: calc((966px - (5 * 24px)) / 6);
	}
	.aboutPageBlock-images-item {
	    height: 380px;
	}
	.galleryBlock-item {
	    height: 240px;
	}
	.advantages-items {
		margin-top: 40px;
	}
	.advantages-item__value {
	    font-size: 36px;
	}
	.advantages-item__text {
		font-size: 14px;
	}
}



@media (max-width: 991px) {
	h1,
	.heading h2 {
		font-size: 32px;
	}
	h2,
	.woocommerce div.product p.price, .woocommerce div.product span.price {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.heading {
		margin-bottom: 30px;
	}
	.header-logo img {
	    max-width: 100px;
	}
	.mainSlider-nav {
	    right: calc((100% - 696px) / 2);
	}
	.soc-links li {
	    margin-right: 15px;
	}
	.main-menu {
		display: block;
	}
	.main-menu > li {
		margin-bottom: 10px;
		margin-right: 0;
	}
	.main-menu > li:last-child {
		margin-bottom: 0;
	}
	.main-menu ul {
		display: none;
		position: relative;
		opacity: 1;
	    transform: translateY(0);
	    visibility: inherit;
	    z-index: 99;
	    top: 0;
	    left: 0;
	    width: 100%;
	}
	.main-menu li.active > ul {
		display: block;
	}
	.main-menu > li:hover > .main-menu-arrow {
		transform: rotate(0);
	}
	.main-menu > li.active > .main-menu-arrow {
		transform: rotate(180deg);
	}
	.about-image,
	.video-image,
	.contacts-image,
	.advantages-image,
	.artists-item__image {
		margin-bottom: 25px;
		display: inline-block;
	}
	.about-image img,
	.video-image img,
	.contacts-image img,
	.advantages-image img,
	.artists-item__image img {
		max-height: 420px;
	}
	.about-wrap .heading,
	.contacts-wrap .heading,
	.aboutPageBlock-wrap .heading {
	    width: 100%;
	    left: 0;
	}
	.about-wrap .heading strong,
	.contacts-wrap .heading strong,
	.aboutPageBlock-wrap .heading strong {
	    margin-left: 20%;
	}
	.about-button {
	    margin-top: 30px;
	}
	.category-item__wrap {
		padding: 20px;
	}
	.category-item__link .category-item__button {
	    transform: translateY(50px);
	    opacity: 1;
	    visibility: inherit;
	    z-index: 9;
	}
	.video-play {
	    width: 80px;
	    height: 80px;
	    top: inherit;
	    right: inherit;
	    left: calc(50% - 40px);
	    bottom: -20px;
	}
	.footer-wrap {
		flex-direction: column;
		align-items: center;
	}
	.footer-widget {
		margin-bottom: 40px;
		text-align: center;
	}
	.footer-widget:last-child {
		margin-bottom: 0;
	}
	.footer-widget-title {
		margin-bottom: 15px;
	}
	.footer-contacts p {
		justify-content: center;
	}
	.footer-soc {
		justify-content: center;
	}

	.category-item__title, .archiveCategory-items a, .woocommerce ul.products li.product .woocommerce-loop-product__title, .artists-item__title {
	    font-size: 18px;
	}
	.archiveCategory-items a {
	    min-width: 200px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	    flex: 0 0 calc(100% / 3);
	    max-width: calc(100% / 3);
	}
	.productSingle-image {
		margin-bottom: 30px;
	}
	.productSingle-image img {
		max-height: 420px;
	}
	.productSingle-gallery-item a {
	    height: calc((696px - (2 * 24px)) / 3);
	}
	.aboutPageBlock-swiper {
		margin-bottom: 30px;
	}
	.aboutPageBlock-images-item {
		height: 420px;
	}
	.galleryBlock-item {
		height: 200px;
	}
	.artists-item__content {
		padding-top: 15px;
		margin-top: 10px;
	}
}




@media (max-width: 767px) {
	.section {
		padding-top: 56px;
		padding-bottom: 56px;
	}
	.section-md {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.header,
	.home .header {
		margin: 0;
		padding: 10px 0;
		position: sticky;
		top: 0;
		left: 0;
		background-color: var(--bg-color);
	}
	.header-logo img {
	    max-width: 80px;
	}
	.mainSlider-nav {
	    right: calc((100% - 516px) / 2);
	    bottom: 40px;
	}
	.artistsGallery-item {
	    height: 230px;
	}
	.archiveCategory-items {
		flex-wrap: wrap;
	}
	.archiveCategory-items a {
		flex: 0 0 calc(50% - 12px);
		max-width: calc(50% - 12px);
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
	    flex: 0 0 calc(100% / 2);
	    max-width: calc(100% / 2);
	    margin: 0;
	    width: auto;
	}
	.woocommerce .woocommerce-ordering select {
		width: 100%;
	}
	.productSingle-gallery-item a {
	    height: calc((516px - (2 * 24px)) / 3);
	}
	.error-404-number {
	    font-size: 120px;
	}
}





@media (max-width: 575px) {
	.btn {
		--bs-btn-padding-x: 15px;
		min-width: 150px;

	}
	h1,
	.heading h2 {
		font-size: 28px;
	}
	h2,
	.woocommerce div.product p.price, .woocommerce div.product span.price {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 15px;
	}
	.mainSlider-nav {
	    right: 12px;
	}
	.category-item__count {
		top: 20px;
		right: 20px;
	}
	.category-item__title, .archiveCategory-items a, .woocommerce ul.products li.product .woocommerce-loop-product__title, .artists-item__title {
	    font-size: 16px;
	}
	.productSingle-gallery-item a,
	.galleryBlock-item {
	    height: calc((100vw - (2 * 24px)) / 2);
	}
	.artists-item__link-title {
		font-size: 18px;
	}
	.category-item__wrap {
		padding: 15px 10px;
	}
	.mainSlider-item img {
		min-height: 420px;
	}
	.archiveCategory-items a {
		flex: 0 0 100%;
		max-width: 100%;
	}
}




@media (max-width: 479px) {
	.about-wrap .heading strong, .contacts-wrap .heading strong, .aboutPageBlock-wrap .heading strong {
	    margin-left: 10%;
	}
}