/*
Colors:
	Black 1: #202020

	Gray 1: #9c9c9c
	Gray 2: #dee2e6 / rgba(0, 0, 0, .1)
	Gray 3: #737373
	Gray 4: #fbfbfb
	Gray 5: #ccc

	Red 1: #f03e3e
	Red 2: #f9b2b2

	Yellow 1: #fadc73
	Yellow 2: #fee694

	Green 1: #3fc37f

	White 1: #fff
	White 2: #808080

Shadows:
	Shadow 1: 0 3px 10px 0 rgba(0, 0, 0, .2)
*/

/* Fonts */

@font-face {
	font-family: 'Graphik LCG';
	src: url('../fnt/GraphikLCG-Medium.woff2') format('woff2'),
	url('../fnt/GraphikLCG-Medium.woff') format('woff'),
	url('../fnt/GraphikLCG-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Graphik LCG';
	src: url('../fnt/GraphikLCG-Black.woff2') format('woff2'),
	url('../fnt/GraphikLCG-Black.woff') format('woff'),
	url('../fnt/GraphikLCG-Black.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fnt/Roboto-Light.woff2') format('woff2'),
	url('../fnt/Roboto-Light.woff') format('woff'),
	url('../fnt/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fnt/Roboto-Regular.woff2') format('woff2'),
	url('../fnt/Roboto-Regular.woff') format('woff'),
	url('../fnt/Roboto-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fnt/Roboto-Bold.woff2') format('woff2'),
	url('../fnt/Roboto-Bold.woff') format('woff'),
	url('../fnt/Roboto-Bold.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../fnt/Roboto-Black.woff2') format('woff2'),
	url('../fnt/Roboto-Black.woff') format('woff'),
	url('../fnt/Roboto-Black.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

/* End Fonts */

/* Base */

* {
	zoom: 1;
	resize: none;
	-webkit-tap-highlight-color: transparent;
}

:focus {
	outline: 0 !important;
}

html {
	max-width: 100%;
	height: 100%;

	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.75;
	color: #212032;

	width: 100%;
	min-width: 320px;
	max-width: 100%;
	min-height: 100%;

	margin: 0;
	padding: 0;

	overflow: hidden;
	position: relative;
}

a {
	color: #f03e3e;
	text-decoration: underline;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}

@media (hover:hover) { a:hover {
	color: #202020;
}}

a img, img {
	border: 0;
	max-width: 100%;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, .1);
	margin-top: 30px;
	margin-bottom: 30px;
    border: 0;
}

hr:first-child {
	margin-top: 0;
}

hr:last-child {
	margin-bottom: 0;
}

@media print {
	.no-print {
		display: none !important;
	}
}

/* End Base */

/* Headers */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: 'Graphik LCG';
	line-height: 1.3;
	font-weight: 500;

	margin-top: 25px;
	margin-bottom: 25px;
	min-height: 1em;
}

h1, .h1 {
	font-size: 32px;
	font-weight: 700;

	margin-top: 15px;
	margin-bottom: 20px;
}

.h1.-type2,
h1.-type2 {
	margin-bottom: 20px !important;
}

h1.-xl, .h1.-xl {
	font-size: 120px;
	line-height: 1;
} 

h1.-inline, .h1.-inline {
	display: inline-block;
	margin-right: 5px;
} 

h1.-gallery, .h1.-gallery {
	padding-right: 100px;
}

h1.-padded, .h1.-padded {
	padding-top: 60px;
	padding-bottom: 60px;
}

.pbrands-list > .h1.-padded {
    padding-top: 25px;
}

h2, .h2 {
	font-size: 24px;
}

h3, .h3 {
	font-size: 18px;
}

h4, .h4,
h5, .h5,
h6, .h6 {
	font-size: 16px;
}

h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child,
h5:first-child, .h5:first-child,
h6:first-child, .h6:first-child {
	margin-top: 0;
}
h1:last-child, .h1:last-child,
h2:last-child, .h2:last-child,
h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child,
h5:last-child, .h5:last-child,
h6:last-child, .h6:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 991px) {
	h1.-gallery, .h1.-gallery {
		padding-right: 0;
		margin-bottom: 90px;
	}
}

@media screen and (max-width: 767px) {
	h1, .h1 {
		font-size: 24px;
	}

	h2, .h2 {
		font-size: 20px;
	}

	h1.-padded, .h1.-padded {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.header-info {
	display: inline-block;
	font-size: 14px;
	font-family: 'Graphik LCG';
	font-weight: 500;
	color: #737373;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.header-info {
		display: none;
	}
}

/* End Headers */

/* Paragraphs */

p, .p {
	margin-top: 25px;
	margin-bottom: 25px;
}

img + p {
	margin-top: 5px;
}

p:first-child, .p:first-child {
	margin-top: 0;
}

p:last-child, .p:last-child {
	margin-bottom: 0;
}

/* End Paragraphs */

/* Lists */

ul {
	list-style-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="8" height="8" viewBox="0 0 8 8"%3E%3Cdefs%3E%3Cpath id="a" d="M302 1680v-8h8v8z"/%3E%3C/defs%3E%3Cuse fill="%23f03e3e" xlink:href="%23a" transform="translate(-302 -1672)"/%3E%3C/svg%3E');
	list-style-position: outside;
}

ol {
	list-style: none;
	counter-reset: li;
}

li {
	padding-left: 10px;
}

ol li {
	position: relative;
}

ol li:before {
	content: counter(li) '.';
	counter-increment: li;
	color: #f03e3e;
	font-weight: 700;
	position: absolute;
	right: calc(100%);
	top: 0;
}

ul, ol {
	padding-left: 0;
	position: relative;
	left: -10px;
}

ul, ol, li {
	margin-top: 25px;
	margin-bottom: 25px;
	min-height: 1em;
}

ul:first-child,
ol:first-child,
li:first-child {
	margin-top: 0;
}

ul:last-child,
ol:last-child,
li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
	ul, ol {
		left: 0;
		padding-left: 15px;
	}
}

/* End Lists */

/* Quotes */

blockquote, .quote {
	margin-top: 20px;
	margin-bottom: 20px;
}

blockquote:first-child, .quote:first-child {
	margin-top: 0;
}

blockquote:last-child, .quote:last-child {
	margin-bottom: 0;
}

/* End Quotes */

/* Tables */

.table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

table {
	margin: 25px 0;
	padding: 0;
	width: 100%;
	font-size: 12px;
	border: 0;
	border-left: 1px solid rgba(32, 32, 32, .15);
	border-top: 1px solid rgba(32, 32, 32, .15);
	border-collapse: collapse;
}

table:first-child {
	margin-top: 0;
}

table:last-child {
	margin-bottom: 0;
}

tr {
	margin: 0;
	padding: 0;
}

th, td {
	padding: 20px 22px;
	text-align: center;
	border: 0;
	border-right: 1px solid rgba(32, 32, 32, .15);
	border-bottom: 1px solid rgba(32, 32, 32, .15);
}

th {
	background-color: #f5d76e;
	font-size: 14px;
	font-weight: normal;
}

tr {
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear;
}

@media (hover:hover) { tr:hover {
	background-color: #fef8e3;
}}

@media screen and (max-width: 767px) {
	th, td {
		padding: 10px 15px;
	}
}

/* End Tables */

/* Forms */

form {
	display: block;
	transition: opacity .2s linear;
}

form.-processing {
	opacity: .5;
}

label {
	-webkit-tap-highlight-color: transparent;
	display: block;
}

span.error,
label.error {
	color: #f03e3e;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 6px;
}

input::-ms-clear {
	display: none;
}

input,
textarea,
select,
.select2-container--default .select2-selection--single {
	font-size: 14px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
	border: 1px solid #dee2e6 !important;
	background-color: #ffffff;
	border-radius: 4px;
	height: 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition: border-color .2s linear;
	transition: border-color .2s linear;
}

select {
	color: #202020;
	padding-right: 40px;
}

.content-wrap .select2-container {
	z-index: 1;
}

.select2-container {
	width: 100% !important;
}

select,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 8px 8px;
	background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="10" height="10" viewBox="0 0 284.929 284.929"%3E%3Cpath fill="%239c9c9c" d="M282.082 76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856-2.471 0-4.661.95-6.563 2.856L142.466 174.441 30.262 62.241c-1.903-1.906-4.093-2.856-6.567-2.856-2.475 0-4.665.95-6.567 2.856L2.856 76.515C.95 78.417 0 80.607 0 83.082c0 2.473.953 4.663 2.856 6.565l133.043 133.046c1.902 1.903 4.093 2.854 6.567 2.854s4.661-.951 6.562-2.854L282.082 89.647c1.902-1.903 2.847-4.093 2.847-6.565 0-2.475-.945-4.665-2.847-6.571z"/%3E%3C/svg%3E');
	border: 0;
	background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    position: relative;
	display: block;
	background-position: center center;
}

.select2-container--default .select2-selection--single {
	padding-top: 6px;
	padding-right: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    right: 15px;
}

.select2-results__options {
	left: 0;
}

.select2-results__option {
	padding: 7px 15px;
	margin: 0;
	font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #fadc73;
	color: #202020;
}

.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
	border: 0;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;	
}

.select2-container--default .select2-selection--single[aria-expanded="true"],
.select2-container--open .select2-dropdown--below {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
	        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
}

input.error,
textarea.error,
select.error {
	border-color: #f03e3e;
}

input:focus,
textarea:focus,
select:focus {
	border-color: #a5a5a5;
}

form button,
form input[type="submit"] {
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding-left: 30px;
	padding-right: 30px;
	min-width: 140px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
}

input,
textarea,
select,
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
}

select::-ms-expand{
    display: none;
}

input,
textarea,
button,
select {
	font-family: 'Roboto', sans-serif;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea,
select {
	display: block;
	width: 100%;
	color: #202020;
}

textarea {
	height: 120px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.5;
}

.form-row,
.input-wrap {
	margin-bottom: 20px;
}

.form-row.-sm,
.input-wrap.-sm {
	margin-bottom: 15px;
}

.form-row.-wbutton {
	margin-top: 30px;
}

.form-col {
	overflow: hidden;
}

.form-col.-unactive {
	height: 0;
	opacity: 0;
}

@media screen and (max-width: 991px) {
	.form-col.col-lg-6 {
		margin-bottom: 20px;
	}

	.form-col.col-lg-6:last-child {
		margin-bottom: 0;
	}
}

.form-col:last-child,
.form-row:last-child,
.input-wrap:last-child {
	margin-bottom: 0;
}

.input-wrap.-bg-gray {
	font-size: 14px;
	padding: 20px;
	background-color: #fbfbfb;
	border-radius: 4px;
	overflow: hidden;
}

.input-wrap.-wbutton {
	margin-top: -5px;
}

.input-wrap.-wbutton2 {
	margin-top: 30px;
}

.input-wrap.-row {
	margin-top: -10px;
}

.input-wrap.-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: end;
}

.input-wrap:last-child {
	margin-bottom: 0;
}

.input-wrap .help {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.input-wrap .price-range .help {
	font-weight: 400;
	color: #737373;
	font-size: 12px;
}

.row .input-wrap .help {
	margin-top: 0;
}

.required,
.input-wrap .help > .required {
	color: #f03e3e;
	padding-left: 2px;
	vertical-align: top;
}

.option-link {
	margin-right: 12px;
	margin-bottom: 15px;
}

.option-link:last-child {
	margin-right: 0;
}

.select2-search > input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.select2-search--dropdown {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	margin-bottom: 10px;
}

.select2-search--dropdown > input {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

::-webkit-input-placeholder {
	color: #9c9c9c;
}

::-moz-placeholder {
	color: #9c9c9c;
}

:-ms-input-placeholder {
	color: #9c9c9c;
}

:-moz-placeholder {
	color: #9c9c9c;
}

.checkbox-wrap {
	cursor: pointer;
}

.checkbox-wrap.-bg-gray {
	padding: 20px;
	background-color: #fbfbfb;
	border-radius: 4px;
}

.checkbox-wrap.-block {
	margin-bottom: 5px;
}

.registration-form .checkbox-wrap {
	margin-bottom: 30px !important;
}

.checkbox-wrap:last-child {
	margin-bottom: 0;
}

.checkbox-wrap > .item {
	display: block;
}

.checkbox-wrap > .item.-info {
	float: right;
	color: #9c9c9c;
	margin-left: 10px;
	font-size: 14px;
}

.checkbox-wrap > .item.-checkbox,
.checkbox-wrap > .item.-radio {
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
	position: relative;
}

.checkbox-wrap > .item.-checkbox {
	margin-right: 15px;
	position: relative;
	width: 20px;
	max-width: 20px;
	min-width: 20px;
	height: 20px;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #dee2e6;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
    float: left;
}

.checkbox-wrap > .item.-radio {
	margin-right: 15px;
	position: relative;
	width: 20px;
	max-width: 16px;
	min-width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #fa5252;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	top: 3px;
	display: block;
    float: left;
}

.checkbox-wrap > .item.-desc {
	min-width: 100%;
    padding-left: 36px;
    font-size: 12px;
    color: #737373;
}

.checkbox-wrap.-wradio > .item.-desc {
	padding-left: 31px;
}

.input-wrap2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	font-size: 14px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.input-wrap2 > .item {
	margin-right: 15px;
}

.input-wrap2 > .item:last-child {
	margin-right: 0;
}

.input-wrap2 > .item.-input {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

@media (hover:hover) { 
	.checkbox-wrap:hover > .item.-checkbox {
		background-color: #eee;
		border-color: #a5a5a5;
	}

	.checkbox-wrap:hover > .item.-radio {
		border-color: #202020;
	}
}

.checkbox-wrap > input:checked + .item.-checkbox {
	background-color: #f03e3e !important;
	border-color: #f03e3e !important;
}

.checkbox-wrap > input:checked + .item.-radio {
	border-width: 5px !important;
	border-color: #f03e3e !important;
	background-color: #fff !important;
}

.checkbox-wrap > .item.-checkbox:after {
	content: "\2713 ";
    display: block;
    font-weight: 400;
    line-height: 1;
	right: 2px;
    top: 2px;
    position: absolute;
	font-size: 16px;
	-webkit-transition: opacity .1s linear;
	transition: opacity .1s linear;
	opacity: 0;
	color: #fff;
	font-family: 'Graphik LCG';
	width: 12px;
    height: 16px;
}

.checkbox-wrap > input:checked + .item.-checkbox:after {
	opacity: 1;
}

.checkbox-wrap > input {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.checkbox-wrap > .item.-help {
	font-size: 14px;
	color: #737373;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	margin-left: 36px;
}

.checkbox-wrap > .item.-help.-winfo {
	color: #000;
	font-weight: 400;
	margin-right: 40px;
}

.checkbox-wrap.-wradio > .item.-help {
	margin-left: 31px;
}

.checkbox-wrap.-block > .item.-help {
	font-size: 14px;
	font-weight: 500;
	color: #202020;
	line-height: 1.4;
	margin-left: 35px;
}

.checkbox-wrap > .item.-help.-lg {
	font-size: 16px;
	color: #202020;
	line-height: 1.5;
	margin-bottom: 2px;
	font-weight: 400;
}

.checkbox-wrap > .item.-help.-lg > .light {
	font-weight: 300;
}

@media screen and (max-width: 991px) {
	input, select, textarea, .select2-selection__placeholder {
		font-size: 16px;
	}

	.input-wrap.-wbutton {
		margin-top: 15px;
	}
}

@media screen and (max-width: 767px) {
	.input-wrap .help {
		margin-top: 0;
	}

	.checkbox-wrap.-bg-gray {
		padding: 10px;
	}
}

@media screen and (max-width: 575px) {
	.input-wrap2 > .item,
	.input-wrap2 {
		display: block;
	}

	.input-wrap2 > .item {
		margin-right: 0;
	}

	.input-wrap2 > .item.-input {
		margin-bottom: 15px;
	}

	.input-wrap2 > .item.-help {
		margin-bottom: 4px;
	}

	.input-wrap2 > .item.-input:last-child {
		margin-bottom: 0;
	}
}

/* End Forms */

/* Modifiers */

.__hidden {
	display: none !important;
}

.__unselectable {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.__centered {
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.__text-xl {
	font-size: 22px;
	line-height: 1.5;
}

.__text-lg {
	font-size: 18px;
}

.__text-md {
	font-size: 16px;
}

.__text-sm {
	font-size: 14px;
}

.__text-xs {
	font-size: 12px;
}

.__text-right {
	text-align: right;
}

.__upper {
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.__text-xl {
		font-size: 18px;
	}

	.__text-lg {
		font-size: 16px;
	}

	.__text-sm {
		font-size: 12px;
	}
}

/* End Modifiers */

/* External */

.ya-share2__list {
	left: 0 !important;
}

.ya-share2__container_size_m .ya-share2__item {
	padding-left: 0;
	margin-right: 10px !important;
}

.ya-share2__container_size_m .ya-share2__item:last-child {
	margin-right: 0 !important;
}

/* End External */

/* Unique */

.about-wrap {
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 35% auto;
}

@media screen and (max-width: 1199px) {
	.about-wrap {
		background-size: 30% auto;
	}
}

@media screen and (max-width: 1199px) {
	.about-wrap {
		background-image: none !important;
	}
}

.about-wrap .gallery3-wrap {
	margin-bottom: 20px !important;
}

.delivery-checks {
	position: relative;
	top: 2px;
}

.delivery-map {
	height: 400px;
	background-color: #f4f4f4;
}

.delivery-map.-empty {
	height: auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
}

.delivery-map.-empty > .text {
	background-color: #fbfbfb;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #737373;
}

@media screen and (max-width: 991px) {
	.delivery-form {
		margin-bottom: 30px;
	}
}

.brands-search-wrap {
	margin-bottom: 30px;
}

/* End Unique */