div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.sf-footer-fillials-container {
	flex-wrap: wrap;
	flex-direction: row!important;
}

.sf-footer-fillials {
	width: 20%;
	min-width: 200px;
	margin: 20px 0;
}

.si-delivery,
.si-delivery * {
	box-sizing: border-box;
}

.sf-footer__si-delivery {
	margin-bottom: 94px;
}

.si-delivery__container {
	max-width: 1380px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 30px;
	padding: 0 15px
}

.si-map {
	flex: 3 1 500px;
	min-height: 300px;
}

.si-aside {
	flex: 1 3 250px;
	background: #FFFFFF;
	border: 1px solid #EDEDED;
	box-shadow: inset 0px -12px 20px rgba(255, 255, 255, 0.5);
}

.si-aside__title {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	background: #004A78;
	text-transform: uppercase;
	font-family: 'Myriad Pro', sans-serif;
	color: #FFFFFF;
	padding: 15px 10px;
	text-align: center;
	position: relative;
}

.si-aside__title::before {
	content: '';
	bottom: -20px;
	position: absolute;
	left: calc(50% - 10px);
	border: 10px solid #004A78;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.si-aside__form {
	padding: 23px 20px 20px;
}

.si-fieldset {
	gap: 20px;
	padding: 0;
	border: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 14px 0;
	/* overflow: hidden; */
}

.si-check {
	gap: 0 6px;
	align-items: center;
	display: flex;
}

.si-check__field,
.si-radio__field {
	display: none;
}

.si-check__field:checked+.si-check__box {
	background-color: #0099B0 !important;
}

.si-check__box {
	width: 13px;
	height: 13px;
	background-color: #fff;
	box-shadow: inset 0 0 0px 3px #fff;
	border: 1px solid #0099B0 !important;
}

.si-check__text {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
}

.si-map iframe {
	width: 100%;
	height: 100%;
	border: none;
	max-height: 640px;
}

.si-radio {
	margin: 0;
}

.si-radio__text {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #18922B;
	width: auto !important;
	height: auto !important;
	padding: 5px 15px !important;
	border-radius: 2px !important;
	border: 1px solid #18922B !important;
}

.si-radio__text::before {
	display: none !important;
}

.si-radio__field:checked+.si-radio__text {
	background: #0055A5;
	border-color: #0055A5;
	color: #fff;
}

.si-form__title {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	margin-bottom: 8px;
	display: block;
}

.si-contacts {
	margin: 0;
	gap: 10px 0;
	display: flex;
	overflow-y: auto;
	max-height: 450px;
	padding: 20px;
	flex-direction: column;
	list-style-type: none;
	border-top: 1px solid #EDEDED;
}

.si-contact {
	padding: 8px 10px;
	background: #FFFFFF;
	border: 1px solid #EDEDED;
}

.si-contact__summary {
	gap: 10px;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}

.si-contact__img {
	max-width: 50px;
	display: block;
	width: 100%;
}

.si-contact__main {
	padding-top: 10px;
	gap: 10px;
	display: flex;
	flex-direction: column;
}

.si-contact__title {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	margin: 0;
}

.si-contact__item {
	gap: 0 6px;
	display: flex;
	align-items: flex-start;
}

.si-contact__item p {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}

.si-contact__text {
	margin: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
}

.si-contact__link {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	text-decoration-line: underline;
	color: #004A78;
}


/* Tooltip container */
.si-tooltip {
	width: 12px;
	height: 12px;
	position: relative;
	display: inline-block;
	background: url('info.svg') no-repeat center;
	background-size: 100%;
}

.si-tooltip .si-tooltiptext {
	/* visibility: hidden; */
	display: none;
	width: 300px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	top: -10px;
	left: 150%;
	background-color: black;
}

.si-tooltip .si-tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent black transparent transparent;
}

.si-tooltip:hover .si-tooltiptext {
	display: block;
}

.si-check__tooltip {
	align-self: flex-start;
}

@media only screen and (max-width: 576px) {
	.si-aside,
	.si-map {
		flex: 0 1 100%;
	}
}