html,
body {
	max-width: 100%;
	overflow-x: hidden;
}


img {
	max-width: 100%;
	vertical-align: top;
}

.wrapper {
	overflow: hidden;
}

li {
	list-style: none;
}

ul,
p {
	margin: 0;
	padding: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

a {
	text-decoration: none;
}

body {
	font-family: "Open Sans", Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.header-top__logo img {
	max-width: 120px;
}

.header-top__logo {
	border-right: 1px solid #000;
	padding-right: 5px;
}

.logo {
	display: flex;
	align-items: center;
}

.descriptor {
	font-size: 10px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 600;
	padding-left: 5px;
	color: #000;
}

.header {
	border-top: 1px solid #00000026;
	border-bottom: 1px solid #00000026;
	min-height: 54px;
}

.disc {
	font-size: 10px;
	opacity: 0.33;
}

.header-top {
	padding: 15px 0;
}

.header-top__nav a {
	font-size: 15px;
	color: #000;
	font-weight: 600;
	line-height: 1.55;
}

.header-top__nav a:hover {
	border-bottom: 1px solid #000;
}

.header-top__nav li {
	text-transform: uppercase;
}

.header-top__nav li:not(:last-child) {
	margin-right: 20px;
}

.header-top__phone a {
	font-size: 15px;
	color: #000;
	text-decoration: underline;
	font-weight: 600;
}

.section-1,
.section-2,
.section-6 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 20px;
}

.section-1,
.section-6 {
	background-image: url("../img/header-bg.png");
}

.section-2 {
	background-image: url("../img/header-bg2.png");
}

.section-1 .container,
.section-2 .container,
.section-6 .container {
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	padding-bottom: 60px;
}

.section-1 .container {
	background-image: url("../img/s1.png");
}

.section-2 .container {
	background-image: url("../img/s2.png");
}

.section-6 .container {
	background-image: url("../img/s6.png");
}

.main-logo {
	padding-top: 150px;
	max-width: 420px;
	margin: 0 auto;
	position: relative;
	left: 165px;
}

.main-title {
	color: #ffffff;
	font-size: 46px;
	font-family: "GolosTextWebBold";
	line-height: 1.35;
	letter-spacing: 1px;
}

.section-1__title {
	margin-top: 100px;
}

.section-2__title,
.section-6__title {
	padding-top: 455px;
	padding-bottom: 0px;
}

.main-subtitle {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
}

.section-1__subtitle,
.section-2__subtitle {
	margin-top: -5px;
}

.main-btn {
	border-radius: 30px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 40px;
	margin: 25px auto 0 auto;
	color: #000 !important;
}

.main-btn:hover {
	opacity: 0.9;
}

.main-btn a {
	font-size: 15px;
	color: #000;
}

.main-btn_red {
	background-color: #ed433b;
	color: #fff !important;
}

.main-btn_red a {
	color: #fff;
}

.section-2 {
	margin-top: 22px;
}

.section-3 {
	margin-top: 90px;
}

.section-3__left {
	max-width: 870px;
}

.section-3__title {
	font-size: 37px;
	font-family: "GolosTextWebBold";
	line-height: 1.15;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.section-3__subtitle {
	max-width: 649px;
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 25px;
}

.href {
	color: #ed433b;
	font-size: 14px;
	text-decoration: underline;
}

.href:hover {
	color: #ed433b;
}

.section-3__right {
	transform: rotate(270deg);
	position: relative;
	animation: showRight 1.5s;
}

@keyframes showRight {
	from {
		right: -100%;
	}

	to {
		right: 0;
	}
}

.section-3__right p {
	color: #ed433b;
	font-size: 38px;
	font-family: "GolosTextWebBold";
	line-height: 1.25;
}

.section-3__right p:not(:last-child) {
	margin-bottom: 50px;
}

.section-4 {
	margin-top: 100px;
	padding-bottom: 75px;
	border-bottom: 1px solid #0000001a;
}

.section-4__items {
	position: relative;
	margin-bottom: 25px;
	transition: all 0.4s;
}

.section-4__items:hover {
	opacity: 0.5;
}

.section-4__img img {
	width: 100%;
}

.section-4__title {
	position: absolute;
	font-size: 37px;
	color: #fff;
	line-height: 1.5;
	font-family: "GolosTextWebBold";
	text-align: center;
	bottom: 55px;
	left: 0;
	right: 0;
	margin: auto;
}

.section-5 {
	margin-top: 40px;
	padding-bottom: 100px;
	border-bottom: 1px solid #0000001a;
}

.section-5__block {
	padding-bottom: 20px;
}

.section-5__items {
	border-left: 4px solid #ed433b;
	margin: 35px 0;
	position: relative;
	margin-top: 70px;
	min-height: 75px;
}

.section-5__items::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 100%;
	background-color: #0000001a;
	left: 0;
	bottom: -35px;
}

.section-5__title {
	min-width: 50%;
}

.section-5__title h3 {
	color: #ed433b;
	font-size: 32px;
	font-family: "GolosTextWebBold";
	line-height: 1.25;
	padding-left: 30px;
}

.section-5__text {
	max-width: 570px;
}

.section-5__href {
	margin-left: 30px;
}

.section-6 {
	margin-top: 15px;
}

.section-7 {
	margin-top: 95px;
}

.section-7__title {
	margin-bottom: 50px;
}

.line-title {
	font-weight: 700;
	font-size: 20px;
	min-height: 45px;
	padding: 10px;
	border-top: 1px solid #0000001a;
	border-bottom: 1px solid #0000001a;
	text-transform: uppercase;
}

.section-7__item {
	position: relative;
	min-height: 350px;
	min-width: 350px;
}

.section-7__item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../img/circle.png");
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	opacity: 0;
}

.rotate img {
	opacity: 0.15;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.rotate img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-moz-animation-name: earth;
	-moz-animation-duration: 20s;
	-webkit-animation-name: earth;
	-webkit-animation-duration: 20s;

	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: normal;
	-moz-animation-delay: 0;
	-moz-animation-play-state: running;
	-moz-animation-fill-mode: forwards;

	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	-webkit-animation-delay: 0;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes earth {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes earth {
	0% {
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

.section-7__text {
	font-size: 22px;
	font-family: "GolosTextWebBold";
}

.section-7__text span {
	font-size: 80px;
	color: #ed433b;
	display: block;
	margin: -20px 0;
}

.section-7__disc {
	margin: 50px 0;
	font-size: 17px;
	line-height: 1.5;
}

.multiple-items img {
	margin: 0 auto;
}

.multiple-items .slick-slide img {
	max-width: 1160px;
	max-height: 800px;
	min-height: 800px;
}

.multiple-items .slick-slide {
	margin: 0 25px;
	opacity: 0.2;
	transition: all 0.3s;
}

.multiple-items .slick-current {
	opacity: 1;
}

.section-8 {
	margin-top: 90px;
	position: relative;
	padding-bottom: 150px;
}

.section-8__title {
	margin-bottom: 70px;
}

.multiple-items .slick-arrow {
	position: absolute;
	top: 400px;
	width: 100%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
	border: none;
	font-size: 0;
	z-index: 9;
	background-repeat: no-repeat;
	background-size: 30px;
}

.multiple-items .slick-prev {
	left: 50px;
	background-image: url("../img/prev.svg");
	background-position: 42% 50%;
}

.multiple-items .slick-next {
	right: 50px;
	background-image: url("../img/next.svg");
	background-position: 58% 50%;
}

.multiple-items__text {
	max-width: 760px;
	margin: 0 auto;
	padding: 20px 0;
}

.multiple-items__title {
	text-align: left;
	font-weight: 500;
	font-size: 20px;
}

.multiple-items__text p {
	font-size: 15px;
	margin-top: 5px;
	color: #777;
	line-height: 1.5;
}

.section-9__soc {
	background-color: #ed433b;
	min-height: 50px;
	margin-bottom: 90px;
}

.section-9__text {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.vk {
	margin-right: 5px;
}

.section-9__hash {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
}

.section-9__title {
	text-transform: unset;
	font-size: 20px;
}

.section-9__form {
	margin-top: 55px;
}

.form-in {
	max-width: 760px;
	margin: 0 auto;
}

.form-input {
	margin-bottom: 25px;
}

.form-control {
	color: #000000;
	border: 1px solid #000000;
	border-radius: 0;
	height: 60px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.33;
	width: 100%;
}

.form-block__textarea {
	color: rgb(0, 0, 0);
	border: 1px solid rgb(0, 0, 0);
	height: 102px;
	width: 100%;
	padding-left: 18px;
	padding-top: 15px;
	margin-bottom: 28px;
}

.download-button {
	color: #ffffff;
	background-color: #ed433b;
	border-radius: 30px;
	font-size: 16px;
	width: 174px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	cursor: pointer;
}

.download-button:hover,
.main-btn-form:hover {
	opacity: 0.9;
}

.main-btn-form {
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
	padding-left: 60px;
	padding-right: 60px;
	height: 60px;
	background-color: #ed433b;
	border-radius: 30px;
	color: #fff;
	margin: 0 auto;
}

.form-check {
	font-size: 13px;
	color: #000;
	margin-top: 35px;
}

.form-check a {
	color: #000;
}

.form-block__textarea:focus {
	transition: all 0.15s;
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.section-10 {
	margin-top: 90px;
	padding-bottom: 100px;
}

.section-10__block {
	margin-top: 50px;
	font-size: 17px;
	font-weight: 600;
}

.section-10__block a {
	color: #000;
}

.footer {
	background-color: #000;
	color: #fff;
	padding-top: 60px;
	padding-bottom: 10px;
}

.links {
	gap: 70px;
}

.links__item a {
	font-size: 14px;
	color: #fff;
}

.links__item a:hover {
	text-decoration: underline;
}

.links__title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 25px;
}

.footer__right {
	max-width: 276px;
}

.form-check a {
	text-decoration: underline;
	cursor: pointer;
}

.soc-block__socs {
	margin-right: 80px;
}

.soc-block__logo {
	margin: 45px 0;
}

.soc-block__text {
	font-size: 14px;
	line-height: 1.5;
}

.soc-block__img {
	margin-right: 20px;
}

.footer__bottom {
	padding-top: 7px;
	border-top: 1px solid #ffffff80;
	font-size: 13px;
	margin-top: 120px;
}

.cart-buy p {
	font-size: 11px;
}

.cart-buy img {
	margin: 0 auto;
}

.cart-buy {
	position: relative;
	margin-top: -5px;
	margin-left: 15px;
}

.icons-items__round {
	position: absolute;
	font-size: 12px;
	background-color: #000;
	color: #fff;
	border-radius: 50%;
	top: 0px;
	right: -10px;
	padding: 5px;
	height: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-about__title {
	font-size: 37px;
	font-family: "GolosTextWebBold";
	line-height: 1.15;
}

.section-about__subtitle {
	font-size: 17px;
	line-height: 1.5;
}

.section-about {
	padding-bottom: 100px;
}

.section-catalog__nav a {
	color: #000;
	font-size: 20px;
	font-weight: 700;
}

.section-catalog__nav a.active {
	opacity: 0.7;
}

.catalog__item {
	position: relative;
	margin-bottom: 40px;
	cursor: pointer;
	padding: 0 5px 0 5px;
}

.hit {
	border-radius: 50%;
	background-color: #ed433b;
	color: #fff !important;
	min-width: 50px;
	min-height: 50px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 9;
}

.catalog__img {
	position: relative;
	width: calc((330px - (var(--bs-gutter-x) * 0.5)));
	height: calc((330px - (var(--bs-gutter-x) * 0.5)));
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.4s;
}

.catalog__img img {
	transition: all 0.4s;
	opacity: 0;
}

.catalog__img:hover img {
	opacity: 1;
}

.catalog__text {
	margin-top: 20px;
}

.catalog__title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

.catalog__art {
	font-size: 12px;
	line-height: 1.55;
	margin-top: 10px;
}

.personal {
	border-top: 1px solid #0000001a;
	padding-top: 70px;
}

.personal__title {
	font-size: 32px;
	font-family: "GolosTextWebBold";
}

.personal__subtitle {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.55;
}

.section-22 .container {
	background-image: url("../img/s22.png");
}

.section-22 {
	background-image: url("../img/header-bg.png");
}

.footbal__block {
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.footbal__item img {
	margin: 0 auto;
}

.footbal__text {
	font-size: 17px;
	line-height: 1.5;
}

.footbal .container {
	border-bottom: 1px solid #0000001a;
	padding-bottom: 50px;
}

.section-222 .container {
	background-image: url("../img/s11.png");
}

.item-buy__block {
	display: flex;
	gap: 50px;
}

.item-buy__slider,
.item-buy__text {
	width: 50%;
}

.item-buy__slider {
	min-width: 0;
}

.block-text__title {
	font-size: 22px;
	line-height: 1.35;
	font-weight: 600;
}

.block-text__gender,
.block-text__art {
	font-size: 14px;
	color: #777;
}

.variations tr {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}

.reset_variations {
	display: none !important;
}

.variations_form.cart {
	margin-top: 30px;
}

.cvet {
	font-size: 12px;
	line-height: 1.55;
}

.price {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0;
}

.variations select {
	width: 100%;
	border: 1px #ddd solid;
	background: #f8f8f8;
	color: #000;
	box-sizing: border-box;
	cursor: pointer;
	padding: 2px 30px 2px 10px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 1.55;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.single_variation_wrap .minus,
.minus {
	border-radius: 5px;
	background-color: #000;
	height: 40px;
	width: 40px;
	font-size: 26px;
	/* margin-right: 5px; */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.single_variation_wrap .quantity {
	order: 3;
	width: auto;
	height: auto;
	border: none;
	border: 0;
	padding: 0;
	display: block;
}

.single_variation_wrap input.text {
	margin: 0;
	width: 100%;
	max-width: 57px;
	height: 40px;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid rgb(0 0 0 / 30%);
	border-bottom: 1px solid rgb(0 0 0 / 30%);
	text-align: center;
	margin-top: 0;
}

.single_variation_wrap .plus,
.plus2,
.plus {
	order: 3;
	border-radius: 5px;
	background-color: #000;
	height: 40px;
	width: 40px;
	font-size: 18px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.single_add_to_cart_button {
	order: 1;
	width: 131px;
	height: auto;
	border-radius: 5px;
	background-color: #000;
	margin-right: 35px;
	margin-top: 30px;
	padding: 10px 20px;
	border: none;
	color: #fff;

	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.variations_button {
	display: flex;
}

.item-buy__opis {
	margin-top: 30px;
}

.item-buy__opis p,
.item-buy__opis li {
	font-size: 12px;
	line-height: 1.55;
}

.item-buy__opis li {
	list-style-type: disc;
}

.item-buy__opis ul {
	padding-left: 16px;
}

.adapt {
	margin: 20px 0;
}

.razmer {
	font-size: 12px;
	text-decoration: underline;
	color: #000;
}

.razmer:hover {
	color: #000;
}

.footbal .main-btn_red {
	width: 190px;
}

.slider-for .slick-arrow {
	font-size: 0;
	border: none;
	width: 30px;
	height: 30px;
	background-color: #fff;
	position: absolute;
	z-index: 8;
	border-radius: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-size: 15px;
}

.slider-for {
	position: relative;
	margin-bottom: 5px;
}

.slider-for .slick-prev {
	left: 20px;
	background-image: url("../img/prev.svg");
	background-position: 40% 50%;
}

.slider-for .slick-next {
	right: 20px;
	background-image: url("../img/next.svg");
	background-position: 60% 50%;
}

.slider-nav .slick-track {
	margin-left: 0;
}

.slider-nav img {
	width: 59px;
	margin: 0 auto;
}

.slider-nav .slick-slide {
	cursor: pointer;
	border: 1px solid transparent;
}

.slider-nav .slick-current {
	border: 1px solid #0003;
}

.like__maybe {
	font-size: 14px;
	font-weight: 600;
}

.slider-nav .slick-track {
	transform: translate3d(0, 0, 0) !important;
}

.btn-off {
	display: none;
}

.section-8 .container {
	max-width: 100%;
}

.visible-s,
.visible-m {
	display: none !important;
}

.accordion-body p {
	font-size: 16px;
	line-height: calc(30px / 16px * 100%);
	margin-bottom: 10px;
}

.accordion-body li {
	list-style-type: auto;
	font-size: 16px;
	line-height: calc(30px / 16px * 100%);
	margin-bottom: 10px;
}

.security-accordeon__title {
	font-size: 21px;
	line-height: 1.5;
	font-weight: 700;
}

.security-accordeon {
	padding-top: 50px;
	margin-bottom: 20px;
}

.security-accordeon__subtitle {
	font-size: 19px;
	font-weight: 500;
	padding-bottom: 50px;
}

.accordion-button {
	font-size: 20px;
	color: #000 !important;
	padding-bottom: 20px;
	box-shadow: none !important;
	background-color: transparent !important;
}

.accordion-item {
	border: none;
}

.size-section {
	padding-bottom: 50px;
	margin-top: 50px;
}

.size-section__merki p {
	font-size: 17px;
	margin-bottom: 20px;
}

.size-section__man {
	margin-top: 50px;
}

.variations {
	margin-bottom: 20px;
}

.catalog__item * {
	color: var(--bs-body-color);
}

.size-section__block {
	margin-top: 30px;
	display: grid;
	grid-template-columns: 50% 50%;
	align-items: center;
	gap: 20px;
}

/*@media (max-width: 991.98px) {
	.size-section__block {
		grid-template-columns: 30% 67%;
	}
}*/
@media (max-width: 767px) {
	.size-section__block {
		grid-template-columns: repeat(1, 1fr);
	}
}

/*@media (max-width: 575.98px) {
	.size-section__block .size-section__img:nth-of-type(2) img {
		width: 700px;
		max-width: unset;
	}
	.size-section__block .size-section__img:nth-of-type(2) {
		overflow: scroll;
	}
}*/
.size-section__disc {
	margin-top: 30px;
}

.visible-xs {
	display: none;
}

.woocommerce-breadcrumb {
	margin-bottom: 35px;
	font-size: 14px;
}

.woocommerce-breadcrumb * {
	color: var(--bs-body-color);
}

.container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}

@media screen and (max-width: 960px) {
	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.products {
	display: flex;
	flex-wrap: wrap;
}

.cats {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.section-title-name {
	padding-top: 45px;
}

.woocommerce-ordering {
	position: relative;
	display: table;
	width: 180px;
}

#searchform {
	width: 150px;
	margin-right: 20px;
}

#searchform input {
	border: 1px #ddd solid;
	background: #f8f8f8;
	color: #000;
	box-sizing: border-box;
	padding: 0 6px;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: 1.8;
	outline: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 50px;
	width: 150px;
	border-radius: 3px;
	font-size: 12px;
}

#searchsubmit {
	border: none;
	text-align: center;
	background: #f8f8f8;
	padding-left: 7px;
	padding-right: 8px;
	border-left: 1px solid #ddd;
	position: absolute;
	top: 3px;
	right: 1px;
	height: 22px;
}

.t-store__search-icon {
	/* position: absolute; */
	/* top: 0; */
	/* bottom: 0; */
	/* margin: auto; */
	/* right: 0; */
	width: 13px;
	height: 13px;
	/* padding-left: 7px; */
	/* padding-right: 8px; */
	/* border-left: 1px solid #ddd; */
	cursor: pointer;
	top: -4px;
	position: relative;
}

.orderby {
	width: 100%;
	border: 1px #ddd solid;
	background: #f8f8f8;
	color: #000;
	box-sizing: border-box;
	cursor: pointer;
	padding: 2px 30px 2px 10px;
	border-radius: 3px;
	/* -webkit-appearance: none; */
	/* appearance: none; */
	-moz-appearance: none;
	outline: none;
	position: relative;
	font-size: 12px;
}

.filters {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.berocket_single_filter_widget {
	display: inline-block;
	position: relative;
	margin-right: 20px;
}

.bapf_sfilter {
	margin-bottom: 0;
}

.bapf_sfilter .bapf_hascolarr,
.bapf_sfilter .bapf_hasdesc {
	position: relative;
	padding-right: 25px;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 400;
	font-weight: 700;
	padding-right: 15px !important;
}

.braapf_unselect {
	display: inline-block;
	position: relative;
	margin-right: 5px;
	background-color: rgba(130, 130, 130, 0.2);
	border-radius: 30px;
	padding: 2px 10px 3px 11px;
	line-height: 1.4;
	max-width: 260px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: opacity 0.1s ease-in;
	transition: opacity 0.1s ease-in;
	color: #000;
	font-size: 12px;
}

.result-search {
	margin-top: 30px;
}

.berocket_single_filter_widget {
	display: inline-block;
	position: relative;
	margin-right: 20px;
}

.berocket_single_filter_widget_6287 h3,
.berocket_single_filter_widget_6287 .bapf_sfa_taxonomy span {
	display: none;
}

.berocket_single_filter_widget_6287 .bapf_body {
	position: initial;
	background: none;
	padding: 0;
	min-width: auto;
	box-shadow: none;
	border-radius: 0;
}

.berocket_aapf_widget_selected_filter {
	display: flex;
	align-items: center;
}

.berocket_single_filter_widget_6287 h3,
.berocket_single_filter_widget_6287 .bapf_sfa_taxonomy span {
	display: none;
}

.berocket_aapf_widget_selected_filter ul {
	padding: 0;
	margin: 0;
}

.braapf_unselect_all {
	font-size: 12px;
	vertical-align: top;
	padding-top: 4px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom: 1px dashed;
	line-height: 1.2;
	margin-bottom: 0;
	color: #000;
	display: block;
}

.right {
	display: flex;
	align-items: end;
}

.bapf_sfilter:not(.bapf_sfa_inline) .bapf_body {
	position: absolute;
	left: 0;
	overflow: auto;
	background: #fff;
	padding: 12px 10px;
	z-index: 9;
	min-width: 200px;
	box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
	border-radius: 3px;
	z-index: 99;
	max-height: 210px;
	margin-top: 10px;
	margin-left: -10px;
}

.bapf_sfilter .bapf_body .mCSB_container>ul,
.bapf_sfilter .bapf_body>ul {
	margin-left: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0;
	font-size: 14px;
}

.bapf_sfilter ul li {
	margin-bottom: 8px !important;
	height: 30px;
}

.bapf_sfilter ul li input {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	width: 20px;
	border: 2px solid #000;
	box-sizing: border-box;
	margin-right: 10px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	opacity: 0.6;
}

.bapf_sfa_taxonomy span,
.bapf_sfilter.bapf_sfa_inline.bapf_sfa_mt_hide .bapf_head {
	display: none;
}

.fa.fa-times {
	font-weight: 100;
	margin-right: 5px;
	font-size: 12px;
	position: relative;
	top: 0px;
	opacity: 0.4;
}

.bapf_colaps_smb.fa.fa-chevron-down,
.bapf_colaps_smb.fa.fa-chevron-up {
	font-size: 10px;
}

.result-search li {
	height: auto !important;
}

.bapf_sfa_unall {
	position: relative;
	top: -5px;
}

.product-thumbnail img {
	max-width: 120px !important;
}

.product-price {
	display: none;
}

.variation * {
	display: inline-block;
	font-size: 14px;
}

.product-name {
	margin-left: 25px;
}

.product-name a {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
	color: var(--bs-body-color);
}

dd {
	margin-bottom: 0rem;
	margin-left: 0;
}

.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center;
	margin: 0;
	width: 100%;
	max-width: 57px;
	height: 40px;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid rgb(0 0 0 / 30%);
	border-bottom: 1px solid rgb(0 0 0 / 30%);
	text-align: center;
	margin-top: 0;
}

.product-quantity .d-flex {
	justify-content: start !important;
}

.actions {
	display: none !important;
}

.woocommerce-billing-fields__field-wrapper.row {
	margin-left: 0;
	margin-right: 0;
}

#customer_details {
	margin-top: 45px;
}

.woocommerce-billing-fields h6,
.ship .h6 {
	color: #9b9b9b;
	font-size: 15px;
	color: #2e2c42;
	font-weight: bold;
}

.woocommerce-billing-fields__field-wrapper.row {
	margin-bottom: 20px;
}

.woocommerce-billing-fields__field-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce-billing-fields__field-wrapper {
	margin: 0 0px;
}

.woocommerce-billing-fields__field-wrapper.row {
	margin-bottom: 20px;
}

.woocommerce form .form-row {
	padding: 3px;
	margin: 0 0 6px;
	font-size: 14px;
	width: 220px !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
	width: 100% !important;
	height: 40px;
	border: 1px solid #dbdbdb;
	padding-left: 20px;
	color: #a6a6a6;
	font-size: 13px;
	font-weight: 500;
	margin-right: 13px;
}

.woocommerce-billing-fields p {
	margin-bottom: 35px;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled,
.woocommerce-variation-add-to-cart {
	display: none !important;
}

.close {
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background: transparent;
	font-size: 30px;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	padding-top: 15px;
}

/*----------BUDbl CIIOPTA----------*/
.section-sport .container {
	background-image: url("../img/sport/bg.png");
}

.section-sport .section-1__title {
	padding-top: 459px;
	margin-top: 0;
}

.section-3 li {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 600;
	list-style: disc;
}

.section-3 ul {
	padding-left: 25px;
}

.clothes-set .section-5__items:nth-child(1)::before {
	position: absolute;
	top: -35px;
	content: "";
	height: 1px;
	width: 100%;
	background-color: #0000001a;
}

.clothes-set {
	padding-top: 100px;
}

.set-form__item {
	gap: 10px;
}

.set-form__pic {
	width: 50%;
}

.picture-block span {
	vertical-align: super;
	font-size: 18px;
	text-transform: uppercase;
	margin-left: 5px;
	position: relative;
	top: -7px;
	font-weight: 700;
}

.clothes-set__disc {
	font-size: 17px;
	color: #ed433b;
	line-height: 1.5;
	font-weight: 700;
	margin-top: 30px;
}

.picture-block__img {
	position: relative;
	z-index: 3;
}

.picture-block__img img:hover {
	cursor: zoom-in;
}

.picture-block__text p {
	font-size: 17px;
	line-height: 1.25;
}

.picture-block__title {
	font-size: 32px;
	line-height: 1.25;
	font-weight: 700;
	color: #ed433b;
	font-family: "GolosTextWebBold";
}

.picture-block__price {}

.picture-block__razmer {
	font-size: 14px;
	text-decoration: underline;
	font-weight: 300;
	font-style: italic;
	color: #000 !important;
	opacity: 0.7;
}

.set-form__disc {
	width: 50%;
}

.picture-block__percent {
	margin: 30px 0;
}

.picture-block__percent li {
	display: flex;
	justify-content: space-between;
}

.progress {
	width: 55%;
	border-radius: 15px;
	height: 15px;
}

.progress-bar {
	background-color: #005dbc;
	border-radius: 15px;
}

.set-form__buttons {
	gap: 15px;
}

.set-form__buttons a {
	width: 180px;
	height: 40px;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 30px;
}

.set-form__buttons a:hover {
	opacity: 0.9;
}

.set-form__design {
	background-color: #005dbc;
}

.set-form__zakaz {
	background-color: #ed433b;
}

.new-pashka {
	width: 159px;
	height: 159px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: #fff !important;
	font-size: 29px;
	font-weight: 700;
	top: 44px;
	right: 41px;
	z-index: 1;
	border-radius: 50%;
}

.new-pashka:hover {
	cursor: zoom-in;
}

.new-pashka img {
	width: 128px;
}

.banner-block {
	max-width: 1260px;
	margin: 0 auto;
	margin-top: 20px;
	background-image: url(../img/sport/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.banner-block::after {
	content: "";
	position: absolute;
	background-image: url("../img/sport/c1.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 0;
	left: 15%;
	width: 320px;
	height: 100%;
}

.banner-block::before {
	content: "";
	position: absolute;
	background-image: url("../img/sport/c2.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 0;
	right: 15%;
	width: 320px;
	height: 100%;
}

.banner-block__text {
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	max-width: 850px;
	text-align: center;
	padding: 35px;
}

.banner-block__new {
	background-image: url("../img/sport/new.png");
	width: 130px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 29px;
	font-weight: 700;
	color: #fff;
}

.banner-block__price {
	font-size: 68px;
	color: #ed433b;
	font-family: "GolosTextWebBold";
	margin-top: 10px;
}

.banner-block__title {
	font-family: "GolosTextWebBold";
	font-size: 44px;
	line-height: 1.35;
	color: #fff;
}

.banner-block__subtitle {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.55;
	color: #fff;
	margin: 10px 0;
}

.banner-block__p {
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

.section-5__p {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5;
	padding-left: 30px;
}

.clothes-design,
.clothes-process,
.clothes-plus {
	padding-top: 100px;
}

.section-3 ul {
	margin-bottom: 30px;
}

/*.product_cat-gotovye-dizajny .item-buy__text.block-text form {
	display: none;
}*/

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450 !important;
	text-align: center;
	background: #62c584;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: transparent !important;
	background: #f95d51;
	padding: 20px 10px;
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}

.file-367 {
	display: none;
}

/*----------BUDbl CIIOPTA----------*/
@media (max-width: 1200px) {
	.set-form__disc p {
		font-size: 14px;
	}

	.clothes-set__disc {
		font-size: 15px;
	}

	.set-form__inner {
		gap: 40px;
	}

	.picture-block__title {
		font-size: 25px;
		margin-bottom: 10px;
	}

	.picture-block__price {
		font-size: 14px;
	}

	.picture-block__text {
		margin-left: -20px;
		position: relative;
		z-index: 3;
	}

	.picture-block__title span {
		font-size: 13px;
	}
}

@media (max-width: 992px) {
	.clothes-design .section-5__items>div {
		flex-direction: column;
		align-items: flex-start !important;
	}

	.picture-block__img {
		min-width: 252px;
	}

	.new-pashka {
		top: 15px;
		right: 14px;
	}

	.hid-m {
		display: none;
	}

	.vis-m {
		display: block;
	}

	.set-form__wrapper {
		display: grid;
		grid-template-columns: 252px 1fr;
		align-items: flex-start;
	}

	.picture-block__percent li {
		font-size: 13px;
		display: flex;
		flex-direction: column;
	}

	.picture-block__percent {
		margin: 10px 0;
	}

	.progress {
		width: 100%;
	}

	.set-form__disc {
		width: 100%;
	}

	.set-form__disc p:not(:last-child) {
		margin-bottom: 10px;
	}

	.set-form__wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.picture-block__img {
		max-width: 252px;
	}

	.set-form__column {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 0 20px;
	}

	.picture-block__percent {
		width: 100%;
	}

	.text-block__text {
		margin: 15px 0;
	}

	.banner-block__title {
		font-size: 22px;
	}

	.banner-block__subtitle {
		font-size: 15px;
	}

	.banner-block__p {
		font-size: 13px;
	}

	.banner-block__price {
		font-size: 27px;
	}

	.banner-block__new {
		width: 81px;
		height: 81px;
		font-size: 16px;
	}

	.banner-block::before {
		right: -3%;
	}

	.banner-block::after {
		left: -3%;
	}
}

@media (max-width: 768px) {
	.section-sport .section-1__title {
		padding-top: 159px;
	}

	.section-3__title {
		font-size: 24px;
	}

	.section-3 li {
		font-size: 16px;
	}

	.section-3 ul {
		margin-bottom: 10px;
	}

	.clothes-set {
		padding-top: 50px;
	}

	.banner-block__subtitle {
		max-width: 346px;
	}

	.banner-block__p {
		max-width: 364px;
	}

	.banner-block__text {
		padding: 10px 0;
	}

	.banner-block__price {
		font-size: 24px;
	}
}

@media (max-width: 576px) {
	.section-3__title {
		font-size: 18px;
	}

	.section-3__title br {
		display: none;
	}

	.section-3 li {
		font-size: 13px;
	}

	.section-sport .container {
		background-image: url(../img/mobile/s6.png);
	}

	.set-form__buttons {
		display: flex;
		flex-direction: column;
	}

	.set-form__column {
		padding: 0;
	}

	.picture-block__razmer {
		padding: 5px 0 10px 0;
		display: block;
	}

	.hid-s {
		display: none;
	}

	.banner-block::before {
		right: -80px;
	}

	.banner-block::after {
		left: -80px;
	}
}

@media (max-width: 460px) {

	.clothes-set .container,
	.clothes-design .container,
	.clothes-process .container,
	.clothes-plus .container {
		max-width: 350px;
	}

	.banner-block__new {
		width: 55px;
		height: 55px;
		font-size: 12px;
		line-height: 1;
		background-position: 50% 50%;
	}

	.banner-block__title {
		font-size: 23px;
		line-height: 1.15;
	}

	.banner-block__subtitle {
		font-size: 12px;
		line-height: 1.5;
	}

	.banner-block__p {
		max-width: 316px;
		font-size: 12px;
		line-height: 1.25;
	}

	.clothes-design {
		padding-top: 25px;
	}

	.clothes-plus,
	.clothes-process {
		padding-top: 50px;
	}

	.section-5__p {
		padding: 0;
		font-size: 16px;
		margin: 5px 0;
	}

	.clothes-design .section-5__title h3 {
		margin-bottom: 0;
	}
}

.vis-s {
	display: none;
}

.vis-m {
	display: none;
}

.label label {
	font-size: 12px;
	line-height: 1.55;
	font-weight: 500;
}

.bord0 {
	border-bottom: 0;
	padding-bottom: 0;
}

.wpcf7-spinner {
	display: none !important;
}

.product_cat-gotovye-dizajny .single_add_to_cart_button {
	margin-top: 35px !important;
}

.bapf_head.bapf_colaps_togl {
	cursor: pointer;
}

.ok {
	text-align: center;
	background: #62c584;
	color: #fff;
	padding: 20px;
	margin-bottom: -20px;
	margin-top: 20px;
}

.no {
	text-align: center;
	background: #c51c1c;
	color: #fff;
	padding: 20px;
	margin-bottom: -20px;
	margin-top: 20px;
}

.t898__wrapper {
	position: fixed;
	bottom: 50px;
	right: 65px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100000;
}

.t898__btn_input {
	display: none;
}

.t898__btn_label {
	position: relative;
	cursor: pointer;
	z-index: 2;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	background: #08c;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
	overflow: hidden;
}

.t898__icon {
	transition: all 0.3s ease-in-out;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.t898__icon_link {
	border-radius: 50%;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
	opacity: 0;
	visibility: hidden;
	width: 50px;
	height: 50px;
}

.t898__bgimg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.2s linear;
}

.t898_animate .t898__btn_label {
	animation: t898__btn-pulsate 2s ease-out;
	animation-iteration-count: infinite;
	-webkit-animation: t898__btn-pulsate 2s ease-out;
	-webkit-animation-iteration-count: infinite;
}

.t898__icon-close {
	opacity: 0;
	visibility: hidden;
	transform: scale(0.1);
}

.t898__icon-max_wrapper {
	background: url('https://luckygrass.ru/wp-content/uploads/2025/11/rectangle.jpg') 50% 50% / cover no-repeat ;
	display: flex;
	justify-content: center;
	align-items: center;
}

.t898__icon-max_wrapper svg {
	width: 30px;
	height: 30px;
}

#allrecords a {
	color: #ff8562;
	text-decoration: none;
}

.t898__tooltip {
	position: absolute;
	right: 70px;
	white-space: nowrap;
	background: #fff;
	padding: 6px 9px;
	font-size: 13px;
	border-radius: 3px;
	transform: translateX(0%) translateY(-50%);
	top: 50%;
	background: #292929;
	color: #fff;
	opacity: 0;
	transition: all 0.1s linear;
}

.t898__tooltip:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	border-left-color: #292929;
}

@media screen and (max-width: 960px) {
	#rec345962001 .t898 .t898__wrapper {
		bottom: 30px !important;
		right: 30px !important;
		left: initial !important;
	}
}

.t898__btn_label:hover {
	box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

.t898__btn_input:checked+label {
	background: #fff !important;
	animation: none;
}

.t898_animate:hover .t898__btn_label {
	animation: none;
}

.t898__btn_input:checked+label .t898__bgimg {
	opacity: 0;
	visibility: hidden;
}

.t898__btn_input:checked+label .t898__icon-close {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.t898__btn_input:checked~.t898__icon_link {
	opacity: 1;
	visibility: visible;
}

.t898__btn_input:checked~a:nth-of-type(1) {
	transition: all 0.2s ease-in-out;
	transform: translate(0, -135%);
}

.t898__btn_input:checked~a:nth-of-type(2) {
	transition: all 0.225s ease-in-out;
	transform: translate(0, -255%);
}

.t898__btn_input:checked~a:nth-of-type(3) {
	transition: all 0.25s ease-in-out;
	transform: translate(0, -375%);
}

/*#cerror {
	display: none;
}*/
.main-btn-form[disabled] {
	opacity: 0.3;
	/* Уменьшение прозрачности формы */
	pointer-events: none;
	/* Отключение событий мыши на форме */
}

#product-options {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#product-options select {
	max-width: 150px;
	background-color: #9f9f9f30;
	border: 1px solid #dedede;
	border-radius: 3px;
	cursor: pointer;
}

#price-display {
	font-size: 20px;
	font-weight: 700;
	margin-top: 10px;
}



.container-post {
	max-width: 751px;
	margin: 0 auto;
	padding: 0 20px;

}

.post__header {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.post__header h1 {
	font-family: 'Giorgio';
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.post__header .post-description {
	font-size: 16px;
	font-weight: 700;
}

.post__header {
	padding-top: 40px;
}



.post-description {
	margin-bottom: 16px;
}

.post__header-image {}

.post__header-image-wrapper {
	max-width: 751px;
	margin: 0 auto;
	padding: 0 20px;
}


.post__header {
	margin-bottom: 40px;
}

.meta-info {
	font-size: 13px;
	font-style: italic;
}

.post__header-image {
	width: 100%;
	height: auto;
	border-radius: 4px;
	margin-bottom: 40px;
}

.post__links {
	display: flex;
	gap: 16px;
	margin-top: 40px;
	justify-content: center;
	margin-bottom: 60px;
}

.post__footer-header {
	background-color: #f2f2f2;
	padding: 60px 0;
}

.footer-container {
	max-width: 1161px;
	margin: 0 auto;
	padding: 0 20px;
}


.post__footer-header h4 {
	font-family: 'Giorgio';
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	max-width: 894px;
	margin-bottom: 28px;
}

.post__footer-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.post__button {
	background-color: #181818;
	padding: 11px 28px;
	color: #fff;
	font-size: 14px;
	border-radius: 100px;
	transition: all .3s;
	font-weight: 600;
	border: none;
	margin-bottom: 40px;
}

.post__button:hover {
	color: #fff;
	background-color: #646464;
}

.post__read-more {
	padding: 60px 0;
}


.post__lastes-posts {
	display: flex;
	gap: 8px;
}

.post__lastes-posts img {
	width: 100%;
	height: 248px;
}

.post__lastes-posts li {
	width: 32.8%;
}

.post__read-more h4 {
	font-family: 'Giorgio';
	font-size: 36px;
	font-weight: 700;
	text-align: start;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.post__read-more img {
	border-radius: 4px;
	margin-bottom: 16px;
	object-fit: cover;
}


.post-category {
	font-style: italic;
	font-size: 13px;
	color: #1019B4;
	margin-bottom: 12px;
	display: block;
}

.slider-caption-class a {
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	color: #000000;
	text-transform: uppercase;

}

.slider-caption-class a:hover {
	color: original-color;
}

.post-excerpt {
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 12px;
}

.read-more {
	font-style: Italic;
	font-size: 13px;
	font-weight: 400;
	color: #1019B4;
	text-decoration: underline;
	line-height: 18px;
}

.form-post {
	display: flex;
	gap: 20px;
	justify-content: center;
}


.form-post__input {
	max-width: 270px;
	border-radius: 30px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	padding: 10px 20px;
	height: fit-content;
}



.contacts {
	background-color: #181818;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 60px 0px;
}


.contacts h4 {
	font-family: 'Giorgio';
	color: #fff;
	font-size: 36px;
	margin-bottom: 20px;
}

.contacts__links {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 13px;
	font-weight: 400;
	line-hight: 20px;

	margin-bottom: 20px;
}

.contacts__links a {
	color: #fff;
}

.contacts__adress {
	max-width: 237px;
}

.contacts__inner p {

	font-size: 13px;
	font-weight: 400;
	line-hight: 20px;
	color: #fff;
}

.contacts__time {
	max-width: 274px;
}

.contacts__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer__main {
	background-color: #f5f5f5;
	padding-top: 116px;
	position: relative;


}

.footer__top-logo {
	border-bottom: 1px solid #000;
	height: 40px;
	position: absolute;
	width: 100%;
	top: 40px;
	left: 0;
	display: flex;
	justify-content: center;

}

.footer__top-logo img {
	width: 90px;
	height: 29px;
	padding: 0 30px;
	background-color: #f5f5f5;
	margin-top: 24px;
}

.footer__main-content {
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
	min-height: 322px;
}

.footer__main a {
	color: #000;
	font-size: 12px;
	line-hight: 12px;
	font-weight: 400;
}

.footer__cl1 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.footer__cl2 {
	align-self: end;
}


.post-content h2 {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}


.post-content ul li::marker {
	font-size: 11px;
}


.footer__cl3 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: end;
	text-align: end;
}

.footer__cl3 p {
	font-size: 12px;
	line-height: 16px;
}


.cl3__item-link strong {
	letter-spacing: 0.6px;
}


.cl1__links {
	margin-top: 16px;
}

.footer__bottom-copyright {
	border-top: 1px solid #000;
	padding: 20px 20px;
	text-align: center;
	font-size: 12px;

}

.subscribe h4 {
	max-width: 826px;
}


.swiper {
	display: none;
}

.cl1__confidence--mob {
	display: none;
}


.post-content {
	line-height: 24px;
}

.post-content p {
	margin-bottom: 15px;
}

.post-content ul {
	margin-bottom: 15px;
	padding-left: 22px;
}

.post-content ul li {
	list-style: outside !important;
}

figure {
	margin: 25px auto;
}

.post-content tr {
	height: 70px;
}

.post-content th {
	background-color: #f2f2f2;
	font-style: italic;

}

.post-content td {
	background-color: #f9f9f9;
	font-style: italic;
	font-weight: 600;
}


.post-content td:first-child,
.post-content th:first-child {
	padding-left: 20px;
	background-color: #E5E5E5;
	font-weight: 700;
	font-style: normal;
}

.post-content .wp-block-table td,
.post-content .wp-block-table th {
	border-color: #fff;
}

.post-content table {
	font-size: 12px;
	line-height: 16px;
}

.post-content .wp-block-table thead {
	border-bottom: 0px;
}

.read-more__swiper-buttons {
	display: none;
	gap: 8px;
}

.read-more__heading-wrapper {
	display: flex;
	justify-content: space-between;
}

.blog__banner {
	height: 564px;
	background: url(https://luckygrass.ru/wp-content/uploads/2025/08/img-4.jpg) center / cover;
}

.banner__inner {
	text-align: center;
	max-width: 1161px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
	margin: 0 auto;
	height: 100%;
	padding: 0 20px;
	padding-bottom: 56px;
	color: #FFFFFF;
	letter-spacing: 0.5px;
}

.banner__inner h1 {
	font-family: "Giorgio";
	font-size: 52px;
	font-weight: 700;
	margin-bottom: 8px;
}

.banner__inner p {
	font-size: 20px;
	font-weight: 700;
	max-width: 638px;
}

.blog__ul {
	display: flex;
	flex-wrap: wrap;
}



.blog__ul li {
	margin-bottom: 40px;
}

.post__read-more--blog {
	padding: 20px 0;
}

.post__read-more--blog2 {
	padding: 0 0 60px 0;
}

#load-more-wrap {
	display: flex;
	justify-content: center;
}




@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

@property --hue {
	syntax: "<angle>";
	inherits: true;
	initial-value: 180deg;
}

@keyframes rotateHue {
	0% {
		--hue: 180deg;
	}

	25% {
		--hue: 360deg;
	}

	100% {
		--hue: 180deg;
	}
}

.articles-filter {
	display: flex;
	justify-content: end;
}

.articles-category-select {
	appearance: none;

	@supports (appearance: base-select) {

		&,
		&::picker(select) {
			appearance: base-select;
			animation: rotateHue 10s infinite;
		}
	}
}

.articles-category-select {
	display: flex;
	justify-content: space-between;
	min-width: 200px;
	align-items: center;
	color: black;
	padding-block: 5px;
	text-transform: capitalize;
	padding-inline: 10px 15px;
	border-radius: 8px;
	border: 1px solid #1D201D;
	cursor: pointer;
	margin-bottom: 20px;
	background: #f5f5f5 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A") right 15px center / 20px no-repeat;

	@supports (appearance: base-select) {
		padding-inline: 10px;
		background-image: none;

		/* Remove original arrow option */
		img {
			width: 30px;
			line-height: 1;
		}

		&::picker-icon {
			content: "";
			width: 20px;
			height: 20px;
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
			transition: rotate 0.2s ease-out;
		}

		&:open::picker-icon {
			rotate: 180deg;
		}

		&::picker(select) {
			padding: 0;
			margin-top: 5px;
			border: 1px solid #1D201D;
			background: #d3d6d3;
			border-radius: 8px;
			font-weight: semi-bold;
			opacity: 0;
			height: 0;
			overflow: clip;
			transition: height 0.5s ease-out, opacity 0.5s ease-out, overlay 0.5s,
				display 0.5s;
			transition-behavior: allow-discrete;
		}

		&:open::picker(select) {
			opacity: 1;
			height: calc-size(auto, size);
			overflow: auto;

			@starting-style {
				opacity: 0;
				height: 0;
			}
		}


		
		

		.articles-category-option {
			
			display: flex;
			align-items: center;
			cursor: pointer;
			padding: 10px;
			gap: 10px;
			border-top: 1px solid #444;

			&:where(:hover, :focus, :active) {
				background: #858b85;
				color: white;
				font-weight: bold;
			}

			&:checked {
				background: #858b85;
				color: white;
				font-weight: bold;
			}

			&::checkmark {
				display: none !important;
				/* Remove original active option */
			}
		}


	}
}







@media (max-width: 800px) {
	.swiper {
		display: block;
	}

	.post__lastes-posts--desc {
		display: none;
	}

	.read-more__swiper-buttons {
		display: flex;
	}

	.post__lastes-posts {
		gap: 0px;
	}

	.post__lastes-posts li {
		width: 100%;

	}

	.banner__inner h1 {
		font-size: 36px;
	}

	.banner__inner p {
		font-size: 16px;
	}




}

@media (max-width: 600px) {


	.post__header-image-wrapper {
		padding: 0px 0px;
		width: 100vw;
	}

	.post__header-image {
		object-fit: cover;
		height: 469px;
		width: auto;
	}

	.post-content {
		font-size: 13px;
		line-height: 20px;
	}

	.footer__main-content {
		flex-direction: column;
	}

	.footer__cl1 {
		align-items: center;
		padding-top: 15px;
	}

	.cl1__confidence--desc {
		display: none;
	}

	.cl1__confidence--mob {
		display: block;
	}

	.footer__cl2 {
		align-self: center;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.footer__main-content {
		text-align: center;
	}

	.footer__cl3 {

		align-items: center;
		text-align: center;
		margin-bottom: 40px;
	}

	.contacts__links {
		margin-bottom: 12px;
	}

	.form-post {
		flex-direction: column;
		align-items: center;
		margin: 0 auto;
		max-width: 270px;
	}

	.form-post__input {
		max-width: 100%;
	}

	.post__button--form {
		width: 160px;
		height: 40px;
		padding: 0;
		text-align: center;

	}

	.post__links {
		flex-direction: column;
		align-items: center;
	}

	.wp-block-gallery {
		width: 100vw;
		margin-left: -20px;
	}

}