.is-nav-main-opened,
.fancybox-active {
	overflow: hidden;
}

.fancybox-slide--html {
	padding: 0;
}

.loader {
	display: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	box-shadow: 0 40px 0 white;
	position: relative;
	animation: loader 0.8s ease-in-out alternate infinite;
	animation-delay: 0.32s;
	top: 50%;
	margin: -40px auto 0 auto;
}

.loading {
	overflow: hidden;
	color: transparent !important;
}

.loading .loader {
	display: block;
}

.loader:after,
.loader:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	box-shadow: 0 40px 0 white;
	animation: loader 0.8s ease-in-out alternate infinite;
}

.loader:before {
	left: -25px;
	animation-delay: 0.48s;
}

.loader:after {
	right: -25px;
	animation-delay: 0.16s;
}

@keyframes loader {
	0% { box-shadow: 0 40px 0 white; }
	100% { box-shadow: 0 20px 0 white; }
}

.loader2 {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	display: none;
	border: 5px solid rgba(0, 0, 0, 0.25);
	border-top-color: white;
	border-radius: 50%;
	animation: loader-rotate 1s linear infinite;
}

.loading .loader2 {
	display: block;
}

@keyframes loader-rotate {
	0% { transform: rotate(0); }
	100% { transform: rotate(360deg); }
}

@font-face {
    font-family: 'PlayfairDisplaySC-Bold';
    src: url('../fonts/PlayfairDisplaySC-Bold.eot');
    src: url('../fonts/PlayfairDisplaySC-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/PlayfairDisplaySC-Bold.woff') format('woff'),
         url('../fonts/PlayfairDisplaySC-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
	font-family: 'Circe';
	src: url('../fonts/Circe-Regular.eot');
	src: url('../fonts/Circe-Regular.eot?iefix') format('eot'),
		url('../fonts/Circe-Regular.woff') format('woff'),
		url('../fonts/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'Circe-Light';
	src: url('../fonts/Circe-Light.eot');
	src: url('../fonts/Circe-Light.eot?iefix') format('eot'),
		url('../fonts/Circe-Light.woff') format('woff'),
		url('../fonts/Circe-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'Circe-Bold';
	src: url('../fonts/Circe-Bold.eot');
	src: url('../fonts/Circe-Bold.eot?iefix') format('eot'),
		url('../fonts/Circe-Bold.woff') format('woff'),
		url('../fonts/Circe-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

* {
	font-smooth: antialiased;
	-webkit-font-smoothing: antialiased;
}

html {
	height: 100%;
}

html:not(.no-pattern):not(.bx-ios) {
	background-image: url(../images/pattern-bg.png);
	background-blend-mode: multiply;
}

body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
}

html, body {
	padding: 0;
	margin: 0;
	font-family: 'Circe';
	font-size: 16px;
	line-height: 24px;
	color: #1a1a1a;
}

#wrapper {
	position: relative;
	z-index: 1;
	flex: 1 0 auto;
	width: auto;
	overflow-x: hidden;
}
@media screen and (max-width: 899px) {
	#wrapper {
		margin-top: 57px;
	}
}
@media screen and (min-width: 900px) {
	#wrapper {
		margin-top: 119px;
	}
}

.fancybox-active footer,
.fancybox-active #wrapper,
.fancybox-active header {
	filter: blur(10px);
}

.container {
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1200px;
	width: 100%;
}

.container:before,
.container:after {
	display: none;
}

input[type="text"] {
	padding: 14px 20px;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	border: 2px solid white;
	border-radius: 25px;
	font-family: 'Circe-Light';
	font-size: 16px;
	line-height: 16px;
	color: #818181;
	outline: none;
	-webkit-appearance: none !important;
	outline: none;
}

input::-webkit-input-placeholder {
     line-height:normal!important;
}

textarea {
	padding: 10px 15px;
	min-height: 120px;
	border: none;
	border-radius: 20px;
	background-color: white;
	outline: none;
	resize: none;
    -webkit-appearance: none !important;
	font-family: 'Circe-Light';
    font-size: 16px;
    line-height: 27px;
    color: #818181;
    resize: none;
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	border-radius: 21px;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
	white-space: nowrap;
	width: auto;
	color: black;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999;
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	    -ms-transform-origin: 66% 66%;
	        transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	    -ms-transform: scale(1) translateY(0);
	        transform: scale(1) translateY(0);
}

.nice-select .list {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
 	font-weight: bold;
 }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

.red_btn {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-image: linear-gradient(to bottom, rgba(205,36,37,1) 0%,rgba(162,20,20) 100%);
/*	background-image: url(../images/pattern-bg.png), linear-gradient(to bottom, rgba(217,56,56,1) 0%,rgba(162,20,20) 100%);
	background-blend-mode: multiply;*/
	border-radius: 25px;
	border: none;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	font-family: 'Circe-Bold';
	font-size: 18px;
	text-align: center;
	color: white;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

.red_btn span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.red_btn.loading span {
	display: none;
}

.red_btn:hover {
	background-image: linear-gradient(to bottom, rgba(218,31,31,1) 0%,rgba(186,17,17) 100%);
}

.red_btn:active {
	background-image: none;
	background-color: #951010;
	box-shadow: inset 0px 17px 18px 0px rgba(0, 0, 1, 0.1);
}

.red_btn:active span {
	opacity: 0.5;
}

.no-pattern .red_btn {
	background-image: none;
	background-color: #cd2425;
}

.no-pattern .red_btn:hover {
	background-image: none;
	background-color: #da1f1f;
}

.green_btn {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-image: linear-gradient(to bottom, rgba(79,190,27,1) 0%,rgba(43,136,15) 100%);
/*	background-image: url(../images/pattern-bg.png), linear-gradient(to bottom, rgba(79,190,27,1) 0%,rgba(43,136,15) 100%);
	background-blend-mode: multiply;*/
	border-radius: 25px;
	border: none;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	font-family: 'Circe-Bold';
	font-size: 18px;
	text-align: center;
	color: white;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

.green_btn.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.green_btn span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.green_btn.loading span {
	display: none;
}

.green_btn:hover {
	background-image: linear-gradient(to bottom, rgba(90,205,31,1) 0%,rgba(49,163,17) 100%);
}

.green_btn:active {
	background-image: none;
	background-color: #317c14;
	box-shadow: inset 0px 17px 18px 0px rgba(0, 0, 1, 0.1);
}

.green_btn:active span {
	opacity: 0.5;
}

.no-pattern .green_btn {
	background-image: none;
	background-color: #4fbf1b;
}

.no-pattern .green_btn:hover {
	background-image: none;
	background-color: #5acd1f;
}

p {
	padding: 0 0 20px 0;
	margin: 0;
}

.mCSB_scrollTools {
	width: 4px;
	opacity: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools.mCSB_scrollTools_onDrag .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #b71c1c;
    border-radius: 0;
}

.mCSB_draggerRail {
	width: 4px;
	background-color: #510407;
}

header {
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
}
@media screen and (max-width: 899px) {
	header {
		transform: translateY(-57px);
	}
}
@media screen and (min-width: 900px) {
	header {
		transform: translateY(-119px);
	}
}
header.shown {
	transform: translateY(0);
}
header.fixed {
	position: absolute;
}
header:not(.fixed) {
	position: fixed;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2), inset 0px 4px 10px 0px rgba(1, 1, 1, 0.1);
	transition: .3s ease-in-out;
}

header .header-top {
	background-color: #6f070b;
}
@media screen and (max-width: 1023px) {
	header .header-top {
		background-color: #5c0408;
	}
}
@media screen and (min-width: 1024px) {
	header .header-top:not(.no-pattern) {
		background-image: url(../images/pattern-bg.png);
		background-blend-mode: multiply;
	}
}

header .header-top .container {
	padding-top: 15px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .header-top .container,
header .header-bottom .container {
	max-width: 1550px;
}

header .header-left {

}
@media screen and (max-width: 1023px) {
	header .header-left {
		flex: 0 0 130px;
		max-width: 130px;
	}
}

header .header-left a {
	display: block;
}

header .header-left a img {
	max-width: 100%;
}

header .header-right {
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header .header-right .menu,
header .header-bottom .menu {
	padding: 0;
	margin: 0 -15px 0 -15px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	list-style: none;
}
@media screen and (max-width: 1023px) {
	header .header-right .menu {
		display: none;
	}
}

header .header-bottom .menu {
	justify-content: space-between;
}

header .header-right .menu li,
header .header-bottom .menu li {
	display:block;
	font-family: 'Circe-Bold';
}

header .header-right .menu li {

}
@media screen and (max-width: 1199px) {
	header .header-right .menu li {
		margin: 0 15px;
	}
}
@media screen and (min-width: 1200px) {
	header .header-right .menu li {
		margin: 0 25px;
	}
}

header .header-bottom .menu li {
	margin: 0 15px;
}

header .header-right .menu li a,
header .header-bottom .menu li a {
	position:relative;
	display: block;
	text-decoration: none;
	color: white;
	transition: .3s ease-in-out;
}
header .header-right .menu li a {
	opacity: .6;
}
header .header-bottom .menu li a {
	opacity: .7;
}
header .header-right .menu li a {
	padding: 15px 0;
}
header .header-bottom .menu li a {
	padding: 8px 0;
}

header .header-right .menu li a:before {
	position: absolute;
	top: -13px;
	left: 0;
	right: 0;
	display: block;
	content: '';
	width: 0;
	border-top: 2px solid white;
	transition: .3s ease-in-out;
}

header .header-right .menu li a:hover,
header .header-right .menu li.active a,
header .header-bottom .menu li a:hover,
header .header-bottom .menu li.active a {
	opacity: 1;
}

header .header-right .menu li a:hover:before,
header .header-right .menu li.active a:before {
	width: 100%;
}

header .header-right .header-wapp {
	position: relative;
	top: 5px;
	margin-left: 20px;
	flex: 0 0 30px;
}
@media screen and (max-width: 1023px) {
	header .header-right .header-wapp {

	}
}
@media screen and (min-width: 1024px) {
	header .header-right .header-wapp {
		display: none;
	}
}

header .header-right .header-wapp svg {
	fill: white;
}

header .header-right .header-phone {
	margin-left: 50px;
	display: flex;
	align-items: center;
	text-decoration: none;
	font-family: 'Circe-Bold';
	color: white;
	white-space: nowrap;
}
@media screen and (max-width: 1023px) {
	header .header-right .header-phone {
		margin-left: 0;
		flex: 0 0 25px;
		font-size: 0;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	header .header-right .header-phone {
		flex: 0 0 20px;
		font-size: 0;
	}
}

header .header-right .header-phone svg {
	fill: white;
}
@media screen and (max-width: 1199px) {
	header .header-right .header-phone svg {
		flex: 0 0 100%;
	}
}
@media screen and (min-width: 1200px) {
	header .header-right .header-phone svg {
		margin-right: 10px;
		width: 15px;
	}
}


header .header-right .header-toggle {
	margin-left: 20px;
	position: relative;
	display: flex;
	flex: 0 0 30px;
	height: 20px;
	cursor: pointer;
	-webkit-transition: background .3s;
	transition: background .3s;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media screen and (min-width: 1024px) {
	header .header-right .header-toggle {
		display: none;
	}
}

.headerToggle-icon{
	display:block;
	position:absolute;
	top:50%;
	right:0;
	left:0;
	height:3px
	;background:white;
	transition:.3s ease-in-out
}

.headerToggle-icon:after,
.headerToggle-icon:before {
	display:block;
	position:absolute;
	left:0;width:100%;
	height:3px;
	background-color:
	white;
	content:"";
	-webkit-transition-delay:.3s, 0s;
	transition-delay:.3s, 0s;
	-webkit-transition-duration:.3s, .3s;
	transition-duration:.3s, .3s;
}

.headerToggle-icon:before{
	top:-10px;
	-webkit-transition-property:top, -webkit-transform;transition-property:top, transform;
}

.headerToggle-icon:after{
	bottom:-9px;
	-webkit-transition-property:bottom, -webkit-transform;transition-property:bottom, transform;
}

.is-nav-main-opened .headerToggle-icon{
	background:0 0;
}

.is-nav-main-opened .headerToggle-icon::after,
.is-nav-main-opened .headerToggle-icon::before{
	-webkit-transition-delay:0s, .3s;
	transition-delay:0s, .3s;
}

.is-nav-main-opened .headerToggle-icon::before{
	top:0;-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

.is-nav-main-opened .headerToggle-icon::after{
	bottom:0;
	-webkit-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

.is-nav-main-opened #wrapper,
.is-nav-main-opened footer {
	filter: blur(10px);
}

.header-menu {
	position: fixed;
	z-index: 1000;
	top: 57px;
	right: 0;
	left: 0;
	padding: 20px;
	background-color: rgba(111, 7, 11, 0.8);
	display: block;
	height: calc(100vh - 57px);
	overflow-y: auto;
	overflow-x: hidden;
	transform: translateY(-100%);
	transition: all .3s linear;
	opacity: 0;
	visibility: hidden;
}
.is-nav-main-opened .header-menu{
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.header-menu .menu {
	padding: 0;
	margin: 0 -20px;
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.header-menu .menu li {
	flex: 0 0 100%;
	font-family: 'Playfair Display SC', serif;
	font-size: 24px;
	text-align: center;
}

.header-menu .menu li a {
	padding: 24px 0;
	margin: 0 20px;
	display: inline-block;
	opacity: .6;
	font-weight: 700;
	line-height: 28px;
	text-decoration: none;
	color: white;
	transition: .3s ease-in-out;
}

.header-menu .menu li a:hover,
.header-menu .menu li.active a {
	opacity: 1;
}

header .header-bottom {
	background-color: #5c0408;
}
@media screen and (max-width: 899px) {
	header .header-bottom {
		display: none;
	}
}

header .header-bottom:not(.no-pattern) {
	background-image: url(../images/pattern-bg.png);
	background-blend-mode: multiply;
}

#container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.page-title {
	position: relative;
	font-family:'PlayfairDisplaySC-Bold', serif;
	font-weight: bold;
	text-transform: uppercase;
}
@media screen and (max-width: 959px) {
	.page-title {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media screen and (min-width: 960px) {
	.page-title {
		margin-top: 30px;
		padding-top: 75px;
		padding-bottom: 75px;
	}
}

.page-title h1,
.page-title h2,
.page-title div {
	padding: 0;
	margin: 0;
	text-align: center;
	color: white;
}
@media screen and (max-width: 959px) {
	.page-title h1,
	.page-title h2,
	.page-title div {
		font-size: 24px;
		line-height: 36px;
	}
}
@media screen and (min-width: 960px) {
	.page-title h1,
	.page-title h2,
	.page-title div {
		position: relative;
		z-index: 1;
		font-size: 36px;
		line-height: 48px;
	}
}

.page-title span {

}
@media screen and (max-width: 959px) {
	.page-title span {
		display: none;
	}
}
@media screen and (min-width: 960px) {
	.page-title span {
		position: absolute;
		z-index: 0;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 160px;
		line-height: 160px;
		font-weight: 700;
		text-align: center;
		color: #5c0408;
	}
}

.page-wrapper {

}
@media screen and (min-width: 768px) {
	.page-wrapper {
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
}
.page-nav {
	display: block;
/*	display: flex;
	align-items: flex-start;
	justify-content: center;*/
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	text-align: center;
}

.page-nav::-webkit-scrollbar {
	display: none;
}

/*.page-nav .mCSB_container {
	margin-bottom: 0 !important;
	display: flex;
}

.page-nav .mCSB_scrollTools {
	visibility: hidden;
}*/

.pageNav-item {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 20px;
	display: inline-block;
	border-bottom: 2px solid transparent;
	font-family: 'Circe-Bold';
	text-decoration: none;
	color: white;
	white-space: nowrap;
	user-select: none;
}

.pageNav-item:first-child {
	margin-left: 0;
}

.pageNav-item:last-child {
	margin-right: 0;
}

.pageNav-item.active {
	border-bottom-color: white;
}

.pageNav-item .nice-select {
	margin-top: -10px;
}

.page-filter {

}
@media screen and (min-width: 640px) {
	.page-filter {
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.page-filter {
		margin-top: 30px;
	}
}
@media screen and (min-width: 768px) {
	.page-filter {
		margin-left: 30px;
	}
}

.pageFilter-item {
	margin: 0 20px;
	font-family: 'Circe-Bold';
	text-decoration: none;
	color: white;
	white-space: nowrap;
	user-select: none;
}
@media screen and (max-width: 767px) {
	.pageFilter-item:first-child {
		margin: 0;
	}
	.pageFilter-item {
		margin: 20px 0 0 0;
	}
}

.pageFilter-item .nice-select {
	margin-right: auto;
	margin-left: auto;
	float: none;
	max-width: 300px;
}
/*@media screen and (max-width: 767px) {
	.pageFilter-item .nice-select {
		margin-top: 20px;
	}
}
@media screen and (min-width: 768px) {
	.pageFilter-item .nice-select {
		margin-top: -10px;
	}
}*/

.steps-list {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.steps-list {
		padding-top: 20px;
		padding-bottom: 30px;
	}
}
@media screen and (min-width: 768px) {
	.steps-list {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

.steps-list .steps-item {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../images/steps-item-bg.png);
	background-size: cover;
	transform: translateY(0);
	transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
	.steps-list .steps-item {
		flex: 0 0 40px;
		height: 48px;
	}
}
@media screen and (min-width: 768px) {
	.steps-list .steps-item {
		flex: 0 0 60px;
		height: 72px;
	}
}

.steps-list .steps-item:before {
	position: absolute;
	z-index: 1;
	left: 50%;
	display: block;
	content: '';
	width: 1px;
	background-color: rgba(71, 71, 71, 0.8)
}
@media screen and (max-width: 767px) {
	.steps-list .steps-item:before {
		top: -40px;
		bottom: 48px;
	}
}
@media screen and (min-width: 768px) {
	.steps-list .steps-item:before {
		top: -80px;
		bottom: 60px;
	}
}

.steps-list .steps-item.active {
	background-image: url(../images/steps-item-active-bg.png);
}

.steps-list .steps-item.animated {
	transform: translateY(20px);
}

.steps-list .steps-item svg {
	margin-top: 10px;
	fill: white;
	pointer-events: none;
}
@media screen and (max-width: 767px) {
	.steps-list .steps-item svg {
		width: 20px;
		height: 20px;
	}
}
@media screen and (min-width: 768px) {
	.steps-list .steps-item svg {
		width: 30px;
		height: 30px;
	}
}

/* блок СЕО */
.block-seo,
#detail-popup .popup-content {
	position: relative;
}
@media screen and (min-width: 960px) {
	.block-seo,
	#detail-popup .popup-content {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
}

.block-seo:before {
	position: absolute;
	display: block;
	content: '';
	background-color: #5c0408;
}
.block-seo:not(.no-pattern):before {
	background-image: url(../images/pattern-bg.png);
	background-blend-mode: multiply;
}
@media screen and (max-width: 959px) {
	.block-seo:before {
		top: 40px;
		right: -20px;
		bottom: 0;
		left: -20px;
	}
}
@media screen and (min-width: 960px) {
	.block-seo:before {
		top: -20px;
		right: -20px;
		bottom: -20px;
		left: calc(50% - 120px);
	}
}

.blockSeo-left,
#detail-popup .popup-left {
	position: relative;
	z-index: 1;
	flex: 0 0 calc(50% - 40px);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.blockSeo-left img,
.blockSeo-left img,
#detail-popup .popup-left img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
@media screen and (max-width: 959px) {
	.blockSeo-left img,
	#detail-popup .popup-left img {
		margin: 0 auto;
	}
}

.blockSeo-left.youtube {
	display: flex;
}
.blockSeo-left.youtube:before {
	padding-top: 56.25%;
	float: left;
	content: '';
}

.blockSeo-left.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.blockSeo-right,
#detail-popup .popup-right {
	position: relative;
	z-index: 2;
	flex: 0 0 50%;
	color: white;
}

.blockSeo-right a,
#detail-popup .popup-right a {
	color: white;
}

.blockSeo-right a:hover,
#detail-popup .popup-right a:hover {
	text-decoration: none;
}

.blockSeo-right h2,
#detail-popup .popup-title {
	position: relative;
	margin: 0;
	font-family:'PlayfairDisplaySC-Bold', serif;
	font-weight: bold;
	text-transform: uppercase;
}
@media screen and (max-width: 959px) {
	.blockSeo-right h2,
	#detail-popup .popup-title {
		padding: 30px 0;
		font-size: 24px;
		line-height: 36px;
	}
}
@media screen and (min-width: 960px) {
	.blockSeo-right h2,
	#detail-popup .popup-title {
		padding: 20px 0 30px 0;
		z-index: 1;
		/*left: -80px;*/
		/*width: calc(100% + 80px);*/
		font-size: 36px;
		line-height: 48px;
	}
}

.blockSeo-right h2:after,
#detail-popup .popup-title:after {
	position: absolute;
	bottom: 15px;
	left: 0;
	display: block;
	content: '';
	width: 100px;
	height: 1px;
	background-color: white;
}

.blockSeo-text {
	overflow: hidden;	
}
#detail-popup .popup-text {
	overflow: auto;
}

/* блок Оценить магазин */ 
#reviews textarea {
    padding: 10px 15px;
    min-height: 120px;
	box-shadow: none;
	border: none;	
}

/* правый блок в персональном разделе */
.personal-left {

}
@media screen and (max-width: 767px) {
	.personal-left {
		margin: 0 auto;
		max-width: 500px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.personal-left {
		margin: 0 auto;
		max-width: 760px;
	}
}
@media screen and (min-width: 1200px) {
	.personal-left {
		flex: 0 0 calc(63% - 20px);
		max-width: calc(63% - 20px);
	}
}

.personal-left .steps-list {

}
@media screen and (max-width: 767px) {
	.personal-left .steps-list {
		margin: 0 auto;
		max-width: 300px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.personal-left .steps-list {
		margin: 0 auto;
		max-width: 450px;
	}
}
@media screen and (min-width: 1200px) {
	.personal-left .steps-list {
		display: none;
	}
}

.personal-right {
	padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.personal-right {
		margin: 0 auto;
		max-width: 500px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.personal-right {
		margin: 0 auto;
		max-width: 760px;
	}
}
@media screen and (min-width: 1200px) {
	.personal-right {
		position: relative;
		flex: 0 0 calc(37% - 30px);
		max-width: calc(37% - 30px);
	}
}

.personalRight-bg {

}
@media screen and (min-width: 1200px) {
	.personalRight-bg {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		background-image: url(../images/basket-page-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top right;
	}
}

.personalRight-wrapper {

}
@media screen and (min-width: 1200px) {
	.personalRight-wrapper {
		position: relative;
		padding-left: 20px;
		box-sizing: border-box;
	}
}

.personal-right .steps-list {

}
@media screen and (max-width: 1199px) {
	.personal-right .steps-list {
		display: none;
	}
}

.personal-total {
	margin-top: 30px;
	position: relative;
	background-color: white;
}
@media screen and (max-width: 767px) {
	.personal-total {
		padding: 30px;
	}
}
@media screen and (min-width: 768px) {
	.personal-total {
		padding: 30px 40px;
	}
	.personal-total:before {
		position: absolute;
		z-index: 2;
		top: -38px;
		left: -43px;
		display: block;
		content: '';
		width: 104px;
		height: 116px;
		background-image: url(../images/review-popup-bg1.png);
	}

	.personal-total:after {
		position: absolute;
		top: -38px;
		right: -43px;
		display: block;
		content: '';
		width: 104px;
		height: 116px;
		background-image: url(../images/review-popup-bg2.png);
	}
}

.personal-total:not(.no-pattern) {
	background-image: url(../images/pattern-bg2.png);
	background-blend-mode: multiply;
}

.personalTotal-title {
	font-family: 'PlayfairDisplaySC-Bold', serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 2px;
}

.personal-products {
	padding-bottom: 20px;
	margin: 15px -22px 0 -5px;
	max-height: 144px;
	overflow: hidden;
}

.personal-products .mCSB_container {
	margin-right: 18px;
	display: flex;
	flex-wrap: wrap;
}

.personal-products .mCSB_scrollTools .mCSB_draggerContainer {
	top: 5px;
	bottom: 5px;
}

.personal-products .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #ddd;
}

.personal-products .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.personal-products .mCSB_scrollTools.mCSB_scrollTools_onDrag .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
	background-color: #1a1a1a;
}

.personalProduct {
	margin: 5px;
	flex: 0 0 62px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: white;
}

.personalProduct:before {
	padding-top: 100%;
	float: left;
	content: '';
}

.personalProduct img {
	max-width: 50px;
	max-height: 50px;
}

.personal-services {
	margin-bottom: 10px;
	border-top: 1px solid #7d7d7d;
	border-bottom: 1px solid #7d7d7d;
}

.personalService {
	margin: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 16px;
}

.personalService-price {
	margin-left: 20px;
	font-family: 'Circe-Bold';
	white-space: nowrap;
}

.personalTotal-current {
	font-family: 'PlayfairDisplaySC-Bold', serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	color: #3da315;
}

.personalTotal-old {
	font-family: 'PlayfairDisplaySC-Bold', serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	text-decoration: line-through;
}

.personalTotal-services {
	font-family: 'Circe-Light';
	color: #818181;
	text-align: center;
}

footer {
	background-color: #520407;
}

footer .container {

}
@media screen and (min-width:1024px){
	footer .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

.footer-left {

}
@media screen and (max-width:1023px){
	.footer-left {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media screen and (min-width:1024px){
	.footer-left {
		margin-right: 20px;		
	}
}

.footer-left ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -15px;
	list-style: none;
}

.footer-left ul li {
	margin: 0 15px;
}
@media screen and (max-width:1023px){
	.footer-left ul li{
		flex: 0 0 calc(100% / 2 - 30px);
	}
	.footer-left ul li:nth-child(1){order:1;}
	.footer-left ul li:nth-child(2){order:3;}
	.footer-left ul li:nth-child(3){order:5;}
	.footer-left ul li:nth-child(4){order:4;text-align:right}
	.footer-left ul li:nth-child(5){order:2;text-align:right}
	.footer-left ul li:nth-child(6){order:6;text-align:right}
}

.footer-left ul li a {
	display: block;
	opacity: .6;
	font-family: 'Circe-Bold';
	text-decoration: none;
	color: white;
	transition: .3s ease-in-out;
}
@media screen and (max-width:1023px){
	.footer-left ul li a {
		padding: 5px 0;
	}
}
@media screen and (min-width:1024px){
	.footer-left ul li a {
		padding: 15px 0;
	}
}

.footer-left ul li a:hover,
.footer-left ul li.active a {
	opacity: 1;
}

.footer-right {
	display: flex;
	align-items: center;
}
@media screen and (max-width:1023px){
	.footer-right {
		padding: 8px 20px;
		margin: 0 -20px;
		justify-content: center;
		background-color: #4a0406;
	}
}
@media screen and (max-width:1023px){
	.footer-right {
		flex: 0 0 100%;
	}
}
@media screen and (min-width:1024px){
	.footer-right {
		flex: 0 0 200px;
	}
}

.footer-right a {
	flex: 0 0 200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Circe-Bold';
	color: white;
	text-decoration: none;
	transition: .3s ease-in-out;
}

.footer-right a:hover {
	opacity: 0.6;
}

.footer-right a svg {
	flex: 0 0 70px;
	fill: white;
}

/* окна */
.popup-wrapper .popup-title {
	margin-bottom: 15px;
	font-family:'PlayfairDisplaySC-Bold', serif;
	font-weight: bold;
}
@media screen and (max-width: 959px) {
	.popup-wrapper .popup-title {
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (min-width: 960px) {
	.popup-wrapper .popup-title {
		font-size: 24px;
		line-height: 36px;
		text-transform: uppercase;
	}
}

/* мини-корзина */
.basket-trigger {
	position: fixed;
	z-index: 10;
	right: 0;
	bottom: 0;
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 90px 0 0 0;
	background-color: white;
	box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.4);
}

.basket-trigger:not(.no-pattern) {
	background-image: url(../images/pattern-bg2.png);
	background-blend-mode: multiply;
}

.basket-trigger svg {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 35px;
	height: 35px;
	fill: #3da315;
}

.basket-trigger span {
	padding: 0 6px;
	box-sizing: border-box;
	position: absolute;
	top: 35px;
	right: 5px;
	display: block;
	min-width: 20px;
	height: 20px;
	background-color: #f44336;
	border-radius: 10px;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	color: white;
}

/* окно Оставить отзыв */
#review-popup {
	padding-top: 30px;
	width: 460px;
	max-width: 100%;
	background-color: #fff;
}
#review-popup:not(.no-pattern) {
	background-image: url(../images/pattern-bg2.png);
	background-blend-mode: multiply;
}

#review-popup.no-pattern textarea {
	border: 2px solid #ccc;
}

#review-popup:before {
	position: absolute;
	top: -38px;
	left: -43px;
	display: block;
	content: '';
	width: 104px;
	height: 116px;
	background-image: url(../images/review-popup-bg1.png);
}

#review-popup:after {
	position: absolute;
	top: -38px;
	right: -43px;
	display: block;
	content: '';
	width: 104px;
	height: 116px;
	background-image: url(../images/review-popup-bg2.png);
}

#review-popup .popup-content {

}
@media screen and (max-width: 959px) {
	#review-popup .popup-content,
	#review-popup form {
		padding-right: 25px;
		padding-left: 25px;
	}
}
@media screen and (min-width: 960px) {
	#review-popup .popup-content,
	#review-popup form {
		padding-right: 60px;
		padding-left: 60px;
	}
}

#review-popup .alx-feedb-error {
	display: none;
}

#review-popup textarea {
	resize: none;
}

#review-popup .afbf_submit_block {
	margin-top: 25px;
}

#review-popup .fancybox-close-small {
	top: 34px;
	right: 30px;
}

#review-popup .green_btn {
	border-radius: 0;
	box-shadow: none;
	font-size: 16px;
}

.fancybox-button--close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.fancybox-button--close svg {
	width: 15px;
	height: 15px;
	opacity: 1;
	fill: white;
}