:root {
	--mainc : #6c3f90;
}

@font-face {
  font-family: 'OpenSansReg';
  src: url('../fonts/opensanshebrew-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../fonts/opensanshebrew-regular-webfont.woff') format('woff'), /* Modern Browsers */
       url('../fonts/opensanshebrew-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/opensanshebrew-regular-webfont.svg') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'OpenSansBold';
  src: url('../fonts/opensanshebrew-bold-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       /*url('../fonts/opensanshebrew-bold-webfont.woff') format('woff'), /* Modern Browsers */
       url('../fonts/opensanshebrew-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/opensanshebrew-bold-webfont.svg') format('svg'); /* Legacy iOS */
}

h1, h2, h3, h4, h5, h6, img, p, ul, li, a, input, label, select, span, div {
     font-family: 'Rubik',sans-serif !important;
	font-weight:400;
	font-size:16px;
}

/*CSS ANIMATION*/
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-ms-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-moz-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-webkit-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@-o-keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}
@keyframes uil-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0 0 0 0;
  }
  33% {
    width: 44%;
    height: 44%;
    margin: -22% 0 0 -22%;
    opacity: 1;
  }
  100% {
    width: 88%;
    height: 88%;
    margin: -44% 0 0 -44%;
    opacity: 0;
  }
}


a {
	    cursor: pointer;
}

img {
  
  
}

.sidr ul li a i {
	    margin-left: 10px;
}


.btn_box_sm {
	background: white;
    padding: 1% 2%;
    border: 1px solid #d2d2d2;
    float: right;
    color: #7c509f;
}

#imageGal {
    width: 67%;
    height: 100%;
    margin-top: 5px;
    border: none;
    margin: 0 auto;
    display: block;
}

.left-block {
	position: absolute;
    height: 100%;
    width: 50%;
    background: #ebebeb;
    z-index: 300;
    box-shadow: 0 0 16px #3f3f3f;
}

div#mypanel  {
    width: 75%;
    background: #f5f5f5;
    box-shadow: none;
    border-right: 1px solid #6d6d6d;
    position: absolute;
    height: 100%;
    z-index: 3000;
    display: none;
}
div#mypanel .ui-panel-inner {
	padding: 0;
}
div#mypanel .ui-panel-inner  p {
	text-align:center;
}

div#mypanel ul li {
	padding: 8px 15px; margin: 0 10px;border-bottom: 1px solid #c1c1c1;
}

.uil-ripple-css {
    background: none;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.uil-ripple-css div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 0;
  height: 0;
  opacity: 0;
  border-radius: 50%;
  border-width: 12px;
  border-style: solid;
  -ms-animation: uil-ripple 2s ease-out infinite;
  -moz-animation: uil-ripple 2s ease-out infinite;
  -webkit-animation: uil-ripple 2s ease-out infinite;
  -o-animation: uil-ripple 2s ease-out infinite;
  animation: uil-ripple 2s ease-out infinite;
}
.uil-ripple-css div:nth-of-type(1) {
  border-color: #6c3f90;
}
.uil-ripple-css div:nth-of-type(2) {
  border-color: #6c3f90;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.loading , .updaing {
	display:none;
	width: 100%;
    height: 100%;
    z-index: 999999999999;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
}
.loading h1 , .updaing h1 {
	    text-align: center;
    color: #784e99;
    font-size: 40px;
}



 .fa {
	 font-family: FontAwesome;
 }


 @font-face {
  font-family: 'OpenSansHebrewReg';
  src: url('../fonts/opensanshebrew-regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/opensanshebrew-regular-webfont.woff') format('woff'), /* Modern Browsers */
       url('../fonts/opensanshebrew-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/opensanshebrew-regular-webfont.svg#265e1bf8eadfa92b8d955acd546bd2c3') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'OpenSansHebrewBold';
  src: url('../fonts/opensanshebrew-bold-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/opensanshebrew-bold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/opensanshebrew-bold-webfont.woff') format('woff'), /* Modern Browsers */
       url('../fonts/opensanshebrew-bold-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/opensanshebrew-bold-webfont.svg#8b4b25a9e6dee2304c08fefb363a9190') format('svg'); /* Legacy iOS */
}

a:hover, a:focus {
    color:inherit;
    text-decoration: inherit;
}
 
 ul  {
	list-style-type: none;
 }
 
 h7 {
	 color: #4e4e4e; 
 }
 
 form  {
	     margin: 0;
 }
 
 .slotb {
		 min-height: initial !important;
 }
 
 .stat  h2 {
	 color: #fff !important;
 }

 

select {
	padding: 3px 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 0 0 #ccc, 0 -1px #fff inset;
    background: #ffffff;
    color: #333;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 2px solid #ebebeb;
    border-radius: 4px;
    height: 35px;
}


label {position:relative;    right: 17%;}
.form-control label:after {
content: '<>';
    font: 15px "Consolas", monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 3px;
    top: 8px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}
.form-control label:before {
	content: '';
    right: 0px;
    top: 0px;
    width: 25px;
    height: 35px;
    background: #ebebeb;
    position: absolute;
    pointer-events: none;
    display: block;
}

.datepicker-container {
	    padding: 10px;
    margin: -10px;
}

.mobile h1 {
	    text-align: center;
    font-size: 24px;
    margin: 15% 0 7% 0;
}
.mobile .logo {
    margin: 15px auto;
    display: block;
    width: auto;
    height: 36px;
}
.login input {
    margin: 7px 0 !important;
    width: 100% !important;
    font-size: 130%;
    float: left;
    padding: 10px 40px 10px 10px;
    border: 1px solid #b7b7b7;
}
.login .icon {
    margin: 9px 0;
    font-size: 23px;
    position: absolute
}
table#login tr {
	  height: 50px;
}
.mobile .login-b {
    width: 100%;
    margin: 0 auto;
	  color: #fff;
    display: block;
    text-align: center;
    background: var(--mainc);
    padding: 13px 0;
    border-radius: 7px;
}

.login_eroor {
  display: none;
  color: red;
  text-align: center;
  width: 100%;
  float: right;
  padding: 7px;
  border: 1px solid;
  margin-top: 10px;
}

.login .btt {
	  margin: 0 auto;
    display: block;
    text-align: center;
    color: #dc5b00;
    font-weight: bold;
    margin-top: -10px;
}

.mobile .header {
	width: 100%;
    background: var(--mainc);
    display: inline-table;
    overflow: hidden;
    padding: 10px;
}
.mobile .header img {
	 height: 27px;
    position: relative;
    top: 4px;
    float: right;
    margin: 0 10px;
}
.mobile .header p {
    color: #fff;
    font-size: 18px;
    text-align: right;
	margin: 0;
    padding: 0 10px !important;
    width: unset ;
    float: right;
}
.mobile .header a {
	float: left;
    background: #fff;
    padding: 2px 2%;
    margin: 2px 0;
    border-radius: 7px;
    color: #6c3f90;
    font-size: 12px;
}
.mobile .main {
max-width: 800px;
    margin: 0 auto;
    float: none;    background: inherit;
	position: relative;
  width: -webkit-fill-available;
}
.mobile .main .img {
     height: 180px;
    overflow: hidden;
    margin-top: 10px;
    background-size: cover;
    background-position: 50% 42%;
}
.mobile .main .img img {
    width: 100%;
    position: relative;
    top: -65px;
}
.mobile .main h2 {
	font-size: 150%;
    float: right;
    width: 100%;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 20px;
	margin: 0;
}
.mobile .main .box {
    width: 50%;
    float: right;
    padding: 12px 0px;
}
.mobile .main .box p {
     text-align:center;    margin: 0;
}
.mobile .main .box .date {
         color: #6c3f90;
    font-size: 21px;
}
table#order tr {
	    border-bottom: 1px solid #d7d7d7;
}

.tel {
	color: #6c3f90;
    text-decoration: underline;
}

.form-control.select  {
    text-align: center;
    width: 75px;
    margin: auto;
    float: unset !important;
    -webkit-appearance: menulist;
}

/* fontawesome */


.os_calander{    max-width: 800px;-webkit-transition:all .2s ease;top: 0;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;height:100%;position:fixed;width:100%;right:-100%;z-index:99999999;background:#fff;direction:rtl;--clolor1:#7c509f;--clolor2:#6b3e8f;--clolor3:#b496cc;--clolor_rgb:rgba(124,80,159,.36);--clolor_rgb1:rgba(124,80,159,1);--clolor_rgb2:rgba(124,80,159,.7)}
.os_calander.on{    right: 0;     left: 0;     margin: auto;}
#body_top{margin-bottom:5px}
.datepicker-top-left.in_date:after,.datepicker-top-left.in_date:before{right:24%!important}
.datepicker-top-left:after,.datepicker-top-left:before{left:24%!important}
.lightpick__toolbar,.lightpick__days-of-the-week{display:none!important}
.lightpick__month-title-bar{background:#f2f2f2;padding:0}
.lightpick{overflow-x:hidden;overflow-y:scroll;height:55%;width:100%;    padding: 0 !important;-webkit-overflow-scrolling:touch}
.lightpick select{box-shadow:none}
.lightpick__month{width:100% !important; padding: 0 !important;}
.lightpick__month-title {
    margin-right: 3% !important;
}



.lightpick__day.is-start-date,{background:var(--clolor2)!important;background-color:var(--clolor2)!important}
.lightpick__day{display:grid;width:100%}
.lightpick__day:not(.is-disabled):hover{    background-image: none !important;background-color:var(--clolor_rgb);background:var(--clolor_rgb)}
.lightpick__day.is-disabled.is-start-date{border-top-right-radius:50%;border-bottom-right-radius:50%;background:var(--clolor_rgb2)!important;background-color:var(--clolor_rgb2)!important;opacity:1;border-radius:100%}
.lightpick__day.is-start-date:hover,.lightpick__day.is-in-range:hover{background:var(--clolor2)!important;background-color:var(--clolor2)!important}
.lightpick__day.is-in-range{background-color:var(--clolor_rgb2)!important;background:var(--clolor_rgb2)!important}
.lightpick__day.is-in-range.is-start-date,.lightpick__day.is-in-range.is-end-date{background-color:var(--clolor_rgb1)!important;background:var(--clolor_rgb1)!important}
.lightpick__day.is-in-range span{color:#fff!important}
.lightpick__day.is-end-date.is-in-range{background-color:var(--clolor_rgb2);background:var(--clolor_rgb2)}
.date_picker .top{padding:12px;color:#fff;text-align:center;font-size:16px;    background: #6c3f90;}
.date_picker .top .fa{font-size:22px}
.date_picker .bottom{text-align:center;position:absolute;bottom:15px;z-index:9999999;width:100%;height:66px;bottom:0;background:#fff;border-top:1px solid #eee}
.date_picker .bottom a{color:#fff;width:90%;padding:15px;margin:6px auto;background:#bbb;display:block;font-size:16px;text-decoration:none}
.date_picker .bottom a.active{color:#ffff!important;background:#6c3f90}
.date_picker .date_block{border:0;width:100%}
.min_sel{position:relative;width:100%;float:right;display:block}
.date_picker .min_sel .fa{position:absolute;margin:auto;left:0;right:-10%;top:57px;text-align:center;color:#6b3e8f}
.date_picker .day_of_week{width:100%;float:right;background:#ffffff;}
.date_picker .day_of_week span{width:14.285714285714286%;float:right;text-align:center;padding:5px}
.date_picker .fa{font-size:17px}
.date_picker .top a{position:absolute;right:0;color:#fff;font-size:40px;width:20%;top:0;padding:12px 0}
.os_calander .date_block p{padding-top:0}
.more_t{float:right;width:100%;padding:8px 15px 3px 15px}
.more_t font{float:right;width:71%;margin-top:4px}
.more_t #toogle{float:left;width:initial;padding:3px 5%;margin:0;background:none!important;border:1px solid var(--clolor1);border-radius:4px}
.os_calander .date_block{width:88%;padding-right:18px;margin:0 auto;display:block;font-size:14px}
.os_calander .date_block h4{font-size:14px;color:#7e7e7e;margin:6px 0 0 0}
.os_calander .date_block h3{font-size:45px;margin:0 -7px 0 12px;color:#6c3f90;float:right;font-weight:500}
.os_calander .date_sel label{right:12px;width:89%;margin-top:7px}
.os_calander .date_sel select{border-radius:0;border-color:#cdcdcd;border-width:1px}
.os_calander .date_pick{float:right;width:100%;text-align:center;padding:0;outline:0;pointer-events:none;border:0;box-shadow:0;margin-top:-1px;border-radius:0;position:relative;height:44px}
.os_calander .rigth_b{width:50%!important;float:right;background:#fff;padding:5px}
.os_calander td .updown{transform:rotate(90deg);position:absolute;left:11px;color:#6b3e8f;pointer-events:none;margin:auto;bottom:0;top:0;background:#fff;height:27px;z-index:99}
.os_calander .more,.os_in .more{margin-top:5px;border-bottom:1px solid #eee;padding-bottom:5px}
.os_calander .item,.os_in .item{float:right;width:50%;margin:6px 0;font-size:120%;color:#6c3f90}
.os_calander .more font,.os_in .more font{float:right;width:50%;margin:0;text-align:center}
.os_calander .more span,.os_in .more span{float:left;display:block;width:44%;margin-left:6%}
.os_calander .more span b,.os_in .more span b{float:right;font-size:120%;margin-top:-2px}
.os_calander .more span a,.os_in .more span a{border-radius:9px;width:32%;text-align:center;margin:2px 5px 0 0;float:left;line-height:1.2;text-decoration:none;font-weight:bold;font-family:sans-serif!important;background:#fff!important;border:1px solid;color:#6c3f90}
.os_calander .more span a.disabled,.os_in .more span a.disabled{pointer-events:none;opacity:.4}
.os_main .input_b{padding:8px 4%;border:1px solid;width:93%;margin:5px auto 0 auto;float:unset;display:table;line-height:1.1;border-color:rgba(108,63,144,0.6)}


.more_cabins {
  position: fixed !important;
  margin: auto !important;
  left: 0;
  right: 0;
  z-index: 999999999;
  background: #fff !important;
  height: auto;
  border: 1px solid;
  box-shadow: 0 0 13px #58585873;
  overflow: scroll;
  max-height: 93%;
} 
.more_cabins a {
  float: right;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #eee;
}
.more_cabins a.active{
  font-weight: bold;
  color: #6c3f90;
  border: 2px solid;

}
.more_cabins a img {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-left: 14px;
}
.more_cabins a span {
  float: left;     font-size: 214%;     padding: 1%;
}
.more_cabins a font {
  
}


.block_list .item .info a {
        color: #6c3f90;
    text-decoration: underline;
}

.block5 span {
	    float: right;
    width: 20%;
}
.save_changes {
	display: none;
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
    background: #00c700;
    text-align: center;
    font-size: 19px;
    color: #fff;
    padding: 20px 9px;
    zoom: 1;
}

#sidr {
    background-color: #fff;
    border-left: 1px solid #eee;
}



.sidr ul li.active>a {
	box-shadow:0 0 0;
}


@media (min-width: 1200px) {

	#nav-icon4 ,.hide_pc  {
		display:none !important;
	}
	
	.mobile {
		    float: none !important;
	}

	.sidr.left {
		right: 0 !important;
		left: unset !important;
		top: 50px !important;
		width: 215px;
	}

	.save_changes , .submit_all_changes {
		zoom: 1.3 !important;
	}

	#cabins .cabins_list .item {
		min-width: 150px;
	}

	.w50 {
		width: 48% !important;
		margin-left: 1% !important;
		margin-right: 1% !important;
	}

}

/* mobile */
@media (max-width: 800px) {
	
	.mobile .header p {
		font-size: 16px !important;
		
	}
	
	.hide_mobile {
		display:none !important;
	}
	
	#sidr {
		border-top: 51px solid var(--mainc);
	}
	
	.header .main {
		float: unset !important;
	}

	.main {
		float: right !important;
	}
}

.bt1 {
	color: red;
    position: absolute;
    bottom: 6px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
}

#nav-icon4 span:nth-child(1),
#nav-icon4 span:nth-child(2) {
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center
}

#sidr {
	background-color: #eee;
	box-shadow: 0 0 0;
	top: -2px;
	background-repeat: no-repeat;
	background-size: 83%;
	background-position: 129% 1.5%
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
	-webkit-transform: rotate(0);
	/*margin:50px auto;*/
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
	display: block;
	position: absolute;
	height: 9px;
	width: 100%;
	background: #d3531a;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	-moz-transform: r otate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

#nav-icon4 {
    width: 60px;
    zoom: .4;
    height: 45px;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}

#nav-icon4.open span:nth-child(2) {
	width: 0;
	opacity: 0;
}

#nav-icon4 span {
	background: #fff;
	height: 5px
}

#nav-icon4 span:nth-child(1) {
	top: 0;
	transform-origin: left center
}

#nav-icon4 span:nth-child(2) {
	top: 18px;
	transform-origin: left center;
	width: 80%;
}


#nav-icon4 span:nth-child(3) {
	top: 36px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

#nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
}



#nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 39px;
	left: 8px;
}

.block_hide_cls {
	width: 100%;
	height: 150%;
	background: #4b4b4b;
	z-index: 999999999;
	top: 0px;
	position: fixed;
	opacity: .7;
	display: none;
}

.sidr ul li {
	direction: rtl;
	text-align: right;
}

.main,
.main .slot {
	/*height: 100%;*/
}

.main {
	direction: rtl;
}

.block {
  float: right;
}
.block_left {
  float: left !important;
}
.block_right {
  float: right !important;
}

.block100 {
	float: right;
	width: 100%;
	/* color: red; */
}

.block4 span {
	float: right;
	width: 25%;
}

.block3 span {
	float: right;
	width: 33%;
}

.block2 span {
	float: right;
	width: 50%;
}

.block_btns span a {
	 margin: 0 auto;
    display: table;
    float: unset;
}

#main_top {
	height: 185px;
	background-position: 50%;
	background-size: cover;
	position: relative;
	margin-top: -2px;
}

.stat {
	background: rgba(51, 54, 69, 0.83);
	color: #fff;
	text-align: center;
	bottom: 0;
}

.stat .block4,
.stat .block3 {
	padding: 10px 0;
}

.stat h3 {
	margin: 0;
}

.stat h4 {
	margin: 10px 0 0 0;
	font-weight: 400;
}

.block_pad {
	background: #f8f8f8;
	padding: 15px;
	width: 100%;
	margin: 10px 0;
	border: 1px solid #e0e0e0;
}

.block_pad:last-child {
	margin-bottom: 10px;
}

.block_pad .top p {
	float: right;
	font-weight: bold;
	font-size: 115%;
}

.block_pad .top a {
	float: left;
	color: #ffffff;
	background: #6c3f90;
}

.block_pad .bod {
	line-height: 1.6;
}

.block_list {}

.block_list .item {
	padding: 15px;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
}

.block_list .item:last-child {
	border-bottom: 0px solid #dedede;
}

.block_list .item .bt {
	color: #fff;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 6px;
    margin: 3px auto;
    width: 100%;
    float: right;
    text-align: center;
    font-weight: bold;
    background: #6c3f90;
    color: #fff;
}

.block_list .item .button {
	float: left;
    width: 30%;
	    position: relative;    height: 112px;
}

.block_list .item .info {
	width: 70%;
	float: right;
}

.block_list .bt_long {
	background: #6c3f90;
	color: #fff;
}

.bt {
	border: 1px solid;
	padding: 0px 3%;
	border-radius: 50px;
	text-decoration: none !important;
}

.bt_long {
	width: 100%;
	float: right;
	margin: 10px 0 0 0;
	padding: 8px;
	text-align: center;
}

.pri {
	color: #dd0000;
}

.mobile .header p {
}

.lds-facebook {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #6c3f90;  
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

.block_list .item_new .info {
       margin-bottom: 10px;
}
.block_list .item_new h4 , .block_list .item_new .block3 span {
       text-align: center;

}
.block_list .item_new h4 i {
   font-size: 7px;
    position: relative;
    bottom: 3px;
    margin: 0 3px;
    color: #b1b1b1;
}

.block_list .item_new .bt {
	    font-size: 100%;
    font-weight: 100;
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

.brake {
  float: right;
  clear: both;
}
/*prices*/



