/* Tables */
table {
    width: 100%;
}
th, td {
    padding: 5px;
    border: 1px solid #ccc;
}

/* Forms */
input,
select,
textarea,
button {
    font: normal 16px/18px Roboto, Helvetica, 'Bitstream Vera Sans', Arial, sans-serif;
    font-weight: 500;
    box-sizing: border-box;
}

input,
select,
textarea {
    margin: 0;
    padding: 9px 18px;
/*    border: 1px solid #f99001;	*/
    border-radius: 12px;
    color: #063851;
	font-size: 1em;
    background-position: right 12px center;
    background-repeat: no-repeat;
}
textarea {
    background-position: right 12px top 21px;
}

fieldset {
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.textareaRowspan {
    height: 137px;
}

::-webkit-input-placeholder {
    font-weight: 300;
    color: #172f57;
}
:-moz-placeholder {
    font-weight: 300;
    color: #172f57;
}
::-moz-placeholder {
    font-weight: 300;
    color: #172f57;
}
:-ms-input-placeholder {
    font-weight: 300;
    color: #172f57;
}
:focus::-webkit-input-placeholder {
    opacity: 0;
}
:focus:-moz-placeholder {
    opacity: 0;
}
:focus::-moz-placeholder {
    opacity: 0;
}
:focus:-ms-input-placeholder {
    opacity: 0;
}


.fieldInverse::-webkit-input-placeholder {
    color: #fff;
}

.fieldInverse:-moz-placeholder {
    color: #fff;
}

.fieldInverse::-moz-placeholder {
    color: #fff;
}

.fieldInverse:-ms-input-placeholder {
    color: #fff;
}


.select.customField,
.customField,
.select.disabled,
[disabled] {
    font-weight: 500;
    background-color: #f8f9fb;
    border-color: #d1d1d1;
}
[required] {
    background-image: url(../img/icons/star.svg);
}

[disabled] {
	display: none;
}

.valid {
    background-image: url(../img/icons/valid.svg);
}

.error {
    border-color: #cc1d1d;
    color: #c41212;
}
.field.error {
    background-color: #fef6f6;
}
[required].error {
    background-image: url(../img/icons/star-error.svg);
}

.field-message {
    margin-top: 15px;
    font-size: 16px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-clear-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

input,
select {
}

button,
input[type='submit'] {
    overflow: visible; /*IE*/
    cursor: pointer;
    -webkit-appearance: none;
}
.btn {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 0 27px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff;
    transition: all .3s;
}
.btn:after {
    transition: all .3s;
}

.btn.active {
    background-color: #fff;
}

.btnWhite {
    background: #fff;
    color: #001737;
}

.btn-primary {
    height: 53px;
    line-height: 53px;
    background: #063851;
    border-color: #063851;
    color: #fff;
}
.btn-secondary {
    background: #021119;
    border-color: #021119;
    color: #fff;
}

.btn-gold {
    background: #c9a04b;
    border-color: #c9a04b;
    color: #fff;
}

.btn-orange {
    background: #da8228;
    border-color: #da8228;
    color: #fff;
}
.btn-green {
    background: #7aab36;
    border-color: #fff;
    color: #fff;
}

.lottery-note .btn-orange {
	margin-bottom: 20px;
}
.lottery-note #deliveryOffice, .lottery-note #deliveryInput {
	width: 100%;
/*	width: calc(100% - 60px);
	margin-left: 60px; */
	font-weight: normal !important;
}

.formBtn {
    width: 230px;
}

.btn-custom {
    line-height: 46px;
    border: 2px solid #063851;
    background: #fff;
    color: #063851;
}

.field {
    width: 100%;
	color: #172f57;
	background-color: #ffffff; /* cfe1e7 */
}
.field:hover,
.field:focus {
    box-shadow: 0 0 4px 0 rgba(6, 56, 81, .5);
}
.fieldTitle {
    display: inline-block;
}
.fieldInverse {
    font-weight: 300;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.datepickerControl {
    background: #fff url(../img/icons/calendar-blue.svg) right 10px center no-repeat;
}
.participants {
    background: #fff url(../img/icons/order-user.svg) right 10px center no-repeat;
    background-size: 15px;
}
.fieldTime {
    padding-left: 10px;
    padding-right: 10px;
    width: 64px;
    text-align: center;
}
.select.fieldPeriod {
    width: 170px;
}
.select.period {
    width: 100%;
}
.select.period > .s-caption {
    left: 10px;
}
.street {
    width: 68.7%;
}
.street2 {
    width: 60.7%;
}
.street-nr {
    width: 27%;
}
.street-nr2 {
    width: 35%;
}
.field-half {
    width: 48%;
}
.field-small {
    width: 26%;
}
.field-large {
    width: 70%;
}
@media (max-width: 639px) {
    .field-small {
        width: 100%;
    }
    .field-large {
        width: 100%;
        margin-top: 20px;
    }
}
.field-center {
    text-align: center;
}
.field-datepicker {
    width: 43%;
}
.field-time {
    width: 25%;
}
.field-comments {
    resize: vertical;
    height: 120px;
}
.code {
    width: 33%;
}
.codeLabel {
    width: 28%;
    text-align: center;
}

.full-width {
    width: 100%;
}

.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

.select {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 53px;
    line-height: 53px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    background: #fff url(../img/icons/select-arrow.svg) right 13px center no-repeat;
    border: 1px solid #063851;
    border-radius: 6px;
    color: #063851;
    box-sizing: border-box;
}
.s-caption {
    position: absolute;
    top: 0;
    left: 20px;
    right: 18px;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none;
}
.select > select {
    position: relative;
    vertical-align: top;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.select > select[required] + .s-caption {
    background: url(../img/icons/star.svg) right 23px top 21px no-repeat;
}

.label-info {
    display: block;
    margin: 7px 0 0 45px;
    font-size: 15px;
    text-align: left;
    color: #888;
}
.label-info a {
    color: #0d6fa0;
}

.formLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

/* Order form */
.orderForm {
    display: flex;
    background: #fff;
    box-shadow: 0 0 0 1px #f0f0f1;
}
.orderForm-col1 {
    padding: 28px 38px;
    width: 347px;
    flex-shrink: 0;
    border-right: 1px solid #e1e7ea;
}
.orderForm-col2 {
    flex-grow: 1;
    padding: 28px 38px;
}
.orderForm-col3 {
    flex-grow: 1;
}
.orderForm-col4 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.orderForm-img {
    margin: 50px 0 0;
    max-width: 100%;
}
.orderForm-top {
    margin: 4px 0 60px;
}
.orderForm-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #323b50;
}
.orderForm-title > strong {
    font-weight: 500;
}
.orderForm-fieldset {
    margin: 20px 0;
}
.orderForm-fieldset-checkbox {
    text-align: left;
}
.label-chk {
    margin-right: 10px;
}
.orderForm-label {
    display: block;
    margin-bottom: 10px;
	padding: 4px 0;
    font-size: 17px;
    font-weight: 300;
    color: #172f57;
}
.orderForm-fieldset-group {
    display: flex;
    justify-content: space-between;
}
.orderForm-side1 {
    width: 43%;
}
.orderForm-side2 {
    width: 43%;
}
.orderForm-blockTitle {
    margin-bottom: 31px;
    font-size: 17px;
}
.orderForm-radioLabel {
    display: inline-block;
    vertical-align: middle;
    line-height: 53px;
    font-size: 17px;
}
.orderForm-fieldset-radioSet .icon-bottle-large,
.orderForm-fieldset-radioSet .icon-bottle-large-full {
    margin-right: 7px;
    vertical-align: -10px;
}
.orderForm-fieldset-radioSet .icon-bottle-small,
.orderForm-fieldset-radioSet .icon-bottle-small-full {
    vertical-align: -6px;
}
.orderForm-fieldset-radioSet .field {
    margin-left: 12px;
}
.orderForm-fieldset-radioGroup {
    display: flex;
    justify-content: space-between;
}
.orderForm-fieldset-radioGroup input[type='radio'] + label input, .orderForm-fieldset-radioGroup input[type='radio'] + label select {
	display: none;
}
.orderForm-fieldset-radioGroup input[type='radio']:checked + label input, .orderForm-fieldset-radioGroup input[type='radio']:checked + label select {
	display: block;
}

.orderForm-fieldset-text {
    font-size: 17px;
}
.orderForm-action-info {
    float: left;
    margin-top: 20px;
    line-height: 53px;
    font-size: 17px;
    font-weight: 300;
    color: #323b50;
}
.orderForm-formActions {
    margin: 15px 0 75px;
}
.orderForm-formActions .btn {
    margin-top: 20px;
}
.orderForm-message {
    margin: 15px 0 -15px;
    font-size: 16px;
}

/* Form icons */
.icon-form-user {
    display: inline-block;
    vertical-align: -5px;
    margin-right: 10px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.icon-form-user {
    width: 22px;
    height: 27px;
    background-image: url(../img/icons/form-user.svg);
}

/* Custom */
.fieldTime {
    width: auto;
    max-width: 100%;
}
.cartForm-btn {
    width: 210px;
    min-width: 210px;
    margin: 0 auto;
    display: block;
}
.registration-btn {
	font-size: 20px;
    margin: 0 auto;
	padding: 0 40px;
    display: block;
}
[required].error {
    background-image: url(../img/icons/star-error.svg);
}
.error {
    border-color: #cc1d1d;
}

.checkbox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 31px;
    height: 31px;
}
.checkbox-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
}
.checkbox-indicator {
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    background-position: 140% 50%;
    border: 1px solid #15445b;
    border-radius: 6px;
    pointer-events: none;
}
.checkbox-input:checked + .checkbox-indicator {
    background-image: url(../img/icons/valid.svg);
}

.checkbox-with-label {
    float: left;
}

/* NEW 2018-03-08 */

.orderForm-fieldset-products {
	display: -webkit-flex; 
	-webkit-justify-content: center;
	-webkit-flex-flow: row wrap;
	-webkit-align-content: stretch;
    display: flex;
    justify-content: center;
	flex-flow: row wrap;
	align-content: stretch;
}
.product-block {
	width: 210px;
	height: 420px;
	margin: 10px;
	padding: 5px;
	text-align: center;
	border: #b4d35e solid 2px;
	border-radius: 7px;
	background-color: #eff8fa; /* cfe1e7 */
}
.product-block .orderForm-label {
	color: #172f57;
	font-size: 14px;
	font-weight: bold;
}
.product-choise-line {
	display: block;
	width: 140px;
	height: 30px;
	margin-left: 50px;
}
.product-choise-label {
    display: block;
    margin: 7px 0 7px 50px;
	padding-top: 7px;
	color: #172f57;
    font-size: 15px;
    text-align: left;
	cursor: pointer;
}
.product-block .orderForm-label {
	text-align: center;
}
.confirmation-line {
	color: #fff;
}
.bonus-radioField {
	max-width: 40px;
	max-height: 40px;
	margin-right: 20px;
}
.bonus-radioLabel {
	width: 100%;
	line-height: 40px;
}
.winnerTable {
	width: 100%;
	border-collapse: collapse;
}
.winnerTable td {
	padiing: 5px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
}
.winnerHeader {
	font-weight: bold;
}
.winnerTable input[type=radio] {
	height: 20px !important;
	margin: 0;
}

/* 11-2019 */

#toOffice ~ label p , #toAddress ~ label p {
	margin-top: 10px;
}

/* 11-2020 */

#receipt-question {
	display: none;
}
.receipt-text {
	color: #a4cb3c;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	cursor: pointer;
}
.receipt-window {
	display: none;
	position: absolute;
	padding: 30px;
	border-radius: 7px;
	background-color: rgba(1,117,192,0.8);
	z-index: 10;
}
#receipt-question:checked ~ label .receipt-window {
	display: block;
}
.receipt-window span {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.receipt-window span img {
	width: 100%;
	height: 100%;
}

