.fancybox-content .js-form-ajax {
	max-width: 600px;
}

.fancybox-content .js-form-ajax.wide {
	max-width: 1024px;
	padding: 60px 25px 25px;
}

.form-title {
	font-size: 2rem;
	margin-bottom: 15px;
}

.form-desc {
	margin-bottom: 15px;
	font-weight: bold;
}

.form-group-title {
	font-size: 18px;
	line-height: 21px;
	color: #0071BB;
	margin: 25px 0 20px;
}

.form-group-title span {
	color: #C4C4C4;
}

.form-top-fix {
	margin-top: -8px;
}

.feed-trick {
	display: none;
}

.fancybox-content {
	padding: 0 !important;
}

.feed-form-checkbox,
.feed-form-radio {
	display: none;
}

.feed-form-checkbox + .feed-form-label-checkbox {
	cursor: pointer;
	margin: -3px 5px 0 0;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	position: relative;
}

.feed-form-checkbox + .feed-form-label-checkbox:before {
	width: 0;
}

.feed-form-checkbox:checked + .feed-form-label-checkbox:before {
	content: '\2713\0020';
	position: absolute;
	top: -2px;
	left: 2px;
	color: #0072bc;
}

.feed-form-radio + .feed-form-label-radio {
	position: relative;
	padding-left: 25px;
	color: #C4C4C4;
	cursor: pointer;
}

.feed-form-radio + .feed-form-label-radio:before {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #DDEDFF;
	position: absolute;
	left: 0;
	top: 2px;
	z-index: 1;
}

.feed-form-radio:checked + .feed-form-label-radio {
	color: #485460;
}

.feed-form-radio:checked + .feed-form-label-radio:after {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #1B9CFC;
	position: absolute;
	left: 3px;
	top: 5px;
	z-index: 2;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 3px solid transparent;
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: relative;
}

[data-shift].btn {
  background-color: unset;
  border-radius: 0;
  text-transform: inherit;
  padding: 0.5rem 2rem;
}

[data-shift].btn:after {
  color: #485460;
}

[data-shift].btn:hover:after {
  color: #63E9FF;
}

.stock-bn-slider-wrapper .privacy-policy {
  font-size: 12px;
  line-height: 1;
}
.stock-bn-bottom .form {
  padding-top: 14px;
}


@media (max-width: 767px) {
	
	.form-title {
		font-size: 1.6rem;
	}
	
}
#quest #zapis .btn-primary:disabled{
	background: transparent;
	color: #485460;
	border-color: #63E9FF;
}
#zapis .btn-feedback:disabled{
	background: #fff !important;
}
#zapis .btn-feedback:disabled span{
	color: #000;
	opacity: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#zapis .btn-feedback:disabled:after{
	content: attr(data-shift);
	position: absolute;
	padding: 0 1rem;
	background-color: #fff;
	bottom: -1rem;
	right: 1rem;
	color: #000;
}
#zapis .btn-feedback:disabled:hover:after{
	background: none;
	width: 100%;
	height: initial;
}
body .form-modal-answer{
    text-align: left;
    padding-top: 30px;
    align-items: flex-start;
}