
/*  ==== RESET ==== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: 100%;
    font: inherit;*/
	vertical-align: baseline;
}

html {
	font-size: 10px;
}

html, body {
	height: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	line-height: inherit;
	min-width: 0;
	min-height: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

p {
	line-height: 1.2em;
	margin-bottom: 10px;
}

p:last-child {
	margin-bottom: 0;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.video-block-opt {
  text-align: center;
  margin-bottom: 25px;
}
.video-block-opt {
    position: relative;
    padding-bottom: 56.25%;
    
    height: 0;
    overflow: hidden;
  margin-top: 30px;
}

.video-block-opt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}

.container {
	max-width: 1310px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}
.colimg {max-height:470px}

@media (min-width: 2601px) {
  
	html {
		font-size: 15px;
	}
	.container {
		max-width: 2030px;
		padding-right: 30px;
		padding-left: 30px;
	}
	.row {
		margin-right: -30px;
		margin-left: -30px;
	}
	.col {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 15px;
	padding-left: 15px;
}
.colimg {max-height:600px}

body {
	background-color: #212121;
	font-weight: 400;
	font-size: 1.4rem;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	line-height: 1;
	position: relative;
	min-width: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 87px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

body.scrolled-body {
	padding-top: 60px;
}

h2, h3, h4, h5, b, strong {
	font-weight: 500;
}

/* .h1 {
    font-weight: 700;
    font-size: 2.4rem;
    color: #b52926;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
} */
.full-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.full-bg2 {
background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.full-width {
	max-width: 1920px;
	margin: 0 auto;
}

.all-wrapp {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	width: 100%;
}

.main {
	position: relative;
	
}

.title {
	font-weight: 800;
	font-size: 3.6rem;
	font-family: 'Cheque', serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	line-height: 1.2;
	margin-bottom: 65px;
}

.title-3 {
	font-weight: 400;
	font-size: 3rem;
	font-family: 'Cheque', serif;
	color: #fff;
	display: block;
	line-height: 1.2;
}
@media (max-width: 1801px) {
  .colimg {
    
    width: 100%;
   }
}
@media (max-width: 640px) {

  .video-block-opt {
      position: relative;
      padding-bottom: 56.25%;
     
      height: 0;
      overflow: hidden;
  }
  .video-block-opt iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }

}
@media (max-width: 767px) {
	.title {
		font-size: 3rem;
		margin-bottom: 40px;
	}
  .colimg {max-height:470px}
}

@media (max-width: 575px) {
	.title {
		font-size: 2.4rem;
		margin-bottom: 24px;
	}
  .colimg {max-height:470px}
}

.hide {
	display: none;
}

.img-full {
	width: 100%;
}

img.align-left {
	float: left;
	margin: 0 70px 30px 0;
  max-width:500px;
}

img.align-right {
	float: right;
	margin: 0 0 30px 70px;
}

@media (max-width: 991px) {
	img.align-left, img.align-right {
		float: none;
		display: block;
		margin: 0 auto 25px;
      width: 100%;
	}
  .colimg {max-height:470px}
}

/*=== BREADCRUMBS ===*/
.block-breadcrumbs {
	margin-bottom: 12px;
}

.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  padding: 58px 0 0px;
}

.breadcrumbs .item-breadcrumbs {
	font-weight: 400;
	font-size: 1.1rem;
	color: #fff;
	position: relative;
	padding-right: 25px;
	margin-bottom: 10px;
}

.breadcrumbs .item-breadcrumbs:after {
	position: absolute;
	display: block;
	content: "";
	content: '\f105';
	font-size: 1.1rem;
	font-family: FontAwesome;
	color: #fff;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -1px;
}

.breadcrumbs .item-breadcrumbs a {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.breadcrumbs .item-breadcrumbs a:hover {
	color: #e60d30;
}

.breadcrumbs .item-breadcrumbs:last-child {
	padding-right: 0;
}

.breadcrumbs .item-breadcrumbs:last-child:after {
	display: none;
}

.breadcrumbs .item-breadcrumbs:last-child a {
	cursor: default;
	color: #fff;
}

/*=== BREADCRUMBS ===*/
button {
	background: none;
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

button::-moz-focus-inner {
	border: 0 !important;
}

.btn {
	background: #e60d30;
	font-weight: 700;
	font-size: 1.6rem;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	text-align: center;
	height: 60px;
	line-height: 60px;
	padding: 0 55px;
	border: none;
	border-radius: 50px;
	border: 2px solid transparent;
	cursor: pointer;
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.btn span {
	position: relative;
	z-index: 1;
}

.btn:before {
	background: #333;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 0;
}

.btn:hover {
	
	border-color: #e60d30;
}

.btn:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.btn--icon {
	padding: 0 32px;
	text-align: left;
}

.btn--icon:after {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	top: 50%;
	right: 24px;
	border-top: 5px solid transparent;
	border-left: 8px solid #fff;
	border-bottom: 5px solid transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.h-group {
	text-align: center;
}

.h-group .h2 {
	font-weight: 800;
	font-size: 4.8rem;
	font-family: 'Cheque', serif;
	color: #000;
	text-transform: uppercase;
	margin: 10px 0;
}

.h-group .h3 {
	font-weight: 900;
	font-size: 1.6rem;
	color: #E60D30;
	text-transform: uppercase;
}

.h-group a.h3 {
	display: inline-block;
	border-bottom: 1px solid #E60D30;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.h-group a.h3:hover {
	border-color: transparent;
}

.vh-110 {
	height: 110vh;
}
.vh-70 {
    height: 70vh;
}
.vh-80 {
  height:110vh;
}
.bg-1 {
	background: #212121;
}

.bg-2 {
	background: #e0dde6;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1200px) {
	.h-group .h2 {
		font-size: 3.6rem;
	}
	.h-group .h3 {
		font-size: 1.5rem;
	}
}

@media (max-width: 991px) {
	body {
		padding-top: 70px;
	}
	body.scrolled-body {
		padding-top: 50px;
	}
  .vh-80 {
  height:70vh;
}
}

@media (max-width: 767px) {
	.btn {
		font-size: 1.3rem;
		height: 45px;
		line-height: 43px;
		padding: 0 45px;
	}
}

@media (max-width: 660px) {
	.container-fluid {
		padding-right: 10px;
		padding-left: 10px;
	}
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
	.row {
		margin-right: -10px !important;
		margin-left: -10px !important;
	}
	.col {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
}

@media (max-width: 575px) {
	.main {
		padding: 0px 0 55px;
	}
	.h-group .h2 {
		font-size: 3rem;
		margin: 3px 0 6px;
	}
	.h-group .h3 {
		font-size: 1.2rem;
	}
}

/*  === SPRITE === */
/*== rang ==*/
/*-------------------------------------------------------------- RANGE -----------------------------------------*/
.slider-range {
	width: 100%;
}

#range-1 {
	width: 100%;
}

.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 8px;
	height: 8px;
	cursor: default;
	background: #e60d30;
	cursor: pointer;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/* 		&:nth-of-type(2) {
			margin-left: -5px;
		} */
}

.ui-slider .ui-slider-handle:hover {
	background: #212121;
}

.ui-slider .ui-slider-handle .ui-slider-handle__number {
	background: transparent;
	font-weight: 500;
	font-size: 1.1rem;
	color: #000;
	position: absolute;
	display: inline-block;
	text-align: center;
	width: 35px;
	color: #000;
	border: none;
	top: 13px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	overflow: hidden;
}

.ui-slider-horizontal {
	height: 3px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -3px;
}

.ui-slider-horizontal .ui-slider-handle--max {
	-webkit-transform: translateX(-7px);
	transform: translateX(-7px);
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-widget-content {
	height: 2px;
	background: #c8c8c8;
}

.ui-widget-header {
	background: #e60d30;
}

.ui-corner-all {
	border-radius: 2px;
}

.formCost {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

.rang-label-input {
	margin-bottom: 7px;
}

/*== select ==*/
.select-block {
	position: relative;
}

.select-block select.select {
	width: 0;
}

.selectbox {
	position: relative;
	display: block !important;
	cursor: pointer;
	z-index: 2;
	max-width: 100%;
}

.selectbox .select {
	background: transparent;
	height: 50px;
	padding: 0 15px 0 0;
	border: none;
	float: none !important;
	max-width: 100%;
	opacity: 1;
	z-index: 1 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.selectbox .select .text {
	font-style: normal;
	font-weight: 500;
	font-size: 1.4rem;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 3px 0;
}

.selectbox .trigger {
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.selectbox .trigger .arrow:after {
	font-style: normal;
	content: '\f107';
	font-size: 2rem;
	font-family: FontAwesome;
	display: block;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.selectbox .trigger:hover .arrow:after {
	color: #751397;
	-webkit-transform: scale(1.3) rotate(90deg);
	transform: scale(1.3) rotate(90deg);
}

.selectbox .dropdown {
	background: #fff;
	top: 100%;
	right: 0;
	width: 200px;
	text-align: left;
	margin: 0;
	padding: 0;
	z-index: 8;
	-webkit-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

.selectbox .dropdown li {
	font-size: 1.2rem;
	color: #000;
	padding: 8px 5px 8px 15px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.selectbox .dropdown li.selected, .selectbox .dropdown li.sel, .selectbox .dropdown li:hover {
	background: #e60d30;
	color: #FFF;
}

/* ! == FORM ==*/
::-webkit-input-placeholder {
	font-weight: 500;
	font-size: 1.4rem;
	color: #000;
	opacity: 1;
}

:-moz-placeholder {
	font-weight: 500;
	font-size: 1.4rem;
	color: #000;
	opacity: 1;
}

::-moz-placeholder {
	font-weight: 500;
	font-size: 1.4rem;
	color: #000;
	opacity: 1;
}

:-ms-input-placeholder {
	font-weight: 500;
	font-size: 1.4rem;
	color: #000;
	opacity: 1;
}

.form-group.row {
	margin: 0 -10px;
}

.form-group.row .block-input.col {
	padding: 0 10px;
	margin-bottom: 20px;
}

.block-input input, .block-message textarea {
	background: #fff;
	font-weight: 500;
	font-size: 1.4rem;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	display: block;
	width: 100%;
	padding: 0 10px 0 22px;
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	border: 1px solid #b2b2b2;
}

.block-input input:focus, .block-input input:active, .block-input input:visited, .block-input input.valid, .block-message textarea:focus, .block-message textarea:active, .block-message textarea:visited, .block-message textarea.valid {
	background: #fff;
	color: #333;
}

.block-input input:focus ::-webkit-input-placeholder, .block-input input:active ::-webkit-input-placeholder, .block-input input:visited ::-webkit-input-placeholder, .block-input input.valid ::-webkit-input-placeholder, .block-message textarea:focus ::-webkit-input-placeholder, .block-message textarea:active ::-webkit-input-placeholder, .block-message textarea:visited ::-webkit-input-placeholder, .block-message textarea.valid ::-webkit-input-placeholder {
	color: #333;
}

.block-input input:focus :-moz-placeholder, .block-input input:active :-moz-placeholder, .block-input input:visited :-moz-placeholder, .block-input input.valid :-moz-placeholder, .block-message textarea:focus :-moz-placeholder, .block-message textarea:active :-moz-placeholder, .block-message textarea:visited :-moz-placeholder, .block-message textarea.valid :-moz-placeholder {
	color: #333;
}

.block-input input:focus ::-moz-placeholder, .block-input input:active ::-moz-placeholder, .block-input input:visited ::-moz-placeholder, .block-input input.valid ::-moz-placeholder, .block-message textarea:focus ::-moz-placeholder, .block-message textarea:active ::-moz-placeholder, .block-message textarea:visited ::-moz-placeholder, .block-message textarea.valid ::-moz-placeholder {
	color: #333;
}

.block-input input:focus :-ms-input-placeholder, .block-input input:active :-ms-input-placeholder, .block-input input:visited :-ms-input-placeholder, .block-input input.valid :-ms-input-placeholder, .block-message textarea:focus :-ms-input-placeholder, .block-message textarea:active :-ms-input-placeholder, .block-message textarea:visited :-ms-input-placeholder, .block-message textarea.valid :-ms-input-placeholder {
	color: #000;
}

/*.block-input input:hover, .block-message textarea:hover, .block-input input:focus, .block-message textarea:focus {
    background: #fff;
}*/
.block-input {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.block-input input {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 45px;
	border-radius: 50px;
}

.block-message textarea {
	text-align: left;
	min-height: 111px;
	max-height: 111px;
	min-width: 100%;
	max-width: 100%;
	padding: 24px 10px 10px 22px;
}

label.error {
	display: none !important;
}

.form-button {
	margin-top: 29px;
}

.form-button .form-btn {
	background: #C4C4C4;
	font-weight: 900;
	font-size: 2.4rem;
	color: #424242;
	display: inline-block;
	width: 100%;
	height: 65px;
	text-align: center;
	line-height: 65px;
	cursor: pointer;
	overflow: hidden;
	border: none;
	z-index: 1;
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.form-button .form-btn:hover {
	background: #424242;
	color: #C4C4C4;
}

@media (max-width: 420px) {
	.form-group.row .block-input.col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

/* === HEADER === */
.header {
	background: #fff;
	position: fixed;
	width: 100%;
	height: 87px;
	top: 0;
	left: 0;
	z-index: 100;
	padding-left: 53px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header:before {
	background: #d3d1ce;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
}

.header.scrolled {
	height: 60px;
}

.header.scrolled .cart-link .cart-link__number {
	top: 5px;
}

.header .header--row, .header .header-one, .header .box-main-menu, .header .main-menu, .header .main-menu .menu-item,
.header .main-menu .menu-item .menu-item__link, .header .header-second, .header .header-second .header-cart, .header .header-second .header-cart .cart-link {
	height: 100%;
}

.header .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header .logo {
	display: inline-block;
}

.header-one {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.box-main-menu {
	margin-left: 87px;
}

/* ==== MAIN MENU ===== */
.main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-menu li a {
	font-weight: 700;
	font-size: 1.2rem;
	color: #212121;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.main-menu li a:hover {
	color: #fff;
}

.main-menu .menu-item {
	display: block;
}

.main-menu .menu-item:hover .menu-item__link {
	background: #212121;
	color: #fff;
}

.main-menu .menu-item:hover .menu-item__link:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.main-menu .menu-item:hover .sub-menu {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.main-menu .menu-item .menu-item__link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 87px;
	line-height: 1.4;
	padding: 10px 25px;
}

.main-menu .menu-item .menu-item__link:after {
	background: #e60d30;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 3px;
	bottom: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.main-menu .menu-item.active .menu-item__link {
	background: #454545;
	color: #fff;
}

.main-menu .menu-item.active .menu-item__link:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.main-menu .menu-item.active a:hover {
	
}

.main-menu .sub-menu {
	background: #fff;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	padding: 55px 30px 60px;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.main-menu .sub-menu .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-menu .sub-menu .menu-banner {
	text-align: right;
	padding-top: 13px;
}

.sub-menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sub-menu__list .sub-menu__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 14px;
}

.sub-menu__list a {
	padding: 11px 18px;
	border-radius: 25px;
}

.sub-menu__list a:hover {
	background: #e60d30;
}

.close-menu {
	display: none;
}

.header-second {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-second .header-search {
	position: relative;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	margin-right: 18px;
}

.header-second .header-login {
	margin-right: 39px;
}

/*--- search --- */
.header-search .btn-search--open {
	font-size: 2.4rem;
	color: #b2b1b1;
}

.header-search .btn-search--desktop {
	position: absolute;
	top: 50%;
	right: 21px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-search:hover .form-search {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.block-search .form-search {
	background: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 48px;
	padding: 0 20px 0 22px;
	border: 1px solid #d3d1cf;
	border-radius: 25px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.block-search input {
	background: none;
	border: none;
	width: calc(100% - 30px);
}

.block-search .btn-search {
	font-size: 2.4rem;
	color: #212121;
}

.block-search .btn-search--form:hover {
	color: #e60d30;
}

/*--- search --- */
.login-link {
	font-size: 2.5rem;
	color: #b2b1b1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.login-link:hover {
	color: #e60d30;
}

.cart-link {
	background: #e60d30;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90px;
	height: 87px;
	text-align: center;
}

.cart-link img {
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cart-link .cart-link__number {
	background: #423189;
	font-weight: 500;
	font-size: 1.2rem;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	position: absolute;
	display: block;
	/* display: flex;
        justify-content: center;
        align-items: center; */
	line-height: 1;
	width: 21px;
	height: 21px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	top: 14px;
	right: 12px;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.cart-link:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* === button menu open === */
.button-menu {
	background-color: transparent;
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: 20px;
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	padding: 0;
	margin-top: -6px;
}

.button-menu:focus, .button-menu:hover {
	background-color: transparent;
}

.button-menu span {
	background-color: #212121;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 4px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 2px;
}

.button-menu span:before, .button-menu span:after {
	background-color: inherit;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 2px;
}

.button-menu span:before {
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}

.button-menu span:after {
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}

.button-menu.active span {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.button-menu.active span:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.button-menu.active span:after {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

/* === button menu open === */
@media (max-width: 1460px) {
	.header {
		padding-left: 15px;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1460px) {
	.box-main-menu {
		margin-left: 40px;
	}
	.main-menu li a {
		font-size: 1.1rem;
	}
	.main-menu .menu-item .menu-item__link {
		padding: 10px 15px;
	}
}

@media (min-width: 1201px) {
	.header-second {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 22.8%;
		flex: 0 0 22.8%;
		max-width: 22.8%;
	}
}

@media (max-width: 1200px) {
	.header .main-menu, .header .main-menu .menu-item,
	.header .main-menu .menu-item .menu-item__link {
		height: auto;
	}
	.header-button {
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 24px;
		flex: 0 0 24px;
		max-width: 24px;
		margin: -2px 30px 0 0;
	}
  .header-tel {
		display: block;
	}
	.box-main-menu {
		background: rgba(1, 1, 1, 0.95);
		position: fixed;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		text-align: left;
		z-index: 999;
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
		-webkit-transition: .3s;
		transition: .3s;
		padding: 50px 20px 25px;
	}
	.box-main-menu .wrapp-inner {
		padding: 20px 20px 20px 15px;
	}
	.box-main-menu.open {
		overflow: hidden;
		overflow-y: auto;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.box-main-menu.open .main-menu {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.main-menu {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
		-webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
		transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	.main-menu li a {
		font-size: 1.5rem;
		color: #fff;
	}
	.main-menu li a:hover {
		color: #E60D30;
	}
	.main-menu .sub-menu {
		background: transparent;
		position: relative;
		height: 0;
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transform-origin: left top;
		transform-origin: left top;
		top: auto;
		left: auto;
		padding: 0;
		opacity: 0;
		-webkit-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	.main-menu .sub-menu.sub-menu--open {
		height: auto;
		padding-bottom: 10px;
		opacity: 1;
	}
	.main-menu .sub-menu.sub-menu--open .sub-menu__list .sub-menu__item a {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transition: 0.6s;
		transition: 0.6s;
		padding: 5px 0;
	}
	.main-menu .sub-menu .menu-banner {
		display: none;
	}
	.main-menu .menu-item {
		position: relative;
		display: inline-block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0 20px;
		text-align: center;
		border-bottom: 1px dotted #999;
	}
	.main-menu .menu-item .menu-item__link {
		display: inline-block;
		height: auto;
		padding: 8px 0;
	}
	.main-menu .menu-item .menu-item__link:after {
		display: none;
	}
	.main-menu .menu-item .menu-item__link:hover {
		color: #E60D30;
	}
	.main-menu .menu-item.active .menu-item__link, .main-menu .menu-item:hover .menu-item__link {
		background: transparent;
	}
	.main-menu .menu-item .sub-button {
		font-weight: 700;
		font-size: 2.4rem;
		color: #E60D30;
		display: block;
		position: absolute;
		top: 6px;
		right: 1px;
		z-index: 5;
		cursor: pointer;
		opacity: .8;
	}
	.main-menu .menu-item .sub-button.active {
		color: #fff;
	}
	.sub-menu__list .sub-menu__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0;
	}
	.sub-menu__list .sub-menu__item a {
		font-size: 1.1rem;
		padding: 0;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: center top;
		transform-origin: center top;
	}
	.sub-menu__list .sub-menu__item a:hover {
		background: transparent;
		color: #E60D30;
	}
	.close-menu {
		color: #f00;
		display: block;
		font-weight: 900;
		font-size: 36px;
		position: absolute;
		right: 40px;
		top: 40px;
	}
}

@media (max-width: 991px) {
	.header {
		height: 70px;
	}
	.header.scrolled {
		height: 50px;
	}
	.header-one {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 210px;
		flex: 0 0 210px;
		max-width: 210px;
	}
	.block-search .form-search {
		height: 35px;
	}
}

@media (max-width: 660px) {
	.header-one {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 135px;
		flex: 0 0 135px;
		max-width: 135px;
	}
}

@media (max-width: 575px) {
	.header {
		padding-right: 10px;
		padding-left: 10px;
	}
	.header-second .header-login {
		margin-right: 26px;
	}
	.login-link {
		font-size: 2rem;
	}
	.header-cart {
		margin-right: 8px;
	}
	.cart-link {
		background: transparent;
		width: auto;
	}
	.cart-link .cart-link__img--1 {
		display: none;
	}
	.cart-link .cart-link__img--2 {
		display: inline-block;
	}
	.cart-link .cart-link__number {
		display: none;
	}
	.cart-link:hover {
		background: transparent;
	}
	.header-search .btn-search--open {
		font-size: 2.2rem;
	}
	.block-search .btn-search {
		font-size: 2.2rem;
	}
}

@media (max-width: 440px) {
	.header-second {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 145px;
		flex: 0 0 145px;
		max-width: 145px;
	}
	.header-second .header-search {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: static;
		margin-right: 5px;
	}
	.header-search .btn-search--desktop {
		display: none;
	}
	.header-search .btn-search--mobile {
		display: inline-block;
	}
	.header-search .block-search {
		background: #fff;
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100vw;
		top: 50%;
		right: 0;
		-webkit-transform: translate(150%, -50%);
		transform: translate(150%, -50%);
		-webkit-transform-origin: right center;
		transform-origin: right center;
		z-index: 5;
		padding: 5px 10px;
		-webkit-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.header-search .block-search.open {
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.header-search .block-search .form-search {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		margin-right: 20px;
	}
	.header-search .block-search .btn-search--close {
		display: inline-block;
	}
}

/* === PROMO === */
.promo-slider {
	width: 100%;
	height: 110vh;
}

.promo-slider .promo-slider__wrapper, .promo-slider .promo-slider__item, .promo-slider .promo-slider__inner {
	height: 100%;
}

.promo-slider .promo-slider__inner {
	position: relative;
}

.promo-slider .promo-slider__inner:before, .promo-slider .promo-slider__inner:after {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	left: 0;
	z-index: 0;
}

.promo-slider .promo-slider__inner:before {
	background: -webkit-gradient(linear, left bottom, left top, from(#212121), color-stop(30%, rgba(33, 33, 33, 0.8)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(to top, #212121 0%, rgba(33, 33, 33, 0.8) 30%, rgba(0, 0, 0, 0) 100%);
	height: 60%;
	bottom: 0;
}

.promo-slider .promo-slider__inner:after {
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
	height: 20%;
	top: 0;
}

.promo-slider .promo-slider__content {
	position: relative;
	height: 100%;
	z-index: 2;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 74px 0 110px;
}

.promo-slider .promo-slider__body {
	margin-bottom: 50px;
}

.promo-slider .promo-slider__hgroup {
	
}

.promo-slider .promo-slider__h2 span {

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	font-size: 14.8rem;
	font-family: 'Cheque', serif;
	color: #47368C;
  text-shadow: 1px 0 1px #423189, 0 1px 4px #fff, -1px 0 44px #fff
}

.promo-slider .promo-slider__h2 strong {
	font-weight: 700;
	font-size: 7.4rem;
	font-family: 'Montserrat', sans-serif;
	color: #212121;
	text-transform: uppercase;
	display: block;
	margin-top: 0px;
}

.promo-slider .promo-slider__bottom .btn {
	-webkit-box-shadow: 0 0 50px rgba(230, 13, 48, 0.9);
	box-shadow: 0 0 50px rgba(230, 13, 48, 0.9);
}

.promo-slider .promo-slider__bottom .btn:hover {
	-webkit-box-shadow: 0 0 0 rgba(230, 13, 48, 0);
	box-shadow: 0 0 0 rgba(230, 13, 48, 0);
}

.swiper-pagination-current:before, .swiper-pagination-total:before {
	content: "0";
}

.swiper-pagination {
	font-weight: 700;
	font-size: 1.4rem;
	color: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.swiper-pagination .swiper-pagination-current {
	font-size: 3rem;
	margin-right: 12px;
}

.swiper-pagination .swiper-pagination-total {
	margin-left: 12px;
}

.slider-nav--promo {
	position: absolute;
	width: 100%;
	bottom: 260px;
	left: 0;
}

.slider-nav--promo .slider-nav__wrapp {
	max-width: 1060px;
}

.slider-nav--promo .slider-nav__pagination {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 110px;
	flex: 0 0 110px;
	max-width: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slider-nav--promo .swiper-pagination {
	bottom: auto;
	left: auto;
}

.slider-nav--promo .slider-nav__nav {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	max-width: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.slider-nav {
	position: relative;
	z-index: 3;
	padding: 0 15px;
}

.slider-nav .slider-nav__wrapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
}

.slider-nav .slider-nav__col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.slider-nav .slider-nav__scrollbar {
	height: 1px;
	padding-right: 27px;
}

.slider-nav .swiper-scrollbar {
	background: rgba(255, 255, 255, 0.5);
	opacity: 1 !important;
	height: 100%;
}

.slider-nav .swiper-scrollbar .swiper-scrollbar-drag {
	background: #e60d30;
	height: 100%;
}

.slider-nav .block-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.slider-nav .slider-btn {
	position: relative;
	background: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid #fff;
	top: auto;
	right: auto;
	left: auto;
	margin: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/* .fa {
            font-size: 1.6rem;
            color: #fff;
            @include all-transition();
        } */
}

.slider-nav .slider-btn:before {
	background: #e60d30;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	z-index: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slider-nav .slider-btn:after {
	position: relative;
	content: '';
	width: 0;
	height: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slider-nav .slider-btn.btn-prev {
	/* &:hover {
                &:after {
                    border-right-color: #e60d30;
                }
            } */
}

.slider-nav .slider-btn.btn-prev:after {
	border-top: 5px solid transparent;
	border-right: 8px solid #fff;
	border-bottom: 5px solid transparent;
}

.slider-nav .slider-btn.btn-next {
	/* &:hover {
                &:after {
                    border-left-color: #e60d30;
                }
            } */
}

.slider-nav .slider-btn.btn-next:after {
	border-top: 5px solid transparent;
	border-left: 8px solid #fff;
	border-bottom: 5px solid transparent;
	margin-left: 3px;
}

.slider-nav .slider-btn:hover:not(.swiper-button-disabled) {
	border-color: #e60d30;
}

.slider-nav .slider-btn:hover:not(.swiper-button-disabled):before {
	-webkit-transform: scale(1) rotate(60deg);
	transform: scale(1) rotate(60deg);
	border-radius: 50%;
}

@media (max-width: 1300px) {
	.promo-slider .promo-slider__h2 span {
		font-size: 14rem;
	}
	.promo-slider .promo-slider__h2 strong {
		font-size: 6rem;
		margin-top: 0px;
	}
}

@media (max-width: 991px) {
	.promo-slider .promo-slider__h2 span {
		font-size: 10rem;
	}
	.promo-slider .promo-slider__h2 strong {
		font-size: 4rem;
		margin-top: 0px;
	}
}

@media (max-width: 767px) {
	.promo-slider {
		height: 100vh;
	}
	.promo-slider .promo-slider__content {
		padding-top: 68px;
	}
	.promo-slider .promo-slider__body img {
		width: 108px;
	}
	.promo-slider .promo-slider__h2 span {
		font-size: 7rem;
	}
	.promo-slider .promo-slider__h2 strong {
		font-size: 3rem;
		margin-top: 0px;
	}
}

@media screen and (orientation: landscape) and (max-height: 600px) {
	/*     .promo-slider {
        height: 125vh;
    } */
	/*     .slider-nav--promo {
        bottom: 65px;
    }
    .swiper-pagination .swiper-pagination-current {
        font-size: 2.2rem;
    } */
	.promo-slider .promo-slider__content {
		padding: 44px 0 60px;
	}
	.slider-nav--promo {
		bottom: 190px;
	}
}

@media (max-width: 575px) {
	.promo-slider .promo-slider__content {
		padding-bottom: 147px;
	}
	.promo-slider .promo-slider__h2 span {
		font-size: 4.5rem;
      text-shadow: 1px 0 1px #423189, 0 1px 4px #fff, -1px 0 44px #fff
	}
	.promo-slider .promo-slider__h2 strong {
		font-size: 2.4rem;
		margin-top: 0px;
		font-weight: 500;
	}
	.slider-nav .slider-nav__wrapp {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.slider-nav .slider-nav__pagination, .slider-nav .slider-nav__scrollbar {
		display: none;
	}
	.slider-nav--promo {
		bottom: 112px;
	}
}

/* === HIT === */
.section-hit {
	padding: 200px 0 88px;
}

.section-hit .h2 {
	color: #fff;
}

.products-slider {
	width: 100%;
	height: auto;
	margin-top: 90px;
}

.products-slider .pagination--style {
	bottom: 0;
	margin: 12px 0;
}

.product-item {
	position: relative;
	display: block;
	height: 100%;
}

.product-item .product-item__img {
	position: relative;
	height: 470px;
	text-align: center;
}

.product-item .product-item__img:before {
	background: #2c2c2c;
	position: absolute;
	display: block;
	content: "";
	width: 335px;
	height: 335px;
	border-radius: 50%;
	z-index: 0;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.product-item .product-item__img img {
	position: relative;
}

.product-item:hover .product-item__img:before {
	background: radial-gradient(ellipse at center, #423189 0%, #423189 31%, #24232b 50%, rgba(33, 33, 33, 0.96) 52%, rgba(33, 33, 33, 0) 99%, rgba(33, 33, 33, 0) 100%);
	opacity: .6;
}

.product-item .product-item__info {
	position: absolute;
	top: 67%;
	left: 50%;
	z-index: 2;
	margin-left: -7px;
}

.product-item .product-item__info .product-item__desc {
	font-weight: 800;
	font-size: 1.2rem;
	font-family: 'Cheque', serif;
	color: #8C8C8C;
}

.product-item .product-item__info .product-item__title {
	font-weight: 700;
	font-size: 1.4rem;
	color: #fff;
	display: block;
	margin: 7px 0 19px;
}

.product-item .product-item__info .price {
	font-weight: 900;
	font-size: 2.4rem;
	color: #e60d30;
}

.pagination--style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pagination--style .swiper-pagination-bullet {
	background: #2c2c2c;
	position: relative;
	width: 14px;
	height: 14px;
	margin: 0 12px !important;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	/* &:hover {
            background: #e60d30;
            &:before {
                opacity: 1;
            }
        } */
}

.pagination--style .swiper-pagination-bullet:before {
	background: #e60d30;
	position: absolute;
	display: block;
	content: "";
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	top: 50%;
	left: 50%;
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pagination--style .swiper-pagination-bullet-active {
	background: #e60d30;
}

.pagination--style .swiper-pagination-bullet-active:before {
	opacity: 1;
}

@media (max-width: 1460px) {
	.product-item .product-item__img {
		height: 370px;
	}
	.product-item .product-item__img:before {
		width: 265px;
		height: 265px;
	}
}

@media (max-width: 1200px) {
	.section-hit {
		padding: 100px 0;
	}
	.products-slider .pagination--style {
		margin-top: 50px;
	}
	.product-item .product-item__img {
		height: 280px;
	}
	.product-item .product-item__img:before {
		width: 200px;
		height: 200px;
	}
}

@media (max-width: 767px) {
	.section-hit {
		padding: 80px 0;
	}
	.pagination--style .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 10px !important;
	}
}

@media (max-width: 575px) {
	.section-hit {
		padding: 40px 0 60px;
	}
	.section-hit .h-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.section-hit .h-group .h2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 6px;
	}
	.section-hit .h-group .h3 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.products-slider {
		margin-top: 80px;
	}
	.products-slider .pagination--style {
		margin-top: 35px;
	}
	.product-item .product-item__img {
		height: 355px;
	}
	.product-item .product-item__img:before {
		width: 250px;
		height: 250px;
	}
}

@media (max-width: 360px) {
	.product-item .product-item__info {
		top: 67.5%;
	}
	.product-item .product-item__info .product-item__desc {
		font-size: 0.9rem;
	}
	.product-item .product-item__info .product-item__title {
		font-size: 1.1rem;
		margin: 5px 0 13px;
	}
	.product-item .product-item__info .price {
		font-size: 1.8rem;
	}
}

/* === INSTAGRAM === */
.section-instagram {
	padding: 121px 0 217px;
}

.section-instagram .section-instagram__wrapp {
	
	margin: 0 auto;
	overflow: hidden;
}

.section-instagram .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: -20px;
	margin-left: -20px;
}

.section-instagram .row .col {
	padding-right: 20px;
	padding-left: 20px;
}

.item-insta .block-wrapp {
	position: relative;
	line-height: 0;
}

.item-insta img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.item-insta .block-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.item-insta .item-insta__title {
	font-weight: 400;
	font-size: 4.8rem;
	font-family: 'Cheque', serif;
	color: #fff;
	display: block;
	line-height: 1.21;

}

.item-insta .insta-link {
	font-weight: 400;
	font-size: 2.4rem;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 35px;
}

.item-insta .insta-link br {
	display: none;
}

.item-insta .insta-link .fa {
	font-size: 3.4rem;
	vertical-align: middle;
	margin-right: 16px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.item-insta .insta-link .insta-link__one {
	color: #e60d30;
	position: relative;
}

.item-insta .insta-link .insta-link__one:after {
	background: #e60d30;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	bottom: -1px;
	left: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.item-insta .insta-link:hover .insta-link__one:after {
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.item-insta .insta-link:hover .fa {
	color: #e60d30;
}

.item-insta--one {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.item-insta--center {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66666%;
	flex: 0 0 66.66666%;
	max-width: 66.66666%;
}

.item-insta--center .item-insta__img .block-wrapp {
	height: 100%;
}

.item-insta--center .item-insta__img img {
	height: 100%;
}

.item-insta__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.item-insta__info .row {
	margin-top: 44px;
}

@media (max-width: 1700px) {
	.item-insta .insta-link {
		font-size: 2rem;
	}
}

@media (max-width: 1540px) {
	.item-insta .item-insta__title {
		font-size: 3.6rem;
		margin-top: -10px;
	}
	.item-insta .insta-link {
		font-size: 1.8rem;
	}
}

@media (max-width: 1400px) {
	.section-instagram .row {
		margin-right: -10px;
		margin-left: -10px;
	}
	.section-instagram .row .col {
		padding-right: 10px;
		padding-left: 10px;
	}
	.item-insta .item-insta__title {
		font-size: 3rem;
		margin-top: -8px;
	}
	.item-insta .insta-link {
		font-size: 1.4rem;
	}
	.item-insta .insta-link .fa {
		font-size: 2.6rem;
	}
}

@media (max-width: 1200px) {
	.section-instagram {
		padding: 60px 0 140px;
	}
}

@media (max-width: 1100px) {
	.item-insta .insta-link {
		font-size: 1.2rem;
	}
}

@media (max-width: 991px) {
	.section-instagram {
		padding: 40px 0 100px;
	}
	.section-instagram .section-instagram__wrapp {
		padding: 0 15px;
	}
	.list-instagram .item-insta--one, .list-instagram .item-insta--last {
		display: none;
	}
	.list-instagram .item-insta--center {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.item-insta .insta-link {
		margin-top: 20px;
	}
	.item-insta__info .row {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.item-insta .item-insta__title {
		font-size: 2.4rem;
		margin-top: -6px;
	}
	.item-insta .insta-link {
		font-size: 1.05rem;
	}
	.item-insta .insta-link .fa {
		font-size: 2.4rem;
		margin-right: 8px;
	}
}

@media (max-width: 575px) {
	.section-instagram {
		padding: 65px 0 59px;
	}
	.item-insta__info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 37px;
	}
	.item-insta__info .row {
		display: none;
	}
	.item-insta .item-insta__info__one {
		text-align: center;
	}
	.item-insta .item-insta__title {
		font-size: 3.1rem;
	}
	.item-insta .insta-link {
		font-size: 1.5rem;
		margin-top: 23px;
	}
	.item-insta .insta-link br {
		display: block;
	}
	.item-insta .insta-link .insta-link__one {
		display: inline-block;
		margin: 9px 0 3px;
	}
}

/* === CATALOG === */
.item-catalog {
	/*background-attachment: fixed;*/
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	
	padding: 50px 0 100px;
}

.item-catalog:before {
	background-color: rgba(33, 33, 33, 0.5);
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.item-catalog .item-catalog__text {
	position: relative;
	width: 100%;
	z-index: 2;
}

.item-catalog .item-catalog__title {
	font-weight: 700;
	font-size: 4.8rem;
	color: #fff;
	display: block;
	line-height: 1.1;
}

.item-catalog .item-catalog__desc {
	font-weight: 400;
	font-size: 1.8rem;
	color: #fff;
	display: block;
	line-height: 1.2;
	margin-top: 14px;
}

.item-catalog .item-catalog__btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 330px;
	flex: 0 0 330px;
	max-width: 330px;
	text-align: right;
}

@media (max-width: 1200px) {
	.item-catalog .item-catalog__title {
		font-size: 4rem;
	}
	.item-catalog .item-catalog__desc {
		font-size: 1.6rem;
	}
}

@media (max-width: 991px) {
	.item-catalog .item-catalog__title {
		font-size: 3.6rem;
	}
	.item-catalog .item-catalog__desc {
		font-size: 1.4rem;
	}
}

@media (max-width: 767px) {
	.item-catalog {
		text-align: center;
	}
	.item-catalog .item-catalog__title span {
		display: block;
	}
	.item-catalog .item-catalog__btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		margin-top: 30px;
	}
}

@media (max-width: 440px) {
	.item-catalog {
		padding: 50px 0 57px;
	}
	.item-catalog .item-catalog__title {
		font-size: 2.2rem;
		line-height: 1.15;
	}
	.item-catalog .item-catalog__desc {
		display: none;
	}
}

/* === VIDEO === */
.section-video {
	position: relative;
	padding: 76px 0 30px;
	z-index: 2;
}

.section-video .h-group .h2 {
	margin-top: 0;
}

.section-video .video-wrapp {
	margin-top: 82px;
}

.section-video .video-wrapp .container {
	padding: 0 35px;
}

.video-slider .swiper-slide {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.video-slider .slider-nav--video {
	width: 110px;
	padding: 0;
	margin: 43px auto 0;
}

.video-slider .slider-nav .slider-btn {
	border-color: #212121;
}

.video-slider .slider-nav .slider-btn.btn-prev:after {
	border-right-color: #212121;
}

.video-slider .slider-nav .slider-btn.btn-next:after {
	border-left-color: #212121;
}

@media (max-width: 1200px) {
	.section-video {
		padding: 150px 0 100px;
	}
	/*     .video-slider .swiper-wrapper {
        height: 520px;
    } */
}

@media (min-width: 992px) {
	.video-slider .swiper-wrapper {
		height: 50em;
	}

	.video-slider .swiper-slide {
		height: auto;
		-webkit-transform: scale(0.95, 0.8);
		transform: scale(0.95, 0.8);
	}
	.video-slider .swiper-slide:before, .video-slider .swiper-slide:after {
		position: absolute;
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		opacity: 0.6;
	}
	.video-slider .swiper-slide:not(.swiper-slide-active) {
		cursor: pointer;
	}

	.video-slider .swiper-slide .video-container {
		position: relative;
		width: 100%;
		height: 100%;
		padding: 0;
	}
	.video-slider .swiper-slide-active {
		z-index: 5;
		-webkit-transform: scale(1);
		transform: scale(1);
		/*             .video-container {
                width: 200%;
                transform: translateX(-25%);
            }  */
	}
	.video-slider .swiper-slide-active:after {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
	}
}

@media (max-width: 991px) {
	.section-video {
		padding: 100px 0 60px;
	}
	.section-video .video-wrapp {
		margin-top: 60px;
	}
	.section-video .video-wrapp .container {
		padding: 0;
	}
	.video-slider .swiper-wrapper {
		height: auto;
	}
	.video-slider:before, .video-slider:after {
		display: none;
	}
}

@media (max-width: 767px) {
	.section-video {
		padding: 80px 0 30px;
	}
	.section-video .video-wrapp {
		margin-top: 45px;
	}
}

@media (max-width: 575px) {
	.section-video {
		background: transparent;
		padding: 0;
	}
	.section-video .h-group {
		background: #e0dde6;
		padding: 75px 0 45px;
	}
	.section-video .h-group .h2 {
		margin-bottom: 4px;
	}
	.section-video .video-wrapp {
		margin-top: 0;
	}
	.video-slider .slider-nav--video {
		width: 90px;
	}
	.video-slider .slider-nav {
		    margin-top: 30px;
    margin-bottom: 30px;
	}
	.video-slider .slider-nav .slider-btn {
		width: 36px;
		height: 36px;
      border-color: #ffffff;
	}
	.video-slider .slider-nav .slider-btn.btn-prev:after {
		border-top-width: 4px;
		border-right-width: 7px;
		border-bottom-width: 4px;
      border-right-color: #ffffff;
	}
	.video-slider .slider-nav .slider-btn.btn-next:after {
		border-top-width: 4px;
		border-left-width: 7px;
		border-bottom-width: 4px;
      border-left-color: #ffffff;
	}
}
@media (min-width: 2000px) {
	.video-slider .swiper-wrapper {
		height: 70em;
	}
}
/* === FIGURE === */
.block-figure {
	position: relative;
	display: block;
	line-height: 0;
}

.block-figure img {
	width: 100%;
}

@media (max-width: 575px) {
	.block-figure {
		height: 330px;
		padding-top: 50px;
		margin-top: -85px;
	}
	.block-figure img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

/* === ABOUT === */
.section-about {
	padding: 200px 0 180px;
	padding-left: calc(50% - 640px);
}

.block-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 50%;
}

.block-about .block-about__left, .block-about .block-about__right {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.block-about .block-about__left {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 510px;
	flex: 0 0 510px;
	max-width: 510px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.block-about .block-about__left .block-about__title {
	font-weight: 400;
	font-size: 10rem;
	font-family: 'Cheque', serif;
	color: #fff;
	display: block;
	line-height: 1.2;
	margin-top: -18px;
}

.block-about .block-about__left .btn {
	width: 235px;
	margin-top: 37px;
}

.block-about .block-about__right {
	padding-left: 41px;
}

.about-slider:after {
	background: -webkit-gradient(linear, left top, right top, from(rgba(33, 33, 33, 0)), to(#212121));
	background: linear-gradient(to right, rgba(33, 33, 33, 0) 0%, #212121 100%);
	position: absolute;
	display: block;
	content: "";
	width: 150px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 2;
}

.about-slider .swiper-slide {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 290px;
	flex: 0 0 290px;
	max-width: 290px;
}

.item-about .wrapp-inner {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
}

.item-about .item-about__img {
	overflow: hidden;
	height: 450px;
}

.item-about .item-about__img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.item-about .item-about__text {
	line-height: 1.2;
	margin-top: 54px;
}

.item-about .item-about__link {
	font-weight: 400;
	font-size: 1.6rem;
	color: #fff;
	display: inline;
	text-decoration: underline;
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.item-about:hover .item-about__img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.item-about:hover .item-about__link {
	color: #e60d30;
	text-decoration: none;
}

@media (max-width: 1400px) {
	.section-about {
		padding: 180px 0 150px 15px;
	}
	.block-about .block-about__left .block-about__title {
		font-size: 8rem;
	}
	.block-about .block-about__right {
		padding-left: 20px;
	}
}

@media (max-width: 1200px) {
	.section-about {
		padding: 130px 0 110px 15px;
	}
	.block-about .block-about__left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 410px;
		flex: 0 0 410px;
		max-width: 410px;
	}
	.block-about .block-about__left .block-about__title {
		font-size: 6rem;
	}
}

@media (max-width: 991px) {
	.section-about {
		padding: 100px 0 100px 15px;
	}
	.block-about {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 15px;
	}
	.block-about .block-about__left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.block-about .block-about__left .block-about__title {
		font-size: 4.6rem;
		text-align: center;
		margin: 0;
	}
	.block-about .block-about__left .btn {
		display: none;
	}
	.block-about .block-about__right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
		margin-top: 80px;
	}
	.block-about .block-about__right .block-btn {
		display: block;
		text-align: center;
		margin-top: 80px;
	}
	.about-slider .swiper-slide {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
	}
	.item-about .item-about__text {
		margin-top: 30px;
	}
}

@media (min-width: 576px) {
	.about-nav {
		display: none;
	}
}

@media (max-width: 575px) {
	.section-about {
		padding: 80px 0 57px;
	}
	.about-slider {
		padding: 0 15px;
	}
	.about-slider:after {
		display: none;
	}
	.about-slider .item-about {
		text-align: center;
	}
	.block-about {
		padding: 0;
	}
	.block-about .block-about__left {
		padding: 0 15px;
	}
	.block-about .block-about__left .block-about__title {
		font-size: 3.6rem;
	}
	.block-about .block-about__right {
		margin-top: 45px;
	}
	/*     .about-slider .swiper-slide {
        margin-right: 0 !important;
    } */
	.item-about .item-about__img {
		height: auto;
	}
	.item-about .item-about__img img {
		width: auto;
		height: auto;
	}
	.about-nav .button-slider {
		background: #2e2e2e;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 90px;
		height: 90px;
		top: 118px;
		border-radius: 50%;
		margin: 0;
	}
	.about-nav .button-slider:after {
		display: inline-block;
		font-size: 3.4rem;
		font-family: FontAwesome;
		color: #8e8e8e;
	}
	.about-nav .button-slider.about-prev {
		left: -55px;
	}
	.about-nav .button-slider.about-prev:after {
		content: '\f104';
		margin-right: -45px;
	}
	.about-nav .button-slider.about-next {
		right: -55px;
	}
	.about-nav .button-slider.about-next:after {
		content: '\f105';
		margin-left: -45px;
	}
}

@media (max-width: 440px) {
	.section-about {
		padding: 53px 0 57px;
	}
	.block-about .block-about__left .block-about__title {
		font-size: 3rem;
	}
	.block-about .block-about__right {
		margin-top: 33px;
	}
	.block-about .block-about__right .block-btn {
		margin-top: 50px;
	}
	.block-about .block-about__right .block-btn .btn {
		padding: 0 40px 0 25px;
	}
	.block-about .block-about__right .block-btn .btn:after {
		right: 16px;
	}
	.item-about .item-about__text {
		margin-top: 20px;
	}
	.item-about .item-about__link {
		font-size: 1.3rem;
	}
}

/*== PAGE 404*/
.section-404 {
	text-align: center;
	padding: 120px 0 95px;
}

.section-404 .title {
	font-weight: 400;
	font-size: 3rem;
	margin-bottom: 0;
}

.section-404 .section-404__desc {
	font-weight: 400;
	font-size: 1.4rem;
	color: #8A8A8A;
	display: block;
	line-height: 1.4;
	margin-top: 13px;
}

.section-404 .section-404__figure {
	overflow: hidden;
	margin-top: 18px;
}

.section-404 .block-btn {
	margin-top: 41px;
}

.section-404 .btn {
	padding: 0 50px;
}

@media (max-width: 991px) {
	.section-404 {
		padding-top: 100px;
	}
}

@media (max-width: 767px) {
	.section-404 {
		padding: 80px 0 85px;
	}
}

@media (max-width: 575px) {
	.section-404 {
		padding-top: 67px;
	}
	.section-404 .btn {
		padding: 0 23px;
	}
}



/*== PAGE ABOUT ==*/
.about-pageSection {
	overflow: hidden;
}

.about-article.row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-article p {
	font-weight: 400;
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.5;
}



.about-article--1 .about-article__text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 380px;
	flex: 0 0 380px;
	max-width: 380px;
}

.about-article--1 p strong:first-child {
	font-weight: 300;
	font-size: 4.8rem;
	display: block;
	line-height: 1;
	margin-bottom: 4px;
}

.about-article--1 .about-article__video {
	padding-left: 35px;
}

.about-article--2 {
	position: relative;
	z-index: 0;
	margin-top: 29px;
}

.about-article--2 .about-article__map {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}



.about-article--2 .block-img {
	position: relative;
}

.about-article--2 .block-img .img-position {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 5% 0 0 -7%;
}

.about-article--2 .about-article__text {
	position: relative;
	padding-left: 7.5%;
	z-index: 2;
}

.about-article--2 .about-article__text p {
	max-width: 348px;
	margin-top: 55px;
}

.about-article--3 .about-article__text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 52.8%;
	flex: 0 0 52.8%;
	max-width: 52.8%;
	margin-bottom: 7.5%;
}

.about-article--3 .about-article__text p {
	line-height: 1.8;
}

.about-article--3 .about-article__text p:first-child {
	margin-bottom: 27px;
}

.about-article--3 .about-article__img {
	position: relative;
	height: 586px;
}

.about-article--3 .about-article__img img {
	position: absolute;
	display: block;
	top: -25px;
	right: -45px;
}

@media (max-width: 1320px) {
	.about-article--2:before {
		top: -10px;
		right: auto;
		left: 33%;
	}
}

@media (max-width: 1200px) {
	.about-article--3.row {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.about-article--3 .about-article__text {
		margin: 50px 0 0;
	}
}

@media screen and (min-width: 992px) and (max-width: 1180px) {
	.about-article--2:before {
		top: -20px;
	}
	.about-article--2 .block-img .img-position {
		top: 230px;
		margin-top: 0;
	}
}

@media (max-width: 1100px) {
	.about-article--3 {
		margin-top: 30px;
	}
	.about-article--3 .about-article__text p {
		line-height: 1.5;
	}
	.about-article--3 .about-article__img {
		height: 525px;
	}
	.about-article--3 .about-article__img img {
		right: -105px;
	}
}

@media (max-width: 991px) {
	.about-article--2:before {
		display: none;
	}
	.about-article--3 .about-article__img {
		height: 480px;
	}
}

/* @media (max-width: 880px) {
    .about-article--3 {
        .about-article__img {
            
            
        }
    }
} */
@media (max-width: 767px) {
	.about-article.row .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.about-article--1 .about-article__video {
		padding: 0;
		margin-top: 48px;
	}
	.about-article--2 {
		margin-top: 49px;
	}
	.about-article--2 .about-article__text {
		padding-left: 15px;
	}
	.about-article--2 .about-article__text p {
		max-width: none;
		margin: 0;
	}
	.about-article--2 .about-article__map {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.about-article--2 .block-img .img-position {
		margin: 50px 0 0;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.about-article--3 .about-article__img {
		height: auto;
		text-align: center;
		margin-top: 17px;
	}
	.about-article--3 .about-article__img img {
		position: relative;
		display: inline-block;
		top: auto;
		right: -60px;
		max-height: 450px;
	}
	.about-article--3 .about-article__text {
		margin-top: 0;
	}
}

@media (max-width: 575px) {
	.about-article--3 .about-article__img {
		margin-top: 34px;
	}
}



/*=== why-we ===*/


.why-we .title {
	font-size: 4.8rem;
	text-align: center;
	margin-bottom: 83px;
}

.about-list .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	margin-bottom: 112px;
}

.about-list__item .about-list__item__desc:before {
	background: #212121;
	display: block;
	content: '';
	width: 70px;
	height: 4px;
	margin-bottom: 13px;
}

.about-list__item .about-list__item__desc, .about-list__item p {
	font-weight: 400;
	font-size: 1.4rem;
	color: #fff;
	position: relative;
	display: block;
	line-height: 1.45;
}

@media (min-width: 1341px) {
	.about-list {
		margin: 0 -60px;
	}
	.about-list .col {
		padding: 0 60px;
	}
}

@media (max-width: 991px) {
	.why-we .title {
		font-size: 3.6rem;
	}
}

@media (max-width: 767px) {
	.why-we {
		padding: 65px 0 32px;
	}
	.why-we .title {
		margin-bottom: 36px;
	}
	.about-list .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 44px;
	}
	.about-list__item .about-list__item__desc, .about-list__item p {
		line-height: 1.5;
	}
}

@media (max-width: 775px) {
	.about-list .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/*== SPINNER ==*/
.spinner {
	display: inline-block;
	width: 102px;
	vertical-align: middle;
}

.spinner .input-group-addon {
	background: #f7f7f7;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 29px;
	vertical-align: middle;
	padding: 1px;
	border-radius: 25px;
	overflow: hidden;
	border-top: 1px solid #efefef;
	overflow: hidden;
}

.spinner .form-control, .spinner .snip-button {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.spinner .form-control {
	background: transparent;
	font-weight: 500;
	font-size: 1.4rem;
	color: #000;
	border: none;
	padding: 0;
	text-align: center;
	border: none;
}

.spinner .snip-button {
	font-weight: 500;
	font-size: 1.6rem;
	color: #000;
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25px;
	flex: 0 0 25px;
	max-width: 25px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.spinner .snip-button:hover {
	color: #e60d30;
}

.spinner .snip-button:focus {
	background: transparent;
}

.spinner .snip-button .spin-down {
	border-radius: 25px 0 0 25px;
}

/*== PAGE BASKET ==*/
.basket-section .title {
	margin-bottom: 40px;
}

.table-basket {
	width: 100%;
}

.table-basket th, .table-basket td {
	text-align: center;
	vertical-align: middle;
}

.table-basket th:first-child, .table-basket th:nth-child(2), .table-basket th:last-child, .table-basket td:first-child, .table-basket td:nth-child(2), .table-basket td:last-child {
	text-align: left;
}

.table-basket th:nth-child(2), .table-basket td:nth-child(2) {
	padding-left: 42px !important;
}

.table-basket thead th, .table-basket thead td {
	background: #e60d30;
	font-weight: 700;
	font-size: 1.1rem;
	color: #fff;
	height: 55px;
	padding: 0 5px;
}

.table-basket thead th:first-child, .table-basket thead td:first-child {
	padding-left: 25px;
}

.table-basket tbody td {
	background: #fff;
	border-top: 20px solid #212121;
}

.table-basket tbody td:not(.product-thumbnail) {
	padding: 5px;
}

.table-basket .product-thumbnail {
	width: 130px;
}

.table-basket .product-thumbnail__link {
	position: relative;
	display: block;
	height: 130px;
	line-height: 0;
}

.table-basket .product-thumbnail__link img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.table-basket .product-thumbnail__link:after {
	background: #000;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.table-basket .product-thumbnail__link:hover:after {
	opacity: .3;
}

.table-basket .product-name {
	font-weight: bold;
	font-family: 'Gilroy';
	color: #000;
}

.table-basket .product-name .product-name__link {
	font-size: 1.6rem;
	color: #000;
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.table-basket .product-name .product-name__link:hover {
	color: #e60d30;
}

.table-basket .product-name .product-name__desc {
	font-size: 1.2rem;
	display: block;
	margin-top: 10px;
}

.table-basket .product-price__summ span, .table-basket .product-subtotal__summ span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.table-basket .product-price .product-price__summ {
	font-weight: 500;
	font-size: 1.6rem;
	color: #000;
}

.table-basket .product-subtotal .product-subtotal__summ {
	font-weight: 700;
	font-size: 1.6rem;
	color: #000;
}

.table-basket .product-remove .product-remove__link {
	display: block;
}

.table-basket .product-remove__link {
	background: #e60d30;
	font-size: 1.8rem;
	color: #fff;
	font-family: 'Verdana';
	width: 29px;
	height: 29px;
	text-align: center;
	line-height: 27px;
	border-radius: 50%;
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.table-basket .product-remove__link:hover {
	background: #212121;
}

.basket-checkout {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 57px 0;
}

.basket-checkout .basket-checkout__summ {
	font-weight: 400;
	font-size: 2.4rem;
	color: #fff;
}

.basket-checkout .basket-checkout__summ strong {
	font-weight: 700;
}

.basket-checkout .basket-checkout__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 420px;
	flex: 0 0 420px;
	max-width: 420px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.basket-checkout .basket-checkout__button .continue-shop {
	font-weight: 500;
	color: #fff;
	position: relative;
	display: inline-block;
	padding-left: 12px;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.basket-checkout .basket-checkout__button .continue-shop:before {
	position: absolute;
	display: block;
	content: '\00AB';
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.basket-checkout .basket-checkout__button .continue-shop:hover {
	color: #e60d30;
	border-color: transparent;
}

.basket-checkout .basket-checkout__button .btn {
	font-size: 1.4rem;
	height: 42px;
	padding: 0 36px;
	line-height: 40px;
}

@media (max-width: 1200px) {
	.table-basket th:nth-child(2), .table-basket td:nth-child(2) {
		padding-left: 15px !important;
	}
	.table-basket .product-thumbnail {
		width: 100px;
	}
	.table-basket .product-thumbnail .product-thumbnail__link {
		height: 100px;
	}
}

@media (max-width: 991px) {
	.basket-checkout {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}
	.basket-checkout .basket-checkout__summ {
		font-size: 2.3rem;
	}
	.basket-checkout .basket-checkout__button {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 40px;
	}
	.basket-checkout .basket-checkout__button .basket-checkout__button--btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 28px;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	.table-basket .product-price__summ span, .table-basket .product-subtotal__summ span {
		display: block;
	}
}

@media screen and (min-width: 576px) and (max-width: 767px) {
	.table-basket .product-name .product-name__link {
		font-size: 1.4rem;
	}
	.table-basket .product-name .product-name__desc {
		font-size: 1rem;
	}
	.table-basket .product-subtotal .product-subtotal__summ {
		font-size: 1.4rem;
	}
	.table-basket .spinner {
		width: 80px;
	}
}

@media (max-width: 575px) {
	.box-table {
		max-width: 320px;
		margin: 0 auto;
	}
	.table-basket {
		display: block;
	}
	.table-basket thead {
		display: none;
	}
	.table-basket tbody, .table-basket tr, .table-basket td {
		display: block;
	}
	.table-basket tr {
		background: #fff;
		overflow: hidden;
		padding-bottom: 12px;
		margin-top: 20px;
	}
	.table-basket tbody td {
		border: none;
	}
	.table-basket tbody td:not(.product-thumbnail) {
		padding: 10px 15px 10px 18px;
	}
	.table-basket .product-name {
		margin: 10px 0 12px;
	}
	.table-basket .product-thumbnail {
		position: relative;
		width: 100%;
	}
	.table-basket .product-thumbnail .product-thumbnail__link {
		height: auto;
	}
	.table-basket .product-thumbnail .product-remove__link {
		position: absolute;
		display: block;
		top: 10px;
		right: 10px;
		z-index: 3;
	}
	.table-basket .product-subtotal, .table-basket .product-remove {
		display: none;
	}
	.table-basket .product-price {
		float: left;
		margin-top: 5px;
	}
	.table-basket .product-quantity {
		float: right;
	}
	.basket-checkout {
		margin-top: 37px;
	}
	.basket-checkout .basket-checkout__summ strong {
		font-weight: 400;
		display: block;
		margin-top: 2px;
	}
	.basket-checkout .basket-checkout__button {
		margin-top: 26px;
	}
}

/*== PAGE CARD ==*/
.card-img {
	position: relative;
	margin-top: 59px;
}

.card-img .container {
	max-width: 1391px;
}

.card-img .card-img__info {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-680px, -50%);
	transform: translate(-680px, -50%);
	z-index: 5;
}

.card-img__title {
	position: relative;
	display: inline-block;
  width: 100%;
}



.card-title {
	font-weight: 400;
    font-size: 2.5rem;
    color: #fff;
    position: relative;
    display: inline-block;
    text-align: center;
    
  
}

.card-title span {
	font-weight: 700;
	font-size: 10.1rem;
	
	display: block;
	margin: 10px 0 0 -7px;
}


.card-old-price {
    font-weight: 700;
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: block;
    /* margin-top: 117px; */
    text-decoration: line-through;
}

.card-price {
	font-weight: 700;
	font-size: 3rem;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	display: block;
	margin-top: 117px;
}

.card-slider .card-item .card-item__wrapp {
	max-width: 1390px;
	padding-left: 40%;
   
}

.card-slider .card-item .card-item__img {
	position: relative;
}

.card-slider .card-item .block-btn {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 4;
}

.card-slider .card-item .btn-card--2 {
	display: inline-block;
}

.card-slider .card-pagination {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 95px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 6;
}

.card-slider .card-pagination .swiper-pagination-bullet {
	background: transparent;
	font-weight: 900;
	font-size: 1.2rem;
	color: #696970;
	position: relative;
	display: inline-block;
	width: 35px;
	padding-left: 58px;
	margin: 20px 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;
}

.card-slider .card-pagination .swiper-pagination-bullet:before {
	background: #e60d30;
	position: absolute;
	display: block;
	content: "";
	width: 27px;
	height: 2px;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-200%, -50%);
	transform: translate(-200%, -50%);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.card-slider .card-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	color: #fff;
}

.card-slider .card-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.card-slider .card-pagination .swiper-pagination-bullet:hover {
	color: #fff;
}

.card-slider .card-nav {
	position: absolute;
	display: inline-block;
	bottom: 10px;
    left: 40%;
	-webkit-transform: translate(-680px, -50%);
	transform: translate(-680px, -50%);
	z-index: 5;
}

.card-slider .card-nav .container {
	max-width: 1390px;
}

.card-slider .card-nav .card-nav__wrapp {
	width: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.card-slider .card-nav .slider-btn {
	font-size: 2.4rem;
	font-family: Verda, Arial, Helvetica, sans-serif;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.card-slider .card-nav .slider-btn:hover {
	color: #555;
}

.btn-card {
	font-weight: 700;
	font-size: 1.6rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-card--1 {
	background: #fff;
	color: #212121;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 75px;
	padding: 0 41px 0 82px;
}



.btn-card--1:hover {
	color: #e60d30;
}

.btn-card--1:hover:before {
	left: 25px;
}

.btn-card--2 {
	color: #fff;
	margin-right: 37px;
}

.btn-card--2 i {
	font-style: normal;
	color: #e60d30;
	display: inline-block;
	width: 33px;
	height: 33px;
	text-align: center;
	line-height: 31px;
	border: 2px solid #e60d30;
	border-radius: 50%;
}

.btn-card--2 span {
	border-bottom: 1px solid #898a89;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-left: 28px;
}

.btn-card--2:hover span {
	color: #e60d30;
	border-color: transparent;
}

@media (min-width: 1601px) {
  .card-img .card-img__info {
		left: 150px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
      width: 30%;
	}
  
	.card-slider .card-item .video-container {
		padding: 0;
		height: 800px;
	}
}

@media (max-width: 1600px) {
	.card-img .card-img__info {
		left: 130px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
      width: 30%;
	}
	.card-slider .card-nav {
		
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	
	.card-title span {
		font-size: 8rem;
		margin-left: -3px;
	}
}

@media (max-width: 1300px) {
	.card-img__title:before {
		width: 470px;
		height: 98px;
	}
	.card-title span {
		font-size: 6rem;
		margin-left: -3px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.btn-card--2 span {
		display: none;
	}
}

@media (max-width: 1200px) {
	.card-title {
		font-size: 3rem;
      margin-left: -40px;
	}
	.card-price {
		font-size: 2.4rem;
		margin-top: 70px;
	}
}

@media (max-width: 991px) {
	.card-img .card-img__info {
		position: relative;
		display: block;
		top: auto;
		left: auto;
		padding: 0 15px;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.card-img .card-img__info .card-img__title {
		display: none;
	}
	.card-img .card-img__info .card-img__price {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 27px 0;
	}
	.card-img .card-img__info .card-price {
		font-size: 3.6rem;
		margin: 0;
	}
	.card-img .card-img__info .btn-card--2 {
		display: inline-block;
	}
	.card-hide--one {
		display: block;
		margin-bottom: 60px;
	}
	.card-slider .card-pagination {
		display: none;
	}
	.card-slider .card-item .card-item__wrapp {
		padding: 0;
	}
	.card-slider .card-item .btn-card--2 {
		display: none;
	}
	.card-slider .card-nav {
		width: 100%;
		top: 50%;
		left: 0;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.card-slider .card-nav .card-nav__wrapp {
		width: auto;
		display: block;
	}
	.card-slider .card-nav .slider-btn {
		position: absolute;
	}
	.card-slider .card-nav .card-prev {
		left: 10px;
	}
	.card-slider .card-nav .card-next {
		right: 10px;
	}
	.btn-card--1 {
		text-transform: uppercase;
	}
	.btn-card--2 {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.card-img .card-img__info .card-price {
		padding-left: 28px;
	}
	.card-title {
		font-size: 2.4rem;
	}
	.card-title span {
		font-size: 4.6rem;
	}
	.btn-card--2 span {
		display: none;
	}
}

@media (max-width: 660px) {
	.card-img .card-img__info {
		padding: 0 10px;
      width: 100%;
	}
}

@media (max-width: 575px) {
	.card-img {
		margin-top: 22px;
	}
	.card-hide--one {
		margin-bottom: 36px;
	}
	.card-title {
		font-size: 2rem;
	}
	.card-title span {
		font-size: 3.6rem;
	}
	.card-img__title {
    width: 100%;
}
}

@media (max-width: 360px) {
	.btn-card--1 {
		width: 100%;
		height: 73px;
		padding: 0 5px 0 67px;
	}
	.btn-card--1:before {
		left: 22px;
	}
}

/*--- card description ---*/
.card-description {
	margin-top: 20px;
}

.card-description .card-description--h3 {
	font-weight: 800;
	font-size: 2.4rem;
	font-family: 'Cheque', serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}

.card-description .card-desc {
	padding-right: 18%;
}

.card-description .card-desc p {
	font-size: 1.4rem;
	color: #fff;
	line-height: 1.5;
}

.card-description .attributes-col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 475px;
	flex: 0 0 500px;
    max-width: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  margin-bottom: 20px;
}

.card-properties {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
}

.card-properties .card-properties__name {
	font-weight: 800;
	font-size: 2.4rem;
	font-family: 'Cheque', serif;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 50px;
}

.card-properties .lenght-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-properties .lenght-list .lenght-item {
	font-weight: 800;
	font-size: 2.4rem;
	font-family: 'Cheque', serif;
	color: #606060;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 45px;
	padding: 0 10px;
	border: 2px solid transparent;
	margin: 15px 26px 15px 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.card-properties .lenght-list .lenght-item:last-child {
	margin-right: 0;
}

.card-properties .lenght-list .lenght-item.is-active {
	color: #fff;
	border-color: #e60d30;
	cursor: default;
}

.card-properties .lenght-list .lenght-item:hover {
	color: #fff;
}

.card-properties .lenght-list .lenght-item:first-child {
	margin-left: 0;
}

.attributes-table {
	width: 100%;
	font-size: 1.4rem;
	color: #fff;
}

.attributes-table .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.attributes-table .row .col {
	
}

.attributes-table--description {
	
}

.attributes-table--description .row .col:first-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 61.5%;
	flex: 0 0 44%;
    max-width: 44%;
}

@media (max-width: 1100px) {
	.card-description .card-desc {
		padding-right: 30px;
	}
	.card-description .attributes-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-top: 10px;
	}
	.attributes-table--description .row .col:first-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
      
	}
	.card-properties {
		margin-top: 32px;
	}
	.attributes-table--description {
		max-width: 600px;
		margin: 30px 0 0;
	}
}

@media (max-width: 767px) {
	.card-description {
		margin-top: 72px;
	}
}

@media (max-width: 575px) {
	.card-description .attributes-col {
		margin-top: 19px;
	}
}

/*--- section CHARACTERISTICS -- */
.card-characteristics {
	background: #282828;
	
	margin-top: 103px;
	overflow: hidden;
}

.card-characteristics .col-2 .wrapp-inner {
	padding-left: 25px;
}

.card-characteristics .title {
	font-size: 2.4rem;
	margin-bottom: 38px;
}

.card-characteristics .attributes-table--characteristics .row .col:first-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 36.5%;
	flex: 0 0 36.5%;
	max-width: 36.5%;
}

.figure-sandwich {
	position: relative;
	margin-top: 44px;
	display: inline-block;
}

.figure-sandwich .sandwich-list--1 .item-sandwich--1 {
	top: -25px;
	left: 53%;
}

.figure-sandwich .sandwich-list--1 .item-sandwich--2 {
	top: 2px;
	left: 28.4%;
}

.figure-sandwich .sandwich-list--1 .item-sandwich--3 {
	top: 16.5%;
	left: 16%;
}

.figure-sandwich .sandwich-list--1 .item-sandwich--4 {
	top: 31.5%;
	left: 5.5%;
}

.figure-sandwich .sandwich-list--1 .item-sandwich--3-2 {
	top: 44.4%;
	left: 2px;
}

.figure-sandwich .sandwich-list--1 .item-sandwich--5 {
	bottom: 7.5%;
	left: 26%;
}

.figure-sandwich .sandwich-list--1 .item-sandwich--6 {
	bottom: 56.7%;
	left: 97%;
}

.figure-sandwich .sandwich-list--1 .item-sandwich--7 {
	bottom: 34%;
	left: 91.4%;
}

.figure-sandwich .sandwich-list--1 .item-sandwich--8 {
	bottom: 22%;
	left: 88.8%;
}

.figure-sandwich .sandwich-list--1 .item-sandwich {
	position: absolute;
	cursor: pointer;
}

.figure-sandwich .sandwich-list--1 .item-sandwich .item-sandwich__number {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.figure-sandwich .sandwich-list--1 .item-sandwich .item-sandwich__desc {
	background: #e60d30;
	font-weight: 700;
	position: absolute;
	display: block;
	text-align: center;
	line-height: 1.1;
	width: 150px;
	padding: 12px 5px 14px;
	bottom: calc(100% + 9px);
	left: 50%;
	-webkit-transform: translateX(-50%) scaleY(0);
	transform: translateX(-50%) scaleY(0);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.figure-sandwich .sandwich-list--1 .item-sandwich .item-sandwich__desc:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #e60d30;
	bottom: -6px;
	left: 50%;
	-webkit-transform: translate(-50%, -10px);
	transform: translate(-50%, -10px);
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.figure-sandwich .sandwich-list--1 .item-sandwich:hover .item-sandwich__number {
	color: #e60d30;
}

.figure-sandwich .sandwich-list--1 .item-sandwich:hover .item-sandwich__desc {
	-webkit-transform: translateX(-50%) scaleY(1);
	transform: translateX(-50%) scaleY(1);
}

.figure-sandwich .sandwich-list--1 .item-sandwich:hover .item-sandwich__desc:before {
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.item-sandwich .item-sandwich__number {
	font-weight: 700;
	font-size: 1.8rem;
	color: #fff;
}

.item-sandwich .item-sandwich__desc {
	font-weight: 400;
	font-size: 1.2rem;
	color: #fff;
}

@media (max-width: 1240px) {
	.figure-sandwich .sandwich-list--1 .item-sandwich--6 .item-sandwich__desc, .figure-sandwich .sandwich-list--1 .item-sandwich--7 .item-sandwich__desc, .figure-sandwich .sandwich-list--1 .item-sandwich--8 .item-sandwich__desc {
		left: -50px;
	}
}

@media (max-width: 991px) {
	.card-characteristics {
		
	}
	.card-characteristics .col-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 102px;
	}
	.card-characteristics .col-2 .wrapp-inner {
		padding-left: 0;
	}
	.figure-sandwich {
		display: block;
		max-width: 515px;
		margin: 75px auto 0;
	}
	.figure-sandwich .sandwich-list--1 .item-sandwich {
		cursor: default;
	}
	.figure-sandwich .sandwich-list--1 .item-sandwich .item-sandwich__number {
		font-size: 1.4rem;
	}
	.figure-sandwich .sandwich-list--1 .item-sandwich .item-sandwich__desc {
		display: none;
	}
	.figure-sandwich .sandwich-list--1 .item-sandwich:hover .item-sandwich__number {
		color: #fff;
	}
	.figure-sandwich .sandwich-list--1 .item-sandwich--1 {
		top: -8%;
	}
	.sandwich-list--2 {
		display: block;
		margin-top: 51px;
	}
	.sandwich-list--2 .item-sandwich {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		line-height: 1.2;
		margin: 8px 0;
	}
	.sandwich-list--2 .item-sandwich .item-sandwich__number, .sandwich-list--2 .item-sandwich .item-sandwich__desc {
		font-size: 1.4rem;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
		display: inline-block;
	}
	.sandwich-list--2 .item-sandwich .item-sandwich__number {
		position: relative;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 14px;
		flex: 0 0 14px;
		max-width: 14px;
		margin-right: 5px;
	}
	.sandwich-list--2 .item-sandwich .item-sandwich__number:after {
		content: '.';
	}
}

@media (max-width: 991px) {
	.card-characteristics {
		
	}
}

@media (max-width: 575px) {
	.card-characteristics .attributes-table--characteristics .row .col:first-child {
		font-size: 1.2rem;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 145px;
		flex: 0 0 145px;
		max-width: 145px;
	}
}

/*---- ADVERTISING  ---*/
.section-advertising {
	margin-top: 36px;
}

.section-advertising .section-advertising--one {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 34%;
	flex: 0 0 34%;
	max-width: 34%;
}

.section-advertising .section-advertising--second {
	padding-left: 85px;
}

.advertising-list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.advertising-list .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 43%;
	flex: 0 0 43%;
	max-width: 43%;
	margin-bottom: 110px;
}

.item-advertising .item-advertising__title {
	font-weight: 800;
	font-size: 2.4rem;
	font-family: 'Cheque', serif;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	display: block;
	margin-bottom: 13px;
}

.item-advertising .item-advertising__title:before {
	background: #e60d30;
	display: block;
	content: '';
	width: 70px;
	height: 3px;
	margin-bottom: 40px;
}

.item-advertising .item-advertising__desc {
	font-weight: 400;
	font-size: 1.4rem;
	color: #fff;
	display: block;
	line-height: 1.5;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.item-advertising .item-advertising__title {
		font-size: 2rem;
	}
}

@media (max-width: 991px) {
	.section-advertising {
		
	}
	.section-advertising .section-advertising--one {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 52px;
	}
	.section-advertising .section-advertising--one img {
		width: 177px;
	}
	.section-advertising .section-advertising--second {
		padding-left: 15px;
	}
	.advertising-list .col {
		margin-bottom: 69px;
	}
}

@media (max-width: 767px) {
	.advertising-list .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 660px) {
	.section-advertising .section-advertising--second {
		padding-left: 10px;
	}
}

@media (max-width: 575px) {
	.section-advertising .container {
		max-width: 400px;
	}
	.advertising-list .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/*== PAGE CATALOG ==*/
.catalog-page {
	position: relative;
}

.catalog-page .catalog-body {
	position: relative;
}



.catalog-filter {
	padding-bottom: 30px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.catalog-filter .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.catalog-filter .catalog-filter__one {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 140px;
	flex: 0 0 140px;
	max-width: 140px;
}

.catalog-filter .catalog-filter__one .filter-box {
	position: relative;
	color: #000;
	padding: 10px 0;
}

.catalog-filter .catalog-filter__one .filter-box:hover .filter-drop {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.catalog-filter .catalog-filter__one .filter-box:hover .filter-drop .filter-drop__wrapp:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.catalog-filter .catalog-filter__second {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 170px;
	flex: 0 0 170px;
	max-width: 170px;
}

.filter-button {
	font-weight: 500;
	font-size: 1.4rem;
	color: #fff;
	position: relative;
	display: inline-block;
	padding-left: 43px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.filter-button:hover {
	color: #e60d30;
}



.filter-drop {
	position: absolute;
	width: 240px;
	top: 100%;
	left: 0;
	padding-top: 13px;
	z-index: 5;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.filter-drop ::-webkit-input-placeholder {
	font-weight: 700;
	font-size: 1.1rem;
	color: #000;
}

.filter-drop :-moz-placeholder {
	font-weight: 700;
	font-size: 1.1rem;
	color: #000;
}

.filter-drop ::-moz-placeholder {
	font-weight: 700;
	font-size: 1.1rem;
	color: #000;
}

.filter-drop :-ms-input-placeholder {
	font-weight: 700;
	font-size: 1.1rem;
	color: #000;
}

.filter-drop .filter-drop__wrapp {
	background: #fff;
	position: relative;
	padding: 26px 26px 17px;
}

.filter-drop .filter-drop__wrapp:before {
	position: absolute;
	display: block;
	content: "";
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	top: -10px;
	left: 63px;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.filter-drop .filter-drop__group {
	margin-bottom: 33px;
}

.filter-drop .filter-drop__group:last-child {
	margin-bottom: 0;
}

.filter-drop .filter-drop__group--range {
	margin-bottom: 50px;
}

.filter-drop .filter-drop__group--range .filter-drop__title {
	margin-bottom: 16px;
}

.filter-drop .filter-drop__title {
	font-weight: 700;
	font-size: 1.2rem;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin-bottom: 11px;
}

.filter-drop .filter-drop__group--input .filter-drop__title {
	margin-bottom: 16px;
}

.filter-drop .block-input input {
	font-weight: 500;
	font-size: 1.1rem;
	height: 28px;
	padding: 0 8px;
	border-radius: 0;
}

.filter-drop .block-input ::-webkit-input-placeholder {
	font-weight: 500;
	color: #9f9f9f;
}

.filter-drop .block-input :-moz-placeholder {
	font-weight: 500;
	color: #9f9f9f;
}

.filter-drop .block-input ::-moz-placeholder {
	font-weight: 500;
	color: #9f9f9f;
}

.filter-drop .block-input :-ms-input-placeholder {
	font-weight: 500;
	color: #9f9f9f;
}

.filter-drop .btn {
	font-size: 1rem;
    width: 49%;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
}

.filter-drop .btn:before {
	border-radius: 0;
}

.filter-drop .btn span {
	display: inline-block;
	vertical-align: middle;
}

.filter-drop .btn span:after {
	display: inline-block;
	content: '\00BB';
	margin-left: 4px;
}

@media (max-width: 575px) {
	.catalog-page:before {
		display: none;
	}
	.catalog-page .catalog-body .title {
		margin-bottom: 15px;
	}
	.catalog-filter .catalog-filter__second {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 160px;
		flex: 0 0 160px;
		max-width: 160px;
	}
}

@media (max-width: 460px) {
	.catalog-filter {
		padding-bottom: 0;
		border: none;
	}
}

/*----- catalog products ---*/
.catalog-grid {
	margin-top: 40px;
}

.catalog-grid .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	margin-bottom: 94px;
}

.item-product .wrapp-inner {
	position: relative;
	display: block;
	height: 100%;
	line-height: 0;
}

.item-product .item-product__img {
	position: relative;
	display: block;
	overflow: hidden;
	line-height: 0;
	
  text-align: center;
}

.item-product .item-product__img img {
	
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
  width: 100%;
}

.item-product .item-product__img:after {
	background: #000;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.item-product .item-product__img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.item-product .item-product__img:hover:after {
	opacity: .5;
}

.item-product .item-product__info {
	line-height: 1.1;
	padding-top: 25px;
}

.item-product .item-product__title {
	font-weight: 700;
	font-size: 1.4rem;
	color: #fff;
	display: inline-block;
	line-height: 1.5;
	-webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.item-product .item-product__title .item-product__title__style {
	font-weight: 800;
	font-size: 1.2rem;
	font-family: 'Cheque', serif;
	color: #8c8c8c;

	display: block;
	margin-bottom: 2px;
	-webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.item-product .item-product__title:hover {
	color: #e60d30;
}

.item-product .item-product__title:hover .item-product__title__style {
	color: #ddd;
}

.item-product .price {
	font-weight: 900;
	font-size: 2.4rem;
	color: #e60d30;
	display: block;
	margin-top: 15px;
}

.item-product .item-product__basket {
	background: #212121;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	bottom: 0;
	right: 0;
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



.item-product .item-product__basket:hover {
	background: #e60d30;
}

@media (min-width: 1521px) {
	.catalog-grid {
		margin-right: -20px;
		margin-left: -20px;
	}
	.catalog-grid .col {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.catalog-grid {
		margin-right: -10px;
		margin-left: -10px;
	}
	.catalog-grid .col {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 991px) {
	.catalog-grid .col {
		margin-bottom: 72px;
	}
}

@media (max-width: 767px) {
	.catalog-grid .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 460px) {
	.catalog-grid {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 22px;
	}
	.catalog-grid .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 320px;
		flex: 0 0 320px;
		max-width: 320px;
	}
}

/*----------- PAGINATION ------*/
.block-pagination {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 31px;
}

.block-pagination .block-pagination__one {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 205px;
	flex: 0 0 205px;
	max-width: 205px;
}

.block-pagination .block-pagination__one .btn {
	font-size: 1.2rem;
	width: 100%;
	height: 34px;
	padding: 0 5px;
	text-transform: none;
	line-height: 32px;
}

.list-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-pagination .item-pagination {
	font-weight: 700;
	font-size: 1.2rem;
	color: #6a6a6a;
	margin: 10px 5px;
}

.list-pagination .item-pagination .item-pagination__link {
	color: #6a6a6a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 24px;
	border-radius: 50%;
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.list-pagination .item-pagination .item-pagination__link:hover {
	color: #fff;
}

.list-pagination .item-pagination span {
	display: inline-block;
	margin-bottom: -2px;
}

.list-pagination .item-pagination--empty .item-pagination__link {
	cursor: default;
}

.list-pagination .item-pagination--empty .item-pagination__link:hover {
	color: #6a6a6a;
}

.list-pagination .active .item-pagination__link {
	background: #e60d30;
	width: 24px;
	color: #fff;
	cursor: default;
}

@media (max-width: 700px) {
	.block-pagination .block-pagination__one {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: center;
		margin-top: 27px;
	}
	.block-pagination .block-pagination__one .btn {
		width: 245px;
		height: 48px;
		line-height: 46px;
	}
	.list-pagination {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.block-pagination {
		margin-top: 0;
	}
}

/*== PAGE CONTACT ==*/
.contact-section {
	position: relative;
}

.contact-section .title {
	margin-bottom: 58px;
}

.contact-section .contact-section__img {
	position: relative;
	margin-bottom: 35px;
}



.contact-row--one {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 530px;
	flex: 0 0 530px;
	max-width: 530px;
	margin-top: 64px;
}

.contact-list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact-list .col {
	margin-bottom: 96px;
}

.contact-list .col:nth-child(odd) {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 62%;
	flex: 0 0 62%;
	max-width: 62%;
}

.contact-item .contact-item__title {
	font-weight: 700;
	font-size: 1.6rem;
	color: #fff;
	position: relative;
	padding-left: 25px;
	margin-bottom: 11px;
}

.contact-item .contact-item__title:before {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -1px;
}





.contact-item .contact-desc {
	font-weight: 400;
	font-size: 1.4rem;
	color: #fff;
	display: block;
	line-height: 1.65;
}

.contact-item .contact-desc a {
	color: #fff;
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.contact-item .contact-desc a:hover {
	color: #e60d30;
}

.contact-row--second {
	position: relative;
	padding-left: 140px;
}



.contact-form {
	position: relative;
	width: 405px;
	padding-top: 76px;
}

.contact-form .title {
	font-size: 3.5rem;
	margin-bottom: 4px;
}

.contact-form .contact-form__desc {
	font-weight: 500;
	font-size: 1.6rem;
	color: #fff;
	display: block;
	line-height: 1.4;
	margin-bottom: 17px;
}

.contact-form .contact-form__bottom {
	font-weight: 400;
	font-size: 1.1rem;
	color: rgba(255, 255, 255, 0.4);
	display: block;
	line-height: 1.25;
	margin-top: -2px;
}

.content-form .block-input input {
	font-weight: 500;
	font-size: 1.2rem;
	height: 38px;
	line-height: 36px;
}

.content-form .block-input .btn--contact {
	background: #212121;
	font-size: 1.2rem;
	text-transform: none;
	width: 100%;
	height: 38px;
	line-height: 37px;
}

.content-form .block-input .btn--contact span {
	display: inline-block;
	vertical-align: top;
}

.content-form .block-input .btn--contact span:after {
	position: absolute;
	display: inline-block;
	content: '\00BB';
	height: auto;
	top: 50%;
	right: -10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -2px;
}

.content-form .block-input .btn--contact:hover {
	border-color: #212121;
}

.content-form ::-webkit-input-placeholder {
	font-size: 1.2rem;
}

.content-form :-moz-placeholder {
	font-size: 1.2rem;
}

.content-form ::-moz-placeholder {
	font-size: 1.2rem;
}

.content-form :-ms-input-placeholder {
	font-size: 1.2rem;
}

@media (max-width: 1480px) {
	.contact-section {
		overflow: hidden;
	}
}

@media (max-width: 1130px) {
	.contact-row--second {
		padding-left: 20px;
	}
	.contact-row--second:before {
		left: -25px;
	}
}

@media screen and (min-width: 576px) and (max-width: 991px) {
	.contact-list {
		max-width: 560px;
		margin: 0 auto;
	}
}

@media (max-width: 991px) {
	.contact-section .contact-section__img {
		margin-bottom: 0;
	}
	.contact-row--one {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 14px;
	}
	.contact-row--second {
		padding-left: 120px !important;
	}
	.contact-list .col {
		margin-bottom: 46px;
	}
	/* .contact-row--second {
        &:before {
            background-image: url(../img/bg/forma_bg-2.jpg);
            width: 758px;
            right: auto;
            left: 40px;
        }
    } */
	.contact-form {
		padding-bottom: 40px;
	}
}

@media (max-width: 575px) {
	.contact-row--one {
		max-width: 270px;
		margin: 0 auto;
	}
	.contact-row--second {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 20px !important;
	}
	.contact-list .col:nth-child(odd) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 440px) {
	.contact-row--second {
		padding-left: 10px !important;
	}
}

@media (max-width: 420px) {
	.contact-section {
		overflow: visible;
	}
	.contact-row--second:before {
		display: none;
	}

	.contact-form {
		max-width: 240px;
		padding-bottom: 90px;
		margin: 15px auto 0;
		text-align: center;
	}
	.contact-form .content-form {
		width: 190px;
		margin: 28px auto 0;
	}
	.contact-form .title {
		line-height: 1.25;
	}
	.contact-form .contact-form__desc {
		line-height: 1.5;
	}
}

@media (max-width: 360px) {
	.contact-section .title {
		margin-bottom: 8px;
	}
	
	.contact-section .contact-section__img img {
		display: none;
	}
	.contact-section .contact-section__img .contact-section__img--icon {
		left: 50%;
		margin: -10px 0 0 -21px;
	}
	.contact-row--one {
		margin-top: -35px;
	}
}

/*== PAGE DELIVERY ==*/
.page-text > span {
	line-height: 1.8;
}

.page-text h2 {
	font-weight: 800;
	font-size: 2.4rem;
	font-family: 'Cheque', serif;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 21px;
  margin-top: 18px;
}

.page-text h3 {
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 8px;
}

.page-text b, .page-text strong {
	font-weight: 700;
}

.page-text p {
	line-height: 1.4;
}

.page-text p, .page-text ul, .page-text ol {
	margin-bottom: 10px;
}

.page-text ol {
	list-style: decimal inside;
}

.page-text li {
	line-height: 1.8;
}

.page-text .item-message {
	background: #e60d30;
	font-weight: 700;
	font-size: 1.4rem;
	color: #fff;
	display: block;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	padding: 17px 15px 16px;
	border-radius: 50px;
	margin-top: 38px;
}

.section-page {
	overflow: hidden;
}

.section-page .title {
	position: relative;
	z-index: 5;
}

.page-row {
	padding-bottom: 20px;
}

.page-row .img-col .img-col__figure {
	position: absolute;
	top: 15px;
	left: calc(50% - 100px);
}

.page-row .page-text {
	position: relative;
	z-index: 2;
}

.page-row--exchange .img-col .img-col__figure {
	top: 115px;
}

.page-text--payment p {
	line-height: 1.55;
	margin-bottom: 30px;
}

.page-row--payment .img-col .img-col__figure {
	top: 51px;
}

.payment-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 91px;
}

.payment-list .payment-img {
	display: block;
	height: 100%;
	line-height: 0;
	overflow: hidden;
}

.payment-list .payment-img img {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.payment-list a:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.page-contact {
	margin-top: 72px;
}

.page-contact .title {
	font-size: 2.4rem;
	line-height: 1.2;
	margin-bottom: 50px;
}

.contact-list--exchange .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	margin-bottom: 45px;
	/* &:nth-child(odd) {
            flex: 0 0 auto;
            max-width: 100%;
        }
        &.contact-item--address {
            flex: 0 0 270px;
            max-width: 270px;
        } */
}

.contact-list--exchange .contact-item .contact-item__title {
	font-weight: 400;
	font-size: 1.4rem;
}

.contact-list--exchange .contact-item .contact-desc {
	font-weight: 700;
	line-height: 1.2;
}

.contact-list--exchange .contact-item .contact-desc span {
	font-weight: 400;
	font-size: 1.1rem;
	display: block;
}

@media (max-width: 1300px) {
	.page-text .item-message {
		padding: 17px 20px 16px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1240px) {
	.page-contact .title {
		font-size: 2.2rem;
	}
	.contact-list--exchange {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (max-width: 1200px) {
	.page-row--payment .img-col .img-col__figure {
		top: 100px;
	}
}

@media (max-width: 1100px) {
	.page-row .img-col .img-col__figure {
		top: 100px;
		left: calc(50% - 50px);
	}
	.page-row--exchange .img-col .img-col__figure {
		top: 135px;
	}
}

@media (min-width: 992px) {
	.page-row--exchange .text-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 52%;
		flex: 0 0 52%;
		max-width: 52%;
	}
	.page-row--exchange .img-col .img-col__figure {
		left: 50%;
	}
}

@media (max-width: 991px) {
	.page-row .img-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-top: -100px;
	}
	.page-row .img-col .img-col__figure {
		position: relative;
		max-width: 640px;
		margin: 0 auto;
		top: auto;
		left: auto;
	}
	.page-row .page-text {
		max-width: 620px;
		margin: 50px auto 0;
	}
	.page-row--exchange .img-col {
		margin-bottom: 12px;
	}
	.page-text p, .page-text li {
		line-height: 1.45;
	}
	.page-text p, .page-text ul, .page-text ol {
		margin-bottom: 22px;
	}
}

@media (max-width: 767px) {
	.page-row .img-col {
		margin-top: -30px;
	}
	.page-contact .title {
		font-size: 2.3rem;
	}
	.page-contact {
		margin-top: 52px;
	}
	.section-exchange .page-row .img-col {
		margin-top: 0;
	}
}

@media (min-width: 576px) {
	.contact-list--exchange .col:nth-child(odd) {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 100%;
	}
	.contact-list--exchange .col.contact-item--address {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 270px;
		flex: 0 0 270px;
		max-width: 270px;
	}
}

@media (max-width: 575px) {
	.page-row {
		padding-bottom: 0;
	}
	.page-row .page-text {
		margin-top: 7px;
	}
	.page-text .item-message {
		border-radius: 28px;
		margin-top: 35px;
	}
	.page-contact .title {
		margin-bottom: 38px;
	}
	.contact-list--exchange {
		max-width: 270px;
		margin: 0 auto 15px !important;
	}
	.contact-list--exchange .col:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 420px) {
	.page-contact {
		margin-top: 27px;
	}
	.payment-list {
		margin-bottom: 30px;
	}
	.payment-list .col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 38px;
	}
	.payment-list .payment-img {
		text-align: center;
	}
}

/*== PAGE PERSONAL CABINET ==*/
/* ! -- CHECKBOX -- */
.block-chek .check {
	margin-bottom: 10px;
}

.block-chek .check:last-child {
	margin-bottom: 0;
}

.check {
	/*.check__label img {
        @include all-transition();
        filter: grayscale(100%);
        filter: gray;
        opacity: 0.8;
    }
    .check__type:checked ~ .check__label img {
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        filter: none;
        opacity: 1;
    }*/
}

.check .check__wrapp {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*align-items: center;*/
	position: relative;
}

.check .check__type {
	display: none;
}

.check .check__custom {
	background: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 12px;
	/* flex: 0 0 13px;
        max-width: 13px; */
	height: 13px;
	/*line-height: 19px;
        border-radius: 50%;*/
	border: 1px solid #c8c8c8;
}

.check .check__custom:before {
	font-weight: 700;
	font-size: 1.1rem;
	color: #e60d30;
	position: relative;
	display: block;
	content: '\2714';
	/*@include sprite($s-check);*/
	/*top: 50%;
            left: 50%;
            margin: -4px 0 0 -4px;
            border-radius: 50%;*/
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}

.check .check__label {
	font-style: normal;
	font-weight: 500;
	font-size: 1.2rem;
	color: #000;
	text-transform: none;
	display: block;
	line-height: 1.1;
	text-align: left;
	padding-left: 10px;
}

.check .check__type:checked + .check__custom:before {
	opacity: 1;
}

.tabs .tabs__caption {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 345px;
	flex: 0 0 345px;
	max-width: 345px;
}

.tabs .tabs__caption__item {
	margin-bottom: 5px;
}

.tabs .tabs__caption__item .btn--tab {
	background: transparent;
	font-weight: 500;
	font-size: 1.6rem;
	color: #fff;
	text-transform: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 35px;
	padding: 0 15px;
	line-height: 1;
}

.tabs .tabs__caption__item.active .btn--tab {
	background: #e60d30;
	cursor: default;
}

.tabs .tabs__caption__item.active .btn--tab:before {
	display: none;
}

.tabs .tab-container {
	margin-top: 10px;
}

.tabs .tabs__content {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: center top;
	transform-origin: center top;
	height: 0;
}

.tabs .tabs__content.active {
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/*--- order history --*/
.order-history .item-order .list-order {
	display: none;
}

.order-history .item-order:first-child .list-order {
	display: block;
}

.item-order {
	background: #1a1a1a;
	padding: 0 20px;
	border: 1px solid #323232;
	margin-bottom: 20px;
}

.item-order .item-order__title {
	font-weight: 500;
	font-size: 1.4rem;
	color: #fff;
	position: relative;
	display: block;
	padding: 14px 0;
	border-bottom: 1px solid transparent;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.item-order .item-order__title:hover {
	color: #c00;
}

.item-order .item-order__title.active {
	cursor: default;
	border-bottom-color: #323232;
}

.item-order .item-order__title.active:hover {
	color: #fff;
}

.item-order .item-order__title.active .btn-order:after {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.item-order .item-order__title .btn-order {
	position: absolute;
	display: block;
	width: 11px;
	top: 50%;
	right: -2px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.item-order .item-order__title .btn-order:before, .item-order .item-order__title .btn-order:after {
	background: #fff;
	position: absolute;
	display: block;
	content: "";
	width: 11px;
	height: 3px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.item-order .item-order__title .btn-order:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.item-order .list-order {
	padding: 18px 0 17px;
}

.item-order .list-order .list-order__item {
	color: #e60d30;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item-order .list-order .list-order__name, .item-order .list-order .list-order__price {
	margin: 7px 0;
}

.item-order .list-order .list-order__name {
	padding-right: 15px;
}

.item-order .list-order .list-order__price {
	display: inline-block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 120px;
	flex: 0 0 120px;
	max-width: 120px;
	text-align: right;
}

@media (min-width: 1401px) {
	.tabs .tabs__caption {
		margin-left: -15px;
	}
}

@media (max-width: 1100px) {
	.tabs .tabs__caption {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 345px;
		flex: 0 0 345px;
		max-width: 245px;
	}
}

@media (max-width: 767px) {
	.tabs .tabs__caption {
		background: #e60d30;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 26px 0;
		text-align: center;
		margin-bottom: 35px;
	}
	.tabs .tabs__caption__item {
		width: 205px;
		display: block;
		margin: 0 auto 5px;
	}
	.tabs .tabs__caption__item:last-child {
		margin-bottom: 0;
	}
	.tabs .tabs__caption__item.active .btn--tab {
		background: #fff;
		color: #212121;
	}
}

@media (max-width: 575px) {
	.tabs .tab-container {
		margin-top: 1px;
	}
	.item-order .list-order .list-order__name {
		padding: 0;
	}
	.item-order .list-order .list-order__price {
		display: none;
	}
}

/*---- edit form ---*/
.edit-form .block-input--edit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.edit-form .block-input--edit label {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 205px;
	flex: 0 0 205px;
	max-width: 205px;
}

.edit-form .block-input--edit label sup {
	color: #e60d30;
}

.edit-form .block-input--edit input {
	color: #fff;
	height: 45px;
	padding: 0 20px 0 25px;
	background: #1a1a1a;
	border: 1px solid #323232;
}

.edit-form .edit-form__bottom {
	margin-top: 31px;
}

.edit-form .edit-form__bottom .block-btn {
	text-align: right;
}

.edit-form .edit-form__bottom.edit-form__bottom--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
}

.edit-form .edit-form__bottom .check .check__wrapp {
	margin: 0;
}

.edit-form .edit-form__bottom .check .check__label {
	color: #858585;
}

.edit-form .edit-form__bottom .form-btn {
	font-weight: 700;
	font-size: 1.4rem;
	color: #e60d30;
	border-bottom: 1px solid #e60d30;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.edit-form .edit-form__bottom .form-btn:hover {
	border-color: transparent;
}

@media (max-width: 575px) {
	.edit-form label {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 22px;
		margin-bottom: 10px;
	}
	.edit-form .block-input {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 42px;
	}
	.edit-form .edit-form__bottom .block-btn {
		text-align: center;
	}
}

@media (max-width: 420px) {
	.edit-form .edit-form__bottom.edit-form__bottom--flex {
		display: block;
	}
	.edit-form .edit-form__bottom.edit-form__bottom--flex .block-btn {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 57px;
	}
}

/*== PAGE PROPS ==*/
.section-props {
	position: relative;
	overflow: hidden;
}

.props-title {
	font-weight: 700;
	font-size: 1.8rem;
	color: #fff;
	text-transform: uppercase;
	display: block;
	line-height: 1.35;
}

.props-row .props-row__one {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 51.2%;
	flex: 0 0 51.2%;
	max-width: 51.2%;
}

.props-item {
	font-size: 1.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 80px;
	padding: 10px 0;
	border-bottom: 1px solid #2f2f2f;
}

.props-item:last-child {
	border-bottom: none;
}

.props-item .wrapp-inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.props-item .props-item__name, .props-item .props-item__desc {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.props-item .props-item__name {
	color: #fff;
	display: block;
	line-height: 1.1;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 51.8%;
	flex: 0 0 51.8%;
	max-width: 51.8%;
	padding-right: 15px;
}

.props-item .props-item__desc {
	font-weight: 700;
	color: #fff;
	display: block;
	line-height: 1.25;
	margin: 0;
}

.props-item .props-item__desc a {
	color: #fff;
}

.props-row .props-row__second {
	padding-left: 95px;
}

.bank-info {
	position: relative;
	min-height: 610px;
	padding: 66px 0 0 78px;
}



.bank-info .title, .bank-info .bank--list {
	position: relative;
}

.bank-info .title {
	font-size: 4.8rem;
	line-height: 1;
	margin-bottom: 22px;
}

.bank-info .bank--list {
	font-size: 1.4rem;
	color: #fff;
	max-width: 350px;
}

.bank-info .bank--list .bank--list__name {
	display: block;
	line-height: 1.2;
	margin-top: 24px;
}

.bank-info .bank--list .bank--list__name:first-child {
	margin-top: 0;
}

.bank-info .bank--list .bank--list__desc {
	font-weight: 700;
	display: block;
	line-height: 1.45;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.props-item .props-item__name {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 205px;
		flex: 0 0 205px;
		max-width: 205px;
	}
}

@media (max-width: 1200px) {
	.props-row .props-row__one {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.props-row .props-row__second {
		padding-left: 25px;
	}
}

@media (max-width: 991px) {
	.props-row .props-row__one {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.props-row .props-row__second {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 15px;
		margin-top: 70px;
	}
}

@media (max-width: 767px) {
	.bank-info .title {
		font-size: 3.6rem;
		line-height: 1.2;
		margin-bottom: 20px;
	}
}

@media (max-width: 680px) {
	.props-item .props-item__name, .props-item .props-item__desc {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.props-item .props-item__desc {
		margin-top: 4px;
	}
}

@media (max-width: 575px) {
	.props-row .props-row__second {
		margin-top: 30px;
	}
	.bank-info {
		max-width: 320px;
		min-height: 732px;
		padding: 73px 30px 0;
		margin: 0 auto;
		text-align: center;
	}
	.bank-info:before {
		background-image: url(../img/bg/props_mobil.jpg);
		width: 318px;
		height: 732px;
		left: 50%;
		margin-left: -150px;
	}
	.bank-info .bank--list .bank--list__desc {
		margin-top: 3px;
	}
}

@media (max-width: 360px) {
	.props-row .props-row__second {
		margin-top: 0px;
	}
}

/*== PAGE POST ==*/
/*---- static page ---*/
.static-text {
	max-width: 1060px;
	margin: 60px auto 0;
	color: #a6a6a6;
}

.static-text h2 {
	font-weight: 700;
	font-size: 1.8rem;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2;
	padding-top: 16px;
	margin-bottom: 22px;
}

.static-text p, .static-text li {
	color: #a6a6a6;
	line-height: 1.5;
}

.static-text p {
	margin: 20px 10px;
}

.static-text ul, .static-text ol {
	margin: 36px 0 43px;
}

.static-text ul li {
	position: relative;
	margin-bottom: 15px;
}

.static-text ul li:before {
	background: #e60d30;
	display: inline-block;
	content: '';
	width: 7px;
	height: 7px;
	top: 1px;
	left: 0;
	border-radius: 50%;
	margin-right: 15px;
}
.static-textu
   {margin-left: 20px;}
.static-textu ul li:before {
	background: #e60d30;
	display: inline-block;
	content: '';
	width: 7px;
	height: 7px;
	top: 1px;
	left: 0;
	border-radius: 50%;
	margin-right: 15px;
}
.static-text ol {
	list-style: decimal inside;
}

.static-text .img-full {
	width: 100%;
	margin-bottom: 30px;
}

.static-text blockquote {
	background: #e60d30;
	font-weight: 800;
	font-size: 4.8rem;
	font-family: 'Cheque', serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	display: block;
	padding: 32px 20px;
	line-height: 1.2;
	clear: both;
	margin-bottom: 20px;
}

.static-text .quote {
	background: transparent;
	font-size: 3.6rem;
	text-align: left;
	padding: 22px 0 0;
	margin-bottom: 38px;
}



.static-text .quote:first-child + p {
	margin-bottom: 73px;
}

.static-text img {
	margin-bottom: 25px;
}

.static-text img.align-left, .static-text img.align-right {
	margin-bottom: 90px;
}

@media (max-width: 1920px) {
	.section-post .container {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.section-post .title {
		padding: 0 15px;
	}
	.static-text {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width: 1200px) {
	.static-text .quote:before {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto 30px;
	}
}

@media (max-width: 991px) {
	.static-text blockquote {
		font-size: 3.6rem;
	}
	.static-text .quote {
		font-size: 2.6rem;
	}
	.static-text img.align-left, .static-text img.align-right {
		margin-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.static-text .quote {
		font-size: 2.4rem;
		padding-top: 0;
	}
}

@media (max-width: 660px) {
	.static-text {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media (max-width: 575px) {
	.static-text {
		margin-top: 34px;
	}
	.static-text h2 {
		padding-top: 14px;
	}
	.static-text .quote:before {
		margin-bottom: 20px;
	}
	.static-text blockquote:last-of-type {
		margin-bottom: 0;
	}
	.static-text blockquote:not(.quote) ~ p {
		
	}
}

/*  === Footer === */
.footer {
	color: #fff;
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.footer-one, .footer-second {
	border-top: 3px solid #353535;
}

.footer-one .row, .footer-second .row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-one {
	padding: 67px 0 61px;
}

.footer-one .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-phone br {
	display: block;
}

.footer-phone a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer-phone .phone {
	font-weight: 700;
	font-size: 2.4rem;
	color: #fff;
}

.footer-phone .phone:hover {
	color: #e60d30;
}

.footer-phone .btn-bell {
	font-weight: 700;
	font-size: 1.4rem;
	color: #da0e2f;
	border-bottom: 1px solid #da0e2f;
	margin-left: 40px;
}

.footer-phone .btn-bell:hover {
	border-color: transparent;
}

.list-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.list-social .item-social {
	margin: 0 17px;
}

.list-social .item-social a {
	font-size: 2.2rem;
	color: #fff;
}

.list-social .item-social a .fa {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.list-social .item-social a:hover {
	color: #e60d30;
}

.footer-rss {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 310px;
	flex: 0 0 310px;
	max-width: 310px;
}

.btn-rss {
	background: transparent;
	font-weight: 700;
	font-size: 1.4rem;
	color: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 60px;
	padding: 0 5px;
	border-radius: 50px;
	border: 3px solid #353535;
	-webkit-transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
	transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.btn-rss span {
	border-bottom: 1px solid #fff;
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.btn-rss:hover {
	color: #e60d30;
	border-color: #fff;
}

.btn-rss:hover span {
	border-color: transparent;
}

.footer-second {
	padding: 70px 0 177px;
}

.footer-second .footer-second__one {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 68.5%;
	flex: 0 0 68.5%;
	max-width: 68.5%;
}

.footer-second .footer-second__one .group-menu {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.footer-second .footer-second__second {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 170px;
	flex: 0 0 170px;
	max-width: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 9px;
}

.footer-second .footer-second__second .footer-logo {
	text-align: center;
  margin-top: 37px;
}

.footer-menu {
	margin-bottom: 37px;
}

.footer-menu:last-child {
	margin-bottom: 0;
}

.footer-menu .title-menu {
	font-weight: 700;
	font-size: 1.4rem;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin-bottom: 9px;
}

.footer-menu li {
	line-height: 1.7;
}

.footer-menu a {
	font-weight: 500;
	font-size: 1.4rem;
	color: #ABABAB;
	display: inline-block;
	padding: 3px 0;
	-webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
}

.footer-menu a:hover {
	color: #e60d30;
}

@media (max-width: 1200px) {
	.footer-phone {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 410px;
		flex: 0 0 410px;
		max-width: 410px;
	}
	.footer-phone .btn-bell {
		margin-left: 20px;
	}
	.footer-rss {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 260px;
		flex: 0 0 260px;
		max-width: 260px;
	}
	.btn-rss {
		font-size: 1.2rem;
		height: 55px;
	}
	.footer-second {
		padding-bottom: 110px;
	}
}

@media (max-width: 991px) {
	.footer-one {
		padding: 50px 0;
	}
	.footer-phone {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 260px;
		flex: 0 0 260px;
		max-width: 260px;
		display: block;
	}
	.footer-phone br {
		display: block;
	}
	.footer-phone .btn-bell {
		display: inline-block;
		margin: 8px 0 0;
	}
	.btn-rss {
		font-size: 1.1rem;
		height: 48px;
	}
	.footer-second .footer-second__one {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
}

@media (max-width: 767px) {
	.footer-phone, .footer-rss {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.footer-phone .btn-bell {
		margin-top: 13px;
	}
	.footer-social {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-top: 27px;
		margin-top: 36px;
	}
	.footer-rss {
		margin-top: 30px;
	}
	.btn-rss {
		width: 222px;
		margin: 0 auto;
	}
	.footer-second .footer-second__one {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer-second .footer-second__one .group-menu {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 185px;
		flex: 0 0 185px;
		max-width: 185px;
	}
	.footer-second .footer-second__one .group-menu:nth-child(3) {
		display: none;
	}
}

@media (max-width: 575px) {
	.footer-one, .footer-second {
		max-width: 79%;
		margin: 0 auto;
		padding-bottom: 96px;
	}
	.footer-social {
		border-top: 3px solid #353535;
	}
	.footer-second {
		border: none;
		padding-top: 20px;
	}
	.footer-second .footer-second__one {
		display: none;
	}
	.footer-second .footer-second__second {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: 0;
	}
	.footer-second .footer-second__second .footer-menu {
		display: none;
	}
	.footer-second .footer-second__second .footer-logo {
		text-align: center;
          margin-top: 47px;
	}
}

@media (max-width: 440px) {
	.footer-one {
		padding: 27px 0;
	}
}

/*  === Footer === */
/*  === MODAL === */
/* ! == MODAL == */
.box-form-modal {
	text-align: center;
}

.box-form-modal .modal-title {
	font-weight: 500;
    font-size: 2.05rem;
	color: #000;
	display: block;
	line-height: 1.25em;
}

.box-form-modal .modal-form {
	margin-top: 30px;
}

.box-form-modal .block-message textarea {
	min-height: 120px;
	max-height: 120px;
}

.box-form-modal .check {
	padding-right: 15px;
}

.box-form-modal .check .check__label {
	font-size: 1rem;
}

.box-form-modal textarea {
	min-height: 110px;
	max-height: 110px;
}

.box-form-modal .form-button__second {
	margin-top: 25px;
}

.box-form-modal .btn {
	font-size: 1.4rem;
	height: 45px;
	line-height: 43px;
	padding: 0 40px;
}

.box-form-modal .btn:before {
	display: none;
}

.wrapp-thanks {
	padding: 55px 15px 25px;
}

.reveal-modal-bg {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	left: 50%;
	/*margin-left: -200px;*/
	position: absolute;
	z-index: 110;
	padding: 0 0 27px;
	overflow: hidden;
	overflow-y: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.reveal-modal a, .reveal-modal button, .reveal-modal input, .reveal-modal textarea {
	-webkit-transition: none;
	transition: none;
}

.reveal-modal .wrapp-modal {
	background: #fff;
	color: #404040;
	position: relative;
	width: 360px;
	padding: 35px 25px 35px;
    border: 2px solid red;
}

.thanks {
	/*width: 400px;
    width: 360px;
    */
	top: 100px !important;
	position: fixed;
	color: #fff;
	text-align: center;
}

.thanks p {
	margin: 12px 0 0;
}

.thanks p strong {
	font-weight: 500;
	font-size: 1.4rem;
	text-transform: uppercase;
	display: block;
	text-align: center;
	line-height: 1.6em;
}

.thanks p span {
	font-size: 1.8rem;
	display: block;
	line-height: 1.2em;
}

.close-popap {
	font-weight: 300;
	font-size: 2.4rem;
	color: #ddd;
	cursor: pointer;
	display: block;
	position: absolute;
	overflow: hidden;
	top: 5px;
	right: 15px;
	z-index: 1;
}

.close-popap:hover {
	opacity: 0.8;
}

.thanks .close-popap {
	top: 15px;
	right: 20px;
}

@media (max-width: 420px) {
	.reveal-modal {
		width: 100%;
		left: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		margin-left: 0;
	}
	.box-form-modal textarea {
		min-height: 100px;
		max-height: 100px;
	}
}

@media (max-width: 380px) {
	.box-form-modal .modal-title {
		font-size: 2rem;
	}
	.box-form-modal .modal-form {
		margin-top: 25px;
	}
	.wrapp-modal {
		padding-bottom: 0;
	}
}

/*  === Footer === */

.wrap_a32a {
    bottom: -12px !important;
    left: -16px !important;
}
.card-img__price p, .card-img__price p:last-child {margin-bottom: 40px;}
.product-control {margin-top: 40px;}
