table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}

.wholesale-supplies__wrap {
	padding: 30px;
	background: linear-gradient(90deg, #182C4F 0%, #4E70C4 100%);
	border-radius: 12px;
	max-width: 1820px;
	margin: 0 auto 70px;
}
.wholesale-supplies__inner {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.wholesale-supplies__left {
	color: #fff;
	text-transform: uppercase;
	max-width: 740px;
	flex: 1;
}
.wholesale-supplies__left * {
	color: #ffff;
}
.wholesale-supplies__title-top {
	font-size: 58px;
	line-height: 120%;
	font-weight: 600;
	margin: 0 0 33px;
}
.wholesale-supplies__title-mid {
	font-size: 76px;
	font-weight: 200;
	line-height: 100%;
	border-top: #A6C7EB 3px solid;
	border-bottom: #A6C7EB 3px solid;
	padding: 30px 0;
	margin: 0 0 33px;
	max-width: 635px;
}
.wholesale-supplies__title-mid span {
	display: block;
	color: #A6C7EB;
}
.wholesale-supplies__title-bot {
	font-size: 32px;
	line-height: 120%;
	font-weight: 500;
}
.wholesale-supplies__right {
	flex: 1;
	max-width: 725px;
	padding: 0 0 0 20px;
}
.wholesale-supplies__form {
	padding: 50px;
	background: #fff;
	border-radius: 12px;
	height: 100%;
}
.wholesale-supplies__form-title {
	font-size: 30px;
	line-height: 120%;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 22px;
}
.wholesale-supplies__form-title span {
	color: #4E70C4;
}
.wholesale-supplies__form-title span:last-child {
	display: block;
	margin: 10px 0 0;
}
.wholesale-supplies__input-wrap {
	margin: 0 0 10px;
}
.wholesale-supplies__input-wrap input {
	width: 100%;
	height: 50px;
	border: #E6EDF2 1px solid;
	border-radius: 6px;
	padding: 0 23px;
	font-size: 18px;
	font-weight: 300;
}
.wholesale-supplies__input-wrap input::placeholder {
	color: #77859D !important;
}
.wholesale-supplies__input-wrap select {
	position: relative;
	border: none;
	outline: none;
	background: none;
	color: #77859D;
	font-size: 18px;
	font-weight: 300;
	/* appearance: none; */
}
.wholesale-supplies__input-wrap span {
	color: #77859D;
	font-size: 18px;
	font-weight: 300;
}
.checkbox-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 22px;
}
.checkbox-label input {
    opacity: 0;
    position: absolute;
    left: 6px;
	width: 10px;
	height: 10px;
}
.styled-checkbox {
    flex: none;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: #E6EDF2 1px solid;
    background: #fff;
    cursor: pointer;
    margin: 0 12px 0 0;
}
.checkbox-label a {
    color: #4E70C4;
    text-decoration: underline;
}
input:checked + .styled-checkbox {
    background: #fff url(/local/templates/webreforma/i/arrow-filter.svg) no-repeat center;
}
.wholesale-supplies__btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0 23px;
}
.wholesale-supplies__submit {
	cursor: pointer;
    transition: all ease .2s;
    flex: none;
    align-self: flex-start;
    border-radius: 50px;
    border: #4E70C4 4px solid;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 15px 20px 13px;
    background: transparent;
}
.wholesale-supplies__hint {
	font-size: 14px;
}
.wholesale-supplies__result {
	height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
	font-size: 18px;
	font-weight: 300;
}

@media (max-width: 1024px) {
	.wholesale-supplies__title-top {
		font-size: 38px;
	}
	.wholesale-supplies__title-mid {
		font-size: 56px;
	}
	.wholesale-supplies__title-bot {
		font-size: 22px;
	}
	.wholesale-supplies__inner {
		display: block;
	}
	.wholesale-supplies__left, .wholesale-supplies__title-mid {
		max-width: none;
	}
	.wholesale-supplies__left br {
		display: none;
	}
	.wholesale-supplies__title-mid span {
		display: inline-block;
	}
	.wholesale-supplies__right {
		max-width: none;
		padding: 0;
		margin: 30px 0 0;
	}
}
@media (max-width: 767px) {
	.wholesale-supplies__container {
		display: none;
	}
}