/*!
Theme Name: slavdver
Theme URI: http://slavdver.ru/
Author: slavdver
Author URI: http://slavdver.ru
Description: slavdver
Version: 1.0.0
Text Domain: slavdver.ru
*/
@font-face {
    font-family: 'Font Awesome 6 Pro';
    src: url('/wp-content/themes/slavdver/font/fa-light-300.ttf');
    src: url('/wp-content/themes/slavdver/font/fa-light-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

/* Добавьте остальные @font-face для остальных файлов шрифтов аналогичным образом */



/* Document
	 ========================================================================== */
	 html {
		line-height: 1.15;
		-webkit-text-size-adjust: 100%;
		scroll-behavior: smooth;
	 }
	 :root {
		--metal-gradient: linear-gradient(135deg, #f5f6f6 0%, #dddfe3 20%, #efefef 51%, #dbdce2 79%, #f5f6f6 100%);
		--but-gradient: linear-gradient(135deg, rgba(228,57,38,1) 0%,rgba(255,115,25,1) 100%);
		--but-hover-gradient: linear-gradient(45deg,  rgba(207,46,46,1) 0%,rgba(214,21,21,1) 49%,rgba(207,46,46,1) 100%);
		--but-hover-shadow: 0px 4px 8px #00000040;

	}
	* {
		font-family: "Montserrat", sans-serif;
		font-optical-sizing: auto;
		outline: none !important;
	}
	
	body {
		color: #262020;
		font-size: 15px;
		line-height: 1.2;
		font-weight: 500;
		margin: 0;
	}
	h1 {
		font-size: clamp(1.6rem, 1.468rem + 0.66vw, 2.5rem);
		margin: 0.8rem 0 1.4rem;
		font-weight: 600;
	}
	h2 {
		font-size: clamp(1.5rem, 1.412rem + 0.44vw, 2.1rem);
		margin: 1rem 0 2rem;
		font-weight: 600;
	}
	p {
		margin: 0 0 clamp(0.9rem, 0.871rem + 0.15vw, 1.1rem) 0;
		font-size: clamp(0.9rem, 0.885rem + 0.07vw, 1rem);
		line-height: clamp(1.3rem, 1.227rem + 0.36vw, 1.5rem);
	}
	main {
		overflow: hidden;
		display: block;
		margin: 0px auto;
	}
	hr {
		box-sizing: content-box;
		height: 0;
		overflow: visible;
	}
	
	pre {
		font-family: monospace, monospace;
		font-size: 1em;
	}
	
	a {
		cursor: pointer;
		background-color: transparent;
	}
	
	abbr[title] {
		border-bottom: none;
		text-decoration: underline;
		text-decoration: underline dotted;
	}
	
	b,
	strong {
		font-weight: bolder;
	}
	
	code,
	kbd,
	samp {
		font-family: monospace, monospace;
		font-size: 1em;
	}
	
	small {
		font-size: 80%;
	}
	
	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}
	
	sub {
		bottom: -0.25em;
	}
	
	sup {
		top: -0.5em;
	}
	
	img {
		border-style: none;
	}
	
	button,
	input,
	optgroup,
	select,
	textarea {
		line-height: 1.15;
		margin: 0;
		font-size: 14px;
		font-weight: 400;
		transition: 0.2s;
	}
	
	button,
	input {
		overflow: visible;
	}
	
	button,
	select {
		text-transform: none;
	}
	
	button,
	[type="button"],
	[type="reset"],
	[type="submit"] {
		-webkit-appearance: button;
	}
	
	button::-moz-focus-inner,
	[type="button"]::-moz-focus-inner,
	[type="reset"]::-moz-focus-inner,
	[type="submit"]::-moz-focus-inner {
		border-style: none;
		padding: 0;
	}
	
	button:-moz-focusring,
	[type="button"]:-moz-focusring,
	[type="reset"]:-moz-focusring,
	[type="submit"]:-moz-focusring {
		outline: 1px dotted ButtonText;
	}
	
	fieldset {
		padding: 0.35em 0.75em 0.625em;
	}
	
	legend {
		box-sizing: border-box;
		color: inherit;
		display: table;
		max-width: 100%;
		padding: 0;
		white-space: normal;
	}
	
	progress {
		vertical-align: baseline;
	}
	
	textarea {
		overflow: auto;
	}
	
	[type="checkbox"],
	[type="radio"] {
		box-sizing: border-box;
		padding: 0;
	}
	
	[type="number"]::-webkit-inner-spin-button,
	[type="number"]::-webkit-outer-spin-button {
		height: auto;
	}
	
	[type="search"] {
		-webkit-appearance: textfield;
		outline-offset: -2px;
	}
	
	[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}
	
	::-webkit-file-upload-button {
		-webkit-appearance: button;
		font: inherit;
	}
	
	*,
	*::before,
	*::after,
	html {
		box-sizing: border-box;
	}
	
	/* Elements
	--------------------------------------------- */
	
	hr {
		background-color: #ccc;
		border: 0;
		height: 1px;
		margin-bottom: 1.5em;
	}
	
	ul,
	ol {
		margin: 0;
	}
	
	ul {
		list-style: disc;
	}
	
	ol {
		list-style: decimal;
	}
	li {
		position: relative;
	}
	dt {
		font-weight: 700;
	}
	
	dd {
		margin: 0 1.5em 1.5em;
	}
	
	embed,
	iframe,
	object {
		max-width: 100%;
	}
	
	img {
		height: auto;
		max-width: 100%;
	}
	
	figure {
		margin: 0;
	}
	
	table {
		margin: 0 0 1.5em;
		width: 100%;
	}
	
	/* Links
	--------------------------------------------- */
	a {
		color: #c0392b;
	}
	
	a:visited {
		color: #c0392b;
	}
	
	a:hover,
	a:focus,
	a:active {
		color: #c0392b;
	}
	
	a:focus {
		outline: thin dotted;
	}
	
	a:hover,
	a:active {
		outline: 0;
	}
	
	/*Slider Slick
	..............................*/
.slick-slider {
    position: relative;
    & .arrow-slick {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 10px;
        top: 50%;
        transform: translate(0%, -50%);
        background: #fff;
        border: 1px solid #fff;
        border-radius: 100px;
        z-index: 3;
        width: 50px;
        height: 50px;
        opacity: 0.7;
        transition: 0.2s;
        cursor: pointer;
        &::before {
            content: '';
            height: 10px;
            width: 10px;
            border-left: 2px solid #333;
            border-top: 2px solid #333;
            display: block;
            transform: rotate(-45deg);
            transition: 0.2s;
        }
        &.arrow-slick-next {
            left: calc(100% - 60px);
            &::before {
                transform: rotate(135deg);
            }
        }
        &:hover {
            box-shadow: 0px 0px 0px 2px #fa681c;
            &::before {
                border-color: #fa681c;
            }
        }
    }
    &:hover {
        .arrow-slick {
            opacity: 0.9;
        }
    }

    & ul.slick-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
        margin: auto;
        padding: 0px;
        gap: 8px;
        cursor: pointer;
        & li {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #fff;
            border-radius: 50px;
            cursor: pointer;
            &:hover {
                box-shadow: 0px 0px 0px 2px #fa681c;
            }
            & button {
                background: #fff;
                font-size: 0px;
                border-radius: 50px;
                display: block;
                width: 20px;
                height: 20px;
                border: 1px solid #fa681c;
                box-shadow: inset 0px 0px 0px 2px #fff;
            }
        }
        & li.slick-active {
            & button {
                background: #fa681c;
                border-radius: 50px;
                cursor: pointer;
            }
        }
    }

    &.slider-banner {
        & ul.slick-dots {
            position: absolute;
            top: calc(100% - 40px);
            left: 0%;
            width: 100%;
            z-index: 3;
        }
        & figure.wp-block-image img {
            aspect-ratio: 1250 / 550;
            border-radius: 10px;
        }
    }

}
	/* Forms
	--------------------------------------------- */
	form[role="search"] {
		display: flex;
		align-items: center;
		width: 100%;
	}
	form:not([role="search"]) {
		display: block;
		width: 100%;
		& input:-internal-autofill-selected {
			background: #fff;
		}
		& input:not([type="checkbox"]):not([type="number"]) {
			display: block;
			font-size: 14px;
			width: 100%;
			line-height: 1;
			border: 1px solid #e4dfdf;
			padding: 15px 17px;
			background: #fff;
			border-radius: 12px;
			box-shadow: none;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			caret-color: #F53D2E;
			font-weight: 500;
			float: none;
			position: relative;
		}
		& textarea {
			display: block;
			font-size: 14px;
			width: 100%;
			line-height: 1;
			border: 1px solid #e4dfdf;
			padding: 25px 20px;
			background: #fff;
			border-radius: 12px;
			box-shadow: none;
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			caret-color: #F53D2E;
			font-weight: 500;
			float: none;
			position: relative;
			max-height: 130px;
		}
		& input[type="submit"] {
			background: var(--but-gradient);
			padding: 16px 10px;
			cursor: pointer;
			text-align: center;
			color: #f9f9f9;
		}
	}
	input[type="text"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="password"]:focus,
	input[type="search"]:focus,
	input[type="number"]:focus,
	input[type="tel"]:focus,
	input[type="range"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="week"]:focus,
	input[type="time"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="color"]:focus,
	textarea:focus {
		background: #fff;
		color: #000;
	}
	
	select {
		border: 1px solid #ccc;
	}
	
	textarea {
		width: 100%;
	}
	
	form.wpcf7-form {
		& .inputs {
			position: relative;
			& .inputs-box {
				position: relative;
			}
			& .inp {
				position: relative;
				margin-bottom: 13px;
				& i {
					position: absolute;
					z-index: 1;
					top: -8px;
					left: 14px;
					font-style: normal;
					font-size: 12px;
					background: #fff;
					padding: 1px 3px;
					color: #7a7a7a;
					border-radius: 5px 5px 0 0;
				}
			&.inp-name {
				&::before {
					content: "\f007";
					font-family: "Font Awesome 6 Pro";
					position: absolute;
					z-index: 1;
					top: 50%;
					left: 4%;
					transform: translate(0%, -50%);
					font-size: 15px;
					color: #999;
				}
				input {
					padding-left: 40px;
				}
				&:focus-within:before {
					color: #d54a0d;
				}
			}
			&.inp-tel {
				&::before {
					content: "\f2a0";
					font-family: "Font Awesome 6 Pro";
					position: absolute;
					z-index: 1;
					top: 50%;
					left: 4%;
					transform: translate(0%, -50%);
					font-size: 15px;
					color: #999;
				}
				input {
					padding-left: 40px;
				}
				&:focus-within:before {
					color: #d54a0d;
				}
			}
			}
			& .inp.inp-sub {
				margin: 0px;
				& input[type="submit"] {
					background: #e4dfdf;
					padding: 18px 20px;
					color: #262020;
					font-weight: 600;
					&:hover {
						color: #fff;
						background: var(--but-hover-gradient);
						box-shadow: var(--but-hover-shadow);
						border-color: #ffffff00;
					}
				}
			}
			& textarea::placeholder,
			& input::placeholder {
				color: #c2c2c2;
			} 
			& textarea:focus-within,
			& input:focus-within {
				border: 1px solid #d54a0d;
			} 
			& .wpcf7-form-control-wrap:focus-within + i,
			& .wpcf7-form-control-wrap:focus + i {
				color: #F53D2E;
			}
		}
	}
	/* Head
	--------------------------------------------- */
	.menu-header {
		background: #fff;
		box-shadow: 0 0 20px rgba(0,0,0,.1);
		& a {
			text-decoration: none;
			color: #262020;
			transition: 0.2s;
		}
		& a:hover {
			text-decoration: underline;
			transition: 0.2s;
		}
		& p {
			margin: 0px;
		}
		& .wp-block-columns-is-layout-flex {
			width: 100%;
			justify-content: space-between;
			margin: 0;
		}
		& .header-wrap {
			padding: 10px 0px;
			display: flex;
			align-items: center;
			justify-content: space-between;
			gap: 10px;
			position: relative;
			transition: 0.3s;
		}
	
		& .header-nav-top {
			width: 100%;
			background: #f4f4f4;
			& .header-nav-city a {
				color: #7c7474;
				font-size: 12px;
			}
		}
	
		& .header-menu-center {
			& ul.wp-block-social-links {
				margin: 0px auto;
				padding: 0px;
				list-style: none;
				display: flex;
				align-items: center;
				gap: 10px;
			}
	
			& ul.wp-block-social-links li.wp-social-link {
				background: none;
				margin: 0px;
				padding: 0px;
				&.wp-social-link-instagram a {
					background-image: url(/wp-content/themes/slavdver/img/instagram.svg);
				}

				&.wp-social-link-vk a {
					background-image: url(/wp-content/themes/slavdver/img/vk.svg);
				}

				&.wp-social-link-vimeo a {
					background-image: url(/wp-content/themes/slavdver/img/viber.svg);
				}

				&.wp-social-link-telegram a {
					background-image: url(/wp-content/themes/slavdver/img/telegram.svg);
				}

				&.wp-social-link-whatsapp a {
					background-image: url(/wp-content/themes/slavdver/img/whatsapp.svg);
				}
				& a {
					background: url(/wp-content/themes/slavdver/img/whatsapp.svg) 50% 50% / contain no-repeat;
					display: block;
					width: 28px;
					height: 28px;
					font-size: 0px;
					opacity: 0.7;
					transition: 0.3s;
					&:hover {
						opacity: 1;
						filter: blur(0.3px);
						transform: scale(1.05);
					}
				}
			}
		}
	
		& .header-menu-right {
			& ul.wp-block-navigation {
				margin: 0px auto;
				padding: 0px;
				list-style: none;
				display: flex;
				align-items: center;
				gap: 0.4rem;
				justify-content: space-between;
			}
			& ul.wp-block-navigation li {
				& a {
					font-size: 14px;
				}
				& ul.wp-block-navigation-submenu {
					padding: 0.5rem;
					border-radius: 10px;
					border: 0px;
					box-shadow: 0px 5px 10px #00000030;
					z-index: 50;
					&:is(.wp-block-navigation-submenu) {
					min-width: 220px;
					}
					& li.wp-block-navigation-item {
						background: none;
						border: 0px;
					}
				}
			}
		}
		& .header-fixed-box {
			min-height: 160px;
			& .header-fixed {
				background: #fff;
				position: relative;
				top: 0%;
				left: 0%;
				width: 100%;
				z-index: 30;
				padding: 0px;
				&.fixed {
					box-shadow: 0 0 25px rgb(0 0 0 / 20%);
					position: fixed;
					& .site-branding {
						max-width: 240px;
					}
					& .header-nav-middle {
						min-height: auto;
					}
					& .header-nav-middle .header-wrap {
						padding: 2px 0px;
					}
					& .header-nav-bottom {
						padding: 5px 0px;
						& ul.nav-menu > li {
							padding: 5px 8px;
						}
					}
				}
			}
		}
		& .header-nav-middle {
			min-height: 80px;
			& ul {
				padding: 0px;
				list-style: none;
			}
			& ul.woocommerce-mini-cart {
				list-style: none;
				max-height: 50dvh;
				overflow-y: auto;
				padding: 10px 5px 10px 10px;
					&::-webkit-scrollbar {
					width: 8px;
					height: 8px;
					border-radius: 10px;
					}
					&::-webkit-scrollbar-track {
					border-radius: 10px;
					background: #f7f7f7;
					}
					&::-webkit-scrollbar-thumb {
					border-radius: 10px;
					background: linear-gradient(to bottom,  rgb(255 183 183) 0%,rgb(255 221 200) 100%);
					box-shadow: inset 0 0 1px 1px #ffffff;
					cursor: pointer;
					}
					&::-webkit-scrollbar-thumb:hover {
					background: linear-gradient(to bottom,  rgba(228,57,38,1) 0%,rgba(255,115,25,1) 100%);
					}
			}
	
			& .site-branding {
				width: 100%;
				max-width: 280px;
				flex-shrink: 0;
				transition: 0.2s;
				&:hover {
					filter: drop-shadow(2px 4px 1px #f05320);
				}
				& a {
					display: block;
				}
				& img {
					width: 100%;
				}
			}
			& ul#menu-katalog {display: none;}
			& ul.nav-menu-catalog {
				& li.but-catalog {
					position: initial;
				}
				& li.but-catalog > a {
					display: flex;
					justify-content: space-between;
					align-items: center;
					padding: 10px 20px;
					border-radius: 12px;
					background: var(--but-gradient);
					color: #fff;
					border: 0 none;
					position: relative;
					cursor: pointer;
					font-size: 16px;
					gap: 8px;
					text-decoration: none;
					&::before {
						content: "";
						background: url(/wp-content/themes/slavdver/img/menu.svg) 50% 50% / contain no-repeat;
						display: block;
						width: 25px;
						height: 25px;
						filter: invert(1);
					}
					&.active::before {
						background-image: url(/wp-content/themes/slavdver/img/close.svg);
					}
					&:hover {
						background: var(--but-hover-gradient);
						box-shadow: var(--but-hover-shadow);
					}
				}
	
				& li.but-catalog > ul.main-menu {
					padding: 30px;
					background-color: var(--color-white);
					border: 1px solid #e4dfdf;
					box-shadow: 0 4px 20px rgba(0,0,0,.15);
					border-radius: 12px;
					background: #fff;
					position: absolute;
					z-index: 5;
					width: 100%;
					left: 0%;
					display: none;
					transition: 0.3s;
					& li.tabs-menu {
						display: flex;
						& ul.tabs-boxli {
							border-right: 1px solid #e8e8e8;
							flex-basis: 25%;
							padding: 0px 15px;
							& > li {
								margin-bottom: 8px;
								padding: 7px 35px 7px 10px;
								border-radius: 5px;	
								&::before {
									content: '';
									position: absolute;
									top: 50%;
									right: 5px;
									border: 1px solid #b6b6b6;
									width: 25px;
									height: 20px;
									display: flex;
									align-items: center;
									justify-content: center;
									transform: translate(0%, -50%);
									cursor: pointer;
									border-radius: 3px;
								}
								&:hover::before {
									border-color: #fff;
									background: var(--but-gradient);
									color: #fff;
								}
								&::after {
									content: '';
									position: absolute;
									top: 50%;
									right: 7px;
									font-weight: bold;
									border-top: 2px solid #6b6b6b;
									border-left: 2px solid #6b6b6b;
									width: 7px;
									height: 7px;
									transform: translate(-100%, -50%) rotate(140deg);
									cursor: pointer;
								}
								&:hover::after {
									border-color: #fff;
									color: #fff;
								}
							}
							& > li.active {
								background: #f4f4f4;
								& > a {
								font-weight: 600;
								color: #262020;
								text-decoration: none;
								display: block;
								border-radius: 5px;
							}
							&::before {
								border-color: #fff;
								background: var(--but-gradient);
							}
							&::after {
								border-color: #fff;
							}
							}
						}
						& ul.tabs-boxul {
							flex-basis: 75%;
							padding: 0px 15px;
							& ul.boxul {
								display: none;
								gap: 25px;
								flex-wrap: wrap;
								& > li.tabli {
									max-width: 33.33%;
									padding: 0px 10px;
									& li {
										margin-bottom: 10px;
									}
									& a {
										color: #616161;
										font-size: 13px;
										&:hover {
											text-decoration: underline;
										}
									}
								}
								& > li.tabli > a {
									font-weight: 700;
									font-size: 13px;
									line-height: 1.4;
									display: block;
									margin-bottom: 10px;
									text-decoration: none;
									color: #444;
								}
							}
							& ul.boxul.active {
								display: flex;
							}
						}
					}
			}
			& li.but-catalog > ul.main-menu.active {
				display: block;
			}
			}
	
			& .site-search {
				flex-grow: 1;
	
				& button[type="submit"] {
					border: 1px solid #d54a0d;
					background: var(--but-gradient);
					line-height: 1;
					padding: 0;
					border-radius: 12px;
					color: #fff;
					font-size: 0px;
					width: 45px;
					height: 45px;
					display: flex;
					align-items: center;
					justify-content: center;
					margin: 0px 0px 0px -45px;
					cursor: pointer;
					&:hover {
						background: var(--but-hover-gradient);
						box-shadow: var(--but-hover-shadow);
					}
	
					&::before {
						content: "";
						display: block;
						background: url(/wp-content/themes/slavdver/img/search.svg) 50% 50% / contain no-repeat;
						width: 30px;
						height: 30px;
						filter: invert(1);
					}
				}
	
				& input[type="search"] {
					width: 100%;
					min-height: 45px;
					font-weight: 500;
					border: 1px solid #d54a0d;
					border-radius: 12px;
					padding: 10px 55px 10px 20px;
					display: block;
				}
			}
	
			& .site-connection {
				& .wp-block-columns-is-layout-flex {
					display: flex;
					align-items: center !important;
					gap: 0;
					max-width: 350px;
					& .gophone {
						text-align: center;
						gap: 0.3rem;
						display: flex;
						flex-direction: column;
						& a {
							text-decoration: none;
							font-weight: 600;
							&:hover {
								text-decoration: underline dashed 1px #999;
							}
						}
					}
	
					& .ordercall {
						& .wp-block-button {
							width: 100%;
							display: flex;
							flex-direction: column;
							&.ordercall-but-phone a.wp-block-button__link {
								display: flex;
								justify-content: center;
								align-items: center;
								padding: 6px;
								border-radius: 7px;
								background: none;
								color: #626262;
								position: relative;
								cursor: pointer;
								gap: 4px;
								text-decoration: none;
								border: 1px solid #b6b6b6;
								text-transform: uppercase;
								font-size: 11px;
								font-weight: 600;
								max-width: 190px;
								&:hover {
									color: #fff;
									background: var(--but-gradient);
									border-color: #d54a0d;
									&::before {
										opacity: 1;
										filter: invert(1);
									}
								}
							}
							&.ordercall-but-metering a.wp-block-button__link {
								display: flex;
								justify-content: center;
								align-items: center;
								background: none;
								color: #d54a0d;
								position: relative;
								cursor: pointer;
								gap: 2px;
								text-decoration: none;
								text-transform: uppercase;
								font-size: 11px;
								font-weight: 600;
								padding: 0.4rem 0 0;
								&:hover {
									color: #000;
									&::before {
										filter: brightness(0);
									}
								}
							}
							& a.wp-block-button__link {
								&::before {
									content: "";
									display: block;
									width: 16px;
									height: 16px;
									opacity: 0.7;
									background: url("/wp-content/themes/slavdver/img/call.svg") 50% 50% / contain no-repeat;
								}
								.ordercall-but-metering &::before {
									background: url("/wp-content/themes/slavdver/img/roulet.svg") 50% 50% / contain no-repeat;
									opacity: 1;
									margin-top: -5px;
								}
							}
						}
						& .ordercall-buttons {
							gap: 0.2rem;
						}
					}
				}
			}
			& a.favorite-link {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 50px;
				height: 45px;
				min-width: 46px;
				border: 1px solid #b6b6b6;
				box-sizing: border-box;
				border-radius: 12px;
				text-decoration: none;
				transition: 0.2s;
			&:hover {
				background: var(--but-gradient);
				& span.favorite-count {
					transform: scale(1.2);
				}
			}
			&.link-plus {
				border-color: #d54a0d;
			}
				& span.favorite-count {
					width: 32px;
					height: 32px;
					background: url("/wp-content/themes/slavdver/img/heart.svg") 50% 50% / cover no-repeat;
					display: flex;
					align-items: center;
					justify-content: center;
					font-weight: 600;
					font-size: 0px;
					transition: 0.2s;
					&:hover,
					&.favorite-plus {
						background-image: url("/wp-content/themes/slavdver/img/heartclk.svg");
						color: #d54a0d;
					}
					&.favorite-plus {
						font-size: 12px;
					}
					& i {
						font-style: normal;
					}
				}
			}
			& .site-header-cart {
				& a.cart-contents {
					display: flex;
					justify-content: center;
					align-items: center;
					width: 50px;
					height: 45px;
					min-width: 46px;
					border: 1px solid #b6b6b6;
					box-sizing: border-box;
					border-radius: 12px;
					&::before {
						content: "";
						display: block;
						width: 26px;
						height: 26px;
						opacity: 0.5;
						background: url("/wp-content/themes/slavdver/img/cart.svg") 50% 50% / contain no-repeat;
						transition: 0.3s;
					}
					& span.amount {
						display: none;
						position: absolute;
					}
					& span.count {
						position: absolute;
						top: -15px;
						right: -13px;
						font-size: 11px;
						font-weight: 600;
						color: #fff;
						border: 1px solid #fff;
						border-radius: 100px;
						width: 25px;
						height: 25px;
						display: flex;
						align-items: center;
						justify-content: center;
						background: var(--but-gradient);
						line-height: 1;
						text-align: center;
						box-shadow: 0px 0px 0px 2px #ffffff7a;
					}
				}
				&:hover > a.cart-contents {
					border-color: #d54a0d;
					background: var(--but-gradient);
					&::before {
						opacity: 1;
						filter: invert(1);
						transform: scale(1.35);
					}
				}
			}
		}
	}
	
	.header-wrap {
		width: 100%;
		max-width: 1200px;
		margin: 0px auto;
	}
	.header-nav-bottom {
		border-top: 1px solid #e8e8e8;
		padding: 15px 0px;
		transition: 0.3s;
	& .header-wrap {
		padding: 0px;
		gap: 0px;
	}
	& .main-navigation {
		width: 100%;
	}
	& ul.nav-menu {
		display: flex;
		align-items: center;
		justify-content: space-between;
		list-style: none;
		width: 100%;
		padding: 0px;
		gap: 20px;
		& > li::before {
			font-size: 20px;
			color: #656565;
		}
		& > li {
			display: flex;
			align-items: center;
			gap: 10px;
			padding: 10px 12px;
			border: 1px solid #fff;
			border-radius: 8px;
			transition: 0.3s;
			&:hover {
				border-color: #e1c6c4;
				&::before {
					color: #e23d32;
				}
				& a {
					color: #d54a0d;
					text-decoration: none;
				}
			}
			& a {
				font-size: 16px;
				&::before {
					content:'';
					position: absolute;
					display: block;
					background: none;
					width: 100%;
					height: 100%;
					top: 0px;
					left: 0px;
				}
			}
			& ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu {
				padding: 0.5rem;
				border-radius: 10px;
				border: 0px;
				box-shadow: 0px 5px 10px #00000030;
				&:is(.wp-block-navigation-submenu) {
					min-width: 250px;
					}
				&::before {
					content: none;
				}
				& li.wp-block-navigation-item {
					background: none;
					border: 0px;
					& a {
						border-radius: 5px;
						font-size: 0.95rem;
						color: #262020;
						border: 1px solid #fff;
					}
					&:hover {
						& > a {
							color: #d54a0d;
							border-color: #d54a0d;
						}
					}
				}
			}
		}
	}
}







	
	.site-main .comment-navigation,
	.site-main .posts-navigation,
	.site-main .post-navigation {
		margin: 0 0 1.5em;
	}
	
	.comment-navigation .nav-links,
	.posts-navigation .nav-links,
	.post-navigation .nav-links {
		display: flex;
	}
	
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		flex: 1 0 50%;
	}
	
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		text-align: end;
		flex: 1 0 50%;
	}
	
	/* Posts and pages
	--------------------------------------------- */
	.entry-header {
		width: 100%;
		max-width: 1200px;
		margin: 1.5em auto 0;
	}
	
	.sticky {
		display: block;
	}
	
	.post,
	.page {
		margin: 0;
	}
	
	.updated:not(.published) {
		display: none;
	}
	
	.page-content,
	.entry-content,
	.entry-summary {
		width: 100%;
		max-width: 1200px;
		margin: 1.5em auto 0;
	}
	
	.page-links {
		clear: both;
		margin: 0 0 1.5em;
	}
	
	/* Style Custom .page-h1 
	--------------------------------------------- */
	header.h1-page-block.page-header {
		width: 100%;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		height: clamp(300px, 22vh + 5vw, 50vh);
	}
	header.h1-page-block.page-header::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: block;
		z-index: 1;
		background: radial-gradient(ellipse at center, rgb(0 0 0 / 70%) 40%, rgb(0 0 0 / 95%) 100%);
	}
	header.h1-page-block.page-header img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		z-index: 0;
		object-fit: cover;
		transform: translate(-50%, -50%);
		height: 100%;
	}
	.h1-page-block-head {
		position: relative;
		z-index: 1;
		padding: 1rem;
		max-width: 1100px;
		margin: 0 auto;
	}
	.h1-page-block-head hr {
		margin: 0 auto 1.5rem;
		max-width: 200px;
		height: 2px;
	}
	h1.h1-page-zagolovok {
		font-size: clamp(1.5rem, 1.056rem + 2.22vw, 3rem);
		color:#fff;
		text-align: center;
	}
	p.h1-page-opisanie {
		color: #fff;
		text-align: center;
		font-size: clamp(1rem, 0.891rem + 0.55vw, 1.3rem);
		font-weight: 400;
		margin: 0;
	}

	/* Comments
	--------------------------------------------- */
	.comment-content a {
		word-wrap: break-word;
	}
	
	.bypostauthor {
		display: block;
	}
	
	/* Widgets
	--------------------------------------------- */
	.widget {
		margin: 0 0 1.5em;
	}
	
	.widget select {
		max-width: 100%;
	}
	
	/* Media
	--------------------------------------------- */
	.page-content .wp-smiley,
	.entry-content .wp-smiley,
	.comment-content .wp-smiley {
		border: none;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
	}
	
	/* Make sure logo link wraps around logo image. */
	.custom-logo-link {
		display: inline-block;
	}
	
	/* Captions
	--------------------------------------------- */
	.wp-caption {
		margin-bottom: 1.5em;
		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;
	}
	
	/* Galleries
	--------------------------------------------- */
	.gallery {
		margin-bottom: 1.5em;
		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;
	}
	
	
	/* Alignments
	--------------------------------------------- */
	.alignleft {
		/*rtl:ignore*/
		float: left;
	
		/*rtl:ignore*/
		margin-right: 1.5em;
		margin-bottom: 1.5em;
	}
	
	.alignright {
		/*rtl:ignore*/
		float: right;
	
		/*rtl:ignore*/
		margin-left: 1.5em;
		margin-bottom: 1.5em;
	}
	
	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1.5em;
	}

	
	/* Footer
	--------------------------------------------- */
	& .site-footer {
		background: #f4f4f4;
		width: 100%;
		padding: 50px 0px;
		& .footer-info {
			width: 100%;
			max-width: 1200px;
			margin: 0px auto;
			display: flex;
			gap: 0;
			& .footer-left-sidebar {
				width: 28%;
				border-right: 1px solid #e4dfdf;
				padding: 0px 35px 0px 15px;
				& .wbox {
					margin-bottom: 15px;
				}
				& figure.wlogo {
					max-width: 260px;
					margin-bottom: 30px;
					transition: 0.3s;
					&:hover {
						filter: drop-shadow(2px 4px 6px #f05320);
					}
				}
				& p {
					font-size: 14px;
					color: #363636;
					font-weight: 400;
					line-height: 1.4;
					margin: 0 0 0.8rem 0;
				}
				& .wtitle {
					color: #262020;
					font-size: 16px;
					font-weight: 600;
				}
				& .wphone a {
					color: #262020;
					font-size: 18px;
					font-weight: 600;
					text-decoration: none;
				}
				& .wmail a {
					color: #262020;
					font-size: 16px;
					font-weight: 600;
					text-decoration: none;
				}
				& .wmap a {
						color: #c0392b;
					}
				& .wbutn a {
					padding: 12px 15px;
					border-radius: 8px;
					background: none;
					color: #626262;
					position: relative;
					cursor: pointer;
					text-decoration: none;
					border: 1px solid #b6b6b6;
					text-transform: uppercase;
					font-size: 10px;
					font-weight: 600;
					min-width: 200px;
					display: block;
					line-height: 1;
					&:hover {
						border-color: #d54a0d;
						color: #fff;
						background: var(--but-gradient);
					}
				}
				& .wmenu {
					& .wmenu-title {
						margin-top: 20px;
						color: #262020;
						font-size: 16px;
						font-weight: 600;
					}
					& ul.menu-socialnye-knopki {
						margin: 0px auto;
						padding: 0px;
						list-style: none;
						display: flex;
						align-items: center;
						gap: 8px;
						& li {
							margin: 0px;
							padding: 0px;
							border-radius: 8px;
							background: #eeeeee;
							display: flex;
							align-items: center;
							justify-content: center;
							width: 45px;
							height: 45px;
							transition: 0.3s;
							border: 1px solid #d4d4d4;
							&:hover {
								background: #fff;
								opacity: 1;
								box-shadow: 0px 0px 10px #00000026;
								transform: scale(1.1);
							}
							& a {
								background: url(/wp-content/themes/slavdver/img/whatsapp.svg) 50% 50% / contain no-repeat;
								display: block;
								width: 28px;
								height: 28px;
								font-size: 0px;
								filter: opacity(0.7);
							}
							&.wp-social-link-instagram a {
								background-image: url(/wp-content/themes/slavdver/img/instagram.svg);
							}
							&.wp-social-link-vk a {
								background-image: url(/wp-content/themes/slavdver/img/vk.svg);
							}
							&.wp-social-link-vimeo a {
								background-image: url(/wp-content/themes/slavdver/img/viber.svg);
							}
							&.wp-social-link-telegram a {
								background-image: url(/wp-content/themes/slavdver/img/telegram.svg);
							}
							&.wp-social-link-whatsapp a {
								background-image: url(/wp-content/themes/slavdver/img/whatsapp.svg);
							}
						}
					}
				}
				}
			}

			& .footer-navigation {
				padding: 0px 5px 0px 40px;
				width: 72%;
				& .wp-block-navigation-submenu__toggle,
				& .wp-block-navigation-submenu__toggle {
					all: initial;
					display: none;
				}
				ul {
					padding: 0;
					margin: 0;
					list-style: none;
				}
				& ul.footer-menu {
					width: 100%;
					& a {
						color: #363636;
						text-decoration: none;
					}
					& > li {
						width: 100%;
						margin: 10px 0px 20px;
						flex-direction: column;
						align-items: flex-start;
					}
					& > li > a {
						padding: 5px 0px;
						color: #363636;
						font-size: 18px;
						font-weight: 600;
						display: table;
						margin-bottom: 20px;
					}
					& ul.wp-block-navigation__submenu-container {
						all: initial;
						& li.wp-block-navigation-submenu > a {
							color: #363636;
							font-size: 16px;
							font-weight: 600;
							padding: 5px 0px;
							display: block;
							width: 100%;
						}
						& li {
							margin: 0px 0px 8px;
							flex-direction: column;
							align-items: flex-start;
							& a {
								padding: 5px 0px;
								font-size: 14px;
								color: #7c7474;
								line-height: 1.2;
								&:hover {
									text-decoration: underline;
									color: #262020;
								}
							}
						}
					}
					& ul.wp-block-navigation__submenu-container {
						display: flex;
						flex-wrap: wrap;
						width: 100% !important;
						& > li.wp-block-navigation-submenu {
							width: 25% !important;
							align-items: flex-start;
							justify-content: flex-start;
							align-self: flex-start;
						}
						& ul.wp-block-navigation__submenu-container {
							flex-direction: column;
							& > li.wp-block-navigation-submenu {
								width: 100%;
								margin-bottom: 5px;
							}
						}
					}
				}
				& ul.footer-menu.footer-menu-depth-1 {
					& ul.wp-block-navigation__submenu-container {
						& li {
							width: 25%;
						}
					}
				}
			}
		}

/*****Moddals*********/

.site-modals {
	& .winmodal {
		position: fixed;
		top: -150%;
		left: 50%;
		background: #fff;
		padding: 30px;
		border-radius: 15px;
		transform: translate(-50%, 0%);
		z-index: 110;
		transition: 0.6s;
	}
	& .winmodal.active {
		top: 10%;
	}
	& .modal-night {
		position: fixed;
		width: 0%;
		height: 100%;
		top: 0%;
		left: 50%;
		z-index: 100;
		transition: 0.3s;
		border-radius: 0%;
		&::before {
            content:'';
			position: absolute;
			width: 0%;
			left: 0%;
			top: 0%;
			height: 100%;
			transition: 0.5s;
			transition-delay: 100ms;
		}
		&::after {
            content:'';
			position: absolute;
			width: 0%;
			right: 0%;
			top: 0%;
			height: 100%;
			transition: 0.5s;
			transition-delay: 300ms;
		}
	}
	& .modal-night.active {
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		border-radius: 0%;
		&::before {
            content:'';
			background: #10000070;
			width: 100%;
		}
		&::after {
            content:'';
			background: #00000070;
			width: 100%;
		}
	}
	& .modal-close {
		position: fixed;
		top: -55%;
		left: 50%;
		background: #fff;
		border: 2px solid #d54a0d;
		color: #d54a0d;
		font-size: 30px;
		z-index: 115;
		transform: translate(-50%, 0%);
		font-weight: 300;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 50px;
		border-radius: 100px;
		cursor: pointer;
		overflow: hidden;
		transition: 0.8s;
	}
	& .modal-close.active {
		top: 5%;
	}
}