.apanel-widgets .apanel-widget {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 999999;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	-webkit-box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, .2);
	box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, .2);
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
	position: fixed;
	color: #fff;
	background-color: #333;
	text-align: left;
	text-align: initial;
	border: none;
	border-radius: unset;
	alignment-baseline: initial;
	-webkit-animation: none 0s ease 0s 1 normal none running;
	animation: none 0s ease 0s 1 normal none running;
	-webkit-animation: initial;
	animation: initial;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-backface-visibility: initial;
	backface-visibility: initial;
	vertical-align: baseline;
	vertical-align: initial
}

.apanel-widgets .apanel-widget,
.apanel-widgets .apanel-widget * {
	-ms-flex-line-pack: initial;
	align-content: initial;
	-webkit-box-align: initial;
	-ms-flex-align: initial;
	align-items: initial;
	-ms-flex-item-align: initial;
	align-self: auto
}

.apanel-widgets .apanel-widget * {
	text-transform: none;
	font-style: normal;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	vertical-align: inherit;
	line-height: inherit;
	text-align: inherit;
	font-weight: 400;
	letter-spacing: normal;
	margin: 0;
	margin: initial;
	padding: 0;
	padding: initial;
	width: auto;
	height: auto;
	position: static;
	-webkit-box-shadow: none;
	-webkit-box-shadow: initial;
	box-shadow: none;
	border-radius: 0;
	border-radius: initial;
	border: medium none currentColor;
	border: initial;
	text-decoration: none;
	text-decoration: initial;
	float: none
}

.apanel-widgets .apanel-widget b,
.apanel-widgets .apanel-widget strong {
	font-weight: 700
}

.apanel-widgets .apanel-fakeorders {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px 20px;
	opacity: 0;
	display: none
}

@media (min-width:601px) {
	.apanel-widgets .apanel-fakeorders {
		top: 60px;
		right: 20px;
		left: unset;
		border-radius: 4px
	}
}

.apanel-widgets .apanel-fakeorders__icon {
	fill: #fff;
	line-height: 0;
	margin: auto 0;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

@media (min-width:601px) {
	.apanel-widgets .apanel-fakeorders__icon {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin: auto 20px auto 0
	}
}

.apanel-widgets .apanel-fakeorders__text {
	margin: auto 0;
	text-align: left
}

.apanel-widgets .apanel-fastdelivery {
	padding: 15px 20px;
	text-align: left;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	opacity: 0;
	display: none;
	width: 100%;
	bottom: 0;
	left: 0
}

@media (min-width:601px) {
	.apanel-widgets .apanel-fastdelivery {
		width: unset;
		bottom: 20px;
		left: 20px;
		border-radius: 4px
	}
}

.apanel-widgets .apanel-fastdelivery__close {
	font-size: 10px;
	margin: -3px -7px 0 8px;
	opacity: .6;
	cursor: pointer;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	line-height: 1
}

.apanel-widgets .apanel-fastdelivery__close:hover {
	opacity: 1
}

.apanel-widgets .apanel-panel {
	z-index: 999998;
	padding: 5px 0;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.apanel-widgets .apanel-panel,
.apanel-widgets .apanel-popup {
	display: none;
	top: 0;
	left: 0;
	right: 0;
	text-align: center
}

.apanel-widgets .apanel-popup {
	bottom: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 9999999;
	font-size: 20px;
	opacity: 0;
	overflow: auto;
}

.apanel-widgets .apanel-popup__close {
	position: absolute;
	top: 50px;
	right: 40px;
	line-height: 0;
	margin: 0;
	font-size: 40px;
	opacity: .7;
	cursor: pointer;
	-webkit-transition: opacity .15s;
	transition: opacity .15s
}

.apanel-widgets .apanel-popup__close:hover {
	opacity: 1
}

.apanel-widgets .apanel-popup__title {
	font-size: 42px;
	max-width: 900px;
	margin: 0 auto;
	background: none;
	text-transform: none
}

.apanel-widgets .apanel-popup__text {
	margin: 40px auto;
	max-width: 700px
}

.apanel-widgets .apanel-popup__timer {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	font-size: 42px;
	opacity: 0;
	margin-bottom: 20px
}

.apanel-widgets .apanel-popup__image {
	max-width: 300px;
	height: auto;
	margin: 40px auto 0
}

.apanel-widgets .apanel-popup__form {
	background: none;
	max-width: unset
}

.apanel-widgets .apanel-popup__input {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 7px 20px;
	font-size: 16px;
	line-height: inherit;
	font-weight: inherit;
	text-align: left;
	color: #000;
	display: inline;
	width: auto
}

.apanel-widgets .apanel-popup__submit {
	cursor: pointer;
	border: none;
	padding: 8px 20px
}

.apanel-widgets .apanel-popup__submit:hover {
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px)
}
.modal .modal-content form input.error-form_message{
	border: 1px solid red;
}

.soc-footer{
	display:flex;
	margin-bottm: 20px;
}

.soc-footer a{
	padding: 5px;
}

.soc-footer svg{
	width: 20px;
	fill: #fff;
}

.soc-footer svg:hover{
	fill: #000;
}