@media only screen and (min-width:993px){
	.hx-row-flex{
	  row-gap:14px
	}

	.card-content>.hx-facts.hx-fact ul {
		padding-left:24px;
		margin-bottom:0;
		margin-top:0
	}
	.card-content>.hx-facts.hx-fact ul li {
		margin-bottom: 14px;
		font-size: 16px;
		line-height: 1.6;
	}
	.card-content>.hx-facts.hx-fact ul li:last-child {
		margin-bottom:0
	}
}
.column-2 {
	  margin-left: 0;
      margin-right: 0;
  }
.column-2 .hx-facts {
	margin-bottom:0
}

@media only screen and (min-width:993px){
	.column-2 .hx-facts {
	  width: calc(50% - 14px); /* 2 колонки с учетом отступа */
    }
}

.hx-page .collapsible>li.active>.collapsible-body{
	padding:0 18px 18px;
	margin-top: 18px;
}
/*Ошибки заполнения формы*/
.sidenav li {
	margin-top: 5px;
}

.hx-form-error {
    display: none;
    margin-top: 6px;
    font-size: 0.875rem;
    line-height: 1.35;
}

.hx-form-error:not(:empty) {
    display: block;
}

input.si-error,
select.si-error {
    border-color: #c62828;
}

.hx-form-error:not(:empty) {
    color: #c62828;
}

/*Успешная отправка формы*/
.hx-form-success {
    min-height: 420px;
}

.hx-form-success[hidden] {
    display: none;
}

.hx-form-success__content {
    min-height: 420px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;

    padding-top: 48px;
    padding-bottom: 48px;
}

.hx-form-success__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 72px;
    height: 72px;

    margin-bottom: 24px;

    border-radius: 50%;

    background: color-mix(
        in srgb,
        var(--md-sys-color-primary) 12%,
        transparent
    );

    color: var(--md-sys-color-primary);
}

.hx-form-success__icon svg {
    display: block;
}

.hx-form-success__title {
    margin: 0 0 12px;
}

.hx-form-success__text {
    max-width: 420px;
    margin: 0;
}

.hx-form-success__note {
    max-width: 380px;
    margin: 16px 0 0;

    opacity: .7;
}

.btn-large img {
	margin-right:10px;
	width:20px;
	height:20px;
}

.hx-iconbtn--call img {
	width: 20px;
    height: 20px;
}
.plaint_content h2 {
	font-size: 30px;
    margin: 42px 0 14px;
}
.plaint_content p {
	margin: 0 0 20px;
}
.plaint_content ul {
	margin: 0 0 20px;
}
.hx-map {
	padding:0;
	overflow:hidden;
	position:relative
}
.hx-map span {
	position: absolute;
    bottom: 14px;
    width: 100%;
    z-index: 1000;
    background: #edddd8;
    color: #9c4429;
    padding: 1px 4px;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.cookie-message {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 480px;
    padding: 0;
    font-family: Arial, sans-serif;
    animation: fadeIn 0.5s ease-in-out;
    display: none;
}

.cookie-message-inner {
    display: grid;
    justify-items: start;
    grid-gap: 8px;
    font-size: 12px;
    padding: 20px;
    line-height: 1.5;
    background-color: #e8eee8;
    border-radius: 10px;
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.15);
	border: 1px solid #f5ede4;
}
.cookie-message button {
	border-radius: 30px;
}