/* 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: 16px 18px;
    border: 0;
    border-radius: 6px;
    color: #063851;
    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: #063851;
}

:-moz-placeholder {
    font-weight: 300;
    color: #063851;
}

::-moz-placeholder {
    font-weight: 300;
    color: #063851;
}

:-ms-input-placeholder {
    font-weight: 300;
    color: #063851;
}


.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/star.svg);
}

.valid {
    background-image: url(../img/valid.svg);
}

.error {
    border-color: #cc1d1d;
    color: #c41212;
}
.field.error {
    background-color: #fef6f6;
}
[required].error {
    background-image: url(../img/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 {
    height: 53px;
}

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: 25px;
    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;
}

.formBtn {
    width: 230px;
}

.btn-custom {
    line-height: 46px;
    border: 2px solid #063851;
    background: #fff;
    color: #063851;
}

.field {
    width: 100%;
}
.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: url(../img/icons/calendar-blue.svg) right 10px center no-repeat;
}
.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-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: right;
}
.label-chk {
    margin-right: 10px;
}
.orderForm-label {
    display: block;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 300;
    color: #323b50;
}
.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-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 {
    min-width: 210px;
}
[required].error {
    background-image: url(../img/icons/star-error.svg);
}
.error {
    border-color: #cc1d1d;
}








.form-flex {
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0;
}
.form-flex li {
	display: inline-block;
	padding: 5px 0;
	height: 50px;
	list-style: none;
}
.form-flex-max-cell {
	width: 40%;
	text-align: left;
	vertical-align: middle;
}
.form-flex-min-cell {
	width: 15%;
}
.form-flex-min-cell input {
	display: none;
}
.form-flex-min-cell input + label {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/checkbox-empty-h50.png) center no-repeat;
	cursor: pointer;
}
.form-flex-min-cell input:checked + label {
	background: url(../img/checkbox-checked-h50.png) center no-repeat;
}
.form-flex-3combo-cell {
	width: 60%;
	text-align: center;
}
.form-flex-3combo-cell textarea {
	width: 75%;
	height: 55px;
	margin-top: 5px;
	color: #ffffff;
	font-size: 1.2em;
	border: #ffffff solid 2px;
	background-color: transparent;
}
.form-flex-title {
	text-align: center;
	height: auto !important;
}
@media (max-width: 750px) {
	.form-flex-max-cell {
		width: 100%;
		padding-top: 20px !important;
		height: auto !important;
	}
	.form-flex-min-cell {
		width: 25%;
	}
	.form-flex-title {
		border-bottom: #ffffff solid 1px;
	}
	.form-flex-3combo-cell {
		width: 100%;
	}
}

.form-table {
	margin-bottom: 10px;
}
.form-table td {
	height: 50px;
	text-align: left;
	vertical-align: middle;
	border: 0;
}
.form-table tr td:first-child {
    width: calc(85% - 20px);
    padding-left: 20px;
}
.form-table tr td:last-child {
	width: 15%;
	text-align: center;
}
@media (max-width: 750px) {
	.form-table tr td:first-child {
		width: 75%;
	}
	.form-table tr td:last-child {
		width: 25%;
		text-align: center;
	}
}
.form-table td input[type="radio"] {
	display: none;
}
.form-table td input + label {
	display: block;
	height: 100%;
	background: url(../img/checkbox-empty-h50.png) center no-repeat;
	cursor: pointer;
}
.form-table td input:checked + label {
	background: url(../img/checkbox-checked-h50.png) center no-repeat;
}
.form-table textarea {
	width: calc(100% - 10px);
	height: 55px;
	margin-top: -15px;
	margin-bottom: 50px;
	color: #ffffff;
	font-size: 1.2em;
	border: #ffffff solid 2px;	/* 002957 */
	background-color: transparent;
}
@media (max-width: 600px) {
	.form-table textarea {
		width: 100%;
	}
}
@media (max-width: 700px) {
	.product-list li {
		width: 100%;
	}
}

#phone-container {
	position: relative;
}
#phone-container input {
	padding-left: 65px;
}
#phone-container span {
	position: absolute;
	top: 17px;
	left: 20px;
	display: inline-block;
	color: #002957;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #ffffff;
}
.form-agrees {
	padding-left: 0;
}
.form-agrees li {
	list-style: none;
}
.checkbox-input {
	cursor: pointer;
}
.form-agrees-label {
	position: relative;
	top: -20px;
	left: 10px;
}
.form-agrees-label span {
	text-align: left !important;
}

