.view-animate {
	position: absolute;
	background: white;
	z-index: 1;
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {}

::-webkit-scrollbar-thumb {
	background: gray;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: gray;
}

.strikethrough {
	text-decoration: line-through;
}

.side-banner {
	display: block;
	position: fixed;
	top: 70px;
	right: 0;
	left: auto;
	background: #fff;
	width: 220px;
	font-size: 12px;
	z-index: 1010;
	box-shadow: 0 0px 15px 0 rgba(61, 43, 22, 0.2);
	-webkit-box-shadow: 0 0px 15px 0 rgba(61, 43, 22, 0.2);
	-moz-box-shadow: 0 0px 15px 0 rgba(61, 43, 22, 0.2);
}

.side-banner.btn.purple {
	width: 100%;
	height: 40px;
	margin: 0;
	font-size: 14px;
	padding-top: 8px;
	margin-top: 36px;
}

.side-banner.img-responsive {
	margin-top: 25px;
}

.side-banner {
	font-size: 14px;
}

.side-banner-header {
	height: 50px;
	text-align: center;
}

.side-banner-header .btn_remove {
	width: 32px;
	height: 32px;
	display: block;
	background: transparent;
	border: none;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	z-index: 4;
	padding: 0;
	cursor: pointer;
}

.side-banner-body {
	padding: 30px 15px 18px 15px;
}

.side-banner-btn {
	position: absolute;
	width: 50px;
	height: 50px;
	cursor: pointer;
	box-shadow: none;
	border: none;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
}

.icon_megaphone {
	display: block;
	width: 30px;
	height: 24px;
	margin: 0 auto;
}

.side-banner.ng-hide {
	visibility: initial;
	opacity: 1;
	display: block !important;
	right: -220px;
}

.side-banner.ng-hide .side-banner-btn {
	left: -50px;
}

.ng-show-fade.ng-hide {
	opacity: 0;
}

.ng-show-fade.ng-hide-remove, .ng-show-fade.ng-hide-add {
	display: block !important;
	/* or inline-block, as appropriate */
}

.ng-show-fade.ng-hide-remove {
	transition: all linear 300ms;
}

.ng-show-fade.ng-hide-add {
	transition: all linear 100ms;
	position: absolute;
}

.modal-open .page-view {
	position: static;
}

.loading-bar {
	height: 3px;
	background: #363636;
	position: fixed;
	top: 0;
	width: 0;
	z-index: 100000;
}

.loading-bar.animate {
	transition: width 1s;
}

.rating {
	display: flex;
	flex-direction: row-reverse;
	justify-content: center
}

.rating span input {
	display: none
}

.rating span label {
	position: relative;
	width: 1em;
	font-size: 2em;
	color: #FFD600;
	cursor: pointer
}

.rating.small span label {
	font-size: 1.5em;
}

.rating.disabled span label {
	cursor: default;
}

.rating label::before {
	content: "\2605";
	position: absolute;
	opacity: 0
}

.rating:not(.disabled) span label:hover:before, .rating:not(.disabled) span:hover~span label:before {
	opacity: 1 !important
}

.rating label.checked::before {
	opacity: 1;
}

.slide-single {
	opacity: 1;
	transition: all 0.3s;
}

.slide-single.ng-hide-remove, .slide-single.ng-hide-add, .slide-single.ng-hide {
	display: block!important;
}

.slide-single.ng-hide {
	opacity: 0;
}

.info-prices {
	color: white; margin-top: 10px;
}

@media screen and (max-width: 1280px) and (min-width:991px) {
	.info-prices {
		width: 50%;
		float: right;
	}
}
#reg{
	width: 90%; margin: 0 auto;	margin-bottom: 20px;
}

#reg .main-title {
	display: flex;background: url(../images/barrels.jpg) center no-repeat; flex-direction: column;
	z-index: 5;
	width: 1112px;
	padding: 20px;
	width: 100%;
}

#reg .main-title h2 {
	color: #fff; text-transform: uppercase;	font-size: 25px; padding: 20px;
}

#reg .main-title p {
	font-size: 20px; font-weight: 800; padding-left: 20px; padding-right: 20px;
}
.reg-button-link{
	text-decoration: underline;	margin-top: 10px; display: inline-block;
}
.reg-button-link:hover,.reg-button-link:focus{
	color: #fff; text-decoration: underline;

}
.in-modal-message{
	margin: 30px 10px;font-weight: 800;	font-size: 14px; line-height: 14px;	text-align: justify;
}

@media screen and (max-width: 630px){
	#reg .main-title h2{
		font-size: 14px;
	}
	#reg .main-title p {
		font-size: 13px;
		padding-left: 0; 
    	padding-right: 0;
		
	}
	#reg{
		width: 100%;
		
	}
	#reg .container-xl{
		padding-left: 0;
		padding-right: 0;
		
	}
}
.info-section-title{
	margin-top: 10px;;
}
.info-section-title:first-child{
	margin-top: 0px;;
}
.contact-info .phones .xl_bl{
	font-size: 25px !important;
}