.b-form-block {
	background: url('../i/pic.png') no-repeat 93% 28px #ffffff;
	min-height: 300px;
	border: 4px solid #ffe57d;
	font-family: 'RobotoCondensedRegular';
}

@media only screen and (max-width: 1100px) {
	.b-form-block {
		background: #ffffff;
	}
}

@media only screen and (max-width: 699px) {
	.b-form-block {
		margin: 0;
		border-left: none;
		border-right: none;
	}
}

.b-form-block,
.b-form-block *,
.b-form-block *:after,
.b-form-block *:before {
	box-sizing: border-box;
}

.b-form-block__wrapper {
	padding: 15px 27px 35px;
	overflow: hidden;
}


@media only screen and (max-width: 699px) {
	.b-form-block__wrapper {
		padding: 15px 20px 25px;
	}
}

.b-form-block__title {
	margin-bottom: 24px;
}

.b-form-block__row {
	display: flex;
}

.b-form-block__row--super-position {
	display: none;
}

.b-form-block__subblock {
	margin: 10px 0 45px 20px;
	display: none;
}

.hide{
	display: none !important;
}

@media only screen and (max-width: 1100px) {
	.b-form-block__row--drop {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 699px) {
	.b-form-block__row {
		display: block;
	}
}

.b-form-block__column {
	width: 60%;
	margin-right: 2%;
}

@media only screen and (max-width: 1100px) {
	.b-form-block__column {
		width: 60%;
		margin-right: 4%;
	}
	.b-form-block__column--free {
		width: 100%;
		margin-right: 0;
	}
}

@media only screen and (max-width: 699px) {
	.b-form-block__column {
		width: 100%;
		margin-right: 0;
	}
	.b-form-block__column.b-form-block__column--col-full {
		width: 100%;
		margin-right: 0; }
}

.b-form-block__column--col2 {
	width: 40%;
}

@media only screen and (max-width: 1100px) {
	.b-form-block__column--col2 {
		width: 40%;
	}
	.b-form-block__column--col1-mobile {
		width: 48%;
	}
}

@media only screen and (max-width: 699px) {
	.b-form-block__column--col2 {
		width: 100%;
	}
	.b-form-block__column--col1-mobile {
		width: 100%;
	}
}

.b-form-block__column:last-child {
	margin-right: 0;
}

.b-field {
	/*padding-bottom: 21px;*/
}

.b-field__title {
	padding: 0 0 11px 18px;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 0.03em;
}

.b-field__input {
	border: 1px solid #d8d8d8;
	padding: 0 18px;
	border-radius: 20px;
}

.is-blocked .b-field__input {
	border-color: #3d3d3d;
}

.error .b-field__input {
	border-color: #ff0000;
}

.b-field__select {
	position: relative;
}

.b-field__input input {
	background: none;
	border: none medium;
	width: 100%;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
}

.b-field__input textarea {
	background: none;
	border: none medium;
	width: 100%;
	font-size: 14px;
	line-height: 40px;
	height: 100px;
}
.b-field__input textarea:focus {
	border: none medium;
	outline: none;
}

.b-field__input.disabled input {
	color: gray;
}

.b-field__select-caption {
	position: relative;
	border: 1px solid #d8d8d8;
	padding: 0 40px 0 18px;
	border-radius: 20px;
	font-size: 14px;
	line-height: 40px;
	height: 42px;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.error .b-field__select-caption {
	border-color: #ff0000;
}

.is-open .b-field__select-caption {
	border-radius: 20px 20px 0 0;
}

.b-field__select-caption:after {
	content: '';
	position: absolute;
	right: 22px;
	top: 12px;
	width: 10px;
	height: 10px;
	border-right: 3px solid #b5ccfd;
	border-bottom: 3px solid #b5ccfd;
	transform: rotate(45deg);
}

.is-open .b-field__select-caption:after {
	transform: rotate(225deg);
	top: 17px;
}

.b-field__select-options {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 41px;
	padding: 10px 18px;
	background: #ffffff;
	border: 1px solid #d8d8d8;
	border-top: none;
	border-radius: 0 0 20px 20px;
	max-height: 182px;
	overflow: hidden;
	overflow-y: scroll;
	z-index: 5;
}

.error .b-field__select-options {
	border-color: #ff0000;
}

.is-open .b-field__select-options {
	display: block;
}

.b-field__select-item {
	font-size: 14px;
	line-height: 1.2;
	padding: 8px 0;
	cursor: pointer;
}

.b-field__select-item:hover {
	color: #ffac69;
}

.error-text {
	color: red;
	font-size: 12px;
	line-height: 1.2;
	padding: 5px 18px 16px;
}

.b-field__checkbox {
	position: relative;
	display: inline-block;
	padding: 6px 0;
}

.b-field__checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.b-field__checkbox-title {
	position: relative;
	padding-left: 39px;
	padding-right: 20px;
}

.error .b-field__checkbox-title {
	color: #ff0000;
}

.b-field__checkbox-title:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
}

.b-field__checkbox input:checked+.b-field__checkbox-title:before {
	content: '';
	position: absolute;
	left: 9px;
	top: 4px;
	width: 7px;
	height: 12px;
	border-right: 3px solid #9ec02e;
	border-bottom: 3px solid #9ec02e;
	transform: rotate(45deg);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.color-red {
	color: #ff0000;
}

.menu__item_form--2020 {
	text-align: right;
	justify-content: space-between;
}

.menu__list>li {
	z-index: 6;
}

.menu__link_login-on {
	width: 180px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 50px;
	background-image: url('../i/profile.png');
	background-repeat: no-repeat;
	background-position: 15px 13px;
	margin-right: 20px;
	box-sizing: border-box;
}

.menu .search_item--2020 {
	width: 46px;
	height: 46px;
	background-color: #8eadf3;
	background-size: auto auto;
	position: static;
	margin-top: 0;
	margin-right: 0;
	top: auto;
	right: auto;
	left: auto;
	text-indent: 0;
	border-radius: 50%;
}

.menu .search_item--2020:hover {
	background-color: #ffac69
}
.wrap-btn {
	margin-top: 6px;
	display: inline-flex;
	align-items: center;
}
.menu--mob .search_item--2020 {
	width: 32px;
    height: 32px;
    background-color: #8eadf3;
    background-size: auto auto;
    position: static;
    margin-top: 0;
    margin-right: 0;
    top: auto;
    right: auto;
    left: auto;
    text-indent: 0;
    border-radius: 50%;
}

.menu--mob .search_item--2020:hover {
	background-color: #ffac69
}
.menu--mob .nav__input {
	margin-top: 0;
	padding: 0;
	width: 0;
}
.menu__link.menu__link_login {
	box-sizing: border-box;
	flex-grow: 1;
	margin: 0 12px;
	text-align: center;
}

.menu__link.menu__link_reg {
	margin-right: 5px;
}

.search-bd__table_item--tabs_element p {
	font-size: 14px;
	margin: 10px 0;
}

.search-bd__table_item--tabs_element p.element_text {
	padding-left: 12px;
}

.search-bd__table_item--tabs_element .jspPane {
	width: 90% !important;
}

.search-bd__table_item--tabs_element .jspVerticalBar {
	right: 5% !important;
	top: 0;
}

.search-bd__table_item--tabs_element.scroll-pane_main {
	top: 48px;
}

@media only screen and (max-width: 1300px) {
	.search-bd__table_item--tabs_element.scroll-pane_main {
		top: 39px;
	}
}

.content-zone__orange .content-zone__btn {
	margin-top: 10px;
}

/* @media only screen and (max-width: 1200px) {
	.content-zone__orange .content-zone__btn {
		margin-top: 15px;
	}
} */

/* .content-zone__border {
	height: 212px;
	margin-top: 15px;
} */

.content-zone__border:first-child {
	margin-top: 0;
}

.content-zone__pazzle.m-content {
	height: 240px;
}

.content-zone__row_border {
	margin-top: 15px;
}

.content-zone__row_anons .banner_sgdeti {
	/*background-position: center center;*/
}

/* @media only screen and (max-width: 1200px) {
	.content-zone__link_t {
		height: 10.6em !important;
	}
}

@media only screen and (max-width: 999px) {
	.content-zone__pazzle {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 499px) {
	.content-zone__stat {
		margin-bottom: 10px;
	}
} */
/* profile */

.b-form-block--profile {
	border-color: #9ec02e;
}

.b-field__title--grey {
	color: #3d3d3d;
	opacity: 0.5;
}

.zapis__btn--2020 {
	font-size: 17px;
	margin: 6px 0;
}

@media only screen and (max-width: 699px) {
	.zapis__btn--2020 {
		margin: 25px 0 0;
	}
}

.zapis__btn--right {
	float: right;
}

.zapis__btn--white {
	margin-left: 0;
	background: none;
	border: 1px solid #e1003f;
	color: #e1003f;
}

.zapis__btn--white:hover {
	background: #e1003f;
	color: #ffffff;
}
/* calend */

.b-form-block {
	background-image: none;
	border: none medium;
	color: #3d3d3d;
}

.b-form-block__wrapper {
	padding: 0;
}

.b-form-block__wrapper>*+* {
	margin-top: 35px;
}

.b-form-block .b-form-block__wrapper .main-title {
	font-size: 1.6em;
}

@media only screen and (max-width: 699px) {
	.b-form-block .b-form-block__wrapper .main-title,
	.b-form-block .b-form-block__wrapper p {
		padding: 0 6px;
	}
}

.form {
	padding: 15px 27px 35px;
	background: #afc7ff;
}

.form-filter-calend {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form-filter-calend .form-head>*:last-child {
	text-align: left;
}

.form-filter-calend .form-head .form__title {
	font-size: 1.2em;
}

.form-head {
	margin-bottom: 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
}
.available-online {
	margin-left: auto;
}
.available-online label {
	display: inline-flex;
	position: relative;
	padding-left: 24px;
}
.available-online input {
	width: 17px;
	height: 17px;
	margin-right: 15px;
}

/* The container */
.available-online {
	display: block;
	position: relative;
	margin-bottom: 12px;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.available-online input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 2px;
	left: 0;
	height: 17px;
	width: 17px;
	border-radius: 2px;
	background-color: #f8f8fa;
}

/* On mouse-over, add a grey background color */
.available-online:hover input ~ .checkmark {
}

/* When the checkbox is checked, add a blue background */
.available-online input:checked ~ .checkmark {
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.available-online input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.available-online .checkmark:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid #9dc235;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.form__title {
	padding-right: 35px;
	font-size: 1.3em;
}

@media only screen and (max-width: 699px) {
	.form-head {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		flex-direction: column;
	}
	.form__title {
		padding: 0;
	}
	.form-head:nth-child(2) {
		-ms-flex-order: 3;
		order: 3;
		margin-bottom: 0;
		margin-top: 40px;
	}
}

.filter-reset {
	cursor: pointer;
	color: #262626;
}

.form-head>* {
	margin: 0;
}

.form-head>*:last-child {
	cursor: pointer;
	flex-grow: 2;
	text-align: right;
}

.form-select {
	display: flex;
	justify-content: space-between;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.select {
	padding: 13px 13px 13px 22px;
	position: relative;
	width: 254px;
	border-radius: 20px;
	background: #fff;
	display: inline-flex;
	align-items: center;
	position: relative;
}

.select:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	display: block;
	width: 10px;
	height: 10px;
	border-left: 3px solid #afc7ff;
	border-bottom: 3px solid #afc7ff;
	transform: rotate(-45deg) translateY(-60%);
}

.select:hover:before {
	cursor: pointer;
}

.select+.select {
	margin: 0;
	margin-left: 15px;
}

.select__title {}

.select-list {
	margin: 0;
	padding: 13px 0;
	position: absolute;
	display: none;
	z-index: 1;
	max-height: 228px;
	top: 100%;
	left: 0;
	right: 0;
	list-style: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: auto;
	background: #fff;
}

.select select {
	border: none;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearence: none;
}

.select select:focus {
	outline: none;
}

.select option {
	background: rgba(207, 201, 201, 0.36);
	line-height: 44px;
	height: 44px;
	display: block;
}

.select-list label {
	width: 100%;
	display: block;
}

.select-list label input {
	display: none;
}

.select:hover {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.select>*:only-child:hover {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.select:hover .select-list {
	display: block;
}

.select-list__item {
	padding: 11px 0;
	padding: 11px 13px 11px 22px;
	cursor: pointer;
}

.select-list__item:hover {
	/* display: block; */
	background: rgba(207, 201, 201, 0.36);
}

.card-wrapper {
	font-family: 'RobotoCondensedRegular';
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media only screen and (max-width: 499px) {
	.card-wrapper {
		padding: 0 15px;
	}
}

.card-wrapper>* {
	margin: 0;
	margin-bottom: 20px;
}

.card {
	padding: 30px;
	padding-right: 90px;
	width: 49%;
	background: #f8f8f8;
}

@media screen and (max-width: 992px) {
	.card {
		padding-right: 30px;
	}
}
@media only screen and (max-width: 699px) {
	.card {
		width: 100%;
	}
}

.card--img {
	padding: 0;
	/* padding-right: 90px; */
	width: 100%;
	display: flex;
}

.card__block {
	display: inline-block;
}

.card__block-img {
    text-align: center;
	margin: auto;
    min-width: 221px;
	display: inline-flex;
}

.card__block-img img {
	background-size: contain;
	max-width: 221px;
	height: auto;
	width: 100%;
}

.card__block-content {
	padding: 25px 90px 25px 40px;
	width: calc(100% - 221px);
}
@media screen and (max-width: 992px) {
	.card__block-content {
		padding: 25px 30px 25px 30px;
		width: auto;
	}
	.card__block-img {
	}
	.card__block-img img {

	}
}

.card__date {
	font-size: 16px;
	color: #898989;
}

.card__title {
	font-size: 21px;
	color: #3d3d3d;
}

.card__content {
	margin-bottom: 30px;
	color: #3d3d3d;
}

.card__region {
	font-size: 16px;
	color: #898989;
}

.card__title + .card__region {
	margin-bottom: 15px;
}

.card__region__region {
	display: block;
	color: #f5a85f;
}

.card__region__region--inline {
	display: inline-block;
}

.card__more {
	font-size: 21px;
	line-height: 1;
	color: #f5a85f;
	text-decoration: none;
	border-bottom: 2px solid #f5a85f;
}

.card-open>* {
	font-size: 16px;
	color: #3d3d3d;
}

@media only screen and (max-width: 699px) {
	.card-open {
		padding: 0 20px;
	}
	.card-open .wrap {
		display: block;
	}
	.card-open .wrap .card-open-list {
		margin-left: 0;
	}
}

.card-open>*:last-child {
	margin-bottom: 50px;
}

.card-open__img {
	height: 238px;
}

.card-open__img img {
	height: 100%;
}

@media only screen and (max-width: 699px) {
	.card-open__img img {
		height: auto;
		width: 100%;
	}
	.card-open__img {
		height: auto;
	}
}

.card-open__title {
	font-size: 23px;
}

.wrap {
	display: flex;
}

.wrap .card-open-list {
	margin-left: 55px;
	display: flex;
	flex-direction: column;
	justify-content: start;
}

.card-open-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.card-open-list__item {
	font-family: 'RobotoCondensedBold';
	margin-bottom: 11px;
}
.card-open-list__item:last-child {
	margin-bottom: 0;
}

.card-open__desc {
	font-family: 'RobotoCondensedBold';
	margin-top: 30px;
}

.card-open>*:last-child {
	margin-top: 30px;
}

.card-open span {
	color: #f5a85f;
}
/* calendar */

.calend {
	padding: 0px 20px 20px;
	width: 100%;
	height: 250px;
	background: #fff;
}

.month {
	font-size: 1.3em;
	font-family: 'RobotoCondensedRegular';
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.month__btn {
	position: relative;
	cursor: pointer;
	background: transparent;
	outline: 0;
	border: none medium;
}

.month__btn::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.month__btn--l::before {
	left: 50%;
	border-left: 2px solid #3d3d3d;
	border-top: 2px solid #3d3d3d;
}

.month__btn--r::before {
	right: 50%;
	border-right: 2px solid #3d3d3d;
	border-bottom: 2px solid #3d3d3d;
}

#cal table {
	background: #ffffff;
	border-collapse: inherit;
}

#cal td {
	color: #3d3d5a;
	width: 30px;
	height: 30px;
	line-height: 1;
	text-align: center;
	border: 2px solid #fff;
	cursor: default;
}

.curr td:not(.nil) {
	background: #f1f1f3;
}
/*  */

#days td {
	height: 26px;
	line-height: 26px;
	font-family: 'RobotoCondensedRegular';
	text-transform: none;
	font-size: 11px;
	color: #3d3d5a;
	font-weight: bold;
}

#days td:not(:last-child) {
	/* border-right: 1px solid #211d1d; */
}

#cal #cal-frame td:not(.nil):hover {
	color: #fff;
	text-shadow: #ffac6a 0px -1px;
	background: #ffac6a;
	-moz-box-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px;
}

#cal-frame .curr {
	font-size: 12px;
	font-family: 'RobotoCondensedRegular';
}

#cal-frame .curr .event {
	background: #ffac6a;
	position: relative;
}

.event span {
	background: rgba(9, 9, 9);
	border: 1px solid #211d1d;
	color: #f8f8f8;
	display: none;
	padding: 5px;
	width: 150px;
	font-family: 'RobotoCondensedRegular';
	font-size: 8px;
	text-transform: uppercase;
	font-weight: bold;
	leter-spacing: 2px;
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 100;
	text-align: center;
}

.event:hover span {
	display: inline;
}

.curr .doble {
	font-size: 10px;
}
/* end calendar */

@media screen and (max-width: 992px) {
	.card--img {
		display: block;
	}
	.card__block-img {
		width: 100%;
		display: block;
	}
}

@media screen and (max-width: 640px) {
	.form-select {
		flex-direction: column;
	}
	.select {
		margin: 0 auto;
	}
	.select+.select {
		margin-left: 0;
		margin: 0 auto;
		margin-top: 15px;
	}
}
/* end calend */
/* jquery datepick */
.select-calend {
	padding-left: 0;
}
.select-calend.active {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.calend-data-select__input {
	border: none;
	font-size: 16px;
	font-family: 'RobotoCondensedRegular';
	background: none;
	padding-left: 22px;
}
.calend-data-select__input::placeholder {
	font-size: 16px;
	color: #3d3d3d;
	font-family: 'RobotoCondensedRegular';
}
.datepick-popup {
	z-index: 99;
}
.datepick {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.datepick th {
	height: 26px;
	line-height: 26px;
	font-family: 'RobotoCondensedRegular';
	text-transform: none;
	font-size: 11px;
	color: #3d3d5a;
	font-weight: bold;
}
.datepick table {
	color: #3d3d5a;
	border-collapse: separate;
	margin: auto;
}
.datepick td {
	line-height: 1;
	padding: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	border: 2px solid #fff;
	cursor: default;
}
.datepick table td:not(.nil) {
	background: #f1f1f3;
}
.datepick table td a {
	border: none !important;
	display: block;
	color: #3d3d5a !important;
	height: 100%;
	font-size: 12px;
	line-height: 24px;
	border-radius: 0 !important;
	text-decoration: none;
}
.datepick table td a:hover {
	background-color: #ffac6a !important;
	color: white !important;
}
.datepick.ui-widget-content .ui-state-active {
	text-shadow: #ffac6a 0px -1px;
	background-color: #ffac6a !important;
}
.datepick.ui-datepicker {
	background-color: #fff;
}

.datepick {
	padding: 13px 20px 20px;
	width: 100%;
	height: auto;
	min-height: 260px;
	background: #fff;
	z-index: 999;
	max-width: 214px;
	border: none;
}
@media only screen and (max-width: 1250px) and (min-width: 1000px) {
	.datepick {
		max-width: 95%;
		left: 0 !important;
	}
}
@media only screen and (max-width: 890px) and (min-width: 640px) {
	.datepick {
		max-width: 95%;
		left: 0 !important;
	}
}
.datepick-nav {
	font-size: 1.3em;
	font-family: 'RobotoCondensedRegular';
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.datepick-cmd {
	display: block;
}
.datepick-cmd::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}
.datepick-cmd-next,
.datepick-cmd-prev {
	position: relative;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	outline: 0;
	border: none medium;
	display: block;
}
.datepick-cmd-next::before {
	right: 50%;
	border-right: 2px solid #3d3d3d;
	border-bottom: 2px solid #3d3d3d;
}
.datepick-cmd-prev::before {
	left: 50%;
	border-left: 2px solid #3d3d3d;
	border-top: 2px solid #3d3d3d;
}
.datepick-nav {
	position: relative;
}
.datepick-cmd-today {
	font-size: 1.3em;
	font-family: 'RobotoCondensedRegular';
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #3d3d3d;
	text-decoration: none;
}
.datepick-selected {
	color: #fff;
	text-shadow: #ffac6a 0px -1px;
	background: #ffac6a;
	-moz-box-shadow: 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px;
}
.datepick-ctrl {
	font-size: 0.7em;
	font-family: 'RobotoCondensedRegular';
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.datepick-ctrl a {
	color: #3d3d3d;
	text-decoration: none;
}
.datepick-other-month {}
.datepick-month-header {
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.datepick-month-header select {
	 border: none;
 }
/*datepick-cmd-prev*/

.b-scroll-border{
	width: 100%;
	border: 1px solid #e7edef;
	border-top: none;
	box-sizing: border-box;
}
.width-free{
	width:100%;
	box-sizing: border-box;
}
.zapis__col_left .btn_blue{
	pointer-events: none;
}
.color-red{
	color:#f10000;
}
.is-disabled{
	opacity: 0.5;
}