

/* Start:/local/components/bquadro3/filter_programms/templates/programms/style.css?16970254181924*/

.filter-tabletime__wrap label {
    color: white;
    margin-bottom: 0;
    padding-right: 15px;
}
.filter-tabletime {
    
}
.filter-tabletime__wrap {
	background: #c8b688;
    padding: 10px 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.filter-tabletime__wrap select {
    border: none;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
}
.filter-tabletime__mob {
	display: none;
}
@media(min-width: 768px) {
	.filter-tabletime__wrap {
		display: flex !important;
	}
}
@media(max-width: 1200px) {
	.filter-tabletime__wrap label {
		width: 100%;
		display: block;
	}
}
@media(max-width: 767px) {
	.filter-tabletime__mob {
		background: #c8b688;
    	padding: 10px 17px;
    	color: #fff;
    	display: flex;
    	align-items: center;
    	color: #fff;
    	justify-content: space-between;
	}
	.filter-tabletime__mob:after {
		content: "";
		display: inline-block;
		width: 18px;
		height: 18px;
		background: url(/local/components/bquadro3/filter_programms/templates/programms/images/filter.svg) no-repeat center;
		background-size: contain;
	}
	.filter-tabletime__wrap {
		display: none;
		padding-bottom: 20px;
	}
	.filter-tabletime__item {
		width: 100%;
		margin-bottom: 10px;
		display: flex;
		flex-wrap: wrap;
	}
	.filter-tabletime__item:last-child {
		margin-bottom: 0;
	}
	.filter-tabletime__item label {
		width: 120px;
	}
	.filter-tabletime__item select {
		width: calc(100% - 120px);
	}
}
@media(max-width: 450px) {
	.filter-tabletime__item label {
		width: 100%;
		padding-bottom: 7px;
	}
	.filter-tabletime__item select {
		width: 100%;
	}
}
#preloader {
	#position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
}
#preloader.hide-preloader {
	animation: hidePreloader 1s;
}

#preloader.preloader-hidden {
	display: none;
}

@keyframes hidePreloader {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/* End */


/* Start:/local/components/bquadro3/programms/templates/programms/style.css?169329881315063*/



.tabletime__item {border-radius:4px; border:solid 1px rgba(39,33,33,0.2); padding: 21px 17px 33px; margin-bottom:30px}

.tabletime-btn {
    border: 1px solid #C8B688;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    font-size: 12px;
	line-height: 16px;
    letter-spacing: normal;
    font-weight: 400;
    margin-bottom: 0;
    padding: 10px 15px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    background: #C8B688;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-decoration: none;
}
.tabletime-btn:hover {
	background-color: #b8a165;
    border-color: #b8a165;
    color: #fff;
}
.tabletime-btn--border {
	background: transparent !important;
	color: #C8B688;
}
.tabletime-btn--border:hover {
	color: #b8a165;
}


.tabletime__item-top {
	   display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    position: relative;
    min-height: 120px;
}
.tabletime__item-line {
	padding-right: 15px;
  flex-shrink: 0;
}

.tabletime__item-icon {
    width: 25px;
    height: 20px;
    display: block;
    background: url(/local/components/bquadro3/programms/templates/programms/images/calendar.svg) no-repeat center;
    background-size: contain;
    margin-bottom: 8px;
}
.tabletime__item-num {
	  font-family: 'PRG75','Open Sans', Arial, sans-serif, sans-serif;
    display: block;
    font-size: 33px;
    line-height: 39px;
}
.tabletime__item-month {
    font-size: 16px;
    line-height: 19px;
    display: block;
    font-family: 'PRG55','Open Sans', Arial, sans-serif, sans-serif;
}
.tabletime__item-date-info {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
	max-width: 100px;
}
.tabletime__item-level {
    display: inline-block;
    padding: 4px 16px;
    border: 1px solid #C8B688;
    border-radius: 100px;
    font-size: 12px;
    margin-bottom: 10px;
}
.tabletime__item-name {
	display: block;
  color: #000;
  text-decoration: none;
  line-height: 1.25;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.tabletime__item-dop {
	font-size: 12px;
  line-height: 16px;
  margin-bottom: 12px;
}
.tabletime__item-link {
	font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #C9A061;
}
.tabletime__item-line--level {
  width: calc(100% - 293px);
}
.tabletime__item-line--date {
	width: 156px;
}
.tabletime__item-line--btn {
    width: 122px;
    margin-left: auto;
    padding-right: 0;
    padding-top: 15px;
}
.tabletime__item-line--adress, 
.tabletime__item-line--price {
	display: none;
}

.tabletime__item-bottom {
	border-top: solid 1px #D9D9D9;
  position: relative;
  margin-top: 30px;
  padding: 30px 156px 0;
}
.tabletime-line {
	  display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.tabletime-line__item {
  padding-right: 15px;
  width: 213px;
  padding-bottom: 20px;
  flex-shrink: 0;
  position: relative;
}
.tabletime-line__item input {
	position: absolute;
	left: 0; top: 0;
	opacity: 0;
}
.tabletime-line__item-top {
	display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  min-height: 24px;
  margin-bottom: 12px;
}
.tabletime-line__item-label {
	cursor: pointer;
}
.tabletime-line__item-checkmark {
	  background-color: #fff;
    border: 1px solid #C8B688;
    border-radius: 2px;
    height: 22px;
    left: 0;
    position: absolute;
    top: 0;
    width: 22px;
    z-index: 0;
}
.tabletime-line__item .form-check-input:checked + .tabletime-line__item-label .tabletime-line__item-checkmark {
	background: #C8B688 url(/local/components/bquadro3/programms/templates/programms/images/chek.svg) no-repeat center;
}
.tabletime-line__item-date {
	display: block;
  font-size: 14px;
  line-height: 16px;
  padding-right: 0;
  font-family: 'PRG75','Open Sans', Arial, sans-serif, sans-serif;
}
.tabletime-line__item-adress {
	display: block;
  width: auto;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
  position: relative;
}
.tabletime-line__item-price {
	display: block;
	font-family: 'PRG55','Open Sans', Arial, sans-serif, sans-serif;
}
.tabletime-line__item-price--old-price {
    display: block;
    margin-bottom: 5px;
    text-decoration: line-through;
    color: #807F7F;
    font-size: 14px;
    line-height: 18px;
}

.tabletime-line__item-price--new-price {
    display: block;
    font-size: 18px;
		line-height: 27px;
}
.tabletime-line__item-info {
	font-size: 12px;
  line-height: 14px;
  margin-top: 8px;
}
.tabletime-line__item-info.green {
	color: #49C60F;
}
.tabletime-line__item-info.orange {
	color: #FF9900;
}
.tabletime-line__item-info.red {
	color: #ED2114;
}

.tabletime-line__arr {
  position: absolute;
  
  top: 50%;
  margin-top: -30px;
  padding-top: 0;
  padding-right: 0;
  cursor: pointer;
  width: 32px;
  height: 64px;
  display: none;
  background:  url(/local/components/bquadro3/programms/templates/programms/images/arr.svg) no-repeat center;
  background-size: contain;
}
.tabletime-line__arr--icoR {
	right: 66px;
	transform: rotate(180deg);
}
.tabletime-line__arr--icoL {
	left: 66px;
}
.tabletime-line__arr.active {
	display: block;
}
.tabletime-wrap {
	padding: 10px 0;
}
.tabletime-line-items-bottom-wrap {
	overflow: auto;
}

.tabletime-wrap .scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar,
.tabletime-wrap .scrollbar-dynamic >.scroll-element.scroll-x {
	height: 2px; 
}
.tabletime-wrap .scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar,
.tabletime-wrap .scrollbar-dynamic >.scroll-element.scroll-y {
	width: 2px; 
}
.tabletime-wrap .scrollbar-dynamic >.scroll-element, .scrollbar-dynamic >.scroll-element div {
	background: #D9D9D9 !important;
}
.tabletime-wrap .scrollbar-dynamic >.scroll-element .scroll-bar {
	background: #C8B688 !important;
}
.tabletime-wrap .scrollbar-dynamic >.scroll-element .scroll-element_outer {
	opacity: 1;
}
@media(max-width:  1200px) {
	.tabletime-line__item {
		width: calc((100vw - 348px) / 4)
	}
}
@media(max-width:  1100px) {
	.tabletime-line__item {
		width: calc((100vw - 348px) / 3)
	}
}
@media(max-width:  850px) {
	.tabletime-line__item {
		width: calc((100vw - 348px) / 2)
	}
}
@media(max-width:  767px) {
	.tabletime__item {
		padding: 0;
	}
	.tabletime__item-line--date {
	    border-bottom: 1px solid #D9D9D9;
	    width: 100%;
	    position: relative;
	    padding: 15px 10px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.tabletime__item-date-info {
		padding-left: 15px;
	}
	.tabletime__item-icon {
		margin: 0;
		margin-right: 10px;
	}
	.tabletime__item-date {
		margin-right: 20px;
	}
	.tabletime__item-num {
		font-size: 24px;
		line-height: 28px;
	}
	.tabletime__item-month {
		font-size: 12px;
		line-height: 14px;
	}
	.tabletime__item-line--level {
    width: calc(100% - 162px);
    padding: 10px 20px;
	}
	.tabletime__item-line--btn {
		padding: 10px 20px;
		width: 162px;
	}
  .tabletime__item-bottom {
    padding: 20px;
    margin-top: 10px;
	}
	.tabletime-line__item {
    width: 100%;
    padding: 0;
    padding-right: 0;
    padding-left: 30px;
	}
	.tabletime-line__item-top {
		padding-left: 0;
		margin-bottom: 0;
	}
	.tabletime-line__item-adress {
		margin-bottom: 8px;
	}
	.tabletime-line__item-checkmark {
		left: -30px;
	}
	.tabletime__item-link {
		display: none;
	}
	.tabletime__item-dop {
		margin-bottom: 0;
	}
	.tabletime-line-items-bottom-wrap {
	    max-height: 280px;
	}
	.tabletime-line {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
	}
	.tabletime-line__arr {
		display: none !important;
	}
	.tabletime-line__item-price {
		display: flex;
		align-items: center;

	}
	.tabletime-line__item-price--old-price {
		order: 2;
		margin-bottom: 0;
		margin-left: 10px;
	}
}
@media(max-width:  500px) {
	.tabletime__item-line--level {
    width: 100%;
	}
	.tabletime__item-line--btn {
		width: 100%;
	}
	.tabletime__item-bottom {
		margin-top: 0;
	}
}
@media(max-width:  380px) {
	.tabletime__item-line--level,
	.tabletime__item-line--btn {
		padding: 10px;
	}
	.tabletime__item-bottom {
		padding: 20px 10px;
	}
}






.NewsCalWeekend, .NewsCalToday, .NewsCalDefault, .NewsCalOtherMonth , .NewsCalHeader, .NewsCalMonthNav, .NewsCalDay, .NewsCalNews{
	font-size: 1.2em;
	color: #c8b688;
}
.NewsCalToday, .NewsCalDefault, .NewsCalOtherMonth, .NewsCalWeekend, .NewsCalHeader {
	padding-left: 5px;
}
td.NewsCalToday{
	background-color: #c8b688;
	color: white;
}
.NewsCalDefault{
	background-color:#FFFFFF;
}
.NewsCalOtherMonth{
	background-color: #ffffff;
	color: white;
}
.NewsCalWeekend{
	background-color: #eaeaea;
	color: indianred;
}

td.NewsCalWeekend {}
.NewsCalHeader{
	background-color: #d2d2d2;
	color: #080000;
}
.NewsCalTable, .NewsCalTable tr, .NewsCalTable td{
	border-collapse:collapse;
	border: 2px solid #d0d0d0;
}
.NewsCalNews>a {
    font-size: 1em;
    /* border: 1px dotted; */
    width: 100%;
    height: 100%;
    /* background: aquamarine; */
    display: block;
    padding: 5px 10px;
}

.news-calendar {
    padding: 2em 0 4em 0;
}
.NewsCalMonthNav{
}
.NewsCalDay{
	color:#000000;
}
.NewsCalDayOther{
	color:#365D91;
}
.NewsCalNews{
	color:#7488B9;
	font-size:8pt;
	/* border: 1px dotted; */
	/* border-radius: 5px; */
	margin-bottom: 5px;
	padding: 0;
	background: 71106;
}
td.event {
    vertical-align: top;
    padding: 0;
}

tr.NumDayHeader {
    border-top: 3px solid #9e9e9e;
    border-left: 3px solid #B3B3B3;
    border-right: 3px solid #B3B3B3;
}
td:first-child{
 border-left: 3px solid #B3B3B3;
}

td:last-child{
 border-right:3px solid #B3B3B3;   
}

tr.NumDayHeader>td>span {
    font-size: 2em;
}
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;
}
div.event_tooltip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #0000009c;
}
.filter-calendar>label {
    color: white;
}
.filter-calendar {
    background: #c8b688;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.filter-calendar>select {
    border: none;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat');
body td:hover a:hover{color:black;}
* {
	box-sizing: border-box;
}

h3 {
	margin: 10px 0;
}

h6 {
	margin: 5px 0;
	text-transform: uppercase;
}

p {
	font-size: 14px;
	line-height: 21px;
}

.card-container {
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 3px 4px 5px -4px #c8b688;
	border: 1px solid  #c8b688;
	color: #B3B8CD;
	max-width: 100%;
	text-align: center;
	/*margin: 0 2% 19px 0;*/
	display: flex;
	opacity: 1;
	flex-direction: column;
	/* transition: 1s; */
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;

	display: none;
	z-index: 1002;
}
.card-container a.product-card-inner__buttom-more-btn {
	margin-bottom: 0;
}
.card-container .pro {
	color: #ffffff;
	background-color: #c8b688;
	border-radius: 0 0 6px 6px;
	font-size: 14px;
	/* font-weight: bold; */
	padding: 7px 7px;
	display: block;
	position: relative;
	margin: 0 25px 0;
	/* left: 25px; */
	/* right: 25px; */
}

.card-container h3 {
	color:#fffefd;
	padding:10px 20px
}
.card-container p {
	color: #000000;
}
.card-container p span{
	color: #726543;
	font-size:x-large;
}
.card-container .round {
	border: 3px solid #c8b688;
	border-radius: 50%;
	padding: 7px;
	width: 128px;
	height: 128px;
	/* margin: 0 auto; */
}
.card-container .card_img {
    width: 128px;
    height: 128px;
    margin: 0 auto;
}
.card-container .preview {
    font-size: small;
    color: black;
    padding: 10px 20px;
    text-align: justify;
    max-height: 300px;
    overflow: auto;
}
.card-container p.teacher {
    font-weight: bolder;
    /* background: #efe7db; */
}
.top-card {
    display: block;
    position: relative;
}

.middle-card {
    margin: 9px 25px 0;
    text-align: center;
}

.but_more.product-card-inner__buttom-more {
    /* margin: 10px 25px 25px; */
    /* max-width: 120px; */
    text-align: center;
    margin: 0 auto;
    /* padding: 0px; */
    display: block;
    position: relative;
}
a.product-card-inner__buttom-more-btn {
    display: block;
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    padding: 0px 30px;
    margin-bottom: 15px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 40px;
    background-color: var(--main-color);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
a.product-card-inner__buttom-more-btn:hover{
	    color: #67572f;
}
.product_card__inner.product_card__inner--four .product-card-inner__buttom-more-btn:hover {
    background-color: var(--main-color-hover);
}
/*
.card-container.hidden-cal-news {
    top: -100%;
     display: none;
}
 */

.card-container.hidden-cal-news {
	pointer-events: none;
}

.event_tooltip.hidden-cal-news {
    display: none;
}


.NewsCalNews {
	position: relative;
}
.card-container.card-container--hover {
	position: absolute;
	bottom: 0;
	left: 0;	
    transform: translateY(100%);
    opacity: 1;
    margin: 0;
    top: auto !important;
    width: 300px;
    background: #fff;
    max-height: initial;
    max-width: 100vw;
    transition: opacity 0.5s ease-in-out;
	pointer-events: inherit;
}
.card-container.card-container--hover.card-container--right {
	left: auto;
	right: 0;
}
.card-container.card-container--hover .pro {
	margin: 0;
}
.card-container.card-container--hover h3 {
	font-size: 1rem;
	padding: 5px 20px;
}
.card-container.card-container--hover p {
	font-size: 0.7rem;
	line-height: 1rem;
	padding-bottom: 0.3rem;
}
.card-container.card-container--hover .preview {
	display: none;
}

.card-container.card-container--hover a.product-card-inner__buttom-more-btn {
	height: 30px;
    font-size: 12px;
    line-height: 30px;
}
.card-container.card-container--hover .but_more {
	display: none;
}
.card-container.card-container--show {
	position: fixed;
	width: 31%;
	top: 110px;
	left: calc( 50% - 15% );
	max-height: calc(100vh - 160px);
	overflow: auto;
	transform: none;
}
/*
.hidden-cal-news{
	opacity:0;
}
*/
td.hover {
    background: #c8b6887a;
}
td.hover>div>a{
    color: #7d6d41;
    width: 100%;
    height: 100%;
    /* background: aquamarine; */
    display: block;
    padding: 5px 10px;
}
button.primary {
	background-color: #03BFCB;
	border: 1px solid #03BFCB;
	border-radius: 3px;
	color: #231E39;
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	padding: 10px 25px;
}

button.primary.ghost {
	background-color: transparent;
	color: #02899C;
}

.skills {
	background-color: #c8b688;
	text-align: left;
	padding: 15px;
	margin-top: 30px;
}

.skills ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.skills ul li {
	border: 1px solid #fafafa;
	border-radius: 2px;
	display: inline-block;
	font-size: 12px;
	color: white;
	margin: 0 7px 7px 0;
	padding: 7px;
}
/* End */
/* /local/components/bquadro3/filter_programms/templates/programms/style.css?16970254181924 */
/* /local/components/bquadro3/programms/templates/programms/style.css?169329881315063 */
