.accordion_text{
	display: none;
	padding: 10px;
	width: 95%;
	margin: 0 auto;
	font-size: calc(1rem + 0.10vw);
}
.accordion_text .accordion_text{
	display: block;
}
.accordion_button .block_slow_down{
  height: 110px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #2485bc;
  text-align: center;
  border-radius: 2px;
  margin-bottom: 40px;
  color: #777777;
}
.accordion_button .block_slow_down {
	height: 110px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	border: 1px solid #2485bc;
	text-align: center;
	border-radius: 2px;
	margin-bottom: 40px;
	color: #777777;

}

.accordion_button .block_slow_down a,
.accordion_button h2 {
	text-decoration: none;
}

.accordion_button .block_slow_down:hover {
	background: #2581b5;
	color: white;
	border: 1px solid #2581b5;
}

.accordion_button .block_slow_down:hover .s2 {
	background: #2581b5;
	color: white;
}

.accordion_button .block_slow_down_in {
	height: 110px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	border: 1px solid #2485bc;
	text-align: center;
	border-radius: 2px;
	margin-bottom: 40px;
}

.accordion_button .block_slow_down_in p {
	height: 110px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	border: 1px solid #2485bc;
	text-align: center;
	border-radius: 2px;
	margin-bottom: 40px;
}



.accordion_button .block_slow_down_in a {
	text-decoration: none;
}

.accordion_button .block_slow_down_in:hover {
	background: #2581b5;
	color: white;
	border: 1px solid #2581b5;
}

.accordion_button .block_slow_down_in:hover .s2 {
	background: #2581b5;
	color: white;
}

.accordion_button .s1 {
	float: right;
	width: 75%;
	padding: 5px 5px 5px 5px;
	font-size: calc(1rem + 0.25vw);

}

.accordion_button .s1 a
{
	text-decoration: none;
}

.accordion_button .s2 {
	float: left;
	width: calc(25% - 0px);
	background: #2485bc;
	height: 100%;
}

.accordion_button .s2:hover {
	background: #2581b5;
}

.accordion_button .set-img {
	width: calc(90px + 0vw);
	max-height: 110px;
	margin: 0 auto;
	line-height: 110px;
	display: block;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
}

.accordion_button .block_slow_down_in .s1 {

	font-size: calc(1rem + 0.25vw);
}

.accordion_button .block_slow_down_in .s2 {

	background: #28a4ea;
}

.accordion_button .s1-in {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;

	text-align: center;
}


@media screen and (max-width: 551px){
	.accordion_button .set-img{
		width: calc(70px + 0vw);
		margin-top: 20px;
	}
}

/*Обязательные условия для гарантийного ремонта*/
.warranty-container {
    /*font-family: Arial, sans-serif;*/
    line-height: 1.4;
    color: #4d4d4d;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.warranty-title {
    color: #666;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.title-danger {
    color: #d32f2f;
    margin-bottom: 5px;
}

.info-banner {
    background-color: #e3f2fd;
    border-left: 4px solid #1976d2;
    padding: 15px;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.info-icon {
    min-width: 20px;
    margin-right: 12px;
    margin-top: 2px;
    stroke: #1976d2;
}

.info-text {
    margin: 0;
    font-size: 15px;
}

.description {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 15px;
}
.warranty-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.grid-item {
    flex: 1;
    min-width: 280px;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
}

.grid-icon {
    margin-bottom: 10px;
    stroke: #d32f2f;
}

.grid-content {
    font-size: 14px;
    line-height: 1.5; /* Улучшает читаемость текста */
}

.grid-content p {
    margin: 0 0 12px 0; /* Заменяет двойные <br> на чистые отступы */
}

.grid-content p:last-child {
    margin-bottom: 0;
}

.warranty-footer {
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
}

.footer-note {
    font-size: 13px;
    color: #888;
}
@media (max-width: 551px) {
    .warranty-container{
        padding: 0;
    }

    .grid-item{
        padding: 9px;
        min-width: 265px;
    }
}

/**/
.vtn-service-container {
    /*font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;*/
    line-height: 1.6;
    color: #333;
    max-width: 900px;
    margin: 20px auto;
    padding: 0 15px;
}

.vtn-service-intro {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    text-align: center;

}
.vtn-service-intro p {
    font-size: 16px;
    margin: 0;
}
.vtn-service-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Базовая карточка */
.vtn-card {
    flex: 1;
    min-width: 280px;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: flex-start; /* Иконка всегда вверху */
    border: 1px solid #dee2e6;
}

.vtn-card-white { background-color: #fff; }
.vtn-card-accent { background-color: #fff9db; border-color: #e9ecef; }

/* Контейнер иконки */
.vtn-icon-wrapper {
    flex-shrink: 0; /* Чтобы иконка не сжималась */
    width: 32px;
    margin-right: 15px;
}

.vtn-clr-success svg { stroke: #28a745; }
.vtn-clr-info svg    { stroke: #17a2b8; }
.vtn-clr-warning svg { stroke: #f08c00; }

/* Тело карточки */
.vtn-card-body {
    flex-grow: 1;
    font-size: 14px;
}

.vtn-card-body p {
    margin: 0;
    max-width: 95%; /* Чуть увеличил для лучшего баланса */
}

.vtn-pb-10 {margin-bottom: 10px !important;}

.vtn-divider-top {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dashed #dee2e6;
}
@media (max-width: 551px) {
    .vtn-service-container{
        padding: 0;
    }

    .vtn-service-intro{
        padding: 15px;
    }
    .vtn-card{
        min-width: 265px;
    }
}

/**/



/* центры */

.contact-list {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    max-width: 1000px;
    margin: 20px auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: white;
}

.contact-list-header {
    display: flex;
    background-color: #f6f8fa;
    border-bottom: 2px solid #d0d7de;
    font-weight: 600;
    color: #24292f;
    border-radius: 8px 8px 0px 0px;
}

.contact-item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d0d7de;
}

.contact-item:hover { background-color: #fcfcfc; }
.contact-item:last-child { border-bottom: none; }

.c-col { padding: 12px 15px; flex: 1; min-width: 200px; }
.c-city { flex: 0 0 210px; border-right: 1px solid #f0f0f0; }
.c-address { flex: 2; border-right: 1px solid #f0f0f0; }
.c-contacts { flex: 1.5; }

.city-name { font-weight: bold; color: #1f2328; display: block; margin-bottom: 2px; }
.org-tag {
    font-size: 12px; background: #ddf4ff; color: #0969da;
    padding: 2px 8px; border-radius: 12px;
    display: inline-block; margin-top: 6px; font-weight: 500;
}

.c-line { display: flex; align-items: center; margin-bottom: 6px; font-size: 14px; color: #444; }
.c-line a { color: #0969da; text-decoration: none; }
.c-line a:hover { text-decoration: underline; }
.region-name {
    display: block;
    font-size: 12px;
    color: #6e7781;
    margin-top: 2px;
}

/* Иконки SVG */
.icon {
    width: 16px; height: 16px; margin-right: 8px;
    fill: #57606a; flex-shrink: 0;
}

@media (max-width: 768px) {
    .contact-list{border-radius: 0;}
    .contact-list-header { display: none; }
    .contact-item { flex-direction: column; }
    .c-col { width: 100%; border-right: none; padding: 10px 15px; }
    .c-col.c-city {display: flex;flex-direction: column;justify-content: center;}
    .c-city { flex: 0 0 70px; background: #f6f8fa; }
    .contact-item { border-bottom: 4px solid #eee; }
}
