* ::-webkit-input-placeholder {
	font-family: 'Merriweather', serif;
	color: #ccc;
	opacity: 1;
	font-size: 16px;
}

* ::-moz-placeholder {
	font-family: 'Merriweather', serif;
	color: #ccc;
	opacity: 1;
	font-size: 16x;
}

* :-moz-placeholder {
	font-family: 'Merriweather', serif;
	color: #ccc;
	opacity: 1;
	font-size: 16px;
}

* :-ms-input-placeholder{
	font-family: 'Merriweather', serif;
	color: #ccc;
	opacity: 1;
	font-size: 16px;
}

.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 20px;
	height: 20px;
	margin: 0 4px 0 0;
	border: 1px solid #E8E8E8;
	background: #fff;
	box-shadow: none;
	cursor: pointer;
	-webkit-transition: border-color 0.15s ease-in-out;
	-moz-transition: border-color 0.15s ease-in-out;
	-ms-transition: border-color 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out;
}

.jq-checkbox:hover,
.jq-radio:hover {border-color: #D0021B;}

.jq-checkbox.disabled,
.jq-radio.disabled {opacity: .55; cursor: default;}

.jq-checkbox.disabled:hover,
.jq-radio.disabled:hover {border-color: #E8E8E8; cursor: default;}

.jq-checkbox.checked .jq-checkbox__div {
	width: 12px;
	height: 7px;
	margin: 4px 0 0 3px;
	border-bottom: 2px solid #D0021B;
	border-left: 2px solid #D0021B;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}

.jq-checkbox.checked:hover {border-color: #B90112;}

.jq-checkbox.checked:hover .jq-checkbox__div {
	border-bottom: 2px solid #B90112;
	border-left: 2px solid #B90112;
}

.jq-radio {
	border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 4px 0 0 4px;
	border-radius: 50%;
	background: #D0021B;
	box-shadow: none;
}

.jq-radio.checked:hover .jq-radio__div {
	background: #B90112;
}

.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}

.jq-selectbox__select {
	height: 40px;
	padding: 0 45px 0 0;
	border: 0;
	border-radius: 0;
	min-width: 180px;
	background: #B90112;
	box-shadow: none;
	font-size: 14px;
	font-family: 'Merriweather', serif;
	line-height: 1;
	color: #fff;
	text-shadow: none;
	-webkit-transition: background 0.15s ease-in-out;
	-moz-transition: background 0.15s ease-in-out;
	-ms-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
}

.red-select .jq-selectbox__select {
	background: #fff!important;
	border: 1px solid #B90112!important;
	color: #1B1B1B!important;
	min-width: 140px!important;
	height: 34px!important;
}

.jq-selectbox__select:hover {
	background: #8B0000;
}

.red-select  .jq-selectbox__select:hover {background: #fff;}

.jq-selectbox__select:active {
	background: #8B0000;
	box-shadow: none;
}

.jq-selectbox.focused .jq-selectbox__select {border: 0;}
.red-select .jq-selectbox.focused .jq-selectbox__select {border: 1px solid #B90112;}

.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

.jq-selectbox__select-text {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-family: 'Merriweather', serif;
	line-height: 1;
	padding: 13px 0 12px 30px;
	min-width: 130px;
}

.red-select .jq-selectbox__select-text {
	color: #1B1B1B!important;
	min-width: 90px!important;
	padding: 9px 0 10px 15px!important;
	font-size: 14px!important;
}

.jq-selectbox .placeholder {
	color: #fff;
	font-size: 14px;
	font-family: 'Merriweather', serif;
	line-height: 1;
	padding: 13px 0 12px 30px;
}

.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
}

.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 15px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}

.red-select .jq-selectbox__trigger-arrow {border-color: #8B0000!important;; top: 11px!important;;}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {border-top-color: #fff;}
.red-select .jq-selectbox:hover .jq-selectbox__trigger-arrow {border-color: #8B0000;}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {border-top-color: #AAA;}

.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #B90112;
	border-top: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	font-size: 14px;
	font-family: 'Merriweather', serif;
	line-height: 1;
}

.dropup .jq-selectbox__dropdown {
	border-top: 1px solid #B90112;
	border-bottom: 0;
}

.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0!important;
	padding: 0!important;
}
.jq-selectbox li {
	min-height: 40px;
	padding: 13px 30px 11px!important;
	color: #231F20;
	margin: 0!important;
	line-height: 1;
}

.red-select .jq-selectbox li {
	min-height: 34px!important;
	padding: 10px 15px 10px!important;
}

.jq-selectbox ul li:before {
	display: none!important;
}

.jq-selectbox li.sel,
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}

.jq-selectbox li:hover {
	background-color: #B90112;
	color: #FFF;
}

.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}

/* Input */
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	height: 48px;
	padding: 16px 15px;
	border: 1px solid #E8E8E8;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #A6A6A6;
	width: 100%;
	outline: none;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	-webkit-transition: border-color 0.15s ease-out;
	-moz-transition: border-color 0.15s ease-out;
	-ms-transition: border-color 0.15s ease-out;
	transition: border-color 0.15s ease-out;
}

input[type='search'].styler {-webkit-appearance: none; -moz-appearance: none; appearance: none;}
textarea.styler {overflow: auto; resize: none; min-height: 230px;}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {border-color: #A6A6A6;}

input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {border-color: #A6A6A6;}

input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #A6A6A6;
	outline: none;
	box-shadow: none;
}

input[type='email'].styler.error:hover:focus,
input[type='password'].styler.error:hover:focus,
input[type='search'].styler.error:hover:focus,
input[type='tel'].styler.error:hover:focus,
input[type='text'].styler.error:hover:focus,
input[type='url'].styler.error:hover:focus,
textarea.styler.error:hover:focus,
input[type='email'].styler.error,
input[type='password'].styler.error,
input[type='search'].styler.error,
input[type='tel'].styler.error,
input[type='text'].styler.error,
input[type='url'].styler.error,
textarea.styler.error {color: #E62E44; border-color: #E62E44;}

input[type='email'].styler.success:hover:focus,
input[type='password'].styler.success:hover:focus,
input[type='search'].styler.success:hover:focus,
input[type='tel'].styler.success:hover:focus,
input[type='text'].styler.success:hover:focus,
input[type='url'].styler.success:hover:focus,
textarea.styler.success:hover:focus,
input[type='email'].styler.success,
input[type='password'].styler.success,
input[type='search'].styler.success,
input[type='tel'].styler.success,
input[type='text'].styler.success,
input[type='url'].styler.success,
textarea.styler.success {color: #36B37C; border-color: #36B37C;}

/* Кнопки */
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler,
button.styler,
a.styler,
span.styler {
	display: inline-block;
	overflow: visible;
	padding: 16px 30px;
	border: 1px solid #D0021B;
	border-radius: 0;
	outline: none;
	text-align: center;
	font-size: 14px;
	font-family: 'Merriweather', serif;
	line-height: 1;
	background: #D0021B;
	box-shadow: none;
	color: #fff;
	text-shadow: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	-ms-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

input[type='button'].styler:hover,
input[type='submit'].styler:hover,
input[type='reset'].styler:hover,
button.styler:hover,
a.styler:hover,
span.styler:hover {
	color: #fff;
	border-color: #B90112;
	background: #B90112;
	text-decoration: none;
}

input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active,
button.styler:active,
a.styler:active,
span.styler:active {
	color: #fff;
	border-color: #8B0000;
	background: #8B0000;
	text-decoration: none;
}

/* success-button */
input[type='button'].success-button,
input[type='submit'].success-button,
input[type='reset'].success-button,
button.success-button,
a.success-button,
span.success-button {
	background: none;
	border-color: #D0021B;
	color: #D0021B;
}

input[type='button'].success-button:hover,
input[type='submit'].success-button:hover,
input[type='reset'].success-button:hover,
button.success-button:hover,
a.success-button:hover,
span.success-button:hover {background: #D0021B; border-color: #D0021B; color: #fff;}

input[type='button'].success-button:active,
input[type='submit'].success-button:active,
input[type='reset'].success-button:active,
button.success-button:active,
a.success-button:active,
span.success-button:active {background: #B90112; border-color: #B90112; color: #fff;}

/* show-more-button */
input[type='button'].show-more-button,
input[type='submit'].show-more-button,
input[type='reset'].show-more-button,
button.show-more-button,
a.show-more-button,
span.show-more-button {
	display: block;
	font-size: 18px;
	padding: 18px 30px;
	color: #1B1B1B;
	font-family: 'Merriweather';
	font-weight: 700;
	background: none; 
	border-color: #E8E8E8;
}

input[type='button'].show-more-button:hover,
input[type='submit'].show-more-button:hover,
input[type='reset'].show-more-button:hover,
button.show-more-button:hover,
a.show-more-button:hover,
span.show-more-button:hover {background: none; border-color: #A6A6A6; color: #1B1B1B;}

input[type='button'].show-more-button:active,
input[type='submit'].show-more-button:active,
input[type='reset'].show-more-button:active,
button.show-more-button:active,
a.show-more-button:active,
span.show-more-button:active {background: none; border-color: #A6A6A6; color: #1B1B1B;}

/* show-all-button */
input[type='button'].show-all-button,
input[type='submit'].show-all-button,
input[type='reset'].show-all-button,
button.show-all-button,
a.show-all-button,
span.show-all-button {
	color: #212121;
	font-family: 'Merriweather';
	font-weight: 700;
	background: none;
	border-color: #E8E8E8;
	padding: 12px 30px;
}

input[type='button'].show-all-button:hover,
input[type='submit'].show-all-button:hover,
input[type='reset'].show-all-button:hover,
button.show-all-button:hover,
a.show-all-button:hover,
span.show-all-button:hover {background: none; border-color: #D0021B; color: #212121;}

input[type='button'].show-all-button:active,
input[type='submit'].show-all-button:active,
input[type='reset'].show-all-button:active,
button.show-all-button:active,
a.show-all-button:active,
span.show-all-button:active {background: none; border-color: #D0021B; color: #212121;}

/* back-button */
input[type='button'].back-button,
input[type='submit'].back-button,
input[type='reset'].back-button,
button.back-button,
a.back-button,
span.back-button {
	color: #1B1B1B;
	padding: 12px 30px;
	font-family: 'Merriweather';
	font-weight: 700;
	background: none;
	border-color: #E8E8E8;
}

input[type='button'].back-button:hover,
input[type='submit'].back-button:hover,
input[type='reset'].back-button:hover,
button.back-button:hover,
a.back-button:hover,
span.back-button:hover {background: none; border-color: #A6A6A6; color: #1B1B1B;}

input[type='button'].back-button:active,
input[type='submit'].back-button:active,
input[type='reset'].back-button:active,
button.back-button:active,
a.back-button:active,
span.back-button:active {background: none; border-color: #A6A6A6; color: #1B1B1B;}

/* show-all-button-white */
a.show-all-button-white,
span.show-all-button-white {
	color: #fff;
	padding: 12px 30px;
	font-family: 'Merriweather';
	background: rgba(255, 255, 255, 0);
	border-color: #B90112;
}

a.show-all-button-white:hover,
span.show-all-button-white:hover {background: #fff; border-color: #fff; color: #D0021B;}

a.show-all-button-white:active,
span.show-all-button-white:active {background: #fff; border-color: #fff; color: #D0021B;}

a.show-all-button-white .point-item,
span.show-all-button-white .point-item {background-color: #fff;}

a.show-all-button-white:hover .point-item,
span.show-all-button-white:hover .point-item {background-color: #D0021B;}

.black-section .show-all-button-white {border-color: #2B2B2B;}

/* button-white */
a.button-white,
span.button-white {
	color: #1B1B1B;
	padding: 12px 30px;
	font-family: 'Merriweather';
	font-weight: 700;
	background: #fff;
	border-color: #fff;
}

a.button-white:hover,
span.button-white:hover {background: #fff; border-color: #fff; color: #D0021B;}

a.button-white:active,
span.button-white:active {background: #fff; border-color: #fff; color: #D0021B;}

/* button-red */
a.button-red,
span.button-red {
	color: #fff;
	padding: 12px 30px;
	font-family: 'Merriweather';
	background: #B90112;
	border-color: #B90112;
}

a.button-red:hover,
span.button-red:hover {background: #8B0000; border-color: #8B0000; color: #fff;}

a.button-red:active,
span.button-red:active {background: #8B0000; border-color: #8B0000; color: #fff;}

/* button-black */
a.button-black,
span.button-black {
	color: #fff;
	padding: 15px 30px 17px;
	font-family: 'Merriweather';
	background: #1B1B1B;
	border-color: #1B1B1B;
}

a.button-black:hover,
span.button-black:hover {background: #363636; border-color: #363636; color: #fff;}

a.button-black:active,
span.button-black:active {background: #363636; border-color: #363636; color: #fff;}

.button-black > span {
	display: inline-block;
	position: relative;
	padding-right: 10px;
	bottom: -2px;
	line-height: 1;
}

/* ФОРМА */
.form-item {margin-bottom: 20px;}
.form-item label {
	position: relative;
	display: block;
}

.form-item .label {
	display: inline-block;
	font-family: 'Merriweather';
	font-weight: 700;
	line-height: 1;
	margin-bottom: 12px;
}

.form-item .check-success,
.form-item .cross-btn {
	position: absolute;
	bottom: 13px;
	right: 13px;
}

form .js-msg-error {
    padding-left: 10px;
    font-size: 10px;
	color: #D0021B;
}