/**/
/* imports */
/**/
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');
@import url('bootstrap-reboot.min.css');
@import url('slick.css');


/**/
/* variables */
/**/
:root {
	--primary-color: #fb5410;
	--primary-color-hover: #f97039;
	--body-font-family: 'Merriweather', serif;
	--heading-font-family: 'Knockout', sans-serif;
}


/**/
/* fonts */
/**/
@font-face {
	font-family: 'Knockout';
	font-weight: 300;
	src: url(../fnt/Knockout-HTF30-Junior-Welterwt-Regular.otf);
}
@font-face {
	font-family: 'Knockout';
	font-weight: 400;
	src: url(../fnt/Knockout-HTF31-Junior-Middlewt-Regular.otf);
}
@font-face {
	font-family: 'Knockout';
	font-weight: 600;
	src: url(../fnt/Knockout-HTF48-Featherweight-Regular.otf);
}
@font-face {
	font-family: 'Knockout';
	font-weight: 700;
	src: url(../fnt/Knockout-HTF49-Liteweight-Regular.otf);
}


/**/
/* defaults */
/**/
body {
	font-family: var(--body-font-family);
	line-height: 1.25;
	color: #666;
}
dl, dt, dd, ul, ol, li {
	margin: 0;
	padding: 0;
}
a, a:hover {
	outline: none;
	color: inherit;
}
button,
button:focus {
	outline: none;
	cursor: pointer;
}
@media screen and (max-width: 767px) { /* mobile */
	dd, p {
		font-size: 0.875rem;
	}
}


/**/
/* helpers */
/**/
.tbl {
	display: table;
	width: 100%;
	height: 100%;
}
.tcl {
	display: table-cell;
	vertical-align: middle;
}
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.removed {
	display: none !important;
}
.blocked {
	display: block !important;
}
.inlined {
	display: inline !important;
}
.iblocked {
	display: inline-block !important;
}
@media screen and (max-width: 999px) { /* tablet */
	.removed_tb {
		display: none !important;
	}
	.blocked_tb {
		display: block !important;
	}
	.inlined_tb {
		display: inline !important;
	}
	.iblocked_tb {
		display: inline-block !important;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.removed_mb {
		display: none !important;
	}
	.blocked_mb {
		display: block !important;
	}
	.inlined_mb {
		display: inline !important;
	}
	.iblocked_mb {
		display: inline-block !important;
	}
}


/**/
/* typography */
/**/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0;
	font-family: var(--heading-font-family);
}
h1, .h1 {
	margin-left: -1px;
	font-size: 3rem;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}
h1 em, .h1 em {
	font-style: normal;
	color: var(--primary-color);
}
h2, .h2 {
	font-size: 2.5rem;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}
h3, .h3 {
	font-size: 2rem;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: 0.025em;
}
h4, .h4 {
	font-size: 1.5rem;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: 0.025em;
}
p, .p {
	margin: 0;
	line-height: 1.5;
}
.wysiwyg {
	font-size: 1.125rem;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg ol,
.wysiwyg ul,
.wysiwyg p {
	margin-bottom: 1rem;
}
.wysiwyg .h1 {
	margin-top: 0;
}
.wysiwyg h2,
.wysiwyg h3 {
	margin-top: 2rem;
}
.wysiwyg ul {
	margin-top: -0.5rem;
	padding-left: 2rem;
	line-height: 1.5;
}
.wysiwyg li {
	margin-top: 0.5rem;
}
.wysiwyg a {
	text-decoration: underline;
}
.wysiwyg a:hover {
	text-decoration: none;
}
.wysiwyg .button {
	margin-bottom: 2rem;
	text-decoration: none;
}
.wysiwyg .button:hover {
	color: #fff;
}
@media screen and (max-width: 767px) { /* mobile */
	h1, .h1 {
		font-size: 2.5rem;
	}
	h2, .h2 {
		font-size: 2rem;
	}
	.wysiwyg ul {
		font-size: 0.875rem;
	}
}


/**/
/* grid */
/**/
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
}
.grid-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.grid-row_jcsb {
	justify-content: space-between;
}
.grid-col {
	flex-grow: 1;
	flex-basis: 0;
	max-width: 100%;
	padding: 0 15px;
}
.grid-col_6 {
	flex-basis: 25%;
	max-width: 25%;
}
.grid-col_8 {
	flex-basis: 33.333%;
	max-width: 33.333%;
}
.grid-col_12 {
	flex-basis: 50%;
	max-width: 50%;
}
.grid-col_auto {
	flex-grow: 0;
}
@media screen and (max-width: 1199px) { /* laptop */
	.container {
		max-width: 1000px;
	}
	.grid-row {
		margin: 0 -10px;
	}
	.grid-col {
		padding: 0 10px;
	}
	.grid-col_lg-auto {
		flex-grow: 0;
		max-width: auto;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.container {
		padding: 0 1.5rem;
	}
	.grid-col_tb-8 {
		flex-basis: 33.333%;
		max-width: 33.333%;
	}
	.grid-col_tb-12 {
		flex-basis: 50%;
		max-width: 50%;
	}
	.grid-col_tb-24 {
		flex-basis: 100%;
		max-width: 100%;
	}
	.grid-col_tb-auto {
		flex-grow: 0;
		max-width: auto;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.container {
		padding: 0 1rem;
	}
	.grid-row {
		margin: 0 -5px;
	}
	.grid-col {
		padding: 0 5px;
	}
	.grid-col_mb-12 {
		flex-basis: 50%;
		max-width: 50%;
	}
	.grid-col_mb-24 {
		flex-basis: 100%;
		max-width: 100%;
	}
	.grid-col_mb-auto {
		flex-grow: 0;
		max-width: auto;
	}
}


/**/
/* forms */
/**/
.input-wrap {
	position: relative;
	margin-bottom: -1px;
}
.text-input {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0.875rem 1.25rem;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 0;
	background-color: #FFF;
	box-shadow: none;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #333;
	resize: none;
	transition-duration: 0.25s;
	transition-property: border-color;
	-webkit-appearance: none;
}
.text-input:focus {
	position: relative;
	z-index: 1;
	background-color: #fff;
	border-color: var(--primary-color);
}
.text-input::-webkit-input-placeholder {
	color: #999;
	transition-duration: 0.25s;
	transition-property: color;
}
.text-input:focus::-webkit-input-placeholder {
	color: transparent;
}
.text-input_sm {
	padding: 0.75rem 1rem;
	font-size: 0.875rem;
}
.text-input_invalid {
	border-color: #c00;
	background-color: #fefafa;
}
.input-error {
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 0.125rem;
	padding: 0.25rem 0.75rem;
	background-color: #c00;
	font-size: 0.75rem;
	line-height: 1.5;
	color: #fff;
	transition-duration: 0.25s;
	transition-property: opacity;
}
.text-input:focus ~ .input-error {
	opacity: 0;
}
.input-error::after {
	content: '';
	position: absolute;
	right: 1rem;
	bottom: 100%;
	border-right: 0.375rem solid transparent;
	border-bottom: 0.375rem solid #c00;
	border-left: 0.375rem solid transparent;
}
.button {
	display: inline-block;
	vertical-align: top;
	padding: 1px 1.5rem 0;
	outline: none !important;
	border: none;
	border-radius: 0.25rem;
	background-color: var(--primary-color);
	font-family: var(--heading-font-family);
	font-size: 1.125rem;
	line-height: 2.5rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	cursor: pointer;
	color: #fff;
	transition-duration: 0.25s;
	transition-property: background-color;
}
.button:hover {
	background-color: #231f20;
	text-decoration: none;
	color: #fff;
}
@media screen and (max-width: 767px) { /* mobile */
	.button {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}


/**/
/* page */
/**/
.page {
	overflow: hidden;
}
.page__header {
	padding-top: 1.25rem;
}
.page__headline {
	position: relative;
	padding: 1.75rem 0 1.5rem;
	color: #FFF;
}
.page__cover {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.page__title {
	position: relative;
	font-family: var(--heading-font-family);
	font-size: 2.5rem;
	font-weight: 400;
}
.page__content {
	position: relative;
	padding: 1.5rem 1.5rem 0;
	background-color: #FFF;
}
.page__content_alt {
	margin-right: 17.5rem;
}
.page__photo {
	margin-bottom: 6rem;
	visibility: hidden;
}
.page__photo img {
	display: block;
	margin: 0 auto;
}
.page__footer {
	padding: 1rem 0 10rem;
	background: #f3f3f3 url(../img/page/footer.png) 50% 100% no-repeat;
	color: #999;
}
.page__footer h6 {
	margin: 3rem 0 1rem;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.025em;
}
@media screen and (max-width: 1199px) { /* laptop */
	.page__photo img {
		max-width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.page__header {
		padding-top: 1rem;
	}
	.page__content {
		margin-right: -1.5rem;
		margin-left: -1.5rem;
	}
	.page__title {
		font-size: 2rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.page__header {
		padding-bottom: 1rem;
	}
	.page__header .grid-row {
		align-items: center;
	}
	.page__content {
		margin: 0 -1rem;
		padding: 1rem 1rem 0;
	}
	.page__photo {
		margin-right: -1rem;
		margin-bottom: 4rem;
		margin-left: -1rem;
	}
	.page__footer {
		padding-bottom: 4rem;
		background-image: none;
		text-align: center;
	}
}



/*----------------------------------------------*/
/*                    HEADER                    */
/*----------------------------------------------*/

/**/
/* logo */
/**/
@media screen and (max-width: 767px) { /* mobile */
	.logo img {
		width: auto;
		height: 2.5rem;
	}
}


/**/
/* expert hotline */
/**/
.expert-hotline {
	margin-bottom: 0.75rem;
	font-size: 0.875rem;
	text-align: right;
}
.expert-hotline strong {
	font-size: 1rem;
	color: var(--primary-color);
}
@media screen and (max-width: 767px) { /* mobile */
	.expert-hotline {
		margin: 0;
		font-size: 0.75rem;
		line-height: 1.5;
	}
	.expert-hotline strong {
		display: block;
	}
}


/**/
/* search */
/**/
.search {
	max-width: 25rem;
	margin-left: auto;
}
.search__input {
    padding: 0.25rem 1rem;
    font-size: 0.875rem;
}
@media screen and (max-width: 767px) { /* mobile */
	.search {
		display: none;
	}
}


/**/
/* burger */
/**/
.burger {
	position: relative;
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	margin-left: 5px;
	padding: 0;
	border: none;
	background: none;
}
.burger::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2rem;
	height: 4px;
	margin: -2px 0 0 -1rem;
	background-color: var(--primary-color);
	box-shadow: 0 8px 0 0 var(--primary-color), 0 -8px 0 0 var(--primary-color);
}


/**/
/* main nav */
/**/
.main-nav {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 0.5rem -13px 0;
	font-family: var(--heading-font-family);
	letter-spacing: 0.05em;
}
.main-nav__hr {
	margin: 0.5rem 0 1.5rem 0;
	border: none;
	border-top: 1px solid #f97039;
}
.main-nav__hr_sm {
	width: 2rem;
	margin-top: 0;
	margin-bottom: 1rem;
}
.main-nav__item {
	position: relative;
	flex-grow: 1;
}
.main-nav__item_ps {
	position: static;
}
.main-nav__arrow {
	position: relative;
	display: none;
	float: right;
	width: 2.5rem;
	height: 3rem;
	padding: 0;
	border: none;
	background: none;
	color: #fff;
	transition-duration: 0.25s;
	transition-property: transform;
}
.main-nav__arrow svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2rem;
	height: 2rem;
	margin: -1rem 0 0 -1rem;
}
.main-nav__arrow_flipped {
	transform: scale(1,-1);
}
.main-nav__link {
	display: block;
	font-size: 1.5rem;
	line-height: 3.5rem;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	transition-duration: 0.25s;
	transition-property: background-color, color;
}
.main-nav__link:hover {
	text-decoration: none;
}
.main-nav__dropdown {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	background-color: var(--primary-color);
	font-weight: 300;
	pointer-events: none;
	color: #fff;
	opacity: 0;
	transition-duration: 0.25s;
	transition-property: opacity;
}
.main-nav__dropdown_fw {
	left: 50%;
	width: 100vw;
	padding-top: 1.75rem;
	padding-bottom: 1rem;
	transform: translateX(-50%);
}
.main-nav__item:hover > .main-nav__link {
	background-color: var(--primary-color);
	color: #fff;
}
.main-nav__item:hover > .main-nav__dropdown {
	pointer-events: auto;
	opacity: 1;
}
.main-nav__subnav {
	list-style: none;
	font-size: 1.125rem;
	line-height: 2.625rem;
	white-space: nowrap;
}
.main-nav__subnav a {
	display: block;
	padding: 0 1rem;
	transition-duration: 0.25s;
	transition-property: background-color;
}
.main-nav__subnav a:hover {
	background-color: var(--primary-color-hover);
	text-decoration: none;
}
.main-nav__heading {
	margin-bottom: 1.25rem;
	font-size: 1.25rem;
	text-transform: uppercase;
	color: #231f20;
}
.main-nav__subheading {
	margin-bottom: 0.75rem;
	text-transform: uppercase;
}
.main-nav__subitems {
	margin-bottom: 1rem;
	list-style: none;
	line-height: 1.5;
}
.main-nav__image {
	position: relative;
}.main-nav__image img {
	max-width: 100%;
}
.main-nav__catname {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	padding: 0.5rem 1.25rem;
	background-color: #231f20;
	font-size: 1.875rem;
	font-weight: 700;
	text-transform: uppercase;
}
.main-nav__description p {
	margin: 1rem 0;
	line-height: 1.25;
}
.main-nav__description strong {
	display: block;
	font-size: 1.25rem;
	font-weight: inherit;
}
.main-nav__close {
	display: none;
}
@media screen and (max-width: 1199px) { /* laptop */
	.main-nav {
		margin-right: -14px;
		margin-left: -14px;
	}
	.main-nav__link {
		font-size: 1.25rem;
		letter-spacing: 0.025em;
	}	.main-nav__image img {
		height: auto;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.main-nav__link {
		font-size: 1.125rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.main-nav {
		position: fixed;
		z-index: 10;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		overflow: auto;
		margin: 0;
		padding-top: 4.5rem;
		background-color: var(--primary-color);
		color: #fff;
		transform: translateX(100%);
		transition-duration: 0.25s;
		transition-property: transform;
	}
	.main-nav_visible {
		transform: none;
	}
	.main-nav__item {
		padding: 0 1rem;
	}
	.main-nav__arrow {
		display: block;
	}
	.main-nav__link {
		font-size: 1.5rem;
		line-height: 3rem;
		text-align: left;
	}
	.main-nav__dropdown {
		position: static;
		display: none;
		pointer-events: auto;
		opacity: 1;
	}
	.main-nav__dropdown_fw {
		width: auto;
		padding: 0.5rem 0 0;
		transform: none;
	}
	.main-nav__subnav {
		line-height: 2.5rem;
		letter-spacing: 0;
	}
	.main-nav__subnav a {
		padding: 0 0 0 1rem;
	}
	.main-nav__close {
		position: absolute;
		top: 2.25rem;
		right: 1rem;
		display: block;
		width: 2.5rem;
		height: 2.5rem;
		margin-top: -1.25rem;
		padding: 0;
		border: none;
		background: none;
	}
	.main-nav__close::after,
	.main-nav__close::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 2rem;
		height: 4px;
		margin: -2px 0 0 -1rem;
		background-color: #fff;
		transform: rotate(45deg);
	}
	.main-nav__close::before {
		transform: rotate(-45deg);
	}
}



/*----------------------------------------------*/
/*                    CONTENT                   */
/*----------------------------------------------*/

/**/
/* slider */
/**/
.slider {
	height: 729px;
	overflow: hidden;
	margin-bottom: 4.5rem;
}
.slider__slide {
	height: 729px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.slider__dots {
	position: absolute;
	right: 0;
	bottom: 1.5rem;
	left: 0;
	font-size: 0;
	text-align: center;
}
.slider__dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.25rem;
}
.slider__dots button {
	display: block;
	width: 0.75rem;
	height: 0.75rem;
	padding: 0;
	border: none;
	border-radius: 50%;
	background-color: #fff;
}
.slider__dots .slick-active button {
	background-color: var(--primary-color);
}
@media screen and (max-width: 1199px) { /* laptop */
	.slider,
	.slider__slide {
		height: 36rem;
	}
}
@media screen and (max-width: 999px) { /* tablet */
	.slider,
	.slider__slide {
		height: 28rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.slider {
		height: 14rem;
		margin-bottom: 3rem;
	}
	.slider__slide {
		height: 14rem;
	}
	.slider__dots {
		bottom: 1rem;
	}
}


/**/
/* welcome */
/**/
.welcome {
	position: relative;
	max-width: 50rem;
	margin: 0 auto 6rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #ccc;
}
.welcome__logo {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: -24px;
	background-color: #fff;
	box-shadow: 0 0 0 1rem #fff;
}


/**/
/* featured */
/**/
.featured {
	margin-bottom: 6rem;
}
.featured__title {
	text-transform: uppercase;
}
.featured__item {
	overflow: hidden;
	margin-top: 1rem;
	padding-bottom: 2rem;
	border: 1px solid #cacaca;
	border-radius: 0.25rem;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.featured__heading {
	min-height: 2.5em;
	padding: 0.75rem 1.25rem;
	box-sizing: content-box;
	font-size: 1.25rem;
	font-weight: 300;
}
.featured__cont {
	padding: 0.75rem 1.25rem 1rem;
	background-color: #f5f5f5;
}
.featured__price {
	margin-bottom: 0.5rem;
	font-weight: 700;
}
.featured__price span {
	display: block;
	margin-left: -1px;
	font-size: 1.5rem;
	font-weight: 400;
	color: var(--primary-color);
}
@media screen and (max-width: 1199px) { /* laptop */
	.featured__item {
		padding-bottom: 1.5rem;
	}
	.featured__image img {
		width: 100%;
		height: auto;
	}
	.featured__heading {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}
	.featured__cont {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.featured__item {
		padding-bottom: 0;
	}
	.featured__heading {
		font-size: 1.125rem;
	}
}


/**/
/* promos */
/**/
.promos {
	margin-top: -1rem;
	margin-bottom: 6rem;
}
.promos__item {
	display: block;
	overflow: hidden;
	margin-top: 1rem;
	border: 1px solid #cacaca;
	transition-duration: 0.25s;
	transition-property: color;
}
.promos__item:hover {
	text-decoration: none;
	color: var(--primary-color);
}
.promos__heading {
	padding: 0.75rem 1.25rem 0.625rem;
	line-height: 1.125;
	text-transform: uppercase;
}
@media screen and (max-width: 1199px) { /* laptop */
	.promos__item img {
		width: 100%;
		height: auto;
	}
	.promos__heading {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}
}


/**/
/* bread crumbs */
/**/
.bread-crumbs {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
	font-family: var(--heading-font-family);
	line-height: 1.25;
	font-weight: 300;
}
.bread-crumbs__item::after {
	content: '>';
	padding: 0 0.5em;
	white-space: nowrap;
}
.bread-crumbs__item:last-child::after {
	display: none;
}


/**/
/* article */
/**/
.article {
	max-width: 38rem;
	margin: 0 auto 6rem;
}


/**/
/* products */
/**/
.products {
	max-width: 38rem;
	margin: -3.25rem auto 6rem;
}
.products__row {
	margin: 0 -0.625rem;
}
.products__col {
	padding: 0 0.625rem;
}
.products__item {
	max-width: 294px;
	margin: 1.25rem auto 0;
	border: 1px solid #c3c3c3;
}
.products__head {
	padding: 0.875rem 1rem;
	font-size: 1.125rem;
	font-weight: 300;
}
.products__head a {
	display: block;
	transition-duration: 0.25s;
}
.products__head a:hover {
	text-decoration: none;
	color: var(--primary-color);
}
.products__pic {
	display: block;
}
.products__pic img {
	max-width: 100%;
}
.products__cont {
	padding: 1rem 0;
	text-align: center;
}
.products__price {
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.products__price span {
	color: var(--primary-color);
}
.products__spec {
	display: inline-block;
	vertical-align: top;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--primary-color);
}
.products__spec svg {
	display: inline-block;
	vertical-align: top;
	width: 0.75rem;
	height: 0.75rem;
	margin: 3px 0.25rem 0 0;
}
.products__spec:hover {
	color: var(--primary-color);
}
.products__button {
	width: 100%;
	border-radius: 0;
}
@media screen and (max-width: 1199px) { /* laptop */
	.products__pic img {
		height: auto;
	}
}


/**/
/* product tabs */
/**/
.product-tabs {
	margin: -5rem 0 3rem;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.product-tabs span {
	padding: 0 0.5rem;
}
.product-tabs .active {
	pointer-events: none;
	color: var(--primary-color);
}


/**/
/* product pics */
/**/
.product-pics {
	position: relative;
	overflow: hidden;
	margin-bottom: 6rem;
	padding-top: 56.25%;
}
.product-pics__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	opacity: 0;
	transition-duration: 0.25s;
	transition-property: opacity;
}
.product-pics__item_active {
	opacity: 1;
}
.product-pics__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/**/
/* product thumbs */
/**/
.product-thumbs {
	margin: -5rem -0.5rem 6rem;
}
.product-thumbs__item {
	width: 276px;
	padding: 0 0.5rem;
	box-sizing: border-box;
	outline: none;
	opacity: 0.75;
	cursor: pointer;
	transition-duration: 0.25s;
	transition-property: opacity;
}
.product-thumbs__item.slick-current {
	opacity: 1;
}
.product-thumbs__pic {
	padding-top: 56.25%;
	background-position: 50% 50%;
	background-size: cover;
}
.product-thumbs__arrow {
	position: absolute;
	top: 50%;
	margin-top: -0.75rem;
	padding: 0;
	border: none;
	background-color: transparent;
	transition-duration: 0.25s;
	transition-property: color;
}
.product-thumbs__arrow svg {
	display: block;
	width: 1.5rem;
	height: 1.5rem;
}
.product-thumbs__arrow_prev {
	right: 100%;
}
.product-thumbs__arrow_next {
	left: 100%;
}
.product-thumbs__arrow:hover {
	color: var(--primary-color);
}
@media screen and (max-width: 767.98px) {
	.product-thumbs {
		margin-right: 1rem;
		margin-left: 1rem;
	}
}


/**/
/* product price */
/**/
.product-price {
	position: absolute;
	top: 0;
	left: 100%;
	width: 16rem;
	margin-left: 1.5rem;
	background-color: #000;
	text-align: center;
	color: #FFF;
}
.product-price__value {
	padding: 2rem 0;
}
.product-price__request {
	padding: 0.75rem;
	background-color: #2b2b2b;
}
.product-price__button {
	box-shadow: inset 0 0 0 2px var(--primary-color);
}
@media screen and (max-width: 999px) { /* tablet */
	.product-price {
		position: static;
		width: auto;
		margin: -5rem 0 6rem;
	}
}
@media screen and (max-width: 767px) { /* tablet s */
	.product-price {
		margin: -4rem -1rem 6rem;
	}
}


/**/
/* product info */
/**/
.product-info .tab-pane {
	position: absolute;
	left: -9999px;
	opacity: 0;
	transition-duration: 0.375s;
}
.product-info .tab-pane.active {
	position: static;
	opacity: 1;
}


/**/
/* side nav */
/**/
.side-nav {
	margin-bottom: 6rem;
}
.side-nav__title {
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}
.side-nav__item {
	padding: 0.75rem 0 0.625rem;
	border-bottom: 1px solid #ccc;
	font-family: var(--heading-font-family);
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: 300;
}
.side-nav__item .active {
	pointer-events: none;
	color: var(--primary-color);
}
.side-nav__subitem {
	margin: 0.5rem 0 0 1.25rem;
}
.side-nav__subitem + .side-nav__subitem {
	margin-top: 0;
}


/**/
/* signup */
/**/
.signup {
	margin-bottom: 4rem;
}
.signup__title {
	margin-bottom: 1rem;
	font-size: 1.25rem;
	font-weight: 700;
}
@media screen and (max-width: 767px) { /* mobile */
	.signup {
		text-align: center;
	}
}


/**/
/* contacts */
/**/
.contacts {
	margin: 1rem 0 2.5rem;
}
.contacts__title {
	font-family: var(--heading-font-family);
	font-size: 2.5rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--primary-color);
}
.contacts__subtitle {
	margin-bottom: 2.5rem;
	text-align: center;
}
.contacts__gmap {
	height: 21.25rem;
	margin-bottom: 4rem;
	background-color: #EEE;
}
.contacts__list dt {
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	font-family: var(--heading-font-family);
	font-size: 2.5rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.contacts__list dt:first-child {
	margin-top: 0;
}
.contacts__list dd {
	margin-top: 0.25rem;
	line-height: 1.5;
}
.contacts__list a {
	position: relative;
}
.contacts__list a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: 0.5em;
	border-top: 1px solid;
	opacity: 0.7;
	transition-duration: 0.25s;
	transition-property: opacity;
}
.contacts__list a:hover {
	text-decoration: none;
}
.contacts__list a:hover::after {
	opacity: 0;
}
.contacts__submit {
	margin-top: 1rem;
}
@media screen and (max-width: 999px) { /* tablet */
	.contacts__form {
		margin-top: 3rem;
	}
}



/*----------------------------------------------*/
/*                    FOOTER                    */
/*----------------------------------------------*/

/**/
/* foot contact */
/**/
.foot-contact__text {
	font-size: 0.875rem;
	line-height: 1.375;
	white-space: nowrap;
}


/**/
/* foot nav */
/**/
.foot-nav__list {
	list-style: none;
	padding: 0;
	font-size: 0.875rem;
	line-height: 1.25;
}
.foot-nav__list li {
	margin-top: 0.75rem;
	white-space: nowrap;
}


/**/
/* subscription */
/**/
.subscription__title {
	white-space: nowrap;
}
.subscription__submit {
	margin-top: 1rem;
}
.subscription__success {
	padding: 2.25rem 0;
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: 700;
	color: var(--primary-color);
}
@media screen and (max-width: 1199px) { /* laptop */
	.subscription {
		width: 16.5rem;
	}
	.subscription__title {
		white-space: normal;
	}
	.subscription__title br {
		display: none;
	}
}
@media screen and (max-width: 767px) { /* mobile */
	.subscription {
		margin: 0 auto;
	}
}


/**/
/* socials */
/**/
.socials__bbb {
	margin: 0.25rem 0 1.75rem;
}
.socials__buttons {
	display: flex;
}
.socials__buttons a {
	position: relative;
	display: block;
	width: 1.75rem;
	height: 1.75rem;
	margin-right: 0.5rem;
	border-radius: 50%;
	background-color: #b2b2b2;
	color: #e7e7e7;
	transition-duration: 0.25s;
	transition-property: background-color, color;
}
.socials__buttons a:hover {
	color: #fff;
}
.socials__buttons a:last-child {
	margin-right: 0;
}
.socials__buttons svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1rem;
	height: 1rem;
	margin: -0.5rem 0 0 -0.5rem;
}
.socials__buttons .fb:hover {
	background-color: #3b5998;
}
.socials__buttons .tw:hover {
	background-color: #1da1f2;
}
.socials__buttons .gp:hover {
	background-color: #dd4b39;
}
.socials__buttons .li:hover {
	background-color: #0077b5;
}
.socials__buttons .yt:hover {
	background-color: #ff0000;
}
@media screen and (max-width: 767px) { /* mobile */
	.socials__buttons {
		justify-content: center;
	}
}


/**/
/* terms nav */
/**/
.terms-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 4rem;
	font-size: 0.875rem;
	line-height: 1.5;
}
.terms-nav__item {
	margin-right: -1px;
	padding: 0 0.75rem;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
@media screen and (max-width: 767px) { /* mobile */
	.terms-nav {
		font-size: 0.75rem;
	}
}


