.jcfForm * {margin: 0;padding: 0;border: 0;vertical-align: baseline;color: inherit;font: inherit;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-ms-text-size-adjust: 100%;text-size-adjust: 100%;outline: none;-webkit-box-sizing: border-box;box-sizing: border-box;}.jcfForm *:before,.jcfForm *:after {-webkit-box-sizing: inherit;box-sizing: inherit;}.jcfForm form,.jcfForm fieldset {margin: 0;padding: 0;border-style: none;}.jcfForm select {-webkit-border-radius: 0;}.jcfForm textarea {resize: vertical;vertical-align: top;}.jcfForm button,.jcfForm input[type='button'],.jcfForm input[type='reset'],.jcfForm input[type='file'],.jcfForm input[type='submit'] {cursor: pointer;-webkit-appearance: button; /* for input */-webkit-user-select: none; /* for button */-moz-user-select: none;-ms-user-select: none;}.jcfForm input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px white inset;}.jcfForm input::-moz-focus-inner,.jcfForm button::-moz-focus-inner {border: 0;padding: 0;}.jcfForm button[type=submit] {white-space: nowrap;}/*
All right reserved to: Jan Cejka <posta@jancejka.cz>, http://jancejka.cz
*//*
 	Author     : Matus Garay
*/.jcfForm .form-error {display: block;color: #ff0000;font-size: 13px;padding-top: 5px;}.jcfForm .jcfForm__fieldset {position: relative;margin-top: 10px;margin-bottom: 10px;border: 0;padding: 40px 0 20px;}.jcfForm .jcfForm__legend {margin-left: -10px;padding: 4px 10px;color: #757575;font-size: 14px;letter-spacing: 1px;text-transform: uppercase;}.jcfForm .jcfForm__group {position: relative;margin-bottom: 20px;}.jcfForm .jcfForm__label {display: block;margin-bottom: 5px;color: #757575;font-size: 13px;font-weight: 600;letter-spacing: .3px;}.jcfForm .jcfForm__control {width: 100%;height: 50px;border-radius: 0;border: 1px solid #e0e0e0;padding: 10px 15px;font-size: 14px;}.jcfForm .jcfForm__control::-webkit-input-placeholder {color: #bdbdbd;font-style: italic;}.jcfForm .jcfForm__control::-moz-placeholder {opacity: 1;color: #bdbdbd;font-style: italic;}.jcfForm .jcfForm__control:-moz-placeholder {color: #bdbdbd;font-style: italic;}.jcfForm .jcfForm__control:-ms-input-placeholder {color: #bdbdbd;font-style: italic;}.jcfForm .jcfForm__control.placeholder {color: #bdbdbd;font-style: italic;}.jcfForm .jcfForm__checkbox {display: block;position: relative;padding-left: 35px;cursor: pointer;min-height: 25px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;vertical-align: middle;}.jcfForm .jcfForm__checkbox__label {vertical-align: middle;display: inline-block;margin-bottom: 0;}.jcfForm .jcfForm__checkbox__input {position: absolute;left: 0;top: 0;opacity: 0;cursor: pointer;}.jcfForm .jcfForm__checkbox__input:checked ~ .jcfForm__checkbox__checkmark:after {display: block;}.jcfForm .jcfForm__checkbox__checkmark {position: absolute;top: -2px;left: 0;height: 25px;width: 25px;border: 1px solid #e0e0e0;}.jcfForm .jcfForm__checkbox__checkmark::after {content: "";display: none;position: absolute;left: 8px;top: 4px;width: 7px;height: 12px;border: solid #757575;border-width: 0 2px 2px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}.jcfForm .jcfForm__checkbox.disabled .jcfForm__checkbox__checkmark:after {border-color: #e0e0e0;}.jcfForm .jcfForm__price {position: absolute;right: 0;top: 0;letter-spacing: 0;color: #757575;font-size: 14px;font-weight: 600;}.jcfForm .jcfForm__price + .jcfForm__label,.jcfForm .jcfForm__price + .jcfForm__checkbox {margin-right: 70px;}.jcfForm .jcfForm__help-block {display: block;color: #757575;font-size: 13px;font-weight: normal;}.jcfForm .jcfForm__radioGroup {padding-top: 20px;}.jcfForm .jcfForm__radio {display: block;position: relative;padding-left: 35px;margin-bottom: 12px;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}.jcfForm .jcfForm__radio__input {position: absolute;left: 0;top: 0;opacity: 0;}.jcfForm .jcfForm__radio__input:checked ~ .jcfForm__radio__checkmark:after {display: block;}.jcfForm .jcfForm__radio__checkmark {position: absolute;top: 0;left: 0;height: 24px;width: 24px;border: 1px solid #e0e0e0;border-radius: 50%;}.jcfForm .jcfForm__radio__checkmark::after {content: "";position: absolute;top: 6px;left: 6px;width: 10px;height: 10px;border-radius: 50%;background: #757575;display: none;}.jcfForm .jcfForm__paygate {font-size: 13px;font-weight: 600;}.jcfForm .jcfForm__paygate em {display: block;font-weight: normal;}.jcfForm .jcfForm__group-title {margin-bottom: 20px;color: #757575;font-weight: 600;font-size: 15px;}.jcfForm .jcfForm__select {z-index: 2;position: relative;width: 100%;height: 50px;margin: 0;border-radius: 0;border: 1px solid #e0e0e0;overflow: hidden;background-color: transparent;}.jcfForm .jcfForm__select--currency {max-width: 70px;}.jcfForm .jcfForm__select::after {z-index: -1;content: "";position: absolute;top: 50%;right: 16px;display: block;width: 0;height: 0;border-left: 4px solid transparent;border-right: 4px solid transparent;border-top: 5px solid #757575;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);}.jcfForm .jcfForm__select select {padding: 10px 15px;width: 100%;height: 100%;border: none;-webkit-box-shadow: none;box-shadow: none;background-color: transparent;background-image: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;font-size: 14px;}.jcfForm .jcfForm__select select:focus {outline: none;}.jcfForm .jcfForm__freePrice {position: relative;margin-right: 40px;}.jcfForm .jcfForm__freePrice__currency {position: absolute;left: calc(100% + 10px);top: 16px;color: #757575;font-size: 13px;}.jcfForm .jcfForm__submit {padding: 12px 30px;color: #fff;background-color: #000;}.jcfForm .intl-tel-input {display: block;}.jcfForm .intl-tel-input .selected-flag {padding-left: 17px;}.jcfForm .intl-tel-input.allow-dropdown input,.jcfForm .intl-tel-input.allow-dropdown input[type=text],.jcfForm .intl-tel-input.allow-dropdown input[type=tel],.jcfForm .intl-tel-input.separate-dial-code input,.jcfForm .intl-tel-input.separate-dial-code input[type=text],.jcfForm .intl-tel-input.separate-dial-code input[type=tel] {padding-right: 8px;padding-left: 66px;}.jcfForm .intl-tel-input.allow-dropdown .selected-flag,.jcfForm .intl-tel-input.separate-dial-code .selected-flag {width: 58px;}.jcfForm .intl-tel-input .country-list {list-style: none !important;padding: 0 !important;margin: 0 0 0 -1px !important;}.h-text--right {text-align: right;}@media screen and (min-width: 544px) {.jcfForm .jcfForm__fieldset {border: 1px solid #e0e0e0;padding: 40px;margin-bottom: 30px;}.jcfForm .jcfForm__price {font-size: 18px;}.jcfForm .jcfForm__price + .jcfForm__label,.jcfForm .jcfForm__price + .jcfForm__checkbox {margin-right: 100px;}}@media screen and (max-width: 543px) {.jcfForm .jcfForm__legend {background-color: #fff;}.jcfForm .jcfForm__legend::after {content: " ";z-index: -1;position: absolute;left: 0;right: 0;top: 14px;display: block;height: 1px;background-color: #e0e0e0;}}

/*# sourceMappingURL=style.css.map */
