/*
Theme Name: Ваш Магазин
Theme URI: mailto:besttheory@yandex.ru
Author: BestTheory
Author URI: mailto:besttheory@yandex.ru
Description: Эта тема разработана специально для сайта главного портала объявлений города Полевской
Version: 1.0
Text Domain: yourstore
*/
html * {
	max-height:1000000px;
	box-sizing: border-box;
}
body {
	line-height: 1.4;
}
body {
	font-family: Inter;
	font-size: 16px;
}
@media (any-hover: hover){
	body::-webkit-scrollbar {
		width: 10px;
	}
	body::-webkit-scrollbar-thumb {
		width: 10px;
		border-radius: 5px;
		background-color: #D4D4D4;
	}
	body::-webkit-scrollbar-track {
		background-color: transparent;
	}
}
h1 {
	font-size: 30px;
	margin: 10px 0 15px;
}
@media(max-width: 1000px){
	h1 {
		font-size: 25px;
	}	
}
@media(max-width: 600px){
	h1 {
		font-size: 20px;
	}
	body {
		font-size: 14px;
	}
}
a {
	color: #006BB0;
	transition: 0.2s;
}
@media(any-hover: hover){
	a:hover {
		color: #003366;
	}
}
.body-preload{
	height: 100vh;
	overflow-y: hidden;
}
.loader {
	display: flex;
    position: absolute;
	justify-content: center;
	align-items: center;
    background-color: rgba(255, 255, 255, 0.2);
	width: 100%;
	height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
}
.loader.load-modal{
	padding-top: 20px;
}
.preloader {
	display: flex;
    position: fixed;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    background: #fff;
	padding-bottom: 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
	transition: 0.5s;
	opacity: 1;
}
.preloader img {
    width: 130px;
	opacity: 0;
	animation: preloader 0.8s 1 alternate;
	animation-fill-mode: forwards;
	animation-delay: 0.3s;
	transition: 0.8s;
	transform: translateY(-15px);
}
@keyframes preloader {
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.preloader.hidden {
	opacity: 0;
}

/** BUTTON TOP **/
.go-top {
	position: fixed;
	z-index: 3;
	left: 20px;
	bottom: 20px;
	background: #006bb0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: none;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	cursor: pointer;
}
.go-top.show {
	display: flex;
}
.go-top:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(135deg);
	margin-top: 6px;
	transition: 0.3s;
}
/** BUTTON TOP (END) **/

.wp-block-create-block-slider .item .title,
.wp-block-create-block-slider .item .bottom {
	opacity: 0;
}
.wp-block-create-block-slider .owl-item.animated .item .title,
.wp-block-create-block-slider .owl-item.animated .item .bottom {
	opacity: 1;
}
.wp-block-create-block-slider .owl-item:not(.animated) + .owl-item.active .title,
.wp-block-create-block-slider .owl-item:not(.animated) + .owl-item.active .bottom {
	animation: opacity_in 1.5s 1 alternate;
	animation-delay: 0.2s;
	animation-fill-mode: forwards;
}
@keyframes opacity_in {
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media(min-width: 600px){
	.sands-animate-opacity-in {
		opacity: 0;
	}
	.sands-animate-opacity-in.start {
		animation: sand_opacity_in 1s 1 alternate forwards;
	}
	@keyframes sand_opacity_in {
		100% {
			opacity: 1;
		}
	}

	.sands-animate-translate-top {
		transform: translateY(50px);
	}
	.sands-animate-translate-top.start {
		animation: sand_translate_top 1s 1 alternate forwards;
	}
	@keyframes sand_translate_top {
		100% {
			transform: translateY(0);
		}
	}

	.sands-animate-opacity-in-translate-top {
		opacity: 0;
		transform: translateY(50px);
	}
	.sands-animate-opacity-in-translate-top.start {
		animation: sand_opacity_in_translate_top 1s forwards;
	}
	@keyframes sand_opacity_in_translate_top {
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.sands-animate-opacity-in-translate-right {
		opacity: 0;
		transform: translateX(-50px);
	}
	.sands-animate-opacity-in-translate-right.start {
		animation: sand_opacity_in_translate_right 1s forwards;
	}
	@keyframes sand_opacity_in_translate_right {
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
}

.spinner {
	height: 5px;
	width: 5px;
	color: #D4D4D4;
	box-shadow: -10px -10px 0 5px,
				-10px -10px 0 5px,
				-10px -10px 0 5px,
				-10px -10px 0 5px;
	animation: loader-38 6s infinite;
}

@keyframes loader-38 {
	0% {
		box-shadow: -10px -10px 0 5px,
					-10px -10px 0 5px,
					-10px -10px 0 5px,
					-10px -10px 0 5px;
	}
	8.33% {
		box-shadow: -10px -10px 0 5px,
					10px -10px 0 5px,
					10px -10px 0 5px,
					10px -10px 0 5px;
	}
	16.66% {
		box-shadow: -10px -10px 0 5px,
					10px -10px 0 5px,
					10px 10px 0 5px,
					10px 10px 0 5px;
	}
	24.99% {
		box-shadow: -10px -10px 0 5px,
					10px -10px 0 5px,
					10px 10px 0 5px,
					-10px 10px 0 5px;
	}
	33.32% {
		box-shadow: -10px -10px 0 5px,
					10px -10px 0 5px,
					10px 10px 0 5px,
					-10px -10px 0 5px;
	}
	41.65% {
		box-shadow: 10px -10px 0 5px,
					10px -10px 0 5px,
					10px 10px 0 5px,
					10px -10px 0 5px;
	}
	49.98% {
		box-shadow: 10px 10px 0 5px,
					10px 10px 0 5px,
					10px 10px 0 5px,
					10px 10px 0 5px;
	}
	58.31% {
		box-shadow: -10px 10px 0 5px,
					-10px 10px 0 5px,
					10px 10px 0 5px,
					-10px 10px 0 5px;
	}
	66.64% {
		box-shadow: -10px -10px 0 5px,
					-10px -10px 0 5px,
					10px 10px 0 5px,
					-10px 10px 0 5px;
	}
	74.97% {
		box-shadow: -10px -10px 0 5px,
					10px -10px 0 5px,
					10px 10px 0 5px,
					-10px 10px 0 5px;
	}
	83.3% {
		box-shadow: -10px -10px 0 5px,
					10px 10px 0 5px,
					10px 10px 0 5px,
					-10px 10px 0 5px;
	}
	91.63% {
		box-shadow: -10px -10px 0 5px,
					-10px 10px 0 5px,
					-10px 10px 0 5px,
					-10px 10px 0 5px;
	}
	100% {
		box-shadow: -10px -10px 0 5px,
					-10px -10px 0 5px,
					-10px -10px 0 5px,
					-10px -10px 0 5px;
	}
}

.form-feedback {
    padding: 0 20px 20px;
	width: 350px;
	max-width: 100%;
}
.form-feedback .group {
    display: flex;
	flex-direction: column;
	gap: 10px;
}
.form-feedback button {
	width: 100%;
	margin-top: 20px;
}

.form-layouts {
	padding: 0 20px 20px 20px;
}
.form-layouts .items {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.form-layouts .items > div {
	width: 250px;
	max-width: 100%;
}
.form-layouts .title {
	margin-bottom: 10px;
}
.form-layouts a {
	width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 20%);
}
.form-layouts img {
	width: 100%;
	height: auto;
	display: block;
}