/*
 * Theme Name: Theme Site
 * Author: Eduard Shpigel
 * Author URI: https://t.me/edshpigel
 */
.grecaptcha-badge{
    display:none;
}
.infoserv2__blocks-item-text {
	width: 100%;
}

.g-partners__slide img {
	object-fit: contain;
}

.m-intro__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.btn.btn--doc {
	display: none;
}

.screen-reader-text {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
}

.bprice__item:not(:last-child) {
	margin-bottom: var(--main-section-paddings);
}

.prod-price__slide .old-price {
	font-size: 85%;
	text-decoration-line: line-through;
}

/* .prod-price__slide .old-price+span {
	color: #D12A2A;
} */

.swork-hero__content:only-child {
	grid-column-end: span 2;
}

/* Requirements: 2 cols + odd last full width */
.requirements__list {
	grid-template-columns: repeat(2, 1fr);
}

.requirements__item:last-child:nth-child(odd) {
	grid-column: 1 / -1;
}

.requirements__item-podpis {
	font-family: var(--font-family);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--gray);
	margin-bottom: 1em;
}

.requirements__item:hover .requirements__item-podpis {
	color: rgba(255, 255, 255, 0.72);
}

.requirements__item-title {
	min-height: 0 !important;
	margin-bottom: 0.4em;
}

.el-form-grid-2 .el-form-select,
.el-form-label-wrap-select .el-form-select {
	max-width: 100%;
	width: 100%;
}

.el-form-simple .el-form-flex > .el-form-grid-2 {
	grid-column: 1 / -1;
}

.el-form-simple .el-form-label-wrap-select {
	padding: 0 30px;
	position: relative;
}

.el-form-simple .el-form-label-wrap-select::after {
	right: 24px;
}

.el-form-simple .el-form-select {
	height: 58px;
	padding-right: 40px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 12px;
	font-weight: 500;
	font-family: var(--font-family-second);
}

/* Hot / приоритетные пункты меню */
.header__submenu-link.hot {
	color: var(--primary);
	font-weight: 700;
	background: rgba(52, 174, 243, 0.1);
	position: relative;
	padding-right: 28px;
}

.header__submenu-link.hot::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--primary);
	box-shadow: 0 0 0 3px rgba(52, 174, 243, 0.25);
}

@media (min-width: 998px) {
	.header__submenu-link.hot:hover {
		background-color: var(--primary);
		color: #ffffff;
	}

	.header__submenu-link.hot:hover::after {
		background: #ffffff;
		box-shadow: none;
	}
}

.header__catalog-nav li a.hot:not(._active) {
	color: var(--primary);
	font-weight: 700;
	background: rgba(52, 174, 243, 0.12);
}

.header__catalog-list li a.hot {
	border-color: rgba(52, 174, 243, 0.55);
	background: linear-gradient(180deg, rgba(52, 174, 243, 0.1) 0%, rgba(52, 174, 243, 0.02) 100%);
}

.header__catalog-list li a.hot p {
	color: var(--primary);
	font-weight: 700;
}

.header__catalog-list li a.hot .icon {
	color: var(--primary);
	right: 28px;
}

.header__catalog-list li a.hot::before {
	content: "";
	position: absolute;
	top: 10px;
	right: 12px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--primary);
	box-shadow: 0 0 0 3px rgba(52, 174, 243, 0.25);
	z-index: 1;
}

@media (max-width: 767px) {
	.requirements__list {
		grid-template-columns: 1fr;
	}

	.requirements__item:last-child:nth-child(odd) {
		grid-column: auto;
	}
}

.swork-hero__heading {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
	margin-bottom: 20px;
}

.swork-hero__heading-title {
	font-family: var(--font-family);
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: var(--black);
	margin: 0;
}

.swork-hero__badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 14px;
	border-radius: 100px;
	background: rgba(52, 174, 243, 0.12);
	color: var(--primary);
	font-family: var(--font-family);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	white-space: nowrap;
}

.swork-hero__highlight {
	background: var(--color-bg-gray);
	border-radius: 16px;
	padding: 18px 22px;
	margin-bottom: 24px;
	font-family: var(--font-family);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--black);
}

.swork-hero__products {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-bottom: 24px;
}

.swork-hero__product {
	border: 1px solid var(--color-border);
	border-radius: 16px;
	padding: 18px 20px;
	background: var(--white);
}

.swork-hero__product-title {
	font-family: var(--font-family);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--black);
	margin-bottom: 6px;
}

.swork-hero__product-meta {
	font-family: var(--font-family);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--gray);
}

.swork-hero__btns {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.swork-hero__btn {
	gap: 10px;
	margin-top: 0;
}

.swork-hero__btn .icon {
	font-size: 14px;
}

@media (max-width: 1240px) {
	.swork-hero__heading-title {
		font-size: 28px;
	}
}

@media (max-width: 991px) {
	.swork-hero__heading {
		margin-bottom: 16px;
	}

	.swork-hero__heading-title {
		font-size: 24px;
	}

	.swork-hero__highlight {
		padding: 14px 16px;
		margin-bottom: 20px;
		font-size: 15px;
		border-radius: 12px;
	}

	.swork-hero__product {
		padding: 14px 16px;
		border-radius: 12px;
	}

	.swork-hero__product-title {
		font-size: 16px;
	}

	.swork-hero__btns {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.swork-hero__heading-title {
		font-size: 22px;
	}

	.swork-hero__products {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-bottom: 20px;
	}

	.swork-hero__btns {
		margin-top: 15px;
		flex-direction: column;
		align-items: stretch;
	}

	.swork-hero__btns .btn {
		width: 100%;
	}
}
.bprice__item{
	position: relative;
}

.bprice__item .link_to_edit {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}

.m-intro__img img {
	position: absolute;
	inset: 0;
	z-index: 2;
	width: 50%;
	right: 10%;
	height: 100%;
	left: 50%;
	object-fit: contain;
	object-position: center;
}

.m-intro__img-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.m-intro .m-intro__slide-white .container>#breadcrumbs {
	color: var(--white);
}

.m-intro .container>*:not(:last-child, #breadcrumbs) {
	position: relative;
	z-index: 3;
}

.m-intro .container>#breadcrumbs {
	z-index: 3;
}

.ymap_content_title {
	font-family: var(--font-family-second);
	font-size: 12px;
	font-weight: 500;
	max-width: 157px;
	text-overflow: ellipsis;
	line-clamp: 1;
	overflow: hidden;
	white-space: nowrap;
	background-color: #fff;
	border-radius: 7px;
	position: absolute;
	left: 100%;
	margin-left: 48px;
	top: 10px;
	padding: 5px;
}

.g-works .g-works__filter {
	overflow: visible;
	flex-wrap: wrap;
}

.g-works .g-works__filter li a {
	padding-top: 20px;
}

.subscribe__checkbox p {
	margin-bottom: 0;
}

body.single-service .m-intro .container>*:not(#breadcrumbs) {
	position: relative;
	z-index: 3;
}

body.single-service .m-intro .m-intro__slide-white #breadcrumbs {
	color: var(--white);
}

body.single-service .m-intro .m-intro__slide-white:after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background: linear-gradient(268deg, rgba(42, 57, 83, 0) 32.49%, rgba(42, 57, 83, .8) 57.39%);
	display: block;
}

body.single-service .m-intro .m-intro__slide-white .btn.btn--black {
	background-color: var(--white);
	color: var(--black);
}

div.g-about__title {
	margin-bottom: 0;
}

div.g-about__item {
	padding: 19px;
}

span.g-about__item-number {
	font-size: 45px;
}

header .tabs__content .tabs__item li a {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-direction: column;
}

@media (min-width: 998.01px) {

	div.prod-payment__item-heading,
	div.payment__item-heading {
		max-width: 100%;
	}

	.contacts__grid-cols {
		gap: 50px;
		border: 1px solid var(--color-border);
		border-radius: 50px;
	}

	.contacts__item {
		flex-grow: 1;
		flex-basis: 0;
	}

	.contacts__item .contacts__map {
		height: 250px;
	}

	.header.fixed .header__row .header__logo img {
		padding-bottom: 5px;
	}

	.header__catalog-list {
		max-height: calc((var(--vh) * 100) - var(--header));
		overflow: auto;
	}

	.header.fixed .header__catalog-list {
		max-height: calc((var(--vh) * 100) - var(--header-fixed) - 30px);
		overflow: auto;
	}

	a.services__item-image {
		position: absolute;
		z-index: 1;
		inset: 0;
		padding: 0;
	}

	div.services__item-content {
		position: relative;
		inset: 0;
		z-index: 2;
		margin: 10px;
		flex-grow: 1;
	}

	div.services__item-title h3 {
		font-size: 20px;
		line-height: 1.2;
	}

	.header__catalog.tabs {
		width: 800px;
	}

	ul.header__catalog-list li a p {
		font-size: 14px;
	}

	ul.header__catalog-nav {
		width: 160px;
	}

	ul.header__catalog-list {
		grid-template-columns: repeat(4, 1fr);
	}

	div.footer__row._middle {
		grid-template-columns: 1fr 1fr 1fr 1.4fr;
	}

	ul.header__catalog-list li a {
		padding-right: 20px;
	}

	ul.header__catalog-list li a .icon {
		right: 4px;
	}

	span.g-about__item-number {
		font-size: 36px;
	}

	.m-intro__img>div img {
		top: 30px;
		bottom: 30px;
		height: calc(100% - 60px);
	}
}

@media (min-width: 1324px) {
	.header__catalog.tabs {
		width: 1134px;
	}

	div.services__item-content {
		width: 50%;
	}

	div.services__item-title h3 {
		font-size: 28px;
	}

	div.g-about__item {
		padding: 19px;
	}

	span.g-about__item-number {
		font-size: 45px;
	}

	ul.header__catalog-nav {
		width: 240px;
	}

	ul.header__catalog-list li a {
		padding-right: 30px;
	}

	ul.header__catalog-list li a .icon {
		right: 8px;
	}

	ul.header__catalog-list li a p {
		font-size: 16px;
	}

	ul.header__catalog-list {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 998px) {
	ul.filters-format-1 li a {
		font-size: 11px;
		height: 30px;
		letter-spacing: 0;
		padding: 0 15px;
	}
	.header__catalog:not(._show) {
		max-height: 0;
		overflow: hidden;
	}

	.contacts__grid-cols {
		gap: 35px;
		border: 1px solid var(--color-border);
		border-radius: 30px;
	}

	ul.g-works__filter li a {
		padding: 10px !important;
		font-size: 11px;
	}

	body.single-service .m-intro .m-intro__slide-white:after {
		right: -180%;
	}

	div.g-about__item {
		padding: 19px;
	}

	span.g-about__item-number {
		font-size: 35px;
	}
}

@media (max-width: 575px) {
	div.requirements__item-title {
		font-size: 14px;
	}
}

@media (max-width: 351px) {
	div.requirements__item-title {
		font-size: 12px;
	}
}


.offer_popup {
    position: fixed;
    right: 19px;
    bottom: 89px;
    background: #fff;
    padding: 13px;
    border-radius: 7px;
    max-width: 337px;
    opacity: 0;
    z-index: -1;
    transition: all 0.6s;
    margin-left: 25px;
}
.offer_popup.visible {
  opacity: 1;
  z-index: 9999;
}
.offer_popup_close {
  position: absolute;
  left: -19px;
  top: -19px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.offer_popup_close:before,
.offer_popup_close:after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 11px;
  background: #999;
}
.offer_popup_close:before {
  transform: rotate(45deg);
}
.offer_popup_close:after {
  transform: rotate(-45deg);
  margin: 0 0 0 -2px;
}

.offer_popup_link {
	font-size: 10px;
    color: #b7c0c5;
}


.lwptoc_itemWrap1 {
    margin: 10px 0px 10px 15px;
}

.lwptoc_item {margin-top:15px;}
.lwptoc_item a {
    color: var(--primary);
}
    
    
.lwptoc_toggle:before {
    content: '['
}

.lwptoc_toggle:after {
    content: ']'
} 

.lwptoc_toggle {display:flex;}

.lwptoc_header {display:flex; gap:15px;}
    
.lwptoc_i{margin-bottom:25px;}



.checkbox {
  /*  appearance: auto; */
  /*  width: auto !important; */
}

.checkbox-group .checkbox.form--error {
  outline: 2px solid red;
  outline-offset: 2px;
}

.checkbox-group .error-message {
  color: red;
  font-size: 14px;
  margin-top: 4px;
}

label.input--error input[type="checkbox"] {
  outline: 2px solid red;
  outline-offset: 2px;
}

.mr15 {margin-right:15px}
.mt10 {margin-top:10px}

.el-form-label p {
  display: inline;
  margin: 0;
color: #c3c3c3;
}

.el-form-label a {
color: #c3c3c3;
font-style:italic;
}

.el-form-label input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 8px;
}

input.checkbox[type="checkbox"] {
    appearance: auto;
}

input.checkbox[type="checkbox"] {
  width: 18px;
  height: 18px;
  appearance: none;
  border: 2px solid #999;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}

input.checkbox[type="checkbox"]:checked {
  background-color: #3f51b5;
  border-color: #3f51b5;
}

input.checkbox[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.comment {display:none}

.contacts__content-item {
	min-width: 200px;
}

/* Sale hero — главный экран акции */
.sale-hero {
  --sale-hero-from: #7b3fe4;
  --sale-hero-to: #5b2cc9;
  padding-bottom: var(--main-section-paddings);
  margin-bottom: calc(var(--main-section-paddings) * 0.5);
}
.sale-hero .g-breadcrumbs { margin-bottom: 20px; }
.sale-hero__card {
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 10px 40px rgba(29, 36, 50, 0.06);
}
.sale-hero__top {
  display: flex;
  align-items: stretch;
  gap: 40px;
  padding: 48px;
  background: linear-gradient(135deg, var(--sale-hero-from) 0%, var(--sale-hero-to) 100%);
  color: var(--white);
}
.sale-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 50%;
  min-width: 0;
}
.sale-hero__badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  margin-bottom: 18px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.18);
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--white);
}
.sale-hero__title {
  font-family: var(--font-family);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--white);
  margin: 0 0 16px;
}
.sale-hero__text {
  font-family: var(--font-family);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 28px;
  max-width: 36em;
}
.sale-hero__text p { margin: 0; }
.sale-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  font-family: var(--font-family-second);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.sale-hero__btn .icon { font-size: 14px; }
.sale-hero__btn:hover {
  background: var(--white);
  color: var(--sale-hero-to);
  border-color: var(--white);
}
.sale-hero__media {
  flex: 1 1 45%;
  min-height: 280px;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
  position: relative;
}
.sale-hero__media img,
.sale-hero__media .lazy {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sale-hero__info {
  display: flex;
  gap: 24px;
  padding: 32px 40px;
  background: var(--color-bg-gray);
}
.sale-hero__info-col {
  flex: 1 1 50%;
  min-width: 0;
  padding: 24px 28px;
  background: var(--white);
  border-radius: 20px;
}
.sale-hero__info-title {
  font-family: var(--font-family);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--black);
  margin-bottom: 16px;
}
.sale-hero__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: sale-hero-step;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sale-hero__steps li {
  counter-increment: sale-hero-step;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--black);
}
.sale-hero__steps li::before {
  content: counter(sale-hero-step) ".";
  flex: 0 0 auto;
  color: var(--sale-hero-from);
  font-weight: 700;
}
.sale-hero__benefits {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sale-hero__benefits-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--black);
}
.sale-hero__benefits-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='10' fill='%237B3FE4'/%3E%3Cpath d='M5.5 10.2L8.4 13.1L14.5 6.5' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.sale-hero__benefits-item--pin .sale-hero__benefits-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Ccircle cx='10' cy='10' r='10' fill='%237B3FE4'/%3E%3Cpath d='M10 4.5C7.9 4.5 6.2 6.2 6.2 8.3C6.2 11.1 10 15.5 10 15.5C10 15.5 13.8 11.1 13.8 8.3C13.8 6.2 12.1 4.5 10 4.5Z' fill='white'/%3E%3Ccircle cx='10' cy='8.2' r='1.5' fill='%237B3FE4'/%3E%3C/svg%3E");
}
.sale-hero__bottom {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.sale-hero__btn-bottom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid var(--color-border);
  border-radius: 100px;
  background: var(--white);
  color: var(--black);
  font-family: var(--font-family-second);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.sale-hero__btn-bottom .icon { font-size: 14px; }
.sale-hero__btn-bottom:hover {
  border-color: var(--sale-hero-from);
  color: var(--sale-hero-from);
}
@media (max-width: 1240px) {
  .sale-hero__top { gap: 28px; padding: 36px; }
  .sale-hero__title { font-size: 34px; }
}
@media (max-width: 991px) {
  .sale-hero__top {
    flex-direction: column;
    padding: 28px 20px;
    gap: 24px;
  }
  .sale-hero__title { font-size: 28px; }
  .sale-hero__text { font-size: 15px; margin-bottom: 22px; }
  .sale-hero__media {
    min-height: 220px;
    border-radius: 16px;
    order: -1;
  }
  .sale-hero__info {
    flex-direction: column;
    padding: 24px 20px;
    gap: 20px;
  }
  .sale-hero__info-col {
    padding: 20px;
    border-radius: 14px;
  }
  .sale-hero__info-title { font-size: 18px; }
  .sale-hero__bottom { margin-top: 16px; }
}
@media (max-width: 767px) {
  .sale-hero__title { font-size: 24px; }
}



.cont-form__content {
    border-radius: var(--border-radius-md);
    border: 1px solid var(--primary);
    padding: 50px;
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
	height: 100%;
}

@media (max-width:1323.98px) {
    .cont-form__content {
        padding: 40px
    }
}

@media (max-width:997.98px) {
    .cont-form__content {
        padding: 30px
    }
}
@media (max-width:767.98px) {

	.cont-form__content {
	    padding: 15px 20px
	}
}

.cont-form__content__subtitle {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}

.cont-form__content .color {
	font-weight: bold;
	color:var(--primary);
}

.cont-form__content__info {
    font-style: italic;
	font-size: 90%;

    color: #c3c3c3;
}

.cont-form__content__link {
	margin-left: 20px;
}
