@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: "Montserrat", sans-serif;
	color: #000;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
    text-decoration: none;
    line-height: 1.2;
}
button:focus,
textarea:focus,
select:focus{
	outline: none!important;
	box-shadow: none;
}
input:focus{
	outline: none!important;
}
a:active, a:focus {
  outline: 0;
  outline: none!important;
  -moz-outline-style: none;
}

span, button, img, a {
	transition: .3s all ease;
}

a, span, button {
	display: inline-block;
}
button {
	background-color: transparent;
	border: none;
	padding: 0;
}

.wrapper {
	overflow: hidden;
}

.head-block {
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head-block .head-logo a {
	display: flex;
	align-items: center;
}
.head-block .head-logo a img {
	height: 56px;
}
.head-block .head-logo a span {
	max-width: 136px;
	font-size: 16px;
	line-height: 100%;
	color: #000;
}
.head-search {
	max-width: 320px;
	width: 100%;
	position: relative;
}
.head-search input {
	width: 100%;
	height: 40px;
	border: 1px solid #FE0002;
	border-radius: 4px;
	padding: 10px 68px 10px 16px;
	font-size: 14px;
	line-height: 100%;
	color: #1D2025;
}
.head-search input::placeholder {
	color: #8b8b8b;
}
.head-search .search-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 52px;
	border-radius: 4px;
	background: #FE0002;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
}
.head-search {
	position: relative;
}
.search-suggestions {
	position: absolute;
	left: 0;
	right: 0;
	top: 44px;
	z-index: 20;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	box-shadow: 0 8px 20px rgba(0,0,0,0.05);
	display: none;
}
.search-suggestions ul {
	list-style: none;
	margin: 0;
	padding: 8px 0;
}
.search-suggestions li {
	padding: 8px 12px;
	border-bottom: 1px solid #f5f5f5;
}
.search-suggestions li:last-child {
	border-bottom: none;
}
.search-suggestions a {
	color: #1D2025;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}
.search-suggestions .price {
	color: #d82e2e;
	font-weight: 700;
	font-size: 14px;
	white-space: nowrap;
}
.search-suggestions .empty {
	padding: 10px 12px;
	color: #777;
	font-size: 14px;
}

.head-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}
.head-icons {
	display: flex;
	align-items: center;
	gap: 0 16px;
}
.head-right a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: relative;
}
.head-right .head-user-email {
	color: #1D2025;
	font-size: 13px;
	white-space: nowrap;
	padding-left: 4px;
}
.head-right a .icon {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1D2025;
}
.head-right a:hover .icon {
	background-color: #FE0002;
}
.head-count {
	position: absolute;
	top: -6px;
	right: -6px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 12px;
	background: #d82e2e;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	display: inline-block;
}

.head-con {
	background-color: #1D2025;
	padding: 2px 0;
}
.navbar {
	padding: 0;
	width: 100%;
}
.navbar .navbar-nav	{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.navbar .navbar-nav	.nav-link {
	padding: 14px 40px;
	border-radius: 2px;
	font-size: 18px;
	line-height: 100%;
	background: #1D2025;
	color: #fff;
}
.navbar .navbar-nav	.nav-link.active,
.navbar .navbar-nav	.nav-link:focus,
.navbar .navbar-nav	.nav-link:hover {
	color: #1D2025;
	background: #FFFFFF;
}
.navbar .navbar-nav	.nav-link.active svg path,
.navbar .navbar-nav	.nav-link:focus svg path,
.navbar .navbar-nav	.nav-link:hover svg path {
	fill: #1D2025;
}


.header-second .head-compare {
	display: none;
}
.header-second .head-search {
	max-width: 430px;
}


/* main */
.main-sec {
	padding: 80px 0 100px;
	position: relative;
}
.main-pic img {
	position: absolute;
	right: 0;
	top: 0;
	width: 55%;
}
.main-pic.one img {
	width: 62%;
}
.main-bg {
	position: absolute;
	left: 0;
	bottom: 0;
}

.main-block {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
}
.main-left {
	max-width: 556px;
	width: 100%;
}
.main-left h2 {
	font-weight: 700;
	font-size: 28px;
	line-height: 100%;
	text-transform: uppercase;
	color: #1D2025;
	margin-bottom: 24px;
}
.main-left p {
	max-width: 498px;
	width: 100%;
	color: #1D2025;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	margin-bottom: 40px;
}
.main-left a {
	display: inline-flex;
	align-items: center;
	background: #D11E25;
	height: 60px;
	border-radius: 4px;
	overflow: hidden;
}
.main-left a .text {
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	padding: 0 20px;
}
.main-left a .icon {
	width: 36px;
	height: 60px;
	background-color: #1D2025;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-img img {
	width: 100%;
}


.main-two {
	position: relative;
	padding-bottom: 100px;
}
.main-block-two {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 100px;
}
.main-second {
	max-width: 593px;
	width: 100%;
}
.main-second h2 {
	font-weight: 700;
	font-size: 28px;
	line-height: 100%;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 24px;
}
.main-second h2 span {
	color: #D11E25;
}

.main-info {
	max-width: 1067px;
	width: 100%;
	border-radius: 8px;
	padding: 64px 64px 73px;
	background: rgba(239, 239, 239, .6);
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: flex-start;
	text-align: center;
	gap: 0 40px;
}
.main-info .main-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px 0;
}
.main-item.one span {
	max-width: 223px;
}
.main-item.two {
	max-width: 385px;
}
.main-item.three {
	max-width: 251px;
}
.main-item span {
	font-size: 20px;
	line-height: 100%;
	display: block;
	color: #000;
	width: 100%;
}

.example-main {
	padding: 150px 0 190px;
}

.main-three {
	padding: 160px 0;
	position: relative;
	margin-bottom: 100px;
	background-image: url('../images/main-img4.png');
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.main-three::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(254, 0, 2, 0.6);
	width: 990px;
	height: 100%;
	clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
}
.main-three::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(29, 32, 37, 0.6);
}
.main-three .main-left p,
.main-three .main-left h2 {
	color: #fff;
}
.main-three .main-left a {
	background: #fff;
}
.main-three .main-left a .text {
	color: #1D2025;
}

/* popular section */
.title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.title h2 {
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	color: #000;
	padding-bottom: 16px;
	position: relative;
}
.title .red {
	width: 426px;
	height: 12px;
	background-color: #D11E25;
	clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
	margin-bottom: 4px;
}
.title .black {
	width: 354px;
	height: 11px;
	background-color: #1D2025;
	clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
}

.popular-sec .title {
	margin-bottom: 20px;
}
.popular-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	height: 296px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 24px 30px;
}
.popular-item p {
	font-weight: 500;
	font-size: 20.7px;
	line-height: 100%;
	text-transform: uppercase;
	color: #000;
}
.popular-item img {
	max-height: 142px;
}
.popular-item a {
	padding: 14px 37px;
	background-color: #1D2025;
	color: #fff;
	font-weight: 500;
	font-size: 14.49px;
	line-height: 100%;
	text-transform: uppercase;
	border-radius: 4px;
}
.popular-item a:hover {
	background: #D11E25;
}
.popular-slide-box {
	position: relative;
	padding-left: 88px;
	padding-right: 88px;
}
.popular-slide {
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.swiper-btns > div {
	position: absolute;
    top: 50%;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
	width: 48px;
	height: 92px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background-color: #949494;
	transition: .3s all ease;
}
.swiper-button-next:after, .swiper-button-prev:after {
	content: none;
}
.swiper-btns > div:hover {
	background-color: #1D2025;
}
.swiper-btns > div:first-child {
	left: 0;
}
.swiper-btns > div:last-child {
	right: 0;
}
/* spare-sec */
.spare-sec {
	padding-top: 100px;
}
.spare-sec .title {
	max-width: 542px;
	width: 100%;
	margin-bottom: 56px;
}

.spare-block {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	grid-template-rows: repeat(6, 1fr);
	grid-column-gap: 24px;
	grid-row-gap: 24px;
}
.spare-item p {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	color: #000;
}

/* xit section */
.xit-sec {
	padding-top: 100px;
}

.xit-slide-box {
	position: relative;
	padding-left: 60px;
	padding-right: 60px;
}
.xit-slide {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	padding: 56px 28px 50px;
}
.xit-slide .swiper-wrapper {
	align-items: stretch;
}
.xit-slide .swiper-slide {
	height: auto;
}
.xit-slide .xit-item {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.xit-item {
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.16);
	padding: 20px 12px;
}
.product-img {
	text-align: center;
	width: 153px;
	height: 153px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.product-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product-name a {
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: #D11E25;
	margin: 20px 0 4px;
	display: block;
}
.product-price p {
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	color: #1D2025;
	margin-bottom: 8px;
}
.product-info span {
	display: block;
	margin-bottom: 3px;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	color: #949494;
}
.xit-slide .xit-item .product-btns {
	margin-top: auto;
}
.product-btns {
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 8px;
}
.product-btns .to-cart {
	border: none;
	border-radius: 2px;
	height: 36px;
	width: 100%;
	text-align: center;
	padding: 4px;
	font-weight: 500;
	font-size: 13px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	background-color: #D11E25;
}
.product-btns .favorite-btn {
	height: 36px;
	min-width: 40px;
	border-radius: 2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #D11E25;
}
.product-btns .favorite-btn:hover,
.product-btns .to-cart:hover {
	background-color: #1D2025;
}



/* brand seaction */
.brand-sec {
	padding-top: 50px;
}
.brand-sec .title {
	margin-bottom: 40px;
}
.brand-btn {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.brand-btn span,
.brand-btn a {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	text-decoration: underline;
	color: #D11E25;
}
.brand-btn a:hover span,
.brand-btn a:hover {
	text-decoration: none;
}
.brand-box {
	height: 145px;
}

/* form-sec */
.form-sec {
	padding: 100px 0 190px;
}
.form-sec .title {
	margin-bottom: 70px;
}
.form-block {
	border-radius: 8px;
	background-color: #EFEFEF;
	padding: 82px 100px;
}

.form-info {
	display: flex;
	align-items: flex-start;
	gap: 0 32px;
	margin-bottom: 56px;
}
.form-info .status {
	position: relative;
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	color: #000;
	display: flex;
	align-items: center;
}
.form-info .status::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #00D53C;
	margin-right: 10px;
}
.form-info .form-manager p {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	margin-top: 18px;
	color: #000;
}
.form-img {
	min-width: 280px;
	max-width: 280px;
	height: 280px;
}
.form-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.form-contact {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px 0;
}
.form-contact h2 {
	font-weight: 700;
	font-size: 28px;
	line-height: 100%;
	color: #000;
}
.form-contact p,
.form-contact a {
	display: flex;
	align-items: center;
	gap: 0 6px;
}
.form-contact p span,
.form-contact a span {
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	color: #000;
}
.form-contact a span {
	text-decoration: underline;
}
.form-contact a:hover span {
	text-decoration: none;
	color: #D11E25;
}
.form-group {
	margin-bottom: 24px;
}
.form-group textarea,
.form-group input {
	width: 100%;
	height: 100px;
	padding: 25px;
	background-color: #E5E5E5;
	border: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: #000;
}
.form-group textarea::placeholder,
.form-group input::placeholder {
	color: #A9A9A9;
}
.form-group textarea {
	padding: 40px 25px;
	min-height: 162px;
	resize: none;
}
.check-label {
	border: 1px solid #D3D3D3;
	background: #F9F9F9;
	padding: 22px 20px;
	display: flex;
	align-items: center;
	gap: 0 12px;
	max-width: 270px;
	width: 100%;
	margin-bottom: 24px;
	position: relative;
}
.check-label input {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	margin: 0;
}
.check-label.check-label--wide {
	border: none;
	background: transparent;
	padding: 0;
	gap: 0 14px;
	align-items: flex-start;
	max-width: 100%;
	margin-bottom: 16px;
}
.check-label.check-label--wide:last-child {
	margin-bottom: 0;
}
.check-label .indicator {
	min-width: 23px;
	height: 23px;
	border: 1px solid #444746;
	background-color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}
.check-label.check-label--wide .indicator {
	min-width: 20px;
	width: 20px;
	height: 20px;
	border: 1px solid #A9A9A9;
	background-color: #fff;
	flex: 0 0 20px;
	margin-top: 2px;
}
.check-label .indicator::after {
	content: '';
    display: inline-block;
    position: absolute;
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid #1D2025;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
	opacity: 0;
	transition: .3s all ease;
}
.check-label.check-label--wide .indicator::after {
	left: 6px;
	top: 2px;
}
.check-label input:checked ~ .indicator::after {
	opacity: 1;
}
.check-label input:focus-visible ~ .indicator {
	outline: 2px solid #D11E25;
	outline-offset: 1px;
}

.control input:checked~.control__indicator:after {
	display: block;
}
.check-label span {
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	color: #000;
}
.check-label.check-label--wide span {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.35;
}
.check-label a {
	color: inherit;
	text-decoration: underline;
}
.check-label a:hover {
	color: #D11E25;
	text-decoration: none;
}
.check-label.check-label--wide a {
	color: #D11E25;
	text-decoration: none;
}
.check-label.check-label--wide a:hover {
	text-decoration: underline;
}

/* Фолбэк для чекаута: показываем нативные чекбоксы, если кастомный индикатор нечитабелен */
.woocommerce-checkout .interline-consents .check-label input {
	position: static;
	width: 18px;
	height: 18px;
	opacity: 1;
	margin-top: 2px;
	flex: 0 0 18px;
	accent-color: #D11E25;
}
.woocommerce-checkout .interline-consents .check-label .indicator {
	display: none;
}

.form-btn .red-btn {
	border-radius: 4px;
	background-color: #D11E25;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 440px;
	width: 100%;
	border: none;
	height: 80px;
}
.form-btn .red-btn:hover {
	background-color: #1D2025;
}
.form-btn .red-btn:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}
.manager-form-response {
	margin-top: 16px;
	font-size: 15px;
	line-height: 1.4;
}
.manager-form-response--success {
	color: #138a00;
}
.manager-form-response--error {
	color: #D11E25;
}
.cf7-manager-form p {
	margin: 0 0 24px;
}
.cf7-manager-form input[type="text"],
.cf7-manager-form input[type="tel"],
.cf7-manager-form input[type="email"],
.cf7-manager-form textarea {
	width: 100%;
	padding: 25px;
	background-color: #E5E5E5;
	border: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: #000;
}
.cf7-manager-form input[type="text"],
.cf7-manager-form input[type="tel"],
.cf7-manager-form input[type="email"] {
	height: 100px;
}
.cf7-manager-form textarea {
	padding: 40px 25px;
	min-height: 162px;
	resize: none;
}
.cf7-manager-form input::placeholder,
.cf7-manager-form textarea::placeholder {
	color: #A9A9A9;
}
.cf7-manager-form .wpcf7-submit {
	border-radius: 4px;
	background-color: #D11E25;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 440px;
	width: 100%;
	border: none;
	height: 80px;
	cursor: pointer;
}
.cf7-manager-form .wpcf7-submit:hover {
	background-color: #1D2025;
}
.cf7-manager-form .wpcf7-submit:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}
.cf7-manager-form .wpcf7-spinner {
	display: block;
	margin: 10px auto 0;
}
.cf7-manager-form .wpcf7-not-valid-tip {
	font-size: 13px;
	color: #D11E25;
	margin-top: 8px;
}
.cf7-manager-form .wpcf7-response-output {
	margin: 16px 0 0 !important;
	padding: 0 !important;
	border: none !important;
	font-size: 15px;
	line-height: 1.4;
}
.cf7-manager-form .wpcf7-form.sent .wpcf7-response-output {
	color: #138a00;
}
.cf7-manager-form .wpcf7-form.invalid .wpcf7-response-output,
.cf7-manager-form .wpcf7-form.unaccepted .wpcf7-response-output,
.cf7-manager-form .wpcf7-form.failed .wpcf7-response-output,
.cf7-manager-form .wpcf7-form.aborted .wpcf7-response-output {
	color: #D11E25;
}

/* footer */
footer {
	padding: 50px 0 67px;
	background-color: #1D2025;
}
.ftr-block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 56px;
}
.ftr-menu {
	display: flex;
	align-items: flex-start;
	gap: 0 100px;
}
.ftr-menu .ftr-menu-links {
	min-width: 200px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.ftr-menu .ftr-menu-links p {
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}
.ftr-menu .ftr-menu-links a {
	font-size: 14px;
	line-height: 100%;
	color: #fff;
	opacity: 0.7;
	margin-bottom: 12px;
}
.ftr-menu .ftr-menu-links a:last-child {
	margin-bottom: 0;
}
.ftr-menu .ftr-menu-links a:hover {
	opacity: 1;
}
.ftr-social {
	display: flex;
	align-items: center;
	gap: 0 12px;
}
.ftr-social a:hover {
	transform: scale(1.1);
}
.ftr-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #FFFFFF;
}
.ftr-info-right {
	max-width: 347px;
	text-align: right;
}
.ftr-info-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px 0;
}
.ftr-info p a,
.ftr-info p {
	font-size: 14px;
	line-height: 100%;
	color: #fff;
}
.ftr-info-left span {
	display: flex;
	align-items: center;
	gap: 0 4px;
	font-size: 14px;
	line-height: 100%;
	color: #fff;
}
.ftr-info p a {
	text-decoration: underline;
}
.ftr-info p a:hover {
	text-decoration: none;
}

.ftr-end {
	max-width: 890px;
	margin-left: auto;
	margin-right: auto;
}
.ftr-end p {
	font-size: 14px;
	line-height: 100%;
	color: #fff;
}

/* breadcrumbs */
.breadcrumb {
	margin: 32px 0;
}
.breadcrumb-item,
.breadcrumb-item a {
	font-size: 16px;
	line-height: 100%;
	color: #828282;
}
.breadcrumb-item.active {
	color: #000;
}
/* breadcrumbs end */
.contact-sec .title {
	margin-bottom: 56px;
}
.contact-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 40px 0;
	margin-bottom: 56px;
}
.contact-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px 0;
}
.contact-item span {
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	color: #000;
}
.contact-item p,
.contact-item a {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	color: #000;
	padding: 2px 0;
}
.contact-item a {
	text-decoration: underline;
}
.contact-item a:hover {
	text-decoration: none;
}

.contact-map {
	height: 554px;
}
.contact-map iframe {
	width: 100%;
	height: 100%;
}
/* cart */
.cart-sec {
	padding-bottom: 120px;
}
.cart-sec .title {
	margin-bottom: 56px;
}

.cart-block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0 56px;
}
.cart-left {
	max-width: 790px;
	width: 100%;
}
.cart-item {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 16px 32px 16px 24px;
	border-radius: 8px;
	background-color: #EFEFEF;
	margin-bottom: 8px;
}
.cart-item .cart-inner {
	display: flex;
	align-items: center;
}
.cart-item .cart-img {
	min-width: 110px;
	max-width: 110px;
	border-radius: 8px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 32px;
}
.cart-item .cart-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
.cart-item .cart-name {
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: #000;
	margin-bottom: 12px;
}
.cart-item .cart-price {
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
	color: #000;
	margin-bottom: 12px;
}
.counter {
	display: flex;
	align-items: center;
}
.counter input {
	width: 30px;
	height: 20px;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	color: #000;
	border: none;
	padding: 0;
	background: transparent;
}
.counter span {
	height: 20px;
	min-width: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #C3C3C3;
	cursor: pointer;
}
.card-info .counter span:hover {
	border-color: #aa0006;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.cart-btns {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	justify-content: space-between;
}
.cart-btns .cart-fav {
	min-width: 32px;
	max-width: 32px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
	background-color: #757575;
}
.cart-btns .cart-fav:hover {
	background-color: #D11E25;
}
.cart-btns .cart-delete {
	font-weight: 500;
	font-size: 15px;
	line-height: 100%;
	color: #757575;
}
.cart-btns .cart-delete:hover {
	color: #D11E25;
}

.cart-right {
	width: 390px;
	padding: 18px 20px;
	border-radius: 8px;
	background: #EFEFEF;
	display: flex;
	flex-direction: column;
}
.cart-right .cart-total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
}
.cart-right .cart-total p,
.cart-right .cart-total span {
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	color: #000;
}
.cart-quantity {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cart-quantity p,
.cart-quantity span {
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: #5C5C5C;
}

.cart-right .order-btn {
	width: 100%;
	height: 62px;
	border-radius: 4px;
	color: #fff;
	background-color: #D11E25;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
}
.cart-right .order-btn:hover {
	background-color: #aa0006;
}

/* favorite page */
.fav-sec {
  padding: 40px 0 80px;
}
.fav-sec .title {
	margin-bottom: 45px;
}
.fav-block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.fav-left {
	max-width: 790px;
	width: 100%;
}
.fav-rov {
	gap: 30px 0;
}
.fav-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fav-row {
  display: grid;
  grid-template-columns: auto 80px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  position: relative;
}
.fav-row .favorite-remove {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #d82e2e;
}
.fav-row .fav-thumb img {
  max-width: 80px;
  max-height: 80px;
  object-fit: contain;
}
.fav-info {
  display: flex;
  flex-direction: column;
}
.fav-info .fav-title {
  margin: 0 0 6px;
  font-weight: 600;
}
.fav-info .fav-title a {
  color: #111;
  text-decoration: none;
}
.fav-info .fav-price {
  margin: 0;
  color: #d82e2e;
  font-weight: 700;
}
.fav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fav-actions .button {
  background: #d82e2e;
  color: #fff;
  border: none;
  border-radius: 8px;
  text-transform: none;
  padding: 10px 16px !important;
  display: inline-block;
}
.fav-actions .button:hover {
  background: #b91f1f;
  color: #fff;
}
.fav-footer {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.fav-footer .button {
  background: #d82e2e;
  color: #fff;
  border: none;
  border-radius: 8px;
  text-transform: none;
  padding: 12px 18px !important;
}
.fav-footer .button:hover {
  background: #b91f1f;
  color: #fff;
}
@media (max-width: 600px) {
  .fav-row {
    grid-template-columns: auto 60px 1fr;
    gap: 10px;
  }
  .fav-row .fav-thumb img {
    max-width: 60px;
    max-height: 60px;
  }
  .fav-actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
    margin-top: 8px;
  }
  .fav-footer {
    justify-content: flex-start;
  }
}

/* catalog */
.catalog-sec {
	padding-bottom: 150px;
}
.catalog-sec .title {
	margin-bottom: 56px;
}
.catalog-rov {
	gap: 30px 0;
}

.inner-sec .title {
	margin-bottom: 56px;
}
.inner-sec {
	padding-bottom: 170px;
}
.inner-rov {
	gap: 30px 0;
}

/* card product */
.card-sec {
	padding: 32px 0 180px;
}
.card-title {
	margin-bottom: 0;
}
.card-title h1 {
	margin-bottom: 22px;
	font-weight: 700;
	font-size: 36px;
	line-height: 100%;
	color: #000;
}

.card-slide {
	position: relative;
	max-width: 604px;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
	/* overflow: hidden; */
}
.mySwiper2 {
	height: 435px;
	margin-bottom: 20px;
	width: 100%;
	padding: 40px 80px;
	/* overflow: hidden; */
	box-shadow: 0px 4px 41.9px 0px rgba(0, 0, 0, 0.2);
}
.mySwiper {
	width: 100%;
	height: 138px;
	padding: 12px;
	margin: -12px;
}
.card-slide .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.mySwiper .swiper-slide {
	padding: 12px 25px;
	cursor: pointer;
	box-shadow: 0px 1.28px 12px 0px rgba(0, 0, 0, 0.122);
}
.card-right-title span {
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 36px;
	line-height: 100%;
	color: #000;
}
.card-text p {
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	color: #000;
	margin-bottom: 16px;
}
.card-text p span {
	font-weight: 400;
}
.card-text p:last-child {
	margin-bottom: 24px;
}  

.card-btns {
	display: flex;
	align-items: center;
	gap: 0 25px;
	margin-bottom: 25px;
}
.card-info .counter span {
	width: 28px;
	height: 28px;
	border-radius: 3px;
}
.card-info .counter input {
	width: 40px;
}
.red-btn {
	width: 265px;
	padding: 15px 5px;
	font-weight: 500;
	font-size: 14.05px;
	line-height: 100%;
	text-transform: uppercase;
	color: #fff;
	background: #D11E25;
	border-radius: 2px;
}
.red-btn:hover {
	background-color: #1D2025;
}
.card-links {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 16px;
}
.card-links a {
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.card-links a .text {
	font-size: 16px;
	line-height: 100%;
	color: #1D2025;
}
.card-links a .icon {
	height: 30px;
	width: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	background-color: #1D2025;
}
.card-links a:hover .icon {
	background-color: #aa0006;
}

.card-tab .nav-pills {
	margin-bottom: 44px;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
}
.card-tab .nav-pills::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -10px;
	background: #EBEBEB;
	height: 7px;
	width: 100%;
	border-radius: 10px;
}
.nav-pills .nav-link {
	padding: 10px 16px;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	color: #000;
	white-space: nowrap;
	position: relative;
}
.nav-pills .nav-link::after {
	content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 7px;
    background: #D11E25;
    border-radius: 10px;
    z-index: 2;
	opacity: 0;
	transition: .3s all ease;
}
.nav-pills .nav-link.active::after {
	opacity: 1;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background: transparent;
	color: #000;
}
.tab-block p {
	font-size: 16px;
	line-height: 100%;
	color: #000;
}
/* profile page */
.profile-sec {
	padding-bottom: 110px;
}
.profile-block {
	display: flex;
	align-items: stretch;
	height: 100%;
	gap: 40px;
}
.profile-block .profile-left {
	max-width: 80%;
	width: 100%;
	background-color: #EFEFEF;
	border-radius: 8px;
	padding: 40px 50px 50px;
}
.profile-block .profile-right {
	max-width: 20%;
	width: 100%;
	background-color: #EFEFEF;
	border-radius: 8px;
	padding: 40px 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px 0;
}
.profile-block .profile-right a {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	color: #000;
}
.profile-block .profile-right a:hover {
	color: #aa0006;
}
.profile-block .profile-left h1 {
	font-weight: 700;
	font-size: 36px;
	line-height: 100%;
	color: #000;
	margin-bottom: 32px;
}
.profile-left .form-group {
	margin-bottom: 14px;
}
.profile-left .form-group input {
	height: 60px;
	padding: 20px;
}
.profile-inner {
	max-width: 514px;
	width: 100%;
}
.change-pass {
	margin: 32px 0;
}
.change-pass a {
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	text-decoration: underline;
	color: #000;
}
.change-pass a:hover {
	text-decoration: none;
}
.save-btn button {
	padding: 18px;
	width: 290px;
}



/* modal */
.modal-dialog {
	max-width: 585px;
	width: 100%;
}
.modal-content {
	border: none;
	padding: 40px 35px 30px;
	border-radius: 8px;
	background: #FFFFFF;
}
.modal-header {
	border: none;
	padding: 0 0 25px;
}
.modal-title {
	font-weight: 700;
	font-size: 36px;
	line-height: 100%;
	color: #000;
}
.modal-body {
	padding: 0;
}
.modal-login .form-group {
	margin-bottom: 16px;
}
.modal-login .form-group input {
	height: 60px;
	padding: 20px 26px;
}
.modal-btns {
	padding-top: 20px;
	margin-bottom: 35px;
}
.modal-btns {
	display: flex;
	align-items: center;
	gap: 16px 32px;
}
.forgot-pass a {
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	text-decoration: underline;
	color: #000;
}
.modal-btns .red-btn {
	width: auto;
	padding: 18px 58px;
}
.modal-btns .reg-btn {
	font-weight: 500;
	font-size: 13px;
	line-height: 100%;
	color: #D11E25;
	text-decoration: underline;
	text-transform: uppercase;
}
.forgot-pass a:hover,
.modal-btns .reg-btn:hover {
	text-decoration: none;
}

.modal-header .btn-close {
	padding: 0;
	margin: 0;
	background: none;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 16px;
	top: 16px;
	opacity: 1;
}
.modal-header .btn-close:hover svg path {
	fill: #aa0006;
}
.btn-close:focus {
	box-shadow: none;
}

/* 1 page */
.home-category {
	padding-bottom: 100px;
}
.home-category .title {
	margin-bottom: 56px;
}
.cat-rov {
	gap: 30px 0;
}
.cat-item a {
	display: block;
	position: relative;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
	background-color: #fff;
	border: 1px solid #e5e5e5;
	height: 270px;
	overflow: hidden;
	border-radius: 6px;
	padding: 32px 22px;
}
.cat-item a:hover {
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.cat-item a span {
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	text-transform: uppercase;
	color: #000;
	position: relative;
	z-index: 2;
}
.cat-item a img {
	position: absolute;
	right: 20px;
	bottom: 20px;
}




.mob {display: none !important;}


@media only screen and (max-width: 1400px){
	.nav-pills .nav-link {
		font-size: 18px;
	}
	.popular-item p {
		font-size: 16px;
	}
}


@media only screen and (max-width: 1200px) {
	.catalog-rov .col {
		width: 25%;
	}
}



@media only screen and (max-width: 768px){
	.mob {display: block !important;}
	.pc {display: none !important;}

	.head-right,
	.head-block .head-logo a span {
		display: none;
	}
	.head-block {
		padding: 16px 0 64px;
		position: relative;
	}
	.head-search {
		position: absolute;
		bottom: 16px;
		left: 0;
		max-width: 100%;
	}
	.head-block .head-logo a {
		position: relative;
		z-index: 20;
	}

	.menu-opener {
		width: 43px;
		height: 43px;
		border-radius: 3px;
		background-color: #D11E25;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 4px 0;
		z-index: 2;
		position: relative;
		transition: .3s all ease;
		z-index: 20;
	}
	.menu-opener span {
		position: relative;
		width: 21px;
		height: 2px;
		background: #fff;
		border-radius: 2px;
	}
	.menu-opener.active span.two {
		opacity: 0;
	}
	.menu-opener.active span.one {
		transform: rotate(45deg);
		top: 6px;
	}
	.menu-opener.active span.three {
		transform: rotate(-45deg);
		top: -6px;
	}
	header .navbar {
		position: fixed;
		left: -100%;
		top: 0;
		width: 100%;
		background-color: #1D2025;
		z-index: 10;
		height: 100%;
		transition: .4s all ease;
	}
	header .navbar.active {
		left: 0;
	}
	body.no-scroll {
		overflow: hidden;
	}
	.main-block {
		flex-direction: column;
	}
	.head-con {
		padding: 0;
	}
	.main-sec {
		padding: 50px 0 100px;
	}
	.main-left {
		text-align: center;
	}
	.main-left h2 {
		font-weight: 700;
		font-size: 16px;
		line-height: 100%;
		text-transform: uppercase;
	}
	.main-left p {
		font-weight: 500;
		font-size: 16px;
		line-height: 100%;
		margin-bottom: 30px;
	}
	.main-left a .text {
		font-size: 14px;
	}
	.main-left a {
		height: 54px;
	}
	.main-img {
		margin-top: 10px;
	}
	.main-img img {
		width: 100%;
	}
	/* mob fixed menu */
	.fixed-menu {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #EFEFEF;
		padding: 16px 34px;
		z-index: 100;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.fixed-menu a {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 3px 0;
	}
	.fixed-menu a span {
		font-weight: 500;
		font-size: 14px;
		line-height: 100%;
		color: #1D2025;
	}
	.wrapper {
		padding-bottom: 78px;
	}
	.form-block {
		padding: 23px;
	}
	.form-img {
		min-width: 153px;
		max-width: 153px;
		height: 153px;
	}
	.form-info .form-manager p {
		font-size: 16px;
		margin-top: 10px;
	}
	.form-info {
		gap: 0 20px;
		margin-bottom: 40px;
	}
	.form-info .status {
		font-size: 11px;
	}
	.form-info .status::before {
		width: 9px;
		height: 9px;
		margin-right: 5px;
	}
	.form-contact h2 {
		font-size: 22px;
	}
	.form-contact {
		gap: 18px 0;
		margin-bottom: 30px;
	}
	.form-contact p span, .form-contact a span {
		font-size: 14px;
	}
	.form-group textarea, .form-group input {
		height: 60px;
		padding: 15px;
	}
	.form-group textarea {
		min-height: 95px;
	}
	.form-group {
		margin-bottom: 19px;
	}
	.check-label {
		max-width: 160px;
		padding: 13px 10px;
	}
	.check-label.check-label--wide {
		max-width: 100%;
	}
	.check-label.check-label--wide span {
		font-size: 14px;
	}
	.form-btn .red-btn {
		height: 48px;
		max-width: 100%;
	}
	.ftr-menu {
		flex-direction: column;
	}
	.ftr-menu .ftr-menu-links:last-child {
		display: none;
	}
	.ftr-block {
		flex-direction: column;
		gap: 60px 0;
		margin-bottom: 40px;
	}
	.ftr-social {
		justify-content: space-between;
		width: 100%;
	}
	.ftr-info {
		padding-top: 40px;
		border-top: 1px solid #fff;
		border-bottom: none;
		flex-direction: column;
		margin-bottom: 0;
		padding-bottom: 24px;
	}
	.ftr-info-right {
		max-width: 100%;
		text-align: left;
	}
	.ftr-info-left {
		gap: 24px 0;
		margin-bottom: 24px;
	}
	.ftr-end p,
	.ftr-info p a, .ftr-info p {
		font-size: 13px;
		line-height: 120%;
	}
	.ftr-menu .ftr-menu-links p {
		margin-bottom: 24px;
	}
	.ftr-menu .ftr-menu-links a {
		font-size: 15px;
		margin-bottom: 16px;
	}
	footer {
		padding: 40px 0 65px;
	}
	.form-sec .title {
		margin-bottom: 30px;
	}
	.form-sec {
		padding: 0;
		margin: 70px 0 85px;
	}
	.title h2 {
		font-size: 26px;
	}
	.title .red {
		width: 251px;
	}
	.title .black {
		width: 209px;
	}
	.main-bg,
	.main-block.two {
		display: none;
	}
	.main-two {
		padding: 0;
	}
	.title {
		margin-bottom: 30px !important;
	}
	.cat-item a {
		padding: 28px 20px;
		height: 240px;
	}
	.cat-item a span {
		font-size: 21px;
	}
	.cat-item a img {
		max-height: 197px;
	}
	.cat-rov {
		gap: 24px 0;
	}
	.brand-sec,
	.xit-sec,
	.spare-sec {
		display: none;
	}
	.home-category {
		padding-bottom: 0;
		margin-bottom: 80px;
	}
	.main-info {
		flex-direction: column;
		align-items: flex-start;
		padding: 56px 40px;
		gap: 56px 0;
		align-items: center;
		margin-bottom: 100px;
		background: #EFEFEF;
	}
	.main-info .main-item img {
		height: 64px;
	}
	.main-item,
	.main-item.three,
	.main-item.two {
		max-width: 100%;
	}
	.main-pic img {
		position: relative;
		width: 100%;
		margin-top: 10px;
	}
	.main-pic.one img {
		width: 100%;
	}
	.main-three::after {
		content: none;
	}
	.main-three::before {
		background: linear-gradient(180deg, rgba(29, 32, 37, 0.64) 0%, rgba(29, 32, 37, 0.8) 100%);
	}
	.main-sec {
		padding: 55px 0 235px;
		margin-bottom: 50px;
	}
	.main-three .main-left p {
		max-width: 276px;
		margin-left: auto;
		margin-right: auto;
	}
	.main-three {
		background-image: url('../images/main-img4-mob.png');
	}
	.main-three .main-left a .icon {
		background: #D11E25;
	}
	.contact-item span {
		font-size: 20px;
	}
	.contact-item p, .contact-item a {
		font-size: 16px;
	}
	.contact-block {
		gap: 16px 0;
	}
	.breadcrumb {
		margin: 10px 0 14px;
	}
	.breadcrumb-item,
	.breadcrumb-item a {
		font-size: 12px;
	}
	.cart-block {
		flex-direction: column;
	}
	.cart-right {
		width: 100%;
		background: transparent;
		padding: 0;
		margin-top: 40px;
	}
	.cart-quantity {
		display: none;
	}
	.mob-filter {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 24px;
	}
	.mob-filter .clear-btn span,
	.mob-filter .product-quantity {
		font-weight: 500;
		font-size: 16px;
		line-height: 100%;
		color: #A0A0A0;
	}
	.mob-filter .clear-btn {
		display: flex;
		align-items: center;
		gap: 0 3px;
	}
	.cart-item {
		padding: 12px;
	}
	.cart-item .cart-img {
		margin-right: 24px;
	}
	.cart-btns .cart-fav {
		display: none;
	}
	.cart-item .cart-name {
		font-size: 14px;
	}
	.cart-item .cart-price {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.cart-sec {
		padding-bottom: 220px;
	}
	.fav-block {
		flex-direction: column;
	}
	.popular-item {
		padding: 16px 20px;
		height: 202px;
		border: 1px solid #e5e5e5;
		background: #fff;
	}
	.popular-item a {
		width: 100%;
		padding: 14px;
	}
	.catalog-rov {
		margin-left: -8px;
		margin-right: -8px;
		gap: 16px 0;
	}
	.catalog-rov .col {
		width: 50%;
		padding-left: 8px;
		padding-right: 8px;
	}
	.popular-item p {
		font-size: 14px;
	}
	.popular-item img {
		height: 96px;
	}
	.inner-rov {
		gap: 12px 0;
		margin-left: -6px;
		margin-right: -6px;
	}
	.inner-rov > * {
		padding-left: 6px;
		padding-right: 6px;
	}
	.product-img {
		width: 105px;
		height: 105px;
	}
	.product-name a {
		font-size: 11px;
		margin: 14px 0 4px;
	}
	.product-price p {
		font-size: 12px;
	}
	.product-info span {
		font-size: 10px;
	}
	.product-btns {
		margin-top: 10px;
	}
	.product-btns .favorite-btn {
		min-width: 27px;
		height: 25px;
	}
	.product-btns .favorite-btn svg {
		width: 13px;
		height: 12px;
	}
	.product-btns .to-cart {
		height: 25px;
		font-size: 9px;
	}
	.xit-item {
		padding: 8px 14px;
	}
	.inner-sec {
		padding-bottom: 140px;
	}
	.for-flex {
		display: flex;
		align-items: center;
		gap: 0 16px;
	}
	.for-flex .back {
		position: relative;
		top: -3px;
	}
	.card-sec {
		padding: 30px 0 100px;
	}
	.card-title h1 {
		margin-bottom: 16px;
		font-size: 20px;
	}
	.mySwiper2 {
		height: 250px;
		padding: 20px 45px;
	}
	.mySwiper {
		display: none;
	}
	.card-slide {
		margin-bottom: 20px;
	}
	.card-title span {
		font-size: 24px;
	}
	.card-info {
		display: flex;
		flex-direction: column;
	}
	.card-right-title {
		order: 1;
		margin-bottom: 22px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.card-btns {
		order: 2;
		justify-content: space-between;
		gap: 0 10px;
		margin-bottom: 32px;
	}
	.card-links {
		order: 3;
	}
	.card-text {
		order: 4;
		margin-top: 50px;
	}
	.card-right-title span {
		font-size: 24px;
		margin-bottom: 0;
	}
	.card-btns .counter {
		width: 144px;
		padding: 10px 18px;
		border-radius: 2px;
		background: #EFEFEF;
		justify-content: space-between;
	}
	.red-btn {
		width: 198px;
	}
	.card-text p span {
		display: inline;
	}
	.card-tab {
		margin-top: 60px;
	}
	.card-tab .nav-pills {
		overflow: auto;
		margin-bottom: 16px;
		padding-bottom: 14px;
	}
	.card-tab .nav-pills::after {
		bottom: 4px;
		width: 200%;
	}
	.card-tab .nav-pills::-webkit-scrollbar-track {
        background-color: #F5F5F5;
    }
    .card-tab .nav-pills::-webkit-scrollbar {
        width: 0;
		height: 0;
        background-color: #F5F5F5;
    }
    .card-tab .nav-pills::-webkit-scrollbar-thumb {
        background-color: #D62929;
    }
}


@media only screen and (max-width: 360px) {
	.fixed-menu {
		padding: 16px;
	}
}


.catalog-sec {
  padding: 50px 0 80px;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.catalog-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: .3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.catalog-item:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.catalog-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 12px;
}

.catalog-name a {
  font-weight: 600;
  color: #111;
  text-decoration: none;
  display: block;
  min-height: 42px;
}

.catalog-price {
  color: #d82e2e;
  font-weight: 700;
  font-size: 16px;
  margin: 10px 0 15px;
}

.catalog-stock {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}
.catalog-stock.in-stock { color: #15803d; }
.catalog-stock.out-of-stock { color: #b91c1c; }

.catalog-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.catalog-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.catalog-actions .button {
  background: #d82e2e;
  color: #fff !important;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
  transition: .3s;
}
.catalog-actions .button:hover { background:#b91f1f; }

.compare-btn, .favorite-btn {
  font-size: 14px;
  color: #444;
  text-decoration: none;
}
.compare-btn:hover, .favorite-btn:hover { color:#d82e2e; }
.compare-btn.active {
  color: #d82e2e;
  font-weight: 700;
}

/* Единый вид кнопки корзины */
.product-btns .to-cart,
.product-btns .add_to_cart_button,
.product-btns .button.add_to_cart_button,
.catalog-actions .to-cart,
.catalog-actions .add_to_cart_button,
.catalog-actions .button.add_to_cart_button {
  position: relative;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  text-indent: 0;
  overflow: visible;
  font-size: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #d82e2e !important;
  background-color: transparent !important;
  color: #d82e2e !important;
  transition: background-color .2s, border-color .2s, color .2s;
}
.product-btns .to-cart:hover,
.product-btns .add_to_cart_button:hover,
.product-btns .button.add_to_cart_button:hover,
.catalog-actions .to-cart:hover,
.catalog-actions .add_to_cart_button:hover,
.catalog-actions .button.add_to_cart_button:hover {
  background: transparent !important;
}

/* Override: рисуем иконку корзины без масок */
.product-btns .to-cart,
.product-btns .add_to_cart_button,
.product-btns .button.add_to_cart_button,
.catalog-actions .to-cart,
.catalog-actions .add_to_cart_button,
.catalog-actions .button.add_to_cart_button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d82e2e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M5 4h2l1 7h11l1.5-5h-14'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
.product-btns .to-cart::before,
.product-btns .add_to_cart_button::before,
.product-btns .button.add_to_cart_button::before,
.catalog-actions .to-cart::before,
.catalog-actions .add_to_cart_button::before,
.catalog-actions .button.add_to_cart_button::before {
  display: none;
}
.product-btns .to-cart.active,
.product-btns .add_to_cart_button.active,
.product-btns .button.add_to_cart_button.active,
.product-btns .to-cart.added,
.product-btns .add_to_cart_button.added,
.product-btns .button.add_to_cart_button.added,
.product-btns .to-cart.added_to_cart,
.product-btns .add_to_cart_button.added_to_cart,
.product-btns .button.add_to_cart_button.added_to_cart,
.catalog-actions .to-cart.active,
.catalog-actions .add_to_cart_button.active,
.catalog-actions .button.add_to_cart_button.active,
.catalog-actions .to-cart.added,
.catalog-actions .add_to_cart_button.added,
.catalog-actions .button.add_to_cart_button.added,
.catalog-actions .to-cart.added_to_cart,
.catalog-actions .add_to_cart_button.added_to_cart,
.catalog-actions .button.add_to_cart_button.added_to_cart {
  position: relative;
  background: #d82e2e !important;
  border-color: #d82e2e !important;
  color: #fff !important;
}
.product-btns .cart-icon svg,
.catalog-actions .cart-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.product-btns .added_to_cart,
.catalog-actions .added_to_cart,
.xit-item .product-btns .added_to_cart,
.catalog-rov .added_to_cart {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* Полностью скрываем стандартную ссылку Woo после добавления в корзину */
a.added_to_cart.wc-forward {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

/* Иконки вместо текста в xit-item */
.xit-item .product-btns {
  gap: 12px;
  justify-content: center;
}
.xit-item .product-btns .to-cart,
.xit-item .product-btns .button,
.xit-item .product-btns .add_to_cart_button,
.xit-item .product-btns .compare-btn,
.xit-item .product-btns .favorite-btn {
  background-color: transparent !important;
  border-color: #d82e2e;
  color: #d82e2e !important;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  text-indent: 0;
  white-space: normal;
  overflow: visible;
  font-size: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid #d82e2e;
  transition: background-color .2s, border-color .2s, color .2s;
}
.xit-item .product-btns .favorite-btn svg {
  display: none;
}
.xit-item .product-btns .to-cart::before,
.xit-item .product-btns .button::before,
.xit-item .product-btns .add_to_cart_button::before,
.xit-item .product-btns .compare-btn::before,
.xit-item .product-btns .favorite-btn::before {
  content: "";
  width: 22px;
  height: 22px;
  background-color: currentColor;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.xit-item .product-btns .to-cart::before,
.xit-item .product-btns .button::before,
.xit-item .product-btns .add_to_cart_button::before {
  -webkit-mask-image: url(../images/cart-icon.svg);
          mask-image: url(../images/cart-icon.svg);
}
.xit-item .product-btns .to-cart::before,
.xit-item .product-btns .add_to_cart_button::before,
.xit-item .product-btns .button.add_to_cart_button::before {
  display: none;
}
.xit-item .product-btns .compare-btn::before {
  -webkit-mask-image: url(../images/compare-icon.svg);
          mask-image: url(../images/compare-icon.svg);
}
.xit-item .product-btns .favorite-btn::before {
  -webkit-mask-image: url(../images/favorite-icon.svg);
          mask-image: url(../images/favorite-icon.svg);
}
.xit-item .product-btns .to-cart:hover,
.xit-item .product-btns .button:hover,
.xit-item .product-btns .add_to_cart_button:hover,
.xit-item .product-btns .compare-btn:hover,
.xit-item .product-btns .favorite-btn:hover {
  background: #ffecec;
}
.xit-item .product-btns .to-cart.active,
.xit-item .product-btns .button.active,
.xit-item .product-btns .add_to_cart_button.active,
.xit-item .product-btns .to-cart.added,
.xit-item .product-btns .button.added,
.xit-item .product-btns .add_to_cart_button.added,
.xit-item .product-btns .to-cart.added_to_cart,
.xit-item .product-btns .button.added_to_cart,
.xit-item .product-btns .add_to_cart_button.added_to_cart {
  background-color: #d82e2e !important;
  border-color: #d82e2e !important;
  color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M5 4h2l1 7h11l1.5-5h-14'/%3E%3C/svg%3E") !important;
}
.xit-item .product-btns .compare-btn.active,
.xit-item .product-btns .favorite-btn.active {
  background: #d82e2e !important;
  border-color: #d82e2e !important;
  color: #fff !important;
  background-image: none !important;
}

/* Пагинация */
.pagination-wrapper {
  text-align: center;
  margin-top: 40px;
}
.woocommerce-pagination ul.page-numbers {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.woocommerce-pagination li a,
.woocommerce-pagination li span {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  text-decoration: none;
  transition: .2s;
}
.woocommerce-pagination li a:hover,
.woocommerce-pagination li span.current {
  background: #d82e2e;
  color: #fff;
  border-color: #d82e2e;
}

/* My Account styling */
.account-sec {
  padding: 40px 0 80px;
}
.woocommerce-MyAccount-navigation {
  margin-bottom: 24px;
}
.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  list-style: none;
  margin: 0;
  border-bottom: 2px solid #eee;
}
.woocommerce-MyAccount-navigation li a {
  display: inline-flex;
  align-items: center;
  padding: 8px 0 10px;
  border-bottom: 3px solid transparent;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  transition: color .2s, border-color .2s;
}
.woocommerce-MyAccount-navigation li.is-active a {
  border-color: #d82e2e;
  color: #d82e2e;
}
.woocommerce-MyAccount-navigation li a:hover {
  border-color: #d82e2e;
  color: #d82e2e;
}
.woocommerce-MyAccount-content {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 24px;
}
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
}
.woocommerce-MyAccount-content table {
  width: 100%;
  border-collapse: collapse;
}
.woocommerce-MyAccount-content table th,
.woocommerce-MyAccount-content table td {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content .woocommerce-button {
  display: inline-block;
  background: #d82e2e;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
}
.woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content .woocommerce-button:hover {
  background: #b91f1f;
}
.woocommerce-account-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
}
.woocommerce-account-fields h3 {
  grid-column: 1 / -1;
}
.woocommerce-account-fields .form-row-wide input,
.woocommerce-account-fields .form-row-wide select,
.woocommerce-account-fields .form-row-wide textarea {
  width: 100%;
}
.woocommerce-account-fields .js-fill-inn {
  align-self: end;
  width: 100%;
  max-width: 240px;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .woocommerce-MyAccount-navigation li a {
    white-space: nowrap;
  }
  .woocommerce-MyAccount-navigation ul::-webkit-scrollbar {
    height: 0;
  }
  .woocommerce-account-fields {
    grid-template-columns: 1fr;
  }
}

/* === Toast notifications === */
#toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  background: #222;
  color: #fff;
  padding: 12px 18px;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all .3s ease;
  font-size: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.toast.success {
  background: #2ecc71;
}
.toast.error {
  background: #e74c3c;
}
/* === Унификация всех кнопок WooCommerce === */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .add_to_cart_button,
.woocommerce .single_add_to_cart_button,
a.button.add_to_cart_button,
a.add_to_cart_button,
button.add_to_cart_button {
  background: #d82e2e !important;
  color: #fff !important;
  padding: 10px 18px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
  border: none !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .add_to_cart_button:hover,
.woocommerce .single_add_to_cart_button:hover {
  background: #b91f1f !important;
  color: #fff !important;
}

/* Убираем WooCommerce-иконку "В корзину" */
.add_to_cart_button::before {
  display: none !important;
}
.product-img img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  background: #f7f7f7;
  border-radius: 6px;
  transition: transform .3s ease;
}
.product-img img:hover {
  transform: scale(1.05);
}
/* ====== Ровные карточки товаров ====== */
/* ====== Ровные карточки в сетке Bootstrap ====== */
.inner-rov .col-lg-3.col-6 {
  display: flex;
}

.xit-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  transition: box-shadow 0.3s ease;
  width: 100%;
  min-height: 440px; /* можно регулировать под контент */
}

.xit-item:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}


.xit-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  transition: box-shadow 0.3s ease;
  width: 100%;
  min-height: 440px; /* ← можно подогнать под свой контент */
}

.xit-item:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.product-img {
  margin-bottom: 12px;
}

.product-name {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-name a {
  font-weight: 600;
  color: #111;
  text-decoration: none;
  line-height: 1.3;
}

.product-price p {
  color: #d82e2e;
  font-weight: 700;
  margin: 8px 0 12px;
  font-size: 16px;
}

.product-info {
  font-size: 13px;
  color: #555;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 15px;
}

.product-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
/* Скрываем ссылку "Просмотр корзины" после добавления */
a.added_to_cart.wc-forward {
  display: none !important;
}
.product-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
}

.product-left {
  flex: 1 1 45%;
  min-width: 320px;
}

.product-right {
  flex: 1 1 45%;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.product-image img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  border-radius: 8px;
  background: #f7f7f7;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.product-meta p {
  margin: 0 0 4px;
  font-size: 15px;
}

.product-price h3 {
  font-size: 28px;
  font-weight: 700;
  color: #d82e2e;
  margin: 10px 0;
}

.product-stock p {
  font-size: 15px;
  color: #222;
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 5px;
}

.cart-action {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-actions .button,
.single_add_to_cart_button {
  background: #d82e2e !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  transition: 0.3s;
}

.product-actions .button:hover,
.single_add_to_cart_button:hover {
  background: #b91f1f !important;
}

.extra-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

.extra-links a {
  color: #444;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s;
}

.extra-links a:hover {
  color: #d82e2e;
}

.product-shortdesc {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
/* Скрываем дублирующий текст "в наличии" внутри кнопки */
.single-product .product form.cart .stock {
  display: none !important;
}
.product-actions {
  display: flex;
  flex-direction: column; /* теперь элементы идут вертикально */
  align-items: flex-start;
  gap: 10px;
}

.cart-action {
  display: flex;
  align-items: center;
  gap: 10px;
}

.extra-links {
  display: flex;
  gap: 20px;
  padding-left: 4px;
}
/* ===== Блок с кнопкой и количеством ===== */
.cart-action {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-action form.cart {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}

.cart-action input.qty {
  width: 60px !important;
  height: 42px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  padding: 5px;
}

.cart-action button.single_add_to_cart_button {
  background: #d82e2e !important;
  color: #fff !important;
  padding: 10px 24px !important;
  border-radius: 8px !important;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.cart-action button.single_add_to_cart_button:hover {
  background: #b91f1f !important;
}

/* ===== Сравнить / Избранное на новой строке ===== */
.extra-links {
  display: flex;
  gap: 18px;
  margin-top: 10px;
}

.extra-links a {
  font-size: 15px;
  color: #444;
  text-decoration: none;
  transition: 0.3s ease;
}

.extra-links a:hover {
  color: #d82e2e;
}
/* Убираем точки у табов WooCommerce */
.woocommerce-tabs ul.tabs {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  border-bottom: 2px solid #eee;
}

.woocommerce-tabs ul.tabs li {
  list-style: none !important;
  margin: 0;
  padding: 8px 15px;
  border-bottom: 3px solid transparent;
  font-weight: 600;
  cursor: pointer;
}

.woocommerce-tabs ul.tabs li.active {
  border-color: #d82e2e;
  color: #d82e2e;
}

.woocommerce-tabs ul.tabs li:hover {
  color: #d82e2e;
}
.product-tabs ul li {
  display: inline-block;
  padding: 10px 15px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all .2s ease;
}

.product-tabs ul li.active {
  border-color: #d82e2e;
  color: #d82e2e;
}

/* Single product: reviews tab */
.product-tabs .tab-content#reviews {
  padding: 26px;
  border: 1px solid #ececec;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.04);
}

.product-tabs .tab-content#reviews > .woocommerce-Reviews {
  display: grid;
  gap: 24px;
}

.product-tabs .tab-content#reviews #comments {
  min-width: 0;
}

.product-tabs .tab-content#reviews .woocommerce-Reviews-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
}

.product-tabs .tab-content#reviews .commentlist {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.product-tabs .tab-content#reviews .commentlist .review {
  margin: 0;
}

.product-tabs .tab-content#reviews .commentlist .comment_container {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #fff;
}

.product-tabs .tab-content#reviews .commentlist img.avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #f0f0f0;
}

.product-tabs .tab-content#reviews .comment-text {
  margin: 0;
}

.product-tabs .tab-content#reviews .star-rating {
  margin: 0 0 8px;
  color: #f2ab2f;
}

.product-tabs .tab-content#reviews .meta {
  margin: 0 0 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #6d6d6d;
}

.product-tabs .tab-content#reviews .woocommerce-review__author {
  color: #202020;
  font-weight: 700;
}

.product-tabs .tab-content#reviews .description p {
  margin: 0;
  line-height: 1.55;
  color: #343434;
}

.product-tabs .tab-content#reviews .woocommerce-noreviews {
  margin: 16px 0 0;
  padding: 14px 16px;
  border: 1px dashed #d9d9d9;
  border-radius: 12px;
  background: #fff;
  color: #666;
}

.product-tabs .tab-content#reviews #review_form_wrapper {
  padding: 20px;
  border: 1px solid #ececec;
  border-radius: 16px;
  background: #fff;
}

.product-tabs .tab-content#reviews #reply-title {
  display: block;
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.45;
  color: #252525;
}

.product-tabs .tab-content#reviews .comment-form {
  display: grid;
  gap: 12px;
}

.product-tabs .tab-content#reviews .comment-notes,
.product-tabs .tab-content#reviews .logged-in-as {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #656565;
}

.product-tabs .tab-content#reviews .comment-form p {
  margin: 0;
}

.product-tabs .tab-content#reviews .comment-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #2e2e2e;
}

.product-tabs .tab-content#reviews .comment-form-rating {
  padding: 12px;
  border: 1px solid #ececec;
  border-radius: 12px;
  background: #fcfcfc;
}

.product-tabs .tab-content#reviews .comment-form-rating .stars {
  margin: 0;
}

.product-tabs .tab-content#reviews .comment-form-rating .stars span {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-tabs .tab-content#reviews .comment-form-rating .stars a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 34px;
  padding: 0;
  border: 1px solid #dddddd;
  border-radius: 999px;
  background: #fff;
  font-size: 0;
  line-height: 0;
  color: transparent;
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.product-tabs .tab-content#reviews .comment-form-rating .stars a::before {
  font-size: 13px;
  font-weight: 700;
  color: #707070;
  white-space: nowrap;
}

.product-tabs .tab-content#reviews .comment-form-rating .stars a.star-1::before { content: "1 ★"; }
.product-tabs .tab-content#reviews .comment-form-rating .stars a.star-2::before { content: "2 ★"; }
.product-tabs .tab-content#reviews .comment-form-rating .stars a.star-3::before { content: "3 ★"; }
.product-tabs .tab-content#reviews .comment-form-rating .stars a.star-4::before { content: "4 ★"; }
.product-tabs .tab-content#reviews .comment-form-rating .stars a.star-5::before { content: "5 ★"; }

.product-tabs .tab-content#reviews .comment-form-rating .stars a:hover,
.product-tabs .tab-content#reviews .comment-form-rating .stars a.active {
  border-color: #f2ab2f;
  background: #fff8ea;
  transform: translateY(-1px);
}

.product-tabs .tab-content#reviews .comment-form-rating .stars a:hover::before,
.product-tabs .tab-content#reviews .comment-form-rating .stars a.active::before {
  color: #a86b00;
}

.product-tabs .tab-content#reviews .comment-form-rating .stars a:focus-visible {
  outline: 2px solid #d82e2e;
  outline-offset: 2px;
}

.product-tabs .tab-content#reviews .comment-form input[type="text"],
.product-tabs .tab-content#reviews .comment-form input[type="email"],
.product-tabs .tab-content#reviews .comment-form input[type="url"],
.product-tabs .tab-content#reviews .comment-form textarea,
.product-tabs .tab-content#reviews .comment-form select {
  width: 100%;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  background: #fff;
  font-size: 15px;
  line-height: 1.4;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-tabs .tab-content#reviews .comment-form textarea {
  min-height: 140px;
  resize: vertical;
}

.product-tabs .tab-content#reviews .comment-form input:focus,
.product-tabs .tab-content#reviews .comment-form textarea:focus,
.product-tabs .tab-content#reviews .comment-form select:focus {
  border-color: #d82e2e;
  box-shadow: 0 0 0 3px rgba(216, 46, 46, 0.12);
  outline: none;
}

.product-tabs .tab-content#reviews .comment-form .required {
  color: #d82e2e;
}

.product-tabs .tab-content#reviews .form-submit {
  margin-top: 4px;
}

.product-tabs .tab-content#reviews .form-submit .submit {
  border: 0;
  border-radius: 10px;
  background: #d82e2e;
  color: #fff;
  padding: 11px 22px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.product-tabs .tab-content#reviews .form-submit .submit:hover {
  background: #b92020;
}

.product-tabs .tab-content#reviews .form-submit .submit:active {
  transform: translateY(1px);
}

.product-tabs .tab-content#reviews .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: #575757;
}

.product-tabs .tab-content#reviews .comment-form-cookies-consent input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.product-tabs .tab-content#reviews .must-log-in,
.product-tabs .tab-content#reviews .woocommerce-verification-required {
  margin: 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f8f8f8;
  color: #555;
}

@media (min-width: 992px) {
  .product-tabs .tab-content#reviews > .woocommerce-Reviews {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
    align-items: start;
  }

  .product-tabs .tab-content#reviews #review_form_wrapper {
    position: sticky;
    top: 24px;
  }
}

@media (max-width: 767px) {
  .product-tabs .tab-content#reviews {
    padding: 18px;
    border-radius: 14px;
  }

  .product-tabs .tab-content#reviews .woocommerce-Reviews-title {
    font-size: 21px;
  }

  .product-tabs .tab-content#reviews .commentlist .comment_container {
    grid-template-columns: 1fr;
  }

  .product-tabs .tab-content#reviews .commentlist img.avatar {
    width: 48px;
    height: 48px;
  }

  .product-tabs .tab-content#reviews #review_form_wrapper {
    padding: 16px;
    border-radius: 12px;
  }
}

/* Адреса в кабинете: один столбец, на всю ширину */
.woocommerce-account .woocommerce-address-fields .form-row,
.woocommerce-account .woocommerce-EditAddressForm .form-row,
.woocommerce-account form.woocommerce-EditAddressForm .form-row-first,
.woocommerce-account form.woocommerce-EditAddressForm .form-row-last {
  float: none;
  width: 100%;
  clear: both;
}
.woocommerce-account .woocommerce-address-fields .form-row input,
.woocommerce-account .woocommerce-address-fields .form-row select,
.woocommerce-account .woocommerce-address-fields .form-row textarea {
  width: 100%;
}
.woocommerce-account .woocommerce-address-fields .form-row label {
  width: 100%;
  display: block;
}
.woocommerce-account .woocommerce-EditAddressForm .form-row,
.woocommerce-account .woocommerce-EditAddressForm .form-row-first,
.woocommerce-account .woocommerce-EditAddressForm .form-row-last {
  float: none !important;
  width: 100% !important;
  clear: both;
  display: block;
}
.woocommerce-account .woocommerce-EditAddressForm .form-row input,
.woocommerce-account .woocommerce-EditAddressForm .form-row select,
.woocommerce-account .woocommerce-EditAddressForm .form-row textarea {
  width: 100% !important;
}

/* Checkout */
.checkout-sec {
  padding: 40px 0 80px;
}
.checkout-block {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.checkout-left {
  flex: 1 1 60%;
  min-width: 0;
}
.checkout-right {
  flex: 1 1 35%;
  min-width: 280px;
  background: #f7f7f7;
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #eee;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  height: fit-content;
}
.checkout-box {
  background: #fff;
  padding: 25px;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}
.checkout-box h3,
.order-summary h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.checkout-fields .form-row {
  margin-bottom: 15px !important;
}
.checkout-fields label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
  display: block;
}
.checkout-fields input.input-text,
.checkout-fields select,
.checkout-fields textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  font-size: 15px;
  line-height: 1.4;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  transition: 0.2s ease;
  box-sizing: border-box;
}
.woocommerce-checkout .checkout-fields .select2-container {
  width: 100% !important;
}
.woocommerce-checkout .checkout-fields .select2-container--default .select2-selection--single {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  padding: 10px 38px 10px 12px;
  min-height: 44px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  transition: 0.2s ease;
  display: flex;
  align-items: center;
}
.woocommerce-checkout .checkout-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1.4;
  color: #333;
  flex: 1;
}
.woocommerce-checkout .checkout-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
}
.woocommerce-checkout .checkout-fields .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce-checkout .checkout-fields .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #d82e2e;
  box-shadow: 0 0 0 2px rgba(216,46,46,0.15);
}
.checkout-fields input:focus,
.checkout-fields select:focus,
.checkout-fields textarea:focus {
  border-color: #d82e2e;
  box-shadow: 0 0 0 2px rgba(216,46,46,0.15);
  outline: none;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 20px;
}
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row {
  margin: 0 !important;
  width: 100%;
  float: none;
  clear: none;
}
.woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-shipping-fields__field-wrapper .form-row-wide {
  grid-column: auto;
}
.woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-billing-fields__field-wrapper .form-row-last,
.woocommerce-shipping-fields__field-wrapper .form-row-first,
.woocommerce-shipping-fields__field-wrapper .form-row-last {
  width: 100%;
  float: none;
}
.woocommerce-additional-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 20px;
}
.woocommerce-additional-fields__field-wrapper .form-row {
  margin: 0 !important;
  width: 100%;
  float: none;
  clear: none;
}
.woocommerce-additional-fields__field-wrapper .form-row-wide {
  grid-column: 1 / -1;
}
.woocommerce-checkout .person-type-field {
  grid-column: 1 / -1;
}
.woocommerce-checkout .person-type-field fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.woocommerce-checkout .person-type-field legend {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.woocommerce-checkout .person-type-field .woocommerce-input-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.woocommerce-checkout .person-type-field .woocommerce-input-wrapper input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.woocommerce-checkout .person-type-field .woocommerce-input-wrapper label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
  font-weight: 600;
  color: #1D2025;
  cursor: pointer;
  transition: 0.2s ease;
}
.woocommerce-checkout .person-type-field .woocommerce-input-wrapper input[type="radio"]:checked + label {
  border-color: #d82e2e;
  color: #d82e2e;
  box-shadow: 0 0 0 2px rgba(216,46,46,0.15);
}
.woocommerce-checkout .person-type-field .woocommerce-input-wrapper input[type="radio"]:focus + label {
  border-color: #d82e2e;
  box-shadow: 0 0 0 2px rgba(216,46,46,0.15);
}
.woocommerce-checkout .checkout-inn-fill {
  display: flex;
  align-items: flex-end;
}
.woocommerce-checkout .checkout-inn-fill .js-fill-inn {
  width: 100%;
  max-width: 240px;
}
#ship-to-different-address {
  margin: 0 0 12px;
}
#ship-to-different-address label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2;
  vertical-align: top;
}
.woocommerce-checkout-review-order-table th {
  font-weight: 600;
  color: #1D2025;
}
.woocommerce-checkout-review-order-table .product-name {
  padding-right: 12px;
  word-break: break-word;
}
.woocommerce-checkout-review-order-table .product-quantity {
  margin-left: 6px;
  color: #777;
  font-weight: 600;
}
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table th.product-total,
.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
  white-space: nowrap;
}
.woocommerce-checkout-payment {
  margin-top: 20px;
}
.woocommerce-checkout-payment ul.wc_payment_methods {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.woocommerce-checkout-payment ul.wc_payment_methods li {
  padding: 10px 12px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background: #fff;
}
.woocommerce-checkout-payment ul.wc_payment_methods li + li {
  margin-top: 10px;
}
.woocommerce-checkout-payment .payment_box {
  margin-top: 10px;
  background: #f7f7f7;
  border-radius: 8px;
  padding: 10px 12px;
}
.woocommerce-checkout .button.alt,
.woocommerce-checkout button.button.alt {
  display: block;
  width: 100%;
  background: #d82e2e;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
}
.woocommerce-checkout .button.alt:hover,
.woocommerce-checkout button.button.alt:hover {
  background: #b91f1f;
}
@media (max-width: 991px) {
  .checkout-block {
    flex-direction: column;
  }
  .checkout-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .woocommerce-billing-fields__field-wrapper,
  .woocommerce-shipping-fields__field-wrapper,
  .woocommerce-additional-fields__field-wrapper {
    grid-template-columns: 1fr;
  }
  .woocommerce-billing-fields__field-wrapper .form-row-wide,
  .woocommerce-shipping-fields__field-wrapper .form-row-wide,
  .woocommerce-additional-fields__field-wrapper .form-row-wide {
    grid-column: auto;
  }
  .woocommerce-checkout .person-type-field .woocommerce-input-wrapper {
    grid-template-columns: 1fr;
  }
}
.person-company-field {
  display: none;
}
.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  background: #1D2025;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.cookie-banner.show {
  display: flex;
}
.cookie-banner p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
.cookie-banner a {
  color: #fff;
  text-decoration: underline;
}
.cookie-banner__btn {
  background: #D11E25;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}
.cookie-banner__btn:hover {
  background: #b91f1f;
}
@media (max-width: 767px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
  .cookie-banner__btn {
    width: 100%;
    text-align: center;
  }
}

/* Manager Form Section Refresh */
.form-sec .form-block {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid #e1e5eb;
  background: linear-gradient(155deg, #f7f8fa 0%, #f0f2f5 62%, #eceff3 100%);
  box-shadow: 0 24px 48px rgba(29, 32, 37, 0.1);
  padding: 36px;
}
.form-sec .form-block::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}
.form-sec .form-block .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 24px;
  align-items: stretch;
  flex-wrap: nowrap;
}
.form-sec .form-block .row > .col-lg-6 {
  display: flex;
}
.form-sec .form-block .row > .col-lg-6:first-child {
  flex: 0 0 35%;
  max-width: 35%;
  width: 35%;
}
.form-sec .form-block .row > .col-lg-6:last-child {
  flex: 0 0 65%;
  max-width: 65%;
  width: 65%;
}
.form-sec .form-block .row > .col-lg-6:first-child,
.form-sec .form-block .row > .col-lg-6:last-child > * {
  border-radius: 18px;
  border: 1px solid #e8ebef;
  background: #fff;
  box-shadow: 0 12px 24px rgba(29, 32, 37, 0.06);
}
.form-sec .form-block .row > .col-lg-6:last-child > * {
  width: 100%;
}
.form-sec .form-block .row > .col-lg-6:first-child {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.form-sec .form-block .row > .col-lg-6:last-child > * {
  padding: 30px;
}

.form-sec .form-info {
  margin-bottom: 0;
  align-items: center;
  gap: 0 22px;
}
.form-sec .form-img {
  min-width: 140px;
  max-width: 140px;
  height: 140px;
  border-radius: 16px;
  background: linear-gradient(170deg, #f7f8fa 0%, #edf0f4 100%);
  border: 1px solid #e8ebef;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.form-sec .form-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form-sec .form-info .status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  background: #ebfbef;
  border: 1px solid #c8efd2;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
}
.form-sec .form-info .status::before {
  width: 9px;
  height: 9px;
  margin-right: 8px;
  box-shadow: 0 0 0 4px rgba(0, 213, 60, 0.16);
}
.form-sec .form-info .form-manager p {
  margin-top: 12px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 310px;
}

.form-sec .form-contact {
  gap: 14px 0;
  margin-top: auto;
}
.form-sec .form-contact h2 {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 2px;
}
.form-sec .form-contact p,
.form-sec .form-contact a {
  gap: 0 10px;
}
.form-sec .form-contact p img,
.form-sec .form-contact a img {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  border: 1px solid #e6e9ee;
  background: #f7f8fa;
  padding: 7px;
  object-fit: contain;
}
.form-sec .form-contact p span,
.form-sec .form-contact a span {
  font-size: 19px;
  line-height: 1.2;
}
.form-sec .form-contact a {
  text-decoration: none;
}
.form-sec .form-contact a span {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-sec .interline-manager-form,
.form-sec .cf7-manager-form {
  width: 100%;
}
.form-sec .interline-manager-form .form-group,
.form-sec .cf7-manager-form .form-group,
.form-sec .cf7-manager-form p {
  margin: 0 0 14px;
}
.form-sec .interline-manager-form .form-group:last-of-type,
.form-sec .cf7-manager-form .form-group:last-of-type,
.form-sec .cf7-manager-form p:last-of-type {
  margin-bottom: 0;
}
.form-sec .interline-manager-form input[type="text"],
.form-sec .interline-manager-form input[type="tel"],
.form-sec .interline-manager-form textarea,
.form-sec .cf7-manager-form input[type="text"],
.form-sec .cf7-manager-form input[type="tel"],
.form-sec .cf7-manager-form input[type="email"],
.form-sec .cf7-manager-form textarea {
  width: 100%;
  border: 1px solid #e2e6ec;
  border-radius: 14px;
  background: #f7f8fa;
  color: #1d2025;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 20px;
  height: 72px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.form-sec .interline-manager-form textarea,
.form-sec .cf7-manager-form textarea {
  min-height: 170px;
  height: auto;
  resize: vertical;
  padding: 18px 20px;
}
.form-sec .interline-manager-form input::placeholder,
.form-sec .interline-manager-form textarea::placeholder,
.form-sec .cf7-manager-form input::placeholder,
.form-sec .cf7-manager-form textarea::placeholder {
  color: #9aa1ac;
}
.form-sec .interline-manager-form input:focus,
.form-sec .interline-manager-form textarea:focus,
.form-sec .cf7-manager-form input:focus,
.form-sec .cf7-manager-form textarea:focus {
  outline: none;
  background: #fff;
  border-color: #d11e25;
  box-shadow: 0 0 0 4px rgba(209, 30, 37, 0.12);
}

.form-sec .interline-manager-form .captcha,
.form-sec .cf7-manager-form .captcha {
  margin: 6px 0 22px;
  border: 1px solid #e2e6ec;
  border-radius: 14px;
  background: #f7f8fa;
  padding: 16px 18px;
}
.form-sec .interline-manager-form .check-label {
  max-width: 100%;
  border: none;
  background: transparent;
  padding: 0;
  margin-bottom: 10px;
  align-items: flex-start;
}
.form-sec .interline-manager-form .check-label:last-child {
  margin-bottom: 0;
}
.form-sec .interline-manager-form .check-label span {
  font-size: 16px;
  line-height: 1.35;
}
.form-sec .cf7-manager-form .captcha .wpcf7-form-control-wrap {
  display: block;
}
.form-sec .cf7-manager-form .wpcf7-list-item {
  margin: 0 0 10px;
}
.form-sec .cf7-manager-form .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.form-sec .cf7-manager-form .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
}
.form-sec .cf7-manager-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 18px;
  accent-color: #d11e25;
}
.form-sec .cf7-manager-form .wpcf7-list-item-label {
  font-size: 18px;
  line-height: 1.35;
  color: #1d2025;
}
.form-sec .cf7-manager-form .wpcf7-list-item-label a {
  color: #d11e25;
  text-decoration: none;
  border-bottom: 1px solid rgba(209, 30, 37, 0.35);
}
.form-sec .cf7-manager-form .wpcf7-list-item-label a:hover {
  border-bottom-color: transparent;
}

.form-sec .interline-manager-form .form-btn .red-btn,
.form-sec .cf7-manager-form .wpcf7-submit {
  width: 100%;
  max-width: none;
  height: 64px;
  border-radius: 14px;
  border: none;
  background: linear-gradient(180deg, #df5f5f 0%, #d11e25 100%);
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: 0 12px 20px rgba(209, 30, 37, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
.form-sec .interline-manager-form .form-btn .red-btn:hover,
.form-sec .cf7-manager-form .wpcf7-submit:hover {
  transform: translateY(-1px);
  filter: brightness(0.98);
  box-shadow: 0 14px 22px rgba(209, 30, 37, 0.28);
}
.form-sec .interline-manager-form .form-btn .red-btn:active,
.form-sec .cf7-manager-form .wpcf7-submit:active {
  transform: translateY(0);
}

.form-sec .manager-form-response,
.form-sec .cf7-manager-form .wpcf7-response-output {
  margin-top: 14px !important;
  font-size: 14px;
  line-height: 1.35;
}

@media (max-width: 1199px) {
  .form-sec .form-block .row {
    --bs-gutter-x: 18px;
  }
  .form-sec .form-block .row > .col-lg-6:first-child {
    flex-basis: 35%;
    max-width: 35%;
    width: 35%;
  }
  .form-sec .form-block .row > .col-lg-6:last-child {
    flex-basis: 65%;
    max-width: 65%;
    width: 65%;
  }
  .form-sec .form-block {
    padding: 26px;
  }
  .form-sec .form-block .row > .col-lg-6:first-child,
  .form-sec .form-block .row > .col-lg-6:last-child > * {
    padding: 24px;
  }
  .form-sec .form-info .form-manager p {
    font-size: 24px;
  }
  .form-sec .form-contact h2 {
    font-size: 28px;
  }
  .form-sec .form-contact p span,
  .form-sec .form-contact a span {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .form-sec .form-block .row > .col-lg-6:first-child {
    margin-bottom: 0;
  }
  .form-sec .form-contact h2 {
    font-size: 26px;
  }
  .form-sec .interline-manager-form input[type="text"],
  .form-sec .interline-manager-form input[type="tel"],
  .form-sec .cf7-manager-form input[type="text"],
  .form-sec .cf7-manager-form input[type="tel"],
  .form-sec .cf7-manager-form input[type="email"] {
    height: 64px;
  }
}

@media (max-width: 767px) {
  .form-sec .form-block .row {
    --bs-gutter-x: 12px;
  }
  .form-sec .form-block .row > .col-lg-6:first-child {
    flex-basis: 35%;
    max-width: 35%;
    width: 35%;
  }
  .form-sec .form-block .row > .col-lg-6:last-child {
    flex-basis: 65%;
    max-width: 65%;
    width: 65%;
  }
  .form-sec .form-block {
    border-radius: 16px;
    padding: 16px;
  }
  .form-sec .form-block::before {
    width: 210px;
    height: 210px;
    right: -100px;
    top: -100px;
  }
  .form-sec .form-block .row > .col-lg-6:first-child,
  .form-sec .form-block .row > .col-lg-6:last-child > * {
    border-radius: 14px;
    padding: 16px;
  }
  .form-sec .form-info {
    align-items: center;
    gap: 0 14px;
  }
  .form-sec .form-img {
    min-width: 86px;
    max-width: 86px;
    height: 86px;
    border-radius: 12px;
    padding: 9px;
  }
  .form-sec .form-info .status {
    padding: 5px 9px;
    font-size: 11px;
  }
  .form-sec .form-info .status::before {
    width: 7px;
    height: 7px;
    margin-right: 6px;
  }
  .form-sec .form-info .form-manager p {
    margin-top: 8px;
    font-size: 20px;
    max-width: 100%;
  }
  .form-sec .form-contact {
    gap: 11px 0;
  }
  .form-sec .form-contact h2 {
    font-size: 24px;
  }
  .form-sec .form-contact p img,
  .form-sec .form-contact a img {
    width: 26px;
    height: 26px;
    padding: 5px;
    border-radius: 8px;
  }
  .form-sec .form-contact p span,
  .form-sec .form-contact a span {
    font-size: 16px;
  }
  .form-sec .interline-manager-form input[type="text"],
  .form-sec .interline-manager-form input[type="tel"],
  .form-sec .interline-manager-form textarea,
  .form-sec .cf7-manager-form input[type="text"],
  .form-sec .cf7-manager-form input[type="tel"],
  .form-sec .cf7-manager-form input[type="email"],
  .form-sec .cf7-manager-form textarea {
    font-size: 15px;
    border-radius: 12px;
    padding: 0 14px;
  }
  .form-sec .interline-manager-form input[type="text"],
  .form-sec .interline-manager-form input[type="tel"],
  .form-sec .cf7-manager-form input[type="text"],
  .form-sec .cf7-manager-form input[type="tel"],
  .form-sec .cf7-manager-form input[type="email"] {
    height: 56px;
  }
  .form-sec .interline-manager-form textarea,
  .form-sec .cf7-manager-form textarea {
    min-height: 118px;
    padding: 14px;
  }
  .form-sec .interline-manager-form .captcha,
  .form-sec .cf7-manager-form .captcha {
    padding: 12px 13px;
    border-radius: 12px;
  }
  .form-sec .cf7-manager-form .wpcf7-list-item-label {
    font-size: 14px;
  }
  .form-sec .interline-manager-form .form-btn .red-btn,
  .form-sec .cf7-manager-form .wpcf7-submit {
    height: 52px;
    border-radius: 12px;
    font-size: 15px;
  }
}
