

/* Start:/local/css/sklad-region.css?17880352881303*/
.columns {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px 40px;
}
@media (max-width: 768px) {
.columns {
grid-template-columns: 1fr;
}
}
.location { margin: 0 0 20px 0; }
.location h3 {
    margin: 0 0 6px 0;
    font-size: 1.2rem;
    padding: 5px;
    border: 1px solid #37aee2;
    border-radius: 5px;
    background-color: #007bff08;
}
.location h3:hover {
    background-color: #fff;
}
.location p { margin: 0 0 6px 0; }
a.deliver-item {
    text-decoration: underline;
    color: #f58214;
    font-weight: 500 !important;
}
a.deliver-item:hover {
    color: #dc3545;
}
.official {
	font-size: 17px;
	font-weight:bold}
		
.newarts {
		font-size: 16px;}
#navigation {
    margin-left: -15px;
}
.highlight {
    background-color: #f8f9fa;
    padding: 15px;
    border-left: 4px solid #2980b9;
    margin: 20px 0;
}
.certificates {
    margin-top: 40px;
}
.btnsert {
    display: inline-block;
    background: #2980b9;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    transition: background 0.3s;
}
.btnsert:hover {
    background: #3498db;
	color: white;
}
.maps {
    width: 100%;
    height: 600px;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* End */
/* /local/css/sklad-region.css?17880352881303 */
