.service {
	padding:0 30px;
	margin-bottom:3rem;
	position:relative;
	@media (max-width: 500px) {
		padding:0 15px;
	}	
}

[data-tabs] {
	display:flex;
	flex-wrap:wrap;
	gap:1rem;
	justify-content: center;
	position: sticky;
    top: 88px;	
	background-color:rgba(255, 255, 255, .7);
	@media (max-width: 768px) {
		top: 60px;	
		gap:.3rem;
	}
}

[data-tabs] a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
    padding: 10px 21px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #666;
    text-decoration: none;
    border: 0;
    background-color: #e8e8e8;
    transition: all .35s ease;
    border-radius: 7px;
    cursor: pointer;
	@media (max-width: 768px) {
		font-size: 14px;
		padding: .3em 1em;
	}
	@media (max-width: 500px) {
		width:calc(50% - .3rem / 2);
	}
}
[data-tabs] a.active {
    color: #fff;
    background-color: #000;
    cursor: default;;
}

.tab-content {
	width:1460px;
	max-width:100%;
	margin:0 auto;
}
.tab-pane {
	display:flex;
	flex-direction:column;
	gap:2em;
	padding-top:2rem;
}
.tab-pane h2 {
	margin:0;
	text-align:center;
	@media (max-width: 500px) {
		font-size:18px;
		line-height:1.2;
	}
}
@media (max-width: 500px) {
	.tab-pane p {
		font-size:16px;
	}
}

.ymaps-layers-pane {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}


.bch
{
	font-family: 'Cuprum';
	font-size:24px;
	text-transform:uppercase;
	color:#d20000;
	line-height:30px;
}

.bch2
{
	font-family: 'Cuprum';
	font-size:16px;
	text-transform:none;
	color:#111;
	line-height:24px;
}


.bch span
{
	font-size:16px;
	color:#000;
	text-transform:none;
	line-height:24px;
}

#searchform
{
	width:100%;
	margin-bottom:80px;
}

#searchform select
{
	font-size:24px;
	padding:5px 10px;
}
